body {
	font-family:Helvetica, sans-serif;
}

@font-face {
    font-family:'coco-bold';
    src: url('fonts/cocogoose-pro-bold-trial-webfont.woff2') format('woff2'),
         url('fonts/cocogoose-pro-bold-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family:'coco-light';
    src: url('fonts/cocogoose-pro-light-trial-webfont.woff2') format('woff2'),
         url('fonts/cocogoose-pro-light-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family:'coco';
    src: url('fonts/cocogoose-pro-regular-trial-webfont.woff2') format('woff2'),
         url('fonts/cocogoose-pro-regular-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family:'coco-new';
    src: url('fonts/cocogoose_trial-webfont.woff2') format('woff2'),
         url('fonts/cocogoose_trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family:'helvetica-black';
    src: url('fonts/helvetica_lt_std_black-webfont.woff2') format('woff2'),
         url('fonts/helvetica_lt_std_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


#topwrapper .top, #footerwrapper .footer, .copy {
	width:95%;
	margin:0 auto;
}

#topwrapper .top{
	align-items:end;
}
#home #topwrapper .top{
	align-items:center;
}

#navwrapper .menu-close, .menu-toggle {
    display: none;
}

#navwrapper ul li{
	display:inline;
	margin:0 0 0 50px;
	font-size:15px;
}

#navwrapper{
	    width:calc(100% - 20%);
		text-align:right;
}

#navwrapper .donate a{
	background:#00BAE9;
	font-family:'coco-light';
	border-radius:7px;
	color:#fff!important;
	padding:11px 12px 8px 12px;
 
}

#navwrapper li a{
	text-decoration:none;
	 
	color:#16365E;
	
}

#home #navwrapper li a{
	color:#fff;
}

#navwrapper li.drop{
	position:relative;
}

#navwrapper li.drop:hover .sub_menu{
	visibility:visible;
}

#navwrapper .sub_menu{
	width:180px;
}

#navwrapper .sub_menu li{
	font-size:13px;
	margin:0 0 11px 0;
	display:block;
}

 
#topwrapper .sub_menu {
    visibility: hidden;
	width:160px;
    position: absolute;
    z-index: 999;
    top: 15px;
    left: 0;
    text-align: left;
    padding: 15px 0 0 0;
}


#topwrapper .left{
	width:25%;
}

#topwrapper .left .logo{
	display:inline;
}

#topwrapper .left .logo img{
	width:auto;
}

#topwrapper .left a{
	color: #215594; 
	font-weight:bold;
	margin:0 0 0 30px;
	font-size:25px;
	text-decoration:none;
}

#home #topwrapper .left a{
	color:#fff;
}

#topwrapper #navwrapper a:hover, #topwrapper #navwrapper .lion{
	color:#00BAE9;
}

.logo{
	width:176px;
}

.clear {
	clear:both;
}

.callout{
	color:#215594;
	font-family:'coco-bold';
	font-size:64px;
	margin:0 0 40px 0;
	text-align:center;
	letter-spacing:-3.2px;
}

h1 {
	color:#215594;
	font-family:'coco-bold';
	font-size:85px;
	text-transform:capitalize;
	text-align:center;
}

#pages h1{
	margin:100px 0 0 0;
}

#home h1{
	color:#fff;
	text-align:left;
	font-size:125px;
	letter-spacing:-1.25px;
}

h2 {
	color:#00BAE9;
	font-weight:bold;
	margin:0 0 30px 0;
	font-size:25px;
	letter-spacing:-1.25px;
}

.main{
	max-width:1500px;
	margin:0 auto;
	width:90%;
}

.flex{
	display:flex;
}

#pages .flex{
	justify-content:space-between;
	flex-wrap:wrap;
}

.button{
	text-decoration:none;
	color:#000000;
	border-radius:7px;
	border:1px solid #00BAE9;
	font-size:14px;
	display:inline-block;
	padding:8px 12px;
}

.button.filled{
	color:#fff;
	background:#00BAE9;}
	

.padding{
	padding:80px 0;
}

#pages .callout{
	color:#215594;
	text-align:left;
	font-size:50px;
	line-height:1;
	letter-spacing:-2.5px;
	 font-family:'coco-new';
}

