/* CSS layout */
body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #252525;
    background-color: #f2f2f2;
    line-height: 1.2em;
    min-width: 750px;
}

a {
    color: #0a2f6f;
}

    a img {
        outline: none;
    }

.embed-responsive-3by2 {
    padding-bottom: 66.6%;
}

.specialHours {
    color: red;
}

h1, h2 {
    font-size: 24px;
    color: #252525;
}

img {
    border: none;
}

h1 {
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 26.4px;
} 

h3 {
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    line-height: 24px;
} 

p { 
    font-family: "Open Sans"; 
    font-size: 14px; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: 400; 
    line-height: 20px; 
} 

blockquote { 
    font-family: "Open Sans"; 
    font-size: 21px; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: 400; 
    line-height: 30px; 
} 

pre { 
    font-family: "Open Sans"; 
    font-size: 13px; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: 400; 
    line-height: 18.5714px; 
}
/* For layout debugging */
/*
div 
{
	border: 1px solid red;
	
}
*/

.bump-margin-bottom {
    margin-bottom: 16px;
}

.bump-margin-bottom-x2 {
    margin-bottom: 32px;
}

.reg-text {
    font-size: 1.25em;
    line-height: 1.35em;
}

/* #headerPhoneNumber {
    font-weight: bold;
    font-style: italic;
    color: #666;
    font-size: larger;
    text-align: right;
} */

#masthead {
    height: 74px;
}

#mastheadmain {
    margin-left: auto;
    margin-right: auto;
    margin-top: -1px;
    /*     width: 59em; */
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.6);
    border: solid 1px rgba(0, 0, 0, 0.05);
    z-index: 2;
    position: relative;
    padding: 0;
}

#mastheadLogo {
    float: left;
    height: 84px;
    margin-top: 3px;
    margin-left: 20px;
    margin-bottom: 3px;
}

#menuContainer {
    float: right;
    margin-top: 14px;
    margin-right: 10px;
}

.header-social-media-wrapper {
    display: inline-block;
    margin-top: -3px;
    float: right;
}

#menu-info {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
}

.search-bar {
/*     color: #143880; */ /*TODO*/
    display: flex;
    font-size: 14px;
    font-weight: bold;
    padding-top: 8px;
    padding-right: 28px;
    padding-bottom: 12px;
    margin-top: -4px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    background-color: #ddd;
    border-radius: 0 0 4px 4px;
    border: 1px solid #cccccc;
    position: relative;
    z-index: 1;
}

.start-search-arrow {
    margin-left: 8px;
}

.simple-search-form {
    display: inline-block;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}

.keyword-or {
    display: inline-block;
    margin-top: 14px;
    margin-right: -38px;
    margin-left: -4px;
    font-size: 14px;
}

select,
.ui-select .ui-btn,
.ui-checkbox .ui-btn, 
.ui-radio .ui-btn {
    border: 1px solid #bbb;
    border-radius: 4px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+0,e2e2e2+100 */
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 0%, #e2e2e2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fefefe 0%,#e2e2e2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fefefe 0%,#e2e2e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
    box-shadow: none;
}

.search-bar-select {
    padding: 11px 8px;
    margin-right: 10px;
}

.search-bar-select#KeywordInventoryTypes,
.search-bar-select#KeywordMakes, 
.search-bar-select#KeywordModels {
    width: 146px;
}

#start-search-text {
    margin-top: 14px;
    margin-left: 26px;
}

.lmrv-input,
.ui-input-btn input {
    height: auto;
    padding: 12px 14px;
    line-height: 18px;
    border: 1px solid #bbb;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
}

.search-bar-input {
    margin-right: 12px;
}

input.search-bar-input {
    width: 205px;
}

input.search-bar-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #bbb;
}

input.search-bar-input::-moz-placeholder { /* Firefox 19+ */
    color: #bbb;
}

input.search-bar-input:-ms-input-placeholder { /* IE 10+ */
    color: #bbb;
}

input.search-bar-input:-moz-placeholder { /* Firefox 18- */
    color: #bbb;
}

#btnKeywordSearchBar {
    padding: 14px 14px;
}

.advanced-search-bar-button {
    font-size: 8px;
    line-height: 9px;
    display: block;
/*     float: left; */
    text-align: center;
    margin-top: 2px;
    margin-bottom: -8px;
}

.white-button,
.ui-page-theme-a .ui-btn.white-button,
.ui-input-btn input.white-button,
.ui-page #AdvancedSearchForm div.ui-btn.ui-input-btn:last-child,
.ui-radio label,
.ui-page-theme-a .ui-btn:hover,
.ui-input-btn input[type="submit"],
.ui-page-theme-a .ui-btn {
    color: #143880;
    border: 1px solid #bbb;
    border-radius: 4px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+0,e2e2e2+100 */
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 0%, #e2e2e2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fefefe 0%,#e2e2e2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fefefe 0%,#e2e2e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
    /* text-shadow: none; */
    box-shadow: none;
}

