textarea,
input.text,
input[type="text"],
input[type="email"],
input[type="phone"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	-webkit-appearance: none;
}
.faqs-toogle {
	white-space: normal;
}
.w-select {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	appearance: none;
}
*:focus {
	outline: none;
}
.w-lightbox-caption {
	background-color: white;
	color: black;
	padding: 12px;
	bottom: auto;
	white-space: inherit;
}



img {
	height: auto;
}



.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%;
}



.alignleft {
	float: left;
	margin: 0 24px 24px 0;
}
.alignright {
	float: right;
	margin: 0 0 24px 24px;
}
.aligncenter {
	display: block;
	margin: 24px auto;
}

@media (max-width: 767px) {
	.alignleft,
	.alignright {
		float: none;
		display: block;
		margin: 24px 0;
	}
}



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

.wpcf7 form .wpcf7-response-output {
	margin: 48px 0 0 0;
}



.nav-link.simple {
	border-bottom: none;
}



.play-button {
	position: absolute;
	top: calc(50% - 48px);
	left: calc(50% - 48px);
	z-index: 10;
	width: 96px;
	height: 96px;
	background-color: #74d2c0;
	background-image: url('../images/Play-icon.svg');
	background-position: 54%;
	background-repeat: no-repeat;
	background-size: auto;
	border-radius: 120px;
	box-shadow: 0 12px 36px rgba(0, 0, 0, .3);
}

.play-button:hover {
	background-color: #69d3bf;
	transform: translate(0, -6px);
}

@media screen and (max-width: 479px) {
	.play-button {
		top: calc(50% - 42px);
		left: calc(50% - 42px);
		width: 84px;
		height: 84px;
		background-position: 56%;
	}
}



.container-stretch-bottom {
	align-items: stretch;
}

.container-stretch-bottom > div.fluid-cell {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}



a.anchor {
	position: relative;
	top: -72px;
}
