/* Minification failed. Returning unminified contents.
(233,65): run-time error CSS1030: Expected identifier, found '>'
(233,67): run-time error CSS1030: Expected identifier, found 'span'
(233,71): run-time error CSS1031: Expected selector, found ')'
(233,71): run-time error CSS1025: Expected comma or open brace, found ')'
(2429,52): run-time error CSS1046: Expect comma, found '0'
(2429,56): run-time error CSS1046: Expect comma, found '/'
 */
@charset "utf-8";

@media (prefers-reduced-motion) {
    * {
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }
}

button {
    border: 0px;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}

button, btn, a {
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

input[type="password"] {
    color: black !important;
}

.listing-title {
    font-size: 14px;
    font-weight: 700;
    display: inline;
    line-height: 20px;
    word-break: break-word;
}

.modal-main-scrollable {
    max-height: 289px;
    overflow-y: scroll;
}

.grecaptcha-badge {
    margin-bottom: 75px !important;
    z-index: 1;
}

.btn-right {
    width: 24%;
    float: left;
    font-size: 14px !important;
    background: #12437c;
    padding: 8.5px 15px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    color: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-block;
    font-family: 'Nunito Sans';
}

.free-listing {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    font-family: 'Nunito Sans', sans-serif;
}

    .free-listing button {
        font-family: 'Nunito Sans', sans-serif;
    }

    .free-listing h1 {
        display: inline-block;
        font-size: 22px;
    }

    .free-listing img {
        max-width: 100%;
        height: auto;
    }

    .free-listing select {
        display: block;
        height: auto;
        width: 99%;
        margin: 0 0 8px;
        font-family: 'Nunito Sans', sans-serif;
        line-height: normal;
        box-sizing: border-box;
        color: #57595b;
    }

    .free-listing input[type="text"], .free-listing textarea, .free-listing input[type="password"], .free-listing input[type="number"], .free-listing input[type="tel"] {
        display: block;
        height: auto;
        width: 99% !important;
        margin: 0 0 8px;
        padding: 10px !important;
        font-family: 'Nunito Sans', sans-serif;
        line-height: normal;
        box-sizing: border-box;
    }

    .free-listing input[type="text"], .free-listing input[type="password"], .free-listing input[type="number"], .free-listing input[type="tel"] {
        height: 42px !important;
    }

        .free-listing input[type="text"].small-input, .free-listing input[type="number"].small-input {
            display: inline-block;
            height: 42px !important;
            width: calc(100% - 109px) !important;
        }

    .free-listing select.small-select {
        display: inline-block;
        width: 100px !important;
        height: 42px !important;
    }

    .free-listing select.v-small-select {
        display: inline-block;
        width: 20% !important;
        height: 42px !important;
    }

    .free-listing select.spec-select {
        height: 42px !important;
    }

    .free-listing textarea {
        height: 100px;
        overflow-y: auto;
        overflow-wrap: break-word;
    }

    .free-listing select {
        -webkit-appearance: menulist-button !important;
        line-height: 25px;
        height: 42px;
    }

    .free-listing input[type="text"].half-input, free-listing input[type="number"].half-input {
        display: inline-block !important;
        width: calc(50% - 5px) !important;
        margin-right: 4px !important;
    }

    .free-listing .error {
        border: 1px #D01313 solid !important;
        color: #D01313;
    }

    .free-listing .error-message {
        max-width: 85%;
        margin: 0px auto 13px auto;
        font-size: 16px;
        line-height: 28px;
        font-weight: 700;
        text-align: center;
        color: #D01313;
    }

    .free-listing .form-btn {
        display: block;
        max-width: 350px;
        background: #3e3e3f;
        margin: 25px auto;
        padding: 10px 20px;
        font-size: 16px;
        text-align: center;
        text-decoration: none;
        color: #fff !important;
        border-radius: 3px;
        font-family: 'Nunito Sans';
    }

        .free-listing .form-btn:hover {
            background: #525252;
        }

    .free-listing .small-text {
        font-size: 12px;
        font-style: italic;
        text-align: center;
        color: #555;
    }

    .free-listing .tip-text {
        font-size: 14px;
        font-style: italic;
        color: #555 !important;
        margin-bottom: 20px;
    }

    .free-listing .tip-text-all-cats {
        font-size: 12px;
        font-style: italic;
        color: #555 !important;
    }

    .free-listing .submit-btn {
        display: block;
        width: 80%;
        margin: 25px auto;
        padding: 15px;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        text-decoration: none;
        color: #fff !important;
        border-radius: 3px;
        font-family: "Nunito Sans", sans-serif;
    }

    .free-listing .form-row {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 10px;
    }

        .free-listing .form-row .label-left {
            width: 150px;
            padding-right: 15px;
            line-height: 18px;
            box-sizing: border-box;
        }

            .free-listing .form-row .label-left > span:not(:has(> span)) {
                color: #D01313;
            }

        .free-listing .form-row .input-right {
            width: calc(100% - 150px);
        }

    .free-listing .input-left {
        float: left;
        width: calc(100% - 150px);
    }

    .free-listing .labels-right {
        float: right;
        width: 85px;
        padding-right: 8px;
        box-sizing: border-box;
    }

        .free-listing .labels-right label {
            margin: 5px;
            line-height: 40px;
        }

            .free-listing .labels-right label input[type="radio"] {
                position: relative;
                top: 2px;
                margin: 0 8px 0 0;
            }

    .free-listing .main-container {
        float: left;
        width: calc(100% - 300px);
        padding-right: 25px;
        box-sizing: border-box;
    }

    .free-listing .side-container {
        float: left;
        width: 300px;
        position: relative;
        top: 0;
        max-height: 100%;
        background: #eee;
        padding: 15px;
        text-align: center;
        box-sizing: border-box;
    }

.facebook-btn, .google-btn, .otp-btn {
    width: 100%;
    color: #fff !important;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    margin: 5px 0;
    position: relative;
    border-radius: 5px;
    border: none;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-decoration: solid;
    display: inline-block;
}

.facebook-btn {
    background: #4267b2;
}

.google-btn {
    background: #3c4043;
}

#contact-email .otp-btn {
    font-size: 1em;
}