.white-button:active,
.ui-page-theme-a .ui-btn.white-button:active,
.ui-input-btn input.white-button:active,
.ui-page #AdvancedSearchForm div.ui-btn.ui-input-btn:last-child:active,
.ui-radio:active label,
.ui-radio label:active,
.ui-radio label input:active,
.ui-page-theme-a .ui-btn:active,
.ui-input-btn input[type="submit"]:active,
.ui-page-theme-a .ui-btn:active {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,fefefe+100 */
    background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(top, #e2e2e2 0%, #fefefe 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e2e2e2 0%,#fefefe 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e2e2e2 0%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}

.blue-button,
.mobile-keyword-search .ui-btn,
.ui-page #AdvancedSearchForm div.ui-btn.ui-input-btn,
.ui-page-theme-a .ui-btn.blue-button {
    color: #fff;
    padding: 12px 14px;
    border: 1px solid #09275b;
    border-radius: 4px;
    font-size: 12px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d3b89+0,09275b+100 */
    background: #0d3b89; /* Old browsers */
    background: -moz-linear-gradient(top, #0d3b89 0%, #09275b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0d3b89 0%,#09275b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0d3b89 0%,#09275b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3b89', endColorstr='#09275b',GradientType=0 ); /* IE6-9 */
}

.blue-button:active,
.mobile-keyword-search .ui-btn:active,
.ui-page #AdvancedSearchForm div.ui-btn.ui-input-btn:active,
.ui-page-theme-a .ui-btn.blue-button:active {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#09275b+0,0d3b89+100 */
    background: #09275b; /* Old browsers */
    background: -moz-linear-gradient(top, #09275b 0%, #0d3b89 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #09275b 0%,#0d3b89 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #09275b 0%,#0d3b89 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09275b', endColorstr='#0d3b89',GradientType=0 ); /* IE6-9 */
}

.font-16-px,
.ui-page-theme-a .ui-btn.font-16-px {
    font-size: 16px;
}

.mobile-keyword-search .ui-btn,
.mobile-keyword-search .ui-btn:hover {
    font-size: 16px;
    text-shadow: none;
    color: #fff;
}

.mobile-keyword-search .ui-btn:hover {
    text-decoration: underline !important; /* JQuery Mobile uses an !important, so we have to fight fire with fire. */
}

.blue-button.btn-lg {
    font-size: 1.5em;
    padding: 14px 22px;
}

a.blue-button:hover {
    color: #ffffff;
}

a.blue-button:focus {
    color: #ffffff;
}

div.live-chat-button {
    display: inline-flex;
    background-color: #0d3675;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    padding: 1px 6px;
    margin-right: 4px;
    border-radius: 2px;
    text-decoration: none;
}

    div.live-chat-button:before {
        content: "Live Chat";
        text-decoration: none;
    }

    div.live-chat-button img {
        display: none;
    }

.header-social-media img {
    margin-bottom: -4px;
    margin-right: 4px;
    height: 16px;
}

#topMenuContainer {
    float: right;
    margin: 0px 0px;
    margin-top: -20px;
    margin-right: 6px;
    clear: both;
    z-index: 1000;
}

#topMenu {
    /*background: #A1A09D;*/
    list-style: none;
    font-size: small;
    /*height: 40px;*/
    text-align: center;
    position: relative;
    z-index: 7000;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}

    #topMenu li {
        float: left;
        /*border-right: 1px solid #ccc;*/
        position: relative;
    }

    #topMenu a {
        display: block;
        padding: 0 10px;
        color: #252525;
        text-decoration: none;
    }

    #topMenu ul {
        background: #fff;
        list-style: none;
        position: absolute;
        left: -9999px;
        padding: 0px;
        margin: 0px;
        border: 1px solid #ccc;
        z-index: 999999;
    }

        #topMenu ul li {
            text-align: left;
            padding: 8px 8px;
            float: none;
            margin: 0;
        }

#slide0 {
    float: left;
    position: relative;
    left: 30px;
    width: 400px;
    height: 100px;
}

#topMenu ul a {
    white-space: nowrap;
    color: #252525;
}

#topMenu li:hover ul {
    left: 0;
}

#topMenu li:hover ul li a:hover {
    background: #8f8f8f;
    color: #fff;
}

#dropDownMenuContainer {
    float: left;
    width: 650px;
    height: 40px;
    padding-left: 40px;
    padding-top: 10px;
    margin-top: 10px;
}

#dropDownMenu {
    background: -webkit-gradient(linear, left top, left bottom, from(#405E9A), to(#001E5A));
    background: -moz-linear-gradient(top, #405E9A, #001E5A);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#405E9A', endColorstr='#001E5A');
    background: -ms-linear-gradient(top, #405E9A 0%, #001E5A 100%);
    list-style: none;
    font-weight: bold;
    text-align: center;
    height: 40px;
    margin: 0px;
    position: relative;
    padding-left: 0px;
}

    #dropDownMenu li {
        float: left;
        border-right: 1px solid #ccc;
        position: relative;
        width: 24%;
    }

    #dropDownMenu a {
        display: block;
        padding: 10px 5px;
        color: #fff;
        text-decoration: none;
    }

    #dropDownMenu ul {
        background: #fff;
        list-style: none;
        position: absolute;
        left: -9999px;
        padding: 0px;
        margin: 0px;
        border: 1px solid #ccc;
        z-index: 99;
    }

        #dropDownMenu ul li {
            text-align: left;
            padding-top: 1px;
            float: none;
            margin: 0;
            width: 172px;
        }

        #dropDownMenu ul a {
            white-space: nowrap;
            color: #666;
            padding: 8px;
        }

    #dropDownMenu li:hover ul {
        left: 0;
    }

        #dropDownMenu li:hover ul li a:hover {
            background: #23417D;
            background: -webkit-gradient(linear, left top, left bottom, from(#405E9A), to(#001E5A));
            background: -moz-linear-gradient(top, #405E9A, #001E5A);
            color: #fff;
        }

#facebookWidgetContainer {
    margin-top: 3px;
    position: absolute;
    bottom: 0;
    left: 130px;
    float: right;
}


/* SIDEBAR */
#sidebar {
    /*     -moz-border-radius: 15px; */
    /*     border-radius: 15px; */
    /*     background: -webkit-gradient(linear, left top, left bottom, from(#D4D3D0), to(#A1A09D)); */
    /*     background: -moz-linear-gradient(top, #D4D3D0, #A1A09D); */
    /*     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4D3D0', endColorstr='#A1A09D'); */
    /*     padding: 10px; */
    margin-right: 10px;
    margin-top: 36px;
    /*     left: 0px; */
    /*     top: 8px; */
    /*     float: left; */
    /*     max-width: 250px !important; */
    margin-bottom: 12px;
}

    #sidebar fieldset {
        /*     width: 200px !important;
    border: 3px solid white;
    border-radius: 5px;
    padding: 5px 20px 15px 20px;
    margin-bottom: 10px; */
    }

    #sidebar legend,
    #page_content legend {
        font-weight: bold;
        color: #525252;
        /*     font-size: larger; */
        padding-bottom: 7px;
    }

    #sidebar ul {
        padding: 0px;
        margin: 0px;
        list-style-type: none;
    }

        #sidebar ul li {
            padding-top: 0px;
            padding-bottom: 0px;
        }

            #sidebar ul li a {
                /*     font-size: .9em;
    font-weight: bolder;
    text-transform: uppercase;
    color: #666;
    text-decoration: none; */
            }

                #sidebar ul li a:hover {
                    /*     color: #800000; */
                }

