.contact-companyinfo .contact-email .contact-details-info,
.header .header-business-email,
.footer .footer-business-email {
	overflow-wrap: anywhere;
}

/*-- Header --*/
.header .cw-logo-box {
	background: rgba(255, 255, 255, 0.75);
	outline: 8px solid rgba(255, 255, 255, 0.4);
	padding: .5rem;
}

.header .cw-logo-box img {
	width: 200px;
}

.header-container {
	position: relative;
	overflow: hidden;
}

.header .cw-header-info {
	min-height: 160px;
}

.header .cw-header-info {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.page-home .header-container {
	background: #000;
	background-image: url(https://apihoard.webit.com/api/v1/Image/C821E862D8AC2C7BF7009354BC422E2E/C821E862D8AC2C7BF7009354BC422E2E.jpg?h=960,w=1280);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.page-home .header .cw-header-info {
	min-height: 600px;
}

/* triangle bgs */
#cw-logoBg {
	display: none;
}

#cw-titleBg {
	display: none;
}

.cw-header-info .cw-title {
	width: 100%;
	text-align: center;

	align-self: center;

	background: rgba(4, 96, 47, .7);
	outline: 8px solid rgba(4, 96, 47, .4);

	padding: 1.5rem;
}

section:not(.page-home) #cw-titleBg,
section:not(.page-home) .cw-header-info .cw-title {
	display: none;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.header-container {
		position: relative;
		overflow: hidden;
		background: url(https://apihoard.webit.com/api/v1/Image/C821E862D8AC2C7BF7009354BC422E2E/C821E862D8AC2C7BF7009354BC422E2E.jpg?h=960,w=1280);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.page-home .header-container {
		background-size: cover;
	}

	.header .cw-logo-box img {
		width: 220px;
	}

	#cw-logoBg {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 550px;
	}

	#cw-titleBg {
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		height: 330px;
	}

	.header .cw-logo-box {
		background: transparent;
		outline: none;
		align-self: flex-start;
	}

	.cw-header-info .cw-title {
		width: 300px;
		background: transparent;
		outline: none;
		align-self: flex-end;
		position: relative;
	}

}


@media(min-width: 992px) {
	.header-container {
		background-image: url(https://apihoard.webit.com/api/v1/Image/C821E862D8AC2C7BF7009354BC422E2E/C821E862D8AC2C7BF7009354BC422E2E.jpg?size=1920x1440);
	}

	.page-home .header-container {
		background-image: url(https://apihoard.webit.com/api/v1/Image/C821E862D8AC2C7BF7009354BC422E2E/C821E862D8AC2C7BF7009354BC422E2E.jpg?size=1920x1440);
	}

	.header .cw-logo-box {
		position: fixed;
		top: 0;
		z-index: 1035;
	}

	.header .navbar.bg-primary {
		background: transparent !important;
	}

	.header .cw-header-info {
		height: 80px;
	}

	#cw-logoBg {
		position: fixed;
		z-index: 20;
		width: 470px;
	}

	nav.navbar .container {
		min-height: 85px;
		padding: 0;
	}

	.header .container {
		max-width: 100%;
	}

	/* keeps nav items on the right side of header */
	.header.has-cart .collapse.justify-content-center,
	.header .navbar-collapse.justify-content-center {
		-webkit-box-pack: flex-end !important;
		-ms-flex-pack: flex-end !important;
		justify-content: flex-end !important;
		align-items: stretch;
	}

	.header .navbar-nav:not(.navbar-cart) {
		/* set pixels to logo width (or more) */
		max-width: calc(100% - 240px);
		justify-content: flex-end;
	}

	.header .navbar-nav.navbar-cart {
		height: 100%;
		justify-content: center;
		align-items: center;
	}


	.header.cw-scrolled .cw-logo-box img {
		width: 130px;
	}

	.header.cw-scrolled #cw-logoBg {
		width: 280px;
	}

	#cw-titleBg {
		height: 365px;
	}

	.header .navbar .navbar-nav .nav-link {
		background-color: rgba(0, 0, 0, 0.6);
	}

	.page-home .header .cw-header-info {
		justify-content: flex-end;
	}
}

@media (min-width: 1340px) {
	.page-home .header .cw-header-info {
		min-height: 800px;
	}
}

/* -------------------- SECTIONTITLE ---------------------- */

.list {
	padding-top: 5em;
	padding-bottom: 2em;
	text-align: center;
	color: #fff;
}

@media(min-width: 992px) {
	.page-home .textwithimage .lazy-image.d-block.w-100.loaded {
		clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
	}
}

@media(max-width: 768px) {
	.cw-hero {
		text-align: center;
		padding-top: 2em !important;
	}

	h3.text-uppercase.text-primary {
		text-align: center;
	}

	h1.display-3.text-uppercase {
		font-size: 2.5em;
		text-align: center;
	}

	h2.display-4.text-uppercase.mb-3 {
		font-size: 2em;
	}
}

/*----- FAQ Page -----*/
.collapse-header {
	position: relative;
	padding: 1.1rem 4rem 1.1rem 1em;
	background: var(--color-theme-background);
	color: var(--color-theme-text);
	border-bottom: 1px solid var(--color-theme-border);
	display: block;
	overflow: hidden;
	font-size: 1.1em;
	font-weight: 700
}

.collapse-header:hover,
.collapse-header:not(.collapsed) {
	color: var(--color-theme-primary)
}

.collapse-header::after {
	content: "+";
	position: absolute;
	z-index: 3;
	right: 1em;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	font-size: 1.5em;
	line-height: 1em;
	transition: .2s;
	color: var(--color-theme-primary)
}

.collapse-header.collapsed::after {
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%)
}

.collaspe-content {
	padding: 1.5rem 1em;
	border-bottom: 1px solid var(--color-theme-border)
}