﻿
html {
    position: relative;
    min-height: 100vh;
}

body {
    background-color: #002F3F;
    color: #00BCD6;
    font-family: Calibri, OpenSans, 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: url("/images/background.jpg?v=3");
}

a {
    color: #74A7FE;
}

a:hover, a:focus {
    color: #F9C220;
    text-decoration: none;
}

@media (max-width: 992px) {
    body {
        margin-bottom: 80px; /* Margin bottom by footer height */
    }
}

.footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 80px; /* Fixed height of the footer here */
}

ul {
    list-style: none;
    list-style-type: none;
    padding-left: 0px;
}

.ntv-input {
    border-color: #00BCD6;
    background-color: transparent;
}

input,
input::placeholder {
    color: #898989;
}

h1 {
    font-size: 1.5em;
    margin: 10px;
}
p {
    font-size: 1.5em;
    line-height: 1.2;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}

.ntv-spacing {
    margin-top: 20px;

}
/* NAVIGATION */
nav.navbar {
    _background-color: #fff;
    opacity: 1;
    max-width: 100%;
}

.nav.navbar-nav li a {
    background: #04002C;
    color: #fff;
    margin-top: 20px;

    font-size: 1.6em;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
}

.nav.navbar-nav li span {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
}

.ntv-custom-nav {
    text-align: left;
}

.navbar-toggle {
    padding: 0px;
    color: #ccc;
    font-size: 1.8em;
}
.ntv-custom-nav-toggle {
    padding: 0 10px 0 0;
}

.navbar img.nav-logo {
    height: 30px;
    margin: 1.5em;
    float: left;
}
.navbar div.nav-breadcrumb {
    padding: 15px;
    font-size: 20px;
    text-align: left;
    vertical-align: middle;
}

.navbar-collapse {
    _background-color: #fff;
    opacity: 1;
    text-align: right;
}

/* NTV STYLING */
.ntv-content {
    /*     background-color: #fff; */
}

ul.ntv-content {
    /*    margin: 0 30px 20px 20px; */
    list-style: none;
    text-align: left;
}
ul.ntv-content li {
    font-size: 1.2em;
    padding-top: 5px;
    padding-left: 35px;
    position: relative;
}

    ul.ntv-content li:before {
        content: '';
        width: 15px;
        height: 15px;
        position: absolute;
        background-image: url('/images/ntv-offer-bullet.png');
        background-size: cover;
        background-position: center;
        left: 10px;
        top: 15px;
        transform: translateY(-50%);
    }

p.ntv-text-red {
    color: #d6204a;
}
.ntv-text-orange {
    color: #fa5a0f;
}
.ntv-text-blue,
ul#ntv_offer_features > li {
    color: #072c52;
}

