/*
Theme Name: Custom Builder Child Theme
Theme URI: http://405mediagroup.com/
Description: Custom Builder child theme for client sites.
Author: 405 Media Group
Author URI: http://405mediagroup.com/
Template: Builder
*/

:root {
	--color-primary: #000;
	--color-text: #000;
	--color-menu: #000;
	--font-base: Helvetica, sans-serif;
	--text-base: 16px;
	--leading-base: 1.5;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .5);
	box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: var(--font-base);
	font-size: var(--text-base);
	line-height: var(--leading-base);
	color: var(--color-text);
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.2;
	margin-top: 15px;
	margin-bottom: 15px;
}

h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}

ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}

ul, ol {
	list-style-position: outside;
	margin: 0 0 0 40px;
	padding: 0;
}
ul ul, ul ol, ol ul, ol ol {
	margin-left: 20px;
}

p, ul, ol {
	margin-bottom: 15px;
}
p:last-child,
ul:last-child,
ol:last-child {
	margin-bottom: 0;
}

a {
	color: var(--color-primary);
	text-decoration: none;
	transition: .3s;
}
a:hover {
	text-decoration: none;
}

.custom-header {
	line-height: 1;
}

.builder-module-navigation li a {
	padding: .5em 2em;
	color: var(--color-text);
	line-height: 1;
}
.builder-module-navigation li ul {
	width: 14em;
	border: 1px solid #aaa;
	background-color: #fff;
}
.builder-module-navigation li li {
	display: block;
	float: none;
	border-bottom: 1px solid #aaa;
}
.builder-module-navigation li li:last-child {
	border-bottom: none;
}
.builder-module-navigation li li a {
	padding-top: 1em;
	padding-bottom: 1em;
}
.builder-module-navigation li ul ul {
	margin: -3em 0 0 14em;
	transform: translate(-1px, -1px);
}

#it-mobile-menu {
	display: none;
}
@media (max-width: 1024px) {
	#it-mobile-menu {
		display: inline-block;
		float: left;
	}
}

#it-mobile-phone {
	display: none;
}
@media (max-width: 1024px) {
	#it-mobile-phone {
		display: inline-block;
		float: right;
	}
	.mobile-menu-open #it-mobile-menu {
		opacity: 0;
	}
}

#it-mobile-menu-close {
	display: none;
	position: fixed;
	z-index: 9;
}
@media (max-width: 1024px) {
	#it-mobile-menu-close:before,
	#it-mobile-menu-close:after {
		content: "";
		position: absolute;
		width: 35px;
		height: 4px;
		background-color: #fff;
	}
	#it-mobile-menu-close:before {
		transform: rotate(45deg);
	}
	#it-mobile-menu-close:after {
		transform: rotate(-45deg);
	}

	.mobile-menu-open #it-mobile-menu-close {
		display: block;
	}
}

.builder-container:after {
	content: "";
	position: fixed;
	z-index: 3;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	transition: .3s;
}
@media (max-width: 1024px) {
	.mobile-menu-open {
		overflow: hidden;
	}
	.mobile-menu-open .builder-container:after {
		visibility: visible;
		opacity: 1;
	}
}

.menu-social {
	display: none;
}
@media (max-width: 1024px) {
	.menu-social {
		display: block;
		padding: 1em 2em;
		border-bottom: 1px solid #fff;
	}
	.menu-social a {
		display: inline-block;
		margin-right: 20px;
		color: #fff;
		font-size: 24px;
	}
}

@media (max-width: 1024px) {
	.builder-module-navigation .menu {
		position: fixed;
		overflow-y: scroll;
		top: 0;
		right: -75%;
		width: 75%;
		height: 100vh;
		background-color: var(--color-primary);
		transition: .3s;
	}
	.mobile-menu-open .builder-module-navigation .menu {
		right: 0;
	}
}

@media (max-width: 1024px) {
	.builder-module-navigation li {
		position: relative;
		width: 100%;
	}
	.builder-module-navigation li a {
		border-bottom: 1px solid #fff;
		color: #fff;
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.builder-module-navigation li ul {
		display: none;
		position: relative !important;
		left: 0 !important;
		width: 100%;
		background-color: transparent;
		border: none;
	}
	.builder-module-navigation li li {
		border-bottom: none;
		padding-left: 1em;
		width: 100%;
	}
	.builder-module-navigation li ul ul {
		margin: 0;
		transform: none;
	}
	.builder-module-navigation li li a {
		color: #fff;
	}
	.builder-module-navigation li li li {
		padding-left: 2em;
	}
	.menu-item-has-children > a:after {
		content: "\25bc";
		position: absolute;
		right: 20px;
		color: #fff;
		cursor: pointer;
	}
}

.builder-module-background-wrapper {
	padding-left: 0;
	padding-right: 0;
	background-size: cover;
	background-position: center;
}

.custom-slider-outer-wrapper {
	max-width: 100% !important;
}

#builder-module-5358add06aa15-outer-wrapper,
.category #builder-module-52449ac681116-outer-wrapper {
	max-width: 100% !important;
}

