/* Special Offers CSS for all screen widths */
.lazy-background {
	background: none !important;
}
p { 
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;  
  line-height: 1.5em;
}
.homePhoneTitle{
	margin-left: 22px;
    padding-top: 25px;
	color:#000000;
	font-size:14px;
	width: 45%;
	position:relative;
	float: left;
}
.whiteBG{
	position: absolute;
    height: 65px;
    width: 100%;
    background: #FFFFFF;
	opacity:0.70;	
}
.stickyHeadernav {
    width: 100%;
    height: 60px;
    position: absolute;
    z-index: 9;
}
.stickyHeadernav .ctaLinkOrangeContainer {
	margin-top: 5px;
    padding: 9px 0 9px 0;
}
.stickyHeadernav .ctaLinkOrangeContainer .ctaLinkOrange:hover, #checkAvailonScroll .ctaLinkOrangeContainer .ctaLinkOrange:hover {
    background-color: #8cc63f;
}
.stickyHeadernav .ctaLinkOrangeContainer .ctaLinkOrange {
    float: none!important;
    background-color: #ff6319;
    color: white;
    position: relative;
    padding: 9px 26px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0;
}
.stickyHeadernav .ctaLinkOrangeContainer {
    padding: 9px 0 9px 0;
	text-align:right;
}
#homePhoneBG #heroMainBlock{
	padding-top: 140px;
	padding-bottom:50px;
}
#homePhoneBG #heroMainBlock .headline-bold{
	color: #FFFFFF;
	font-size: 40px;
	filter: drop-shadow(3px 3px 4px #000000);
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
}
#homePhoneBG #heroMainBlock .headlineContent{
	color: #FFFFFF;
	font-size: 24px;
	filter: drop-shadow(3px 3px 4px #000000);
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    margin-top: 25px;
    margin-bottom: 10px;
}
.bannerTopText {
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    filter: drop-shadow(3px 3px 4px #000000);
    margin-top: 75px;
}
#homePhoneBG #heroMainBlock .headlineContentSave {
	color: #FFFFFF;
	font-size: 40px;
	filter: drop-shadow(3px 3px 4px #000000);
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    margin-top: 7px;
    margin-bottom: 1px;
}
#homePhoneBG #heroBlock {
    height: 517px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -90px;
    background-size: 100% 100%;
}
#offerHeader {
	background-color: #e6e6e6;
	filter: drop-shadow(2px 2px 2px #000000);
	width:100%;
	position: static;
	top: 0px;
	border: 1px solid #e6e6e6;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.6);
    margin-bottom: 15px;
	z-index: 1;
}
#offerHeader.sticky {
	position: fixed;
}
#offerHeaderPlaceholder {
	height: 89px;
	width: 100%;
}
#offerHeader .inner{
	position:relative;
	margin-top: 15px;
	margin-bottom: 15px;
}
#offerHeader .inner ul{
	display: inline-flex;
    padding-left: 0px;
	list-style:none;
}
#offerHeader .inner .offer:first-child{
	border-left: none;
}
#offerHeader .inner .offer{
	text-align:center;
	float:left;
	padding: 0px 10px;
	border-left: 1px solid black;
}
#offerHeader .inner .offer a{
	font-size:16px;
	color:#000000;
}
#offerHeader .inner .offer a:hover{
	color:#00853F;
}
#secondaryOffer1 .sectionHeight{
	height: 170px;
}
#secondaryOffer2 .sectionHeight{
	height: 281px;
}
#secondaryOffer3 .sectionHeight{
	height: 204px;
}
#secondaryOffer4 .sectionHeight{
	height: 258px;
}
#secondaryOffer5 .sectionHeight{
	height: 244px;
}
#secondaryOffer6 .sectionHeight{
	height: 222px;
}
#secondaryOffer7 .sectionHeight{
	height: 223px;
}
#secondaryOffer9 .sectionHeight{
	height: 222px;
}
#secondaryOffer2 .directTVContent{
	margin-left: -15px;
    margin-top: 1px;
    list-style: none;
    font-size: 10px;
}
#secondaryOffer2 .secOfferImages .offerImage{
	background: url('/assets/images/page-components/special_offers/NFLST_DTV_25Yrs_Logo_4C.png') no-repeat 0 -1px;
	width: 100px;
	height: 130px;
}
#secondaryOffer3 .secOfferImages .offerImage{
	background: url('/assets/images/sprites/SpecialOffersSprite.png') no-repeat -365px -132px;
	width: 185px;
	height: 51px;
}
#secondaryOffer4 .secOfferImages .offerImage{
	background: url('/assets/images/sprites/SpecialOffersSprite.png') no-repeat -238px -20px;
	width: 245px;
	height: 77px;
}
#secondaryOffer6 .secOfferImages .offerImage{
	background: url('/assets/images/sprites/SpecialOffersSprite.png') no-repeat -25px -234px;
	width: 198px;
	height: 42px;
}
#secondaryOffer7 .secOfferImages .offerImage{
	background: url('/assets/images/sprites/SpecialOffersSprite.png') no-repeat -25px -10px;
	width: 167px;
	height: 173px;
}

