@font-face {
	font-family: 'fontello';
	src: url('../fonts/social.eot?33561446');
	src: url('../fonts/social.eot?33561446#iefix') format('embedded-opentype'),
	url('../fonts/social.woff?33561446') format('woff'),
	url('../fonts/social.ttf?33561446') format('truetype'),
	url('../fonts/social.svg?33561446#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* ==========================================================================
General
========================================================================== */

html {
	-webkit-font-smoothing: antialiased;
}

body {
font-family: 'robotoregular', Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
color:#303030;
}

.clear { clear:both; }

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
margin-top:0;
font-family: 'roboto_condensedregular';
color:#007267;
}

h3, .h3 {
	font-family: 'roboto_condensedlight';
	font-size:24px;	
}

h5 { line-height:1.3; }

h1, .h1 {
font-size: 26px;
font-family: 'roboto_condensedregular';
}

h2, .h2 {
font-size: 24px;
font-family: 'roboto_condensedlight';
}

body.home .h2,
body.home h2 {
font-family: 'roboto_condensedregular';	
font-size: 24px;
}


h4, .h4 {

font-weight: bold;
font-size:15px;
}

h5, .h5 {
color:#d47700;
font-weight: bold;
font-size:13px;
}

a, a:visited {
color:#d47700;
}

a:hover {
color:#d47700;
text-decoration: underline;
}

a,a:active,a:hover { outline: 0; }

span {
}

*,*:active,*:hover {
	outline: 0 #000 solid !important;
}

label, th {
color:#007267;
}

hr { margin-bottom: 30px; }
.underline { text-decoration: underline; }
.italic { font-family: 'robotoitalic'; }

.section-heading {
	margin: 0 0 20px;
}

.section-subheading {
}


/* ==========================================================================
Header
========================================================================== */

#social-bar {
padding:5px 0;
}

#social-bar ul.list-inline {
margin-bottom:0;
}

#social-bar ul.list-inline>li {
margin:0;
padding:0;
}
#social-bar .social-wrapper {
float:right;
/*margin-top: -5px;*/
}

#social-bar .social-wrapper .fb-like {
vertical-align: middle;
}

#social-bar .social-wrapper .twitter-follow-button {
vertical-align: middle;
}


#brand {
padding:15px 0;
background-color:white;
}

img#logo {
width:100%;
height:auto;
display:block;	
}
.social-wrapper ul li img {
	display:block;width:100%;height:auto;
}

.social-wrapper ul li a {
	width: 27px;
	height: 27px;
	display: block;
	background:#fff;
	transition:.2s;
}

.social-wrapper ul li a:hover { background:none; }


.social-wrapper ul li #twitter-widget-0,
.social-wrapper ul li .fb_iframe_widget{
	margin-top:-10px;
}

.logo-container {
float:left;
padding:0;
}

.tagline-container {
	float:right;
	font-family: 'oswaldlight';
	color:#6c6c6c;
	letter-spacing:.04em;
	font-size: 20px;
	line-height:1.1;
	text-align:right;
	padding-top: 30px;
	padding-right: 20px;	
}
.tagline-container span:after {
	content:'\2122';
	position: absolute;	
}

.logo-container h1 {
margin:0;
width:100%;
display:block;
max-width:296px;
}

.links {
float:right;
overflow:hidden;
}

a#make-a-gift {
font-size:11px;
text-transform: uppercase;
color:white;
margin-bottom: 10px;
}

#top-links {
font-size:11px;
margin-bottom: 10px;
}

#top-links a {
color: #007267;
}

.navigation { position:relative; }

#nav_search {
	position: absolute;
	right: 4.47%;
	margin-right: -30px;
	z-index: 9999;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.19);
	-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.19);
	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.19);
	overflow: hidden;
}

#nav_search .nav_search-content {
	margin-top: -34px;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	display:none;
}

#nav_search .nav_search-content.active {
	margin-top: 0;
	display:block;
}


#nav_search .nav_search-content .nav_search-input {
	overflow:hidden;
	background: rgba(255,255,255,.8);
	position:relative;
}

#nav_search .nav_search-content .nav_search-input:before,
#nav_search .nav_search-content .nav_search-action:before {
	z-index:1 !important;
	height:5px !important;	
	opacity:.8;
}

#nav_search .nav_search-content .nav_search-input input[type="text"] {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background: none;
	position:relative;
	z-index:100;
	color: #6c6c6c;
	font-family: 'robotoitalic';
	border-radius: 0;
	-webkit-transition: inherit;
	transition: inherit;
	line-height: 1;
	height: 33px;
	line-height: 1;
	padding: 0px 0px;
	padding: 0px 10px 0;
	box-shadow: none;
	letter-spacing: .08em;
	font-size: 13px;
	min-width: 195px;
	background:rgba(255,255,255,0);
	transition:.2s;
}

#nav_search .nav_search-content .nav_search-action {
	float:right;
	background:#d47700;
	position:relative;
	
}


#nav_search .nav_search-content .nav_search-action input.search_submit {
	height:33px;width:33px;
	position:relative;
	z-index:100;
	line-height:33px;
	text-align:center;
	font-size:9px;
	color:#fff;
	outline:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border:0;
	background:none;
	
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}




form#search {
margin:0;
width:250px;
float:right;
}
form#search .input-group-addon:hover{
	cursor: pointer;
	background-color:#D98500;
	color:#FFF;
}
input[type='file']{
	min-height: 48px;
}
.has-error .bootstrap-select .btn.btn-default{
  border-color: #a94442;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.bootstrap-select.btn-group .btn .filter-option {
	font-size: 14px;
}
.bootstrap-select .caret {
  border-top-color: #333333 !important;
}
.bootstrap-select .btn.dropdown-toggle[title='Select...'] {
	color:#999;
}
.bootstrap-select .btn.dropdown-toggle {
	color:#333;
}

#form-group_field_4728960471 {
	display:none;
}

.form-horizontal .control-label {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  /*padding: 7px 0 0;*/
  padding: 7px 15px 0 0;
  color:#5F5F5F;
  text-align: left;
}

.form-control-text {
	color: #D47700;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
}
.form-control:focus,
.form-control {
	color:#333;
}
.wpcf7-form-control-wrap { display: block !important; }
.ajax-loader {
  position: absolute;
  right: -14px;
  margin: 30px 6px 0 0;
}
.alert-validation{
	color:#FF0000;
	padding-top: 12px;
	font-weight: bold;
	font-size: 11px;
}

/* ==========================================================================
HERO SLIDER
========================================================================== */

#hero-slider {
	position:relative;
	overflow: hidden;
}

#hero-slider .hero-slider_slide {
	background:url('http://www.wallsforpc.com/wp-content/uploads/2012/11/Corn-fields.jpg') no-repeat center center;
	background-size:cover;
	position:absolute;height:100%;width:100%;display:block;top:0;left:0;
	opacity:0;
	transition: opacity 1.2s linear;
}
#hero-slider .hero-slider_slide.active {
	opacity:1;
}

#hero-slider #hero-slider_wrapper {
	max-width:1140px;
	padding:0 20px;
	margin: 0 auto;
	
	/* PREVENT USER SELECTION */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#hero-slider #hero-slider_wrapper #hero-slider_inner-wrapper {
	padding-top: 39.6%;
	margin:0 auto;
	position:relative;
}

#hero-slider #hero-slider_wrapper #hero-slider_inner-wrapper #hero-slider_content {
	
}

#hero-slider #hero-slider_wrapper #hero-slider_inner-wrapper #hero-slider_content .hero-slider_caption {
	position:absolute;
	bottom:20px;
	right: 0;
	opacity:0;
	transition: opacity 1.2s linear;
}

#hero-slider #hero-slider_wrapper #hero-slider_inner-wrapper #hero-slider_content .hero-slider_caption.active {
	opacity:1;
}

#hero-slider #hero-slider_wrapper #hero-slider_inner-wrapper #hero-slider_content .hero-slider_caption.active a {
	display: inline-block;
}

#hero-slider #hero-slider_wrapper #hero-slider_inner-wrapper #hero-slider_content .hero-slider_caption a {
	background: rgba(0,0,0,.55);
	color: #fff;
	font-size: 49px;
	font-family: 'oswaldlight';
	line-height: 1;
	padding: 17px 18px 22px;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.83);
	transition: .2s;
	display:none;
}

#hero-slider #hero-slider_wrapper #hero-slider_inner-wrapper #hero-slider_content .hero-slider_caption a:hover {
	background: rgba(0,0,0,.6);
	text-decoration:none;
}

#hero-slider #hero-slider_wrapper #hero-slider_inner-wrapper #hero-slider_content .hero-slider_caption a:after {
	color:#d47700;
	display:inline-block;
	vertical-align:middle;
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e602";
	font-size: .35em;
	margin-left: 15px;
	position: relative;
	bottom: 2px;
}


#hero-slider .hero-slider_controls {
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	
	/* PREVENT USER SELECTION */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	margin-top:-25px;
}

#hero-slider .hero-slider_controls span {
	width:50px;
	height:50px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	overflow:hidden;
	background:rgba(255,255,255,.5);
	color:rgba(0,0,0,.7);
	display:inline-block;
	font-size: 19px;
	line-height: 50px;
	padding: 0 12px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	cursor:pointer;
	transition:.2s;
}

#hero-slider .hero-slider_controls span:hover { background:rgba(255,255,255,1); }

#hero-slider .hero-slider_controls.controls_left { left:-25px; }
#hero-slider .hero-slider_controls.controls_left span { text-align:right; }

#hero-slider .hero-slider_controls.controls_right { right:-25px;left:inherit; }
#hero-slider .hero-slider_controls.controls_right span { text-align:left; }

/* ==========================================================================
Home Callout
========================================================================== */

body.home .home_callout {
	padding-bottom:35px;
	margin-bottom:27px;
	border-bottom:1px solid #c8c8c8;
}

body.home .home_callout .home_callout-content {
	overflow:hidden;
}

/* body.home .home_callout .home_callout-content p:first-of-type {display:none;} */

body.home .home_callout .home_callout-content a.home_callout-link {
	font-family: 'robotobold';
	text-transform: capitalize;
	display:inline-block;
}

body.home .home_callout .home_callout-content p {
	margin-top:-4px;
}

body.home .home_callout .home_callout-image {
	float:left;
	width:105px;
	margin-right:18px;	
}

body.home .home_callout .home_callout-image img {
	display:block;
	width:100%;
	height:auto;	
}




/* ==========================================================================
Nav
========================================================================== */

/* Fix for rudely applied knack.com styles */
#nav .nav {
	display:table;
	min-height:initial;
	z-index:1000;
	text-align:left;
}

li.nav_overview { display:none !important; }

#nav {
font-size:14px;
text-transform: uppercase;
font-size: 13px;
position:relative;
background: #fff;
}

#header.stuck { padding-bottom:35px; }
#nav.stuck {
	height: 35px;
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;	
}

#nav.stuck .container {
		
}

#nav:after,
.nav li > ul.dropdown-menu > li:nth-of-type(2) > a:before,
.nav li > ul.dropdown-menu li:nth-of-type(2) ul.dropdown-menu > li:first-child + li > a:before,
#nav_search .nav_search-content .nav_search-input:before,
#nav_search .nav_search-content .nav_search-action:before,
body.page-child .container.content_main > #content:before {
	height:8px;
	position:absolute;content:'';left:0;top:100%;width:100%;display:block;background: -moz-linear-gradient(top,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 1%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 1%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(1%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	z-index: 900;
	opacity:1;
}

body.page-child .container.content_main > #content:before { display:none; }

.nav li ul.dropdown-menu { text-align:left !important; }

.nav li > ul.dropdown-menu li ul.dropdown-menu li a:before { opacity:0; }

.nav li > ul.dropdown-menu > li.nav_overview + li > a:before,
.nav li > ul.dropdown-menu li.nav_overview + li ul.dropdown-menu > li:first-child + li > a:before,
#nav_search .nav_search-content .nav_search-input:before,
#nav_search .nav_search-content .nav_search-action:before {
	top:0;	
}

#nav .container {
	padding:0;	
}

.nav {
	position:relative;
	z-index:1000;
	list-style-type:none;
	display:table;
	width:100%;
	padding:0 10px;
	margin:0;
}

.nav > li {
	letter-spacing: .1em;
	position:relative;
	display:table-cell;
	vertical-align:middle;
	padding:0 11px;
	white-space:nowrap;
}
.nav:before, .nav:after { content:none!important; }
@media screen and (max-width:992px) { 
	.nav { padding-left:0; padding-right:0; }
	.nav > li { padding-right:0; } 
}

.nav li a {
color:#303030;
height:35px;
line-height:35px;
display: block;
padding-left:11px;
}
.nav > li > a { padding-left:0!important; }

.nav li a:hover { text-decoration:none; }

.nav > li:hover > a,
.nav > li.current-menu-item > a,
.nav > li.current_page_ancestor > a {
	letter-spacing:.085em;
	font-family: 'robotobold';
	-webkit-font-smoothing:antialiased;	
}

.nav > li:hover > a { letter-spacing:.1em; }


/* Submenus */
.nav li ul.dropdown-menu {
	display: none;
	position: absolute;
	list-style-type: none;
	padding: 0;
	text-transform: none;
	background: rgba(255,255,255,.875);
	width: 210px;
	font-family: inherit;
	z-index: 1003;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.19);
	-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.19);
	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.19);
	border-bottom: 1px solid #d0d0d0;
	float: none;
	font-size: inherit;
	margin: 0;
	border-radius: 0;
	border: inherit;
}

