* {
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-weight: bold;
}

h1 {
    margin-top: 15px;
}

.cignal-navbar {
    border-radius: 0;
}

    .cignal-navbar a {
        color: white;
        font-size: 12px;
    }

.navbar {
    background-color: #8c0a0b;
    border: 0px;
}

.nav li a:hover {
    background: #ec1c24;
}

.navbar-toggle {
    margin-top: 14px;
    border: 1px solid white;
}

    .navbar-toggle .icon-bar {
        background-color: white;
    }

.navbar-brand img {
    width: 80px;
    margin-top: -5px;
}

.dropdown-menu {
    background-color: rgba(140,10,11,0.85);
    border: 0;
}

    .dropdown-menu li a {
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .dropdown-menu li a:hover {
            color: white;
        }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #ec1c24;
}

.nav .fa {
    font-size: 25px;
}

#cignalsubnav {
    padding-top: 10px;
    min-height: 45px;
    background: url(../images/subnav-bg.jpg) top center no-repeat #edebeb;
}

    #cignalsubnav a {
        font-size: 16px;
        color: #8c0a0b;
    }

        #cignalsubnav a:hover {
            color: black;
        }

@media(max-width:1100px) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 240px !important;
        overflow-y: auto !important;
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: none;
}

.img-responsive {
    margin: 0 auto;
}

.featureboxes div {
    margin-top: 20px;
    margin-bottom: 20px;
}

#homebanner {
    margin-top: 57px;
}

.fix-nav-spacer {
    margin-top: 57px;
}

#postpaiddivider {
    background-image: linear-gradient( to right, #9e005d, #eb1c24 );
    color: white;
}

#postpaidcopy {
    margin-top: 20px;
}

#prepaiddivider {
    background-image: linear-gradient( to right, #9e0b0f, #f26522 );
    color: white;
}

.prepaiddivider {
    background-image: linear-gradient( to right, #9e0b0f, #f26522 );
    color: white;
}

#prepaidcopy {
    margin-top: 20px;
}

.btn-cignal {
    color: white;
    background-color: #8c0a0b;
    border-color: none;
}

.form-control {
    border: 1px solid #8c0a0b;
}

footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #e2dedf;
    color: #7d7d7d;
}

    footer h5 {
        color: #9f070a;
    }

    footer .fa-icon {
        font-size: 36px;
        color: #8C0A0B;
    }

    footer .btn-cignal:hover {
        color: #fff;
    }

.btn-cignal-login {
    color: #8c0a0b;
    border-radius: 4px;
    border: 0;
    background: white;
    font-size: 15px;
    padding: 5px 20px;
}

/** Postpaid section **/

/** Postpaid landing **/

.postpaid-plan-box {
    font-size: 70px;
    font-weight: bold;
    color: white;
    background-image: linear-gradient( to right, #9e005d, #eb1c24 );
}

#postpaid-plan-list {
    margin-top: 40px;
}

    #postpaid-plan-list a.cignal-btn {
        border: solid 1px #ec1b26;
        padding: 5px 0px;
        font-size: 20px;
        color: #ec1b26;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        text-decoration: none;
    }

    #postpaid-plan-list a:hover.cignal-btn {
        background: #ec1b26;
        color: white;
    }

    #postpaid-plan-list h3 {
        color: #ec1b26;
        margin-bottom: 0px;
        margin-top: 5px;
    }

    #postpaid-plan-list p {
        font-size: 20px;
        font-weight: 100;
        margin-bottom: 0px;
    }

    #postpaid-plan-list .plan-section {
        margin-bottom: 40px;
    }

/** Postpaid inner **/

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: red;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
}

    .carousel-control img {
        max-width: 45px;
        margin-top: 50%;
    }

.carousel-indicators {
    bottom: 0px;
}

.postpaiddivider {
    background-image: linear-gradient( to right, #9e005d, #eb1c24 );
    color: white;
}

.promosdivider {
    background-image: linear-gradient( to right, #ed145b, #f7941d );
    color: white;
}

.postpaid-featured-plan {
    /*background-color:#fb2f3b;*/
    /*color: white;*/
}

    .postpaid-featured-plan h2 {
        color: #ca1d3b;
    }

    .postpaid-featured-plan div:first-child {
        padding-top: 30px;
        padding-bottom: 30px;
    }

#postpaid-channel-checklist div {
    min-height: 290px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#postpaid-channel-checklist ul {
    max-width: 250px;
    margin: 0 auto;
}

#postpaid-channel-checklist img {
    height: 80px;
}

#postpaid-channel-checklist h3 {
    min-height: 50px;
}

/* plan tabs section */

.tabs {
    /*margin-left: -55px;
	margin-right: -15px;*/
}

    .tabs > div {
        display: none;
        /*padding-top: 60px;*/
    }

    .tabs > .active {
        display: block;
    }

.tabs-content {
    /*padding: 40px !important;*/
}

    .tabs-content img {
        width: 100%;
    }

    .tabs-content ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }


.transformer-tabs ul li {
    display: inline-block;
    padding: 0;
    vertical-align: bottom;
    width: 16.66%;
    text-align: center;
    margin: 0px;
    float: left;
}

.transformer-tabs ul a {
    display: inline-block;
    color: white;
    text-decoration: none;
    padding: 10px 0px;
    font-size: 30px;
    width: 100%;
}

    .transformer-tabs ul a.one {
        background-color: #f73348;
    }

    .transformer-tabs ul a.two {
        background-color: #f1263b;
    }

    .transformer-tabs ul a.three {
        background-color: #dd0c1e;
    }

    .transformer-tabs ul a.four {
        background-color: #c30a18;
    }

    .transformer-tabs ul a.five {
        background-color: #a50612;
    }

    .transformer-tabs ul a.six {
        background-color: #800008;
    }

    .transformer-tabs ul a.six {
        background-color: #800008;
    }

    .transformer-tabs ul a.seven {
        background-color: #650007;
    }

    .transformer-tabs ul a.active {
        color: #db1724;
        -box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border: 1px solid #db1724;
        padding: 9px 0px;
        background-color: #fff;
    }

#postpaidplantable h1, #postpaidloadtable h1 {
    font-size: 30px;
    color: #ca1d3b;
}


#postpaidplantable a.cignal-btn, #postpaidloadtable a.cignal-btn {
    border: solid 1px #ca1d3b;
    padding: 5px 0px;
    font-size: 20px;
    color: #ca1d3b;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}

#postpaidplantable a:hover.cignal-btn, #postpaidloadtable a:hover.cignal-btn {
    background: #ca1d3b;
    color: white;
}

/** CSS TABLE **/
#tbl1 {
    margin-top: 30px;
    border: 1px solid #ca1d3b;
    border-collapse: collapse;
}

    #tbl1 tr td {
        font-size: 20px;
        text-align: center;
        color: #5a5959;
        padding: 1px;
        border: 1px solid #ca1d3b;
    }

    #tbl1 tr:first-child td:first-child {
        color: #ca1d3b;
        font-size: 25px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

    #tbl1 tr:first-child td:nth-child(2) {
        background-color: #eb1c24;
        color: #fff;
        padding: 6px;
        font-size: 20px;
        font-weight: bold;
        border: solid 1px #ca1d3b;
    }

    #tbl1 tr:first-child td:nth-child(3) {
        background-color: #eb1c24;
        color: #fff;
        padding: 6px;
        font-size: 20px;
        font-weight: bold;
        border: solid 1px #ca1d3b;
    }

    #tbl1 tr:nth-child(2) td:first-child {
        text-align: left;
        padding-left: 2%;
        border: solid 1px #ca1d3b;
    }

    #tbl1 tr:nth-child(3) td:first-child {
        text-align: left;
        padding-left: 2%;
        border: solid 1px #ca1d3b;
    }

    #tbl1 tr:nth-child(4) td:first-child {
        text-align: left;
        padding-left: 2%;
        border: solid 1px #ca1d3b;
    }

    #tbl1 tr:nth-child(5) td:first-child {
        text-align: left;
        padding-left: 2%;
        border: solid 1px #ca1d3b;
    }

    #tbl1 tr:nth-child(6) td:first-child {
        text-align: left;
        padding-left: 2%;
        border: solid 1px #ca1d3b;
    }

    #tbl1 tr:nth-child(7) td:first-child {
        text-align: left;
        padding-left: 2%;
        border: solid 1px #ca1d3b;
    }

    #tbl1 tr:nth-child(8) td:first-child {
        text-align: left;
        padding-left: 2%;
        border: solid 1px #ca1d3b;
    }

    #tbl1 tr:nth-child(9) td:first-child {
        text-align: left;
        padding-left: 2%;
        border: solid 1px #ca1d3b;
    }

    #tbl1 tr td:nth-child(n) {
        border: solid 1px #ca1d3b;
    }

