/*
 vanillaSlideshow v0.1
 (c) Dimitri Mikadze
 https://github.com/DimitriMikadze/vanilla-slideshow
 License: MIT
*/
@import url(https://fonts.googleapis.com/css?family=Lato:100);
@import url(https://fonts.googleapis.com/css?family=Lato:900);
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://use.typekit.net/wjj7jjk.css");



/* /////////////////  Base HTML  ///////////////// */

html, body { 
	background-color: #fff;
	margin: auto;
}

html, body, h1 { 
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size: 20px;
	line-height: 30px;
	font-style: normal;
	color: #444;
	text-align: left;
}

#site-container { 
	width: 100%; 
	height: 100%;
	max-width: 1024px;
	padding: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	margin: auto;
}






/* /////////////////  Container Slideshow  ///////////////// */

#slideshow-container { 
	width: 100%;
	height:auto;
	top: 0; 
	left: 0;
	bottom: 0;
	position: relative; 
	text-align: center;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}


#slideshow .slide { 
	width: 100%;
	height:auto;
	background-size: cover; 
	background-repeat: no-repeat;
	position: relative;
	top: 0; 
	left: 0;
	bottom:0;
	opacity: 0;
	overflow: hidden;
}


#slideshow .slide.active { 
    opacity: 1;
	position:absolute;
	overflow: hidden;
}


#slideshow .slide img {
  	min-width: 320px;
  	width: 100%;
	height:auto;
  	position:relative;
  	top: 0;
  	left: 0;
	bottom:0;
	overflow: hidden;
  }





/* /////////////////  Main Navigation ///////////////// */

#nav{ 
	font-family: 'bourbon', sans-serif;
	font-weight:200;
	font-size: 22px;
	height:10px;
	list-style-type: none;
	color: #fff;
	padding-top: 25px;
	padding-left: 100px;
	position: relative; 
	text-align: left;	
}

.navHash{ 
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 20px;
	padding:0px;
	list-style-type: none;
	color: #fff;
}

.navSpace{ 
	width: 15px;
	margin-top: 5px;
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	text-decoration: none;
	display: inline-block;
	vertical-align: bottom;
	
}

li {
    float: left;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 0px;
    text-decoration: none;
}

li a:hover {
    color: #fff;
	text-decoration: none;
}


.anchor { 
	clear:both;
}


/* /////////////////  Text Content  ///////////////// */



.textContainer { 
	width: 80%; 
	height: auto;
	padding-top:40px;
	margin-top: 40px;
	margin-left: 40px;
	position: absolute;
}

.modOneContainer{
	width: 100%;
   	margin-top: 40px;
}

.modOneText{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size: 20px;
	line-height: 30px;
	font-style: normal;
	padding-left: 60px;
	padding-right: 60px;
	color: #444;
}

.modOneHeadline{
	font-family: 'bourbon', sans-serif;
	font-weight:400;
	font-size: 50px;
	line-height: 50px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	font-style: normal;
	color: #25293A;
	text-align: center;
}






.modTwoContainer{
	width: 100%;
   	margin-top: 40px;
	background-color: #25293A;
	display: inline-block;
	padding-bottom: 50px;

}

.modTwoContainerSingleCol{
	visibility: hidden;
	max-height: 0px;
	width: 100%;
   	margin-top: 0px;
	background-color: #25293A;
	display: none;
	padding-bottom: 0px;

}

#textLeftCol { 
	float: left;
	list-style: none;
	display: block;
	width: 40%;
	margin-left:20px;
}

#textRightCol { 
	float: right;
	list-style: none;
	display: block;
	width: 50%;
	padding-left: 25px;
}

.modTwoText{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size: 17px;
	line-height: 25px;
	font-style: normal;
	color: #fff;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	
}

.modTwoHeadline{
	font-family: 'bourbon', sans-serif;
	font-weight:400;
	font-size: 50px;
	line-height: 0px;
	padding-top: 80px;
	padding-left: 60px;
	font-style: normal;
	color: #60a3f2;
	text-align: left;
}






.modThreeContainer{
	width: 100%;
   	margin-top: 0px;
	height:500px;
	background: url(../images/socialBackground.jpg) no-repeat;
}

.modThreeText{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size: 17px;
	line-height: 25px;
	font-style: normal;
	color: #25293A;
	width: 50%;
	padding-top: 40px;
	padding-left: 60px;
	padding-right: 40px;
	padding-bottom: 40px;
}

