﻿/*===================== 
	Color information
	
	blue #0e76bc
    lt blue #b5def5
    grey #9fabb4

=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: 'Asap', sans-serif;
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 

.img-full-width {
    width:100%;
    height: auto;
    display: block;
}
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {
        font-size: 30px;
        font-weight: 700;
        font-family: 'Asap', sans-serif;
}
	h2 {
        font-size: 28px;
        font-weight: 700;
        font-family: 'Asap', sans-serif;
}
	h3 {
        font-size: 24px;
        font-weight: 700;
        font-family: 'Asap', sans-serif;
}
	h4 {
        font-size: 20px;
        font-weight: 700;
        font-family: 'Asap', sans-serif;
}
	h5 {
        font-size: 18px;
        font-weight: 700;
        font-family: 'Asap', sans-serif;
}
	h6 {}

p {
    font-size: 18px;
	margin: 0;
    font-family: 'Asap', sans-serif;
	}

.bold {
    font-weight: bold;
	}

.container-1 ul, .container-2 ul {
    padding:0;
    marign:0;
}
.container-1 ul li, .container-2 ul li {
    padding:5px 0;
    marign:0;
    list-style: none;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Asap', sans-serif;
}


/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #0e76bc; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #b5def5;
		}  

.btn-1 {
    font-family: 'Asap', sans-serif;
    background:#0e76bc;
    color:#fff!important;
    padding:15px 30px 15px 20px;
    border-bottom-right-radius: 20% 100%;
    border-top-right-radius: 20% 100%;
    font-size: 18px;
    font-weight: 500;
    margin:20px 0;
    display: inline-block;
    transition: .2s ease-in;
    border:0px;
    cursor: pointer;
}
.btn-1:hover {
    background:#b5def5;
    color:#0e76bc!important;
    border-bottom-right-radius: 0% 0%;
    border-top-right-radius: 0% 0%;
    padding:15px 25px 15px 25px;
}


/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	margin: 0;
    background:#9fabb4;
	}
.top-head {
    position: relative;
    width:100%;
    height: auto;
    overflow: hidden;
}
.top-head:after {
    position: absolute;
    top: 0;
    left: -50%;
    background: #000;
    width: calc(100% + 100px);
    clip-path: ellipse(50% 100% at 50% 0%);
    height: 100%;
    z-index: 1;
    content: "";
    right: -50%;
    margin: 0 auto;
}
.top-head ul {
    padding:0;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.top-head ul li {
    padding:15px;
    margin:0;
    list-style: none;
}
.top-head ul li a {
    display: block;
    font-family: 'Asap', sans-serif;
    padding:5px;
    color:#C9E7F8;
	background-color: #000;
    font-size:16px;
    font-weight: 600;
}
.top-head ul li a:hover {
    color:#fff;
}


header {
	margin: 0 auto;
	max-width: 1100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	}
.head-logo-1 {
    padding:0 20px 20px 20px;
}
.head-logo-1 img {
	max-width: 100%;
    width:100%;
	height: auto;
	display: block;
}

.logo {
	margin-top: 5rem;
}

.note {
	margin-bottom: 7rem;
}



/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile, .mobile-nav-cont-1 { display:none;}

nav.primary {
	padding:0;
	display:block;
	margin:0;
	position:relative;
	}
	nav.primary ul {
		margin:0 auto; 
		padding:0;
        display: flex;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
                font-family: 'Asap', sans-serif;
				color: #000;
				font-size: 16px;
				text-decoration: none;
				padding: 10px 15px 10px 10px;
				display: block;
				margin: 0;
				text-align: center;
				text-transform: uppercase;
				-webkit-transition: .4s ease-in;
				-moz-transition: .2s ease-in;
				-o-transition: .2s ease-in;
				transition: .2s ease-in;
				font-weight: 700;
                border-bottom-right-radius: 20% 100%;
                border-top-right-radius: 20% 100%;
				}	
			nav.primary ul li a:hover {
				background: #0e76bc;
				color:#fff;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
				line-height:16px;
				padding:10px 0;
				color:#fff;
				background: #181818;
				display: block;
				text-align:center;
				border-right:none;
				border-left:none;
				border-bottom: #fff solid 1px;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
nav.primary ul ul li {
	display: block;
    float: none; 
	width: 230px;
    position: relative;
    margin:0;
}

/*===================== 
	content styles 
=======================*/
.hero-wrap video 
{object-fit: cover; background-color: black;}

