#ac-gn-viewport-emitter {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    z-index: -1;
    x-content: "large"
}
#ac-gn-viewport-emitter::before {
    content: "large"
}
html,
body {
    margin: 0;
    padding: 0
}
#ac-globalnav,
#ac-gn-segmentbar {
    font-weight: normal;
    text-align: left;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}
#ac-globalnav,
#ac-globalnav:before,
#ac-globalnav:after,
#ac-globalnav *,
#ac-globalnav *:before,
#ac-globalnav *:after,
#ac-gn-segmentbar,
#ac-gn-segmentbar:before,
#ac-gn-segmentbar:after,
#ac-gn-segmentbar *,
#ac-gn-segmentbar *:before,
#ac-gn-segmentbar *:after {
    box-sizing: content-box;
    margin: 0;
    padding: 0;
    letter-spacing: normal
}
#ac-globalnav *,
#ac-globalnav *:before,
#ac-globalnav *:after,
#ac-gn-segmentbar *,
#ac-gn-segmentbar *:before,
#ac-gn-segmentbar *:after {
    font-size: 1em;
    font-family: inherit;
    *font-family: expression(this.parentNode.currentStyle['font-family']);
    font-weight: inherit;
    *font-weight: expression(this.parentNode.currentStyle['font-weight']);
    line-height: inherit;
    *line-height: expression(this.parentNode.currentStyle['line-height']);
    text-align: inherit;
    *text-align: expression(this.parentNode.currentStyle['text-align'])
}
#ac-globalnav article,
#ac-globalnav aside,
#ac-globalnav details,
#ac-globalnav figcaption,
#ac-globalnav figure,
#ac-globalnav footer,
#ac-globalnav header,
#ac-globalnav nav,
#ac-globalnav section,
#ac-gn-segmentbar article,
#ac-gn-segmentbar aside,
#ac-gn-segmentbar details,
#ac-gn-segmentbar figcaption,
#ac-gn-segmentbar figure,
#ac-gn-segmentbar footer,
#ac-gn-segmentbar header,
#ac-gn-segmentbar nav,
#ac-gn-segmentbar section {
    display: block
}
#ac-globalnav img,
#ac-gn-segmentbar img {
    border: 0;
    vertical-align: middle
}
#ac-globalnav ul,
#ac-gn-segmentbar ul {
    list-style: none
}
#ac-globalnav,
#ac-globalnav select,
#ac-globalnav button,
#ac-gn-segmentbar,
#ac-gn-segmentbar select,
#ac-gn-segmentbar button {
    font-family: "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern'
}
#ac-globalnav input,
#ac-globalnav textarea,
#ac-gn-segmentbar input,
#ac-gn-segmentbar textarea {
    font-family: "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern'
}
#ac-globalnav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    display: block;
    margin: 0;
    width: 100%;
    min-width: 1024px;
    height: 48px;
    max-height: 44px;
    background: #333;
    background: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.ac-theme-dark #ac-globalnav {
    background: #2b2b2b;
    background: rgba(85, 85, 85, 0.5)
}
.blocktransitions#ac-globalnav,
.blocktransitions#ac-globalnav:before,
.blocktransitions#ac-globalnav:after,
.blocktransitions#ac-globalnav *,
.blocktransitions#ac-globalnav *:before,
.blocktransitions#ac-globalnav *:after {
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transition: none !important;
    transition: none !important
}
#ac-gn-menustate {
    display: none
}
#ac-gn-placeholder {
    height: 44px;
    margin-bottom: 18px
}
.ac-nav-overlap #ac-gn-placeholder {
    display: none
}
@-webkit-keyframes ac-gn-curtain-show {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
    100% {
        opacity: 1
    }
}
@keyframes ac-gn-curtain-show {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
    100% {
        opacity: 1
    }
}
#ac-gn-curtain {
    background: rgba(0, 0, 0, 0.2);
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998
}
#ac-globalnav.searchshow ~ #ac-gn-curtain,
#ac-globalnav.searchopen ~ #ac-gn-curtain,
#ac-globalnav.searchhide ~ #ac-gn-curtain {
    display: block
}
#ac-globalnav.searchshow ~ #ac-gn-curtain {
    -webkit-animation: ac-gn-curtain-show 200ms both;
    animation: ac-gn-curtain-show 200ms both
}
#ac-globalnav.searchhide ~ #ac-gn-curtain {
    -webkit-animation: ac-gn-curtain-show 200ms reverse both;
    animation: ac-gn-curtain-show 200ms reverse both
}
#ac-globalnav .ac-gn-content {
    margin: 0 auto;
    max-width: 980px;
    padding: 0 22px;
    position: relative;
    z-index: 2
}
@-webkit-keyframes ac-gn-apple-searchshow {
    0% {
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
        animation-timing-function: cubic-bezier(1, 0, 0, 1)
    }
    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
@keyframes ac-gn-apple-searchshow {
    0% {
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
        animation-timing-function: cubic-bezier(1, 0, 0, 1)
    }
    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
@-webkit-keyframes ac-gn-apple-searchhide {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
        animation-timing-function: cubic-bezier(1, 0, 0, 1)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}
@keyframes ac-gn-apple-searchhide {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
        animation-timing-function: cubic-bezier(1, 0, 0, 1)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}
#ac-globalnav .ac-gn-header {
    display: none;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    overflow: hidden
}
#ac-globalnav .ac-gn-header .ac-gn-apple {
    position: absolute;
    width: 48px;
    top: 0;
    left: 50%;
    margin-left: -24px;
    text-align: center;
    z-index: 1
}
@-webkit-keyframes ac-gn-list-searchshow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
        animation-timing-function: cubic-bezier(1, 0, 0, 1)
    }
    100% {
        -webkit-transform: translateY(-100%) translateY(106px);
        transform: translateY(-100%) translateY(106px)
    }
}
@keyframes ac-gn-list-searchshow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
        animation-timing-function: cubic-bezier(1, 0, 0, 1)
    }
    100% {
        -webkit-transform: translateY(-100%) translateY(106px);
        transform: translateY(-100%) translateY(106px)
    }
}
#ac-globalnav .ac-gn-list {
    cursor: default;
    margin: 0 -10px;
    text-align: justify;
    width: auto;
    height: 44px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines
}
#ac-globalnav .ac-gn-list:after {
    content: '';
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}
@-webkit-keyframes ac-gn-item-searchshow {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
        animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1)
    }
    40% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
}
@keyframes ac-gn-item-searchshow {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
        animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1)
    }
    40% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
}
@-webkit-keyframes ac-gn-item-searchhide {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
    60% {
        opacity: 1
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
        animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1)
    }
}
@keyframes ac-gn-item-searchhide {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
    60% {
        opacity: 1
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
        animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1)
    }
}
@-webkit-keyframes ac-gn-item-searchshow-small {
    0% {
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
        animation-timing-function: cubic-bezier(1, 0, 0, 1)
    }
    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }
}
@keyframes ac-gn-item-searchshow-small {
    0% {
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
        animation-timing-function: cubic-bezier(1, 0, 0, 1)
    }
    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }
}
@-webkit-keyframes ac-gn-search-placeholder-searchshow {
    0% {
        opacity: 1;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
    100% {
        opacity: 0.4
    }
}
@keyframes ac-gn-search-placeholder-searchshow {
    0% {
        opacity: 1;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
    100% {
        opacity: 0.4
    }
}
@-webkit-keyframes ac-gn-bag-searchshow {
    0% {
        opacity: 1;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
    100% {
        opacity: 0
    }
}
@keyframes ac-gn-bag-searchshow {
    0% {
        opacity: 1;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
    100% {
        opacity: 0
    }
}
#ac-globalnav .ac-gn-item {
    display: inline-block;
    position: relative;
    height: 44px;
    z-index: 1;
    vertical-align: top
}
.ie7#ac-globalnav .ac-gn-item {
    display: inline;
    zoom: 1
}
.searchshow#ac-globalnav .ac-gn-bag {
    -webkit-animation: ac-gn-bag-searchshow 300ms both;
    animation: ac-gn-bag-searchshow 300ms both;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.searchopen#ac-globalnav .ac-gn-bag {
    visibility: hidden
}
.searchhide#ac-globalnav .ac-gn-bag {
    -webkit-animation: ac-gn-bag-searchshow 300ms reverse both;
    animation: ac-gn-bag-searchshow 300ms reverse both;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.searchshow#ac-globalnav .ac-gn-item-menu,
.searchopen#ac-globalnav .ac-gn-item-menu,
.searchhide#ac-globalnav .ac-gn-item-menu {
    pointer-events: none
}
.searchshow#ac-globalnav .ac-gn-item-menu {
    -webkit-animation: ac-gn-item-searchshow 400ms both;
    animation: ac-gn-item-searchshow 400ms both;
    pointer-events: none
}
.searchshow#ac-globalnav .ac-gn-item-menu:nth-child(2) {
    -webkit-animation-delay: 280ms;
    animation-delay: 280ms
}
.searchshow#ac-globalnav .ac-gn-item-menu:nth-child(3) {
    -webkit-animation-delay: 245ms;
    animation-delay: 245ms
}
.searchshow#ac-globalnav .ac-gn-item-menu:nth-child(4) {
    -webkit-animation-delay: 210ms;
    animation-delay: 210ms
}
.searchshow#ac-globalnav .ac-gn-item-menu:nth-child(5) {
    -webkit-animation-delay: 175ms;
    animation-delay: 175ms
}
.searchshow#ac-globalnav .ac-gn-item-menu:nth-child(6) {
    -webkit-animation-delay: 140ms;
    animation-delay: 140ms
}
.searchshow#ac-globalnav .ac-gn-item-menu:nth-child(7) {
    -webkit-animation-delay: 105ms;
    animation-delay: 105ms
}
.searchshow#ac-globalnav .ac-gn-item-menu:nth-child(8) {
    -webkit-animation-delay: 70ms;
    animation-delay: 70ms
}
.searchshow#ac-globalnav .ac-gn-item-menu:nth-child(9) {
    -webkit-animation-delay: 35ms;
    animation-delay: 35ms
}
.searchopen#ac-globalnav .ac-gn-item-menu {
    visibility: hidden
}
.searchhide#ac-globalnav .ac-gn-item-menu {
    -webkit-animation: ac-gn-item-searchhide 400ms both;
    animation: ac-gn-item-searchhide 400ms both
}
.searchhide#ac-globalnav .ac-gn-item-menu:nth-child(2) {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms
}
.searchhide#ac-globalnav .ac-gn-item-menu:nth-child(3) {
    -webkit-animation-delay: 35ms;
    animation-delay: 35ms
}
.searchhide#ac-globalnav .ac-gn-item-menu:nth-child(4) {
    -webkit-animation-delay: 70ms;
    animation-delay: 70ms
}
.searchhide#ac-globalnav .ac-gn-item-menu:nth-child(5) {
    -webkit-animation-delay: 105ms;
    animation-delay: 105ms
}
.searchhide#ac-globalnav .ac-gn-item-menu:nth-child(6) {
    -webkit-animation-delay: 140ms;
    animation-delay: 140ms
}
.searchhide#ac-globalnav .ac-gn-item-menu:nth-child(7) {
    -webkit-animation-delay: 175ms;
    animation-delay: 175ms
}
.searchhide#ac-globalnav .ac-gn-item-menu:nth-child(8) {
    -webkit-animation-delay: 210ms;
    animation-delay: 210ms
}
.searchhide#ac-globalnav .ac-gn-item-menu:nth-child(9) {
    -webkit-animation-delay: 245ms;
    animation-delay: 245ms
}
#ac-globalnav .ac-gn-search-placeholder {
    display: none
}
#ac-globalnav .ac-gn-link {
    font-size: 16px;
    line-height: 2.75;
    font-weight: 400;
    letter-spacing: normal;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieopacity)';
    filter: alpha(opacity=100);
    color: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 10px;
    height: 44px;
    background: no-repeat;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-tap-highlight-color: transparent;
    outline-offset: -7px
}
.no-js#ac-globalnav .ac-gn-link:hover {
    opacity: 0.65;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieopacity)';
    filter: alpha(opacity=65)
}
.no-touch#ac-globalnav .ac-gn-link:hover {
    opacity: 0.65;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieopacity)';
    filter: alpha(opacity=65)
}
#ac-globalnav .ac-gn-link-text {
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}
#ac-globalnav .ac-gn-link-bag:focus:active {
    outline: none
}
#ac-globalnav .ac-gn-link-apple {
    background-repeat: no-repeat;
    background-size: 20px 44px;
    background-image: url("../images/ac-globalnav/globalnav/apple/image_large.svg");
    background-position: center center;
    width: 20px
}
.no-svg#ac-globalnav .ac-gn-link-apple {
    background-image: url("../images/ac-globalnav/globalnav/apple/image_large.png")
}
.ac-gn-current-apple #ac-globalnav .ac-gn-link-apple {
    opacity: 0.65;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieopacity)';
    filter: alpha(opacity=65)
}
#ac-globalnav .ac-gn-link-mac {
    background-repeat: no-repeat;
    background-size: 31px 44px;
    background-image: url("../images/ac-globalnav/globalnav/links/mac/image_large.svg");
    background-position: center center;
    background-origin: content-box;
    background-size: cover;
    width: 1.72222em;
    max-width: 52.7px
}
.no-svg#ac-globalnav .ac-gn-link-mac {
    background-image: url("../images/ac-globalnav/globalnav/links/mac/image_large.png")
}
.ac-gn-current-mac #ac-globalnav .ac-gn-link-mac {
    opacity: 0.65;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieopacity)';
    filter: alpha(opacity=65)
}
#ac-globalnav .ac-gn-link-ipad {
    background-repeat: no-repeat;
    background-size: 30px 44px;
    background-image: url("../images/ac-globalnav/globalnav/links/ipad/image_large.svg");
    background-position: center center;
    background-origin: content-box;
    background-size: cover;
    width: 1.66667em;
    max-width: 51px
}
.no-svg#ac-globalnav .ac-gn-link-ipad {
    background-image: url("../images/ac-globalnav/globalnav/links/ipad/image_large.png")
}
.ac-gn-current-ipad #ac-globalnav .ac-gn-link-ipad {
    opacity: 0.65;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieopacity)';
    filter: alpha(opacity=65)
}
#ac-globalnav .ac-gn-link-iphone {
    background-repeat: no-repeat;
    background-size: 48px 44px;
    background-image: url("../images/ac-globalnav/globalnav/links/iphone/image_large.svg");
    background-position: center center;
    background-origin: content-box;
    background-size: cover;
    width: 2.66667em;
    max-width: 81.6px
}
.no-svg#ac-globalnav .ac-gn-link-iphone {
    background-image: url("../images/ac-globalnav/globalnav/links/iphone/image_large.png")
}
.ac-gn-current-iphone #ac-globalnav .ac-gn-link-iphone {
    opacity: 0.65;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieopacity)';
    filter: alpha(opacity=65)
}
#ac-globalnav .ac-gn-link-watch {
    background-repeat: no-repeat;
    background-size: 44px 44px;
    background-image: url("../images/ac-globalnav/globalnav/links/watch/image_large.svg");
    background-position: center center;
    background-origin: content-box;
    background-size: cover;
    width: 2.44444em;
    max-width: 74.8px
}
.no-svg#ac-globalnav .ac-gn-link-watch {
    background-image: url("../images/ac-globalnav/globalnav/links/watch/image_large.png")
}
.ac-gn-current-watch #ac-globalnav .ac-gn-link-watch {
    opacity: 0.65;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieopacity)';
    filter: alpha(opacity=65)
}
#ac-globalnav .ac-gn-link-tv {
    background-repeat: no-repeat;
    background-size: 20px 44px;
    background-image: url("../images/ac-globalnav/globalnav/links/tv/image_large.svg");
    background-position: center center;
    background-origin: content-box;
    background-size: cover;
    width: 1.11111em;
    max-width: 34px
}
.no-svg#ac-globalnav .ac-gn-link-tv {
    background-image: url("../images/ac-globalnav/globalnav/links/tv/image_large.png")
}
.ac-gn-current-tv #ac-globalnav .ac-gn-link-tv {
    opacity: 0.65;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieopacity)';
    filter: alpha(opacity=65)
}
#ac-globalnav .ac-gn-link-music {
    background-repeat: no-repeat;
    background-size: 40px 44px;
    background-image: url("../images/ac-globalnav/globalnav/links/music/image_large.svg");
    background-position: center center;
    background-origin: content-box;
    background-size: cover;
    width: 2.22222em;
    max-width: 68px
}
.no-svg#ac-globalnav .ac-gn-link-music {
    background-image: url("../images/ac-globalnav/globalnav/links/music/image_large.png")
}
.ac-gn-current-music #ac-globalnav .ac-gn-link-music {
    opacity: 0.65;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieopacity)';
    filter: alpha(opacity=65)
}
#ac-globalnav .ac-gn-link-support {
    background-repeat: no-repeat;
    background-size: 57px 44px;
    background-image: url("../images/ac-globalnav/globalnav/links/support/image_large.svg");
    background-position: center center;
    background-origin: content-box;
    background-size: cover;
    width: 3.16667em;
    max-width: 96.9px
}

