/* Import Fonts */
@import url('https://fonts.cdnfonts.com/css/frutiger-lt-pro');
@import url('https://kit.fontawesome.com/f8f64638eb.css');

/* Fonts */
body,
p,
.megamenu,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Frutiger LT Pro', Helvetica, Arial, sans-serif !important;
}

body {
    background: #f8f9fa;
}

/* Containers */
#page_container,
.main_header_container,
.footer_content_container {
    max-width: 1140px;
    width: auto;
}

#site_wrapper {
    max-width: 100%;
    width: 100%;
    box-shadow: none;
}

/* Page Content */
.page_content_container p {
    font-size: 1.1em;
    line-height: 1.625rem;
}

.featured_area_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px;
    margin: 40px auto;
}

.feature_content_container {
    background: #f7f7f7;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 4px;
    background-clip: border-box;
    flex-basis: 0;
    flex-grow: 1;
    max-width: calc(50% - 15px);
    padding: 0 0 30px;
    min-width: 300px;
}

    .feature_content_container h2 {
        color: #cc0233;
        font-weight: bold;
        margin: 24px auto;
        font-size: 1.2em;
    }

    .feature_content_container p {
        padding: 0 30px;
    }

/* Header */
header {
    box-shadow: 0 3px 8px rgba(0, 0, 41, 0.16);
    position: relative;
    z-index: 99 !important;
}

.header_nav_container {
    background: #424242;
    border-bottom: 0.02rem solid #424242;
}

.header_nav_content {
    width: 1140px;
}

    .header_nav_content ul li a:link,
    .header_nav_content ul li a:visited {
        color: #fff;
        font-weight: 600;
        text-transform: none;
    }

@media (min-width: 960px) {
    .branding_container {
        margin: 20px 0 0 0;
    }
}

/* Megamenu */
.megamenu_light_bar .megamenu > li > a {
    color: #000;
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: none;
    padding-bottom: 20px;
}

a.megamenu_drop:after {
    color: #cc0233;
    content: "\f078";
    font-family: "FontAwesome";
    margin-left: 6px;
}

.megamenu_dark .megamenu li .dropdown_container,
.megamenu_dark .megamenu li .dropdown_fullwidth,
.megamenu_dark .megamenu li .dropdown_flyout li ul {
    box-shadow: 0 8px 6px rgba(0, 0, 41, 0.11);
    background: rgba(255, 255, 255, 0.96);
}

.megamenu .mega_menu_links a:link,
.megamenu .mega_menu_links a:visited {
    color: #000;
    font-size: 1.3em;
    text-transform: none;
}

.mega_menu_section > p {
    font-size: 1.1em;
}

.megamenu_dark .megamenu p,
.megamenu_dark .megamenu h1,
.megamenu_dark .megamenu h2,
.megamenu_dark .megamenu h3,
.megamenu_dark .megamenu h4,
.megamenu_dark .megamenu h5,
.megamenu_dark .megamenu h6 {
    color: #000;
    text-shadow: none;
}

/* Carousel */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    margin: auto;
}

a.right.carousel-control,
a.left.carousel-control {
    background: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    align-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    display: flex;
    font-size: 20px;
    justify-content: center;
    margin-left: -10px;
    margin-top: -10px;
    padding: 3px;
}

.carousel-control {
    text-shadow: none;
}

a.carousel-control:hover,
a.carousel-control:focus {
    color: #cc0233;
}

#myCarousel {
    background: #f8f9fa;
}

/* Footer */
footer {
    background: #f8f9fa;
    border-top: 0.02rem solid #bdbdbd;
    padding-top: 40px;
}

.footer_content_container ul li a:link,
.footer_content_container ul li a:visited,
.footer_content_container a:link,
.footer_content_container a:visited {
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    text-transform: none;
}

/* Miscellaneous */
.social_share_container {
    display: none;
}

/* Pages */
.page_banner_container {
    width: auto;
    max-width: 100%;
    max-height: fit-content;
}

    .page_banner_container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center 20%;
        max-width: 100%;
    }

