﻿    #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 {
   
    top: 0;
    right: 0;
    /*left: 0;*/
    z-index: 9990;
    display: block;
    margin: 0;
    width: 100%;
    min-width: 1024px;
    height: 48px;
    max-height: 44px;
    background:rgba(195,13,35,1);
    
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media only screen and (max-width: 1023px) {
    #ac-globalnav {
        min-width: 320px;
    }
}
@media only screen and (max-width: 767px) {
    #ac-globalnav {
        max-height: none;
        -webkit-transition: background 0.25s linear,height 0.25s ease-in;
        transition: background 0.25s linear,height 0.25s ease-in;
    }

    #ac-gn-menustate:checked ~ #ac-globalnav, #ac-gn-menustate:target ~ #ac-globalnav {
        height: 100%;
        background: rgba(195,13,35,1);
        -webkit-transition: background 0.25s linear,height 0.25s ease-in 100ms;
        transition: background 0.25s linear,height 0.25s ease-in 100ms;
    }

    #ac-globalnav.searchshow, #ac-globalnav.searchopen, #ac-globalnav.searchhide {
        position: fixed;
    }
}
#ac-gn-menustate {
    display: none;
}
#ac-globalnav .ac-gn-header {
    display: none;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    #ac-globalnav .ac-gn-header {
        display: block;
    }
    #ac-globalnav.searchshow .ac-gn-header, #ac-globalnav.searchopen .ac-gn-header, #ac-globalnav.searchhide .ac-gn-header {
        background: #000;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    #ac-globalnav .ac-gn-header .ac-gn-apple {
        display: block;
    }
    #ac-globalnav.searchshow .ac-gn-header .ac-gn-apple {
        -webkit-animation: ac-gn-apple-searchshow 300ms 100ms both;
        animation: ac-gn-apple-searchshow 300ms 100ms both;
    }
    #ac-globalnav.searchopen .ac-gn-header .ac-gn-apple {
        display: none;
    }
    #ac-globalnav.searchhide .ac-gn-header .ac-gn-apple {
        -webkit-animation: ac-gn-apple-searchhide 400ms 100ms both;
        animation: ac-gn-apple-searchhide 400ms 100ms both;
    }
    #ac-globalnav .ac-gn-header .ac-gn-bag-small {
        display: block;
    }
}
#ac-globalnav .ac-gn-list {
    cursor: default;
    margin: 0 -10px;
    text-align: justify;
    width: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: justify;
}
    #ac-globalnav .ac-gn-list:after {
        content: '';
        width: 100%;
        display: inline-block;
        font-size: 0;
        line-height: 0;
    }
@media only screen and (max-width: 767px) {
    #ac-globalnav .ac-gn-list {
        position: absolute;
        z-index: 2;
        top: 48px;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 0 48px;
        height: auto;
        box-sizing: border-box;
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        visibility: hidden;
        -webkit-transition: visibility 0s linear 1s;
        transition: visibility 0s linear 1s;
    }
     
        #ac-globalnav .ac-gn-list :nth-child(8) {
            margin-bottom: 48px;
        }
    #ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-list, #ac-gn-menustate:target ~ #ac-globalnav .ac-gn-list {
        visibility: visible;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    #ac-globalnav.searchshow .ac-gn-list {
        bottom: auto;
        -webkit-animation: ac-gn-list-searchshow 400ms both;
        animation: ac-gn-list-searchshow 400ms both;
    }

    #ac-globalnav.searchopen .ac-gn-list {
        display: none;
    }

    #ac-globalnav.searchhide .ac-gn-list {
        bottom: auto;
        -webkit-animation: ac-gn-list-searchshow 400ms reverse both;
        animation: ac-gn-list-searchshow 400ms reverse both;
    }

    #ac-globalnav .ac-gn-list:after {
        display: none;
    }
}
#ac-globalnav .ac-gn-item {
    display: inline-block;
    position: relative;
    z-index: 1;
    vertical-align: top;
}
@media only screen and (max-width: 767px) {
    #ac-globalnav .ac-gn-item {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    #ac-globalnav .ac-gn-item-menu {
       border-bottom: 1px solid #BF2A2A;
        opacity: 0;
        /*pointer-events: none;*/
        -webkit-transform: scale(1.1) translateY(-24px);
        transform: scale(1.1) translateY(-24px);
        -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
        transition: opacity 0.35s ease-out, transform 0.35s ease-out;
    }
    #ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-item-menu, #ac-gn-menustate:target ~ #ac-globalnav .ac-gn-item-menu {
        opacity: 1;
        -webkit-transform: none;
        transform: 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;
}
@media only screen and (max-width: 767px) {
    #ac-globalnav .ac-gn-item-menu .ac-gn-link {
        background-position: left center;
        display: block;
        outline-offset: 0;
        padding: 0;
        width: auto;
        max-width: none;
    }
}
#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-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);
    transform: rotate(45deg);
}
#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);
    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);
    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);
    transform: translateY(0);
    -webkit-transition-delay: 0;
    transition-delay: 0;
}
#ac-globalnav .ac-gn-menuicon-bread-crust-bottom {
    bottom: 23px;
    -webkit-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);
    transform: translateY(0);
}
#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%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}