/** Prepaid Section **/

.prepaid-plan-box {
    font-size: 70px;
    font-weight: bold;
    color: white;
    background-image: linear-gradient( to right, #9e0b0f, #f26522 );
}

#prepaid-plan-list {
    margin-top: 40px;
}

    #prepaid-plan-list a.cignal-btn {
        border: solid 1px #f46425;
        padding: 5px 0px;
        font-size: 20px;
        color: #f46425;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        text-decoration: none;
    }

    #prepaid-plan-list a:hover.cignal-btn {
        background: #f46425;
        color: white;
    }

    #prepaid-plan-list h3 {
        color: #f46425;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    #prepaid-plan-list p {
        color: #f46425;
        font-size: 20px;
        font-weight: 100;
        margin-bottom: 0px;
    }

    #prepaid-plan-list .plan-section {
        margin-bottom: 40px;
    }


/** Added carousel css as of October 2, 2015 **/
img.banner-mobile {
    width: 100%;
}

@media (min-width: 768px) {
    .tabs {
        margin-left: 0px;
        margin-right: 0px;
    }

    .transformer-tabs ul.open,
    .transformer-tabs ul {
        /*margin-left: -55px;
	    margin-right: -15px;*/
        height: auto;
    }

    /*postpaid*/
    .postpaid-plan-box {
        font-size: 90px;
        line-height: 110px;
    }

    /* prepaid */
    .prepaid-plan-box {
        font-size: 90px;
        line-height: 110px;
    }
}

@media (max-width: 768px) {
    #tbl1 tr td {
        font-size: 16px;
        font-weight: 400;
    }

    #tbl1 tr:first-child td:first-child {
        font-size: 20px;
    }

    #tbl1 tr:first-child td:nth-child(2) {
        font-size: 15px;
    }

    #tbl1 tr:first-child td:nth-child(3) {
        font-size: 15px;
    }

    .transformer-tabs ul a {
        font-size: 20px;
    }

    /*.tabs-content {
	  padding: 20px 0px;
	}*/

    .postpaid-featured-plan div {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /** postpaid **/

    #postpaid-plan-list a.cignal-btn {
        margin-top: 5px;
    }

    #postpaid-plan-list h3 {
        margin-top: 0px;
    }

    /** Prepaid **/

    #prepaid-plan-list a.cignal-btn {
        margin-top: 5px;
    }

    #prepaid-plan-list h3 {
        margin-top: 0px;
    }
}

.phone-number {
    text-decoration: none;
    color: initial;
}

.custom-list {
    padding-left: 1em;
    display: inline-block;
}

/** Media queries **/

@media (min-width: 1100px) {
    .navbar-brand img {
        width: 125px;
        margin-top: 0px;
    }
}

@media (max-width: 1100px) {

    .cignal-navbar li a {
        height: 45px;
        /*font-size: 12px;		*/
        /*border-top: 1px solid #999;*/
    }

    #cignalsubnav {
        background: none;
        background-color: #edebeb;
    }

    #cignalsubnav {
        display: none;
    }

    #homebanner {
        margin-top: 56px;
    }

    .fix-nav-spacer {
        margin-top: 56px;
    }
}

/* Early Nav Collapse */
@media (max-width: 1100px) {

    /**********************************************/
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 2px;
                padding-bottom: 2px;
            }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    /*********************************************/

}

/* ADDITIONAL CSS for PREPAID LOAD INNER */
.prepaid-load-featured-plan div:first-child {
    padding-top: 30px;
    padding-bottom: 30px;
}

.prepaid-load-featured-plan h2 {
    color: #f46425;
}

#prepaidloadtable h1 {
    font-size: 30px;
    color: #f46425;
}

#prepaidloadtable a.cignal-btn {
    border: solid 1px #f46425;
    padding: 5px 0px;
    font-size: 20px;
    color: #f46425;
    display: block;
    margin-top: 25px;
    margin-bottom: 10px;
    text-decoration: none;
}

#prepaidloadtable a:hover.cignal-btn {
    background: #f46425;
    color: white;
}

/** CSS TABLE **/
#tbl2 {
    margin-top: 30px;
    border: 1px solid #f46425;
    border-collapse: collapse;
    border: solid 1px #f46425;
}

    #tbl2 tr td {
        font-size: 20px;
        text-align: center;
        color: #5a5959;
        padding: 7px;
        border: 1px solid #f46425;
    }

    #tbl2 tr:first-child td:first-child {
        color: #f46425;
        border-bottom: 1px solid #f46425;
    }

    #tbl2 tr:first-child td:nth-child(2) {
        color: #ca1d3b;
        font-size: 25px;
        background-color: #e75722;
        border-bottom: 1px solid #f46425;
    }

/* CHANNEL LINE UP CSS */


#ch-list {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ch-btn {
    color: #ec1b26;
    background-color: #fff;
    border-color: #ec1b26;
    border-radius: 0px;
    font-size: 20px;
    width: 100%;
    padding: 5px 12px;
}

#ch-list .open > .dropdown-toggle.btn-primary {
    background-color: #ec1b26;
    color: #fff;
    border-color: #ec1b26;
}

    #ch-list.open > .dropdown-toggle.btn-primary:focus {
        background-color: #ec1b26;
        color: #fff;
        border-color: #ec1b26;
    }

.ch-menu.dropdown-menu > li > a:hover {
    background-color: #EC1C24;
}

.ch-btn:hover {
    background-color: #ec1b26;
    color: #fff;
    border-color: #ec1b26;
}

.ch-btn .caret {
    float: right;
    position: relative;
    top: 8px;
}

.ch-menu {
    border-radius: 0px;
    width: 100%;
}

#ch-list a.cignal-btn {
    border: solid 1px #ec1b26;
    padding: 5px 0px;
    font-size: 20px;
    color: #ec1b26;
    display: block;
    text-decoration: none;
}

#ch-list a:hover.cignal-btn {
    background: #ec1b26;
    color: white;
}

#line-up .ch-assignment-tbl, #partner-location .ch-assignment-tbl {
    background-image: linear-gradient(to right, #9e005d, #eb1c24);
    color: white;
}

#line-up h3 {
    font-size: 23px;
    color: #5a5959;
    font-weight: 300;
}

@media (min-width:321px) and (max-width:360px) {
    .btn-primary {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .postpaiddivider h1 {
        font-size: 16px;
    }

    .prepaiddivider h1 {
        font-size: 16px;
    }

    .ch-btn {
        font-size: 14px;
    }

    #ch-list a.cignal-btn {
        font-size: 14px;
        margin-top: 20px;
    }

    #line-up h3 {
        font-size: 16px;
    }

    .promosdivider h1 {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ch-btn {
        font-size: 16px;
    }

    #ch-list a.cignal-btn {
        font-size: 16px;
    }
}

