/* CSS Document */
.img-txt-section {
	max-width: 1300px;
}

@media (max-width: 1024px) {
	section.img-txt-section:not(.hero-section) .row.reverse {
		flex-direction: column-reverse;
	}
}

@media (min-width: 769px) {
	.img-txt-section .col.txt {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

.img-txt-section p:last-of-type {
	margin-bottom: 0;
}

.img-txt-section ul:last-of-type {
	margin-bottom: 0;
}

.img-txt-section p:last-of-type + ul {
	margin-top: 20px;
}
@media (min-width: 1025px) {
	.img-txt-section p:last-of-type + ul {
		margin-top: 25px;
	}
}

.img-txt-section ul li {
	margin-bottom: 10px;
}

.img-txt-section ul li:last-of-type {
	margin-bottom: 0;
}

.two-col-txt-section {
	border: 4px solid #f6cd78;
	max-width: 1200px;
}

.two-col-txt-section .row:not(.title) {
	padding:15px 100px 40px;
}

.two-col-txt-section .row.title .col {
	width: 100%;
}

.two-col-txt-section h2 {
	background-color: #fff;
	font-weight: 700;
	line-height: 1.286;
	margin: 0 auto;
	max-width: 750px;
	padding: 0 5%;
	position: relative;
	top: -50%;
	text-align: center;
	width: 75%;
}
@media (min-width: 769px) {
	.two-col-txt-section h2 {
		font-size: 28px;
	}
}

.txt-w-border-section {
	border: 4px solid #f6cd78;
	max-width: 1200px;
}

.txt-w-border-section .row.title {
	padding: 20px;
}
@media (min-width: 769px) {
	.txt-w-border-section .row.title {
		padding: 40px 50px;
	}
}
@media (min-width: 1025px) {
	.txt-w-border-section .row.title {
		padding: 0;
	}
}

.txt-w-border-section .row:not(.title) {
	padding: 0 20px 20px;
}
@media (min-width: 1025px) {
	.txt-w-border-section .row:not(.title) {
		padding: 0 40px 25px;
	}
}
@media (min-width: 1025px) {
	.txt-w-border-section .row:not(.title) {
		padding: 0 100px 25px;
	}
}

.txt-w-border-section .row.first-last:not(.title) {
	padding: 15px 20px 20px;
}
@media (min-width: 769px) {
	.txt-w-border-section .row.first-last:not(.title) {
		padding: 15px 50px 40px;
	}
}
@media (min-width: 1025px) {
	.txt-w-border-section .row.first-last:not(.title) {
		padding: 15px 100px 65px;
	}
}

.txt-w-border-section .row.first:not(.title) {
	padding: 15px 20px 20px;
}
@media (min-width: 769px) {
	.txt-w-border-section .row.first:not(.title) {
		padding: 15px 50px 25px;
	}
}
@media (min-width: 1025px) {
	.txt-w-border-section .row.first:not(.title) {
		padding: 15px 100px 25px;
	}
}

.txt-w-border-section .row.last:not(.title) {
	padding: 0 20px 20px;
}
@media (min-width: 769px) {
	.txt-w-border-section .row.last:not(.title) {
		padding: 0 50px 40px;
	}
}
@media (min-width: 1025px) {
	.txt-w-border-section .row.last:not(.title) {
		padding: 0 100px 65px;
	}
}

.txt-w-border-section .row.title .col {
	width: 100%;
}

@media (min-width: 769px) {
	.txt-w-border-section .row.content .col.two {
		column-count: 2;
		column-gap: 60px;
	}
}

.txt-w-border-section .row.content:not(.title) .col {
	width: 100%;
}

.txt-w-border-section h2 {
	background-color: #fff;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.286;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
@media (min-width: 769px) {
	.txt-w-border-section h2 {
		font-size: 28px;
	}
}
@media (min-width: 1025px) {
	.txt-w-border-section h2 {
		max-width: 750px;
		padding: 0 5%;
		top: -50%;
		width: 75%;
	}
}

@media (min-width: 769px) {
	.txt-w-border-section .row.content .col.two p {
		break-inside: avoid;
	}
}

.txt-w-border-section p:last-of-type {
	margin-bottom: 0;
}

.txt-w-border-section .row.content .col ul {
	padding-left: 25px;
}

@media (min-width: 769px) {
	.txt-w-border-section .row.content .col.two ul {
		padding-left: 0;
	}
}

.txt-w-border-section ul:last-of-type {
	margin-bottom: 0;
}

.txt-w-border-section ul + p {
	margin-top: 20px;
}
@media (min-width: 1025px) {
	.txt-w-border-section ul + p {
		margin-top: 25px;
	}
}

.txt-w-border-section .row.content .col.two ul li {
	margin-bottom: 10px;
}
@media (min-width: 769px) {
	.txt-w-border-section .row.content .col.two ul li {
		break-inside: avoid;
		margin-left: 40px;
	}
}

.txt-w-border-section .row.content .col.two ul li:last-of-type {
	margin-bottom: 0;
}

.one-col-txt-section {
	max-width: 980px;
}

section.one-col-txt-section .row .col.txt {
	width: 100%;
}

.ctas-section {
	max-width: 1500px;
}

.ctas-section.w-title {
	padding-top: 55px;
}

.ctas-section.w-title:before {
	background-color: #3f4d61;
	display: block;
	content: '';
	height: 6px;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 250px;
	position: absolute;
	right: 0;
	top: 0;
	width: 25%;
	z-index: -1
}

.ctas-section .row.title .col {
	width: 100%;
}

.ctas-section h2 {
	color: #3f4d61;
	font-family: "Comfortaa", sans-serif;
	font-weight: 600;
	line-height: 1.286;
	margin: 0 auto 25px;
	text-align: center;
	text-transform: uppercase;
}
@media (min-width: 1025px) {
	.ctas-section h2 {
		margin-bottom: 30px;
		max-width: 600px;
	}
}

.ctas-section .row.ctas {
	column-gap: normal;
	flex-flow: wrap;
	padding: 30px 0;
	position: relative;
	row-gap: 90px;
}
@media (max-width: 768px) {
	.ctas-section .row.ctas {
		justify-content: center;
	}
}

@media (min-width: 1025px) {
	.ctas-section .row.ctas.center {
		justify-content: center;
	}
}

@media (min-width: 769px) {
	.ctas-section .row.ctas:before {
		background-color: #f1b434;
		bottom: 0;
		content: '';
		display: block;
		height: 100%;
		left: 50%;
		position: absolute;
		top: 0;
		width: 1px;
		z-index: -1;
	}
}
@media (min-width: 1025px) {
	.ctas-section .row.ctas:before {
		left: 33.333%;
	}
}

@media (min-width: 1025px) {
	.ctas-section .row.ctas:after {
		background-color: #f1b434;
		bottom: 0;
		content: '';
		display: block;
		height: 100%;
		position: absolute;
		right: 33.333%;
		top: 0;
		width: 1px;
		z-index: -1;
	}
}

.ctas-section .cta {
	align-items: center;
	display: flex;
	flex-direction: column;
}
@media (min-width: 769px) {
	.ctas-section .cta {
		width: 50%;
	}
}
@media (min-width: 1025px) {
	.ctas-section .cta {
		width: 33.333%;
	}
}

.ctas-section .cta a,
.ctas-section .cta .card {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
}

.ctas-section .img-holder {
	margin-bottom: 20px;
	max-width: 400px;
}
@media (min-width: 769px) {
	.ctas-section .img-holder {
		width: calc(100% - 40px);
	}
}

.ctas-section .img-holder img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.ctas-section h3 {
	align-items: center;
	display: flex;
	justify-content: center;
	text-align: center;
}

.ctas-section h3:not(.full-width) {
	width: 50%;
}

.ctas-section h3.full-width {
	max-width: 400px;
}
@media (min-width: 769px) {
	.ctas-section h3.full-width {
		width: calc(100% - 40px);
	}
}

.ctas-section .excerpt {
	max-width: 400px;
	width: calc(100% - 40px);
}

.ctas-section .excerpt p {
	color: #231f20;
}
@media (min-width: 769px) {
	.ctas-section .excerpt p {
		font-size: 19px;
	}
}

.ctas-section .cta .card .excerpt p:last-of-type {
	margin-bottom: 0;
}

.ctas-section .btn {
	margin-top: auto;
}

.ctas-section .cta a:hover .btn {
	opacity: 0.8;
}
