/*-- Header --*/

.header .navbar .container {
	max-width: none;
}

.header a.header-business-phone {
	font-size: 1.75rem;
	font-weight: 700;
	color: var(--color-theme-secondary);
}

.header .navbar .navbar-nav .nav-link {
	text-transform: uppercase;
	line-height: 32px;
}

.header .navbar .nav-link::before {
	border-width: 1px;
}

.cw-header-info .cw-call {
	display: block;
}

.cw-header-info .cw-call:before {
	font-size: 1.35rem;
	display: inline-block;
	margin-right: 4px;
	font-family: FontAwesome;
	content: "\f098";
	color: var(--color-theme-secondary);
}

.cw-header-info {
	border-bottom: 1px solid #666666;
}

.cw-header-info .container {
	max-width: 1200px;
}

/* =================== Hero section ============================== */
.webit__parallax {
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	min-height: 700px;
	display: flex;
	align-items: center;
	text-shadow: 2px 2px 2px #000;
	padding: 1.8rem 0;
}

.webit__parallax h1 {
	/* font-size:  */
}

.webit__parallax .wb__hero-divider {
	width: 100%;
	position: absolute;
	bottom: -1px;
	fill: var(--color-theme-background);
	display: block;
	height: 5vw;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.wb__headerinfobar .wb__flexrow {
		flex-flow: row wrap;
		justify-content: space-between;
		max-width: 1400px;
		margin: 0 auto;
	}
}

/* @media (max-width: 812px) {
	 .webit__svg {
		display: none;
	}
} */

.textwithimage ul {
	font-weight: 700;
}

.textwithimage p:has(+ul) {
	margin-bottom: .25rem;
}

.textwithimage h2:not(.h1, .h2, .h3, .h4, .h5),
.text h2:not(.h1, .h2, .h3, .h4, .h5) {
	font-size: 1.7rem;
}

.textwithimage h3:not(.h1, .h2, .h3, .h4, .h5),
.text h3:not(.h1, .h2, .h3, .h4, .h5) {
	font-size: 1.5rem;
}

/* -------------------- homepage cta banner ---------------------- */

.cw-angle-banner {
	background: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
}

.cw-angle-banner a.cw-banner-btn {
	height: 80px;
	line-height: 80px;
	padding: 0 2em;
	background: var(--color-theme-secondary);
	color: #fff;
	font-size: 1.25rem;
}

.cw-angle-banner a.cw-banner-btn:hover {
	background-color: #333;
}

.cw-angle-banner a.cw-banner-btn:hover:after {
	border-top-color: #333;
}

@media (min-width: 992px) {

	.cw-angle-banner {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
		gap: 1rem;
	}

	.cw-angle-banner a.cw-banner-btn {
		margin: 0;
		padding: 0 1em 0 3.75em;
	}

	.cw-angle-banner a.cw-banner-btn:before {
		top: 0;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		margin-top: 0;
		border-color: rgba(255, 255, 255, 0);
		border-top-color: var(--color-theme-primary);
		left: 0px;
		border-top-width: 80px;
		border-right-width: 60px;
		border-left-width: 0;
	}

	.cw-angle-banner a.cw-banner-btn:after {
		top: 0;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		margin-top: 0;
		border-color: rgba(255, 255, 255, 0);
		border-top-color: var(--color-theme-secondary);
		right: -60px;
		border-top-width: 80px;
		border-right-width: 60px;
		border-left-width: 0;
	}
}

/* -------------------- Footer ---------------------- */

.footer {
	padding-top: .25em;
}

.footer .footer-info-business {
	display: none;
}

.cw-footer {
	padding-top: 2em;
	padding-bottom: 1em;
	background: rgb(255, 255, 255);
}

