.top-bar-wrapper .top-bar {
  background-color: rgba(208, 94, 71, 1.0);
}
.top-bar-wrapper {
  position: initial;
}
.top-bar-wrapper .top-bar-text {
  font-family: "Jost";
}
.top-bar-wrapper .top-bar-text a strong {
  color: #fff;
}
.top-bar-wrapper .top-bar-text a strong:hover, .top-bar-wrapper .top-bar-text a strong:focus, .top-bar-wrapper .top-bar-text a strong:active {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.5s;
}

.banner-copy-button a[target=_blank]::after{
background-image: url("/wp-content/themes/mh_express/design/accessibility/external-icon-white.svg") !important;
}
.trust-logo-wrapper .row{
    display: block; 
    align-items: center; 
    flex-wrap: wrap; 
    justify-content: space-between;
}

.trust-logo {
    padding: 50px 0px;
    background-color: #f9f9f9;
}
.trust-logo .trust-logo-sub-copy-logo .aff {
  max-width: 150px;
}

@media (min-width: 768px) {
    .trust-logo-wrapper .row{
    display: flex;
}
}

@media (min-width: 920px) {
    .trust-logo-sub-copy-logo .aff {
  max-width: 200px !important;
}
    .navbar-1.yamm .dropdown.yamm-fw .dropdown-menu.dropdown-menu-resources {

        width: 714px;
    }
}


@media (min-width: 1620px) {
    .navbar-1.yamm .dropdown.yamm-fw .dropdown-menu.dropdown-menu-resources {
        right: auto;
    }
}