body{
	margin:0;
	padding:0;
}

.mobile{
	position:fixed;
	height:auto;
	width:100%;
	background:#e5e5e5;
	z-index:1;
	top:-150%;
	left:0;
	padding:3% 8% 8% 8%;
	transition:all 0.5s ease-in-out 0s;
	-webkit-transition:all 0.5s ease-in-out 0s;
	-moz-transition:all 0.5s ease-in-out 0s;
	-ms-transition:all 0.5s ease-in-out 0s;
	-o-transition:all 0.5s ease-in-out 0s;
	border-top:solid 2px #fff;
}

.mobile ul{
	margin:0;
	padding:0;
	list-style: none;
}

.mobile a{
	color:#f6a623;
	font-size:26px;
	margin-top:5%;
	display:block;
	text-decoration:none;
	font-family:'Lato-Black',sans-serif;
}

.mobile a:hover{
	text-decoration:none;
}

.mobile .inner{
	margin-left:7%;
}

.mobile .inner a{
	font-size:21px;
	margin-top:0;
}

.mobile .social{
	display:inline-block;
	margin-top:5%;
	font-size:30px;
	margin-right:30px;
}

.remarks{
	font-size:12px;
	font-family:'Lato-Regular',sans-serif;
	color:#fff;
	margin-top:20px;	
	text-align:center;
}
/*
#nav-toggle { position: absolute; left: 20px; top: 10px; display:none; }
#nav-toggle { cursor: pointer; padding: 10px 35px 16px 0px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 33px;
  background: #f6a623;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -10px; 
}
#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
*/
header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding:5px 20px;
	background:#fff;
	z-index:2;
	border-bottom:solid 4px #f8981c;
	transition:all 0.5s ease-in-out 0s;
	-webkit-transition:all 0.5s ease-in-out 0s;
	-moz-transition:all 0.5s ease-in-out 0s;
	-ms-transition:all 0.5s ease-in-out 0s;
	-o-transition:all 0.5s ease-in-out 0s;
}

header .logo{
	text-decoration:none;
}

header .logo img{
	width:317px;
	transition:all 0.5s ease-in-out 0s;
	-webkit-transition:all 0.5s ease-in-out 0s;
	-moz-transition:all 0.5s ease-in-out 0s;
	-ms-transition:all 0.5s ease-in-out 0s;
	-o-transition:all 0.5s ease-in-out 0s;s
}

header .nav li{
	display:inline-block;
	margin-right:35px;
	margin-top:13px;
}

header .nav li a{
	color:#002152;
	font-size:14px;
	font-family:'Lato-Bold', sans-serif;
	border:none;
	cursor: pointer;
}

header .nav li a:hover, header .nav li a:active, header .nav li a:after, header .nav li a:focus{
	background:none;
}

header .nav li a .animate_border{
	position:relative;
	width:0;
	left:0;
	opacity:0;
	border:solid 1px #002152;
	transition:all 0.5s ease-in-out 0s;
	-webkit-transition:all 0.5s ease-in-out 0s;
	-moz-transition:all 0.5s ease-in-out 0s;
	-ms-transition:all 0.5s ease-in-out 0s;
	-o-transition:all 0.5s ease-in-out 0s;s
}

header .nav li a:hover > .animate_border{
	width:100%;
	opacity: 1;
}

.banner{
	padding-top:87px;
	height:auto;
	background:#444;
}

.banner h1{
	color:#fff;
	font-size:42px;
	margin:0;
	font-family:'RobotoSlab-Bold',sans-serif;
	padding:20% 0;
	letter-spacing:0.93px;
	line-height: 59px;
	text-align: left;
}

