:root {
    --boundless-blue: #002e48;
    --boundless-red: #d90416;
    --boundless-grey: #eeeeee;
    --boundless-gold: #fdc125;
}

#fcontainer *:not(i) {
    font-family: Roboto, sans-serif;
}

.spinner-container .loader .spin {
    border-top: 8px solid var(--boundless-blue);
}

div.dev-banner {
    width: 240px;
    position: fixed;
    top: 0;
    left: calc(50% - 120px);
    padding: 5px 20px;
    text-align: center;
    z-index: 9999;
    color: #fff;
    font-weight: bold;
    background-color: #d00d19;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.vc-outer-wrapper {
    max-width: 1050px;
    padding: 60px;
    margin: 0 auto 40px auto;
    box-shadow: var(--boundless-grey) 0 8px 24px;
    border-radius: 5px;
    margin-top: 60px;
}

.vc-outer-wrapper::selection {
    background-color: var(--boundless-blue);
    color: white;
}

/* ===========================================================================
  New NavBar Styles - This can be deleted after they give us the new website
=========================================================================== */

#VantageNavBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#VantageNavBar img {
    width: 200px;
    height: auto;
}

#VantageNavBar a {
    margin: 0 15px;
    text-decoration: none;
    color: var(--boundless-blue);
    font-weight: bold;
    font-size: 18px;
    font-family: Nunito, sans-serif;
}

#VantageNavBar button {
    border-radius: 50px;
    width: 140px;
    padding: 18px 0;
    background-color: var(--boundless-gold);
    border-color: var(--boundless-gold) !important;
    color: white !important;
    font-family: Nunito, sans-serif;
    font-size: 14px !important;
    font-weight: bold;
}

#VantageNavBar button:hover {
    background-color: rgb(225, 169, 19);
    border-color: rgb(225, 169, 19) !important;
}

#VantageNavBar .fa-sort-down {
    position: relative;
    bottom: 4px;
    font-size: 16px;
}

@media screen and (max-width: 1200px) {
    #VantageNavBar > div {
        display: none;
    }
}

/* ======================================================================== */

.vc-progress {
    background-color: var(--boundless-grey);
}

.vc-progress .vc-progress-inner {
    background-color: var(--boundless-blue) !important;
}

.vc-form .form-update > .fake-form > h3, .vc-form form[method=post] > h3 {
    font-size: 42px !important;
    text-align: center;
    margin-bottom: 0;
    font-family: Nunito, sans-serif !important;
    font-weight: bold;
    color: var(--boundless-blue);
    line-height: 1.1;
}

.vc-form .form-update > .fake-form > p, .vc-form form[method=post] > p {
    text-align: center;
    line-height: 1.4;
}

.vc-form input {
    padding: 25px 15px !important;
    background-color: var(--boundless-grey) !important;
    border-color: var(--boundless-grey) !important;
    border-radius: 5px;
}

.vc-form select {
    background-color: var(--boundless-grey) !important;
    border-color: var(--boundless-grey) !important;
    border-radius: 10px;
    height: 53px !important;
}

.vc-form option {
    background-color: white !important;
}

.vc-form .vc-buttons .next, .vc-form .vc-buttons .previous, .vc-form form[method=post] .next2 {
    font-family: "Varela Round";
    font-size: 18px;
    border-radius: 50px;
    width: 140px;
    padding: 12px 0;
}

.vc-payment .vc-buttons .next, .vc-form form[method=post] .next2 {
    width: auto;
    min-width: 140px;
    padding: 12px;
}

.vc-form .vc-buttons .next, .vc-form form[method=post] .next2 {
    background-color: var(--boundless-blue);
    border-color: var(--boundless-blue) !important;
    color: white;
}

.vc-form .vc-buttons .previous {
    background-color: white;
    border-color: var(--boundless-red) !important;
    color: var(--boundless-red);
}

.vc-form .vc-buttons .next:hover, .vc-form form[method=post] .next2:hover {
    opacity: 0.8;
}

.vc-form .vc-buttons .previous:hover {
    background-color: var(--boundless-red);
    color: white;
}

.vc-check-outer .fa-check {
    display: none;
}

.errorText {
    margin-top: 0;
    font-family: Nunito, sans-serif;
}

.error:not(.form-group) {
    padding-top: 0;
    padding-bottom: 15px;
}

/* "We're not quite with you yet" */

.vc-contact-details .form-control {
    width: calc(100% - 20px) !important;
    margin-bottom: 0 !important;
}

.vc-contact-details p {
    margin-top: 0;
}

