/*my current workplace*/

/*
html
{
    background:url('/scholars/images/liberry4.jpg') repeat !important;
}
*/

#header 
{
/*	background: url('/images/header-draft-3.jpg') no-repeat !important;*/
    width: 100%;
    height: 148px;
}


/*
@media (min-width: 1px) and (max-width: 991px) {
 #header
	{
        background:url('/images100/header-draft-3-mobile2.png') !important;
		width: 100%;
		height: 102px;
		display: block; 
	}
    
}
*/

@media (min-width: 1px) and (max-width: 991px) {
 #header, .lodgeheader
	{
		background: url('/images100/ENF_Scholars_Logo_Mobile.png') no-repeat !important; 
		width: 100%;
		height: 102px;
		display: block; 
		vertical-align:middle !important;
		margin: 0 auto !important;
		background-color: black;
		background-color: #74263e !important;
		background-position: center !important;
	}	
}



.youtubeVid 
{
    width: 560px;
    height: 315px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media (min-width: 1px) and (max-width: 767px) {
.youtubeVid {
    width: 500px;
    height: 275px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
}


a[href].btnsocial{
    color: #874156;
}
    
.cipHeader
{
    width: 100%;
    height: auto; 
    max-width: none;
}

.resources {
    padding: 10px;
}


#pagecontent
{
	max-width: 915px !important;
}


@media (min-width: 1px) and (max-width: 1199px) {
#pagecontent
{
	max-width: 740px !important;
}
    
#navigationMenus
{
    background: #874156;	
}	
}

@media (min-width: 1px) and (max-width: 576px){
#userLinks {
    background-image: none !important;
    background-color: #874156 !important;
}
}

.login
{
    background-color: #874156 !important;
}

#scholarships.nav-link 
{
	background: #70283E;
}

#scholarshipcoordinators.nav-link 
{
	background: #70283E;
}

#findyourstatechair.nav-link 
{
	background: #70283E;
}

#returntoenf.nav-link 
{
	background: #70283E;
}

.navbar 
{
    background-color: #874156 !important;
}

.leftmenu 
{
    background: #EBE6DA !important;
    padding-left: 0px;
}


.lodgeThumb
{
    padding-bottom: 10px;
    padding-right: 10px;
    flex-wrap: wrap;
}

/*#8C445A*/
/*#70283E*/
/*#631B31*/


/******************* About *******************/

/*Old container color: #324854*/

.beginning-content h1{color:#212121!important;}

.section-content{
text-align:center;
padding:10px;
font-family: 'Oswald', sans-serif;
text-shadow: 0px 1px 2px #eee;
font-size: 120%!important;
}
.questionArea:hover{cursor:pointer;}
.question-content
{
border:1px solid #b5b5b5;
margin-bottom:10px;
padding:20px;
font-family:'Open Sans';
letter-spacing:-1.3px;
/*font-family: 'Oswald', sans-serif;*/
text-shadow: 0px 1px 2px #eee;
font-size: 200%!important;
background: #fafafa;
background-image: -webkit-linear-gradient(top, #fafafa, #e8e8e8);
background-image: -moz-linear-gradient(top, #fafafa, #e8e8e8);
background-image: -ms-linear-gradient(top, #fafafa, #e8e8e8);
background-image: -o-linear-gradient(top, #fafafa, #e8e8e8);
background-image: linear-gradient(to bottom, #fafafa, #e8e8e8);
-webkit-border-radius: 4;
-moz-border-radius: 4;
border-radius: 4px;
}
.questionTextShort:hover{text-decoration:underline!important;cursor:pointer;}
.fillableAnswer{
margin: 0px; 
width: 530px; 
height: 160px;
}
.expandedQuestion{padding:30px;}
.questionTextLong{font-size:120%;}
.submitQuestionContent:hover,.uploadPhotographs:hover{cursor:pointer;background-color:#b50000;}
.submitQuestionContent,.uploadPhotographs{
background-color:#54323D;
border:none;
color:white;
padding:10px;
font-family: 'Oswald', sans-serif;
font-size: 105%!important;
}
.uploadPhotographs{}
.first h1{font-size: 240%!important;}
.section-content h2{font-size:180%!important;margin:0!important;letter-spacing:-0.5px;}

.section-content h2:hover{
text-decoration:underline;
cursor:pointer;
-moz-text-decoration-color:#54323D;
text-decoration-color:#54323D;
}

.section{
padding:5px 25px 25px 25px;
margin-top:-20px;
min-height:100px;
}
.red-section{border-top:2px solid #6c6c6c;background-color:#54323D;color:white;}
.red-section h1{color:white!important;line-height:1;}
.first .section-content {}
.red-section .section-content h1{text-shadow: 0px 1px 2px #000!important;}
.red-section .section-content {text-shadow: 0px 1px 2px rgba(0,0,0,0.66);}

.section h2{color:#3e3e3e;text-decoration:underline;}

.white-section{
	background:#fff;color:#555;
}


#fullQuestionList{margin-top:10px;}

.triangle{
position:relative;
width: 0; 
height: 0;
border-left: 25px solid transparent;
border-right: 25px solid transparent;
border-bottom: 0px solid transparent;
left:47.5%;
margin-left:-5px;
}
.red-triangle:after{
    content:'';
    width: 0; 
    height: 0;
	border-bottom: 0px solid transparent;
    border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top:20px solid #54323D;
    position:absolute;
	left:-25px;
	top:-22px;
}
.white-triangle:after{
    content:'';
    width: 0; 
    height: 0;
	border-bottom: 0px solid transparent;
    border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top:20px solid white;
    position:absolute;
	left:-25px;
	top:-22px;
}
.red-triangle{
	border-top: 20px solid #6c6c6c;
	
}
.white-triangle{
	border-top: 20px solid #6c6c6c;
}

.anniversary-header .text{
display: table-cell;
vertical-align: middle;
}

.anniversary-home-body{
position:relative;
padding-top:22px;
background-color:rgba(255, 255, 255, 0);
min-height:300px;
}

.anniversary-header .smaller {font-size:320%;}
.anniversary-header .bigger {font-size:450%;}
.anniversary-header .smallest{font-size:300%;}

.anniversary-home-body .anniversary-paragraph{
	color: #373737;
	font-size:150%;
	font-weight:normal;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0px 1px 2px #eee;
}

.answeredYet{height:100%;width:50px;float:left;display:inline-block;background-color:#f1f1f1;}



.getStartedButton a[href]{
color: white;
display: block;
padding: 30px;
background-color:#70283E;
width: 60%;
margin: 0 auto;
font-size:133%;
text-decoration:none;
margin-bottom:15px;
}
.getStartedButton a[href]:hover{
background-color:#874156;
}


.exploring-history-buttons-wrapper{margin-bottom:33px;width:100%;box-sizing:border-box;padding:5x;text-align:center;float:left;}
.explore-history-button-area{float:left;width:33%;display:table;padding:10px;box-sizing:border-box;height:290px;}
.explore-history-image{height:100px;display:block;vertical-align:top;border-bottom:2px solid #54323D;}

.explore-this-wrapper{box-shadow:3px 7px 7px 1px rgba(0,0,0,0.33);border:1px solid #666;}
						
.explore-history-button{display:block;height:200px;background-color:green;background-color:white;box-sizing:border-box;padding:8px;}
.explore-history-button h3{font-size:113%;}
.explore-history-button p{font-size:70%;}





/******************* Medical School Scholarship *******************/

#card-rectangle
{
    background-size:contain!important; 
    size:auto; 
    max-width:100%;
} 
    
/*
h3
{
    line-height: 1.5; 
    size:auto;
}
*/
    
li.weigel 
{
    line-height:1; 
    font-size:12px; 
    font-color:auto;
    list-style-type: none;
    padding: 0;
}

.card-panels
{
    font-size: 110% !important;
    float: left;
    padding: 10px;
    color: black!important;
    background: #fff;
    border-radius: 2px;
    display: block;
    background-color: #f3f3f3;
}

.card-4 {
    width: 48%;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: white;
    height: 150px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: all 0.0s ease-in-out;
    float: left;
    flex-wrap: wrap;
}

.card-4:hover
{
   box-shadow: 3px 2px 9px 0px rgba(119, 119, 119, 0.81);
    -moz-box-shadow: 3px 2px 9px 0px rgba(119, 119, 119, 0.81);
    -webkit-box-shadow: 3px 2px 9px 0px rgba(119, 119, 119, 0.81); 
}


@media (min-width: 1px) and (max-width: 767px) {
.card-4 {
    width: 90%;
    font-size: 140%;
}
    
}




/*#card-rectangle
{
    
}*/


/*End of my current workplace*/








.carousel-headline a[href]:hover{background-color:transparent;text-decoration:underline;}

.registerForm input[type="button"], .registerForm input[type="submit"]
{background-color:#772f45!important;}

#toggleOldCipHeader
{
/*to override the display of the CIP homepage in favor of carousel without editing the news content directly */
display:none!important;
}

#inpageENFHtmlContainer
{
/* includes all ENF body content from the database */
}

#enfaddress { background-color:transparent; }

#leftcolumn
{
background-color:#ebe6da;
}

a:hover {
 cursor:pointer;
}

/*
body 
{
	
}
*/

h1,h2,h3,h4,h5,h6 {
	color: #613446;	
}

/*
#header 
{
	background:url('/images/enfheader.jpg') no-repeat;
}
*/

.headerlinks a
{
	float: right;
	display: block;
}

.headerlinks a:hover
{
	background-color: transparent !important;
}
.warning-div
{
color: #9F6000;
padding:15px;
margin:15px;
background-color: #FEEFB3;
}
.success-div
{
color: #4F8A10;
padding:10px;
margin:15px 0px 15px 0px;
background-color: #DFF2BF;
}
#info-table
{
table-layout: fixed;
display: table;
width:100%;
border-collapse:collapse;
margin-bottom:10px;
}
.x-tab-panel-body
{border:none;}
#h-table-row
{
background-color:#e9e9e9;
font-weight:bold;
}
#table-row, #table-row-odd, #h-table-row
{ 
width:100%; 
display: table-row;
}
#table-row-odd
{
background-color:#f1f1f1;
}
#table-cell
{
display: table-cell;
font-family:Arial;
font-size:12px;
text-align:left;
padding:6px;
border:1px solid #D3D3D3;
}

.volunteer-button-wrapper
{
margin-bottom:15px;
padding: 20px;
}

.vo-link a[href]{color:#3a3a3a;}
.vo-link
{
letter-spacing: -0.6px;
font-weight:bold;
font-family:arial;
text-align:center;
vertical-align: middle;
/*overflow:hidden;*/
color:#3a3a3a;
padding:8px;
}
.volunteer-button
{
border-radius: 6px;
position: relative;
height:150px;
width:120px;
/*float: left;*/
margin-right: 18px;
margin-bottom:10px;
box-shadow: 3px 2px 9px 0px rgba(119, 119, 119, 0.81);
-moz-box-shadow: 3px 2px 9px 0px rgba(119, 119, 119, 0.81);
-webkit-box-shadow: 3px 2px 9px 0px rgba(119, 119, 119, 0.81);
}

.volunteer-button:hover
{
background-color:#FFFFCC;
}

.scholarsBubble {

background-repeat: no-repeat;
background-position: 50%;
margin-left:auto;
margin-right:auto;
margin-top:5px;
margin-bottom: 8px;
border-radius: 50%;
border: 2px solid #ccc;
width: 80px;
height: 70px;
}

#outterbox
{
background-color: #999999;
width: 580px;	
height: 287px;
clear: both;
}

#arrowbox, #innerbox
{
	width: 580px;	
}

#arrowbox
{
	background: url("/ENF/images/arrow.png") no-repeat scroll 0 0 transparent;
	left: 3px;
}

#hoverbox ul li a
{
	width: 122px;
	font-size: 12px;
	text-align:center;
}

/*
#footer
{
    border-top: 2px solid #536722;
}
*/

#enfaddress
{
	clear: both;	
	display: block;
	text-align: center;
	margin: 0 auto;
	color: #fff;
}

#enfaddress a
{
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
	background: 0 none;
}

#lodgeLocator
{
	display: block;	
}

.registerForm label
{
	color: #000;	
}

.registerForm h2
{
	background: #000000;
	color: white;
	font-size: 18px !important;
	padding: 5px !important;
}

.registerForm input[type="button"], .registerForm input[type="submit"] 
{
	min-width: 150px;
	width: 80%;
	max-width: 80%;
	padding:15px;
	margin:5px;
	font-size:110%;
	border-radius:3px;
	letter-spacing: -1px;
}

.registerForm input[type="button"]:hover, .registerForm input[type="submit"]:hover 
{

	background-color:#933a57!important;
	cursor:pointer;
}

hover {-webkit-filter: brightness(150%); }

.registerForm input[readonly] {
	background: silver;
	color: black;
}

.cobalt
{
	background-color: #336699 !important;
}

.cobalt:hover
{
    border: 1px solid #336699 !important;
	background-color: #333 !important;
}

.ENFside
{
	/* border-top: 38px solid #C1B9A4; */
	padding:25px 5px 10px 5px;
}

.ENFside img.share
{
	/* float:left; */
	padding:0px 10px 0px 0;
	border: 0 none;  
}

.ENFside p.copy
{
	height: 32px;
	font-size: 13px;
	line-height: 32px;
	padding:5px 0 0 0;
}

#topmenu a
{
	background: 0 none;
	font-weight: bold;
}

#topmenu li a.login, #topmenu div input[type="submit"] {
    background-color: #772f45 !important;
}

#leftmenu li a.login 
{
	background-color: #772f45 !important;
}

#topmenu div a {
    color: #772f45;
}

#topmenu div input[type="text"], #topmenu div input[type="password"] 
{
    border: 1px solid #772f45;
}
 
#navbar {
    background: url("/enf/images/navbg.gif") repeat-x scroll 0 0 #772f45;
}

#topnav li a {
    background: url("/enf/images/navbg.gif") repeat;
}

/*
#searchwrapper {
    background: url("/scholars/images/searchping.png") no-repeat scroll 0 0 transparent;
}
*/

#content
{
	color: #3B3114;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
}

.breadcrumbs
{
	height: 20px;
	margin-top:-15px;
	margin-bottom:15px;
}

.breadcrumbs a
{
	color: #772f45 !important;
}

#leftwrap
{
	position: relative;
	background: url('/enf/images/wraponebg.gif');
}


#bothwrap
{
	position: relative;
	background: url('/enf/images/bwrap-white.png');
}


/*

#leftcontent li
{
	font-size: 14px !important;	
}

#leftcontent li a
{
	background: #772f45;
}

#leftcontent li a:hover
{
	background: #a63f5f;
	color: #fff;
}

#leftcontent li a.activeMenu
{
	background: #a63f5f;
	color: #fff;
}

#leftcontent li div li a
{
	color: #f1f1f1;
	font-weight: bold;
	background: #c1b9a4;
	line-height: 16px;
}

#leftcontent li div li:hover a:hover
{
	color: #772f45;
	background: #c1b9a4;
}

#leftcontent li div li a.activeSub
{
	color: #772f45;
	background: #c1b9a4;
}

.breadcrumbs a {
	color: #772f45;
	font-weight: bold;
}

*/

#innercontent
{
	position: relative;
	line-height:1.65;
	padding-bottom:30px;
}

#func
{
	/* position: absolute; */
	font-size: 40%;
	border: 0 none;
	max-width:50%;
	right: 10px;
	/* top: 8px; */
	padding: 0;
	float:right; /*newly added */
	margin: -5px 3px 5px 3px;/* newly added */
}

#func a:link {
	float: right;
	color: #acbb80;
	text-decoration: none;
}
#func a:visited {
	float: right;
	color: #acbb80;
	text-decoration: none;
}

.newsbloc img
{
	padding: 10px;
}

/******************* SCHOLARS NAV MENU *******************?
/* Navigational menus */

#scholarsnav 
{
	position:relative;
	float: left;
	margin:0;
	padding:0;
	height: 30px;
}

#scholarsnav li
{
	float: left;
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#scholarsnav li a 
{
	display: block;
	outline: none;
	margin: 0;
    padding: 0;
	text-decoration: none;
	text-align: left;
	font: bold 12px Verdana, Geneva, sans-serif;
	color: #fff;
} 

#scholarsnav div
{	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	z-index: 30;
}

#scholarsnav div a
{	
	position: relative;
	display: block;
	outline: none;
	margin: 0;
	padding: 9px 10px 9px;
	width: 230px;
	white-space: nowrap;
	text-decoration: none;
	background: #C1B9A4;
	filter:alpha(opacity=98);
	-moz-opacity:0.98;
	opacity:0.98;
}

#scholarsnav div a:hover
{	
	background:#fb9d38;
}




/*	Dropdown menus	*/
#nav_container {
	width:100%;
	margin:0 auto;
	padding:0 5px 0 5px;
}





/****************** ORIGINAL STYLES ********************/

.OnlineGivingButton 
{
	background: #613446;
	color: #ffffff !important;
	display: block;
	width: 500px;
	height: 28px;
	font-weight: bold; 
	padding: 8px 0 0 0;
	margin: 15px auto;
	text-align: center;
}

.OnlineGivingButton:hover 
{
	background: #884962 !important;
	color: #f1f1f1 !important;
	text-decoration: underline;
}

a {
	color: #613446;
}

/*
a[href] {
	color: #772f45;	
	text-decoration: none;	
}
*/

a[href]:hover {
	color: #613446;
	text-decoration: underline;
}

a[href]:link {
	text-decoration: none;
/*	font-weight: bold;*/
}
a[href]:visited {
	text-decoration: none;
}
a[href]:hover {
	text-decoration: none;
	color: none;
/*	background: #feecbe*/
}

.copy_nav:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #772f45; 
	text-decoration: underline !important;
}

.copy_nav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #772f45 !important;
	text-decoration: underline !important; 
/*	background: #feecbe;*/
}

.copy_nav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A96C7F;
	text-decoration: underline !important; 
}

.MenuPage_nav:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #772f45;
	text-decoration: underline; 
}

.MenuPage_nav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #772f45; 
	text-decoration: underline; 
	background: #feecbe
}

.MenuPage_nav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #772f45;
	text-decoration: underline; 
}

MenuPage_nav:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #772f45;
	text-decoration: underline; 
}

.body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #3b3114;
	font-weight:normal;
	background-color: #ffffff;
}

td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #3b3114;
	font-weight:normal;
	line-height: 16px;
}

input {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
}

select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
}
.reports {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #3b3114;
	font-weight:normal;
	line-height: 16px;
}
.theList {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #3b3114;
	font-weight:normal;
	line-height: 20px;
}
.FormWhite {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight:bold;
	line-height: 18px;
	}

