/* ----------------------------------------------------------------------- */
/* Genral
/* ----------------------------------------------------------------------- */
body{
	font-family:"ProximaNova",sans-serif;
	font-size: 16px;
}
h1{
	font-weight: bold;
}
h1 .top-head{
    width: 100%;
    display: block;
    font-size: 20px;
    color: #019dc5;
	font-weight: normal;
}
/* ----------------------------------------------------------------------- */
/* Header
/* ----------------------------------------------------------------------- */
#header{
	box-shadow: 0 0 0 rgba(0,0,0,0);
}

.header-v1 #navigation > ul > li.login-form{
	padding-top: 25px;
}
.header-v1 #navigation > ul > li > a{
	position: relative;
	transition: background .3s,color .3s;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 8px;
	padding-top:8px;
	cursor:pointer;
}
.header-v1 #navigation > ul > li.login-form > a, .header-v1 #navigation > ul > li.current-menu-parent.menu-item-has-children > a {
    background: #003466;
    color: #FFF;
    padding-top: 8px;
    padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	transform: translate3d(0,0,0);
	transition: color .3s,background 0s;
	overflow: hidden;
	z-index: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-width:0;
}
header-v1 #navigation ul.sub-menu li:hover{
    background:red !important;
}
.header-v1 #navigation > ul > li > a:before, .header-v1 #navigation > ul > li > a:after {
    display: block;
    background: #003466;
	position: absolute;
	bottom: 1px;
	transform-origin: left top;
	left: 0;
	width: 100%;
	height: 1px;
	transform: scale3d(0,1,1);
	transition: transform 0.5s cubic-bezier(0.37,0.16,0.12,1);
	content: '';
}
.header-v1 #navigation > ul > li.current_page_item > a:before, .header-v1 #navigation > ul > li.current_page_item > a:after, .header-v1 #navigation > ul > li.login-form > a:after, .header-v1 #navigation > ul > li.login-form > a:before{
    height:0 !important;
}
.header-v1 #navigation > ul > li > a:after, .header-v1 #navigation > ul > li.current_page_item > a:after {
	bottom: 0px;
	transform-origin: right top;
}
.header-v1 #navigation > ul > li > a:hover:before, .header-v1 #navigation > ul > li > a:hover:after, .header-v1 #navigation > ul > li.current_page_item > a:after, .header-v1 #navigation > ul > li.current_page_item > a:before {
	transform: scale3d(1,1,1);
}
.header-v1 #navigation > ul > li.login-form > a:hover{
	background: #0099CB;
}
#navigation .sub-menu li {
    margin: 0;
}
#navigation .sub-menu li:hover{
    background:#019dc5;
}
#navigation .sub-menu li a, #navigation .sub-menu ul li a {
    border-color: #002f5c;
    padding-left: 10px;
    padding-right: 10px;
}
#mobile-navigation ul li a{
	border-width: 0 !important;
	text-align: center;
	font-weight: bold;
	padding: 8px 0 !important;
}

