.page-template-page-sustainability .content-container {
	max-width: 1224px;
}

.section {
	margin-bottom: 64px;
}

.section.dark-bg {
    padding: 64px 0;
}

.section p,
.section ul,
.section ol, {
	font-size: 0.944rem;
	line-height: 1.588;
}

.section p,
.post-wrap .section-title {
	margin-bottom: 20px;
}

.section .btn {
	font-size: 12px;
}

.interior-hero.interior-hero-sm {
	min-height: 435px;
	max-height: 520px;
	border: 0;
	height: 50vw;
}

.interior-hero-sm > .slow-header {
	height: 100%;
}

.interior-hero-sm > .slow-header:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	z-index: 0;
}

.interior-hero-sm > .slow-header > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.interior-hero-sm > .content-container {
	position: relative;
	z-index: 1;
}

.interior-hero-sm h1 { 
	text-transform: uppercase; 
}

.section-intro p:last-child,
.container-sm .post-content,
.container-sm .col,
.slide-item .card, 
.slide-item .content .info,
.dark-bg .slide-item .content p:last-child {
	margin-bottom: 0;
}

.container-sm .post-wrap {
	margin-top: 0;
}

.section-intro {
	margin-bottom: 32px;
	display: flex;
}

.section .content-container {
	padding: 0 32px;
}

.columns.centered {
	justify-content: center;
}

.section-title {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 16px;
}

.card-slides .slide-item {
	padding-left: 8px;
	padding-right: 8px;
	width: calc(100% / 3);
} 

.slide-item .card {
	width: 100%;
}

.slide-item .content {
	min-height: unset;
}

.slide-item .content:before {
	content: unset;
}

.slide-item .content .info {
	padding: 40px 32px;
}

.slide-item .content:hover .info {
	transform: none;
}

.slide-item .img-icon {
	display: block;
	margin: 0 auto 24px;
	width: auto;
	max-height: 64px;
}

.slide-item .card-title {
	color: #3D6593;
	font-size: 28px;
	line-height: 1.071;
	text-transform: uppercase;
}

.dark-bg .slide-item .content p {
	color: #41311E;
}

.card-slides {
	overflow: visible;
	width: 100%;
	max-width: 1224px;
}

.card-slides.slick-slider {
	margin: 0 auto 24px;
}

.card-slides .slick-dots {
	position: static;
	padding: 32px 16px 0;
}

.card-slides .slick-dots > li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 6px;
    margin: 0;
    width: auto;
    height: auto;
}

.card-slides .slick-dots button {
    width: 6px;
    height: 6px;
    font-size: 0;
    background: #B69E61;
    opacity: 0.3;
    border-radius: 50%;
    padding: 0;
    border: 0;
    line-height: 6px;
}

.card-slides .slick-dots .slick-active button {
    opacity: 1;
}

.card-slides .slick-arrow {
	border: 1px solid #b69e61;
	width: 33px;
	height: 33px;
}

.card-slides .slick-arrow:before,
.card-slides .slick-arrow:after {
    content: '';
    width: 1.5px;
    height: 10px;
    background-color: #b69e61;
    display: block;
    position: absolute;
    left: 15px;
    opacity: 1;
}

.card-slides .slick-arrow:before { 
    transform: rotate(45deg);
    top: 8px;
}

.card-slides .slick-arrow:after {
    transform: rotate(-45deg);
    top: 15px;
}

.card-slides .slick-next {transform: rotate(-180deg);}

.card-slides .slick-arrow:not(.slick-disabled):hover {
    background-color: #b69e61;
}

.card-slides .slick-arrow:not(.slick-disabled):hover:before,
.card-slides .slick-arrow:not(.slick-disabled):hover:after {
    background-color: #fff;
}

.card-slides .slick-disabled {
    opacity: 0;
}

.double-border.border-bottom:before {
	top: auto;
	bottom: 30px;
}

.img-vt-wrap {
	height: 360px;
	display: block;
	margin-bottom: 40px;
}

