@CHARSET "ISO-8859-1";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* Reset Styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:10px;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'Lato', helvetica; 
/*	font-family: 'Roboto', helvetica; */

	color:#383838;
}

em, em strong {
	font-style:italic;
}

input[type=text] {
	padding: 0.25em;
}

body {
	font-size:13px;
}

ol {
	padding: 1em 0em;
	padding-left:2em;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

input[type=button], input[type=submit]{
	padding:0.5em;
}

h1{
	font-size:1.5em;
	font-weight:bold;
}

h2{
	font-size:1.2em;
	font-weight:bold;
}

small{
	font-size:0.9em;
	font-style:italic;
}

select{
	padding:0.5em;
}

span{
	font-size:1em;
}

input:focus, textarea:focus{
	outline:none;
}

a{
	text-decoration:none;
	color:#6B4200;
}

.twoColumnRight.contentColumn li {
	font-size: 1.0rem;
	margin-bottom: 0.5em;
}

.twoColumnRight.contentColumn input[type=submit]{
	border: 1px solid #DDD;
	border-radius: 5px;
	background-color: #392612;
	color: white;
	font-size: 1.0rem;
	cursor: pointer;
	padding: 10px;

}

.twoColumnRight.contentColumn input[type=text]{
	padding: 10px;
	float:left;
  	border-radius: 5px;
  	font-size: 1.0rem;
  	border: 1px solid #9B9B9B;
  	margin-right: 8px;
}

.button{
	cursor:pointer;
	padding: 0.2em 0.5em;
	  font-size: 0.9em;
	  margin-right: 0.2em;
	  border-radius: 7px;
	  float: left;
	  background-color: #392612;
	  margin-bottom: 0.5em;
	  color: white;
	  margin: 0em 1em;	
}

#bodyWrapper{
	height:100%;
	width:100%;
	position:absolute;
	z-index:0;
	background-color:#b6aba0;
}

body{
	background-color:#b6aba0;
}

.contentWrapper, .main_content_wrapper{
	position:relative;
	width:1100px;
	margin: 0 auto;
	text-align:left;
	background-color:white;
 	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
 	
/* 	opacity:1;
	filter:alpha(opacity=1); IE
	-moz-opacity:1; Mozilla
 */
}

.floatLeft100{
	position:relative;
	float:left;
	width:100%;
}

.floatLeft{
	position:relative;
	float:left;
}

.paddingLeft1{
	padding-left:1em;
}

.paddingLeft05{
	padding-left:0.5em;
}

.paddingTopBottom05{
	padding: 0.5em 0em;
}

.paddingTop2 {
	padding-top: 2em;
}

.img-float-left{
	float:left;
	padding-right: 1.5rem;
	padding-bottom:0em;
}

.img-float-right{
	float:right;
	padding-left:1em;
	padding-bottom:0.5em;
}

#header{
	position:relative;
	float:left;
	height:35px;
	line-height:35px;
	width:100%;
	left:0px;
	top:0px;
	margin-bottom:-1px;
	background-color:#352F2F;	
	text-transform:uppercase;
}

#header ul
{
	display:block;
	list-style:none;
	float:right;
}

#header ul li a:link, #header ul li a:visited
{
	text-decoration:none;
	color:#b6aba0;
}

#header ul li a:hover{
	color:white;
}

#header ul li{
	position:relative;
	float:left;
	line-height:35px;
	padding-right:1em;
}

#header ul li.associate_loggedin{
	color : #797979;
}

#header .mitLogo{
	position: relative;
	float: right;
	height: 35px;
	width: 60px;
	background-image: url(../images/MIT-logo.png);
	background-size: 70%;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 1em;
}

#topBar{
	position:relative;
	float:left;
	width:100%;
	background-color: #392612;
	height:120px;
	margin-bottom:-1px;
	background-image: url(../images/grid-banner-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 0px;
}

#topBar .logoArea{
	position:relative;
	float:left;
	margin-left:2.7em;
	margin-top: 0.8em
}


/* Search Styles */

.search-result-container{
	position:relative;
	width:100%;
	float:left;
	margin-top:1em;
	border-bottom: 1px solid #DDD;
}

.searchText input{
	width: 100%;
	border-radius: 5px;
	padding: 0.4em;
	background-color: white;
}

