div, p {
	line-height: normal;
}
.covidBackground {
    background-color: #222222;
    height: 70px;
}
.covidWrap {
    width: 630px;
    margin: 20px auto;
    padding-left: 20px;
    padding-right: 20px;
}
.covidWrap .infoIcon {
    background: url(/assets/images/page-components/hp/InfoIcon.svg) no-repeat;
    height: 30px;
    width: 30px;
    margin-right: 20px;
}
.covidWrap .covidLink {
    text-decoration: underline;
    margin-left: 20px;
    display: inline;
}
.covidWrap .covidMessage {
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 5px;
}
.covidWrap .covidLink {
    font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 5px;
}
.covidWrap .infoIcon,
.covidWrap .covidMessage {
    float: left;
}
.covidBR {
    display: none;
}
@media (max-width: 767px) {
    .covidWrap .covidMessage, 
    .covidWrap .covidLink {
        font-size: 14px;
        margin-top: 6px;
    }
    .covidWrap {
        width: 565px;
    }
}
@media (max-width: 564px) {
    .covidWrap {
        width: 320px;
    }
    .covidBR {
        display: block;
    }
    .covidBackground {
        height: auto;
    }
    .covidWrap .covidLink {
        margin-left: 0px;
    }
    .covidWrap .covidMessage, 
    .covidWrap .covidLink {
        margin-top: -3px;
        line-height: 18px;
    }
    .covidWrap .infoIcon {
        margin-right: 15px;
    }
}
/* Outage CSS (DO NOT REMOVE!) */
.outageBackground {
    background-color: #FFFFFF;
    height: 45px;
}
.outageWrap {
    width: 1048px;
    margin: 7.5px auto;
    padding-left: 20px;
    padding-right: 20px;
}
.outageWrap .alertIcon {
    background: url(/assets/images/page-components/hp/alert_icon.svg) no-repeat;
    height: 30px;
    width: 30px;
    margin-right: 10px;
}
.outageWrap .outageMessage {
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    margin-top: 7px;
}
.outageWrap .alertIcon,
.outageWrap .outageMessage {
    float: left;
}
.outageBR {
    display: none;
}.lazy-background {
	background-image: none;
}