#builder-module-52449ac681116-outer-wrapper {
	max-width: 1440px !important;
}
#builder-module-52449ac681116 {
	padding: 80px;
}
@media (max-width: 1024px) {
	#builder-module-52449ac681116 {
		padding: 40px 20px;
	}
}
.category #builder-module-52449ac681116 {
	padding: 0;
}

.builder-module-outer-wrapper,
.builder-module-widget-bar,
.builder-module-block-outer-wrapper {
	overflow: visible;
}

.builder-module-widget-bar .widget-wrapper {
	float: none;
	overflow: visible;
}

.entry-footer {
	display: none;
}

input::placeholder,
textarea::placeholder {
	color: #000;
}
input,
textarea,
select {
	border: 1px solid #000;
	font-family: var(--font-base);
}

@media (max-width: 767px) {
	input:not([type="checkbox"]):not([type="radio"]),
	button,
	select {
		-webkit-appearance: none;
	}
}

iframe,
img {
	vertical-align: middle;
}

.full-img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
}

.alignleft {
	margin-right: 30px;
	margin-bottom: 30px;
}
.alignright {
	margin-left: 30px;
	margin-bottom: 30px;
}

rs-bgvideo video {
	height: 100% !important;
}

.gform_wrapper.gravity-theme .gfield select {
	padding: 7px 5px;
}
.gform_footer .gform_button {
	cursor: pointer;
	transition: .3s;
}

@media only screen and (min-width: 641px) {
	.gform_wrapper.gform_legacy_markup_wrapper ul.gform_fields li.gfield {
		padding-right: 0;
	}
}
.gform_wrapper.gform_legacy_markup_wrapper .gfield_html.gfield_no_follows_desc,
body .gform_wrapper.gform_legacy_markup_wrapper ul li.gfield,
body .gform_wrapper.gform_legacy_markup_wrapper .top_label div.ginput_container,
.gform_wrapper.gform_legacy_markup_wrapper li.hidden_label input {
	margin-top: 0;
}
.gform_wrapper.gform_legacy_markup_wrapper.gf_browser_chrome select {
	padding: 4px 0;
}
.gform_wrapper.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
	margin-left: 0;
}

/****************************************************************************************/

:root {
	--color-primary: #17499c;
	--color-secondary: #1fb7ea;
	--color-text: #222;
	--color-gray: #eee;
	--color-gray-light: #f6f6f6;
	--font-base: Archivo, sans-serif;
	--font-custom: Poppins, sans-serif;
}

body {
	font-weight: 500;
}

h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 30px;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 20px;
}
h5, .h5 {
	font-size: 18px;
}
h6, .h6 {
	font-size: 16px;
}

.font-base {
	font-family: var(--font-base);
}
.font-custom,
h1,
h2,
h3 {
	font-family: var(--font-custom);
}

.text-primary,
.text-blue,
h1,
h2,
h3 {
	color: var(--color-primary);
}

.text-secondary {
	color: var(--color-secondary);
}

.text-white {
	color: #fff;
}

.leading-1 {
	line-height: 1;
}

.font-light {
	font-weight: 300;
}
.font-normal {
	font-weight: 400;
}
.font-semibold {
	font-weight: 600;
}
.font-bold {
	font-weight: 700;
}
.font-extrabold {
	font-weight: 800;
}

.italic {
	font-style: italic;
}

.uppercase {
	text-transform: uppercase;
}

.text-center,
.aligncenter {
	text-align: center;
}

