@charset "UTF-8";
/* Simplify width and height calculations */
html {
	box-sizing:border-box;
}
*, *:before, *:after {
	box-sizing:inherit;
}
figure {
	width: 400px;
	max-width: 92%;
	display: block;
	margin-left: 0px;
	margin-right: auto;
	top: 20px;
	bottom: 20px;
}
figcaption {
	display: block;
	margin-top: 0.0em;
	margin-bottom: 0.0em;
	text-transform: uppercase;
	font-size: 0.8em;
}
figure img {
	display: block;
	max-width: 91%;
}
body {
	margin: 0;
	color: #4B4B4B;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
	font-size: 1.2em;
	background-color: #EFF5F7;
}
#wrapper {
	width: 100%;
	margin: 0;
	max-width: 1000px;
	background-color: white;
	margin: 0 auto;
}
h1, h2, h3, h4, h5 {
	font-family: source-sans-pro;
	color: #1E1E1E;
	font-style: normal;
	font-weight: 400;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.4em;
	text-align: center;
	text-transform: uppercase;
	color: #7F3300;
}
h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 1.4em;
}
rh2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 1.4em;
	color: #7F3300;
}
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 1.1em;
	font-weight: normal;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #F68979;
}
a:visited {
	color: #FF944C;
}
a:hover, a:active, a:focus {
	color: #7F3300;
	text-decoration: underline;
}
#menulink {
	margin: 0;
	text-align: center;
	background-color: #1E1E1E;
}
#menulink a {
	color: white;
	font-weight: 200;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}
#navlinks {
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: #000000;
    background-color: rgba(0,0,0,0.65);
    position: absolute;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
	-webkit-transition: all ease-out 0.5s;
	transition: all ease-out 0.5s;
}
#navlinks.displayed {
    top: 135px;
    z-index: 1;
    opacity: 1;
}
#navlinks.start {
    display: none;
}
#navlinks.collapsed {
    top: -12em;
    opacity: 0;
}
#navlinks a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	color: white;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
	font-size: 1.1em;
}
#navlinks a:hover, #navlinks a:active, #navlinks a:focus, #navlinks a.thispage {
	color: #F68979;
}
main, aside, publist {
	margin-left: 4%;
	margin-right: 4%;
}
#hero img {
	max-width: 100%;
	display: block;
}
#hero p {
	color: #F58979;
	font-weight: 300;
	font-size: 1em;
	border-width: 2px;
	border-bottom-style: solid;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 20px;
	margin-top: 5px;
}
#subheader {
	color: #7F3300;
	font-weight: 350;
	font-size: 1.3em;
	border-width: 2px;
	border-bottom-style: solid;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
footer {
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #1E1E1E;
    color: white;
    font-size: 0.8em;
    text-align: center;
}

@media (min-width: 700px) {
#menulink {
	display: none;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
}
#navlinks {
	max-width: 1000px;
	position: static;
	background-color: transparent;
}
#navlinks.collapsed {
	opacity: 1;
}
#navlinks a {
	width: 6.7em;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 5px;
	float: left;
	color: #1E1E1E;
}
#hero p {
	width: 28%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	position: absolute;
	color: white;
	border-width: 1px;
	border-style: solid;
	top: 10px;
	right: 5px;
	padding-bottom: 5px;
	font-size: 0.8em;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 300;
	text-align:right
}
#hero {
	position: relative;
}
main {
	width: 40%;
}
aside {
	width: 46%;
	margin-left: 0px;
}
publist {
	width: 80%;
	margin-left: 50px;
	margin-right: 15px;
	font-size: 0.9em;
	display: block;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
	padding: 5px 0px;
}
research {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 70px;
	padding-right: 10px;
	top: auto;
	right: auto;
	display: block;
	width: 88%;
	font-size: 0.8em;
	float: left;
	left: auto;
	bottom: auto;
	font-weight: 400;
	font-family: source-sans-pro;
	font-style: normal;
}
node {
	margin-left: 50px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 70px;
	padding-right: 10px;
	top: auto;
	right: auto;
	display: block;
	width: 78%;
	font-size: 0.8em;
	float: left;
	left: auto;
	bottom: auto;
	font-weight: 400;
	font-family: source-sans-pro;
	font-style: normal;
}
main, aside {
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
	font-size: 0.8em;
}
footer {
	clear: left;
}
}

@media (min-width: 900px) {
.floatright {
	float: right;
	margin-right: 0px;
	margin-left: 5px;
}
.floatleft {
	float: left;
	margin-right: 5px;
}
.floatleft {
}
.floatright {
}
}
.floatLt {
     float:left;
     padding: 1%;
     margin: 2%;
}
.floatmap {
     float:left;
	 padding: 0%;
     margin-right: 10px;
	 margin-left: 10px;
	 min-width: 450px;
}
.floatwide {
     float:left;
	 padding: 0%;
     margin-right: 5px;
	 margin-left: 5px;
	 min-width: 590px;
}
.floatnoderight {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	max-width: 210px;
}
.floatnodeleft {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	max-width: 210px;
}
.floatpepsright {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	max-width: 270px;
}
.floatpepsleft {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	max-width: 270px;
}
.floatmedleft {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	max-width: 300px;
}
.nofloat {
	 padding: 0%;
     margin-right: 10px;
	 margin-left: 10px;
	 margin-top: 10px;
	 min-width: 750px;
}
shake {
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	top: auto;
	right: auto;
	display: block;
	width: 95%;
	font-size: 0.8em;
	float: left;
	left: auto;
	bottom: auto;
	font-weight: 400;
	font-family: source-sans-pro;
	font-style: normal;
}
main_shake, aside_shake {
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
	font-size: 0.8em;
	margin-left: 2%;
	margin-right: 2%;
}
main_shake {
	width: 42%;
}
aside_shake {
	width: 50%;
	margin-left: 0px;
}
tab1 {
	padding-left: 2.25em;
}

pul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #E7E7E7;
  background-color: #F3F3F3;
}

pli {
  float: left;
}

pli a {
  display: block;
  color: #666;
  text-align: center;
  padding: 7px 8px;
  text-decoration: none;
}

pli a:hover:not(.active) {
  background-color: #ddd;
}

pli a.active {
  color: white;
  background-color: #04AA6D;
}

div.imageholder1 {
                margin: 2px, 2px;
                padding: 2px;
                background-color: white;
                max height: 350px;
				overflow-x: auto;
                overflow-y: hidden;
                white-space: nowrap;
            }
			
div.imageholder2 {
                margin: 2px, 2px;
                padding: 2px;
                background-color: white;
                max height: 350px;
				overflow-x: auto;
                overflow-y: hidden;
                white-space: nowrap;
            }

.accordion>input[type="checkbox"] {
  position: absolute;
  left: -100vw;
}

.accordion .content {
  overflow-y: hidden;
  height: 0;
  transition: height 0.3s ease;
}

.accordion>input[type="checkbox"]:checked~.content {
  height: auto;
  overflow: visible;
}

.accordion label {
  display: block;
  cursor: pointer;
}

#carousel_wrapper {
	width: 100%;
	margin: 0;
	max-width: 1000px;
	background-color: white;
	margin: 0 auto;
}
.carousel-inner .carousel-item img {
  width: auto; /* Maintains aspect ratio */
  height: 380px; /*  */
  display: block; /* Removes extra space below the image */
  margin: 0 auto; /* Centers the image if its container is wider */
}
.carousel-caption {
    right: 8%;
    text-align: right;
	color: gray;
    left: auto;
	bottom: 0%;
    padding:5px;
}
.carousel-caption p {
	font-size: 0.8em
}