.offerRowColor1{
	background: linear-gradient(90deg, #00853f 50%, white 50%);
}
.offerRowColor2{
	background: linear-gradient(90deg, #8CC63F 50%, white 50%);
}
.offerRowColor3{
	background: linear-gradient(90deg, #FF6319 50%, white 50%);
}
.offerRowColor4{
	background: linear-gradient(90deg, #e6e6e6 50%, white 50%);
}

.secOfferHeaderColor1{
	background-color:#00853F;
}
.secOfferHeaderColor2{
	background-color:#8CC63F;
}
.secOfferHeaderColor3{
	background-color:#FF6319;
}
.secOfferHeaderColor4{
	background-color:#e6e6e6;
}
.secOfferHeaderColor5{
	background-color:#FF6319;
}
#secondaryOffer4 .secOfferHeaderColor4 .line1{
	color:#000000;
}
#secondaryOffer4 .secOfferHeaderColor4 .line2{
	color:#000000;
}
#secondaryOffer4 .secOfferHeaderColor4 .offerButton .ctlButtonForHomePhn{
	color: #FF6319;
}
#secondaryOffer4 .secOfferHeaderColor4 .offerButton .ctlButtonForHomePhn:hover{
	background-color:#FF6319;
	color:#ffffff;
}


#secondaryOffer6 .secOfferHeaderColor4 .offerButton .ctlButtonForHomePhn:hover {
			    color: #FF6319;

}

#secondaryOffer7 .secOfferHeaderColor4 .offerButton .ctlButtonForHomePhn {
    color:#FF6319;
}

#secondaryOffer7 .secOfferHeaderColor4 .offerButton .ctlButtonForHomePhn:hover{
	background-color:#FF6319;
	color:#ffffff;
}


.offerRow{
	Border: 1px solid #e6e6e6;
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.6);
}
sup {
    font-size: smaller;
    vertical-align: sub;
}

.secOfferHeader{
	display: flex;
    flex-direction: column;
	padding: 15px 15px 15px 0px;
	float:left;
	width:33%;
}
.secOfferHeader .line1{
	color: #000000;
    font-size: 36px;
	text-align: center;
	margin-bottom: 3px;
}
.secOfferHeader .line2{
	color: #000000;
    font-size: 16px;
    margin-bottom: 11px;
    text-align: center;
}
ul {
    list-style-type: disc;
    padding-left: 35px;
    margin: -21px auto 10px auto;
}

ul li {
    margin-bottom: 4px;
}
#streamTV {
	
    color: #000000;
    font-size: 16px;
}

.secOfferHeader .offerButton .ctlButtonForHomePhn{
	background: none;
        color: #000000;
	Border: 1px solid #000000;
}

.secOfferHeader .offerButton .ctlButtonForHomePhn:hover{
	
	background-color: #ffffff;
        color: #000000;
}

#secondaryOffer4 .secOfferHeader .offerButton .ctlButtonForHomePhn{
	background: none;
        color: #FF6319;
	Border: 1px solid #000000;
}

#secondaryOffer4 .secOfferHeader .offerButton .ctlButtonForHomePhn:hover{
	
	background-color: #FF6319;
        color: #ffffff;
}





.secOfferHeader .offerButton{
	float: right;
	/*padding-top: 20px;*/
	margin: auto;
}
.internetOpp   {
	font-size:14px;
}