.mt-auto {
	margin-top: auto;
}
.mt-0 {
	margin-top: 0;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-0 {
	margin-bottom: 0;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-40 {
	margin-bottom: 40px;
}

.container {
	width: 100%;
	max-width: 1280px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	grid-row-gap: 30px;
}
.items-center {
	align-items: center;
}
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-12 {
	padding-left: 15px;
	padding-right: 15px;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.333333%;
}
.col-5 {
	width: 41.666667%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.333333%;
}
.col-8 {
	width: 66.666667%;
}
.col-9 {
	width: 75%;
}
.col-12 {
	width: 100%;
}
@media (max-width: 767px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9 {
		width: 100%;
	}

	.reverse > :first-child {
		order: 2;
	}
	.reverse > :last-child {
		order: 1;
	}
}

/****************************************************************************************/

.custom-header-background-wrapper {
	background-color: #fff;
}
.custom-header-outer-wrapper {
	max-width: 100% !important;
}
.header-logo {
	padding: 15px;
	text-align: center;
}
.header-phone {
	padding: 40px 35px;
	text-align: right;
}
@media (max-width: 1024px) {
	.custom-header .builder-module-column-1-outer-wrapper {
		width: 100% !important;
	}
	.header-logo {
		text-align: center;
	}
	.header-phone {
		display: none;
	}
}

.custom-mobile-menu-outer-wrapper {
	max-width: 100% !important;
}
.builder-module-navigation li a {
	font-size: 16px;
	text-transform: uppercase;
}
@media (min-width: 1025px) {
	.builder-container {
		padding-top: 98px;
		padding-top: 161px;
	}
	.custom-header-background-wrapper {
		position: fixed;
		z-index: 2;
		top: 0;
		left: 0;
		width: 100%;
	}
	.custom-mobile-menu-background-wrapper {
		position: fixed;
		z-index: 2;
		top: 35px;
		left: 465px;
		width: calc(100% - 635px);
		top: 96px;
		left: 0;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 20px;
		background-color: #fff;
	}
	.builder-module-navigation .menu {
		display: flex;
		justify-content: center;
	}
	.builder-module-navigation .menu > li {
		float: none;
	}
	.builder-module-navigation li ul {
		width: auto;
		transform: none;
	}
	.builder-module-navigation li li a {
		line-height: 1em;
	}
	.builder-module-navigation li ul ul {
		margin-top: calc(-2em - 11px);
		margin-left: 100%;
		transform: none;
		width: 15em;
	}
	.builder-module-navigation .menu > li > a {
		padding-left: 1em;
		padding-right: 1em;
		color: var(--color-primary);
		font-weight: 700;
		line-height: 1;
	}
	.builder-module-navigation .menu > li.menu-item-has-children > a:after {
		content: "\f107";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		margin-left: 5px;
	}
}
@media (max-width: 1024px) {
	.custom-mobile-menu-background-wrapper {
		background-color: var(--color-secondary);
		padding: 10px 15px;
	}
	#it-mobile-menu {
		color: #fff;
		font-size: 32px;
		line-height: 1;
	}
	#it-mobile-phone span {
		display: block;
		color: #bfbfbf;
		font-size: 18px;
		font-weight: 900;
		line-height: 1;
		text-align: right;
	}
	#it-mobile-phone a {
		display: inline-block;
		color: #fff;
		font-size: 24px;
	}
	#it-mobile-menu-close:before,
	#it-mobile-menu-close:after {
		background-color: #fff;
	}
	
	.builder-module-navigation .menu {
		background-color: var(--color-secondary);
	}
}