.formSectionHeader {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px; 
	background: #C1B9A4; 
	color: #613446;		
}

.formPulse {
	background: #774558;
}
	
.bodyPurple {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #613446;
	font-weight:normal;
	line-height: 16px;
}
.footerReg{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #eee;
}

.footerRegReport{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000;
}

.footerReg a
{
	color: #fff;
	text-decoration: underline;
}

.footerReg a:hover
{
	background-color:transparent;
}

.footerBold{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}

.header, .Header {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 25px;
	color: #613446;
	background: 0 none !important;
	font-weight: bold;
	line-height: 150%;
	margin-top: 20px 0 8px;
}

.header2, .Header2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #613446;
	background: 0 none !important;
	font-weight: bold;
	line-height: 125%;
}

.header3, .Header3 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #613446;
	background: 0 none !important;
	font-weight: bold;
	line-height: 125%;
}

.list {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #80A5D2;
}
.copyright {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #A9BFDE;
	font-weight: bold;
}
.brand {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #A9BFDE;
	font-weight: bold;
}
.insightsHead {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #80A5D2;
	font-weight: normal;
	line-height: 15px;
}
.insightsBody {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #80A5D2;
	font-weight: normal;
	line-height: 13px;
}
.body_white {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:normal;
	line-height: 16px;
}
.bodyBold {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #613446;
	font-weight: bold;
	line-height: 16px;
}

