﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


/*================
     Normalize
==================*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font-weight: normal;*/
    vertical-align: baseline;
    background: transparent;
}

main, article, aside, figure, footer, header, nav, section, details, summary {
    display: block;
}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
    max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/

/* force a vertical scrollbar to prevent a jumpy page */
html {
    overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

th {
    font-weight: bold;
    vertical-align: bottom;
}

td {
    font-weight: normal;
    vertical-align: top;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="checkbox"] {
    vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
    vertical-align: baseline;
}

.ie6 input {
    vertical-align: text-bottom;
}

select, input, textarea {
    font: 99% sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

small {
    font-size: 85%;
}

strong, b {
    font-weight: bold;
}

td, td img {
    vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
    font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
    margin: 0;
}

    /* make buttons play nice in IE */
    button,
    input[type=button] {
        width: auto;
        overflow: visible;
    }

/* scale images in IE7 more attractively */
.ie7 img {
    -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/

/* let's clear some floats */
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

/*===================================
     Have Fun Storming The Castle
=====================================*/
.color__1 {
    color: #434343;
}

.color__2 {
    color: #fff;
}

.color__3 {
    color: #f89129;
}

.color__4 {
    color: #006548;
}

.color__5 {
    color: #005db9;
}

color__7 {
    color: #dc3545;
}

.bg-color__1 {
    background-color: #434343;
}

.bg-color__2 {
    background-color: #fff;
}

.bg-color__3 {
    background-color: #f89129;
}

.bg-color__4 {
    background-color: #006548;
}

.bg-color__5 {
    background-color: #005db9;
}

.bg-color__6 {
    background-color: #696969;
}

.bg-color__7 {
    background-color: firebrick;
}

.payment-failed-errors {
    margin-top: 25px;
}

.try-again-link {
    color: #5e9a81;
}

html.popup__active {
    overflow: hidden;
}

.body {
    background-color: #e1e1e1;
    color: #434343;
    font-family: Muli, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .05em;
}

.wrap {
    margin: 0 auto;
    max-width: 1366px;
    width: 95%;
}

.h1 {
    font-size: 2.8em;
    font-weight: 800;
}

.h2 {
    font-size: 2.4em;
    font-weight: 800;
}

.h3 {
    font-size: 2em;
    font-weight: 800;
}

p,
li,
address {
    font-size: 1.4em;
}

a {
    color: #005db9;
    text-decoration: none;
}

    a:hover {
        color: #f89129;
    }

strong {
    font-weight: 700;
}

* {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

/*-- header --*/
.header {
    padding: 1.2em 0 1em;
}

.header__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.header__receipt-number {
    font-size: 1.6em;
    font-weight: 800;
}

.header__due-date {
    color: #666;
    font-size: 1.1em;
    text-align: right;
}

.header__logo img {
    max-height: 35px;
}

/*-- forms --*/
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="button"],
select,
textarea {
    background-color: #fff;
    border-color: #e1e1e1;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
    border-style: solid;
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 1.5em;
    padding: 10px;
    width: 100%;
}

    input[type="color"]:hover,
    input[type="date"]:hover,
    input[type="datetime"]:hover,
    input[type="datetime-local"]:hover,
    input[type="email"]:hover,
    input[type="month"]:hover,
    input[type="number"]:hover,
    input[type="password"]:hover,
    input[type="search"]:hover,
    input[type="tel"]:hover,
    input[type="text"]:hover,
    input[type="time"]:hover,
    input[type="url"]:hover,
    input[type="week"]:hover,
    input[type="button"]:hover,
    textarea:hover, select:hover {
        border-color: #e0e0e0;
    }

    input[type="color"]:focus,
    input[type="date"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="email"]:focus,
    input[type="month"]:focus,
    input[type="number"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="text"]:focus,
    input[type="time"]:focus,
    input[type="url"]:focus,
    input[type="week"]:focus,
    input[type="button"]:focus,
    textarea:focus, select:focus {
        border-color: #ccc;
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(160, 160, 160, 0.7);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(160, 160, 160, 0.7);
        outline: none;
    }

input[type="button"] {
    background-color: #f89129;
    color: #fff;
    font-family: Muli, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding: .8em;
    min-width: 200px;
}

    input[type="button"]:hover {
        background-color: #d87f24;
    }

input[type="color"] {
    padding: 5px;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

.iti input[type=tel].phone-number-input {
    margin-bottom: 1.5em !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #808080;
    opacity: 1;
    font-weight: 400;
    letter-spacing: .05em;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #808080;
    opacity: 1;
    font-weight: 400;
    letter-spacing: .05em;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #808080;
    opacity: 1;
    font-weight: 400;
    letter-spacing: .05em;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #808080;
    opacity: 1;
    font-weight: 400;
    letter-spacing: .05em;
}

input::placeholder,
textarea::placeholder {
    color: #808080;
    opacity: 1;
    font-weight: 400;
    letter-spacing: .05em;
}

input[type="checkbox"],
input[type="radio"] {
    cursor: pointer;
    height: 19px;
    margin: 0;
    opacity: 0;
    padding: 0;
    vertical-align: middle;
    width: 19px;
}

    input[type="radio"] + label {
        background: url('../images/btn-radio.svg') no-repeat scroll left center transparent;
        color: #434343;
        -webkit-background-size: 18px 18px;
        background-size: 18px 18px;
        display: inline-block;
        line-height: 19px;
        margin-left: -20px;
        padding-left: 26px;
        vertical-align: middle;
    }

    input[type="radio"]:checked + label {
        background-image: url('../images/btn-radio-selected.svg');
        -webkit-background-size: 18px 18px;
        background-size: 18px 18px;
    }

input[type="reset"].btn__secondary {
    background: none;
    border: none;
    box-shadow: none;
    color: #0366d6;
    font-size: 1.4em;
    padding: 1.1em 1em;
}

    input[type="reset"].btn__secondary:hover {
        color: #f89129;
        text-decoration: underline;
    }

select::-ms-expand {
    display: none;
}

select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/btn-select.svg');
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: 36px 36px;
    background-size: 36px 36px;
    padding-right: 40px;
}

label {
    font-size: 12px;
    font-weight: 700;
}

form li {
    font-size: 10px;
}

.form__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -1.5em .5em;
}

.form__col-1 {
    flex: 1 1 100%;
    width: 100%;
}

    .form__col-1 > div {
        padding: 0 1.5em;
        position: relative;
    }

.form__col-2 {
    flex: 1 1 50%;
    width: 50%
}

    .form__col-2:only-child {
        flex: none;
    }

    .form__col-2 > div {
        padding: 0 1.5em;
        position: relative;
    }

.form__col-3 {
    flex: 1 1 33.333%;
    width: 50%
}

    .form__col-3 > div {
        padding: 0 1.5em;
    }

.form__cc-numbers,
.form__cc-date,
.form__address-city-zip {
    display: flex;
    align-items: flex-end;
}

.form__cc-number {
    flex: 1 1 auto;
}

.form__cc-cvv {
    flex: 1 3 auto;
    min-width: 160px;
}

.form__cc-month {
    flex: 1 1 auto;
}

.form__cc-year {
    flex: 1 3 35%;
    min-width: 130px;
}

.form__address-hd {
    font-size: 1.8em;
    margin: 2em 0 1em;
}

.form__address-city {
    flex: 1 1 auto;
}

.form__address-zip {
    flex: 1 3 35%;
    min-width: 160px;
}

.form__row-btns {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    margin: 2em -1.5em 0;
}

    .form__row-btns > div {
        margin: 0 1.5em;
    }

.iti--allow-dropdown {
    width: 100%;
}

.form__row .iti--allow-dropdown .iti__flag-container,
.form__row .iti--separate-dial-code .iti__flag-container {
    height: 38px;
}

/*-- major column --*/
.major-minor {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page-hd {
    flex: 1 1 100%;
    font-size: 3.8em;
    font-weight: 300;
    margin: .8em 0 0;
    text-align: center;
    width: 100%;
}

.wrap__main-content {
    flex: 1 1 75%;
    width: 75%
}

.wrap__main-content-inside {
    padding: 0 30px 0 0;
}

.payment-options {
    margin: 3em 0;
    padding: 0 7em 4.5em;
}

.payment-options__hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #e1e1e1;
    margin: 0 -7em 3em;
}

    .payment-options__hd .h2 {
        display: flex;
        align-items: stretch;
        margin: 0;
    }

.step__number {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    margin-right: .8em;
    width: 52px;
}

.step__completed {
    background: #006548 url('../images/icon-check.svg') no-repeat center;
    overflow: hidden;
    text-indent: -9999px;
}

.step__failed {
    background: firebrick url('../images/icon-error.svg') no-repeat center;
    overflow: hidden;
    text-indent: -9999px;
}

.step__hd {
    display: flex;
    align-items: center;
}

.btn__step-edit {
    display: flex;
    align-items: center;
    border-left: 2px solid #e1e1e1;
    cursor: pointer;
    font-size: 1.6em;
    padding: 0 1.2em;
    height: 52px
}

    .btn__step-edit:hover {
        color: #f89129;
    }

.payment-options__txt {
    padding-top: 1em;
    padding-bottom: 1em;
}

.paymnet-methods {
    padding: 1em 0;
}

.payment-method {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    padding: 1.5em 0;
}

.payment-method__pay {
    max-height: 0;
    height: 0%;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    visibility: hidden;
}

    .payment-method__pay.payment-active {
        height: auto;
        padding: 0 0 3em 0;
        max-height: 100%;
        opacity: 1;
        overflow: visible;
        visibility: visible;
    }

.payment-method__intro-txt {
    margin-bottom: 1.5em;
}

.payment-methods__list > li {
    border-top: 2px solid #e1e1e1;
}

    .payment-methods__list > li:last-child {
        border-bottom: 2px solid #e1e1e1;
    }

.method__select {
    cursor: pointer;
}

    .method__select label {
        font-size: 1.4em;
    }

    .method__select input[type="radio"] {
        cursor: pointer;
        height: 18px;
        width: 18px;
    }

.method__mark {
    height: 28px;
}

.pay__credit-card {
    background: url('../images/credit-card-marks.svg') no-repeat right;
    width: 160px;
}

.pay__credit-card_Visa {
    background: url('../images/visa_cc.svg') no-repeat right;
    width: 160px;
}

.pay__credit-card_Discover {
    background: url('../images/discover_cc.svg') no-repeat right;
    width: 160px;
}

.pay__credit-card_Mastercard {
    background: url('../images/master_cc.svg') no-repeat right;
    width: 160px;
}

.pay__credit-card_Amex {
    background: url('../images/amex_cc.svg') no-repeat right;
    width: 160px;
}

.pay__google-pay {
    background: url('../images/google-pay-mark.svg') no-repeat right;
    background-size: contain;
    height: 28px;
    width: 53px;
}

.pay__bank-account {
    background: url('../images/check-image-icon.jpg') no-repeat right;
    background-size: contain;
    height: 28px;
    width: 53px;
}

.payment-completed {
    margin: 3em 0;
    padding: 0 7em 0;
}

.payment-completed__final {
    margin: 3em 0;
    padding: 0 7em 2em;
    overflow: hidden;
}

.payment-completed .step__number {
    opacity: .7;
}

    .payment-completed .step__number.step__completed {
        opacity: 1;
    }

.paying-with {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 1.5em;
    margin: -1em -2em 2em;
}

.paying-with__label {
    font-size: 1.8em;
    font-weight: 800;
    margin-left: 1.2em;
}

.paying-with__type {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 1.4em;
    margin-right: 1.2em;
}

.paying-with__digts {
    margin-left: 1em;
}

.paying-with__details {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.paying-with__divider {
    width: 2px;
    background: #e1e1e1;
}

.payment-completed__text p {
    margin: 1em 0;
}

.payment-completed__btns {
    display: flex;
    justify-content: flex-end;
}

    .payment-completed__btns > div {
        padding: 1em;
        min-width: 250px;
    }

    .payment-completed__btns.btn__submit-wrap {
        border-top: 2px solid #e1e1e1;
        margin: 2em -2em -2em;
        padding-top: 1em;
    }

/*-- minor column --*/
.aside {
    flex: 1 1 25%;
    width: 25%;
}

.aside__payment-summary {
}

.aside > div {
    margin: 3em 0;
    padding: 0 2.4em 2.4em;
}

.aside__payment-summary .h2 {
    border-bottom: 2px solid #e1e1e1;
    margin: 0 -1em;
}

    .aside__payment-summary .h2 a {
        display: block;
        height: 100%;
        padding: .5em 1em;
        width: 100%;
    }

        .aside__payment-summary .h2 a:hover {
            color: #434343;
            text-decoration: none;
        }

.aside__invoice {
    display: flex;
    justify-content: space-between;
    margin: 1.2em 0;
}

.aside_surcharge {
    display: flex;
    justify-content: space-between;
}

.aside_total {
    display: flex;
    justify-content: space-between;
    font-size: 1.5em;
    font-weight: 700;
}

.aside__payment-summary-total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-top: 2px solid #e1e1e1;
    font-size: 1.6em;
    font-weight: 700;
    padding-top: 1em;
}

.aside__payment-summary-surcharge {
    justify-content: space-between;
    align-items: baseline;
    border-top: 2px solid #e1e1e1;
    font-size: 1.1em;
    padding-top: 1em;
}

.surcharge-disclosures-header {
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 1em;
}

.surcharge-disclosures {
    border-bottom: 2px solid #e1e1e1;
    font-size: 1.1em;
    padding-top: 10px;
    padding-bottom: 10px;
}

.summary-total {
    font-size: 1.3em;
    font-weight: 800;
}

.aside__assistance h3 {
    margin: 0 -1.2em .5em;
    padding: .5em 1.2em;
}

.address-hd {
    display: block;
    font-weight: 700;
    margin-top: 1em;
}

/*-- footer security block --*/
.footer__security .wrap {
    width: 100%;
}

.footer__hd {
    border-bottom: 2px solid #e1e1e1;
    font-weight: 800;
    margin: 0 auto;
    padding: 1em 0 .8em;
    text-align: center;
    width: 95%;
}

.security-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1em auto;
    padding: 2em 0;
}

.security-badge {
    background-image: url('../images/secure-img.png');
    background-repeat: no-repeat;
    margin: 1em;
}

.norton {
    background-position: 0 -25px;
    height: 39px;
    width: 96px;
}

.mcafee {
    background-position: -113px -25px;
    height: 37px;
    width: 134px;
}

.verisign {
    background-position: -264px -25px;
    height: 38px;
    width: 120px;
}

.safe {
    background-position: -395px -25px;
    height: 42px;
    width: 92px;
}

.bbb {
    background-position: -498px -25px;
    height: 38px;
    width: 97px;
}

/*-- popups --*/
.popup__details {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

    .popup__details.popup__active {
        display: flex;
    }

.popup__content-wrap {
    max-width: 1000px;
    overflow-y: auto;
    padding: 2em 2.5em 3em;
    position: relative;
    width: 95%;
}

.popup__cover {
    background: rgba(0, 0, 0, .7);
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

    .popup__cover.popup__active {
        display: block;
    }

.popup__close {
    background: #f89129 url('../images/btn-close.svg') no-repeat center;
    border: none;
    cursor: pointer;
    height: 38px;
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
}

    .popup__close:hover {
        background-color: #d87f24;
    }

.popup__processing-error {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.popup__processing-error-wrap {
    max-width: 600px;
    padding: 2em 2.5em;
    position: relative;
    width: 95%;
}

    .popup__processing-error-wrap .popup__hd,
    #cvvHelpPopup .popup__content-wrap .popup__hd {
        border-bottom: 2px solid #e1e1e1;
    }

.popup__text {
    display: block;
    height: auto;
    padding: 2em 0;
    width: 100%;
}

    .popup__text p {
        margin: .5em 0;
    }

    .popup__text h3 {
        margin: 1em 0 .25em;
    }

.popup__btns {
    text-align: right;
}

    .popup__btns button.btn__primary {
        background-color: #f89129;
        border: none;
        color: #fff;
        font-family: Muli, sans-serif;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 0;
        padding: .5em .8em;
        min-width: 200px;
    }

        .popup__btns button.btn__primary:hover {
            background-color: #d87f24;
        }

    .popup__btns button.btn__primary,
    .popup__close:focus {
        outline: none;
    }

#cvvHelpPopup .popup__content-wrap {
    max-width: 650px;
}

.ccv-help {
    font-size: 1.2em;
}

/*-- tables --*/
table {
    width: 100%;
}

thead {
    font-weight: 700;
}

td,
th {
    font-size: 1.6em;
    padding: 1em;
    text-align: left;
}

    th:first-child {
        min-width: 160px;
    }

    td:last-child,
    th:last-child {
        text-align: right;
    }

td {
    border-bottom: 1px solid #e1e1e1;
}

    td:first-child {
        font-weight: 700;
    }

.table__details-total {
    padding: 1.5em 1em 0;
    text-align: right;
}

.table__amount-due-label {
    display: inline-block;
    padding-right: .3em;
    font-weight: 800;
}

.table__amount-due {
    font-size: 1.5em;
    font-weight: 800;
}

/*-- validation --*/
.text-error {
    color: #dc3545;
    font-size: 12px;
    position: absolute;
    top: 4.9em;
    left: 1.5em;
}

.terms-condition-error {
    color: #dc3545;
    font-size: 12px;
    padding-left: 20px;
}

/*-- footer --*/
.copyright {
    font-size: 1.2em;
    padding: 1em 0;
    text-align: center;
}

    .copyright a {
        text-decoration: underline;
    }

.footer-signature__txt {
    font-size: 1.6em;
    padding-bottom: 20px;
}

.footer-signature__logo {
    padding: 20px 0 10px;
    max-width: 225px;
    width: 100%;
}

.footer-signnature__logo img {
    height: auto;
    width: 100%
}

.assistance__btn {
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
    cursor: pointer;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    text-align: center;
    width: 50px;
    z-index: 30;
}

.assistance__icon {
    font-size: 4em;
    font-weight: 800;
}

#assistancePopup {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 0;
    width: 95%;
    z-index: 25;
}

    #assistancePopup.assistance__active {
        display: flex;
    }

    #assistancePopup .popup__close {
        right: 5%;
    }