/*.nav li ul.dropdown-menu:hover > li a:after {
	position: absolute;
width: 8px;
height: 100%;
content: '';
top: 0;
left:100%;
z-index: 99999;
background: -moz-linear-gradient(left,rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(0,0,0,0.15)),color-stop(100%,rgba(0,0,0,0)));
background: -webkit-linear-gradient(left,rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
background: -o-linear-gradient(left,rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(left,rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to right,rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26000000',endColorstr='#00000000',GradientType=1);

}

.nav li ul.dropdown-menu > li:last-of-type a:after {
-webkit-border-bottom-right-radius: 100%;
-moz-border-radius-bottomright: 100%;
border-bottom-right-radius: 100%;
overflow: hidden;
display: block;
height: 115%;		
}
*/

.nav li:hover ul.dropdown-menu {
	display:block;	
}

.nav li ul.dropdown-menu li {
	display:block;
	letter-spacing: .08em;
	position:relative;
}

.nav li ul.dropdown-menu li a {
	line-height: 1.2;
	display: block;
	white-space: normal;
	padding: 9px 10px;
	height: auto;
	position: relative;
	border-left: 1px solid #ECECEC;
}

.nav li ul.dropdown-menu li:hover > a,
.nav li ul.dropdown-menu li.current-menu-item > a,
.nav li ul.dropdown-menu li.current_page_ancestor > a {
	color:#fff;
	background:#d47700;	
}

.nav li:hover ul.dropdown-menu li ul.dropdown-menu {
	display:none;	
}

.nav li:hover ul.dropdown-menu li:hover ul.dropdown-menu {
	display:block;
	left:100%;
	top:0;
}

.nav li.nav_support:hover ul.dropdown-menu li:hover ul.dropdown-menu {
	left:-100%;
}

/* menu collapsable button */
.navbar {
	min-height:0;
	margin-bottom:0;
}
.navbar-default {
	border:none;
	background:none;
}
.navbar-collapse {
	padding:0;
	display:block;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	border: 1px solid white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
	.navbar-toggle .icon-bar {
	background-color: white;
}
.nav .right ul.dropdown-menu {
  right: -2px;
}

.nav > li.nav_search, .nav > li.nav_search:hover a {
	font-size:18px;	
	line-height:35px;
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor:pointer;
}

.nav > li.nav_search {
	padding-left:0;
	padding-right:0;
	width:35px;
	text-align:center;
}

.nav > li.nav_support ul.dropdown-menu {
	right:0;
}


/* ==========================================================================
Sliders
========================================================================== */

.crsl {
overflow: hidden;
position: relative;
}

#frontpage-slider .crsl-items {
margin: 0 auto;
max-width:1140px;
}

#frontpage-slider .crsl-item figcaption {
position: absolute;
bottom:0;
left:0;
padding-left:16px;
padding-right:16px;
padding-bottom:16px;
width:100%;
}

#frontpage-slider .caption-container {
width:100%;
padding:20px;
background-color:#FFF;
background-color: rgba(255, 255, 255, 0.8); /* layer fill content */
-moz-box-shadow: 1px 2px 4px rgba(0,0,0,.29); /* drop shadow */
-webkit-box-shadow: 1px 2px 4px rgba(0,0,0,.29); /* drop shadow */
box-shadow: 1px 2px 4px rgba(0,0,0,.29); /* drop shadow */
}

#frontpage-slider .crsl-item figcaption h2 {
font-family: 'robotobold';
}

#frontpage-slider .crsl-item figcaption p {
color:#303030;
margin-bottom:0;
}

#frontpage-slider .crsl-item img {
	display: none;
}

#frontpage-nav {
position:absolute;
top:45.8%; /* 450px = 100%; 38px = 8.4%; 8.4/2 = 4.2% */
width:100%;
}

#frontpage-nav .previous {
float:left;
}

#frontpage-nav .next {
float:right;
}

#frontpage-slider .crsl-item {
opacity: .3;
filter: alpha(opacity=30); /* IE8 */
}

#frontpage-slider .crsl-item .read-more{
	color:#c56800;
}

#frontpage-slider .crsl-item > figcaption {
display:none;
}

#frontpage-slider .crsl-active {
opacity: 1;
filter: alpha(opacity=100); /* IE8 */
}

#frontpage-slider .crsl-active > figcaption {
display:block;
}

#frontpage-nav .previous, #frontpage-nav .next {
display:block;
height:38px;
width:38px;
line-height:38px;
background-color: #454545;
opacity: .7;
filter: alpha(opacity=70); /* IE8 */
text-align: center;
}

#frontpage-nav .previous:hover, #frontpage-nav .next:hover {
opacity:1;
}

#frontpage-nav .previous {
background:#454545 url("../img/carousel-prev-arrow.png") center center no-repeat;
}

#frontpage-nav .next {
background:#454545 url("../img/carousel-next-arrow.png") center center no-repeat;
}

#scientists-nav,
#research-nav,
#core-nav {
	padding:0 10px;	
}

.img-thumbnail {
	padding: 0;
	border-radius: 0;	
}

/* Our Science page sliders */
#scientists-slider .caption p {
margin-top:10px;
}

#scientists-nav {
display:block;
position: absolute;
top: 70px;
left: 0;
width:100%;
}

.crsl-nav .crsl-btn {
display:block;
height:20px;
width:20px;
line-height: 20px;
text-align: center;

-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;

background-color: #d37700;
}

#scientists-nav a.previous {
float:left;
background:#d37700 url("../img/crsl-btn-prev-arrow.png") center center no-repeat;
}

#scientists-nav a.next {
float:right;
background:#d37700 url("../img/crsl-btn-next-arrow.png") center center no-repeat;
}

#research-nav {
display:block;
position: absolute;
top: 50px;
left: 0;
width:100%;
}

#research-nav a.previous {
float:left;
background:#d37700 url("../img/crsl-btn-prev-arrow.png") center center no-repeat;
}

#research-nav a.next {
float:right;
background:#d37700 url("../img/crsl-btn-next-arrow.png") center center no-repeat;
}



#core-nav {
display:block;
position: absolute;
top: 50px;
left: 0;
width:100%;
}

#core-nav a.previous {
float:left;
background:#d37700 url("../img/crsl-btn-prev-arrow.png") center center no-repeat;
}

#core-nav a.next {
float:right;
background:#d37700 url("../img/crsl-btn-next-arrow.png") center center no-repeat;
}

/* News & Media slider */
#gallery-slider hr {
margin:10px 0;
border:1px dashed #bababa;
}

#gallery-nav {
display:block;
position: absolute;
top: 50px;
left: 0;
width:100%;
}

#gallery-nav a.previous {
float:left;
background:#d37700 url("../img/crsl-btn-prev-arrow.png") center center no-repeat;
}

#gallery-nav a.next {
float:right;
background:#d37700 url("../img/crsl-btn-next-arrow.png") center center no-repeat;
}


/*SCROL BOX OVERRIDE*/

#research-slider.padding10sides {
	
}
/*div#research-slider {
	height:300px;	
}
.crsl-items {
	position: absolute;
	width: 100%;
	overflow: hidden;	
}

.crsl-items .crsl-wrap {
	width:inherit !important;
	white-space:nowrap !important;
}

.crsl-items .crsl-wrap .crsl-item {
	float:none !important;
	display:inline-block !important;
	width: 160px !important;	
}*/
/*END SCROLL BOX OVVERRIDE*/


/* ==========================================================================
Feature Boxes
========================================================================== */



#feature-boxes {
overflow: hidden;
}

#feature-boxes .col-md-3 {
	padding: 0;
	width:23.3125%;
	float:left;
}


#feature-boxes .col-md-3 + .col-md-3 {
	margin-left: 2.25%;
}

#feature-boxes.padding20 { 
	padding: 2.25% 0; 
	border-bottom:1px solid #c8c8c8;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#feature-boxes .row { margin:0; }
#feature-boxes .row:before,
#feature-boxes .row:after {
	display:none;
}
.box {
position:relative;
color:white;
padding-top: 56.5%;
}


.box span.anchor-text {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,.47);
	color: #fff;
	text-align: right;
	line-height: 33px;
	font-size: 1.35em;	
	transition:.3s;
}

a.box_a:hover .box span.anchor-text {
	background: rgba(0,0,0,.70);	
}

a.box_a:hover .box span.anchor-text:after {
	background: #007267;
	color: #fff;
}

a.box_a:hover .box span.anchor-text:before {
	width:50%;	
}

.box span.anchor-text:before {
	content: '';
	height: 33px;
	width: 10px;
	display: block;
	position: absolute;
	right: 33px;
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.4)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=1 );
	transition:.5s;
}
.box span.anchor-text span { z-index:999;position:relative; }

.box span.anchor-text:after {
	color: #fff;
	background: #d47700;
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 33px;
	display: block;
	float: right;
	content: "\e602";
	width: 33px;
	text-align: center;
	margin-left: 10px;
	font-size: 9px;
	transition:.3s;
}

.box p {
color:white;
text-align: left;
font-size:12px;
}

.box p a {
color:white;
text-decoration: underline;
}



/* ==========================================================================
Masthead
========================================================================== */

.masthead {
position:relative;
min-height: 200px;
}

.masthead .container {
	padding:0;	
}

.masthead:after {
content: "";
background:url(../img/masthead-bg.jpg) center center no-repeat;
opacity: 0.3;
filter: alpha(opacity=30);
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1;
display:none;
}

.masthead.empty { display:none; } 

.featured-image {
position:relative;
}

.masthead-caption {
position:absolute;
top:42px;
left:20px;
width:350px;
/*height:200px;*/
padding:20px;
background-color: rgba(255,255,255,.8); /* layer fill content */
-moz-box-shadow: 1px 2px 4px rgba(0,0,0,.15); /* drop shadow */
-webkit-box-shadow: 1px 2px 4px rgba(0,0,0,.15); /* drop shadow */
box-shadow: 1px 2px 4px rgba(0,0,0,.15); /* drop shadow */
}

/* ==========================================================================
Content
========================================================================== */

.container.content_main {
	background:url(../images/body_bg-pattern.gif) repeat, url(../images/body_bg.png) repeat-x top left #fff;
	max-width:inherit;
	padding:0;	
}

.container.content_main > #content {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #fff;
	border-top: 0;
	border-bottom: 0;
	background: #fff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.28);
	-moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.28);
	box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.28);
}

#content {
overflow:hidden;
}

.moveTop {
	/*margin-top: -200px;*/
}

#leftCol{
padding-right:0;
overflow: hidden;
z-index:100; /* needed for box-shadow */
}

#rightCol {
padding-left:0;
overflow: hidden;
}

#content.moveTop > .row,
.container.content_main #content > .row {
	display: table;
	width: 100%;
	table-layout: fixed;
}

body:not(.home) #leftCol {
	display: table-cell;
	width: inherit;
	float: none;
	padding-bottom: 40px;
	table-layout: fixed;
	overflow:hidden;
}

body:not(.home) #rightCol {
	display: table-cell;
	width: 300px;
	float: none;
	height: 100%;
	vertical-align: top;
	background:url(../images/sidebar_stone-bg.jpg) repeat top center;
	background: #D7D7D7;
}

.footer_content { display:table;width:100%; }

.footer_society-link {
	white-space:nowrap;
	padding-left:35px;	
	display:table-cell;
	vertical-align:top;
}

.footer_about {
	display:table-cell;
	vertical-align:top;
}

#content span a {
font-family: 'robotomedium';
font-size:12px;
}
#content span.text {
	font-style: normal;
}

.main {
padding:20px;
min-height: inherit !important;
}

.main .main { padding:0; }

.media-heading {
color:#d47700;
font-weight: bold;
}

.media-gallery h5 {
	width: 100%;
	height: 30px;
	display:table;
}
.media-gallery h5 span {
	width: 100%;
	display: table-cell;
	vertical-align: bottom;
	font: inherit;
	font-size: 14px;
	text-align: center;
}

.video_single_a {
	display:block;
	position:relative;	
}

.video_single_a:before {
	content:'';display:block;position:absolute;top:50%;left:50%;
	width:60px;
	height:60px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border:3px solid rgba(255,255,255,.9);	
	margin-top:-30px;
	margin-left:-30px;
	-webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    1px 1px 8px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         1px 1px 8px 0px rgba(0, 0, 0, 0.75);
	background:rgba(0,0,0,.4);
}

.video_single_a:after,
.video_single_a:before {
	
}
.video_single_a:hover:before   {
	background:rgba(0,0,0,.7);
	border:4px solid #fff;
}
.video_single_a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border-bottom: 12px solid transparent;
	border-top: 12px solid transparent;
	border-left: 19px solid #fff;
	margin-top: -11px;
	margin-left: -7px;
	transition:.2s;
}

.media-gallery .media-caption {
	font-size: .9em;
	line-height: 1.25em;
	text-align: left;
	color: #666;
	padding: 0 8px;
	margin-top: .7em;
}
.media-gallery .launch-video-player-html{
}

#iframe_wrapper {
	 position:relative;
	 max-width:560px;
 }
 
 #iframe_wrapper .iframe_spacer {
	 display:block;
	 width:100%;
	 height:auto;
 }
 
 #iframe_wrapper .iframe_content {
	 width:100%;
	 height:100%;
	 position:absolute;
	 top:0;
	 left:0;
 }
 
 #iframe_wrapper .iframe_content iframe {
	width:100% !important;
	height:100% !important;
	position:absolute; 
 }

