@charset "UTF-8";
/* CSS Document */

.homezone_2 {
	background-color: #fefcf2;
/*	background-color: mediumseagreen;*/
	padding-top: 6vw;	
	position: relative;
/*	height: 60vh;*/
/*	min-height: 750px;*/
}

.homezone_2 div:not(.row_breakout) {
/*	height: 100%;*/
}

.homezone_2 .row > div > div{
/*	position: relative;	*/
}

.homezone_2 .col_content {
	padding-bottom: 32vh
/*	padding-right: 0 !important;	*/
}

.homezone_2_rev {
	background-color: #fefcf2;
}

.row_breakout {
	background-color: #FFF;
	margin-top: 30px;
	position: absolute;
	width: 80%;
	right: 12px;
	bottom: 0;
	padding: 4em 4em 3em;
	border-radius: 60px 0 0;
	font-style: italic;
	line-height: 1;
	font-weight: bold;
	max-width: 1000px;
/*	text-align: center;*/
}

.row_breakout figure {
	max-width: 100px;
	height: auto;
	margin-bottom: 20px;
/*	display: block;
	margin: 0 auto;*/
}

.homezone_3 {
	background-image: url(/wp-content/uploads/2024/01/section_background.webp);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100%;
	padding-top: 100px;
}

.homezone_3 h3,
.homezone_3 p {
	color: #FFF !important;
}

input[type=checkbox] {
	border-radius: 1000px !important;
	border: 2px solid #FFF !important;
	background-color: black !important;
}

body form input[type=checkbox]:checked {
	background-color: red !important;
/*	background: red !important;*/
}

input[type=checkbox]:checked:before {
/*	color: #FFF !important;*/
	color: black !important;
/*	box-shadow: inset 10px 10px #FFF !important;*/
}

/* Start Medium */
@media(min-width: 768px) {
	.homezone_3 {
/*		background-size: 100% auto;*/
	}
}

/* Start Large */
@media(min-width: 992px) {
	.homezone_3 {
		background-size: 80% auto;
	}
}