.searchText{
width: 80%;
  float: left;
  position: relative;
  left: 0.5em;

  padding-top: 0.5em;
}

#topBar .searchArea{
	position: absolute;
	right: 1em;
	bottom: 1em;
}

.searchInputContainer{
/* 	width: 16em;
background-color: white;
border-radius: 7px;
height:2em; */
}

.searchTagFields{
  position: relative;
  float: left;
  width: 100%;
  padding: 0.5em 0.5em;
  border: 0;
}

.searchInputField{
  padding: 0.35em 0.5em;
  overflow: hidden;
  white-space: nowrap;
  outline-width: 0px;
  outline: none;
}

.searchInputField.promptText{
	color:#AAA;
}

.searchTagResultsContainer{
	position: absolute;
    width: 256px;
    /* min-height: 240px; */
    background-color: white;
    z-index: 10;
    border: 1px solid black;
    border-radius: 10px; 
    top: 65px;
    left: 0px;
    opacity: 0.98;
    background-color: #352F2F;
    color: white;
}

.searchTagResultsContainer.hidden{
	display:none;
}

.searchResultTag, .searchResultNoTag{
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #DDD;
	padding: 0.5em 0.5em;
	color: white;
	cursor:pointer;
}

.searchTag,
.searchTagOnPage{
	padding: 0.2em 0.5em;
	font-size:1.0em;
	margin-right: 0.2em;
	border-radius: 3px;
	float: left;
	background-color: #392612;
	margin-bottom: 0.5em;
	color: #E9E9E9;
	padding-top:1px;
}

.searchTag { 
	cursor: pointer;
}

.clearAll,
.selectAll
{
	cursor:pointer;
	padding: 0.2em 0.8em;
	margin-right: 0.2em;
	border-radius: 3px;
	float: left;
	margin-bottom: 0.2em;
	color: #A09180;
	background-color:#DDD;
	color:black;
	margin-left:0em;
	font-size:1.0em;
}

.clearAll:active{
	background-color:black;
	color:#DDD;
	
}


.searchTag.selected{
	box-shadow: inset 1px 1px 2px #000;
	background-color: white;
	  font-weight: bold;
  color: #6F6F6F;
}

.searchTagOnPage.selectedOnPage{
  margin-right: 0.2em;
  font-size:1.0em;
  border-radius: 4px;
  float: left;
  background-color: #900E0E;
  margin-bottom: 0.2em;
  color: #FFFFFF;
}

.searchResultTag:hover,
.searchResultTag.selected{
	background-color:white;
	color:black;
	border-radius:5px;
}


.searchResultTag:first-child{
	
}
.searchResultTag:last-child{
	border-bottom:none;
}

#topBar .searchArea input{
	padding: 0.5em;
	border-radius: 5px;
	border: 1px solid #AAA;
	position: relative;
	float: left;
	margin-top: 36px;
	font-size:1.0em;
}

#topBar #CEEPRlogo{
	position: relative;
	float: left;
	height: 80px;
	width: 415px;
	background-image: url(../images/CEEPR-logo-light.png);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	margin-right: 1em;
	margin-top:1.2em;
}

#topBar #CEEPRTagline{
	font-size:1.2em;
	color:#967f66;
	padding-top:0.4em;	
}

#menu{
	position:relative;
	float:left;
	width:100%;
	height:40px;
	background-color: #7d6a55;
}

#menu .main_menu_wrapper{
	position:relative;
	float:left;
	width:100%;
}

#menu .main_menu_wrapper .main_menu_item{
	padding: 0em 1.5em;
	font-size:1.2em;
	height:40px;
	line-height:40px;
	position:relative;
	float:left;
/* 	background-image: url(../images/menu_separator.png); */
	background-repeat:no-repeat;
	background-position:right center;
	cursor:pointer;
}

#menu .main_menu_wrapper .main_menu_item a:link, 
#menu .main_menu_wrapper .main_menu_item a:visited{
	color:white;	
	position:relative;
	float:left;
	height:100%;
}

#menu .main_menu_wrapper .main_menu_item.active,
#menu .main_menu_wrapper .main_menu_item:hover{
	background-color:white;
}

#menu .main_menu_wrapper .main_menu_item.active a,
#menu .main_menu_wrapper .main_menu_item:hover a{
	color:#a80532;
}