.ftmBody {
	background-color: #ffffff;	
}	

.ftmHomePageHeadline {
	color: #772f45 !important;
	font-size: 16px;	
	font-weight: bold;
}




/* JG 9/28/10 Added some styles for changes to ENF homepage */


#enfhomestories
{
	clear: both;
	margin: 0;
	padding-top: 10px;
}

#enfhomestories ul
{
	padding: 0;
	display: inline;
	border: none;
	list-style-type: none;
}

#enfhomestories li
{
	padding: 10px 10px 0px 0px;
	min-height:500px;
	float: left;
	list-style-type:none!important;
	line-height:1.55;
	width: 46%;
	border: none;
	vertical-align: top;
	display: inline;
	margin:9px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.43);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.43);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.43);
}
@media (min-width: 1px) and (max-width: 497px) {
#enfhomestories li{width:100%;}
}


#enfHomeStoryText { 
margin-left:5%;
margin-bottom:5%;
margin-right:5%;
}

#enfhomestories li > img
{
   display: block;
   margin: auto auto;
   padding-bottom:7px;
}

#enfhomestories li.last
{
	width: 250px;
	margin: 0px;
}

#rotate
{
	font: 24px normal Verdana, Helvetica, Arial, sans-serif;
	background-color: #feecbe;
	margin-top: 1px;
	margin-left: 2px;
	width: 580px;
	height: 280px;
	overflow: hidden;
}

