textarea,
input.text,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	-webkit-appearance: none;
	border-radius: 0;
}
.faqs-toogle {
	white-space: normal;
}
.w-select {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	appearance: none;
}



body.admin-bar .top-bar-bg {
	height: 116px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .top-bar-bg {
		height: 106px;
	}
}



.iframe-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
}
.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
}



.has-invert h1,
.has-invert .faux-h1,
.has-invert h2,
.has-invert .faux-h2,
.has-invert h3,
.has-invert .faux-h3,
.has-invert h4,
.has-invert .faux-h4,
.has-invert h5,
.has-invert .faux-h5,
.has-invert h6,
.has-invert .faux-h6,
.has-invert p,
.has-invert li {
	color: #fff;
}
.has-invert p.p-large {
	color: hsla(0, 0%, 100%, 0.8);
}
.has-invert.has-opacity p {
	color: hsla(0, 0%, 100%, 0.8);
}

.has-invert .cta-link {
	color: #fff;
}
.has-invert .cta-link:hover {
	background-image: url('../images/Link-underline-white.svg');
	color: #01c6e4;
}



.section.jobs {
	overflow: visible;
	z-index: 10;
}
.section.jobs .jobs-wrap {
	width: 100%;
}

.job-item-modal-content {
	display: none;
}



.wpcf7-not-valid-tip {
	font-size: 14px;
	text-align: left;
}

span.button {
	padding: 0;
	border: 0;
}
span.button input[type=submit] {
	padding: 20px 48px;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	background: transparent;
	border: 0;
	outline: 0;
	cursor: pointer;
}
span.button .ajax-loader {
	position: absolute;
	top: calc(50% - 12px);
	right: -12px;
}

.wpcf7 form .wpcf7-response-output {
	margin: 1vw 0 0;
}
.section.dark .wpcf7 form .wpcf7-response-output {
	color: #fff;
}



.form-horizontal .wpcf7-form-control-wrap {
	margin-right: 24px;
}

@media screen and (max-width: 767px) {
	.form-horizontal .wpcf7-form-control-wrap {
		margin-right: 0px;
		margin-bottom: 12px;
	}
}



.share-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0 36px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}

@media screen and (max-width: 479px) {
	.share-links {
		margin-left: 0px;
	}
}



/*
fix overlaps in page anchors
https://stackoverflow.com/questions/4086107/fixed-page-header-overlaps-in-page-anchors/28824157#28824157
*/

:target::before {
	content: "";
	display: block;
	height: 84px; /* fixed header height*/
	margin: -84px 0 0; /* negative fixed header height */
	visibility: hidden;
}
