body {
	background-color: #fff;
	margin: 0;
}

.page-footer {
	position: relative;
}

section {
	position: relative;
}

.section-container {
	margin: 0 auto;
	max-width: 1354px;
	padding: 0 15px;
	position: relative;
	z-index: 2;
}

.wdlp-wrap h1 {
	font-family: 'lora';
	font-weight: bold;
	font-size: 32px;
	line-height: 1.19em;
	margin-bottom: 30px;
}

.wdlp-wrap h2 {
	border-bottom: 2px solid #B8D9E4;
	font-family: 'lora';
	font-weight: normal;
	font-size: 27px;
	line-height: 1.29em;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.wdlp-wrap h3 {
	font-family: 'lora';
	font-weight: normal;
	font-size: 24px;
	line-height: 1.29em;
	margin-bottom: 15px;
}

.wdlp-wrap p {
	color: #373737;
	font-size: 16px;
	line-height: 1.75em;
}

.wdlp-wrap p:last-child {
	margin: 0;
}

.wdlp-wrap img {
	max-width: 100%;
}

.wdlp-btn {
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-family: 'open_sansbold';
	font-size: 16px;
	padding: 14px 20px 16px;
	text-transform: uppercase;
}

.wdlp-btn.--blue {
	background-color: rgb(40, 183, 219);
}

.wdlp-btn.--orange {
	background-color: rgb(242, 121, 34);
}

.wdlp-btn:hover {
	color: #fff;
}

.wdlp-btn.--blue:hover {
	background-color: rgb(40, 183, 219, .5);
}

.wdlp-btn.--orange:hover {
	background-color: rgb(242, 121, 34, .5);
}

.header-section {
	background: rgb(227,244,251);
	padding: 0 0 50px;
}

.header-bg-gradient {
	background: rgb(227,244,251);
	background: linear-gradient(90deg, rgba(227,244,251,1) 0%, rgba(227,244,251,1) 50%, rgba(227,244,251,0) 100%);
	display: none;
	height: 100%;
	left: -75px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.header-bg {
	margin-bottom: 30px;
}

.header-bg img {
	display: block;
	height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
}

.header-content > img {
	margin-bottom: 15px;
}

.header-content .wdlp-btn {
	align-items: center;
	display: inline-flex;
}

.header-content .wdlp-btn img {
	margin-left: 12px;
}

.half-content-image .section-container {
    align-items: flex-end;
    display: flex;
	flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
}

.half-image,
.half-content {
    width: 100%;
	position: relative;
}

.half-image img {
    display: block;
}

.half-image img + img {
	margin: 0 auto;
}

.icon-cross {
	left: 40px;
	position: absolute;
	top: 27%;
	z-index: -1;
}

.half-content {
    padding: 50px 0 50px;
}

.half-content .text {
    margin-bottom: 25px;
}

.tab-section {
	background-color: #0D4166;
	padding: 50px 0;
}

.tab-section h2 {
	border: 0;
	color: #fff;
	margin-bottom: 30px;
	padding: 0;
	text-align: center;
}

.tab-wrap {
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.tab-list {
    background-color: #86A0B3;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

.tab-list li {
    align-items: center;
    border-right: 2px solid rgba(255,255,255,.5);
    cursor: pointer;
    display: flex;
    height: 70px;
    justify-content: center;
    width: 33.33%;
}

.tab-list li:last-child {
    border: 0;
}

.colored-logo {
    display: none;
}

.tab-list li.active {
    background-color: #fff;
}

.tab-list li.active .white-logo {
    display: none;
}

.tab-list li.active .colored-logo {
    display: block;
}

.tab-content-item {
    padding: 20px;
}

.tab-item {
	padding: 10px;
}

.tab-item-img {
	margin-bottom: 30px;
}

.tab-item-img > img {
    border-radius: 6px;
	height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
}

.tab-content .text {
	margin-bottom: 25px;
}

.half-content-video {
	padding: 50px 0;
}

.content-video-wrap {
	border-radius: 6px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .10);
}

.video-content {
	padding: 30px;
}

.video-content h2 {
	position: relative;
}

.icon-document {
	display: none;
	left: -114px;
	position: absolute;
	top: 0;
}

.video-thumbnail {
	background-color: #0D4166;
	cursor: pointer;
	display: block;
	position: relative;
}

.vid-thumb {
	display: block;
	height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
	opacity: .6;
    width: 100%;
}

.icon-play {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all ease 0.3s;
	z-index: 2;
}

.video-thumbnail:hover .icon-play {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

.faq-section {
	background: url('../img/pattern-bg.png')repeat 0 0;
	padding: 50px 0;
}

.faq-section h2 {
	border: 0;
	padding: 0;
	text-align: center;
}

.faq-list {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.faq-list-col {
	width: 100%;
}

.faq-item {
	background-color: #fff;
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .05);
	margin-bottom: 15px;
}

.faq-item.active {
	border: 1px solid #28B7DB;
	border-left : 6px solid #28B7DB;
}

.faq-question {
	color: #0D4166;
	cursor: pointer;
	font-size: 18px;
	margin: 0;
    padding: 21px 60px 20px 30px;
	position: relative;
}

.faq-item.active .faq-question {
	color: #28B7DB;
}

.faq-question:after {
	background: url('../icons/icon-plus.svg') no-repeat center center;
	content: '';
	height: 15px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
}

.faq-item.active .faq-question:after {
	background: url('../icons/icon-minus.svg') no-repeat center center;
}

.faq-answer {
	display: none;
	padding: 0 30px 20px;
}

.faq-answer p {
	margin-bottom: 10px;
}

.faq-answer p:last-child {
	margin-bottom: 0;
}

.faq-answer p strong {
	font-family: 'open_sansbold';
}

.faq-answer ul {
    margin-bottom: 15px;
    padding-left: 15px;
}

.faq-answer ul:last-child {
    margin-bottom: 0;
}

.faq-answer ul li {
	background: url('../icons/icon-bullet.png') no-repeat 0 8px;
    color: #373737;
    font-size: 16px;
    line-height: 28px;
	padding-left: 17px;
}

.form-section {
	background-color: #0D4166;
	padding: 50px 0;
	position: relative;
}

.form-bg {
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 67%;
}

.form-bg img {
	display: block;
	height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
}

.form-wrapper {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	margin: 0 auto;
	max-width: 661px;
	padding: 20px;
}

.form-wrapper form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-wrapper form h2 {
    border: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.form-field {
    margin-bottom: 20px;
    width: 100%;
	position: relative;
}

.form-field label {
    display: inline-block;
    font-family: 'open_sansbold';
    margin-bottom: 8px;
    text-transform: uppercase;
}

.form-field label sup {
    color: #F27922;
}

.form-field input[type="text"],
.form-field input[type="tel"],
.form-field input[type="email"] {
    border: 1px solid #D8D8D8;
    height: 52px;
    font-size: 16px;
    margin: 0;
    padding: 0 20px;
}

.form-field input[type="submit"] {
    border-radius: 5px;
    display: block;
    height: 52px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.form-field .wpcf7-form-control,
.form-field .wpcf7-list-item {
    align-items: center;
    display: flex;
}

.form-field .wpcf7-list-item.first {
    margin: 0;
}

.form-field .wpcf7-list-item.last {
	background: none;
	border: 0;
    margin-left: 40px;
}

.form-field .wpcf7-list-item input {
    height: 15px;
    margin-right: 10px;
    width: 15px;
}

.form-field .wpcf7-list-item input:checked span {
    background: red;
}

.form-field .wpcf7-list-item-label {
    color: #373737;
    font-size: 16px;
}

.wpcf7 .form-field .ajax-loader {
    position: absolute !important;
    top: 50%;
    right: 0;
    margin-top: -12px;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7 .form-field .ajax-loader:before {
		animation-name: spin !important;
	}
}

.form-disclaimer {
    color: #373737;
    font-size: 14px;
    text-align: center;
}

.form-disclaimer a {
    color: #28B7DB;
    font-family: 'open_sansbold';
}

.team-section {
	background: url('../img/pattern-bg.png')repeat 0 0;
	padding: 50px 0;
}

.team-section h2 {
	border: 0;
	margin: 0;
	text-align: center;
}

.team-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.team-item {
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .10);
	overflow: hidden;
	margin: 0 10px 30px;
	max-width: 420px;
	text-align: center;
}

.team-desc {
	padding: 25px 30px 40px;
}

.team-desc a {
	color: #555;
}

.team-name {
	color: #0D4166;
	font-family: 'lora';
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 5px;
}

.team-position {
	color: #86A0B3;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.team-number {
	align-items: center;
	color: #555;
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
}

.team-number img {
	margin-right: 5px;
}

.team-email {
	align-items: flex-start;
	color: #555;
	display: flex;
	justify-content: center;
}

.team-email img {
	margin-right: 5px;
	position: relative;
	top: 5px;
}

.team-email a {
	word-wrap: break-word;
}

.form-wrapper .wpcf7-response-output {
	margin: 30px auto 0 !important;
}

@media (min-width:600px) {
	.form-wrapper {
		padding: 20px 30px;
	}

	.form-disclaimer {
		margin: 0 auto;
		width: 90%;
	}
}

@media (min-width:768px) {
	.wdlp-wrap h1 {
		font-size: 47px;
	}
	
	.wdlp-wrap h2 {
		font-size: 37px;
	}

	.wdlp-wrap h3 {
		font-size: 29px;
	}

	.wdlp-btn {
		padding: 14px 30px 16px;
	}

	.tab-list li {
		height: 100px;
	}

	.tab-content-item {
		display: flex;
		justify-content: space-between;
		padding: 30px;
	}
	
	.tab-item-img {
		margin: 0;
		width: 43%;
	}
	
	.tab-item-img + .tab-content {
		width: 52%;
	}

	.content-video-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.video-content {
		width: 52%;
	}
	
	.video-thumbnail {
		border-radius: 0 6px 6px 0;
		overflow: hidden;
		width: 48%;
	}

	.form-wrapper {
		padding: 50px 60px;
	}

	.form-field.half-field {
		width: 48%;
	}
}

@media (min-width:1025px) {
	.wdlp-wrap h1 {
		font-size: 52px;
	}
	
	.wdlp-wrap h2 {
		font-size: 42px;
	}

	.wdlp-wrap h3 {
		font-size: 34px;
	}

	.header-section {
		padding: 150px 0 180px;
	}

	.header-bg-gradient {
		display: block;
	}

	.header-bg {
		height: 100%;
		margin: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 60%;
		z-index: 1;
	}

	.header-content {
		max-width: 646px;
	}

	.half-content-image .section-container {
		flex-direction: row;
	}

	.half-image,
	.half-content {
		width: 49%;
	}

	.half-content {
		padding: 40px 0;
	}

	.tab-section {
		padding: 100px 0 120px;
	}

	.tab-content-item {
		padding: 70px 70px 80px;
	}

	.half-content-video {
		padding: 100px 0;
	}

	.video-content {
		padding: 60px 80px 70px;
	}

	.faq-section {
		padding: 80px 0 100px;
	}

	.faq-list-col {
		width: 48.79%;
	}

	.form-section {
		padding: 100px 0;
	}

	.form-wrapper {
		margin: 0;
		margin-left: auto;
	}

	.form-bg {
		display: block;
	}

	.team-section {
		padding: 100px 0;
	}
}

@media (min-width:1200px) {
	.header-bg-gradient {
		background: linear-gradient(90deg, rgba(227,244,251,1) 0%, rgba(227,244,251,1) 40%, rgba(227,244,251,0) 100%);
	}

	.header-bg {
		width: 57%;
	}

	.half-content {
		padding: 100px 0 120px;
	}

	.icon-document {
		display: block;
	}
}