.custom-slider-background-wrapper {
	position: relative;
	background-image: url(../../uploads/2024/07/Sasco-Nature-Photo.jpg);
}
.custom-slider-background-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .4);
}
.banner-wrap {
	padding-top: 80px;
	padding-bottom: 160px;
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.banner-inner {
	background-color: rgba(0, 0, 0, .6);
	border-width: 2px;
	border-color: rgb(255, 255, 255);
	border-style: solid;
	border-radius: 50px;
	padding: 30px 15px 45px;
	text-align: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.banner-inner h3,
.banner-inner h4 {
	letter-spacing: .1em;
}
.banner-title {
	font-family: var(--font-custom);
	font-size: 48px;
	margin-bottom: 20px;
}
.banner-location {
	display: inline-block;
	margin-bottom: 40px;
	padding: 20px 40px 30px;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 10px;
}
.banner-dot {
	display: inline-block;
	margin: 0 20px;
}
.banner-location .active {
	position: relative;
	font-weight: 800;
	padding-bottom: 15px;
}
.banner-location .active:after {
	content: "";
	position: absolute;
	left: calc(50% - 25px);
	bottom: 0;
	width: 50px;
	height: 5px;
	background-color: var(--color-secondary);
}
.banner-button a {
	display: inline-block;
	border: 2px solid #fff;
	background-color: var(--color-secondary);
	color: #fff;
	border-radius: 18px;
	padding: 25px 40px;
	font-family: var(--font-custom);
	font-weight: 800;
	margin: 0 10px;
	letter-spacing: .1em;
	text-align: center;
}
.banner-button a:hover {
	background-color: transparent;
	border-color: var(--color-secondary);
}
.banner-button a:last-child {
	background-color: transparent;
	border-color: var(--color-secondary);
}
.banner-button a:last-child:hover {
	background-color: var(--color-secondary);
	border-color: #fff;
}
@media (max-width: 1024px) {
	.custom-slider-background-wrapper {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.banner-wrap {
		height: auto;
	}
	.banner-title {
		font-size: 24px;
	}
	.banner-location {
		padding-left: 10px;
		padding-right: 10px;
	}
	.banner-dot {
		margin-left: 5px;
		margin-right: 5px;
	}
	.banner-wrap .banner-button a {
		margin-top: 20px;
	}
}

.custom-feature-background-wrapper {
	position: relative;
}
.feature-wrap {
	margin-top: -120px;
	margin-bottom: 80px;
	background-color: #fff;
	box-shadow: 0px 30px 14.72px 1.28px rgba(0, 0, 0, 0.25);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.feature-item {
	border: 1px solid #585858;
	padding: 40px 15px;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.feature-item:not(:first-child) {
	border-left-width: 0;
}
.feature-icon {
	height: 80px;
	font-size: 48px;
}
.feature-title {
	width: 100%;
	height: 90px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.feature-text {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 15px;
}
.feature-link {
	margin-top: auto;
}
.feature-link a {
	display: inline-block;
}
@media (max-width: 1024px) {
	.custom-feature-background-wrapper {
		margin-top: 0;
	}
	.feature-wrap {
		margin-top: 40px;
		margin-bottom: 40px;
		grid-template-columns: repeat(1, 1fr);
		box-shadow: none;
		padding: 0 20px;
	}
	.feature-item {
		max-width: 400px;
		margin: 0 auto;
	}
	.feature-item:not(:first-child) {
		border-left-width: 1px;
		border-top-width: 0;
	}
	.feature-title {
		height: auto;
	}
}

.custom-content-background-wrapper {
	padding: 60px 0;
}
.home-wrap {
	margin-bottom: 100px;
}
.home-content h1 {
	line-height: 1;
	margin-bottom: 30px;
}
.about-button a {
	display: inline-block;
	border: 2px solid #fff;
	background-color: var(--color-secondary);
	color: #fff;
	border-radius: 18px;
	padding: 30px 15px;
	width: 280px;
	max-width: 100%;
	font-family: var(--font-custom);
	font-weight: 800;
	font-size: 18px;
	letter-spacing: .1em;
	text-align: center;
}
.about-button a:hover {
	background-color: var(--color-primary);
}
.about-button a:last-child {
	margin-left: 10px;
	background-color: var(--color-primary);
}
.about-button a:last-child:hover {
	background-color: var(--color-secondary);
}
.about-box {
	height: 100%;
	background-image: linear-gradient(to right, var(--color-secondary), var(--color-primary));
	color: #fff;
	text-align: center;
	padding: 70px 15px;
	border: 2px solid #fff;
	border-radius: 30px;
}
@media (min-width: 1025px) {
	.home .home-wrap {
		display: flex;
		align-items: center;
	}
	.home .home-image {
		order: 2;
		width: 43%;
	}
	.home .home-content {
		order: 1;
		width: 57%;
		padding-right: 40px;
	}
}
.home-content .banner-button {
	margin-top: 30px;
	text-align: center;
}
@media (max-width: 1024px) {
	.home-wrap {
		margin-bottom: 40px;
	}
	.home-image {
		text-align: center;
	}
	.home-content {
		margin-top: 30px;
	}
	.home-content-subtitle {
		text-align: center;
	}
	.home-content h1 {
		text-align: center;
	}
}

.custom-services-background-wrapper {
	padding: 60px 0;
	background-color: var(--color-gray);
}
.service-desc {
	max-width: 800px;
	margin: 20px auto 0;
}
.service-wrap {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.service-item {
	width: 25%;
	padding: 0 15px;
	text-align: center;
	margin-bottom: 20px;
}
.service-icon {
	font-size: 36px;
}
.service-title {
	font-family: var(--font-base);
	font-size: 22px;
	line-height: 1;
	font-weight: 800;
	color: var(--color-text);
}
@media (max-width: 767px) {
	.service-item {
		width: 100%;
	}
}

.custom-reviews-background-wrapper {
	background-color: #eeefef;
	padding-top: 60px;
	padding-bottom: 40px;
}
.custom-reviews .owl-carousel .owl-stage {
	display: flex;
}
.custom-reviews .owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}
.review-item {
	padding: 30px 30px;
	height: 100%;
}
.review-inner {
	height: 100%;
	padding: 30px 30px 20px;
	border-radius: 10px;
	box-shadow: 5px 5px 19.74px 1.26px rgba(0, 0, 0, 0.25);
	background-color: #fff;
	display: flex;
	flex-direction: column;
	position: relative;
}

.custom-staff-background-wrapper {
	margin-top: 80px;
	padding: 0 20px;
}
.main-title {
	color: var(--color-primary);
	font-size: 36px;
	text-align: center;
	margin-bottom: 30px;
}
.staff-wrap {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	margin-top: 60px;
	margin-bottom: 60px;
}
@media (max-width: 1024px) {
	.staff-wrap {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 767px) {
	.staff-wrap {
		grid-template-columns: repeat(2, 1fr);
	}
	.main-title {
		font-size: 30px;
	}
}

.custom-blog-background-wrapper {
	padding: 60px 0;
	background-color: var(--color-gray);
}
.recent-posts-list.owl-carousel .owl-stage {
	display: flex;
}
.recent-posts-list.owl-carousel .owl-item {
	padding: 25px;
}
.recent-post-item {
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 4px 16.56px 1.44px rgba(0, 0, 0, 0.25);
	height: 100%;
	display: flex;
	flex-direction: column;
}
.recent-post-image {
	position: relative;
	height: 280px;
}
.recent-post-inner {
	padding: 20px 15px;
}
.recent-post-tags .post-categories {
	list-style: none;
	margin-left: 0;
}
.recent-post-tags .post-categories li {
	display: inline-block;
	margin-right: 10px;
}
.recent-post-tags .post-categories li a {
	color: var(--color-secondary);
}
.recent-post-title {
	font-size: 18px;
}
.recent-post-title a {
	color: var(--color-text);
}
.recent-post-excerpt {
	font-size: 14px;
}
.recent-post-bottom {
	margin-top: auto;
	border-top: 1px solid var(--color-text);
	padding: 30px 15px;
	text-align: right;
}
.recent-posts-more {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: var(--color-secondary);
}

.custom-map-background-wrapper {
	margin: 15px 0;
}
.custom-map-outer-wrapper {
	max-width: 100% !important;
}
.map-wrap {
	display: flex;
	flex-wrap: wrap;
}
.map-image {
	display: none;
	width: calc(50% - 80px);
	height: 450px;
	padding-right: 20px;
}
#builder-layout-61b192ead4b47 .map-wrapper {
	width: 100%;
	height: 200px;
}
#builder-layout-61b23157b06e7 .map-wrapper {
	width: 100%;
	height: 200px;
}
.map-content {
	display: none;
	padding: 40px 40px 60px;
	columns: 2;
	grid-gap: 40px;
	text-align: justify;
}
#builder-layout-61b192ead4b47 .map-image,
#builder-layout-61b192ead4b47 .map-wrapper,
#builder-layout-61b192ead4b47 .map-content {
	display: block;
}
#builder-layout-61b192ead4b47 .map-wrapper {
	width: calc(50% + 80px);
	height: auto;
}
#builder-layout-61b23157b06e7 .map-image,
#builder-layout-61b23157b06e7 .map-wrapper,
#builder-layout-61b23157b06e7 .map-content {
	display: block;
}
#builder-layout-61b23157b06e7 .map-wrapper {
	width: calc(50% + 80px);
	height: auto;
}
@media (max-width: 1024px) {
	.map-image {
		width: 100%;
		height: auto;
		padding-right: 0;
		margin-bottom: 20px;
	}
	#builder-layout-61b192ead4b47 .map-wrapper {
		width: 100%;
		height: 400px;
	}
	#builder-layout-61b23157b06e7 .map-wrapper {
		width: 100%;
		height: 400px;
	}
	.map-content {
		columns: 1;
	}
}