#OTPVerificationForm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: .875rem;
}

    #OTPVerificationForm .otpFormBtn {
        padding: 10px;
        border-radius: 5px 5px;
    }

    #OTPVerificationForm #OTPVerificationOptions {
        display: flex;
        flex-direction: column;
        padding: 0px 0px 15px 0px;
    }

.box-select {
    display: inline-block;
    margin-left: 15px;
}

    .box-select fieldset {
        display: inline-block;
    }

        .box-select fieldset div {
            display: inline-block;
            margin: 0px 10px;
        }

            .box-select fieldset div label {
                display: inline-block;
                background: #eee;
                font-size: 13px;
                color: #3E3E3F;
                padding: 7px 35px 7px 32px;
                margin: 0 -12px;
                box-sizing: border-box;
                border-radius: 3px;
                border: 1px #fff solid;
                cursor: pointer;
                transition: all .2s ease-in-out;
            }

                .box-select fieldset div label:hover {
                    background: #ddd;
                }

                .box-select fieldset div label input[type="radio"] {
                    position: relative;
                    top: 2px;
                }

.spec-group-label {
    color: #fff;
}

.spec-checkboxList {
    overflow-y: scroll;
    margin-bottom: 15px;
    max-height: 175px;
    clear: both;
    width: 100%;
}

.SpecForm {
    margin-top: 10px;
}

.expand button {
    display: block;
    position: relative;
    margin: 10px 0;
    padding: 15px;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-family: 'Nunito Sans';
}

    .expand button strong {
        margin-right: 10px;
        font-size: 20px;
    }

    .expand button.closed:after {
        font-family: 'FontAwesome';
        content: "\f067";
        position: absolute;
        top: 18px;
        right: 15px;
    }

    .expand button.expanded:after {
        font-family: 'FontAwesome';
        content: "\f068";
        position: absolute;
        top: 18px;
        right: 15px;
    }

.accordion {
    display: none;
    padding: 15px;
    font-size: 13px;
    line-height: 20px;
    box-sizing: border-box !important;
}

.additional-details, .additional-prices {
    background: #3e3e3f;
    padding: 15px;
    text-align: center;
    color: #fff;
    border: 1px #777 solid;
    box-sizing: border-box;
    cursor: pointer;
}

    .additional-details:hover, .additional-prices:hover {
        background: #525252;
    }

    .additional-details strong, .additional-prices strong {
        font-size: 18px;
    }

        .additional-details strong .fa, .additional-prices strong .fa {
            position: relative;
            top: -1px;
            left: 5px;
            font-size: 14px;
        }

.additional-content, .price-content {
    display: none;
}

    .additional-content .expand button, .price-content .expand button {
        background: #767676;
        font-weight: 700;
        margin: 0 0 1px;
        padding: 10px;
    }

            .additional-content .expand button.expanded:after, .additional-content .expand button.closed:after,
            .price-content .expand button.expanded:after, .price-content .expand button.closed:after {
                top: 12px;
            }

    .additional-content .accordion, .price-content .accordion {
        background: #eee;
        padding: 10px;
        box-sizing: border-box;
    }

.fe-section .form-row .input-left {
    width: calc(100% - 100px) !important;
}

.fe-section .form-row .labels-right {
    width: 90px !important;
    padding-left: 0;
    margin-right: 10px;
}

    .fe-section .form-row .labels-right select {
        background: #3e3e3f;
        color: #fff;
    }

.category-input {
    float: left;
    width: calc(95% - 150px);
}

.all-cats {
    float: left;
    width: 182px;
    font-size: 12px !important;
    padding: 9px 15px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    color: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-block;
    font-family: 'Nunito Sans';
}

    .all-cats:hover {
        background: #525252;
    }

.currency-ddl {
    height: 41px !important;
}