#ac-globalnav .ac-gn-link-support.fr {
    background-repeat: no-repeat;
    background-size: 57px 44px;
    background-image: url("../images/ac-globalnav/globalnav/links/support/image_large-fr.svg");
    background-position: center center;
    background-origin: content-box;
    background-size: cover;
    width: 3.16667em;
    max-width: 96.9px
}

.no-svg#ac-globalnav .ac-gn-link-support {
    background-image: url("../images/ac-globalnav/globalnav/links/support/image_large.png")
}
.ac-gn-current-support #ac-globalnav .ac-gn-link-support {
    opacity: 0.65;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieopacity)';
    filter: alpha(opacity=65)
}
#ac-globalnav .ac-gn-link-search {
    background-repeat: no-repeat;
    background-size: 20px 44px;
    background-image: url("../images/ac-globalnav/globalnav/search/image_large.svg");
    background-position: center center;
    width: 20px
}
.no-svg#ac-globalnav .ac-gn-link-search {
    background-image: url("../images/ac-globalnav/globalnav/search/image_large.png")
}
.ac-gn-current-search #ac-globalnav .ac-gn-link-search {
    opacity: 0.65;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieopacity)';
    filter: alpha(opacity=65)
}
#ac-globalnav .ac-gn-link-bag {
    background-repeat: no-repeat;
    background-size: 18px 44px;
    background-image: url("../images/ac-globalnav/globalnav/bag/image_large.svg");
    background-position: center center;
    width: 18px
}
.no-svg#ac-globalnav .ac-gn-link-bag {
    background-image: url("../images/ac-globalnav/globalnav/bag/image_large.png")
}
.ac-gn-current-bag #ac-globalnav .ac-gn-link-bag {
    opacity: 0.65;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieopacity)';
    filter: alpha(opacity=65)
}
#ac-globalnav .ac-gn-link.current {
    opacity: 0.65;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieopacity)';
    filter: alpha(opacity=65)
}
#ac-globalnav .ac-gn-menuicon {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 48px;
    border-bottom: none
}
#ac-globalnav .ac-gn-menuicon-label {
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    width: 48px;
    height: 48px;
    cursor: pointer;
    -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-tap-highlight-color: transparent
}
#ac-globalnav .ac-gn-menuicon-label:hover,
#ac-globalnav .ac-gn-menuicon-label:focus,
#ac-globalnav .ac-gn-menuicon-label:active {
    opacity: .65
}
.touch#ac-globalnav .ac-gn-menuicon-label {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99)
}
#ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-menuicon-label,
#ac-gn-menustate:target ~ #ac-globalnav .ac-gn-menuicon-label {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
#ac-globalnav .ac-gn-menuicon-bread {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1)
}
#ac-globalnav .ac-gn-menuicon-bread-top {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    z-index: 4
}
#ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-menuicon-bread-top,
#ac-gn-menustate:target ~ #ac-globalnav .ac-gn-menuicon-bread-top {
    -webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
