﻿
/*.veritread-form-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    padding-bottom: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.veritread-form-modal.showed {
    display: block;
}*/

.flex {
    display: flex;
}

.vt-dimensions-inner {
    width: 100%;
}

.flex div {
    align-self: center;
    display: block;
}

#veritread-section ul {
    padding: 15px;
}

.veritread-form-modal-content {
    background-color: #fff;
    margin: auto;
    border: 1px solid #2156A2;
    width: 100%;
    max-width: 1000px;
    border-radius: 0px;
    text-align: left;
    line-height: 40px;
}

.vtitem {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
}

.vtitem input + span {
    text-transform: lowercase;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

.vt-hidden {
    display: none !important;
    visibility: hidden;
}

.vt-clearfix:before,
.vt-clearfix:after {
    content: " ";
    display: table;
}

.vt-clearfix:after {
    clear: both;
}

.vt-clearfix {
    *zoom: 1;
}

.vtbranding.vt-header-1 {
    font-size: 16px;
    font-weight: normal;
    padding: 20px;
    line-height: 20px;
}

    .vtbranding.vt-header-1 a {
        line-height: 20px;
        height: 20px;
        display: inline-block;
    }

    .vtbranding.vt-header-1 .vt-logo {
        vertical-align: middle;
        margin-right: 10px;
    }

    .vtbranding.vt-header-1 i {
        color: #005b99;
        margin-left: 5px;
    }

.vtbranding.vt-header-2 {
    -webkit-font-smoothing: antialiased;
    background-color: #444;
    color: #fff;
    font-family: "franklin-gothic-urw",sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0 8px 0;
    text-align: center;
}

..vtbranding.vt-header-2 .vt-logo {
    margin-top: -4px;
    vertical-align: middle;
}

.vtbranding.vt-header-2 a {
    color: #fff;
    text-decoration: none;
}


.vtfooter.vt-footer-1 {
    -webkit-font-smoothing: antialiased;
    background-color: #3a3a3a;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 16px 12px;
    text-align: center;
}

    .vtfooter.vt-footer-1 .vt-footer-col1 {
        float: left;
        text-align: center;
        width: 66%;
    }

    .vtfooter.vt-footer-1 .vt-footer-col2 {
        margin-left: 66%;
        text-align: center;
    }

    .vtfooter.vt-footer-1 a {
        color: #fff;
        text-decoration: none;
    }

        .vtfooter.vt-footer-1 a:hover {
            text-decoration: underline;
        }

.vtfooter.vt-footer-2 {
    -webkit-font-smoothing: antialiased;
    background-color: #f3f3f3;
    border: 1px solid #d6d6d6;
    color: #3a3a3a;
    /*margin-top: 12px;*/
    text-align: center;
}

    .vtfooter.vt-footer-2 .vtfooter-info .vtfooter-contact,
    .vtfooter.vt-footer-2 .vtfooter-info .vtfooter-text {
        font-family: "franklin-gothic-urw",sans-serif;
        font-size: 13px;
        padding: 12px 0;
        width: 178px;
    }

    .vtfooter.vt-footer-2 .vtfooter-info .vtfooter-contact {
        font-size: 22px;
        font-weight: bold;
        width: 266px;
    }

    .vtfooter.vt-footer-2 .vtfooter-text .line2 {
        display: block;
    }

.vt-footer-2.vt-narrow .vtfooter-info {
    width: 100%;
}

    .vt-footer-2.vt-narrow .vtfooter-info .vtfooter-text,
    .vt-footer-2.vt-narrow .vtfooter-info .vtfooter-contact {
        display: block;
        float: left;
        width: 100% !important;
    }

.vt-footer-2.vt-narrow .vtfooter-text .line2 {
    display: inline;
}


/*.vtfooter-info .vtfooter-contact,
.vtfooter-info .vtfooter-text {
    font-size: 13px;
    padding: 12px 0;
    width: 21%;
}
.vtfooter-info .vtfooter-contact {
    font-size: 22px;
    font-weight: bold;
    width: 33%;
}*/

.veritread-estimator {
    /* font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, sans-serif; */
    position: relative;
}

    .veritread-estimator .vtplaceholder {
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.75);
        padding: 30px;
    }

        .veritread-estimator .vtplaceholder a {
            background: #ffffff; /* Old browsers */
            background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
            background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
        }

        .veritread-estimator .vtplaceholder a {
            display: block;
            background-color: #eee;
            border: 1px solid #ddd;
            color: #333;
            font-weight: bold;
            padding: 6px;
            width: 270px;
        }

            .veritread-estimator .vtplaceholder a:hover {
                background: #e2e2e2; /* Old browsers */
                background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
                background: linear-gradient(to bottom, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
            }

            .veritread-estimator .vtplaceholder a span {
                float: left;
                line-height: 1.1em;
                padding-top: 10px;
                padding-right: 6px;
                padding-left: 6px;
            }

    .veritread-estimator .vtestimator {
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.75);
        padding: 0;
    }