.currency-priceInformation-ddl {
    height: 42px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.contact-btn {
    display: inline-block;
    margin: 5px 10px;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    border-radius: 3px;
    width: 33%;
    background-color: #3e3e3f;
}

    .contact-btn:hover {
        background: #525252;
    }

.save-exit-btn {
    background: #3e3e3f !important;
}

    .save-exit-btn:hover {
        background: #525252 !important;
    }

/*Consignment*/
.cbContainer {
    width: 231px;
    float: left;
    display: inline-block;
    min-height: 49px;
}

.mapButton {
    display: block;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: #CF4E3E;
    padding: 10px;
    text-decoration: none;
    cursor: pointer !important;
    width: 200px;
}

.mapPopup {
    font-size: 12px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

    .mapPopup h3 {
        color: #b12c1b;
    }

.consign {
    font-family: 'Rubik', sans-serif;
    padding: 15px 0 0;
    color: #222;
    background-color: transparent;
    max-width: 1078px;
    margin: 0 auto;
}

    .consign h1 {
        font-size: 36px;
        text-align: center;
        margin: 0 0 25px;
        color: #222;
        background-color: #fff;
    }

    .consign .column4 {
        width: 30.33%;
    }

    .consign .industry-examples {
        display: flex;
        margin: 15px 0;
    }

        .consign .industry-examples span {
            flex: 1;
            margin: 0 1.5%;
        }

    .consign h2 {
        font-size: 20px;
        color: #b12c1a;
        background-color: #fff;
        margin: 0;
    }

    .consign p {
        font-size: 14px;
        line-height: 25px;
        margin: 0;
        color: #222;
        background-color: #fff;
    }

    .consign img {
        display: block;
        border: 0;
        max-width: 100%;
        height: auto;
    }

    .consign .submit {
        background-color: #b12c1a !important;
        height: auto !important;
        padding: 0px 70px !important;
        color: #fff !important;
        border-radius: 3px !important;
        line-height: 2rem !important;
        border: none !important;
        font-weight: bold !important;
        font-family: 'Rubik', sans-serif;
        font-size: 1em;
    }

    .consign .sell {
        background-color: #000;
        background: url(/ListingInput/Content/images/LandingPage/Consignment/sell.png) center center;
        padding: 10px 10% 25px 10%;
        text-align: center;
        box-sizing: border-box;
    }

        .consign .sell h2 {
            font-family: 'Rubik', sans-serif;
            font-size: 36px;
            text-transform: uppercase;
            color: #fff;
            background-color: transparent;
            margin: revert;
        }

        .consign .sell p, .sell strong, .consign .sell a {
            font-size: 20px;
            line-height: 32px;
            color: #fff;
            background-color: transparent;
        }

    .consign .how-it-works {
        border: 1px #ccc solid;
        font-size: 14px;
        line-height: 22px;
        margin: 25px 1.5%;
        padding: 15px 15px 35px;
        box-sizing: border-box;
    }

        .consign .how-it-works h2 {
            display: block;
            position: relative;
            top: -30px;
            width: 320px;
            margin: 0 auto;
            background: #fff;
            font-family: 'Rubik', sans-serif;
            font-size: 24px;
            font-weight: 700;
            font-style: italic;
            text-align: center;
            color: #b12c1a;
            background-color: #fff;
        }

        .consign .how-it-works .number-container {
            float: left;
            width: 50px;
        }

        .consign .how-it-works strong {
            color: #b12c1a;
            background-color: #fff;
        }

.column6 {
    width: 48%;
    margin: 0 1%;
}

.column4 {
    width: 31.333333333333333%;
    margin: 0 1%;
}

.column12 {
    width: 98%;
    margin: 0 1%;
}

.how-it-works .content-container {
    float: left;
    width: calc(100% - 50px);
}

@media screen and (max-width: 767px) {
    .column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12, .social-column {
        width: 96% !important;
        margin: 0 2%;
        float: left;
    }
}

/*MEDIA*/
#fileUpload-input {
    display: none;
}

.upload-box {
    display: block;
    max-width: 540px;
    margin: 20px auto;
    padding: 25px;
    text-align: center;
    color: #666;
    border: 2px #ccc dashed;
    border-radius: 5px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

    .upload-box:hover {
        color: #333;
        border: 2px #aaa dashed;
    }

    .upload-box strong {
        display: block;
        font-size: 18px;
        line-height: 1.5;
    }

    .upload-box svg {
        display: block;
        margin: 20px 0;
        font-size: 48px;
        opacity: .25;
    }

.svg-container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.fontawesomesvg {
    width: 1em;
    height: 1em;
    vertical-align: -.125em;
}

.inLblLinkBlue {
    display: inline;
    text-decoration: underline;
    color: #0064b1;
}

.preview-selected-image {
    height: 130px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}

#preview-selected-image {
    width: 75%;
    height: 100%;
    background-image: url("/ListingInput/Content/images/loading.gif");
    background-repeat: no-repeat;
    background-size: 100%;
    height: auto;
    width: auto;
}

.preview-image {
    background-image: url("/ListingInput/Content/images/loading.gif");
    background-repeat: no-repeat;
    background-size: 100%;
    height: auto;
    width: auto;
}

.upload-thumbnails .thumb {
    display: inline-block !important;
    position: relative !important;
    margin: 5px 5px 5px 0 !important;
    max-width: 120px !important;
    border: 1px #ccc solid !important;
    vertical-align: top !important;
    overflow: hidden !important;
    cursor: pointer !important;
}

    .upload-thumbnails .thumb img {
        display: block !important;
    }

    .upload-thumbnails .thumb .fa {
        position: absolute !important;
        top: 3px !important;
        right: 3px !important;
        font-size: 16px !important;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, .75) !important;
        color: #fff !important;
        opacity: .75 !important;
        cursor: pointer !important;
        z-index: 99999 !important;
    }

        .upload-thumbnails .thumb .fa:hover {
            opacity: 1 !important;
        }

.upload-thumbnails .delete-btn {
    display: inline-block !important;
    margin: 5px 0 !important;
    padding: 6px 16px !important;
    font-size: 14px !important;
    text-align: center !important;
    text-decoration: none !important;
    border-radius: 3px !important;
    vertical-align: top !important;
    cursor: pointer;
}

/* FE & HLA TABLE */
.fe-table {
    background: #eee;
    margin: 15px 0;
}

    .fe-table .fe-row {
        display: flex;
        background: #fff;
        padding: 10px;
    }

        .fe-table .fe-row:nth-child(even) {
            background: #eee;
        }

        .fe-table .fe-row .fe-column {
            flex: 1;
        }

    .fe-table .fe-head {
        font-weight: 700;
        font-style: italic;
        color: #555;
    }

.side-container .preview-box {
    background: #fff;
    margin: 15px 0;
    padding: 10px;
    border: 1px #ccc solid;
    box-sizing: border-box;
}

    .side-container .preview-box h2 {
        margin: 15px 0;
        font-size: 20px;
        font-weight: 900;
        line-height: 24px;
        text-align: center;
    }

    .side-container .preview-box .preview-description {
        font-size: 14px;
        white-space: pre-wrap;
        text-align: center;
        padding-left: 10px;
        max-height: 13vh;
        overflow-y: auto;
        overflow-wrap: break-word;
    }

    .side-container .preview-box .thumbnails {
        display: block;
        text-align: center;
        max-height: 13vh;
        overflow-y: auto;
    }

        .side-container .preview-box .thumbnails img {
            display: inline-block;
            margin: 5px;
            cursor: pointer;
            box-sizing: border-box;
            max-width: 28%;
            max-height: 70px;
            min-width: 50px;
            min-height: 50px;
        }

.side-container .side-btn {
    display: block;
    margin: 5px auto;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    border-radius: 3px;
    background-color: #3e3e3f;
    width: 100%;
    font-family: 'Nunito Sans';
}

    .side-container .side-btn:hover {
        background: #525252;
    }

.side-container .save-exit-btn:hover {
    background: #4D78A0;
}

/* MODAL */
.lock {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 5%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,.5);
}

    .modal .modal-content {
        position: relative;
        margin: auto;
        padding: 25px;
        width: calc(100% - 30px);
        max-width: 800px;
        background: #fff;
        font-family: 'Nunito Sans', sans-serif;
        font-size: 14px;
        border-radius: 3px;
        box-shadow: 0 5px 5px 0 rgba(0,0,0,.25);
        box-sizing: border-box;
        animation-name: animatetop;
        animation-duration: .4s;
    }

    .modal .modal-head {
        position: relative;
        color: #555;
    }

        .modal .modal-head h2 {
            margin: 0;
        }

        .modal .modal-head .close {
            position: absolute;
            top: 0;
            right: 0;
            font-size: 20px;
            color: #ccc;
            cursor: pointer;
        }

            .modal .modal-head .close:hover {
                color: #000;
            }

    .modal .modal-main {
        margin: 25px 0;
    }

    .modal .modal-buttons button {
        display: inline-block;
        border-radius: 3px;
        padding: 12px 35px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
        box-sizing: border-box;
    }

    .modal .modal-buttons .save-modal {
        background: #3e3e3f !important;
        color: #fff !important;
    }

        .modal .modal-buttons .save-modal:hover {
            background: #525252 !important;
            color: #fff !important;
        }

    .modal .modal-buttons .cancel-modal {
        color: #999 !important;
    }

        .modal .modal-buttons .cancel-modal:hover {
            color: #555 !important;
        }