.vc-contact-details > div > div {
    padding: 0 !important;
}

/* "Great News! We are live in your area." */

.vc-product-selector > div {
    padding: 30px 15px;
}

.vc-product-selector h3 {
    font-family: Nunito, sans-serif !important;
    font-weight: bold;
    margin-top: 0 !important;
    margin-bottom: 0;
}

.vc-product-selector p {
    font-family: Nunito, sans-serif !important;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 1.4;
}

.vc-product-selector > div.active, .vc-product-selector > div:hover {
    background-color: var(--boundless-gold);
}

.vc-product-selector > div.active h2, .vc-product-selector > div.active h3, .vc-product-selector > div:hover h2, .vc-product-selector > div:hover h3, .vc-product-selector > div.active p, .vc-product-selector > div:hover p {
    color: var(--boundless-blue) !important;
}

.vc-product-selector > div > div:nth-child(2) > p, .vc-product-selector > div > div:last-child > div > p {
    margin-top: 10px;
}

.form-update .active > div > div > div {
    background-color: var(--boundless-gold) !important;
}

.vc-product-selector > div:hover span.inactive, .vc-product-selector > div.active span.inactive {
    color: rgba(255, 255, 255, 0.5) !important;
}

.vc-product-selector .pricing span.acti {
    color: var(--boundless-blue) !important;
}

.vc-product-selector > div span.termId,
.vc-product-selector > div.active span.termId {
    color: #444 !important;
}

/* "It's a Date!" */

.vc-divider {
    border-color: var(--boundless-grey);
}

/* "Review your shiny new contract!" */

.package.title {
    font-family: Nunito, sans-serif !important;
}

.package.title > div:first-of-type {
    align-items: center;
}

.service-title, .vc-contract .vc-head-row {
    color: var(--boundless-blue) !important;
}

.service-title {
    line-height: 1.2 !important;
}

.vc-contract > div:nth-child(2) > div {
    border: 1px solid var(--boundless-grey);
}

.vc-payment > h3 {
    font-size: 24px !important;
    text-align: center;
    margin: 20px 0 !important;
    line-height: 1.2;
    font-weight: bold;
    font-family: Nunito, sans-serif !important;
}

.vc-check-outer > h3 {
    font-size: 20px !important;
    margin: 0;
    font-weight: 300 !important;
}

.vc-check-outer > h3 > a {
    color: var(--boundless-red);
    text-decoration: none;
}

.vc-check-outer > h3 a:hover {
    text-decoration: underline;
    color: var(--boundless-red);
}

.vc-check-outer {
    margin: 40px 0;
    align-items: flex-start !important;
}

.vc-check-outer > .active {
    background-color: var(--boundless-blue) !important;
    border-color: var(--boundless-grey) !important;
}

.vc-check-outer a {
    color: var(--boundless-red);
}

.vc-check-outer .check1, .vc-check-outer .check2 {
    height: 20px !important;
    width: 20px !important;
    position: relative;
}

.vc-check-outer .active:after {
    height: 14px;
    width: 15px;
    position: absolute;
    content: '';
    display: block;
    background-color: white;
    top: 2px;
    left: 2px;
    clip-path: polygon(16% 49%, 36% 67%, 85% 8%, 100% 23%, 35% 100%, 0 67%);
}

.primaryAction {
    float: right !important;
}

.vc-contract .vc-content-row {
    font-size: 14px;
    font-weight: normal;
}

.vc-contract table td {
    line-height: 1.2;
    padding: 7px 0;
}

/* addon1 */

input[value='addon1'] + h3 + p + div {
    padding: 40px !important;
}

.routerIMG + div .vc-check-outer {
    margin: 30px 0 0 0 !important;
}

.routerIMG + div h3 {
    font-weight: bold !important;
    margin-top: 0 !important;
}

.routerIMG + div p {
    font-size: 16px;
}

/* account pages (login, register, etc.) */

.vc-form form[method=post] h3 {
    margin-bottom: 20px;
}

.vc-form form[method=post] .vc-contact-details p {
    margin-bottom: 0;
}

.vc-form form[method=post] .vc-contact-details .form-group {
    flex-direction: column;
    align-items: flex-start;
}

.vc-form form[method=post] .vc-contact-details > .form-group input {
    width: 100% !important;
}

.vc-form form[method=post] .vc-buttons {
    margin: 30px 0 36px 0 !important;
}

.vc-form form[method=post] .vc-buttons .previous {
    margin-left: 0;
}

.vc-form form[method=post] .vc-buttons .next2 {
    margin-left: 10px;
}

