/* Compatibility and responsive layer for the CMS-free site. */
html {
    -webkit-text-size-adjust: 100%;
}

body {
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img,
svg {
    max-width: 100%;
}

a,
button,
input,
select,
textarea {
    touch-action: manipulation;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid #1d6fa5;
    outline-offset: 3px;
}

.article {
    padding-right: 0;
}

.logo a {
    white-space: nowrap;
}

#nav > li.current > a,
#nav > li.active > a {
    color: #c62020;
}

.site-form {
    max-width: 820px;
}

.site-form input[type="text"],
.site-form input[type="number"],
.site-form input[type="email"],
.site-form input[type="tel"],
.site-form input[type="datetime-local"],
.site-form textarea,
.site-form select {
    box-sizing: border-box;
}

.site-form textarea {
    min-height: 150px;
}

.field-hint,
.form-privacy-note {
    display: block;
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}

.field-hint {
    margin-top: 6px;
}

.form-privacy-note {
    max-width: 760px;
    margin: 5px 0 20px;
}

.option-group {
    margin: 0 0 20px;
    padding: 0;
    border: 0;
}

.option-group legend {
    margin-bottom: 10px;
    font-weight: bold;
}

.option-group label {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 0 0 10px;
    font-weight: normal;
    cursor: pointer;
}

.option-group input[type="radio"] {
    position: static;
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin: 2px 0 0;
    opacity: 1;
}

.form-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.notice {
    margin: 20px 0;
    padding: 18px 20px;
    border: 1px solid #d2d7d7;
    border-left-width: 5px;
    border-radius: 3px;
    background: #f5f7f7;
}

.notice ul:last-child,
.notice p:last-child {
    margin-bottom: 0;
}

.notice-error {
    border-left-color: #c62020;
    background: #fff4f3;
}

.notice-success {
    border-left-color: #318a49;
    background: #f0faf3;
}

.notice-info {
    border-left-color: #3f7fa7;
    background: #f1f7fb;
}

.result-actions {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    margin: 20px 0;
}

.result-actions .btn-recalculate {
    margin-left: 0;
}

.fleet-grid {
    display: grid;
    gap: 30px;
    margin-top: 30px;
}

.fleet-card {
    display: grid;
    grid-template-columns: minmax(240px, 320px) 1fr;
    gap: 30px;
    align-items: start;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}

.fleet-card img {
    display: block;
    width: 100%;
    height: auto;
}

.legal-text h2,
.legal-text h3,
.legal-text h4 {
    margin-top: 28px;
}

.map-address {
    margin: 0 0 15px;
    font-style: normal;
    line-height: 1.7;
}

.copyright {
    padding: 12px 0;
}

@media (max-width: 959px) {
    body {
        font-size: 15px;
        line-height: 1.55;
    }
}

@media (min-width: 960px) and (max-width: 1200px) {
    .logo a {
        font: bold 22px/45px Arial, Helvetica, sans-serif;
    }
}

@media (max-width: 959px) {
    #top-social .phone {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        text-align: center;
    }

    #top-social .soc {
        display: none;
    }

    #header nav [class*="col-"] {
        float: none;
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .logo {
        margin: 16px 0 12px;
    }

    .logo a {
        font: bold 30px/1.2 Arial, Helvetica, sans-serif;
    }

    #navigation {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 0 16px;
    }

    #navigation ul {
        display: none;
    }

    #navigation select {
        display: block;
        width: 100% !important;
        min-height: 48px;
        margin: 0;
        padding: 10px 46px 10px 14px;
        border: 0;
        border-radius: 5px;
        background-color: #4b4c4d;
        color: #fff;
        font-size: 16px;
        line-height: 1.25;
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
    }

    #navigation::before,
    #navigation::after {
        position: absolute;
        z-index: 1;
        right: 0;
        pointer-events: none;
        content: "";
    }

    #navigation::before {
        top: 0;
        bottom: 0;
        width: 42px;
        border-radius: 0 5px 5px 0;
        background: #272727;
    }

    #navigation::after {
        top: 50%;
        right: 16px;
        width: 8px;
        height: 8px;
        margin-top: -6px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg);
    }
}

