/* CSS RESET */
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, fieldset, 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; ERIC*/font-size: 100%;font: inherit;vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}

/*------------------------- RESET FIX START ----------------------------------*/

h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
h1,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
}

em {
	/*bringing italics back to the em element*/
	font-style:italic;
}

th,td {
	/*borders and padding to make the table readable*/
	padding:4px;
	vertical-align:top;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}

/*--------------------- RESET FIX END --------------------------------------*/


/* WEBSITE STYLES */

html,body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#989080;
	font-size:12px;
	height:100%;
	color:#333;
	background-image:url(../images/site-bg.jpg);
	background-repeat:repeat-x;
}

.drop_shadow {
	background-image:url(../images/container-bg.png);
	background-repeat:repeat-y;

	margin-left: auto;
	margin-right: auto;
	width: 920px;

}

.bottom_shadow {
	background-image:url(../images/container-bg-bottom.png);
	background-repeat:no-repeat;

	margin-left: auto;
	margin-right: auto;
	width: 920px;

	/* spacing between containers */
	margin-bottom:5px;
}

/* Header Area Styles
-----------------------------------------*/

.top_blue {
	background-color:#104c92;
	width:886px;
	margin:0 auto;
	padding:5px 10px;
	text-align:right;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
}

.top_blue a, .top_blue a:visited {
	color:#fff;
	text-decoration:none;
}

.link_spacing a, .link_spacing span {
	padding:0 8px;
}

.link_spacing div {
	margin-top:8px;
}

.header_content {
	text-align:right;
}

.header_icons img {
	vertical-align:middle;
	padding-left:8px;
	
	border:0;
}

.header_icons a {
	display:block;
	float:right;
}

#donate {
	margin-right:-28px;
	height:42px;

	/*width:107px;
	background-image:url(/images/button-donate.png);*/

	width:196px;
	background-image:url(/images/button-jas.png);
}

#donate:hover, #donate.active_section {
	background-position:0 42px;
}

.language_pages {
	margin:10px 0 30px 0;
}

.language_pages a {
	color:#666;
	font-size:10px;
	text-decoration:none;
}

.language_pages a:hover {
	color:#104c92;
}

.social-icons {
    position: relative;
    top: 10px;
    right: 5px;
    
}

.social-icons a {
    padding: 0 5px;
}

.fas .fa-square:hover {
    color: red;
}

/* Drop Down Menu
-----------------------------------------*/

.top_navigation {
	float:right;
	position: relative;
	z-index: 597;

	font-weight:bold;

	margin-bottom:-18px;
}

.top_navigation li {
	float:left;
	background-image:url(../images/top-navigation-left-border.gif);
	background-repeat:no-repeat;
	text-align:left;
	zoom:1;
}

.top_navigation li.hover, .top_navigation li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

.top_navigation li a {
	display:block;
	padding:0 10px 20px 10px;
	line-height:135%;
	text-decoration:none;
	color:#555;
}

/* end first level */

.top_navigation ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width:110px;

	background-image:url(../images/drop-bg-90p.png);
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, .2);
	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, .2);

	padding-bottom:20px;

}

.top_navigation ul li {
	float: none;
	background-image:none;
}

.top_navigation ul li a {
	padding:10px 5px;
	border-bottom:1px dotted #999;
	/*margin:0 10px;*/
	margin:0 5px;
	color:#333;
}

.top_navigation ul li a:hover, .active_section {
	color:#104c92 !important;
}

.top_navigation li.large_drop ul {
	width:150px;
}

/* end second level */

.top_navigation ul ul {
	top:0;
	left: 100%;

	font-size:10px;
	background-image:url(../images/drop-bg-70p.png);
}

.top_navigation li:hover > ul { visibility: visible }


.abf {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#444;
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
}

.tn_100 {
	width:90px;
}

.tn_140 {
	width:130px;
}

.top_navigation li a:hover, .top_navigation li a.navOn {
	color:#104c92;
}

.top_navigation .left_nav_section {
	display:none;
}

/* Left Navigation Menu
-----------------------------------------*/

.left_navigation_container {
	border-top:1px solid #996f31;
}

