/* VC column padding top margin fix */
/*
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner{
	padding-top: 0;
}
*/


.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner{
	padding-top: 0;
}
.hidden-data{
	display:none !important;
}
/*
POSTS ( WPBakery Custom Block )
================================================================================================================================
*/

.atwm-centered-row h4,
.atwm-centered-row p {
	text-align: center !important;
	display: block !important;
}

.atwm-gray-bg {
	background-color: #edf0f8;
	margin-top: 60px;
	margin-bottom: 60px;
}
.atwm-gray-bg .headings {
	padding-left: 40px;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	min-height: 350px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

h4.atwm-why-h4  {
    line-height: 1.4em;
    margin: 0;
    display: block;
	margin-top: 60px;
    margin-bottom: 60px;
    font-family: Segoe UI;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    color: #1c76bc;
	text-align: center !important;
	
}
.atwm-brands-p p {
	font-size: 18px;
	line-height: 26px !important;
}
	
	
.vc_posts-block .posts-grid{
    margin-left: -15px;
    margin-right: -15px;	
}
.posts-grid-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top:55px;
	margin-bottom:55px;	
}
.posts-grid-header .filters, .posts-grid-header .filters ul{
	display: flex;
    align-items: center;	
}
.posts-grid-header .filters{
	
}
.vc_posts-block article{
    display: flex;
    flex-direction: column;
	color:#333F48;
	margin-bottom:75px;
}
.frontpage-articles.vc_posts-block article .image-holder {
	position: relative;
}
.frontpage-articles.vc_posts-block article .image-holder:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(51,63,72,0.6);
	z-index: 2;
}

