/*
	Master Stylesheet for screen media
	All code on this site unless otherwise mentioned is covered by this Creative Commons License:
	
		Attribution-ShareAlike License
		http://creativecommons.org/licenses/by-sa/2.0/
	
	Author: Ken Loomis, Creative Arc, Inc. (creativearc.com)
*/

body {
	font-size: 62.5%;
	/* in em's 62.5% is equivalent to 16px or Text Size > Medium in browsers */
	/* Therefore, 1em is 10px, 0.8em is 8px, 1.2 em is 12px, 1.6em is 16px.  */
	text-align: center;
	color: #444;
	background: #fff url(/images/background-body.jpg) repeat-x top left;
	background: rgb(166,197,219);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(166,197,219,1) 77%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(166,197,219,1) 77%);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(166,197,219,1) 77%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#a6c5db",GradientType=1);
	background-repeat: no-repeat;
	background-size: 100% 450px;
	background-position-y: 60px;
	}

img {height: auto !important; max-width: 100%; display: block;}

body#wygwam,
body.cke_panel_frame {
    text-align: left;
    padding: 15px;
    background-color: #ffffff;
    background-image: none;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    line-height:1.3;
    min-width: auto;
    }

body#home li.home a,
body#events li.annual-meeting a,
body#reg-form li.annual-meeting a,
body#chapter-information li.chapter-information a,
body#community-outreach li.community-outreach a,
body#donations li.donations a,
body#programs-institutions li.programs-institutions a {
	color: #7c9027;
	}
	
* {
	margin: 0;
	padding: 0;
	}
	
/* General Styles
----------------------------------------------------------------------------- */

h2 {
	text-align: left;
    font-size: 26px;
    line-height: 1.2;
    font-weight: normal;
    margin: 0 0 20px 0;
	}
h1,h2,h3,h4{
    font-family: Helvetica, Arial, sans-serif;
}

div#header h1 {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 147px;
	height: 40px;
	margin: 10px 0 0 40px;
	background: url(/images/header-logo.jpg) no-repeat;
	background-position: bottom;
	background-size: 100%;
}
	
div#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	text-decoration: none;
	color: transparent;
	}

div#header p.global {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fbfcfe;
	text-transform: uppercase;
	font: 1.1em/100% Helvetica, Arial, sans-serif;
	}
	
div#header p.global a {
	color: #fbfcfe;
	text-decoration: none;
	padding: 0 10px;
	}
	
div#header p.global a:hover {
	text-decoration: underline;	
	}
div#header-image-search {
	padding-top: 25px;
	margin-bottom: 25px;
	}
div#content ul {
	margin-left: 25px;
	}
	
div#content li {
	font: normal 1.1em/200% Helvetica, Arial, sans-serif;
	text-align: left;
}

div#content p {
	font: normal 1.2em/100% Helvetica, Arial, sans-serif;
	line-height:1.3;
	display:block;
	margin: 0 0 15px 10px;
}

table.interior {
	margin-bottom:30px;
	}

table.interior td {
	text-align:left;
	font: normal 1.4em/100% Helvetica, Arial, sans-serif;
	line-height:1.4;
	width:240px;
	}

p {
	font: normal 1.1em/200% Helvetica, Arial, sans-serif;
	text-align: left;
}

div#content blockquote {
	padding: 0 0 0.5em 0;
	margin: 0 0 2.5em 0;
	background: #ddd none;
	}

h4 {
	text-align: left;
	margin-bottom: .25em;
	font: 1.6em/125% "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
	padding-left: 10px;
	}
	
h4 a {
	color: #185470;
	}

/* Structure + Layout
----------------------------------------------------------------------------- */

div#wrapper {
	text-align: center;
	margin: 0 auto;
	}

div#header {
	margin: 0 auto;
	position: relative;
	background:  #10506b;
	height:60px;
	margin-bottom: 27px;
	}
div#header .constrained-content{
	max-width:993px;
	position: relative;
	height: 100%;
	margin: 0 auto;
}
div#header em {
		font-style:normal;
		margin:0 7px;
		}

div#container {
	min-height: 450px;
	max-width: 923px;
	width: calc(95% - 42px);
	position: relative;
	background: #fff;
	background-size: 100%;
	background-position: left -25px;
	margin: 0 auto;
	padding: 0 21px;
	}
