.search-pages {
    padding: 5rem 0;
}
div#search-div {
    background-image: url(/imgs/ASSETS/bronco-wallpaper.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    height: 100%;
}
.search-pages {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh; /* or whatever height you need */
}
.brand-overlay-logo {
    position: absolute;
    z-index: 9;
    top: 2%;
    left: 44%;
}
.search-pages .brand-overlay-logo img {
    max-width: 150px;
    width: 100%;
}
.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.nav-toggle {
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 9;
}
.nav-menu-toggle {
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center;
    cursor: pointer !important;
    font-size: 30px;
    color: #ffffff99 !important;
    font-weight: 300 !important;
}
.nav-menu-toggle i {
    color: #fff;
    font-size: 30px;
    margin-right: 20px;
}
.video-action-btns {
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 9;
    display: flex;
    flex-direction: row;
    gap: 8px;
}
.video-action-btns a {
    width: 50px!important;
    height: 50px!important;
    display: flex!important;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 6px;
    cursor: pointer;
}
.video-action-btns i {
    color: #fff;
    font-size: 30px;
}
.content-overlay {
    position: absolute;
    z-index: 1;
    color: white;
    padding: 30% 5% 5% 5%;
    width: 100%;
    height: 100vh;
    bottom: 0;
    left: 0;
    background: #0000008c;
}
.search-pages a {
    color: #000000;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
}
.button-row {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 60px;
}
.or-col {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 1%;
    width: 100%;
    top: -4px;
    position: relative;
}
h1.lgs-title {
    font-size: 60px;
    color: #fff;
    text-shadow: 4px 3px rgba(0, 0, 0, .5);
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    margin-bottom: 50px;
}
h1.lgs-title-or {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    text-shadow: 4px 3px rgba(0, 0, 0, .5);
    margin-bottom: 0;
    font-family: 'Manrope', sans-serif;
}
.bo-box, .inv-box {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bo-box h2 {
    border: 1px solid #fff;
}
.inv-box h2 {
    background: #054086;
    border: 1px solid #054086;
}
.inv-box h2:hover {
    background: #04326c;
    border: 1px solid #04326c;
}
.bo-box h2, .inv-box h2 {
    padding: 10px 0px;
    max-width: 230px;
    width: 100%;
    text-align: center;
    border-radius: 3px;
    font-family: 'Manrope', sans-serif;
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
}
.bo-box h2:hover {
    color: #000;
    background: #fff;
}
.search-top-bar {
    min-height: 50px;
    max-height: 50px;
    position: relative;
    background: #fff;
    color: #102b4e!important;
    padding: 0 40px;
    border-bottom: 2px solid #d2d2d28f;
}
.search-top-bar .navbar {
    padding: 0;
    min-height: 50px;
    max-height: 50px;
}
.make-centered h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font: normal normal bold 24px/20px 'Manrope';
    letter-spacing: 0px;
    color: #3CAEEE;
    text-transform: uppercase;
}