.banner .overlay{
	width:100%;
	padding:3% 0;
	background:url('../img/default_color.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.banner .overlay_mobile{
	display:none;
}

.banner .overlay p{
	color:#fff;
	font-size:16px;
	font-family:'Lato-Black',sans-serif;
	line-height:28px;
	letter-spacing:1px;
	margin-bottom:20px;
	height:auto;
}

.banner .overlay a{
	color:#003f70;
	font-size:16px;
	font-family:'Lato-Black',sans-serif;
	letter-spacing: 0.5px;
	background:#dfdfdf;
	border-radius:2px;
	text-decoration:none;
	display:inline-block;
	margin:11px 10px;
	transition:all 0.5s ease-in-out 0s;
	-webkit-transition:all 0.5s ease-in-out 0s;
	-moz-transition:all 0.5s ease-in-out 0s;
	-ms-transition:all 0.5s ease-in-out 0s;
	-o-transition:all 0.5s ease-in-out 0s;
	cursor: pointer;
}

.banner .overlay ._aCollapse{
	background: none;
	color:#fff;
}

.banner .overlay ._aCollapse:hover{
	color:#fff;
}

.banner .overlay a:hover{
	color:#f8981c;
}

.banner .overlay a span{
	padding:12px 30px;
	display:block;
}

.banner .overlay a .animate_border {
	position:relative;
	top:0;
	width:0;
	height:3px;
	background:#f8981c;
	border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;
	opacity:0;
	transition:all 0.5s ease-in-out 0s;
	-webkit-transition:all 0.5s ease-in-out 0s;
	-moz-transition:all 0.5s ease-in-out 0s;
	-ms-transition:all 0.5s ease-in-out 0s;
	-o-transition:all 0.5s ease-in-out 0s;s
}

.banner .overlay a:hover .animate_border{
	width:100%;
	opacity:1;
}

.banner .overlay a i{
	margin-left:75px;
}

.container{
	width:1200px;
	margin:0 auto;
}

.container-small{
	width:1024px;
	margin:0 auto;	
}

h2{
	font-size:32px;
	font-family:'RobotoSlab-Bold',sans-serif;
	color:#003f72;
	line-height:36px;
	width:100%;
	text-align:center;
	margin:0;
}

h3{
	text-align:left;
	color:#003f72;
	font-size:22px;
	font-family:'Lato-Black',sans-serif;
	margin:0 0 20px	 0;
}

h4{
	font-size:16px;
	color:#003f72;
	font-family:'Lato-Black',sans-serif;
	margin:0 0 20px 0;
}

.who_we_are{
	padding:30px 0;
}

.who_we_are hr{
	width:130px;
	margin:0 auto;
	border:solid 2px #003f72;
	margin-top:16px;
	margin-bottom:30px;
}

.who_we_are .blued{
	background:#003f72;
	width:100%;
	height:auto;
	padding:15px;
	font-size:22px;
	color:#fff;
	font-family:'Lato-Regular',sans-serif;
	text-align:center;
	line-height:34px;
}

.who_we_are .blued p{
	margin:0;
}

.who_we_are .content{
	width:90%;
}

.who_we_are .content img{
	width:100%;
	margin-top:-27px;
	position:relative;
	z-index:-1;
}

.who_we_are .content .context{
	padding-top:5%;
}

.who_we_are .content p{
	/*
	font-size:14px;
	color:#4a4a4a;
	font-family:'Lato-Regular',sans-serif;
	line-height:26px;
	*/
	color: #282828;
	font-size: 18px;
	font-family: 'Lato-Regular',sans-serif;
	line-height: 31px;
}

.who_we_are .content a{
	color:#f6a623;
	text-decoration:none;
	font-family:'Lato-Black', sans-serif;

}

.who_we_are .content a:hover{
	text-decoration:underline;
}

.who_we_are .content a.external_link{
	text-decoration:underline;
	transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
}

.who_we_are .content a.external_link:hover{
	text-decoration:none;
	color:#003f72;
}

.hidden_title {
	display:none;
	padding-top:30px;
	width:100%;
	margin:0 auto;
}

.whats_new{
	padding:40px 0;
	background:#f2f2f2;
}
/*
.news_mobile{
	display:none;
}
*/
.whats_new .news_date{
	font-family:'Lato-Italic',sans-serif;
	font-size:11px;
	color:#9b9b9b;
	display:block;
}

.whats_new p.title{
	font-size:18px; 
	color:#282828; 
	font-weight:bold; 
	text-align:left;
}

.whats_new p{
	font-family:'Lato-Regular',sans-serif;
	font-size:14px;
	color:#4a4a4a;
	margin-bottom:20px;
	line-height:26px;
}

.whats_new img{
	width:100%;
}

.affiliates{
	padding:40px 0 0 0;
	background:#fff;
	vertical-align: bottom;
}

.affiliates h3{
	margin:0;
	vertical-align: bottom;
}

.affiliates h4{
	margin:0;
	text-transform: uppercase;
	text-align: right;
	line-height:30px;
}

.other_affiliates h4 {
	text-transform: uppercase;
}

.affiliates .textbox_holder{
	padding-right:0;
}

.affiliates .textbox_holder .search_error{
	display:none;
	font-size:10px;
	color:#fc0f0f;
}

.affiliates .textbox{
	font-family:'Lato-Regular',sans-serif;
	color:#282828;
	font-size:14px;
	line-height: 16px;
	width:100%;
	padding:8px;
	background:#f6f6f6;
	border:solid 1px #eee;
	width:100%;
	height:33.4px;
}

.affiliates .search_affiliate_holder{
	padding-left:0;
}

.affiliates .search_affiliate{
	width:100%;
	background:#f8981c;
	color:#fff;
	font-size:16px;
	font-family:'Lato-Black',sans-serif;
	border:none;
	padding:5px;
	text-transform: uppercase;
	height:33.4px;
}

#map{
	height:480px;
	width:100%;
	margin-top:15px;
}