.vt-schematic-table {
    width: 100%;
}

.vt-label {
    width: 50px;
}

.vt-specs-field {
    border: 1px solid #ccc;
    width: 75px;
    margin: 5px;
    border-radius: 5px;
    height: 35px;
    margin-left: 15px;
}

.vt-units {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 25px;
    margin-right: 10px;
    text-transform: none;
}

.vtitem-units {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.vt-units:hover .vtitem-units ~ .custom-radio {
    background-color: #fcefe4;
}

.vt-units .vtitem-units:checked ~ .custom-radio {
    background-color: #fff;
    border: 2px solid #e87511;
}

.custom-radio:after {
    content: "";
    position: absolute;
    display: none;
}

.vt-units .vtitem-units:checked ~ .custom-radio:after {
    display: block;
}

.vt-units .custom-radio:after {
    top: 3px;
    left: 3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #e87511;
}


.vt-dimensions-inner tr {
    height: 45px;
}

.vt-location-ui, .vt-estimate-cost.vt-results-block {
    padding: 20px;
    display: none;
}




.vt-specs-and-inputs.vt-col1 {
    float: left;
    width: 430px;
}

.vt-wide .vt-specs-and-inputs.vt-col1 {
    width: 600px;
}

.vt-specs-and-inputs.vt-col1 .vt-errorMsg.vt-alert {
    display: none;
}

.vt-col2 {
    margin-left: 440px;
    width: 160px;
}

.vt-wide .vt-col2 {
    margin-left: 610px;
    width: 370px;
}

.vt-col2 .vt-about {
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
}

    .vt-col2 .vt-about .vt-header1,
    .vt-col2 .vt-about .vt-header2,
    .vt-col2 .vt-about .vt-blurb {
        color: #222;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .vt-col2 .vt-about .vt-header1 {
        border-bottom: 1px solid #b8b8b8;
        line-height: 18px;
        margin-top: 12px;
        padding-bottom: 6px;
    }

    .vt-col2 .vt-about .vt-header2 {
        font-size: 13px;
        font-weight: bold;
        margin-top: 6px;
    }

    .vt-col2 .vt-about .vt-blurb {
        font-size: 13px;
        font-weight: normal;
        margin-left: 6px;
    }

.vt-col2 .vt-about-footer {
}

.vt-col2 a.vt-about-footer-link {
    display: block;
    background-color: #3a3a3a;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    margin-top: 12px;
    padding: 8px 0 8px 0;
    text-align: center;
    text-decoration: none;
}

.veritread-main {
    box-sizing: border-box;
    color: #222;
    direction: ltr;
    display: block;
    /* font-family: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif; */
    line-height: 14px;
    margin: 0;
    min-height: 1px;
    position: relative;
}

.veritread-estimator .vt-estimator {
    background-color: #efefef;
    padding: 0 6px;
}

.veritread-estimator .vt-estimator-results {
}

.vt-estimator-results-link {
    text-align: center;
    position: relative;
    height: 40px;
}

.vt-estimate-cost {
    text-align: center;
}

.vt-cost .title {
    font-size: 14px;
    padding: 0;
    margin-bottom: 10px;
}

#vt-estimate-cost {
    font-size: 30px;
}

.vt-cost {
    margin-bottom: 15px;
}

.vt-error {
    display: none;
}


.vt-make-model {
    background-color: #444;
    padding: 6px;
}

.veritread-estimator .vt-specs {
    font-weight: bold;
    padding-top: 8px;
    line-height: 25px;
}

.vt-schematic-and-dimensions {
    background-color: #fff;
    margin-bottom: 12px;
    padding: 20px;
}

.vtitem .button.main-color {
    width: 125px;
    margin-top: 20px;
    padding: 0;
}