/* ----------------------------------------------------------------------- */
/* Hero
/* ----------------------------------------------------------------------- */
#hero{
	background-size: cover;
	background-position: center center;
	padding-top: 200px;
	padding-bottom: 200px;
}
#hero h1{
    font-size: 42px;
    font-weight: bold;
}
.wpb_content_element.hero-content{
	max-width: 540px;
}
.wpb_content_element.classic-content{
	max-width: 650px;
	margin: 0 auto;
}
/* ----------------------------------------------------------------------- */
/* Sections
/* ----------------------------------------------------------------------- */
.classic-section{
	padding-top: 60px;
	padding-bottom: 60px;
	background-image: url(../images/classic-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
}
.background-section{
    background-size:cover;
}
.classic-section h1{
	text-align: center;
}
.dark-section{
	padding-top:80px;
	padding-bottom:80px;
}
.dark-section .wpb_text_column .wpb_wrapper{
	max-width:620px;
}
.about-section{
	background-image:url(../images/about-section.png);
	background-size:contain;
	background-position:right top;
}
.box-service{
	font-weight: bold;
	transition: all 1s ease;
	width: auto;
	margin-right: 40px;
	display: inline-block;
}
ul.service-items{
	margin:0;
	padding:0;
	list-style:none;
}
ul.service-items li{
	margin-bottom:10px;
	padding-left:20px;
}
.box-service:before, ul.service-items li:before{
	font-family: FontAwesome;
	content: "\f192";
	color: #003466;
	margin-right: 10px;
	display: block;
	float: left;
	margin-left:-20px;
}
.icon-box-service{
    width: 100%;
    background-color: #FFF;
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: center;
    box-shadow: 0 0 74px rgba(10, 10, 10,0.07);
	cursor:pointer;
	transition: background-color 0.8s ease;
}
.icon-box-service h3{
	color:#000;
	min-height:75px;
	font-size: 22px;
}
.icon-box-service i{
    color: #0099CB;
    font-size: 48px;
	margin-bottom:20px;
}
.icon-box-service:hover, .icon-box-service.active{
	background-color:#0099CB;
}
.icon-box-service:hover i, .icon-box-service:hover h3, .icon-box-service.active i, .icon-box-service.active h3{
	color:#FFF;
}
.icon-box-content{
    margin: 40px 0;
    background: #FFF;
    padding: 40px;
    box-shadow: 0 0 74px rgba(10, 10, 10,0.07);
	display:none;
}
.icon-box-content.first{
	display:block;
}
.contact-icon-box i{
	font-size: 48px;
	margin-bottom: 40px;
}
.contact-icon-box h3{
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
}
.clients-logo .single_image img {
    max-width: 140px;
    margin: 0 auto;
    display: block !important;
}
.wpb_row .wpb_row.clients-logo .wpb_content_element.single_image{
	margin-bottom:0;
}
/* ----------------------------------------------------------------------- */
/* Typography
/* ----------------------------------------------------------------------- */
.round-button, .gform_button.button{
    color: #FFF;
    padding: 16px 80px;
	float: left;
	border-radius: 80px;
	border-width: 0;
	transform: translate3d(0,0,0);
	transition: color .3s,background 0s;
	overflow: hidden;
	z-index: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	background: #003466;
}
.round-button:hover, .gform_button.button:hover{
	color: #FFF;
	background:#019dc5;
}
.text-align-center .round-button{
    margin: 0 auto;
    display: inline-block;
    float: none;
}
.leading{
	font-weight:bold;
	font-size:18px;
}
.full-width-content .wpb_wrapper{
	padding:40px;
}
#awards #gallery-1 .gallery-caption{
	display:none;
}
#awards #gallery-1 .gallery-icon img{
    padding: 20px !important;
    width: auto;
}
/* ----------------------------------------------------------------------- */
/* Events
/* ----------------------------------------------------------------------- */
.event-item{
	background: #FFF;
	padding-bottom: 40px;
	padding-top: 40px;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1);
	padding-left: 20px;
	padding-right: 20px;
}
.event-item.single-event-item{
    box-shadow: 0 0 0 0 rgba(0,0,0,0.1);
    padding:0px;
    text-align:center;
}
.event-item .date{
	color: #019dc5;
}
.event-item h2{
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	min-height:70px;
}
.event-item.single-event-item h2{
    font-size:28px;
    line-height:38px;
}
.event-item p, .event-item .date{
	margin-bottom: 0;
}
.event-item .time-item:after{
	width: 10%;
	display: block;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #000;
	content: "";
	position: relative;
	margin: 10px auto 30px auto;
}
.event-item  .event-summary{
	min-height: 320px;
}
.event-item.single-event-item .event-summary{
    min-height:0;
}
.schedule-box{
    width:100%;
    float:left;
}
.schedule-box .legend{
    width: 30%;
    float: left;
}
.schedule-box .fieldset{
    width: 70%;
    float: left;
}
/* ----------------------------------------------------------------------- */
/* BLOG
/* ----------------------------------------------------------------------- */
.blog-page .post {
    padding: 0 0 40px 0;
    max-width: 750px;
    margin: 0 auto 40px auto;
}
.sharebox, #comments{
    max-width: 750px;
    margin: 0 auto 40px auto;
}
.post-time{
    display:none;
}
/* ----------------------------------------------------------------------- */
/* Forms
/* ----------------------------------------------------------------------- */
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), textarea {
    padding: 15px;
    border-radius: 0;
}
.gform_wrapper li.hidden_label input{
	margin-top:0;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], textarea, .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker){
	margin:0;
}