.affiliates .result_overview{
	font-size:16px;
	color:#282828;
	margin-top:25px;
	display:block;
	font-family:'Lato-Semibold', sans-serif;
	text-align:left;
	display:none;
}

.affiliates .zero_affiliate{
	color:red;
	text-align:center;
	display:block;
	font-size:14px;
	font-family: 'Lato-Regular',sans-serif;
	padding:30px 0;
}

.affiliates .result_info{
	font-size:11px;
	color:#3f3f3f;
	display:block;
	font-family:'Lato-Semibold', sans-serif;
	text-align:left;
	display:none;
}

.affiliates .affiliate_result_scroll{
	min-height:0;
	max-height: 450px;
	width:100%;
	/*overflow-y: scroll;*/
	/*padding:15px;*/
}

.affiliates span{
	display:block;
	width:100%;
}

.affiliates .affiliate_name{
	font-family:'Lato-Black',sans-serif;
	color:#003f72;
	font-size:18px;
	line-height:18px;
	margin-bottom:10px;
}

.affiliates .affiliate_owner{
	font-family:'Lato-Black',sans-serif;
	color:#282828;
	font-size:16px;
	line-height:16px;
	margin-bottom:10px;
}

.affiliates .affiliate_location{
	font-family:'Lato-Regular',sans-serif;
	color:#282828;
	font-size:14px;
	line-height:20px;
}

.affiliates .contact{
	font-family:'Lato-Regular',sans-serif;
	color:#282828;
	font-size:14px;
	line-height:23px;
}

.affiliates .contact .col-md-9{
	word-wrap: break-word;
}

.affiliates .contact a{
	color:#fc9c00;
	text-decoration:none;
}

.affiliates .contact a:hover{
	text-decoration:underline;
}

.affiliates hr{
	border:solid 1px #dbdbdb;
	margin:30px 0;
}

.other_affiliates{
	padding:30px;
}

