a:link {
    text-decoration: none;
}

/*###############   THEME SETTINGS  #################*/
/*
.post-title {
    display:none;
}
.post-meta{
    display:none;
}
#author-box{
    display:none;
}
*/
.post{
  /* border: none; 
    box-shadow: none;
*/
}
.post-navigation{
    /*display:none;*/
}
#main-content{
   /*padding-top:0;
    top:-20px;*/

}
.post-listing.post {
    /*margin-bottom: -100px;*/
}
.post-listing{
background:none;
}
.nada{
for:reals;
}
/*###############   MAIN CONTENT  #################*/
/*###############   MAIN CONTENT  #################*/
/*###############   MAIN CONTENT  #################*/
/*###############   MAIN CONTENT  #################*/
body{
 font-family: 'Lato', sans-serif;   
}



/*###############   TOP-DIV - RATING-BAR #################*/
.contentContainer {
    max-width:1000px;
    margin:0 auto;
    padding:0 10px;
    float:none;
}
.topBarContainer{
    max-width:1000px;
    margin:0 auto;
    min-height:250px;
    margin-bottom:10px;
}

.topBar{
    height: 100%;
    min-height: 250px;
    background-color:#394252;
}

.topLogoDiv,
.topTextDiv,
.topRatingDiv{
    box-sizing:border-box;
    position:relative;
    top:30px;
    float:left;
    height:185px;
}

.topLogoDiv{
    background-color: #fff;
    width: 27%;
    margin-left:2%;
}

.topLogoDiv img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -29px;/* Adjust top image --> Minus half image height.*/
    margin-left: -72px;/* Adjust left image --> Minus half image width.*/
}

.topLogoDiv.comcast img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -44px;/* Adjust top image --> Minus half image height. deCay*/
    margin-left: -122px;/* Adjust left image --> Minus half image width.*/
}
.topLogoDiv.fios img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -44px;/* Adjust top image --> Minus half image height.*/
    margin-left: -72px;/* Adjust left image --> Minus half image width.*/
}

.topLogoDiv.ATT img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;/* Adjust top image --> Minus half image height.*/
    margin-left: -103px;/* Adjust left image --> Minus half image width.*/
}

.topLogoDiv.directTV img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;/* Adjust top image --> Minus half image height.*/
    margin-left: -103px;/* Adjust left image --> Minus half image width.*/
}
.topTextDiv {
    width: 37%;
    padding: 0 0 0 3%;
}

.topRatingDiv{
    width: 31.8%;
    border-left: 1px solid rgba(255,255,255,0.2);
    padding-left: 3%;
    margin-left:2.2%;
}

.rating1,
.rating2,
#modalImg,
.infoText,
.mobileIcon,
.mobileButton,
.sideBarRatingLine{
        position: absolute;
}

.rating1{
    top: 29px;
}
.rating2{
    top: 67px;
    left: 213px;
}

.bigRating,
.smallRating,
.userReviews,
.ourRating,
.userRating,
.info{
    display:inline;
    position: absolute;
}
.info{
    left: 165px;
    bottom: 120px;
}

.infoModal{
    width: 100%;
    height: 100%;
    background-color: #222425;
    position: absolute;
    top:0;
    left:0;
    opacity: .95;
    display: none;
}

.infoText{
    padding: 10px;
    font-size: 14px;
    line-height: 30px;
    top: 30px;  
}

#modalImg{
    left: 10px;
    top: 15px;
}

.userRating,
.userReviews{
    color:#8995ab;
    font-size:14px;
    font-weight:400;
}
.bigRating,
.smallRating,
.ourRating,
.infoText{
    color:white;
}
.bigRating{
    font-size: 60px;
    left: 67px;
    top: 94px;
}
.smallRating{
    font-size: 26px;
    left: 234px;
    top: 95px;
}
.userReviews{
    left: 210px;
    bottom: -10px;
    /*text-decoration: underline;*/
}
.ourRating{
    font-size: 14px;
    font-weight: 400;
    bottom: 148px;
    left: 65px;
}
.userRating{
    left: 210px;
    top: 36px;
}

.topBarLogo{
    vertical-align:middle;
}

.topBarText,
.topBarTitle{
    position:relative;
    top:-6px;
    color: #fff;
    letter-spacing: .05em;
}

.topBarText{
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}
.topBarTitle{
    font-size: 25px !important;
    font-weight: 900 !important;
    line-height: 30px !important;
    margin:0 !important;
    margin-bottom:20px !important;
    font-family:'Lato',sans-serif !important;
}

.titleDiv {
    max-width: 1000px;
    margin: 50px auto;
    padding:0 20px 0 10px;
}
.mobileTitleDiv {
    color:#394252;
    text-align:left;
    background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(241,241,241) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(241,241,241) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(241,241,241) 100%);
}

