/***** RESET *****/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

.faceted-search-content .faceted-section-box {
    background: white !important;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

/***** TEXT/LINK FORMATTING *****/

::-moz-selection {
    background: #2a459c;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #2a459c;
    color: #fff;
    text-shadow: none;
}

h1 {
    font-size: 32px;
    font-weight: 700;
    color: #2a459c;
    text-align: center;
}

h2 {
    font-size: 16px;
    font-weight: 700;
    color: #ffc000;
    margin: 10px 0;
}

p {
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
}

a {
    color: #000;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

a:hover {
    color: #2a459c;
}

.white {
    color: #fff;
}

.blue {
    color: #2a459c;
}

.center {
    text-align: center;
}

/***** SITE FRAMEWORK *****/

html,
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.list-content main#main-content {
    background: white;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
}

.row {
    width: 100%;
    margin: 25px 0;
}

.column4 {
    width: 25%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}

/***** STYLES *****/

.header {
    position: fixed;
    z-index: 9;
    width: 100%;
    border-bottom: 1px #ccc solid;
}

.header-push {
    height: 74px;
}

.hero {
    background: #111 url(../siteart/hero.jpg) top center no-repeat;
    min-height: calc(100vh - 350px);
    padding: 5% 0;
}

#hero-text {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #cecece;
}

#logo {
    max-width: 383px;
    margin: 25px auto;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    z-index: 999;
}

#logo img {
    width: 100%;
    height: auto;
}

#inventory-logo {
    width: 85px;
    position: fixed;
    top: 12px;
    left: 10px;
}

.ieda {
    display: block;
    width: 180px;
    margin: 25px auto 0;
}

.about {
    background: #3554A7;
    min-height: calc(100vh - 350px);
    padding: 5% 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: #fff;
}

.welcome {
    text-align: center;
}

.areas {
    min-height: calc(100vh - 350px);
    padding: 5% 0;
    font-size: 18px;
    font-weight: 400;
    color: #2a459c;
}

.fa-map-marker {
    color: #ffc000 !important;
    font-size: 30px !important;
    padding-right: 15px;
}

.paladin {
    background: #EAE8E5;
    min-height: calc(100vh - 350px);
    padding: 5% 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: #695E4A;
}

a.btn {
    display: block;
    max-width: 280px;
    color: #fff;
    background: #B32017;
    margin: 15px auto 0;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center
}

a.btn:hover {
    background: #9B170F
}

.fr8star {
    background: #333;
    min-height: calc(100vh - 350px);
    padding: 5% 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: #fff;
}

a.yellow-btn {
    display: block;
    max-width: 280px;
    color: #333;
    background: #f0ba1b;
    margin: 15px auto 0;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center
}

a.yellow-btn:hover {
    background: #D3A214
}

a.blue-btn {
    display: block;
    max-width: 280px;
    color: #fff;
    background: #2a459c;
    margin: 15px auto;
    padding: 20px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center
}

a.blue-btn:hover {
    background: #162E7C;
}

.contact-page {
    background: #3554A7 !important;
    min-height: calc(100vh - 350px) !important;
    padding: 5% 0 !important;
}

.inventory {
    background: #333;
    padding: 50px 0;
}

.inv-buttons {
    text-align: center;
    margin: 5px 0 10px;
    font-size: 0;
}

.inv-buttons a {
    display: inline-block;
    width: 33.3333%;
    color: #fff;
    background: #2a459c;
    border: 1px #fff solid;
    margin: 10px auto;
    padding: 15px 0;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

.inv-buttons a:hover {
    background: #162E7C;
    color: #fff;
}

/*FORM*/

#form input {
    width: 100%;
    border: none;
    margin: 20px 0;
    padding: 20px;
    box-sizing: border-box;
    font-weight: 300;
}

#form textarea {
    width: 100%;
    border: none;
    margin: 20px 0;
    padding: 15px;
    box-sizing: border-box;
    height: 90px;
    font-weight: 300;
}

#form input.button,
#form input.button:focus {
    width: 100%;
    background: #ffc000;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    cursor: pointer;
}

#form input.button:hover {
    background: #EDB300;
}

.CaptchaPanel {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    text-align: center;
    line-height: normal !important;
    color: #fff;
}

.CaptchaPanel input {
    width: 250px !important;
    margin: 10px 0 !important;
    padding: 10px !important;
}

.CaptchaImagePanel {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.CaptchaMessagePanel {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 14px;
}

.CaptchaAnswerPanel {
    margin: 0 0 0 0;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 0 0;
}

.CaptchaWhatsThisPanel a {
    color: #fff;
    text-decoration: none;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}

/***** POPUP *****/

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 25% auto;
    padding: 50px 40px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup h2 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.popup .close {
    position: absolute;
    top: 10px;
    right: 20px;
    transition: all 200ms;
    font-size: 20px;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #2a459c;
}

.popup .content {
    font-size: 14px;
    line-height: 20px;
    max-height: 30%;
    overflow: auto;
}

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }
}

/***** FOOTER STYLES *****/

.footer {
    background: #111;
    padding: 15px 0;
    width: 100%;
}

.footer-logo {
    float: right;
    width: 100px;
}

.footer-logo img {
    width: 100%;
    height: auto;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    font-weight: 300;
    color: #aaaaaa;
    font-size: 10px;
}

a.footerlink:hover {
    font-weight: 300;
    font-weight: bold;
    color: #ffc000;
}

.footertext {
    font-weight: 300;
    font-size: 10px;
    color: #aaaaaa;
}

.smallfootertext {
    font-weight: 300;
    font-size: 10px;
    color: #aaaaaa;
}