.page_description_content {
    border-radius: 0;
    max-width: 1140px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    background: transparent;
    padding: 10px 0;
}

.page_description_container {
    background: #cc0233;
    position: relative;
    z-index: 25;
    width: 100%;
    max-width: 100%;
    margin: auto;
    top: 0px;
}

    .page_description_container h1 {
        color: #fff;
        font-size: 2em;
        padding: 20px;
    }

.page_description p {
    font-weight: bold;
    color: #000;
}

.page_description {
    margin-top: 20px;
}

.video_container {
    background: #f7f7f7;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 4px;
    background-clip: border-box;
    padding: 30px;
}

table#results_table,
table.country_results_table {
    width: 100%;
}

.where_to_buy_options_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.where_to_buy_option {
    width: 100%;
    margin: auto;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    object-fit: contain;
    height: auto;
}

    .where_to_buy_option img {
        margin: auto;
        padding: 10px 0;
        height: auto;
        width: auto;
    }

#map_canvas {
    width: 100%;
}

.carousel-inner > .item {
    background: radial-gradient(circle, #666, #f8f9fa);
}

.feature_content_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature_content_container a {
    height: 230px !important;
    display: block;
}

/* Media Queries */
@media (max-width: 959px) {
    .branding_container {
        overflow: visible;
        height: 60px;
    }

    img.branding {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .mobile_menu_icon,
    .mobile_search_icon {
        margin: 0;
    }

    .mobile_header_container {
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0;
        max-width: 90%;
        margin: auto;
    }

    .mobile_search_section {
        width: 63%;
        background: #ececec;
        margin: 10px 0 0 0;
        padding: 10px;
        position: absolute;
        left: 0;
        right: 0;
    }

    input.mobile_site_search {
        height: 42px;
    }

    .mobile_search_section {
        margin: auto;
    }

    .page_description_container h1 {
        margin: 0 auto;
    }

    .page_banner_container img {
        min-height: 200px;
    }
}

@media (max-width: 670px) {
    .feature_content_container {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    div#site_menu_container {
        background: #f7f7f7;
        border-bottom: 0.02rem solid #bdbdbd;
    }

    .brand_options_container {
        border-bottom: 0.02rem solid #bdbdbd;
        border-right: 0.02rem solid #bdbdbd;
        padding: 20px 0;
        display: flex;
    }

    nav.mobile_megamenu_area ul.mobile_megamenu > li a,
    nav.mobile_megamenu_area ul.mobile_megamenu > li a.mobile_megamenu_drop,
    nav.mobile_megamenu_area ul.mobile_megamenu > li a.megamenu_nodrop {
        background: #f7f7f7;
        border-bottom: 0.02rem solid #bdbdbd;
        color: #2d2d2d;
        width: auto;
        height: auto;
        font-size: 16px;
        font-weight: normal;
        line-height: 30px;
        text-decoration: none;
        margin: 0;
        padding: 15px 30px;
        display: block;
        border-right: 0.02rem solid #bdbdbd;
    }

        nav.mobile_megamenu_area ul.mobile_megamenu > li a.mobile_megamenu_drop:after {
            color: #cc0233;
            content: "\f078";
            font-family: "FontAwesome";
            margin-left: 10px;
        }

    div#site_canvas {
        border-left: 0.02rem solid #bdbdbd;
    }

    nav.mobile_megamenu_area ul.mobile_megamenu > li .mega_menu_links > ul > li a {
        font-size: 14px;
        color: #2d2d2d;
        padding: 10px 10px 10px 40px;
        border: none;
        margin: auto;
        line-height: 1.5em;
    }

    nav.mobile_megamenu_area ul.mobile_megamenu > li .mega_menu_links > ul {
        padding: 20px 0;
    }

    .mobile_social_container {
        display: flex;
        justify-content: space-evenly;
        margin: 20px auto;
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: center;
        align-items: center;
    }

    #site_menu {
        margin: 0;
    }

    select#mobile_brand_selection {
        margin: auto;
    }
