
:root {
    --fehb-primary: #154879;
    --fehb-secondary: #b1b1b1;

    --button-border-radius: 10px;
    --card-border-radius: 10px;
}

body {
   font-family: "Segoe UI";
}

.wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}
header .container {
    padding: 0 20px;
    margin: auto;
    max-width: 1380px;
    width: 100%;
}

.fs-7 {
    font-size: 0.75rem;
}
.fs-8 {
    font-size: 0.5rem;
}

.btn {
    border-radius: var(--button-border-radius);
    padding: 12px 25px 12px 25px;
    transition: 0.2s all ease-in;
}

.btn-fehb, .btn-fehb:active {
    background-color: var(--fehb-primary);
    border-color: var(--fehb-primary);
    color:white;
}
.btn-fehb:hover, a.btn-fehb:hover {
    background-color: white;
    color:var(--fehb-primary);
}
.btn-fehb-inverse, .btn-fehb-inverse:active {
    background-color: white;
    color:var(--fehb-primary);
    border-color: var(--fehb-primary);
}
.btn-fehb-inverse:hover, a.btn-fehb-inverse:hover {
    background-color: var(--fehb-primary);
    color:white;
}

.badge.badge-primary {
    background-color: transparent;
    border: 1px solid var(--fehb-primary);
    color: var(--fehb-primary);
    text-transform: uppercase;
}

a.badge {
    text-decoration: none;
}
a.badge.badge.badge-primary:hover {
    background-color: var(--fehb-primary);
    color: white;
}

h1, h2, h3 {
    font-family: "Segoe UI";
    font-weight: 700;
}

h1 {
    font-size:32px;
}
h2 {
    font-size:26px;
}
h3 {
    font-size:22px;
}
html {
    font-size:16px;
}

h3 a {
    text-decoration: none;
    color: inherit;
}
h3 a:hover {
    color:inherit;
}
@media (max-width:992px) {
    h1 {
        font-size:24px;
    }
    h2 {
        font-size:20px;
    }
    h3 {
        font-size:18px;
    }
    html {
        font-size:14px;
    }
}
@media (max-width:1200px) {
    h1 {
        font-size:26px;
    }
    h2 {
        font-size:22px;
    }
    h3 {
        font-size:20px;
    }
}

.hero p {
 font-size: 16px !important;
}
.hero-img {
    width:70%;
}
.btn-hero {
    width: 100%;
}
@media (min-width:992px) {
    .hero-img {
        width:45%;
    }
    .btn-hero {
        width: 215px;
        max-width: 215px;
    }
    .w-lg-50 {
        width: 50% !important;
    }
    .w-lg-25 {
        width: 25% !important;
    }
}

@keyframes skeleton-loading {
    0% {
        background-color: hsl(200, 20%, 80%);
    }
    100% {
        background-color: hsl(200, 20%, 95%);
    }
}

/* Focus */

.btn:focus, a:focus:not(.btn-youtube), button:focus:not(:focus-visible):not(.glide__arrow):not(.glide__bullet) {
    outline: 3px solid #1F84FF !important;
    outline-offset: 3px !important;
    border-radius: 5px;
}
a.btn-youtube:focus {
    outline: 3px solid gold !important;
    outline-offset: 3px;
}
.glide__bullet:focus {
    outline: 3px solid black !important;
    outline-offset: 3px;
}

/* ---- iFrame Video ------ */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background-color:hsl(200, 20%, 95%);
    animation: skeleton-loading 1s linear infinite alternate;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ---- Slider Styling ------ */