#ac-globalnav .ac-gn-menuicon-bread-bottom {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}
#ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-menuicon-bread-bottom,
#ac-gn-menustate:target ~ #ac-globalnav .ac-gn-menuicon-bread-bottom {
    -webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
#ac-globalnav .ac-gn-menuicon-bread-crust {
    display: block;
    width: 17px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 16px;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s
}
#ac-globalnav .ac-gn-menuicon-bread-crust-top {
    top: 23px;
    -webkit-transition: -webkit-transform 0.2s 0.2s;
    transition: transform 0.2s 0.2s;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}
#ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-menuicon-bread-crust-top,
#ac-gn-menustate:target ~ #ac-globalnav .ac-gn-menuicon-bread-crust-top {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0;
    transition-delay: 0
}
#ac-globalnav .ac-gn-menuicon-bread-crust-bottom {
    bottom: 23px;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}
#ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-menuicon-bread-crust-bottom,
#ac-gn-menustate:target ~ #ac-globalnav .ac-gn-menuicon-bread-crust-bottom {
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
#ac-globalnav .ac-gn-menuanchor {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    z-index: 10
}
#ac-globalnav .ac-gn-menuanchor:focus {
    outline-offset: -8px;
    width: 48px;
    height: 48px
}
#ac-globalnav .ac-gn-menuanchor-close {
    display: none
}
#ac-globalnav .ac-gn-menuanchor-label {
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}
#ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-menuanchor-open,
#ac-gn-menustate:target ~ #ac-globalnav .ac-gn-menuanchor-open {
    display: none
}
#ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-menuanchor-close,
#ac-gn-menustate:target ~ #ac-globalnav .ac-gn-menuanchor-close {
    display: block
}
#ac-globalnav .ac-gn-bag-badge {
    border-radius: 6px;
    margin-top: -3px;
    margin-left: -3px;
    width: 6px;
    height: 6px;
    background: #5cc3f6;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1
}
#ac-globalnav .ac-gn-bag.with-badge .ac-gn-bag-badge {
    display: block
}
#ac-globalnav .ac-gn-bagview,
#ac-globalnav .ac-gn-notification {
    margin-right: -114px;
    position: absolute;
    top: 48px;
    right: 0;
    z-index: 1
}
@media only screen and (max-width: 1266px) {
    #ac-globalnav .ac-gn-bagview,
    #ac-globalnav .ac-gn-notification {
        right: 5px;
        margin-right: calc(512px - 50vw)
    }
}
@media only screen and (max-width: 1024px) {
    #ac-globalnav .ac-gn-bagview,
    #ac-globalnav .ac-gn-notification {
        margin-right: 0
    }
}
#ac-globalnav .ac-gn-bagview-caret,
#ac-globalnav .ac-gn-notification-caret {
    overflow: hidden;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 1
}
#ac-globalnav .ac-gn-bagview-caret:after,
#ac-globalnav .ac-gn-notification-caret:after {
    border: 1px solid;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1
}
#ac-globalnav .ac-gn-bagview {
    font-size: 15px;
    line-height: 1.73333;
    font-weight: 400;
    letter-spacing: normal;
    background: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    display: none;
    width: 288px
}
.with-bagview#ac-globalnav .ac-gn-bagview {
    display: block
}
#ac-globalnav .ac-gn-bagview-content {
    margin: 0 auto;
    min-height: 90px;
    padding: 0 20px;
    position: relative;
    z-index: 2
}
#ac-globalnav .ac-gn-bagview-caret {
    display: none
}
.with-bagview#ac-globalnav .ac-gn-bagview-caret {
    display: block
}
.with-bagview.ie7#ac-globalnav .ac-gn-bagview-caret,
.with-bagview.ie8#ac-globalnav .ac-gn-bagview-caret {
    display: none
}
.with-bagview#ac-globalnav .ac-gn-bagview-caret-small {
    display: none
}
#ac-globalnav .ac-gn-bagview-caret:after {
    background: #fff;
    border-color: #d6d6d6
}
#ac-globalnav .ac-gn-bag {
    z-index: 2
}
#ac-globalnav .ac-gn-bagview {
    font-size: 15px;
    line-height: 1.23333;
    font-weight: 400;
    letter-spacing: normal;
    background: #fff
}
#ac-globalnav .ac-gn-bagview-message {
    color: #999;
    line-height: 90px;
    margin: 0;
    text-align: center
}
#ac-globalnav .ac-gn-bagview-linemessage {
    margin: 0;
    color: #999;
    font-size: 12px;
    line-height: 1.33333;
    font-weight: 400;
    letter-spacing: normal;
    text-align: center
}
#ac-globalnav .ac-gn-bagview-linemessage-text {
    padding: 0 8px 0 8px;
    background: #fff
}
#ac-globalnav .ac-gn-bagview-linemessage:before {
    display: block;
    position: relative;
    top: 9px;
    margin-top: -1px;
    z-index: -10;
    border-bottom: 1px solid #e3e3e3;
    content: ""
}
@-webkit-keyframes loader {
    from {
        -webkit-transform: rotate(0deg) translateZ(0);
        transform: rotate(0deg) translateZ(0)
    }
    to {
        -webkit-transform: rotate(360deg) translateZ(0);
        transform: rotate(360deg) translateZ(0)
    }
}
@keyframes loader {
    from {
        -webkit-transform: rotate(0deg) translateZ(0);
        transform: rotate(0deg) translateZ(0)
    }
    to {
        -webkit-transform: rotate(360deg) translateZ(0);
        transform: rotate(360deg) translateZ(0)
    }
}
#ac-globalnav .ac-gn-bagview-loader {
    background: no-repeat center/40px url("../assets/ac-store/spinner.svg");
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background: url("../assets/ac-store/spinner.gif") no-repeat\0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-animation: loader 1s linear infinite;
    animation: loader 1s linear infinite
}
#ac-globalnav .ac-gn-bagview _:-ms-input-placeholder,
:root #ac-globalnav .ac-gn-bagview-loader {
    background: none, no-repeat center/40px url("../assets/ac-store/spinner.svg")
}
#ac-globalnav .ac-gn-bagview-bag {
    list-style: none
}
#ac-globalnav .ac-gn-bagview-bagitem {
    border-bottom: 1px solid #e3e3e3
}
#ac-globalnav .ac-gn-bagview-bagitem-first {
    padding-top: 8px
}
#ac-globalnav .ac-gn-bagview-bagitem-last {
    border-bottom-style: none
}
#ac-globalnav .ac-gn-bagview-bagitem-link {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    color: #333;
    text-decoration: none
}
#ac-globalnav .ac-gn-bagview-bagitem-column1,
#ac-globalnav .ac-gn-bagview-bagitem-column2 {
    display: table-cell;
    vertical-align: middle;
    min-height: 56px
}
#ac-globalnav .ac-gn-bagview-bagitem-column1 {
    padding: 15px 14px 15px 4px;
    width: 25%
}
#ac-globalnav .ac-gn-bagview-bagitem-column2 {
    padding: 15px 0;
    width: 75%
}
#ac-globalnav .ac-gn-bagview-bagitem-picture {
    max-width: 56px;
    height: auto
}
#ac-globalnav .ac-gn-bagview-bagitem-qty {
    font-size: 12px;
    line-height: 1.33333;
    font-weight: 400;
    letter-spacing: normal;
    color: #999
}
#ac-globalnav .ac-gn-bagview-bagitem-qty:before {
    content: "\2715";
    font-size: 0.75em
}
#ac-globalnav .ac-gn-bagview-nav {
    margin-bottom: 7px
}
#ac-globalnav .ac-gn-bagview-nav-list {
    margin: 0;
    padding: 0;
    list-style: none
}
#ac-globalnav .ac-gn-bagview-nav-item {
    margin: 0;
    padding: 0;
    border-top: 1px solid #e3e3e3
}
#ac-globalnav .ac-gn-bagview-nav-item:first-child {
    border-top-style: none
}
#ac-globalnav .ac-gn-bagview-nav-nobtn {
    border-top: 1px solid #e3e3e3
}
#ac-globalnav .ac-gn-bagview-nav-link {
    color: #08c;
    display: block;
    line-height: 44px;
    padding: 0 30px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