#pages .text{
	font-size:17px;
	line-height:1.4;
}

#pages .text.center{
	text-align:center;
}

#pages .greywrapper{
	background:#F8F8F8;
}



#pages .bluewrapper{
	background:#215594;
}

/*Home*/
#home .head{
	height:100vh;
	background-image:url(images/home-top.jpg);
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	border-radius:0 0 50px 50px;
}

#topwrapper{
	
	padding:10px 0 0 0;
}

#home #topwrapper{
	position:absolute;
	left:0;
	width:100%;
	top:50px;
	z-index:8;
	padding:0;
}

#home .head .overlay{
	position:absolute;
	bottom:100px;
	left:100px;
	width:820px;
}

#home .head .small{
	position:absolute;
	bottom:0;
	    bottom: 15px;
    line-height: 1;
	color:#fff;
	font-weight:bold;
	font-size:32px;
	right:0;
}

#home h1{
	color:#fff;
}

#home .about{
	text-align:center;
}

#home .about .text{
	margin:0 0 40px 0;
}

#home .about .callout{
	width:75%;
	margin:40px auto;
	 
}

#home .services{
	position:relative;
}

#home .services .box{
	background:#215594;
	border-radius:0 50px 0 0;
	position:absolute;
	left:0;
	top:0;
	width:820px;
	height:800px;
}

#home .services .flex{
	flex-wrap:wrap;
	justify-content:space-between;
}

#home .services .left{
	text-align:right;
	position:relative;
	z-index:8;
	margin:100px 0 0 0;
	width:34%;
}
 
#home .services .right{
	width:63%;
	margin:100px 0 0 0;
}

#home .services .button{
	float:right;
	color:#fff;
}

#home .services .service{
	width:48%;
	margin:1%;
	position:relative;
}

#home .services .large{
	font-size:64px;
	margin:0 0 40px 0;
	font-family:'coco';
	letter-spacing:-3.2px;
	color:#fff;
}

#home .services .name{
	padding:20px;
	position:absolute;
	background:#00BAE9;
	font-size:30px;
	color:#fff;
	font-weight:bold;
	right:0;
	bottom:50px;
	font-size:30px;
	border-radius:20px 0 0 20px;
}

#home .impact{
 
	position:relative;
}

#home .impact .left{
	 
     
 
    width: 650px;
   
    justify-content: space-between;
	 
	left: 0;
	 
	display: flex;
	position:absolute;
	top:80px;
   
}
 

#home .left.scrolled{
	 
	 
	position:fixed;
	transition:all 1s;
	 
}

#home .impact .left.cover{
	display:none;
}

#home .impact .bottom{
	text-align:right;
}

#home .impact .stats{
	float:right;
}

#home .impact .stat{
	border-bottom:2px solid #F8F8F8;
	padding:0 0 40px 0;
	margin:0 0 40px 0;
	font-family:'coco-light';
}

#home .impact .desc{
	margin:10px 0 0 0;
}

#home .impact .caps{
	color:#00BAE9;
	font-size:20px;
	text-transform:uppercase;
}

#home .impact span{
	font-size:13px;
}

#home .impact .main.flex{
	justify-content:space-between;
}

#home .impact .left h2{
	font-size:64px;
	letter-spacing:-3.2px;
}

#home .impact .sub{
	margin:0 0 0 80px;
	color:#215594;
	font-size:30px;
	font-family:'coco';
}

#home .impact .amount{
	font-size:65px;
	color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00BAE9;
	font-family:'helvetica-black';
}

#home .impact .star{ 
}

#home .stat .icon{
	background:#F8F8F8;
	border-radius:30px;
	width:175px;
	margin:0 40px 0 0;
	height:130px;
	padding:45px 0 0 0;
	text-align:center;
}

#home .stat .amount{
}

#home .stat .sub{
}

#home .stat .caps{
	text-transform:uppercase;
}

#home .stat .small{
}

#home .links{
	justify-content:space-between;
	    background: #fff;
    position: relative;
}

#home .link{
	position:relative;
	flex-basis:32%;
}