.sectionTitle,
.sectionText {
    color: #394252;
    line-height: 30px;
    letter-spacing: .025em;
}
.sectionTitle {
    margin-top:0 !important;
    font-size: 35px !important;
    font-weight: 900 !important;
    font-family: 'Lato', sans-serif !important;
}
.sectionText {
    font-size: 22px;
    font-weight: 400;
}


.hidden{
    overflow:hidden;
}

.pRelative{
    position:relative;
}

.font20{
    font-size:22px;
}

.latoLight{
    font-weight:200;
}
.latoBold{
    font-weight:900 !important;
}

.orange{
    color:#ff5a33;
}
.blue{
    color:#2a3240 !important;
}

.grey{
    color:#707070;
}
.light{
    font-weight:400;
}

.lightGray{
    color:#5e646e;
}

.tableOne{
    font-size:18px !important;
}

.tableRow{
    background-color:#fff !important;
}
.tableRowTwo{
    background-color:#f1f1f1 !important;
}

.bigRating,
.smallRating{
    font-weight:300;
}

.bodyGraySm,
.bodyText,
.NFL,
.packTitle,
.packTitle2{
    font-weight:400;
}

.bodyGray,
.bodyGraySm,
.bodyText,
.gray20,
.NFL,
.splitChannels,
.gray{
    color:#6e7176;   
}

.bodyGraySm,
.bodyTitle,
.bodyText{
    line-height:30px;
}


.sideBarOne,
.sideBarTwo {
    font-size:16px; 
}

.bodyGraySm,
.bodyText {
    font-size:17px;
}

.bodyGray {
    font-size:23px;
    font-weight:400;
    line-height:35px;
}

.bodyTitle{
    color:#ff5a33;
    margin:50px 0 30px 0 !important;
    font-size:25px !important;
    font-family: 'Lato', sans-serif !important; 
}

.sideBar{
    margin-bottom:0;
    height:275px;
}

.sideBar2{
    display:table;
    margin-bottom:0;
    height:275px;
    width:100%;
}

.tableJump { 
    display:table-row; 
}

.tableJump:hover{
    background-color:#ebeced;

}

.jumpCell { 
    display:table-cell;
    padding: 19px 10px 19px 15px;
    text-align: left;
    font-size: 14px;
    font-weight: 900;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    letter-spacing: 1.5px;
    color: #5e646e;
    max-width: 250px;
    max-height: 300px;
}
.sideBar2 > a:nth-child(1) > div {
    border-top:1px solid #e5e5e5;
}

.sideBarOne,
.sideBarTwo{
    float:left;
    color:#6d7075;
    margin-bottom: 0 !important; 
}

.sideBarOne{
    padding-right:60px;
}

.sideBarTwo{
    padding-bottom:20px;
}

.sideBarTitle{
    font-weight:900;
    text-align:left;
    color:#2a3240;
    font-size:30px;
    list-style:none !important;
    padding:15px;
}
.sideBarTitle i{
    padding: 0 15px 0 0;
    position: relative;
    margin-left:-35px !important;
}
.sidebarTitleImgOne{
    color:#31c3bd;
    top:-2px;
}
.sidebarTitleImgTwo{
    color:#ff5a33;
    top:-3px;
}
.sideBarDiv{
    margin-top:5px;
    float:right;
    z-index:1;
}
#sideBar{
    border-color:#e5e5e5;
    border-bottom: 2px solid #e5e5e5;
}
#sideBar tr td{
    padding:12px;
    text-align:left;
    font-size:12px;
    font-weight:900;
    border: 1px solid #e5e5e5;
    letter-spacing:2px;
    color:#5e646e;
    line-height:30px;
    padding-left:15px;
    max-width:250px;
    max-height:300px;
    border-bottom-width: 2px;
}

.number{
    float:right;
    font-size:22px;
    padding-right:5px;
    font-weight:400;

}
.sideBarRatingLine{
    border: 2px solid #ff5a33;
    z-index:1;
}
.sideBarRatingLineUnder {
    border:2px solid #e5e5e5;
    z-index:0;
    width:100%;
}

.sideBarRatingLine,
.sideBarRatingLineUnder {
    position:absolute;
    bottom:0;
    left:0;
}

#graphicTable tr td,
#graphicTableMobile tr td {
    border: 1px solid #d7d7d7
}
#graphicTableMobile > tbody > tr:nth-child(4){
    height:150px;
}

#priceTable > tbody > tr > td:nth-child(2),
#priceTable2 > tbody > tr > td:nth-child(2),
#priceTable3 > tbody > tr > td:nth-child(2){
    -moz-box-shadow:    inset 20px 0px 25px -12px #cdcdcd;
    -webkit-box-shadow: inset 20px 0px 25px -12px #cdcdcd;
    box-shadow:         inset 20px 0px 25px -12px #cdcdcd;
    border-bottom:none;
}


#priceTable,
#priceTable2,
#priceTable3,
#graphicTable,
#graphicTableMobile,
.sideBar2 {
    border-collapse: collapse;
}

