#ecBody {
	display: none;
}
section.ecBanner {
    display: block;
    height: 450px;
	width: 100%;
    background-image: url(/assets/images/page-components/home/ec_background.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-top: -90px;
}
.ecBanner .welcomeBox {
    text-align: left;
    width: 35%;
    display: inline-block;
    min-height: 165px;
    background-color: rgba(255,99,25,.65);
    color: white;
    border: 2px solid #fff;
    border-width: 0 2px 2px;
    padding: 55px 13px 13px 16px;
    font-size: 20px;
}
.ecBanner .signInClose {
	display: none;
}
.ecBanner .whoseCTL {
    font-size: 34px;
    color: white;
}
.ecBanner .closeBlock {
	float: right;
}
.ecBanner .bannerSignInBox {
    background-color: white;
    float: right;
    width: 333px;
    margin-top: 21px;
    border: 2px solid #8CC63F;
    padding: 13px 13px 0 13px;
    position: relative;
}
.ecBanner .signInBoxTitle {
    font-size: 20px;
    text-align: center;
    margin-bottom: 7px;
}
.ecBanner .signInWrap {
    border: 1px solid #ff6319;
    padding: 13px;
    margin-bottom: 50px;
}
.ecBanner .signInText {
    font-size: 16px;
    margin-bottom: -9px;
	text-align: center;
}
.ecBanner .prepaidSignIn, .ecBanner .onSignIn {
	display: none;
}
.ecBanner .prepaidSignIn {
	margin-bottom: 50px;
    border: 1px solid #ff6319;
    padding: 13px;
}
.ecBanner .prepaidSignIn a {
    width: 96%;
    margin-left: auto;
    float: none;
    height: 34px;
    margin-bottom: 9px;
    font-size: 14px;
    background-color: #ff6319;
    color: white;
    font-weight: bold;
    margin-top: 20px;
    margin-right: auto;
    display: block;
    text-align: center;
    padding: 10px;
}
.ecBanner .prepaidSignInText {
    font-size: 16px;
}
.ecBanner a.queLink {
    display: block;
    height: 16px;
    width: 16px;
    float: left;
    background-image: url(/assets/images/page-components/home/question_icon.svg);
    background-size: cover;
    margin-top: 16px;
    position: relative;
    margin-left: 10px;
}
.ecBanner a#ec-ma-submit-home1 {
    width: 96%;
    margin-left: auto;
    float: none;
    height: 34px;
    margin-bottom: -10px;
    font-size: 14px;
    background-color: #ff6319;
    color: white;
    font-weight: bold;
    margin-top: 20px;
    margin-right: auto;
    padding: 16px 0 0;
}
.ecBanner a#ec-ma-submit-home1:hover, .ecBanner .prepaidSignIn a:hover {
	background-color: #8cc63f;
	text-decoration: none;
}
.ecBanner .greenBlock {
	display: none;
}
.ecBanner .greenBG {
    display: inline-block;
    background-color: #8cc63f;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: white;
}
.qbpSection { 
	background-image: url(/assets/images/page-components/home/billing.jpg);
    background-size: cover;
    background-position: center center;
}
.qbpSection .qbpContent {
    width: 400px;
    float: right;
    text-align: center;
    margin-bottom: 56px;
}
.qbpSection .qbpHeader {
    font-size: 36px;
    margin-top: 65px;
}
.qbpSection .qbpText {
    font-size: 18px;
    margin: 20px 0;
}
.qbpSection a.qbpLink {
    font-size: 18px;
    color: #00853f;
    background-image: url(/assets/images/page-components/home/orangecarrot_forward_icon.svg);
    background-repeat: no-repeat;
    background-position: 157px 7px;
    display: inline-block;
    padding: 8px 35px;
    background-size: 10px 16px;
}
section.supportBar {
    border-top: 2px solid #ff6319;
    border-bottom: 2px solid #ff6319;
    height: 162px;
    overflow: visible;
}
.supportBar .container {
	overflow: visible;
}
.supportBar .thingsBox {
    float: left;
    margin-right: 29px;
    position: relative;
    overflow: visible;
    padding: 5px 20px 0px 28px;
}
.supportBar .thingsHeader {
    font-size: 20px;
    padding-top: 15px;
    background-image: url(/assets/images/page-components/home/orangeDownCarrot.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 184px 19px;
}
.supportBar .thingLI {
    font-size: 14px;
    margin: 9px 0;
    color: #989898;
    display: none;
}
.supportBar .findTitle {
    font-size: 20px;
    padding-top: 15px;
}
.supportBar .thingFader {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 40px;
    z-index: 2;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}
.supportBar .thingsPopper {
    position: absolute;
    top: 0;
    left: -2px;
    border-left: 2px solid #ff6319;
    right: 0;
    z-index: 2;
    background-color: white;
    border-right: 2px solid #ff6319;
    border-bottom: 2px solid #ff6319;
    padding: 5px 10px 10px 28px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.supportBar .thingsBox:hover .thingsPopper {
	opacity: 1;
	visibility: visible;
}
.supportBar .thingsPopper .thingsHeader {
    font-size: 20px;
    padding-top: 15px;
    background-image: url(/assets/images/page-components/home/greenDownCarrot.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 184px 19px;
}
.supportBar a.thingLink {
    color: #00853f;
    font-size: 14px;
    margin: 9px 0;
    white-space: nowrap;
    line-height: 16px;
    display: none;
}
.supportBar .searchWrap {
    width: 378px;
    float: left;
}
.supportBar form {
    position: relative;
    margin-top: 20px;
    margin-bottom: 6px;
}
.supportBar input.form-control {
    border-color: #8cc63f;
    border-width: 2px;
}
.supportBar .inputGo {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.supportBar .inputGo a.searchSubmit, .supportBar .inputGo input.searchSubmit {
    background-color: #8cc63f;
    color: white;
    padding-left: 35px;
    display: inline-block;
    font-size: 14px;
    padding: 10px 10px 10px 32px;
    border-radius: 0 5px 5px 0;
    background-image: url(/assets/images/page-components/home/search_desktop.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 10px center;
    border: none;
}
.supportBar a.supportLink {
    color: #00853f;
    font-size: 14px;
    display: inline-block;
    background-repeat: no-repeat;
    padding: 17px 10px 18px 49px;
    background-size: 43px 39px;
}
.supportBar .intSupportLink {
	background-image: url(/assets/images/page-components/home/internet_icon.svg);
    background-position: 0px 7px;
}
.supportBar .acctQueLink {
	background-image: url(/assets/images/page-components/home/paperless_icon.svg);
    background-position: 5px 7px;
}
.supportBar a.supportLink.digSupportLink {
	display: none;
	background-image: url(/assets/images/page-components/home/call_icon.svg);
    background-position: 9px 7px;
    background-size: 35px 34px;
}
.supportBar a.contLink {
    font-size: 14px;
    color: #00853f;
    display: inline-block;
    width: 58px;
    text-align: center;
    background-repeat: no-repeat;
    padding: 64px 0 0;
    float: left;
    margin-top: 51px;
    background-size: 58px 45px;
}
.supportBar .chatLink {
	background-image: url(/assets/images/page-components/home/chat_icon.svg);
    margin-left: 20px;
}
.supportBar .emailLink {
	background-image: url(/assets/images/page-components/home/email_icon.svg);
}
.supportBar .callLink {
	background-image: url(/assets/images/page-components/home/call_icon.svg);
}
.supportBar a.contLink.callNumLink {
    font-size: 12px;
    width: auto;
    background-size: 58px 45px;
    margin-top: 52px;
    background-position: center 5px;
    margin-left: 16px;
    margin-right: 5px;
    display: none;
    background-image: url(/assets/images/page-components/home/call_icon.svg);
}
.hsiSection {
	background-image: url(/assets/images/page-components/home/internet_ec.jpg);
    background-size: cover;
    background-position: center center;
    display: none;
}
.hsiSection .hsiContent {
	width: 400px;
	text-align: center;
	margin: 180px 0;
}
.hsiSection .hsiHeader {
	font-size: 36px;
	color: white;
}
.hsiSection .hsiText {
    color: white;
    font-size: 18px;
    line-height: 30px;
    margin: 2px 0 10px;
}
.hsiSection .hsiButton {
    color: #ff6319;
    background-color: white;
    border: 1px solid black;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 16px;
    display: inline-block;
}
.hsiSection .hsiButton:hover {
	color: white;
	background-color: #ff6319;
	border: 1px solid white;
	text-decoration: none;
}
.getAppSection {
	background-color: #00853f;
}
.getAppSection .getAppIcon {
	display: block;
	height: 100px;
	width: 100px;
	background-image: url(/assets/images/page-components/home/app_icon.svg);
	float: right;
	margin-top: 96px;
}
.getAppHeader {
    font-size: 36px;
    color: white;
    margin: 38px 0 30px;
}
.getAppSection .getAppContent {
	color: white;
	font-size: 36px;
	text-align: center;
}
.getAppSection .getAppText, .getAppSection .getAppOtherText {
	color: white;
	font-size: 18px;
}
.getAppSection .getAppOtherText {
	margin: 30px 0 53px;
}
.getAppSection .getAppRight {
	margin: 98px 0 0;
}
.getAppSection a.getApps {
	width:109px;
	height: 42px;
	display: block;
	background-image: url(/assets/images/page-components/home/apps_icons.svg);
    background-size: 116px 79px;
    background-repeat: no-repeat;
}
.getAppSection a.appStore {
	background-position: -8px 7px;
}
.getAppSection a.gooPlay {
	background-position: -6px -36px;
}
section.movingSection {
	background-image: url(/assets/images/page-components/home/moving.jpg);
    background-size: cover;
    background-position: center center;
}
.movingSection .movingContent {
    width: 415px;
    text-align: center;
    float: right;
}
.movingSection .movingHeader {
    font-size: 36px;
    margin: 42px 0 11px;
}
.movingSection .movingText {
    font-size: 14px;
    line-height: 23px;
}
.movingSection a.movingButton {
    display: inline-block;
    background-color: white;
    border: 1px solid black;
    color: #ff6319;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: bold;
    margin: 19px 0 107px;
}
.movingSection a.movingButton:hover {
    color: white;
    border: 1px solid white;
    background-color: #ff6319;
    text-decoration: none;
}
section.digPhoneSection {
	background-image: url(/assets/images/page-components/home/digitalphone.jpg);
    background-size: cover;
    background-position: center center;
} 
.digPhoneSection .digPhoneContent {
    float: right;
    width: 415px;
    text-align: center;
}
.digPhoneSection .digPhoneHeader {
    font-size: 36px;
    color: white;
    margin: 53px 0 3px;
}
.digPhoneSection .digPhoneText {
    font-size: 18px;
}
.digPhoneSection .digPhoneText a {
    color: white;
}
.digPhoneSection a.digPhoneButton {
    display: inline-block;
    background-color: white;
    border: 1px solid black;
    color: #ff6319;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: bold;
    margin: 19px 0 107px;
}
.digPhoneSection a.digPhoneButton:hover {
    color: white;
    border: 1px solid white;
    background-color: #ff6319;
    text-decoration: none;
}

section.theRest {
	padding-top: 80px;
}
.theRest .container {
	position: relative;
	text-align: center;
}
.theRest .restBox {
    text-align: center;
    min-height: 315px;
}
.theRest .boxDivider {
    position: absolute;
    left: 50%;
    border-left: 1px solid #8cc63f;
    height: 177px;
    top: 25px;
}
.theRest .boxDividerTwo {
    position: absolute;
    left: 50%;
    border-left: 1px solid #8cc63f;
    height: 177px;
    top: 333px;
}
.theRest .restHeader {
    font-size: 20px;
}
.theRest .restText {
    font-size: 14px;
    margin: 33px 0 30px;
    line-height: 19px;
}
.theRest .restIcon {
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    right: 28px;
    bottom: -29px;
    background-repeat: no-repeat;
    background-position: center center;
}
.theRest .restIcon.paperlessIcon {
	background-image: url(/assets/images/page-components/home/paperless_icon.svg);
	background-size: 53px 74px;
}
.theRest .restIcon.autoPayIcon {
	background-image: url(/assets/images/page-components/home/autopay_icon.svg);
}
.theRest .restIcon.movingIcon {
    background-image: url(/assets/images/page-components/home/boxes.png);
    background-size: 98px 64px;
}
.theRest .dtvIcon {
    display: block;
    width: 107px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/assets/images/page-components/homepage/dish_logomid2_Red Logo.png');
    margin: 0 auto;
    background-size: contain;
}
.theRest .dtvBox .restText {
    margin-top: 16px;
    overflow: visible;
}
.theRest .rLinkWrap {
    position: absolute;
    bottom: 96px;
    width: 100%;
    left: 0;
    overflow: visible;
}
.theRest .phoneDeetsLink {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 77px;
}
.theRest a.restLink {
    color: #FF6319;
    font-size: 14px;
    border: 1px solid black;
    padding: 9px 33px;
    display: inline-block;
    font-weight: bold;
}
.theRest a.restLink:hover {
	background-color: #ff6319;
	color: white;
	border-color: #ff6319;
	text-decoration: none;
}
.theRest .restBox.phoneBox {
    max-width: 621px;
    margin: 0 auto;
    float: none;
}
.theRest .restIcon.phoneIcon {
    background-image: url(/assets/images/page-components/home/homephone_large_icon.svg);
    right: 5%;
    background-size: 52px 82px;
}
.theRest .termsText {
    max-width: 792px;
    margin: 0 auto;
    float: none;
    text-align: left;
}
.theRest .termsText .termsLink {
	color: #00853f;
}
.theRest a.backUpButton {
    text-align: center;
    font-size: 14px;
    color: #00853f;
    padding: 0 27px 17px 0;
    height: 28px;
    width: 91px;
    margin: -22px auto 0;
    position: relative;
    display: block;
}
.theRest a.backUpButton:before {
    content: "";
    background-image: url(/assets/images/page-components/home/orangeDownCarrot.svg);
    background-size: 17px;
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -7px;
    right: 17px;
    background-position: center;
}
.ENScontent {
	display: none;
}
.hrClass {
    border-bottom: 1px solid black;
    height: 1px;
    width: 100%;
    padding-top: 30px;
}


/* NOTIFY ME FORM MODAL STYLES */
#modal {
	width: 100%;
	height: 100%;
	background-image: url('/fiber/img/modal-bg-alt.png');
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 8001;
	display: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	-ms-perspective: 500px;
	-o-perspective: 500px;
	perspective: 500px;
}
#contact_form {
	position: absolute;
	z-index: 1000;
	width: 410px;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -285px;
	display: none;
}
#contact_form iframe {
	display: block;
	height: 570px;
	width: 408px;
	margin-left: 1px;
	background-color: #fff;
}
a.close-button {
	position: absolute;
	top: 24px;
	right: 20px;
	display: inline-block;
	width: 31px;
	height: 31px;
	z-index: 9999;
}
#message-wrapper {
	background-color: #FFF;
}
.notify-me-wrapper {
	background-color: white;
}
.mh_modalSmall_titleBar {
	height: 25px;
	width: 410px;
	background: url(/fiber/img/modalSmall-titleBar.png) left top no-repeat;
	text-align: center;
	position: relative;
}
a.mh_modal_btn_close:link {
	display: block;
	height: 18px;
	background: url(/fiber/img/btn-modal-close.png) right 0px no-repeat;
	cursor: pointer;
	position: absolute;
	top: 4px;
	right: 10px;
	text-decoration: none;
	padding: 0 30px 0 0;
	line-height: 18px;
	width: 120px;
	font-size: 11px;
	text-align: right;
}
a.mh_modal_btn_close:visited, a.mh_modal_btn_close:focus, a.mh_modal_btn_close:link {
	color: #00835f;
}
a.mh_modal_btn_close:hover {
	background-position: right -18px;
	text-decoration: underline;
}
a.mh_modal_btn_close:active {
	color: #00853f;
}
.mh_modal_btn_close {
	top: 5px;
	right: 5px
}
.titlehead {
	font-weight: bold;
	font-size: 13px;
	padding-top: 6px;
}
select.plans-prices-city-selector option:not(:checked) {
	color: black;
	/* prevent <option>s from becoming transparent as well */
}
.plans-prices-city-selector {
	outline: none;
	padding: 6px;
	border-radius: 5px;
	cursor: pointer;
	background-color: #FFFFFF;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 37px;
	position: relative;
	top: 0px;
	padding-top: 0;
	padding-bottom: 0;
	z-index: 3;
	background: transparent;
	font-weight: normal;
	border: 1px solid rgb(169, 169, 169);
	width: 235px;
}
.cityRight span.glyphicon-triangle-bottom {
	position: absolute;
	right: 10px;
	top: 14px;
	font-size: 10px;
}
.ui-widget-disclaimer a.ui-dialog-titlebar-close.ui-corner-all span.ui-icon.ui-icon-closethick {
    width: 23px;
    background: rgba(0, 0, 0, 0) url(/assets/images/page-components/greenX.png) no-repeat scroll 2px -1px;
    background-size: 21px auto;
    right: 6px;
}
.ui-widget-disclaimer .ui-widget-header h1{
	font-weight: bold;
}
#responsive-footer {
    margin-top: 20px;
}
.mobPhoneDeets {
    top: 5px;
    position: relative;
}
/* NOTIFY ME MODAL END */