#menu .main_menu_dropdown2{
	position: absolute;
	top: 40px;
	z-index: 1000;
	display: none;
	left:0px;
	min-width:250px;
	-webkit-box-shadow: -1px -1px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: -1px -1px 3px 0px rgba(0,0,0,0.5);
	box-shadow: -1px -1px 3px 0px rgba(0,0,0,0.5);
}

#menu .main_menu_dropdown2 #menuDropdownBackground{
	background-color: #392612;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1.0;
	z-index:-1;
}

#menu table.main_menu_dropdown {
	border-collapse: collapse;
	border: none;
	font-size:1.0em;
	color: white;
	text-align: left;
	cursor: pointer;
	border-top:3px solid #48511D;
	z-index:1;
}

#menu table.main_menu_dropdown td{
	height:25px;
	line-height:25px;
	border-bottom:1px solid #53493F;
	width:250px;
	color:white;
}

#menu .main_menu_wrapper .main_menu_item table.main_menu_dropdown td a{
	padding:0.5em 1em;
	display:block;
	color:white;
	float:none;
	height:initial;
}

#menu table.main_menu_dropdown td.associates_locked a{
	background-image: url(../images/lock_50.png);
  	background-repeat: no-repeat;
  	background-size: 23px;
  	background-position: 95% 50%;
}

#menu table.main_menu_dropdown td.level1 a{
	padding:0.5em 1em;
	display:block;
	color:#C7C7C7;
	margin-left:1em;
	font-size:0.9em;
}

#menu table.main_menu_dropdown td:hover{
	background-color:#E4E1DC;
	color:#411B23;	
}

#menu .main_menu_wrapper .main_menu_item table.main_menu_dropdown td:hover a{
	color:#411B23;	
}

#mainContentWrapper{
	position:relative;
	float:left;
	width:100%;
	background-color: white;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    padding-bottom: 280px;
}

#mainContentWrapper.homepage {
	padding-bottom: 0px;
}

#mainContentWrapper table td{
 	vertical-align:middle; 
	padding:0.5em;
	font-size: 1.1rem;
}

.homepage-nav-arrows{
	position: absolute;
	bottom: -10px;
	left: 760px;
	width: 100px;
	height: 50px;
	z-index: 1000;
}

.homepage-next .fa,
.homepage-prev .fa {
	font-size: 25px;
}

.homepage-next
{
	height:48px;
	width:34px;
	position:absolute;
	background-image: url(../images/news-arrow-next.png);
	background-repeat: no-repeat;
	background-size:contain; 
	cursor:pointer;
	right:-6px;
	top:40%;	

	opacity:0.5;
	filter:alpha(opacity=50); /* IE */
	-moz-opacity:0.5; /* Mozilla */

	z-index:10;
}

.homepage-prev
{
	height:48px;
	width:34px;
	position:absolute;
	background-image: url(../images/news-arrow-prev.png);
	background-repeat: no-repeat;
	background-size:contain; 
	cursor:pointer;
	left:10px;
	top:40%;
	opacity:0.5;
	filter:alpha(opacity=50); /* IE */
	-moz-opacity:0.5; /* Mozilla */
	
	z-index:10;
		
}

.homepage-prev:hover, .homepage-next:hover{
	opacity:0.8;
	filter:alpha(opacity=80); /* IE */
	-moz-opacity:0.8; /* Mozilla */
} 


.homepage_feature .pagination_container
{
	position: absolute;
	bottom: 16px;
	left: 784px;
	z-index: 1000;
}

.homepage_feature .pagination {
	margin:0px;
	width:200px;
	float:right;
	opacity:0.5;
}

.homepage_title{
	padding-bottom:1em;
}

.contentColumn .homepage_title a h2, .homepage_title a h2{
	color:#7D6A55;
	margin:0;
	text-decoration:none;
	font-size:1.2em;
}

.contentColumn table.brown tr td {
	background-color: #E3D2C2;
}

.homepage_title a:hover h2{
	color:black; 
}

.homepage_title p.date{
	font-style:italic;
	padding-bottom:0em !important;
}

.homepage_content p {
	padding-bottom:1em;
}

.homepage_spotlight_container{
	position:relative;
	width:100%;
	float:left;
	margin-top:1em;
	margin-bottom: 2.5em;
}