@media (min-width: 1199px) {
    .ch-btn {
        font-size: 17px;
    }

    #ch-list a.cignal-btn {
        font-size: 17px;
    }
}

/* PROMOS */
.promos-icon span {
    color: #ca1d3b;
    font-size: 31px;
}

@media (max-width: 767px) {
    .promos-box {
        margin-top: 20px;
    }

    .promos-icon img {
        width: 50px;
    }

    .promos-icon span {
        color: #ca1d3b;
        font-size: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .promos-box {
        margin-top: 100px;
    }

    .promos-icon img {
        width: 40px;
    }

    .promos-icon span {
        color: #ca1d3b;
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .promos-icon img {
        width: 55px;
    }

    .promos-icon span {
        color: #ca1d3b;
        font-size: 21px;
    }
}

/* desktop faq CSS */
#faq {
    background-image: linear-gradient(to right, #9e005d, #eb1c24);
    color: white;
    margin-top: 57px;
}

.faq-dropdown {
    background: #fff;
    color: #700d13;
    border-color: #700d13;
    width: 400px;
}

    .faq-dropdown:hover, .faq-dropdown:focus, .faq-dropdown:active, .faq-dropdown.active, .open .dropdown-toggle.faq-dropdown {
        color: #fff;
        background: #a70512;
        border-color: #a70512;
    }

.faqs-answer h1 {
    font-size: 30px;
    color: #ca1d3b;
}

.faqs-answer p {
    font-size: 18px;
    color: #5a5959;
}

#faqslist > .active > a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #a70512;
}

.faqslist > .active > a:focus {
    outline: 0;
}

.faqs-tabs ul {
    list-style: none;
    padding: 25px 50px;
}

    .faqs-tabs ul li {
        padding: 0;
        vertical-align: bottom;
        width: 450px;
        text-align: center;
        margin: 0px;
    }

    .faqs-tabs ul a {
        display: inline-block;
        color: white;
        text-decoration: none;
        padding: 10px 0px;
        font-size: 17px;
        width: 100%;
    }

    .faqs-tabs ul li > a.active {
        background-color: #fff;
        color: #ca1d3b;
        border: 1px solid #db1724;
    }

    .faqs-tabs ul a.faq1 {
        background-color: #f73348;
    }

    .faqs-tabs ul a.faq2 {
        background-color: #f3253a;
    }

    .faqs-tabs ul a.faq3 {
        background-color: #df0c1f;
    }

    .faqs-tabs ul a.faq4 {
        background-color: #c30a18;
    }

    .faqs-tabs ul a.faq5 {
        background-color: #a70512;
    }

    .faqs-tabs ul a.faq6 {
        background-color: #800108;
    }

    .faqs-tabs ul a.faq7 {
        background-color: #570307;
    }

@media (min-width:320px) and (max-width:480px) {
    #faq {
        margin-top: 56px;
    }

        #faq h1 {
            font-size: 16px;
        }

    .faq-dropdown {
        width: auto;
    }

    .faqs-answer h1 {
        font-size: 17px;
    }

    .faqs-answer p {
        font-size: 14px;
    }
}

@media (min-width:481px) and (max-width:767px) {
    #faq {
        margin-top: 56px;
    }

        #faq h1 {
            font-size: 20px;
        }

    .faq-dropdown {
        width: auto;
    }

    .faqs-answer h1 {
        font-size: 17px;
    }

    .faqs-answer p {
        font-size: 14px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #faq {
        margin-top: 56px;
    }

        #faq h1 {
            font-size: 24px;
        }

    .faqs-answer h1 {
        font-size: 20px;
    }

    .faqs-answer p {
        font-size: 16px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #faq {
        margin-top: 56px;
    }

    .faqs-tabs ul li {
        width: 100%;
    }

    .faqs-tabs ul a {
        font-size: 16px;
    }

    .faqs-answer h1 {
        font-size: 20px;
    }

    .faqs-answer p {
        font-size: 16px;
    }
}

@media (min-width:1200px) and (max-width:1211px) {
    #faq {
        margin-top: 131px;
    }
}

#promos-header {
    margin-top: 57px;
}

/*** CHANNEL ASSIGNMENTS ***/
.one_third {
    width: 100%;
    float: left;
}

.ch-assignment {
    color: #ec1b26;
    border-radius: 0px;
    border: 1px solid #ec1b26;
    height: 36px;
}

/** table for line-up **/
#line-up-tbl {
    border-collapse: collapse;
}

    #line-up-tbl tr td {
        font-size: 14px;
        text-align: left;
        color: #333;
        padding: 8px;
        border: 1px solid #ddd;
    }

    #line-up-tbl tr:first-child td:first-child {
        border: none;
        font-weight: bold;
        font-size: 18px;
    }

    #line-up-tbl .ch-assignment-tbl {
        background-image: linear-gradient(to right, #9e005d, #eb1c24);
        color: white;
    }

#plan-line-up-tbl {
    border-collapse: collapse;
}

    #plan-line-up-tbl tr td {
        font-size: 14px;
        text-align: center;
        color: #333;
        padding: 8px;
        border: 1px solid #ddd;
    }

    #plan-line-up-tbl .ch-assignment-tbl {
        background-image: linear-gradient(to right, #9e005d, #eb1c24);
        color: white;
        font-weight: bold;
        font-size: 18px;
    }

    #plan-line-up-tbl .plan-line-up-td-no {
        border-top-style: none;
    }

.plan-filter {
    display: none;
}

@media all and (max-width:767px) {
    .ch-assignment {
        margin-bottom: 10px;
    }
}

/**** ADDITIONAL CSS FOR POSTPAID INNER ****/
#postpaid-plans-table {
    margin-top: 30px;
}

    #postpaid-plans-table .transformer-tabs {
        margin-left: 120px;
    }

        #postpaid-plans-table .transformer-tabs ul li {
            display: inline-block;
            padding: 0;
            vertical-align: bottom;
            width: 26%;
            text-align: center;
            margin: 0px;
            float: left;
        }

        #postpaid-plans-table .transformer-tabs ul li {
            font-size: 20px;
            padding: 5px 0px;
        }

        #postpaid-plans-table .transformer-tabs ul a.active {
            padding: 4px 0px;
        }

        #postpaid-plans-table .transformer-tabs ul a {
            font-size: 20px;
            padding: 5px 0px;
        }

#postpaidplantable {
    margin-top: 25px;
}

#postpaidloadtable {
    margin-top: 25px;
}

#postpaid-plans-table .red-text {
    color: #cb0917;
}

@media all and (max-width:320px) {
    #postpaid-plans-table .transformer-tabs {
        margin-left: -15px;
    }

        #postpaid-plans-table .transformer-tabs ul a {
            font-size: 15px;
        }
}

@media (min-width:321px) and (max-width:767px) {
    #postpaid-plans-table .transformer-tabs {
        margin-left: 0px;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    #postpaid-plans-table .transformer-tabs {
        margin-left: 0px;
    }
}

/***** COLOURS CSS *****/
#colour-featured-bg {
    background-color: #fb2f3b;
}

#colour-featured p {
    color: #fff;
}

.colour-first-div:first-child {
    padding-top: 30px;
    padding-bottom: 30px;
}

.colour-second-div:nth-child(2) {
    padding-top: 30px;
    padding-bottom: 30px;
}

.colour-second-div .colour-plans {
    margin-top: 25px;
}

    .colour-second-div .colour-plans h1 {
        color: #fff;
        font-weight: 400;
        font-size: 30px;
        line-height: 22px;
    }

    .colour-second-div .colour-plans h2 {
        color: #fff;
        font-size: 23px;
        font-weight: 100;
        line-height: 20px;
    }

    .colour-second-div .colour-plans .colours-a-tag {
        margin: 25px;
    }

        .colour-second-div .colour-plans .colours-a-tag a {
            border: solid 2px #fff;
            padding: 5px 20px;
            color: #fff;
            text-decoration: none;
        }

