@font-face {
    font-family: 'Maison Neue Book';
    src: url('/assets/fonts/MaisonNeue-Book.otf') format('opentype'),
    url('/assets/fonts/MaisonNeue-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Maison Neue Light';
    src: url('/assets/fonts/MaisonNeue-Light.otf') format('opentype'),
    url('/assets/fonts/MaisonNeue-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Maison Neue Bold';
    src: url('/assets/fonts/MaisonNeue-Bold.otf') format('opentype'),
    url('/assets/fonts/MaisonNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

.main-container {
    max-width: 1280px;
    margin: 0 auto auto;
    padding-top: 10px;
}
a:focus {
    outline: none!important;
}
button:focus, .ctlButton:focus {
    outline: none!important;
}
.logo {
    background-image: url(/assets/images/page-components/global-menu/corp_logo.svg);
    background-repeat: no-repeat;
    background-size: 199px 41px;
    background-position: 0px 0px;
    width: 230px;
    height: 46px;
    margin: 10px auto 20px 0px;
    display: block;
}
div.content-box {
    margin-bottom: 10px;
}
div.form-container {
    overflow: visible;
}
div.content-box-body-wrapper {
    display: block;
}
div.content-box-body-section1 {
    width: auto;
}
.wireless div.content-box-body-section1 {
    height: 524px;
}
div.content-box-body-section1 div.first-content-header {
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    font-size: 32px;
    padding-top: 22px;
    line-height: 38px;
}
div.content-box-body-section1 div.first-content-body {
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    font-size: 32px;
    padding-bottom: 22px;
}
.latePay{
    margin: 20px 0px 0px 0px;
    text-align: center;
    width: 65%;
}
.continue{
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    font-size: 24px;
    margin-top: 7px;
}
.contButton div{
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #000000;
    display: inline-block;
    margin: 14px 0px 33px 0px;
    border-radius: 5px;
    padding: 10px 20px;
	text-shadow: none;
	text-decoration: none;
    border: 1px solid #9b9393;
}
.contButton div:hover {
    background-color: #EEEEEE;
	border: 1px solid #9b9393;
	cursor: pointer;
}
.horizontal-stripe {
    height: 6px;
    background-image: linear-gradient(to right, #001E60 15%, #0047BB 15%, #0047BB 50%, #48D597 50%);
	margin-top: 40px;
}
.visible-xs {
    display: none;
}

/*Tablet*/
@media (max-width: 991px) {
    .main-container, #scrollCheckSpeeds .container {
        width: 721px;
    }
    div.content-box-body-wrapper {
        width: 100%;
        margin: 0 auto;
    }
    div.content-box-body-section1 {
        background-size: cover;
        background-position: 70% center;
    }    
}

/*Mobile*/
@media (max-width: 767px) {
    .main-container, #scrollCheckSpeeds .container {
        width: 100%;
    }
    div.content-box-body-section1 div.first-content-header {
        font-size: 26px;
        width: 320px;
        line-height: 27px;
    }
    div.content-box-body-section1 {
        padding-left: 15px;
		height: auto;
    }
    div.content-box-body-section1 div.first-content-body {
		font-size: 26px;
        width: 320px;
        line-height: 27px;
    }
    .first-content-header {
        font-size: 24px;
    }
   .contButton.change {
        font-size: 16px;
    }
	.contButton.change div {
		width: 235px;
		text-align: center;
		display: inline-block;
	}
    .contButton div {
        width: 26%;
        text-align: center;
    }
	.hidden-xs {
        display: none;
    }
    .visible-xs {
        display: block;
    }
    .continue{
        font-size: 18px;
        margin-top: 7px;
    }
    .latePay{
        margin: 20px 0px 0px 0px;
        text-align: center;
        width: 100%;
    }
	
}