.ft_body .ft_header.static {
    position: relative;
}
.ft_body .ft_header.sticky {
    position: fixed;
}
.ft_header .containerWrap .wrap {
    max-width: 1312px;
}
.ft_header.sticky+.ft_submenu_box_mask+section,
.ft_header.sticky+.ft_submenu_box_mask+.rh_post_layout_fullimage,
.ft_header.sticky+.ft_submenu_box_mask+.s-post-header,
.ft_header.sticky+.ft_submenu_box_mask+.shs-post-header,
.ft_header.sticky+.ft_submenu_box_mask+.fhh-post-header,
.ft_header.sticky+.ft_submenu_box_mask+.svh-post-header {
    margin-top: 103px;
}
.ecm-menu-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
}

.ecm-logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 28px;
}
a.ecm-logo-link {}
a.ecm-logo-link:hover {}
.ecm-logo {
    display: block;
    width: 100%;
    max-width: 225px;
    min-width: 225px;
    margin: 0 auto;
    height: auto;
}

.menu-top-icon {
    margin-top: -2px;
    margin-left: 8px;
}
.icon-down {}
.icon-up {
    display: none;
}

.ecm-navbar-wrap {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0;
}
.ecm-right-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.ecm-right-menu .dropdown-content {}
.ecm-right-menu a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    margin-left: 12px;
    text-decoration: none;
    text-align: left;
}
.ecm-right-menu a.ecm-item-menu {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}
.ecm-right-menu a.ecm-item-menu:hover {
    opacity: 1;
}
.ecm-right-menu a.sub_item {
    padding: 6px 25px;
}
.ecm-right-menu .dropdown-comb a.sub_item {
    font-weight: 600;
    padding: 7px 0;
}
.ecm-right-menu .dropdown-comb a.sub_item:hover {
    background: transparent;
    opacity: 0.7;
}
.cd_navbar .dropdown-content .sub_item_comb a.sub_item.more_link {
    padding: 14px 4px;
}
.cd_navbar .dropdown-content .sub_item_comb a.sub_item.more_link:hover {
    text-decoration: none;
}
.ecm-right-menu a.sub_item {
    margin-left: 0;
}
.ecm-right-menu.ecm-right-menu-mobile {
    display: none;
}
.ecm-right-menu .sub_item_col.sub_item_col_2 {
    padding: 14px 0 14px 0;
}
.ecm-right-menu .dropdown-comb .sub_item_col.sub_item_col_2 {
    padding: 23px 40px 27px 40px;
}
.ecm-right-menu .dropdown-content {
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}
.ecm-right-link img {
    margin-right: 6px;
}
.ecm-search-wrap {
    position: relative;
}
.ecm-search-wrap .search-form {
    display: flex;
}
.ecm-search-wrap form.search-form input[type="text"] {
    outline: none;
    background: #F6F8FC;
    border: 1px solid #ffffff;
    border-radius: 4px;
    height: auto;
    padding: 14px 45px 14px 19px;
    width: 100%;
}
.ecm-search-wrap form.search-form [type="submit"] {
    background: transparent;
}


.sub_item_col.sub_item_col_comb {
    display: flex;
    padding: 0;
}
.dropdown.dropdown-sm.dropdown-comb {
    position: static;
}
.dropdown-sm.dropdown-comb .dropdown-content {
    left: auto;
    transform: none;
    right: 0;
}
.sub_item_col_comb .sub_item_col {
}
.sub_item_col_comb .sub_item_col.sub_item_col_1 {
    background: #EFF1F6;
    max-width: 238px;
    padding: 34px 20px 10px 40px;
}
.sub_item_col_comb .sub_item_col.sub_item_col_2 {
    background: #ffffff;
}
.card_right {
    max-width: 280px;
    margin: 0 auto;
}
.card_right-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    max-width: 265px;
    margin: 0 auto 15px auto;
    height: 145px;
    border-radius: 4px;
}
.card_right-quote {
    font-style: italic;
    font-size: 13px;
    line-height: 1.55em;
    max-width: 265px;
    margin: 0 auto;
    text-align: center;
}

