#content {
	font-family: 'Scto Grotesk A', Helvetica, Arial, sans-serif;
}

.main-container a {
	color: #ff0e41;
}

.main-container p {
	line-height: 1.7
}

h2.new-subtitle {
    color: white;
    position: absolute;
    bottom: 1px;
    padding: 0 30px;
    font-size: 23px;
    right: 0;
    background: rgba(40, 40, 40, 0.82);
    line-height: 1.4;
}

.red-header {
	position: relative;
	width: 100%;
	min-height: 90px;
	height: 120px;
	padding-right: 125px;
/* 	margin-top: 96px; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	overflow: hidden;
}

.red-header-wrapper {
	animation: gradient 15s ease infinite;	
	background: linear-gradient(-45deg, #e0992b, #ff0e41, #ff0e41, #dc0017);
	width: 400%;
	height: 400%;
    background-position: center center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.red-header h1 {
	max-width: 95%;
    color: white;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    z-index: 3;
    margin: 0;
}

.red-header h2 {
    color: white;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    z-index: 3;
    margin: 0;
    position: relative;
    top: -3px;
}

.black-icon {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translate(0%, -50%);
	z-index: 1;
	width: 80px;
	height: auto;
}


.hero.header-image {
	height: calc(100vh - 120px);
	min-height: 550px;
}

	.hero.header-image.hero-with-text:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: .2;
	}

.hero-text-container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 700px;
	color: #fff;
	transform: translate(-50%, -50%);
}

	.hero-text-container h1 {
		font-size: 30px;
	}

	.hero-text-container h2 {
		font-size: 40px;
	}

div.cb-header {
    padding: 35px 0 0;
}

.cb-content[data-type='dynform'] {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

#content li {
	line-height: 1.7;
}

.client-logos {
	position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
}

	.client-logo-container {
	    display: inline-block;
	    margin: 1em 0;
	    padding: 0 10px;
	    width: 20%;
	    min-width: 150px;
	    text-align: center;
	    box-sizing: border-box;
	    vertical-align: middle;
	    font-size: 16px;
	    opacity: .9;
	}

#footer {
    overflow: hidden
}



.checkbox-label input[type=checkbox]:checked+.checkbox-icon {
    background: #00FEB7;
    border-color: #fff;
}

.checkbox-icon {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
    text-align: center;
    line-height: 18px;
    transition: .15s ease-out;
}

.formBody label.checkbox-label {
    padding-left: 30px;
    display: block;
    margin-bottom: 1em;
    line-height: 20px;
    cursor: pointer;
    position: relative;
}

.checkbox-icon, .checkbox-label input[type=checkbox] {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-appearance: none;
}

.checkbox-label input[type=checkbox]:checked+.checkbox-icon:before {
    left: 3px;
    content: '\e906';
    font-family: artistry!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: transparent;
    font-size: 9px;
    display: inline-block;
    transform: rotate(45deg);
    height: 20px;
    width: 10px;
    border-bottom: 3px solid black;
    border-right: 3px solid black;
    top: -10px;
    position: relative;
}