@media (max-width: 1047px) {
    .outageBackground {
        height: auto;
    }
    .outageWrap {
        width: 630px;
    }
    .outageWrap .alertIcon {
        margin-right: 20px;
        margin-top: 1px;
    }
    .outageWrap .outageMessage {
        margin-top: 0px;
    }
    .outageBR {
        display: block;
    }
}
@media (max-width: 767px) {
    .outageWrap .alertIcon {
        margin-top: 0px;
    }
    .outageWrap .outageMessage {
        font-size: 14px;
        line-height: 16px;
    }
    .outageWrap {
        width: 565px;
    }
}
@media (max-width: 564px) {
    .outageWrap {
        width: 320px;
    }
    .outageWrap .alertIcon {
        margin-right: 15px;
        margin-top: 16px;
    }
    .outageWrap .outageMessage {
        width: 235px;
    }
}
.colorStrip {
	background: url('/assets/images/page-components/hp/colorStrip.png') no-repeat;
	height: 10px;
	width: 100%;
	background-size: 100% 100%;
}
.chpBody {
	position: relative;
}
.chpSec1Bg {
	height: 720px;
	width: 100%;
	background-size: cover;
	position: relative;
	background-position: bottom right;
	top: -80px;
	bottom: 0;
	background-color: #000000;
}
.phoneImage {
	background: url('/assets/images/page-components/hp/chpSec1Bg2.jpg') no-repeat;
	height: 722px;
	width: 762px;
	position: absolute;
	right: 0;
	top: -16px;
	background-size: 100%;
}
.chpNavWrapper {
	width: 100%;
	background-color: white;
	z-index: 1;
}
.chpNavContainer {
	width: 90%;
	margin: 0 auto;
	padding-top: 33px;
	padding-bottom: 14px;
	overflow: visible;
}
.ctlWhiteLogo {
	width: 52.7%;
	display: inline-block;
}
.menuWrapper {
	width: 47%;
	display: inline-block;
	position: relative;
	overflow: visible;
}
.menuLink {
	display: inline-block;
	margin: 0px 13px;
	height: 33px;
}
.menuLink a, .menuLink a:hover, .menuLink a:active, .menuLink a:focus, .menuLink a:visited {
	color: black;
	font-size: 20px;
	text-decoration: none;
	white-space: nowrap;
	outline: none;
	font-family: 'Maison Neue Light', Arial, Helvetica Neue, Helvetica, sans-serif;
	display: inline-block;
	padding-bottom: 5px;
}
.menuLink:first-child {
	margin-left: 0;
}
.menuLink:hover {
	border-bottom: 3px solid #48D597;
}
.menuLink.signInDropdown:hover {
	border: none;
}
.menuLink button {
	border: none;
	border-radius: 0;
	background-color: transparent;
	color: #000;
	font-size: 16px;
	padding: 0;
	line-height: normal;
	outline: none !important;
	font-family: 'Maison Neue Light', Arial, Helvetica Neue, Helvetica, sans-serif;
}
.menuLink button:hover {
	background: transparent;
	color: #48D597;
	border: none;
}
.menuLink button .glyphicon-user {
	color: #000;
	font-size: 16px;
}
.menuLink button:hover .glyphicon-user {
	color: #48D597;
}
.menuLink.signInDropdown {
	margin-right: 0;
}
.menuWrapper .menuLink.signInDropdown {
	position: absolute;
	right: 0;
	overflow: visible;
}
.signInDropdown .btn-default:active, .signInDropdown.btn-default.active, .signInDropdown.open>.dropdown-toggle.btn-default, .signInDropdown .btn-default:active:hover, .signInDropdown .btn-default.active:hover, .signInDropdown.open>.dropdown-toggle.btn-default:hover, .signInDropdown .btn-default:active:focus, .signInDropdown .btn-default.active:focus, .signInDropdown.open>.dropdown-toggle.btn-default:focus, .signInDropdown .btn-default:active.focus, .signInDropdown .btn-default.active.focus, .signInDropdown.open>.dropdown-toggle.btn-default.focus {
	color: #48D597;
	background-color: transparent;
	border-color: transparent;
}
.signInDropdown.open>.dropdown-toggle.btn-default .glyphicon-user {
	color: #48D597;
}
.signInDropdown.open>.dropdown-menu-collapse {
	left: auto;
	right: 0;
	padding: 5px 0;
}
.signInDropdown .dropdown-menu-collapse {
	margin: 0;
	padding: 0;
	background: #000000;
	border-radius: 0;
	z-index: 3;
	position: absolute;
	right: 0;
	top: 33px;
	width: 200px;
}
.signInDropdown .dropdown-menu-collapse li {
	margin-bottom: 0;
	line-height: normal;
	border-left: 8px solid #000000;
	border-right: 8px solid #000000;
	list-style-type: none;
}
.signInDropdown .dropdown-menu-collapse li.divider {
	height: 1px;
	background: #53565A;
	margin: 17px 30px;
}
.signInDropdown .dropdown-menu-collapse li a {
	background: none;
	color: #FFFFFF;
	font-size: 16px;
	border: none;
	padding: 17px 30px;
	text-decoration: none !important;
	white-space: nowrap;
	outline: none;
	line-height: normal;
	display: block;
}
.signInDropdown .dropdown-menu-collapse li:nth-child(1), .signInDropdown .dropdown-menu-collapse li:nth-child(5) {
	padding-top: 0;
}
.signInDropdown .dropdown-menu-collapse li:nth-child(5) {
	margin-bottom: 17px;
}
.signInDropdown .dropdown-menu-collapse li:hover {
	border-left: 8px solid #48D597;
}
.signInDropdown .dropdown-menu-collapse li a:hover {
	color: #48D597;
}
.ctlWhiteLogo {
	background: url('/assets/images/page-components/global-menu/corp_logo.svg') no-repeat;
	height: 50px;
	background-size: contain;
}
.innerWrapper {
	width: 90%;
	margin: 0 auto;
}
.firstSecTitle {
	font-family: 'Maison Neue Extra Bold', Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 72px;
	color: #FFFFFF;
	margin: 190px 0 39.5px; /* COVID-19: updated 120px to 190px */
	line-height: 80px;
}
.firstSecContent {
	font-family: 'Maison Neue Book', Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFFFFF;
	line-height: 45px;
	letter-spacing: -0.03em;
	margin-bottom: 48.5px;
}
.newCtlBlueButton {
	display: inline-block;
	color: #FFFFFF;
	white-space: nowrap;
	outline: none;
	text-decoration: none;
	padding: 10px 28px 8px;
	background-color: #0047BB;
	font-size: 20px;
	font-family: 'Maison Neue Book', Arial, Helvetica Neue, Helvetica, sans-serif;
	line-height: 24px;
	border: 2px solid #0047BB;
}
.newCtlBlueButton:hover, .newCtlBlueButton:focus, .newCtlBlueButton:active, .newCtlBlueButton:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.newCtlWhiteButton {
	display: inline-block;
	color: #0047BB;
	white-space: nowrap;
	outline: none;
	text-decoration: none;
	padding: 12px 28px 8px;
	background-color: transparent;
	font-size: 16px;
	font-family: 'Maison Neue Book', Arial, Helvetica Neue, Helvetica, sans-serif;
	line-height: 24px;
	border: 1px solid #0047BB;
	margin-left: 13px;
}
.newCtlWhiteButton:hover, .newCtlWhiteButton:focus, .newCtlWhiteButton:active, .newCtlWhiteButton:visited {
	color: #0047BB;
	text-decoration: none;
}
.thirdSection .newCtlWhiteButton{
	color: #000000;
	border-color: #000000;
}
.chpSec2Bg {
	background: url('/assets/images/page-components/hp/chpSec2Bg.jpg') no-repeat;
	height: 720px;
	width: 51%;
	background-size: 100% 100%;
	position: absolute;
	display: inline-block;
}
.secondSecTitle {
	font-family: 'Maison Neue Extra Bold', Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 60px;
	margin: 72px 0 11px;
	line-height: 72px;
}
.secondSecTitle a, .secondSecTitle a:hover, .secondSecTitle a:focus, .secondSecTitle a:active, .secondSecTitle a:visited {
	color: #000000;
}
.secondSecContent {
	font-size: 20px;
	color: #000000;
	font-family: 'Maison Neue Book', Arial, Helvetica Neue, Helvetica, sans-serif;
	letter-spacing: -0.03em;
	line-height: 33px;
	margin-bottom: 36px;
}
.thirdSection .secondSecContent {
	width: 45%;
}
.secondSection {
    margin-top: 108px;
}
.lumenSection {
	position: relative;
}