#theimage
{
	width: 580px;
	height: 237px;
}

.hiddenPic
{
	display: none; /* Preload images without displaying them */
}

#storybox
{
	float: left;
	margin: 0;
	padding-left: 5px;
	padding-top: 5px;
	width: 430px;
}

#storybox a
{
	color: #772f45;
	font-weight: bold;
	text-decoration: none;
}

#switchbar ul
{
	float: right;
	margin: 0;
	padding: 5px 3px 5px 3px;
	display: inline;
}

#switchbar li
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	display: inline;
}

#switchbar li a
{
	border: 1px solid #000;
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 3px 3px 3px 3px;
	outline: none;
	width: 20px;
	height: 20px;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

#switchbar li a.active
{
	color: #fff !important;
	background-color: #333 !important;
}

#switchbar li a.inactive
{
	color: #000 !important;
	background-color: #fff !important;
}


.ReportLabel {
	background-color:#ACBB80;
}

.DataBackground {
	background-color:#FEECBE;
}

.SmallText {
	font-size:  11px;
	font-weight: bold;
}

.CallOutTable 
{
background-color: #FEECBE; 
-webkit-box-shadow: 6px 6px 5px 0px rgba(201,201,201,1);
-moz-box-shadow: 6px 6px 5px 0px rgba(201,201,201,1);
box-shadow: 6px 6px 5px 0px rgba(201,201,201,1);
margin: 10px;
padding:8px;
}

.CallOutTable img
{
padding:7px;
border:0px;
}

.CallOutTable p
{
padding:0px 10px 0px 10px;
}

.PurpleFormLink:link {
	color:#ffffff;
	background: transparent;
	text-decoration: underline;
}

.PurpleFormLink:link {
	color:#ffffff;
	background: transparent;
	text-decoration: underline;
}

.PurpleFormLink:visited {
	color:#ffffff;
	background: transparent;
	text-decoration: underline;
}

.ErrorMessage {
	background-color: #FEECBE; 
	color:  #ff0000;
	font-weight: bold;
}

.ENFBackground {
	background-color: #E5E0D2;
}

.PDFButton {
	font-size:11px; 
	font-weight: bold; 
	background-color: #E5E0D2; 
	color: #772f45;
}

ul#inlineList {
	width:500px;
	margin:0 auto;
	font-size:.8em;
	text-align:center;

}