.custom-footer-outer-wrapper {
	max-width: 100% !important;
}
.locations-wrap {
	background: linear-gradient(to right, #1fb7ea 0%, #17499c 100%);
	color: #fff;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	text-transform: uppercase;
}
.locations-item {
	padding: 40px 15px;
}
.locations-item:nth-child(2) {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
.locations-item > * {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.locations-item .footer-title {
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.locations-wrap {
		background: linear-gradient(to bottom, #1fb7ea 0%, #17499c 100%);
		grid-template-columns: repeat(1, 1fr);
	}
	.locations-item:nth-child(2) {
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
		border-left: none;
		border-right: none;
	}
}

.footer-bg {
	padding-top: 100px;
	padding-bottom: 50px;
	background-color: #232223;
	color: #fff;
}
.footer-wrap {
	max-width: 1320px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	grid-row-gap: 30px;
}
.footer-col {
	width: 33.333333%;
}
.footer-services {
	padding: 0 40px;
}
@media (max-width: 767px) {
	.footer-col {
		width: 100%;
	}
	.footer-about {
		padding: 0 40px;
	}
}
.footer-services ul {
	margin-left: 20px;
}
.footer-title {
	font-family: var(--font-custom);
	font-size: 30px;
	line-height: 1;
}
.footer-subtitle {
	font-family: var(--font-custom);
	font-size: 24px;
	line-height: 1;
	margin-bottom: 10px;
}
.footer-bg .footer-title {
	margin-bottom: 30px;
	color: var(--color-secondary);
}
.footer-form .footer-title {
	text-align: center;
	margin-bottom: 10px;
}
.info-box {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.info-box-icon {
	width: 35px;
	font-size: 24px;
}
.info-box-content {
	flex-grow: 1;
}
.info-box-content a {
	color: #fff;
}

.footer-form .gform_wrapper {
	margin-top: 0;
}
.gform_required_legend {
	display: none;
}
.gform_wrapper.gravity-theme input,
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme select {
	padding: 15px !important;
	background-color: transparent;
	border-radius: 10px;
	line-height: normal !important;
	border: 2px solid var(--color-secondary);
}
#gform_wrapper_1.gform_wrapper.gravity-theme input,
#gform_wrapper_1.gform_wrapper.gravity-theme textarea,
#gform_wrapper_1.gform_wrapper.gravity-theme .gfield select {
	color: #fff;
}
#gform_wrapper_1.gform_wrapper.gravity-theme input::placeholder,
#gform_wrapper_1.gform_wrapper.gravity-theme textarea::placeholder {
	color: #fff;
}
.gform_wrapper.gravity-theme .gfield select {
	padding: 15px 10px !important;
}
.gform_wrapper.gravity-theme .gfield select option {
	color: #333;
}
.gform_wrapper.gravity-theme .gform_footer {
	text-align: center;
	padding-bottom: 0 !important;
}
.gform_wrapper.gravity-theme .gform_footer input {
	margin-bottom: 0 !important;
	background-color: var(--color-secondary);
	color: #fff;
	border-color: var(--color-secondary);
	text-transform: uppercase;
	padding: 15px 40px !important;
	width: 100%;
	font-size: 18px;
	font-weight: 800;
}
.gform_wrapper.gravity-theme .gform_footer input:hover {
	background-color: transparent;
	color: var(--color-secondary);
}
@media (max-width: 1024px) {
}
@media (max-width: 767px) {
}

.custom-subfooter-background-wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 2px solid var(--color-secondary);
	background-color: #232223;
	color: #fff;
}
.custom-subfooter a {
	color: var(--color-secondary);
}

.subfooter-wrap {
	display: flex;
	background-image: url(../../uploads/2023/11/subfooter-line.png);
	background-repeat: no-repeat;
	background-position: center;
}
.subfooter-left {
	width: 50%;
	padding-right: 120px;
	padding-top: 80px;
	padding-bottom: 80px;
}
.subfooter-right {
	width: 50%;
	padding-left: 120px;
	padding-top: 80px;
	padding-bottom: 80px;
}
@media (max-width: 1280px) {
	.subfooter-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	.subfooter-left {
		padding-right: 15px;
	}
	.subfooter-right {
		padding-left: 15px;
	}
}
@media (max-width: 767px) {
	.subfooter-wrap {
		background-image: none;
		display: block;
	}
	.custom-subfooter .footer-title {
		font-size: 28px;
	}
	.subfooter-left {
		width: 100%;
		padding-right: 0;
		padding-top: 20px;
		padding-bottom: 10px;
		text-align: center;
	}
	.subfooter-right {
		width: 100%;
		padding-left: 0;
		padding-top: 10px;
		padding-bottom: 20px;
	}
}

.footer-social {
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}
.footer-social a {
	display: inline-block;
	width: 60px;
	height: 60px;
	border: 2px solid var(--color-secondary);
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	line-height: 60px;
	margin: 0 10px;
}

.custom-page-header-background-wrapper {
	position: relative;
	padding: 50px 20px 50px;
	/*background-image: url(../../uploads/2020/04/WeAreSascoRiverCenter2-01-scaled-1.jpg);*/
}
.custom-page-header-background-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(23, 73, 156, .9);
}
.custom-page-header .entry-header {
	position: relative;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.custom-page-header .entry-title {
	margin: 0;
	font-size: 56px;
	line-height: 1;
	color: #fff;
}
.custom-page-header .entry-subtitle {
	margin-top: 20px;
	font-size: 18px;
	font-style: italic;
	color: #fff;
}
@media (max-width: 767px) {
	.custom-page-header-background-wrapper {
	}
	.custom-page-header .entry-header {
		padding: 0;
	}
	.custom-page-header .entry-title {
		font-size: 30px;
	}
}

.contact-form-wrap {
	padding-top: 60px;
	padding-bottom: 20px;
	background-color: var(--color-gray);
}
.contact-form-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.contact-content {
	width: 50%;
	padding: 30px 15px;
}
.contact-form {
	width: 50%;
	padding: 30px 15px;
}
.contact-form .gform_wrapper.gravity-theme .gform_footer {
	text-align: left;
}
.contact-title {
	font-family: var(--font-custom);
	font-size: 36px;
	margin-bottom: 30px;
}
.contact-visit-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.contact-visit-left {
	width: 50%;
}
.contact-visit-right {
	width: 50%;
}
.contact-visit-content {
	max-width: 600px;
	height: 100%;
	padding: 30px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
@media (max-width: 767px) {
	.contact-content {
		width: 100%;
		text-align: center;
	}
	.contact-form {
		width: 100%;
	}
	.contact-visit-left {
		width: 100%;
	}
	.contact-visit-right {
		width: 100%;
	}
}

.cat-description {
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 15px;
}
.left-panel {
	width: calc(50% - 20px);
}
.right-panel {
	width: calc(50% - 20px);
	margin-left: auto;
}
.left-panel h2 {
	margin: 30px 0;
	font-size: 24px;
	text-transform: uppercase;
}
.cat-archive-description .interior-title,
.cat-loop .interior-title {
	margin: 0 0 20px;
}
.cat-description ul {
	list-style: none;
	columns: 2;
}
.cat-description ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 30px;
	font-size: 18px;
}
.cat-description ul li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 12px;
	height: 12px;
	background-color: var(--color-primary);
	border-radius: 10px;
}
.cat-description ul li h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
}
.cat-loop {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px 40px;
}
@media (max-width: 1024px) {
	.cat-description {
		padding: 40px 15px;
	}
	.left-panel,
	.right-panel {
		width: 100%;
	}
	.right-panel {
		margin-top: 20px;
	}
	.right-panel iframe {
		max-width: 100%;
		height: 300px;
	}
	.cat-loop {
		padding: 0 15px 40px;
	}
	.category .section-inner {
		padding: 0;
		display: block;
	}
}
@media (max-width: 767px) {
	.cat-description ul {
		columns: 1;
	}
}