.cw-footer .row {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.cw-footer .cw-service-area {
	background: var(--color-theme-secondary);
	color: var(--color-theme-text-btn);
	padding: 2em 1em;
}


.cw-footer img {
	max-width: 400px;
	margin: 1em auto;
	width: 100%;
}


/*===================================================================================================
	new list zoom section to replace summary list
===================================================================================================*/
.cw-custom-list {
	padding: 5rem 0 1rem;
}

.cw-custom-list .container {
	max-width: 1400px;
}

.cw-custom-list .cw-list-img-wrap {
	border: 0;
}

.cw-custom-list .cw-list-wrap {
	margin-bottom: 1.5em;
	overflow: hidden;
	position: relative;
	/* height: 432px; */
	transition: padding 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	box-shadow: 3px 3px 5px #000000;
}

.cw-custom-list .cw-list-wrap::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	z-index: 2;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
	-webkit-transition: all 5s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 5s cubic-bezier(0.075, 0.82, 0.165, 1);
	pointer-events: none;
}

.cw-custom-list .cw-list-wrap:hover .cw-list-img-wrap::after {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.cw-custom-list .cw-list-wrap:hover {
	transition-duration: 2s;
}

/* Text */
.cw-custom-list .cw-list-text {
	color: #fff;
	background: transparent;
	text-align: left;
	padding: 1rem 1rem;
	position: absolute;
	z-index: 4;
	pointer-events: none;
}

.cw-custom-list .cw-list-text a {

	pointer-events: all;
}

.cw-custom-list .cw-list-text-title {
	font-weight: 400;
	font-size: 1.45rem;
	margin-bottom: 1rem;
}

.cw-custom-list .cw-list-wrap .cw-list-img-link {
	display: block;
	width: 100%;
	height: 100%;
}

.cw-custom-list .cw-list-wrap .btn {
	text-transform: uppercase;
	font-weight: 400;
}


/* Image */

.cw-custom-list .cw-list-wrap img {
	-webkit-transition: all 5s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 5s cubic-bezier(0.075, 0.82, 0.165, 1);
	width: 100%;
}

.cw-custom-list .cw-list-wrap a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/*===================================================================================================
	List Zoom (removed/replaced with custom code instead of using a summary list)
===================================================================================================*/

/* .list .row {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.list .list-img-wrap {
	border: 0;
}

.list-wrap {
	margin-bottom: 1.5em;
	overflow: hidden;
	display: block;
	position: relative;
	height: 432px;
	-webkit-transition: padding 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: padding 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
	display: flex;
	flex-flow: column;
	justify-content: center;
	box-shadow: 3px 3px 5px #000000;
}

.list-wrap:hover {
	transition-duration: 2s;
}

.list-img-wrap {
	height: 432px;
	margin: 0 auto;
	border-width: 0;
}

.list-img-link {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.list-wrap .list-text {
	color: #fff;
	text-align: left;
	padding: 0 1.8em;
	position: relative;
	z-index: 9;
}

.list-wrap .list-text~.list-text {
	transition: opacity 1s;
}

.list-text-title {
	font-weight: 400 !important;
}

.list-wrap:hover .list-text~.list-text {
	display: block;
	height: auto;
	opacity: 1;
	position: relative;
	top: auto;
	left: auto;
}

.list-wrap:hover .list-text~.list-text {
	visibility: visible;
	height: auto;
	opacity: 1;
	position: relative;
	top: auto;
	left: auto;
	transition: opacity 1s;
	pointer-events: none;
}

.list-text-btn {
	margin-top: 1em;
	text-transform: uppercase;
	font-weight: 400 !important;
}

.list-wrap .list-img-wrap::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	z-index: 2;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
	-webkit-transition: all 5s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 5s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.list-wrap:hover .list-img-wrap::after {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.list-img-content {
	position: absolute;
	top: 0;
	left: 0%;
	width: 100%;
	height: 100%;
}

.list-img-photo {
	-webkit-transition: all 5s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.list-wrap:hover .list-img-photo,
a.list-img-link:hover .list-img-wrap .list-img-photo {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
} */