/* Media Queries */

@media screen and (max-width: 1000px) {
    .vc-outer-wrapper {
        padding: 60px 20px;
        box-shadow: none;
    }
}

@media screen and (max-width: 767px) {
    html {
        overflow-x: hidden;
    }
    .vc-outer-wrapper {
        padding: 60px 0;
        max-width: calc(100vw - 85px);;
        margin: 0;
    }
    .vc-form .form-update > .fake-form > h3 {
        font-size: 28px !important;
        line-height: 1.2;
    }
    .vc-contract > div:nth-child(2) {
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    input[value='addon1'] + h3 + p + div {
        padding: 20px !important;
    }
    .form-update .routerIMG {
        max-width: 200px;
        position: absolute;
    }
    .form-update .routerIMG + div {
        margin-top: 250px;
    }
}

@media screen and (max-width: 561px) {
    .vc-contract {
        flex-direction: column;
    }
    .vc-contract > div {
        width: 100% !important;
    }
    .vc-contract > div:nth-child(2) {
        padding: 20px 0;
    }
    .vc-form .form-update > h3 {
        font-size: 38px !important;
        text-align: center;
        margin-bottom: 0;
    }
    .vc-product-selector > div {
        flex-direction: column;
        align-items: center;
        padding: 10px !important;
    }
    .vc-product-selector > div > div {
        margin: 10px 0 !important;
        text-align: center !important;
    }
    .vc-product-selector h3 {
        margin-bottom: 0;
        font-size: 24px !important;
    }
    .vc-product-selector p {
        margin: 5px 0 0 0 !important;
    }
    .vc-product-selector > div > div:last-child {
        width: auto;
    }
    .vc-dd {
        margin-top: 0;
    }
    .vc-contact-details > div {
        margin-bottom: 0 !important;
    }
    .vc-check-outer .active:after {
        height: 10px;
        width: 11px;
        top: 2px;
        left: 2px;
    }
    .vc-form .form-update .package {
        border-top: 1px solid #dadada !important;
        border-bottom: 1px solid #dadada !important;
        border-radius: 0;
        padding: 10px 0 !important;
        margin: 30px 0 !important;
    }
    .vc-contract table tr.price-summary td:first-child {
        text-align: left;
        font-weight: bold;
        padding: 5px 40px 5px 0;
    }
    .form-group .form-control {
        margin-bottom: 5px !important;
    }
    .vc-contact-details .form-control {
        width: 100% !important;
    }
    .consent {
        margin: 0 0 20px 0 !important;
    }
    .vc-payment > .vc-buttons {
        margin-top: 0 !important;
        margin-bottom: 40px !important;
    }
    .vc-check-outer .active:after {
        height: 14px !important;
        width: 11px !important;
    }
    input[value=addon1] + h3 + p + div {
        justify-content: center !important;
    }
}

@media only screen and (max-width: 430px) {
    #dm .dmRespRow .dmRespColsWrapper {
        flex-direction: column;
    }
    .dmDesktopBody .dmRespRow .large-4 {
        width: 100%;
    }
    #1977725053 {
        display: none;
    }
}

/* payment */

#RebelDebitBtn {
    cursor: pointer;
}

.rebel-debit-wrapper {
    display: flex;
    justify-content: space-around;
    width: calc(100% - 20px);
    background-color: var(--boundless-grey);
    border-radius: 6px;
    font-weight: bold;
    font-size: 20px;
    padding: 15px 20px;
    line-height: 40px;
}

/* = = =  Modal  = = = */

#RebelModal {
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 551;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
    backdrop-filter: blur(5px);
}

#RebelModal .modal-content {
    position: relative;
    background-color: #fefefe;
    padding: 40px;
    box-sizing: border-box;
    max-width: 800px;
    margin: 0 20px;
    max-height: 90vh;
}

#RebelModal .modal-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px !important;
}

#RebelModal .modal-title h3 {
    margin-bottom: 0 !important;
}

#RebelModal .modal-content ul {
    list-style: disc;
}

#RebelModal .modal-close {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 552;
    color: #aaa;
    font-size: 70px;
    font-weight: lighter;
    line-height: 0.6;
}

#RebelModal .modal-close:hover, #RebelModal .close:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}


@media only screen and (max-width: 426px) {
    #RebelModal .modal-content {
        padding: 20px;
    }

    #RebelModal .modal-title {
        flex-direction: column;
    }

    #RebelModal .modal-title h3 {
        margin-bottom: 20px !important;
    }
}
