/* Reset Umbraco Css */

a:focus-visible,
#logo,
.btn:focus-visible,
button:focus-visible,
.item .image a:focus-visible img,
.item .image a:focus-visible picture,
.item .image a:focus-visible .overlayicon,
a:focus-visible .image::before,
.listing_no-spacing .item a:focus-visible .image,
.listing_no-spacing .item a:focus-visible .image img,
.listing_no-spacing .item a:focus-visible .image picture,
.listing_no-spacing .item a:focus-visible .image .overlayicon,
.usn_cmp_windows .item.item_text-boxed a:focus-visible .image,
.usn_cmp_windows .item.item_text-boxed a:focus-visible .image img,
.usn_cmp_windows .item.item_text-boxed a:focus-visible .image picture,
header:focus-visible,
main:focus-visible > section:first-of-type,
section:focus-visible,
footer:focus-visible,
header#site-header nav.shopping-cart button.open-cart:focus-visible,
header#site-header nav.shopping-cart .ec-minicart:focus-visible {
    outline: none !important;
}

.form-control:focus-visible,
.form-check-input:focus-visible,
.umbraco-forms-field:not(.checkbox):not(.multiplechoice):not(.title):not(.recaptcha):not(.dataconsent):not(.singlechoice) input:focus-visible,
.umbraco-forms-field.longanswer textarea:focus-visible,
.umbraco-forms-field.dropdown select:focus-visible {
    outline: none !important;
}

img {
    /*width: auto !important;*/
    width: fit-content;
}

.img-error {
    width: auto !important;
    height: auto !important;
}

.component.usn_cmp_banner .item:not(.item_scale-banner) > .image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 629px;
}

.component.usn_cmp_banner .item {
    position: relative;
    height: 629px !important;
}

.item .link {
    justify-content: end;
}

.btn.c2-btn-text {
    border-color: #000426;
    border-radius: 5px;
    min-width: 125px;
    min-height: 34px;
    padding: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

table, th, td {
    border: none !important;
}
/* Daterangepicker Start */
.daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 5px;
    border-collapse: separate;
}

.daterangepicker .drp-calendar {
    max-width: max-content
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: rgba(255, 222, 0, 0.40);
    border-radius: 10px;
    color: #000000;
}

.daterangepicker td.in-range {
    background-color: #F0F0F0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.daterangepicker td.end-date {
    background-color: rgba(255, 222, 0, 0.40);
}

.btn-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffde00;
    --bs-btn-border-color: #ffde00;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffde00;
    --bs-btn-hover-border-color: #ffde00;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffde00;
    --bs-btn-active-border-color: #ffde00;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffde00;
    --bs-btn-disabled-border-color: #ffde00;
}
/* Daterangepicker End */


.pod-image img {
    width: 200px !important;
    max-width: 200px !important;
    max-height: 172px;
    justify-self: center;
    display: flex;
    margin-right: 20px;
}

body:not(.header-03-lg):not(.header-11-lg):not(.header-12-lg):not(.header-15-lg):not(.header-16-lg):not(.header-17-lg):not(.header-19-lg):not(.header-20-lg) nav.main > ul {
    display: flex;
    flex-direction: row;
    gap: 0 40px;
}

nav.main ul li > span {
    font-size: 18px;
    line-height: 30px;
}

body.secondary-navigation-underline-link-hover header#site-header nav.secondary a:hover, body.secondary-navigation-underline-link-hover header#site-header nav.secondary a:active {
    text-decoration: none;
}

.dropdown-menu a:link, .dropdown-menu a:visited, .dropdown-menu a:active, dropdown-menu a:hover {
    text-decoration: none;
}

@media (max-width: 1199px) {
    .pods-mobile {
        flex-direction: column;
    }

    .pod-image img {
        margin: auto;
        display: block;
    }

    .listing:not(.listing_window-mosaic):not(.listing_data-list):not(.listing_links) > .item {
        /*padding: 20px 20px 30px 20px !important;*/
    }
}

@media (min-width: 992px) and (max-width: 1120px) {

    body:not(.header-03-lg):not(.header-11-lg):not(.header-12-lg):not(.header-15-lg):not(.header-16-lg):not(.header-17-lg):not(.header-19-lg):not(.header-20-lg) nav.main > ul {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }
}

@media (max-width: 991px) {

    body:not(.header-03-lg):not(.header-11-lg):not(.header-12-lg):not(.header-15-lg):not(.header-16-lg):not(.header-17-lg):not(.header-19-lg):not(.header-20-lg) nav.main > ul {
        flex-direction: column;
    }

    nav.social ul {
        gap: 27px !important;
        justify-content: space-between;
        width: 100%;
    }
}