.cat-feature-wrap {
	padding: 60px 0;
	background-color: var(--color-secondary);
}
.cat-feature-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.cat-feature-title {
	color: #fff;
	font-family: var(--font-custom);
	font-size: 36px;
	text-align: center;
	margin-bottom: 40px;
}
.cat-feature-wrap ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px;
	list-style: none;
	margin-left: 0;
}
.cat-feature-wrap ul li {
	position: relative;
	padding-left: 60px;
	color: #fff;
}
.cat-feature-wrap ul li:before {
	content: "\f00c";
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 36px;
	color: var(--color-primary);
}
@media (max-width: 767px) {
	.cat-feature-title {
		font-size: 30px;
	}
	.cat-feature-wrap ul {
		grid-template-columns: repeat(1, 1fr);
	}
}

.error404 .custom-page-header-background-wrapper {
	display: none;
}
.error404 .default-module-style-background-wrapper {
	position: relative;
	background-image: url(../../uploads/2021/12/error404-bg.jpg);
	margin-bottom: 20px;
}
.error404-content {
	height: 780px;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.error404-title {
	font-size: 120px;
}
.error404-text {
	font-family: var(--font-custom);
	font-size: 48px;
	text-transform: uppercase;
}
.error404-button a {
	display: inline-block;
	margin-top: 40px;
	padding: 20px 40px;
	border-radius: 10px;
	background-color: #fff;
	color: var(--color-secondary);
	font-size: 18px;
	font-weight: 700;
}
.error404-button a:hover {
	background-color: #fff;
	color: var(--color-secondary);
}
@media (max-width: 767px) {
	.error404-content {
		width: 100%;
		height: auto;
		padding: 70px 0;
	}
	.error404-text {
		font-size: 20px;
	}
}

.events-wrap {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 15px;
	padding: 80px 40px;
}
.event-item {
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px,
		rgba(0, 0, 0, 0.08) 0px 0px 2px,
		rgba(0, 0, 0, 0.03) 0px 3px 4px,
		rgba(0, 0, 0, 0.06) 0px 3px 16px;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	cursor: pointer;
}
.event-thumb {
	position: relative;
	height: 180px;
}
.event-inner {
	padding: 20px 15px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.event-title {
	margin-top: 0;
	font-size: 18px;
	line-height: 1;
}
.event-label {
	margin-top: 10px;
	font-size: 10px;
	font-weight: 700;
}
.event-label.last {
	margin-top: auto;
	padding-top: 10px;
}
.event-text {
	font-size: 14px;
}
.event-register {
	display: inline-block;
	width: 128px;
	padding: 0 5px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 400;
	background-color: var(--color-primary);
	color: #fff;
}
.event-register a {
	color: #fff;
}
.event-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
@media (max-width: 1535px) {
	.events-wrap {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 1024px) {
	.events-wrap {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 767px) {
	.events-wrap {
		grid-template-columns: repeat(1, 1fr);
	}
	.event-item {
		max-width: 360px;
		margin: 0 auto;
	}
}

.job-popup-bg {
	display: none;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 15px;
	background-color: rgba(255, 255, 255, .8);
}
.job-popup-bg.active {
	display: block;
}
.job-popup {
	position: relative;
	margin: 100px auto;
	max-width: 800px;
	max-height: 80vh;
	display: flex;
	flex-direction: column;
	padding-top: 60px;
	padding-bottom: 40px;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 25px;
	/*box-shadow: 0 0 5px 1px rgb(0 0 0 / 50%);*/
}
.job-popup-inner {
	height: 100%;
	padding: 0 40px 80px;
	overflow-y: auto;
}
.job-close {
	position: absolute;
	top: 10px;
	right: 30px;
	cursor: pointer;
	font-size: 30px;
}
.job-popup-label {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 700;
	color: var(--color-primary);
}
.job-submit-app-button a {
	display: inline-block;
    width: 128px;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    background-color: var(--color-primary);
    color: #fff;
}

.staffs-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	grid-gap: 15px;
	padding: 40px 15px;
}
.staffs-wrap .event-item {
	width: 280px;
	height: auto;
}
.staffs-wrap .event-thumb {
	height: 240px;
}
.staff-popup-bg {
	display: none;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 15px;
	background-color: rgba(255, 255, 255, .8);
}
.staff-popup-bg.active {
	display: block;
}
.staff-popup {
	position: relative;
	margin: 100px auto;
	max-width: 800px;
	display: flex;
	flex-direction: column;
	padding-bottom: 40px;
	background-color: var(--color-primary);
	border-radius: 25px;
	/*box-shadow: 0 0 5px 1px rgb(0 0 0 / 50%);*/
	text-align: center;
}
.staff-close {
	position: absolute;
	top: 10px;
	right: 30px;
	cursor: pointer;
	font-size: 30px;
	color: rgba(255, 255, 255, .7);
}
.staff-popup-inner {
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.staff-left {
	width: 30%;
	background-color: rgb(220, 220, 220);
}
.staff-hello {
	padding-top: 15px;
	margin-bottom: 0;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
}
.staff-mynameis {
	padding-bottom: 15px;
	margin-bottom: 0;
	font-size: 24px;
	line-height: 1;
}
.staff-headshot img {
	width: 100%;
}
.staff-name {
	margin-top: 10px;
	font-size: 20px;
	font-weight: 700;
	color: var(--color-primary);
}
.staff-title {
	font-size: 14px;
	color: var(--color-primary);
}
.staff-bio {
	width: 70%;
	background-color: #fff;
	overflow-y: auto;
	text-align: left;
	padding: 20px;
	font-size: 14px;
	max-height: 540px;
	height: 540px;
}
.staff-bioname {
	font-family: var(--font-custom);
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
}
@media (max-width: 767px) {
	.staff-popup {
		padding-bottom: 20px;
	}
	.staff-bio {
		max-height: 300px;
	}
}

.form-wrap {
	max-width: 540px;
	padding: 0 15px;
	margin: 0 auto;
}

body.single .loop {
	display: flex;
	flex-wrap: wrap;
	grid-row-gap: 40px;
}
body.single .loop-content {
	width: 75%;
	padding-right: 30px;
}
body.single .loop-sidebar {
	width: 25%;
}
.widget-wrap {
	margin-bottom: 40px;
}
.widget-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}
@media (max-width: 1024px) {
	body.single .loop-content {
		width: 66.67%;
	}
	body.single .loop-sidebar {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	body.single .loop-content,
	body.single .loop-sidebar {
		width: 100%;
	}
	.single .loop-content {
		padding-right: 0;
	}
}

.post-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}
.blog .loop-content .loop-footer {
	margin-top: 40px;
}
@media (max-width: 1024px) {
	.post-wrap {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 639px) {
	.post-wrap {
		grid-template-columns: 100%;
	}
}

.service-menu {
	max-width: 700px;
	margin: 40px auto;
}
.service-search {
	max-width: 700px;
	margin: 40px auto;
	position: relative;
}
.service-search input[type=text] {
	width: 100%;
	padding: 15px;
}
.service-search button[type=submit] {
	position: absolute;
	right: 0;
	width: 47px;
	height: 47px;
	background-color: var(--color-secondary);
	color: #fff;
	border: none;
}
#gform_fields_7 .gfield_radio{
	width:250px;
}

/*@media (max-width: 1400px) and (min-width: 1025px) {
	.builder-module-navigation .menu > li > a {
		padding-left: .7em;
		padding-right: .7em;
	}
}
@media (max-width: 1310px) and (min-width: 1025px) {
	.header-logo img {
		width: 250px;
		margin-top: 15px;
	}
	.custom-mobile-menu-background-wrapper {
		left: 265px;
		width: calc(100% - 435px);
	}
}
@media (max-width: 1110px) and (min-width: 1025px) {
	.header-logo img {
		width: 150px;
		margin-top: 23px;
	}
	.custom-mobile-menu-background-wrapper {
		left: 165px;
		width: calc(100% - 335px);
	}
}*/

.upcoming-event {
	height: 100%;
	background-color: #254897;
	box-shadow: -10px 6px 23.22px 3.78px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.upcoming-event-thumb {
	position: relative;
	padding-top: 65%;
}
.upcoming-event-thumb:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -1px;
	background-image: url(../../uploads/2023/09/upcoming-event-overlay.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
}
.upcoming-event-thumb-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.upcoming-event-inner {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.upcoming-event-inner .upcoming-event-button {
	padding-top: 15px;
}
.upcoming-event-button a {
	display: inline-block;
	padding: 15px 40px;
	color: #fff;
	background-color: var(--color-secondary);
	border-radius: 5px;
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	body.single-upcoming_event .loop-content {
		width: 55%;
	}
	body.single-upcoming_event .loop-content.full-width {
		width: 100%;
		padding-right: 0;
	}
	body.single-upcoming_event .loop-sidebar {
		width: 45%;
	}
}

.upcoming-event-form {
	box-shadow: -9px 5px 53.58px 3.42px rgba(0, 0, 0, 0.3);
	border-radius: 30px;
	padding: 80px 40px;
}
.upcoming-event-form .gform_wrapper.gravity-theme input,
.upcoming-event-form .gform_wrapper.gravity-theme textarea,
.upcoming-event-form .gform_wrapper.gravity-theme select {
	border-color: #b9b9b9;
	border-radius: 5px;
}
.upcoming-event-form .gform_wrapper.gravity-theme .gform_footer input {
	font-size: 24px;
	background-color: var(--color-primary);
	color: #fff;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.upcoming-event-form .gform_wrapper.gravity-theme .gform_footer input:hover {
	background-color: #232223;
}
@media (max-width: 767px) {
	.upcoming-event-form {
		padding: 40px 15px;
	}
}

.previous-event-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	grid-column-gap: 20px;
}