#home .link .button{
	color:#fff;}

#home .link .large{
	font-family:'coco';
	font-size:64px;
	margin:12px 0;
	letter-spacing:-3.2px;
}

#home .link .small{
	color:#00BAE9;
	font-size:25px;
	font-weight:bold;
}

#home .link .overlay{
	position:absolute;
	 
	left:7%;
	color:#fff;
	width:93%;
	z-index:8;
	bottom:50px;
}

#home .testimonials{
	background:#F8F8F8;
	border-radius:50px 50px 0 0;
	text-align:center;
	position:relative;
	width:92%;
	margin:90px auto 40px auto;
}

#home .testimonials .text{
	font-size:17px;
	width:70%;
	margin:0 auto;
	line-height:1.5;
}

#home .testimonials .name{
	color:#00BAE9;
	font-size:14px;
	font-weight:bold;
}

#home .testimonials .quote{
	position:absolute;
	top:20px;
	left:0;
	width:100%;
	text-align:center;
}

#home .testimonials .header{
	color:#00BAE9;
	font-size:64px;
	letter-spacing:-3.2px;
	margin:0 0 30px 0;
	font-family:'coco-bold';
}

#home .testimonials h2{
	    color: #215594;
}

#home .testimonials .name{
	margin:50px 0 0 0;
}

#home .partner{
	justify-content:center;
	align-items:center;
}

#home .partner .text{
	color:#215594;
	font-weight:bold;
	font-size:18px;
}

#home .partner img{
	margin:0 1%;
}

/*About*/
#pages.about .mission{
	position:relative;
	 
}

#pages.about .mission .right{
	width:50%;
	float:right;
}

#pages.about .mission .main{
	overflow:hidden;
}

#pages.about .mission .image{
	position:absolute;
	top:80px;
	left:0;
	width:806px;
}

#pages.about {
	position:relative;
	padding:0 0 80px 0;
}

#pages.about .greywrapper{
	border-radius:0 0 50px 50px;
	    margin: -200px auto 0 auto;
    padding: 180px 0 80px 0;
	width:95%;
}

#pages.about .greywrapper .callout{
	text-align:center;
	margin:40px auto 0 auto;
	width:64%;
	
}

#pages.about .bluewrapper{
	    position: absolute;
    right: 0;
    width: 33%;
    bottom: 80px;
    padding: 60px 60px 60px 150px;
    border-radius: 50px 0 0 40px;
    text-align: right;
	
	
	 
}

#pages.about .bluewrapper .callout{
	color:#fff;
	font-size:36px;
	letter-spacing:-1.8px;
	margin:0;
    text-align: right;
    line-heighT: 1.2;
}

#pages.about .bot{
	    width: 62%;
    justify-content: space-between;}

#pages.about .bot .left{
	width:45%;
	 
	
}

#pages.about .bot .right{
	position:relative;
	z-index:8;
}

#pages.about .middle .text{
	width:40%;
}

#pages.about .middle .top{
	float:left;
}

#pages.about .middle .bottom{
	float:right;
	margin:250px 0 0 50px;
}

#pages.about .middle .flex{
	justify-content:space-between;
}

/*Staff*/
#pages  .box{
	background:#F8F8F8;
	border-radius:50px 50px 0 0;
	padding:40px;
	flex-basis: 18%;
	margin:0 0 30px 0;
	overflow:hidden;
}

#pages.staff .box .title{
	font-weight:bold;
	text-transform:capitalize;
	font-size:18px;
	color:#00BAE9;
	float:left;
	width:80%;
	 
}

#pages.staff .box a{
	float:right;}

#pages.staff .name{
	font-size:30px;
	color:#215594;
	height:95px;
	line-height:1;
	font-family:'coco-new';
	letter-spacing:-1.3px;
}

#pages.staff .box.members{
	background:#F8F8F8;
	border-radius:50px 50px 0 0;
	padding:50px;
	margin:100px 0 0 0;
}

#pages.staff .box h2{
	text-align:center;
	font-size:50px;
	letter-spacing:-2.5px;
	margin:0 0 50px 0;
		color:#215594;
	font-family:'coco-new';}