.guide-glide-wrapper {
    margin-left:auto;
    margin-right:auto;
    width: 75%;
}
.video-glide-wrapper {
    max-width: 75%;
}
.glide-guide .glide__bullets {
    bottom: -40px !important;
}
.glide-video .glide__bullets {
    bottom: -40px !important;
}
@media (min-width:1200px) {
    .guide-video .glide__bullets {
        bottom: -10px !important;
    }
    .glide-guide .glide__bullets {
        bottom: -20px !important;
    }
}
@media (min-width:2200px) {
    .glide-guide .glide__bullets {
        bottom: -40px !important;
    }
}
@media (min-width:2600px) {
    .glide-video .glide__bullets {
        bottom: -15px !important;
    }
}
.glide__bullet {
    width: 0.625rem !important;
    height: 0.625rem  !important;

    border-radius: 50% !important;
    background: transparent !important;
    border: 1px solid black !important;
    box-shadow: none !important;
}
.glide__bullet.glide__bullet--active {
    background: black !important;
}
.glide__arrow {
    border: none!important;
    box-shadow: none!important;
}
.glide__arrow--left {
    left: -4em !important;
}
.glide__arrow--right {
    right: -4em !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
}
.glide__arrows button:first-child[disabled], 
.glide__arrows button:last-child[disabled] .carousel-control-next-icon {
    filter: brightness(0.6);
}
/*------ END --- Slider Styling -------*/


.card {
    border-radius: var(--card-border-radius);
    border: 1px solid black !important;
}
.card h3 {
    font-weight: 600;
}

.guide-help-card {
    height:314px;
    max-height: 314px;
   /* width:243px;
    max-width:243px;*/
}
@media (min-width:768px) {
    .guide-help-card {
        height:356px;
        max-height: 356px;
       /* width:275px;
        max-width:275px;*/
    }
}
@media (min-width:1200px) {
    .guide-help-card {
        height:381px;
        max-height: 381px;
       /* width:290px;
        max-width:290px;*/
    }
}

.guide-help-card h3 {
    text-align: center;
}

.featured-in-img {
    width:100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.75;
    transition: all 0.2s ease-in;
}
.featured-in-img.h-50px {
    height: 50px;
}
.featured-in-img.h-80px {
    height: 80px;
}
.featured-in-img:hover {
    opacity: 1;
    filter: none;
    -webkit-filter: grayscale(0);
}
.advice-card {
    cursor: pointer;
    width:100%;
    transition: 0.2s;
    flex-grow: 1;
    box-shadow: 0px 4px 9px 0px #00000040;
}
.advice-card:hover {
    box-shadow: 0px 8px 12px 0px #00000040;

}
.advice-card a.read-more-link {
    color: var(--fehb-primary);

}
  
.video-card {
    display: flex;
    flex-direction: column;
    border: none !important;
    background-color:transparent;
}

.video-card .embed-container {
    border-radius: var(--card-border-radius);
}
.video-card a.video-title {
    font-weight:700;
    text-decoration: none!important;
    color:black !important;
}

.guide-help-card .img-container {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
}
.guide-help-card img {
    height:100%;
    position:absolute;
}
.guide-video {
    margin-right: auto;
    max-width: 760px;
    margin-left: auto;
}
.quote-box {
    margin: 11px 0 0;
    width: 100%;
    text-align: left;
    padding: 0 0 0 20px;
    border-left: 5px solid #154879;
}

@media (max-width: 992px) {
   
    .tns-item.tns-slide-active:first-of-type .guide-help-card, .tns-item.tns-slide-active:last-of-type .guide-help-card {
        opacity: 0 !important;
    }
    .featured-in-img.h-50px {
        height: 28px;
    }
    .featured-in-img.h-80px {
        height: 36px;
    }
}

@media (max-width: 1200px) {
    .quote-box {
        padding: 0 0 0 45px;
        width:75%;
    }
    
}