.colour-second-div p {
    color: #fff;
}

.red-text {
    color: #cb0917;
}

.view-channels p {
    text-decoration: underline;
}

.view-channels a:hover.view-assignment {
    color: #cb0917;
    text-decoration: underline;
}

#prepaid-note {
    margin-top: 25px;
}

    #prepaid-note h1 {
        color: #f46425;
    }

    #prepaid-note a.cignal-btn {
        border: solid 1px #f46425;
        padding: 5px 0px;
        font-size: 20px;
        color: #f46425;
        display: block;
        margin-bottom: 10px;
        text-decoration: none;
    }

    #prepaid-note a:hover.cignal-btn {
        background-color: #f46425;
        color: #fff;
    }

    #prepaid-note .view-channels p {
        text-decoration: underline;
        color: #f46425;
    }

    #prepaid-note .view-channels a {
        text-decoration: underline;
        color: #f46425;
    }

        #prepaid-note .view-channels a:hover.view-assignment {
            color: #f46425;
            text-decoration: underline;
        }

@media (min-width:992px) and (max-width:1003px) {
    .colour-second-div .colour-plans h1 {
        font-size: 25px;
    }

    .colour-second-div .colour-plans h2 {
        font-size: 18px;
    }

    .colour-second-div .colour-plans .colours-a-tag {
        margin: 23px 0px;
    }

        .colour-second-div .colour-plans .colours-a-tag a {
            padding: 5px 14px;
        }
}

@media (min-width:1004px) and (max-width:1024px) {
    .colour-second-div .colour-plans h1 {
        font-size: 25px;
    }

    .colour-second-div .colour-plans h2 {
        font-size: 18px;
    }

    .colour-second-div .colour-plans .colours-a-tag {
        margin: 20px 5px;
    }

        .colour-second-div .colour-plans .colours-a-tag a {
            padding: 5px 15px;
        }
}

@media (min-width:1025px) and (max-width:1279px) {
    .colour-second-div .colour-plans h1 {
        font-size: 28px;
    }

    .colour-second-div .colour-plans h2 {
        font-size: 21px;
    }

    .colour-second-div .colour-plans .colours-a-tag {
        margin: 15px 2px;
    }

        .colour-second-div .colour-plans .colours-a-tag a {
            padding: 5px 15px;
        }
}

@media (min-width:1280px) and (max-width:1320px) {
    .colour-second-div .colour-plans h1 {
        font-size: 28px;
    }

    .colour-second-div .colour-plans h2 {
        font-size: 21px;
    }

    .colour-second-div .colour-plans .colours-a-tag a {
        padding: 5px 15px;
    }
}

/***** LOGIN CSS *****/
#login-divider {
    background-image: linear-gradient( to right, #9e005d, #eb1c24);
    color: white;
    margin-top: 57px;
}

#lock-cirle {
    border: solid 2px #9f070a;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin: 0px auto;
    margin-top: 5%;
    margin-bottom: 8%;
}

#lock-icon {
    font-size: 50px;
    color: #9f070a;
    margin: 27%;
}

.login-form {
    margin: 10px 0px;
    color: #9f070a;
}

    .login-form label {
        font-size: 18px;
        font-weight: normal;
    }

#sign-in-btn {
    margin: 5% 0px;
}

    #sign-in-btn a.cignal-btn {
        border: solid 1px #9f070a;
        padding: 5px 0px;
        font-size: 20px;
        color: #9f070a;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        text-decoration: none;
    }

    #sign-in-btn a:hover.cignal-btn {
        background-color: #9f070a;
        color: #fff;
    }

#forgot-btn a {
    color: #7d7d7d;
    font-size: 16px;
    text-decoration: none;
}

/***** DASHBOARD CSS *****/
#dashboard {
    margin: 40px 0px;
}

    #dashboard .transformer-tabs ul {
        -webkit-padding-start: 2%;
        -webkit-padding-end: 2%;
    }

        #dashboard .transformer-tabs ul li {
            width: 25%;
        }

        #dashboard .transformer-tabs ul a {
            font-size: 20px;
            padding: 5px 0px;
        }

            #dashboard .transformer-tabs ul a.active {
                padding: 4px 0px;
            }

    #dashboard #tab-profile h2 {
        font-size: 32px;
        font-weight: 100;
    }

    #dashboard #tab-profile .tbl-dashboard {
        margin: 40px 0px;
    }

    #dashboard #tab-profile #edit-info p {
        padding: 20% 0 0 0;
    }

    #dashboard #tab-profile #edit-info a {
        font-size: 13px;
        color: #5a5959;
        text-decoration: underline;
        padding-right: 5%;
    }

        #dashboard #tab-profile #edit-info a:hover, #dashboard #tab-profile #edit-info a:focus {
            color: #5a5959;
        }

    #dashboard #tab-profile .table tr td {
        border-top: none;
    }

        #dashboard #tab-profile .table tr td:first-child {
            color: #cb0917;
        }

        #dashboard #tab-profile .table tr td:last-child {
            color: #5a5959
        }

    #dashboard .right-div {
        background-image: linear-gradient( to right, #840307, #dc0007);
        color: white;
        margin-top: 3%;
    }

        #dashboard .right-div h1 {
            font-size: 30px;
        }

        #dashboard .right-div .latest-offer {
            background-image: linear-gradient( to right, #ed185b, #f8921d);
            color: white;
            padding-bottom: 15px;
        }

            #dashboard .right-div .latest-offer h1 {
                font-size: 22px;
                font-weight: normal;
                padding: 15px 0 0;
            }

            #dashboard .right-div .latest-offer a, #dashboard .right-div .latest-offer a:hover {
                font-size: 15px;
                color: #fff;
                text-decoration: underline;
            }

        #dashboard .right-div a, #dashboard .right-div a:hover {
            font-size: 13px;
            color: #fff;
            text-decoration: underline;
        }

            #dashboard .right-div a.big-txt, #dashboard .right-div a:hover.big-txt {
                font-size: 30px;
                color: #fff;
                text-decoration: none;
            }

    #dashboard #tab-addons .addons-active {
        margin-bottom: 20px;
    }

        #dashboard #tab-addons .addons-active h1 {
            font-size: 32px;
            font-weight: 100;
        }

        #dashboard #tab-addons .addons-active ul li {
            padding-left: 2%;
            color: #5a5959;
            font-size: 16px;
            line-height: 25px;
            text-decoration: underline;
            cursor: pointer;
        }

    #dashboard #tab-addons a.cignal-btn {
        border: solid 1px #ec1b26;
        padding: 5px 0px;
        font-size: 20px;
        color: #ec1b26;
        display: block;
        margin: 50px auto;
        text-decoration: none;
        width: 300px;
    }

    #dashboard #tab-addons a:hover.cignal-btn {
        background-color: #9f070a;
        color: #fff;
    }

    #dashboard #tab-addons #addons-inner {
        margin-top: 30px;
    }

        #dashboard #tab-addons #addons-inner a.cignal-btn {
            border: solid 1px #ec1b26;
            padding: 5px 0px;
            font-size: 18px;
            color: #ec1b26;
            display: block;
            margin: 20px auto;
            text-decoration: none;
            width: 200px;
        }

        #dashboard #tab-addons #addons-inner a:hover.cignal-btn {
            background-color: #9f070a;
            color: #fff;
        }

        #dashboard #tab-addons #addons-inner h1 {
            font-size: 32px;
            font-weight: 100;
        }

        #dashboard #tab-addons #addons-inner p {
            font-size: 16px;
            color: #5a5959;
        }

    #dashboard #tab-account .table tr td {
        border-top: none;
        padding: 2px;
        color: #cb0917;
        font-size: 29px;
        font-weight: 100;
    }

    #dashboard #tab-account .tbl-dashboard tr td {
        font-size: 15px;
        font-weight: normal;
    }

        #dashboard #tab-account .tbl-dashboard tr td:last-child {
            color: #5a5959;
        }

    #dashboard #tab-account a.cignal-btn {
        border: solid 1px #ec1b26;
        padding: 5px 0px;
        font-size: 20px;
        color: #ec1b26;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        text-decoration: none;
        text-align: center;
    }

    #dashboard #tab-account a:hover.cignal-btn {
        background-color: #9f070a;
        color: #fff;
    }

    #dashboard #tab-account #billing-inner, #dashboard #tab-account #payment-inner {
        margin-top: 50px;
    }

    #dashboard #tab-account .form-group {
        margin-bottom: 105px;
        margin-top: 30px;
    }

    #dashboard #tab-support h1 {
        font-size: 32px;
    }