/*Tablet*/

@media (max-width: 990px) {
	.supportBar .thingLI {
    font-size: 12px;
    margin: 9px 0;
    color: #989898;
	}
	.supportBar .thingsBox {
	    padding: 5px 12px 0px 10px;
	}
	.supportBar .thingsPopper {
	    padding: 5px 12px 0px 10px;
	}
	.supportBar a.thingLink {
	    font-size: 12px;
	    margin: 9px 0;
	    line-height: 14px;
	}
	.supportBar .searchWrap {
	    width: 285px;
	}
	.supportBar a.supportLink {
	    font-size: 12px;
	    padding: 17px 0px 18px 45px;
	    background-size: 43px 39px;
	}
	.supportBar a.supportLink.digSupportLink {
		background-position: 4px 7px;
	}
	.supportBar .chatLink {
	    margin-left: 8px;
	}
	.supportBar a.contLink {
	    font-size: 12px;
	    width: 49px;
	    background-size: 58px 45px;
	    margin-top: 52px;
	}
	.supportBar a.contLink.callNumLink {
		width: auto;
		display: none;
	}
	.getAppSection .paddingKiller {
		padding-left: 0;
		padding-right: 0;
	}
	section.digPhoneSection {
	    background-position: 25% center;
	}
	.theRest .rLinkWrap {
	    bottom: 74px;
	}
	.theRest .phoneDeetsLink {
	    bottom: 54px;
	}
	.theRest .restIcon {
	    width: 65px;
	    height: 93px;
	    right: 16px;
	}
	.theRest .restIcon.phoneIcon {
		right: -10px;
	}
	.theRest .restIcon.paperlessIcon {
	    background-size: 49px 57px;
	}
	.theRest .restIcon.movingIcon {
	    width: 80px;
	    right: 1px;
	}
	.ENScontent {
		display: none;
	}
}