section.advice {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
section.more-info {
    width:100%;
    background-color: #D7E8F0;
}
section.more-info .more-info-column p {
    line-height: 24px;
}
section.more-info > .more-info-column:first-child {
    background-color: var(--fehb-primary);
    color: white;
    flex-grow: 1;
}

section.more-info .more-info-column:last-child {
    background-color: #D7E8F0;
}

@media (min-width:992px) {
    section.more-info .more-info-column:last-child {
        width: 60%;
        max-width: 60%;
    }
    section.more-info {
        background-color: transparent;
    }
}
@media (min-width:1200px) {
    section.more-info .more-info-column:last-child {
        width: 70%;
        max-width: 70%;
    }
}
@media (min-width:1400px) {
    section.more-info .more-info-column:last-child {
        width: 75%;
        max-width: 75%;
    }
}

.more-info-column .info-container {
    width:100%;
    gap:20px;
}

section.more-info .info-container a.btn-youtube {
   width:100%;
   border:none;
   background-color: transparent;
   color: var(--fehb-primary);
   border: 1px solid var(--fehb-primary);
}

section.more-info .info-container a.btn-youtube:hover {
    color:white;
    background-color: var(--fehb-primary);
    border: 1px solid white;
}

@media (min-width: 992px) {
    section.more-info .more-info-column {
        min-height:454px;
    }
    section.more-info .info-container a.btn-youtube {
        max-width:200px;
        border: 1px solid var(--fehb-primary);
        background-color: white;
        color: var(--fehb-primary);
    }
    .more-info-column .info-container {
        width:75%;
    }
}
@media (max-width: 991px) {
    section.more-info > .more-info-column:first-child {
        background-color: #D7E8F0;
        color: initial;
    }
    section.more-info {
        min-height:500px;
    }
    section.more-info .more-info-column:last-child {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 1440px) {
    section.more-info > .more-info-column:last-child {
 
    }
    
}


.here-to-help-img img {
    width:100%;
}

section.here-to-help {
    max-width:1080px;
    margin-right:auto;
    margin-left:auto;
}

.quote-text {
    font-style: italic;
    font-size: 18px;
    line-height: 27px;
}

@media (min-width: 1200px) {
    .quote-text {
        font-size: 26px;
        line-height: 39px;
    }
}

section.other-services {
    max-width:762px;
    margin-right:auto;
    margin-left:auto;
}

section.other-services .other-services-card {
flex-grow: 1;
}

.other-services-card .img-container {
   width:75%;
}
@media (min-width: 768px) {
    .other-services-card .img-container {
        width:75%;
    }
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}


/* ---- HIG Landing Header ------ */

/*Old version */
header .container {
    padding: 0 20px;
    margin: auto;
    max-width: 1380px;
    width: 100%;
}
header {
    padding: 26px 0 29px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
}
header .logo {
   width: 142px;
}
header .logo img {
    width: 100%;
}
.logo {
    margin: 0;
}

@media (max-width: 576px) {
    header .logo {
        width: 193px;
    }
}
@media (min-width: 990px) {
    header .logo {
        width: 220px;
    }
}
@media (min-width: 1200px) {
    header .logo {
         width: 300px;
    }
}


header .container {
    padding: 0 20px;
    margin: auto;
    width: 100%;
}
header .search-form {
    position: absolute;
    right: 0;
    top: 6px;
    float: right;
    width: 306px;
}
header .search-form form {
    position: relative;
    padding: 0;
    border: 1px solid #9b9b9b;
}
header .search-form form input {
    border: none;
    background: none;
    height: 40px;
    padding: 5px 10px;
    line-height: 30px;
    letter-spacing: 0.5px;
    width: 100%;
    /* Firefox 19+ */
    /* Firefox 18- */
}
header .search-form form input::-webkit-input-placeholder {
    opacity: 1;
    color: #898989;
}
header .search-form form input::-moz-placeholder {
    opacity: 1;
    color: #898989;
}
header .search-form form input:-moz-placeholder {
    opacity: 1;
    color: #898989;
}
header .search-form form input:-ms-input-placeholder {
    opacity: 1;
    color: #898989;
}
header .search-form form input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #c13433;
    background-image: url("../images/icons/search-icon.svg");
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    text-indent: -9999px;
    letter-spacing: 0;
}
header .top-nav-box {
    position: relative;
    padding: 5px 25px;
    margin: 0 0 30px 0;
}
header .top-nav-box.small-nav {
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 0;
}
header .top-text {
    float: left;
    border-left: 1px solid #154879;
    padding: 11px 19px;
    margin: -3px 0 0 9px;
    font-weight:600;
}
header .top-text a {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 19px;
    color: #154879;
    text-decoration: none;
}
@media (max-width: 600px) {
    header .top-text a {
        letter-spacing: 0;
    }
    header .top-text {
        padding: 2px 0 2px 10px;
    }
}
@media (max-width: 990px) {
    header .top-text a {
        font-size: 12px;
        letter-spacing: .64px;
        line-height: 14px;
    }
    header .top-text {
        margin: 0 0 0 9px;
        padding: 5px 12px;
    }
}
header .top-nav-btn {
    padding: 8px 0 0;
    float: right;
}
header .top-nav-btn ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
header .top-nav-btn ul li {
    display: inline-block;
    padding: 0 10px;
}
header .top-nav-btn ul li a {
    display: block;
    color: #231d1b;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 40px;
    text-transform: uppercase;
    min-width: 135px;
    text-decoration: none;
    font-weight: 700;
}

@media (max-width:992px) {
    header .top-nav-btn ul li a {
        min-width: 45px;
    }
}
header .top-nav-btn ul li.small-btn a {
    background: #c13433;
    display: inline-block;
    height: 40px;
    line-height: 38px;
    padding: 1px 14px;
    border: 1px solid #c13433;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
header .top-nav-btn ul li.small-btn a:hover {
    opacity: 0.8;
    text-decoration: none;
}
header .top-nav-btn ul li.gray-btn a {
    background: #EFF0F1;
    display: inline-block;
    height: 40px;
    line-height: 38px;
    padding: 1px 14px;
    border: 1px solid #EFF0F1;
    color: var(--fehb-primary);
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
header .top-nav-btn ul li.gray-btn a:hover {
    border: 1px solid #9b9b9b;
    background: #fff;
    text-decoration: none;
}
header .top-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
header .top-nav ul li {
    display: inline-block;
    padding: 0 10px;
}
header .top-nav ul li a {
    display: block;
    color: #231d1b;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 40px;
    text-transform: uppercase;
}
header .top-nav ul li.small-btn a {
    background: #c13433;
    display: inline-block;
    height: 40px;
    line-height: 38px;
    padding: 1px 14px;
    border: 1px solid #c13433;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
header .top-nav ul li.small-btn a:hover {
    opacity: 0.8;
    text-decoration: none;
}
header .mega-nav ul {
    text-align: center;
    list-style: none;
    display: table;
    width: 100%;
    margin: 0;
}
header .mega-nav ul li {
    display: table-cell;
    padding: 0 10px;
    position: relative;
}
header .mega-nav ul li:first-child {
    padding-left: 0;
    text-align: left;
}
header .mega-nav ul li:last-child {
    padding-right: 0;
    text-align: right;
}
header .mega-nav ul li a {
    display: block;
    color: #231d1b;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 14px;
}
header .mega-nav ul li a:hover {
    text-decoration: none;
}
header .mega-nav ul li:hover .submenu {
    display: block;
}
header .mega-nav ul li .submenu {
    text-align: left;
    position: absolute;
    display: none;
    width: 885px;
    top: 100%;
    padding-top: 29px;
    z-index: 9999;
}
header .mega-nav ul li .submenu .submenu-wrap {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 35px;
    background: #fff;
}
header .mega-nav ul li .submenu .submenu-wrap h3 {
    color: #154879;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
header .mega-nav ul li .submenu .submenu-wrap .mobile-submenu {
    display: none;
}
header .mega-nav ul li .submenu .submenu-wrap .menu-items-block {
    display: table;
    width: 100%;
}
header .mega-nav ul li .submenu .submenu-wrap .menu-items-block ul {
    display: table-cell;
    vertical-align: top;
    margin: 0;
    width: 27%;
    border-right: 1px solid #ccc;
    padding: 0 1% 0 3%;
}
header .mega-nav ul li .submenu .submenu-wrap .menu-items-block ul:first-child {
    padding: 0 2% 0 0;
    width: 19%;
}
header .mega-nav ul li .submenu .submenu-wrap .menu-items-block ul:last-child {
    border: 0;
    position: relative;
    padding-bottom: 20px;
}
header .mega-nav ul li .submenu .submenu-wrap .menu-items-block ul li {
    display: block;
    text-align: left;
    padding: 0;
    margin-bottom: 12px;
}
header .mega-nav ul li .submenu .submenu-wrap .menu-items-block ul li.bottom-link-item {
    position: absolute;
    bottom: 0;
    left: 24px;
    margin: 0;
}
header .mega-nav ul li .submenu .submenu-wrap .menu-items-block ul li.bottom-link-item a {
    color: #154879;
    font-size: 12px;
    line-height: 18px;
}
header .mega-nav ul li .submenu .submenu-wrap .menu-items-block ul li a {
    color: #39393a;
    font-size: 14px;
    line-height: 18px;
}
header .mega-nav ul li:nth-child(2) .submenu,
header .mega-nav ul li:nth-child(7) .submenu {
    width: 805px;
}
header .mega-nav ul li:nth-child(3) .submenu,
header .mega-nav ul li:nth-child(6) .submenu {
    width: 655px;
}
header .mega-nav ul li:nth-child(4) .submenu,
header .mega-nav ul li:nth-child(5) .submenu {
    width: 542px;
}
header .mega-nav ul li:nth-child(n+5) .submenu {
    right: 0;
    left: auto;
}
header .mobile-nav {
    display: none;
    width: 75px;
    position: absolute;
    top: 10px;
    right: 0;
}
header .mobile-nav .search-nav {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle;
    width: 21px;
    height: 22px;
    background: url("../images/icons/search-icon-red.svg") no-repeat center center;
    cursor: pointer;
}
header .mobile-nav .menu-mobile-nav {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
header .mobile-nav .menu-mobile-nav .hamburger-box {
    height: 19px;
    padding-top: 9px;
    position: relative;
    width: 26px;
}
header .mobile-nav .menu-mobile-nav .hamburger-box .hamburger-inner,
header .mobile-nav .menu-mobile-nav .hamburger-box .hamburger-inner:after,
header .mobile-nav .menu-mobile-nav .hamburger-box .hamburger-inner:before {
    width: 26px;
    height: 2px;
    background-color: #c13433;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
header .mobile-nav .menu-mobile-nav .hamburger-box .hamburger-inner:after {
    content: "";
    display: block;
    bottom: -7px;
}
header .mobile-nav .menu-mobile-nav .hamburger-box .hamburger-inner:before {
    content: "";
    display: block;
    top: -7px;
}
header .mobile-nav .menu-mobile-nav.open-menu {
    z-index: 99999;
    position: relative;
}
header .mobile-nav .menu-mobile-nav.open-menu .hamburger-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    background: #c13433;
    -webkit-transition-delay: .14s;
    transition-delay: .14s;
    height: 2px;
    border-radius: 2px;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .mobile-nav .menu-mobile-nav.open-menu .hamburger-inner::before {
    opacity: 0;
}
header .mobile-nav .menu-mobile-nav.open-menu .hamburger-inner::after {
    bottom: 0;
    background: #c13433;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    height: 2px;
    border-radius: 2px;
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
    transition: bottom 0.1s ease-out, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
    transition: bottom 0.1s ease-out, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
    transition: bottom 0.1s ease-out, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
}
header .mobile-button-all {
    display: none;
}
.fixed-header {
    padding-top: 145px;
}


/* New version */
header.hig-header {
    height:90px;
    padding:0;
    width:100%;
    box-shadow: 0px 2px 15px 0px #0000001A;

}

header.hig-header .container {
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-items:center;
    height: 100%;
}

header.hig-header .container .site-logo {
    width: 177px;
}

@media (min-width:992px) {
    header.hig-header .container .site-logo {
        width:200px;
    }
    
}

header.hig-header .container .site-logo img {
	width:100%;
}

header.hig-header .navbar-actions  {
	display: flex;
	flex-direction: row;
	align-items:center;
	gap:15px;
}

header.hig-header .navbar-actions .btn-navbar {
    display:none;
	padding: 12px 50px;
	box-shadow: none;
	font-size: 16px;
	border-radius: 10px !important;
    font-family: "Segoe UI";
    font-weight:600;
    transition: all 0.2s ease-in;
    text-decoration: none;
}

header.hig-header .navbar-actions .btn-navbar.btn-navbar-outline {
	color: #C13433;
    border: 1px solid #C13433;
    background-color: transparent;
}

header.hig-header .navbar-actions .btn-navbar.btn-navbar-full {
	background-color: #C13433;
    border: 1px solid #C13433;
    color: white;
}

a.btn-navbar {
    padding: 14px 50px !important;
}

header.hig-header .navbar-actions .btn-navbar.btn-navbar-outline:hover {
	color: white;
	background-color: #C13433;
	text-decoration: none;
    transition: all 0.2s ease-in;
}

header.hig-header .navbar-actions .btn-navbar.btn-navbar-full:hover {
	color: #C13433;
    border: 1px solid #C13433;
    background-color: transparent;
}

header.hig-header .navbar-ham-menu-btn {
	background-color: transparent;
	border:none;
	color: black;
}

@media (min-width:992px) {
    header.hig-header .navbar-ham-menu-btn {
        display:none;
    }
    header.hig-header .navbar-actions .btn-navbar {
        display:block;
    }
}
header.hig-header .navbar-ham-menu-btn:hover, .navbar-actions.open .navbar-ham-menu-btn{
    color: #154879;
}
header.hig-header .navbar-ham-menu-btn:focus-visible {
    outline:2px #1F84FF solid;
    border-radius:10px;
}

header.hig-header .dropdown-menu {
    border: none;
    width: 100%;
    border-radius: 0 0 10px 10px !important;
    font-family: "Segoe UI";
}
/* ---- END Landing Header ------ */



/* ----- Footer Old Version -------- */

footer {
    padding: 50px 0;
    background-color: #eff0f1;
    margin: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
footer .footer-logo {
    margin: auto;
    width: 170px;
    text-align: center;
}
footer .footer-menu {
    margin: 27px 0 25px;
    width: 100%;
    display: table;
    padding: 0;
}
footer .footer-menu li {
    display: table-cell;
    text-align: center;
    padding-bottom: 2px;
    list-style-type: none;
}
footer .footer-menu li a {
    color: #39393a;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
}
footer .sign {
    text-align: center;
    padding: 0;
    margin: 0 0 21px 0;
}
footer .sign li {
    display: inline-block;
    font-size: 14px;
    color: #39393a;
    letter-spacing: 1px;
    margin: 0 20px;
}
footer .sign li a {
    color: #b12027;
    letter-spacing: 3px;
    font-size: 14px;
    text-decoration: none;
}
footer .social {
    text-align: center;
    margin: 0 0 18px 0;
    padding: 0;
}
footer .social li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}
footer .social li a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    text-decoration: none;
}
footer .social li a:hover {
    opacity: 0.7;
}
footer p.copy {
    margin: 0;
    color: #39393a;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
}

@media all and (max-width: 1024px) {
    footer .footer-menu li a {
        letter-spacing: 0;
    }
}
@media all and (max-width: 990px) {
    footer .container {
        width: 100%;
    }
    footer .footer-menu li {
        display: block;
        line-height: 34px;
    }
    footer .sign {
        display: none;
    }
    footer .sign li a {
        font-size: 13px;
    }
}

footer .footer-menu li a:hover, footer .social li a:hover, footer .sign li a:hover {
    text-decoration: underline;
}