#pages.staff .wrapper{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	width:75%;
	margin:0 auto;
}

#pages.staff .wrapper .box .title{
	font-size:16px;
	float:none;
	 
	margin:5px 0 0 0;}

#pages.staff .wrapper .box{
	flex-basis:33%;
	margin:0 0 30px 0;
}

#pages.staff .wrapper .name{
	font-size:25px;
	height:auto;
}

/*Testimonials*/
#pages.testimonials .flex{
	justify-content:center;
	text-align:center;
}

#pages.testimonials .box{
	margin:0 1.8% 40px 1.8%;
}

#pages.testimonials .text a {
	color:#00BAE9;
	font-size:12px;
}


#pages.testimonials .quote{
	text-align:center;
	font-size:30px;
	font-family:'coco-new';
	color:#00BAE9;
	letter-spacing:-1.5px;
	line-height:1;
	margin:-30px 0 20px 0;
}

/*Services*/
#pages.services .flex{
	justify-content:space-between;
}

#pages.services .box{
	padding:0;
	flex-basis:32%;
}

#pages.services .text.center {
	margin:0 0 80px 0;
}

#pages.services .image{
	position:relative;
}

#pages.services .title{
	position:absolute;
	color:#fff;
	font-size:44px;
	font-weight:bold;
	letter-spacing:-1.1px;
	bottom:30px;
	left:30px;
}

#pages.services .desc{
	width:85%;
	line-height:1.4;
	font-size:15px;
	 
	margin:40px auto;
}

#pages.services ul{
	margin:20px 0;
}

#pages.services li{
	position:relative;
	padding:0 0 0 30px;
	 
	margin:8px 0 0 0;
}

#pages.services li:before{
	content:"•";
	font-size:25px;
	top:0px;
	line-height:25px;
	color:#00BAE9;
	left:0;
	position:absolute;
}

#pages.services .read-more {
	border-radius:7px;
	padding:8px;
	display:block;
	text-transform:capitalize;
	font-size:12px;
	border:1px solid #00BAE9;
	color:#000;
	cursor:pointer;
	margin:5px 0px;
	width:fit-content;
	text-decoration:none;
}

 

#pages.services .greywrapper{
	padding:0;
	display:flex;
	margin:0 0 -40px 0;
	position:relative;
	align-items:center;
}

#pages.services .grey .image{
	width:65%;}

#pages.services .grey{
	width:38%;
	margin:0 0 0 5%;
}

#pages.services .grey h2{
	font-size:64px;
	font-weight:normal;
	line-height:1;
	font-family:'coco-new';
}

#pages.services .grey .text{
	margin:0 0 5px 0;
}

/*Get Involved*/
#pages.get-involved .section h2{
	color:#215594;
	font-family:'coco-new';
	font-size:60px;
	margin:0 0 40px 0;
	line-height:1;
}

#pages.get-involved .callout{
	color:#00BAE9;
	font-size:36px;
	margin:15px 0 0 0;
	text-align:center;
}

#pages.get-involved .section.last{
	align-items:end;
}

#pages.get-involved .section{
	display:flex;
	width:95%;
	margin:0 auto;
	align-items:start;
	justify-content:space-between;}
	
#pages.get-involved .section.right{
	flex-direction:row-reverse;
	align-items:center;
	margin:-50px 0;
 
}

#pages.get-involved .section.right .info h2, #pages.get-involved .section.right .info .text{
	text-align:right;
}

#pages.get-involved .section.right .button{
	float:right;
}

#pages.get-involved .section .pix{
	width:45%;
}

#pages.get-involved .section .text{
	margin:0 0 50px 0;
}

#pages.get-involved .section .info{
	width:47%;
}

#pages.get-involved .box{
	border-radius:30px;
	padding:20px;
	flex-basis:25%;
	text-align:center;
	 
}

#pages.get-involved .box .title{
	font-family:'coco-new';
	line-height:1;
	margin:12px 0;
	color:#215594;
	font-size:21px;
	 
}

#pages.get-involved .box img{
	width:auto;
}

/*News*/
#pages.news .main{
	width:70%;
	margin:0 auto;
}

