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

.w-slider-dot {
	background: #EEEEEE;
}
.w-slider-dot.w-active {
	background: #C52026;
}



.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 p {
	color: #fff;
}

.fake-h1.invert,
.fake-h2.invert,
.fake-h3.invert,
.fake-h4.invert,
.fake-h5.invert,
.fake-h6.invert {
	color: #fff;
}



span.wpcf7-not-valid-tip {
	margin: -10px 0 10px 0;
	font-size: 14px;
}
div.wpcf7-response-output {
	margin: 24px 0 0 0;
}



.section.white + .section.white,
.section.tint + .section.tint {
	padding-top: 0;
}



.date-circle {
	text-transform: uppercase;
}

.event-slide-link {
	color: #595959;
}

.item-slide-link,
.item-slide-link:hover {
	color: #fff;
}



.modal-bio .modal-bio-content {
	display: flex;
}
@media (max-width: 767px) {
	.modal-bio .modal-bio-content {
		flex-direction: column;
	}
}



.section.hero.no-title {
	min-height: 500px;
}
@media (max-width: 767px) {
	.section.hero.no-title {
		min-height: 350px;
	}
}



.p-larger {
	margin-bottom: 12px;
	font-size: 30px;
	line-height: 42px;
	font-weight: 400;
}
.p-larger._w-heading-on-left {
	margin-left: 36px;
	padding-left: 36px;
	border-left: 2px solid #e0e0e0;
}
@media (max-width: 991px) {
	.p-larger {
		font-size: 23px;
		line-height: 35px;
	}
}
@media (max-width: 767px) {
	.p-larger {
		font-size: 20px;
		line-height: 32px;
	}
	.p-larger._w-heading-on-left {
		margin-left: 0px;
		padding-left: 0px;
		border-left-style: none;
	}
}



.fluid-cell.taxes {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e0e0e0;
}
.fluid-cell.taxes .fluid-cell._67-percent {
	padding-left: 0;
}
.fluid-cell.taxes .fluid-cell._33-percent {
	padding-right: 0;
	text-align: right;
}
@media (max-width: 767px) {
	.fluid-cell.taxes .fluid-cell._33-percent {
		text-align: center;
	}
}



.section.announcement {
	position: relative;
	z-index: 1001;
	padding: 0;
	color: #fff;
	background: #7272c0;
}
.section.announcement.green {
	background: #779b49;
}
.section.announcement.grey {
	background: #595959;
}
.section.announcement.orange {
	background: #ef8903;
}
.section.announcement.purple {
	background: #7272c0;
}


.section.announcement .fluid-cell {
	padding: 12px 0;
}
.section.announcement p {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.announcement .button {
	min-width: 0;
	margin: 0 12px;
	padding: 6px 24px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	box-shadow: none;
}
.announcement .button:hover {
	color: #52d2ec;
	background: #fff;
}

@media screen and (max-width: 991px) {
	.section.announcement p {
		flex-direction: column;
		align-items: flex-start;
	}
	.announcement .button {
		margin: 12px 0;
	}
}



.modal-wrap {
	z-index: 9999;
	background: rgba(0, 0, 0, 0.65);
}