/** ACCORDION **/
#tab-support #accordion h3 {
    text-align: center;
    border: solid 1px #ed1b26;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px;
    cursor: pointer;
}

    #tab-support #accordion h3.ui-accordion-header-active, #tab-support #accordion h3.ui-state-active {
        background-color: #fff !important;
        color: #ed1b26 !important;
        border: solid 1px #ed1b26 !important;
    }

    #tab-support #accordion h3.support1 {
        background-color: #F73348;
        border: solid 1px #F73348;
        border-bottom: none;
        color: #fff;
    }

    #tab-support #accordion h3.support2 {
        background-color: #f3253a;
        border: solid 1px #f3253a;
        border-bottom: none;
        color: #fff;
    }

    #tab-support #accordion h3.support3 {
        background-color: #df0c1f;
        border: solid 1px #df0c1f;
        border-bottom: none;
        color: #fff;
    }

    #tab-support #accordion h3.support4 {
        background-color: #c30a18;
        border: solid 1px #c30a18;
        border-bottom: none;
        color: #fff;
    }

#tab-support #accordion .ui-accordion-content-active {
    border: solid 1px #ed1b26;
    border-top: none;
    padding: 10px;
}

    #tab-support #accordion .ui-accordion-content-active p, #tab-support #accordion .ui-accordion-content-active ul {
        margin: 0px;
    }
/** ACCORDION END HERE **/

@media all and (max-width:480px) {
    #dashboard #tab-profile h2 {
        font-size: 26px;
    }

    #dashboard #tab-profile .tbl-dashboard {
        margin: 20px 0px;
    }

    #dashboard #tab-account h1 {
        font-size: 28px;
    }

    #dashboard #tab-account .table tr td {
        font-size: 26px;
    }

    #dashboard #tab-account .tbl-dashboard tr td {
        font-size: 17px;
    }

    #dashboard #tab-account .tbl-dashboard2 tr td {
        font-size: 17px;
        font-weight: normal;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #dashboard #tab-account a.cignal-btn {
        font-size: 15px;
    }
}

@media all and (max-width: 992px) {

    #dashboard .tabs {
        /*margin-left: -10px;
	  margin-right: -10px;*/
    }

    #dashboard .transformer-tabs {
        margin-left: 30px;
        margin-right: 40px;
    }

        #dashboard .transformer-tabs ul {
            border-bottom: 0;
            position: relative;
            height: 47px;
            -webkit-padding-start: 0%;
            -webkit-padding-end: 0%;
        }

            #dashboard .transformer-tabs ul.open {
                /*margin-left: -40px;*/
                height: 150px;
            }

            #dashboard .transformer-tabs ul::after {
                font-family: FontAwesome;
                content: "\f0c9";
                position: absolute;
                top: 15px;
                right: 15px;
                z-index: 2;
                pointer-events: none;
                color: #db1724;
            }

            #dashboard .transformer-tabs ul.open a {
                position: relative;
                display: block;
            }

            #dashboard .transformer-tabs ul li {
                display: block; /* One link per "row" */
                float: none;
                width: 100% !important;
                margin-left: 0px;
            }

            #dashboard .transformer-tabs ul a {
                position: absolute; /* Stack links on top of each other */
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                display: none;
                font-size: 22px;
                padding: 5px;
            }

                #dashboard .transformer-tabs ul a.active {
                    z-index: 1; /* Active tab is on top */
                    display: block;
                }

                #dashboard .transformer-tabs ul a.active {
                    padding: 5px;
                    font-size: 22px;
                    margin-bottom: 0px;
                }

                #dashboard .transformer-tabs ul a:hover {
                    background-color: #fff;
                    color: #db1724;
                    border: 1px solid #db1724;
                }
}

/*** GENERIC PAGE ***/
.generic-page {
    margin-top: 20px;
    margin-bottom: 30px;
}

    .generic-page p {
        font-size: 20px;
        color: #5a5959;
    }

/*** SEARCH PAGE HERE ***/
.search {
    margin-top: 40px;
    margin-bottom: 40px;
}

    .search .fa-lbl-icon {
        color: #8c0a0b;
        left: 10px;
        top: 36px;
        position: relative;
        font-size: 18px;
    }

    .search .search-txt {
        padding: 0px 32px;
        font-size: 18px;
        line-height: 24px;
        height: 35px;
    }

    .search .search-total {
        margin-top: 20px;
    }

    .search hr {
        width: 100%;
        color: #bfc1c5;
    }

    .search .search-results ul {
        list-style: none;
        -webkit-padding-start: 15px;
    }

    .search .search-results li {
        margin-bottom: 15px;
    }

        .search .search-results li a:hover, .search .search-results li a:focus {
            text-decoration: none;
        }

    .search .big-txt {
        font-size: 23px;
        font-weight: bold;
    }

    .search p {
        margin: 0 0 0;
    }

    .search .small-txt {
        font-size: 15px;
        color: #bfc1c5;
    }

    .search p.copy-txt {
        font-size: 20px;
        color: #5a5959;
    }

    .search .pagination {
        margin: 0px;
    }

        .search .pagination ul {
            list-style: none;
        }

            .search .pagination ul > li {
                float: left;
                margin-right: 30px;
            }

                .search .pagination ul > li.active {
                    color: #ed1b26;
                }

@media (min-width:320px) and (max-width:480px) {
    .search .big-txt {
        font-size: 21px;
    }

    .search .small-txt {
        font-size: 13px;
    }

    .search p.copy-txt {
        font-size: 18px;
    }
}

.search .copy-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* number of lines to show */
    max-height: 30px; /* fallback */
    color: black;
}
/*** SEARCH PAGE END HERE ***/

