/* Dark overlay */

li.tp-revslider-slidesli:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: 0;
}

/* Consultation form */

.request-headline {
	margin-bottom: 25px;
}

.page-template-page-contact .contact-us-section-form {
	height: auto;
}

.new-form-style {
	
}

.new-form-style label {
	margin: 0 0 10px;
	font-size: 16px;
}

.new-form-style .wpcf7-form-control-wrap {
	display: block;
	margin-top: 3px;
}

.new-form-style .wpcf7-form-control-wrap input, 
.new-form-style .wpcf7-form-control-wrap textarea,
.new-form-style .wpcf7-form-control-wrap select {
	font-size: 16px;
	border: none;
	border-bottom: 1px solid #003b5c;
	background: none;
	width: 100%;
	padding: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

.new-form-style .wpcf7-form-control-wrap input:focus, 
.new-form-style .wpcf7-form-control-wrap textarea:focus,
.new-form-style .wpcf7-form-control-wrap select:focus {
	border-color: #fdb827;
	outline: none;
} 

.new-form-style textarea {
	resize: none;
}

.new-form-style .ajax-loader {
	display: none !important;
}

.new-form-style .wpcf7-submit {
	float: none !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}

.new-form-style .center-btn {
	text-align: center;
}

.new-form-style .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	margin-top: 25px;
}

.new-form-style div.wpcf7-mail-sent-ok {
    padding: 15px;
    text-align: center;	
}

/* CTA form */

#new-cta-section {
	background: #fdb827;
	padding: 35px 0;
}

#new-cta-section .container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

#new-cta-section .container p {
	color: #003b5c;
	margin: 0 50px 0 0;
	font-size: 18px;
}

#new-cta-section .container a {
	background: #003b5c;
	color: #ffffff;
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 16px;
    font-weight: 900;
    border: 0px solid #003b5c !important;
    border-radius: 100px;
    padding: 10px 30px 10px 30px;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    float: right;
    margin: 0;
    color: #ffffff;
	text-align: center;
	line-height: 1.2;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}

#new-cta-section .container a:hover {
	background: #ffffff;
	color: #003b5c;
}

#new-cta-section .container:before,
#new-cta-section .container:after {
	display: none;
}

@media only screen and (max-width: 768px) {
	#new-cta-section .container {
		flex-direction: column;
		text-align: center;
	}
	#new-cta-section .container p {
		margin: 0 0 20px;
		text-align: center;
	}
	#new-cta-section .container a {
		margin: 0 auto;
	}
}

/* Smart lez block */

.smart-lez-block {
	padding: 35px 0;
	position: relative;
}

.smart-lez-block .container {
	z-index: 2;
	position: relative;
}

.smart-lez-block .container .text {
	margin: 0 0 20px;
}

.smart-lez-block .container .text * {
	color: #ffffff;
}

.smart-lez-block:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #003b5c;
	opacity: 0.5;
}

.smart-lez-block a.btn-yellow {
	background: #fdb827;
}

.smart-lez-block a.btn-yellow:hover {
	background: #003b5c;
}

/* UA logo */

.logo-holder {
	padding: 24px 0 24px;
}

@media screen and (max-width: 768px) {
	.logo-holder {
		padding: 23px 0 23px 5px;
	}	
}

.info-tooltip + .tooltip > .tooltip-inner {background-color: #f00;}
.info-tooltip + .tooltip > .tooltip-arrow { border-bottom-color:#f00; }

.tooltip-inner {
	background-color: #003b5c !important;
	color: #fff !important;
	font-size: 18px !important;
	font-family: 'Nexa', sans-serif !important;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #003b5c;
}

.tooltip.right .tooltip-arrow {
	border-right-color: #003b5c;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #003b5c;
}

.tooltip.left .tooltip-arrow {
	border-left-color: #003b5c;
}