ul#inlineList li {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:5px;
	display:inline;

}

ul#inlinelist a { 
	color: #772f45;
	font-weight: bold;
}

.totalRow {
	background: #ffffff;
	font-weight: bold;
	border-top: solid 1px #000000;
}

.controlPanel form {
	background: #e1e1e1;
	padding: 5px;
}

.controlPanel form label {
	float:left;
	font-weight: bold;
	width: 200px ;

}

.controlPanel form input[readonly]  {
 	 background: #eeeeee; 
	 color: #666666; 
	 font-weight: bold;
}

.controlPanel form fieldset {
	border: none;
}	 

.controlPanel table th {
	background: black;
	color: white;
}	 

.controlPanel .message {
	font-weight: bold;
	background: yellow;
}

.controlPanel a {
	color: black;
	text-decoration: underline !important;

}


#quotewrapper 
{
background: #e9e9e9;
padding:10px;
border-left: 10px solid #ccc;
}
#blockquote {
color:#323232;
text-shadow: 0px 1px 0px #ebebeb;
margin-left:0;
font-family: Georgia, serif;
font-size:125%;
font-style:italic;
}

.back-to-cip-central{margin-bottom:20px;font-weight:normal!important;margin-top:-10px;margin-left:50px;letter-spacing:-0.5px;background-color:#772f45;color:white!important;border-radius:5px;font-size:115%;display:inline-block;font-weight:normal;padding:14px;float:right;}
.back-to-cip-central:hover{background-color:#9c445f!important;}


body 
{
/*
    background: url('/scholars/images/background-alternate.jpg') repeat-x scroll 0 0 #772f45;
	
*/
}


#leftwrap {

}

#leftcolumn {
    background-color: #ebe6da;
}