#advancedSearchList h2 {
    font-size: 18px;
    color: #525252;
    margin-top: 22px;
}

#advancedSearchList h3 {
    font-size: 16px;
    margin-top: 7px;
    margin-bottom: 4px;
}

ul#Bodies {
    list-style: none;
}

    ul#Bodies li:not(:first-child) {
        margin-top: 12px;
    }

ul#FuelTypes li {
    display: inline-block;
}

    ul#FuelTypes li:not(:last-child) {
        margin-right: 37px;
    }

.new-used-radio-wrapper {
    text-align: left;
    /*     display: flex; */
    /*     align-items: stretch; */
}

    .new-used-radio-wrapper label {
        /*     display: flex; */
        margin-right: 25px;
    }

ul.new-used-radio-wrapper li:not(:first-child) {
    margin-top: 12px;
}

#advancedSearchList {
    margin-top: 25px !important;
    margin-bottom: 15px !important;
}

#advancedSearchList li {
    padding-bottom: 3px !important;
}

#advancedSearchList li select {
    width: 240px !important;
    /*     height: 25px; */
    font-size: 14px;
    padding: 6px 8px;
}

#AdvancedSearchForm input[type="submit"] {
    margin-right: 2px;
}

#AdvancedSearchForm input[type="submit"],
#AdvancedSearchForm input[type="button"] {
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    padding: 4px 8px;
    text-transform: uppercase;
    font-weight: bold;
    color: #0d3675;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dcdcdc+0,d1d1d1+100 */
    background: #dcdcdc; /* Old browsers */
    background: -moz-linear-gradient(top, #dcdcdc 0%, #d1d1d1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #dcdcdc 0%,#d1d1d1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #dcdcdc 0%,#d1d1d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
}

#AdvancedSearchForm input[type="submit"]:hover,
#AdvancedSearchForm input[type="button"]:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3d3d3+0,c6c6c6+100 */
    background: #d3d3d3; /* Old browsers */
    background: -moz-linear-gradient(top, #d3d3d3 0%, #c6c6c6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d3d3d3 0%,#c6c6c6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d3d3d3 0%,#c6c6c6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-9 */
}

hr.var-width {
    border-color: #bbb;
    /* width: 105rem; */
    margin-top: 6px;
    margin-bottom: 6px;
}

#contentContainer {
    margin-top: 10px;
    /* text-align: left; */
}

#page_content {
    /* float: right; */
    /* max-width: 655px; */
    margin-top: 16px;
}

#footer-wrapper {
    width: 100%;
    background-color: #05347A;
    float: left;
    /* margin-top: 25px; */
}

#footer {
    color: #8AB6F6;
    font-weight: normal;
    text-align: center;
    padding: 20px;
    padding-top: 32px;
    /* width: 100%; */
}

    #footer span {
        padding-right: 20px;
    }

    #footer a {
        color: #fff;
        text-decoration: none;
    }

        #footer a:hover {
            text-decoration: underline;
        }

    #footer hr {
        border: #8AB6F6 .25px solid;
        opacity: 0.5;
    }

#footerSubtext {
    color: #8AB6F6;
    font-size: 12px;
    text-align: center;
    float: left;
    padding-bottom: 30px;
    font-weight: normal;
    opacity: 0.65;
}

#footer-links {
    list-style: none;
    font-size: 14px;
}

    #footer-links li {
        display: inline;
    }

        #footer-links li:not(:nth-last-child(-n+2)):after {
            content: "|";
            margin-left: 5px;
            margin-right: 2px;
        }

/* Shared between Service Index page and Contact us page right now */
.simpleTable td {
    border-bottom: 1px solid #A1A09D;
    width: auto;
    padding-bottom: 25px;
    text-align: left;
    width: 725px;
    vertical-align: text-top;
    line-height: 1.3em;
    font-size: medium;
}

.field-validation-error {
    color: #ff0000;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

#employment-nav-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#employment-nav-menu li a {
    background-image: linear-gradient(bottom, rgb(158,158,158) 26%, rgb(235,235,232) 69%, rgb(255,255,255) 85%);
    background-image: -o-linear-gradient(bottom, rgb(158,158,158) 26%, rgb(235,235,232) 69%, rgb(255,255,255) 85%);
    background-image: -moz-linear-gradient(bottom, rgb(158,158,158) 26%, rgb(235,235,232) 69%, rgb(255,255,255) 85%);
    background-image: -webkit-linear-gradient(bottom, rgb(158,158,158) 26%, rgb(235,235,232) 69%, rgb(255,255,255) 85%);
    background-image: -ms-linear-gradient(bottom, rgb(158,158,158) 26%, rgb(235,235,232) 69%, rgb(255,255,255) 85%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.26, rgb(158,158,158)), color-stop(0.69, rgb(235,235,232)), color-stop(0.85, rgb(255,255,255)) );
    height: 2em;
    line-height: 2em;
    width: 9em;
    display: block;
    border: 0.1em solid #dcdce9;
    color: #0d2474;
    text-decoration: none;
    text-align: center;
}