/* FOOTER STUFF */
.ntv-footer {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
    .ntv-footer a {
        text-decoration: none;
        color: #fff;
    }
    .ntv-footer a:hover {
        color: #F9C220;
    }

.ntv-foofter-button {
    font-size: 1.3em;
    color: #fff;
}
    .ntv-footer-button a {
        text-decoration: none;
        color: #fff;
    }
    .ntv-footer-button.ntv-footer-button-white {
        font-size: 1.5em;
        color: #002d52;
    }
    .ntv-footer-button-white a {
        text-decoration: none;
        color: #002d52;
    }
.ntv-footer-button.ntv-footer-button-orange {
    font-size: 1.5em;
    background: #fa5a0f;
    color: #fff;
}
.ntv-footer-button.ntv-footer-button-orange a {
    text-decoration: none;
    background: #fa5a0f;
    color: #fff;
}

.ntv-footer-text {
    font-size: 1em;
    color: #616161;
}
    .ntv-footer-text a {
        text-decoration: none;
        /* color: #f05c2d; */
        color: #fa5a0f;
    }

/* MAIN OFFER IMAGE */
.ntv-offer-image {
    text-align: center;
}
.ntv-offer-image img {
    padding: 10px;
    width: 90%;
}

.ntv-partner-logo {
    text-align: center;
}

@media (max-width: 767px) {
    .ntv-partner-logo img {
        padding: 5px;
        max-width: 90%;
        max-height: 200px;
    }
}
@media (min-width: 768px) {
    .ntv-partner-logo img {
        padding: 10px;
        max-width: 50%;
        max-height: 200px;
    }
}
.ntv-offer-headline {
    margin: 25px;
    font-size: 1.5em;
    text-align: left;
}
.ntv-offer-subhead {
    font-size: 1em;
    text-align: center;
}
@media (max-width: 767px) {
    .ntv-offer-subhead {
        margin: 15px;
    }
}
@media (min-width: 768px) {
    .ntv-offer-subhead {
        margin: 25px;
    }
}

/* LEFT TO RIGHT. FROM #ffffff TO #d1d3d4 */
.ntv-grey-gradient {
    color: #616161;
    background-color: #ffffff;
    background: -webkit-gradient(linear, top, bottom, from(#ffffff), to(#d1d3d4));
    background: -webkit-linear-gradient(top, #ffffff, #d1d3d4);
    background: -moz-linear-gradient(top, #ffffff, #d1d3d4);
    background: -ms-linear-gradient(top, #ffffff, #d1d3d4);
    background: -o-linear-gradient(top, #ffffff, #d1d3d4);
    background: linear-gradient(top, #ffffff, #d1d3d4);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#ffffff, endColorstr=#d1d3d4);
}

/* LEFT TO RIGHT. FROM #f05c2d TO #d01f46 */
.ntv-red-gradient {
    color: #fff;
    background-color: #d01f46;
    background: -webkit-gradient(linear, left, right, from(#f05c2d), to(#d01f46));
    background: -webkit-linear-gradient(left, #f05c2d, #d01f46);
    background: -moz-linear-gradient(left, #f05c2d, #d01f46);
    background: -ms-linear-gradient(left, #f05c2d, #d01f46);
    background: -o-linear-gradient(left, #f05c2d, #d01f46);
    background: linear-gradient(left, #f05c2d, #d01f46);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#f05c2d, endColorstr=#d01f46);
}
    .ntv-red-gradient:hover {
        color: #fff;
    }

.ntv-text-gradient {
    background: -webkit-linear-gradient(left, #f05c2d, #d01f46);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    line-height: 1.2;
    margin: 0px
}

.ntv-text-gradient-large {
    font-size: 1.3em;
}

.ntv-text-light {
    color: #898989;
}

.ntv-text-dark {
    color: #fff;
    font-weight: 600;
}

.ntv-text-bold {
    font-weight: 600;
}

.ntv-text-highlight {
    color: #fff;
    font-weight: 600;
    font-size: 1.3em;
}

.ntv-text-italic {
    font-style: italic;
}

.ntv-text-large {
    font-size: 1.3em;
}

.ntv-text-medium {
    font-size: 1.2em;
    line-height: 1.3em;
}

.ntv-text-small {
    font-size: 1.5em;
    line-height: 1.1em;
}

.ntv-text-tiny {
    font-size: 0.7em;
    line-height: 0.75em;
}

.ntv-button-white {
    background: #fff;
    color: #000;
}

    .ntv-button-white:hover {
        background: #fff;
        color: #000;
        text-decoration: none;
    }

.ntv-button-orange {
    /* color: #f05c2d; */
    background: #fa5a0f;
    color: #fff;
}
    .ntv-button-orange:hover {
        color: #fff;
        text-decoration: none;
    }

.btn-default {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.modal-body {
    color: #04002C;
}

.fc-button-blue {
    border-color: #00BCD6;
    background-color: #00BCD6;
        color: #FFF;
}

    .fc-button-blue:hover {
        _background: #F9C220;
	background: #fff;
        color: #000;
        text-decoration: none;
    }

.ntv-link-orange {
    /* color: #f05c2d; */
    color: #fa5a0f;
}

.ntv-submit-button {
    width: 80%;
    max-width: 350px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 1.6em;
    font-family: "Roboto", sans-serif;
    padding: 2px 2px 2px 2px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
}

    .ntv-submit-button:hover {
        background: #F9C220;
    }

.ntv-table {
    font-size: 0.8em;
    text-align: left;
}

/* MODAL STUFF */
.ntv-modal-title {
    font-size: 1.4em;
    margin: 0px 10px 10px 10px;
    text-align: center;
}

.ntv-modal-text {
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 20px;
}

div.ntv-modal-text {
    padding-top: 5px;
}

.ntv-modal-content {
    background-color: #fefefe;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    font-size: 1em;
}

.ntv-modal-content-image {
    float: left;
    width: 25%;
    padding-left: 0px;
    padding-right: 0px;
}
    .ntv-modal-content-image img {
        padding-left: 0px;
        width: 50px;
        height: 50px;
    }

.ntv-modal-content {
    background-color: #04002C;
}

.ntv-modal-content-text {
    text-align: left;
    float: right;
    width: 75%;
    padding-left: 0px;
    padding-right: 0px;
}

/* FORM STUFF */
div.ntv-form-required {
    position: relative;
}
    div.ntv-form-required::after {
        font-family: 'Glyphicons Halflings';
        content: '*';
        position: absolute;
        top: 4px;
        bottom: 0px;
        right: 4px;
        font-size: 10px;
        color: grey;
    }
div.ntv-form-required-col-8::after {
    right: 20px;
}

.ntv-sso-form {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
}

.form-group,
.form-group label {
    text-align: left;
}

.form-group.form-group-label {
    margin-bottom: 0px;
}

input[type="text"], input[type="password"]   {
    color: #fff;
}

input[type="text"]:disabled {
  text-align: center;
  color: #00BCD6;
  background: transparent;
}
.form-control-text {
    display: block;
    width: 100%;
    font-size:14px;
    color: #fff;
}

#ntv_lander_submit_button {
    margin-top: 0px;
    padding: 15px 30px 15px 30px;
    border-radius: 15px;
    color: #fff;
}
    #ntv_lander_submit_button:hover {
        color: #fff;
    }
@media (max-width: 992px) {
    #ntv_lander_submit_button {
        /* border: 1px solid #002d52; */
    }
}

#ntv_form_validation_error_text {
    color: red;
    font-size: 1em;
}

#ntv_form_signout_embedded {
    display: inline;
}
    #ntv_form_signout_embedded button {
        background: none;
        color: inherit;
        border: none;
        padding: 0 !important;
        margin-left: 10px;
        font: inherit;
        cursor: pointer;
    }

#ntv_register_form input[type="submit"] {
    display: block;
    margin: 0 auto;
}

/* Stacking Order Sections */
.ntv-order-section {
    font-size: 1.3em;
    /* margin-left: 15px; */
    /* margin-right: 15px; */
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ccc;
    /*    border-bottom: 1px solid #ccc; */
}
.ntv-order-section-active {
    background-image: url("/img/login_bg.png?v=7");
    background-repeat: no-repeat;
    margin-left: 10px;
    padding-bottom: 300px;
    padding-right: 10px;
    padding-top: 240px;
    padding-left: 50px;
}
.ntv-order-section-complete {
    /* background-color: #fff; */
}

.ntv-order-section-left {
    text-align: left;
}
.ntv-order-section-right {
    text-align: right;
}

.ntv-order-section-edit-link {
    text-decoration: none;
}

.ntv-success-section {
    margin-bottom: 25px;
}

.ntv-inline-input {
    padding: 0px;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    h1 {
        font-size: 1.5em;
    }
    .ntv-image img {
        width: 500px;
    }
    .ntv-logo-image {
        margin-left: 20px;
    }
    /* Need to move the * down when the label is visible */
    div.ntv-form-required::after {
        /* top: 28px; */
        font-size: 12px;
    }
    #ntv_form_validation_error_text {
        font-size: 1.5em;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    h1 {
        font-size: 2em;
    }
    .ntv-logo-image {
        margin-left: 35px;
    }
    .ntv-offer-headline {
        font-size: 2em;
        text-align: center;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    h1 {
        font-size: 2.5em;
    }
    .ntv-content {
        /* width: 50%; */
        width: 67%;
        margin: 0 auto;
    }
    .ntv-content.ntv-content-wide {
        width: 100%;

        margin: 0 auto;
    }
    .ntv-logo-image {
        margin-left: 50px;
    }
}
@media (max-width: 992px) {
    ul.ntv-content {
        margin: 0 30px 20px 20px;
    }
}

.ntv-content.ntv-content-homepage {
    /* background: #fa5a0f; */
    background: #fff;
    color: #fa5a0f;
    margin-top: -60px;
}
@media (min-width: 99px) {
    .ntv-content.ntv-content-homepage {
        margin-top: -60px;
    }
}
@media (max-width: 992px) {
    .ntv-content.ntv-content-homepage {
        margin-top: -40px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    h1 {
        font-size: 3em;
    }
}

/* SSO Button Styling */
.ntv-sso-button-amazon {
    background-color: #ff9900;
    color: #000;
}

.ntv-sso-button-facebook {
    background-color: #4267b2;
    color: #fff;
}

.ntv-sso-button-google {
    background-color: #fff;
    color: #4285F4;
}

.ntv-sso-button-twitter {
    background-color: #38A1F3;
    color: #fff;
}

.ntv-sso-button-email {
    background-color: #0F9D58;
    color: #fff;
}

/*Cookie Consent Begin*/
#cookieConsent {
    /*    background-color: rgba(20,20,20,0.8); */
    background-color: rgba(20,20,20,1);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 18px;
    padding: 8px 30px 8px 30px;
    /*    font-family: "Trebuchet MS",Helvetica,sans-serif; */
    position: fixed;
    text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

    #cookieConsent a {
        color: #4B8EE7;
        text-decoration: none;
    }

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -5px -20px 0 20px;
    font-size: 20px;
    font-weight: bold;
}

    #closeCookieConsent:hover {
        color: #4B8EE7;
    }

#cookieConsent a.cookieConsentOK {
    display: inline-block;
    border-radius: 5px;
    padding: 12px;
    cursor: pointer;
    float: right;
    /*    margin: 0 60px 0 10px; */
    margin: 0 0 5px 10px;
}

    #cookieConsent a.cookieConsentOK:hover {
        /* background-color: #E0C91F; */
        color: #4B8EE7;
    }

@media screen and (min-width: 768px) {
    #cookieConsent {
        width: 67%;
        margin: 0 auto;
    }
}
/*Cookie Consent End*/

/* ENVIRONMENT WATERMARK */
#ntv_environment_watermark {
    position: absolute;
    z-index: -1;
    display: block;
    min-height: 80%;
    min-width: 100%;
    top: 150px;
    margin: 0 auto;
    color: yellow;
}

#ntv_environment_watermark_text {
    color: #0A0056;
    font-size: 60px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
    #ntv_environment_watermark_text {
        font-size: 80px;
    }
}

.ntv-subscription-reactivate .ntv-subscription-cancel {
    float: right;
}

#ntv_page_home {
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 992px) {
    img.ntv-offer-hero {
        width: 80vw;
    }
}
@media (min-width: 992px) {
    img.ntv-offer-hero {
        width: 50%;
    }
}

.ntv-homepage-gutter {
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
}

.ntv-homepage-gutter img {
    width: 100%;
}

ul#ntv_offer_features {
    margin: 30px;    
}
    ul#ntv_offer_features li {
        font-size: 1.5em;
        padding-top: 10px;
    }