div#container .top-shadow{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 400px;
	z-index: -1;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.46);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.46);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.46);
}
body#home div#content {
	max-width: 921px;
	width: 100%;
	background-color:#fff;
	float: none;
}
div#content {
	width: 100%;
	}


	div#content h3, div#content-center h3 {
		text-align: left;
/*		font: normal 2.4em/100% Helvetica, Arial, sans-serif;
*/        font-size: 16px;
        font-weight: normal;
        line-height: 1;
		/* width: 900px; */
		padding: 10px 0;
		}
	
	div#content p {
/* 
	text-align: left;
	width: 600px;
	border: 1px solid red;
*/	
	}
		
div#section-1 {
	margin: 11px 0 0 7px;
	}

div#section-2 {
	font-family:Helvetica, Arial, sans-serif;
	margin: auto;
	display: inline-block;
	}

div#search-header {
	height:20px;
	width:200px;
	background: url(/images/background-search-header.jpg) repeat-x;
	color:#fff;
	font: normal 1.2em/100% Helvetica, Arial, sans-serif;
	text-align:left;
	padding-left:20px;
	padding-top:6px;
	}

div#search-content {
	height:88px;
	width:200px;
	background-color:#ECF4F8;
	text-align:left;
	padding:10px;
	font: normal 1.2em/100% Helvetica, Arial, sans-serif;
	}

	div#search-content input {
		width:185px;
		}


div#section-3 {
	margin: 20px 0 0 0;
	text-align:left;
	width: 100%;
	}

	div#section-3 h3 {
		font: normal 2.4em/120% Helvetica, Arial, sans-serif;
		text-decoration:none;
	}

	div#section-3 p {
		font: normal 1.2em/100% Helvetica, Arial, sans-serif;
		display:block;
		line-height:1.2em;
		margin: 0 0 15px 0;
	}

div#section-4 {
	margin: 20px 0 0;
	padding: 20px 0;
	text-align:left;
	width: 100%;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #c4ced7), to(transparent));
	background-image: -webkit-linear-gradient(180deg, transparent, #c4ced7, transparent), -webkit-linear-gradient(180deg, transparent, #c4ced7, transparent);
	background-image: -moz-linear-gradient(180deg, transparent, #c4ced7, transparent), -moz-linear-gradient(180deg, transparent, #c4ced7, transparent);
	background-image: -o-linear-gradient(180deg, transparent, #c4ced7, transparent), -o-linear-gradient(180deg, transparent, #c4ced7, transparent);
	background-image: linear-gradient(90deg, transparent, #c4ced7, transparent), linear-gradient(90deg, transparent, #c4ced7, transparent);
	-moz-background-size: 100% 2px;
	background-size: 100% 2px;
	background-position: 0 100%, 0 0;
	background-repeat: no-repeat;
	}

	div#section-4 h3 {
		font: normal 2.4em/100% Helvetica, Arial, sans-serif;
	}

	div#section-4 a {
		text-decoration:underline;
	}

	.indexNews h5 {
		font: normal 1.3em/100% Helvetica, Arial, sans-serif;
		padding: 10px 10px 10px 10px;
		background-color: #ecf4f8;
		}
	
	div#section-4 p {
		font: normal 1.2em/100% Helvetica, Arial, sans-serif !important;
		line-height:1.5em;
	}
	.indexNews {
		background-color:#ECF4F8;
		padding:10px 10px 10px 10px;
		margin: 0px;
		border-bottom:1px solid #CBDDEC;
	}

div#section-5 {
	margin: 20px 0 0 0;
	text-align:left;
	width:225px;
	}

	div#section-5 h3 {
		font: normal 2.4em/100% Helvetica, Arial, sans-serif;
		margin-left: 0; padding-left: 0;
	}

	div#section-5 p {
		font: normal 1.2em/100% Helvetica, Arial, sans-serif;
		line-height:1.3;
		display:block;
		margin-left: 0;
		width:220px;
	}
	
	div#section-5 hr {
		color: #d7d7d7;
		background-color: #d7d7d7;
		border: none;
		height: 1px;
		margin: 5px 0 10px 0;
	}

	div#section-5 p span.blue {
	margin-bottom: 5px;
	}
	