.locationrow {
    width: 750px;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.locationitem {
    width: 200px;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

    .locationitem img {
        width: 100%;
    }

    .locationitem a {
        color: #008;
        float: left;
        width: 100%;
        text-align: center;
        text-decoration: none;
    }

.locationlinks {
    text-align: center;
}

    .locationlinks a {
        text-align: center;
        float: left;
        width: 50%;
    }

.store-locations {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 18px;
}

.hours-and-info p {
    line-height: 14px;
}

.main-address {
    font-size: 14px;
    line-height: 18px;
    /*     font-weight: 600; */
    /*     color: #008; */
    padding-top: 26px;
}

.main-map iframe {
    border: 2px solid #008;
    border-radius: 6px;
}

.selllabel {
    width: 450px;
    display: inline-block;
}

.ui-field-contain label {width: 500px;display: inline-block;}

.carousel-overlay {
    position: absolute;
    cursor: pointer;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    float: right;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
}

    .carousel-overlay:hover {
        background-color: rgba(0, 0, 0, .35);
        z-index: 2;
        transition: 0.2s ease;
    }

    .carousel-overlay p {
        font-size: 30px;
        text-shadow: 0px 1px 1px rgba(34, 34, 34, 0.65);
        line-height: 30px;
        margin: 36px 24px;
    }

    .carousel-overlay .carousel-button {
        font-size: 14px;
        margin-top: 12px;
        padding: 8px 14px;
        border-radius: 4px;
        display: inline-block;
        border: 1px solid #eee;
        text-transform: uppercase;
    }

    .carousel-overlay:hover .carousel-button {
        background-color: white;
        color: #111;
        transition: 0.2s ease;
    }

    .carousel-overlay p,
    .carousel-overlay .carousel-button {
        color: #eee;
    }

.rv-classes-container {
    background-color: #fff; 
}

.rv-classes {
    margin-top: 16px;
    margin-bottom: 36px;
}

.rv-classes div {
    margin-top: 10px;
    /*     background-color: red; */
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

    .rv-classes div:hover {
        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 6px;
        transition: 0.2s ease;
    }

    .rv-classes div h3 {
        font-size: 16px;
        font-weight: bold;
    }

    .rv-classes div:hover h3 {
        color: #143880;
        transition: 0.2s ease;
    }

    .rv-classes div a:hover {
        text-decoration: none;
    }

    .rv-classes div img {
        filter: grayscale(100%);
        width: 100%;
        max-width: 150px;
    }

    .rv-classes div:hover img {
        filter: none;
    }

    .rv-classes div span a {
        color: transparent;
        font-size: 14px;
    }

    .rv-classes div:hover span a:not(:last-child):after {
        content: "|";
        margin-left: 4px;
        margin-right: 1px;
        color: #222;
        transition: 0.2s ease;
        display: inline-block;
    }

    .rv-classes div:hover span a:hover:not(:last-child):after {
        text-decoration: none;
    }

    .rv-classes div:hover span a {
        color: #143880;
        transition: 0.2s ease;
    }

.rv-logo-wrapper {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 48px;
}

.rv-logo {
    display: inline-block;
    filter: grayscale(100%);
    padding: 6px;
    /*     height: 75px; */
    /*     vertical-align: middle; */
}

    .rv-logo:hover {
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 6px;
        filter: none;
        transition: 0.2s ease;
    }

    .rv-logo img {
        max-width: 210px;
        max-height: 60px;
        /*     position: relative;
    top: 50%;
    transform: translateY(50%); */
    }

.footer-social-media {
    float: right;
}

.blog-feed-wrapper {
    background-color: hsla(0, 0%, 98%, 1);
    padding: 20px 5px;
}

.blog-card {
    background-color: #fff;
    height: 524px;
}

.blog-card-image {
    object-fit: cover;
    width: 100%;
    height: 222px;
}

.blog-card-text {
    padding: 12px 20px;
}

    .blog-card-text h3 {
        color: #111;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .blog-card-text p {
        font-size: 14px;
        line-height: 1.8em;
    }

    .blog-card-text h4 {
        /*     margin-top: 18px; */
        position: absolute;
        bottom: 10px;
    }

        .blog-card-text h4 a {
            text-transform: uppercase;
            color: #d72737;
            font-weight: bold;
            font-size: 14px;
            letter-spacing: .08rem;
        }

.homePageImg
{
    height: 75px;
    text-align: center;
}

.action-buttons {
    margin-top: 32px;
    margin-bottom: 16px;
    padding: 0 100px;
}

.action-buttons > div > a:hover + h5 a {
    text-decoration: underline;
}

.action-buttons h5 a {
    color: #111;
    font-size: 14px;
    letter-spacing: 0px;
}

.home .slick-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .home .slick-slide iframe {
        padding: 10px;
    }

    .home .slick-slide img {
        /* margin: 10px; */
        width: 1070px;
        height: 490px;
        padding: 10px;
        object-fit: cover;
    }

.home .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 43%;
    z-index: 10;
    background-color: rgba(255, 255, 255, .75);
    width: 30px;
    font-size: 20px;
    padding: 4px;
    border: 1px solid transparent;
}

    .home .slick-arrow:hover {
        background-color: rgba(255,255,255,.85);
        border: 1px solid rgba(200,200,200,1);
    }

.home .slick-prev {
    left: 25px;
    border-radius: 0 4px 4px 0;
}

    .home .slick-prev:hover {
        border-left-color: transparent;
    }

.home .slick-next {
    right: 24px;
    border-radius: 4px 0 0 4px;
}

    .home .slick-next:hover {
        border-right-color: transparent;
    }

.search-header-wrapper {
    padding: 0 15px;
}

.search-header {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 2px #000;
    z-index: 1;
}

    .search-header h1 {
        margin-top: 10px;
        color: #111;
        display: inline-block;
    }

.search-result-filter {
    float: right;
    margin-top: 9px;
    font-weight: bold;
}

.search-header span {
    font-size: 16px;
}

.search-result-filter select {
    height: 28px;
    width: 500px;
    font-size: 12px;
}

/* === Custom Radio Buttons === */


label.search-radio {
    display: inline;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    font-weight: normal;
}

label.search-radio input {
    position: absolute;
    opacity: 0;
    display: none;
}

label.search-radio span.radio-button,
.ui-radio-on span.radio-button,
.ui-radio-off span.radio-button {
    box-sizing: border-box;
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: #143880 solid 2px;
}

.ui-radio-on span.radio-button,
.ui-radio-off span.radio-button {
    top: 16px;
    left: 16px;
}

label.search-radio span.radio-button:after,
.ui-radio label.ui-radio-on span.radio-button:after {
    content: "";
    position: absolute;
    display: none;
    top: 2px;
    left: 2px;
    width: 7px;
    height: 7px;
    background: #143880;
    ;
}

label.search-radio input:checked ~ span.radio-button:after,
.ui-radio label.ui-radio-on span.radio-button:after {
    display: block;
}

.inventory-count {
    font-size: .85em;
    color: #797979;
}

.lowerContentContainer {
    /*     border: 2px solid #ccc; */
    /*     -moz-border-radius: 15px; */
    /*     border-radius: 15px; */
    padding: 5px 0px 5px 0px;
    width: 670px;
    margin-left: auto;
    margin-right: auto;
}


/* === Search Results Page === */

#searchresult {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

    #searchresult > li {
        /*     float: left; */
        width: 100%;
        /* height: 128px; */
        border: 1px solid #ccc;
        border-top: none;
        border-left: none;
        margin: 0px;
        padding: 5px;
    }

        #searchresult > li:hover {
            background-color: hsla(0, 0%, 89%, 1);
            box-shadow: 0px 2px 1px rgba(0,0,0,.25);
        }