.vc_posts-block h2, .vc_posts-block h4{
	font-weight:normal;
	font-size:20px;
	line-height:26px;
	margin:0;
	max-width: 66%;
}
.vc_posts-block .flyers h4 {
	text-align: center;
	max-width: 100%;
}
.vc_posts-block .flyers .image-holder img {
	box-shadow: 5px 10px 10px rgba( 0,0,0,0.3);
}
.vc_posts-block .more{
	margin-top: auto;
    width: 100%;	
}
.vc_posts-block .filter_category{
	display:none
}
.vc_posts-block .block-title{
	font-size:30px;
	font-weight:bold;
	color:#1c76bc;
	letter-spacing:-0.2px;
	text-transform:uppercase;
	margin-right:40px;
	    line-height: 1.4em;
}
.posts-grid-header .filters{
	
}
.posts-grid-header .filters ul{
	margin-left:32px;
	flex-wrap: wrap;
    width: 100%;
	/* max-width: 360px; */
}
.posts-grid-header .filters li{
	/*
	flex: 0 0 33.33333333%;
	width:33.33333333%;
	*/
}
.posts-grid-header .filters li:first-of-type a{
	margin-left:0;
}
.posts-grid-header .filters li:last-of-type, .posts-grid-header .filters li:last-of-type a{
	margin-right:0;
	text-align:right;
}
.vc_posts-block .filters a{
	position:relative;
	margin:5px 25px;
	padding:5px 0;
	display:block;
    overflow: hidden;
}
.vc_posts-block .filters a::before {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.vc_posts-block .filters a:hover, .vc_posts-block .filters a.active{
	color:#1c76bc;
	font-weight:bold;
}
.vc_posts-block .filters a:hover:after, .vc_posts-block .filters a.active:after{
	content:"";
	position:absolute;
	width:38px;
	height:2px;
	background-color:#1c76bc;
	bottom:0;
	left:calc(50% - 19px)
}
.vc_posts-block .filters span, .vc_posts-block .filters a{
	font-size:14px;	
	color:#585f69;	
	text-transform:uppercase;
}
.vc_posts-block .filters span{
	font-weight:bold;
	padding:7px 32px 7px 5px;
	border-right:1px solid #c9c9c9;
	white-space: nowrap;
}
/*
.vc_posts-block h4{
	font-weight:normal;
	font-size:25px;
	margin-top:30px;
	margin-bottom:0px;
}
*/
.vc_posts-block h2:hover a,.vc_posts-block h4:hover a{
	color:#1c76bc;
}
.vc_posts-block img{
	display:block;
}
.text-holder{
	margin-top:auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;	
}
.wisita_video .text-holder{
	border-bottom:2px solid #d8dbe4;
	transition:border-color 0.3s;
}
.posts-block article.wisita_video:hover .text-holder{
	border-color:#1c76bc;
	transition:border-color 0.3s;
}

.vc_posts-block .more a{
	display: flex;
    flex-direction: row;
    align-items: center;	
	text-decoration:none;
	text-transform:uppercase;
	font-size:18px;
	line-height:33px;
	color:#333F48;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.vc_posts-block .more .cpt_download a, .vc_posts-block .more .cpt_download a:hover, .vc_posts-block article:hover .more .cpt_download a{
	color:#fff;
	font-size:16px;
}
.vc_posts-block .more .cpt_download a{
	transition: background-color 0.3s;
}
.vc_posts-block .more .cpt_download a:hover{
	transition: background-color 0.3s;
}
.vc_posts-block .more .cpt2-right{
	align-items: center;
}
.vc_posts-block .more .download_arrow{
	margin-left:auto;
}
.vc_posts-block .more span{
	margin-left:auto;
}
.vc_posts-block article:hover .more .cpt_download a{
	
}
.vc_posts-block .more svg{
	display:block;
	width:28px;
	height:28px;
	opacity:0;
	visibility:hidden;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.vc_posts-block article:hover .more a{
	color:#1c76bc;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.vc_posts-block article:hover .more svg{
	opacity:1;
	visibility:visible;	
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.vc_posts-block .line{
	display:block;
	height:2px;
	background-color:#d8dbe4;
	margin-top:18px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.vc_posts-block article:hover .line{
	background-color:#1c76bc;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.posts-grid-header .filters span svg,.posts-grid-header .filterBy{
	display:none
}
/* newsletter & webinar article block */
.vc_posts-block .newsletter_holder, .vc_posts-block .webinar_holder{
	background-color:#1c76bc;
	height: 100%;
	padding-left:30px;
	padding-right:30px;
}
.vc_posts-block .webinar_holder{
display: flex;
    flex-direction: column;
}
.vc_posts-block .newsletter .image{
	margin-top:20px;
	text-align:center;
	margin-bottom: 20px;
}
.vc_posts-block .newsletter .text span{
	font-size:20px;
	font-weight:bold;
	color:#fff;
	margin-bottom: 20px;
}
.vc_posts-block .newsletter img{
	margin: auto;
}
.vc_posts-block .gform_wrapper div.validation_error{
	text-align:left;
	font-weight:normal;
}
.vc_posts-block .webinar_title h3{
    color: #fff;
    display: block;
    width: 100%;
	text-align:center;
	margin:18px 0 10px 0;
}
.vc_posts-block .webinar_image img{

	margin:auto;
}
.vc_posts-block .webinar_btn_holder{
    margin-top: auto;
    margin-bottom: 15px;
}
.vc_posts-block .webinar_btn{
	text-align:center;
	padding:10px;
    background-color: #242829;
    color: #fff;
    display: block;
    width: 100%;
    font-size: 20px;
}

@media screen and (max-width: 1200px) {
	.vc_posts-block .block-title{
		font-size:25px;
	}
}

@media (max-width:992px){
	.posts-grid-header .filters li{
		flex: 0 0 50%;
		width: 50%;
				
	}
	.posts-grid-header .filters li a{
		text-align: left !important;
		    float: left;
	}
	.posts-grid-header .filters li:first-of-type a{
		margin-left: 25px;
	}
}

@media (max-width:768px){
	.posts-grid-header .filters{
		position:relative;
		flex-wrap: wrap;
	}
	.posts-grid-header{
		align-items:baseline
	}
	.posts-grid-header .filters ul{
		position:absolute;
		top:28px;
		right:0;
		transform: translateX(150%);
		transition: transform 0.3s;
		flex-wrap: nowrap;
		flex-direction: column;
		z-index: 9;
		background-color: #333F48;
		color: #fff;
		width: auto;
		margin:0;
		padding:20px 10px
	}
	.posts-grid-header .filters li{
		flex: 0 0 100%;
		width: 100%;
	}
	.posts-grid-header .filters ul a{
		margin: 0px !important;
		padding: 10px 25px;		
		 white-space: nowrap;
		 float:none;
		 display:block;
		 color:#fff
	}
	.posts-grid-header .filters ul.opened{
		transform: translateX(0%);
		transition: transform 0.3s;
	}
	.posts-grid-header .filters span{
		cursor:pointer;
		border-right:none;
		padding: 20px;
		margin-right: -20px;
		display: flex;
		align-items: center;
		padding-top:0;
	}
	.posts-grid-header .filters .filterBy{
		flex: 0 0 100%;
		width: 100%;
		font-weight: normal;
		font-size: 12px;
		position: absolute;
		top: 23px;
		left: 0;
	}
	.posts-grid-header .filters span svg{
		display:block;
		transform: rotate(90deg);
		width: 16px;
		height: 16px;
		transition: transform 0.3s;
		margin-left: 12px;
	}
	.vc_posts-block .filters a:hover:after, .vc_posts-block .filters a.active:after{
		content:none;
	}
}

/*
BANNER ( WPBakery Custom Block )
================================================================================================================================
*/
.banner{
	display:block;
	height:690px;
	background-size: cover;
    background-position: center;
	position:relative;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.banner a{
	position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	text-decoration: none;	
}
.banner:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;	
	background-color:#1c76bc;
	opacity: 0;
	visibility:hidden;
   -webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.banner:hover:before, .banner.focus:before{
	opacity: 0.6;
	visibility:visible;
}

.banner_inner{
    position: relative;
    z-index: 10;
}
.banner h4{
	font-size:45px;
	color:#fff;
	font-weight:bold;
	margin-top: 0;
	margin-bottom: 25px;
	text-align: center;
	line-height:1em;
}
.banner .line{
	width:110px;
	height:4px;
	background-color:#fff;
	margin: auto;
}

/*
HEADINGS ( WPBakery Custom Block )
================================================================================================================================
*/

.headings .heading1 h1,
.headings .heading1 h2,
.headings .heading1 h3,
.headings .heading1 h4,
.headings .heading1 h5,
.headings .heading1 h6 {
	font-weight: 300;
	line-height: 1.4em;
	margin: 0;
	display:inline-block
}

.headings .heading2 h1,
.headings .heading2 h2,
.headings .heading2 h3,
.headings .heading2 h4,
.headings .heading2 h5,
.headings .heading2 h6 {
	font-weight: 900;
	line-height: 1.33em;
	margin-top: 20px;
	margin-bottom: 10px;
	display:inline-block
}
.headings .headings_p{
	display:flex;
	flex-direction: column;
}
.headings .headings_p > *{
	display:table;
	clear: both;
}

.headings p {
	font-weight: 300;
	line-height: 1.75em;
	margin: 0
}

.headings .light_heading,
.light_heading {
	font-weight: 200;
}

.headings.inline_headings .heading1,
.headings.inline_headings .heading2 {
	float: left
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-left .title-line {}

.text-right .title-line {
	float: right
}

.text-center .title-line {
	margin: 0 auto
}

.line-holder{
	width:100%;
	display:table;
	clear:both
}

.title-line {
	height: 1px;
	width: 58px;
}

/*
LIST ( WPBakery Custom Block )
================================================================================================================================
*/

.list_element {
	padding: 0;
	box-sizing:border-box;
	text-align:left;
    position: relative;	
}
.list_element.position-left, .list_element.position-right{
	display:flex
}
.list_element.align_center{
	align-items:center;
}
.list_element.align_center img{
	display:block;
}
.list_element.align_center h1, .list_element.align_center h2, .list_element.align_center h3, .list_element.align_center h4, .list_element.align_center h5, .list_element.align_center h6{
	margin:0;
}
.list_element.position-right{
	justify-content: flex-end;
}
.list_element.position-right .icon_container, .list_element.position-right .image_container{
	order:2;
}
.list_element .heading_container{
	text-align:left
}
.list_element i {
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.list_element h1,
.list_element h2,
.list_element h3,
.list_element h4,
.list_element h5,
.list_element h6 {
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 14px;
	font-weight: 500;
}

.list_element .list_arrow {
	display: block;
	font-family: Arial;
	font-size: 32px
}

.list_element.position-top .icon_container{
}

.list_element.position-top .details_container{
    padding-left: 0;	
}

.list_element.position-top.top-center .image_container{
	margin:auto;
	float:none;
}

.rotate_effect .icon_holder i {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	-ms-transition: -ms-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.rotate_effect:hover .icon_holder i {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}

.list_paragraph p {
	margin: 0
}

.list_element .icon_holder {
	text-align: center;
}
.list_element.style1 i.list_icon{
	display:block;
	height:auto;
}

.list_element.position-top .details_container {
	padding-left: 0;
}

.list_element.position-top .heading_container {
	text-align: center
}

.list_element.position-top .list_paragraph {
	text-align: center
}

.list_element.position-top.style1 .icon_holder .list_icon {
	width: auto;
}

.list_element.top-center .icon_holder {
	text-align:center;
	margin: 0 auto;
	margin-bottom: 18px;
}

.list_element.position-top.top-center div.details_container {
	padding-left: 0
}

.list_element.top-left .icon_holder {
	margin-bottom: 18px;
}

.list_element.position-top.top-left div.details_container {
	padding-left: 0
}

.list_element.top-left .heading_container {
	text-align: left
}

.list_element.top-left .list_paragraph p {
	text-align: left
}

.list_element.top-left .list_paragraph {
	text-align: left
}

.list_element.top-right .icon_container {
	margin-bottom: 18px;
    display: flex;
    justify-content: flex-end;
}

.list_element.position-top.top-right div.details_container {
	padding-left: 0;
}

.list_element.position-top.top-right div.heading_container {
	text-align: right
}

.list_element.position-top.top-right div.list_paragraph {
	text-align: right
}

.list_element.position-right .heading_container {
	text-align: right
}

.list_element.position-right .list_paragraph {
	text-align: right
}

.list_element.position-right .details_container {
	padding-left: 0
}

.list_element.position-right .list_button {
	text-align: right;
}
.list_element i.list_icon {
	display: table-cell;
	vertical-align: middle;
}

/* list with image */
.list_element.top-left .image_holder{
	text-align:left
}
.list_element.top-right .image_holder{
	text-align:right
}

/*  icon sizes  */

.list_element.small i.list_icon {
	font-size: 32px;
	height: 60px;
	width: 60px;
}

.list_element.medium i.list_icon {
	font-size: 56px;
	height: 104px;
	width: 104px;
}

.list_element.large i.list_icon {
	font-size: 62px;
	height: 130px;
	width: 130px;
}

.list_element.xlarge i.list_icon {
	font-size: 80px;
	height: 160px;
	width: 160px;
}

/* icon_holder sizes */
.list_element.small.style2 .icon_holder, .list_element.small.style2-1 .icon_holder, .list_element.small.style3 .icon_holder, .list_element.small.style3-1 .icon_holder, .list_element.small.style4 .icon_holder, .list_element.small.style4-1 .icon_holder{
	width:64px;
}
.list_element.medium.style2 .icon_holder, .list_element.medium.style2-1 .icon_holder, .list_element.medium.style3 .icon_holder, .list_element.medium.style3-1 .icon_holder, .list_element.medium.style4 .icon_holder, .list_element.medium.style4-1 .icon_holder{
	width:107px;
}
.list_element.large.style2 .icon_holder, .list_element.large.style2-1 .icon_holder, .list_element.large.style3 .icon_holder, .list_element.large.style3-1 .icon_holder, .list_element.large.style4 .icon_holder, .list_element.large.style4-1 .icon_holder{
	width:133px;
}
.list_element.xlarge.style2 .icon_holder, .list_element.xlarge.style2-1 .icon_holder, .list_element.xlarge.style3 .icon_holder, .list_element.xlarge.style3-1 .icon_holder, .list_element.xlarge.style4 .icon_holder, .list_element.xlarge.style4-1 .icon_holder{
	width:163px;
}

.list_element.small.style2-2 .icon_holder, .list_element.small.style3-2 .icon_holder, .list_element.small.style4-2 .icon_holder{
	width:73px;
}
.list_element.medium.style2-2 .icon_holder, .list_element.medium.style3-2 .icon_holder, .list_element.medium.style4-2 .icon_holder{
	width:118px;
}
.list_element.large.style2-2 .icon_holder, .list_element.large.style3-2 .icon_holder, .list_element.large.style4-2 .icon_holder{
	width:144px;
}
.list_element.xlarge.style2-2 .icon_holder, .list_element.xlarge.style3-2 .icon_holder, .list_element.xlarge.style4-2 .icon_holder{
	width:173px;
}

/* icon style1 */
.list_element.style1.top-left .icon_holder{
	text-align:left
}
.list_element.style1 .list_icon {
	color: #ffc600;
}

.list_element.style1.small .list_icon {
	height: auto;
	width: auto
}

.list_element.style1.medium .list_icon {
	height: auto;
	width: auto
}

.list_element.style1.large .list_icon {
	height: auto;
	width: auto
}

.list_element.style1.xlarge i.list_icon {
	height: auto;
	width: auto
}


/*  icon style2  */

.list_element.style2 .list_icon {
	border-radius: 50%;
	border: 1px solid #ffc600;
	color: #ffc600;
}

.list_element.style2-1 .list_icon {
	border-radius: 50%;
	color: #ffffff;
	background: #ffc600
}

.list_element.style2-2 .list_icon {
	border-radius: 50%;
	color: #ffffff;
	background: #ffc600;
	box-shadow: 0 0 0 3px #ffc600;
	border: solid 6px rgba(255, 255, 255, 0);
	-webkit-background-clip: padding-box;
	/* for Safari */
	background-clip: padding-box;
	/* for IE9+, Firefox 4+, Opera, Chrome */
}



/*  icon style3  */

.list_element.style3 .list_icon {
	border-radius: 3px;
	border: 1px solid #ffc600;
}

.list_element.style3-1 .list_icon {
	border-radius: 3px;
	color: #ffffff;
	background: #ffc600
}

.list_element.style3-2 .list_icon {
	border-radius: 3px;
	color: #ffffff;
	background: #ffc600;
	box-shadow: 0 0 0 3px #ffc600;
	border: solid 6px rgba(255, 255, 255, 0);
	-webkit-background-clip: padding-box;
	/* for Safari */
	background-clip: padding-box;
	/* for IE9+, Firefox 4+, Opera, Chrome */
}


/*  icon style4  */

.list_element.style4 .list_icon {
	border: 1px solid #ffc600;
}

.list_element.style4-1 .list_icon {
	color: #ffffff;
	background: #ffc600
}

.list_element.style4-2 .list_icon {
	color: #ffffff;
	background: #ffc600;
	box-shadow: 0 0 0 3px #ffc600;
	border: solid 6px rgba(255, 255, 255, 0);
	-webkit-background-clip: padding-box;
	/* for Safari */
	background-clip: padding-box;
	/* for IE9+, Firefox 4+, Opera, Chrome */
}


/*  icon position right*/

.list_element.position-right .icon_holder {
	text-align: left;
}

.list_element.position-right .icon_holder .list_icon {
	text-align: center
}

.list_element .image_holder {
	text-align: center;
	margin-right: 20px;
}

.list_element.position-left .image_holder img, .list_element.position-right .image_holder img {
	max-width:none;
}

.list_element.position-right .image_holder{
	margin-right:0;
	margin-left:20px;
}

.list_element.position-top .image_holder {
	float: none;
	margin:0;
	margin-bottom:20px;
}

.list_element.top-left {
	text-align: left;
}

.list_element.top-center {
	text-align: center;
}

.list_element.top-right {
	text-align: right;
}

.list_element.position-top.top-center .list_button{
	float:none;
	margin:auto;
}

.list_element.top-center .image_holder img {
	margin: 0 auto;
}

.list_element.position-right .list_arrow {
	text-align: right
}


/*  List Button */

.list_button button {
	background: none;
	border: none;
	text-decoration: none;
	padding: 0;
}

.list_button button a {
	font-size:16px;
	display: block;
	color: #535353;
	padding: 5px 10px
}

.list_element .image_holder {
	position: relative
}
.list_element img:not(.list_image_overlay){
	opacity:1;
}
.list_image_overlay{
	opacity:0;
	visibility:hidden;
	position:absolute;
	top:0;
	left:0;
}
.list_element:hover img.has_hover{
	opacity:0;
	visibility:hidden;
}
.list_element:hover .list_image_overlay{
	opacity:1;
	visibility:visible;
}


/* List global paddings */
.list_element.position-left .icon_container .icon_holder{
	margin-right:15px
}
.list_element.position-right .icon_container .icon_holder{
	margin-left:15px
}
/*
.list_element .bottom_shape{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:5px;
	background-color:#1c76bc;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
*/

.list_element.bottom_shape:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 1px;
    width: calc(100% - 2px);
    height: 5px;
    background-color: #1c76bc;
    border-bottom-left-radius: 1500px;
    border-bottom-right-radius: 1500px;
}

.row_on_row{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;	
}

/* LEADERSHIP */
.leadership{
	margin-left:-25px;
	margin-right:-25px;
}
.leadership ul{
	margin: 0;
	align-items: stretch;
}
.leadership img{
	display:block;
}
.leadership li{
	flex: 0 0 33.33333333%;
	max-width:33.33333333%;
	padding-left:25px;
	padding-right:25px;
	margin:0;
	margin-bottom:80px;
	cursor:pointer
}
.leadership h6{
	font-size:25px;
	color:#1e2d41;
	font-weight:normal;
	margin-top: 22px;
    margin-bottom: 2px;
	line-height: 1.2em;
}
.leadership .details{
	position:relative;
	height: 100%;
	display: flex;
    flex-direction: column;
}
.leadership .text{
	display:none;
}
.leadership_holder{
	display: flex;
	flex-direction: column;
	height:100%;
	justify-content: space-between;
}
.bg_no_scroll{
	overflow: hidden;
}
.leadership li.expand{
	display: flex;
    position: fixed;
	flex: 0 0 100%;
	max-width:100%;
	width: 100vw;
    height: 100vh;   
    background-color: rgba(28, 118, 188, 0.97);
	top: 0; 
	left: 0; 
	top: 0; 
	bottom: 0;
	justify-content: center;
    align-items: center;	
	z-index: 9900;
	overflow: auto;
	overflow: -moz-scrollbars-none;
	cursor:default;
}
.leadership li.expand::-webkit-scrollbar {
    display: none;
}
.leadership .expand h6{
	margin-top: 0;
    line-height: 1em;	
	font-size:32px;
	color:#fff;
}
.leadership .expand span{
	color:#333F48;
}
.leadership .expand i{
	background-color:#333F48;
	height:1px;
margin: 20px 0;
    width: 120px;
}
.leadership .expand p{
	font-size:18px;
	line-height:26px;
	margin-bottom: 15px;
}
.leadership .expand .details{
	min-width:350px;
}
.leadership .expand .image{
	margin-right: 50px;
}
.leadership .close{
	display:none;
}
.leadership .expand .close{
	display:block;
	position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
	z-index: 1;
}
.leadership .x-sign:before, .leadership .x-sign:after{
	height:2px;
}
.leadership .expand .leadership_holder{
	flex-direction: row;
	position: relative;
	height: auto;
}
.leadership .expand .text{
	display:block;
	color:#fff
}
.leadership .expand img{
	width:100%;
	max-width:400px;
	display: block;
	padding-top:30px;
	padding-left:30px;
	border:1px solid #333F48;
	border-right:none;
	border-bottom:none;
}
.leadership .text_container{
	width:100%;
	max-width:800px;
}
.leadership span{
	font-size:25px;
	font-weight:bold;
	color:#1c76bc;
	line-height: 1.5em;
}
.leadership i{
	display:block;
	height:3px;
	background-color:#1c76bc;
	margin-top:25px;
	margin-top: auto;
}
@media (max-width:992px){
	.leadership li{
		flex: 0 0 50%;
		max-width:50%;		
	}
}
@media (max-width:768px){
	.leadership li.expand{
		display:block;
	}
	.leadership .expand .leadership_holder{
		flex-direction: column;
		margin-top: 70px;
	}
	.leadership .expand .image{
		margin: 0;
		margin-bottom:40px;
	}
	.leadership .expand img{
		max-width:100%;
	}
	.leadership .expand .close{
		top: 45px;
		right: 15px;		
	}
	.leadership .expand .details{
		min-width:auto
	}
}
@media (max-width:576px){
	.leadership li{
		flex: 0 0 100%;
		max-width:100%;		
	}
}

/* TIMELINE */
/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 8px;
  background-color: #1c76bc;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
}
.timeline .big_year{
	text-align: center;
    color: #1c76bc;
    font-size: 16px;
    font-weight: bold;
	position: relative;
	margin: auto;
	margin-top: 80px;
	margin-bottom: 80px;
}
.timeline .holder.no_margin_bottom{
	margin-bottom:0;
}
.timeline .big_year:first-of-type{
	margin-top: 8px;
	margin-bottom: 36px;	
}
.timeline .big_year span{
	display: flex;
    align-items: center;
    justify-content: center;
	margin: auto;	
    border-radius: 50%;
	width:72px;
	height:72px;
	border:2px solid #1c76bc;
	background-color:#fff;	
	position: relative;
    z-index: 11;	
}
.timeline .big_year:before{
	content: "";
    position: absolute;
    top: calc(50% - 42px);
    left: calc(50% - 42px);
    width: 84px;
    height: 84px;
    background-color: #fff;
    border-radius: 50%;
}
/* Container around content */
.timeline .holder {
	padding: 0 40px;
	position: relative;
	background-color: inherit;
	width: 50%;
	margin-bottom: 100px;
}
.timeline .date{
	position: absolute;
    right: 0;
    margin-right: -120px;
    line-height: 34px;
    top: 12px;
	font-size:16px;
	font-weight:bold;
	color:#1c76bc;
}
.timeline .right .date{
	left: 0;
    right: auto;
    margin-left: -120px;
    margin-right: auto;	
}
/* The circles on the timeline */
.timeline .round{
	position: absolute;
	right: -17px;
	top: 12px;
	z-index: 1;
	background-color: #fff;
	padding:3px;
	border-radius: 50%;
}
.timeline .round span{
	display: block;
    border-radius: 50%;
	width:28px;
	height:28px;
	border:1px solid #1c76bc;
}


/* Place the container to the left */
.timeline .left {
  left: 0;
}

/* Place the container to the right */
.timeline .right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.timeline .left::before {
	content: "";
    height: 0;
    position: absolute;
    top: 15px;
    width: 0;
    z-index: 1;
    right: 26px;
    border: medium solid #242829;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #242829;
}

/* Add arrows to the right container (pointing left) */
.timeline .right::before {
  content: "";
  height: 0;
  position: absolute;
  top: 15px;
  width: 0;
  z-index: 1;
  left: 26px;
  border: medium solid #242829;
  border-width: 15px 25px 15px 0;
  border-color: transparent #242829 transparent transparent;
}

/* Fix the circle for containers on the right side */
.timeline .right .round {
  left: -16px;
  right: auto;
}

/* The actual content */
.timeline .content{
  background-color: #308ed7;
  position: relative;
  color:#fff;
}
.timeline .content h3, .timeline .content p{
	padding-left:36px;
	padding-right:36px;
}
.timeline .content h3{
	font-size:24px;
	font-weight:bold;
	color:#fff;
	display:block;
	background-color:#242829;
	padding-top:11px;
	padding-bottom:11px;
	margin:0;
}
.timeline .content p{
	font-size:18px;
	line-height:32px;
	padding-top:25px;
	padding-bottom:22px;
	color:#f1f9ff
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 768px) {

	
	.timeline .big_year{
		display: table;
		margin: 60px 0;		
	}
	.timeline .big_year span{
		width: 55px;
		height: 55px;		
	}
	.timeline .big_year:before{
		width: 62px;
		height: 62px;
		top: calc(50% - 31px);
		left: calc(50% - 31px);		
	}
	
	/* Place the timelime to the left */
	.timeline::after {
		left: 31px;
	}
	
	/* Full-width containers */
	.timeline .holder {
		width: 100%;
		padding-left: 70px;
		padding-right: 15px;
	}

	/* Make sure that all arrows are pointing leftwards */
	.timeline .holder::before {		
		left: 55px;
		border: medium solid #242829;
		border-width: 15px 25px 15px 0;
		border-color: transparent #242829 transparent transparent;		
	}

	/* Make sure all circles are at the same spot */
	.timeline .left .round, .timeline .right .round {
		left: 13px;
		right:auto;
	}

	/* Make all right containers behave like the left ones */
	.timeline .right {
		left: 0%;
	}
}

/* Sales Team */
.sale-team h5, .sale-team .name, .sale-team .title{
	font-weight:bold
}
.sale-team .name{
	line-height: 1em;
	margin-bottom: 7px;
	font-size: 23px;
}
.sale-team .linkedin{
	font-size:12px;
	display: flex;
	align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.sale-team .linkedin:hover .linkedinHolder{
	background-color:#333F48;
	transition:background-color 0.3s;
}
.linkedinHolder{
	display: flex;
    align-items: center;
    justify-content: center;	
	width:36px;
	height:36px;
	border-radius:50%;
	background-color:#1c76bc;
	margin-right: 12px;
	transition:background-color 0.3s;
}
.linkedinHolder i{
	color:#fff;
	font-size: 21px;
}
.sale-team .title{
	color:#1c76bc
}
.sale-team .email a{
	color:#242829
}
.sale-team p{
	color:#6c7885;
	font-size:14px;
	line-height:20px;
	margin-top:12px;
}
.sale-team .teritoryInfo{
	font-size:14px;
	font-weight:bold;
	 margin-top: 20px;
}
.sale-team h5{
	text-transform:uppercase;
	margin-top: 60px;
    margin-bottom: -32px;
}
.sale-team .countries{
	background-color:#edf0f8;
	display:flex;
	width:100%;
	margin-top: 0;
}
.sale-team .countries a{
	padding:25px 70px;
	display: block;
	font-size:22px;
	color:#242829;
	position:relative;
	margin:0;
	line-height: 1em;
	    height: 100%;
}
.sale-team .countries a:first-child{
	margin-left:0;
}
.sale-team .countries a::before {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.sale-team .countries a:hover, .sale-team .countries a.active{
	color:#1c76bc;
	font-weight:bold;
}
.sale-team .countries a:hover:after, .sale-team .countries a.active:after{
	content:"";
	position:absolute;
	width:100%;
	height:2px;
	background-color:#1c76bc;
	bottom:0;
	left:0;
}
.sale-team .countries.template2{
	background-color:transparent;
	position:relative;
}
.sale-team .countries.template2:before{
	content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #d8dae3;
    bottom: 0;
    left: 0;	
}
.sale-team .countries.template2 a{
	padding-top:33px;
	padding-bottom:33px;
}
.sale-team .representatives{
	display:flex;
	font-size:18px;
}
.sale-team .representatives img{
    float: left;
    margin-right: 22px;	
	max-width:130px;
	align-self: baseline;
}
.sale-team .repCountries{
	display:none;
}
.sale-team .repCountries.show{
	display:block;
}
.sale-team .representatives li{
	display: flex;
	flex: 0 0 50%;
	max-width:50%;
	padding:60px 50px 48px 0;
	border-top:1px solid #cecece;
}
.sale-team .representatives li:nth-of-type(1), .sale-team .representatives li:nth-of-type(2){
	border:none
}
.sale-team .representatives span, .sale-team .representatives p{
	display:block
}
.sale-team .mobileNext{
	display:none
}
.sale-team .contact{
	display: flex;
    align-items: center;	
}
.sale-team .representatives .email{
	font-size: 32px;
    margin-right: 15px;	
}

@media (max-width:768px){
	.sale-team .representatives li{
		flex:0 0 100%;
		max-width:100%;
	}
}
@media (max-width:576px){
	
	.sale-team .representatives li{
		flex-wrap:wrap;
	}
	.sale-team .representatives img{
		margin-bottom: 35px;
		max-width:100%;
	}
	.sale-team h5{
		margin-top:10px;
	}
}

/* Videos */
.videos{
	align-items: normal;
}
.videos .dataHidden{
	display:none !important
}
.videos .categories{
	padding-right: 50px;	
	position:relative;
}
.videos .categoriesHolder{
	position:sticky;
	top:215px;
	left:0;
}
.videos .categories h3{
	font-size:30px;
	font-weight:bold;
	color:#1c76bc;
	letter-spacing:-0.5px;
	text-transform:uppercase;
	margin: 0;
line-height: 1em;
}
.videos .categories ul{
	margin-top:8px;
}
.videos .categories li a{
	font-size:18px;
	color:#242829;
	position:relative;
    display: flex;
    align-items: center;
    width: 100%;
	padding:20px 0;
}
.videos .categories li a:hover, .videos .categories li a.active{
	color:#1c76bc;
}
.videos .categories li a:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:0px;
	height:2px;
	background-color:#1c76bc;
	transition:width 0.3s;
}
.videos .categories li a:hover:after, .videos .categories li a.active:after{
	width:100%;
	transition:width 0.3s;
}
.videos .categories svg{
	margin-left:auto;	
    width: 15px;
    height: 15px;
}
.videos .videos_list{
	margin-top:62px;
}
.videos .cat_posts_title{
    display: flex;
    align-items:center;
	margin-bottom:22px;
}
.videos .videos_list li{
	margin-bottom:30px;
}
.videos .videos_list h4, .videos .videos_list h5 a, .cat_posts_title a{
	font-size:18px;
	font-weight:bold;
	color:#1c76bc
} 
.cat_posts_title a{
	color:#242829;
}
.cat_posts_title a:hover{
	color:#1c76bc
}
.videos .cat_posts ul li:nth-of-type(n+5){
	display:none
}
.videos_list .showAll{
	margin-left:auto;
}
.videos .videos_list h4{
	margin:0;
	line-height: 1em;
}
.videos .videos_list h5{
	margin:13px 0;
}
.videos .videos_list h5 a{
	display:block
}
.videos .videos_list p{
	font-size:14px;
	line-height:20px;
}
.videos .videos_list img{
	display:block;
	opacity:0.8;
}
.videos .videos_list li:hover img{
	opacity:1;
}
.videos .img_holder{
	position:relative;
	cursor:pointer;
}
.videos .play_btn{
	position:absolute;
	width:40px;
	height:40px;
	top:calc(50% - 20px);
	left:calc(50% - 20px);
	border-radius:50%;
	color:#1c76bc;
	background-color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:1;
}
.videos .play_btn i{
width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #1c76bc;
}
.videos .line-separator{
	background-color:#dddddd;
	height:2px;
	margin:30px 0 45px 0;
}
.videos_list .line-separator:last-of-type{
	display:none
}
.videoModal{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:flex;
	align-items:center;
	justify-content:center;
	background-color:rgba(0,0,0,0.9);
	z-index:301;
}
.videoModal .videoHolder{
	padding: 50px;
    background: #fffdfd;
	position:relative;
}
.videoModal iframe, .videoModal video{
	width: calc(100vh * 0.8);
    height: calc(100vh * 0.8 / 1.8);
	max-width: 100%;
    max-height: calc(100vw / 1.8);
	outline: none;
}
.videoModal .closeModal{
	top: 10px;
    right: 10px;	
}
.videoModal .closeModal:before, .videoModal .closeModal:after{
	width:24px;
	left: calc(50% - 12px);
}
.noBgScroll{
	overflow:hidden;
}
@media (max-width:992px){
	.videoModal .videoHolder{
		padding:10px;
	}	
	.videoModal .closeModal {
		top: 15px;
		right: 15px;
	}
}
@media (max-width:600px){
	.videos .categories, .videos .videos_list{
		flex: 0 0 100%;
		max-width: 100%;		
	}
	.videos .videos_list{
		margin-top:10px;
	}
	.videos .categories{
		padding-right: 15px;
		padding-left: 15px;
	}
}

/* Custom data */
.custom-data{
	margin-left:-22px;
	margin-right:-22px;
}
.custom-data ul{
	align-items:normal;
}
.custom-data li{
	flex:0 0 33.333333333333%;
	padding:20px 22px;
}
.custom-data img{
	display:block;
}
.custom-data .details{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	transform: translateY(-101%);
	transition:transform 0.3s;
	background-color: rgb(28,118,188,0.8);
	padding:44px 30px 30px 30px;
	color:#fff;
}
.custom-data p{
	font-size:14px;
	line-height:24px;
	
}
.custom-data .details h6{
	margin-top:0;
	margin-bottom:18px;
	line-height:1.2em;
	font-size:20px;	
	color:#fff;
}
.custom-data li:hover .details{
/* .custom-data li .details{ */
	left:0;
	transform: translateY(0px);
	transition:transform 0.3s;
}
.custom-data_holder{
	overflow: hidden;
    position: relative;	
}
.custom-data .image h6{
	position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    padding: 0;
    width: 100%;
    margin: 0;
    padding: 14px 5px;
	line-height:1.2em;
	font-size:20px;
	color:#fff;
	transform: translateY(0px);
	background-color: rgb(28,118,188,0.8);
	transition:transform 0.3s;
}
.custom-data li:hover .image h6{
	transform: translateY(100px);
	transition:transform 0.3s;
}
@media (max-width:1200px){
	.custom-data li{
		flex:0 0 50%;
	}
	.custom-data ul{
		justify-content: center;
		margin: auto;		
	}
}
@media (max-width:1000px){
	.custom-data ul{
		max-width: 100%;	
	}
}
@media (max-width:768px){
	.custom-data li{
		flex:0 0 100%;
	}	

}

/* simple gallery */
.simple-gallery ul{
	align-items: baseline;
}
.simple-gallery li{
	margin-bottom: 30px;
	display: flex;
    flex-direction: column;
}
.simple-gallery span{
	text-align:center;
}
.simple-gallery li a, .simple-gallery li img{
	display:block
}

/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.de
	Available for use under the MIT License
	Version 2.2.1
*/
/* SIMPLE LIGHTBOX */
body.hidden-scroll {
  overflow: hidden; 
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  display: none;
  z-index: 1035; }

.sl-wrapper {
  z-index: 1040; }
  .sl-wrapper * {
    box-sizing: border-box; }
  .sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer; }
    .sl-wrapper button:hover {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: #fff;
    font-size: 3rem; }
    .sl-wrapper .sl-close:focus {
      outline: none; }
  .sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #fff;
    font-size: 1rem; }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -22px;
      height: 44px;
      width: 22px;
      line-height: 44px;
      text-align: center;
      display: block;
      z-index: 10060;
      font-family: Arial, Baskerville, monospace;
      color: #fff; }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button:focus {
        outline: none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 10px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 10px;
            font-size: 3rem; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 20px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 20px;
            font-size: 3rem; } }
  .sl-wrapper.sl-dir-rtl .sl-navigation {
    direction: ltr; }
  .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block;
      border: 0 none;
      width: 100%;
      height: auto; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
    .sl-wrapper .sl-image iframe {
      background: #000;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
    .sl-wrapper .sl-image .sl-caption {
      display: none;
      padding: 10px;
      color: #fff;
      background: rgba(0, 0, 0, 0.8);
      font-size: 1rem;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto; }
    .sl-wrapper .sl-image .sl-download {
      display: none;
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #fff;
      z-index: 1060; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

/* FAQ element */
.faq .row{
	flex-direction: column;
    align-items: baseline;
}
.faq li{
	margin-bottom:20px;
	display: block;
    width: 100%;	
}
.faq .question{
	font-size: 25px;
    display: block;
    background-color: #f8f9fb;
    padding: 15px 55px 25px 25px;	
	position:relative;
}

.faq .question::before, .faq .question::after {
    content: '';
    position: absolute;
    right: 24px;
    top: calc(50% - 5px);
    height: 2px;
    width: 13px;
    background: #1c76bc;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
}
.faq .question::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 32px;
}
.faq .question::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.faq .question.visible::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.faq .question.visible::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.faq .answer{
	display:none;
    background-color: #e4e7f1;
    padding: 30px 25px;	
}
@media (max-width:768px){
	
	.faq .question{
		font-size:20px;
	}

}


/* Gravity forms */
/* Contact forms */
.gform_wrapper .gfield_required{
	color:#1c76bc !important;
}
.gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title{
	font-size:22px !important;
	color:#1c76bc !important;
  letter-spacing:-0.3px !important;
  margin-bottom:20px !important;
}
.gform_wrapper .gsection{
	border-bottom:none !important;
}
.gform_body .asterisk{
 	font-size:20px !important;
  color:#3f4053 !important; 
}
.gform_body ::placeholder{
	font-size:20px !important;
  color:#3f4053 !important;
}
.gform_body ::-webkit-input-placeholder{
	font-size:20px !important;
  color:#3f4053 !important;
}
.gform_body :-moz-placeholder{
	font-size:20px !important;
  color:#3f4053 !important;
}
.gform_body ::-moz-placeholder{
	font-size:20px !important;
  color:#3f4053 !important;
}
.gform_body :-ms-input-placeholder{
	font-size:20px !important;
  color:#3f4053 !important;
}
.gform_wrapper select,.gform_wrapper select option, .gform_wrapper select .gf_placeholder{
 	font-size:20px !important;
  color:#3f4053 !important;
}
.gform_wrapper select option, .gform_body textarea, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label{
	font-size: 20px !important;
    padding: 21px 22px !important;
    line-height: 1em !important;
      margin-top: 0 !important;
	  color:#3f4053 !important;
}

.gform_body .asterisk,.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select{
	font-size: 20px !important;
    padding: 21px 22px !important;
    line-height: 1em !important;
   width:100% !important;
  background-color:#eef3f7 !important;
  border-color:#e9eff3 !important;
      margin: 0 !important;
}
.gfield_consent_label{
  	font-size: 20px !important;
    padding: 10px 22px !important;
    line-height: 1em !important;
  	 color:#3f4053 !important;
  padding-left:5px !important;
}
.gform_body input[type="text"], .gform_body textarea{
  background-color:#eef3f7 !important;
  width:100% !important;
  border-color:#e9eff3 !important;
}
.gform_body .asterisk{
    position: absolute !important;
    top: 0 !important;
    margin-top: 12px !important;
}
.gfield_contains_required .ginput_container{
	position:relative !important;
}
.gform_wrapper .top_label .gfield_error input.large, .gform_wrapper .top_label .gfield_error select.large, .gform_wrapper .top_label .gfield_error textarea.textarea{
	display:block !important;
}
.ginput_container_consent .gfield_required{
      margin-left: -15px !important;
}
/*
.gfield_contains_required .ginput_container{
	position:relative;
}
.gfield_contains_required .ginput_container:after{
    content: '*';
    position: absolute;
    top: 32%;
    left: 46px;
    color: #f00;
    height: 100%;
}
*/
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	border:none !important
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
	padding:16px 22px !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	background-color:transparent !important
}
.validation_message{
  background-color:rgba(255,223,224,.25) !important
}

/* consent */
.ginput_container.ginput_container_consent{
  display: flex !important;
    align-items: center !important;
}
.gform_wrapper .ginput_container.ginput_container_consent input{
	margin:0 !important;
  background-color:#eef3f7 !important;
  border-color:#e9eff3 !important;
  width:25px !important;
  height:25px !important;
}
.gform_wrapper .ginput_container.ginput_container_consent input:checked {
  background-color: #a77e2d !important;
  color: red !important;
}

.gform_wrapper .hidden_label:not(.noForceLabel) .gfield_label{
    clip: auto !important;
    width: auto !important;
    height: auto !important;
    z-index: 1 !important;
    font-weight: normal !important;
    line-height: 1em !important;
    display: flex !important;
    align-items: center !important;
  	height: 100% !important;
	width: 100% !important;
	color:#3f4053 !important;
}
.gform_wrapper .hidden_label .gfield_label.hide{
  display:none !important;
}
body .gform_wrapper ul li.gfield{
	position:relative !important;
}

body .gform_wrapper ul li.gfield{
	margin-top:0 !important
}

body .gform_wrapper ul li.gfield .ginput_container_textarea ~ .gfield_label{
  align-items: baseline !important;
}

.gform_confirmation_message{
 padding: 50px 20px !important;
    font-size: 22px !important;
    background: #1c76bc !important;
    color: #fff !important;
    text-align: center !important; 
  position: relative !important;
}
.gform_confirmation_message:before{
	content:"" !important;
  position:absolute !important;
  top:0 !important;
  left:0 !important;
    width: 0 !important; 
   height: 0 !important; 
   border-top: 60px solid #242829 !important; 
   border-right: 60px solid transparent !important;  
}
.gform_confirmation_message:after{
	content:"" !important;
  position:absolute !important;
  bottom:0 !important;
  right:0 !important;
    width: 0 !important; 
   height: 0 !important; 
   border-bottom: 60px solid #242829 !important; 
   border-left: 60px solid transparent !important;  
}


/* The container */
.ginput_container_consent {
  display: block !important;
  position: relative !important;
  padding-left: 35px !important;
  margin-bottom: 12px !important;
  cursor: pointer !important;
  font-size: 22px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/* Hide the browser's default checkbox */
.ginput_container_consent input {
  position: absolute !important;
  opacity: 0 !important;
  cursor: pointer !important;
  height: 0 !important;
  width: 0 !important;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute !important;
  top: calc(50% - 10px) !important;
  left: 0 !important;
  height: 25px !important;
  width: 25px !important;
  background-color: #eef3f7 !important;
}

/* On mouse-over, add a grey background color */
.ginput_container_consent:hover input ~ .checkmark {
  background-color: #ccc !important;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #eef3f7 !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "" !important;
  position: absolute !important;
  display: none !important !important;
}

/* Show the checkmark when checked */
.ginput_container_consent input:checked ~ .checkmark:after {
  display: block !important;
}

/* Style the checkmark/indicator */
.ginput_container_consent .checkmark:after {
    left: 9px !important;
    top: 5px !important;
    width: 7px !important;
    height: 12px !important;
    border: solid #1c76bc !important;
    border-width: 0 2px 2px 0 !important;
    -webkit-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}
.ginput_container_consent input[type="checkbox"]{
	position: absolute !important;
    top: calc(50% - 10px) !important;
    left: 0 !important;
    z-index: 11111 !important; 
}
.gform_body ::-webkit-input-placeholder {
         color: transparent !important;
}
.gform_body :-moz-placeholder { /* Firefox 18- */
         color: transparent !important;
}

.gform_body ::-moz-placeholder {  /* Firefox 19+ */
         color: transparent !important;
}

.gform_body :-ms-input-placeholder {  
         color: transparent !important;
}
.gform_wrapper ul.gform_fields li.gfield{
	padding-right:0 !important;
}
.big_submit  .gform_footer input[type=submit]{
	display:block !important;
	width:100% !important;
	font-size:22px !important;
	font-weight:bold !important;
	color:#fff !important;
	line-height:1em !important;
	padding-top:25px !important;
	padding-bottom:25px !important;
	text-transform:uppercase !important;
}
.gform_wrapper textarea{
	display:block !important;
}
.gform_wrapper .big_submit .gform_footer{
	margin:0 !important;
	padding:0 !important;
}
.gform_wrapper li.gfield.gfield_error.isTextField{
	padding:0 !important;
}

@media (max-width:576px){
	.gform_wrapper select option, .gform_body textarea, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label{
		font-size:17px !important;
	}	
}

.new_product input[type="submit"].gform_button{
  	padding:22px 180px !important;
  font-weight:bold !important;
  font-size:22px !important;
 margin: auto !important;
    display: flex !important; 
}
body .new_product .gform_wrapper .top_label div.ginput_container{
  margin-top:20px !important
}
.new_product .gform_body .ginput_container.ginput_container_consent{
	margin-top:20px !important
}
.new_product .gfield_error.isTextField .gfield_label{
  max-height:71px;
}
body .gform_wrapper ul li.gfield{
	margin-bottom:30px !important;
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area{
	text-align:left !important;
	color:#3f4053 !important;
	border:none !important;
	background-color:#eef3f7 !important;
	border-radius:0px !important;
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area{
	color:#0d5994 !important
}
.custom_form_upload input[type="button"], .gform_wrapper.gf_browser_chrome .custom_form_upload input.button.gform_button_select_files{
	background-color:#1c76bc !important;
	border: none !important;
	color:#fff !important;
	padding: 10px 34px !important;
}
.gform_wrapper .custom_form_upload .gfield_label{
	display:none !important;
}
body .gform_wrapper ul li.gfield.custom_form_upload{
	margin-top: -30px !important;
}
.custom_checkbox_form{
  background-color:#eef3f7 !important
}
.custom_checkbox_form .gfield_radio{
	display:flex !important;
  padding:0 20px !important;
}
.custom_checkbox_form li{
	margin-right:20px !important;
  margin-bottom:18px  !important;
	display: flex !important;
    align-items: center !important;  
}
.custom_checkbox_form li label{
	font-size:18px !important;
}
.custom_checkbox_form .ginput_container_radio{
      margin-top: 0  !important;
}
.custom_checkbox_form .gfield_label{
  font-size:20px !important;
  font-weight:normal !important;
}
.custom_checkbox_form  input[type=radio]{
  border: 1px solid #1c76bc !important;
    padding: 0.5em !important;
    -webkit-appearance: none !important;
}
.custom_checkbox_form  input[type=radio]:checked {
  /* background: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///////yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==) no-repeat center center !important; */
  background-color:#1c76bc;
  background-size: 9px 9px !important;
}
.custom_checkbox_form input[type=radio]:focus {
  outline-color: transparent !important;
  border-radius:none !important;
  outline:none !important;
}
.custom_checkbox_form input{
	margin:0 !important;
}
.custom_checkbox_form li label{
	margin:0 !important;
  margin-left: 10px !important;
}
.gform_body select{
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath overflow='visible' color='%23171818' d='M 4.21875 10.78125 L 2.78125 12.21875 L 15.28125 24.71875 L 16 25.40625 L 16.71875 24.71875 L 29.21875 12.21875 L 27.78125 10.78125 L 16 22.5625 L 4.21875 10.78125 z'/%3E%3C/svg%3E") !important;
  background-size: 18px !important;
  background-position: calc(100% - 15px) !important;
}
.gform_wrapper  .gform_button:hover {
	color:#fff !important;
}
.gform_validation_error .gfield_label{
  display:block !important;
}
.inline_submit_form{
  display:flex !important;
  align-items: center !important;
}
.inline_submit_form .gform_fields{
  display:flex !important;
}
.inline_submit_form .gform_fields li{
	flex:0 0 33.333333% !important;
  margin-bottom:0 !important;
  height:71px !important;
  padding-right:16px !important;
}
.inline_submit_form .gform_footer{
			margin: 0 !important;
    	padding: 0 !important;  
      margin-left: auto !important;
  		width: auto !important;
}
.inline_submit_form .ginput_container{
  margin:0 !important;
}
.inline_submit_form .gform_button{
  height:71px !important;
  font-size:20px !important;
  font-weight:bold !important;
  color:#fff !important;
  background-color:#242829 !important;
  text-transform:uppercase !important;
}
.inline_submit_form .gform_button:hover{
  background-color:#1c76bc !important;
}
.inline_submit_form .gform_button{
	margin:0 !important;
}
.inline_submit_form{
  display:flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}
.inline_submit_form .gform_body{ 
      flex: 1 !important;
}
.inline_submit_form  .gform_footer{
  flex: 0 !important;
}
.inline_submit_form .gform_fields{
  display:flex !important;
}
.inline_submit_form .gfield{
  padding:0 !important;
}
.inline_submit_form .gfield_label{
	margin:0 !important;
	color:#656875 !important;
}
.inline_submit_form .gform_fields li{
	flex:0 0 33.333333% !important;
  margin-bottom:0 !important;
  height:65px !important;
  padding-right:16px !important;
}
.inline_submit_form .gform_footer{
			margin: 0 !important;
    	padding: 0 !important;  
      margin-left: auto !important;
  		width: auto !important;
}
.inline_submit_form .ginput_container{
  margin:0 !important;
}
.inline_submit_form .gform_button{
  height:65px !important;
  font-size:20px !important;
  font-weight:bold !important;
  color:#fff !important;
  background-color:#242829 !important;
  text-transform:uppercase !important;
}
.inline_submit_form .gform_button:hover{
  background-color:#242829 !important;
  color:#1c76bc !important;
}
.inline_submit_form .gform_button{
	margin:0 !important;
}
.inline_submit_form .gfield{
	padding-right:16px !important;
}
.inline_submit_form input[type="text"]{
	background-color:#fff !important;
}
.gform_wrapper .inline_submit_form ul.gform_fields li.gfield{
	padding-right:16px !important;
	margin-bottom: 0 !important;
}
.inline_submit_form .gform_body ::placeholder{
	font-size:16px !important;
  color:#656875 !important;
}
.inline_submit_form .gform_body ::-webkit-input-placeholder{
	font-size:16px !important;
  color:#656875 !important;
}
.inline_submit_form .gform_body :-moz-placeholder{
	font-size:16px !important;
  color:#656875 !important;
}
.inline_submit_form .gform_body ::-moz-placeholder{
	font-size:16px !important;
  color:#656875 !important;
}
.inline_submit_form .gform_body :-ms-input-placeholder{
	font-size:16px !important;
  color:#656875 !important;
}
.inline_submit_form .gform_wrapper .top_label .gfield_label{
	font-size:16px !important;
  color:#656875 !important;	
}
.gform_wrapper .inline_submit_form select option, .inline_submit_form .gform_body textarea, .gform_wrapper .inline_submit_form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .inline_submit_form .top_label .gfield_label, .gform_wrapper .inline_submit_form legend.gfield_label{
	font-size:16px !important;
  color:#656875 !important;		
}

/* Upload resume form */
.upload_resume_form{
	width:100% !important;
  max-width:1105px !important;
}
.inline_submit_form.upload_resume_form .gform_fields li.is_upload{
	flex: 0 0 50% !important;
}
 .upload_resume_form .gform_drop_instructions, .upload_resume_form  .gform_drop_area{
	display:none !important
}
.gform_wrapper .upload_resume_form .hidden_label.is_upload .gfield_label.hide{
  display:block !important
}
.upload_resume_form li .button,.upload_resume_form .is_upload .gfield_label, .gform_wrapper .inline_submit_form.upload_resume_form .top_label .is_upload .gfield_label{
 	position: relative !important;
   
    width: 100% !important;
    border: none !important;
    background-color: #297bbb !important;
    color: #fff !important;
    font-weight: normal !important;
    height: 60px !important; 
  	text-align:center !important; 
  font-size:18px !important;
}
.upload_resume_form .gfield_label{
   z-index: 11 !important;
}
.upload_resume_form [id^=gform_preview_]{
	display: flex!important;
    flex-direction: column !important;
    overflow: visible !important;
	/*
    position: absolute !important;
    top: 100% !important;
    z-index: 111 !important;
	*/
    background: #ececec !important;
    height: auto !important;
    
    width: 100% !important;
    box-sizing: border-box !important;  
}
.upload_resume_form .ginput_preview{
	padding: 10px 20px !important;
}
.upload_resume_form .gfield_required{
	color:#fff !important
}
.inline_submit_form.upload_resume_form .gform_fields li.is_upload, .inline_submit_form.upload_resume_form .gform_button{
		height:60px !important
}
.inline_submit_form.upload_resume_form .gform_button{
  	padding:16px 65px !important;
     text-transform:none !important;
	 width: 100% !important;
}
.upload_resume_form .gfield_label{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.gform_wrapper .upload_resume_form.upload_resume_form .hidden_label.is_upload .gfield_label.hide{
     display: flex !important;
    align-items: center !important;
    justify-content: center !important; 
}
.upload_resume_form .gfield_label img{
	margin-right:15px !important;
}
.upload_resume_form .gform_confirmation_message{
	width:100% !important;
}
@media (max-width:768px){
	.inline_submit_form .gform_fields, .inline_submit_form{
		flex-direction: column !important;
	}
	.gform_wrapper .inline_submit_form ul.gform_fields li.gfield{
		margin-bottom:20px !important;
	}
	.inline_submit_form .gform_footer{
		width:100% !important;
	}
	.gform_wrapper .inline_submit_form ul.gform_fields li.gfield{
		padding-right:0 !important;
	}
	.inline_submit_form .gform_body{
		width:100% !important;
	}

}

/* Career Page form */
.career_single .gform_fields{
  	flex-wrap:wrap !important
}
.career_single.upload_resume_form .gfield_label{
  justify-content: flex-start !important;
}
.career_single .one_third, .career_single.inline_submit_form.upload_resume_form .gform_fields li.is_upload{
	flex:0 0 33.3333333% !important;
}
.gform_wrapper .career_single.inline_submit_form ul.gform_fields li.gfield.one_third{
	margin-bottom:20px !important;
}
.career_single{
 	display: flex !important;
    flex-direction: column !important;
}
.career_single.inline_submit_form .gform_footer{
	width:33.333333333% !important;
  flex:0 0 33.3333333% !important;
  margin-top:-65px !important;
  padding: 0 10px !important;
}
.career_single.inline_submit_form.upload_resume_form .gform_button{
      width: 100% !important;
}
.gform_wrapper .career_single.inline_submit_form ul.gform_fields li.gfield{
  	    padding: 0 10px !important;
}
.gform_wrapper .career_single.upload_resume_form.upload_resume_form .hidden_label.is_upload .gfield_label.hide{
  justify-content: flex-start !important;
}
.gform_confirmation_wrapper.career_single{
	max-width:100% !important
}
@media (max-width: 768px){
  .career_single.inline_submit_form .gform_footer{
  	margin-top:0 !important;
  }
  .career_single.inline_submit_form .gform_footer {
    width:100%  !important;
  }

}

/* MISC */
.contact_page_left_btn .details_container, .contact_page_left_btn button, .contact_page_left_btn a{
	display:block;
	width:100%;
}
.contact_page_left_btn .icon_container{
	display:none;
}
.contact_page_left_btn .list_button{
	background-color:#f8f9fb;
}
.contact_page_left_btn .list_button button a{	
	font-size:18px;
	text-align: left;		
	padding:18px 0;	
	margin:0 18px;
	width:calc(100% - 36px);
	position: relative;
}
.contact_page_left_btn:not(.no_border) .list_button button a{
	border-bottom: 1px solid #d5dce9;
}
.contact_page_left_btn.active a, .contact_page_left_btn a:hover{
	font-weight:bold;
	color:#1c76bc;
}
.contact_page_left_btn .list_button a::before, .contact_page_left_btn .list_button a::after {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 0px);
    height: 1px;
    width: 10px;
    background: #242829;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
}
.contact_page_left_btn .list_button a::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 22px;
}
.contact_page_left_btn .list_button a::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.black_links a{
	color: #242829;
}
.black_links a:hover{
	color:#1c76bc
}
.wpb_gmaps_widget.no_borders .wpb_wrapper{
	padding:0;
}
/*  FIXES  */
.min-height-fix .vc_column_container {
	min-height:0;
}


/* Banner simple */
.banner-simple{
	display:table;
	width:100%;
	position:relative;
	min-height:300px;
	overflow:hidden
}
.banner-simple:before{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 1;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(13, 20, 27, 0.1) 55%,rgba(13, 20, 27, 0.8) 83%,rgba(13, 20, 27, 0.91) 100%);
    background: -webkit-linear-gradient(top, rgba(13, 20, 27, 0.1) 55%,rgba(13, 20, 27, 0.8) 83%, rgba(13, 20, 27, 0.91) 100%);
    background: linear-gradient(to bottom, rgba(13, 20, 27, 0.1) 55%,rgba(13, 20, 27, 0.8) 83%, rgba(13, 20, 27, 0.91) 100%);
	z-index:0
}
.banner-simple:after{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 1;
    height: 100%;
    background: #1c76bc;
	z-index:0;
	opacity:0;
	visibility:hidden;
	transition:all .3s ease
}
.banner-simple:hover:after{
	opacity:1;
	visibility:visible
}
.banner-simple h3{
	color:#fff;
	z-index:1;
	position:relative;
	padding-left:30px;
	padding-right:30px;
	position:absolute;
	bottom:0;
	opacity:1;
	visibility:visible;
	transition:all .3s ease;
	transform:translateX(0);
	line-height: 1.38em;
}
.banner-simple:hover h3{
	opacity:0;
	visibility:hidden;
	transform:translateX(-100%)
}
.banner-simple p{
	z-index:1;
	color:#fff;
	position:relative;
	padding-left:30px;
	padding-right:30px;
	position:absolute;
	bottom:30px;
	opacity:0;
	visibility:hidden;
	transition:all .3s ease;
	transform:translateX(100%);
	line-height:1.55em;
}
.banner-simple:hover p{
	opacity:1;
	visibility:visible;
	transform:translateX(0)
}

/* Banner intro */
.banner-intro{
}
.banner-intro .image{
	display: flex;
	position: relative;
}
.banner-intro .image:after {
    content: "";
    display: block;
    position: relative;
    padding-bottom: 50%;
    height: 0;
}
.banner-intro .image img {
    display: block;
    position: absolute;
    max-width: none;
    height: 100%;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.banner-intro img{
	border:none;
}
.banner-intro .content{
	background-color:#edf0f8;
	padding:40px
}

.banner-intro a{
	display: inline-block;
	line-height: 1em;
	color:#FFF;
	font-weight:bold;
	padding: 15px 24px;
	background-color:#1c76bc;
	transition:background-color 0.3s;
}
.banner-intro a:hover{
	background-color:#333F48;
	transition:background-color 0.3s;
}
.banner-intro p{
	padding-bottom:20px;
	font-size:17px;
	line-height:1.55em
}

.cta-people{
	margin-left: 0;
    margin-right: 0;
}
.intro-people p{
	font-size: 19px;
    line-height: 1.65em;
}

.affiliates li {
    max-width: 8%;
}
.affiliates{
	position:relative;
margin-bottom: 60px;
    margin-top: 30px;
}
.affiliates .slick-track {
    display: flex;
    align-items: center;
}
.affiliates .slick-dots{
	    bottom: -70px;
}
.affiliates .slider_arrow.next{
	    right: 0;
}
.affiliates .slider_arrow.prev{
	    left: 0;
}
@media only screen and (max-width: 768px){
	.affiliates li{
		flex:0 0 25%;
		max-width:100%;
		padding:10px;
	}

	.affiliates ul{
		justify-content: flex-start;
	}
	.vc_custom_1593715292817 .vc_btn3-container.vc_btn3-right {
		text-align:left
	}
}
@media only screen and (max-width: 480px){
	.affiliates .slick-track{
		display:block;
	}
}
/* CPT2 */
.cpt2-block{
	display:flex;
	align-items: baseline;
}
.cpt2-block h3{
	color:#1c76bc;
	font-size:30px;
	font-weight:bold;
	letter-spacing:-0.1px;
	text-transform:uppercase;
	margin-bottom:40px;
	margin-top:0;
}
.cpt2-grid{
	padding-left:30px;
}
.cpt2-item{
	display:flex;
	align-items:center;
	background-color:#f8f9fb;
	width:100%;
	margin-bottom:20px;
}
.cpt2-right{
	display:flex;
	justify-content:row;
	margin-left:auto;
}
.cpt2-item img{
	max-width:140px;
}
.cpt2-item p{
	line-height:1.3em;
}
.cpt2-item .details{
	padding-left:21px;
	padding-right:21px;
	display:flex;
	flex-direction:column;
}
.cpt2-item .details a{
	font-size:18px;
	font-weight:bold;
	color:#242829;
}
.cpt_download .btn{
	font-size:16px;
	color:#fff;
	font-weight:bold;
	background-color:#1c76bc;
	padding:11px 27px;
	transition:background-color 0.3s;
	white-space: nowrap;
}
.cpt_download .btn:hover{
	background-color:#242829;
	transition:background-color 0.3s;
}
.cpt2-item .download_arrow{
	margin-left:27px;
	margin-right:27px;
}
.cpt2-block .categoriesHolder{
	background-color:#f8f9fb;
	padding-left:17px;
	padding-right:17px;
	padding-bottom:10px;
}
.cpt2-block .categoriesHolder ul{
	margin-top:0;
}
.cpt2-block .categoriesHolder a{
    display: flex;
    align-items: center;	
	font-size:16px;
	color:#242829;
	padding-top:12px;
	padding-bottom:13px;
	border-bottom:2px solid #d5dce9;
	transition:border-color 0.3s;
	width:100%;
	min-width:280px;
}
.cpt2-block .categoriesHolder a:hover, .cpt2-block .categoriesHolder a.active{
	color:#1c76bc;
	border-color:#1c76bc;
	transition:border-color 0.3s;
}

.cpt2-block .categoriesHolder svg{
	margin-left:auto;
}

@media (max-width:992px){
	.cpt2-block{
		flex-direction: column;
	}
	.cpt2-block .categories{
		margin-bottom:35px;
	}
	.cpt2-grid{
		padding-left:0;
	}	
}

@media (max-width:768px){
	.cpt2-item{
		flex-direction: column;
		padding: 20px 10px;
	}
	.cpt2-item .image-holder,.cpt2-item .details, .cpt2-right, .cpt2-block .categories{
		width:100%;
	}
	.cpt2-item .details{
		padding:0;
		margin-top: 15px;
		margin-bottom: 15px;		
	}
	.cpt_download .btn{
		display:block;
	}
	.cpt2-right{
		justify-content: space-between;
	}
}

/* Carrers block */
.careers{
	position:relative;
}
.careers li{
	padding:30px 16px;
}
.careers h6{
	font-size:23px;
	color:#1c76bc;
	text-transform:uppercase;
	letter-spacing:-0.1px;
	margin-top:0;
	margin-bottom:16px;
}
.careers .details{
	padding:33px 24px 42px 24px;
	    display: flex;
    flex-direction: column;
	    height: 100%;
}
.careers-data .slick-track
{
    display: flex !important;
}
.careers-data .slick-slide
{
    height: inherit !important;
}
.careers p{
	font-size:18px;
	line-height:32px;
}
.careers .careers_holder{
	background-color:#edf0f8;
	height: 100%;
    display: flex;
    flex-direction: column;
}
.careers-data{
	margin-left:-16px;
	margin-right:-16px;
	padding-bottom: 4px;
}
.carrer-apply-holder{
	margin-top:auto;
}
.carrer-apply{
	padding:11px 40px;
	background-color:#acb4c7;
	text-transform:uppercase;
	color:#fff;
	font-size:18px;
	font-weight:bold;	
	transition:background-color 0.3s;
}
.carrer-apply:hover{
	background-color:#1c76bc;
	transition:background-color 0.3s;
	color:#fff;
}

.slider_arrow{
	position:absolute;
	top:calc(50% - 10px);
	height:30px;
	width:23px;
	cursor:pointer;
	z-index:100;
}
.slider_arrow.next{
	right:-3.4vw;
}
.slider_arrow.prev{
	left:-3.4vw;
}

.slider_arrow::before, .slider_arrow::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    height: 2px;
    width: 17px;
    background: #1c76bc;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
	cursor:pointer;
	z-index:100;
}
.slider_arrow::before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
	left: 0;
    top: 19px;
}
.slider_arrow::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.slider_arrow.prev::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	left: 0;
    top: 19px;
}
.slider_arrow.prev::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.slick-slide img{
	margin:auto;
}

/* Dots */
.slick-dots{
	text-align:center;
    position: absolute;
	left:0;
	bottom:-17px;
    width: 100%;
}
.slick-dots button{
	width:15px;
	height:15px;
	border-radius:50%;
	font-size:0px;
	background-color:#b5baca;
    margin: 0;
    padding: 0;	
	display: block;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 12px;
    padding: 0;
    cursor: pointer;
}
.slick-dots .slick-active button, .slick-dots li:hover button{
	background-color:#1c76bc;
}

@media (max-width:768px){
	.careers .slider_arrow{
		display:none;
	}
}

/* Product features */
.mevo-edge h3, .mevo-prodFeature-header h3, .mevo-prodFeature-header .laborSaver, .mevo-resources h3{
	font-size:27px;
	font-weight:bold;
	color:#1c76bc;
	letter-spacing:-0.1px;
	margin-bottom:26px;
	margin-top:105px;
	text-transform:uppercase;
}
.mevo-prodFeature-header h3 span, .mevo-edge h3 span{
	font-family: Arial,Verdana,Helvetica,sans-serif;
}
.mevo-edge p, .mevo-prodFeature-header p{
	font-size:18px;
	line-height:26px;
	color:#3c4652;
}.mevo-edge p {	font-weight: bold;}
.mevo-prodFeature{
	padding-bottom:50px;
	margin-left: -15px;
    margin-right: -15px;	
}
.mevo-prodFeature.laborSaver{
	background-color: #edf0f8;
	padding-bottom:80px;
}

.mevo-prodFeature-header h3{
	color:#242829;	
	margin-top:90px;
}
.laborSaver .mevo-prodFeature-header h3{
	margin-top:90px;
}
.mevo-prodFeature-list{

}
.mevo-prodFeature-list ul{
	padding:0;
	margin: 0;
	margin-left: -21px;
    margin-right: -21px;	
}
.mevo-prodFeature-list img{
	display:block;
}
.mevo-prodFeature-list .holder{
	background-color:#edf0f8;
	height: 100%;
}
.mevo-prodFeature.laborSaver .holder{
	background-color:#dde2f0;
}
.mevo-prodFeature-list .details{
	padding:28px 32px 32px 32px;
}
.mevo-prodFeature-header p{
	margin-bottom:20px;
}
.mevo-prodFeature ul li{
	flex:0 0 33.333333%;
	padding:28px 21px;
}
.mevo-prodFeature-list h6{
	font-size:20px;
	font-weight:bold;
	color:#242829;
	letter-spacing:-0.1px;
	margin-bottom:12px;
	margin-top:0;
}

@media (max-width:768px){
	.mevo-prodFeature ul li{
		flex:0 0 50%;
	}
}

@media (max-width:576px){
	.mevo-prodFeature ul li{
		flex:0 0 100%;
	}
	.mevo-prodFeature{
		padding-bottom:0;
	}
	.mevo-prodFeature.laborSaver{
		padding-bottom:20px;
	}
}

/* large image text */
.mevo-big-block .text{
	background-color:#edf0f8;
}
.mevo-big-block .image{
	background-position:center;
	background-size:cover;
}
.mevo-big-block h6{
	font-size:32px;
	letter-spacing:50px;
	color:#1c76bc;
	font-weight:bold;
	letter-spacing:-0.4px;
	padding-left: calc((100vw - 1230px - 30px) / 2);
	padding-right:134px;
	padding-top:140px;
	padding-bottom:140px;
	margin:0;
}
/* Responsive */
@media (max-width:1200px){
	.mevo-big-block h6{
		padding-right: 15px;
		padding-left: 15px;		
	}	
}

@media (max-width:768px){
	.mevo-big-block .image{
		min-height:200px;
	}
	.mevo-big-block h6{
		padding:50px 15px;
	}
}

/* Title- text- form block */

.mevo-prod-form{
	padding-top:80px;
  padding-bottom:100px;
  background-color:#1c76bc;
  text-align:center;
}
.mevo-prod-form h3{
  font-size:36px;
  font-weight:bold;
  text-transform:uppercase;
  color:#fff;
	margin-top: 0;
    margin-bottom: 10px;
}
.mevo-prod-form p{
  font-size:26px;
  line-height:1.4em;
  color:#fff;
  margin-bottom: 30px;
}
.mevo-prod-form .mevo-form{
	width: 100%;
    max-width: 1330px;
    justify-content: center;
    display: flex;
  margin: auto;
}
.mevo-prod-form .mevo-form-holder{
  	width: 100%;
	padding-left: 15px;
    padding-right: 15px;
}

/* Some fixes*/
@media (max-width:768px){
	.homepage_mobile_fix2 > .wpb_column > .vc_column-inner > .wpb_wrapper{
		
	}
	.homepage_mobile_fix2 .row_on_row{
		position:static;
	}
	.mobile_hide{
		display:none;
	}
	.homepage_mobile_fix2  .vc_custom_1593714681115{
			padding-left: 0px !important;
	}
	
	.mobile_reverse_order{
		flex-direction: column-reverse;
	}
}