@media (max-width: 767px) {
	section.ecBanner {
	    height: 480px;
	    background-image: url(/assets/images/page-components/home/ec_background_mobile.jpg);
	    overflow: hidden;
	    display: inline-block;
	    width: 100%;
	    margin-bottom: -3px;
	}
	.ecBanner .welcomeBox {
	    font-size: 12px;
	    position: relative;
	    width: 151px;
	    left: 27px;
	    height: 126px;
	}
	.ecBanner .greenBlock {
		display: block;
	}
	.ecBanner .whoseCTL {
	    font-size: 16px;
	}
	.ecBanner .welcomeBoxContainer {
	    padding-left: 0;
	    padding-right: 0;
	    overflow: visible;
		padding-top: 90px;
	}
	.ecBanner .closeBlock {
		float: none;
		position: relative;
		overflow: visible;
	}
	.ecBanner .bannerSignInBox {
	    background-color: white;
	    width: 100%;
	    margin-top: 33px;
	    border: 5px solid #8CC63F;
	    padding: 13px 13px 0 13px;
	    position: absolute;
	    visibility: hidden;
	    z-index: 2;
	}
	.ecBanner .closeBlock:hover {
	    cursor: pointer;
	}
	/*.ecBanner .closeBlock:hover .bannerSignInBox {
		visibility: visible;
		opacity: 1;
		z-index: 1;
	}*/
	.ecBanner .greenBlock {
	    background-color: transparent;
	    width: 100%;
	    height: 33px;
	    position: absolute;
	    left: 0px;
	    float: left;
	    border-top: 6px solid #8CC63f;
	    z-index: 1;
	}
	/*.ecBanner .closeBlock:hover .greenBlock {
	    width: 85%;
	    background-color: #8CC63F;
	    transform: skew(45deg);
	    z-index: 3;
	    left: -39px;
	}*/
	.ecBanner .signInClose {
		display: block;
	    color: white;
	    float: right;
	    text-align: center;
	    padding-top: 9px;
	    font-size: 14px;
	    width: 121px;
	    font-weight: bold;
	    height: 33px;
	    position: relative;
	    padding-left: 0px;
	    z-index: 2;
	}
	.ecBanner .signInBG {
	    position: absolute;
	    top: 0;
	    left: 73%;
	    right: -21px;
	    bottom: 0;
	    padding-top: 9px;
	    padding-left: 18px;
	    background-color: #8CC63f;
	    content: '';
	    transform: skew(45deg);
	    height: 33px;
	    z-index: 2;
	}
	/*.ecBanner .closeBlock:hover .signInClose {
	    color: #00853f;
	}
	.ecBanner .closeBlock:hover .signInClose::before {
		background-color: white;
	}
	.ecBanner .closeBlock:hover .signInClose::after {
		content: "Close";
		color: #00853f;
	}*/
	.ecBanner .signInWrap {
	    border-width: 1px 1px 1px 1px;
	}
	.ecBanner .signInBoxTitle {
	    font-size: 18px;
	}
	.ecBanner .signInWrap {
	    max-width: 384px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.ecBanner .ctam-myaccount-form {
	    margin: 0 !important;
	    padding-bottom: 0;
	}
	.ecBanner .nameBox, .ecBanner .passBox {
		position: relative;
	}
	.ecBanner a.queLink {
		float: right;
		margin-left: 0;
	}
	.ecBanner input#ctam_ec-myaccount-username, .ecBanner input#ctam_ec-myaccount-password {
	    width: 91%;
	}
	.ecBanner .greenBG {
	    right: 0;
	    text-align: center;
	    padding: 13px 0 8px;
	    font-size: 14px;
	}
	.qbpSection {
		background-image: none;
	}
	.qbpSection .qbpContent {
		float: none;
		width: auto;
	}
	.qbpSection .qbpHeader {
		font-size: 	18px;
	}
	.qbpSection .qbpText {
		font-size: 	14px;
	}
	.qbpSection .qbpText.twelveText {
		font-size: 	12px;
	}
	a.mobLink {
		font-size: 14px;
	    font-weight: bold;
	    color: white;
	    background-color: #ff6319;
	    padding: 12px 0;
	}
	a.mobLink:hover {
		text-decoration: none;
	}
	.mobileHR {
	    width: 90%;
	    height: 0;
	    border-top: 1px solid #e5e5e5;
	    margin: 0 auto;
	}
	section.supportBar {
		height: auto;
	}
	.supportBar .thingsBox {
		float: none;
		margin: 0 auto;
		padding-right: 29px;
		max-width: 383px;
	}
	.supportBar .thingsPopper {
	    padding: 5px 12px 0px 10px;
	    max-width: 383px;
	    margin: 0 auto;
	}
	.supportBar .thingsHeader {
	    max-width: 307px;
	    margin: 0 auto;
	    padding: 15px 5px;
	}
	.supportBar .thingsPopper .thingsHeader {
	    max-width: 314px;
	    padding: 15px 0px;
	    background-position: 180px 19px;
	}
	.supportBar .thingLI {
	    font-size: 14px;
	    margin: 9px auto;
	    max-width: 307px;
	    padding: 0 5px;
	}
	.supportBar a.thingLink {
	    font-size: 14px;
	    margin: 9px auto;
	    line-height: 16px;
	    max-width: 314px;
	    padding: 0 0px;
	}
	.supportBar .searchWrap {
	    width: auto;
	    float: none;
	    margin: 0 auto;
	    padding: 0 15px 0 15px;
	}
	.supportBar .searchWrap .mobileHR {
	    margin-top: 22px;
	    margin-bottom: 14px;
	}
	.supportBar .findTitle {
	    font-size: 20px;
	    padding-top: 15px;
	    max-width: 334px;
	    margin: 0 auto;
	}
	.supportBar form {
	    position: relative;
	    margin-top: 20px;
	    margin-bottom: 6px;
	    max-width: 334px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.supportBar .supportLinkWrap {
	    max-width: 184px;
	    margin: 0 auto 10px;
	}
	.supportBar a.supportLink {
	    font-size: 14px;
	    padding: 17px 0px 18px 45px;
	    background-size: 43px 39px;
	    display: inline-block;
	    margin: 0 auto;
	    float: none;
	    clear: both;
	    width: 173px;
	}
	.supportBar a.supportLink.intSupportLink {
	    background-position: 0px 7px;
	    padding: 17px 0 18px 52px;
	}
	.supportBar a.supportLink.digSupportLink {
		padding: 17px 0px 18px 50px;
		display: none;
	}
	.supportBar a.supportLink.acctQueLink {
	    background-position: 0px 7px;
	}
	.supportBar .contLinkWrap {
	    max-width: 193px;
	    margin: 0 auto;
	}
	.supportBar a.contLink {
	    font-size: 14px;
	    width: 62px;
	    background-size: 58px 45px;
	    margin-top: 24px;
	    margin-bottom: 24px;
	}
	.supportBar a.contLink.callNumLink {
		width: auto;
		display: none;
		float: none;
		margin-left: 5px;
		margin-top: 22px;
	}
	.supportBar a.contLink.chatLink {
	    margin-left: auto;
	}
	section.hsiSection {
		background-image: url(/assets/images/page-components/home/internet_mobile.jpg);
	}
	.hsiSection .hsiContent {
	    width: auto;
	    text-align: center;
	    margin: 180px 0 42px;
	}
	.hsiSection .hsiHeader {
	    font-size: 20px;
	    color: white;
	}
	.hsiSection .hsiText {
	    color: white;
	    font-size: 14px;
	    line-height: 20px;
	    margin: 16px 0 25px;
	}
	.hsiSection a.hsiButton {
	    background-color: #ff6319;
	    color: white;
	    border: 1px solid #ff6319;
	    font-weight: bold;
	    font-size: 14px;
	    padding: 10px 16px;
	    display: inline-block;
	    width: 100%;
	}
	section.movingSection {
		background-image: url(/assets/images/page-components/home/moving_mobile.jpg);
		background-position: 40%;
	}
	.movingSection .movingContent {
	    width: auto;
	    text-align: center;
	    float: none;
	}
	.movingSection .movingHeader {
	    font-size: 20px;
	    margin: 128px 0 11px;
	}
	.movingSection a.movingButton {
	    display: inline-block;
	    color: white;
	    border: 1px solid #ff6319;
	    background-color: #ff6319;
	    padding: 10px 16px;
	    font-size: 14px;
	    font-weight: bold;
	    margin: 80px 0 0px;
	    width: 100%;
	}
	.movingSection .movingText {
	    font-size: 14px;
	    line-height: 23px;
	    max-width: 300px;
	    margin: 0 auto;
	    color: black;
	    text-shadow: 1px 1px 7px white;
	}
	.movingSection a.movingButton {
	    display: inline-block;
	    color: white;
	    border: 1px solid #ff6319;
	    background-color: #ff6319;
	    padding: 10px 16px;
	    font-size: 14px;
	    font-weight: bold;
	    margin: 97px 0 40px;
	    width: 100%;
	}
	.movingSection a.movingButton:hover {
	    border: 1px solid #ff6319;
	}
	.getAppSection .getAppHeader {
	    font-size: 20px;
	    margin: 38px 0 21px;
	}
	.getAppSection .getAppText, .getAppSection .getAppOtherText {
	    color: white;
	    font-size: 14px;
	    line-height: 25px;
	}
	.getAppSection .paddingKiller {
		width: 100%;
	}
	.getAppSection .getAppRight {
	    margin: 27px 0 0;
	}
	.getAppSection a.getApps {
		float: right;
		clear: both;
	}
	.getAppSection .getAppIcon {
	    float: left;
	    margin-top: 24px;
	}
	.getAppSection .getAppOtherText {
	    margin: 16px 0 42px;
	    text-align: center;
	}
	section.digPhoneSection {
		background-image: url(/assets/images/page-components/home/digitalphone_mobile.jpg);
		background-size: cover;
	}
	.digPhoneSection .digPhoneContent {
	    float: none;
	    width: auto;
	    text-align: center;
	}
	.digPhoneSection .digPhoneHeader {
	    font-size: 20px;
	    color: white;
	    margin: 181px 0 20px;
	    text-shadow: 1px 1px 7px black;
	}
	.digPhoneSection .digPhoneText {
	    font-size: 14px;
	    color: white;
	    text-shadow: 1px 1px 7px black;
	}
	.digPhoneSection a.digPhoneButton {
	    display: inline-block;
	    color: white;
	    border: 1px solid #ff6319;
	    background-color: #ff6319;
	    padding: 10px 16px;
	    font-size: 14px;
	    font-weight: bold;
	    margin: 33px 0 40px;
	    width: 100%;
	}
	.digPhoneSection a.digPhoneButton:hover {
		border: 1px solid #ff6319;
	}
	.digPhoneSection .digPhoneText a {
	    color: #00853f;
	    text-shadow: 1px 1px 7px white;
	}
	section.theRest {
	    padding-top: 25px;
	}
	.theRest .restBox {
	    height: auto;
	}
	.theRest .restBox.phoneBox {
		max-width: none;
	}
	.theRest .phoneDeetsLink {
		bottom: 47px;
	}
	.theRest .restText {
	    font-size: 14px;
	    margin: 17px 0 0px;
	    line-height: 19px;
	}
	.theRest a.restLink {
	    background-color: #FF6319;
	    font-size: 14px;
	    border: 1px solid #ff6319;
	    padding: 9px 33px;
	    display: inline-block;
	    font-weight: bold;
	    color: white;
	    width: 100%;
	}
	.theRest .restIcon {
	    width: 65px;
	    height: 93px;
	    right: auto;
	    position: relative;
	    left: auto;
	    bottom: auto;
	    margin: 0 auto;
	}
	.theRest .boxMobDivider {
	    position: absolute;
	    left: 5%;
	    border-bottom: 1px solid #e5e5e5;
	    bottom: 37px;
	    right: 5%;
	    height: 0;
	}
	.theRest .phoneBox .rLinkWrap {
	    bottom: auto;
	}
	.theRest .restIcon.phoneIcon {
	    right: auto;
	}
	.ENScontent {
		display: none;
	}
}
@media (max-width: 450px) {
	.theRest .restBox {
	    min-height: 360px;
	}
}
@media (max-width: 400px) {
	.ecBanner .signInBG {
		left: 62%;
	}
}