.img-cover {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.meeting-form .form p {color: #4d3721;}
.meeting-form .form iframe {
	padding: 2rem 2rem 1rem;
    overflow: hidden;
    border: 2px solid #c3a66c;
    background: #fff;
}

.contact-section .meeting-form .nf-form-layout > form {
	max-width: 100%;
	color: #4d3721;
    font-size: 20px;
    border: 0;
}

.contact-section .meeting-form .nf-form-title, 
.contact-section .meeting-form .nf-before-form-content {
	text-align: center;
}

.contact-section .meeting-form .nf-before-form-content {
	margin-bottom: 30px;
}

.contact-section .meeting-form .nf-field-container:not(.submit-container) {
	border: 2px solid #c3a66c;
	border-top: 0;
	margin-bottom: 0;
}

.contact-section .meeting-form .nf-form-content {
	border-top: 2px solid #c3a66c;
}

.contact-section .meeting-form .nf-element {
	border: 0;
	display: block;
}

.contact-section input[type='number'] {
	background-color: transparent;
	border: 2px solid #c3a66c;
}

.contact-section input[type='number'].placeholder {
    color: rgba(77, 55, 33, 0.5); 
    font-size: 20px;
}

.contact-section input[type='number']:-moz-placeholder {
    color: rgba(77, 55, 33, 0.5); 
    font-size: 20px;
}

.contact-section input[type='number']::-moz-placeholder {
    color: rgba(77, 55, 33, 0.5); 
    font-size: 20px;
}

.contact-section input[type='number']:-ms-input-placeholder {
    color: rgba(77, 55, 33, 0.5); 
    font-size: 20px;
}

.contact-section input[type='number']::-webkit-input-placeholder {
    color: rgba(77, 55, 33, 0.5); 
    font-size: 20px;
}

.nf-element.datepicker {
	position: static;
	opacity: 1;
	box-shadow: none;
}

.contact-section .meeting-form .nf-error-msg,
.contact-section .meeting-form .nf-field-description {
	padding: 0 22px 10px;
	font-size: 18px;
}

.contact-section .meeting-form .nf-error-field-errors {
	text-align: center;
	padding-top: 10px;
}

.contact-section .meeting-form .nf-error-msg:empty {
	display: none;
}

.contact-section .meeting-form .nf-field-label {
	padding: 0 22px;
	color: #6b784a;
    text-transform: uppercase;
    margin: 0;
}

.contact-section .meeting-form .nf-field-label > label,
.contact-section .meeting-form .nf-form-fields-required {
	font-weight: normal;
	font-size: 18px;
}

.contact-section .meeting-form .nf-form-cont .one-half {
	margin: 0;
	width: 100%;
}

.contact-section .meeting-form .pikaday__display {
    padding-bottom: 0;
}

.contact-section .meeting-form .nf-input-limit:empty {
	margin: 0;
}

.contact-section .meeting-form .submit-container {
	margin-bottom: 0;
}

.contact-section .meeting-form .submit-wrap {
	text-align: center;
}

.nf-form-wrap .submit-wrap .nf-element {
	display: inline-block;
	font-size: 14px;
    background-color: #b44a29;
    padding: 20px;
    line-height: 1;
    display: inline-block;
    color: #e7e6e3;
    font-family: "rhode-extended";
    text-wrap: wrap;
    text-align: center;
}

.contact-section .meeting-form .nf-element:focus-visible {
    border: 0;
    background-color: rgba(255, 255, 255, 0.5);
    outline: none;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
}

.contact-section .meeting-form .ninja-forms-req-symbol {
	color: inherit;
}

.flatpickr-calendar .flatpickr-weekday {
	text-transform: uppercase;
}

.flatpickr-calendar .dayContainer > .flatpickr-day.selected {
	background: #6b784a;
	border-color: #6b784a;
}

@media only screen and (min-width: 768px) {
	.interior-hero.interior-hero-sm {
		height: 70vw;
	}

	.section p, .post-wrap .section-title {
		margin-bottom: 24px;
	}

	.section-title {
		font-size: 40px;
		line-height: 1.175;
		margin-bottom: 0.889rem;
	}

	.card-slides .slide-item {
		padding-left: 16px;
		padding-right: 16px;
	}

	.slide-item .card-title {
		line-height: 1;
	}

	.columns.centered > .col {
		flex: 100%;
		max-width: 100%;
	}

	.section .btn {
		font-size: 13px;
	}

	.contact-section .meeting-form .nf-form-cont {
		padding: 0 40px;
	}

	.contact-section .meeting-form .nf-form-cont .one-half {
		width: 50%;
	}

	.contact-section .meeting-form .nf-form-cont .one-half.last {
		border-left: 0;
	}
}

@media only screen and (min-width: 1024px) {
	.section {
		margin-bottom: 96px;
	}

	.section.dark-bg {
	    padding: 96px 0;
	}

	.columns.centered > .col {
		flex: 55.56%;
		max-width: 55.56%;
	}

	.card-slides {
		padding: 0 32px;
	}

	.card-slides .slick-prev {
		left: 0.5rem;
	}

	.card-slides .slick-next {
		right: 0.5rem;
	}

	.has-full-image .container-sm > .columns {
		padding: 0;
	}

	.container-sm .col-img {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.container-sm .post-wrap {
		flex: 0 0 36.35%;
		max-width: 36.35%;
	}

	.col-img .img-vt-wrap {
		height: 100%;
		min-height: 640px;
		margin-bottom: 48px;
	}

	.container-sm .post-wrap,
	.container-sm .post-content {
		margin: 0;
	}
}

@media only screen and (min-width: 1300px) {
	.card-slides .slick-prev {
		left: -1rem;
	}

	.card-slides .slick-next {
		right: -1rem;
	}
}