@charset "UTF-8";

body.page .division-background {
	min-height: 546px;
}
.home-search-wrapper {
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	background-size: cover;
	width: 100%;
	min-height: 548px;
	left: 0;
	z-index: 8;
}
@media screen and (min-width: 1400px) {
	body.page .division-background {
		height: 698px;
	}
	.home-search-wrapper {
		background-position-y: bottom;
		min-height: 700px;
	}
}
.home-search-wrapper h1 {
	color: #fff;
	padding-bottom: 0;
}

@media  screen and (max-width: 750px) {
	.home-search-wrapper h1 {
		font-size: var(--wp--preset--font-size--five-x-large);
	}
}
@media  screen and (max-width: 500px) {
	.home-search-wrapper h1 {
		font-size: var(--wp--preset--font-size--four-x-large);
	}
}
@media  screen and (max-width: 416px) {
	body.page .division-background {
		min-height: 650px;
	}
	.home-search-wrapper {
		min-height: 652px;
	}
}
.home-search-content {
	padding-bottom: 142px;
}
.home-search-content .help-me-rhonda .wp-block-button__link {
	border: 1px solid #fff;
}
@media screen and (max-width: 400px) {
	.home-search-content .help-me-rhonda .wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
		width: 100%;
	}
}
.home-search-content .help-me-rhonda {
	width: 66%;
	margin: 0 auto 0 auto;
	position: relative;
}
@media screen and (max-width: 800px) {
	.home-search-content .help-me-rhonda {
		width: 90%;
	}
}
@media screen and (min-width: 1300px) {
	.home-search-content .help-me-rhonda {
		width: 52%;
	}
}
.home-search-content .help-me-rhonda #home-search-form input[type="text"] {
    font-family: 'Manrope', sans-serif;
	font-size: var(--wp--preset--font-size--large);
    vertical-align: top;
    height: 56px;
    width: 100%;
    padding: 0 70px 0 16px;
	border-radius: 4px;
	box-sizing: border-box;
}

.home-search-content .help-me-rhonda .search-button {
	-webkit-mask-image: url('../images/icons/font-awesome/fa-magnifying-glass-regular.svg');
	mask-image: url('../images/icons/font-awesome/fa-magnifying-glass-regular.svg');
	background-color: var(--wp--preset--color--deq-primary);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	border: none;
	position: absolute;
    top: 33px;
    right: 13px;
    width: 32px;
	height: 32px;
    cursor: pointer;
}
.featured-posts .wp-block-post.type-post {
	padding-right: 16px;
	padding-left: 16px;
}
footer {
	padding-top: 100px;
}
.home-buttons li.wp-block-navigation-item {
	width: 30%;
}
.home-buttons li.wp-block-navigation-item a {
	width: 100%;
	color: var(--wp--preset--color--white) !important;
	padding: 12px 22px 12px 22px;
	text-align: center;
}
@media screen and (max-width: 550px) {
	.home-buttons li.wp-block-navigation-item {
		width: 46%;
	}
}
@media screen and (max-width: 400px) {
	.home-buttons li.wp-block-navigation-item {
		width: 100%;
	}
}
@media print {
	.home-search-content .help-me-rhonda {
		display: none;
	}
	.home-search-content {
		padding-bottom:0;
	}
	body.page .division-background,
	body.page .home-search-wrapper {
		min-height: auto;
	}
	h1.wp-block-post-title {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	body.page .most-excellent-division-home-content {
		flex-basis: 75% !important;
	}
}