.media-item.media { margin-top:0; }
.media-item.media + .media-item.media { margin-top:35px; }

.media-object {
  width: 200px;
  height: 100px;
}

.video_modal-vid {
  height: 345px;
}

.main-gray {
background-color: #eeeeee;
padding: 20px;

}

.main-gray.bleeding,
.main.bleeding {
box-sizing: content-box;
width: 100%;
margin-left: -20px;
margin-bottom:20px;
margin-top:20px;
}

.main-gray:last-of-type { margin-bottom:0; }

.main-gray p:last-of-type {
	margin-bottom:0;	
}

.single-event #content .main-gray {
  height: 200px;
}

ol.publications {
counter-reset: li; /* reset counter */
}

ol.publications > li {
position:relative; /* Create a positioning context */
margin-bottom:20px; /* Give each list item a left margin to make room for the numbers */
/*padding:0 10px; *//* Add some spacing around the content */
list-style:none; /* Disable the normal item numbering */
min-height: 28px;
}

ol.publications > li:before {
content:counter(li); /* use counter as content */
counter-increment: li; /* increment by 1 */
/* Position and style the number */
position:absolute;
top:0;
left:-3em;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
width:2.5em;
margin-right:10px;
padding:5px;
color:#666666;
font-family: 'robotobold';
text-align:center;

background: rgb(236,236,236);
	background: -moz-linear-gradient(-45deg, rgba(236,236,236,1) 0%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(236,236,236,1)), color-stop(100%,rgba(254,254,254,1)));
	background: -webkit-linear-gradient(-45deg, rgba(236,236,236,1) 0%,rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(236,236,236,1) 0%,rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(236,236,236,1) 0%,rgba(254,254,254,1) 100%);
	background: linear-gradient(135deg, rgba(236,236,236,1) 0%,rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#fefefe',GradientType=1 );
	padding: 5px;
	border: 1px solid #cbcbcb;
	-webkit-box-shadow: 1px 1px 0px 0px rgba(215, 215, 215, 1);
	-moz-box-shadow:    1px 1px 0px 0px rgba(215, 215, 215, 1);
	box-shadow:         1px 1px 0px 0px rgba(215, 215, 215, 1);
	left:-45px;
}

ol.publications {
		padding-left:45px;	
	}
	
ol.publications.most-recent {
	padding-left:0;
}

ol.publications.most-recent > li:before {
	content:none;
}

div.title {
margin-top:10px;
}

div.title a {
font-weight: bold;
font-style: normal;
color: #d47700;
font-size: 14px;
}
a.department {
font-family: 'robotobold';
font-style:normal;
font-size:12px;
}

div.our-scientists {
margin-bottom:25px;
}
div.caption h5{
margin-top:10px;
}

.profile {
overflow: hidden;
}
.profile img {
float:left;
margin-right:25px;
}

.profile-meta {
overflow:visible;
}

.profile-meta dl { clear:both; }

.profile-meta .btn.btn-orange {
  font-size: 11px;
  margin-top:1em;
}

.profile-meta h1 {
}

.profile-meta.profile-event h1{
	margin: 0 0 10px 0;
}

.profile-meta.profile-event dt {
	color:#2B7F75;
	width: 70px;
	float: left;
}

.profile-meta.profile-event dd {
	color:#666;
	margin-left: 80px;
}
.single-research .profile,
.single-scientific_core .profile {
 /* min-height: 140px;*/
}

.section-subheading span {
float:right;
padding-top: .5em;
}

.media>.pull-left {
margin-right: 20px;
}

/* ==========================================================================
Sidebar
========================================================================== */

.sidebar {
padding: 20px;
height: 100%;
}

.sidebar:before {
	content:'';position:absolute;width:8px;height:100%;display:block;left:0;top:0;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.15)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.widget {
background-color:white;
overflow: hidden;
position:relative; /* css3 pie - IE8 */
}

.widget + .widget { margin-top:20px; }

.widget-heading {
color: #007267;
font-size: 20px;
font-family: 'roboto_condensedregular';
text-align: center;
padding: 10px;
margin: 0;
}

.widget-body {
padding:20px;
border-top:1px solid #e6e6e6;
-webkit-box-shadow: 0 -1px 5px -2px rgba(0,0,0,.25);
-moz-box-shadow: 0 -1px 5px -2px rgba(0,0,0,.25);
box-shadow: 0 -1px 5px -2px rgba(0,0,0,.25);
}

.widget-body ul {
margin-bottom: 5px;
}

.widget-body ul ul { padding-left:20px; }

.widget-body ul li {
margin-top:15px;
font-size:12px;
}

.widget-body ul li:first-child {
margin-top:0px;
}

.widget-body ul li span {
font-weight: normal;
}

.widget-body ul li.active a {
color: #007267;
margin-bottom: 10px;
display: block;
}

.widget-body ul li.active a:hover {
color: #007267;
text-decoration: none;
}

.widget-body ul li.active ul li a,
.widget-body ul li.active ul li a:hover{
	color: #D47700;
	font-weight: normal;
	margin-bottom: 0;
}

.widget-body img {
margin:0 auto 10px auto;
}

.widget-body p {
 	font-size: 11px;
}



.widget-minerva-bg {
/*background: transparent url(../img/widget-minerva-bg.png) left center no-repeat;*/
}

div.sidebar div.address {
font-size:12px;
}

div.sidebar div.event {
overflow:hidden;
margin-bottom:20px;
}

div.sidebar div.event:last-child {
margin-bottom:0;
}
div.sidebar div.event h5 {
color:#d47700;
font-weight: bold;
margin:0;
}

.group-members li {
color:#999;
}

/*.single_meta {
	overflow:hidden;	
}

.single_sharing {
	float:right;
	margin-left:20px;
	width:220px;	
}

.single_sharing  span { display:inline-block; }*/

.blog-date {
color: #999;
}
.pager {
margin-bottom:0;
}


div.date {
	width:48px;
	height:48px;
	margin-right:20px;
	margin-bottom:10px;
}

div.month {
	color: #fff;
	font-size: 12px;
	background-color: #6c6c6c;
	height: 18px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
}

div.day {
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #666666;
	background: #fff;
	border: 1px solid #dcdcdc;
	border-top: 0;
	font-size: 20px;
	letter-spacing: -.04em;
	padding-right: 2px;
}

.events_archive_toggle {
	cursor: pointer;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 18px;
}

.events_archive_toggle:after {
	background-color: #d37700;
	background-image: url("../img/mobile-nav-arrows.png");
	background-position: -10px -52px;
	border-radius: 4px;
	content: "";
	display: block;
	height: 20px;
	margin: -20px 30px 0 0;
	position: absolute;
	right: 0;
	width: 21px;
}
.events_archive_toggle.expanded:after{
	background-position: -10px -9px;
}

div.event-info {
  overflow: hidden;
}

div.event + div.event {
	margin-top:20px;	
}

div.event-info h5 { margin-top:0; }

div.event-info h6 {
	margin:5px 0;
	font-size:13px;
}

div.event-info span {
	font-size:12px;
}

.profile .date.large div.month {
	/*font-size: 26px;
	height: 40px;
	line-height: 40px;
	background: #2B7F75; 
	background: -moz-linear-gradient(top,  #2B7F75 0%, #2B7F75 50%, #007267 51%, #007267 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2B7F75), color-stop(50%,#2B7F75), color-stop(51%,#007267), color-stop(100%,#007267)); 
	background: -webkit-linear-gradient(top,  #2B7F75 0%,#2B7F75 50%,#007267 51%,#007267 100%); 
	background: -o-linear-gradient(top,  #2B7F75 0%,#2B7F75 50%,#007267 51%,#007267 100%); 
	background: -ms-linear-gradient(top,  #2B7F75 0%,#2B7F75 50%,#007267 51%,#007267 100%); 
	background: linear-gradient(to bottom,  #2B7F75 0%,#2B7F75 50%,#007267 51%,#007267 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2B7F75', endColorstr='#007267',GradientType=0 ); */
}
.profile .date.large div.day {
	/*font-size: 60px;
	font-weight: bold;
	height: 100px;
	line-height: 90px;
	color:#007267;*/
}

.profile .date.large{
	/*height: 140px;
	width: 200px;*/
}

.profile .date.small{
	display: none;
}




.event.large div.date {
  /*height: 98px;
  width: 140px;
  margin-bottom:20px;*/
}
.event.large div.month {
	/*font-size: 19px;
	height: 32px;
	line-height: 32px;
	background: #2B7F75; 
	background: -moz-linear-gradient(top,  #2B7F75 0%, #2B7F75 50%, #007267 51%, #007267 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2B7F75), color-stop(50%,#2B7F75), color-stop(51%,#007267), color-stop(100%,#007267)); 
	background: -webkit-linear-gradient(top,  #2B7F75 0%,#2B7F75 50%,#007267 51%,#007267 100%); 
	background: -o-linear-gradient(top,  #2B7F75 0%,#2B7F75 50%,#007267 51%,#007267 100%); 
	background: -ms-linear-gradient(top,  #2B7F75 0%,#2B7F75 50%,#007267 51%,#007267 100%); 
	background: linear-gradient(to bottom,  #2B7F75 0%,#2B7F75 50%,#007267 51%,#007267 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2B7F75', endColorstr='#007267',GradientType=0 ); */
}
.event.large div.day {
	/*font-size: 46px;
	font-weight: bold;
	height: 66px;
	line-height: 66px;
	color:#007267;*/
}

.infographic {
list-style:none;
padding-left:0;
overflow: hidden;
}

.infographic li {
	position:relative;
	display:inline;
	float:left;
	background-color:#eeeeee;
	width:33.3%;
	height:140px;
	padding:20px;
}

.infographic h5 {
	color:#007267;
	position: absolute;
}

.infographic img {
position:absolute;
top:20px;
right:5px;
}

.infographic h3 {
color: #00655b; /* text color + gradient overlay */
font-size: 77px;
font-weight: bold;
text-shadow: 1px 1px 1px #00574f; /* drop shadow */
/*text-shadow: 0 0 9px rgba(0,0,0,.21);  outer glow */

margin-bottom:0;

background: -webkit-linear-gradient(top, #06756b 0%,#06756b 50%,#007267 51%,#007267 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
z-index: 9999;
position: relative;
}
/* ==========================================================================
Homepage
========================================================================== */

#homepage {
padding-top: 35px;
padding-bottom: 50px;
}


#homepage h2 {
	margin-bottom:.8em;
}

.home #leftCol { padding-right:1.125%;width:50%;float:left; }
.home #rightCol { padding-left:1.125%;width:50%;float:left; }

#news {

}

#news h5.media-heading {
	
}

#news h5.media-heading a {
	color:#303030;
}
#news span.hidden-xs span { float:none; }
#news span.hidden-xs span:before {
color: #A5A5A5;
content: '|';
margin: 0 0.5em;
}

#news p {
font-size:13px;
}

#homepage div.events {

}

#homepage div.events div.event {
overflow:hidden;
}

#homepage div.events div.event + div.event  {
	margin-top:10px;	
}

#homepage div.events div.event img {
margin-right:20px;
margin-bottom:10px;
}

#employment {

}

#employment, #homepage div.events {

}

#employment h5, #homepage .events h5 {
color:#d47700;
font-weight: bold;
margin:0;
}

#employment div.job-posting {
margin-top:15px;
}

.yt-thumb {
  height: 100px;
  width: 200px;
  overflow: hidden;
}
.yt-thumb img {
	width: 100%;
	height: auto;
	margin-top: -22px;
}

.crsl-item .yt-thumb {
  height: 135px;
  width: auto;
  overflow: hidden;
  border-radius: 6px;
}
.crsl-item .yt-thumb img {
	width: 100%;
	height: auto;
	margin-top: -14px;
}

/* ==========================================================================
Footer
========================================================================== */

footer {
color:#fff;
position:relative;
background: #0a564e;
}

footer .social-wrapper {
	float: left;	
}

footer #footer_col2 {
	float:right;	
}

footer #copyright {
	text-align: right;
}

footer .footer_nav {
	margin-bottom: .7em;
	text-align: right;
}

footer .row + .row {
margin-top:25px;
}

footer .container {
	padding: 2% 20px;	
}

#society {


}
footer p {margin:0; }
#society p {font-size:12px;}

a#society-link {
color: #0a564e;
font-size: 14px;
float: right;
font-family: 'robotobold';
letter-spacing: .02em;
display: inline-block;
line-height: 1;
background: #fff;
padding: 10px;
-webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
-moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
transition:.2s;
}

a#society-link:hover { color: #666;text-decoration:none; }

#bottom-nav {

}

#bottom-nav .container {
   
}

#bottom-nav p, #bottom-nav a, #bottom-nav a:visited {
    color: white;
    font-size:10px;
}

#bottom-nav ul,#bottom-nav ul li,#bottom-nav ul li a {
    margin: 0;
    padding: 0;
    list-style: none;
}

#bottom-nav ul li {
  width: 16.66666%;
  float: left;
  padding: 0 15px;
}
#bottom-nav ul li ul li{
	width: auto;
	float: none;
	clear: both;
	padding: 0;
	margin: 0;
}

#bottom-nav p strong, #bottom-nav a strong, #bottom-nav li.dropdown a {
    font-weight: bold;
    font-size:12px;
}

#bottom-nav li .dropdown-menu a {
    font-weight: normal;
    font-size: 10px
}

#bottom-nav ul li a:hover{
	color:#B5FFF5;
}

#bottom-nav ul li.strong a{ font-weight: bold; font-size: 12px; line-height:22px; }
#bottom-nav ul li.strong ul li a{ font-weight: normal; font-size: 10px; line-height:22px; }


