.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.wp-show-posts .entry{
	margin: 0;
}

.wp-show-posts .entry:last-of-type{
	margin: 0;
}

.gray_bg {
	background: #bebebe;
	 margin-left: -9999px; /* Extend to the left */
  margin-right: -9999px; /* Extend to the right */
  padding-left: 9999px; /* Compensate for left margin */
  padding-right: 9999px; /* Compensate for right margin */
	padding-top: 3%;
	padding-bottom: 5%;
}

.white_bg, .list-repeater {
		padding-top: 3%;
	padding-bottom: 3%;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -58px 0 0 199px;
}

ul.sub-menu:hover > li, .sub-menu :focus-within > li {
        display: block;
    }

@media (max-width: 1000px) {
	.repeater-columns .flex-wrap {
		flex-direction: column;
    align-content: center;
	}
	
	.repeater-columns .column-item {
    width: 100%;
	}
	
	.image-content-btn_row, .image-content-btn + .section-2 .image-content-btn_row, .image-content-btn + .section-4 .image-content-btn_row, .image-content-btn + .section-6 .image-content-btn_row  {
		flex-direction: column-reverse;
	}
	
	.image-content-btn_text {
    justify-self: center;
	}

	.list-item-container {
		width: 100%;
	}

	img[loading="lazy"] {
		aspect-ratio: revert-layer;
	}
}