/* Global Header V2 */

.globalHeaderV2 {
    padding: 0;
    width: 100%;
    max-width: none;
    font-family: "Open Sans", sans-serif;
}

.globalHeaderV2 button {
    outline: none;
}

.globalHeaderV2 .menu-button span {
    display: inline;
}

.globalHeaderV2 .bottom-margin-enabled {
    margin-bottom: 80px;
    margin-bottom: 5rem;
}

.globalHeaderV2 .breadcrumb {
    position: absolute;
    width: 100%;
    z-index: 99;
}

.globalHeaderV2 .inner-container:before,
.globalHeaderV2 .inner-container:after {
    content: " ";
    display: table;
}

.globalHeaderV2 .inner-container:after {
    clear: both;
}

.globalHeaderV2 .inner-container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.globalHeaderV2 .inner-container {
    padding: 0;
}
.globalHeaderV2 .inner-container>.row {
    margin: 0;
}
.globalHeaderV2 .inner-container>.row>.col-xs-12 {
    padding: 0;
}

.globalHeaderV2 .nav-sticky-wrapper.navbar-main-fixed {
    padding: 0;
    left: 0;
    box-shadow: 0 5px 8px -8px rgba(0, 0, 0, 0.75);
    background: #ffffff none repeat;
}

.globalHeaderV2 .top-bar {
    background: #ffffff;
    border-bottom: 0.25px solid #9d9fa2;
    border-bottom: 0.015625rem solid #9d9fa2;
    max-height: 37px;
    max-height: 2.3125rem;
}

.globalHeaderV2 .top-bar .inner-container .utility-col {
    height: 37px;
    height: 2.3125rem;
}

.globalHeaderV2 .top-bar .inner-container .utility-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.globalHeaderV2 .top-bar .inner-container .utility-col .utilityMenu {
    margin: 0;
}

.globalHeaderV2 .bottom-bar {
    background: #ffffff;
    box-shadow: 0 5px 8px -8px rgba(0, 0, 0, 0.75);
}

.globalHeaderV2 .bottom-bar .mainNavMenu {
    background-color: #ffffff;
    color: #4d4d4f;
    /* Logo Toggle Col */
    /* Nav Wrapper */
}

.globalHeaderV2 .bottom-bar .mainNavMenu .logo.newlogo {
    display: block;
}

.globalHeaderV2 .bottom-bar .mainNavMenu .logo.newlogo.logo-show {
    width: inherit;
    height: inherit;
}

.globalHeaderV2 .bottom-bar .mainNavMenu .logo.newlogo.logo-show .hidden-lg {
    padding-top: 0;
}

.globalHeaderV2 .bottom-bar .mainNavMenu>.inner-container {
    padding: 0;
    height: 69px;
    height: 4.3125rem;
}