/*** LEAD GEN HERE ***/
.leadgen {
    margin: 40px 0;
}
    /** ACCORDION **/
    .leadgen #accordion h3 {
        text-align: center;
        border: solid 1px #ed1b26;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 5px;
        cursor: pointer;
    }

        .leadgen #accordion h3.ui-accordion-header-active, .leadgen #accordion h3.ui-state-active {
            background-color: #fff !important;
            color: #ed1b26 !important;
            border: solid 1px #ed1b26 !important;
            border-bottom: none !important;
        }

        .leadgen #accordion h3.step1 {
            background-color: #F73348;
            border: solid 1px #F73348;
            border-bottom: none;
            color: #fff;
        }

        .leadgen #accordion h3.step2 {
            background-color: #f3253a;
            border: solid 1px #f3253a;
            border-bottom: none;
            color: #fff;
        }

        .leadgen #accordion h3.step3 {
            background-color: #df0c1f;
            border: solid 1px #df0c1f;
            border-bottom: none;
            color: #fff;
        }

        .leadgen #accordion h3.step4 {
            background-color: #c30a18;
            border: solid 1px #c30a18;
            border-bottom: none;
            color: #fff;
        }

        .leadgen #accordion h3.step5 {
            background-color: #a70512;
            border: solid 1px #a70512;
            border-bottom: none;
            color: #fff;
        }

    .leadgen #accordion .ui-accordion-content-active {
        border: solid 1px #ed1b26;
        border-top: none;
        padding: 10px;
    }

        .leadgen #accordion .ui-accordion-content-active p, .leadgen #accordion .ui-accordion-content-active ul {
            margin: 0px;
        }
    /** ACCORDION END HERE **/

    .leadgen .form-group {
        margin: 20px 0px;
    }

        .leadgen .form-group label {
            font-weight: normal;
            color: #5a5959;
            font-size: 18px;
        }

    .leadgen .form-control {
        border-radius: 0px;
        border: solid 1px #ed1b26;
        margin: 3px 0px;
    }

    .leadgen .package {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .leadgen .postpaid-plan-box2 {
        color: white;
        background-image: linear-gradient(to right, #9e005d, #eb1c24);
        margin-bottom: 20px;
    }

        .leadgen .postpaid-plan-box2 a, .leadgen .postpaid-plan-box2 a:hover, .leadgen .postpaid-plan-box2 a:focus {
            color: #fff;
            text-decoration: none;
        }

        .leadgen .postpaid-plan-box2 p {
            font-size: 27px;
            padding: 30px 0px;
        }

    .leadgen .prepaid-plan-box2 {
        color: white;
        background-image: linear-gradient(to right, #9e0b0f, #f26522);
        margin-bottom: 20px;
    }

        .leadgen .prepaid-plan-box2 a, .leadgen .prepaid-plan-box2 a:hover, .leadgen .prepaid-plan-box2 a:focus {
            color: #fff;
            text-decoration: none;
        }

        .leadgen .prepaid-plan-box2 p {
            font-size: 27px;
            padding: 30px 0px;
        }

    .leadgen .offers h1 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .leadgen .offers .postpaid-plan-box2 {
        padding: 10px 0px;
    }

        .leadgen .offers .postpaid-plan-box2 h1 {
            margin: 0px;
            font-size: 60px;
        }

    .leadgen .boxes h1 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .leadgen .terms-conditions {
        border: solid 2px #ed1b26;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .leadgen .terms {
        height: 170px;
        overflow: scroll;
        overflow-x: hidden;
        margin: 15px 0px;
    }

    .leadgen .terms-conditions h3 {
        border: none !important;
        cursor: initial !important;
        margin: 10px 0px !important;
    }

    .leadgen .terms::-webkit-scrollbar {
        width: 1em;
    }

    .leadgen .terms::-webkit-scrollbar-track {
        border: solid 1px #ed1b26;
    }

    .leadgen .terms::-webkit-scrollbar-thumb {
        background-color: #ed1b26;
    }

    .leadgen .terms ol {
        margin-left: -30px;
    }

    .leadgen .summary {
        padding: 15px 0px;
    }

        .leadgen .summary .table {
            font-size: 19px;
            color: #5a5959;
        }

            .leadgen .summary .table > tbody > tr > td {
                border-top: none;
            }

        .leadgen .summary span.mini-edit {
            font-size: 10px;
            cursor: pointer;
        }

    .leadgen .submit {
        border: solid 1px #ec1b26;
        padding: 5px 0px;
    }

        .leadgen .submit .cignal-btn {
            font-size: 20px;
            color: #ec1b26;
            margin-top: 10px;
            margin-bottom: 10px;
            text-decoration: none;
        }

@media all and (max-width:320px) {
    #login-divider {
        margin-top: 56px;
    }

        #login-divider h1 {
            font-size: 16px;
        }

    .leadgen #accordion h3 {
        font-size: 14px;
    }

    .leadgen .form-group label {
        font-size: 14px;
    }

    .leadgen .summary .table {
        font-size: 14px;
    }

        .leadgen .summary .table > tbody > tr > td {
            white-space: pre;
        }

    #partner-location table {
        font-size: 11px;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    #login-divider {
        margin-top: 56px;
    }
}

@media (min-width:360px) and (max-width:640px) {
    #login-divider {
        margin-top: 56px;
    }

        #login-divider h1 {
            font-size: 18px;
        }

    .leadgen #accordion h3 {
        font-size: 16px;
    }

    .leadgen .form-group label {
        font-size: 16px;
    }
}

@media (min-width:1024px) and (max-width:1280px) {
    .leadgen .offers .postpaid-plan-box2 h1 {
        font-size: 47px;
    }

    .leadgen .offers .postpaid-plan-box2 span {
        font-size: 12px;
    }
}
/*** LEAD GEN END HERE ***/

.addons-page {
    min-height: 400px;
}

    .addons-page .addons-img-container {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .addons-page .text-thin {
        font-weight: 100;
    }

    .addons-page .space-top-40 {
        margin-top: 40px;
    }

    .addons-page .pad-20 {
        padding: 20px;
    }

/** CHANNEL ASPX **/
#ChannelASPX #colour-featured-bg {
    background-color: #fb2f3b !important;
}

#ChannelASPX #myCarousel div.item img.img-responsive {
    transition: all 0.5s;
}

#ChannelASPX .featureboxes a:hover {
    text-decoration: none;
}

#ChannelASPX .featureboxes {
    overflow: visible;
}

#ChannelASPX .featureboxtitle {
    background-color: maroon;
    opacity: 0.9;
    color: white;
    height: 30px;
    padding-top: 5px;
    position: relative;
    top: 20px;
}

    #ChannelASPX .featureboxtitle span {
        text-decoration: none !important;
        font-weight: 100;
        font-size: 16px;
        font-family: 'Century Gothic', sans-serif;
    }

#ChannelASPX .colours-a-tag .cignal-btn {
    transition: all 0.25s;
}

    #ChannelASPX .colours-a-tag .cignal-btn:hover {
        background-color: white;
        color: #fb2f3b !important;
    }

#ChannelASPX .RadDataPager .rdpNumPart span {
    color: white !important;
    cursor: pointer !important;
    transition: all 0.25s;
    font-size: 16px !important;
}

    #ChannelASPX .RadDataPager .rdpNumPart span:hover {
        color: darkred !important;
    }

#ChannelASPX .RadDataPager {
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 10px 10px;
}

#ChannelASPX .fadeinout {
    opacity: 0.0;
    transition: opacity ease-in 0.5s;
}

#ChannelASPX #PlanPromoPager {
    width: 175px;
    margin: 0 auto;
}
/** CHANNEL ASPX END HERE **/

/** SUBSCRIBE **/
#Subscribe .WizardClass {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

#Subscribe .wizard-header {
    width: 100%;
    padding: 10px;
    font-size: 25px;
    background-color: #ed1b26;
    color: white;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

#Subscribe .wizard-final-header {
    width: 100%;
    padding: 10px;
    font-size: 25px;
    background-color: white;
    color: black;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

#Subscribe .headerLabel {
    font-weight: normal;
    color: #5a5959;
    font-size: 18px;
    vertical-align: middle !important;
    width: 30% !important;
}

#Subscribe .form-input {
    border-radius: 0px !important;
    border: solid 1px #ed1b26 !important;
    margin: 3px 0px !important;
    height: 34px !important;
    font-size: 16px !important;
    color: #555 !important;
}

#Subscribe .table tr td {
    border-top: none !important;
}

#Subscribe .postpaid-table tr td, #Subscribe .prepaid-table tr td {
    padding: 0 !important;
}

#Subscribe .package-plan {
    color: red;
    margin-bottom: 20px;
    text-align: center;
    font-size: 45px;
    padding-top: 10px;
    padding-bottom: 5px;
    height: 80px;
    cursor: pointer;
}

#Subscribe .postpaid-plan {
    background: white !important;
    border: solid !important;
    border-width: 1px !important;
}

#Subscribe .prepaid-plan {
    background: white !important;
    border: solid !important;
    border-width: 1px !important;
}