.print-only {
    display: none;
}

@media only screen and (max-width: 1060px) {
    .payment-options {
        padding: 0 4.5em 4.5em;
    }

    .payment-completed {
        padding: 0 4.5em 0;
    }

    .payment-completed__final {
        padding: 0 4.5em 2em;
    }

    .payment-options__hd {
        margin: 0 -4.5em 3em;
    }

    .aside {
        flex: 1 1 30%;
        width: 30%;
    }

    .wrap__main-content {
        flex: 1 1 60%;
        width: 60%;
    }

    .form__col-2 {
        flex: 1 1 100%;
        width: 100%;
    }

        .form__col-2 > div {
            padding: 0 1em;
        }

    .form__cc-cvv, .form__cc-year {
        flex: 1 1 100%;
        width: 100%;
    }

    .form__cc-number, .form__cc-month {
        flex: 1 1 100%;
        width: 100%;
    }

    .form__col-1 > div {
        padding: 0 1em;
    }
}

@media only screen and (max-width: 1024px) {
    .form__cc-numbers,
    .form__cc-date,
    .form__address-city-zip {
        flex-wrap: wrap;
    }

    .form__address-city,
    .form__address-zip {
        flex: 1 1 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 960px) {
    .wrap__main-content {
        flex: 1 1 100%;
        order: 2;
        width: 10%;
    }

    .wrap__main-content-inside {
        padding: 0;
    }

    .aside {
        flex: 1 1 100%;
        order: 1;
        width: 100%;
    }

        .aside .aside__payment-summary {
            margin-bottom: 0;
        }

    .text-error {
        left: 1em;
    }

    .assistance__btn {
        display: flex;
    }

    #assistancePopup .aside__assistance {
        padding: 0 20px 20px;
        position: relative;
        width: 95%;
    }

        #assistancePopup .aside__assistance .h3 {
            margin: 0 -20px .5em;
        }
}