#copyright p, #copyright a, #copyright a:visited {
	color: rgba(255,255,255,.33);
	font-size: 11px;
	line-height: 1;
}

footer .footer_nav a {
	color:#47afa5;	
}

footer .list-inline {
	margin:0;	
}

footer .list-inline>li {
	margin:0;padding:0;	
}

footer .list-inline>li + li {
	margin-left:7px;	
}

#copyright ul {
	text-align:right;
}

/* ==========================================================================
Helpers
========================================================================== */

.transparent {
zoom: 1;
opacity: 0.8;
filter: alpha(opacity=80); /* IE8 */
}

.topbar-shadow
{
position:relative;
}


.footer-shadow
{
position:relative;
}


.widget-gradient {
background: #fdfdfd; /* Old browsers */
background: -moz-linear-gradient(top,  #fdfdfd 0%, #f5f5f5 99%, #f5f5f5 100%, #f5f5f5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(99%,#f5f5f5), color-stop(100%,#f5f5f5), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f5f5f5 99%,#f5f5f5 100%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fdfdfd 0%,#f5f5f5 99%,#f5f5f5 100%,#f5f5f5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fdfdfd 0%,#f5f5f5 99%,#f5f5f5 100%,#f5f5f5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fdfdfd 0%,#f5f5f5 99%,#f5f5f5 100%,#f5f5f5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f5f5f5',GradientType=0 );  /* IE6-8 */
}

.inner-shadow {
-webkit-box-shadow: inset 0 0 20px rgba(0,0,0,.25);
-moz-box-shadow: inset 0 0 20px rgba(0,0,0,.25);
box-shadow: inset 0 0 20px rgba(0,0,0,.25);
}

.top-bottom-inner-shadow {
-webkit-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,.1), inset 0 -10px 10px -10px rgba(0,0,0,.1);
-moz-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,.1), inset 0 -10px 10px -10px rgba(0,0,0,.1);
box-shadow: inset 0 10px 10px -10px rgba(0,0,0,.1), inset 0 -10px 10px -10px rgba(0,0,0,.1);
}

.box-shadow {
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

/* left-right only */
.content-shadow {
/*-moz-box-shadow: 0 0 7px rgba(0,0,0,.06);
-webkit-box-shadow: 0 0 7px rgba(0,0,0,.06);
box-shadow: 0 0 7px rgba(0,0,0,.06);*/
}

.main-shadow {
/*-webkit-box-shadow: 3px 0 6px -6px rgba(0,0,0,0.7);
-moz-box-shadow: 3px 0 6px -6px rgba(0,0,0,0.7);
box-shadow: 3px 0 6px -6px rgba(0,0,0,0.7);*/
}

.padding10 {
padding:10px;
}

.padding10sides{
padding:0 10px;
}

.padding20 {
padding:20px;
}

.padding0 {
padding:0px;
}

.padding20sides {
padding:0 20px;
}

.margin20left {
margin-left:20px;
}

.margin20right {
margin-right:20px;
}

.marginTop0 {
margin-top:0;
}

.marginTop10 {
margin-top:10px;
}

.marginTop25 {
margin-top:25px;
}

.marginTop20 {
margin-top:20px;
}

.marginTop50 {
margin-top:50px;
}

.marginBottom20 {
margin-bottom:20px;
}

.marginBottom10 {
margin-bottom:10px;
}

.marginBottom25 {
margin-bottom:25px;
}

.marginBottom50 {
margin-bottom:50px;
}

a.read-more {
font-family: 'robotobold';
text-transform:capitalize;
}

.btn,.btn:hover,.btn:visited,.btn:active{
	color:#FFF;
}

.btn-orange {
/*color:white;
border: 1px solid rgba(255,255,255,.19);
line-height:1em;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: inset 0 0 7px rgba(0,0,0,.11);
-webkit-box-shadow: inset 0 0 7px rgba(0,0,0,.11);
box-shadow: inset 0 0 7px rgba(0,0,0,.11);
background-color: #d37700;
background: -moz-linear-gradient(top,  #d98500 0%, #d98500 50%, #d47700 51%, #d47700 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d98500), color-stop(50%,#d98500), color-stop(51%,#d47700), color-stop(100%,#d47700));
background: -webkit-linear-gradient(top,  #d98500 0%,#d98500 50%,#d47700 51%,#d47700 100%);
background: -o-linear-gradient(top,  #d98500 0%,#d98500 50%,#d47700 51%,#d47700 100%);
background: -ms-linear-gradient(top,  #d98500 0%,#d98500 50%,#d47700 51%,#d47700 100%);
background: linear-gradient(to bottom,  #d98500 0%,#d98500 50%,#d47700 51%,#d47700 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d98500', endColorstr='#d47700',GradientType=0 );*/
background:#d47700;
color:#fff;
line-height:1;
transition:.2s;
}

.btn-orange:hover {
background: #e09800;
/*background: -moz-linear-gradient(top,  #e09800 0%, #e09800 50%, #d58600 51%, #d58600 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e09800), color-stop(50%,#e09800), color-stop(51%,#d58600), color-stop(100%,#d58600));
background: -webkit-linear-gradient(top,  #e09800 0%,#e09800 50%,#d58600 51%,#d58600 100%);
background: -o-linear-gradient(top,  #e09800 0%,#e09800 50%,#d58600 51%,#d58600 100%);
background: -ms-linear-gradient(top,  #e09800 0%,#e09800 50%,#d58600 51%,#d58600 100%);
background: linear-gradient(to bottom,  #e09800 0%,#e09800 50%,#d58600 51%,#d58600 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e09800', endColorstr='#d58600',GradientType=0 ); */
}

.button-apply-wrap{
	float:right; width:40%; text-align:right;
}

.btn-more {
font-size:12px;
text-transform: uppercase;
color:white !important;
}

.btn-apply{
	font-size:17px; font-weight: bold; padding: 10px 24px;
}

.teal {
color:#007267;
}

.email {
color:#d47700;
font-weight: bold;
}

.dashed {
border-top: 1px dashed #eee;
}

.img-center {
margin:0 auto;
}

.list404 li {
margin-bottom:10px;
}

.scientist,.research-grid {
width:33.33%;
float:left;
padding:15px;
min-height:400px;
}
.research-grid {
min-height: 270px;
}

/*MDG OVER RIDE*/

body.category .category_col2 {
	overflow:hidden;	
}

body.category .img-rounded {
	float:left;	
}

a.read_more_nowrap {
	white-space:nowrap;	
}
#header { position:relative; }
#header:before {
	content:'';
	height:13px;
	background:#0a564e;	
	display:block;width:100%;
}

#header:after {
	position:absolute;top: 7px;content:'';width:100%;display:block;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 99%, rgba(0,0,0,0.18) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.18)), color-stop(100%,rgba(0,0,0,0.18))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.18) 99%,rgba(0,0,0,0.18) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.18) 99%,rgba(0,0,0,0.18) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.18) 99%,rgba(0,0,0,0.18) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.18) 99%,rgba(0,0,0,0.18) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */
height:6px;

}

#brand {
padding: 8px 0px 3px;
}

a#make-a-gift {
	padding: 0 12px;
	line-height: 19px;
	height: 19px;
	margin-bottom: 8px;
}

#top-links {
	line-height:1;
	margin-bottom: 8px;	
}

.input-group-addon, .input-group-btn, .input-group .form-control {
height: 28px;
padding: 1px 6px 0;
line-height: inherit;
}

.input-group-addon {
padding: 0 12px;
}

.widget-body ul li {
	font-weight:normal;
	margin-top: 1em;
	ine-height: 1.2;
}

.widget-body ul.group-members li { margin-top:.5em; }

.widget-body ul li.active a {
	position:relative;
	padding-left: 13px;
}

.widget-body ul li.active a span {
	position: absolute;
	left: 0px;
	font-size: .75em;
	line-height: 1;
	top: 3px;	
}

.section-subheading {
text-align: left;
}

.form-horizontal .form-group {
	margin-left:0;
	margin-right:0;	
}

.col-sm-8 {
padding-right: 0;
}

.breadcrumb {
border-radius: 0;
background: none;
font-size: 11px;
padding: 0;
}

body.page-template-templatestemplate-contact-us-php form {
	padding:0px;	
}

.media-item {
	
}

.media-item .media-body {
	
}


.media-item .media-body h5 {
	margin-top:0;
}



/*END MDG OVER RIDE*/
/* ==========================================================================
Responsive Fixes
========================================================================== */

@media(min-width: 1200px){
	.crsl-item .yt-thumb {
	  height: 170px;
	  width: auto;
	  overflow: hidden;
	  border-radius: 6px;
	}
	.crsl-item .yt-thumb img {
		width: 100%;
		height: auto;
		margin-top: -18px;
	}
}
@media (min-width: 480px) and (max-width: 992px) {
	.infographic li {
	width:50%;
	}

	.infographic li:nth-child(3), .infographic li:nth-child(4), .infographic li:nth-child(5), .infographic li:nth-child(6) {
	border-top:1px solid #cecece;
	}

	.infographic li:nth-child(1), .infographic li:nth-child(3), .infographic li:nth-child(5) {
	border-right:1px solid #cecece;
	}
}

@media (min-width: 992px) {
	.infographic li:nth-child(4), .infographic li:nth-child(5), .infographic li:nth-child(6) {
	border-top:1px solid #cecece;
	}

	.infographic li:nth-child(1), .infographic li:nth-child(2), .infographic li:nth-child(4), .infographic li:nth-child(5) {
	border-right:1px solid #cecece;
	}
}

@media (max-width: 992px) {
	.crsl-item .yt-thumb {
	  height: 170px;
	  width: auto;
	  overflow: hidden;
	  border-radius: 6px;
	}
	.crsl-item .yt-thumb img {
		width: 100%;
		height: auto;
		margin-top: -18px;
	}
	
	
	
}


@media (max-width: 992px) {
	#nav {
	font-size: 11px;
	}
	
	.nav li,
	.nav li:hover { letter-spacing:normal !important;text-align: center; }
	
	.nav > li > a, .nav > li:hover > a { letter-spacing:0.1em!important; }
	
	.nav li li,
	.nav li li:hover { text-align:left !important; }
	
	.nav > li.nav_institute a,
	.nav li a { padding:0; }
	
	.tagline-container {
		font-size: 18px;
		padding-top: 36px;
		padding-right: 10px;
	}
	
	.nav li li { text-align:left; }
	

	ul.dropdown-menu>li>a, ul.dropdown-menu>li>a, ul.dropdown-menu a, ul.dropdown-submenu a, ul.dropdown-menu>li>a:hover {
	font-size: 11px;
	}

	#feature-boxes .box {
	margin-bottom:10px;
	}

	.scientist,.research-grid {
	width:50%;
	}

	.masthead { min-height: 0; }
	.masthead.empty { min-height: 200px; }
	
	.box span.anchor-text:after {
		color: #d47700;
		background: none;
		width: auto;
		display: inline-block;
		float: none;
		margin-right: 7px;
	}
	
	.box span.anchor-text { font-size: 1.2em; }
	a.box_a:hover .box span.anchor-text:after { background:none !important; }
}

@media (max-width:850px) {
	
	
	.footer_about {
	display: block;
	vertical-align: top;
	}
	
	.footer_society-link {
	display: block;
	padding: 0;
	}
	
	a#society-link {
	float: none;
	margin-top: 1em;
	}
	
	
	
	body:not(.home) #rightCol,
	body:not(.home) #leftCol,
	#content.moveTop > .row,
.container.content_main #content > .row {
		display:block;
		width:100%;
		height:auto;	
		padding-bottom:0;
	}
	
	.hidden-sm { display:none; }
	.widget:not(.hidden-xs) + .widget { margin-top:20px; }
	.widget + .widget { margin-top:0px; }
	
	
}


.mobile_only { display:none !important; }

@media (max-width: 768px) {
	.box span.anchor-text {
	font-size: 1.1em;
	}
	
	.box span.anchor-text:after {
	margin-left: 6px;
	margin-right:6px;
	}
}

