textarea,
input.text,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	-webkit-appearance: none;
	border-radius: 0;
}



.has-invert h1,
.has-invert h2,
.has-invert h3,
.has-invert h4,
.has-invert h5,
.has-invert h6 {
	color: #fff;
}
.has-invert p,
.has-invert li {
	color: hsla(0, 0%, 100%, .7);
}
.has-invert--highlight-first-p p:first-child {
	color: #fff;
}



footer div.wpcf7 .ajax-loader{
	display: none;
}
div.form:not(.horizontal) span.wpcf7-not-valid-tip {
	margin: -12px 0 12px 0;
}
div.wpcf7-response-output {
	margin: 24px 0 0 0;
}
footer div.wpcf7-response-output {
	color: #fff;
	color: hsla(0, 0%, 100%, .7);
}



a.more {
	display: inline-block;
	font-family: Kreon, sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
    color: #181409;
	border-bottom: 2px solid #e8be6d;
}
a.more:hover {
	text-decoration: none;
	border-color: #181409;
}



.fluid-cell.space-between {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 767px) {
	.fluid-cell.space-between {
		padding-top: 24px;
		padding-bottom: 24px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}



.page-no {
	padding: 12px 19px 12px 18px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #181409;
	font-weight: 700;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
.page-no:hover {
	text-decoration: none;
}
.page-no.current {
	margin-right: 12px;
	margin-left: 12px;
	color: #fff;
	background-color: #e8be6d;
}



.icon-link {
	display: inline-block;
	margin: 12px 24px 12px 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 36px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #181409;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
.icon-link:hover {
	text-decoration: none;
	color: #e8be6d;
}
.icon-link.arrow-left {
	background-image: url('../images/Left-Arrow-Orange.svg');
	background-position: 0px 50%;
	background-repeat: no-repeat;
}
.icon-link.arrow-right {
	margin-right: 12px;
	margin-left: 24px;
	padding-right: 36px;
	padding-left: 0px;
	background-image: url('../images/Right-Arrow-Orange.svg');
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.icon-link.arrow-left {
		margin-right: 12px;
	}
	.icon-link.arrow-right {
		margin-left: 12px;
	}
}

@media (max-width: 479px) {
	.icon-link.arrow-left {
		margin-right: 12px;
		margin-left: 0px;
	}
	.icon-link.arrow-right {
		margin-right: 0px;
		margin-left: 12px;
	}
}



.section.dark .cta-link {
	color: #fff;
}
.section.dark .cta-link:hover {
	color: #f6ca74;
}



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