.tableLastRow{
    border-bottom:1px solid #d7d7d7 !important;
}

#priceTable tr td,
#priceTable2 tr td,
#priceTable3 tr td{
    text-align:center;
    font-size:22px;
    font-weight:900;
    border-color:#d7d7d7;
    border: 1px solid #d7d7d7;
}

/*#priceTable > tbody > tr > td:nth-child(1){
    width:15%;
}*/
#priceTable > tbody > tr > td:nth-child(2){
    width:33%;
}
/*#priceTable > tbody > tr > td:nth-child(3) {
    width:17%;
}*/

#priceTable > tbody > tr:nth-last-child(1) td:nth-last-child(1){
    padding:0;
    border:none;
}

.nationwide{
    letter-spacing:1px;
}

.insideDiv{
    display:inline-block;
    width:50%;
}

.separator{
    height:20px;
    border:none;
}

.tableH1{
    height:90px;
}

.tableH3{
    height:35px;
}

.smText {
    position: relative;
    bottom: 25px;
    font-weight: 400;
    font-size: 12px;
    color: #c3c3c3;
    text-align: left;
}

.gray20{
    font-size:20px;
}

.orange30{
    color:#ff5a33;
    font-size:30px;
    font-weight:900;
}

.tableHead{
    font-size: 14px !important;
    color: #5e646e;
    letter-spacing: .025em;
    font-weight: 700 !important;
    padding: 5px !important;
}

.availButton,
.sideButton{
    width: 100%;
    height: 58px;
    margin: 0 auto;
    letter-spacing: 3px;
    border-radius:0px;
    font-family: Lato, sans-serif;
    font-weight:900;
    background-image: -moz-linear-gradient( 90deg, rgb(255,79,45) 0%, rgb(255,101,57) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,79,45) 0%, rgb(255,101,57) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,79,45) 0%, rgb(255,101,57) 100%);
}

.availButton{
    font-size: 16px;
    height:54px;
}

.sideButton{
    display: block;
    max-width: 322px;
    z-index: 1;
    font-size: 20px;
}

.sideButton:hover,
.availButton:hover{
    background-image: -moz-linear-gradient( 90deg, rgb(255,101,57) 0%, rgb(255,79,45) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,101,57) 0%, rgb(255,79,45) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,101,57) 0%, rgb(255,79,45) 100%);
}

.bottom{
        border-bottom:1px solid black;
}

ul.channels{
    margin:0;
}
.channels li{
    display:inline-block;
    padding:0 10px;
}
.channels2 li{
    float:left;
    display:block;
    list-style:none !important;
    padding:10px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.channels2 li i {
    margin:0 auto;
}

.channels li img {
    vertical-align:middle;
}

.NFL{
    font-size:23px;
    line-height:35px;
}
#nflImg{
    margin-bottom:30px;
}

#dishtable,
#directvtable{
    color: #fff; 
    width:50%;
    padding:20px !important;
    border-bottom: 0 !important;
}

#dishtable{
    background-color: #bfbfbf; 
}
#directvtable{
    background-color:#ff5a33; 
}

.packTitle,
.packTitle2{
    font-size:20px;
    line-height:45px;
}
.packText{
    font-size:30px;
    font-weight:900;
}

.packTitleDiv {
    text-align:left;
    display:inline-block;
}

#graphicTable tr td,
#graphicTableMobile tr td {
    text-align:center;
    padding:20px 0;
    font-size:22px;
    font-weight:900;
    border-color:#d7d7d7;
}

#graphicTable li {
    padding:10px 20px;
    width:33%;
}
#graphicTableMobile li {
    padding:0 20px;
    margin:10px;
    width:100px;
}

#graphicTable ul li:nth-child(4),
#graphicTable ul li:nth-child(7),
#graphicTable ul li:nth-child(10),
#graphicTable ul li:nth-child(13) {    
  clear: left;
}

.disclaimer{
    font-size:12px;
    color:#6e7176;
    font-style:italic;
}

.splitChannels{
    font-size:13px;
    font-weight:bold;
}

.footerLogo{
    margin: 17px 0;
}