@media (max-width: 699px) {
	.desktop_only { display:none !important; }
	.mobile_only { display:block !important; }
	li.nav_overview { display: block !important; }
	
	
	
	.top-bottom-inner-shadow { padding-top:30px; }
	
	.logo-container, .links, .social-wrapper {
	float:none;
	text-align:center;
	}
	
	.tagline-container,
	#nav { display:none; }
	
	
	.input-group-addon, .input-group-btn, .input-group .form-control {
height: 35px;
font-size:16px;
	}
	
	ol.publications > li:before {
	background: rgb(236,236,236);
	background: -moz-linear-gradient(-45deg, rgba(236,236,236,1) 0%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(236,236,236,1)), color-stop(100%,rgba(254,254,254,1)));
	background: -webkit-linear-gradient(-45deg, rgba(236,236,236,1) 0%,rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(236,236,236,1) 0%,rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(236,236,236,1) 0%,rgba(254,254,254,1) 100%);
	background: linear-gradient(135deg, rgba(236,236,236,1) 0%,rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#fefefe',GradientType=1 );
	padding: 5px;
	border: 1px solid #cbcbcb;
	-webkit-box-shadow: 1px 1px 0px 0px rgba(215, 215, 215, 1);
	-moz-box-shadow:    1px 1px 0px 0px rgba(215, 215, 215, 1);
	box-shadow:         1px 1px 0px 0px rgba(215, 215, 215, 1);
	left:-45px;
	}
	
	ol.publications {
		padding-left:45px;	
	}
	
	.container.content_main {
		background:none;
	}
	
	body.page-child .container.content_main > #content:before,
	body.single-event .container.content_main > #content:before,
	body.single-post .container.content_main > #content:before,
	body.single-gallery .container.content_main > #content:before,
	body.page-template-templatestemplate-publications-php .container.content_main > #content:before,
	body.search  .container.content_main > #content:before,
	body.error404  .container.content_main > #content:before { 
	display:block;top: 0; opacity: .7;
	height:8px;
	position:absolute;content:'';left:0;width:100%;display:block;background: -moz-linear-gradient(top,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 1%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 1%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(1%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	z-index: 900;
	}
	
	body.page-child .container.content_main > #content,
	body.single-post .container.content_main > #content,
	body.single-event .container.content_main > #content,
	body.single-gallery .container.content_main > #content,
	body.page-template-templatestemplate-publications-php .container.content_main > #content,
	body.search  .container.content_main > #content,
	body.error404  .container.content_main > #content {
		background: url(../images/body_bg-pattern.gif) repeat, url(../images/body_bg-mobile.jpg) repeat-x top left #fff;
		position:relative;
		padding-top:10px;
	}
	
	body.category .img-rounded {
		display:none !important;	
	}
	
	body.category h2.section-subheading {
		margin-bottom:1em;	
	}
	
	body.single-event dl dt,
	body.single-event dl dd {
	}
	
	body.single-event dl dt {
		float:left;
		width:65px;	
	}
	body.single-event dl dd {
		overflow:hidden;	
	}
	
	
	.single-event .main.clearfix {
		padding: 20px;
	}
	
	body.single-event .profile .date.large {
		display:none;	
	}
	
/*	.container {
		padding-left:0;
		padding-right:0;	
	}*/
	
	.input-group-addon {
padding: 4px 12px 0;
	}
	
	.col-sm-8 {
		padding-left:0;	
	}
	
	
	.navbar-collapse {
	border:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;

	max-height:none;
	}


	#frontpage-slider .crsl-item figcaption {
	padding:0;
	position:relative;
	z-index:-1;
	}

	#frontpage-slider .caption-container {
	background-color: rgba(255,255,255,1);
	}

	.box {
	margin:10px 0;
	padding-right:55px;
	}

	.box h2 {
	text-align: left;
	margin-bottom:10px;
	opacity: .6;
	}

	.box hr {
	display:none;
	}

	#box1, #box2, #box3, #box4 {
	background-image:none;
	}

	.box .btn-more, .fancy-widget .btn-more {
	position:absolute;
	top:0;
	right:0;
	border-radius:0;
	height:100%;
	background:#d37700;
	border:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	color:white;
	padding: 7px;
	}
	/* center the span */
	.box .btn-more:before, .fancy-widget .btn-more:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	}

	.box .btn-more:hover, .fancy-widget .btn-more:hover {
	background:#d37700;
	}

	.anchor-text {
	display:none;
	}

	.masthead {
	z-index:-1;
	}

	ol.breadcrumb {
	display:none;
	}

	.fancy-widget {
	padding: 20px 40px 20px 75px;
	position:relative;
	}

	.fancy-widget h2.widget-heading {
	
	text-align: left;
	margin-top:20px;
	margin-bottom: 10px;
	font-weight:normal;
	}
	
	.fancy-widget:before {
		background: url("../img/widget-magazine-small.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
		position: absolute;
		content: '';
		width: 80px;
		height: 80px;
		border-radius: 50%;
		background-size: contain;
		left: -20px;
		top: 50%;
		margin-top: -40px;
		-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
		box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	}

	.fancy-widget p {
	color:white;
	text-align: left;
	}

	.fancy-widget .widget-gradient {
	background:none;
	-ms-filter: "none";
	}

	.fancy-widget .widget-body {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border:none;
  overflow: hidden;
  padding:0;
	}
	
	.fancy-widget .widget-body p {margin:0; }
	.fancy-widget .widget-body .text-center {margin:0 !important; }

	.fancy-widget img {
	position:absolute;
	top:0;
	left:0;
	}

	/* IMG replacement - http://css-tricks.com/replace-the-image-in-an-img-with-css/ */
	img[src].ceo-letter {
	width:150px;
	height:100%;
	padding-left:150px; /* push the old img out of the way */
	-webkit-border-radius: 0 35px 35px 0 / 0 50% 50% 0;
	-moz-border-radius: 0 35px 35px 0 / 0 50% 50% 0;
	border-radius: 0 35px 35px 0 / 0 50% 50% 0;
  background: url("../img/widget-ceo-letter-small.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	}

	img[src].magazine {
		background: url("../img/widget-magazine-small.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width:150px;
	height:100%;
	padding-left:150px; /* push the old img out of the way */
	-webkit-border-radius: 0 35px 35px 0 / 0 50% 50% 0;
	-moz-border-radius: 0 35px 35px 0 / 0 50% 50% 0;
	border-radius: 0 35px 35px 0 / 0 50% 50% 0;
	}

	.masthead { min-height: 0; }
	.masthead.empty { min-height: 200px; }


	.wpcf7-not-valid-tip,.fields_message .wpcf7-not-valid-tip {
	  background-color: #FFF;
	  border-radius: 3px;
	  color: #CD0000;
	  font-size: 10px;
	  margin: 0;
	  padding: 0;
	  position: absolute;
	  text-align: right;
	  right: 21px;
	}

	.navigation .mobile-nav .nav li.dropdown.menu-item,
	.navigation .mobile-nav .nav li.dropdown.menu-item .menu-item-has-children,
	.navigation .mobile-nav .nav li.dropdown.menu-item .menu-item-has-children:hover {
		background-image: url("../img/mobile-nav-arrows.png");
		background-position: right 0;
		background-repeat: no-repeat;
	}


	.navigation .mobile-nav .nav li.dropdown.menu-item .menu-item-has-children a,
	.navigation .mobile-nav .nav li.dropdown.menu-item .menu-item-has-children a:hover,
	.navigation .mobile-nav .nav li.dropdown.menu-item .menu-item a,
	.navigation .mobile-nav .nav li.dropdown.menu-item .menu-item a:hover {
		background-color: transparent;
	}


	.nav .dropdown.current-menu-item,
	.nav .dropdown.current-menu-ancestor {
		background:#da8600;
	}
	
	.nav ul.dropdown-menu li.current-menu-item {
		background: #e76900;
	}

	.mobile-nav .menu-item-has-children .menu-item-has-children .dropdown-menu li.menu-item a {
	  padding: 8px 0 8px 40px;
	}
	.mobile-nav .menu-item-has-children .dropdown-menu .menu-item-has-children .dropdown-menu {
		background-color:#BF5C00;
	}
	.mobile-nav .nav .dropdown.current-menu-ancestor > a,
	.mobile-nav .nav .dropdown.current-menu-item > a {
		background-image: none;
	}

	#nav {
	  margin-top: -50px;
	  position: absolute;
	  width: 100%;
	  z-index: 999;
	}
	
	/*HEADER*/
	#header { height: 145px; } /* changed 10/25/15. original 125px; accommodate flag buttons */
	#header:before { height:5px; }
	#header:after { display:none; }
	.logo-container h1 { width:263px;display: inline-block; }
	img#logo { margin:0; }
	#brand {padding: 7px 0 0 0;}
	/*END HEADER*/
	
	/*CONTENT MAIN*/
	
	
	hr {margin-top:20px;margin-bottom:20px; }
	
	.sidebar { padding:20px; }
	.sidebar:before { display:none; }
	
	.container.content_main > #content {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border:0;
	} 
	.sidebar { padding:20px; }
	.widget-gradient {
		background:#fff;
		padding:15px;	
	}
	/*END CONTENT MAIN*/
	
	/*SINGLE EVENT*/
	body.single-event .media-body {
		float:none;
	}
	
	body.single-event #content .main-gray { 
		height: auto;
		background: none;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	
	.events_archive_toggle:after {
	margin: -20px 20px 0 0;
	}
	
	.single-event .main.clearfix { display:none; }
	/*END SINGLE EVENT*/
	
	/*SINGLE RESEARCH*/
	body.single-research .profile img,
	body.single-scientific_core .profile img {
		display:none;	
	}
	/*END SINGLE RESEARCH*/
	
	/*RESEARCH OVERVIEW*/
	.research-grid a img {
		clear: both;
		width: 100px;
		float: left;
		margin: 0 20px 0 0;
	}
	.research-grid .caption { overflow:hidden; }
	.research-grid { padding:0; }
	.research-grid + .research-grid { margin-top:20px; }
	.research-grid:after { content:'';display:table;clear:both; }
	body.page-template-templatestemplate-research-areas-php .sidebar { display:none; }
	/*END RESEARCH OVERVIEW*/
	
	/*SCIENTIST OVERVIEW*/
	.scientist a img {
		margin: 0 auto;
		float: none;
		clear: both;
		float: none;
		clear: both;
		width: 70px;
		margin: 0;
		border-radius: 50%;
		border: 1px solid #fff;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
		max-width: 100px;
	}
	
	body.page-template-templatestemplate-scientists-php .scientist { padding:0;width:100% !important;float:none;min-height:inherit !important; }
	body.page-template-templatestemplate-scientists-php .scientist + .scientist { margin-top:20px; }
	body.page-template-templatestemplate-scientists-php .scientist:after {
		display:table;clear:both;content:'';	
	}
	
	.scientist > div > a { 
		float:left;
		margin: 0 20px 0 0; 
	}
	
	.scientist > div > a + .caption {
		overflow:hidden;
	}
	
	div.caption h5 { margin-top:0; }
	/*END SCIENTIST OVERVIEW*/
	
	/*SINGLE SCIENTIST*/
	.single-faculty .profile img {
		float: none;
		clear: both;
		width: 30%;
		float: right;
		margin: 0;
		margin: 5px 0 10px 15px;
		border-radius: 50%;
		border: 1px solid #fff;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
		max-width: 100px;
	}
	
	.profile-meta .btn.btn-orange { margin-top:1em; }
	
	.single-faculty .profile .profile-meta {
		float:none;width:auto;/*overflow:hidden;	*/
	}
	/*END SINGLE SCIENTIST*/
	
	/*HOME HERO*/
	#hero-slider #hero-slider_wrapper #hero-slider_inner-wrapper {
		padding-top: 57%;
		/*height:157px;*/
	}
	
	#hero-slider .hero-slider_slide {  }
	#hero-slider .hero-slider_controls { display:none; }
	#hero-slider #hero-slider_wrapper { padding:0; }
	#hero-slider #hero-slider_wrapper #hero-slider_inner-wrapper #hero-slider_content .hero-slider_caption { 
		width: 100%;
		text-align: right;
		bottom: 0;
	}
	
	#hero-slider #hero-slider_wrapper #hero-slider_inner-wrapper #hero-slider_content .hero-slider_caption a {
		font-size: 25px;padding: 10px;display: none;
	} 
	#hero-slider #hero-slider_wrapper #hero-slider_inner-wrapper #hero-slider_content .hero-slider_caption.active a {
		display:block;
	}
	/*END HOME HERO*/
	
	/*HOME 4 BLOCKS*/
	.container { padding:0 20px; }
	#feature-boxes.padding20 {
		padding: 5px 20px;
		box-sizing: content-box;
		margin-left: -20px;
		width: 100%;
		background: rgb(233,232,232);
		background: -moz-linear-gradient(top, rgba(233,232,232,1) 0%, rgba(217,216,216,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,232,232,1)), color-stop(100%,rgba(217,216,216,1)));
		background: -webkit-linear-gradient(top, rgba(233,232,232,1) 0%,rgba(217,216,216,1) 100%);
		background: -o-linear-gradient(top, rgba(233,232,232,1) 0%,rgba(217,216,216,1) 100%);
		background: -ms-linear-gradient(top, rgba(233,232,232,1) 0%,rgba(217,216,216,1) 100%);
		background: linear-gradient(to bottom, rgba(233,232,232,1) 0%,rgba(217,216,216,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e8e8', endColorstr='#d9d8d8',GradientType=0 );
	}
	
	#feature-boxes .row {
		margin: 0;
		width: 100%;
	}
	
	#feature-boxes .col-md-3 {
		width: 50%;
		float: left;
	}
	
	#feature-boxes .box {
		margin:0;
		background:none !important;	
		padding: 0;
	}
	
	#feature-boxes .col-md-3 + .col-md-3 {
		margin-left:0;
	}
	
	.box span.anchor-text {
		background: none;
		position: static;
		line-height: 1;
		color: #d47700;
		background: #fff;
		font-size: 15px;
		line-height: 39px;
		padding: 0;
		font-family: 'roboto_condensedregular';
		border: 1px solid #d47700;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
		-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.22);
		box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.22);
	}
	
	#box1.box span.anchor-text { 
		background: url('../images/mobile_4box_who-we-are.png') no-repeat left center #fff;
		background-size: 144px 39px;
	}
	
	#box2.box span.anchor-text { 
		background: url('../images/mobile_4box_scientist-spotlight.png') no-repeat 4px center #fff;
		background-size: 21px 37px;
	}
	
	#box3.box span.anchor-text { 
		background: url('../images/mobile_4box_recent-publications.png') no-repeat 5px center #fff;
		background-size: 22px 30px;
	}
	
	#box4.box span.anchor-text { 
		background: url('../images/mobile_4box_gift.png') no-repeat 5px center #fff;
		background-size: 22px 23px;
	}
	
	a.box_a:hover .box span.anchor-text { background:#fff; }
	a.box_a:hover .box span.anchor-text:after { color: #d47700;background: none;}
	
	.col-md-3 a.box_a {
		margin-left: -20px;
		box-sizing: content-box;
		display: block;
		padding-right: 5px;
		padding: 5px 5px 5px 10px;
	}
	
	.col-md-3:nth-of-type(even) a.box_a {
		margin-left: 0;
		margin-right: -20px;
		padding: 5px 10px 5px 5px;
	}
	
	.box span.anchor-text span { display: inline-block; }
	
	.box span.anchor-text:after {
		float: none;
		display: inline-block;
		color: #d47700;
		background: none;
		width: auto;
		height: auto;
		line-height: 1;
		vertical-align: middle;
		margin-left: 5px;
	}
	
	.box span.anchor-text:before { display:none; }
	/*END HOME 4 BLOCKS*/
	
	/*HOME CONTENT*/
	#homepage { padding:20px 0; }
	#homepage h2 {
	margin-bottom: 17px;
	overflow: hidden;
	float: none !important;
	padding-right: 10px;
	}
	.home #leftCol,
	.home #rightCol {
		float:none;
		padding:0;
		width:100%;	
		overflow:visible;
	}
	
	body.home .hidden-xs { display:inline-block !important; }
	body.home a.thumbnail { display:none !important; }
	
	.media-item.media + .media-item.media {
		margin-top:20px;
	}
	
	.media-item.media p:last-of-type {margin-bottom:0; }
	
	body.home .home_callout {
		padding:20px 0;
		margin:20px 0;
		border-bottom: 1px solid #c8c8c8;
		border-top: 1px solid #c8c8c8;
	}
	
	body.home span.hidden-xs a {
		display: inline-block;
		padding: 5px 10px;
		border: 1px solid #d47700;
		border-right: 0;	
	}
	
	body.home .media-item.media { overflow:inherit;clear:none; }
	body.home .media-item.media .media-body { float:none;overflow:visible; }
	body.home #content { overflow:visible; }
	body.home #news span.hidden-xs span { display:none; }
	
	body.home span.hidden-xs {
		float: right;
		margin-right: -20px;
		padding:0;
	}
	/*END HOME CONTENT*/
	
	/*FOOTER*/
	footer .container { padding:20px 10px; }
	footer .row + .row { margin:0; }
	#copyright p {
		text-align:center;
		line-height: 1.3;	
		display: block;
		font-size: 12px;
		margin: 1.3em 0;
	}
	
	footer p:first-of-type { display:none; }
	
	footer .social-wrapper { float: none; }
	footer #footer_col2 { float:none; }
	footer .footer_nav { display:none; }
	
	.social-wrapper ul li a {
		width: 38px;
		height: 38px;
		background: #239387;
	}
	a#society-link { float: none; }
	footer .col-md-4 { text-align:center; }
	
	a#society-link {
		
	}
	/*END FOOTER*/
	
	/*MOBILE NAV BTN*/
	
	
	#mobile_nav {
		position: absolute;
		right: 0;
		z-index: 999;
		padding: 0 10px;
		width: 100%;
		transition: right .2s ease;
		transition-delay: 0s;
		-webkit-transform: translate3D(0px,0px,0px);
		-moz-transform: translate3D(0px,0px,0px);
		-ms-transform: translate3D(0px,0px,0px);
		-o-transform: translate3D(0px,0px,0px);
		transform: translate3D(0px,0px,0px);
		-webkit-transition: -webkit-transform 0.2s ease !important;
		-moz-transition: transform 0.2s ease !important;
		-ms-transition: transform 0.2s ease !important; 
		-o-transition: transform 0.2s ease !important;
		transition: transform 0.2s ease !important;
		pointer-events: all;
		z-index: 9999999;
		top: 125px; /* changed 10/25/15. original 105; compensate for flag buttons */
	}
	
	html,body { height:100%;min-height:100%; }
	
	#mobile_nav.stuck {
		position: fixed;
		width: 100%;
		transition: right .2s ease;
		transition-delay: 0s;
		pointer-events: all;
		top: 10px;
	}
	
	body.mobile_navigating #mobile_nav {
	-webkit-transform: translate3D(-270px,0px,0px);
	-moz-transform: translate3D(-270px,0px,0px);
	-ms-transform: translate3D(-270px,0px,0px);
	-o-transform: translate3D(-270px,0px,0px);
	transform: translate3D(-270px,0px,0px);
	}
	
	
	#mobile_nav #mobile_nav-content {
		text-align: right;
	}
	
	#mobile_nav #mobile_nav-content #mobile_nav-inner-content {
		display: inline-block;
		-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.35);
		-moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.35);
		box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.35);
		border-radius: 4px !important;
		overflow: hidden;
		width: 100%;
		text-align: right;
		word-spacing: -3px;
	}
	
	#mobile_nav #mobile_nav-content #mobile_nav-inner-content {
		cursor: pointer;
		position: relative;
		width: auto;
		
		background: rgb(255,255,255);
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(240,240,240,1)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	}
	
	
	
	
	#mobile_nav #mobile_nav-content #mobile_nav-inner-content .mobile_nav-btn {
		text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);	
		float: left;
		height:42px;
		display: inline-block;
		float: none;
		vertical-align: top;
		width: 42px;
		border: 1px solid #fff;
	}
	
	#mobile_nav #mobile_nav-content #mobile_nav-inner-content .mobile_nav-btn + .mobile_nav-btn { margin-left:1px; }
	body.firefox form.mobile_nav-btn.btn-search { display: inline-block !important; }
	body.firefox #mobile_nav.searching #mobile_nav-content #mobile_nav-inner-content .mobile_nav-btn.btn-search { display:block !important; }
	#mobile_nav #mobile_nav-content #mobile_nav-inner-content .mobile_nav-btn.btn-search {
		border-right: 1px solid #d3d3d3;
		color: #585858;
		line-height: 42px;
		text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
		overflow: hidden;
		display: block;
		width: auto;
		-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