.homepage_spotlight_image{
	position:relative;
	float:left;
	width:23%;
	height:150px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border:1px solid #DDD;
}

.homepage_spotlight_content{
	position:relative;
	float:left;
	width:77%
}

.homepage_spotlight_content .content{
	position:relative;
	float:left;
	width:100%;
	height:100%;
	padding:0em 1em;
}
.pagination li {
	float:left;
	margin:0 2px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:15px;
	height:0;
	padding-top:15px;
	background-image:url(../images/pagination3.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -15px;
}

.pagination a.active{
	font-weight:bold;
}

.homepage_feature{
	position:relative;
	float:left;
	width:100%;
	height:350px;
	background-color:white;
}

.slides_container
{
	display:block;
	width:100%;
	height:350px;	
}

.slides_container .homepage_feature_image{
	position:relative;
	float:left;
	width:70%;
	overflow:hidden;
}

.slides_container .homepage_feature_image img{
	width:100%;
}

.slides_container .homepage_feature_text{
	position:relative;
	float:left;
	width:30%;
	padding:0.5em 1em 1em 1em;
	padding-right:3em;
	background-color:#DDD;
	height:350px;
}

.slides_container .homepage_feature_text h1{
	padding-bottom:0.5em;
	font-size:1.5rem;
	color:black;
}

.slides_container .homepage_feature_text p{
	font-size:1.0rem;
	color:#2e2e2e;	
	padding-top:0.5em;
	line-height:18px;
}

.homepage_readmore{
	position:absolute;
	bottom:17px;
	right:20px;
}

.homepage_readmore a{
	background-image:url(../images/read-more.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:1em;
	color:#867867;
	font-size:0.9rem;
}

.homepage_readmore a:hover{
	color:black;
	background-image:url(../images/read-more-black.png);
}

#homepageNews{
	position:relative;
	float:left;
	background-color:white;
	width:100%;
	height:490px;
}

#homepageNews .title{
	position:relative;
	height:10%;
	width:100%;
	float:left;
}

#homepageNews h1{
	font-size:1.5rem;
	color:black;
	padding-left:2.5em;
	padding-top:0.5em;
}

#homepageNews .newsSlider{
	position:relative;
	float:left;
	width:100%;
	height:100%;
}

#homepageNews .pagination_container
{
	position: absolute;
	margin-left:50%;
	transform:translateX(-50%);
	top:-20px;
	z-index: 1000;
}

#homepageNews .pagination {
	margin:0px;
	opacity:0.5;
}



#homepageNews .newsContainer{
	position:relative;
	float:left;
	width:100%;
	height:90%;
	color:black;
	padding-top:0.5em;
}

#homepageNews .newsItem{
	position:relative;
	float:left;
	height:434px;
	width:25%;
	margin-left:6%;
}

#homepageNews .newsItem.first
{
	margin-left:76px;
}

#homepageNews .newsItem .image{
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	border-radius:10px;
	width:100%;
	height:207px;
	position:relative;
	float:left;
	border: 1px solid rgba(0,0,0,0.2);
}

#homepageNews .newsItem .date{
	font-size:0.9rem;
	padding: 0.5em 0.2em;
	position: relative;
	float: left;
	color:#222;
}

#homepageNews .newsItem .content{
	position:relative;
	float: left;
	width:100%;
	padding-right:0.2em;
}	

#homepageNews .newsItem .content h2{
	color:#383838;
	font-size:1.0rem;
	font-weight:bold;
	padding-bottom:0.5em;
}
#homepageNews .newsItem .content p{
	color: #383838;
	font-size: 0.8rem;
	padding-top: 0.2em;
	line-height: 18px;
}

#homepageNews .readMore{
	position: absolute;
	bottom: 5px;
	right: 20px;
	padding-right: 0.5em;
	padding: 0.3em 0em;
}
#homepageNews .readMore a{
	color:#867867;
	background-image:url(../images/read-more.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:1em;	
	font-size:0.9rem;
}


.news-next
{
	height:75px;
	width:34px;
	position:absolute;
	opacity:0.5;
	filter:alpha(opacity=50); /* IE */
	-moz-opacity:0.5; /* Mozilla */
	
	right:4px;
	top:15%;
	background-image:url(../images/news-arrow-next.png);
	background-repeat: no-repeat;
	cursor:pointer;
	z-index:10;
	background-size:17px;
	background-position:center;
}