#breadcrumbBar{
    background-color:#d9d9d9;
    height:30px;
    overflow:hidden;
}
#breadcrumbContainer{
    max-width: 969px;
    margin: 0 auto;
    background-color:#ebeced;
    height:30px;
}
/*
#crumbs span:nth-child(1) a {
    background-color:#d9d9d9;
    padding-left:6px;
    z-index:1;
}
#crumbs span:nth-child(2) a {
    background-color:#d9d9d9;
}
#crumbs span:nth-child(3) a {
    background-color:#cacaca;
}
*/
#crumbs{
    margin-bottom: 0;
    clear: none;
    padding-bottom: 0;
    border-bottom:0;
    overflow:hidden;
}
#crumbCover {
    z-index:1;
    background-color: #ebeced;
    width: 40%;
    height: 30px;
    position: absolute;
    right: 0;
}
#spanContainer {
    position:relative;
}
#crumbUnder {
    z-index:0;
    background-color:white;
    width:300px;
    height:30px;
    position:absolute;
    left:0;
}
.breadSpan:hover a{
    color:#ff5a33;
}
.breadSpan a{
    font-size:12px;
    color:#394252;
    font-weight:900;
    padding: 6px 25px 5px 35px;
    letter-spacing:.05em;
    float: left;
    height: 30px;
    background:#d9d9d9;
    text-align: center;
    position: relative;
    margin-right:4px; 
    text-decoration: none;
}
.breadSpan a:before {
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid white;
    position: absolute;
    left: 0px;
    top: 0;
}
.breadSpan a:after {
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #d9d9d9;
    position: absolute;
    right: -15px;
    top:0;
    z-index: 1;
}
.breadSpan:first-child a:before {
    display:none;
}
#crumbs span:nth-child(3) a:after {
    /*border-left: 15px solid #cacaca;*/
}
.current.breadSpan a{
background:#cacaca;
}
.current.breadSpan a:after{
border-left: 15px solid #cacaca;
}

.shareBottom{
    height: 227px;
    border-left: 1px solid #bbbbbb;
    text-align:center;
    z-index:1;
}
#socialShareBarTop{
    position:absolute;
    bottom:0;
    text-align:center;
    height:40px;
    width:170px;
}
.socialIconTop a{
    float:left;
    color:white;
    background-color:transparent;
    height:40px;
    width:40px;
    border-radius:50%;
    margin:0 10px;
    border:1px solid rgba(255,255,255,0.2);
}
#socialShareBarTop > div:nth-child(1) a {
    margin-left:0;
}
.socialIconTop i {
    line-height:40px;
}
#socialShareBar{
    display:block;
    margin:0 auto;
    height:55px;
    width:210px;
    position:relative;
    top:40px;
}
.socialIcon{
    display:block;
    float:left;
    color:white;
    background-color:#394252;
    height:50px;
    width:50px;
    border-radius:50%;
    margin:0 10px;
}

.socialIcon i {
    line-height:50px;
}
.socialShareTextDiv{
    display:block;
    margin:0 auto;
}
.socialShareText{
    font-weight: 900;
    font-size: 21px;
    color: #6e7176;
    position:relative;
    top:108px;
}
.socialIconTop a:hover {
    color:#ff5a33;
}
.socialIcon:hover i {
    color:#ff5a33;
}
.channelModalDiv,
.channelModalDivTwo {
    position: fixed !important;
    top: 0;
    left:0 !important;
    width: 100%;
    height: 100%;
    background: rgba(56,57,58,.9);
    margin: 0;
    z-index: 4;
    display:none;
}
#channelModal,
#channelModalTwo{
    z-index: 5;
    max-width:900px;
    margin:0 auto;
    padding:50px 0 0 69px;
}
#modalCloseDiv i:hover,
#modalCloseDivTwo i:hover{
    color:#f9152f;
}

#modalCloseDiv i,
#modalCloseDivTwo i{
    display: block;
    color: white;
    font-size: 4em;
    border: 3px solid #9c9c9d;
    width: 60px;
    height:60px;
    text-align: center;
    opacity: 1;
    z-index:999;
}
.modalColumns{
    display: block;
    float: left;
    width: 33.333%;
    box-sizing: border-box;
    color: white;
    font-weight: 700;
    font-size: 15px;
}
.modalTitle{
    margin-top:20px;
}
.channelRollover,
.channelRolloverTwo{
    font-size:17px;
    color:#394252;
    text-decoration:underline;
    font-weight:900;
    width:320px;
    cursor:pointer;
}


.tog{
    position:relative;
    height: 90px;
    font-size: 20px;
    letter-spacing: 2px;
    background-color:#dc583a !important;
    color: white;
    background-image: -moz-linear-gradient( 90deg, rgb(220,88,58) 0%, rgb(242,100,66) 100%)!important;
    background-image: -webkit-linear-gradient( 90deg, rgb(220,88,58) 0%, rgb(242,100,66) 100%)!important;
    background-image: -ms-linear-gradient( 90deg, rgb(220,88,58) 0%, rgb(242,100,66) 100%)!important;
}

#mobileTable .tog {
    height:100px;
}

.tog td {
    text-align: center;
    font-size: 16px;
    padding: 20px;
}

#mobileTable tbody tr th,
#mobileTable tbody tr td{
    display:block;
}

#mobileTable tbody tr td{
    text-align:center;
    font-size:20px;
    padding:15px 2%;
    line-height: 30px;
    border-right: 1px solid #c5c5c4;
    border-left: 1px solid #c5c5c4;
    border-bottom: 1px solid #c5c5c4;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#mobileTable > tbody > tr > td:nth-last-child(1) {
    border-bottom:8px solid #ff5a33;;
    margin-bottom:10px;

}