.resQLinks a {
    color: black;
    font-family: Maison Neue Medium;
    font-size: 16px;
    margin-right: 19px;
}

.resQLinks {
    margin-top: 35px;
}
.secondSection .innerWrapper {
	padding-left: 52%;
	height: 720px;
}
.resIcon, .sbIcon {
    font-family: "Maison Neue Medium", arial, helvetica, sans-serif;
    color: #000;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
    background-repeat: no-repeat;
    float: left;
    width: 25%;
    padding: 124px 10px 8px 10px;
    white-space: nowrap;
    background-position: center;
    background-size: 57% 38%;
    position: relative;
}

.resIcon.intIcon {
    background-image: url(/assets/images/page-components/home/icon-subnav-internet-blue.svg);
}

.resIcon.bunIcon {
    background-image: url(/assets/images/page-components/home/icon-subnav-bundle-blue.svg);
}

.resIcon.tvIcon {
    background-image: url(/assets/images/page-components/home/icon-subnav-tv-blue.svg);
}

.resIcon.phIcon {
    background-image: url(/assets/images/page-components/home/icon-subnav-phone-blue.svg);
}

.sbIcon.intIcon {
    background-image: url(/assets/images/page-components/home/icon-subnav-internet-blue.svg);
}

.sbIcon.bunIcon {
    background-image: url(/assets/images/page-components/home/icon-subnav-bundle-blue.svg);
}

.sbIcon.tvIcon {
    background-image: url(/assets/images/page-components/home/icon-subnav-tv-blue.svg);
}

.sbIcon.phIcon {
    background-image: url(/assets/images/page-components/home/icon-subnav-phone-blue.svg);
}

.sbIcon.phIcon {
    background-image: url(/assets/images/page-components/home/icon-subnav-phone-blue.svg);
}

.resIcons {
    margin-bottom: 30px;
}
.resQuickLinks {
	font-size: 24px;
	font-family: 'Maison Neue Light', Arial, Helvetica Neue, Helvetica, sans-serif;
	margin: 47px 0 21px;
	line-height: 30px;
}
.secondSection table {
	width: 100%;
}
.thirdSection table {
	width: 50%
}
.secondSection table a, .thirdSection table a {
	font-size: 20px;
	font-family: 'Maison Neue Light', Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #000000;
	line-height: 32px;
	white-space: nowrap;
	outline: none;
}
.secondSection table a:hover, .secondSection table a:focus, .secondSection table a:active, .secondSection table a:visited, .thirdSection table a:hover, .thirdSection table a:focus, .thirdSection table a:active, .thirdSection table a:visited {
	color: #000000;
}
.thirdSection {
	background-color: #48D597;
}
.thirdSection .innerWrapper {
	height: 720px;
}
.chpSec3Bg.lazy-background,
.chpSec4Bg.lazy-background {
	background: none;
}
.chpSec3Bg {
	background: url('/assets/images/page-components/hp/chpSec3Bg.jpg') no-repeat;
	height: 720px;
	width: 49%;
	background-size: 100% 100%;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}
.chpSec4Bg {
	background: url('/assets/images/page-components/hp/spaceHuge.jpg') no-repeat;
	height: 100%;
	width: 49%;
	background-size: cover;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}