margin: 0;
	}
	
	#mobile_nav #mobile_nav-content #mobile_nav-inner-content .mobile_nav-btn.btn-search .btn-search_action,
	#mobile_nav #mobile_nav-content #mobile_nav-inner-content .mobile_nav-btn.btn-search .btn-search_close {
		font-family: 'icons';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 20px;
		text-align: right;
		display: inline-block;
		width: 42px;
		height: 42px;
		text-align: center;
		line-height: 42px;
		vertical-align: top;
		float:right;
	}
	
	
	
	
	
	#mobile_nav #mobile_nav-content #mobile_nav-inner-content .mobile_nav-btn.btn-menu {
		float: right;-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
	}
	
	#mobile_nav #mobile_nav-content #mobile_nav-inner-content .mobile_nav-btn.btn-menu span {
		display:block;
		height:100%;
		width:100%;
		padding:10px 10px 0;
		position:relative;
	}
	
	#mobile_nav #mobile_nav-content #mobile_nav-inner-content .mobile_nav-btn.btn-search .btn-search_input {
		overflow: hidden;
		border: 1px solid #d3d3d3;
		border-top: 0;
		border-bottom: 0;
	}
	
	#mobile_nav #mobile_nav-content #mobile_nav-inner-content .mobile_nav-btn.btn-search .btn-search_input input[type="text"] {
		background: rgb(239,239,239);
		background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 50%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(50%,rgba(255,255,255,1)));
		background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 50%);
		background: -o-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 50%);
		background: -ms-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 50%);
		background: linear-gradient(to bottom, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 50%);
		width: 100%;
		border: 0;
		outline: none;
		-webkit-appearance: none;
		appearance: none;
		-moz-appearance: none;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		font-family: 'robotoitalic';
		font-size: 16px;
		line-height: 1;
		height: 41px;
		padding: 3px 7px 0;
		letter-spacing: .02em;
		-webkit-font-smoothing: antialiased;
		border-radius:0 !important;
	}
	
	#mobile_nav:not(.searching) #mobile_nav-content #mobile_nav-inner-content .mobile_nav-btn.btn-search .btn-search_input { display:none; }
	#mobile_nav:not(.searching) #mobile_nav-content #mobile_nav-inner-content .mobile_nav-btn.btn-search .btn-search_close { display:none; }
	#mobile_nav.searching #mobile_nav-content #mobile_nav-inner-content { width: 100%; }
	#mobile_nav.searching #mobile_nav-content #mobile_nav-inner-content .mobile_nav-btn.btn-search .btn-search_action {
		color:#d47700;
		transition:.2s;
		transition-delay:.5s;
		}
	#mobile_nav #mobile_nav-content #mobile_nav-inner-content .mobile_nav-btn.btn-search .btn-search_close { float:left;font-size: 12px; }
	
	body.mobile_navigating #mobile_nav #mobile_nav-content #mobile_nav-inner-content .mobile_nav-btn.btn-menu span i:nth-of-type(1), 
	body.mobile_navigating #mobile_nav #mobile_nav-content #mobile_nav-inner-content .mobile_nav-btn.btn-menu span i:nth-of-type(4) {opacity: 0;}
	body.mobile_navigating #mobile_nav #mobile_nav-content #mobile_nav-inner-content .mobile_nav-btn.btn-menu span i:nth-of-type(2) {
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	body.mobile_navigating #mobile_nav #mobile_nav-content #mobile_nav-inner-content .mobile_nav-btn.btn-menu span i:nth-of-type(3) {
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	#mobile_nav #mobile_nav-content #mobile_nav-inner-content .mobile_nav-btn.btn-menu span i {
	display: block;
	height: 4px;
	background: #585858;
	-webkit-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: .2s;
	transition-delay: .2s;
	-ms-transition: 0.2s;
	-ms-transition-delay:0.2s;
	position: absolute;
	top: 12px;
	width: 20px;
	}
	
	#mobile_nav #mobile_nav-content #mobile_nav-inner-content .mobile_nav-btn.btn-menu span i:nth-of-type(2), 
	#mobile_nav #mobile_nav-content #mobile_nav-inner-content .mobile_nav-btn.btn-menu span i:nth-of-type(3) {
		top: 19px;
		transition-delay: .4s;
	}
	
	#mobile_nav #mobile_nav-content #mobile_nav-inner-content .mobile_nav-btn.btn-menu span i:nth-of-type(4) {
		top: 26px;
	}
	
	/*END MOBILE NAV BTN*/
	
	
	/*MOBILE NAVIGATION MENU*/
	#all {
    z-index: 100001;
    position: relative;
    background: #fff;
  }
  #all {
   -webkit-transform: translate3D(0px,0px,0px);
    -moz-transform: translate3D(0px,0px,0px);
    -ms-transform: translate3D(0px,0px,0px);
    -o-transform: translate3D(0px,0px,0px);
    transform: translate3D(0px,0px,0px);
    -webkit-transition: -webkit-transform 0.2s ease !important;
    -moz-transition: transform 0.2s ease !important;
    -o-transition: transform 0.2s ease !important;
    transition: transform 0.2s ease !important;
    pointer-events: all;
	
  }
  body.mobile_navigating #all {
    -webkit-transform: translate3D(-270px,0px,0px);
    -moz-transform: translate3D(-270px,0px,0px);
    -ms-transform: translate3D(-270px,0px,0px);
    -o-transform: translate3D(-270px,0px,0px);
    transform: translate3D(-270px,0px,0px);
	overflow:hidden;
	pointer-events:none;
  }
  
  body.mobile_navigating {
	  background: #154e45;
  }
  
  body.mobile_navigating .btn-search_action,
  body.mobile_navigating  #mobile_nav #mobile_nav-content #mobile_nav-inner-content .mobile_nav-btn.btn-search {
	  display:none !important;
  }
  
  body.mobile_navigating a.mobile_navigation-close {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100002;
	background: rgba(0,0,0,0.7);
	border-right: 1px solid rgba(0, 0, 0, 0.41);
  }
  
   a.mobile_navigation-close {
	 transform: translate3D(0px,0px,0px); 
	 background: rgba(0,0,0,0.0);
	 -webkit-transition:.2s;
	 -moz-transition:.2s;
	 -ms-transition:.2s;
	 transition:.2s;
  }
  
  #mobile_navigation {
    display: block;
    position: fixed;
    top: 0;
    right: -270px;
    width: 270px;
    background: #154e45;
    height: 100%;
    z-index: 100001;
    font-size: .85em;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 100px;
	 -webkit-transition:right 0.2s ease;
	 -moz-transition:right 0.2s ease;
	 -ms-transition:right 0.2s ease;
	 transition:right 0.2s ease;
  }
  body.mobile_navigating #mobile_navigation {
    right: 0px;
  }
  