#mobileTable > tbody > tr > td.packageTd {
        text-align:left;
}
#mobileTable > tbody > tr > td.packageTd p {
        line-height:25px;
}
#mobileTable > tbody > tr > td.packageTd .bodyText {
        font-size:17px;
}
#mobileTable > tbody > tr > td.packageTd .bodyGraySm {
        font-size:15px;
}

.mobileTitle{
    font-size:16px;
    color:#394252;
    font-weight:900;
}

.mobileDetails{
    font-size:14px;
    font-weight:300;
    letter-spacing:1px;
    position: relative;
    top: 16px;
    left:10px;
}

.mobileHead{
    letter-spacing:1px;
    position: relative;
    top: 10px;
    left:10px;
}

.mobileOrange{
    font-weight:900;
    color: #ff5a33;
    font-size: 20px;
    letter-spacing: .5px;
}
.mobileHeavyGray{
    font-weight:900;
    color: #5e646e;
}

.mobileLightGray{
    color:#707071;
    font-weight:100;
    font-size:20px;
}

.entry table{
    border:0;
}

.mobileSpace{
    margin-bottom:10px;
}

.mobilePlus{
    display:initial;
}
.mobileMinus{
    display:none;
}

.mobileIcon{
    color: white;
    bottom: 22px;
    right: 3%;
}

.mobileMinus{
    display:none;
}

.mobileYear1,
.mobileYear2{
    font-size: 12px;
    font-weight: 900;
    color: #b0b8c0;
    position:relative;
}
.mobileYear1{
    right:8px;
}
.mobileYear2{
    left:5px;
}
.mobileYearDiv{
    display:inline-block;
}

#priceTable3 tbody tr td.tableText{
    text-align: left;
    padding: 20px;
}  
.tableTextTitle{
    display:block;
    margin-bottom:20px;
}

.dropTable > tbody > tr.tableH1:hover{
    border:2px solid #ff5a33;
}

.desktopTog{
    border:none !important;
    background-color:white;
    color:white;
}
#priceTable3 tbody tr td:nth-child(1){
    width:26%;    
}
#priceTable3 tbody tr td:nth-child(2){
    width:46%;    
}
#priceTable3 tbody tr td:nth-child(3) {
    width:11%;
}

#priceTable3 tbody tr td:nth-child(4) {
    width:5%;
}


.togBackground{
    background-color:#ff5a33 !important;
}

.desktopTog > .fa-lg{
    font-weight:900;
}
.desktopTogDown {
    display:inital;
}
.desktopTogUp {
    display:none;
}

.shoutOutDiv {
    background-color:#f1f1f1;
    color:#394252;
    border-radius:5px;
    font-size:20px;
    font-style:italic;
    text-align:center;
    height:62px;
    line-height:62px;
    margin:30px 0;
}

.priceTablePackageGray {
   font-size:14px;
   color:#b0b8c0;
   font-style:italic;
   font-weight:400;
   letter-spacing:1px;
}
.largePrice {
    font-size: 26px;
    position: relative;
    top: 8px;
}
.smallPrice {
    font-size:16px;
}

.insideDiv {
    font-size:16px;
}

.tableYear {
    color: #707070;
    font-weight: 700;
    font-size: 10px;
    position: relative;
    left: 25px;
    top: -14px;
}

.tableYearLong {
    left: 34px;
    top: -14px;
}

.tableYearThreeDigits {
    left:31px;
}





#priceTable > tbody > tr > td:nth-child(3) > span,
#priceTable > tbody > tr > td:nth-child(4) > span,
#priceTable3 > tbody > tr > td:nth-child(3) > span,
#priceTable3 > tbody > tr > td:nth-child(4) > span {
    font-weight:400;
    font-size:26px;
}

#priceTable > tbody > tr.tableRow.tableH1.tableLastRow > td:nth-child(2) > span:nth-child(5),
#priceTable3 > tbody > tr:nth-child(12) > td.tableLastRow > span:nth-child(5) {
    left:32px;
}

#priceTable .tableH1 {
    height:80px;
}
.extraInfo {
    font-size: 14px;
    position: relative;
    top: 10px;
    left: 30px;
    color:#6e7176;
}


div.bigRatingAnimation {
    position:absolute;
    top:19px;
    left:21px;
}
div.bigRatingAnimation svg circle.outer {
  fill: transparent;
  stroke: #ff5a33;
  stroke-linecap:round;
  stroke-width: 15;
  stroke-dasharray: 515;
  stroke-dashoffset:514;
}
div.bigRatingAnimation svg circle.inner{
  fill: transparent;
  stroke: #1b1f28;
  stroke-width: 15;
  stroke-dasharray: 0;
}


div.smallRatingAnimation {
    position:relative;
    top:67px;
    left:183px;
}
div.smallRatingAnimation svg circle.outer {
  fill: transparent;
  stroke: #31c3bd;
  stroke-linecap:round;
  stroke-width: 11;
  stroke-dasharray: 510;
  stroke-dashoffset:509;
}