/* .simplePagerPage1>div {
    display: inline-block;
} */

.pricing-information {
    /*     text-align: center;  */
    margin-left: 0px;
    padding: 2px 0;
}

#searchresult h4 {
    color: #525252;
    margin: 0;
    margin-bottom: 3px;
}

#searchresult .linkDiv h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 6px;
}

#searchresult .linkDiv a {
    display: block;
}
/* .img-link {
    display: block;
} */

.img-link img {
    width: 150px;
}

#searchresult > img {
    width: 150px;
    height: 125px;
    /* border: none; */
    padding-top: 0px;
    display: inline-block;
}

#searchresult .linkDiv {
    padding-bottom: 3px;
}

#searchresult .detailDiv {
    /*     font-size: small; */
}

#searchresult .strikeThrough {
    text-decoration: line-through;
}

#searchresult .salePrice {
    color: red;
    font-weight: bold;
    font-size: 12px;
    margin-top: 6px;
}


.paging_container {
    width: 655px;
    height: 725px;
    display: none;
}

.simplePagerNav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
/*     float: left; */
}

.simplePagerNav li {
    display: inline-block;
    list-style: none;
    border: 1px solid #ccc;
    margin: 2px;
    padding: 5px;
    width: 25px;
    text-align: center;
    /*         float: left; */
}

.currentPage {
    background: LightGrey;
    font-weight: bolder;
}


.simplePagerNav .current a {
    color: black;
}

.msrp-price {
    font-size: 10px;
    color: #525252;
}

.was-price {
    font-weight: bold;
    font-size: 12px;
    margin-top: 6px;
    display: inline-block;
}

.request-quote-button {
    border: 1px solid orange;
    border-radius: 4px;
    padding: 8px 8px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #111;
    margin-top: 24px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9e4af+0,f6971f+100 */
    background: #f9e4af; /* Old browsers */
    background: -moz-linear-gradient(top, #f9e4af 0%, #f6971f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f9e4af 0%,#f6971f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f9e4af 0%,#f6971f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e4af', endColorstr='#f6971f',GradientType=0 ); /* IE6-9 */
}

a.request-quote-button:hover {
    color: #3c3b3b;
    text-decoration: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6971f+0,f9e4af+100 */
    background: #f6971f; /* Old browsers */
    background: -moz-linear-gradient(top, #f6971f 0%, #f9e4af 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f6971f 0%,#f9e4af 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f6971f 0%,#f9e4af 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6971f', endColorstr='#f9e4af',GradientType=0 ); /* IE6-9 */
}

.detailed-stats ul {
    list-style: none;
    padding-left: 0px;
}

    .detailed-stats ul li {
        margin-bottom: 3px;
        font-size: 14px;
    }

        .detailed-stats ul li.color {
            margin-top: 23px;
        }

.additional-links .make-an-offer {
    display: inline-block;
    color: #fff;
    padding: 10px 18px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    background: #d72737; /* Old browsers */
    background: -moz-linear-gradient(top, #d72737 0%, #cf212f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d72737 0%,#cf212f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d72737 0%,#cf212f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d72737', endColorstr='#cf212f',GradientType=0 ); /* IE6-9 */
}

    .additional-links .make-an-offer:hover {
        text-decoration: none;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b71d25+0,ce2735+100 */
        background: #b71d25; /* Old browsers */
        background: -moz-linear-gradient(top, #b71d25 0%, #ce2735 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #b71d25 0%,#ce2735 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #b71d25 0%,#ce2735 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b71d25', endColorstr='#ce2735',GradientType=0 ); /* IE6-9 */
    }

.additional-links ul {
    padding-left: 0px;
    list-style: none;
    margin-top: 7px;
}

    .additional-links ul li {
        margin-bottom: 5px;
    }

        .additional-links ul li a {
            font-weight: bold;
            text-transform: uppercase;
            font-size: 12px;
        }

img.additional-info-icon {
    height: 11px;
    margin-bottom: 3px;
    margin-right: 3px;
}

.search-breadcrumbs {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 20px;
    margin-top: 10px;
    margin-bottom: 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3bcc1+0,d50d1c+45 */
    background: #f3bcc1; /* Old browsers */
    background: -moz-linear-gradient(top, #f3bcc1 0%, #d50d1c 45%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f3bcc1 0%,#d50d1c 45%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f3bcc1 0%,#d50d1c 45%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3bcc1', endColorstr='#d50d1c',GradientType=0 ); /* IE6-9 */
}

.result-column {
    background-color: #ffffff;
    padding-left: 0px;
    padding-right: 6px;
    float: left;
    margin-top: 0px;
    z-index: 1;
    width: 100%;
}

.result-count {
    margin-left: 4px;
    padding-top: 8px;
    /*     margin-bottom: 2px; */
    border-right: 1px solid #ccc;
}


/* === Details Page === */

#details {
    font-size: 1em;
    line-height: 1.3em;
}

.header-badge {
    background-color: #0a2f6f;
    color: #fff;
    padding: 5px 8px;
    text-transform: uppercase;
    display: inline-block;
    float: left;
    font-size: 1.15rem;
}

.vehicle-name {
    margin: 5px;
    margin-top: -2px;
    font-size: 26px;
    font-weight: 700;
    color: #252525;
    display: inline-block;
}

.info-links {
    list-style: none;
    margin-top: 12px;
}

.info-links li {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 60px;
}

.info-links img {
    width: 12px;
    margin-top: -3px;
    margin-right: 4px;
}

.detail-info {
    padding-left: 0px;
}

.thumbnail {
    list-style: none;
    padding: 3px;
    margin: 0;
}

.thumbnail li {
    float: left;
    margin: 2px;
}

.details {
    float: left;
    margin-top: 10px;
}

.details ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 200px;
    float: left;
}

.ui-page .details ul {
    width: auto;
}

.details li {
    padding: 5px;
}

.details span {
    font-weight: bold;
}

.equipment {
    float: left;
}

.equipment ul {
    list-style: none;
    margin: 0;
    width: 200px;
    float: left;
}

.equipment li {
    padding: 2px;    
}

.detail .slick-prev, .detail .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    margin-top: -10px;
    padding: 13px;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: no-repeat center;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    border-radius: 4px;
}

#mainCarousel .slick-next {
    margin-right: 20px;
}

.thumbnail .slick-current img {
    border: solid 2px black;
}

#mainCarousel .slick-slide {
    display: inline-block;
    position: relative;
    height: 440px;
} 