.news-prev
{
	height:75px;
	opacity:0.5;
	filter:alpha(opacity=50); /* IE */
	-moz-opacity:0.5; /* Mozilla */
	width:34px;
	position:absolute;
	left:2px;
	top:15%;
	background-image:url(../images/news-arrow-prev.png);
	background-repeat: no-repeat;
	cursor:pointer;	
	z-index:10;
	background-size:17px;
	background-position:center;
		
}

.news-next:hover, .news-prev:hover{
	opacity:0.8;
	filter:alpha(opacity=80); /* IE */
	-moz-opacity:0.8; /* Mozilla */
} 


#homepageFooter{
	position:relative;
	float:left;
	width:100%;
	height:230px;
	background-color:#7d6a55;
	font-size:0.9em;
}

#homepageFooter .section{
	position:relative;
	float:left;
	height:100%;
	border:none;
	color:#b6aba0 !important;
	padding: 1.0em 0.5em;
}
#homepageFooter .section.one{ width: 35%; padding-left:2em; padding-right:1em;}
#homepageFooter .section.two{ width: 13%; }
#homepageFooter .section.three{ width: 26%; }
#homepageFooter .section.four{ width: 26%; }

#homepageFooter .section.four{ padding-right:1.0em;}

#homepageFooter .section h1{
	font-size:1.1rem;
	color:white;	
	padding-top:0.5em;
	font-weight:normal;
}

#homepageFooter .section p{
	color:#b6aba0;
	padding-top:0.5em;
	font-size:0.8rem;
}

#homepageFooter .section.one .logo{
	position:relative;
	float:left;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	height:60px;
	margin: 0.5em;
}

#homepageFooter .logo.MITEnergyInitiative
{
	background-image:url(../images/logoMITEnergyInitiative.png);
	width:145px;	
}
#homepageFooter .logo.MITSloan
{
	background-image:url(../images/logoMITSloan.png);
	width:60px;
}
#homepageFooter .logo.Econ
{
	background-image:url(../images/logoMITEcon.png);
	width:58px;	
}

#homepageFooter .section ul{
	display:block;
	list-style:none;
	margin-left:0.25em;
}

#homepageFooter .section li{
	background-image:url(../images/read-more.png);
	background-repeat:no-repeat;
	background-position: left center;
	color:#b6aba0;
	padding: 0.2em 0em;
	padding-left:1em;	
	font-size:0.8rem;
}
#homepageFooter .section a:hover li{
	color:white;
}

#homepageFooter .section.two h1{
	padding-bottom:0.3em;
}
#homepageFooter .section.three h1{
	padding-bottom:0.5em;
}

#homepageFooter .section.three p{
	padding: 0.1em 0em;
}

#homepageFooter .section.three p.title{
	font-weight:bold;
}

#homepageFooter .section.three .address{
	font-size:0.95em;
}

#homepageFooter .section.four h1{
	font-size:1.1rem;
}

#homepageFooter .section.four .logo{
	position:relative;
	float:left;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	height:35px;
	margin: 0.2em;
	opacity:0.8;
	filter:alpha(opacity=80); /* IE */
	-moz-opacity:0.8; /* Mozilla */
}

#homepageFooter .section.four .logo:hover{
	opacity:1.0;
	filter:alpha(opacity=100); /* IE */
	-moz-opacity:1.0; /* Mozilla */
}

#homepageFooter .section.four .logo.facebook{
	background-image:url(../images/logoFacebook_lite.png);
	width:35px;
}

#homepageFooter .section.four .logo.twitter{
	background-image:url(../images/logoTwitter_lite.png);
	width:35px;
}

#homepageFooter .section.four .logo.youtube{
	background-image:url(../images/logoYoutube_lite.png);
	width:35px;
}

#homepageFooter .section.four .support{
	width: 100%;
	height: 35px;
	line-height: 35px;
	background-color: #392612;
	color: white;
	border-radius: 5px;
	padding: 0em 0.5em;
	text-align: center;
	margin-top: 0.7em;
	opacity: 0.8;
	filter:alpha(opacity=80); /* IE */
	-moz-opacity:0.8; /* Mozilla */
	font-size:1.1rem;
}