#Subscribe .NavButton {
    border: solid 1px #ec1b26;
    padding: 7px 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #ec1b26;
    display: block;
    text-decoration: none;
    text-align: center;
    height: 41px !important;
    width: 100% !important;
    background-color: white !important;
}

    #Subscribe .NavButton:hover {
        background-color: #ec1b26 !important;
        color: white;
        text-decoration: none;
    }

#Subscribe .packageitem {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#Subscribe .packagecontainer {
    margin: 5px;
    padding: 2px;
    text-align: center;
    cursor: pointer;
    border: 1px #ccc solid;
}

#Subscribe .PackageActive {
    /*color: #ec1b26 !important;
    background-color: white !important;
    background-image: none !important;
    border: 1px solid #ec1b26;*/

    color: #fff !important;
    background-color: #ed1b26 !important;
    background-image: none !important;
    border: 1px solid #ec1b26;
}

#Subscribe .ErrorMessage {
    width: 100%;
    display: block;
    font-size: 20px;
    color: red;
    text-align: center;
}

#Subscribe .summaryHeaderLabel {
    width: 30%;
}

#Subscribe .validator {
    color: red;
}

#Subscribe .termsContainer {
    height: 400px;
    overflow-y: scroll;
}

#Subscribe .summary-package, #Subscribe .summary-info, #Subscribe .summary-installation, #Subscribe .summary-billing {
    font-size: 16px;
}

#Subscribe .invisible {
    display: none !important;
}

#Subscribe .summary-update-btn {
    display: inline-block;
    color: #ec1b26;
    font-size: 16px;
    cursor: pointer;
}

#Subscribe .info-edit, #Subscribe .install-edit, #Subscribe .bill-edit {
    display: inline-block;
}

#Subscribe .summaryHeaderLabel {
    vertical-align: middle !important;
}

#Subscribe .plan-onedit {
    margin-top: 10px;
    margin-bottom: 10px;
}

#Subscribe #ctl00_MainContent_SubscriberWizard_BirthdateRadDatePicker_dateInput {
    border: none !important;
    outline: none !important;
}

#Subscribe .RadComboBox_MetroTouch {
    border: 1px solid #ed1b26 !important;
}

    #Subscribe .RadComboBox_MetroTouch .rcbReadOnly .rcbInput {
        font-weight: 400;
    }

    #Subscribe .RadComboBox_MetroTouch .rcbReadOnly .rcbInputCell {
        background-color: white !important;
        border-color: white !important;
    }

#Subscribe .rcbFocused {
    background-color: #ed1b26;
}

#Subscribe .RadComboBox_MetroTouch .rcbArrowCell {
    border-color: #ed1b26 !important;
    color: white !important;
    background-color: #ed1b26 !important;
    width: 28px;
}

#Subscribe .RadComboBox_MetroTouch .rcbReadOnly .rcbArrowCell a {
    background-position: -111px -58px !important;
}

#Subscribe .RadComboBox_MetroTouch .rcbArrowCell:hover {
    border-color: #ed1b26 !important;
    color: white !important;
    background-color: #ed1b26 !important;
}

#Subscribe .RadComboBox_MetroTouch .rcbFocused .rcbArrowCell {
    border-color: #ed1b26 !important;
    background-color: #ed1b26 !important;
}

#Subscribe .form-control[disabled] {
    background-color: white !important;
    cursor: default !important;
}

#Subscribe .plantypeLabel {
    font-size: 18px;
    font-weight: bold;
}

/** SUBSCRIBE END HERE **/

/** PROMOS ASPX **/
#PromosASPX .rtsLevel1 {
    background-image: none !important;
    background: none !important;
    margin-bottom: 0px !important;
}

#PromosASPX .rtsLink {
    border: none !important;
    text-shadow: none !important;
    margin-bottom: 0px !important;
}

#PromosASPX .rtsUL {
    width: 100% !important;
}

#PromosASPX .TabSelected, #PromosASPX .TabHover {
    background-image: none !important;
    background: none !important;
}

#PromosASPX .TabSelected {
    box-shadow: none !important;
    text-shadow: none !important;
}

#PromosASPX .PromosTab, #PromosASPX .rtsIn, #PromosASPX .rtsOut, #PromosASPX .multiPage, #PromosASPX .center {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#PromosASPX .promoText {
    color: #ca1d3b;
    font-size: 21px;
}

#PromosASPX .header-red {
    background-image: linear-gradient( to right, #ed145b, #f7941d );
    color: white;
    padding: 1px;
    margin-top: 57px;
}

@media (min-width:768px) and (max-width:990px) {
    #PromosASPX .promoText {
        font-size: 16px;
    }
}

@media (min-width:991px) and (max-width:1100px) {
    #PromosASPX .promoText {
        font-size: 16px;
    }
}

#PromosASPX .MessageLabel {
    display: block;
    width: 100%;
    font-size: 20px;
    text-align: center;
}

#PromosASPX .promoDiv {
    margin-top: 20px;
    margin-bottom: 20px;
}

/** PROMOS ASPX END HERE **/

/** PREPAID DETAILS **/
#PrepaidDetails .channelicons-container.img-container {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#PrepaidDetails .channelicons img {
    transition: all 0.25s;
    border-radius: 15px 15px;
}

    #PrepaidDetails .channelicons img:hover {
        box-shadow: 1px 1px 15px orange !important;
    }

/** PREPAID DETAILS END HERE **/

/** POSTPAID DETAILS **/
#PostpaidDetails .channelicons-container.img-container {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#PostpaidDetails .channelicons img {
    transition: all 0.25s;
    border-radius: 15px 15px;
}

    #PostpaidDetails .channelicons img:hover {
        box-shadow: 1px 1px 15px orange !important;
    }
/** POSTPAID DETAILS END HERE**/

/** PLAN COMPARISON **/
#PlanComparison .rgHeader {
    background-image: linear-gradient(to right, #eb1c24, #eb1c24) !important;
    color: white !important;
    border: 2px solid #fff !important;
    text-align: center !important;
}

#PlanComparison #ctl00_MainContent_RadGrid1_ctl00 td {
    text-align: center !important;
    background-color: #fff !important;
}

#PlanComparison #ctl00_MainContent_RadGrid1_ctl00 {
    border-collapse: collapse;
    border: none !important;
}

    #PlanComparison #ctl00_MainContent_RadGrid1_ctl00 > tbody > tr > td {
        border: 1px dotted #eb1c24 !important;
    }

#PlanComparison .RadGrid_MetroTouch {
    border: 0 !important;
}

#PlanComparison #ctl00_MainContent_RadGrid1_ctl00 {
    width: auto !important;
}

#PlanComparison .RadComboBox_MetroTouch {
    border: 1px solid #ed1b26 !important;
}

    #PlanComparison .RadComboBox_MetroTouch .rcbReadOnly .rcbInput {
        font-weight: 400;
    }

    #PlanComparison .RadComboBox_MetroTouch .rcbReadOnly .rcbInputCell {
        background-color: white !important;
        border-color: white !important;
    }

#PlanComparison .rcbFocused {
    background-color: #ed1b26;
}

#PlanComparison .RadComboBox_MetroTouch .rcbArrowCell {
    background-color: white !important;
    border-color: white !important;
    color: white !important;
    width: 28px;
}

    #PlanComparison .RadComboBox_MetroTouch .rcbArrowCell:hover {
        color: white !important;
    }

#PlanComparison .RadComboBox_MetroTouch .rcbReadOnly .rcbArrowCell a {
    background-position: -11px -58px !important;
}

#PlanComparison .RadComboBox_MetroTouch .rcbFocused .rcbArrowCell, #PlanComparison .RadComboBox_MetroTouch .rcbHovered .rcbArrowCell {
    background-color: white !important;
    border-color: white !important;
}

