
.screen-reader-text {
    position: absolute !important;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #4f4236;
    border-radius: 3px;
    clip: auto !important;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html.mobile-app-view .fw-header,html.mobile-app-view .fw-footer,html.mobile-app-view .fw-pocket-navigation,html.mobile-app-view .fw-loc-mobile,html.mobile-app-view section.menu-callout-section,html.mobile-app-view .bottom-callout {
    display: none !important
}

@keyframes pocket-slide {
    0% {
        transform: translate3d(300px, 0, 0)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

html.open-pocket-nav .fw-header,html.open-pocket-nav .fw-header.headroom--unpinned,html.open-pocket-nav .fw-header.headroom--pinned,html.open-pocket-nav .fw-header.headroom--top,html.open-pocket-nav .sf-main,html.open-pocket-nav .fw-loc-mobile,html.open-pocket-nav .pocket-overlay, html.open-pocket-nav .sf-fixed-footer {
    transform: translate3d(-300px, 0, 0)
}

html.open-pocket-nav .fw-pocket-navigation {
    animation: pocket-slide .35s;
    transform: translate3d(0, 0, 0)
}

html.open-pocket-nav .pocket-overlay {
    height: 100%;
    height: 100vh;
    opacity: 1
}

.sf-main {
    position: relative;
    transform: translate3d(0, 0, 0);
    transition: transform .35s;
    will-change: transform
}

.pocket-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #312e2e;
    background: rgba(49,46,46,0.85);
    transform: translate3d(0, 0, 0);
    opacity: 0;
    transition: opacity .35s, transform .35s;
    z-index: 99999;
    -webkit-backface-visibility: hidden
}

.fw-pocket-navigation {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 300px;
    background: #f6f3d8;
    transform: translate3d(300px, 0, 0);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999999;
    padding-bottom: 80px;
}

@media all and (max-width: 560px) {
    .fw-pocket-navigation {
        overflow-y:scroll;
        -webkit-overflow-scrolling: touch
    }
}

.fw-pocket-navigation .pocket-navigation {
    position: relative;
    width: 100%;
}

.fw-pocket-navigation .pocket-navigation:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 9px;
    height: 100%;
}

.pocket-close,.span-close {
    display: block;
    position: absolute;
    top: 24px;
    right: 21px;
    height: 22px;
    width: 22px;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform .3s;
    cursor: pointer
}

.pocket-close:hover,.span-close:hover {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.pocket-close.light span,.span-close.light span {
    background: #fff
}

.pocket-close span,.span-close span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #004c71;
    transition: transform .3s
}

.pocket-close span:nth-of-type(1),.span-close span:nth-of-type(1) {
    top: 10px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pocket-close span:nth-of-type(2),.span-close span:nth-of-type(2) {
    top: 10px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pocket-header {
    position: relative;
    height: 65px;
    border-bottom: 0 !important;
}

.pocket-navigation ul li.menu-item {
    position: relative;
    display: block;
    width: 100%;
    font-family: "Trade Gothic",sans-serif;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #4f4236;
    border-bottom: 1px solid #decb10;
}

.pocket-navigation ul li.menu-item a {
    color: #000;
    width: 100%;
	font-size: 16px;
	padding: 16px;
    display: block
}

.menu-footer-primary-container {
	margin: 0 !important;
	padding: 0 16px;
}

#pocket-nav-trigger{
  position: absolute;
  top: 28px;
  left: 20px;
  display: none;
}

.fw-nav-trigger-icon {
	fill: #004c71;
}
