/*

 ____            ___                 __         
/\  _`\         /\_ \    __         /\ \        
\ \ \L\ \     __\//\ \  /\_\    ____\ \ \___    
 \ \ ,  /   /'__`\\ \ \ \/\ \  /',__\\ \  _ `\  
  \ \ \\ \ /\  __/ \_\ \_\ \ \/\__, `\\ \ \ \ \ 
   \ \_\ \_\ \____\/\____\\ \_\/\____/ \ \_\ \_\
    \/_/\/ /\/____/\/____/ \/_/\/___/   \/_/\/_/
                                                
                                                
copyright 2011

/******

Template information:

black:			#000000;			0,0,0;
yellow:			#febe10;			254,190,16
orange:			#f26921;			242,105,33
brown:			#7b3100;			123,49,0
white:			#ffffff;			255,255,255

font-family: "soleto",sans-serif;
font-family: "jaf-bernina-sans-comp",sans-serif;

*******/




/***** General Styles *****/

html {overflow-x: hidden;}

body {
	font-family: "soleto",sans-serif;
	background: white;
	position: relative;
	overflow-x: hidden; 
}



h1, h2, h3, h4, h5, h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-family: "soleto",sans-serif;
	line-height: 1.15em;
	margin: 0 0 .25em;
	font-weight: bold;
	color: #f26921;
	text-transform: uppercase;
}


p, ul, ol, dd, pre, hr, table, form, select, address, embed {
	margin: 0 0 .5em;
	line-height: 1.25em;
	font-family: "soleto",sans-serif;
	font-weight: lighter;
}





img {
	max-width: 100%;
	height: auto;
}




a,
a:link,
a:visited {color: #f26921;}

a:hover,
a:active {text-decoration: underline;}




input, textarea {
	background: #e5e5e5;
	border: none;
	padding: .5em;
}

















/****** Header & Footer ******/

#branding {display: none;}


#header .column_left {padding: 0 3% 0 80%;}
#header .column_right {border-top: 10px solid #f26921;}

.header_form .wrap {max-width: 815px;}

#logo {
	width: 240px;
	float: right;
	padding-top: 5.75em;
}


#beer {
	max-width: 250px;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 2em;
	padding-top: 2em;
}
.header_social {
	float: right;
	vertical-align: top;
	text-align: right;
	width: 50%;
	margin-top: 3em;
}

.facebook {
	width: 30px;
	display: inline-block;
}

#searchform {
	float: right;
	max-width: 270px;
}

#searchform #s {
	float: right;
	width: 80%;
	padding: .25em;
}
#searchform .button {
	display: inline-block;
	width: 6%;
}






.menu_wrap {
	margin: 0 -75% 0 0;
	padding: 0 75% 0 3em;
	position: relative;
	display: block;
	clear: both;
	background-image: url(img/bg_menu.png);
	background-repeat: repeat;
	background-size: 100% 100%;
	width: 130%;
}
.top_menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.top_menu li {
	display: inline-block;
	font-weight: bold;
	font-family: "jaf-bernina-sans-comp",sans-serif;
	font-size: 1.15em;
	letter-spacing: 1px;
}
.top_menu li:first-child a {margin-left: 0;}
.top_menu li a {
	color: black;
	display: block;
	margin: 1.5em 0 1.5em 1.5em;
}
.top_menu li.page-item-18 a,
.top_menu li.menu-item-1369 a {
	background: #f26921;
	text-transform: uppercase;
	color: white;
	text-align: center;
	display: block;
	padding: 1.5em 1.25em;
	margin: 0 0 0 1.5em;
}
.top_menu li.page-item-18.current_page_item a,
.top_menu li.page-item-18.current_page_ancestor a {color: #febe10;}


.top_menu li.current_page_parent a,
.top_menu li.current_page_item a,
.top_menu li.current_page_ancestor a {color: #f26921;}

.top_menu .sub-menu {
	display: none;
	position: absolute;
	background: #fff;
	z-index: 5;
	padding: 1em;
}
.top_menu li.menu-item-has-children:hover .sub-menu {
	display: block;
}
.top_menu .sub-menu li {
	font-size: .9em;
	font-family: "soleto",sans-serif;
	font-weight: lighter;
	letter-spacing: 0;
	display: block;
}
.top_menu .sub-menu li a {
	color: #000!important;
	margin: .5em 0;
}
.top_menu .sub-menu li.current-menu-item a {color: #f26921!important;}




#footer {
	background: black;
	color: white;
	font-size: .9em;
	margin: 0;
	padding: 2em;
}

.footer_wrap {
	max-width: 1024px;
	position: relative;
	display: block;
	clear: both;
	margin: 0px auto;
}

#footer_logo {
	display: block;
	margin: 0 0 1em;
}

.footer_col {
	width: 22%;
	float: left;
	display: inline;
	margin-right: 2%;
}


.footer_menu {
	list-style: none;
	margin: 2em 0 0;
	padding: 0;
}
.footer_menu li {
	display: block;
	margin: 0 0 .5em;
}
.footer_menu li a {color: white;}
.footer_menu li.page-item-18 a {color: #f26921;}



#siteinfo {
	padding: 1em 0;
	width: auto;
	font-size: .75em;
	text-align: center;
}










/****** Home ******/

#home_widgets {
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: 240px;
	float: right;
}
#home_widgets li {
	display: block;
	margin: 0 0 1em;
	border: 10px solid #febe10;
	padding: 1.5em;
	background: white;
	width: auto;
	box-shadow: 2px 2px 10px 1px rgb(0,0,0);
	box-shadow: 2px 2px 10px 1px rgba(0,0,0,.75);
	-moz-box-shadow: 2px 2px 10px 1px rgb(0,0,0);
	-moz-box-shadow: 2px 2px 10px 1px rgba(0,0,0,.75);
	-webkit-box-shadow: 2px 2px 10px 1px rgb(0,0,0);
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,.5);
	font-size: .95em;
}
#home_widgets li h3 {
	color: #7b3100;
	margin: 0 0 .5em;
	line-height: 1em;
}