.veritread-estimator .vt-specs section {
    overflow: hidden;
    text-align: center;
}

.veritread-estimator .vt-specs .vt-label {
    clear: left;
    color: #666;
    float: left;
    font-size: 12px;
    line-height: 12px;
    padding-top: 12px;
    text-align: right;
    width: 40.5%;
    height: 16px;
}

    .veritread-estimator .vt-specs .vt-label.vt-dim-attwidth,
    .veritread-estimator .vt-specs .vt-label.vt-dim-angattwidth {
        padding-top: 7px;
        padding-bottom: 5px;
    }

.vt-label span {
    float: left;
    width: 90%;
}

.veritread-estimator .vt-specs .vt-type {
    float: right;
    font-size: 12px;
    padding-top: 4px;
    text-align: left;
    width: 56.5%;
}

.veritread-estimator label {
    line-height: 24px;
}

.veritread-estimator .vt-location-ui input[type=text],
.veritread-estimator .vt-type input[type=text] {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    border: 1px solid #B8B8B8;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    box-sizing: border-box;
    color: #333;
    display: inline-block;
    /* font-family:  'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, sans-serif; */
    font-size: 12px;
    line-height: normal;
    padding: 3px;
    text-align: start;
    white-space: nowrap;
}

.vt-col1 .vt-pickup-location-ui {
    float: left;
    width: 36%;
}

.vt-col1 .vt-delivery-location-ui {
    float: left;
    margin-left: 4px;
    width: 36%;
}

.vt-col1 .vt-location-ui {
    background-color: #444;
    margin-top: 6px;
    margin-bottom: 12px;
    padding: 6px;
    min-height: 48px;
}
/*
.veritread-estimator .location-label
{
  margin-bottom: 6px;
  text-align: left;
}
.veritread-estimator .delivery-location-ui input[type=text],
.veritread-estimator .pickup-location-ui input[type=text]

{
  background-color: #e9e9e9;
  font-weight: bold;
  width: 100%;
}
.veritread-estimator .pickup-location-ui select,
.veritread-estimator .delivery-location-ui select
{
  background-color: #e9e9e9;
  font-family: "franklin-gothic-urw",sans-serif;
  font-size: 12px;
  margin-top: 3px;
  padding: 2px;
  width: 100%;
}
*/

.vt-location-ui .title {
    font-size: 14px;
    padding: 0;
    margin-bottom: 15px;
}

#vtitem-product-address-value, #vtitem-product-address-country {
    padding: 5px 0px;
}

.vt-locations .input {
    position: relative;
}

    .vt-locations .input i {
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        height: 15px;
        margin: auto;
        color: #767676;
    }


.vt-pickup-location-ui {
    float: left;
    width: 48%;
}

.vt-delivery-location-ui {
    margin-left: 50%;
}