.globalHeaderV2 .bottom-bar .mainNavMenu>.inner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.globalHeaderV2 .bottom-bar .mainNavMenu .menu-toggle:not(.search-button):after {
    content: " ";
    position: absolute;
    bottom: 10px;
    left: 12px;
    right: 12px;
    border-bottom: 1px solid #c00;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.globalHeaderV2 .bottom-bar .mainNavMenu .menu-toggle:not(.search-button):hover:after {
    -webkit-transition: .9s;
    transition: .9s;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.globalHeaderV2 .bottom-bar .mainNavMenu .dropdown:hover .menu-toggle:not(.search-button):after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.globalHeaderV2 .bottom-bar .mainNavMenu a.menu-toggle:not(.search-button):after {
    bottom: 13px;
}

.globalHeaderV2 .bottom-bar .mainNavMenu .open .menu-toggle:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.globalHeaderV2 .bottom-bar .mainNavMenu .open .menu-toggle.search-button:after {
    border-color: transparent;
}

.globalHeaderV2 .bottom-bar .mainNavMenu .dropdown-menu {
    padding: 0;
    box-shadow: 0 3px 8px -5px rgba(0, 0, 0, 0.5), inset 0px 5px 8px -8px rgba(0, 0, 0, 0.75);
    background-color: #ffffff;
}

.globalHeaderV2 .bottom-bar .mainNavMenu .dropdown-menu.utility-search-target {
    max-width: 470px;
    right: 0;
    left: auto;
}


.globalHeaderV2 .bottom-bar .mainNavMenu .main-menu-search .main-menu-search__field-wrapper input {
    font-size: 14px;
    font-size: 0.875rem;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .main-menu-search .main-menu-search__field-wrapper tr {
    border: 0;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .main-menu-search .main-menu-search__field-wrapper td.gsc-input {
    padding-top: 10px;
    padding-top: 0.625rem;
    position: relative;
    border: 0;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .main-menu-search .main-menu-search__field-wrapper td.gsc-input:after {
    position: absolute;
    left: 0;
    top: 18px;
    color: #bcbdc0;
    content: "\e92a";
    font-family: 'icomoon' !important;
    /* csslint ignore:end */
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    /* csslint ignore:start */
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    /* csslint ignore:end */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent;
    font-size: 14px;
    display: block;
    font-weight: 600;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .main-menu-search .main-menu-search__field-wrapper td.gsc-input input {
    padding-left: 15px;
    padding-left: 0.9375rem;
}

.globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .dropdown {
    margin-left: 1px;
    margin-left: 0.0625rem;
    border-top: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}

.globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .dropdown.utility-dropdown-search {
    display: none;
}

.globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .dropdown .dropdown-menu {
    display: none;
}

.globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .dropdown.utilityAlerts {
    height: 100%;
}

.globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button {
    background-color: #272728;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    /* -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    padding: 10px 0;
    color: #ffffff;
    height: 100%;
}

.globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button.collapsed {
    background-color: #e6e7e8;
    color: #4d4d4f;
}

.globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button.collapsed:hover {
    background-color: #272728;
    color: #ffffff;
}

.globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button.button-red {
    border: 0;
}

.globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button__text {
    margin: 0;
    position: relative;
    width: auto;
    height: auto;
    overflow: auto;
    clip: auto;
}

.globalHeaderV2 .bottom-bar .mainNavMenu .logo-toggle-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.globalHeaderV2 .bottom-bar .mainNavMenu .nav-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 2 auto;
    -ms-flex: 0 2 auto;
    flex: 0 2 auto;
    margin-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.globalHeaderV2 .bottom-bar .mainNavMenu .nav-wrapper {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
}

.globalHeaderV2 .bottom-bar .mainNavMenu .nav-wrapper.collapse {
    display: none;
}

.globalHeaderV2 .bottom-bar .mainNavMenu .nav-wrapper.collapse.in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.globalHeaderV2 .bottom-bar .mainNavMenu .nav-wrapper.collapse.dont-collapse-flex-md {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: auto !important;
    visibility: visible;
}

.globalHeaderV2 .bottom-bar .mainNavMenu .search-mobile-wrapper {
    background: #ffffff;
    color: #333;
    position: absolute;
    z-index: 3;
    width: 100%;
}

.globalHeaderV2 .bottom-bar .mainNavMenu .search-mobile-wrapper .main-menu-search {
    margin: 0;
}

.globalHeaderV2 .bottom-bar .mainNavMenu .search-mobile-wrapper .main-menu-search__field-wrapper {
    padding: 0;
}

.globalHeaderV2 .bottom-bar .mainNavMenu .search-mobile-wrapper td.gsc-input input {
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    padding-left: 10px;
    padding-left: 0.625rem;
    font-size: 15px;
    font-size: 0.9375rem;
}

.globalHeaderV2 .bottom-bar .mainNavMenu .search-mobile-wrapper td.gsc-search-close {
    cursor: pointer;
}

.globalHeaderV2 .bottom-bar .mainNavMenu .search-mobile-wrapper td.gsc-search-close span {
    font-size: 12px;
    font-size: 0.75rem;
    margin-right: 10px;
    margin-right: 0.625rem;
    color: #bcbdc0;
    z-index: 0;
    content: "\e91c";
    font-weight: 300;
}

.globalHeaderV2 .mainNavMenu .menu-toggle {
    line-height: 47px;
    line-height: 2.9375rem;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
    position: relative;
}

.globalHeaderV2 .mainNavMenu .menu-toggle .icon-search-thin {
    font-size: 20px;
    font-size: 1.25rem;
    color: #c00;
}

.globalHeaderV2 .mainNavMenu a.menu-toggle {
    line-height: 3.125rem;
    font-weight: 600;
    display: inline-block;
}

.globalHeaderV2 .toggle {
    position: relative;
    margin: 10px 0 10px 45px;
    float: left;
}

.globalHeaderV2 .toggle:after {
    content: '';
    position: absolute;
    display: block;
    height: 150%;
    top: -25%;
    background-color: #333;
    width: 1px;
    left: -22px;
}

.globalHeaderV2 .toggle .toggle-button {
    float: left;
    border: 2px solid transparent;
}

.context-business .globalHeaderV2 .toggle .toggle-button {
    height: 21px;
    border: 1px solid #333;
}

.context-business .toggle .toggle-button:hover,
.context-business .toggle .toggle-button:focus {
    border-color: #c00;
    color: #c00;
}

.globalHeaderV2 .toggle a {
    padding: 0 9px;
    padding: 0 0.5625rem;
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 19px;
    line-height: 1.1875rem;
    color: inherit;
    vertical-align: middle;
    display: block;
    font-weight: 400;
}

.globalHeaderV2 .toggle a {
    font-size: 9px;
    font-size: 0.5625rem;
    padding: 0 9px;
    padding: 0 0.5625rem;
}

.globalHeaderV2 .toggle a:hover,
.globalHeaderV2 .toggle a:focus {
    text-decoration: none;
}

.globalHeaderV2 .toggle a span {
    display: none;
}

.globalHeaderV2 .logo img {
    height: 40px;
    height: 2.5rem;
    margin-bottom: 0;
}

@media screen and (min-width: 64em) {
    .globalHeaderV2 .logo img {
        height: 40px;
        height: 2.5rem;
    }
}

.globalHeaderV2 .utilityMenu {
    margin: 0;
    padding: 0;
}

.globalHeaderV2 .utilityMenu {
    margin-top: 13px;
    margin-top: 0.8125rem;
}

.globalHeaderV2 .utilityMenu .icon-region:before {
    content: "\e943";
}

.globalHeaderV2 .utilityMenu .dropdown {
    margin-left: 10px;
}

.globalHeaderV2 .utilityMenu .dropdown.open:not(.utilityAlerts) button:after {
    background-color: #ffffff;
}

.globalHeaderV2 .utilityMenu .dropdown.open button:after {
    z-index: 1012;
}

.globalHeaderV2 .utilityMenu .dropdown.utilityAlerts {
    width: auto;
}

.globalHeaderV2 .utilityMenu .dropdown.utilityAlerts.editmode {
    display: block;
}

.globalHeaderV2 .utilityMenu .menu-button__text {
    font-size: 8px;
    font-size: 0.5rem;
    margin-left: -5px;
    margin-left: -0.3125rem;
    position: relative;
}

.globalHeaderV2 .utilityMenu .menu-button__text {
    font-size: 9px;
    font-size: 0.5625rem;
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    margin-left: -10px;
    margin-left: -0.625rem;
}


.globalHeaderV2 .utilityMenu .menu-button__icon {
    font-size: 32px;
    font-size: 2rem;
    display: inline-block;
}

.globalHeaderV2 .utilityMenu .dropdown-menu {
    top: 125%;
}

.globalHeaderV2 .utilityMenu .utilityAlerts .dropdown-menu {
    z-index: 1011;
}

.globalHeaderV2 .utilityMenu .stretched-dropdown .dropdown-menu {
    top: 51px;
    z-index: 1011;
}

.globalHeaderV2 .mobile-right-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    position: relative;
}

.globalHeaderV2 .menu-link {
    position: absolute;
    top: 5px;
    right: 0px;
    display: inline-block;
    text-align: right;
    width: auto;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}

.globalHeaderV2 .menu-link {
    display: none;
}

.globalHeaderV2 .menu-link .menu-icon {
    height: 17px;
    width: 25px;
}

.globalHeaderV2 .menu-link .menu-icon:before {
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.globalHeaderV2 .menu-link .menu-icon:after {
    bottom: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.globalHeaderV2 .menu-link .menu-icon .center-bar {
    top: 7px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.globalHeaderV2 .menu-link .menu-icon .center-bar,
.globalHeaderV2 .menu-link .menu-icon:before,
.globalHeaderV2 .menu-link .menu-icon:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    background-color: #4d4d4f;
    position: absolute;
    border-radius: 10px;
}

.globalHeaderV2 .toggle-search-mobile {
    cursor: pointer;
}

/* Logo and toggles */
.globalHeaderV2 .logo {
    float: left;
}

.globalHeaderV2 .logo img {
    height: 40px;
    height: 2.5rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

.globalHeaderV2 .hidden-lg {
    display: none !important;
}

.context-business .globalHeaderV2 .toggle .toggle-button.active {
    border-color: #333;
    background: #333;
    color: #fff;
}

.toggle {
    position: relative;
    float: right;
    margin: 5px 0 10px;
    margin: 0.3125rem 0 0.625rem;
    vertical-align: middle;
}

.toggle:before,
.toggle:after {
    content: " ";
    display: table;
}

.toggle:after {
    clear: both;
}

.toggle {
    margin: 10px 0 10px 65px;
    margin: 0.625rem 0 0.625rem 4.0625rem;
}


/* Main Nav Menu */

.mainNavMenu {
    color: #fff;
}

.context-business .mainNavMenu {
    background-color: rgba(51, 51, 51, 0.75);
}

.mainNavMenu .logo {
    display: none;
}

.mainNavMenu .logo-show {
    display: block;
    width: 25px;
    height: 25px;
}
.mainNavMenu .logo-show .hidden-lg {
    padding-top: 10px;
    display: block !important;
}

.mainNavMenu .logo-show .hidden-xs {
    display: none !important;
}

.mainNavMenu .inner-container {
    position: relative;
}

.mainNavMenu .dropdown {
    position: static;
    display: inline-block;
    vertical-align: middle;
}

.mainNavMenu .menu-toggle {
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    background: none;
    line-height: 50px;
    line-height: 3.125rem;
    font-size: 15px;
    font-size: 0.9375rem;
}

/* TODO: is this necessary */
.mainNavMenu .menu-toggle {
    padding-left: 15px;
    padding-right: 15px;
}

.mainNavMenu a.menu-toggle {
    font-weight: inherit;
    color: inherit;
}

.mainNavMenu a.menu-toggle:hover,
.mainNavMenu a.menu-toggle:focus {
    text-decoration: none;
}

.mainNavMenu .dropdown-menu {
    width: 100%;
    margin: 0;
    border: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding: 45px 30px 0;
    padding: 2.8125rem 1.875rem 0;
    background-color: rgba(255, 255, 255, 0.95);
    font-size: 18px;
    font-size: 1.125rem;
    box-shadow: none;
    overflow-y: auto;
    color: #333;
}

.mainNavMenu .dropdown-menu .heading {
    padding-bottom: 16px;
    padding-bottom: 1rem;
}

.mainNavMenu .dropdown-menu .richText p {
    margin-bottom: 0.5em;
}

.context-home .mainNavMenu .dropdown-menu h1,
.context-home .mainNavMenu .dropdown-menu h2,
.context-home .mainNavMenu .dropdown-menu h3,
.context-home .mainNavMenu .dropdown-menu h4,
.context-home .mainNavMenu .dropdown-menu h5,
.context-home .mainNavMenu .dropdown-menu h6 {
    text-transform: uppercase;
}

.context-home .mainNavMenu .dropdown-menu h1:after,
.context-home .mainNavMenu .dropdown-menu h2:after,
.context-home .mainNavMenu .dropdown-menu h3:after,
.context-home .mainNavMenu .dropdown-menu h4:after,
.context-home .mainNavMenu .dropdown-menu h5:after,
.context-home .mainNavMenu .dropdown-menu h6:after {
    content: "";
    display: block;
    height: 2px;
    width: 30px;
    width: 1.875rem;
    background: #bcbdc0;
}

.context-business .mainNavMenu .dropdown-menu h1,
.context-business .mainNavMenu .dropdown-menu h2,
.context-business .mainNavMenu .dropdown-menu h3,
.context-business .mainNavMenu .dropdown-menu h4,
.context-business .mainNavMenu .dropdown-menu h5,
.context-business .mainNavMenu .dropdown-menu h6 {
    color: #c00;
}

.mainNavMenu .dropdown-menu a,
.mainNavMenu .dropdown-menu a:hover,
.mainNavMenu .dropdown-menu a:focus {
    font-weight: inherit;
}

.mainNavMenu .dropdown-menu .full-browser-width-wrap {
    margin-left: -30px;
    margin-left: -1.875rem;
    margin-right: -30px;
    margin-right: -1.875rem;
}

.mainNavMenu .dropdown-menu .full-browser-width-wrap .inner-container {
    width: auto !important;
}

/* Bootstrap Dropdown menus */
.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 10.5px 0;
    overflow: hidden;
    background-color: #333;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.45;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #d71920;
    background-color: transparent;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.45;
    color: #333;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

/* Utility menu */

.utilityMenu {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.utilityMenu {
    margin-top: 15px;
    margin-top: 0.9375rem;
}

.utilityMenu .utilityMenu__wrapper {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    padding: 5px 0;
    padding: 0.3125rem 0;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 0;
    text-align: justify;
}

.utilityMenu .utilityMenu__wrapper:after {
    content: " ";
    display: inline-block;
    width: 100%;
}

.utilityMenu .dropdown {
    display: inline-block;
    position: static;
    line-height: 1.45;
}

.utilityMenu .menu-button {
    border: none;
    background: transparent;
    display: block;
    position: relative;
    padding: 0 5px;
    line-height: 29px;
}

.utilityMenu .menu-button.button-red {
    padding: 7px 27px 7px 9px;
    height: auto;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.utilityMenu .menu-button.button-red:hover {
    background-color: #ffffff;
    color: #c00;
    text-decoration: none;
    border: 1px solid #c00;
}

.utilityMenu .menu-button.button-red:hover:before {
    color: #c00;
}

.utilityMenu .menu-button:hover,
.utilityMenu .menu-button:focus {
    color: #d71920;
}

.utilityMenu .menu-button.button-red {
    border: 1px solid #c00;
    background-color: #c00;
    color: #ffffff;
}

.utilityMenu .menu-button.button-red:before {
    font-size: 6px;
    content: '\e90a';
    position: absolute;
    right: 12px;
    top: 8px;
    color: #ffffff;
    font-family: 'icomoon' !important;
    /* csslint ignore:end */
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    /* csslint ignore:start */
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    /* csslint ignore:end */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent;
}

.utilityMenu .menu-button__icon {
    display: inline-block;
}

.context-business .utilityMenu .open .menu-button {
    color: #d71920;
}

.utilityMenu .open .menu-button.button-red {
    background-color: #ffffff;
    color: #c00;
    text-decoration: none;
    border: 1px solid #c00;
}

.utilityMenu .open .menu-button.button-red:after {
    top: 133%;
}

.utilityMenu .open .menu-button.button-red:before {
    content: '\e909';
    color: #c00;
}

.utilityMenu .open>button:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 110%;
    width: 10px;
    width: 0.625rem;
    height: 10px;
    height: 0.625rem;
    background: #fbfbfb;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    transform: translateX(-50%) rotate(-135deg);
    -moz-transform: translateX(-50%) rotate(-135deg);
    -webkit-transform: translateX(-50%) rotate(-135deg);
    -ms-transform: translateX(-50%) rotate(-135deg);
    z-index: 1001;
}

.utilityMenu .open.utilityAlerts>button:after {
    z-index: 999;
}

.utilityMenu .menu-button__icon {
    font-size: 25px;
    font-size: 1.5625rem;
    vertical-align: middle;
}

.utilityMenu .menu-button__text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    font-size: 12px;
    font-size: 0.75rem;
}

.utilityMenu .desktop-text .menu-button__icon {
    display: none;
}

.utilityMenu .desktop-text .menu-button__text {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    font-weight: bold;
}

.utilityMenu .dropdown-menu {
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #cccccc;
    box-shadow: none;
    font-weight: bold;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 15px 20px 10px;
    padding: 0.9375rem 1.25rem 0.625rem;
}

.utilityMenu .dropdown-menu.align-left {
    text-align: left;
}

.utilityMenu .dropdown-menu.align-center {
    text-align: center;
}

.utilityMenu .dropdown-menu.align-right {
    text-align: right;
}

.utilityMenu .dropdown-menu>ul>li,
.utilityMenu .dropdown-menu>li {
    padding-left: 0;
    line-height: 18px;
    line-height: 1.125rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    font-size: 16px;
    font-size: 1rem;
}

.utilityMenu .dropdown-menu>ul>li:before,
.utilityMenu .dropdown-menu>ul>li:after,
.utilityMenu .dropdown-menu>li:before,
.utilityMenu .dropdown-menu>li:after {
    content: " ";
    display: table;
}

.utilityMenu .dropdown-menu>ul>li:after,
.utilityMenu .dropdown-menu>li:after {
    clear: both;
}

.utilityMenu .dropdown-menu>ul>li:last-child>a,
.utilityMenu .dropdown-menu>li:last-child>a {
    border-bottom: 0;
}

.utilityMenu .dropdown-menu>ul>li>a,
.utilityMenu .dropdown-menu>li>a {
    padding: 7px 0;
    padding: 0.4375rem 0;
    white-space: normal;
    border-bottom: 1px solid #cccccc;
}

.utilityMenu .dropdown-menu>ul>li>a:before,
.utilityMenu .dropdown-menu>ul>li>a:after,
.utilityMenu .dropdown-menu>li>a:before,
.utilityMenu .dropdown-menu>li>a:after {
    content: " ";
    display: table;
}

.utilityMenu .dropdown-menu>ul>li>a:after,
.utilityMenu .dropdown-menu>li>a:after {
    clear: both;
}

.utilityMenu .dropdown-menu>ul>li>a.no-border,
.utilityMenu .dropdown-menu>li>a.no-border {
    border-bottom: 0;
}

.utilityMenu .dropdown-menu>ul>li>a img,
.utilityMenu .dropdown-menu>li>a img {
    display: inline-block;
    max-width: 50px;
    max-width: 3.125rem;
}

.utilityMenu .dropdown-menu>ul>li>a .img-left,
.utilityMenu .dropdown-menu>li>a .img-left {
    padding-right: 4px;
    padding-right: 0.25rem;
}

.utilityMenu .dropdown-menu>ul>li>a .img-right,
.utilityMenu .dropdown-menu>li>a .img-right {
    padding-left: 4px;
    padding-left: 0.25rem;
}

.utilityMenu .dropdown-menu>ul>li>a,
.utilityMenu .dropdown-menu>li>a {
    padding: 7px 0;
    padding: 0.4375rem 0;
}

.utilityMenu .dropdown-menu>ul>li .icon-chevron-right,
.utilityMenu .dropdown-menu>li .icon-chevron-right {
    color: #d71920;
    font-size: 18px;
    font-size: 1.125rem;
}

.utilityMenu .dropdown-menu>ul>li .icon-position-right,
.utilityMenu .dropdown-menu>li .icon-position-right {
    float: right;
}

.utilityMenu .dropdown-menu>ul>li,
.utilityMenu .dropdown-menu>li {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

.utilityMenu .dropdown-menu>ul>li>a {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.45;
    color: #333;
}

.utilityMenu .dropdown-menu>ul>li>a:hover,
.utilityMenu .dropdown-menu>ul>li>a:focus {
    color: #c00;
    text-decoration: none;
}

.utilityMenu .utilityAlerts .dropdown-menu.priority-background {
    border-top: 1px solid #cccccc;
}

.utilityMenu .utilityAlerts .dropdown-menu p {
    text-transform: none;
}

.utilityMenu .dropdown-header {
    padding: 7px 0;
    padding: 0.4375rem 0;
    font-size: 27px;
    font-size: 1.6875rem;
    font-weight: 700;
    white-space: normal;
}

.utilityMenu .is-phone-number {
    text-transform: none;
    font-weight: normal;
    font-size: inherit;
    padding-top: 15px;
    padding-top: 0.9375rem;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
}

.utilityMenu .menu-column.col-md-3 {
    width: 15%;
}

.utilityMenu .break-column-desktop>a {
    margin-top: 42px;
    margin-top: 2.625rem;
}

.utilityMenu .cta-button.primary-red {
    background-color: #c00;
    color: #ffffff;
}

.utilityMenu .cta-button__icon {
    display: inline-block;
}

@media screen and (min-width: 64em) {
    .utilityMenu .cta-button__icon {
        display: none;
    }
}

.main-header .position-relative {
    position: relative;
}

.main-header .position-static {
    position: static;
}

/* Regional stuff */
header.zh_tw .globalHeaderV2 {
    font-family:"微軟正黑體","Microsoft JhengHei",Arial,Verdana,sans-serif;
}

header.ja_jp .globalHeaderV2 {
    font-family:"YuGothic","游ゴシック体","Yu Gothic","游ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Meiryo","メイリオ","ＭＳ Ｐゴシック"
}