

*, ::after, ::before {
    box-sizing: border-box;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
  opacity:1;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
  opacity:1;
}
form {
    margin: 0
}
img.alignnone{
	display:block;
	margin:0 auto 20px;
}
img.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

img.alignleft {
    float: left;
    margin: 0 20px 20px 0
}

p {
    margin: 0 0 30px 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px 0;
    padding: 0;
    line-height: normal;
    font-weight:900;
	font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 2.500em
}

h2 {
    font-size: 2.500em
}

h3 {
    font-size: 2.000em
}

h4 {
    font-size: 1.500em
}

h5 {
    font-size: 1.200em
}

h6 {
    font-size: 1.000em
}

ul {
    padding: 0
}

a {
    color: #f58025;
    text-decoration: underline;
    background-color: #fff
}

body a {
    background-color: transparent
}

a:active,
a:focus,
a:hover {
    color: #236b99;
    text-decoration: underline;
    background-color: #fff
}

body a:active,
body a:focus,
body a:hover {
    background-color: transparent
}

body {
    overflow-x: hidden;
    font-family: 'Rubik', sans-serif;
    font-size: 125.0%;
    line-height:1.500em;
    word-wrap: break-word;
    padding: 0;
    margin: 0;
    color: #000;
	background:#fff;
}

body,
html {
    height: 100%
}
.header {
float: left;
width: 100%;
padding: 20px 0;
position: fixed;
left: 0;
top: 0;
z-index: 2;
background: #fff;
}
.wrapper {
    position: relative;
    margin: 0 auto;
    width: 1440px;
    max-width: 1440px
}
.header-flex{
	display: flex;
flex-wrap: wrap;
align-items: center;
}
.header-col h3{
  font-size: 1.2em;
font-weight: 700;
padding: 0;
text-align: right;
position: relative;
color: #236b99;
margin:0;
}
.header-col span {
  font-size: 1.0em;
font-weight: 700;
font-style: normal;
display: block;
color: #f58025;
font-family: 'Rubik', sans-serif;
}
.header-col{
	width:25%;
}
.header-col:nth-child(2){
	width:50%;
}
.locationbox {
    width: 80%;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    display: block;
    margin: 0 auto;
}
.locationbox-head {
    background: #89a545;
    color: #fff;
    float: left;
    width: 100%;
    padding: 8px 10px;
}
.locationbox-info {
    float: left;
    width: 100%;
    font-weight: 500;
    padding: 7px 10px;
    font-size: 0.900em;
}
.locationbox-head .fa-map-marker-alt {
    font-size: 1.300em;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.locationbox-info p {
    margin: 0 0 3px;
	line-height: normal;
}

img {
    height: auto;
    outline: 0;
    vertical-align: top;
    max-width: 100%
}

.btn {
    z-index: 1;
    border: none;
    color: #fff;
    display: inline-block;
    line-height: normal;
    margin: 0;
    padding:18px 40px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    word-wrap: break-word;
    white-space: normal;
    font-weight:700;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size:0.889em;
    transition: all .5s ease 0s;
	border-radius:30px;
box-shadow: 0 6px 8px rgba(0,0,0,0.21);
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2b5e75+0,77a0b2+100 */
background: #2b5e75; /* Old browsers */
background: -moz-linear-gradient(left, #2b5e75 0%, #77a0b2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #2b5e75 0%,#77a0b2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #2b5e75 0%,#77a0b2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b5e75', endColorstr='#77a0b2',GradientType=1 ); /* IE6-9 */
}

.btn:focus,
.btn:hover {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#77a0b2+0,2b5e75+100 */
background: #77a0b2; /* Old browsers */
background: -moz-linear-gradient(left, #77a0b2 0%, #2b5e75 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #77a0b2 0%,#2b5e75 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #77a0b2 0%,#2b5e75 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77a0b2', endColorstr='#2b5e75',GradientType=1 ); /* IE6-9 */
    color: #fff;
}

main{
padding-top: 160px;
float:left;
width:100%;	
}
.footer{
float:left;
width:100%;
padding:10px 0;
background:#f58025;
text-align:center;	
font-size:0.900em;
text-shadow:0 1px 0px rgba(255,255,255,0.41);
}
.footer p{
margin:0;	
}
.about-us{
float:left;
width:100%;
text-align:center;
padding:50px 0;
background:#222e4c;
color:#fff;	
}
.about-cols{
	display: flex;
flex-wrap: wrap;
justify-content: center;
padding:60px 0 0 0;
}
.about-us h3{
	font-size:1.2em;
	margin-bottom:10px;
}
.about-cols div h4{
	font-size:1.8em;
}
.about-cols div{
	width: 33.33333%;
padding:30px 25px;
border-left:solid 1px rgba(255,255,255,0.15);
}
.about-cols div:first-child{
	border-left:none;
}
.about-cols .fas,
.about-cols .far{
	font-size:2.500em;
	margin-bottom:30px;
}
.subscribe-form{
float:left;
text-align:center;
width:100%;
background:#236b99;
color:#fff;
padding:160px 0 70px;	
}
.subscribe-cols{
	display: flex;
flex-wrap: wrap;
justify-content: center;
padding:20px 5% 0;
}
.subscribe-cols div{
width:33.333333%;	
padding:0 10px;
}
.subscribe-cols input[type="text"],
.subscribe-cols input[type="email"]{
width: 100%;
font-size: 0.900em;
color: #000;
padding: 18px 25px;
border-radius: 8px;
border: none;
}
.subscribe-cols input[type="submit"]{
border: none;
border-radius: 8px;
background: #f58025;
color: #000;
font-size: 1.0em;
text-transform: uppercase;
font-weight: 700;
padding: 17px 25px;
width: 100%;
cursor:pointer;
text-shadow:0 1px 0px rgba(255,255,255,0.50);
}
.subscribe-cols input[type="submit"]:hover{
	background:#222e4c;
	color:#fff;
	text-shadow:inherit;
}
.banner{
float: left;
width: 100%;
padding: 0;
position: relative;
}
.banner img{
width:100%;	
}
.banner-text{
width: 100%;
color: #212d4c;
position: absolute;
left: 0;
top: 0;
height: 100%;
display: flex;
align-items: center;
}
.banner-text h1,
.banner-text h2{
text-shadow:0 2px 0px rgba(255,255,255,0.25);
}
.banner-text p{
text-shadow:0 1px 0px rgba(255,255,255,0.25);
font-size:1.400em;
line-height:1.286em;
}
.banner-text h1,
.banner-text h2,
.banner-text p{
	width:45%;
}
.about-cols div p:last-child{
margin:0;	
}
.timer-box{
float:left;
width:100%;
position:relative;
text-align:center;	
}
#timer-widget {
    
    position: absolute;
    left: 50%;
    top: -103px;
    width: 70%;
    margin: 0 0 0 -35%;
    border-radius: 20px;
    box-shadow: 0 0 46px rgba(0,0,0,0.58);
    padding:20px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 3.000em;
    font-weight: 500;
    color: #fff;
    line-height: normal;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#94a545+0,236b99+100 */
background: rgb(148,165,69); /* Old browsers */
background: -moz-linear-gradient(left, rgba(148,165,69,1) 0%, rgba(35,107,153,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(148,165,69,1) 0%,rgba(35,107,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(148,165,69,1) 0%,rgba(35,107,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94a545', endColorstr='#236b99',GradientType=1 ); /* IE6-9 */
}
#timer-widget div:first-child{
	border-left:none;
}
#timer-widget div:last-child{
	border-right:none;
}
#timer-widget div{
width:25%;	
border-left:solid 1px rgba(255,255,255,0.20);
border-right:solid 1px rgba(0,0,0,0.20);
padding:30px 20px;
}
#timer-widget div span{
display:block;
font-size:0.500em;
font-weight:400;
}
@media screen and (max-width:1500px) {
	.wrapper{
	width:96%;	
	}
}
@media screen and (max-width:1440px) {
	#timer-widget{
	font-size:2.0em;
	top: -85px;	
	}
	h1,
	h2{
	font-size:2.0em;	
	}
	.about-cols div h4 {
    font-size: 1.5em;
}
.banner-text p {
    font-size: 1.200em;
}
}
@media screen and (max-width:1366px) {
	
}
@media screen and (max-width:1280px) {
	.banner-text h1, .banner-text h2, .banner-text p{
	margin-bottom:10px;	
	}
	.banner-text{
	align-items: flex-start;
	padding-top: 30px;	
	}
	.subscribe-form{
	padding-top:120px;	
	}

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1199px) {
	.locationbox{
	width:94%;	
	}
	.banner-text h1, .banner-text h2{
	font-size:1.5em;	
	}
	.banner-text p {
    font-size: 1.000em;
}

}
@media screen and (max-width:991px) {
	#timer-widget{
	position:relative;
	left:auto;
	top:auto;
	width:100%;
	margin:0;
	background-image:none;
	box-shadow:none;	
	}
	.timer-box{
			/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#94a545+0,236b99+100 */
background: rgb(148,165,69); /* Old browsers */
background: -moz-linear-gradient(left, rgba(148,165,69,1) 0%, rgba(35,107,153,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(148,165,69,1) 0%,rgba(35,107,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(148,165,69,1) 0%,rgba(35,107,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94a545', endColorstr='#236b99',GradientType=1 ); /* IE6-9 */
	}
	.banner-text{
	position:relative;
	left:auto;
	top:auto;
	background:#7ead56;
	text-align:center;	
	padding:30px 0;
	}
	.banner-text h1, .banner-text h2, .banner-text p {
    width: 100%;
}
.banner-text p{
margin:0;	
}

}
@media screen and (max-width:768px) {
	.about-cols div h4 {
    font-size: 1.2em;
}
	h1, h2 {
    font-size: 1.5em;
}
	.subscribe-cols{
	padding:0;	
	}
	.subscribe-cols div {
    width: 100%;
    padding: 5px 0;
}
	.about-us,
	.subscribe-form{
	padding:20px 0;	
	}
.about-cols div{
width:100%;
border-left:none;
border-top:solid 1px rgba(255,255,255,0.15);
padding:20px 0;	
}
.about-cols{
padding:0;	
}
}
@media screen and (max-width:767px) {
	.header-col h3{
	text-align:center;	
	}
	main{
	padding-top:0;	
	}
	.header{
position:relative;
left:auto;
top:auto;
	text-align:center;	
	}
	.header-col:nth-child(2){
	margin:15px 0;
	}
	.header-col,
	.header-col:nth-child(2) {
    width:100%;
}
	#timer-widget{
	font-size:1.3em;
	padding-left:0;
	padding-right:0;	
	}
	#timer-widget div{
	padding:20px 0;	
	}

}
@media screen and (max-width:575px) {

}
@media screen and (max-width:480px) {

}
@media screen and (max-width:375px) {

}


.subscribe-form a.btn{
	    background: #f58025;
		    transition: all .5s ease 0s;
}
.subscribe-form a.btn:hover{
	    background: #222e4c;
		color:#fff;
}