div.smallRatingAnimation svg circle.inner{
  fill: transparent;
  stroke: #1b1f28;
  stroke-width: 11;
  stroke-dasharray: 0;
}

.textLink {
    font-weight:900;
    text-decoration:underline !important;
    letter-spacing: 0.5px;
    font-size:17px;
    color:#394252;
}
.sprite {
    background-image: url(http://www.reviews.org/wp-content/uploads/2016/01/timewarnersprite.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-disney {
    width: 59px;
    height: 60px;
    background-position: -5px -5px;
}

.sprite-espn {
    width: 111px;
    height: 60px;
    background-position: -74px -5px;
}

.sprite-hallmark {
    width: 144px;
    height: 60px;
    background-position: -5px -75px;
}

.sprite-nfl {
    width: 201px;
    height: 60px;
    background-position: -5px -145px;
}

.sprite-ondemand {
    width: 144px;
    height: 60px;
    background-position: -195px -5px;
}

.sprite-sundance {
    width: 131px;
    height: 60px;
    background-position: -159px -75px;
}

.sprite-tnt {
    width: 49px;
    height: 60px;
    background-position: -349px -5px;
}

.sprite-usa {
    width: 63px;
    height: 60px;
    background-position: -300px -75px;
}

/*direct tv sprites-----------------------------------*/
.sprite {
    background-image: url(http://www.reviews.org/wp-content/uploads/2015/11/DirecTVSprite.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-ae {
    width: 54px;
    height: 60px;
    background-position: -10px -10px;
}

.sprite-bbc {
    width: 60px;
    height: 60px;
    background-position: -84px -10px;
}

.sprite-bravo {
    width: 54px;
    height: 60px;
    background-position: -164px -10px;
}

.sprite-cn {
    width: 55px;
    height: 60px;
    background-position: -238px -10px;
}

.sprite-cnn {
    width: 54px;
    height: 60px;
    background-position: -313px -10px;
}

.sprite-comedy {
    width: 54px;
    height: 60px;
    background-position: -387px -10px;
}

.sprite-cooking {
    width: 103px;
    height: 60px;
    background-position: -10px -90px;
}

.sprite-discovery {
    width: 50px;
    height: 60px;
    background-position: -461px -10px;
}

.sprite-discoveryfamily {
    width: 116px;
    height: 60px;
    background-position: -133px -90px;
}

.sprite-disney {
    width: 59px;
    height: 60px;
    background-position: -269px -90px;
}

.sprite-disneybig {
    width: 82px;
    height: 60px;
    background-position: -348px -90px;
}

.sprite-diy {
    width: 83px;
    height: 60px;
    background-position: -10px -170px;
}

.sprite-e {
    width: 60px;
    height: 60px;
    background-position: -450px -90px;
}

.sprite-espn {
    width: 111px;
    height: 60px;
    background-position: -113px -170px;
}

.sprite-espn2 {
    width: 131px;
    height: 60px;
    background-position: -244px -170px;
}

.sprite-espnclassic {
    width: 59px;
    height: 60px;
    background-position: -395px -170px;
}

.sprite-food {
    width: 60px;
    height: 60px;
    background-position: -10px -250px;
}

.sprite-fs1 {
    width: 84px;
    height: 60px;
    background-position: -90px -250px;
}

.sprite-fx {
    width: 47px;
    height: 60px;
    background-position: -474px -170px;
}

.sprite-fxx {
    width: 58px;
    height: 60px;
    background-position: -194px -250px;
}

.sprite-hbo {
    width: 100px;
    height: 60px;
    background-position: -272px -250px;
}

.sprite-hgtv {
    width: 60px;
    height: 60px;
    background-position: -392px -250px;
}

.sprite-history {
    width: 49px;
    height: 60px;
    background-position: -472px -250px;
}

.sprite-lmn {
    width: 79px;
    height: 60px;
    background-position: -10px -330px;
}

.sprite-nba {
    width: 50px;
    height: 60px;
    background-position: -109px -330px;
}

.sprite-nhl {
    width: 76px;
    height: 60px;
    background-position: -179px -330px;
}

.sprite-outdoor {
    width: 78px;
    height: 60px;
    background-position: -275px -330px;
}

.sprite-own {
    width: 84px;
    height: 60px;
    background-position: -373px -330px;
}

.sprite-sec {
    width: 86px;
    height: 60px;
    background-position: -10px -410px;
}

.sprite-showtime {
    width: 112px;
    height: 60px;
    background-position: -116px -410px;
}

.sprite-starz {
    width: 99px;
    height: 60px;
    background-position: -248px -410px;
}

.sprite-syfy {
    width: 54px;
    height: 60px;
    background-position: -367px -410px;
}

.sprite-tbs {
    width: 42px;
    height: 60px;
    background-position: -477px -330px;
}

.sprite-tlc {
    width: 56px;
    height: 60px;
    background-position: -441px -410px;
}

.sprite-tnt {
    width: 49px;
    height: 60px;
    background-position: -531px -10px;
}

.sprite-tntyellow {
    width: 53px;
    height: 60px;
    background-position: -530px -90px;
}

.sprite-travel {
    width: 89px;
    height: 60px;
    background-position: -10px -490px;
}

.sprite-usa {
    width: 63px;
    height: 60px;
    background-position: -517px -410px;
}

.sprite-wild {
    width: 108px;
    height: 60px;
    background-position: -119px -490px;
}

#s-share-buttons.s-share-w-c a {
    margin: 15px;
}
/*end direct tv sprites---------------------------------*/



.excerpt {
    width:90%;
    position:relative;
    left:10%;
    margin-bottom:20px;
}

.mobileExtraInfo {
    font-size: 12px;
    line-height: 16px;
    position: relative;
    top: 20px;
}

.lastRowBorder {
    border-bottom: 1px solid #d7d7d7 !important;
}

#s-share-buttons.s-share-w-c a {
    margin: 15px;
}