.secOfferContent{
	font-size:16px;
	padding-top: 11px;
    padding-left: 20px;
	float:left;
	width:33%;
	background-color: #ffffff;
}
.secOfferContent ul li{
	font-size:14px;
}
.secOfferImages{
	float:left;
	align-items: center;
    display: flex;
    justify-content: center;
	background-color: #ffffff;
	width:34%;
}
#home-phone-start-now,#home-phone-ord-now{
    color: #ffffff;
}
#home-phone-start-now{
	padding: 15px 35px;
	margin-top: 30px;
}
#secondaryOffer6 .container .online.visible-xs {
margin-left: -1px;
text-align: center;
}

#secondaryOffer4 .container .online.visible-xs {
margin-left: -1px;
text-align: center;
}

#secondaryOffer7 .container .online.visible-xs {
margin-left: -1px;
text-align: center;
}

#secondaryOffer9 .container .online.visible-xs {
margin-left: -1px;
text-align: center;
}

.directTVContent{
	display: inline-block;
	font-size: 12px;
	color: #000;
}


.logoContainer {
	margin: auto;
    width: 65%;
}


div#global-disclamer {
    border-radius: 5px;
    padding: 5px 15px 5px 28px;
    margin: 30px 0 30px 23px;
    float: left;
	text-align:center;
	Border: 1px solid #00853f;
}

.ctlButtonForHomePhn{
    background: #FF6319;    
    padding: 10px 30px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
	margin-top: 7px;
	text-decoration:none;
}
.ctlButtonForHomePhn:hover{
	background-color:#8cc63f;
	text-decoration:none;
}
.ctlButtonForHomePhn:visited, .ctlButtonForHomePhn:active{
	text-decoration:none;
}

.bottomBorder{
	border-top: 1px solid #bfbfbf;
	width: 85%;
    margin: auto;
}


#homePhoneBG{
	height: 427px;
}
.uni_navbar .outerContainer{
	background-color: #FFFFFF;
}
#secondaryOffer1 .sectionHeight.secOfferContent.sectionHeight.reward-card {
	height : 200px;
	padding-top : 15px;
}
.offer-feature-heading {
	color : #000;
	font-size : 16px;
	font-weight : bold;
	margin-left : 15px;
}

.secOfferContent ul li.grn-blk-alt-grn,
.secOfferContent ul li.grn-blk-alt-blk {
	font-size: 14px;
	line-height : 10px;
}	

li.grn-blk-alt-grn {
	color : #00835F;
}

li.grn-blk-alt-blk {
	list-style-type: none;
	color : #000;
	margin-bottom : 12px;
}
.secOfferContent.reward-card .offer-detail-holder {
	color : #000;
	font-size : 10px;
	margin-left: 15px;
	margin-top: -5px;
}

.secOfferContent.reward-card .offer-detail-holder a,
.secOfferContent.reward-card .offer-detail-holder a:visited,
.secOfferContent.reward-card .offer-detail-holder a:hover,
.secOfferContent.reward-card .offer-detail-holder a:hover {
	color : #00835F;
	white-space: nowrap;
}
#secondaryOffer7 .tv-logos-wrapper {
	width: 167px;
    height: 173px;
}

.streaming-blade-logo-yttv {
    background-image: url(/assets/images/page-components/streamingtv/YTTVlogo.svg);
    background-size: contain;
	background-repeat: no-repeat;
	/*background-position : 0px 26px;*/
	background-position: 0px 1px;
	height : 57px;
	width : 166px;
}
.barkImage{
	 background-image: url(/assets/images/page-components/special_offers/barklogo.svg);
    background-size: contain;
	background-repeat: no-repeat;
	/*background-position : 0px 26px;*/
	background-position: 0px 1px;
	height : 57px;
	width : 166px;
}
#secondaryOffer4 .caf-link-wrap {
	margin-top : 75px;
}

.caf-link-wrap a.caf-link {
	font-size : 14px;
	color : #000000;
}

.caf-link-wrap a.caf-link:hover,
.caf-link-wrap a.caf-link:visited,
.caf-link-wrap a.caf-link:active {
	color : #000000;
}


@media (max-width: 767px) {
    #secondaryOffer7 .tv-logos-wrapper {
        height: auto;
    }
}


@media (min-width: 481px){
	#homePhoneBG #heroBlock {
		background: url(/assets/images/page-components/special_offers/SpecialOffersHero_1600.jpg);
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
}
@media (max-width: 320px){
	#homePhoneBG #heroBlock {
		background: url(/assets/images/page-components/special_offers/SpecialOffersHero_320.jpg);
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
}