.modThreeHeadline{
	font-family: 'bourbon', sans-serif;
	font-weight:400;
	font-size: 50px;
	line-height: 0px;
	padding-top: 80px;
	padding-left: 60px;
	font-style: normal;
	color: #25293A;
	text-align: left;
}

.modThreeText a {
	color: #25293A;
}




.modFourContainer{
	width: 100%;
   	margin-top: 0px;
	background-color: #fff;
}

.modFourText{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size: 17px;
	line-height: 25px;
	font-style: normal;
	color: #25293A;
	width: 50%;
	padding-top: 40px;
	padding-left: 60px;
	padding-right: 40px;
	padding-bottom: 40px;
	text-decoration: none;
}

.modFourText a {
	color: #25293A;
}


.thumbContainer { 
	width: 90%; 
	height: auto;
	margin-left: 40px;
	position: relative; 
	text-align: center;	
}


.thumb { 
	padding-right:2px;
	padding-left:2px;
	padding-bottom:2px;	
}








/* /////////////////  Footer Form  ///////////////// */



#footer { 
	width: 100%;
	height: 200px;
	background-color:#25293A;
	position: relative; 
	text-align: center;
	padding: 0px;
}


#footImg{ 
	vertical-align:bottom;
	margin: 0px 0px 0px 0px;
	display:inline-block;
	padding-bottom: -10px;
	margin-bottom: -10px;  
}



#footCopyright { 
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size: 17px;
	line-height: 25px;
	color: #fff;
	padding-top: 20px;
	text-align: center;
	position: relative;
}







/* /////////////////  Test Code  ///////////////// */


#mast { 
	width: 100%; 
	height: 80px;
	background-color: #25293A;
	z-index: 4;
	position: relative;
}

#logo { 
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 5px;
	width: 70px; 
	height: 70px;
	z-index: 5;
	opacity: 1;
	position: absolute;
}



.socialIcons { 
	float: right;
	margin-top: 18px;
	margin-right: 15px;
	display: inline-block;
}

.socialSpace { 
	padding-right: 5px;
	display: inline-block;
}














@media (max-width: 1150px)
{	
#mast {width: 100%; height: 80px; z-index: 4; position: relative;}
}




@media (max-width: 920px)
{	
#mast {width: 100%; height: 80px; z-index: 4; position: relative;}
.modThreeContainer{background: url(../images/socialBackground920.jpg) no-repeat;}
}




@media (max-width: 768px)
{	
#mast {width: 100%; height: 80px; z-index: 4; position: relative;}
#nav {visibility:hidden; padding-top: 0px; padding-left: 0px;}
.modThreeContainer{background: url(../images/socialBackground768.jpg) no-repeat;}
}




@media (max-width: 568px)
{	
#mast {width: 100%; height: 80px; z-index: 4; position: relative;}
.modOneText{font-size: 17px; line-height: 25px; padding-left: 30px; padding-right: 30px;}
	
.modTwoText{padding-left: 10px; padding-right: 10px; font-size: 16px; line-height: 23px;}
.modTwoHeadline{padding-left: 30px; padding-top: 60px;}
.modTwoContainerSingleCol {visibility:visible;	display: inline-block; max-height: inherit; margin-top: 40px; background-color: #25293A; padding-bottom: 50px;}
#textLeftCol { width: 80%;}
.modTwoContainer {visibility: hidden; display:none; max-height:0px; margin-top: 0px; padding-bottom: 0px;}

.modThreeContainer{background: url(../images/socialBackground568.jpg) no-repeat;}
.modThreeText{width: 90%; padding-left: 30px; padding-right: 10px; font-size: 16px; line-height: 23px;}
.modThreeHeadline{padding-left: 30px; padding-top: 60px;}
	
.modFourText{width: 90%; padding-left: 30px; padding-right: 10px; font-size: 16px; line-height: 23px;}
.modFourHeadline{padding-left: 30px; padding-top: 60px;}
}




@media (max-width: 480px)
{	
#mast {width: 100%; height: 80px; z-index: 4; position: relative;}
}




@media (max-width: 340px)
{	
#mast {width: 100%; height: 60px; z-index: 4; position: relative;}
}










/* fix iOS bug not displaying 100vh correctly */
/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	
}


/* iphone5 */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
	
}


@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
	
}


/* iPhone 4 */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
	
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
	
}