#homepageFooter .section.four .support:hover{
	opacity:1;
	filter:alpha(opacity=100); /* IE */
	-moz-opacity:1; /* Mozilla */
}
	
#homepageFooter .section.four .support:active{
	background-color:white;
	color:black;
}


#homepageFooter .section .subscribe{
	position:relative;
	float:left;
	width:100%;
	padding-top:0.5em;
}        

#homepageFooter .section .subscribe input[type=submit]{
	border: 0;
	border-radius: 5px;
	background-color: #B5AA9F;
	color: white;
	font-size: 1.0em;
	position: relative;
	float: right;
	cursor: pointer;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	width: 30%;
	height:30px;

}

#homepageFooter .section .subscribe input[type=submit]:active,
#homepageFooter .section .subscribe input[type=submit]:hover{
	opacity:1.0;	
	filter:alpha(opacity=100); /* IE */
	-moz-opacity:1.0; /* Mozilla */
	
}

#homepageFooter .section .subscribe input[type=text]{
	padding: 0em 0.8em;
  	border-radius: 5px;
  	border: 0;
 	width: 60%;
 	height:30px;
}

#homepageFooter .section .social_media{
	position:relative;
	float:left;
	width:100%;
	padding-top:0.5em;
}

#homepageFooter a{
	color: #BCBCBC;
}

/*
* Full Page Styles
*/
.fullPage{
	min-height:500px;
	position:relative;
	float:left;
	width:100%;
	padding:1em 15em 1em 5em;
/* 	box-shadow: inset 0px 1px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0px 1px 4px rgba(0,0,0,0.5);
 */	background-color:white;
}

/*
* Two Column Styles
*/
.twoColumnLeft{
	min-height:500px;
	position:relative;
	float:left;
	width:17%;
	/*background-color: #7D6A55;*/
/* 	box-shadow: inset 0px 1px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0px 1px 4px rgba(0,0,0,0.5); */
}

.twoColumnRight{
	min-height:600px;
	position:relative;
	width:83%;
	float:left;
	padding:1em 4em 4em 2em;
	background-color: transparent;
}
/*
* Three Column Styles
*/

.threeColumnLeft{
	min-height:500px;
	position:relative;
	float:left;
	width:15%;
	background-color:white;
	background-color: #7D6A55;
	box-shadow: inset 0px 1px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0px 1px 4px rgba(0,0,0,0.5);
}

.threeColumnMiddle{
	min-height:500px;
	position:relative;
	width:80%;
	float:left;
	padding:1em;
	background-color:white;
}

.threeColumnRight{
	min-height:500px;
	position:relative;
	width:20%;
	float:left;
	padding:0.5em;
	background-color:white;
}

.threeColumnContent{
	min-height:500px;
	position:relative;
	width:85%;
	float:left;
	padding:1em;
	background-color:white;
}

.contentWrapper .contentColumn p{
	padding-bottom:0.5em;
	font-size: 1.1rem;
	line-height:1.7;
}

.contentWrapper .contentColumn p.drop-cap:first-letter { 
	float: left; color: black; font-size: 65px; line-height: 50px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: sans-serif;
}

.contentWrapper .contentColumn p.large-quote {
	font-size: 2rem !important;
    width: 50%;
    float: left;
    color: #fa4b2a;
    padding-bottom: 0em !important;
    padding-top: 0.5em;
    font-style: italic;
}

.contentWrapper .contentColumn h1, 
.contentWrapper .contentColumn h2,
.contentWrapper .contentColumn h3,
.contentWrapper .contentColumn h4
{	
	margin-bottom:0.5em;
}
	
.contentWrapper .contentColumn h1,
.contentWrapper .contentColumn h1 a {	
	padding-top:0.5em;
	font-size:2.533323rem;
	color: #800000;
}	

.contentWrapper .contentColumn h2,
.contentWrapper .contentColumn h2 a{	
	font-size:1.9rem;
	font-weight:bold;
	color:black;
}	

.contentWrapper .contentColumn h3,
.contentWrapper .contentColumn h3 a {	
	font-size:1.5rem;
	font-weight:bold;
	color:black;
}	

.contentWrapper .contentColumn h4,
.contentWrapper .contentColumn h4 a
{
	font-size:1.2rem;
	font-weight:bold;
	color:black;
}	