/* FINISHED PAGE */
.security-code-text {
    color: #00fffd;
    padding: 0px;
    margin: 0px;
    display: inline-flex;
}

.free-listing-done {
    background: #eee;
    color: #000;
    max-width: 1100px;
    padding: 25px;
    margin: 25px auto;
    font-family: 'Nunito Sans', sans-serif;
    box-sizing: border-box;
}

    .free-listing-done img {
        max-width: 100%;
    }

    .free-listing-done .done-inner {
        max-width: 800px;
        margin: 0 auto;
    }

    .free-listing-done h1 {
        text-transform: uppercase;
        text-align: center;
    }

    .free-listing-done .security-code {
        background: #3e3e3f;
        margin-top: 25px;
        padding: 15px;
        font-size: 18px;
        text-align: center;
        color: #fff;
    }

    .free-listing-done .tip-text {
        font-size: 14px;
        font-style: italic;
        color: #555;
    }

    .free-listing-done .scam-text {
        margin: 25px 0px;
        font-size: 17px;
        line-height: 28px;
        text-align: center;
    }

        .free-listing-done .scam-text a {
            font-weight: 700;
        }

    .free-listing-done .submit-btn {
        display: block;
        width: 80%;
        margin: 0 auto;
        padding: 15px;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        text-decoration: none;
        color: #fff;
        border-radius: 3px;
        font-family: 'Nunito Sans', sans-serif;
        box-sizing: border-box;
    }

    .free-listing-done .preview {
        border-top: 1px #999 solid;
    }

        .free-listing-done .preview .list-content {
            margin: 25px 0;
        }

            .free-listing-done .preview .list-content .list-main-section {
                background: #fff;
                padding: 20px;
                box-sizing: border-box;
            }

                .free-listing-done .preview .list-content .list-main-section .list-container .list-listing {
                    margin: 0;
                }

                    .free-listing-done .preview .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .list-media {
                        position: relative;
                    }

            .free-listing-done .preview .list-content .list-listing-mobile .list-media {
                position: relative;
            }

/* Specs CSS */
.free-listing input[type="text"].footSpecText, .free-listing input[type="number"].footSpecText {
    display: inline-block !important;
    width: 49% !important;
}

.free-listing select.required-v-small-select {
    display: inline-block;
    width: 20% !important;
    height: 42px !important;
}

.free-listing input[type="text"].inchSpecText, .free-listing input[type="number"].inchSpecText {
    margin-left: 2% !important;
    width: 20% !important;
    display: inline-block;
}

/* Addtl Details CSS */
.column6 input[type="text"], .column4 input[type="text"], .column12 input[type="text"], .column6 input[type="number"], .column4 input[type="number"], .column12 input[type="number"] {
    padding: 5px !important;
    height: 42px !important;
}

.free-listing select.addtl-details-select {
    padding: 5px !important;
    height: 42px !important;
}

.free-listing select.addtl-details-small-select {
    padding: 5px !important;
    height: 42px !important;
    display: inline-block;
    width: 100px !important;
}

.priceInfo-group-label.expanded {
    background: #522E1F !important;
    /* Styles for element(s) with foo AND bar classes */
}

/* RESPONSIVE */

@media screen and (max-width: 1024px) {
    .category-input {
        float: unset;
        width: unset;
    }

    .fe-section .form-row .labels-right {
        margin: 0 0 0 10px;
    }

    .all-cats {
        float: none;
        display: block;
        width: 100%;
        font-size: 13px !important;
    }
}

@media screen and (max-width: 1000px) {
    .free-listing input[type="text"].small-input, .free-listing input[type="number"].small-input {
        width: calc(100% - 115px) !important;
    }
}

@media screen and (max-width: 785px) {
    .free-listing .main-container {
        float: none;
        width: 100%;
        padding: 0;
    }

    .free-listing .side-container {
        display: none;
    }

    .free-listing h1 {
        display: block;
        font-size: 20px;
        margin: 15px 0 5px;
    }
}

@media screen and (max-height: 865px) {
    .preview-title {
        margin: 5px 0px !important;
        font-size: 15px;
    }

    .preview-description {
        display: none !important;
    }

    .thumbnails {
        display: none !important;
    }

    .break {
        display: none !important;
    }
}

@media screen and (max-width: 820px) {
    .box-select {
        position: relative;
        left: 0;
        width: 100%;
        margin-bottom: 15px;
    }

        .box-select fieldset {
            display: block;
        }

            .box-select fieldset div {
                display: block;
                margin: 0px;
            }

                .box-select fieldset div label {
                    display: block;
                    margin-left: 5px;
                    margin-bottom: 5px;
                    width: 90%;
                    white-space: nowrap;
                }

                    .box-select fieldset div label input[type="radio"] {
                        position: relative;
                        top: 2px;
                        left: -20px;
                    }
}

@media screen and (max-width: 480px) {
    input[type="text"], input[type="number"], select, textarea {
        -webkit-appearance: none;
    }

    .simple-specs-row {
        flex-direction: column !important;
    }

    .free-listing .form-row {
        margin: 0 0 5px;
    }

        .free-listing .form-row .input-right {
            float: none;
            width: 100%;
            padding: 0;
        }

        .free-listing .form-row .label-left {
            width: 100%;
            padding: 0;
        }

    .fe-section .form-row .input-left {
        float: left;
        width: calc(100% - 150px);
    }

    .fe-section .form-row .labels-right {
        float: right;
        width: 150px;
    }

    .free-listing input[type="text"].footSpecText, .free-listing input[type="number"].footSpecText {
        width: 30% !important;
    }
}