#mainCarousel .slick-slide img {
    width: 100%;
    object-fit: contain;

}

.slick-slide:focus {
    outline: 0;
} 

.detail-prices {
    text-align: center;
}

.detail-msrp-price {
    margin-bottom: -4px;
    text-decoration: line-through;
}

.detail-was-price {
    margin-bottom: 0px;
    font-size: 16px;
}

.detail-msrp-price {
    font-size: 14px;
}

.detail-best-price {
    font-size: 16px;
    text-decoration: underline;
}

.detail-make-an-offer {
    text-align: center;
}

#make-an-offer-button {
    background: #d72737; /* Old browsers */
    background: -moz-linear-gradient(top, #d72737 0%, #cf212f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d72737 0%,#cf212f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d72737 0%,#cf212f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d72737', endColorstr='#cf212f',GradientType=0 ); /* IE6-9 */
    color: #fff;
    padding: 14px 30px;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 14px;
}

.tabbed-details {
    margin-top: 24px; 
}

.tabs {
    margin-bottom: 6px;
    padding-left: 0;
}

.tabs li {
    display: inline;
}

.tabs a {
    padding: .5em .8em;
    margin: 0;
    text-transform: uppercase;
    color: #525252;
    font-weight: bold;
}

.tabs a:hover {
    color: #0a2f6f;
}

.tabs a.active {
    border: solid 1px #cccccc;
    border-bottom: none;
    background-color: #f2f2f2;
    border-radius: 4px 4px 0 0;
    color: #0a2f6f;
}

.tabs li:first-child a.active {
    margin-left: 0px;
    border-left: none;
    border-top-left-radius: 0px;
}

h5#details {
    color: #252525;
    border: none;
    font-weight: bold;
    margin-bottom: 2px;
}

#equipment ul {
    margin-top: 10px;
    font-size: 1.1em;
}

.descriptive-copy {
    font-size: 16px;
    line-height: 1.2em;
}

.email-contact-header {
    margin-bottom: 20px;
    font-size: 24px;
}

.email-submit {
    min-width: 132px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 18px;
}

.email-form label {
    display: inline-block;
    font-size: 12px;
}

.email-form .required {
    color: red;
}

.email-form .required label {
    margin-left: 4px;
    color: #252525;
}

.fluid-fields div[class*='col-'] .form-group {
    margin-bottom: 30px;
}

.fluid-fields div[class*='col-'] .form-group .form-control {
    width: 100%;
}