#header{
	background:url('/scholars/images/header-draft-3.jpg');
}
#topwrap{
background:url('/scholars/images/liberry4.jpg') repeat;
}


#topwrap{}

#topnav li a {font-family:Arial, arial;background:transparent!important;background-color:white;color:white;letter-spacing:-0.1px;}

#topnav li a:hover {}


@media screen and (max-width: 600px) { 
	.breadcrumbs{
		display:none!important;
	}
}

/* updated styles for left menu 2019 */

#elksLeftMenu ul ul li.activeCategory>a {
background:#e4e4e4;
}



/*#leftcontent{padding-top:0;}
	#leftcontent li{border:none;}
	#leftcontent ul{background-color:#ebe6da;}*/
	#elksLeftMenu li a {
	background:none;
	width:auto;
	height:auto;
	font-weight:normal;
	}
.subwrap{display:none;}
	#mobilemenu li a:hover{background:none;}
	#elksLeftMenu ul ul li a:hover{color:black;}
	#elksLeftMenu ul li h3 a:hover{background:#9c445f;}	
    #elksLeftMenu a:hover{cursor:pointer;}
	#elksLeftMenu i.fa.fa-sign-in{
	color: #772f45;
    font-size: 110%;
    margin-left: 3px;
	}
	#elksLeftMenu li{border:none;}
	#elksLeftMenu li a{
	width:auto!important;
	height:auto!important;
	font-weight:normal;
	}
	#elksLeftMenu ul{
	background-color:#fff;
	}
	
	#elksLeftMenu {
		font-family:'Arial',sans-serif;
		min-height:200px;
		padding-top:1px;
		width: 100%;
	}
	#elksLeftMenu * {
		margin:0;
	}
	#elksLeftMenu h3 {
		background: #772f45;
		border-bottom:1px solid #692a3d;
	}
	
	#elksLeftMenu ul ul li a,
	#elksLeftMenu h4 {
		color: #772f45;
	} 

	.photoID {
		margin:  12px; 
		padding:  10px; 
		border-left: solid 1px #c0c0c0; 
		border-top: solid 1px #c0c0c0; 
		border-right: solid 2px #c0c0c0; 
		border-bottom: solid 2px #c0c0c0;
	}

	.section-header {
		background-color: #874156;
	}	