#ac-globalnav .ac-gn-bagview-nav-link:hover {
    text-decoration: underline
}
.touch#ac-globalnav .ac-gn-bagview-nav-link:hover {
    text-decoration: none
}
#ac-globalnav .ac-gn-bagview-nav-link-bag {
    background-image: url("../assets/ac-store/bag.png");
    background-image: none, url("../assets/ac-store/bag.svg");
    background-position: left center;
    background-repeat: no-repeat
}
#ac-globalnav .ac-gn-bagview-nav-link-view {
    background-image: url("../assets/ac-store/view.png");
    background-image: none, url("../assets/ac-store/view.svg");
    background-position: left center;
    background-repeat: no-repeat
}
#ac-globalnav .ac-gn-bagview-nav-link-favorites {
    background-image: url("../assets/ac-store/favorites.png");
    background-image: none, url("../assets/ac-store/favorites.svg");
    background-position: left center;
    background-repeat: no-repeat
}
#ac-globalnav .ac-gn-bagview-nav-link-orders {
    background-image: url("../assets/ac-store/orders.png");
    background-image: none, url("../assets/ac-store/orders.svg");
    background-position: left center;
    background-repeat: no-repeat
}
#ac-globalnav .ac-gn-bagview-nav-link-account {
    background-image: url("../assets/ac-store/account.png");
    background-image: none, url("../assets/ac-store/account.svg");
    background-position: left center;
    background-repeat: no-repeat
}
#ac-globalnav .ac-gn-bagview-nav-link-signIn {
    background-image: url("../assets/ac-store/signIn.png");
    background-image: none, url("../assets/ac-store/signIn.svg");
    background-position: left center;
    background-repeat: no-repeat
}
#ac-globalnav .ac-gn-bagview-nav-link-signOut {
    background-image: url("../assets/ac-store/signIn.png");
    background-image: none, url("../assets/ac-store/signIn.svg");
    background-position: left center;
    background-repeat: no-repeat
}
#ac-globalnav .ac-gn-bagview-nav-link-bag {
    background-position: left 45%
}
#ac-globalnav .ac-gn-bagview-button {
    background-color: #1e9bda;
    background: -webkit-linear-gradient(#3caee7, #08c);
    background: linear-gradient(#3caee7, #08c);
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    white-space: nowrap;
    padding: 0 16px;
    display: inline-block;
    font-family: "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}
.ie7#ac-globalnav .ac-gn-bagview-button {
    display: inline;
    zoom: 1
}
.ie7#ac-globalnav .ac-gn-bagview-button {
    vertical-align: middle
}
.no-js#ac-globalnav .ac-gn-bagview-button:hover {
    background-color: #30a3dd;
    background: -webkit-linear-gradient(#4cb4e9, #1492d0);
    background: linear-gradient(#4cb4e9, #1492d0);
    text-decoration: none
}
.no-touch#ac-globalnav .ac-gn-bagview-button:hover {
    background-color: #30a3dd;
    background: -webkit-linear-gradient(#4cb4e9, #1492d0);
    background: linear-gradient(#4cb4e9, #1492d0);
    text-decoration: none
}
#ac-globalnav .ac-gn-bagview-button:active {
    background-color: #0e86c1;
    background: -webkit-linear-gradient(#1b9edf, #006da3);
    background: linear-gradient(#1b9edf, #006da3);
    outline: none
}
@-moz-document url-prefix() {
    #ac-globalnav .ac-gn-bagview-button {
        line-height: 31px;
        padding-top: 1px
    }
}
#ac-globalnav .ac-gn-bagview-button-buynow,
#ac-globalnav .ac-gn-bagview-button-compact {
    background-color: #1e9bda;
    background: -webkit-linear-gradient(#3caee7, #08c);
    background: linear-gradient(#3caee7, #08c);
    border-color: #137ec6;
    border-top-color: #1992da;
    border-bottom-color: #0d6ab2;
    color: #fff;
    color: #fff;
    font-size: 13px;
    padding: 0 11px;
    line-height: 22px
}
.no-js#ac-globalnav .ac-gn-bagview-button-buynow:hover,
.no-js#ac-globalnav .ac-gn-bagview-button-compact:hover {
    background: #30a3dd;
    background: -webkit-linear-gradient(#4cb4e9, #1492d0);
    background: linear-gradient(#4cb4e9, #1492d0)
}
.no-touch#ac-globalnav .ac-gn-bagview-button-buynow:hover,
.no-touch#ac-globalnav .ac-gn-bagview-button-compact:hover {
    background: #30a3dd;
    background: -webkit-linear-gradient(#4cb4e9, #1492d0);
    background: linear-gradient(#4cb4e9, #1492d0)
}
#ac-globalnav .ac-gn-bagview-button-buynow:active,
#ac-globalnav .ac-gn-bagview-button-compact:active {
    background: #0e86c1;
    background: -webkit-linear-gradient(#1b9edf, #006da3);
    background: linear-gradient(#1b9edf, #006da3)
}
@-moz-document url-prefix() {
    #ac-globalnav .ac-gn-bagview-button-buynow, #ac-globalnav .ac-gn-bagview-button-compact {
        line-height: 21px;
        padding-top: 1px
    }
}
#ac-globalnav .ac-gn-bagview-button {
    display: block;
    margin: 18px 0;
    text-decoration: none
}
#ac-globalnav #ac-gn-bagview-content .ac-gn-bagview-button.ac-gn-bagview-button-checkout {
    display: block
}
#ac-globalnav .ac-gn-bagview-nav-item-preregistration {
    padding: 10px 0px !important;
    border-bottom: 1px solid #e3e3e3 !important;
    text-align: center !important
}
#ac-globalnav .ac-gn-bagview-nav-link-preregistration {
    padding: 0px 12px !important
}
#ac-globalnav li.prereg-promo-links-list {
    display: inline-block
}
@-webkit-keyframes ac-gn-searchview-searchhide {
    0% {
        opacity: 1;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
    100% {
        opacity: 0
    }
}
@keyframes ac-gn-searchview-searchhide {
    0% {
        opacity: 1;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes ac-gn-searchview-searchshow-small {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
    100% {
        opacity: 1
    }
}
@keyframes ac-gn-searchview-searchshow-small {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes ac-gn-searchview-close-left-searchshow {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1, 0.65, 1);
        transform: scale3d(1, 0.65, 1);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}
@keyframes ac-gn-searchview-close-left-searchshow {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1, 0.65, 1);
        transform: scale3d(1, 0.65, 1);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}
@-webkit-keyframes ac-gn-searchview-close-left-searchhide {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(1, 0.65, 1);
        transform: scale3d(1, 0.65, 1)
    }
}
@keyframes ac-gn-searchview-close-left-searchhide {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(1, 0.65, 1);
        transform: scale3d(1, 0.65, 1)
    }
}
@-webkit-keyframes ac-gn-searchview-close-right-searchshow {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1, 0.65, 1);
        transform: scale3d(1, 0.65, 1);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}