.other_affiliates .aff_1{ padding:0 20% 0 2%; margin-top:15px; }
.other_affiliates .aff_2{ padding:0 11%; margin-top:15px; }
.other_affiliates .aff_3{ padding:0 2% 0 20%; margin-top:15px; }
.other_affiliates .aff_ctr_2, .other_affiliates .aff_ctr_3{ border-left:solid 2px #f2f2f2; }

.other_affiliates .aff span{
	display:block;
}

.other_affiliates .aff .title{
	font-family:'Lato-Black',sans-serif;
	font-size:18px;
	color:#003f72;
	line-height:18px;
	margin-bottom:15px;
}

.other_affiliates .aff .owner{
	font-family:'Lato-Black',sans-serif;
	font-size:16px;
	color:#282828;
	line-height:38px;
	margin-bottom:15px;
}

.other_affiliates .aff .position{
	display:inline-block;
}

.other_affiliates .aff .info{
	font-family:'Lato-Regular',sans-serif;
	font-size:14px;
	color:#282828;
	line-height:20px;
	margin-bottom:15px;
}

.other_affiliates .aff .aff_contact{
	font-family:'Lato-Regular',sans-serif;
	font-size:14px;
	color:#282828;
	line-height:23px;
	margin-bottom:15px;
}

.other_affiliates .aff .aff_contact a{
	color:#fc9c00;
	text-decoration:none;
}

.other_affiliates .aff .aff_contact a:hover{
	text-decoration:underline;
}
/*
.our_trustees .banner_image{
	height:420px;
	width:100%;
}

.our_trustees .banner_image .overlay{
	padding:20px 0;
	text-align:left;
	color:#fff;
	font-size:22px;
	font-family:'Lato-Black', sans-serif;
	line-height: 36px;
	letter-spacing: 0.5px;
	background:url('../img/default_color.png');
	background-repeat: repeat-x;
	background-size: cover;
	opacity:0.8;
}
*/

.our_trustees .content{
	width:90%;
}

.our_trustees .trustee_left img{
	width:100%;
}	

.our_trustees .trustee_right h3{
	margin-bottom:50px
}

.our_trustees .trustee_right{
	color:#282828;
	font-size:18px;
	font-family:'Lato-Regular',sans-serif;
	line-height: 31px;
}
.our_trustees .trustee_right .author{
	color:#282828;
	font-size:12px;
	font-family:'Lato-Regular',sans-serif;
}

.our_trustees .overlay{
	background:url('../img/default_color.png');
	background-repeat: repeat-x;
	background-size: cover;
	opacity:1;
	padding:30px 0;
	position:absolute;
	width:100%;
	margin-top:-78px;
}

.our_trustees .overlay h4 {
	color:#fff;
	margin:0;
}

.our_trustees .trustees{
	padding:30px 0;
}

.our_trustees .trustees .trustee_item{
	padding:0 15px;
}

.our_trustees .trustees .trustee_item .col-md-6{
	height:auto;
	min-height:120px;
}

.our_trustees .trustees .separator{
	border-right:solid 2px #eee;
}

.our_trustees .trustees .trustee_item .trustee_parent{
	font-size:0;
}

.our_trustees .trustees .trustee_item .trustee_name{
	display:inline-block;
	font-family:'Lato-Black',sans-serif;
	color:#282828;
	font-size:16px;
	line-height: 16px;
	margin-bottom:8px;
}

.our_trustees .trustees .trustee_item .post{
	font-size:14px;
}

.our_trustees .trustees .trustee_item .post .comma{
	font-size:16px;
}

.our_trustees .trustees .trustee_item .trustee_post{
	display:inline-block;
	font-family:'lato-Regular',sans-serif;
	color:#282828;
	font-size:16px;
	line-height: 16px;
	margin-bottom:8px;
}

.our_trustees .trustees .trustee_item .trustee_location{
	display:block;
	color:#282828;
	font-size:14px;
	line-height: 17px;
	font-family:'Lato-Bold',sans-serif;
	margin-bottom:8px;
}

.our_trustees .trustees .trustee_item .trustee_position{
	display:block;
	color:#282828;
	font-size:14px;
	line-height: 17px;
	font-family:'Lato-Regular',sans-serif;
	margin-bottom:30px;
}

.what_we_do .overlay{
	background:#003f72;
	opacity: 0.8;
	height:100%;
	width:100%;
	display:block;
	padding:50px 0;
}

.what_we_do h2{
	color:#fff;
}

.what_we_do hr{
	width:130px;
	margin:0 auto;
	border:solid 2px #fff;
	margin-top:16px;
	margin-bottom:50px;
}

.what_we_do p{
	color:#fff;
	font-family:'Lato-Regular',sans-serif;
	font-size:38px;
	line-height: 52px;
}

.what_we_do strong{
	font-family:'Lato-Black',sans-serif;
}

.innovate{
	padding:30px 0;
	background:#f2f2f2;
}

.innovate p{
	color:#003265;
	font-size:22px;
	font-family:'Lato-Regular',sans-serif;
}

.innovate p a{
	color:#fc9c00;
	font-family:'Lato-Black',sans-serif;
	text-decoration:none;
}

.innovate p a:hover{
	text-decoration:underline;
}

.innovate strong{
	color:#003265;
	font-family:'Lato-Black',sans-serif;
}

.innovate span{
	display:block;
	text-align: left;
	color:#fff;
	font-size:18px;
	font-family: 'Lato-Black',sans-serif;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	padding:15px;
	margin-top:15px;

	background:#003f72;
	background: linear-gradient(to right, #003f72 50%, #f8981c 50%);
	background-size: 200% 100%;
	background-position:right bottom;
	transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
}

.innovate span:hover{
	background-position:left bottom;
}

.innovate span a {
	color:#fff;
	text-decoration: none;
}

.innovate span i{
	float:right;
	margin-top:5px;
}


.innovate .box{
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	background:#fff;
	box-shadow:0px 2px 1px 0px #dfdfdf;
	height:auto;
	min-height:285px;
	width:100%;
	margin:0 auto;
	padding:20px;
	margin-bottom:45px;
}

.innovate .box img{
	height:93px;
	margin:30px 0;
}

.innovate .box span i{
	float:right;
	font-size:26px;
}

.innovate .box p{
	font-size:14px;
	color:#282828;
	font-family:'Lato-Regular',sans-serif;
	line-height: 19px;
	padding:0 20px;
}

.innovate .buttons{
	background:#fff;
	border-radius:4px;
	padding:20px;
	height:98px;

	background:#003f72;
	background: linear-gradient(to right, #003f72 50%, #fff 50%);
	background-size: 200% 100%;
	background-position:right bottom;
	transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
}

.innovate .buttons:hover{
	background-position:left bottom;
}

.innovate .buttons:hover .link{
	color:#fff;
}

.innovate .buttons:hover i{
	color:#fff;	
}

.innovate .buttons .link{
	font-size:16px;
	font-family:'Lato-Black',sans-serif;
	color:#003f72;
	display:inline-block;
	vertical-align:middle;
	transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
}

.innovate .buttons .double{
	margin-top:3px;
}

.innovate .buttons .single{
	margin-top:15px;
}

.innovate .buttons i{
	font-size:30px;
	display:inline-block;
	vertical-align:middle;
	margin-top:15px;
	transition:all 1s ease;
}

.contact_us{
	padding:30px 0;
}

.contact_us h2{
	color:#fff;
}

.contact_us hr{
	width:130px;
	margin:0 auto;
	border:solid 2px #fff;
	margin-top:16px;
	margin-bottom:50px;
}

.contact_us .container-small{
	background:#fff;
	border-radius:4px;
	height:auto;
}

.contact_us #contact_map{
	height:556px;
	width:100%;
	border-top-right-radius: 4px;
}

.contact_us .contact_text{
	padding:20px;
}

.contact_us .contact_text .questions{

}

.contact_us .contact_text .headquarters{
	color:#282828;
	font-size:16px;
	font-family:'Lato-Black',sans-serif;
	margin:0;
}

.contact_us .contact_text span{
	font-size:12px;
	color:#8D8D8D;
	font-family:'Lato-Regular',sans-serif;
	margin-left:10px;
}

.contact_us .contact_text p{
	color:#282828;
	font-size:14px;
	font-family:'Lato-Regular',sans-serif;
	line-height: 20px;
}

.contact_us .contact_text a{
	color:#fc9c00;
	text-decoration:none;
}

.contact_us .contact_text a:hover{
	text-decoration: underline;
}

.contact_us .req{
	margin:20px 0 0 0 !important;
	display:block;

}

.contact_us .form-control{
	margin:15px 0;
	background:#f6f6f6 !important;
	border-radius:0 !important;
	border:solid 1px #eee;
	box-shadow:none !important;
	color:#9fa4a6;
	font-family:'Lato-Italic',sans-serif;
	font-size:14px;
}

.contact_us textarea{
	resize:none;
	height:100px;
}

.contact_us .submit{
	/*background:#f8981c;*/
	font-family: 'Lato-Black',sans-serif;
	line-height: 16px;
	color:#fff;
	border:none;
	padding:10px 0;
	width:50%;
	margin-top:15px;

	background:#003f72;
	background: linear-gradient(to right, #003f72 50%, #f8981c 50%);
	background-size: 200% 100%;
	background-position:right bottom;
	transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
}

.contact_us .submit:hover{
	background-position:left bottom;
}

.get_it{
	padding:30px 0;
	background:#fff;
}

.get_it p{
	margin:0;
	font-size:21px;
	font-family: 'Lato-Regular',sans-serif;
	margin:0;
	margin-top:8px;
	line-height:28px;
	color:#003f72;
}

.get_it span{
	display:block;
	font-size:14px;
	font-family: 'Lato-Black',sans-serif;
	color:#003f72;
}

.get_it img{
	width:95%;
	margin-top:5px;
}

footer{
	width:100%;
	padding:25px;
	background:#003f72;
}

footer .container {
	width:90%;
}

footer .footer_sections{
	font-size:16px;
	color:#fff;
	padding:0 30px;
	font-family: 'Lato-Black',sans-serif;
	border-right:solid 1px #79a9d0;
	height:130px;
}

footer .footer_sections:last-child{
	border-right:none;
}

footer .footer_sections ul{
	list-style: none;
	padding:0;
	margin-top:30px;
}

/*
footer .footer_sections hr{
	width:80%;
	border:solid 1px #a5a5a5;
	float:left;
	margin:6px 0 12px 0;
}
*/

footer .footer_sections .social_group a{
	border-radius:50%;
	background:#fff;
	height:40px;
	width:40px;
	display:inline-block;
	margin-right:20px;
	margin-top:30px;
}

footer .footer_sections .social_group a i{
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

footer .footer_sections .social_group a:hover i{
	color:#f8981c;
}


footer .footer_sections i{
	font-size:20px;
	color:#003f72;
	margin-left:11px;
	margin-top:10px;
}

footer .footer_sections a{
	color:#79a9d0;
	font-size:14px;
	font-family:'Lato-Regular',sans-serif;
	cursor: pointer;
}

footer .footer_sections .inner{
	margin-left:20px;
	margin-top:0;
}
/*
footer #menu-footer-menu li{
	display:inline-block;
	width:32%;
}

footer #menu-footer-menu i{
	color:#79a9d0;
	margin:0;
	margin-left:5px;
}
*/
footer .menu-footer-menu-1-container, footer .menu-footer-menu-2-container, footer .menu-footer-menu-3-container {
	display:inline-block;
	width:32%;
	vertical-align: top;
}

footer .menu-footer-menu-1-container i, footer .menu-footer-menu-2-container i, footer .menu-footer-menu-3-container i{
	color:#79a9d0;
	margin:0;
	margin-left:5px;
	font-size:15px;
	margin:0;
}

.wpcf7-form span{`
	margin:0 !important;
}

.wpcf7-form br{
	display:none !important;
}

.wpcf7-form .wpcf7-not-valid-tip{
	background:none;
	color:#fe1b1b !important;
	padding:7px;
	border-radius:4px;
}

.wpcf7-form div.wpcf7-validation-errors, .wpcf7-form div.wpcf7-spam-blocked{
	border-radius:4px;
	border:none !important;
	font-size:14px;
	background:#ffaaaa;
	color:#fe1b1b !important;
	padding:7px;
}

div.wpcf7-mail-sent-ok {
	border-radius:4px;
	border:none !important;
	font-size:14px;
	background:#398f14;
	color:#fff !important;
	padding:7px;	
}

/** SINGLE POST **/

.single_post_banner{
	width:100%;
	height:auto;
	padding:30px 0 60px 0;
	margin-top:78px;
}

.single_post_banner h1{
	color:#fff;
	font-size:42px;
	margin:0;
	font-family:'Lato-Bold',sans-serif;
	letter-spacing:0.93px;
	padding:60px 0;
}

.single_post_banner p{
	margin:0;
	color:#fff;
	font-family:'Lato-Bold',sans-serif;
	font-size:16px;
}

.single_post_content{
	padding:30px 0;
	color:#a5a5a5;
	font-size: 14px;
	font-family:'Lato-Regular',sans-serif;
}

.single_post_content .block{
	margin-bottom:15px;
}

.single_post_content img{
	width:100%;
}

.single_post_content h2{
	margin:15px 0 30px 0;
	color:#a5a5a5;
	font-family:'Lato-Bold',sans-serif;
}

.single_post_columns{
	padding:30px 0;
	color:#a5a5a5;
	font-size:14px;
}

.single_post_columns .col_1{ padding-right:10%; }
.single_post_columns .col_2{ padding:0 5%; }
.single_post_columns .col_3{ padding-left:10%; }

.single_post_columns .date{
	font-size:12px;
	display:block;
}

.single_post_columns .title{
	font-size:18px;
	margin-bottom:5%;
	display:block;
}

.single_post_columns h3{
	margin:0 0 2% 0;
	width:100%;
	border-bottom:solid 2px #a5a5a5;
	color:#a5a5a5;
	padding-bottom:2%;
	text-align:left;
}

.single_post_columns .toggle_read {
	display:none;
	color:#f6a623;
	font-size:13px;
	font-family:'Lato-Black',sans-serif;
	padding-top:15px;
}

.single_columns hr {
	display:none;
	border:solid 1px #e0e0e0;
}

.single_columns a{
	color:#4a4a4a;
	text-decoration:none;
}

/* Icon 2 */

#nav-icon {
	display:none;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 35px;
  background: #003872;
  border-radius:3px !important;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(even) {
  left: 30px;
  border-radius: 0 9px 9px 0;
}

#nav-icon span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
  top: 5px;
  left:15px;
}

#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
  top: 18px;
  left:15px;
}

#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
  top: 31px;
  left:15px;
}

#nav-icon.open span:nth-child(1),#nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(2),#nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(1) {
  left: 14px;
  top: 10px;
  width:20px;
}

#nav-icon.open span:nth-child(2) {
  left: calc(32px - 5px);
  top: 10px;
  width:20px;
}

#nav-icon.open span:nth-child(3) {
  left: 30px;
  opacity: 0;
  width:20px;
}

#nav-icon.open span:nth-child(4) {
  left: 30px;
  opacity: 0;
  width:20px;
}

#nav-icon.open span:nth-child(5) {
  left: 13px;
  top: 24px;
  width:20px;
}

#nav-icon.open span:nth-child(6) {
  left: calc(33px - 5px);
  top: 24px;
  width:20px;
}

.desktop_marker_label {
	font-size:14px;
	color:#f8981c;
	font-family: 'Lato-Black',sans-serif;
}

.desktop_counter_marker {
	margin-top:-39px;
	margin-left:10px;
	font-size:14px;
	color:#f8981c;
	font-family: 'Lato-Black',sans-serif;
}

.mobile_marker_label {
	font-size:14px;
	color:#fff;
	font-family: 'Lato-Black',sans-serif;
}

.mobile_counter_marker {
	margin-top:-50px;
	margin-left:11px;
	font-size:16px;
	color:#fff;
	font-family: 'Lato-Black',sans-serif;
}

._404 {
	height:auto;
	margin-top:87px;
}

._404 h1{
	padding:5% 30px;
	text-align:center;
}

#bitnami-banner {display:none;}

img.captcha_img {
	width: 100px;
}

.desktop-marker {
	max-width: 30px;
}