.vt-location-label {
    color: #6d6d6d;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}

.vt-location-contents {
    margin-top: 6px;
}

.vt-location-contents,
.vt-location-lookup {
    color: #333;
    font-size: 12px;
    font-weight: normal !important;
    margin-bottom: 0;
}

.vt-location-lookup {
    margin-top: 0;
    padding-top: 0;
    padding-left: 6px;
}

.veritread-estimator .vt-location-ui {
    background-color: #f5f5f5;
    margin-bottom: 12px;
    padding: 6px;
}

.veritread-estimator .vt-location-label {
    /* margin-bottom: 6px;
  text-align: left; */
}

.veritread-estimator .vt-delivery-location-ui input[type=text],
.veritread-estimator .vt-pickup-location-ui input[type=text] {
    background-color: #e9e9e9;
    font-weight: bold;
    width: 100%;
}

.veritread-estimator .vt-pickup-location-ui select,
.veritread-estimator .vt-delivery-location-ui select {
    background-color: #e9e9e9;
    /* font-family:  'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, sans-serif; */
    font-size: 12px;
    margin-top: 3px;
    padding: 2px;
    width: 100%;
}

.veritread-estimator input[type=submit],
a.vt-button.finish-lookup,
.vt-get-estimate-button,
.vt-list-shipment-button {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-box-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 0px 0px inset;
    -webkit-font-smoothing: antialiased;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.15s;
    -webkit-transition-property: background-color;
    -webkit-transition-timing-function: ease-in-out;
    background-color: #D7B72C !important;
    border: 1px solid #a7971c !important;
    color: #333 !important;
}

.veritread-estimator input[type=submit],
.vt-get-estimate-button,
.vt-list-shipment-button {
    border-radius: 2px;
    box-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 0px 0px inset;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 6px 18px;
    margin: 0 !important;
    text-align: center !important;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 0;
    width: 225px;
}

.vt-get-estimate-button {
    background-color: #fcc60d !important;
    font-size: 13px !important;
    font-weight: bold;
    height: auto !important;
    text-shadow: none !important;
    width: auto;
}

.veritread-estimator .vt-get-estimate {
    margin-left: 50%;
    padding-top: 18px;
    text-align: left;
}

.veritread-estimator .vt-col1 .vt-get-estimate {
    float: right;
    margin-left: auto;
    padding-top: 0;
    width: 26%;
}

    .veritread-estimator .vt-col1 .vt-get-estimate input[type=submit] {
        text-shadow: none !important;
    }

.veritread-estimator .vt-get-estimate input[type=submit],
.vt-list-shipment-button {
    width: 100% !important;
}


.veritread-estimator .vt-goodtobad {
    height: 78px;
    margin-left: 0;
    padding: 0;
    position: relative;
}

    .veritread-estimator .vt-goodtobad .vt-grad {
        left: 0;
        position: absolute;
        width: 100%;
        top: 24px;
        height: 24px;
    }

    .veritread-estimator .vt-goodtobad h5 {
        margin: 0;
        position: absolute;
        z-index: 199;
    }

    .veritread-estimator .vt-goodtobad .vt-gradfull {
        background: #003100; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: #ff0000; /* Old browsers */
        background: -moz-linear-gradient(left, #ff0000 0%, #f9f261 40%, #fce728 65%, #00c100 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff0000), color-stop(40%,#f9f261), color-stop(65%,#fce728), color-stop(100%,#00c100)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #ff0000 0%,#f9f261 40%,#fce728 65%,#00c100 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #ff0000 0%,#f9f261 40%,#fce728 65%,#00c100 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #ff0000 0%,#f9f261 40%,#fce728 65%,#00c100 100%); /* IE10+ */
        background: linear-gradient(to right, #ff0000 0%,#f9f261 40%,#fce728 65%,#00c100 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#00c100',GradientType=1 ); /* IE6-9 */
    }

    .veritread-estimator .vt-goodtobad .vt-grad1 {
        height: 18px;
        width: 50%;
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ffff63', GradientType=0 ); /* IE6-8 */
    }

    .veritread-estimator .vt-goodtobad .vt-grad2 {
        height: 18px;
        width: 50%;
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffff63', endColorstr='#00c100', GradientType=0 ); /* IE6-8 */
    }

    .veritread-estimator .vt-goodtobad .vt-high {
        margin-left: 0;
    }

        .veritread-estimator .vt-goodtobad .vt-high h5 {
            color: #fff;
            font-size: 13px;
            margin-top: 0;
            right: 6px;
            top: 30px;
        }

    .veritread-estimator .vt-goodtobad .vt-low {
        margin-left: 0;
    }

        .veritread-estimator .vt-goodtobad .vt-low h5 {
            color: #fff;
            font-size: 13px;
            left: 6px;
            top: 30px;
        }

.veritread-estimator .vt-scale {
    left: 70px;
    position: absolute;
}

.veritread-estimator .vt-high h5, .veritread-estimator .vt-low h5 {
    font-size: 14px;
}

.veritread-estimator .vt-subheader.vt-pointer-highest {
    left: 85%;
}

.veritread-estimator .vt-subheader.vt-pointer-higher {
    left: 60%;
}

.veritread-estimator .vt-subheader.vt-pointer-lower {
    left: 31%;
}

.veritread-estimator .vt-subheader.vt-pointer-lowest {
    left: 0;
}

.veritread-estimator .vt-average-pointer,
.veritread-estimator .vt-average-pointer-mobile {
    height: 40px;
    width: 30px;
    position: absolute;
    margin-top: 0;
    left: 50%;
    top: 20px;
    line-height: 0;
    z-index: 3;
}

.veritread-estimator .vt-average-pointer-mobile {
    display: none;
}

.veritread-estimator .vt-subheader {
    -webkit-font-smoothing: antialiased;
    color: #6f6f6f;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    height: 0px;
    line-height: 22px;
    margin: 14px 0 17px;
    padding: 0px;
    position: absolute;
    text-rendering: optimizelegibility;
    top: 52px;
    width: 40px;
}


.veritread-estimator .vt-hide,
.veritread-estimator .vt-type input.vt-hide {
    display: none;
}

.veritread-estimator .vt-updating {
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100000000;
}

    .veritread-estimator .vt-updating h3 {
        position: relative;
        margin-top: -35px;
        top: 50%;
    }

.veritread-estimator .vt-estimate-cost-and-distance {
    -webkit-font-smoothing: antialiased;
    background-color: #FDC70F;
    box-sizing: border-box;
    color: #222;
    font-size: 14px;
    line-height: 14px;
    padding: 0;
    text-align: center;
}

.veritread-estimator .vt-heading {
    -webkit-font-smoothing: antialiased;
    background-color: #444;
    box-sizing: border-box;
    color: #eee;
    display: block;
    font-size: 18px;
    font-weight: normal;
    height: 38px;
    margin: 0 0 12px;
    padding: 12px 0 8px 0;
    text-align: center;
}

    .veritread-estimator .vt-heading .vt-logo {
        margin-top: -3px;
        vertical-align: middle;
    }

.vt-col2 .vt-heading .vt-logo {
    display: none;
}

.veritread-estimator .vt-estimate-cost-and-distance h1 {
    margin: 14px 0 14px 0;
    text-align: center;
}

.veritread-estimator .vt-estimate-price {
    font-size: 30px;
}

.veritread-estimator .vt-estimate-currency {
    font-size: 22px;
    vertical-align: super;
}

.veritread-estimator .vt-timeframe-container,
.veritread-estimator .vt-estimate-distance-container {
    font-weight: bold;
    line-height: 18px;
}

.veritread-estimator button,
.veritread-estimator a.vt-button {
    border-radius: 0;
    box-sizing: border-box;
    color: #1d1d1d;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    margin: 0px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

    .veritread-estimator button:hover,
    .veritread-estimator a.vt-button:hover {
        background-color: #d0d0d0;
    }

.veritread-estimator .vt-post-link {
    padding-top: 8px;
}

.vt-estimator-results-link.vt-post-link .button {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.veritread-estimator .vt-post-link a.vt-button {
    background: #080; /* Old browsers */
    background: -moz-linear-gradient(top, #52b152 1%, #008a00 54%, #005700 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#52b152), color-stop(54%,#008a00), color-stop(100%,#005700)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #52b152 1%,#008a00 54%,#005700 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #52b152 1%,#008a00 54%,#005700 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #52b152 1%,#008a00 54%,#005700 100%); /* IE10+ */
    background: linear-gradient(to bottom, #52b152 1%,#008a00 54%,#005700 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52b152', endColorstr='#005700',GradientType=0 ); /* IE6-9 */
    border: 1px solid #030;
    color: #fff;
    padding: 6px 12px;
}

    .veritread-estimator .vt-post-link a.vt-button:hover {
        background: #b4ddb4; /* Old browsers */
        background: -moz-linear-gradient(top, #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4ddb4), color-stop(17%,#83c783), color-stop(33%,#52b152), color-stop(67%,#008a00), color-stop(83%,#005700), color-stop(100%,#002400)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* IE10+ */
        background: linear-gradient(to bottom, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 ); /* IE6-9 */
    }

.veritread-estimator .vt-postal-code-lookup {
    float: right;
    border: 1px solid #aaa;
    border-radius: 2px;
    background-color: #ddd;
    color: #333;
    font-size: 0.7em;
    font-weight: normal;
    padding: 3px 6px;
    text-decoration: none;
}

    .veritread-estimator .vt-postal-code-lookup:hover {
        background-color: #eee;
        border-color: #ccc;
    }

.veritread-estimator .vt-specs section.vt-unit-converter {
    clear: both;
    font-weight: bold;
    text-align: right;
}

.veritread-estimator .vt-type input.vt-specs-field {
    border: 1px solid #ccc;
    border-radius: 1px;
    font-size: 12px;
    font-weight: normal;
    padding: 0 2px;
    text-align: center;
    width: 40px;
}

    .veritread-estimator .vt-type input.vt-specs-field.vt-metric {
        width: 80px;
    }

.veritread-estimator .vt-type input.vt-weight-field {
    width: 94px;
}

.veritread-estimator label.vt-units {
    font-size: 12px;
    padding: 0 6px 0 0;
}

.veritread-estimator .vt-disclaimer {
    color: #000;
    background-color: #cdcdcd;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: -0.5px;
    line-height: 12px;
    padding: 6px;
    text-align: center;
}

.veritread-estimator .vt-schematic-table {
    width: 100%;
}

.vt-schematic-cell {
    vertical-align: top;
    /*! display: none; */
}


.veritread-estimator .vt-schematic {
    margin: 0 auto;
    padding-top: 2px;
    padding-left: 2px;
}

    .veritread-estimator .vt-schematic img {
        max-width: 100%;
    }

.vt-key-local, .vt-key-vt, .vt-dim-key {
    background-repeat: no-repeat;
    float: left;
    margin-top: 3px;
    width: 5px;
    height: 5px;
}

.vt-key-local, .vt-key-vt {
    margin-right: 6px;
}

.vt-dim-key {
    float: right;
    background-position: -200px -200px;
}

.veritread-estimator .vt-specs .vt-label.vt-dim-attwidth .vt-dim-key,
.veritread-estimator .vt-specs .vt-label.vt-dim-angattwidth .vt-dim-key {
    margin-top: 9px;
}

.vt-key-local, .vt-dim-local .vt-dim-key {
    background-position: top right;
}

.vt-key-vt, .vt-dim-vt .vt-dim-key {
    background-position: top left;
}

.vt-dimensions-keys, .vt-default-disclaimer {
    padding-top: 12px;
}

.vt-default-disclaimer {
    display: block;
    font-weight: normal;
    padding: 10px 0px 20px 0px;
    text-align: left;
    color: #767676;
}

.veritread-estimator .vt-schematic-container {
    float: left;
    margin-right: 230px;
}

.veritread-estimator .vt-dimensions {
    /*   float: right;
  width: 230px; */
}

.veritread-estimator .vt-dimensions-inner {
}

.veritread-estimator button.vt-close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent 0 0 !important;
    border: 0;
    margin-left: 5px;
    width: auto !important;
    height: auto !important;
}

.veritread-estimator .vt-close {
    display: none;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #AA100D;
    filter: alpha(opacity=90);
    opacity: .9;
}

.veritread-estimator .vt-alert {
    border: 1px solid transparent;
    border-radius: 0;
    box-sizing: border-box;
    margin-top: 0;
    padding: 15px;
    text-align: left !important;
}

.veritread-estimator .vt-alert-error {
    background-color: #FDC70F;
    border-color: #333;
    color: #333;
    margin-bottom: 6px;
    margin-right: 6px;
}

    .veritread-estimator .vt-alert-error a {
        color: #fff;
    }

.veritread-estimator .vt-alert .vt-alert-heading {
    font-weight: bold;
    margin-top: 0;
}

.veritread-estimator .vt-alert .vt-alert-heading,
.veritread-estimator .vt-alert .vt-alert-contents {
    font-size: 14px;
    line-height: 16px;
}

.vt-error-1, .vt-error-2 {
    line-height: 18px;
}

.vt-no-estimate-error {
    float: left;
    width: 45%;
}

.vt-col1 .vt-no-estimate-error {
    float: none;
    width: 100%;
}

.veritread-estimator #vtErrorMsg {
    overflow: hidden;
    box-sizing: border-box;
}

.veritread-estimator a.vt-button.vt-postal-lookup {
    float: right;
    height: 18px;
    margin-top: -2px;
    padding: 0 6px;
    text-shadow: none;
    width: auto;
}

.veritread-estimator .vt-city-province-label,
.veritread-estimator .vt-postal-code-label {
    color: #ffff99;
}

.vt-cta {
    background-color: #f0f0f0;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    border-top: 1px solid #ccc;
    cursor: pointer;
    position: relative;
}

    .vt-cta i {
        position: absolute;
        right: 5%;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 15px;
    }

.vt-cta-num {
    background-color: #767676;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    vertical-align: text-bottom;
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    margin-right: 5px;
}

.vt-cta.disabled {
    color: #767676;
}

    .vt-cta.disabled .vt-cta-num {
        background: #f0f0f0;
        color: #767676;
        border: 1px solid #767676;
    }

    .vt-cta.disabled i {
        display: none;
    }


.vt-alternate-listing {
    padding-top: 36px;
    text-align: left;
}

    .vt-alternate-listing p {
        color: #333;
    }

button.vt-list-shipment-button {
    margin: 0 auto;
    width: 300px;
}

.vt-load-advisor {
    float: left;
    width: 45%;
}

.vt-bullets {
    margin-left: 24px;
    padding-left: 0;
}

.vt-bullet {
    font-size: 16px;
    line-height: 18px;
}

.vt-ironplanet-disclaimer {
    background-color: #ececec;
    border: 1px solid #c3c3c3;
    margin-left: 50%;
    margin-bottom: 6px;
}

    .vt-ironplanet-disclaimer .vt-disclaimer {
        color: #444;
        font-size: 12px;
        font-weight: normal;
        margin: 6px;
        padding: 0;
    }

.vt-header-img {
    max-width: 100%;
}

.vt-enter-delivery-location {
    color: #1271b3;
    font-weight: bold;
    text-decoration: none;
}

    .vt-enter-delivery-location:hover {
        color: #00f;
        text-decoration: underline;
    }

.vt-estimate-slider {
    margin-bottom: 6px;
}

.vt-bad-lookup {
    background-color: #fff;
    margin-top: 12px;
    padding: 18px 0 6px 0;
    text-align: center;
}


.vt-mobile-show {
    display: none;
}

.vt-video-container {
    padding-top: 18px;
    text-align: center;
}

.vt-error > div {
    display: inline-block;
    width: calc(50% - 10px);
    vertical-align: top;
    padding: 5px;
}

.vt-error {
    text-align: left;
}

    .vt-error .vt-estimator-results-link.vt-post-link .button {
        position: relative;
        margin: 10px 0px;
    }

#vt-estimate-error, .vt-estimator-results-link {
    margin-bottom: 5px;
}

#vt-estimate-errormessage-title {
    padding: 0;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
}

.vt-error .vt-error-reasons {
    background-color: #FDC70F;
    border: 1px solid #333;
    padding: 10px;
}


.loader {
    border: 8px solid #ebebeb;
    border-radius: 50%;
    border-top: 8px solid #e87511;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    margin: auto;
}

.dim {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.3);
    position: absolute;
    top: 0;
    z-index: 999;
}

.vtitem .vt-subheader {
    -webkit-font-smoothing: antialiased;
    color: #6f6f6f;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    height: 0px;
    line-height: 22px;
    margin: 14px 0 17px;
    padding: 0px;
    position: absolute;
    text-rendering: optimizelegibility;
    top: 52px;
    width: 40px;
}

.vtitem .vt-goodtobad {
    height: 78px;
    margin-left: 0;
    padding: 0;
    position: relative;
}

    .vtitem .vt-goodtobad .vt-grad {
        left: 0;
        position: absolute;
        width: 100%;
        top: 24px;
        height: 24px;
    }

    .vtitem .vt-goodtobad h5 {
        margin: 0;
        position: absolute;
        z-index: 199;
        user-select: none;
    }

    .vtitem .vt-goodtobad .vt-gradfull {
        background: #003100; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: #ff0000; /* Old browsers */
        background: -moz-linear-gradient(left, #ff0000 0%, #f9f261 40%, #fce728 65%, #00c100 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff0000), color-stop(40%,#f9f261), color-stop(65%,#fce728), color-stop(100%,#00c100)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #ff0000 0%,#f9f261 40%,#fce728 65%,#00c100 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #ff0000 0%,#f9f261 40%,#fce728 65%,#00c100 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #ff0000 0%,#f9f261 40%,#fce728 65%,#00c100 100%); /* IE10+ */
        background: linear-gradient(to right, #ff0000 0%,#f9f261 40%,#fce728 65%,#00c100 100%); /* W3C */
    }

    .vtitem .vt-goodtobad .vt-grad1 {
        height: 18px;
        width: 50%;
    }

    .vtitem .vt-goodtobad .vt-grad2 {
        height: 18px;
        width: 50%;
    }

    .vtitem .vt-goodtobad .vt-high {
        margin-left: 0;
    }

        .vtitem .vt-goodtobad .vt-high h5 {
            color: #fff;
            font-size: 13px;
            margin-top: 0;
            right: 6px;
            top: 30px;
        }

    .vtitem .vt-goodtobad .vt-low {
        margin-left: 0;
    }

        .vtitem .vt-goodtobad .vt-low h5 {
            color: #fff;
            font-size: 13px;
            left: 6px;
            top: 30px;
        }

.vtitem .vt-scale {
    left: 70px;
    position: absolute;
}

.vtitem .vt-high h5, .vtitem .vt-low h5 {
    font-size: 14px;
}

.vtitem .vt-subheader.vt-pointer-highest {
    left: 85%;
}

.vtitem .vt-subheader.vt-pointer-higher {
    left: 60%;
}

.vtitem .vt-subheader.vt-pointer-lower {
    left: 31%;
}

.vtitem .vt-subheader.vt-pointer-lowest {
    left: 0;
}

.vtitem .vt-average-pointer,
.vtitem .vt-average-pointer-mobile {
    height: 40px;
    width: 30px;
    position: absolute;
    margin-top: 0;
    left: 50%;
    top: 20px;
    line-height: 0;
    z-index: 3;
}

.vtitem .vt-average-pointer-mobile {
    display: none;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 520px) {
    .veritread-main,
    .veritread-estimator .vt-specs-and-inputs,
    .veritread-estimator .vt-dimensions,
    .veritread-estimator .vt-schematic-container,
    .vt-col2 {
        float: none;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        width: 100%;
    }

    .veritread-main {
        left: 0;
    }

    .veritread-estimator .vt-schematic,
    .veritread-estimator .vt-schematic img {
        float: none;
        max-width: 100%;
    }

    .vt-schematic-cell {
        display: block;
        text-align: center;
        width: 100%;
    }

    .vt-dimensions-cell {
        display: block;
        width: 100%;
    }

    .veritread-estimator .vt-specs section.vt-unit-converter {
        text-align: center;
    }

    .veritread-estimator .vt-location-ui {
        padding-left: 12px;
        padding-top: 12px;
    }

    .vt-pickup-location-ui,
    .vt-delivery-location-ui,
    .veritread-estimator .vt-get-estimate {
        float: none;
        margin-left: 0;
        width: auto;
    }

    .vt-delivery-location-ui {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .veritread-estimator .vt-estimate-cost-and-distance {
        margin-top: 12px;
        text-align: center;
    }

        .veritread-estimator .vt-estimate-cost-and-distance h1,
        .veritread-estimator .vt-timeframe-container, .veritread-estimator .vt-estimate-distance-container,
        .veritread-estimator .vt-estimate-cost-and-distance {
            margin-left: 0;
            text-align: center;
        }

    .vt-about {
        padding-top: 8px;
    }

    .vt-results,
    .vt-load-advisor,
    .vt-no-estimate-error {
        float: none;
        width: 100%;
    }

    .vt-estimator-results {
        margin-left: auto;
        margin-right: auto;
    }

    .vtfooter.vt-footer-1 .vt-footer-col1,
    .vtfooter.vt-footer-1 .vt-footer-col2 {
        float: none;
        margin: 0;
        width: 100%;
    }

    .vtfooter.vt-footer-1 .vt-footer-col1 {
        padding-bottom: 12px;
    }


    .vt-footer-2 .vtfooter-info {
        width: 100%;
    }

        .vt-footer-2 .vtfooter-info .vtfooter-text,
        .vt-footer-2 .vtfooter-info .vtfooter-contact {
            display: block;
            float: left;
            width: 100% !important;
        }

    .vt-footer-2 .vtfooter-text .line2 {
        display: inline;
    }


    .veritread-estimator .vt-subheader.vt-pointer-higher,
    .veritread-estimator .vt-subheader.vt-pointer-lower {
        display: none;
    }

    .vt-mobile-hide {
        display: none;
    }

    .vt-mobile-show {
        display: block;
    }

    #veritread-section {
        padding: 0px;
    }

    .vtbranding .right {
        display: none;
        padding: 5px;
    }

    .vtbranding.vt-header-1 {
        padding: 20px 10px;
    }

    .vt-cta {
        padding: 10px;
    }

    .schematic {
        width: 100% !important;
    }

    .vt-panel.vt-estimator {
        margin-bottom: 15px;
    }

    .vtitem .vt-subheader.vt-pointer-higher, .vtitem .vt-subheader.vt-pointer-lower {
        display: none;
    }

}

@media only screen and (max-width : 320px) {
    .vt-specs-field {
        width: 60px;
    }
}