div#sidebar-left {
	width: 100%;
	max-width: 500px;
	text-align: left;
	margin-top: 30px;
	font: normal 1.4em/100% Helvetica, Arial, sans-serif;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #c4ced7), to(transparent));
	background-image: -webkit-linear-gradient(180deg, transparent, #c4ced7, transparent), -webkit-linear-gradient(180deg, transparent, #c4ced7, transparent);
	background-image: -moz-linear-gradient(180deg, transparent, #c4ced7, transparent), -moz-linear-gradient(180deg, transparent, #c4ced7, transparent);
	background-image: -o-linear-gradient(180deg, transparent, #c4ced7, transparent), -o-linear-gradient(180deg, transparent, #c4ced7, transparent);
	background-image: linear-gradient(90deg, transparent, #c4ced7, transparent), linear-gradient(90deg, transparent, #c4ced7, transparent);
	-moz-background-size: 100% 2px;
	background-size: 100% 2px;
	background-position: 0 0, 0 0;
	background-repeat: no-repeat;
	padding: 30px 0;
	}

	div#sidebar-left a {
		text-decoration:none;
		}

	div#sidebar-left a:hover {
		text-decoration:underline;
		}

div#content-center {
	padding: 10px 0 0 10px;
	}

	body#reg-form div#content-center,
	body#donations div#content-center {
		width:600px;
		}

div#sidebar-right {
	width:158px;
	margin: 30px auto;
	text-align:center;
	}

footer {
	width: 95%;
	max-width:921px;
	margin: 10px auto 0 auto;
	border-top:2px solid #A9BEC7;
	padding-bottom: 15px;
	}

footer p {
	color: #262626;
	font: 1.1em/165% Arial, sans-serif;
	margin:15px 0 0 0;
	}

footer a {
	color: #262626;
	}
		
/* Common Classes
----------------------------------------------------------------------------- */

a {
	outline: none;
    color: olive;
	}

a img {
	border: none;
	text-decoration: none;
	}
	
.float-left {
	float: left;
	}

.float-right {
	float: right;
	}

.blue {
	color:#113E57;
	}

.red {
	color:#581A13;
	}

.olive {
	color:#849630;
	}
	
.strong {
	font-weight: bold;
	}
	
.hidden {
	display: none;
	}
	
.clear {
	display: block;
	clear: both;
	}

    
.redType{
    color: #d30015;
}  
.greenType{
    color: #009705;
} 
.blueType{
    color: #003897;
} 
.purpleType{
    color: #670096;
}
.floatLeft{
    float: left;
    clear: left;
    margin: 20px 20px 20px 0;
}    
.floatRight{
    float: right;
    clear: right;
    margin: 20px 0 20px 20px;
}
.crossfade-cont {
	max-width: 668px;
	margin:10px auto 0 auto;
	position:relative;
	width: 100%;
}
div#crossfade {
height: 0;
	width: 100%;
	padding-top: 38%;
}
div#crossfade img {
display:none;
left:0;
position:absolute;
top:0;
}


/* Registration form styles
************************************/
body#reg-form { margin: 0px; }
body#reg-form div#content-center a img { border: none; }
body#reg-form div#content-center td { font-family: arial; font-size: small;position: relative;display: block;}
body#reg-form div#content-center p { font-family: arial; font-size: small; }
body#reg-form div#content-center input, textarea, select { font-size: 9pt; margin-bottom:10px; }
body#reg-form div#content-center .steps-table td{display: block;}
body#donations div#content-center td { font-family: arial; font-size: small; margin-bottom:5px; }
body#donations div#content-center p { font-family: arial; font-size: small; }
body#donations div#content-center input, textarea, select { font-size: 9pt; margin-bottom:10px; }
body#donations div#content-center tr { height:20px; }

body#print div#content-center td { font-family: arial; font-size: small; margin-bottom:5px; }
body#print div#content-center p { font-family: arial; font-size: small; }
body#print div#content-center input, textarea, select { font-size: 9pt; margin-bottom:10px; }
body#print div#content-center tr { height:20px; }
#cform .steps-table {border: none;}
#cform .steps-table td {padding: 0;}
.required_field { color: red; width:10px; }
.req_field { color: red;}
.table_1 .req_field { position: absolute;left: 5px;}
.table_1_title { font-weight:bold; padding-left:5px;}
.title2 { font-weight:bold; }
.main_table {margin:0 auto;max-width: 600px;}
body#reg-form div#content-center td select{ max-width: 200px;}

