html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font: 18px/1.6em IBM Plex Sans,sans-serif;
    letter-spacing: 0.5px;
}
header.masthead {
    background-color: #051c2c;
    border-bottom: 1px solid #07263c;
    z-index: 91;
    height: 136px;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transition: height .1s ease-out;
    -moz-transition: height .1s ease-out;
    transition: height .1s ease-out;
}
.body {
    position: relative;
    top: 136px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
/*.container {
    padding: 0 20px;
}*/


main[role=main]{
    min-height: calc(100vh - 160px);
}
.topbar {
    height: 136px;
    width: 100vw;
    margin-bottom: 20px;
    background-image: url("/image/Top-bar.png");
    background-size: 100vw 136px;
    background-color: #f6f6f6;
}
.topbar .logo {
    width: 80px;
    height: 120px;
    display: inline-block;
}
.topbar .logo img {
    height: 24px;
    width: 144px;
    margin-top: 40px;
}
.navbar-nav {
    margin-top: auto;
    margin-right: 15px;
}
nav#nav-primary {
    background-color: #051c2c;
    height: 42px;
    position: absolute;
    top: 136px;
    -webkit-transition: top .1s ease-out;
    -moz-transition: top .1s ease-out;
    transition: top .1s ease-out;
    z-index: 90;
    width: 100%;
}
.nav-item {
    margin-right: 15px;
}
h1 {
    font-size: 56px;
    line-height: 120%;
    font-weight: 800;
    text-shadow: 0 0 0 rgba(0, 0, 0, .25);
    width: 100%;
    text-align: left;
    /*font-family: aktiv-grotesk;*/
}

h2,
h3,
h4,
h5 {
    font-weight: 200;
    /*font-family: aktiv-grotesk*/
}
h2 {
    font-style: normal;
    font-size: 40px;
    line-height: 110%;
    margin: 20px 0 10px;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
}

h2, h3, h4, h5 {
    font-weight: 200;
    /*font-family: aktiv-grotesk;*/
}

.block-white,
.block-dark {
    padding: 30px 20px;
}
.block-white {
    background-color: #fff;
}
.block-dark {
    background-color: #f6f6f600;
}


.home-top {
    /*padding-top: 30px;*/
}
/*.home-top,
.home-middle,*/
.home-bottom {
    margin-bottom: 30px;
    /*padding-bottom: 20px;*/
}
.home-top {
    border-bottom: solid 0px #ccc;
}
.home-middle {
    margin-bottom: 15px;
}
.home-bottom .ld {
    margin-right: 5px;
    border-radius: 10px;
    border: solid 1px #ccc;
    /*background-color: #eee;
    padding: 20px;*/
}
.home-bottom .rd {
    margin-left: 5px;
    border-radius: 10px;
    border: solid 1px #ccc;
    /*background-color: #eee;
    padding: 20px;*/
}
.align-middle-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.col-6.ld,
.col-6.rd {
    width: calc(50% - 10px);
}
.home-bottom .rd .address {
    margin-left: 100px;
}

ul li {
    padding: 5px 5px;
}
.qa>li { background: none; margin: 0;}
.qa>li:nth-child(odd) { background: #f6f6f600; }
ul.qa {
    padding: 5px;
}
ul li .question {
    font-weight: bold;
    cursor: pointer;
}
.qa > li.collapsed[aria-expanded="false"] {
    background: #f6f6f600;
}
.qa > li.collapsed[aria-expanded="false"]:hover {
    background: #f0f0f0;
    border-radius: 10px;
    padding: 15px;
}
.qa > li[aria-expanded=true] {
    background: #eee;
    border-radius: 10px;
    padding: 15px;
}

.qa > li.collapsed[aria-expanded=true] ul li {
    transition: .5s transform ease-out;
}

.qa > li[aria-expanded=true] ul li {
    transition: .3s transform ease-in-out;
}

ul.qa li ul {
    list-style-type: none;
    padding-left: 0;
}
ul.qa li ul li {
    padding-left: 0;
}

.validation-summary-errors>ul {
    list-style-type: none;
}

.text-muted, .text-muted a, .text-muted button {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

#home_welcome_img {
    display: inline-block;
    width: 100%;
    height: auto;
    /*max-width: 500px;
    max-height: 260px;*/
}


#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 200px;
}

#wrapper.toggled #sidebar-wrapper {
    width: 160px;
    height: 100%;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #999999;
        }

            .sidebar-nav li a:hover {
                text-decoration: none;
                color: #212529;
                background: rgba(255, 255, 255, 0.2);
            }

            .sidebar-nav li a:active, .sidebar-nav li a:focus {
                text-decoration: none;
            }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999999;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #212529;
                background: none;
            }

.navbar-expand-sm .navbar-collapse {
    margin-left: -30px;
}

/* overlay spinner */
#overlay {
    background: #ffffff;
    color: #39b61a;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}

.ui-dialog .tooltip,
.ui-dialog .ui-tooltip {
    z-index: 110;
}

.spinner {
    margin: 0 auto;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #39b61a;
    width: 64px;
    height: 64px;
    -webkit-animation: spin 0.8s infinite linear; /* Safari */
    animation: spin 0.8s infinite linear;
}

a#ford img {
    max-width: 100px;
    height: auto;
}
a#ford {
    text-decoration: none;
    text-align: center;
}

.footer {
    bottom: 0;
    /*white-space: nowrap;*/
    line-height: 60px;
    position: relative;
    top: 136px;
    margin-left: auto;
    margin-right: auto;
    min-height: 40px;
    width: 100%;
    padding-top: 10px;
    background-color: #03400b;
}

.footer .row {
    margin-left: 0;
    margin-right: 0;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -15px 0 0 0;
    padding: 1px;
    height: 20px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    line-height: 1.2;
}

#CustomerRegistration .label {
    text-align: left !important;
}

#ford {
    right: 10px !important;
    position: fixed !important;
    top: 0 !important;
}

button.invisible {
    width: 0;
}

footer .btn {
    font-size: inherit !important;
}

input#last8vin {
    width: 12vw;
    min-width: 200px;
}
@media (max-width: 576px) {
    #CustomerRegistration .label {
        text-align: left !important;
    }
    .footer {
        line-height: 25px !important;
        min-height: 20px !important;
    }
    .navbar-expand-sm .navbar-collapse {
        display: block !important;
        margin-left: 15px !important;
        top: -36px !important;
        left: 10px !important;
        position: fixed !important;
    }
    #ford {
        right: -15px !important;
        position: fixed !important;
        top: 30px !important;
    }
    label[for=last8vin] {
        font-size: calc(12px + 0.8vw);
    }
}
@media (max-width: 992px) {
    .footer {
        line-height: 25px !important;
        min-height: 20px !important;
    }
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
        left: calc((100vw - 540px) / 2 );
    }
    #CustomerRegistration .label {
        text-align: left !important;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
        left: calc((100vw - 720px) / 2 );
    }
    #CustomerRegistration .label {
        text-align: right !important;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
        left: calc((100vw - 960px) / 2 );
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
        left: calc((100vw - 1140px) / 2 );
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
        left: calc((100% - 1320px) / 2 );
    }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

div.modelyear {
    display: initial;
}
