.menuHeader {
	margin-bottom: 0 !important;
}

.heroContent {
    position: absolute;
    z-index: 1;
	margin: 0;
	padding: 0;

	top: 80px;
	left: 60px;
	width: 50%;
}
.heroImage {
    display: block;
    width: 100%;
    height: auto;
}

.heroImageContainer {
    position: relative;
}

@font-face {
	font-family: 'GM';
	src: url('/resource/site_GothamMediumFont') format('opentype');
	font-weight: normal;
	font-style: normal;
}

.heroContent h1 {
    color: var(--primary-white-color);
	font-family: GM, sans-serif !important;

    margin: 0;
    padding: 0;

	text-transform: uppercase;

	overflow-wrap: break-word;
}

.heroContent hr {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-size: 20px;
	line-height: 100%;

	color: var(--primary-red-color);
	font-family: Raleway, sans-serif;

    margin: 0;
    padding: 0;

	-webkit-font-smoothing: antialiased;
	text-align: left;
	height: 0;
	box-sizing: content-box;
	border: 0;
	border-top: 1px solid #eee;
	width: 10%;
	border-color: var(--primary-red-color);
}

.heroContent p {
    color: var(--primary-white-color);
	font-family: GM, sans-serif !important;
	overflow-wrap: break-word;

    margin: 0;
    padding: 0;
}

.heroContactUsButton {
	display: inline-block;

    padding: 12px 24px;

    background-color: var(--primary-red-color);
    color: var(--primary-white-color);

    border-radius: 6px;

}
.heroContactUsButton span {
	display: inline-block;
	text-transform: uppercase;

    background-color: var(--primary-red-color);
    color: var(--primary-white-color);

    font-size: 14px;
    text-decoration: none;
    transition: transform 0.2s ease;
}
.heroContactUsButton:hover span {
	transform: scale(1.05);
}


/* 1920px and wider */
@media (min-width: 1919px) {
    .heroContent {
		top: 140px;
		left: 100px;
        width: 45%;
    }
	.heroContent h1 {
		font-size: 54px;
		line-height: 100%;
	}
	.heroContent hr {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.heroContent p {
		font-size: 24px;
		line-height: 140%;
		margin-bottom: 40px;
		width: 70%;
	}
}
/* 1920px and wider */

/* 1280 - 1920 */
@media (min-width: 1279px) and (max-width: 1918px) {
    .heroContent {
		top: 80px;
		left: 60px;
        width: 50%;
    }
	.heroContent h1 {
		font-size: 36px;
		line-height: 120%;
	}
	.heroContent hr {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.heroContent p {
		font-size: 18px;
		line-height: 140%;
		margin-bottom: 40px;
		width: 70%;
	}
}
/* 1280 - 1920 */

/* 768 - 800 */
@media (min-width: 767px) and (max-width: 801px) {
    .heroContent {
		top: 44px;
		left: 60px;
        width: 42%;
    }
	.heroContent h1 {
		font-size: 20px;
		line-height: 120%;
	}
	.heroContent hr {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.heroContent p {
		font-size: 12px;
		line-height: 120%;
		margin-bottom: 20px;
		width: 68%;
	}
}



/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active, .dot:hover {
	background-color: #717171;
}


.text-left {
	text-align: left;
}
div.section-title.text-left {
	padding-bottom: 15px;
}
.section-title h2 {
	line-height: 26px;
}

.introCtaColumnContainer {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#introHeader {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
	text-align: left;
	box-sizing: border-box;
	color: inherit;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	margin: 0;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 26px;
}

#introHeadetDevider {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	font-family: 'Muli', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-align: left;
	height: 0;
	box-sizing: content-box;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
	width: 60px;
	border-color: #D22028;
	margin-left: 0;
}

#intorExcert {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	line-height: 1.42857143;
	color: #333;
	font-family: 'Muli', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-align: left;
	box-sizing: border-box;
	font-size: 16px;
	margin: 0 !important;
}

#introDescription {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	line-height: 1.42857143;
	color: #333;
	font-family: 'Muli', sans-serif;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	margin: 0 0 10px;
	font-size: 16px;
}

#introLink {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-size: 14px;
	line-height: 1.42857143;
	font-family: 'Muli', sans-serif;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	background-color: transparent;
	text-decoration: none;
	font-style: normal;
	font-weight: 600;
	-webkit-transition: all 0.5s;
	color: #D22028;
	text-transform: uppercase;
}

#ctaText {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin: 0;
	line-height: normal;
	font-size: 20px;
}

#getQuoteLink, #contactUsLink {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-family: 'Muli', sans-serif;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	text-decoration: none;
	display: inline-block;
	margin: auto;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	border-radius: 40px;
	letter-spacing: 2px;
	font-weight: 600;
	text-transform: uppercase;
	border-color: transparent;
	-webkit-transition: all 0.5s;
	padding: 10px 40px;
	max-width: 100%;
	background: black;
	color: #222222;
	border: 4px solid #ffffff;
	background-color: #ffffff;
}

#getQuoteLink:link, #getQuoteLink:visited,
#contactUsLink:link, #contactUsLink:visited {
	font-size: 14px;
	border: 4px solid #ffffff;
	background-color: #ffffff;
}

#getQuoteLink:hover, #contactUsLink:hover {
	border: 4px solid #ffffff;
	background-color: var(--primary-dark-blue-color);
	color: var(--primary-white-color);
}

#getQuoteLink:active, #contactUsLink:active {
	font-size: 15px;
	border: 4px solid #dddddd;
	background-color: #dddddd;
}

.redBackground {
	background-color: #D22028;
}


.footerReferenceContainer {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 0px;
}

.partnersImg {
	width: 90vw;
}

.introCtaContainer {
	padding: 40px 0px;
}

/* desktop */
@media only screen and (min-width: 481px) {
	
	.offerWrapper h1 {
		font-size: 75px;
		font-weight: 900;
		text-transform: uppercase;
		line-height: 70px;
	}

	.ctaCol {
		width: 50%;
	}

	.ctaRowDevider {
		display: none;
	}

	.textAlignCenter {
		text-align: unset;
	}

	.ctaCol:first-child {
		padding-right: 20px;
	}

	.ctaCol:last-child {
		padding-left: 20px;
	}
}

/* mobile */
@media only screen and (max-width: 480px) {

	.offerWrapper {
		display: none;
		flex-direction: column;
		justify-content: space-between;
		background-color: #212332;
		color: white;
		padding: 20px 10px;
		padding-bottom: 25px;
		text-align: center
	}

	.offerWrapper h1 {
		font-size: 28px !important;
		text-transform: none !important;
		line-height: 32px !important;
		font-weight: 600 !important;
		padding: 0 !important;
		margin: 0 !important;
		margin-bottom: 15px !important;
		color: var(--primary-white-color);
        text-align: center;
	}

	.h1WFormula {
		line-height: 28px !important;
	}

	#introHeader {
		text-align: center;
	}

	#introHeadetDevider {
		width: 40%;
		margin-left: auto;
		margin-right: auto;
	}
/*
	.introCtaContainer {
		padding: 20px 0px;
	}
*/
	.ctaCol {
		width: 100%;
	}

	.introCtaColumnContainer {
		flex-direction: column;
		padding: 10px 0px;
		text-align: center;
	}

	.introCtaColumnContainer p {
		text-align: left;
	}

	.ctaRowDevider {
		display: block;
		padding: 10px;
	}

	.textAlignCenter {
		text-align: center;
	}

}