#mobile_navigation:after {
	position: absolute;
	width: 100%;
	height: 60px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 2%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(2%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 2%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 2%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 2%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 2%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 );
	content: '';
	margin-top: -10px;
	opacity: .7;
}
  
  #mobile_navigation ul.menu {
	  list-style-type: none;
		padding: 0;
  }
  
  #mobile_navigation:before {
    position: absolute;
	position: fixed;
	height: 10000%;
	width: 8px;
	content: '';
	z-index: 2;
	background: -moz-linear-gradient(left,rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(0,0,0,0.3)),color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left,rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(left,rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(left,rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right,rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
	opacity: .5;
  }
  #mobile_navigation ul.menu li {
    position: relative;
  }
  
  #mobile_navigation ul.menu li.nav_search { display:none; }
  
  #mobile_navigation ul.menu li a {
    background: #207467;
	color: #fff;
	display: block;
	text-decoration: none;
	height: auto;
	border-bottom: 1px solid #13463e;
	border-top: 1px solid #289180;
	line-height: 40px;
	padding-left: 18px;
	padding-right: 10px;
	position: relative;
	z-index: 1;
	font-size: 13px;
	line-height: 1.4;
	float: none;
	padding: 10px;
	padding-left: 20px;
  }
  
  #mobile_navigation ul.menu ul.dropdown-menu li a {
	border-bottom:1px solid #0d312b;
	border-top:1px solid #1b655a;  
  }
  
  #mobile_navigation ul.menu ul.dropdown-menu ul.dropdown-menu li a {
	border-top:1px solid #00564a;
	border-bottom:1px solid #002923;  
  }
  
  #mobile_navigation ul.menu > li:first-child a {
    border-top: 0;
  }
  
  #mobile_navigation ul.menu li ul.dropdown-menu li a {
    background: #165148;
    padding-left: 35px;
  }
  #mobile_navigation ul.menu li:after {
    position: absolute;
    right: 5px;
    top: 0;
    color: #fff;
    width: 28px;
    text-align: center;
    height: 40px;
    line-height: 40px !important;
    z-index: 1;
  }
  
  #mobile_navigation ul.menu > li.current-menu-item > a:before,
  #mobile_navigation ul.menu > li.current_page_item > a:before,
  #mobile_navigation ul.menu > li.current-menu-ancestor > a:before {
    /*content: '';
    position: absolute;
    left: 4px;
    height: 100%;
    width: 4px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 4px solid #168BCA;
    top: 0;*/
  }
  #mobile_navigation ul.menu > li.current-menu-item > a:after,
  #mobile_navigation ul.menu > li.current_page_item > a:after,
  #mobile_navigation ul.menu > li.current-menu-ancestor > a:after {
    display: block !important;
    content: '';
    top: 0;
    position: absolute;
    left: 0px;
    height: 100%;
    width: 8px;
    background: #30ae9b;
  }
  #mobile_navigation ul.dropdown-menu li.current-menu-item > a:before,
  #mobile_navigation ul.dropdown-menu li.current-page_itemm > a:before,
  #mobile_navigation ul.dropdown-menu li.current-menu-ancestor > a:before {
    content: '';
    position: absolute;
   background: #30ae9b;
    width: 7px;
    height: 7px;
    top: 16px;
    left: 18px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,11,0.75);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,11,0.75);
    box-shadow: 0px 0px 4px 0px rgba(0,0,11,0.75);
  }
  
  #mobile_navigation ul.dropdown-menu ul.dropdown-menu li.current-menu-item > a:before {
	left: 37px;
	}
  #mobile_navigation ul.menu li ul.dropdown-menu,
  #mobile_navigation ul.menu li ul.dropdown-menu ul.dropdown-menu {
   display: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: static;
	float: none;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	font-size: inherit;
	background: inherit;
  }
  
  #mobile_navigation ul.menu li ul.dropdown-menu ul.dropdown-menu li a {
	 padding-left: 53px;
	 background: #00453b;
  }
	/*END MOBILE NAVIGATION MENU*/
	

	body.page-template-templatestemplate-careers-open-positions-php tbody,
	body.page-template-templatestemplate-careers-open-positions-php tbody *,
	body.page-template-templatestemplate-careers-open-positions-php thead,
	body.page-template-templatestemplate-careers-open-positions-php thead * {
		display:block;	
		border:0 !important;
		padding:0 !important;
		background:none !important;
	}
	
	body.page-template-templatestemplate-careers-open-positions-php tbody a {
		display:inline-block !important;	
	}
	
	body.page-template-templatestemplate-careers-open-positions-php tbody tr td:nth-of-type(1):before {
		content:'Date Posted: ';
		font-family: 'robotobold';	
	}
	
	body.page-template-templatestemplate-careers-open-positions-php tbody tr td:nth-of-type(2):before {
		content:'Department: ';	
		font-family: 'robotobold';
	}
	
	body.page-template-templatestemplate-careers-open-positions-php tbody tr td:nth-of-type(3):before {
		content:'Position: ';
		font-family: 'robotobold';
	}
	
	body.page-template-templatestemplate-careers-open-positions-php tbody tr + tr {
		margin-top:1em;	
	}
	
	body.page-template-templatestemplate-careers-open-positions-php .table-responsive {
		border:0;	
		overflow:hidden;
	}
	
	body.page-template-templatestemplate-careers-open-positions-php thead { display:none; }
	
	#leftCol .main img[align='left'],
	#leftCol .main img[align='right'],
	#leftCol .main-gray img[align='left'],
	#leftCol .main-gray img[align='right']{
		display: block;
		margin: 12px auto;
		clear: both;
		self-align: none;
		align: none;
		text-align: none;
		float: none;
		max-width: 100%;
	}

	/* Institute Leadership */
	body.page-id-46 h2,
	body.page-id-46 .blog-date { text-align: center; }

	/* Training */
	.page-id-18 .section-subheading {
	  margin-bottom: 10px;
	  margin-top: 5px;
	}

	.main { padding: 20px; }
	.form-horizontal .control-label { margin: 0 0 5px 0px; }
	#frontpage-slider .caption-container {
		height: 220px;
		overflow: hidden;
	}

	.scientist,.research-grid,.single-research .profile,.single-faculty .profile,
	.single-scientific_core .profile, .single-scientific_core .profile .profile-meta,
	.single-research .profile .profile-meta {
		width: 100%;
		min-height: 0;
		text-align: left;
	}
	.scientist a img,
	.single-research .profile img,
	.single-scientific_core .profile img {
		margin: 0 auto;
		float: none;
		clear: both;
	}
	.scientist h5, .research-grid h5, .research-grid h5{
		margin-bottom: 5px;
	}
	.scientist p, .research-grid p {
		margin: 0 0 4px;
	}
	
	.scientist p:last-of-type, .research-grid p:last-of-type {
		margin:0;
	}
	.media-item.media a.thumbnail {
		margin-left: auto !important;
		margin-right: auto !important;
		display: block;
		width: 200px;
		float: none !important;
		margin-bottom: 10px;
	}
	.media-item.media { margin-top: 5px; }

	.section-heading {
		padding-left:0 !important;
		padding-right:0 !important;
	}

	.section-subheading {
		margin: 0 0 5px;
	}

	.crsl .crsl-wrap .crsl-item a img.img-responsive{
		width: 100%;
	}
	

	#logo, #make-a-gift {
	margin-bottom:20px;
	}

	form#search {
	margin:0 auto;
	float:none;
	}

	#social-bar .social-wrapper {
	float:none;
	}

	.profile-meta.profile-event dd {
		color:#666;
		margin-left: 0;
		margin-bottom: 8px;
	}

	.masthead-caption {
	display:none;
	}

	.media {
	clear:both;
	}
	.media-body {
	float:left;
	}

	.infographic li {
	width:100%;
	}

	.infographic li {
	border-bottom: 1px solid #cecece;
	}

	.infographic li:last-child {
	border:none;
	}

	.fancy-widget h2.widget-heading {
	padding-left:0;
	margin: 0 0 .5em;
	}

	.fancy-widget img {
	display:none;
	}
}

.wp-video-shortcode {
	max-width: 100%;
}

.wp-audio-shortcode {
	max-width: 100%;
}

}

/* NAV */


.navigation .navbar-collapse.mobile-nav ul.nav li.dropdown a:after{
	display: none;
}

.navigation .mobile-nav .nav li.dropdown.menu-item.expanded,
.navigation .mobile-nav .nav li.dropdown.menu-item .menu-item-has-children.expanded {
	background-position: right -41px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-device-pixel-ratio: 2) {

	.navigation .mobile-nav .nav li.dropdown.menu-item {
		background-image: url("../img/mobile-nav-arrows@2x.png");
		background-size: 51px 82px;
	}
}

.single-gallery .media-gallery .img-thumbnail {
	margin: 0;
	width: 100%;
	height: auto;
}

@media (max-width:850px) and (min-width:768px) {
	.single-gallery .media-gallery .col-md-4.col-sm-6.col-xs-12.gallery-wrap {
		width:33.3333333333333333333333%;
	}
	.single-gallery .media-gallery .visible-sm {
		display:none!important;
	}
}

@media (max-width:768px) and (min-width:520px) {
	.single-gallery .media-gallery .col-xs-12 {
		width:50%;
		padding:0 15px;
		margin-bottom:30px;
	}
}

@media (max-width:520px) {
	.single-gallery .media-gallery .col-xs-12 {
		display:block;
		margin-top:30px;
	}
	.single-gallery .media-gallery > div:first-of-type,
	.single-gallery .media-gallery > div:last-of-type {
		margin-top:0!important;
	}
}

@media (min-width:768px) {
	.single-gallery .gallery-wrap {
		padding:0 15px;
		margin-bottom:30px;
	}
	.single-gallery .gallery-wrap a {
		display:block;
	}

	/* Oleg - 12.14.14 */
	.gallery-wrap {
		padding: 0 15px;
	}

	.alignright {
		float:right;
	}

	.alignleft {
		float:left;
	}
}

/* ==========================================================================
Helpers
========================================================================== */
body .at-share-tbx-element .at-share-btn {
	max-width:32px;
	max-height:32px;
}

.imgCaption {
	margin-bottom:20px;
	padding:4px;
	background-color:#fff;
	border:1px solid #ddd;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out
}
.imgCaption p.wp-caption-text {
	padding:5px;
	font-size:12px;
}

.tagline-container { float:none; padding-top:15px; }

.panel-title {
	font-size:15px;
	font-weight:normal;
}

.lecturer {
	text-align: center;
}

.alert { border-radius: 0; }
/* ==========================================================================
TABS
========================================================================== */

.tabs {
  min-width: 320px;
  /*max-width: 800px;
  padding: 50px;
  background: #fff;*/
}

.tabs section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

.tabs br {
	display:none;
}

.tabs input {
  display: none;
}

.tabs label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

.tabs label:hover {
  color: #888;
  cursor: pointer;
}

.tabs input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff;
}

#tab0:checked ~ #content0, #tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4, #tab5:checked ~ #content5, #tab6:checked ~ #content6, #tab7:checked ~ #content7 {
    display: block;
}

#img-course-sponsors > div {
	margin-bottom: 20px;
}
/* ==========================================================================
EM, Neuroimaging workshop, Sunposium, and other tabular pages
========================================================================== */
.td-width-shorter {
  width:15%;
}
@media (max-width:768px) {
	#gallery-1 .gallery-item {
		float: none !important;
	    width: auto !important;
	}
}
@media (max-width:580px) {
	.em-organizers li {
		display:block;
		margin-bottom:10px;
	}
}

.sunposium-button {
	width: 40%;
    min-height: 78px;
    text-transform: uppercase;
    margin: 10px 10px 0 10px;
}

.sunposium-table {
  font-size:12px;
}

.td-width-shorter {
  width:15%;  
}

.lecturers .thumbnail {
	padding: 15px;
	min-height: 340px;
}

.lecturers .thumbnail .caption {
	padding:0;
}

.lecturers .thumbnail .caption p {
	font-size:11px;
}

#past-symposia-accordion img {
	height:150px;
}

#past-symposia-accordion .title {
	text-align: center;
	margin:0 0 10px;
}

#past-symposia-accordion .title a {
	font-size: 11px;
}

.sunposium-home-caption {
	margin-top: 45px;
	color:#007267;
	font-size:14px;
}

.sunposium-home-caption .when {
	color:#d47700;
	font-size:20px;
	margin-bottom:10px;
}

@media (max-width: 400px) {
	.lecturers .thumbnail {
		min-height: 270px;
	}
}

/* ==========================================================================
Mail Chimp Contact form
========================================================================== */
#mc_embed_signup label, #mc_embed_signup input {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
	padding:0;
	text-align:left;
	color:#303030;
}
#mc_embed_signup form {
    padding: 0;
}

/* ==========================================================================
QTranslate
========================================================================== */

#language-chooser-header {
	float:none; 
	text-align:right;
	padding-top:0px;
}

#language-chooser-header ul#qtranslate-chooser {
	padding-left:0;
	list-style:none;
	margin-left:-5px;
}

#language-chooser-header ul#qtranslate-chooser li {
	display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

#language-chooser-header ul#qtranslate-chooser li a span {
	margin-left:22px;
}

#language-chooser-header ul#qtranslate-chooser li a.qtranxs_flag_en {
	display:inline-block;
	background-position-y:3px;
}

#language-chooser-header ul#qtranslate-chooser li a.qtranxs_flag_de {
	display:inline-block;
	background-position-y:3px;
}

#language-chooser-header ul#qtranslate-chooser img {
	  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray; /* IE 6-9 */

}

#language-chooser-header ul#qtranslate-chooser img:hover {
	  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}


@media (max-width:520px) {
	#language-chooser-header {
		float:none;
		text-align: center;
		padding-top: 0;
	}
}


/* ==========================================================================
Foundation mini-site
========================================================================== */