.hero-wrap {
    width:100%;
    position: relative;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 520px);
	background-color: black;
	height: 600px;
	overflow: hidden;
	bottom: -20%;
}
.hero-wrap p {
    font-size: 65px;
    color:#fff;
    text-shadow: 8px 8px 1vw #000;
    text-align: center;
    font-family: 'Asap', sans-serif;
    font-weight: 700;
    padding:6vw 0 0 0;
	position: absolute;
}
.sub-cat-wrap {
    width:100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding:40px 0;
}
.sub-cat-wrap:after {
    position: absolute;
    top: 0;
    left: -50%;
    background: #0e76bc;
    width: 105%;
    clip-path: ellipse(50% 100% at 50% -30%);
    height: 40px;
    z-index: 1;
    content: "";
    right: -50%;
    margin: 0 auto;   
}
.sub-cat-wrap:before {
    position: absolute;
    bottom: 0;
    left: -50%;
    background: #0e76bc;
    width: 105%;
    clip-path: ellipse(50% 100% at 50% 130%);
    height: 40px;
    z-index: 1;
    content: "";
    right: -50%;
    margin: 0 auto;   
}
.sub-cat-wrap a {
    margin:30px 20px;
    position: relative;
    transition: .2s ease-in;
}
.sub-cat-wrap a img {
    max-width: 100%;
    width:100%;
    height: auto;
    display: block;
    transition: .2s ease-in;
}
.sub-cat-overlay {
    height: 100%;
    width:100%;
    position: absolute;
    top:0;
    left:0;
    background:rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s ease-in;
}
.sub-cat-overlay p {
    font-family: 'Asap', sans-serif;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    color:#fff;
    text-shadow: 0 0 5px #000;
    transition: .2s ease-in;
}
.sub-cat-wrap a:hover img {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.sub-cat-wrap a:hover .sub-cat-overlay {
    background:rgba(0,0,0,0.3);
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.sub-cat-wrap a:hover .sub-cat-overlay p {
    text-shadow: 0 0 5px #000, 0 0 10px #000;
    padding:0 0 0 20px;
}


.about-wrap {
    background:#000;
    color:#b5def5;
    padding:40px 0;
}
.header-sml {
    font-size: 24px;
    font-weight: 600;
}
.contact-wrap {
    width:100%;
    position: relative;
    background:url("../siteart/bg-img-1.jpg") no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    padding:80px 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.contact-wrap:after {
    position: absolute;
    top: 0;
    left: -50%;
    background: #0e76bc;
    width: 105%;
    clip-path: ellipse(50% 100% at 50% -30%);
    height: 40px;
    z-index: 1;
    content: "";
    right: -50%;
    margin: 0 auto;   
}
.contact-wrap:before {
    position: absolute;
    bottom: 0;
    left: -50%;
    background: #0e76bc;
    width: 105%;
    clip-path: ellipse(50% 100% at 50% 130%);
    height: 40px;
    z-index: 1;
    content: "";
    right: -50%;
    margin: 0 auto;   
}
.contact-wrap h2 {
    padding:20px 0 0 0;
    font-size: 45px;
    text-align: center;
    text-transform: uppercase;
}
.contact-wrap h3 {
    font-size: 45px;
    text-align: center;
    color:#0e76bc;
}
.page-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width:100%;
    max-height: 500px;
    height: 30vw;
}


/*===================== 
	slideshow styles 
=======================*/


/*===================== 
	Form styles 
=======================*/

/* Containers */



.form-info-cont {
	width: 100%;
	box-sizing: border-box;
}
.form-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.form-inline-1 {
	display: flex;
	flex-wrap: wrap;
}
.thankyou-container {
	width:100%;
	box-sizing: border-box;
	padding:30px 10% 10% 10%;
	margin-top:0;
}
.form-info-cont h2 {
    color:#0e76bc;
    padding:0 0 10px 0;
    margin:0 0 10px 0;
    border-bottom: 3px solid #9fabb4;
}
.form-info-cont h4 {
    padding:0 0 10px 0;
}

/* Inputs */

.radio-pad {
	padding: 0 0 0 10px;
}

.form-info-cont input, .form-info-cont date, .form-info-cont select {
	width: 100%;
	display: block;
	padding: 5px 0 5px 5px;
	font-size: 17px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-checkbox input[type="checkbox"] {
	padding: 5px 0 5px 5px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-cont textarea {
	width: 100%;
	display: block;
	padding: 5px;
	font-size: 17px;
	min-height: 120px;
	box-sizing: border-box;
	margin:  0 0 15px 0;
	font-family: 'Asap', sans-serif;
}

select {
	margin:0;
	padding:0;
}


.form-inline .button:hover {
    background: #000;

}

.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 


/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
	

.container-1 {
	max-width: 1100px;
	margin: 0 auto;
	padding:60px 20px;
	box-sizing: border-box;
	}
.container-2 {
	max-width: 600px;
	margin: 0 auto;
	padding:60px 20px;
	box-sizing: border-box;
	}
.container-inv {
	margin: 0 auto;
	padding:60px 10px;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.blue-bottom {
    width:100%;
    height: 40px;
    position: relative;
    overflow: hidden;
    margin-top: -40px;
}
.blue-bottom:after {
    position: absolute;
    bottom:0;
    left:-50%;
    right:-50%;
    margin:0 auto;
    content:"";
    background: #0e76bc;
    width: 105%;
    clip-path: ellipse(50% 100% at 50% 130%);
    height: 40px;
    margin: 0 auto;     
    overflow: hidden;
}
.blue-top {
    width:100%;
    height: 40px;
    position: relative;
    overflow: hidden;
    margin-bottom: -40px;
}
.blue-top:after {
    position: absolute;
    top:0;
    left:-50%;
    right:-50%;
    margin:0 auto;
    content:"";
    background: #0e76bc;
    width: 105%;
    clip-path: ellipse(50% 100% at 50% -30%);
    height: 40px;
    margin: 0 auto;     
    overflow: hidden;
}


	
.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 33%; box-sizing:border-box;}
.col-1-2 { width: 49%; box-sizing:border-box;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
    background:#000;
	}

.foot-info-1 h4 a {
    color:#b5def5!important;
    font-size:18px;
    font-weight: 500;
}
.foot-info-1 h4 a:hover {
    color:#fff!important;
}
.foot-info-1 p {
    color:#fff;
    font-size:12px;
    font-weight: 400;
    padding:10px 0 0 0;
}
.foot-info-1 p a {
    color:#fff;
}
.foot-info-1 p a:hover {
    color:#9fabb4;
}
.foot-link-1  ul {
    padding:0;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
}
.foot-link-1  ul li {
    padding:10px;
    margin:0;
    list-style: none;
}
.foot-link-1  ul li a {
    display: block;
    color:#b5def5;
    font-size:22px;
    font-weight: 600;
}
.foot-link-1  ul li a:hover {
    color:#fff;
}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		}

.footertext {
	font-size:13px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	max-width:490px; 
	text-align:center; 
	margin:0 auto;
	}

/*========================== 
	  Responsive styles 
============================*/
@media screen and (max-width: 1087px)
{.hero-wrap {height:auto;}}

@media screen and (max-width: 1025px)  {
    .head-logo-1 {
        width:22%;
        box-sizing: border-box;
    }
    nav.primary ul li a {
         font-size: 1.6vw;   
    }
    .hero-wrap p {
    font-size:8vw;
    }
    .sub-cat-wrap {
         flex-wrap: wrap;
    }
    .sub-cat-wrap a {
      width: calc(50% - 40px);
    }
    .sub-cat-overlay p {
      font-size: 3.5vw;
    }
}


@media screen and (max-width: 760px)  {

    .col-1-2 {
        width:100%;
    }
    
     .head-logo-1 {
        width:auto;
        margin:0 auto;
        padding:20px 10px;
    }   
    .head-logo-1 img {
        max-width: 180px;
    }
    .top-head:after {
        width: calc(100% + 300px);
    }
    .top-head ul {
        justify-content: space-around;        
    }
    .top-head ul li:first-child {
        display: none;
    }
    .top-head ul li {
         padding:10px 10px 20px 10px;
    }
    .top-head ul li a {
         font-size: 20px;   
    }
    .top-head ul li a span {
        display: none;
    }
    
    
	/*==============================
		Mobile Nav Styles			
	================================*/	
    
    
	nav.primary{display:none;}
    .mobile-nav-cont-1 { display:block;} 
	#menu-button{ 
		width: 100%;
		display: block;
		font-size: 24px;
		position: relative;
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		background: #0e76bc;
        text-align: center;
	}
		#menu-button a{
			 color:#000;
            display: inline-block;
            padding:5px;
			cursor: pointer;
		  }
	nav.mobile { 
		display:none;
		position: absolute;
		left: 0px;
		width: 100%;
		height: auto;
		background: #b5def5;
		z-index: 500; 
		overflow:auto;
	}


	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display:block;
		padding: 0;
		margin:15px 0 10px 0;
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}

	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		position: absolute;
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size:24px;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		top:-4px;
		right:13px;
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
        text-align: center;
	}
	nav.mobile ul li {
		border-top: 1px solid #9fabb4;
		border-bottom: 1px solid #9fabb4;
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size:16px;
		padding: 10px;
		color: #000;
		text-decoration: none;
	}
	nav.mobile ul li a:hover {
		background:#9fabb4; 
		color: #fff; 
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		border-left:4px #444 solid;
		color: #ccc;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left:4px #555 solid;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}

	nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
		position:absolute;
		display:block;
		cursor:pointer;
		z-index: 12399994;
		top:0;
		right:0;
		width:auto;
		height:auto;
		padding: 17px 20px;
		color:#fff;

	}
	.nav-footer {color:#1B1B1B; position:relative; text-align:center; font-size:14px; line-height:16px; padding:15px 0;}

	/* FONT AWESOME ICONS */
	nav.mobile ul li a i{
		width:25px;
		padding:8px 3px;
		margin:0 6px 0 0;
		text-align:center;
		background:#292929;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
    .hero-wrap {
        min-height: 200px;
    }
    
    .contact-wrap h2 {
        padding:20px 0 0 0;
        font-size: 6vw;
    }
    .contact-wrap h3 {
        font-size: 6vw;
    }
    .foot-info-1 {
        width:100%;
        text-align: center;
    }
    .foot-link-1 {
        width:100%;
    }
    .foot-link-1 ul {
      padding:20px 0 0 0;
      justify-content: center;
    }
    .about-banner {
        height: 30vw;
    }
    

}
	

@media screen and (max-width: 480px)  {
    
    .sub-cat-wrap a {
      margin: 20px auto;
      width:95%;
    }
    .sub-cat-overlay p {
      font-size: 8vw;
    }
}