.contentWrapper .contentColumn h1 a:hover,
.contentWrapper .contentColumn h2 a:hover,
.contentWrapper .contentColumn h3 a:hover,
.contentWrapper .contentColumn h4 a:hover {
	text-decoration: underline;
}

.contentWrapper .contentColumn ul{	
	font-size:1.1rem;
	color:#272523 !important;
	margin-left:1em;
	margin-bottom:0.5em;
}	

.contentWrapper .contentColumn ul li{	
	font-size:1.1rem;
	color:#272523 !important;
	margin-left:0.5em;
	margin-bottom:1.0rem
}	

.contentWrapper .contentColumn a {
	text-decoration:none;
	color:#800000;
	font-size:1.1rem;
}

.contentWrapper .contentColumn h1 a {
	font-size: 1.4rem;
}

.contentWrapper .contentColumn span{
	color:#272523;
}

.contentWrapper .contentColumn a:hover{
	text-decoration:none;
	color:black !important;
}

.contentWrapper .contentColumn strong{
	color:black !important;
	font-weight:bold !important;
}

.fancybox-inner p{
	color:black !important;
}

.side_menu
{
	position: relative;
    float: left;
    width: 100%;
    margin-top: 1.5em;
 	padding-left:0.75em;	
}

.side_menu a
{
	color:#392612;
}


.side_menu ul
{
	font-size:1.0em;
	list-style:none;
	padding:0em 0em;
}

.side_menu ul li{
/*	background-color:#392612;
	border-bottom:1px solid #53493F;*/
	cursor:pointer;
}

.side_menu ul li:hover, .side_menu ul li.selected{
	background-color:#E4E1DC;
	color: #72706E;
}

.side_menu ul li:hover a, .side_menu ul li.selected a{
	color: black !important;
}

.side_menu ul li a{
	display:block;
	width:100%;
	padding:0.5em 0em;
	padding-left: 1em;
	font-size:1.0rem;

}

.side_menu ul li a.associates_locked{
	background-image: url(../images/lock_50.png);
  	background-repeat: no-repeat;
  	background-size: 23px;
  	background-position: 95% 50%;
}

.side_menu ul li.level1 a{
	padding-left:2.0em;
	color:#392612;
	font-size:0.9rem;
}

.side_menu h1{
	font-size: 1.1rem;
    color: black !important;
    display: block;
    width: 100%;
/*    border-bottom: 1px solid #53493F;*/
    padding: 0.5em 0.5em;
    text-align: left;
    font-weight: bold;
}

.peopleContainer{
	float:left;
	position:relative;
	width:50%;
}

.peopleContainer .peoplePhoto{
	position:relative;
	float:left;
	width:22%;
	padding:0.5em;
}

.peopleContainer .peoplePhoto img{
	width:100%;
}

.peopleContainer .peopleDescription{
	position:relative;
	float:left;
	width:78%;
	padding:0.5em;
}

.peopleSection{
	position:relative;
	float:left;
	width:100%;
	clear:both;
	margin-bottom:1em;
}


.contentWrapper .contentColumn .peopleContainer p{
	padding:0;
	margin:0;
	font-size:0.9rem;
	line-height: 1.3;
}

.contentWrapper .contentColumn .peopleContainer p.email{
	padding-top:0.5em ;
}

.contentWrapper .contentColumn .publication .header{
	position:relative;
	float:left;
	width:100%;
}

.back_button{
	position:relative;
	float:left;
	width:100%;
	background-image:url(../images/back-button.png);
	background-repeat:no-repeat;
	background-size:10px;
	background-position: left center;
	padding-left:1.5em;
	margin-bottom:1em;
}

.contentWrapper .contentColumn .publication .header .title{
	position:relative;
	float:left;
	width:90%;
	height:100%;
}

.contentWrapper .contentColumn .publication .authors{
	font-style:italic;
}

.tag{
	position:relative;
	float:left;
	padding: 0.2em 0.5em;
	margin-right:0.5em;
	margin-bottom:1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #7D6A55;
	color:white;
	font-size:0.9em;
}

.tag_title{
	position:relative;
	float:left;
	font-size:0.9em;
	font-weight:bold;
	padding-right:0.5em;
	padding-top:0.1em;
}

.pub_tags {
	position: relative;
    float: left;
    padding-top: 0.5em;
}