.noContract {
    position:relative;
    top:5px;
    left:10px;
}

.callOutDiv {
    background-color: #f1f1f1;
    color: #394252;
    border-radius: 5px;
    padding:30px;
    margin: 50px 0;
}

.bodyTitleTop {
    margin-top:0 !important;
}

#priceTable {
    margin-bottom:0;
}

.extraTiny {
    font-size: 8px;
    position: relative;
    bottom: 10px;
}
/*###############   MEDIA QUERIES  #################*/
/*###############   MEDIA QUERIES  #################*/
/*###############   MEDIA QUERIES  #################*/
/*###############   MEDIA QUERIES  #################*/
/*###############   MEDIA QUERIES  #################*/

@media screen and (max-width: 1035px){
    .titleDiv {
        padding-left:20px;
    }
}
@media screen and (max-width: 1015px){
    #crumbs span:nth-child(1) a {
    padding-left:2%;
    }
}

@media screen and (max-width: 1001px){
    .topTextDiv{
        width:33.8%;
    }
    .topRatingDiv{
        width:35%;
    }
    .proConDiv{
        width:62.5%;
    }
    .sideBarDiv{
        width:37.5%;
    }
    .sideBarOne {

        padding-right: 26px;
    }
}

@media screen and (max-width: 900px){
    
    #theme-header{
        margin-bottom:20px;
    }
    .topLogoDiv,
    .topTextDiv,
    .topRatingDiv{
        display:block;
        width:90%;
        float:none;
    }
    
    .topLogoDiv {
        margin: 0 auto 30px auto;
    }
    .topTextDiv {
        margin: 0 auto;
        text-align: center;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        height:185px;
        padding:0;
    }
    #socialShareBarTop{
        display:block;
        margin:0 auto;
        position:relative;
    }
    .topBarTitle{
        font-size:30px;
    }
    .topBarText{
       font-size:20px;
    }
    .topRatingDiv {
        margin: 55px auto 30px auto;
        border: none;
        max-width: 290px;
        top:0;
        padding:0;
    }
    div.bigRatingAnimation {
        left:-5px;
    }
    div.smallRatingAnimation {
        top:65px;
        left:194px;
    }
    .rating1 {
        top:28px;
    }
    .bigRating {
        left: 40px;
        top: 93px;
    }
    .ourRating {
        top: 0;
        left: 38px;
        letter-spacing: .05em;
    }
    .info {
        left: 145px;
        top: 20px;
    }
    .rating2,
    .userRating,
    .userReviews{
        left: 195px;
        font-size:12px;
    }
    .smallRating {
        left: 215px;
        top: 92px;
    }
    .proConDiv{
        width:100%;
    }
    .sideBarDiv {
        width: 100%;
        display: block;
        margin: 0 auto 40px auto;
    }
    .sideBarOne {
        padding-right: 55px;
    }
    .bodyGray{
        font-size:18px;
        line-height:30px;
    }
    .mobileTitleDiv {
        display:block;
    }
    .NFL {
        font-size: 18px;
        line-height: 30px;
    }

    .proCon{
        min-height: 200px;
        max-width: 560px;
        display: block;
        margin: 0 auto;
    }
    .tableImage{

    }
    .tableImage img{
        margin-bottom:20px !important;
    }
    .packTitle{
        display:block;
        margin:0 auto;
        line-height:20px;
    }
    .packTitle2 {
        margin-bottom: 20px;
        display: inline-block;
        line-height: 20px;
    }
    #crumbs span:nth-child(1) a {
        padding-left: 6%;
    }
    .shareBottom {
        height:150px;
    }
    .socialShareText{
        top:60px;
    }
}