/* Navbar container */
.cd_navbar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* Links inside the navbar */
.cd_navbar a {
    position: relative;
    float: left;
    font-size: 16px;
    padding: 6px 25px;
    line-height: 1.4em;
    text-decoration: none;
    text-align: left;
}
.cd_navbar .sub_item_comb a {
    padding: 7px 0;
}
.cd_navbar .dropdown-content .sub_item_comb a.sub_item:hover {
    background: transparent;
    text-decoration: underline;
}
.cd_navbar .dropdown-content a.sub_item:hover {
    text-decoration: none;
}
.cd_navbar>a {
    padding: 27px 11px;
}
.cd_navbar>a:hover {
    background: #EFF1F7;
}

/* The dropdown container */
.dropdown {
    float: left;
    overflow: hidden;
}
.dropdown.dropdown-sm {
    position: relative;
    overflow: initial;
}
.dropdown.dropdown-sm.dropdown-3 {
    position: static;
}
.dropdown.dropdown-sm.dropdown-3:hover .sub_item-dropdown > .sub_item {
    font-weight: normal;
}


.dropdown.dropdown-lg {}

.ecm-item-menu {
    font-size: 16px;
    font-weight: bold;
}
.ecm-right-menu .ecm-item-menu {
    font-weight: normal;
}

/* Dropdown button */
.dropdown .dropbtn {
    display: flex;
    flex-direction: row;
    border: none;
    outline: none;
    flex-wrap: nowrap;
    padding: 28px 11px 27px 11px;
    background-color: inherit;
    margin: 0;
    float: none;
}
.ecm-navbar-wrap .dropdown:hover a.dropbtn {
    background: #EFF1F7;
}
.ecm-navbar-wrap .dropdown:hover a.dropbtn .icon-down {
    display: none;
}
.ecm-navbar-wrap .dropdown:hover a.dropbtn .icon-up {
    display: block;
}

.row {
    display: flex;
    width: 100%;
}