#pages.news .box a{
	width:46%;
} 


#pages.news .box a img{
	width:100%;
}

#pages.news .info{
	width:49%;
}

#pages.news .info a{
	width:auto;
	margin:20px 0 0 0;
	font-size:12px;
}

#pages.news .box{
	display:flex;
	justify-content:space-between;
	padding:30px;
	flex-basis:27%;
	border-radius:50px;
}

#pages.news .box .title{
	color:#00BAE9;
	font-family:'coco-new';
	font-size:21px;
	letter-spacing:-1px;
}

#pages.news .box .date{
	color:#919191;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2.6px;
	font-size:13px;
}

#pages.news .box .button{
}

#pages.news .text {
	float:left;
}

#pages.news.detail .date {
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

#pages.news.detail .image {
	float:right;
	max-width:500px;
}

#pages.news.detail a {
	color:#000;
}

/*Newsletters*/
#pages.newsletters .box{
	display:block;
	text-align:center;
}

#pages.newsletters .info{
	text-align:center;
	width:100%;
	margin:20px 0 0 0;
}

/*Calendar*/
#pages.calendar h2{
	text-align:center;
}

#pages.calendar .button {
	display:block;
	width:fit-content;
	margin:0px auto 5px auto;
}
 

/*Donate*/
#pages.donate .banner{width:45%;
}

#pages.donate .donatewrapper{
	width:50%;
}

#pages.donate h1{
	text-align:left;
	    color: #00BAE9;
    font-weight: bold;
    margin: 0 0 30px 0;
    font-size: 25px;
	    font-family: Helvetica, sans-serif;
    letter-spacing: -1.25px; 
}

#pages.donate .options{
	    display: flex
;
     
}

#dn-center input::placeholder {
  color: #00BAE9;
   
 
}
 


#dn-center .options.amounts label {
    border: 2px solid #00BAE9;
     
    width:116px;
    padding: 8px 0;
	font-family:'coco-new';
    
    color: #215594;
    line-height: 1;
	margin:0 5px 0 0;
    font-size: 30px;
    text-align: center;
}

#dn-center .button {
  
 
    cursor: pointer;
 
	font-size:15px;
	 
	margin:20px 0 0 0;
	width:90px;
	font-weight:bold;
	padding:12px 0;
	font-family:'coco-light';
	text-align:center;
    
   
   
}

#dn-center select{
	border:none;
	border-bottom:1px solid #000;
}

 
	

#dn-center .donationinfo{
	margin:0 0 20px 0;
	line-height:1.4;
}

#dn-center .amount {
    font-size: 33px;
	font-family:'coco-new';
     
    margin: 0 0 30px 0;
    width: 50%;
    color: #00B9D1;
    border-bottom: 1px solid #000;
}

#dn-center .amount input {
    border: none;
	font-family:'coco-new';
    color: #00B9D1;
    width: 85%;
}

#dn-center .options.amounts label:hover, #dn-center .options.amounts input[type="radio"]:checked+label {
    background: #00BAE9;
    color: #fff;
}

#dn-center #part1 .options  input {
    display: none;
}

#pages.donate h2{
	    color: #215594;
    font-family: 'coco-new';
    font-size: 48px;
	line-height:1;
	font-weight:normal;
    text-transform: capitalize;
    
	text-align:left;
	letter-spacing:-2.4px;
}

/* Hidden Parts */
#pages.donate #part2, #pages.donate #part3, #pages.donate #part4 {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

/* Show Step 2 & Hide Step 1 */
#pages.donate #step2:checked ~ #part2 {
  opacity: 1;
  height: auto;
}
#pages.donate #step2:checked ~ #part1 {
  opacity: 0;
  height: 0;
  display: none;
}

/* Show Step 3  & Hide Step 2 */
#pages.donate #step3:checked ~ #part3 {
  opacity: 1;
  height: auto;
}

#pages.donate #step3:checked ~ #part2 {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Show Step 4  & Hide Step 3 */
#pages.donate #step4:checked ~ #part4 {
  opacity: 1;
  height: auto;
}