@media screen and (max-width: 840px){
    #priceTable3 tbody tr td.tableOne{
        font-size:16px !important;
    }
}
@media screen and (max-width: 785px){
    .disclaimer {
        padding-left:15px;
    }
    .sectionTitle{
        line-height:35px;
        letter-spacing:0px;
    }
    .sectionTitleTwo{
        font-size:30px;
    }
    .sectionText {
        font-size:24px;
    }
}
/*
@media screen and (max-width: 767px) {
    #graphicTable {
        display:none;
    }
}
@media screen and (min-width: 767px) {
    #graphicTableMobile {
        display:none;
    }
}*/

@media screen and (max-width: 767px) {
    .shareBottom {
        border-left:none;
    }
    #nflImg {
    margin-bottom:0px;
    }
    .packText {
        font-size:24px;
    }
}

@media screen and (max-width: 733px){
    #priceTable2 tr td{
        width:25%;
    }
}
@media screen and (max-width: 700px){
    #channelModal,
    #channelModalTwo {
    top: 5%;
    left: 1%;
    position: fixed;
    z-index: 5;
    width:100%;
    }
    .shoutOutDiv,
    #postBy,
    #breadcrumbBar{
        display:none;
    }
}

/* ######################## Responsive Table ######################*/

@media (min-width: 650px){
    #mobileTable {
        display:none;
    }
    #jumpMobile {
        display:none;
    }
    #graphicTableMobile {
        display:none;
    }

}



@media (max-width: 649px){
    #graphicTable {
        display:none;
    }
    
    .noMobile {
        display:none;
    }
    
    #priceTable,
    #priceTable2,
    #priceTable3 {
        display:none;
    }
    #graphicTableMobile li {
        padding: 10px 0;
        margin:0px;
        width: 33%;
    }
    #graphicTableMobile ul li:nth-child(4),
    #graphicTableMobile ul li:nth-child(7),
    #graphicTableMobile ul li:nth-child(10),
    #graphicTableMobile ul li:nth-child(13) {    
        clear: left;
    }
    .channels2Mobile li {
        float: left;
        display: block;
        list-style: none !important;
        padding: 10px 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    
    .tableImage{
        display:block;
    }
    .packTitle{
        display:block;
        margin:0 auto;
        line-height:50px;
    }
    .packTitle2{
        position:inital;
        top:0;
        margin-top:0;
        display:block;
        line-height:20px;
    }
    .packText {
        font-size:30px;
    }
    .titleDiv {
        padding:0 10px 0 15px;
    }
    #jumpDesktop{
        display:none;
    }

}

@media screen and (max-width: 600px){
    #channelModal,
    #channelModalTwo {
        padding:5px;
        top:0;
        left:0;
    }
}

@media screen and (max-width: 550px){
    .modalColumns{
        font-size:12px;
        padding-right:10px;
    }
    #channelModal,
    #channelModalTwo {
        height:480px;
        overflow-y:scroll;
    }
}

@media screen and (max-width: 500px){ 
    .sideButton{
        font-size:16px;
    }
    .sideBarOne{
        padding-right:0;
    }
}
@media screen and (max-width: 475px){
    .modalColumns{
        width:50%;
    }
}
@media screen and (max-width: 450px){
    .topBarTitle{
       text-align:left;
       font-size:26px;
    }
    .topBarText{
       text-align:left;
       font-size:17px;
       letter-spacing:0;
    }
    #socialShareBarTop{
        display:initial;
    }
    .mobileButtonDiv {
        display: block;
        height: auto;
        width: 100%;
        margin: 0 auto;
    }
    .mobileButtonDiv img{
        max-width: 100%;
        height: auto;
        border: 10px solid #f15b3a;
    }
    .mobileButton {
        width: 75%;
        height: 55px;
        background-color: #f15c3a;
        display: block;
        margin: 0 auto;
        left: 12.5%;
        top: 90%;
        letter-spacing:.12em;
        font-size:14px;
        border-radius:6px;
        -moz-box-shadow: 0px 5px 1px #a3412b;
        -webkit-box-shadow: 0px 5px 1px #a3412b;
         box-shadow: 0px 5px 1px #a3412b;
    }
}

@media screen and (max-width: 437px){
    #nflImg{
        max-width:125px;
        margin:0 5px 15px 0;
    } 
}
@media screen and (max-width: 400px){
    .mobileHead{
        font-size:18px;
    }
    .tableImage{
        width: 80px;
        position: relative;
        top: 12px;
    }
    #dishtable, #directvtable {
        padding: 10px !important;
    }
    .packTitle2{
        margin-top:30px;
        line-height:1px;
    }
    .packText {
        font-size:24px;
    }
}

@media screen and (max-width: 350px){
    .mobileYearDiv {
        font-size: 16px;
    }
}
@media only screen and (max-width: 350px){
    .logo img {
        max-width: 70%;
    }
}
@media screen and (max-width: 338px){
    .topTextDiv {
        height:200px;
    }
    #mainTopBar{
        top:-16px;
    }
    .mobileLightGray{
        font-size:18px;
    }
    .modalColumns{
        padding-right:0px;
    }
}