.divfooter {
    float: left;
    width: 75%;
    line-height: 14px;
    text-align: left;
}

.clear {
    clear: both;
}


/***FACETED INVENTORY STYLES***/

.list-content .list-title .list-title-text,
.list-content .list-title .list-listings-count,
.list-content .list-top-section .listing-option-bar .list-sort-order .sort-by-dropdown-container .bold,
.detail-content .dealer-info .field-value,
.mc-thumb-strip span,
.detail-content .detail-additional-data {
    color: #fff !important;
}

.faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn,
.faceted-search-content .faceted-section-box .faceted-search,
.view-listing-details-link,
.detail-content .detail-additional-data .data-row .data-label,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.contact-options a,
.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.modal-content .form-bottom .captcha-and-submit .captcha-placeholder button,
.compare-listings-container .compare-container .button,
.faceted-search-content .selected-facets-container .selected-facet {
    background: #2a459c !important;
}

.list-content .listing-portion-title,
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,
.detail-content .detail-main-body .main-detail-data .detail-price,
.compare-listings-container .compare-container .compare-price {
    color: #2a459c !important;
}

.view-listing-details-link:hover,
.detail-content .dealer-info h3,
.legal-text-container,
.detail-content .breadcrumbs,
.detail-content .search-results,
.breadcrumbs-element,
.detail-content-mobile .detail-main-body .detail-mobile-top .detail-title,
.detail-content-mobile .detail-main-body .detail-mobile-top .detail-category,
.detail-content-mobile .detail-main-body .main-detail-data .detail-price,
.dealer-info,
.detail-content-mobile .dealer-info h3,
.detail-content-mobile .detail-additional-data,
.detail-content-mobile .share-listing,
.contact-options .collapsible-content a,
.title-media-buttons-heading h1,
.bread-crumbs-heading .return-links .return-links-link i,
.bread-crumbs-heading .return-links .return-links-link span,
.faceted-search-content .selected-facets-container .selected-header {
    color: #fff !important;
}

.detail-content .dealer-info .contact-information .contact,
#contact-info {
    background: transparent !important;
    color: #fff !important;
    min-height: inherit !important;
    padding: 5px 0 !important;
}

.detail-content .detail-additional-data .data-row .data-value,
.detail-content-mobile .detail-additional-data .data-row .data-value,
.compare-title h3 {
    color: #000 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
    border-color: #2a459c !important;
    color: #2a459c !important;
}

.mobile-breadcrumb {
    color: #fff !important;
    background: transparent !important;
}

.compare-listings-container .compare-container {
    background: #fff !important;
}

.faceted-search-content-container {
    background: #fff !important;
}

/***** RESPONSIVE STYLES *****/

.desktop-block {
    display: block;
}

@media screen and (max-width: 1200px) and (min-width:1025px) {
    .container {
        padding: 0 20px;
    }

}

@media screen and (max-width: 1024px) and (min-width:1101px) {
    .container {
        padding: 0 20px;
    }

    #inventory-logo {
        width: 70px;
        top: 5px;
        left: 10px;
    }

}

@media screen and (max-width: 1100px) and (min-width:725px) {
    .container {
        padding: 0 20px;
    }

    .header-push {
        height: 53px;
    }

    #inventory-logo {
        width: 70px;
        top: 5px;
        left: 10px;
    }

    .areas {
        font-size: 14px;
    }

    .fa-map-marker {
        font-size: 20px !important;
        padding-right: 10px;
    }

    .divfooter {
        float: none;
        width: 100%;
        text-align: center;
    }

    .footer-logo {
        float: none;
        margin: 0 auto 15px;
    }

    .inventory {
        padding: 35px 0;
    }

    .inv-buttons a {
        width: 100%;
        margin: 0;
    }

}

@media screen and (max-width: 724px) and (min-width:441px) {
    .container {
        padding: 0 20px;
    }

    .header-push {
        height: 53px;
    }

    .desktop-block {
        display: none;
    }

    #inventory-logo {
        width: 70px;
        top: 5px;
        left: 10px;
    }

    .areas {
        font-size: 14px;
    }

    .fa-map-marker {
        font-size: 20px !important;
        padding-right: 10px;
    }

    .row {
        width: 100%;
        margin: 0;
    }

    .column4 {
        width: 50%;
        margin: 5px 0;
        padding-right: 0;
        padding-left: 30px;
    }

    .inventory {
        padding: 35px 0;
    }

    .inv-buttons a {
        width: 100%;
        margin: 0;
    }

    .divfooter {
        float: none;
        width: 100%;
        text-align: center;
    }

    .footer-logo {
        float: none;
        margin: 0 auto 15px;
    }

}

@media screen and (max-width: 440px) {
    .container {
        padding: 0 20px;
    }

    .header-push {
        height: 53px;
    }

    .desktop-block {
        display: none;
    }

    #inventory-logo {
        width: 70px;
        top: 5px;
        left: 10px;
    }

    h1 {
        font-size: 24px;
    }

    #hero-text {
        padding: 25% 0 10%;
    }

    .areas {
        font-size: 16px;
    }

    .fa-map-marker {
        font-size: 20px !important;
        padding-right: 10px;
    }

    .row {
        width: 100%;
        margin: 0;
    }

    .column4 {
        width: 100%;
        margin: 8px 0;
        float: none;
        padding-right: 0;
    }

    #logo {
        max-width: 175px;
        margin: 0 auto;
    }

    .inventory {
        padding: 35px 0;
    }

    .inv-buttons a {
        width: 100%;
        margin: 0;
    }

    .divfooter {
        float: none;
        width: 100%;
        text-align: center;
    }

    .footer-logo {
        float: none;
        margin: 0 auto 15px;
    }
}