.help-side {
    padding: 7px 15px;
    text-align: center;
    color: #fff;
}

    .help-side h2 {
        font-size: 20px;
        margin: 0;
        padding: 5px;
    }

    .help-side a {
        display: block;
        background: #fff;
        margin: 2px 0;
        padding: 10px;
        font-size: 13px;
        font-weight: 700;
        text-decoration: none;
        border-radius: 3px;
    }

        .help-side a:hover {
            opacity: .9;
        }


/*****NEED HELP SECTION******/
.help-text {
    color: black !important;
}

.help-email {
    color: black !important;
}

.help-footer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    border-top: 1px #ddd solid;
    box-shadow: 0 -3px 3px 0 rgba(0,0,0,.15);
    z-index: 5000;
}

    .help-footer h2 {
        font-size: 16px;
        padding: 10px;
        margin: 0;
        border-bottom: 1px #fff solid;
    }

    .help-footer .help-buttons {
        display: flex;
    }

        .help-footer .help-buttons a {
            flex: 1;
            padding: 15px 15px 20px;
            text-decoration: none;
            color: #fff;
            border-right: 1px #fff solid;
            background-color: #3e3e3f;
        }

            .help-footer .help-buttons a:hover {
                background: #525252;
            }

            .help-footer .help-buttons a:last-child {
                border-right: none;
            }

.scrollToTop {
    bottom: 60px !important;
    right: 75px !important;
    margin-bottom: 9px !important;
    height: 58px !important;
}

@media screen and (max-width: 785px) {
    .help-footer {
        display: block;
    }
}

.my-account-text {
    color: black !important;
}

.foreign-top-row {
    text-transform: uppercase !important;
}

.site-footer {
    position: relative !important;
}

@media screen and (max-width: 1000px) {
    .site-footer {
        padding-bottom: 100px !important;
    }
}

.inline-radios {
    display: inline-block;
    margin: 0 auto;
    padding: 5px 0;
}

    .inline-radios span {
        display: inline-block !important;
        vertical-align: middle;
        padding-right: 10px;
    }

    .inline-radios label {
        display: inline-block;
        vertical-align: middle;
    }

.large-text-field {
    height: 100px;
    width: 94%;
    display: block;
}

.modal-label-textbox-row {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

#SerialVINLookupVerifyForm {
    height: auto;
}

    #SerialVINLookupVerifyForm input {
        float: left;
        margin-top: 2px;
        background-color: #eee;
    }

    #SerialVINLookupVerifyForm label {
        float: left;
        width: 33%;
    }

    #SerialVINLookupVerifyForm select {
        float: left;
        width: 66%;
        margin-top: 0;
        background-color: #fff;
    }

#SerialVINLookupVerifyModal {
    padding-bottom: 5px;
}

    #SerialVINLookupVerifyModal div.clear {
        height: 10px;
    }

    #SerialVINLookupVerifyModal .modal {
        height: auto;
        max-height: 70%;
        min-height: 60%;
    }

    #SerialVINLookupVerifyModal .modal-body {
        padding: 15px 20px;
        overflow-y: auto;
    }

    #SerialVINLookupVerifyModal p {
        margin-top: 5px;
        margin-bottom: 15px;
        font-size: 16px;
    }

.mileage-input-div {
    width: 100%;
    display: inline-block;
}

.mileage-select-div {
    width: 100%;
    display: inline-block;
    margin: 0 0 0 5px !important;
}

.mileageinch-input-div {
    width: 100%;
    display: inline-block;
}

.mileageinchsecond-input-div {
    width: 75%;
    display: inline-block;
}

.mileageinch-select-div {
    width: 100%;
    display: inline-block;
}

label.switch-btn-label {
    float: left;
    width: 50%;
    color: #000;
    background: #fff;
    padding: .35em;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

input[type=radio].switch-btn-input {
    display: none;
}

.loading::before {
    background: url(/ListingInput/Content/images/loading.png);
    background-size: contain;
    animation: spin 3s linear infinite;
    content: '';
    background-repeat: no-repeat;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    top: 40%;
    left: 0;
    right: 0;
    width: 200px;
    height: 200px;
    z-index: 99999 !important;
}

.loading-overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.7);
    opacity: 1;
    visibility: visible;
    position: fixed;
    z-index: 99988 !important;
    transition: opacity .3s 0s, visibility 0s 0s;
}

input#CategorySelected {
    display: block;
    font-size: 16pt;
    transform-origin: left top;
    transform: scale(0.625);
    height: 67.2px !important;
    width: 158.4% !important;
    font-family: 'Nunito Sans', sans-serif;
    box-sizing: border-box;
    margin: 0 0 8px;
    padding: 10px !important;
}

.gray-text {
    color: #6F6F6F;
    margin: 0px 0px 20px 0px;
    display: block;
}

.switch-btn {
    padding: 0;
    display: flex;
    width: 95%;
    margin-right: 50%;
    border: 1px #ccc solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
}

@media screen and (max-width:600px) {
    .inline-radios {
        padding: 5px;
    }
}

@media screen and (max-width:500px) {
    .recommended-specs {
        font-size: 10px !important;
    }
}

@media screen and (max-width:350px) {
    .inline-radios label {
        width: 100%;
    }
}

.required-red {
    text-align: center;
    color: #B12C1B !important;
}

#PrivacyPolicy .validationError {
    font-size: 20px;
    margin-top: 10px;
}

.validationError {
    color: #B12C1B;
    white-space: pre-line;
}

.inputError {
    -webkit-appearance: none;
    border-color: #CC0000;
    box-shadow: 0 0 5px #CC0000;
}

.autofillHighlight {
    background: rgba(255, 251, 1, 0.2) !important;
}

.autocomplete-container {
    position: relative;
}

.autocomplete-results {
    position: absolute;
    left: 0;
    right: 0;
    overflow-y: scroll;
    max-height: 280px;
    margin-top: -2px;
    list-style-type: none;
    background-color: white;
}

    .autocomplete-results::-webkit-scrollbar {
        width: 5px;
        height: 8px;
        background-color: #aaa;
    }

    .autocomplete-results::-webkit-scrollbar-thumb {
        background-color: #000;
    }

    .autocomplete-results li {
        width: 100%;
        padding: 5px 5px;
        border-right: 2px solid rgba(255, 255, 255, 0.6);
        border-bottom: 2px solid rgba(255, 255, 255, 0.6);
        border-left: 2px solid rgba(255, 255, 255, 0.6);
    }