@media only screen and (max-width: 768px) {
    .table-scroll {
        overflow-x: auto;
        margin-right: -2.5em;
    }

        .table-scroll table {
            min-width: 800px;
            padding-right: 2.5em;
        }
}

@media only screen and (max-width: 640px) {
    .body {
        font-size: 9px;
    }

    .text-error {
        position: relative;
        top: -1.5em;
        left: 0;
    }

    .payment-completed__btns {
        flex-wrap: wrap;
    }

        .payment-completed__btns > div {
            width: 100%;
        }

    .paying-with__details {
        display: block;
    }

    .paying-with__divider {
        display: none;
    }

    .paying-with__bill-info {
        margin-bottom: 1.5em;
    }

    .form__cc-year label {
        display: none;
    }

    .form__row-btns > div {
        margin: 0 1.5em;
        width: 100%;
    }

    input[type="reset"].btn__secondary {
        background: #e1e1e1;
        color: #909090;
        cursor: pointer;
        font-weight: 700;
        width: 100%;
        margin-top: 1em;
    }

        input[type="reset"].btn__secondary:hover {
            background: #c7c7c7;
            color: #7d7d7d;
            text-decoration: none;
        }

    .form__row-btns > div:first-child {
        order: 2;
    }

    .form__row-btns > div:last-child {
        order: 1;
    }
}

@media only screen and (max-width: 414px) {
    .header__logo,
    .header__receipt-details {
        width: 100%;
        text-align: center;
    }

    .header__due-date {
        text-align: center;
    }

    .pay__credit-card {
        background-size: contain;
        height: 15px;
        width: 120px;
    }

    .pay__google-pay {
        height: 18px;
        width: 35px;
    }
}

@media only screen and (min-width: 740px) {
    .security-badges {
        justify-content: space-between;
        max-width: 840px;
    }
}

@media only screen and (min-width: 600px) {
    .header__receipt-number {
        font-size: 2em;
    }

    .header__due-date {
        font-size: 1.2em;
    }

    .footer__security .wrap {
        width: 95%;
    }

    .footer__hd {
        width: 100%;
    }
}

@media print {
    .no-print {
        display: none !important;
    }

    .print-only {
        display: block !important;
    }
}