.home #content {
	width: auto;
	padding: 0;
	background: #7b3100;
}




#banners {
	max-width: 1150px;
	margin: 0;
}

#banners .attachment-post-thumbnail {
	max-width: none;
	width: 100%;
	display: block;
}

.banner_wrap {
	position: relative;
}

.banner_content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1em 3em;
	background: rgb(0,0,0);
	background: rgba(0,0,0,.75);
}
.banner_content p, 
.banner_content ul,
.banner_content ol,
.banner_content dd,
.banner_content pre,
.banner_content hr,
.banner_content table,
.banner_content form,
.banner_content select,
.banner_content address,
.banner_content embed,
.banner_content h1,
.banner_content h2,
.banner_content h3,
.banner_content h4,
.banner_content h5,
.banner_content h6 {color: white;}

.banner_content h3.slide_title {color: #febe10;}











/****** Subpages ******/

.single .more {display: none;}

#main {
	width: 100%;
	max-width: 100%;
	padding: 0;
	overflow: hidden;
}

.wrap {
	position: relative;
	display: block;
	clear: both;
	max-width: 925px;
	margin: 0;
}

.column_left {
	float: left;
	display: inline;
	width: 30%;
	margin-left: -85%;
	padding: 2em 3% 0 80%;
}


.column_right {
	float: right;
	width: 72%;
	display: inline;
	margin-right: -75%;
	padding-right: 75%;
	
}



#container {
	width: 100%;
	float: none;
	margin: 0;
	position: relative;
	float: left;
}
#container .column_left {
	background-image: url(img/bg_dots.jpg);
	background-repeat: repeat;
	background-size: auto;
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}
#container .column_right {
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}



#content {
	width: auto;
	padding: 1.5em 4em 1.5em 5em;
	min-height: 250px;
}


h1.entry-title {color: #7b3100;}


a.read_orange {
	background: #f26921;
	text-transform: uppercase;
	color: white;
	text-align: center;
	display: block;
	padding: .5em 0;
}




.column_left #submenu_container {
	width: 240px;
	float: right;
}
.sub_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sub_menu ul li {
	text-transform: uppercase;
	display: block;
	background: #f26921;
	text-align: center;
	margin: 0 0 .5em;
	font-weight: bold;
}
.sub_menu ul li a {
	display: block;
	padding: .5em;
	color: white;
}
.sub_menu .children {
	margin: 0px;
	padding: 0 0 .5em;
	font-size: .95em;
}
.sub_menu .children li {
	margin: 0;
	font-weight: normal;
}
.sub_menu .children li a {padding: .15em 0;}

.sub_menu h3 {color: #febe10;}













/***** Below Content ****/

#below_content {
	display: block;
	clear: both;
	position: relative;
	background-image: url(img/bg_widgets.png);
	background-size: auto 100%;
	background-repeat: repeat-x;
	padding: 2em 75% 6em 3em;
    margin: 0 -75% -4em 0;
    width: 130%;
}
#below_content .wrap {max-width: 815px;}