#ntv_offer_features_icons {
    margin: 20px;
}

.ntv-offer-features-icon {
    display: inline-block;
    width: 33%;
}
.ntv-offer-features-icon img {
    max-height: 50px;
}

#ntv_offer_hero_footer {
    margin-top: 30px;
}

@media (max-width: 992px) {
    ntv_homepage_content_wrapper {
        margin-left: 0px;
        margin-right: 0px;
    }
}

#ntv_price_stamp {
    position: absolute;
    z-index: 1029;
}
@media (max-width: 500px) {
    #ntv_price_stamp {
        top: 10%;
        left: 2.5%;
    }

        #ntv_price_stamp img {
            max-height: 80px;
        }
}
@media (min-width: 501px) and (max-width: 992px) {
    #ntv_price_stamp {
        top: 10%;
        left: 7.5%;
    }

        #ntv_price_stamp img {
            max-height: 100px;
        }
}
@media (min-width: 993px) and (max-width: 1280px) {
    #ntv_price_stamp {
        top: 12.5%;
        left: 10%;
    }

        #ntv_price_stamp img {
            max-height: 150px;
        }
}
@media (min-width: 1281px) and (max-width: 1919px) {
    #ntv_price_stamp {
        top: 12.5%;
        left: 12.5%;
    }

        #ntv_price_stamp img {
            max-height: 225px;
        }
}
@media (min-width: 1920px) {
    #ntv_price_stamp {
        top: 10%;
        left: 15%;
    }
        #ntv_price_stamp img {
            max-height: 300px;
        }
}

#ntv_homepage_content_wrapper {
    max-width: 100%;
}

#ntv_partner_logo.ntv-partner-logo.latest-free-stuff {
    background: #00a6ed !important;
}

.ntv-text-partner-zen-internet,
.ntv-text-orange.ntv-text-partner-zen-internet {
    color: #00c1bd;
}

.ntv-subscribe-button {
    width: 280px;
}

#password + .glyphicon {
   cursor: pointer;
   pointer-events: all;
 }

.glyphicon {color:black !important;}

.ntv-mobile-logo {
    max-height: 100px;
}

.fc-text-red {
    color: #d6204a;
}

.btn-danger {
    background-color: #C80002;
    border-color: #C80002;
}

input#code {
        text-transform: uppercase;
        text-align: center;
}

p.link {
        text-align: center;
}