#PlanComparison .RadGrid_MetroTouch .rgHeader {
    padding: 3px 5px !important;
}

#PlanComparison .RadComboBoxDropDown .rcbList > li, #PlanComparison .RadComboBoxDropDown .rcbCheckAllItems > label, #PlanComparison .RadComboBoxDropDown .rcbCheckAllItemsHovered > label, #PlanComparison .RadComboBox_MetroTouch .rcbReadOnly .rcbInput {
    color: #eb1c24 !important;
}

#PlanComparison .rcbEmptyMessage {
    font-style: normal !important;
}

/** PLAN COMPARISON END HERE **/

/** PLAN DETAILS **/
#PlanDetails .channelicons-container.img-container {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#PlanDetails .channelicons img {
    transition: all 0.25s;
    border-radius: 15px 15px;
}

    #PlanDetails .channelicons img:hover {
        box-shadow: 1px 1px 15px orange !important;
    }
/** PLAN DETAILS END HERE **/

/** HEADER CONTROL **/
#HeaderControl .search-dropdown {
    opacity: 0.95 !important;
}

    #HeaderControl .search-dropdown .header-search-textbox {
        margin-left: 15px !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

#HeaderControl .SearchIcon {
    padding: 6px 11px;
    background-color: white !important;
    color: red !important;
    font-size: 14px !important;
    border: 2px solid white !important;
    border-radius: 5px 5px !important;
    transition: all 0.25s;
}

    #HeaderControl .SearchIcon:hover {
        background-color: red !important;
        color: white !important;
        border: 2px solid white !important;
    }

#HeaderControl .cignal-btn {
    transition: all 0.25s;
}

#HeaderControl .btn-primary {
    transition: all 0.25s;
}

#HeaderControl #channelFilter li a {
    transition: all 0.25s;
}

#HeaderControl .rmLink {
    transition: all 0.25s;
}

#HeaderControl #RightNav li a {
    transition: all 0.25s;
}

#HeaderControl #myCarousel a.carousel-control {
    transition: all 0.25s;
}

#HeaderControl .faqs-tabs ul li a {
    transition: all 0.25s;
}

#HeaderControl .nav-items a {
    transition: all 0.25s;
}

@media (max-width: 1100px) {
    #HeaderControl .nav li a {
        padding-top: 10px;
    }
}
/** HEADER CONTROL END HERE **/

/*.carousel .carousel-inner .item a img {
    height: 300px;
}*/

.cignal-btn {
    transition: all 0.25s;
}

#cignalnavbar a {
    transition: all 0.25s;
}

#RightNav li {
    height: 57px;
}

    #RightNav li a {
        height: 100%;
    }

.dropdown-toggle {
    transition: all 0.25s;
}

/** CHANNEL ASSIGNMENT **/
#ChannelAssignment .ch-assignment-tbl {
    background-image: linear-gradient(to right, #9e005d, #eb1c24);
    color: white;
    cursor: default;
}

#ChannelAssignment .channel-row-link {
    transition: all 0.25s;
    cursor: pointer;
}

    #ChannelAssignment .channel-row-link:hover {
        background-color: darkorange;
        color: white;
    }

#ChannelAssignment .cignal-combo {
    outline: none;
    transition: all 0.25s;
}

    #ChannelAssignment .cignal-combo:focus {
        border-color: maroon;
        box-shadow: 0 1px 1px rgba(200, 50, 50, 0.1) inset, 0 0 8px rgba(200, 50, 50, 0.9);
    }
/** CHANNEL ASSIGNMENT END HERE **/

/** CHANNEL LINEUP CONTROL **/
#ChannelLineupControl .channel-items {
    transition: all 0.25s;
    margin-bottom: 5px;
    margin-top: 10px;
    border-radius: 25px 25px;
}

    #ChannelLineupControl .channel-items:hover {
        box-shadow: orange 1px 1px 10px;
        border-radius: 25px 25px;
    }

#ChannelLineupControl .RadComboBox_MetroTouch .rcbReadOnly .rcbInput, #ChannelLineupControl .RadComboBoxDropDown_MetroTouch .rcbItem {
    color: #ed1b26 !important
}
/** CHANNEL LINEUP CONTROL END HERE **/

/** FAQ PAGE **/
#FAQPage .faqs-tabs ul li > a.active {
    background-color: #fff !important;
    color: #ca1d3b !important;
    border: 1px solid #db1724 !important;
}

#FAQPage .tab-content {
    margin-bottom: 50px;
}
/** FAQ PAGE END HERE **/

/** PLAN LIST CONTROL **/
.PlanListControl .red-text {
    margin-top: 0px !important;
}
/** PLAN LIST CONTROL END HERE **/

/** POSTPAID PLAN LIST CONTROL **/
.PostpaidPlanListControl .red-text {
    margin-top: 0px !important;
}
/** POSTPAID PLAN LIST CONTROL END HERE **/

/** TERRITORY PARTNERS **/
#TerritoryPartners .cignal-combo {
    outline: none;
    transition: all 0.25s;
}

    #TerritoryPartners .cignal-combo:focus {
        border-color: maroon;
        box-shadow: 0 1px 1px rgba(200, 50, 50, 0.1) inset, 0 0 8px rgba(200, 50, 50, 0.9);
    }

#TerritoryPartners .tbl-cell {
    padding: 5px;
    border: 1px solid gainsboro;
    border-bottom: none;
    padding-left: 15px !important;
}

    #TerritoryPartners .tbl-cell span {
        word-wrap: break-word;
    }

#TerritoryPartners .tbl-cell-label {
    padding: 5px;
    border: 1px solid gainsboro;
    font-weight: bold;
    border-bottom: none;
}

#TerritoryPartners .tbl-header {
    padding: 5px;
    border: 1px solid gainsboro;
    border-bottom: none;
}
/** TERRITORY PARTNERS END HERE **/


/***** TERMS AND CONDITIONS CSS *****/
.tc-form {
    margin: 10px 0px;
    color: #9f070a;
}

    .tc-form label {
        font-size: 18px;
        font-weight: normal;
    }

#accept-in-btn {
    margin: 5% 0px;
}

    #accept-in-btn a.cignal-btn {
        border: solid 1px #9f070a;
        padding: 5px 0px;
        font-size: 20px;
        color: #9f070a;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        text-decoration: none;
    }

    #accept-in-btn a:hover.cignal-btn {
        background-color: #9f070a;
        color: #fff;
    }

.text--color-white, .text--color-white * {
    color: #fff !important;
}

.text--font-size {
    font-size: 18px !important;
}

.p-4 {
    padding: 30px !important;
}

.m4-8 {
    margin: 8px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.cookies-notif {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.9);
    z-index: 10;
}

.btn-white {
    border: 2px solid #fff;
    background: #fff;
    color: rgb(154, 17, 23) !important;
    font-size: 18px !important;
    margin: 5px;
}

.btn-white-outline, .btn-white-outline:hover, .btn-white-outline:focus, .btn-white-outline:active {
    border: 2px solid #fff;
    background: transparent;
    color: #fff !important;
    font-size: 18px !important;
    margin: 5px;
}

.btn-white-radius {
    border-radius: 36px;
}

.d-none {
    display: none !important;
}

@media (min-width: 768px) {
    .offset-md-3 {
        margin-left: 25% !important;
    }
}

@media(max-width: 768px) {
    .text--font-size {
        font-size: 14px !important;
    }

    .btn-white {
        font-size: 14px !important;
    }

    .btn-white-radius {
        border-radius: 28px;
    }

    .mb-20 {
        margin-bottom: 14px !important;
    }

    .btn-white-outline, .btn-white-outline:hover, .btn-white-outline:focus, .btn-white-outline:active {
        font-size: 14px !important;
    }
}


/** TERMS AND CONDITIONS END HERE **/
