@charset "UTF-8";
/*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, font, 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 {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}


/* MAIN */

body {
	
}

a {
	
	color:#574c2c;
}

b {
	color:#87212f;
}

i {
	font-family: 'IM-fell-italic';
	font-style: normal;
}

body p a {
	text-decoration:underline;
}

a:active {
	text-decoration:underline;
	color:#87212f;
}

a:hover{
	text-decoration:underline;
	color:#87212f;
}

#content{
	position:absolute;
	height:auto;
	margin:auto;
	left:0; 
	right:0;
	top:0px;
	background: rgb(255, 255, 255); 
    background: rgba(255, 255, 255, .85);
	opacity:0;
}

#sub_content{
	
	margin-left:8.5%;	
	margin-right:8.5%;	
	opacity:0.01;
}

h1{
	text-transform:uppercase;
	font-family:"Bebas-Neue-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:36px;
	line-height:36px;
	font-weight:normal;
	color:#574c2c;
	margin-bottom:28px;
}

h2, h3, h4 {
	text-transform:uppercase;
	font-family:"Bebas-Neue-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#87212f;	
	margin-bottom:28px;
}

h2 {
	font-size:24px;
}

h3 {
	font-size:20px;
}

h4 {
	font-size:23px;
	color:#514931;	
}

body, p, ul {
	font-family:"IM-fell-regular", "Times New Roman", serif;	
	font-size:18px;
	color:#574c2c;
	margin-bottom:24px;
	widows: 2;
	orphans: 2;
	line-height:22px;
}

section {
	margin-bottom:64px;
}

li {
	margin-left:22px;
	margin-bottom: 28px;
	line-height:22px;
	
}

input {
	font-family:"IM-fell-regular", "Times New Roman", serif;	
	font-size:18px;
	color:#574c2c;
}

button {
	font-size:20px;
	text-transform:uppercase;
    font-family:"Bebas-Neue-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#87212f;	
	cursor:pointer;
}

.body_italic {
	font-family:"IM-fell-italic", "Times New Roman", serif;	
}

.footnote{
	font-size:14px;
}

.photo-credit{
	margin-top:28px;
	margin-bottom:28px;
	font-family:"IM-fell-italic", "Times New Roman", serif;	
	font-size:12px;
	text-align:center;
}



/* HEADER */
#logo{
    margin: 0 auto;
    text-align: center;
	left:0; 
	right:0;
	margin-bottom:115px;
	opacity:0;
}

#logo >img {
	top:0px;
	width:100%;
	max-width:302px;	
}

/* NAV */
nav{
	margin-top:24px;
	margin-bottom:64px;
	opacity:0;
}

nav ul {
	text-align:center;
    list-style-type: none;
    margin: 0;
    padding: 0;
	opacity:1.0;
	display:block;
}

nav li {
    display: inline;
	margin-left:10px;
	margin-right: 10px;
	font-family:"Bebas-Neue-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:20px;	
	color:#574c2c;
}

nav li a{
	text-decoration:none;
}

nav li:hover {	
	color:#87212f;
}

.nav_selected {	
	color:#87212f;	
}

#nav_menu_icon {
	
	position:fixed;
	display: hidden;
	width: 40px;
	height: 42px;
	background: #FFFFFF url(../../imgs/global/mobile-menu-icon.png) center;
	border:1px solid #574c2c;
	opacity:0;
	right:0px;

}

.subpage_banner img {
	width:100%;
}

/* FOOTER */
#footer{
	
	margin-top:180px;
	text-align:center;
	font-family:"Bebas-Neue-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;	
	color:#574c2c;
	margin-bottom:64px;
	opacity:0.01;
}

#footer_email{
	color:#574c2c;
}

#footer_email:hover{
	color:#87212f
}


#social_media{
	opacity:1.0;
	margin-top:30px;
	text-align:center;
}

#social_media > img {
	margin-left: 10px;
	margin-right: 10px;
	cursor:pointer;
}

#social_media > img:hover { 
    opacity:0.9;
}