div#sponsors{
    background-color: #eff0f0;
    text-align: center;
    padding: 5px;
    font-size: 10px;
}
div#sponsors p{
    text-align:center;
    margin-bottom: 20px;
}
div#sponsors p img{
    margin: 0 auto;
    border: 0;
}
div#sponsors ul{
	margin-left: 0;
	list-style: none;
}
div#sponsors li{
	list-style: none;
}
div#sponsolrs li h3{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 0;
}

#nav-sub{
    margin: 0;
    padding: 0 10px 0 0;
    list-style-type: none;
}
#nav-sub li{
    list-style-type: none;
    padding: 0;
    margin: 12px 0;
    text-align: left;
    font: normal 13px/17px Helvetica, Arial, sans-serif;
}
#nav-sub li a{
    display: block;
    padding: 0 3px;
    color: #581A13;
}
#nav-sub li ul li{
    font: normal 11px/14px Helvetica, Arial, sans-serif;
    margin: 9px 0;
}
#nav-sub li ul li a{
    color: #9a5b54;
}
#nav-sub li.here>a{
    color: #581A13;
    font-weight: bold;
}
#nav-sub li>ul{
    margin-left: 15px;
}

p.eventslink{
    margin-top: 50px;
    text-align: center;
}
p.eventslink a{
    font-size: 9px;
    color: #581A13;
}
p.eventslink a img {
	margin: auto;
}
#sidebar-left p{
    text-align: center;
}
#content ol{
	margin-left: 2.5em;
	margin-bottom: 1em;
}
/*
.cssButton {
    border: 1px solid #082734;
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #082734;
    line-height: 1.4;
    padding: 5px 15px;
    max-width: 220px;
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: inset 0px 1px 0px 0px #e2ecf5;
    -moz-box-shadow: inset 0px 1px 0px 0px #e2ecf5;
    -webkit-box-shadow: inset 0px 1px 0px 0px #e2ecf5;
    background: -moz-linear-gradient( center top, #e2ecf5 5%, #abc7dd 100% );
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e2ecf5), color-stop(1, #abc7dd) );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2ecf5', endColorstr='#abc7dd');
}
.cssButton:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: #ffffff;
    background: -moz-linear-gradient( center top, #abc7dd 5%, #e2ecf5 100% );
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #abc7dd), color-stop(1, #e2ecf5) );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abc7dd', endColorstr='#e2ecf5');
}
.cssButton:active {
    text-decoration: none;
    background: none;
    background-color: #e2ecf5;
}*/


.cssButton {
    display: inline-block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.6;
    padding: 8px 20px;
    text-decoration: none;
    background-color: #839e00;
    border-radius: 4px;
    text-shadow: 0px 0px 1px rgb(96, 115, 7);
    letter-spacing: 1px;
}
.cssButton:hover,
.cssButton:active {
    cursor: pointer;
    text-decoration: none;
    background-color: #99b900;
}
#registerButton{
    position: absolute;
    top:65px;
    right: 20px;
letter-spacing:normal;
}
.cols-2 .col {
	margin-bottom: 30px;
}
.cols-2 .col img {
	display: unset;
}
h2.small-header {
	font-size: 1.9em;
	font-weight: 600;
}
.results.interior  #mobile-search-cont{
	margin-bottom: 20px;
}

/** JOBS posting form **/

body#employment  div.ff_composer div   label {
text-align: left;
display:block;

}

div.ff_composer { width: 50%;
}
body#employment  div.ff_composer div p {
margin: 0;
}

/** end JOBS posting form **/


/** embedded google drive videos **/
iframe.video{
	width: 580px;
	height: 350px;
	border: 0;
}
@media only screen and (max-width: 1012px) and (min-width: 850px) {
	iframe.video {
		width: 415px;
		height: 260px;
	}
}
@media only screen and (max-width: 675px) and (min-width: 500px) {
	iframe.video {
		width: 415px;
		height: 260px;
	}
}
@media only screen and (max-width: 500px) and (min-width: 390px) {
	iframe.video {
		width: 315px;
		height: 185px;
	}
}
@media only screen and (max-width: 390px) and (min-width: 345px) {
	iframe.video {
		width: 275px;
		height: 155px;
	}
}
@media only screen and (max-width: 345px) {
	iframe.video {
		width: 205px;
		height: 120px;
	}
}