.make-filter {
    flex-direction: row;
}
.make-filter .nav-item {
    font: normal normal normal 13px/20px 'Manrope';
    letter-spacing: -0.2px;
    color: #102B4E!important;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase!important;
    padding: 5px 15px;
}
.make-filter .nav-link {
    color: #102B4E!important;
    padding: 3px;
}
.make-filter .nav-link.active {
    color: #3CAEEE!important;
    border: 1px solid #3caeee59;
}
.make-filter .nav-link:hover {
    color: #3CAEEE;
}
.vehicle-select {
    overflow-y: scroll;
    max-height: calc(100% - 50px);
    display: flex;
}
.filter-text {
    font: normal normal normal 13px/20px 'Manrope';
    letter-spacing: -0.2px;
    color: #FFFFFF!important;
    text-decoration: none;
    cursor: auto;
    text-transform: none!important;
}
.year-select, .body-select {
    width: 100%;
    border-bottom: 2px solid #d2d2d28f;
    display: flex;
}
.mk-bdy-select {
    padding: 15px 0;
    width: 100%;
}
.make-select {
    padding: 0 20px;
    margin-bottom: 10px;
}
.make-select-makes {
    display: flex;
    max-height: 35px;
    align-items: center;
}
.make-select-makes h5 {
    margin-right: 25px;
}
a.make-link {
    display: block;
    text-align: center;
    opacity: .5;
    cursor: pointer;
    margin: 0 15px;
}
.make-link:first-child {
    margin-left: 0;
}
a.make-link.active, a.make-link:hover {
    opacity: 1;
}
.make-link img {
    max-width: 100%;
    height: 100%;
    margin: auto;
    max-height: 35px;
}
.years .col {
    gap: 3px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.year-select-header, .body-select-header {
    max-width: 200px;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}
.ym-text h3 {
    font: normal normal normal 20px/20px 'Manrope';
    letter-spacing: 0px;
    color: #102B4E;
    text-align: center;
    margin: 0;
    line-height: 33px;
}
.make-select-makes h5, .new-years h5, .used-years h5 {
    font: normal normal normal 14px/20px 'Manrope';
    letter-spacing: 0px;
    color: #102B4E;
    margin-bottom: 0;
    font-weight: bold;
}
.new-year, .used-year, .body-link {
    font: normal normal normal 16px/18px 'Manrope';
    letter-spacing: 0px;
    color: #676767;
    cursor: pointer;
    text-decoration: none;
    padding: 5px 10px;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
.body-select-bodies .body-link {
    border-bottom: 1px solid #ccc;
    padding: 15px 10px;
}
.body-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.body-link:hover, .body-link.active {
    font-weight: bold;
    color: #0057c8;
    border-bottom: 2px solid #0057c8;
}

.year-select-years {
    display: flex;
}

.new-years {
    margin-bottom: 5px;
}
.new-years, .used-years {
    width: 30%;
    display: flex;
    padding: 5px 0;
}
.used-years {
    padding-bottom: 0;
}
.new-years .row, .used-years .row {
    width: 100%;
}
.new-years .col-md-2, .used-years .col-md-2 {
    max-width: 250px;
    width: 100%;
}
.new-year.active, .new-year:hover, .used-year.active, .used-year:hover {
    color: #102B4E;
    font-weight: bold;
    border: 1px solid #102b4e54;
}
.year-select-years, .body-select-bodies {
    padding: 8px;
    width: 100%;
}
.body-select-bodies {
    display: flex;
    flex-direction: column;
    padding: 0;
}
.used-year-select {
    line-height: initial!important;
    padding: 5px;
    position: relative;
    top: -5px;
    margin-left: 14px;
}
.uy-col {
    margin-bottom: 25px;
}
.model-img img, .trim-img img {
    max-width: 200px;
    width: 100%;
    margin: auto;
    display: block;
}
#loaderDiv {
    text-align: center;
    display: none;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
}
#loaderDiv img {
    display: block;
    margin: auto;
}
#loaderDiv h3 {
    font: normal normal 300 24px/24px 'Manrope';
    letter-spacing: 0px;
    color: #102B4E;
    display: block;
    padding: 10px;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.vehicle-results {
    padding: 30px;
    display: flex;
    flex-direction: column;
    width: 80%;
}
.vehicle-trim-section h3 {
    margin-bottom: 25px;
}
.vehicles > h3 {
    font: normal normal normal 20px/20px 'Manrope';
    letter-spacing: 0px;
    color: #102B4E;
    border-bottom: 3px solid #c1c1c1;
    display: block;
    width: 165px;
    text-align: center;
    padding: 10px;
    margin-bottom: 35px;
}
.vehicle-body h3 {
    font: normal normal bold 24px/24px 'Manrope';
    letter-spacing: 0px;
    color: #282828;
    border-bottom: 3px solid #c1c1c1;
    display: block;
    padding: 10px;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.vehicle-body {
    margin-bottom: 35px;
}
.vehicle-model {
    max-width: 275px!important;
    border-radius: 3px;
    margin: 10px;
    padding: 10px;
}
.vehicle-model a, .vehicle-trim a {
    text-decoration: none;
}
.vehicle-model a:hover, .vehicle-trim a:hover {
    opacity: .8;
    cursor: pointer;
}
.search-inventory .vehicle {
    margin-bottom: 25px;
    background: #F7F7F7 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 3px #00000066;
    border-radius: 3px;
    padding: 0!important;
    margin-left: 15px;
    margin-right: 15px;
    max-width: 320px;
}
.search-inventory.vehicles h3 {
    width: initial!Important;
    font-size: 1.75rem;
    text-align: left;
    border-bottom: 0;
    margin-bottom: 25px;
}
.search-inventory.vehicles .row {
    margin: initial;
}
.search-inventory.vehicles .vehicle-img img {
    max-width: 100%;
    min-height: 240px;
    display: block;
    margin: auto;
}
.search-inventory .vehicle-header, .search-inventory .vehicle-footer {
    padding: 15px;
}
.search-inventory .trim-vehicle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.search-inventory .trim-colors {
    padding: 0 15px;
}
.search-inventory .trim-img img {
    min-height: initial!important;
}
.search-inventory .swatch {
    padding: 0 5px;
    margin-bottom: 5px;
}
.search-inventory .swatch a {
    cursor: pointer;
}
.search-inventory .swatch-img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.search-inventory .swatch .active .swatch-img {
    border: 3px solid #3caeee;
}
.search-inventory .vehicle-trim {
    font: normal normal bold 14px/20px 'Manrope';
    letter-spacing: 0px;
    color: #0000008A;
    min-height: 20px;
    margin-bottom: 0;
}
.search-inventory a.accessories-btn {
    background: #102B4E 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff!important;
    text-decoration: none;
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Manrope', sans-serif;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
.search-inventory a.accessories-btn.disabled {
    background: #4D4D4D80!important;
}
.search-inventory a.accessories-btn:hover {
    background: #3CAEEE;
}
.search-inventory.vehicles {
    margin-top: 15px;
    padding-bottom: 50px;
}
.model-stock, .trim-stock {
    text-align: center;
}
.model-stock a, .trim-stock a {
    font-weight: bold;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    line-height: 16px;
    background: #102b4e;
    text-decoration: none;
    color: white;
    width: 100%;
    display: block;
    padding: 10px;
    margin-top: 20px;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
.model-stock a:hover, .trim-stock a:hover {
    opacity: .8;
}
.model-stock h6, .trim-stock h6 {
    color: #4d4d4d;
    font-family: 'Manrope', sans-serif;
    line-height: 18px;
    font-size: 14px;
}
.model-name h6, .trim-name h6 {
    font-size: 15px;
    line-height: 20px;
    margin: 15px 0;
    color: #4b4b4b;
    font-weight: bold;
    font-family: 'Manrope', sans-serif;
    text-align: center;
}
.trim-header {
    margin-bottom: 20px;
}
.trim-back {
    padding: 10px 12px;
    color: #102b4e;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 22px;
}
.trim-back i {
    margin-right: 10px;
}
span.vehicle-title {
    border-bottom: 2px solid #0057c8;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
}
span.veh-model {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
}
span.veh-trim {
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
}
.trim-back:hover {
    color: initial;
    opacity: .8;
}
h3.vehicle-name {
    font-size: 20px!Important;
    margin-bottom: 5px!Important;
}

.vehicle-select-trim .vehicle-results {
    width: 100%;
}
h5.build-order {
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 10px;
    background: #102b4e;
}

.vehicle a {
    text-decoration: none!important;
}

a .vehicle-name {
    color: #000!important;
}
@media only screen and (max-width: 1375px)
{
    .bo-box h2, .inv-box h2 {
        width: 77%;
        font-size: 2.25rem;
    }
}
@media only screen and (max-width: 990px)
{
    .lgs-title {
        font-size: 4.375rem!important;
        margin-bottom: 35px!important;
    }
    .button-row {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .inv-box, .bo-box {
        height: 140px;
    }
}
@media only screen and (max-width: 770px) {
    .search-top-bar {
        min-height: initial;
        max-height: initial;
        position: relative;
        display: flex;
        align-items: center;
    }
    .make-centered {
        display: flex;
        float: right;
        order: 2;
        margin-left: 15px;
    }
    .make-centered h3 {
        position: initial;
        transform: none;
        margin-bottom: 0;
    }
    .body-select-header {
        display: none;
    }
    .year-select-header {
        display: none;
    }
}

@media only screen and (max-width: 515px)
{
    .vehicle-model, .vehicle-trim {
        max-width: 100%!important;
        margin: 0 0 15px 0;
    }
}

@media only screen and (max-width: 412px)
{
    .body-select {
        padding: 5px;
    }
    .trim-filter .search-top-bar {
        flex-direction: row-reverse;
    }
    .search-top-bar {
        padding-left: 15px;
    }
    .make-filter .nav-item {
        padding: 5px 7px;
    }
    .new-years .col-md-2, .used-years .col-md-2 {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .new-year, .used-year {
        padding: 4px 15px;
    }
}