#pages.donate #step4:checked ~ #part3 {
  opacity: 0;
  width: 0;
  height: 0;
}


#pages.donate #resultMessage .thankyou {
	display:none;
}

#dn-center{
	font-family: Helvetica, sans-serif;
	font-size:14px;
	 
	
}
 
#dn-center .options{
	line-height:10px;
	margin:20px 0;
}

#dn-center .btn-group{
	clear:both;
}

#dn-center .btn-group.btn-group-lg.btn-group-justified .button.left {
	float:left;
}

#dn-center .btn-group.btn-group-lg.btn-group-justified .button.right{
	float:right;
}

#dn-center .dn-title.rel{
	position:relative;
	pointer-events: auto;
}

#dn-center .checkbox{
	vertical-align:middle;
}

#dn-center .script {
	display: block;
	position: relative;
	padding:2px 0 0 20px;
	cursor: pointer;
	margin:0 30px 0 0;
	text-transform:capitalize;           
}
	      
#dn-center .newmark {
	position: absolute;
	top: 1px;
	left: 0;
	height: 12px;
	width: 12px;
	background-color: #fff;
	border:1px solid #00BAE9;
}
         
#dn-center .newmark:after {
	content: "";
	display: none;
}

#dn-center .script input:checked ~ .newmark:after {
    display: block;
}
 
#dn-center .script .newmark:after {
	width: 100%;
	height: 100%;
	background: #00BAE9;				 
} 

#dn-center .dn-field {
	position: relative;
	margin:0 0 20px 0;
	font-size:14px;		 
}

#dn-center .dn-field.float{
	float:left;
	width:50%;
}

#dn-center .dn-field.float.half{	 
	width:50%;
}
 
#dn-center .dn-field.float.third{	 
	width:33%;
}

#dn-center .dn-field select.dn-textfield{
	height:22px;
}
	
#dn-center .dn-field .dn-textfield {
	width: 100%;
	outline: none;
	border: none;
	font-size:14px;
	margin:0 0 10px 0;
	color:#022859;
	padding:0 0 5px 0;
	border-bottom: 1px solid #022859;
			 
}

#dn-center .dn-field .dn-textfield.longer{
	margin:10px 0;
}
		
#dn-center .dn-field .dn-textfield:focus {
	border-color: #022859;
	border-width: medium medium 2px;
	font-size:11px;		 
}

#dn-center .dn-field #honorName.textfield:focus, #dn-center .dn-field #honorAddress.textfield:focus{
	font-size:14px;
	border-width: medium medium 1px;
}

#dn-center .edit {
	color:#1A80D9;
	cursor:pointer;
	font-size:x-small;
	font-weight:600;
	text-decoration:underline;
	letter-spacing:1px;
	text-transform:uppercase;
}

#dn-center textarea{
	resize:none;
}

#dn-center .dn-star {
    color: #000;
	font-size:8px;
	position:absolute;
}

#pages.donate #part2, #pages.donate #part3{
	width:45%;
}

#dn-center .dn-head{
	color:#215594;
	font-size:16px;
	
	margin:20px 0px 20px 0px;
}

#dn-center .textarea{
	resize:none;
}

#dn-center .dn-title{
	position: absolute;
    pointer-events: none;
    top: 0px;
    left: 0px;
    letter-spacing: 0.65px;
    color: #000;
    transition: 0.2s ease all;
}

#dn-center .dn-field input:focus ~ .dn-title,
#dn-center .dn-field input:not([value='']) ~ .dn-title {
	top: -15px;
	left: 0px;
	opacity: 1;
	font-size:10px;
}

#dn-center .dn-field textarea:focus ~ .dn-title,
#dn-center .dn-field textarea:not([value='']) ~ .dn-title {
	top: -15px;
	left: 0px;
	opacity: 1;
	font-size:10px;
}

#dn-center .dn-spacer {
	clear:both;
	height:15px;
}

#dn-center .dn-title img{
	position:absolute;
}
 

#dn-center .dn-smalltext {
	font-size:12px;
}

#dn-center .edit{
	margin:10px 0 0 0;
	color: #284264;
}

.dn-clear {
	clear:both;
}

