h1 {
    font-size: 48px;
    line-height: 57px;
    margin-bottom: 25px;
}

.white {
    color: #fff;
}

header {
    position: relative;
}

.header__top-bar {
    height: 48px;
    background-color: #F4F4F4;
}

.header__bottom-bar {
    height: 90px;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    z-index: 10;
}

.header__bottom-bar__logo {
    max-width: 140px;
    display: block;
}

.header-main-menu-list-item {
    position: relative;
}

.header-main-menu-list-item a {
    color: #323232 !important;
    font-weight: 600;
    display: inline-block;
    padding: 35px 16px;
    text-decoration: none !important;
}

.header-main-menu-list-item a:hover {
    color: #00607F !important;
}

.header-main-menu-list-item > a > i {
    color: #00607F !important;
    margin-left: 3px;
    font-size: 14px;
}

.header-main-menu-list-item__submenu {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    display: none;

    position: absolute;
    left: 0;
    top: 100%;
    width: 300px;
    z-index: 8;
    transform: translateY(-1px);
}

.header-main-menu-list-item__has-normal-submenu:hover .header-main-menu-list-item__submenu {
    display: block;
}

.header-main-menu-list-item__submenu.header-main-menu-list-item__submenu--visible {
    display: block;
}

.header-main-menu-list-item__submenu > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
    font-weight: 400;
    width: 100%;
}

.header-main-menu-list-item__submenu > li:first-child > a {
    padding-top: 20px;
}

.header-mega-menu {
    padding-top: 30px;
    padding-bottom: 60px;
    display: none;

    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 100;
}

.header-mega-menu.header-mega-menu--visible {
    display: block;
}

.header-mega-menu__title,
.header-mega-menu__title a {
    text-decoration: none !important;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 40px;
    color: #323232;
}
.header-mega-menu__title a:hover{
    color: #00607F;
}

.header-mega-menu__section h3 a,
.header-mega-menu__section h3{
    font-size: 20px;
    line-height: 26px;
}
.header-mega-menu__section h3 a{
    padding: 0;
}

.header-mega-menu__section a {
    color: #323232 !important;
    text-decoration: none !important;
    padding: 10px 0;
    display: inline-block;
}

.header-mega-menu__section a:hover {
    color: #00607F !important;
}

.header-mega-menu__section:not(:first-child){
    margin-top: 40px;
}

.header-content__main-navigation__list__expand-button {
    position: absolute;
    right: -1000px;
    top: 55px;

    opacity: 0;
    appearance: none;
    border-radius: 0;

    font-size: 12px;
    padding: 1px 5px;

    transition: opacity .3s ease !important;
}

.header-content__main-navigation__list__expand-button:focus {
    right: 0;
    opacity: 1;
}

.header-content__main-navigation__list li:last-child .header-content__main-navigation__list__expand-button:focus {
    right: -15px;
}

.close-mega-menu-button {
    position: absolute;
    top: 20px;
    right: 20px;
    appearance: none;
    border-radius: 0;
    border: none;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background-color: #00607F;
    color: #fff;
}

.header-bottom-after-menu-button {
    margin-left: 25px;
}

.header-before_search_link {
    font-size: 13px;
    line-height: 20px;
    color: #00607F !important;
    text-decoration: none !important;
}

.after-header-search-wrapper {
    display: flex;
    align-items: stretch;
    width: 200px;
    margin-left: 25px;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    height: 34px;
}

.after-header-search-wrapper button,
.after-header-search-wrapper input {
    appearance: none;
    border: none;
    background-color: transparent;
    display: inline-block;
    height: 100%;
}

.after-header-search-wrapper button {
    flex-basis: 32px;
    width: 32px;
}

.after-header-search-wrapper input {
    flex-basis: calc(100% - 32px);
    width: calc(100% - 32px);
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 14px;
    line-height: 1;
}

.header-overall-content-mobile__top__toggle-menu {
    border: none;
    background-color: #fff;
    border-radius: 0 !important;
    appearance: none !important;
    color: #00607F;
    font-size: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    padding: 0;
    transition: none !important;
}


.mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 118px);
    background-color: #F0F0F0;
    z-index: 100;
    display: none;
}

.mobile-menu.mobile-menu--visible {
    display: block;
}

.mobile-menu__master-list a {
    display: block;
    text-decoration: none !important;
    color: #323232 !important;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    padding: 12px 14px;
    border-top: 1px solid #D7D7D7;
    position: relative;
    padding-right: 35px;
}

.mobile-menu__master-list a:hover {
    color: #00607F !important;
}

.mobile-menu__master-list a .mobile-menu__master-link-item-fa {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    display: block !important;
    color: rgba(50, 50, 50, .8);
}

.mobile-menu__submenu,
.mobile-menu__megamenu-columns {
    background-color: #fff;
}

.mobile-menu__submenu a,
.mobile-menu__megamenu-column__section__list a {
    padding-left: 40px;
}

.mobile-menu__megamenu-column__section {
    padding-top: 40px;
    border-top: 1px solid #D7D7D7;
}

.mobile-menu__megamenu-column:first-child .mobile-menu__megamenu-column__section:first-child {
    padding-top: 20px;
}

.mobile-menu__megamenu-column__section h3,
.mobile-menu__megamenu-column__section h3 a {
    padding-left: 14px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
}
.mobile-menu__megamenu-column__section h3 a{
    padding: 0 0 0 14px;
    border-top: 0;
}