.left_navigation_container ul li a {
	display:block;
	border-bottom:1px solid #996f31;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#333;
}

.left_navigation_container ul li a:hover {
	text-decoration:underline;
}

.left_nav_section li a {
	padding:10px !important;
}

.left_navigation_container ul li a {
	padding:10px 10px 10px 30px;
}

.left_navigation_container ul ul li a {
	padding:10px 10px 10px 45px;
	text-transform:none;
}

.left_nav_section {
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
}

.left_nav_on {
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	color:#603913 !important;
}

.left_nav_sub_on {
	color:#104c92 !important;
	font-weight:bold !important;

}

.subnav_item a.left_nav_sub_on {
	background-image:url(../images/left-nav-sub-sub.gif);
	background-repeat:no-repeat;
	/*background-position:20px 8px;*/
	background-position:18px 6px;
}

/* Content Body - Reusable Styles
-----------------------------------------*/

.body_content {
	/*font-family: "Lucida Bright", Georgia, serif;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	line-height:150%;
}

.body_content a {
	color:#104c92;
}

.body_content p {
	margin-bottom:10px;
}

.body_content h1, .page_title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:24px;
	color:#8c6239;

	font-weight:normal;
}

.body_content h1 {
	margin:.5em 0 1em 0;
}

.page_title {
	margin:0 0 1em 0 !important;
}

.body_copy {

}

.body_copy ul {
	margin:10px 0 10px 10px;
	list-style-type:disc;
}

.body_copy ul li {
	margin-left:15px;
}

.body_copy ol {
		list-style-type: decimal;
		margin: 10px 0 10px 25px;
} 


.social_widgets {
	text-align:right;
	padding:10px 0 0 0;
}

.full_width_906 {
	margin:0 auto;
	width:906px;
}

.landing_image_container {
	margin-bottom:25px;
}

.landing_image_container, .content_image_container {
	background-image:url(../images/bottom-border.png);
	background-repeat:repeat-y;
	padding-bottom:10px;
}

.landing_image_container img, /*.content_image_container img,*/ .il_photo img, .responsive_img img {
	width:100%;
	height:auto;
	overflow:hidden;
}

.important_global {
	margin: 5px auto;
	width: 886px;
	display:none;
}

.content_image_container {
	margin-bottom:25px;
}

.il_photo img {
	margin-bottom:15px;
}

.il_items {
	padding-top:10px;
	margin-bottom:10px;
	border-top:2px dotted #999;
	font-size:13px;
}

.il_items img {
	width:104px;
	height:104px;
	overflow:hidden;
	padding:5px;
	margin:8px 0 0 8px;
}

.il_item_image {
	background-image:url(../images/item-image-bg.png);
	background-repeat:no-repeat;
}

.il_item_content a {
	color:#104c92;
	font-weight:bold;
	font-style:italic;
}

.il_item_content p {
	display:inline;
}

/* Footer
-----------------------------------------*/

.footer {
	font-size:9px;
	text-transform:uppercase;
	text-align:right;
}

.footer a {
	text-decoration:none;
	color:#333;
}

.footer a:hover {
	text-decoration:underline;
}

.photo-credit{
	float:left;
	width:150px;
	line-height:18px;
	font-style:italic;
}



/* Home Page
------------------------------------------*/

.home_news {
	width:302px;
	float:left;
	position:relative;
}

.news_overlay {
	position:absolute;
	top:10px;
	right:10px;
	text-align:right;
	width:225px;
}

.overlay_title {
	text-transform:uppercase;
	font-weight:bold;
	color:#044b8d;
	display:block;
	margin-bottom:5px;
}

.overlay_title a {
	text-decoration:none;
	color:#044b8d;
}

.overlay_content {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:10px;
	width:110px;
	margin-left:115px;
	text-align:left;
	height:40px;
	line-height:120%;
}

.overlay_learn {
	position:absolute;
	bottom:5px;
	right:10px;

	width:65px;
	height:23px;

	background-image:url(../images/learn-more.png);
}

.overlay_learn:hover {
	background-image:url(../images/learn-more-over.png);
	cursor:pointer;
}

.overlay_learn a {
	display:block;
	width:65px;
	height:23px;
}

/* -------------- Press ROOM --------------- */

.press_releases {
	border-collapse:collapse;
	display:none;
}
.press_releases th, .press_releases td {
	border:1px solid #ccc;
}
.pr_year {
	list-style-type:none;
	margin:10px 0;
	padding:0;
}
.pr_year li {
	display:inline;
	border-right:1px solid #999;
	padding-right:5px;
	margin-right:5px;
}
.pr_year_current {
	font-weight:bold;
	text-decoration:none;
	cursor:default;
}


/* -------------- site properties --------------- */

#sp_section{display:none;}
#sp_pagetitle{} /*this is the page title - do not touch*/

/* -------------- bread crumb --------------- */

#bc {
font-size:11px;
padding-top:5px;
}