/*Service Trips*/

    #serviceTripsTopHeader
    {
        float: left;
        padding-bottom: 15px;
        border-bottom: 1px solid #f1f1f1;
    }

    #servideTripsIntroText
    {
        float: left;
        width: 70%;
    }

    #serviceTripsSearchOptions 
    {
    margin-top: 10px;
    box-sizing: border-box;
    ms-box-sizing: border-box;
    webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    padding: 15px;
    float: right;
    width: 25%;
    background-color: #f1f1f1;
    display: block;
    min-height: 50px;
    }

    .serviceTripContainer {
    float: left;
    box-shadow: 2px 2px 4px #cccccc;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 30px;
    position: relative;
    font-family: 'Source Sans Pro';
    }

    .serviceTripContainer .serviceTripSeason {
    letter-spacing: -0.3px;
    margin-top: -15px;
    margin-left: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 130px;
    text-align: center;
    padding-top: 5px;
    height: 30px;
    border: 1px solid #d3d3d3;
    background-color: #772f45;
    font-size: 120%;
    color: white;
    }

    .serviceTripContainer .serviceTripInner {
    display: block;
    max-width: 80%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 22%;
    transform: translateY(-33%);
    }

    .tripDates {
    width: 40%;
    letter-spacing: -1px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    padding: 5px;
    font-size: 110%;
    color: white;
    font-weight: normal;
    border: 1px solid #f1f1f1;
    text-shadow: -1px 0px 40px rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, 0.2);
    }

