.cb-layout_settings-container.cb_bg_image.opacity-none:before {
    opacity: 0;
}


.hero.wide {
	min-height: 60vh;
	height: auto;
	width: 100%;
	background-position: center;
	background-size: cover;
	position: relative;
}

.title-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(23, 23, 23, 0.91);
	height: auto;
	min-height: 108px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 10%;
	width: 100%;
}

.title-bar h1 {
	color: white;
	text-transform: uppercase;
	font-size: 28px;
	padding: 0;
	margin: 0;
	font-weight: 500;
	letter-spacing:4px;
}

.vertical-line {
	background: #6cb746;
	width: 4px;
	height: 108px;
	position: absolute;
	left: 7.5%;
	bottom: 0;
	z-index: 33;
}

#content {
	background: white;
	overflow: hidden;
}

#content p {
	line-height: 1.7;
	
}

#content h2 {
	font-size: 25px;
	letter-spacing: 4px;
}

.outline-icon {
	position: absolute;
	bottom: -70px; 
	left: -70px;
	z-index: 0;
}

body #content .contentbox_toggle h2 {
    position: relative;
    padding: 1.5em 2em;
    margin: 0;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2;
    color: #3d3d39;
    text-align: left;
    background: #f5f5f5;
    box-sizing: border-box;
    z-index: 30;
}