/* Lightweight shared shell for editorial/content pages.
 * Keep this file focused on the shared header, responsive grid and footer.
 * Page-specific styling belongs in the page stylesheet.
 */

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: #fff;
    color: #797979;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
}

a {
    color: #797979;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #707070;
    text-decoration: none;
}

img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6,
p,
ul {
    margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.1;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after,
.row::before,
.row::after {
    display: table;
    content: " ";
}

.container::after,
.container-fluid::after,
.row::after {
    clear: both;
}

[class*="col-xs-"],
[class*="col-sm-"],
[class*="col-md-"],
[class*="col-lg-"] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-12,
.col-xs-6 {
    float: left;
}

.col-xs-12 { width: 100%; }
.col-xs-6 { width: 50%; }

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.visible-xs,
.visible-sm {
    display: none !important;
}

.hs_navigation_header_wrapper {
    position: relative;
    z-index: 1100;
    float: left;
    width: 100%;
    background: #fff;
}

.hs_logo_wrapper {
    float: left;
    padding-top: 10px;
}

.hs_logo_wrapper img {
    display: block;
    width: 100%;
    max-width: 255px;
    height: auto;
}

.hs_main_menu {
    position: relative;
    overflow: visible;
}

.hs_main_menu > ul {
    float: right;
}

.hs_main_menu > ul > li {
    position: relative;
    float: left;
}

.hs_main_menu > ul > li::after {
    position: absolute;
    top: 29px;
    right: -1px;
    height: 20px;
    border-right: 1px solid rgba(0, 0, 0, .1);
    content: "";
}

.hs_main_menu > ul > li:last-child::after {
    display: none;
}

.hs_main_menu a {
    display: inline-block;
    padding: 26px 20px;
    color: #000;
    text-align: center;
}

.hs_main_menu a:hover,
.hs_main_menu a:focus {
    color: #37a4dd;
}

.menu_fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1500;
    background: #fff;
    box-shadow: 0 1px 20px rgba(0, 0, 0, .10);
}

.house_toggle svg {
    width: 25px;
    height: 25px;
    fill: #fff !important;
}

.cd-dropdown {
    transition: transform .2s ease;
}

.hs_footer_main_wrapper {
    float: left;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 70px;
    background: #151515;
    color: #8f8f8f;
}

.hs_footer_logo_wrapper,
.hs_footer_help_wrapper,
.hs_footer_contact_wrapper {
    float: left;
    width: 100%;
    padding: 20px 30px 0;
    text-align: center;
}

.hs_footer_logo_wrapper img {
    display: inline-block;
}

.hs_footer_logo_wrapper p,
.hs_footer_help_wrapper p,
.hs_footer_contact_wrapper p {
    margin-top: 20px;
    margin-bottom: 0;
}

.hs_footer_help_wrapper {
    position: relative;
}

.hs_footer_help_wrapper::before,
.hs_footer_help_wrapper::after {
    position: absolute;
    top: -80px;
    height: 410px;
    border-left: 1px solid #383838;
    content: "";
}

.hs_footer_help_wrapper::before { left: -15px; }
.hs_footer_help_wrapper::after { right: -15px; }

.hs_footer_help_wrapper h2,
.hs_footer_contact_wrapper h2 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.hs_footer_help_btn {
    display: inline-block;
    margin-top: 36px;
}

.hs_footer_help_btn li a {
    display: block;
    min-width: 190px;
    height: 48px;
    padding: 0 24px;
    border-radius: 50px;
    background: #37a4dd;
    color: #fff;
    font-size: 15px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
}

.hs_footer_help_btn li a:hover,
.hs_footer_help_btn li a:focus {
    background: #178fc9;
    color: #fff;
}

.hs_footer_main_wrapper a {
    color: #c8c8c8;
}

.hs_footer_main_wrapper a:hover,
.hs_footer_main_wrapper a:focus {
    color: #fff;
}

.hs_bottom_footer_main_wrapper {
    position: relative;
    float: left;
    width: 100%;
    padding: 24px 0;
    background: #0f0f0f;
    color: #aaa;
    text-align: center;
}

.hs_bottom_footer_main_wrapper p {
    margin: 0;
}

.hs_bottom_footer_main_wrapper a {
    color: #f2f2f2;
    text-decoration: underline;
    text-underline-offset: 3px;
}

#return-to-top {
    position: absolute;
    right: 40px;
    bottom: 54px;
    z-index: 1000;
    display: none;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #ff7e00;
    color: #fff;
    text-align: center;
}

#return-to-top i {
    display: block;
    font-style: normal;
    font-size: 0;
    line-height: 46px;
}

#return-to-top i::before {
    content: "↑";
    font-family: Arial, sans-serif;
    font-size: 25px;
}