.jCrumb {
list-style: none;
margin: 0 0 0 5px;
padding: 0;
display:inline;
line-height:16px;
}

.jCrumb li {
display:inline;
padding:0 5px 0 0;
font-weight:normal;
color:#aaa;
}

.jCrumb li a {
margin-right:5px;
font-weight:normal;
color:#aaa;
}

/* Image Grayscale
------------------------------------------*/

img.grayscale, .home_news > img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

img.grayscale:hover, .home_news img.color {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}


/* Membership Levels
------------------------------------------*/

hr{
	border-width: 4px 0 0 0;
	border-top: double #ddd;
}

.membership-categories h2{
	font-size: 24px;
	margin: 15px 0;
}

html ul.membership-levels{
	margin: 0;
}

html ul.membership-levels > li{
	border-top: 1px solid #cecece;
	padding: 0 0 15px 0;
	list-style: none;
	margin: 0;
	overflow: auto;
}

html ul.membership-levels > li .membership-details{
	display: none;
	border
}

html ul.membership-levels > li .content{
	width: 300px;
	float: left;
}

html ul.membership-levels > li .content > p{
	margin-left: 15px;
}

html ul.membership-levels > li .buttons{
	width: 330px;
	float: left;
	font-size: 12px;
	padding: 5px 0 0 20px;
}

html ul.membership-levels > li .buttons > h3{
	margin-bottom: 5px;
}

html ul.membership-levels > li .buttons > span{
	display: block;
	font-weight: bold;
}

html ul.membership-levels > li .buttons > a{
	background: url(../images/button-bg.png) no-repeat #8c6e50 center center;
	border: 2px solid transparent;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 15px 5px 0;
	min-width: 100px;
	padding: 5px 15px;
	line-height: 18px;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

html ul.membership-levels > li .buttons > a:hover{
	background-color: #735a42;
}



html ul.membership-levels > li .buttons > a:nth-of-type(2){
	margin-right: 0;
}

html ul.membership-levels > li .buttons > a span{
	display: block;
	font-size: 11px;
	font-weight: normal;
}

html ul.membership-levels > li > span a{
	padding-left: 15px;
}

html ul.membership-levels > li > span a{
	background: url(../images/detail-arrow-close.jpg) no-repeat 0 6px;
}


html ul.membership-levels > li > span.collapse a{
	background: url(../images/detail-arrow-open.jpg) no-repeat 0 6px;
}

/* Buttons */

a.btn{
	border: 2px solid transparent;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	margin: 0 10px;
	padding: 8px 20px;
	line-height: 1;
	overflow: hidden;
	text-decoration: none;
	-webkit-transition:all 0.3s;
	transition: all 0.3s;
}

/* Button Sizes */

.btn-small{
	font-size: 12px;
}

.btn-medium{
	font-size: 16px;
}

.btn-large{
	font-size: 24px;
}

/*Button Colors */
.btn-blue{
	background:#104c92;
}

.btn-blue:hover{
	color: #038bc5;
	background:#fff;
	border: 2px solid #038bc5;
}

.btn-green{
	background:#6cb64a;
}

.btn-green:hover{
	color: #6cb64a;
	background:#fff;
	border: 2px solid #6cb64a;
}

.btn-grey{
	background:#999;
}

.btn-grey:hover{
	color: #999;
	background:#fff;
	border: 2px solid #999;
}


/*END Buttons */