/* ----------------------------------------------------------------------- */
/* Footer
/* ----------------------------------------------------------------------- */
#footer{
	background: #003466;
	color: #FFF;
}
#footer a{
	color: #FFF;
}
#footer .footer-logo{
	margin-top: 10px;
}
#footer .mc4wp-form {
	float: right;
}
#footer .mc4wp-form input{
	float: left;
	 margin-top: -1px;
}
#footer .mc4wp-form label{
    float: left;
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    margin-right: 80px;
	margin-top: 5px;
}
#footer .mc4wp-form input[type="email"]{
    border-radius: 4px 0 0 4px;
    border-width: 0;
	padding-top: 16px;
	padding-bottom: 15px;
	min-width: 260px;
	margin-bottom: 0;
}
#footer .mc4wp-form input[type="submit"]{
    background: #0099CB;
    color: #FFF;
    border-radius: 0 4px 4px 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-width: 0;
	text-transform: uppercase;
	min-width: 80px;
}
#footer .border{
	border-bottom: 2px solid #0D3E6E;
	padding-top: 40px;
	margin-bottom: 40px;
}
#footer .widget ul li {
    padding: 0 0 5px 20px;
	border-width: 0;
}
#footer .widget ul li a{
	font-weight: bold;
}
#footer i, #footer span{
	float: left;
}
 #footer span{
     width: calc(100% - 35px);
 }
#footer .icon{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#footer i{
	margin-right: 10px;
	margin-top: 8px;
	font-size: 20px;
	width: 24px;
}
#footer .credit{
	font-size: 14px;
	padding-top: 40px;
}
#footer .credit .last{
	text-align: right;
}
#footer .widget ul {
    margin: 0 0 0 0;
}
#footer .widget ul li::before {
    top: 4px;
}
/* ----------------------------------------------------------------------- */
/* Responsive
/* ----------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	#hero h1 {
		font-size: 24px;
		font-weight: bold;
	}
	#hero {
		background-position: center top;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.round-button, .gform_button.button {
		padding: 10px 50px;
		font-size: 14px;
	}
	.event-item{
		margin-bottom: 40px !important;
	}
	.event-item .event-summary {
    	min-height: auto;
	}
	#footer .mc4wp-form input[type="email"] {
		min-width: calc(80% - 20px);
		padding-left: 10px;
		padding-right: 10px;
	}
	#footer .mc4wp-form input[type="submit"] {
		min-width: 20%;
		padding-left: 0;
		padding-right: 0;
		margin-right: 0;
	}
	#footer .mc4wp-form label{
		margin-right: 0;
	}
	#footer .widget ul{
		margin-top: 30px;
	}
	#footer .credit .last {
    	text-align: left;
	}
	#mobile-navigation ul li a{
		text-align:left;
	}
	.icon-box-service {
		width: calc(100% - 20px);
		float: left;
		padding: 10px;
	}
	.icon-box-service i {
		font-size: 24px;
		float: left;
		margin-right: 10px;
		margin-bottom:0;
	}
	.icon-box-service h3 {
		color: #000;
		min-height: 0;
		font-size: 14px;
		float: right;
		width: calc(100% - 40px);
		text-align: left;
	}
	#our-services .col.span_12 .vc_col-sm-3{
		margin-bottom:10px !important;
	}
	#who-we-are .col.span_12 .vc_col-sm-6{
		margin-bottom:0;
	}
	.mobile-dark{
		background: rgba(0,0,0,0.4);
	}
	#footer .widget ul li::before {
    top: 2px;
	}
	
}