/* background color to navbar links on hover */
.cd_navbar a:hover, .dropdown:hover .dropbtn {
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background: #ffffff;
    width: auto;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Mega Menu header, if needed */
.dropdown-content .header {
    padding: 16px;
    color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
    border-radius: 0 0 6px 6px;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 25%;
    padding: 10px;
    background-color: #ccc;
    height: 250px;
}

/* Style links inside the columns */
.column a {
    float: none;
    color: black;
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* Add a background color on hover */
.column a:hover {
    background-color: #ddd;
}

.sub_item_col {
    width: 25%;
    min-width: 216px;
    padding: 34px 40px 10px 40px;
}
.dropdown-1 .sub_item_col {
    width: 100%;
    padding: 14px 0 14px 0;
}
.dropdown-1 .sub_item_col.sub_item_col_comb {
    padding: 0;
}
.dropdown-2 .sub_item_col {
    width: 50%;
    padding: 14px 0 14px 0;
}
.dropdown-3 .sub_item_col {
    width: 33%;
    min-width: 310px;
}
.dropdown-3 .sub_item_col.sub_item_comb {
    position: relative;
    width: 66%;
    min-width: 538px;
    padding: 34px 0 40px 40px;
    min-height: 321px;
    overflow: hidden;
    background: #EFF1F6;
}
.sub_item-title {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 12px;
}
.sub_item-l3 {
    display: none;
    position: absolute;
    left: 268px;
    top: 0;
    width: 310px;
    height: 90%;
    height: calc(100% - 20px);
    padding: 10px 0;
    flex-direction: column;
}
.sub_item-l3_links {
    padding: 20px 15px 14px 27px;
}
.sub_item-l3_actions {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    max-height: 50px;
}
.sub_item-l3 > .sub_item:hover {
    font-weight: bold;
}
.dropdown.dropdown-sm.dropdown-3 .sub_item-dropdown.sub_item-active > .sub_item {
    font-weight: bold;
}
.dropdown.dropdown-sm.dropdown-3 .sub_item-dropdown > .sub_item:hover {
    font-weight: bold;
}
.sub_item-dropdown.sub_item-active > .sub_item svg {
    display: block;
}
.sub_item-active .sub_item-l3 {
    display: flex;
    background: #ffffff;
}
.sub_item-dropdown > .sub_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sub_item-dropdown > .sub_item svg {
    display: none;
    margin-left: 8px;
}
.sub_item-dropdown:hover > .sub_item {
    font-weight: bold;
}
.sub_item-dropdown:hover > .sub_item svg {
    display: block;
}

.sub_item-dropdown {
    max-width: 218px;
}
.dropdown-sm .dropdown-content {
    left: 50%;
    transform: translateX(-50%);
}
.ecm-right-menu .dropdown-sm .dropdown-content {
    left: auto;
    transform: none;
    right: 0;
}
.dropdown-sm.dropdown-3 .dropdown-content {
    left: 0;
    transform: none;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}
.dropdown-lg .dropdown-content {
    width: 100%;
}
.sub_item {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%;
    padding: 7px 0;
    overflow: hidden;
    cursor: pointer;
}
.sub_item_col:nth-child(2n){
    background: #EFF1F6;
}
.sub_item.more_link {
    display: block;
    max-width: 80%;
    margin: auto;
    text-align: center;
    font-weight: bold!important;
    color: #ffffff;
    padding: 14px 10px;
    font-size: 14px!important;
    line-height: 1.2em;
    border-radius: 4px;
}
.cd_navbar .sub_item {
    font-size: 14px;
    width: 100%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.cd_navbar a.sub_item:hover {
    text-decoration: underline;
}
.cd_navbar a.sub_item.sub_item_child {
    font-size: 14px;
    font-weight: normal;
}
.cd_navbar .sub_item_col_posts a.sub_item {
    font-weight: normal;
}
.cd_navbar a.sub_item.sub_item_child {
    font-weight: normal;
    padding: 0.5em 1.2em 0.5em 1.6em;
}
.ft_body .ft_header .ft_header_wrap .ecm-menu-wrap .ft_burger_btn_ver_2.ft_burger_btn_ver_3 {
    display: none;
}
.ft_body .ft_header .ft_header_wrap .ecm-menu-wrap .ft_search_btn.ft_search_btn_ver_5 {
    display: none;
}
.dropdown.dropdown-sm.dropdown-3 .sub_item_col.sub_item_col_2 {
    padding: 31px 39px 41px 36px;
    min-width: 256px;
}
.menu_card {
    max-width: 254px;
    margin: 0 auto;
    border: 1px solid #DFE5F0;
    border-radius: 6px;
    background: #ffffff;
}
.menu_card-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 254px;
    height: 132px;
    border-radius: 6px 6px 0 0;
}
.menu_card-label_wrap {
    position: relative;
    padding-top: 17px;
    max-width: 125px;
    margin: 0 auto 0 -7px;
    display: flex;
}
.menu_card-label {
    position: relative;
    width: 100%;
    border-radius: 2px;
    font-size: 11px;
    line-height: 1.2em;
    padding: 6px 18px 9px 22px;
    color: #ffffff;
    font-weight: bold;
}
.menu_card-content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 19px 15px;
}
.cd_navbar a.menu_card-link {
    font-weight: bold;
    color: #231F20;
    font-size: 15px;
    line-height: 1.46em;
    padding: 0;
    margin-bottom: 28px;
    min-height: 64px;
}
.cd_navbar a.menu_card-link:hover {
    opacity: 0.7;
}
.menu_card-date {
    align-self: flex-end;
    width: 100%;
    color: #ACB3C1;
    font-size: 12px;
    line-height: 1.2em;
}

.triangle-left {
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 10px solid #ffffff;
    position: absolute;
    top: 0;
    right: 0;
}
.triangle-bottom {
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 32px solid transparent;
    position: absolute;
    bottom: -31px;
    left: 0;
}


/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.ecm-line {
    display: none;
}

.ecm-item-menu:after, .ecm-item-menu:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 4px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.dropdown:hover .ecm-item-menu:after, .dropdown:hover .ecm-item-menu:before {
    width: calc(50% - 10px);
}
.ecm-item-menu:hover:after, .ecm-item-menu:hover:before {
    width: calc(50% - 10px);
}
.dropdown:hover .ecm-item-menu:after, .ecm-item-menu:hover:after {
    left: 50%;
}
.dropdown:hover .ecm-item-menu:before, .ecm-item-menu:hover:before {
    right: 50%;
}

.ecm-search-wrap {}
.ecm-search {
    position: relative;
}
.ecm-search-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 8px 6px;
    height: 61px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.ecm-search-icon:hover {
    opacity: 0.7;
}
.ecm-search-open {
    display: none;
}
.ecm-search-close {
    display: none;
}
.ecm-search-open.ecm-search-active,
.ecm-search-close.ecm-search-active {
    display: flex;
}
.ecm-search-open svg {
}
.ecm-search-close svg {
}
.ecm-form-wrap {
    display: none;
    position: absolute;
    width: 274px;
    right: -25px;
    top: 77px;
    padding: 8px;
    background: #fff;
    box-shadow: 0 12px 12px rgb(130 149 187 / 10%);
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}
.ecm-form-wrap.ecm-form-active {
    display: block;
}
.ecm-form-wrap .search-form {
    position: relative;
}
.ecm-form-wrap form.search-form input[type="text"] {
    outline: none;
}
.ecm-form-wrap form.search-form [type="submit"] {
    color: #ffffff;
}
.ecm-sep {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 0;
    box-shadow: 0px 12px 12px rgba(130, 149, 187, 0.1);
}

.ecm-burger-wrap {
    display: none;
}
.ecm-burger {
}
.ecm-burger-icon {
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 8px 6px;
    height: 61px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.ecm-burger-icon:hover {
    opacity: 0.7;
}
.ecm-burger-icon.ecm-burger-active {
    display: flex;
}
.ecm-block {
    display: block!important;
}

@media screen and (max-width: 1400px) {
    .ecm-logo {
        max-width: 175px;
        min-width: 175px;
    }
    .ecm-logo-wrap {
        margin-right: 10px;
    }
    .dropdown .dropbtn {
        padding: 28px 4px 27px 4px;
    }
    .cd_navbar>a {
        padding: 27px 4px;
    }
    .ecm-form-wrap {
        right: 0;
    }
}
@media screen and (max-width: 1280px) {
    .ecm-logo {
        max-width: 148px;
        min-width: 148px;
    }
    .cd_navbar a {
        font-size: 14px;
    }
}
@media screen and (max-width: 1124px) {
    .dropdown.dropdown-sm.dropdown-3 .sub_item_col.sub_item_col_2 {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .ecm-logo {
        max-width: 78px;
        min-width: 78px;
    }
    .ecm-navbar-wrap {
        justify-content: center;
    }
}

@media screen and (max-width: 1024px) {
    .ft_header.sticky+.ft_submenu_box_mask+section,
    .ft_header.sticky+.ft_submenu_box_mask+.rh_post_layout_fullimage,
    .ft_header.sticky+.ft_submenu_box_mask+.s-post-header,
    .ft_header.sticky+.ft_submenu_box_mask+.shs-post-header,
    .ft_header.sticky+.ft_submenu_box_mask+.fhh-post-header,
    .ft_header.sticky+.ft_submenu_box_mask+.svh-post-header {
        margin-top: 155px;
    }
    .cd_navbar {
        justify-content: center;
    }
}
@media screen and (max-width: 992px) {
    .ecm-menu-wrap {
        justify-content: space-between;
    }
    .ecm-navbar-wrap {
        display: none;
    }
    .ecm-logo {
        max-width: 198px;
        min-width: 198px;
    }
    .ecm-burger-wrap {
        display: block;
    }
    .ecm-navbar-wrap.ecm-navbar-mobile {
        position: absolute;
        top: 77px;
        left: -15px;
        flex-wrap: wrap;
        width: 100%;
        width: calc(100vw - 15px);
        background: #ffffff;
        box-shadow: 0 12px 12px rgb(130 149 187 / 10%);
        padding-bottom: 28px;
    }
    .ecm-navbar-wrap.ecm-navbar-mobile.ecm-mobile-active {
        display: flex;
    }
    .cd_navbar {
        flex-wrap: wrap;
        width: 100%;
        padding: 0 20px;
    }
    .dropdown {
        width: 100%;
    }
    .cd_navbar>a {
        width: 100%;
        padding: 8px 0 8px 0;
    }
    .dropdown .dropbtn {
        padding: 8px 0 8px 0;
    }
    .ecm-navbar-wrap .dropdown:hover a.dropbtn {
        background: transparent;
    }
    .dropdown-content {
        position: relative;
        background: transparent;
        box-shadow: none;
        padding-bottom: 14px;
    }
    .dropdown-3 .sub_item_col.sub_item_comb {
        background: transparent;
    }
    .sub_item-active .sub_item-l3 {
        background: transparent;
    }
    .sub_item-l3 {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: auto;
        padding: 0;
    }
    .sub_item-l3_actions {
        display: none;
    }
    .sub_item-dropdown {
        max-width: 100%;
    }
    .dropdown-3 .sub_item_col.sub_item_comb {
        width: 100%;
        height: auto!important;
        min-width: auto;
        padding: 0 0 0 14px;
        min-height: auto;
    }
    .sub_item-title {
        display: none;
    }
    .sub_item-l3_links {
        padding: 0 0 0 14px;
    }
    .cd_navbar a {
        padding: 4px 0;
    }
    .dropdown-1 .sub_item_col {
        padding: 2px 0 6px 16px;
    }
    .cd_navbar .dropdown-content a.sub_item:hover {
        background: transparent;
        text-decoration: underline;
    }
    .dropdown:hover .dropdown-content {
        display: none;
    }
    .ecm-right-menu {
        width: 100%;
        flex-wrap: wrap;
        padding: 0 20px;
        margin-top: 16px;
    }
    .ecm-menu-wrap .row {
        flex-wrap: wrap;
    }
    .ecm-menu-wrap .dropdown-2 .sub_item_col {
        width: 100%;
        padding: 0 0 0 16px;
        min-width: auto;
    }
    .sub_item_col:nth-child(2n) {
        background: transparent;
    }
    .ecm-right-menu a.sub_item {
        padding: 4px 0;
    }
    .ecm-right-menu a.sub_item:hover {
        background: transparent;
        text-decoration: underline;
    }
    .sub_item_col.sub_item_col_comb {
        flex-wrap: wrap;
    }
    .sub_item_col_comb .sub_item_col.sub_item_col_1 {
        max-width: initial;
        padding: 0 0 0 16px;
        background: transparent;
    }
    .ecm-right-menu .dropdown-comb a.sub_item {
        padding: 4px 0;
        font-weight: normal;
    }
    .ecm-right-menu .sub_item_col.sub_item_col_2 {
        padding: 0 0 0 16px;
    }
    .card_right {
        display: none;
    }
    .ecm-right-menu .dropdown-comb .sub_item_col.sub_item_col_2 {
        padding: 0;
    }
}
@media screen and (max-width: 801px) {
    .ft_header {
        max-height: initial;
    }
    .ft_body .ft_header .ft_header_wrap {
        padding: 0 !important;
    }
    .ft_body .ft_header .wrap .ft_header_wrap {
        padding-bottom: 0;
    }
    .ecm-menu-wrap .ecm-item-menu {
    }
    .ecm-menu-wrap .ecm-item-menu:hover {
        opacity: 0.7;
        background: transparent;
    }
}