body.page-template-template-foundation-home a.cta {
    display:inline-block;
    padding:15px 25px;
    text-transform:uppercase;
    background: #00aec1;
    background: -moz-linear-gradient(left, #00aec1 0%, #0d7569 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #00aec1), color-stop(100%, #0d7569));
    background: -webkit-linear-gradient(left, #00aec1 0%, #0d7569 100%);
    background: -o-linear-gradient(left, #00aec1 0%, #0d7569 100%);
    background: -ms-linear-gradient(left, #00aec1 0%, #0d7569 100%);
    background: linear-gradient(to right, #00aec1 0%, #0d7569 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aec1', endColorstr='#0d7569', GradientType=1 );
    font-size: 1.7em !important;
    font-family: 'roboto_condensedlight';
    letter-spacing: .02em;
    color: #ffffff !important;
    line-height: 1.1 !important;
    max-width:244px;
    text-align:center;
    width:100%;
}


section.foundation-header {

}

section.foundation-header .content {
    display:table;
    width:100%;
}

section.foundation-header .content article {
    display:table-cell;
    vertical-align:middle;
    padding:20px;
}


section.foundation-header .content .logo {
    width:23.4%;
}

section.foundation-header .content .logo img {
    max-width:169px;
    height:auto;
    display:inline-block;
}


section.foundation-header .content .photo {
    background-size:cover !important;
    background-repeat:none !important;
}


section.foundation-header .content .slogan {
    width:23.4%;
    text-align:center;
}

section.foundation-header .content .slogan img {
    max-width:127px;
    height:auto;
    display:inline-block;
}





section.foundation-nav {
    
}

section.foundation-nav .content {
    
}

section.foundation-nav .content > ul {
    display: table;
    width: 100%;
    background: #0a564e;
    margin: 0;
    padding: 0;
}

section.foundation-nav .content > ul > li {
    display:table-cell;
    /*width:15.32%;*/
    width:15%;
    text-align: left;
	position:relative;
}

section.foundation-nav .content > ul > li:hover {
    background:#14adbc;
}

section.foundation-nav .content > ul > li:hover a { text-decoration:none; }

section.foundation-nav .content > ul > li:last-of-type {
    /*width: 23.4%;*/
    width: 18.2%;
    text-align:center;
    background: #eeb14f;
    background: -moz-linear-gradient(left, #eeb14f 0%, #c87f4e 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #eeb14f), color-stop(100%, #c87f4e));
    background: -webkit-linear-gradient(left, #eeb14f 0%, #c87f4e 100%);
    background: -o-linear-gradient(left, #eeb14f 0%, #c87f4e 100%);
    background: -ms-linear-gradient(left, #eeb14f 0%, #c87f4e 100%);
    background: linear-gradient(to right, #eeb14f 0%, #c87f4e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeb14f', endColorstr='#c87f4e', GradientType=1 );
}
section.foundation-nav .content > ul > li > a {
    color: #ffffff;
    line-height: 32px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    font-size: 1.4em;
    font-family: 'roboto_condensedlight';
    letter-spacing: .02em;
    padding: 0 20px;
}

section.foundation-nav .content > ul > li.current_page_item > a,
section.foundation-nav .content > ul > li.current_page_item > a:hover,
section.foundation-nav .content > ul > li.current_page_ancestor > a,
section.foundation-nav .content > ul > li.current_page_ancestor > a:hover {
    background: #0E7A6F;
}

section.foundation-nav .content > ul > li > ul {
	position:absolute;
	min-width:210px;
	list-style:none;
	margin:0;
	padding:0;
	z-index:1005;
	display:none;
}
section.foundation-nav .content > ul > li:last-child > ul {
	right:0;
}
section.foundation-nav .content > ul > li:hover > ul {
	display:block;
}


section.foundation-nav .content > ul > li > ul > li {
	text-align:left;
}
section.foundation-nav .content > ul > li > ul > li:hover > a {
	background:#10818C;
	text-decoration:none;
}
section.foundation-nav .content > ul > li > ul > li > a {
	white-space:nowrap;
	background:#08463F;
    margin:0;
	display:block;
	color:#fff;
    line-height:32px;
    text-transform:uppercase;
	font-family: 'roboto_condensedlight';
    letter-spacing: .02em;
    padding:0 20px;
	font-size:1em;
}

section.foundation-nav .content > ul > li > ul > li.current_page_item > a,
section.foundation-nav .content > ul > li > ul > li.current_page_item > a:hover,
section.foundation-nav .content > ul > li > ul > li.current_page_ancestor > a,
section.foundation-nav .content > ul > li > ul > li.current_page_ancestor > a:hover {
    background: #0E6D63;
}





section.foundation-above {
    padding:20px 0;
}
#foundation-slider {
	position:relative;
	white-space:nowrap;
	letter-spacing:-4px;
	word-spacing:-4px;
}
#foundation-slider > div {
	display:inline-block;
	vertical-align:top;
	word-spacing:normal;
	letter-spacing:normal;
	white-space:normal;
	width:100%;
	position:relative;
	opacity:0;
	-webkit-transition: opacity 1.2s linear;
	-moz-transition: opacity 1.2s linear;
	-ms-transition: opacity 1.2s linear;
	-o-transition: opacity 1.2s linear;
	transition: opacity 1.2s linear;
}
#foundation-slider > div.active {
	opacity:1;
}

/* Legacy support - up to 20 slides - allow the height of the slider to be the maximum height of all slides */
#foundation-slider > div:nth-of-type(2) { left:-100%; }
#foundation-slider > div:nth-of-type(3) { left:-200%; }
#foundation-slider > div:nth-of-type(4) { left:-300%; }
#foundation-slider > div:nth-of-type(5) { left:-400%; }
#foundation-slider > div:nth-of-type(6) { left:-500%; }
#foundation-slider > div:nth-of-type(7) { left:-600%; }
#foundation-slider > div:nth-of-type(8) { left:-700%; }
#foundation-slider > div:nth-of-type(9) { left:-800%; }
#foundation-slider > div:nth-of-type(10) { left:-900%; }
#foundation-slider > div:nth-of-type(11) { left:-1000%; }
#foundation-slider > div:nth-of-type(12) { left:-1100%; }
#foundation-slider > div:nth-of-type(13) { left:-1200%; }
#foundation-slider > div:nth-of-type(14) { left:-1300%; }
#foundation-slider > div:nth-of-type(15) { left:-1400%; }
#foundation-slider > div:nth-of-type(16) { left:-1500%; }
#foundation-slider > div:nth-of-type(17) { left:-1600%; }
#foundation-slider > div:nth-of-type(18) { left:-1700%; }
#foundation-slider > div:nth-of-type(19) { left:-1800%; }

@media screen and (max-width:699px) {
	#foundation-slider .hero-slider_controls { display:none; }
}
@media screen and (min-width:700px) {
	#foundation-slider .hero-slider_controls {
		font-family: 'icons';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		
		/* PREVENT USER SELECTION */
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		
		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
		top: 50%;
		margin-top:-20px;
		display:block;
		z-index:2;
	}

	#foundation-slider .hero-slider_controls span {
		width:40px;
		height:40px;
		border-radius:50%;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		overflow:hidden;
		background:rgba(255,255,255,.5);
		color:rgba(0,0,0,.7);
		display:inline-block;
		font-size: 12px;
		line-height: 40px;
		padding: 0 12px;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
		-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
		box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
		cursor:pointer;
		transition:.2s;
	}

	#foundation-slider .hero-slider_controls span:hover { background:rgba(255,255,255,1); }

	#foundation-slider .hero-slider_controls.controls_left { left:-24px; }
	#foundation-slider .hero-slider_controls.controls_left span { text-align:right; }

	#foundation-slider .hero-slider_controls.controls_right { right:-24px;left:inherit; text-indent:-3px; }
	#foundation-slider .hero-slider_controls.controls_right span { text-align:left; }
}

section.foundation-above .content {
    display:table;
    width:100%;
}

section.foundation-above .content article {
    
}

section.foundation-above .content .text {
    width: 23.4%;
    padding: 0 20px;
    font-family: 'roboto_condensedregular';
    font-size: 2.1em;
    letter-spacing: -.02em;
    line-height: 1.2;
    color: #d47700;
    float:left;
}

section.foundation-above .content .hero {
    padding-right: 20px;
    float: right;
    width: 76.6%;
}

section.foundation-above .content .hero .slide {
    padding-top: 39.6%;
    position:relative;
    background-size:cover !important;
    background-repeat:none !important;
}

section.foundation-above .content .hero .slide .slide-content {
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}




section.foundation-below {
    padding:20px 0;
}

section.foundation-below .content {
    display:table;
    width:100%;
    table-layout:fixed;
}

section.foundation-below .content article {
    display:table-cell;
    vertical-align:top;
    padding:0 20px;
    width:25%;
}

section.foundation-below .content article.middle { vertical-align:middle; }

@media screen and (min-width:700px) {
	section.foundation-below .content article.middle.button {  position:relative; top:-20px; }
}

section.foundation-below .content article .entry + .entry { margin-top:20px; }

section.foundation-below .content article img {
    width:100%;
    height:auto;
    display:block;
    border:0;
}

section.foundation-below .content article .entry a {
    color:#007267;
    font-size: 1.3em;
    line-height: 1.15;
}

section.foundation-below .content article .entry.col1 a { color:#d47700;font-size: 1.45em; }

section.foundation-below .content article span {
    margin-top:.5em;
    display:block;
    font-family: 'roboto_condensedregular';
    
}

.logo-container.col-sm-6.col-md-4 img.main { display:none !important; }
.logo-container.col-sm-6.col-md-4 img.secondary { display:none !important; }


@media (max-width:1050px) { section.foundation-above .content .text { font-size:1.8em; } }
@media (max-width:890px) { section.foundation-above .content .text { font-size: 1.5em; } }
@media (max-width:760px) { section.foundation-above .content .text { font-size: 1.4em; } }



@media (max-width:699px) {
    section.foundation-nav { display:none; }
    
    section.foundation-above .content .hero {
        display:block;
        width:100%;
        float:none;
        padding:0;
    }
    
    section.foundation-above .content .text {
        display: block;
        width: 100%;
        float: none;
        margin-top: 20px;
        color: inherit;
        font-size: 15px;
        border-bottom: 1px solid #C9C1B2;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    
    section.foundation-below .content {
        display: block;
    }
    
    section.foundation-below .content article {
        display: block;
        width: 100%;
    }
    
    section.foundation-below .content article .entry a {
        color: #d47700;
        font-size: 15px !important;
        vertical-align: middle;
        display: table;
        width: 100%;
    }
    
    section.foundation-below .content article + article { margin-top:20px; }
    
    section.foundation-below .content article img {
        display: table-cell;
        padding-right: 15px;
        vertical-align: middle;
        width: 100px;
    }
    
    section.foundation-below .content article span {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }
    
    section.foundation-below { padding-top:0px; }
    
    body.page-template-template-foundation-home a.cta {
        margin: 0 auto;
        margin-top: 40px;
        display: block;
    }
    
    section.foundation-above {
        padding: 0;
    }
    
    section.foundation-header {
        display:none;
    }
    
    .logo-container.col-sm-6.col-md-4.main.foundation { padding:0; }
    
    .logo-container.col-sm-6.col-md-4 img#logo.main {
        float: left;
        width: 150px;
        display: block !important;
        padding: 0;
    }
    
    .logo-container.col-sm-6.col-md-4 img.secondary {
        width: 70px;
        display: block !important;
    }
    
    .logo-container.col-sm-6.col-md-4.foundation-logos {
        height: 90px;
        display:block;
    }
    
    .logo-container.col-sm-6.col-md-4.foundation {
        height: 90px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.foundation-disclaimer {
	font-size:10px;
	text-transform: uppercase;
	color: #555;
	margin-top:8px;
}

/*** Past Courses ***/

.past-courses { margin-bottom: 50px; position: relative; clear: both;}
.past-courses .anchor{ position: absolute; top: -50px}
.past-courses h2 { color: #d47700; }
.past-courses h4 { margin-top: 20px; }
.past-courses p { margin-bottom: 8px; }
.past-courses .class-photo { margin: 20px 0; }
.past-courses .class-photo img {width: 100%; }
.past-courses .testimonials { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.past-courses .testimonials .testimonial { color: #007267; margin: 20px; position: relative; }
.past-courses .testimonials .testimonial:before { 
    content: '"';
    position: absolute;
    top: -30px;
    left: -25px;
    font-size: 50px;
    font-weight: bold;
    font-family: sans-serif;
    opacity: 0.7;
}
.past-courses .testimonials .testimonial .quote span:after { content: '"';}
.past-courses .testimonials .testimonial .quote { font-size: 16px;}
.past-courses .testimonials .testimonial .author { font-weight: bold; margin-top: 10px;}

ul.past-courses { list-style-type: none; margin: 0; padding: 0;}
ul.past-courses li a { font-size: 16px; font-weight: bold; }

.iframe {
    position: relative;
    margin-bottom: 1em;
}

.iframe:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 54.25%;
}

.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width:768px) { 
    .past-courses .testimonials { display: block; }
    .past-courses .testimonials .testimonial { margin: 50px 20px; }
}

/*font-family: 'roboto_condensedregular';
font-family: 'roboto_condensedlight';
font-family: 'roboto_condensedregular';*/

/* make sure featured images aren't washed out (affected by max-width:100%) at large resolutions */
@media (min-width:1200px) {
	#content > .featured-image > .img-responsive {
		max-width:1140px !important;
	}
}

/* ==========================================================================
Print Styles
========================================================================== */
@media print {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }

  #brand a[href]:after {
    content: none !important;
  }

  a[href]:after {
    content: none !important;
  }

  #rightCol.col-md-4, #rightCol.col-md-6, #nav, #mobile_nav, #mobile_navigation-nav, #atstbx, ul.pager, #society-link, .social-wrapper, #hero-slider, #feature-boxes, span.hidden-xs a, .footer_nav, .footer_content, .breadcrumb 
  {
  	display: none !important;
  }


}