/* Banner Styles */
.container{	
    padding: 0;	
}
.directTVContent{
	display: inline-block;
	font-size: 14px;
}

.online{
	display: inline-block;
}
.banner-terms {
    padding-top: 10px;
}
.banner-terms span{
    color: #FFFFFF;
	font-size: 12px;
	filter: drop-shadow(3px 3px 4px #000000);
    font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
}
.banner-terms a,.banner-terms a:visited,.banner-terms a:focus,.banner-terms a:active,.banner-terms a:hover{
    color: #FFFFFF;
	font-size: 12px;
	filter: drop-shadow(3px 3px 4px #000000);
    font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
    text-decoration: underline;
    outline: none;
}
.ordersIconWrap {
    width: 400px;
        margin: 33px 31px 6px 80px;
}
.ordersIcons {
    width: 98px;
    height: 101px;
    float: left;
    margin: 40px 3px 51px;
}
.ordersIconSpace {
	width: 1%;
}
.techSupIcon {
    background-image: url(/assets/images/page-components/internet/internetOrdersIcons.png);
    background-size: cover;
    background-position: 10px 0;
}

.wifiIcon { 
    background-image: url(/assets/images/page-components/internet/internetOrdersIcons.png);
    background-position: 97px 0px;
    background-size: cover;
}
.logoContainer {
	display:none;
}
#offerSection .container.bottomBorder{
	display:none !important;
}

@media (min-width:992px){
	.container{
		width: 960px;
	}
	.offer-feature-heading {
		width: 220px;
	}
	.ctlButtonForHomePhn {
    
    padding: 10px 30px;
    font-size: 14px;
    
    display: inline-block;
    margin-top: 2px;
    text-decoration: none;
   }
}
@media (min-width: 768px) and (max-width: 991px){
	.container{
		width: 750px;
	}
	.banner-terms{
		width: 200px;
		font-size: 12px;
		margin-left: 0px;
	}
	.secOfferHeader .line1 {
		font-size: 33px;
	}
	#secondaryOffer4 .caf-link-wrap {
		margin-top: 60px;
		text-align: center;
	}
}
@media (max-width: 991px){
	.ordersIconWrap {
	    width: 400px;
	    margin: 0 auto 0 29px;
	}
	.secOfferHeader .line2 {
		margin-bottom: 5px;
	}
	.ordersIcons {
		width: 76px;
		height: 80px;
		margin: 36px 7px 45px;
	}
	.wifiIcon {
	    background-position: -188px 3px;
	}
    #homePhoneBG #heroMainBlock .headline-bold, #homePhoneBG #heroMainBlock .headlineContentSave {
        font-size: 36px;
    }
    .bannerTopText {
        margin-top: 85px;
    }
	#secondaryOffer2 .directTVContent {
    margin-left: -15px;
    margin-top: -6px;
    list-style: none;
    font-size: 7px;
	}
	#secondaryOffer2 .sectionHeight {
    height: 277px;
    }
	#secondaryOffer6 .sectionHeight {
    height: 254px;
	}  
	#secondaryOffer4 .sectionHeight {
    height: 264px;
    }
	#secondaryOffer9 .sectionHeight {
    height: 254px;
	} 
}
@media (max-width: 767px) {
    #homePhoneBG #heroMainBlock {
		padding-top : 172px;
	}
	div#ctlNewLogo {float:none; text-align:center;}	
	div#global-disclamer{
		margin-left: 15px;
		margin-bottom: 37px;
	}

	#bundle-now-button-mob-device {
		width : 85%;
		padding : 15px 35px;
		color : #fff;
	}

	footer.container{
		margin-bottom: 60px;
	}
	#body{
		width: 100%;
		background-size: 100% 260px;
	}
    .bannerTopText {
        font-size: 16px;
    }
    #homePhoneBG #heroMainBlock .headline-bold, #homePhoneBG #heroMainBlock .headlineContentSave {
        font-size: 28px;
    }
	.banner-terms{
		margin-top: 7px;
	}
	.stickyHeadernav .ctaLinkOrangeContainer .ctaLinkOrange{
		display:none;
	}
	.homePhoneTitle{
		float: none;
		text-align: center;
		padding-top: 15px;
		width: auto;
		font-size:12px;
	}
	#homePhoneBG #heroMainBlock .headlineContent{
		font-size: 16px;
	}
	.banner-terms span, .banner-terms a{
		font-size: 12px;
	}
	.container div#global-disclamer{
		width:100%;
		margin: 25px 0 25px 0;
		padding: 10px 15px 10px 15px;
	}
	div.logoContainer{
		width:100%;
		padding-left: 35px;
		padding-right: 35px;
	}

	#checkAvailonScrollMob .ctaLinkOrangeContainer .ctaLinkOrange {
		float: none!important;
		background-color: #ff6319;
		color: #FFF;
		padding: 9px 26px;
		border-radius: 0;
		font-weight: bold;
		position: relative;
		font-size: 14px;
	}
	#checkAvailonScrollMob {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 10;
		display: none;
	}
	#checkAvailonScrollMob .ctaLinkOrangeContainer {
		float: right;
		position: relative;
		min-height: 42px;
		line-height: 60px;
	}
	#checkAvailonScrollMob::before {
		background-color: #FFFFFF;
		content: "";
		z-index: -1;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		opacity: .65;
	}
	.whiteBG{
		height: 45px;
	}
	.secOfferHeader, .secOfferImages, .secOfferContent{
		width:100%;
	}
	.secOfferHeader {
		padding-left: 15px;
	}
	#secondaryOffer1 .sectionHeight{
		height: auto;
	}
	#secondaryOffer2 .sectionHeight{
		height: auto;
	}
	#secondaryOffer3 .sectionHeight{
		height: auto;
	}
	#secondaryOffer4 .sectionHeight{
		height: auto;
	}
	#secondaryOffer5 .sectionHeight{
		height: auto;
	}
	#secondaryOffer6 .sectionHeight{
		height: auto;
	}
	#secondaryOffer7 .sectionHeight{
		height: auto;
	}
	#secondaryOffer9 .sectionHeight{
		height: auto;
	}
	.offerRowColor1{
		background: none;
	}
	.offerRowColor2{
		background: none;
	}
	.offerRowColor3{
		background: none;
	}
	.offerRowColor4{
		background: none;
	}
	.offerRow .container{
		padding: 0 0 20px 0;
	}
	.secOfferContent{
		padding: 10px;
	}
	#offerHeaderPlaceholder {
		height: 152px;
	}
	#offerHeader .inner {
		overflow-x: auto;
		width: 320px;
		margin: 5px auto;
	}
	#offerHeader .inner::-webkit-scrollbar {
		display: none;
	}
	#offerHeader .inner ul {
		display: block;
	}
	#offerHeader .inner .offer {
		float: none;
		border-bottom: 1px solid black;
		padding-bottom: 7px;
		border-left: none;
		width: 180px;
		margin: 0px auto 7px auto;
	}
	#offerHeader .inner .offer:last-child {
		border-bottom: none;
		padding-bottom: 0px;
	}
	.ordersIconWrap {
	    width: 357px;
	    margin: 0 auto;
		margin-left: 74px;
	}
	.ordersIcons {
	    width: 72px;
	    margin: 32px 6% 45px;
	}
	.techSupIcon {
	    background-image: url(/assets/images/page-components/internet/internetOrdersIcons.png);
	    background-size: cover;
	    background-position: -6px 0;
	}
	.wifiIcon {
	    background-image: url(/assets/images/page-components/internet/internetOrdersIcons.png);
	    background-position: -185px 3px;
	    background-size: cover;
	}
	#secondaryOffer4 .caf-link-wrap {
		margin-top: 25px;
		text-align: center;
	}
}
@media (min-width: 321px) and (max-width: 480px){
	#homePhoneBG #heroBlock {
		background: url(/assets/images/page-components/special_offers/SpecialOffersHero_480.jpg);
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
}
@media (max-width: 335px) {
    #heroBlock div.container {
        padding-left: 9px;
        padding-right: 0px;
    }
}
@media (max-width: 575px) {
    #homePhoneBG #heroMainBlock .headlineContentSave {
        border-bottom: 1px solid #FFFFFF;
        margin-right: 5px;
    }
    #homePhoneBG #heroMainBlock .headline-bold {
        padding-top: 4px;
    }
    #homePhoneBG #heroMainBlock {
        padding-top: 100px;
        width: 311px;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   
	
	#secondaryOffer4 .secOfferHeaderColor4 .offerButton .ctlButtonForHomePhn {
			margin-left: 64px;
	}
	.secOfferHeader .offerButton .ctlButtonForHomePhn {
			margin-left: 64px;
	}
	
}