.media_files h2 {
	padding:0.5em 0em;
}

.media_thumb{
	position:relative;
	float:left;
	width:100px;
	height:100px;
	background-size:cover;
	background-repeat:no-repeat;
	background-size:90%;
	background-position:center;
	margin:0.5em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid black;
}

.media_delete{
	position:absolute;
	width:25px;
	height:25px;
	background-image:url('../images/icon_X_selected.png');
	background-size:contain;
	background-repeat:no-repeat;
	top:0px;
	right:0px;	
	cursor:pointer;
}

.media_name{
	position:absolute;
	bottom:0px;
	z-index:1;
}

.dropzone input.filename_path
{
	margin-top:2em;
}

#login_box{
	
}

.contentWrapper .contentColumn .associates_login_footer{
	padding-top:1em;
}

.contentWrapper .contentColumn .associates_login_footer p{
	padding:0;
}


.associates_login{
	padding-left:2em;
}

/* Custom table styles */
table.table_border{
	border-collapse:collapse;	
}
table.table_border td{
	border-bottom:1px solid #DDD;
	padding:1.0em;
}

table thead th {
	background-color: #695743;
	color: white;
	padding: 0.5em;
}

.spinnerLoader{
	position:relative;
	float:left;
	width:100%;
	min-height:150px;
	background-image:url(../images/loader.gif);
	background-repeat:no-repeat;
	background-position:center;
}


/* Workshop Accordion*/
.workshop_associate_only{
	position:relative;
	float:left;
	width:100%;
	border:1px solid #AAA;
	margin-bottom:1em;
}

.workshop_associate_content{
	padding:0em 1em;
	position:relative;
	float:left;
	width:100%;
	padding-top:0.5em;
}

.workshop_media_item{
	padding: 0.5em 0em;
	margin-right:1em;
}

.workshop_associate_content div{
	position:relative;
	float:left;
	
}
.workshop_associate_head{
	position:relative;
	float:left;
	width:100%;	
	padding: 0.25em 1em;
	color:white;
	background-color:#7d6a55;
}

#accordion h3 {
	font-size: 1.1rem !important;
}

.button.workshop_file{
	  margin: 0em 1em;
}

.icon.workshop_video{
	height:30px;
	width:60px;
	background-image:url(../images/icon_video_play.png);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;	
	cursor:pointer;
	top:-4px;
}

.icon.workshop_video.disabled
{
	background-image:url(../images/file_disable.png);
	top:-6px;
}

.admin table thead th {
	color: black;
}

.admin table tbody tr td {
    font-size: 0.9rem !important;
}

#filter_clear {
	display: block;
	margin-top: 5px;
}

table.associates img {
	height: 40px;
	width: auto;
}

#mainContentWrapper table.associates td {
	padding-top: 0.5em;
	padding-bottom: 1em;
}


figure.image.align-left {
	position: relative;
	float:left;
	margin-bottom: 1.5rem;
	margin-top: 0.5rem;
	margin-right: 1rem;
	width: 40%;
}

figure.image.align-left img {
	position: relative;
	float:left;
	margin-right: 1.5rem;
	margin-bottom: 0.4rem;
	width: 100%;
	height: inherit;
}

figure.image.align-left figcaption {
	clear:both;
	float:left;
}

figure.image.align-full {
	position: relative;
    float: left;
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
    margin-right: 1rem;
    width: 100%;
    text-align: center;
}

figure.image.align-full img {
	position: relative;
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 0.4rem;
    width: 70%;
    height: inherit;
    left: 50%;
    margin-left: -35%;
}

figure.image.align-full figcaption {
	clear: both;
    width: 70%;
    left: 50%;
    position: relative;
    margin-left: -35%;
}


figure.image.align-right {
	position: relative;
	float:right;
	margin-bottom: 1.5rem;
	margin-top: 0.5rem;
	margin-left: 1rem;
	width: 40%;
}

figure.image.align-right img {
	position: relative;
	float:left;
	margin-right: 1.5rem;
	margin-bottom: 0.4rem;
	width: 100%;
	height: inherit;
}

figure.image.align-right figcaption {
	clear:both;
	float:right;
}

.quote {
	width: 90%;
    border-left: 6px solid #ffeece;
    padding: 0.5rem 2rem;
    margin-left: 5%;
    font-style: italic;
}