/* General classes */
html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-box-sizing:border-box;}
body{font-family:Lato, Helvetica, sans-serif;font-size:100%;font-weight:300;color:#3a3a3a;text-align:center;margin:0;padding:0;background:#fff;}
div,img,input,textarea{vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-box-sizing:border-box;}
a{text-decoration:none;color:#DD527A;outline:none;font-weight:800;}a:hover{text-decoration:none;}
p{text-align:left;margin:0;padding:0 0 15px 0;font-size:130%;vertical-align:top;line-height:150%;}
h1,h2,h3,h4{margin:0; padding:0;line-height:110%;font-family:Lato, Helvetica, sans-serif;line-height:150%;text-transform:none;font-weight:300;}
h1{}
.strong{font-weight:700;}
.clear{clear:both; font-size:1%; line-height:1%; display:block; height:0;float:none!important;}
.large{font-size:130%;}
.medium{font-size:110%;}
.small{font-size:85%;}
.xsmall{font-size:75%;}
.xxsmall{font-size:55%;}
.round{-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;display:inline-block;overflow:hidden;}
.rounded2{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.rounded4{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.roundedfull{-moz-border-radius:100px;-webkit-border-radius:100px;border-radius:100px;}
.vid-wrapper{float:none;clear:both;width:100%;position:relative;padding-bottom:56.25%;height:0;}
.vid-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;}

.alignleft{text-align:left;}.alignright{text-align:right;}.aligncenter{text-align:center;}
.aligncentervertical{-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;}

.cols{
	display:-webkit-flex;display:-moz-flex;display:flex;
	-webkit-flex-flow:row wrap;-moz-flex-wrap:row-wrap;flex-flow:row wrap;}
.cols5050,.col6040,.col4060,.cols6633,.cols3366,.cols2575,.cols333,.cols4444{width:100%;}
.cols5050 div div,.cols6040 div div,.cols4060 div div,.cols6633 div div,.cols3366 div div,.cols2575 div div,.cols333 div div,.cols4444 div div{width:100%;}
.cols5050 div{width:49%;-webkit-flex-basis:49%;-moz-flex-basis:49%;flex-basis:49%;}
.cols5050 div:first-child{margin-right:2%;}
.cols6040 div{width:38%;-webkit-flex-basis:38%;-moz-flex-basis:38%;flex-basis:38%;}
.cols6040 div:first-child{width:58%;-webkit-flex-basis:58%;-moz-flex-basis:58%;flex-basis:58%;margin-right:4%;}
.cols4060 div{width:58%;-webkit-flex-basis:58%;-moz-flex-basis:58%;flex-basis:58%;}
.cols4060 div:first-child{width:38%;-webkit-flex-basis:38%;-moz-flex-basis:38%;flex-basis:38%;margin-right:4%;}
.cols6633 div{width:31%;-webkit-flex-basis:31%;-moz-flex-basis:31%;flex-basis:31%;}
.cols6633 div:first-child{width:64%;-webkit-flex-basis:64%;-moz-flex-basis:64%;flex-basis:64%;margin-right:4%;}
.cols3366 div{width:64%;-webkit-flex-basis:64%;-moz-flex-basis:64%;flex-basis:64%;}
.cols3366 div:first-child{width:31%;-webkit-flex-basis:31%;-moz-flex-basis:31%;flex-basis:31%;margin-right:4%;}
.cols2575 div{width:70%;-webkit-flex-basis:70%;-moz-flex-basis:70%;flex-basis:70%;}
.cols2575 div:first-child{width:25%;-webkit-flex-basis:25%;-moz-flex-basis:25%;flex-basis:25%;margin-right:5%;border-right:1px solid #DCDCDC;}
.cols333 div{width:32%;-webkit-flex-basis:32%;-moz-flex-basis:32%;flex-basis:32%;}
.cols333 div:nth-child(2){margin-right:2%;margin-left:2%;}
.cols4444 div{width:24%;-webkit-flex-basis:24%;-moz-flex-basis:24%;flex-basis:24%;}
.cols4444 div:nth-child(2){margin-right:calc(2% / 3);margin-left:calc(4% / 3);}
.cols4444 div:nth-child(3){margin-right:calc(4% / 3);margin-left:calc(2% / 3);}
.cols img{max-width:100%;}
.text-col{padding:0 20px;}

.grid{display:-webkit-flex;display:-moz-flex;display:flex;-webkit-flex-flow:row wrap;-moz-flex-wrap:row-wrap;flex-flow:row wrap;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;-webkit-align-items:stretch;-moz-align-items:stretch;align-items:stretch;width:100%;}
.grid div div{width:100%;}
.grid5050 div{width:48%;-webkit-flex-basis:48%;-moz-flex-basis:48%;flex-basis:48%;margin:1%;}
.grid333 div{width:30%;-webkit-flex-basis:30%;-moz-flex-basis:30%;flex-basis:30%;margin:2% 0;}
.grid4444 div{width:25%;-webkit-flex-basis:25%;-moz-flex-basis:25%;flex-basis:25%;margin:0% 0;}

.button-link{display:inline-block;background:#82B09D;font-weight:400;color:#fff;padding:0px;margin-top:16px;position:relative;}
.button-link:before{content:'';width:20px;height:100%;background:url(images/buttonleft.png) no-repeat 0 0;background-size:cover;position:absolute;left:-20px;}
.button-link:after{content:'';width:20px;height:100%;background:url(images/buttonright.png) no-repeat 0 0;background-size:cover;position:absolute;right:-20px;}
.button-link em{display:inline-block;font-style:normal;padding:16px 8px;}
.clickable{cursor:pointer;}

.card-shadow{-webkit-box-shadow:3px 3px 6px -2px #444;-moz-box-shadow:3px 3px 6px -2px #444;box-shadow:3px 3px 6px -2px #444;}
.shadow1{box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}
.shadow2{box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)}
.shadow3{box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)}
.shadow4{box-shadow:0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22)}
.shadow5{box-shadow:0 19px 38px rgba(0,0,0,0.30),0 15px 12px rgba(0,0,0,0.22)}
.shadow-bottom{box-shadow:0px 21px 29px -16px rgba(0,0,0,0.55);margin-bottom:30px!important;}
img.shadow{filter:drop-shadow(0px 12px 15px rgba(0,0,0,0.22));}
.text-shadow{text-shadow:1px 1px 1px #000;filter:DropShadow(Color=#000000, OffX=1, OffY=1);}

.parallax{padding:40vw 0 0 0;}

.hdrline{width:20px;height:1px;vertical-align:middle;margin:0 10px;}
.hdrline2{width:60px;height:1px;vertical-align:middle;margin:0 10px;}

/*Elements*/
#outwrapper{overflow:hidden;position:relative;}

#notice-wrapper{background:#0E8CA3;height:100vh;position:relative;font-size:120%;color:#fff;}
#notice{transform:translate(-50%,-50%);width:100%;margin:0 auto;max-width:800px;position:absolute;top:50%;left:50%;}
#notice img{width:50%;max-width:320px;}
#notice h2{padding:20px 0 0 0;}
#notice a{padding:6px 12px;background:none;border:1px solid #3a3a3a;color:#3a3a3a;margin:26px 0 0 0;}
#notice2-wrapper{background:#0E8CA3;font-size:120%;color:#fff;}
#notice2{padding:30px 0;}

#hdr-wrapper{top:0;left:0;z-index:1000;width:100%;background:#fff;}
#hdr{position:relative;padding:20px;/*max-width:1400px;*/margin:0 auto;}
#logo-bar {}
#logo-bar img{width:100%;max-width:320px;}
#hdr-social{position:absolute;right:calc(0% + 20px);top:50%;transform:translate(0%,-50%);}

#home-wrapper{background:#F6AC29 url(images/home-bg.png) no-repeat 50% 50%;background-size:cover;}
#home{position:relative;text-align:left;max-width:1400px;width:100%;margin:0 auto;padding:100px 20px 150px 20px;}
#home-img{display:inline-block;width:50%;background:url(images/home.jpg) no-repeat 50% 50%;background-size:cover;}
#home-text{background:#fff;display:inline-block;width:calc(50% + 50px);position:absolute;right:20px;top:150px;padding:50px 30px;}
#home h1{font-size:260%;line-height:120%;margin:0;padding:0 0 20px 0;}

#services-wrapper{}
#services{position:relative;text-align:right;max-width:1400px;width:100%;margin:0 auto;padding:100px 20px 150px 20px;}
#services-img{display:inline-block;width:50%;background:url(images/services.jpg) no-repeat 50% 50%;background-size:cover;}
#services-text{background:#fff;display:inline-block;width:calc(50% + 50px);position:absolute;left:20px;top:150px;padding:50px 30px;text-align:center;}
#services h2{font-size:250%;text-transform:uppercase;line-height:100%;display:inline-block;background:url(images/cross.png) no-repeat 0 50%;background-size:contain;padding:30px 0 20px 75px;margin:0 0 30px 0;position:relative;left:-42px;}
#services h2 span{display:block;font-weight:800;font-size:70%;}
#services h2 img{width:70px;}
#services p{text-align:center;max-width:600px;margin-left:auto;margin-right:auto;}

#youtube-wrapper{background:#0E8CA3;}
#youtube{position:relative;max-width:1400px;width:100%;margin:0 auto;padding:100px 20px;}
#youtube h2{font-size:250%;text-transform:uppercase;line-height:100%;display:inline-block;padding:0;margin:0 0 30px 0;color:#fff;}
#youtube h2 span{display:block;font-weight:800;font-size:70%;}
#youtube div.cols div:first-of-type a span{display:inline-block;padding:12px 20px;background:#fff;font-weight:800;font-size:120%;position:relative;top:20px;}
#youtube div.cols div:last-of-type a{display:block;padding:12px;background:#fff;font-weight:800;margin:8px;font-size:120%;}
#youtube div.cols div:last-of-type a:last-of-type{background:#DD527C;color:#fff;}
#youtube img{width:100%;}

#socialfeed-wrapper{}
#socialfeed{max-width:1400px;width:100%;margin:0 auto;padding:100px 20px;}
#socialfeed h2{font-size:250%;text-transform:uppercase;line-height:100%;display:inline-block;padding:0;margin:0 0 100px 0;}
#socialfeed h2 span{display:block;font-weight:800;font-size:70%;}

#mission-wrapper{background:url(images/missionbg.png) repeat-x 0 0;}
#mission{max-width:1400px;width:100%;margin:0 auto;padding:100px 20px;}
#mission h2{font-size:250%;text-transform:uppercase;line-height:100%;display:inline-block;padding:0;margin:0 0 100px 0;}
#mission h2 span{display:block;font-weight:800;font-size:70%;}
#mission-img{background:url(images/mission.svg) no-repeat 50% 50%;background-size:contain;}
#mission-text{color:#fff;}
#mission-text div{padding:30px 20px;}
#mission-text div:nth-of-type(1){background:#DD527C url(images/mission-line1.png) no-repeat 0 100%;background-size:100% 18px;}
#mission-text div:nth-of-type(2){background:#F6AC29 url(images/mission-line2.png) no-repeat 0 100%;background-size:100% 18px;}
#mission-text div:nth-of-type(3){background:#0E8CA3;}
#mission-text h3{font-size:180%;margin:0;padding:0;}
#mission-text h4{font-size:120%;margin:0;padding:0;}
#mission-text p{text-align:center;padding-top:20px;padding-bottom:0;}

#contact-wrapper{background:#0E8CA3;}
#contact{font-size:120%;}
#map{margin:0;width:50%;-webkit-flex-basis:50%;-moz-flex-basis:50%;flex-basis:50%;}
#contact-details{margin:0;width:50%;-webkit-flex-basis:50%;-moz-flex-basis:50%;flex-basis:50%;}
#contact-details div{display:block;width:100%;max-width:700px;padding:10px 50px 50px 50px;background:#F6AC29;}
#contact-details img{margin:40px 0 20px 0;}
#contact strong{font-weight:800;}
#contact-details a{color:#3a3a3a;}

#copy-wrapper{}
#copy{max-width:1600px;margin:0 auto;padding:50px 20px;font-size:85%;}
#copy a{color:#3a3a3a;font-weight:300;}

/*Carousel*/
#owlnext{position:absolute;top:50%;right:0;transform:translate(0%,-100%);}
#owlprev{position:absolute;top:50%;left:0;transform:translate(0%,-100%);}

/*Pages*/


/*Forms*/
form{margin:0;padding:40px 0 0 0;text-align:left;}
input,select{font-family:Poppins, Helvetica, sans-serif;border:0px solid #5F8DAE;padding:20px;display:block;width: 100%;background:#E9E9E7;outline:none;margin:0 0 15px 0;}
input::-webkit-input-placeholder,select::-webkit-input-placeholder{color:#A5B3BD;}
input::-moz-placeholder,select::-moz-placeholder{color:#A5B3BD;}
input:-moz-input-placeholder,select:-moz-input-placeholder{color:#A5B3BD;}
input:-ms-input-placeholder,select:-ms-input-placeholder{color:#A5B3BD;}
input:focus{background:transparent;}
input:focus::-webkit-input-placeholder{color:transparent;}
input:focus::-moz-placeholder{color:transparent;}
input:focus:-moz-input-placeholder{color:transparent;}
input:focus:-ms-input-placeholder{color:transparent;}
textarea{font-family:Poppins, Helvetica, sans-serif;border:0px solid #5F8DAE;padding:20px;display:block;width: 100%;background:#E9E9E7;font-weight:normal;outline:none;/*height:calc(100% - 20px);resize:none;min-height:120px;*/margin:15px 0;}
textarea::-webkit-input-placeholder{color:#A5B3BD;}
textarea::-moz-placeholder{color:#A5B3BD;}
textarea:-moz-input-placeholder{color:#A5B3BD;}
textarea:-ms-input-placeholder{color:#A5B3BD;}
textarea:focus{background:transparent;}
textarea:focus::-webkit-input-placeholder{color:transparent;}
textarea:focus::-moz-placeholder{color:transparent;}
textarea:focus:-moz-input-placeholder{color:transparent;}
textarea:focus:-ms-input-placeholder{color:transparent;}
select{color:#5F8CAD;}
select:invalid,option[value=""]{color:#5F8CAD;}
option{color:#5F8CAD;}
label{display:block;text-align:left;font-size:85%;opacity:0.8;padding-left:5px;}
input[type=submit]{/*width:auto;*/background:#77DDF8;color:#fff;}

/*Lists*/
ul{margin:0; padding:0; list-style:none;}

ul.list{padding:0 0 15px 0;}
ul.list li{background:url(images/bullet.png) no-repeat 0 12px;padding:6px 0 6px 30px;text-align:left;}
ul.ticklist{padding:0 0 15px 0;}
ul.ticklist li{background:url(images/bullettick.png) no-repeat 0 9px;padding:6px 0 6px 36px;text-align:left;}



/*Navigation*/
#nav-toggle{position:absolute;top:25px;left:20px;cursor:pointer;display:none;z-index:3000;}
#nav-toggle span{display:block;width:30px;border-top:2px solid #fff;}#nav-toggle span:nth-child(2){margin:6px 0;}
#nav{position:relative;left:40px;}
#nav ul{}
#nav ul li{padding:0;margin:0 10px;display:inline-block;}
#nav ul li img{width:100%;max-width:252px;margin:0 0 8px 0;}
#nav ul li strong{display:block;font-size:240%;font-weight:normal;}
#nav ul li:nth-child(2){}
#nav ul li:nth-child(3){}
#nav ul li:nth-child(4){width:282px;}
#nav ul li:nth-child(5){}
#nav ul li:nth-child(6){}
#nav ul li a{display:block;padding:10px;font-weight:800;font-size:140%;text-align:center;color:#fff;text-transform:uppercase;}
#nav ul li:hover a{color:#A94B25;}
#nav ul li:nth-child(1) a{background:none!important;padding:10px 0;}
#nav ul li.selected a{color:#A94B25;}

