.navbar-toggle[_ngcontent-uso-c36] {
    float: none;
    z-index: 2147482013;
    margin: auto 10px auto 0;
    cursor: pointer;
    outline: none;
    width: 32px;
    height: 100%;
    border-radius: 0;
    border: none!important;
    user-select: none;
}
.navbar-toggle[_ngcontent-uso-c36] span[_ngcontent-uso-c36] {
    display: block;
    position: absolute;
    height: 3px;
    width: 24px;
    background: #f9f5f5;
    border-radius: 2px;
    opacity: 1;
    transform: rotate(0);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    margin: auto;
    padding: 0;
    left: 0;
}

.navbar-toggle[_ngcontent-uso-c36] span[_ngcontent-uso-c36]:nth-child(1) {
    top: -16px;
    bottom: 0;
}
.navbar-toggle[_ngcontent-uso-c36] span[_ngcontent-uso-c36]:nth-child(2) {
    bottom: 0;
    top: 0;
}
.navbar-toggle[_ngcontent-uso-c36] span[_ngcontent-uso-c36]:nth-child(3) {
    width: 18px;
    top: 16px;
    bottom: 0;
}

.navbar-toggle.open[_ngcontent-uso-c36] span[_ngcontent-uso-c36]:nth-child(1) {
    top: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.navbar-toggle.open[_ngcontent-uso-c36] span[_ngcontent-uso-c36]:nth-child(2) {
    top: 0;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}
.navbar-toggle.open[_ngcontent-uso-c36] span[_ngcontent-uso-c36]:nth-child(3) {
    opacity: 0;
    top: 30px;
}
/*************/
.navbar-toggler {
    float: right;
    border: none;
    padding-top: 0;
    padding-right: 0;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:hover {
    background: transparent;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.navbar-toggler {
    color: rgba(0,0,0,.5);
    /* border-color: rgba(0,0,0,.1); */
}

.navbar-toggler-icon {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E);
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.75em;
    height: 1.75em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
.navbar-toggler-icon {
    width: 15px;
    height: 19px;
    background-image: none;
    position: relative;
    border-bottom: 3px solid #fff;
    transition: all 300ms linear;
}

.navbar-toggler-icon:after, .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #fff;
    top: 1px;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-toggler-icon:after, .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 3px;
    background-color: #fff;
    top: 1px;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
 .navbar-toggler-icon:after {
    top: 9px;
}

.navbar-toggler.collapsed .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler.collapsed .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler.collapsed .navbar-toggler-icon {
    border-color: transparent;
}

/********/

.header-main.-overlay-active {
    z-index: 10001;
}
.-overlay-active .header-contained {
    z-index: -1;
}

.mobile-menu-wrapper {
    display: inline-block;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    vertical-align: middle;
    height: 100%;
}
.header-contained.-expanded .mobile-menu-wrapper {
    -webkit-box-shadow: 0 -3px 0 0 #1e2886 inset;
    box-shadow: inset 0 -3px 0 0 #1e2886;
}

.header-contained.-expanded .mobile-menu-container {
    overflow-y: auto;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    -webkit-transform: none!important;
    transform: none!important;
}

.header-contained .mobile-menu-toggle {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    -webkit-transition-property: opacity,-webkit-filter;
    transition-property: opacity,-webkit-filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    background-color: transparent;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    overflow: visible;
    display: block;
    width: 0.6875rem;
    height: 100%;
    text-decoration: none;
    border: 0.0625rem solid transparent;
    padding: 0 1.0625rem;
}
.header-contained .mobile-menu-toggle .menu-box {
    display: inline-block;
    position: absolute;
    width: 1.0625rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.header-contained .mobile-menu-toggle .menu-inner, .header-contained .mobile-menu-toggle .menu-inner:after, .header-contained .mobile-menu-toggle .menu-inner:before {
    height: 0.2rem;
    width: 1.3rem;
    border-radius: 1px;
    background-color: #fff;
    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-contained .mobile-menu-toggle .menu-inner {
    display: block;
    -webkit-transition-duration: .22s;
    transition-duration: .22s;
    -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    position: relative;
}
.header-contained .mobile-menu-toggle .menu-inner:before {
    top: -8px;
    -webkit-transition: top .1s ease-in .25s,opacity .1s ease-in;
    transition: top .1s ease-in .25s,opacity .1s ease-in;
}
.header-contained .mobile-menu-toggle .menu-inner:after, .header-contained .mobile-menu-toggle .menu-inner:before {
    content: "";
    display: block;
}

.header-contained .mobile-menu-toggle .menu-inner:after {
    bottom: -8px;
    width: 0.65rem;
    -webkit-transition: bottom .1s ease-in .25s,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);
    transition: bottom .1s ease-in .25s,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);
    transition: bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19);
    transition: bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19),-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);
}
.mobile-menu-wrapper .mobile-menu-container {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    max-width: 31.25rem;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    margin-top: -0.125rem;
    position: absolute;
    width: 100vw;
    z-index: -1;
    height: calc(100vh);
    min-height: calc(100vh);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.mobile-header {
    width: 100%;
    display: none;
    background-color: #fff;
    border-top: 1px solid #f4f4f4;
}
.mobile-header--active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.mobile-header__tabs-wrapper {
    -ms-flex: 0 0 11.25rem;
    flex: 0 0 11.25rem;
    max-width: 50%;
    height: 100%;
}
.mobile-header__tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
}