@media (max-width: 767px) {
    body {
        font-size: 16px;
        line-height: 1.6;
    }

    .container,
    .container-nm {
        width: calc(100% - 32px);
        max-width: none;
    }

    [class*="col-"],
    [class*="col-nm-"] {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    #top-social {
        padding: 6px 0;
    }

    #top-social .phone {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }

    #top-social span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        min-height: 42px;
        margin: 0;
    }

    #top-social span:last-child {
        width: 100%;
    }

    #top-social a {
        display: inline-flex;
        align-items: center;
        min-height: 42px;
        margin: 0 0 0 5px;
    }

    .logo a {
        max-width: 100%;
        font-size: clamp(24px, 8vw, 34px);
        white-space: normal;
    }

    #page-title {
        margin-bottom: 24px;
        padding: 18px 0 20px;
    }

    #page-title h1 {
        font-size: clamp(28px, 8vw, 36px);
        line-height: 1.15;
        overflow-wrap: anywhere;
    }

    #content {
        margin-bottom: 20px;
    }

    .articlebody > .container {
        width: 100%;
        max-width: none;
        margin-right: 0;
        margin-left: 0;
    }

    #index h1 {
        font-size: clamp(28px, 8vw, 36px);
        line-height: 1.2;
    }

    h2 {
        font-size: 24px;
        line-height: 1.3;
    }

    h3 {
        font-size: 21px;
        line-height: 1.35;
    }

    h4 {
        font-size: 18px;
        line-height: 1.4;
    }

    p,
    li,
    address,
    label,
    legend,
    small {
        overflow-wrap: anywhere;
    }

    .articlebody li {
        margin-bottom: 12px;
        margin-left: 18px;
    }

    .button.medium {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        padding: 12px 18px !important;
        font-size: 16px !important;
        line-height: 1.35;
        text-align: center;
    }

    .articlebody > .container > .text-center .button.medium {
        width: 100%;
        margin: 0 0 12px !important;
    }

    .slider {
        margin-bottom: 28px;
    }

    .slider .bg {
        padding: 28px 0;
        background-position: center !important;
        background-size: cover !important;
    }

    .slider .contain {
        display: flex;
        flex-direction: column;
        width: calc(100% - 32px);
        min-height: 0 !important;
    }

    .slider .search-results li h2,
    .slider .search-results li p,
    .slider .search-results li .links {
        position: static;
        width: 100%;
        min-width: 0;
        max-width: none;
        opacity: 1;
    }

    .slider .search-results li h2 {
        margin: 0 0 12px;
        font-size: 28px;
        line-height: 1.2;
    }

    .slider .search-results li p {
        display: block;
        margin: 0 0 20px;
        color: #fff;
        font-size: 16px !important;
        line-height: 1.45;
    }

    .slider .search-results li .links {
        display: grid;
        gap: 10px;
    }

    .slider .button.medium {
        width: 100%;
        margin: 0 !important;
    }

    .slider .search-results li .item {
        display: none;
    }

    .site-form {
        width: 100%;
    }

    .site-form input[type="text"],
    .site-form input[type="number"],
    .site-form input[type="email"],
    .site-form input[type="tel"],
    .site-form input[type="datetime-local"],
    .site-form textarea,
    .site-form select {
        min-width: 0;
        min-height: 48px;
        height: auto;
        margin-bottom: 10px;
        padding: 12px;
        font-size: 16px;
        line-height: 1.35;
    }

    .site-form textarea {
        min-height: 170px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .form-group label,
    .option-group legend {
        margin-bottom: 8px;
        line-height: 1.4;
    }

    .option-group label {
        min-height: 44px;
        margin-bottom: 6px;
        padding: 8px 0;
    }

    .option-group input[type="radio"] {
        width: 22px;
        min-width: 22px;
        height: 22px;
    }

    .field-hint,
    .form-privacy-note {
        font-size: 14px;
    }

    .site-form button[type="submit"] {
        width: 100%;
        min-height: 50px;
    }

    .notice {
        margin: 18px 0;
        padding: 15px;
    }

    .fleet-card {
        grid-template-columns: 1fr;
        gap: 15px;
        padding-bottom: 24px;
    }

    .result-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

    .result-actions a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        margin: 0;
        padding: 12px 16px;
        font-size: 16px;
        line-height: 1.35;
        text-align: center;
    }

    .legal-text h2,
    .legal-text h3,
    .legal-text h4 {
        margin-top: 24px;
    }

    #footer {
        padding: 28px 0 8px;
    }

    #footer [class*="col-"] {
        margin: 0 0 26px;
    }

    #footer [class*="col-"] + [class*="col-"] {
        margin-top: 0;
    }

    #footer li a {
        display: flex;
        align-items: center;
        min-height: 44px;
    }

    #copy {
        padding: 8px 0;
    }

    #copy [class*="col-"] {
        margin-bottom: 0;
    }

    #gotoTop {
        top: auto;
        right: 12px;
        bottom: 12px;
        width: 44px;
        height: 44px;
        line-height: 42px;
    }
}

@media (max-width: 479px) {
    .container,
    .container-nm {
        width: calc(100% - 24px);
        max-width: none;
    }

    .slider .contain {
        width: calc(100% - 24px);
    }
}