#return-to-top.is-visible {
    display: block;
}

#main-content {
    display: block;
    clear: both;
}

@media (min-width: 768px) {
    .container { width: 750px; }

    .col-sm-12,
    .col-sm-9,
    .col-sm-3 {
        float: left;
    }

    .col-sm-12 { width: 100%; }
    .col-sm-9 { width: 75%; }
    .col-sm-3 { width: 25%; }

    .hs_navigation_header_wrapper .hs_main_menu > ul {
        display: flex;
        flex-flow: row nowrap;
        align-items: stretch;
        justify-content: flex-start;
        white-space: nowrap;
    }

    .hs_navigation_header_wrapper .hs_main_menu > ul > li {
        float: none;
        flex: 0 0 auto;
    }

    .hs_navigation_header_wrapper .hs_main_menu > ul > li > a.menu-button2 {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 12px;
        white-space: nowrap;
    }
}

@media (min-width: 992px) {
    .container { width: 970px; }

    .col-md-12,
    .col-md-9,
    .col-md-4,
    .col-md-3 {
        float: left;
    }

    .col-md-12 { width: 100%; }
    .col-md-9 { width: 75%; }
    .col-md-4 { width: 33.333333%; }
    .col-md-3 { width: 25%; }
}

@media (min-width: 1200px) {
    .container { width: 1170px; }

    .col-lg-12,
    .col-lg-9,
    .col-lg-4,
    .col-lg-3 {
        float: left;
    }

    .col-lg-12 { width: 100%; }
    .col-lg-9 { width: 75%; }
    .col-lg-4 { width: 33.333333%; }
    .col-lg-3 { width: 25%; }

    .hs_navigation_header_wrapper .hs_main_menu > ul > li > a.menu-button2 {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .hs_footer_help_wrapper::before,
    .hs_footer_help_wrapper::after {
        display: none;
    }

    .hs_footer_help_wrapper,
    .hs_footer_contact_wrapper {
        margin-top: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm { display: block !important; }
    .hidden-sm { display: none !important; }
}

@media (max-width: 767px) {
    .visible-xs { display: block !important; }
    .hidden-xs { display: none !important; }

    .hs_navigation_header_wrapper {
        background: #37a4dd;
    }

    .mobail_menu {
        position: relative;
        z-index: 1200;
        min-height: 64px;
        background: #37a4dd;
    }

    .mobail_menu .row {
        display: flex;
        align-items: center;
    }

    .hs_logo {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .hs_logo img {
        display: block;
        max-width: 220px;
        height: auto;
    }

    .cd-dropdown-wrapper {
        position: relative;
        display: flex;
        min-height: 64px;
        align-items: center;
        justify-content: flex-end;
    }

    .house_toggle {
        display: flex;
        width: 48px;
        height: 48px;
        align-items: center;
        justify-content: center;
    }

    .cd-dropdown {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 2000;
        width: min(85vw, 360px);
        height: 100vh;
        overflow-y: auto;
        background: #fff;
        box-shadow: -8px 0 24px rgba(0, 0, 0, .25);
        transform: translateX(100%);
    }

    .cd-dropdown.dropdown-is-active {
        transform: translateX(0);
    }

    .cd-dropdown h2 {
        margin: 0;
        padding: 22px 20px;
        background: #37a4dd;
        font-size: 24px;
        line-height: 1.2;
    }

    .cd-dropdown h2 a {
        color: #fff;
    }

    .cd-close {
        display: block;
        padding: 14px 20px;
        border-bottom: 1px solid #e5e5e5;
        color: #444;
        text-align: right;
    }

    .cd-dropdown-content > li {
        border-bottom: 1px solid #e5e5e5;
    }

    .cd-dropdown-content > li > a {
        display: block;
        min-height: 48px;
        padding: 14px 20px;
        color: #333;
        font-size: 17px;
        line-height: 20px;
    }

    .cd-dropdown-content > li > a:hover,
    .cd-dropdown-content > li > a:focus {
        background: #37a4dd;
        color: #fff;
    }

    .house_toggle:focus-visible,
    .cd-dropdown-content > li > a:focus-visible {
        outline: 3px solid #ff7e00;
        outline-offset: 2px;
    }

    .hs_footer_main_wrapper {
        padding-top: 45px;
        padding-bottom: 35px;
    }

    .hs_footer_logo_wrapper,
    .hs_footer_help_wrapper,
    .hs_footer_contact_wrapper {
        padding: 22px 15px;
    }

    .hs_footer_help_wrapper::before,
    .hs_footer_help_wrapper::after {
        display: none;
    }

    #return-to-top {
        display: none !important;
    }
}