.mobile-menu__nav {
    height: 100%;
    overflow: auto;
    padding-bottom: 70px;
}

.mobile-menu__submenu--wrapper {
    display: none;
}

.mobile-menu__submenu--wrapper.mobile-menu__submenu--wrapper--visible {
    display: block;
}

.mobile-menu__master-link-item:last-child a {
    border-bottom: 1px solid #D7D7D7;
}

.mobile-menu__after-header-button {
    margin-top: 40px;
}

.mobile-menu__after-header-button .header-bottom-after-menu-button {
    margin-left: 0;
}

footer {
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 30px;
}

.footer-logo {
    display: inline-block;
    max-width: 140px;
}

.footer-description {
    padding-top: 5px;
}

.footer-top .container,
.footer-middle .container {
    padding-bottom: 60px;
    border-bottom: 1px solid #F4F4F4;
}

.footer-middle-desktop {
    padding-top: 60px;
}

.footer-middle-desktop h2 {
    font-size: 16px;
    line-height: 21px;
}

.footer-middle-desktop__linkedin {
    margin-top: 20px;
    margin-bottom: 10px;
}

.footer-middle-desktop__linkedin a {
    color: #323232 !important;
    font-size: 36px;
}

.footer-middle-desktop__linkedin a:hover {
    color: #00607F !important;
}

.footer_menu {
    padding-top: 10px;
}

.footer_menu:not(.footer-menu-last) {
    padding-right: 25px;
}

.footer_menu a {
    color: #323232 !important;
    text-decoration: none !important;
    display: inline-block;
    padding: 8px 0;
}

.footer_menu a:hover {
    color: #00607F !important;
}

.footer_menu.footer_menu--two-columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_menu.footer_menu--two-columns li {
    flex-basis: calc(50% - 30px);
}

.footer-bottom {
    padding-top: 35px;
}

.footer-bottom .footer-bottom__copyright,
.footer-bottom .footer-bottom__description,
.footer-bottom .footer-bottom__description * {
    font-size: 13px;
    line-height: 21px;
}

.engage-big-title {
    font-size: 58px;
    line-height: 63px;
    margin-bottom: 40px;
}

/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */

@media (min-width: 1680px){
    .container {
        max-width: 1600px !important;
    }
}

@media (min-width: 1200px){
    .mobile-menu,
    .mobile-menu.mobile-menu--visible {
        display: none !important;
    }
}

@media (max-width: 1199px){
    .header__bottom-bar__logo img {
        height: 50px;
        width: auto !important;
    }

    .header__bottom-bar {
        height: 70px;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000000;
    }

    body.logged-in header {
        top: 32px;
    }

    main {
        margin-top: 118px;
    }

    header .container {
        max-width: 100% !important;
    }

    .header-overall-content-mobile__top__toggle-menu {
        position: relative;
        right: -8px;
    }

    footer {
        padding-top: 50px;
    }

    .footer-top .col-12,
    .footer-button,
    .footer-bottom__copyright,
    .footer-bottom__description {
        text-align: center !important;
    }

    .footer-logo {
        margin-bottom: 30px;
    }

    .footer-description {
        margin-bottom: 50px;
    }

    .footer-top .container {
        padding-bottom: 40px;
        border-bottom: none;
    }

    .footer-middle-mobile .container {
        border-bottom: none;
        padding-bottom: 20px;
    }

    .footer-middle-mobile__accordion__header,
    .footer-middle-mobile__accordion__content {
        border-radius: 0 !important;
        background-color: #fff !important;
        border: none !important;
        border-bottom: 1px solid #F4F4F4 !important;
        padding: 10px 0 !important;
        margin: 0 !important;
        color: #323232 !important;
        font-family: 'Roboto' sans-serif !important;
        font-size: 18px !important;
        font-weight: 400 !important;
    }

    .footer-middle-mobile__accordion__header {
        font-weight: 500 !important;
        transition: all .3s ease;
        line-height: 1;
        padding: 15px 0 !important;
        position: relative;
    }

    .footer-middle-mobile__accordion__header:first-child {
        border-top: 1px solid #F4F4F4 !important;
    }

    .footer-middle-mobile__accordion__header:hover {
        color: #00607F !important;
    }

    .footer-middle-mobile__accordion__content {
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    .footer-middle-desktop__linkedin {
        margin-top: 10px;
    }

    .footer_menu {
        padding-right: 0;
        padding-top: 0;
    }

    .footer-middle-mobile__accordion__header.ui-accordion-header-active {
        border-bottom: none !important;
    }

    .footer-middle-mobile__accordion__header .fa-solid {
        position: absolute;
        right: 0;
        top: 15px;
    }

    .footer-middle-mobile__accordion__header .fa-solid.fa-chevron-up {
        display: none;
    }

    .footer-middle-mobile__accordion__header.ui-accordion-header-active .fa-solid.fa-chevron-up {
        display: block;
    }

    .footer-middle-mobile__accordion__header.ui-accordion-header-active .fa-solid.fa-chevron-down {
        display: none;
    }

    h1 {
        font-size: 42px;
        line-height: 50px;
    }

    .engage-big-title {
        font-size: 80px;
        line-height: 80px;
    }
}

@media (max-width: 991px){
    h1 {
        font-size: 38px;
        line-height: 46px;
    }
}

@media (max-width: 782px){
    body.logged-in header {
        top: 46px;
    }
}

@media (max-width: 767px){
    .engage-big-title {
        font-size: 56px;
        line-height: 56px;
    }
}