@keyframes ac-gn-searchview-close-right-searchshow {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1, 0.65, 1);
        transform: scale3d(1, 0.65, 1);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}
@-webkit-keyframes ac-gn-searchview-close-right-searchhide {
    0% {
        opacity: 1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(1, 0.65, 1);
        transform: scale3d(1, 0.65, 1)
    }
}
@keyframes ac-gn-searchview-close-right-searchhide {
    0% {
        opacity: 1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(1, 0.65, 1);
        transform: scale3d(1, 0.65, 1)
    }
}
@-webkit-keyframes ac-gn-searchview-close-searchshow-small {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
        animation-timing-function: cubic-bezier(1, 0, 0, 1)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes ac-gn-searchview-close-searchshow-small {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
        animation-timing-function: cubic-bezier(1, 0, 0, 1)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@-webkit-keyframes ac-gn-searchview-close-searchhide-small {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
        animation-timing-function: cubic-bezier(1, 0, 0, 1)
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}
@keyframes ac-gn-searchview-close-searchhide-small {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
        animation-timing-function: cubic-bezier(1, 0, 0, 1)
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}
@-webkit-keyframes ac-gn-searchview-close-left-searchshow-small {
    0% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
    }
    100% {
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg)
    }
}
@keyframes ac-gn-searchview-close-left-searchshow-small {
    0% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
    }
    100% {
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg)
    }
}
@-webkit-keyframes ac-gn-searchview-close-left-searchhide-small {
    0% {
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg);
        -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
    }
    100% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg)
    }
}
@keyframes ac-gn-searchview-close-left-searchhide-small {
    0% {
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg);
        -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
    }
    100% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg)
    }
}
@-webkit-keyframes ac-gn-searchview-close-right-searchshow-small {
    0% {
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg);
        -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
    }
    100% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg)
    }
}
@keyframes ac-gn-searchview-close-right-searchshow-small {
    0% {
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg);
        -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
    }
    100% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg)
    }
}
@-webkit-keyframes ac-gn-searchview-close-right-searchhide-small {
    0% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
    }
    100% {
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg)
    }
}
@keyframes ac-gn-searchview-close-right-searchhide-small {
    0% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
    }
    100% {
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg)
    }
}
#ac-globalnav .ac-gn-searchview {
    display: none
}
.searchshow#ac-globalnav .ac-gn-searchview,
.searchopen#ac-globalnav .ac-gn-searchview,
.searchhide#ac-globalnav .ac-gn-searchview {
    display: block
}
#ac-globalnav .ac-gn-searchview-content {
    position: absolute;
    top: 0;
    left: 16.66667%;
    width: 66.66667%;
    z-index: 3
}
.searchhide#ac-globalnav .ac-gn-searchview-content {
    -webkit-animation: ac-gn-searchview-searchhide 200ms both;
    animation: ac-gn-searchview-searchhide 200ms both
}
#ac-globalnav .ac-gn-searchview-close {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieopacity)';
    filter: alpha(opacity=100);
    position: absolute;
    z-index: 3;
    width: 38px;
    height: 44px;
    right: 12px;
    top: 0;
    color: #fff;
    cursor: pointer;
    -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-tap-highlight-color: transparent
}
#ac-globalnav .ac-gn-searchview-close:-moz-focusring {
    outline: 1px dotted #fff
}
#ac-globalnav .ac-gn-searchview-close::-moz-focus-inner {
    border: 0
}
#ac-globalnav .ac-gn-searchview-close:hover,
#ac-globalnav .ac-gn-searchview-close:active {
    opacity: 0.65;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieopacity)';
    filter: alpha(opacity=65)
}
.touch#ac-globalnav .ac-gn-searchview-close:hover,
.touch#ac-globalnav .ac-gn-searchview-close:active {
    opacity: 1
}
#ac-globalnav .ac-gn-searchview-close:focus {
    outline-offset: -7px
}
#ac-globalnav .ac-gn-searchview-close:focus:active {
    outline: none
}
.searchshow#ac-globalnav .ac-gn-searchview-close {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.searchhide#ac-globalnav .ac-gn-searchview-close {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.ie7#ac-globalnav .ac-gn-searchview-close,
.ie8#ac-globalnav .ac-gn-searchview-close {
    background-repeat: no-repeat;
    background-size: 16px 44px;
    background-image: url("../images/ac-globalnav/globalnav/search/close_large.svg");
    background-position: center center
}
.ie7.no-svg#ac-globalnav .ac-gn-searchview-close,
.ie8.no-svg#ac-globalnav .ac-gn-searchview-close {
    background-image: url("../images/ac-globalnav/globalnav/search/close_large.png")
}
#ac-globalnav .ac-gn-searchview-close-wrapper {
    display: block;
    width: 100%;
    height: 100%
}
#ac-globalnav .ac-gn-searchview-close-left,
#ac-globalnav .ac-gn-searchview-close-right {
    height: 18px;
    width: 1px;
    background: #fff;
    position: absolute;
    display: block;
    top: 11px;
    z-index: 1
}
.ie7#ac-globalnav .ac-gn-searchview-close-left,
.ie8#ac-globalnav .ac-gn-searchview-close-left,
.ie7#ac-globalnav .ac-gn-searchview-close-right,
.ie8#ac-globalnav .ac-gn-searchview-close-right {
    display: none
}
#ac-globalnav .ac-gn-searchview-close-left {
    right: 12px;
    -webkit-transform: scale3d(1, 0.65, 1);
    transform: scale3d(1, 0.65, 1);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%
}
.searchshow#ac-globalnav .ac-gn-searchview-close-left {
    -webkit-animation: ac-gn-searchview-close-left-searchshow 300ms both;
    animation: ac-gn-searchview-close-left-searchshow 300ms both
}
.searchopen#ac-globalnav .ac-gn-searchview-close-left {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.searchhide#ac-globalnav .ac-gn-searchview-close-left {
    -webkit-animation: ac-gn-searchview-close-left-searchhide 300ms both;
    animation: ac-gn-searchview-close-left-searchhide 300ms both
}
#ac-globalnav .ac-gn-searchview-close-right {
    left: 12px;
    -webkit-transform: scale3d(1, 0.65, 1);
    transform: scale3d(1, 0.65, 1);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}