.details__floor-plan-large {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

    .details__floor-plan-large img {
        border: 0;
        width: 100%;
        height: auto;
    }

.quick-quote-text {
    margin-bottom: 10px;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 18px;
    background-color: #ddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    text-align: center;
}

.required-indicator {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
}

.input-group .form-control.prefix-only {
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.carousel-thumbnail-image {
    height: 67px;
    width: 80px;
}

#video-tab iframe {
    display: block;
    margin: 0 auto;
}

.step-image {
    margin-left: -4px;
    display: block;
}

.history-image {
    border: 2px solid #008;
	padding: 0px; 
	margin-left : 16px; 
	margin-bottom: 16px; 
	margin-top: 25px;
	width: 336px;
}

.employment-image {
    height:200px;
    float:left;
    margin:3px; 
    margin-right: 10px;
}


.masonry {
    column-count: 2;
    column-gap: 1em;
    column-fill: balance;
}

.brick { 
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.category {
    font-size: 14px;
    line-height: 16px;
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

.category > ul {
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

#makesearchresult li div,
#makesearchresult li div a {
    font-size: 14px;
}

.brand-seo-text-detail {
    width: 645px;
}


/* === Media Queries === */

/* --- Large Devices --- */
@media (min-width: 1200px) {
    .container {
        width: 110rem;
    }
}

/* --- Medium Devices --- */
@media (max-width: 1199px) {
    .search-bar {
        padding-right: 12px;
        font-size: 12px;
    }

    .search-bar-select {
        padding: 11px 12px;
        margin-right: 2px;
    }

    .search-bar-select:last-child {
        margin-right: 6px;
    }

    .keyword-or {
        display: inline-block;
        margin-top: 14px;
        margin-right: -26px;
        margin-left: -1px;
        font-size: 14px;
    }

    .search-bar-select#KeywordInventoryTypes,
    .search-bar-select#KeywordMakes, 
    .search-bar-select#KeywordModels {
        width: 130px;
    }

    .home .slick-slide img,
    .home .slick-slide iframe {
        width: 941px;
        height: 432px;
    }

    .home .slick-slide iframe {
/*         padding: 10px; */
    }

    .homePageImg
    {
        height: 50px;
        text-align: center;
    }

    .pricing-information {
        padding-left: 18px;
    }

    .additional-links .make-an-offer {
        font-size: 12px;
    }

    #mainCarousel .slick-slide {
        height: 375px;
    }

    .carousel-thumbnail-image {
        height: 60px; width: 68px
    }

    .detail-best-price {
        line-height: 18px;
        margin-top: -6px;
    }

    #make-an-offer-button {
        padding: 16px;
    }

    .tabs a {
        display: block;
    }

    .tabs a.active {
        border: solid 1px #cccccc;
        border-radius: 4px;
        text-decoration: none;
    }

    .tabs li:first-child a.active {
        border: solid 1px #cccccc;
        border-radius: 4px;
    }

    #video-tab iframe {
        width: 146px;
        height: 80px;
    }

    .employment-image {
        height: 150px;
    }

    .brand-seo-text-detail {
        width: 430px;
    }
}

/* --- Small Devices ---*/
@media (max-width: 991px) {
    #menu-info {
        font-size: 14px;
    }

    #mastheadLogo {
        height: 80px;
        margin-bottom: 20px;
    }

    .search-bar-select:first-child {
        margin-left: -22px;
    }

    .keyword-or {
        margin-left: 0px;
    }

    #start-search-text {
        display: none;
    }

    .home .slick-slide img,
    .home .slick-slide iframe {
        width: 720px;
        height: 334px;
    }

    .carousel-overlay p {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .footer-social-media {
        float: none;
        display: inline-block;
        margin-top: 12px;
    }

    .footer-social-media img {
        height: 25px;
    }

    .footer-social-media a:not(:first-child) img {
        margin-left: 18px;
    }

    #footer-links {
        font-size: 12px;
    }

    #footer hr {
        margin-top: 10px;
        margin-bottom: 6px;
    }

    .simplePagerNav li a {
        font-size: 14px;
    }

    ul#FuelTypes li:not(:last-child) {
        margin-right: 28px;
    }

    .search-result-filter select {
        width: 400px;
    }

    .detail-make-an-offer {
        padding-left: 16px;
    }

    .tabbed-details {
        padding-left: 16px;
    }

    .tabs {
        margin-bottom: 3px;
    }

    .tabs a {
        display: inline;
    }

    .tabs a.active {
        border: solid 1px #cccccc;
        border-radius: 4px 4px 1px 1px;
        border-bottom: solid 1px #f2f2f2;
        text-decoration: none;
    }

    .tabs li:first-child a.active {
        border-left: none;
        border-bottom: solid 1px #f2f2f2;
        border-top-left-radius: 0px;
        botder-bottom-left-radius:  0px;
    }

    #video-tab {
        padding: 6px 0px;
    }

    #video-tab iframe {
        width: 250px;
        height: 138px;
    }

    .history-image {
        width: 215px;
    }

    .employment-image {
        height: 130px;
    }

    .blog-card-text p {
        line-height: 1.4em;
    }

    .blog-card {
        height: 520px;
    }

    .masonry {
        column-count: 1;
        margin-left: 10px;
    }

    .info-links li {
        margin-right: 26px;
    }
}

.ui-page-theme-a {
    background-color: #f2f2f2;
}

.ui-page-theme-a .ui-footer {
    background-color: #05347A;
}

.ui-footer {
    font-weight: normal;
    text-align: center;
    width: 100%;
    border: none;
}

.ui-footer span {
    padding-right: 20px;
}

.ui-page-theme-a .ui-footer a {
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    border: 1px solid #052658;
    border-bottom: none;
}

.ui-footer .nav > li > a:hover 
 {
    background-color: #05347A;
}

.ui-footer a:visited {
    color: #fff;
    text-decoration: none;
    background-color: #05347A;
}

.ui-footer a:hover {
    text-decoration: underline;
}

.ui-page-theme-a .ui-btn.ui-btn-active {
    text-shadow: none;
}

.ui-footer .nav > li > a:focus {
    background-color: #05347A;
}

.ui-footer a:active {
    background-color: #052658;
}

.ui-footer hr {
    border: #8AB6F6 .25px solid;
    opacity: 0.5;
}

.ui-listview > li > a.ui-btn,
.ui-listview > li > a.ui-btn:hover,
.ui-listview > li > a.ui-btn:focus,
.ui-listview > .ui-li-static,
.ui-collapsible-heading a,
.ui-collapsible-heading a:hover,
.ui-collapsible-heading a:focus {
    border-color: #e5e5e5;
}

#menupanel {
    min-height: 15%;
    height: 100%;
    overflow-y: auto;
    border-right: 1px solid #e5e5e5;
}

.ui-page-theme-a a, 
html .ui-bar-a a, 
html .ui-body-a a, 
html body .ui-group-theme-a a {
    color: #143880;
}