a:hover {
    cursor: pointer;
}

.price-input {
    margin-bottom: 0px !important;
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

.ui-button {
    border: none;
}

.close-modal {
    position: absolute;
    right: 2px;
    top: 2px;
    height: 42px;
    width: 42px;
    opacity: .2;
    cursor: pointer;
}

    .close-modal:hover {
        opacity: 1;
    }

    .close-modal:before {
        content: "";
        position: absolute;
        right: 50%;
        top: 50%;
        background: #fff;
        height: 4px;
        width: 16px;
        margin: -2px -8px;
        transition: all 0.2s ease-in-out;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .close-modal:after {
        content: "";
        position: absolute;
        right: 50%;
        top: 50%;
        background: #fff;
        height: 4px;
        width: 16px;
        margin: -2px -8px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

/* Overlay */
.dark-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.image-uploader {
    background: #fff;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.45);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #737578;
    font-size: .9em;
    margin-top: 15px;
}

    .image-uploader:after {
        content: "";
        display: table;
        clear: both;
    }

.uploader-btn {
    padding: 8px 30px !important;
    text-align: center !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin: 0 5px !important;
    border-radius: 9px !important;
    text-decoration: none !important;
}

.uploader-images {
    clear: both;
    padding: 1em 0;
}

    .uploader-images:after {
        content: "";
        display: table;
        clear: both;
    }

.uploader-videos {
    border-top: 1px #cdcdcd solid;
    padding-top: .6em;
}

.image-box {
    width: 23%;
    float: left;
    margin: 1%;
    border: 2px #929292 solid;
    position: relative;
    overflow: hidden;
    list-style-type: none;
    cursor: pointer;
    background: url(/ListingInput/Content/images/Loading.gif) center center no-repeat;
    padding-top: 17%;
    box-sizing: border-box;
}

    .image-box:hover {
        border: 2px #123a40 solid;
    }

    .image-box img:not(.delete-image) {
        width: 100%;
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }

.delete-image {
    position: absolute;
    right: 2px;
    top: 2px;
    background: #fff url(/ListingInput/Content/images/gray-x.png) center center no-repeat;
    height: 23px !important;
    width: 23px;
    border: 0;
    outline: 0;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.75);
    border-radius: 50%;
    opacity: .8;
    z-index: 50;
}

    .delete-image:after {
        content: "";
        height: 11px;
        width: 11px;
        background: url(/ListingInput/Content/images/gray-x.svg) 0 0 no-repeat;
        position: absolute;
        top: 6px;
        left: 6px;
    }

    .delete-image:hover {
        opacity: 1;
    }

    .delete-image:active {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.progress-div {
    width: 23%;
    margin: 1%;
    border: 2px #929292 solid;
    position: relative;
    overflow: hidden;
    list-style-type: none;
    background-color: #e9e9e9;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-top: calc(8.5% - 24.5px);
    padding-bottom: calc(8.5% - 24.5px);
}

    .progress-div .ML-loader {
        position: relative;
        width: 50px;
        height: 50px;
        user-select: none;
        box-sizing: border-box;
    }

        .progress-div .ML-loader .loader-bg {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 5px solid rgba(255, 255, 255, 1);
            box-sizing: border-box;
        }

        .progress-div .ML-loader .spinner-holder-one {
            position: absolute;
            top: 0;
            left: 0;
            overflow: hidden;
            width: 50%;
            height: 50%;
            background: transparent;
            box-sizing: border-box;
        }

        .progress-div .ML-loader .spinner-holder-two {
            position: absolute;
            top: 0;
            left: 0;
            overflow: hidden;
            width: 100%;
            height: 100%;
            background: transparent;
            box-sizing: border-box;
        }

.loader-spinner {
    width: 200%;
    height: 200%;
    border-radius: 50%;
    border: 5px solid rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.progress-div .ML-loader .animate-0-25-a {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transition: transform 330ms ease-in-out;
    -webkit-transition: transform 330ms ease-in-out;
    -moz-transition: transform 330ms ease-in-out;
    -o-transition: transform 330ms ease-in-out;
}

.progress-div .ML-loader .animate-0-25-b {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transition: transform 330ms ease-in-out;
    -webkit-transition: transform 330ms ease-in-out;
    -moz-transition: transform 330ms ease-in-out;
    -o-transition: transform 330ms ease-in-out;
}

.progress-div .ML-loader .animate-25-50-a {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transition: transform 330ms ease-in-out;
    -webkit-transition: transform 330ms ease-in-out;
    -moz-transition: transform 330ms ease-in-out;
    -o-transition: transform 330ms ease-in-out;
}

.progress-div .ML-loader .animate-25-50-b {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transition: transform 330ms ease-in-out;
    -webkit-transition: transform 330ms ease-in-out;
    -moz-transition: transform 330ms ease-in-out;
    -o-transition: transform 330ms ease-in-out;
}

.progress-div .ML-loader .animate-50-75-a {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transition: transform 330ms ease-in-out;
    -webkit-transition: transform 330ms ease-in-out;
    -moz-transition: transform 330ms ease-in-out;
    -o-transition: transform 330ms ease-in-out;
}

.progress-div .ML-loader .animate-50-75-b {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transition: transform 330ms ease-in-out;
    -webkit-transition: transform 330ms ease-in-out;
    -moz-transition: transform 330ms ease-in-out;
    -o-transition: transform 330ms ease-in-out;
}

.progress-div .ML-loader .animate-75-100-a {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transition: transform 330ms ease-in-out;
    -webkit-transition: transform 330ms ease-in-out;
    -moz-transition: transform 330ms ease-in-out;
    -o-transition: transform 330ms ease-in-out;
}

.progress-div .ML-loader .animate-75-100-b {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transition: transform 330ms ease-in-out;
    -webkit-transition: transform 330ms ease-in-out;
    -moz-transition: transform 330ms ease-in-out;
    -o-transition: transform 330ms ease-in-out;
}

.loader-text {
    text-align: center;
    padding-top: 32%;
    font-size: 1em;
    color: #6F6F6F;
}

.drag-message {
    text-align: left;
    font-size: .9em;
    display: inline-block;
    padding-left: 20px;
    color: #737578;
    position: relative;
    margin: 0;
}

    .drag-message:before {
        content: "";
        position: absolute;
        left: 0;
        top: 3px;
        height: 13px;
        width: 13px;
        background: url(/ListingInput/Content/images/drag-icon.svg) 0 0 no-repeat;
    }

.grow {
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

#sortablePhotos {
    position: relative;
}

.paddingnone {
    padding: 0px;
}

@media screen and (max-width: 730px) {
    .drag-message {
        float: left;
        width: 100%;
        margin-bottom: .5em;
    }
}

@media screen and (max-width: 600px) {
    .image-box:first-of-type {
        border: 2px #3a648c solid;
        margin-bottom: 0;
    }
}

/* Fleet Evaluator */
.fe-indicator {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0px 5px;
    border: 2px solid #f38c20;
    top: 6px;
    position: relative;
}

.recommended-specs {
    color: #555 !important;
    margin: 0 0 15px;
}

.no-recommended-specs {
    display: inline-block;
    height: 26px;
    margin: 0px 5px 15px 5px;
    top: 6px;
    position: relative;
}

.fe-required-field {
    border: 2px solid #f38c20 !important;
}

/* Fits To Table */
.fitsto-btn {
    text-decoration: none !important;
    margin-top: 0px !important;
    width: 182px;
    font-weight: 700;
    text-align: center;
    border-radius: 5px !important;
    box-sizing: border-box !important;
    padding: 10px !important;
}

@media screen and (max-width: 750px) {
    .fitsto-btn {
        float: none !important;
        display: block !important;
        width: 100% !important;
        font-size: 13px !important;
    }
}

.deleteFitsToHeader {
    text-align: center !important;
    font-size: 1.1em;
    font-weight: bold;
    font-family: 'Nunito Sans', sans-serif;
}

.deleteFitsTo {
    font-weight: bold;
    color: black !important;
    font-family: 'Nunito Sans', sans-serif;
}

.divFitsToHolder {
    max-height: 350px;
    overflow: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.FitsToTable {
    margin-left: auto;
    margin-right: auto;
    border-spacing: 0;
}

    .FitsToTable tr:hover {
        background-color: #E6E6E6;
    }

    .FitsToTable tr td {
        border-style: solid;
        border-width: 1px;
        border-color: Black;
    }

        .FitsToTable tr td a {
            text-align: center;
        }

.FitsToHeader {
    font-size: 1.1em;
}

p.FitsToHeader {
    font-size: 1em;
    font-weight: bold;
}

.FitsToElement {
    font-size: 1em;
    text-align: center;
}

/*********************************/

.hovered {
    background-color: lightblue;
}

/* MISC */
.InputLabel {
    color: black;
}

.free-sub-box-content {
    width: 94%;
}

.center-content {
    text-align: center;
    padding-right: 50px !important;
}

.body-content {
    min-height: 98vh;
    overflow: hidden;
}

.body-wrapper {
    margin-bottom: 0px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

@media screen and (max-width: 600px) {
    .center-content {
        padding-right: 5px !important;
    }
}

/*NEW LANDING PAGE CSS*/
.listing-landing {
    margin: 0 auto;
    max-width: 1100px;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 35px;
}

    .listing-landing img {
        max-width: 100%;
        height: auto;
    }

    .listing-landing .fake-break {
        display: block;
    }

    .listing-landing .ta-l {
        text-align: left;
    }

    .listing-landing .ta-r {
        text-align: right;
    }

    .listing-landing .landing-hero {
        position: relative;
        background-color: black;
    }

        .listing-landing .landing-hero img {
            display: block;
        }

        .listing-landing .landing-hero h1 {
            position: absolute;
            padding: 15px 0px 15px 0px;
            left: 0;
            right: 0;
            margin: 0 auto;
            font-size: 28px;
            font-weight: 700;
            text-transform: uppercase;
            text-align: center;
            text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
            color: #fff;
        }

        .listing-landing .landing-hero .stepsSP {
            display: flex;
            position: absolute;
            width: 100%;
            bottom: 0px;
            padding: 5px 10px 5px 10px;
            font-size: 20px;
            text-align: center;
            text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
            color: #fff;
            box-sizing: border-box;
        }

            .listing-landing .landing-hero .stepsSP div {
                flex: 1;
            }

                .listing-landing .landing-hero .stepsSP div > span:first-child {
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    padding: 10px;
                    margin: 5px;
                    border: 2px solid #fff;
                    border-radius: 50%;
                    text-align: center;
                    line-height: 20px;
                    color: #fff;
                }

            .listing-landing .landing-hero .stepsSP button {
                background-color: transparent;
                color: #fff;
                text-decoration: none;
                font-size: 20px;
            }

                .listing-landing .landing-hero .stepsSP button:hover {
                    opacity: .75;
                }

    .listing-landing .landing-content {
        padding: 15px 0;
        margin: 0 0 25px;
        line-height: 1.5;
        text-align: center;
        border-bottom: 1px #ccc solid;
    }

        .listing-landing .landing-content .landing-page-btn {
            display: block;
            max-width: 320px;
            margin: 10px auto 10px;
            padding: 10px;
            font-size: 18px;
            font-weight: 700;
            text-decoration: none;
            color: #fff;
            border-radius: 5px;
            height: 47px;
            width: 340px;
        }

        .listing-landing .landing-content .landing-page-ddl {
            display: block;
            max-width: 300px;
            margin: 0 auto 10px;
            padding: 10px;
            font-size: 1em;
            font-weight: 700;
            text-decoration: none;
            color: #080707;
            border-radius: 5px;
        }

        .listing-landing .landing-content h2 {
            margin: 0;
            font-size: 1.8rem;
            font-style: italic;
            color: #2e2e2f;
            background: #ffffff;
        }

        .listing-landing .landing-content .price-grid {
            display: flex;
            margin: 15px 0;
        }

            .listing-landing .landing-content .price-grid .price-box {
                flex: 1;
                padding: 25px;
                font-weight: bold;
                line-height: 1.25;
                margin: 5px;
                box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
            }

                .listing-landing .landing-content .price-grid .price-box .price-box-header {
                    color: #333333;
                    font-size: 28px;
                    font-weight: 300;
                }

                .listing-landing .landing-content .price-grid .price-box .line {
                    content: "";
                    width: 14%;
                    height: 2px;
                    background-color: #42397B;
                    position: relative;
                    left: 43%;
                    margin-top: .5em;
                    margin-bottom: .5em;
                }

                .listing-landing .landing-content .price-grid .price-box .price-list-container {
                    margin-right: 2em;
                    font-weight: 100;
                    margin-top: 1em;
                }

                    .listing-landing .landing-content .price-grid .price-box .price-list-container li {
                        text-align: left;
                        list-style-type: none;
                        margin-left: 1em;
                        text-indent: -1.5em;
                    }

                        .listing-landing .landing-content .price-grid .price-box .price-list-container li:before {
                            font-family: "Font Awesome 5 Free";
                            font-size: 12px;
                            font-weight: 900;
                            content: "\f058";
                            margin-right: 10px;
                            color: #42397B;
                        }


        .listing-landing .landing-content .sell-grid {
            display: flex;
            margin: 15px 0;
        }

            .listing-landing .landing-content .sell-grid .grid-box {
                flex: 1;
                background: #2e2e2f;
                padding: 25px;
                font-weight: 700;
                line-height: 1.25;
                color: #fff;
                margin: 5px;
            }

                .listing-landing .landing-content .sell-grid .grid-box img {
                    display: block;
                    margin: 15px auto;
                }

.landing-page-ad {
    display: block;
    float: left;
    width: 33.3333%;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    box-sizing: border-box;
}

    .landing-page-ad img {
        display: block;
        width: 100%;
        height: auto;
        transition: all .5s ease;
    }

    .landing-page-ad .landing-page-caption {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        background: rgba(0, 0, 0, .25);
        text-transform: uppercase;
        color: #fff;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        transition: all .5s ease;
    }

        .landing-page-ad .landing-page-caption .landing-page-caption-text {
            position: absolute;
            background: rgba(0,0,0,0.5);
            padding: 5px 0;
            bottom: 0;
            left: 0;
            right: 0;
            font-size: 14px;
            text-align: center;
        }

    .landing-page-ad:hover .landing-page-caption {
        background: rgba(46,46,47,0.75);
    }

@media screen and (max-width: 1000px) {
    .listing-landing .fake-break {
        display: inline-block;
    }

    .body-wrapper {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 1140px) {
    .listing-landing .cf {
        padding: 0px 20px;
    }
}

@media screen and (max-width: 1000px) {
    .listing-landing .ta-l, .listing-landing .ta-r {
        text-align: left;
    }

    .listing-landing .landing-hero .banner-container {
        display: flex;
        align-items: center;
    }

    .listing-landing .landing-hero .stepsSP {
        display: block;
        position: relative;
        bottom: 0;
        background: #2e2e2f;
        font-size: 16px;
        text-align: left;
        text-shadow: none;
        padding: 10px;
        border-top: 1px #fff solid;
    }

        .listing-landing .landing-hero .stepsSP div {
            display: block;
            flex: none;
            margin: 10px 0;
        }

            .listing-landing .landing-hero .stepsSP div > span:first-child {
                width: 12px;
                height: 12px;
                line-height: 12px;
                margin: 0 10px 0 0;
            }

        .listing-landing .landing-hero .stepsSP button {
            font-size: 16px;
        }

    .listing-landing .landing-content {
        padding: 15px 0;
        margin: 0;
        border: none;
    }

        .listing-landing .landing-content a {
            display: block;
            max-width: 100%;
        }

        .listing-landing .landing-content .sell-grid {
            display: block;
            text-align: left;
        }

            .listing-landing .landing-content .sell-grid .grid-box {
                flex: none;
                font-size: .9rem;
                margin: 1px 0;
                padding: 25px 10px;
            }

                .listing-landing .landing-content .sell-grid .grid-box img {
                    display: inline;
                    max-height: 30px;
                    margin: 0 20px 0 0;
                    vertical-align: middle;
                }
}

@media screen and (max-width: 768px) {
    .landing-page-ad.sixAds {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .landing-page-ad.threeAds {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .listing-landing .landing-hero h1 {
        font-size: 16px;
    }

    .listing-landing .landing-content .sell-grid .grid-box img {
        max-height: 25px;
        margin: 0 15px 0 0;
    }

    .landing-page-ad.sixAds {
        width: 100%;
    }
}

@media screen and (min-width: 785px) {
    .mobileOnly {
        display: none !important;
    }
}

@font-face {
    font-family: MCIcons;
    src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff');
    font-weight: normal;
    font-style: normal;
}

.site-footer .copyright {
    /* This should fix the contrast error with the copyright text in the footer */
    background-color: #333;
}

.translation-toggle {
    background-color: white;
    width: 230px;
    height: 34px;
    z-index: 10000004;
    border: 1px solid #999;
    border-radius: 7px;
    position: fixed;
    top: 5px;
    right: 5px;
}

.translation-toggle__text {
    position: fixed;
    z-index: 10000;
    top: 13px;
    right: 85px;
    font-size: 18px;
    color: #5590d1;
}

.translation-toggle__switch {
    position: fixed;
    width: 65px;
    z-index: 10000;
    top: 10px;
    right: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.translation-toggle__checkbox {
    display: none;
}

.translation-toggle__label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999;
    border-radius: 14px;
}

.translation-toggle__inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .translation-toggle__inner:before, .translation-toggle__inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 21px;
        padding: 0;
        line-height: 21px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .translation-toggle__inner:before {
        content: "ON";
        padding-left: 10px;
        background-color: #2f78ed;
        color: #fff;
    }

    .translation-toggle__inner:after {
        content: "OFF";
        padding-right: 10px;
        background-color: #eee;
        color: #999;
        text-align: right;
    }

.translation-toggle__toggle {
    display: block;
    width: 17px;
    margin: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    border: 2px solid #999;
    border-radius: 14px;
    transition: all 0.3s ease-in 0s;
}

.translation-toggle__checkbox:checked + .translation-toggle__label .translation-toggle__inner {
    margin-left: 0;
}

.translation-toggle__checkbox:checked + .translation-toggle__label .translation-toggle__toggle {
    right: 0px;
}

.hamburger-menu .menu-row {
    color: #fff;
    background-color: #333;
}

.modal-main .landing-page-btn {
    display: block;
    max-width: 320px;
    margin: 0 auto 10px;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    height: 47px;
    width: 100%;
}

.mobile-auth-container {
    color: #000 !important;
}

.hamburger-container {
    color: #000 !important;
}