span.blumen {
    font-size: inherit;
    font-family: inherit;
    color: #0075C9;
}
.lumenText.secondSecContent {
    width: 45%;
    padding-top: 10px;
}
.thirdSection {
	position: relative;
}
.fcol1 {
	float: left;
}
.fcol3 {
	float: left;
	width: 15%;
}
.fcol2 {
	float: left;
	margin-left: 10px;
}
.newCtlFooterLogo {
	background: url('/assets/images/sprites/ctl_logo_nav_8-21-19.svg') no-repeat;
	height: 25px;
	width: 137px;
	display: block;
	background-size: auto 24px;
}
.fourthSection .innerWrapper{
	width:80%;
}
.fourthSection .innerWrapper, .lumenSection .innerWrapper {
	margin-top: 63px;
}
.lumenSection .newCtlBlueButton {
    background-color: #0075C9;
    font-family: Maison Neue Medium;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    padding: 12px 39px 8px;
    border-radius: 4px;
    margin-bottom: 88px;
    border: 2px solid #0075C9;
}
.lumenSection .newCtlBlueButton:hover {
	background-color: white;
	color: #0075C9;
}
.footerColRow1 a {
	font-family: 'Maison Neue Book', Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
}
.footerColRow2 a {
	font-family: 'Maison Neue Light', Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	white-space: nowrap;
	outline: none;
	line-height: 1.6em;
}	
.footerColRow2 a:hover {
	text-decoration: underline;
}
.footerColRow1 {
	margin-bottom: 18px;
	margin-top: 17px;
}
.footerColRow2 {
	margin-top: 6px;
	margin-bottom: 18px;
}
.chpCopyRight {
	font-family: 'Maison Neue Light', Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 97px;
	color: #666666;
}
.fcol3 a {
	display: inline-block;
	height: 42px;
	width: 42px;
	background-size: 68%;
	background-position: 0 6px;
}
.ctlLinkedIn {
	background: url('/assets/images/page-components/hp/social_media_icons-1LinkedIn.png') no-repeat;
}
.ctlTwitter {
	background: url('/assets/images/page-components/hp/social_media_icons-2Twitter.png') no-repeat;
}
.ctlYouTube {
	background: url('/assets/images/page-components/hp/social_media_icons-3YouTube.png') no-repeat;
}
.ctlFB {
	background: url('/assets/images/page-components/hp/social_media_icons-4Facebook.png') no-repeat;
}
.secondSecContent a, .secondSecContent a:hover, .secondSecContent a:focus, .secondSecContent a:active, .secondSecContent a:visited {
	color: #0047BB;
}
@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
.chpBody .arrow-down {
	position: absolute;
	bottom: 45px;
	right: 0;
	will-change: transform;
	-webkit-animation: bounce 2s ease infinite;
	animation: bounce 2s ease infinite;
	-webkit-transition: opacity .6s ease;
	transition: opacity .6s ease;
	background: url('/assets/images/page-components/hp/down-chevron.png') no-repeat;
	width: 57px;
	height: 32px;
	left: 0;
	margin: 0 auto;
}
.fixedNav {
	position: fixed;
	top: 0;
	z-index: 2;
	width: 100%;
	overflow: visible;
}
.firstSection {
	margin-top: 109px;
	margin-bottom: -80px;
}
.hamburgerMenuIcon {
	display: none;
}
.mobileSignIn {
	display: none;
}
.mainMenuWrapper {
	display: none;
}
#modalContactUs {
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 65%;
	padding: 0 !important;
	max-width: 980px;
	margin-top: 80px;
	background-color: #000000;
	height: 470px;
	border: 1px solid #53565A;
}
#modalContactUs .modal-dialog {
	margin: 0;
	width: 100%;
}
#modalContactUs .modal-content {
	width: 100%;
	background: transparent;
	position: relative;
}
#modalContactUs .modal-body {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0 0 0 30px;
}
#modalContactUs .modal-header {
	border: none;
	padding: 70px 0 20px 30px;
}
#modalContactUs .modal-title {
	font-family: 'Maison Neue Book', Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 30px;
}
#modalContactUs .contactUsSubHead {
	font-family: 'Maison Neue Extra Bold', Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 60px;
	color: #FFFFFF;
	line-height: 72px;
	margin-bottom: 20px;
}
#modalContactUs .contactBlocks a {
	display: inline-block;
	width: 27%;
	font-family: 'Maison Neue Book', Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	padding: 50px 0;
	text-decoration: none;
	max-width: 245px;
}
#modalContactUs .contactBlocks a:first-child {
	background-color: #001E60;
	margin-right: 10px;
}
#modalContactUs .contactBlocks a:nth-child(2) {
	background-color: #0047BB;
	margin-right: 10px;
}
#modalContactUs .contactBlocks a:nth-child(4) {
	background-color: #48D597;
	margin-left: 10px;
	color: #000000;
	margin-right: 10px;
}
#modalContactUs .contacUsModalTxt {
	font-family: 'Maison Neue Extra Bold', Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 48px;
	color: #FFFFFF;
	line-height: 56px;
	display: inline-block;
	position: relative;
	top: -57px;
}
#modalContactUs .contacUsModalTxt:nth-child(5) {
	font-size: 60px;
	line-height: 72px;
	top: -48px;
}
.modal-backdrop.in {
	opacity: 0.8;
}
#modalContactUs .close {
	color: #FFFFFF;
	text-shadow: none;
	background: none;
	opacity: 1;
	font-size: 45px;
	font-weight: normal;
	outline: none;
	position: absolute;
	top: 20px;
	right: 30px;
}
body.modal-open {
	overflow: visible;
	padding-right: 0 !important;
}
.secondSection .newCtlBlueButton, .thirdSection .newCtlBlueButton {
	font-size: 16px;
	max-width: 300px;
}
@media (min-width: 992px) {
	.secondSection table tr td:first-child, .thirdSection table tr td:first-child {
		width: 39%;
	}
}
@media (max-width: 1500px) and (min-width: 768px) {
	.chpSec1Bg {
		height: 96.5vh;
		min-height: 615px;
	}
	.chpSec2Bg {
		background: url('/assets/images/page-components/hp/chpSec2BgMedium.jpg') no-repeat;
		height: 720px;
		width: 51%;
		background-size: 100% 100%;
	}
	.chpSec3Bg {
		background: url('/assets/images/page-components/hp/chpSec3BgMedium.jpg') no-repeat;
		height: 720px;
		width: 49%;
		background-size: 100% 100%;
	}
}
@media (max-width: 1275px) and (min-width: 992px) {
	.menuLink a, .menuLink a:hover, .menuLink a:active, .menuLink a:focus, .menuLink a:visited {
		font-size: 14px;
		padding-bottom: 0;
		padding-top: 7px;
	}
	.ctlWhiteLogo {
		width: 350px;
	}
	.menuLink button {
		font-size: 14px;
		margin-top: 4px;
	}
	.menuLink button .glyphicon-user {
		font-size: 14px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.secondSection .newCtlBlueButton, .thirdSection .newCtlBlueButton, .secondSection .newCtlWhiteButton, .thirdSection .newCtlWhiteButton {
		padding: 15px 12px 8px;
		font-size: 11.5px;
	}
	.secondSection .newCtlWhiteButton, .thirdSection .newCtlWhiteButton {
		margin-left: 10px;
	}
	#modalContactUs {
		top: 40% !important;
	}
	div.phoneImage {
		width: 335px;
		top: 50px;
		height: 500px;
		background-size: 111%;
		background-position: top center;
	}
	.menuLink a, .menuLink a:hover, .menuLink a:active, .menuLink a:focus, .menuLink a:visited {
		font-size: 14px;
		padding-bottom: 0;
		padding-top: 7px;
	}
	.menuLink {
		margin: 0px 5px;
	}
	.ctlWhiteLogo {
		width: 287px;
	}
	.menuWrapper {
		width: 57%;
	}
	.menuLink button {
		font-size: 14px;
		margin-top: 4px;
	}
	.menuLink button .glyphicon-user {
		font-size: 14px;
	}
	.firstSecTitle {
		font-size: 50px;
		line-height: 48px;
		margin-top: 100px;
	}
	.firstSecContent {
		font-size: 20px;
		line-height: 30px;
	}
	.chpSec1Bg {
		height: 700px;
	}
	.chpSec2Bg {
		height: 500px;
		background-size: cover;
	}
	.secondSection .innerWrapper {
		height: 500px;
	}
	.secondSecTitle {
		margin: 13px 0 10px;
		font-size: 30px;
	}
	.secondSecContent {
		font-size: 17px;
		margin-bottom: 30px;
		line-height: 25px;
	}
	.thirdSection .secondSecContent {
		width: 100%;
	}	
	.lumenSection .secondSecTitle {
		line-height: 40px;
	}
	.resQuickLinks {
		margin: 35px 0 15px;
		font-size: 20px;
	}
	.secondSection table a, .thirdSection table a {
		font-size: 16px;
	}
	.thirdSection .innerWrapper {
		padding-right: 47%;
		height: 500px;
	}
	.chpSec3Bg {
		height: 500px;
		background-size: cover;
		background-position: top center;
	}
	.thirdSection table {
		width: 100%;
	}
	.newCtlFooterLogo {
		background-size: 60%;
	}
	.footerColRow1 {
		margin-top: 0;
	}
	.fcol3 a {
		height: 22px;
		width: 22px;
		background-position: 0 0;
	}
	.footerColRow1 a {
		font-size: 12px;
	}
	.chpSec1Bg {
		height: 590px !important;
	}
}
@media (max-width: 1024px) {
	.ctlWhiteLogo {
		width: 180px;
		background-size: 100%;
		height: 38px;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.secondSection {
	    margin-top: 0;
	}
	.hamburgerMenuIcon {
		display: inline-block;
		padding-top: 8px;
		position: absolute;
		left: 5%;
		background-color: transparent;
		border: 0;
		outline: none;
		padding-left: 0;
	}
	.hamburgerMenuIcon span, .mobileSignIn span {
		color: black;
		font-size: 22px;
	}
	.mobileSignIn {
		display: inline-block;
		padding-top: 8px;
		position: absolute;
		right: 5%;
		padding: 8px 0 0 6px;
	}
	.chpNavContainer {
		width: 90%;
		padding-top: 13px;
		height: 61px;
	}
	.chpNavWrapper {
		position: relative;
		z-index: auto;
	}
	.menuWrapper {
		display: none;
	}
	.fixedNav {
		overflow: visible;
		position: static;
	}
	.mainMenuWrapper {
		margin: 0;
		padding: 0;
		border: none;
		border-radius: 0;
		background: #000000;
		width: 100%;
		border-bottom: 1px solid #53565A;
		position: absolute;
		top: 60px;
		z-index: 2;
		left: 0;
	}
	.mainMenuWrapper li {
		margin-bottom: 0;
	}
	.mainMenuWrapper li a, .mainMenuWrapper li a:link {
		border-left: 8px solid #000000 !important;
		border-right: 8px solid #000000 !important;
		background: transparent;
		outline: 0;
		border-radius: 0;
		padding: 0 7%;
		font-family: 'Maison Neue Book', Arial, Helvetica Neue, Helvetica, sans-serif;
		width: 100%;
		display: inline-block;
	}
	.mainMenuWrapper li a:hover, .mainMenuWrapper li a:focus, .mainMenuWrapper li a:active {
		border: none !important;
		border-left: 8px solid #48D597 !important;
		color: #48D597;
		text-decoration: none;
	}
	.mainMenuWrapper li a {
		background-color: transparent;
		color: #FFFFFF;
		border: 0;
		font-size: 16px;
		line-height: 50px;
	}
	.mobilehamburger li button {
		background-color: transparent;
		border: none;
		color: #FFFFFF;
		font-size: 16px;
		font-family: 'Maison Neue Book', Arial, Helvetica Neue, Helvetica, sans-serif;
		padding: 0 55px;
		position: relative;
		width: 100%;
		text-align: left;
		line-height: 50px;
	}
	.mobilehamburger li {
		margin-bottom: 0px;
	}
	.mobilehamburger li:nth-child(4) {
		margin: 30px 0px 30px;
	}
	.mobilehamburger li span.glyphicon-user {
		font-size: 16px;
		color: #FFFFFF;
		padding-left: 4px;
		padding-right: 4px;
	}
	.mobileSignInWrap .dropdown-menu-collapse .divider {
		background-color: #53585A;
		margin: 9px 28px;
		height: 1px;
	}
	.hamburgerMenuIcon[aria-expanded='true'] .glyphicon-menu-hamburger, .mobileSignIn[aria-expanded='true'] .glyphicon-user {
		display: none;
	}
	.hamburgerMenuIcon[aria-expanded='false'] .glyphicon-menu-hamburger, .mobileSignIn[aria-expanded='false'] .glyphicon-user {
		display: block;
	}
	.hamburgerMenuIcon[aria-expanded='true'] .menu-close-icon, .mobileSignIn[aria-expanded='true'] .menu-close-icon {
		display: inline-block;
	}
	.hamburgerMenuIcon .menu-close-icon, .mobileSignIn .menu-close-icon, .hamburgerMenuIcon[aria-expanded='false'] .menu-close-icon, .mobileSignIn[aria-expanded='false'] .menu-close-icon {
		display: none;
	}
	.menu-close-icon {
		background: url('/assets/images/page-components/hp/mobile/close.png') no-repeat;
		width: 18px;
		height: 18px;
		background-size: 101%;
		background-color: black;
	}
	.rightCarat {
		background: url('/assets/images/page-components/hp/mobile/rightCarat.png') no-repeat;
		width: 14px;
		height: 22px;
		display: inline-block;
		position: absolute;
		right: 5%;
		top: 14px;
	}
	.graySignInBar {
		font-size: 16px;
		font-family: 'Maison Neue Book', Arial, Helvetica Neue, Helvetica, sans-serif;
		background-color: #53565A;
		position: relative;
		height: 50px;
	}
	.leftChevron {
		background: url('/assets/images/page-components/hp/mobile/arrowLeft.png') no-repeat;
		width: 15px;
		height: 25px;
		display: inline-block;
		position: absolute;
		top: 15px;
		left: 5%;
		background-size: 80%;
	}
	.signInBtn {
		background: url('/assets/images/page-components/hp/mobile/sign-in-icon.png') no-repeat;
		width: 14px;
		height: 23px;
		display: inline-block;
		position: relative;
		left: -5px;
		top: 8px;
	}
	.signInWrap {
		position: absolute;
		color: #FFFFFF;
		font-size: 16px;
		left: 0;
		line-height: 50px;
		margin: 0 auto;
		height: 50px;
		width: 70px;
		padding-left: 8%;
	}
	#modalSignIn, #modalSignIn .modal-dialog, #modalSignIn .modal-content {
		width: 100%;
		margin: 0;
	}
	.mobileSignInModal.mainMenuWrapper {
		display: block;
		position: static;
		border: 0;
		opacity: 1;
	}
	#modalSignIn .modal-body {
		padding: 0;
		border: 0;
		border-radius: 0;
		background-color: #000000;
	}
	#modalSignIn .modal-content {
		padding: 0;
	}
	#modalSignIn .modal-header {
		border: 0;
		background: #000000;
	}
	#modalSignIn .modal-header .close {
		font-size: 40px;
		opacity: 1;
		font-weight: normal;
		color: #FFFFFF;
		outline: none;
	}
	#modalSignIn .modal-dialog {
		width: 95%;
		margin: 70px auto 0;
		border: 1px solid #53565A;
	}
	.modal-backdrop.in {
		opacity: 0.8;
	}
	.firstSection {
		margin-top: 0;
		margin-bottom: 0;
	}
	.chpSec1Bg {
		top: 0;
		margin-bottom: 0;
		height: 650px;
	}
	.mobilehamburger, .mobileSignInWrap {
		display: block !important;
	}
	#mobileSignInPanel li:nth-child(5) {
		background-color: #53565A;
		margin: 20px 40px;
		height: 1px;
	}
	#mobileSignInPanel li:nth-child(6) {
		margin-bottom: 20px;
	}
	.mobileHamburgerMenuVisible .modal-backdrop, .mobileSignInMenuVisible .modal-backdrop {
		top: 80px;
	}
	.mobileHamburgerMenuVisible .mainMenuWrapper, .mobileSignInMenuVisible .mainMenuWrapper {
		z-index: 1050;
	}
    .firstSecTitle {
        margin-top: 78px;
    }
}