.ui-page #AdvancedSearchForm div.ui-btn.ui-input-btn {
    font-size: 16px;
}

.ui-page #AdvancedSearchForm div.ui-btn.ui-input-btn input {
    background: none;
    border: none;
}

.ui-select .ui-btn {
    color: #143880
}

.ui-page-theme-a .ui-btn.ui-btn-active {
    color: rgba(20, 56, 98, 1)
}

.ui-page #advancedSearchList {
    list-style: none;
}

.ui-checkbox-off:after, .ui-btn.ui-radio-off:after,
.ui-checkbox-on:after, .ui-btn.ui-radio-on:after {
    display: none;
}

#searchresult
{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}
.ui-page #searchresult li
{
    width: 98%;
    background: #FFFFFF;
    border: 1px solid #ccc;
    margin: 2px;
    padding: 5px;
}

#searchresult h4
{
    color: #008;
    margin: 0;
    margin-bottom: 3px;
}
/*#searchresult img
{
    width: 100px;
    height: 75px;
    border: none;
    padding-top: 25px;
}*/

#searchresult .linkDiv
{
    padding-bottom: 3px;
}
#searchresult .detailDiv
{
    font-size: small;
}

#searchresult .strikeThrough
{
    text-decoration: line-through;
}

#searchresult .salePrice
{
    color: red;
    font-weight: bold;
}


.paging_container
{
    width: 655px;
    height: 725px;
    display: none;
}

.simplePagerNav
{
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

.currentPage
{
    background: LightGrey;
    font-weight: bolder;
}


.simplePagerNav .current a
{
    color: black;
}

.mobile-search-result img {

}

/* h4
{
    margin: 0;
    margin-bottom: 10px;
}

.thumbnail
{
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}
.thumbnail li
{
    float: left;
    margin: 2px;
}

.details
{
    float : left;
    margin-top : 10px;
}
.details ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 200px;
    float: left;
}
.details li
{
    padding: 5px;
}

.details span
{
    font-weight: bold;
}

.equipment
{
    float : left;
}
.equipment ul
{
    list-style: none;
    margin: 0;
    width: 200px;
    float: left;
}
.equipment li
{
    padding: 2px;
} */

.inventory-type-banner {
    background-color: #0a2f6f;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}

.ui-page-theme-a .ui-btn.blue-button {
    font-size: 16px;
}

.equipment li {
    padding: 2px;
}

.inventory-type-banner {
    background-color: #0a2f6f;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}

.ui-page-theme-a .ui-btn.blue-button {
    font-size: 16px;
}

.ui-grid-b > .ui-block-b {
    height: 65px;
}

.show-on-mobile {
    display: none;
}

.checkbox-inline__container {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: flex-start;
}
    .checkbox-inline__container .ui-checkbox {
        display: flex;
    }

.ui-checkbox .ui-btn.ui-checkbox-flat {
    border: 0;
    border-radius: 0;
    background: transparent;
    filter: none;
}


.ui-btn.ui-checkbox-flat.ui-checkbox-off:after,
.ui-btn.ui-checkbox-flat.ui-checkbox-on:after {
    box-sizing: border-box;
    position: absolute;
    content: "";
    top: 14px;
    left: 18px;
    height: 15px;
    width: 15px;
    margin: 0;
    background-color: transparent;
    background-image: none !important;
    border: #143880 solid 2px;
    opacity: 1;
}

.ui-btn.ui-checkbox-flat.ui-checkbox-on:before {
    display: block;
    content: "";
    position: absolute;
    top: 18px;
    left: 22px;
    width: 7px;
    height: 7px;
    background: #143880;
}

.ui-checkbox .ui-btn.ui-checkbox-flat + input {
    opacity: 0;
}

.ui-checkbox .ui-btn.checkbox-inline {
    display: inline-block;
}

.carousel-row {
    position: relative;
}
    .carousel-row .carousel-list {
        padding: 10px 0;
    }
        .carousel-row .carousel-list .carousel-list__item {
            margin: 10px;
            padding: 5px;
            background-color: #FFFFFF;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3);
            border: solid 1px rgba(0, 0, 0, 0.05);
        }
        .carousel-row .carousel-list .carousel-list__item a:focus {
            outline: none;
        }
        .carousel-row .carousel-list .carousel-list__item img.img-responsive {
            width: 100%;
        }
        .carousel-row .carousel-list .carousel-list__item a.item__title-link {
            display: block;
            margin: 5px;
            font-size: 16px;
            line-height: 20px;
            max-height: 40px;
            overflow: hidden;
        }
        .carousel-row .carousel-list .carousel-list__item p.item__old-price {
            margin: 0 5px;
            font-size: 12px;
            color: #787878;
            text-decoration: line-through;
        }
        .carousel-row .carousel-list .carousel-list__item p.item__sale-price {
            margin: 0 5px 5px;
            font-size: 13px;
            font-weight: 600;
            color: #d72737;
        }
    .carousel-row .controls {
        text-align: center;
        line-height: 30px;
    }
        .carousel-row .controls .slick-arrow {
            position: absolute;
            top: 50%;
            width: 30px;
            margin-top: -20px;
            padding: 4px 2px;
            background-color: rgba(255, 255, 255, .75);
            border: 1px solid transparent;
            font-size: 20px;
            cursor: pointer;
            z-index: 10;
        }
            .carousel-row .controls .slick-arrow.slick-disabled {
                color: #999999;
                opacity: 0.5;
                cursor: default;
            }
        .carousel-row .controls .slick-prev {
            left: 5px;
            border-radius: 0 4px 4px 0;
        }
        .carousel-row .controls .slick-next {
            right: 5px;
            border-radius: 4px 0 0 4px;
        }
.carousel-row.gray-background .controls .slick-arrow {
    background-color: rgba(242, 242, 242, .75);
}