@media (max-width:550px) {
	#dn-center .dn-field.float.third, #dn-center .dn-field.float{
		float:none;
		width:100%;
	}
	
 
}

/*Contact*/
#pages.contact .flex{
	justify-content:left;
	align-items:start;
}

#pages.contact .map{
	position:relative;
	padding:80% 0 0 0;
}

#pages.contact .left{
	width:50%;
	margin:0 5% 0 0;
	 
}

#pages.contact .button{
	margin:20px 0 0 0;
	font-family:'coco-light';
	font-weight:bold;
}

#pages.contact .right{
	width:30%;
	color:#215594;
	font-size:21px;
}

#pages.contact .contactinfo{
	display:flex;
	margin:0 0 25px 0;
}

#pages.contact i{
	color:#00BAE9;
	margin:0 15px 0 0;}

#pages.contact .map iframe{
	position:absolute;
	top:0;
	border-radius:50px 0 0 50px;
	left:0;
	width:100%;
	height:100%;}

#pages.contact h1{
	color:#00BAE9;
	font-size:25px;
	text-align:left;
	font-weight:bold;
	margin:50px 0 50px 0;
	font-family:Helvetica, sans-serif;
}

#pages.contact h2{
	color:#215594;
	font-family: 'coco-new';
	font-size:48px;
	margin:0 0 40px 0;
	text-align:left;
}

#pages.contact .right a{
	text-decoration:none;
	color:#215594;
}

#pages.contact .textfield, #pages.contact .textarea{
	resize:none;
	border:none;
	background:none;
	padding:0 0 5px 0;
	width:100%;
	color:#282828;
	font-size:13px;
	border-bottom:1px solid #282828;
	margin:0 0 20px 0;
}

#pages.contact form{
	border-radius:50px;
	padding:60px;
	background:#F8F8F8;
	margin:50px 0 0 0;
}

/*Footer*/
#footerwrapper .footer{
	margin:30px auto 20px auto;
	padding:50px 0 50px 0;
	justify-content:space-between;
	border-top:2px solid #edecec;
	border-bottom:2px solid #edecec;
}

#footerwrapper ul li{
	float:left;
	margin:0 40px 0 0;
	font-weight:600;
	font-size:15px;
}

#footerwrapper ul li ul li{
	float:none;
	font-size:14px;
	font-weight:normal;
	margin:8px 0 0 0;
}

#footerwrapper li a{
	color:#215594;
	text-decoration:none;
	font-size:15px;
}

#footerwrapper .logo{
	width:350px;
	color:#215594;
}

#footerwrapper .textfield{
	font-size:12px;
	border:1px solid #215594;
	border-radius:10px;
	padding:16px 0 10px 3%;
	width:95%;
}

#footerwrapper .logo .address{margin:8px  0 0 0;
}

#footerwrapper .logo img{
	width:auto;
}

#footerwrapper .logo a{
	color:#215594;
	font-size:24px;
	text-decoration:none;
	font-weight:bold;
}

#footerwrapper .social a{
	background:#00BAE9;
	border-radius:5px;
	color:#fff;    padding: 6px 0;
    width: 30px;
    float: left;
    text-align: center;
	margin:0 3px;
}

#footerwrapper .mailing .title{
	color:#215594;
	font-weight:bold;
	font-size:20px;
	letter-spacing:-1px;
	    margin: 0 0 -10px 10px;
    background: #fff;
    padding: 0 0 0px 8px;
    position: relative;
    width: 190px;
}

#footerwrapper .mailing{
	width:266px;
	position:relative;}

#footerwrapper .submit{
	background:none;
	color:#00BAE9;border-radius:8px;
	border:1px solid #00BAE9;
	position:absolute;
	right:8px;
	top:18px;
	width:30px;
	height:30px;
}
/*Copy*/
.copy {
	padding:0px 0px 10px 0px;
	font-size:11px;
	display: flex;
	flex-wrap: wrap;
}

.copy > div {
  width: 33%; /* each child fills the full width */
}

.copy .middle {
	text-align:center;
}

.copy a {
	color:#000000;
	text-decoration:none;
}

.copy .right {
	text-align:right;
}
