/* 	
------------------------------------------------------------------
	SITE STYLESHEET 
------------------------------------------------------------------
*/

/* --------- TYPEFACES -------------------- 
	
	TYPEKIT
	
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 400 500 700;
	
	font-family: 'futura-pt', sans-serif;
	font-style: normal;
	font-weight: 300 400 600;
		
*/



/* --------- GENERAL LAYOUT & POSITIONING --------------------------- */
hr {
	width: 100%;
	height: 1px;
	background-color: transparent;
	border: none;
	border-top: 3px solid #e6e7e8;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 2.5em 0;
}
.sectionSplash hr {
	width: 100%;
	height: 1px;
	background-color: transparent;
	border: none;
	border-top: 1px dashed #375561;
	border-top-color: rgba(255,255,255,0.15);
	margin: 2.0em 0 3.0em 0;
}
.clearFix {
	clear: both;
}
.centered {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.invis {
	display: none;
}
.mobileShow {
	display: none;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.quarterColumn {
	width: 22%;
	margin: 0;
}
.oneThirdColumn {
	width: 30%;
	margin: 0;
}
.halfColumn {
	width: 46%;
	margin: 0;
}
.twoThirdsColumn {
	width: 63%;
}
.wrapper {
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: 'futura-pt', sans-serif;
	font-style: normal;
	font-weight: 400;
	background-color: #fff;
	color: #222;
	position: relative;
}
.navigationLink {
	display: none;
}
.mainNavBar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background-color: transparent;
	border-bottom: 1px solid #444;
	border-bottom-color: rgba(255,255,255,0.1);
}
.mainNavGroup {
	display: inline-block;
	width: calc(100% - 210px);
	float: right;
	text-align: right;
}
.mainNavBarBG {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: -1;
}
.mainNavBarSwitch {
	width: 1px;
	height: 1px;
	background-color: transparent;
	position: absolute;
	top: 90px;
	left: 0;
}
.flexbox-row {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flexbox-row-vertical-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.section {
	position: relative;
	width: 100%;
	padding: 4.5em 0;
}
.sectionSplash {
	background-color: #022538;
	color: #fff;
}
.scrollToContent {
	position: absolute;
	bottom: 25px;
	width: 100%;
	text-align: center;
}
.sp-header {
	height: 100vh;
	background: #022538 url(/images/splash/headerBG.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}
.spHeaderVerbiage {
	padding-left: 52%;
}
.sectionSplash .mainContent {
	border-top: 1px solid #375561;
	border-top-color: rgba(255,255,255,0.15);
}
.footer {
	background-color: #111;
	border-top: 1px solid;
	border-top: 1px solid #375561;
	border-top-color: rgba(255,255,255,0.25);
	padding: 2.5em 0; 
}
.footer .wrapper {
	max-width: 1200px;
}
.copyright {
	text-align: right;
}
.footerLogo {
	text-align: left;
}
.socialIcons {
	text-align: center;
}
.otherCommunityLinks {
	text-align: center;
	background-color: #fff;
	min-height: 0px;
	position: relative;
}
.otherCommunitiesContainer {
	padding: 2.5em 0;
	display: none;
	position: relative;
}



/* --------- TYPOGRAPHY --------------------------------------------- 

   --------- TYPEFACES -------------------- 
	
		
	TYPEKIT
	
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 400 500 700;
	
	font-family: 'futura-pt', sans-serif;
	font-style: normal;
	font-weight: 300 400 600;
		
*/


.spHeaderVerbiage h1 {
	font-size: 3.0em;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin: 0 0 0.7em 0;
	line-height: 1.01em;
}
.sectionSplash .mainContent h1 {
	font-weight: 300;
	font-size: 1.7em;
	line-height: 1.15em;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin: 0 0 0.9em 0;
}
.spHeaderVerbiage h2 {
	font-size: 1.15em;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-weight: 300;
	margin: 0 0 1.0em 0;
	line-height: 1.4em;
	max-width: 380px;
}
.spHeaderVerbiage h2:last-of-type {
	margin-bottom: 2.0em;
}
.sectionSplash .mainContent h2 {
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0 0 1.0em 0;
}
.sectionSplash .mainContent p {
	font-weight: 300;
	font-size: 1.1em;
	letter-spacing: 0.03em;
	line-height: 1.4em;
	margin: 0 0 1.0em 0;
}
.sectionSplash .mainContent p strong {
	font-weight: 600;
}
.sectionSplash .mainContent p.finePrint {
	font-weight: 300;
	font-size: 0.9em;
	letter-spacing: 0.03em;
	line-height: 1.4em;
	margin: 0 0 1.0em 0;
	color: #fff;
	color: rgba(255,255,255,0.7);
}
.sectionSplash .copyright p {
	line-height: 1.4em;
	color: #666;
}



/* --------- LISTS -------------------------------------------------- */

ul, ol {
	list-style: disc;
	margin: 0 0 1.2em 1.2em;
}
li {
	font-size: 1.0em;
	color: #555;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
.sectionSplash ul {
	margin: 0 0 1.0em 1.25em;
}
.sectionSplash li {
	font-size: 1.1em;
	font-family: 'futura-pt', sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.03em;
	line-height: 1.2em;
	margin: 0 0 0.4em 0;
	color: #fff;
}



/* --------- FORMS -------------------------------------------------- */
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ccc;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ccc;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ccc;
}
::-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ccc;
}
.sectionSplash .subform {
	width: 100%;
	margin: 0 0 1.6em 0;
}
.sectionSplash .subForm fieldset {
	border: none;
	margin: 1.0em 0;
	padding: 0;
}
.sectionSplash .subForm label {
	display: block;
}
.sectionSplash .subForm input[type=text],
.sectionSplash .subForm input[type=email] {
	-moz-appearance: none;
	-webkit-appearance: none;
	color: #222;
	padding: 0.4em 1.0em;
	background-color: #fff;
	border: none;
	border-radius: 3px;
	width: calc(100% - 2.0em - 2px);
	font-family: 'futura-pt', sans-serif;
	font-weight: 400;
	font-size: 1.0em;
	margin: 5px 0 0 0;
}
.sectionSplash .checkboxGroup {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sectionSplash .checkboxGroup div {
	flex-basis: 30%;
	margin: 1.2em 0 0 0;
}
.sectionSplash .subForm input[type=checkbox] {
	display: inline-block;
	vertical-align: top;
}
.sectionSplash .subForm .checkboxGroup label {
	display: inline-block;
	vertical-align: text-top;
}
.sectionSplash .subForm .checkboxGroup label span {
	color: #999;
	display: block;
	font-size: 13px;
}
.sectionSplash .subForm button[type=submit] {
	font-family: 'futura-pt', sans-serif;
	font-weight: 400;
	text-align: center;
    display: inline-block;
	margin: 0.5em 0 1.5em 0;
	background-color: #acdb90;
	color: #222;
	border: none;
	padding: 0.4em 1.1em;
	text-transform: uppercase;
	font-size: 1.0em;
	letter-spacing: 0.08em;
	border-radius: 3px;
	border: 2px solid #acdb90;
	transition: all 200ms;
	cursor: pointer;
}
.sectionSplash .subForm button[type=submit]:hover {
	background-color: transparent;
	color: #acdb90;
}


/* --------- TABLES ------------------------------------------------- */





/* ---------  FONT-AWESOME ICONS  ------------------------------------------------- */

.fa {
	margin: 0;
}
.scrollToContent .fa {
	font-size: 2.2em;
	color: #acdb90;
}
.fa.socialIcon {
	font-size: 1.8em;
	padding: 0.1em;
	margin: 0 0.3em;
}


/* --------- IMAGES, VIDEOS & MAPS ------------------------------------------------- */
.fill {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.map-canvas {
	width: 100%;
	height: 55vh;
	min-height: 400px;
}
.googleMapInfoWindow {
	min-width: 120px;
	max-width: 290px;
	margin: 10px 3px 10px 15px;
}
.videoWrapper {
	background-color: #fff;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	margin: 0 auto;
	max-width: 1080px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
}



/* --------- LINKS -------------------------------------------------- */
a:link, a:visited {
	color: #acdb90;
	text-decoration: none;
	transition: color 150ms;
}
a:hover, a:focus {
	color: #91b97a;
}
.spHeaderBtn:link, .spHeaderBtn:visited {
	background-color: #acdb90;
	color: #222;
	padding: 0.5em 1.1em;
	text-transform: uppercase;
	font-size: 1.0em;
	letter-spacing: 0.08em;
	border-radius: 3px;
	display: inline-block;
	border: 2px solid #acdb90;
	transition: all 200ms;
}
.spHeaderBtn:hover, .spHeaderBtn:focus {
	background-color: transparent;
	color: #acdb90;
}
.socialIcons a:link, .socialIcons a:visited {
	color: #57585b;
}
.socialIcons a:hover, .socialIcons a:focus {
	color: #fff;
}
.otherCommunityLinksTab:link, .otherCommunityLinksTab:visited {
	margin: 0 auto;
	width: 250px;
	position: absolute;
	top:-37px;
	left: 0;
	right: 0;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 0.08em;
	background-color: #fff;
	padding: 0.8em 1.0em;
	border-radius: 4px 4px 0 0;
	font-weight: 400;
	color: #222;
}
.otherCommunityLink:link, .otherCommunityLink:visited {
	display: inline-block;
	font-weight: bold;
	background-color: #111;
	color: #fff;
	line-height: 1.15em;
	padding: 0.6em 1.5em;
	margin: 0.1em 0.25em;
	border-radius: 3px;
	transition: all 250ms;
}
.otherCommunityLink span {
	display: block;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
}
.otherCommunityLink:hover, .otherCommunityLink:focus {
	color: #add690;
}