.searchshow#ac-globalnav .ac-gn-searchview-close-right {
    -webkit-animation: ac-gn-searchview-close-right-searchshow 300ms both;
    animation: ac-gn-searchview-close-right-searchshow 300ms both
}
.searchopen#ac-globalnav .ac-gn-searchview-close-right {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.searchhide#ac-globalnav .ac-gn-searchview-close-right {
    -webkit-animation: ac-gn-searchview-close-right-searchhide 300ms both;
    animation: ac-gn-searchview-close-right-searchhide 300ms both
}
@-webkit-keyframes ac-gn-searchform-slide {
    0% {
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
        animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes ac-gn-searchform-slide {
    0% {
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
        animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@-webkit-keyframes ac-gn-searchform-fade {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
        animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
    }
    100% {
        opacity: 1
    }
}
@keyframes ac-gn-searchform-fade {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
        animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes ac-gn-searchinput-fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes ac-gn-searchinput-fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
#ac-globalnav input,
#ac-globalnav button {
    border: none;
    background-color: transparent
}
#ac-globalnav .ac-gn-searchform {
    height: 44px;
    line-height: 44px
}
.searchshow#ac-globalnav .ac-gn-searchform {
    -webkit-animation: ac-gn-searchform-slide 1s 400ms both, ac-gn-searchform-fade 400ms 400ms both;
    animation: ac-gn-searchform-slide 1s 400ms both, ac-gn-searchform-fade 400ms 400ms both
}
#ac-globalnav .ac-gn-searchform-wrapper {
    padding-left: 40px;
    position: relative;
    z-index: 2
}
.ie7#ac-globalnav .ac-gn-searchform-wrapper,
.ie8#ac-globalnav .ac-gn-searchform-wrapper {
    height: 44px
}
#ac-globalnav .ac-gn-searchform-input {
    font-size: 16px;
    line-height: 1.375;
    font-weight: 400;
    letter-spacing: normal;
    color: #fff;
    outline: none;
    width: 100%;
    height: 1.375em
}
.touch.searchshow#ac-globalnav .ac-gn-searchform-input {
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px)
}
.touch.searchopen#ac-globalnav .ac-gn-searchform-input {
    -webkit-animation: ac-gn-searchinput-fade 200ms both;
    animation: ac-gn-searchinput-fade 200ms both
}
#ac-globalnav .ac-gn-searchform-input::-webkit-input-placeholder {
    color: #999;
    opacity: 1
}
#ac-globalnav .ac-gn-searchform-input::-moz-placeholder {
    color: #999;
    opacity: 1
}
#ac-globalnav .ac-gn-searchform-input:-ms-input-placeholder {
    color: #999;
    opacity: 1
}
#ac-globalnav .ac-gn-searchform-input::placeholder {
    color: #999;
    opacity: 1
}
#ac-globalnav .ac-gn-searchform-input::-ms-clear {
    display: none;
    width: 0;
    height: 0
}
#ac-globalnav .ac-gn-searchform-submit {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 40px;
    height: 44px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 20px 44px;
    background-image: url("../images/ac-globalnav/globalnav/search/image_large.svg");
    background-position: 10px 50%;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1)
}
#ac-globalnav .ac-gn-searchform-submit:-moz-focusring {
    outline: 1px dotted #fff
}
#ac-globalnav .ac-gn-searchform-submit::-moz-focus-inner {
    border: 0
}
.no-svg#ac-globalnav .ac-gn-searchform-submit {
    background-image: url("../images/ac-globalnav/globalnav/search/image_large.png")
}
#ac-globalnav .ac-gn-searchform-submit:hover,
#ac-globalnav .ac-gn-searchform-submit:active {
    opacity: 0.65;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieopacity)';
    filter: alpha(opacity=65)
}
.touch#ac-globalnav .ac-gn-searchform-submit:hover,
.touch#ac-globalnav .ac-gn-searchform-submit:active {
    opacity: 1
}
#ac-globalnav .ac-gn-searchform-submit:focus {
    outline-offset: -7px
}
#ac-globalnav .ac-gn-searchform-submit[disabled] {
    opacity: 1;
    cursor: default
}
#ac-globalnav .ac-gn-searchform-reset {
    background-repeat: no-repeat;
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    cursor: pointer
}
#ac-globalnav .ac-gn-searchform-reset:-moz-focusring {
    outline: 1px dotted #fff
}
#ac-globalnav .ac-gn-searchform-reset::-moz-focus-inner {
    border: 0
}
@-webkit-keyframes ac-gn-searchresults-show {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
    100% {
        opacity: 1
    }
}
@keyframes ac-gn-searchresults-show {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes ac-gn-searchresults-items-show {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes ac-gn-searchresults-items-show {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
#ac-globalnav .ac-gn-searchresults {
    font-size: 15px;
    line-height: 2;
    font-weight: 400;
    letter-spacing: normal;
    display: none;
    background: #fff;
    border: 1px solid #d6d6d6;
    border-top: none;
    color: #999;
    max-height: calc(100vh - 44px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap
}
#ac-globalnav .ac-gn-searchresults.with-content {
    display: block
}
#ac-globalnav .ac-gn-searchresults.with-content-initial {
    -webkit-animation: ac-gn-searchresults-show 200ms both;
    animation: ac-gn-searchresults-show 200ms both
}
#ac-globalnav .ac-gn-searchresults-section {
    border-top: 1px solid #d6d6d6;
    margin: 0 40px;
    padding: 24px 0 15px
}
#ac-globalnav .ac-gn-searchresults-section:first-child {
    border-top: none
}
#ac-globalnav .ac-gn-searchresults-header {
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: normal;
    color: #999
}
#ac-globalnav .ac-gn-searchresults-list {
    list-style: none;
    padding-top: 5px
}
#ac-globalnav .ac-gn-searchresults-item {
    margin: 4px -32px
}
#ac-globalnav .ac-gn-searchresults-link {
    color: #999;
    display: block;
    padding: 0 48px;
    text-decoration: none
}
#ac-globalnav .ac-gn-searchresults-link b {
    color: #333;
    font-weight: 400
}
#ac-globalnav .ac-gn-searchresults-link.current {
    background-color: #f2f2f2
}
#ac-globalnav .ac-gn-searchresults-link.current,
#ac-globalnav .ac-gn-searchresults-link.current b {
    color: #08c
}
#ac-globalnav .ac-gn-searchresults-link-suggestions {
    background-repeat: no-repeat;
    background-size: 21px 60px;
    background-image: url("../images/ac-globalnav/globalnav/search/icon_suggested_large.svg");
    background-position: 48px 0;
    padding-left: 72px
}
.no-svg#ac-globalnav .ac-gn-searchresults-link-suggestions {
    background-image: url("../images/ac-globalnav/globalnav/search/icon_suggested_large.png")
}
#ac-globalnav .ac-gn-searchresults-link-suggestions.current {
    background-position: 48px 100%
}
#ac-globalnav .ac-gn-searchresults-animated {
    -webkit-animation: ac-gn-searchresults-items-show 400ms both;
    animation: ac-gn-searchresults-items-show 400ms both
}
.searchhide#ac-globalnav .ac-gn-searchresults-animated {
    -webkit-animation: none;
    animation: none
}
#ac-globalnav .ac-gn-searchresults-animated:nth-child(1) {
    -webkit-animation-delay: 20ms;
    animation-delay: 20ms
}
#ac-globalnav .ac-gn-searchresults-animated:nth-child(2) {
    -webkit-animation-delay: 40ms;
    animation-delay: 40ms
}
#ac-globalnav .ac-gn-searchresults-animated:nth-child(3) {
    -webkit-animation-delay: 60ms;
    animation-delay: 60ms
}
#ac-globalnav .ac-gn-searchresults-animated:nth-child(4) {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms
}
#ac-globalnav .ac-gn-searchresults-animated:nth-child(5) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms
}
#ac-globalnav .ac-gn-searchresults-animated:nth-child(6) {
    -webkit-animation-delay: 120ms;
    animation-delay: 120ms
}
#ac-globalnav .ac-gn-searchresults-animated:nth-child(7) {
    -webkit-animation-delay: 140ms;
    animation-delay: 140ms
}
#ac-globalnav .ac-gn-searchresults-animated:nth-child(8) {
    -webkit-animation-delay: 160ms;
    animation-delay: 160ms
}
#ac-globalnav .ac-gn-searchresults-animated:nth-child(9) {
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms
}
#ac-globalnav .ac-gn-searchresults-animated:nth-child(10) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms
}
#ac-globalnav .ac-gn-searchresults-animated.ac-gn-searchresults-header {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}
#ac-globalnav .ac-gn-searchresults-noresults {
    display: block;
    padding: 0 32px;
    color: #999;
    line-height: 1.25;
    white-space: normal
}
html.ac-gn-segmentbar-visible {
    margin-top: 40px !important
}
html.ac-gn-segmentbar-visible body {
    border-top: 1px solid transparent;
    margin-top: -1px;
    position: relative
}
@media only screen and (max-width: 1068px) {
    html.ac-gn-segmentbar-visible body {
        border-top-color: #444
    }
}
#ac-gn-segmentbar {
    background: #444;
    display: none;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: -40px;
    left: 0;
    min-width: 1024px;
    width: 100%;
    height: 40px;
    z-index: 9998
}
html.ac-gn-segmentbar-visible #ac-gn-segmentbar {
    display: block
}
#ac-gn-segmentbar .ac-gn-segmentbar-content {
    list-style: none;
    margin: 0 auto;
    max-width: 980px;
    padding: 0 22px;
    white-space: nowrap
}
#ac-gn-segmentbar .ac-gn-segmentbar-item {
    border-left: 1px solid #666;
    float: left;
    height: 12px;
    margin-top: 14px
}
#ac-gn-segmentbar .ac-gn-segmentbar-item:first-child {
    border-left: none;
    margin-left: -12px;
    max-width: 60%
}
#ac-gn-segmentbar .ac-gn-segmentbar-link {
    color: #fff;
    cursor: pointer;
    display: block;
    line-height: 40px;
    margin-top: -14px;
    outline-offset: -12px;
    overflow: hidden;
    padding: 0 12px;
    text-decoration: none;
    text-overflow: ellipsis
}
#ac-gn-segmentbar .ac-gn-segmentbar-link:hover {
    color: #5cc3f6;
    text-decoration: none
}
html.ac-gn-noscroll {
    margin-top: 0 !important
}
html.ac-gn-noscroll,
html.ac-gn-noscroll body {
    overflow: hidden !important;
    height: 100% !important
}
html.ac-gn-noscroll-long {
    overflow-y: scroll !important
}