.mobile-header__tab--active:after {
    opacity: 1;
}
.mobile-header__tab:after {
    content: "";
    position: absolute;
    background-image: url(/home/images/content/go.svg);
    right: 0.5625rem;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.3125rem;
    height: 0.625rem;
    background-size: contain;
}

.mobile-header__tab.active:after {
    opacity: 1;
}

body:not(.is-using-keyboard) button, body:not(.is-using-keyboard) select {
    outline: none;
}
body:not(.is-using-keyboard) button, body:not(.is-using-keyboard) select {
    outline: none;
}
.mobile-header__tab, .mobile-header__tab:after {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.mobile-header__tab {
    position: relative;
    min-height: 4.375rem;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid rgba(51,51,51,.1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.775rem 0 1rem;
    font-weight: 700;
    color: #333;
    line-height: 1.125rem;
}
.mobile-header__tabs-wrapper .nav li{display: flex;}
.mobile-header__tab--active1, .mobile-header__tab.active {
    background-color: #f4f4f4;
    color: #0073b2;
}
.mobile-header__tab--link {
    color: #0073b2;
    text-decoration: none;
}
.mobile-header__tab--link:last-child {
    margin-bottom: 5rem;
}

.mobile-header__content-wrapper {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-color: #f2f2f2;
    height: 100%;
}
.mobile-header__content {
    padding: 1rem;
    display: -ms-flexbox;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f2f2f2;
}
.mobile-header__content.active {display:flex}
.mobile-header__nested {
    font-weight: 600;
    opacity: .8;
    text-decoration: none;
    color: #333;
    padding: 0.7rem 0.525rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.25rem;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

.header-contained.-expanded .mobile-menu-toggle .menu-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
}
.header-contained.-expanded .mobile-menu-toggle .menu-inner:before {
    top: 0;
    opacity: 0;
    -webkit-transition: top .1s ease-out,opacity .1s ease-out .12s;
    transition: top .1s ease-out,opacity .1s ease-out .12s;
}
.header-contained.-expanded .mobile-menu-toggle .menu-inner:after {
    width: 1.3rem;
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom .1s ease-out,-webkit-transform .22s cubic-bezier(.215,.61,.355,1) .12s;
    transition: bottom .1s ease-out,-webkit-transform .22s cubic-bezier(.215,.61,.355,1) .12s;
    transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
    transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s,-webkit-transform .22s cubic-bezier(.215,.61,.355,1) .12s;
}

#search-overlay {
    background-color: rgba(0,0,0,.4);
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    -webkit-animation: menu-animate-in .2s ease-in;
    animation: menu-animate-in .2s ease-in;
}

@media (min-width: 48rem)
.mobile-menu-wrapper .mobile-menu-container {
    width: 60vw;
}