/* Added to adjust responsiveness of the CHP footer */
@media (max-width: 768px) {
	.fourthSection .innerWrapper {
		width: 90%;
	}
	.fcol1{
		width: 100%;
	}
	.fcol2 {
		width: 100%;
		margin-left: 0px;
	}	
}
@media (max-width: 767px) {
	.newCtlWhiteButton {
		position: static;
		display: block;
		margin: 30px 0 0;
		text-align: center;
	}
	.LPMcontainer.LPMoverlay {
		display: none !important;
	}
	.chpSec1Bg {
		position: static;
		background: url('/assets/images/page-components/hp/mobile/chpSec1BgMobile.png') no-repeat;
		height: 868px;
		width: 100%;
		background-size: 100% 100%;
		margin-bottom: 0;
		top: 0;
	}
	.mainMenuWrapper li a, .mainMenuWrapper li a:link {
		padding: 0 30px;
	}
	.innerWrapper {
		margin-left: 20px;
		margin-right: 20px;
		width: auto;
	}
	.lumenSection .innerWrapper {
		margin-top: 0;
	}
	.lumenSection .newCtlBlueButton:hover {
		color: white;
		background-color: #0075C9;
	}
	.footerColRow1 {
		margin-top: 44px;
	}
	.firstSecTitle {
		font-size: 32px;
		margin: 47px 0 21px;
		line-height: 38px;
	}
	.firstSecContent {
		font-size: 20px;
		margin: 0 0 24px;
		line-height: 32px;
		font-family: 'Maison Neue Book', Arial, Helvetica Neue, Helvetica, sans-serif;
	}
	.newCtlBlueButton {
		font-size: 16px;
	}
	.firstSection .newCtlBlueButton, .secondSection .newCtlBlueButton, .thirdSection .newCtlBlueButton {
		width: 100%;
		text-align: center;
	}
	.secondSection .newCtlWhiteButton, .thirdSection .newCtlWhiteButton {
		max-width: 300px;
	}
	.firstSection {
		position: relative;
		margin-top: 0;
	}
	.chpBody .arrow-down {
		background: url(/assets/images/page-components/hp/mobile/down-chevron.png) no-repeat;
		width: 38px;
		height: 21px;
		right: 45%;
		bottom: 20px;
	}
	.chpSec2Bg {
		background: url('/assets/images/page-components/hp/mobile/chpSec2BgMobile.png') no-repeat;
		height: 200px;
		width: 100%;
		background-size: cover;
		position: static;
	}
	.chpSec4Bg {
		height: 200px;
		width: 100%;
		background-size: cover;
		position: static;
		background: url('/assets/images/page-components/hp/space720.jpg') no-repeat;
		background-position: center;
	}
	.lumenText.secondSecContent {
	    width: 100%;
	}
	.secondSection .innerWrapper {
		padding: 0;
	}
	.secondSecTitle {
		margin-top: 37px;
		margin-bottom: 23px;
		font-size: 30px;
		line-height: 36px;
	}
	.secondSecContent {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 26px;
	}
	.thirdSection .secondSecContent {
		width: auto;
	}
	.resQuickLinks {
		font-size: 20px;
		margin: 46px 0 20px;
		letter-spacing: -0.03em;
		line-height: 28px;
	}
	.secondSection table a, .thirdSection table a {
		font-size: 16px;
		line-height: 28px;
	}
	.secondSection table, .thirdSection table {
		margin-bottom: 50px;
	}
	.secondSection .innerWrapper, .thirdSection .innerWrapper, .lumenSection .innerWrapper {
		height: auto;
	}
	.chpSec3Bg {
		background: url('/assets/images/page-components/hp/mobile/chpSec3BgMobile.png') no-repeat;
		height: 200px;
		width: 100%;
		background-size: cover;
		position: static;
	}
	.thirdSection table {
		width: 100%;
	}
	.secondSection table td, .thirdSection table td {
		width: 50%;
	}
	.fcol1, .fcol2, .fcol3 {
		width: 100%;
		float: none;
		display: block;
	}
	.fcol1{
		width:140px;
	}
	.newCtlFooterLogo {
		margin: 0 auto;
	}
	.fcol2 a {
		display: inline;
		padding: 0;
		line-height: 24px;
	}
	.fcol2 .footerColRow2 a {
		font-family: 'Maison Neue Book', Arial, Helvetica Neue, Helvetica, sans-serif;
	}
	.footerDivider {
		margin: 9px auto;
		width: 50px;
		background-color: #000000;
		height: 1px;
	}
	.fcol3 a {
		background-size: 100%;
		background-position: 0 0;
		margin: 16px 16px 43px 0;
	}
	.fcol3 a:nth-child(4) {
		margin-right: 0;
	}
	.mobileFooterLast a {
		display: inline-block;
		color: #000000;
		font-size: 12px;
		padding: 0 12px;
		line-height: 26px;
		font-family: 'Maison Neue Light', Arial, Helvetica Neue, Helvetica, sans-serif;
	}
	.mobileFooterLast {
		text-align: center;
		margin-bottom: 42px;
	}
	.chpCopyRight {
		line-height: 20px;
		margin-bottom: 46px;
	}
	.mobilehamburger li button {
		padding: 0 30px;
	}
	.signInWrap {
		padding-left: 38px;
	}
}
@media (max-width: 1400px) {
	.phoneImage {
		width: 650px;
	}
}
@media (max-width: 1250px) and (min-width: 992px) {
	.phoneImage {
		display: none;
	}
	.chpSec1Bg {
		background: url('/assets/images/page-components/hp/chpSec1Bg.png') no-repeat;
		background-position: top left;
		background-size: cover;
	}
}
@media (max-width: 1500px) and (min-width: 1401px) {
	.phoneImage {
		width: 670px;
	}
}
@media (min-width: 1900px) {
	.chpSec1Bg {
		height: 96.5vh;
		max-height: 950px;
	}
	.phoneImage {
		width: 950px;
		height: 940px;
		top: -70px;
	}
}
@media (max-width: 1220px) and (min-width: 992px) {
	#modalContactUs .contactUsSubHead {
		font-size: 45px;
	}
	#modalContactUs .contacUsModalTxt {
		font-size: 30px;
	}
	#modalContactUs .contactBlocks a {
		font-size: 18px;
	}
	#modalContactUs {
		height: 420px;
	}
	#modalContactUs .modal-header {
		padding-top: 45px
	}
	.newCtlFooterLogo {
		background-size: 75%;
	}
	.fcol3 a {
		background-size: 100%;
		width: 30px;
		height: 43px;
	}
}
@media (max-width: 991px) {
	#modalContactUs {
		width: 95%;
		max-width: 335px;
		border: 1px solid #FFFFFF;
		margin-top: 25px;
		height: auto;
		max-height: 515px;
	}
	#modalContactUs .close {
		font-size: 45px;
		top: 17px;
		right: 10px;
	}
	#modalContactUs .modal-title {
		font-size: 20px;
		line-height: 32px;
	}
	#modalContactUs .contactUsSubHead {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 27px;
	}
	#modalContactUs .contactBlocks a {
		display: block;
		width: 100%;
		max-width: 303px;
		margin: 0 auto 20px !important;
		padding: 14px 0 10px;
		font-size: 16px;
	}
	#modalContactUs .contactBlocks a:nth-child(4) {
		margin-bottom: 17px !important;
	}
	#modalContactUs .modal-body {
		padding: 0;
	}
	#modalContactUs .modal-header {
		padding: 44px 0 21px;
	}
	#modalContactUs .contacUsModalTxt {
		font-size: 24px;
		line-height: 36px;
		display: block;
		position: static;
		text-align: center;
		margin-bottom: 4px;
		margin-top: -14px;
	}
	#modalContactUs .contacUsModalTxt:nth-child(5) {
		margin-bottom: 0;
		font-size: 30px;
		margin-top: 0;
		line-height: 36px;
	}
	#modalContactUs .contactBlocks {
		position: relative;
	}
	#modalContactUs .modal-content {
		padding: 0 15px 15px 15px;
	}
	body.modal-open {
		overflow: hidden;
	}
}
@media (max-width: 850px) and (orientation: landscape) {
	#modalContactUs {
		zoom: 0.7;
	}
}
@media (min-width: 768px) {
	#modalContactUs {
		margin: 0px auto;
		top: 50%;
		transform: translate(0%, -50%);
	}
}
@media (min-width: 1400px) {
	.secondSection .newCtlBlueButton, .thirdSection .newCtlBlueButton {
		min-width: 300px;
		text-align: center;
	}
	.secondSection .newCtlWhiteButton, .thirdSection .newCtlWhiteButton {
		min-width: 200px;
		text-align: center;
	}
}