.cw-Topheader a,
.cw-Topheader p {
	color: #a6a6b3;
	font-size: 17px;
	margin-bottom: 0
}

.cw-header span {
	font-size: 14px;
	font-weight: 600;
	color: #8c8ca3;
}

.btn.btn-primary.cw-text-black {
	color: #333
}

.header .navbar .navbar-nav .nav-link {
	text-transform: uppercase
}

.cw-headerLOGO {
	width: 100%
}

@media(min-width: 576px) {
	.cw-headerLOGO {
		width: 50%
	}
}

@media(min-width: 1200px) {
	.cw-headerLOGO {
		width: 75%
	}
}

.cw-hero {
	position: relative;
	padding: 10em 0;
}

.cw-hero .cw-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2
}

.cw-hero:after {
	overflow: hidden;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .5)
}

.cw-text {
	position: relative;
	z-index: 2
}

@media(min-width: 992px) {
	.cw-hero {
		padding: 12em 0
	}
}

.btn-outline-primary {
	color: #0E94D3;
	border-color: #0E94D3;
}

.btn-outline-primary:hover {
	background-color: #0E94D3;
}

.cw-banner {
	background-color: #0E94D3;
}

.cw-cascade {
	margin: 0 auto;
	padding: 6em 0
}

.cw-cascade:before {
	overflow: hidden;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .65)
}

.cw-cascadeText {
	z-index: 20
}

.cw-cascadeText h3 {
	font-size: 2.5rem
}

.cw-cascade .cw-checklist li {
	font-size: 1.5rem;
	font-weight: 700
}

.cw-checklist li {
	display: inline-block;
	padding: .5em .75em
}

.cw-checklist li:before {
	content: "âœ”";
	margin-right: .5em;
	font-weight: 700;
	color: var(--color-theme-primary)
}

@media(min-width: 768px) {
	.page-home .cw-cascade {
		padding: 11em 0
	}

	.cw-cascade .cw-checklist li {
		font-size: 1.75rem
	}
}

/* ================== Internal page ===================== */
.title {
	text-transform: uppercase;
}

/* ===================== CTA ======================== */

.cw-setup {
	position: fixed;
	bottom: 1em;
	right: 1em;
	border-radius: 25px;
	z-index: 50;
}

.cw-setup:hover {
	cursor: pointer
}

.hidden {
	display: none
}

#cw-contactBtns a {
	display: inline-block;
	width: 54px;
	height: 54px;
	padding: 10px;
	border-radius: 50%;
	background: #fff
}

#cw-contactBtns a:before {
	font: normal normal normal 32px/1 FontAwesome;
	color: var(--color-theme-secondary)
}

.cw-Phone:before {
	content: "\f098"
}

.cw-Email:before {
	content: "\f0e0"
}

.cw-Text:before {
	content: "\f27a"
}


/* -------------------- Service pages ---------------------- */
.detailedlist ul {
	padding-left: 20px;
	margin-bottom: 5px;
}

.detailedlist ul.cw-one-col {
	column-count: 1;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.detailedlist ul {
		column-count: 2;

	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}


/* CHANGE GOOGLE + ICON IN FOOTER TO LINKED IN */

/* With Font Awesome Icon */

i.fa.fa-google-plus:before {
	content: '\f0e1';
}

/* With an image */

i.fa.fa-google-plus {
	content: url("https://apihoard.webit.com/api/v1/Image/234C81FFC0436F3B5FB3115AADE7337F/234C81FFC0436F3B5FB3115AADE7337F.png?size=1920x1440");
}

/* should make the long emails in default headers, footers, and business info modules wrap so that they don't stretch too far on super small mobile sizes (ie galaxy fold)  */
.contact-companyinfo .contact-email .contact-details-info,
.header .header-business-email,
.footer .footer-business-email,
.cw-Topheader a {
	overflow-wrap: anywhere;
}