/*/////////////////////////////////////////////
//// BEGIN: Sectioned Page Classes
/////////////////////////////////////////////*/
main.content.page-sectioned {
    width: 100%;
}

.page-sectioned .entry-content {
	padding: 0;
}

.page-sectioned .entry-content > .section-wrapper {
    width: 100%;
    max-width: 100%;
}

.page-sectioned .entry-content section {
	padding: 8em 0;
}

.page-sectioned .entry-content section {
	padding: 8em 0;
}

.page-sectioned .entry-content .section-header {
	margin-bottom: 50px;
	text-align: center;
}

/* BEGIN: Two Column Text */
.section_page--two-col-text {
	
}

.section_page--two-col-text .columns-wrapper {
	flex-wrap: nowrap;
	column-gap: 50px;
}

.section_page--two-col-text .columns-wrapper .col {
	width: 50%;
}

/* BEGIN: CTA Section */
.page-sectioned .entry-content .section_page--image-text {
	padding: 0;
}

.section_page--image-text .section-wrapper {
    width: 100%;
    max-width: 100%;
	flex-wrap: nowrap;
}

.section_page--image-text .col-left {
	flex-shrink: 0;
	width: 952px;
    max-width: 53%;
}

.section_page--image-text .col-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 20px 5%;
}

.section_page--image-text .col-right .section-header {
	margin-bottom: 0;
	text-align: left;
}

/*/////////////////////////////////////////////
//// BEGIN: Media Queries
/////////////////////////////////////////////*/

/* BEGIN: Hovers
-----------------------------------*/
@media screen and (min-width: 961px) {
}
/* FIN */