#widgets {
	list-style: none;
	margin: 0 -1%;
	padding: 0;
}
#widgets li {
	display: inline-block;
	vertical-align: top;
	width: 31.5%;
	margin: 0 .5% .75em;
	position: relative;
	background-color: #f26921;
	text-align: center;
}
#widgets li a {
	display: block;
	position: relative;
	border: 2px solid white;
}
#widgets li a h3 {
	color: white;
	margin: 0;
	line-height: 1.15em;
	font-size: 1em;
}
#widgets li .widget_content {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
#widgets li .attachment-post-thumbnail {
	display: block;
	mix-blend-mode: multiply;
	width: 100%;
}
.widget_arrow {
	position: absolute;
	max-height: 30px;
	right: 5%;
	bottom: 5%;
	z-index: 5;
}
#widgets li:hover {opacity: .7;}















/***** News & Information ****/

.blog_loop {
	border-bottom: 1px solid #f26921;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.blog_loop h2.blog_title a {
	color: #7b3100;
}





.entry-meta,
.entry-utility {display: none;}



.nav-previous,
.nav-next {
	margin: 0 0 2em;
	max-width: 30%;
}
.nav-previous a,
.nav-next a  {
	text-transform: uppercase;
    display: block;
    background: #f26921;
    text-align: center;
    margin: 0 0 .5em;
    font-weight: bold;
    color: white;
    padding: .5em;
    line-height: 1.15em;
}













/**** Funded Projects ****/

#funded_projects {
	list-style: none;
	margin: 0 -1%;
	padding: 0;
	text-align: center;
	display: inline-block;
}
#funded_projects li {
	float: left;
	width: 31.5%;
	margin: .5%;
	background: #7b3100;
}
#funded_projects li a {
	color: #febe10;
	display: block;
	padding: .5em 0;
}

#funded_projects li.current {background: #febe10;}
#funded_projects li.current a {color:#7b3100;}

















/*** Research Findings ****/

.entry-content .wp-post-image {
	border: none;
	float: none;
}




















/**** Internet Explorer *****/

.widget_ie {display: none;}


@supports (-ms-ime-align:auto) { /* Edge Target */
  		
	.widget_ie {
		content: "";
		position: absolute;
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
		display: block;
		z-index: 1;
	}
		
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /** IE 11 & 10 **/
	
	.widget_ie {
		content: "";
		position: absolute;
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
		display: block;
		z-index: 1;
	}	
	
}



@media screen and (min-width:0\0) { /* IE 9 */
	
	.widget_ie {
		content: "";
		position: absolute;
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
		display: block;
		z-index: 1;
	}
	
	#widgets li .widget_content {
		left: 0;
		right: 0;
		top: 30%;
		bottom: 30%;
	}
	
}









/**** Mobile ****/

.mobile {display: none;}















/*** Miscellaneous, External, Plugins ***/

.slick-dots { 
	bottom: auto!important;
    top: 1em;
    right: 2.5%;
    width: auto!important;
}
.slick-dots li button:before {display: none;}
.slick-dots li button {
	color: white!important;
	background: white!important;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}
.slick-dots li.slick-active button {
	color: #febe10!important;
	background: #febe10!important;
}






.su-spoiler-title {
	background: #7b3100;
	color: white;
	padding: .5em 1em!important;
	font-weight: normal!important;
	font-size: 1.15em!important;
}
.su-spoiler-icon {
	left: auto!important;
	right: .5em;
	top: 50%!important;
	bottom: 50%;
	margin: auto;
}

.page-id-285 hr {
    margin: 20px 0 20px;
}

.clear {
	position: relative;
	display: block;
	clear: both;
}
.alignnone {
	max-width: 1150px;
	margin: 0 auto;
	position: relative;
}
.aligncenter {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}
.alignwide {
	max-width: 1350px;
	margin: 0 auto;
	position: relative;
}
.alignfull {
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
	position: relative;
}


.page-content, 
.entry-content, 
.entry-summary,
.hentry {margin: 0;}


.page-template-page-blocks h2, 
.page-template-page-blocks h3, 
.page-template-page-blocks h4, 
.page-template-page-blocks h5, 
.page-template-page-blocks h6, 
.page-template-page-blocks .entry-content h2, 
.page-template-page-blocks .entry-content h3, 
.page-template-page-blocks .entry-content h4, 
.page-template-page-blocks .entry-content h5, 
.page-template-page-blocks .entry-content h6 {
	text-transform: inherit;
}


.wp-post-image {
	margin: 0 auto 1.5em;
}




.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
}