.ghf-header-component,
.ghf-footer-component,
#header,
.footer-bottom {
    display: none
}

@media screen and (min-width:61.25em) {
    body.foundation .cafe-nav li.foundation>a {
        font-weight: bold;
        border-bottom: 2px solid #0076ce
    }
}

body.component .cafe-nav li.component>a {
    font-weight: bold;
    border-bottom: 2px solid #0076ce
}

body.template .cafe-nav li.template>a {
    font-weight: bold;
    border-bottom: 2px solid #0076ce
}

.gt-ie10 .cafe-nav-container .cafe-nav .sub-menu {
    box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.2)
}

.cafe-nav-container {
    position: relative;
    height: 50px;
    z-index: 999
}

@media screen and (min-width:61.25em) {
    .cafe-nav-container {
        height: 60px
    }
}

.cafe-nav-container .cafe-nav-container-inner {
    position: fixed;
    width: 100%;
    left: 0;
    height: 60px;
    background-color: #fff;
    box-shadow: 1px 0 18px rgba(0, 0, 0, 0.3);
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2));
}

@media screen and (min-width:61.25em) {
    .cafe-nav-container .cafe-nav-container-inner {
        height: 60px
    }
}

.cafe-nav-container .cafe-nav-wrapper {
    height: 50px;
    display: flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    max-width: 1600px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px
}

@media screen and (min-width:61.25em) {
    .cafe-nav-container .cafe-nav-wrapper {
        height: 60px;
        align-items: center;
        -ms-flex: 1 1 auto
    }
}

@media screen and (min-width:80em) {
    .cafe-nav-container .cafe-nav-wrapper {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media screen and (min-width:100em) {
    .cafe-nav-container .cafe-nav-wrapper {
        padding-left: 90px;
        padding-right: 90px
    }
}

.cafe-nav-container .logo-container {
    display: flex;
    display: -ms-flexbox;
    flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    align-items: center;
    -ms-flex-align: center;
    flex-flow: column;
    -ms-flex-flow: column;
    justify-content: center;
    -ms-flex-pack: center;
    padding-top: 10px;
}

@media screen and (max-width:47.93em){ .cafe-nav-container .cafe-nav-container-inner { height:50px; }
.cafe-nav-container .logo-container {
    padding-top: 4px;    
}
}

@media screen and (min-width:61.25em) {
    .cafe-nav-container .logo-container {
        flex-flow: row;
        -ms-flex-flow: row;
        justify-content: flex-start;
        -ms-flex-pack: start;
        padding-top: 0;
        margin-bottom: -4px
    }
}

.cafe-nav-container .logo-container img {
    width: 145px
}

@media screen and (min-width:61.25em) {
    .cafe-nav-container .logo-container img {
        width: 194px
    }
}

.cafe-nav-container .logo-container span {
    font-size: 12px;
    color: gray;
    display: inline-block;
    line-height: 19px
}

@media screen and (min-width:61.25em) {
    .cafe-nav-container .logo-container span {
        font-size: 23px;
        margin-top: -2px;
        margin-left: 13px;
        padding-left: 14px;
        border-left: 1px solid gray
    }
}

.cafe-nav-container ul.cafe-nav {
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    position: absolute;
    z-index: 9;
    width: 100%;
    left: 0;
    margin-top: 50px;
    flex-flow: column;
    -ms-flex-flow: column;
    left: 100%;
    transition: left .5s cubic-bezier(0.4, 0.4, 0.25, 1);
    height: 100vh;
    background-color: #fff;
    overflow-y: scroll;
    padding-bottom: 50px
}

.cafe-nav-container ul.cafe-nav.open {
    left: 0
}

@media screen and (min-width:61.25em) {
    .cafe-nav-container ul.cafe-nav {
        position: relative;
        background-color: transparent;
        left: inherit;
        width: inherit;
        flex-flow: row;
        -ms-flex-flow: row;
        padding-top: inherit;
        align-items: center;
        -ms-flex-align: center;
        height: 60px;
        margin-top: 0;
        overflow-y: inherit;
        padding-bottom: 0
    }
}

@media screen and (min-width:61.25em) {
    .cafe-nav-container ul.cafe-nav .mobile-only {
        display: none
    }
}

.cafe-nav-container ul.cafe-nav>li {
    display: flex;
    display: -ms-flexbox;
    flex-flow: column;
    -ms-flex-flow: column;
    position: relative;
    background-color: #eee
}

@media screen and (min-width:61.25em) {
    .cafe-nav-container ul.cafe-nav>li {
        background-color: transparent;
        flex-flow: row;
        -ms-flex-flow: row;
        align-items: center;
        -ms-flex-align: center;
        float: left;
        height: 100%
    }
}

.cafe-nav-container ul.cafe-nav>li:after {
    content: "";
    position: absolute;
    pointer-events: none;
    right: 18px;
    top: 22px;
    width: 13px;
    height: 6px;
    background-image: url(../images/icon-accordion-arrow.svg)
}

@media screen and (min-width:61.25em) {
    .cafe-nav-container ul.cafe-nav>li:after {
        display: none
    }
}

@media screen and (min-width:61.25em) {
    .cafe-nav-container ul.cafe-nav>li:last-child a {
        margin-right: 0
    }
}

@media screen and (min-width:61.25em) {
    .cafe-nav-container ul.cafe-nav>li:hover>a {
        border-bottom: 2px solid #0076ce
    }
}

.cafe-nav-container ul.cafe-nav>li:hover .sub-menu {
    display: block
}

.cafe-nav-container ul.cafe-nav>li.open:after {
    top: 21px;
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.cafe-nav-container ul.cafe-nav>li.open .sub-menu {
    max-height: 1000px
}

.cafe-nav-container ul.cafe-nav>li>a {
    border-top: 1px solid rgba(200, 201, 199, 0.5);
    color: #1a1a1a;
    padding-top: 8px;
    padding-bottom: 5px;
    padding: 15px 20px 14px
}

@media screen and (min-width:61.25em) {
    .cafe-nav-container ul.cafe-nav>li>a {
        border-top: 0;
        border-bottom: 2px solid #fff;
        padding: 0;
        padding-top: 8px;
        padding-bottom: 6px;
        margin-left: 20px;
        margin-right: 10px
    }
}

.cafe-nav-container .sub-menu {
    min-width: 120px;
    background-color: #fff;
    position: relative;
    right: 0;
    max-height: 0;
    overflow: hidden
}

@media screen and (min-width:61.25em) {
    .cafe-nav-container .sub-menu {
        position: absolute;
        display: none;
        top: 100%;
        max-height: calc(99vh - 60px);
        right: 10px;
        overflow-y: auto
    }
}

.cafe-nav-container .sub-menu li {
    background-color: #eee
}

@media screen and (min-width:61.25em) {
    .cafe-nav-container .sub-menu li {
        background-color: transparent
    }
}

@media screen and (min-width:61.25em) {
    .cafe-nav-container .sub-menu li:last-child a {
        padding-bottom: 20px;
        border: 0
    }
}

@media screen and (min-width:61.25em) {
    .cafe-nav-container .sub-menu li:hover {
        background-color: rgba(200, 201, 199, 0.5)
    }
}

@media screen and (min-width:61.25em) {
    .cafe-nav-container .sub-menu li:hover:not(:first-child) {
        padding-top: 1px;
        margin-top: -1px
    }
}

.cafe-nav-container .sub-menu a {
    font-size: 14px;
    display: block;
    padding: 15px 30px 14px 13px;
    color: #1a1a1a;
    margin: 0 0 0 20px;
    border-top: 1px solid rgba(200, 201, 199, 0.5);
    white-space: nowrap
}

@media screen and (min-width:61.25em) {
    .cafe-nav-container .sub-menu a {
        margin: 0 10px;
        border-top: 0;
        border-bottom: 1px solid rgba(200, 201, 199, 0.5)
    }
}

@media screen and (max-width:47.99em) {
    .cafe-nav-container .sub-menu a:focus {
        background-color: rgba(200, 201, 199, 0.5)
    }
}

.cafe-nav-container .cafe-nav-mobile-header {
    position: absolute;
    background-color: #0076ce;
    width: 100%;
    height: 50px;
    top: 0;
    display: flex;
    align-items: center;
    direction: rtl;
    padding-right: 16px;
    display: none
}

@media screen and (min-width:61.25em) {
    .cafe-nav-container .cafe-nav-mobile-header {
        display: none
    }
}

.cafe-nav-container .close-button {
    display: inline-block;
    right: 23px;
    top: 21px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    padding-top: 5px
}

.cafe-nav-container .close-button:before {
    content: "+";
    font-size: 48px;
    color: #fff
}

.cafe-nav-container .open-button {
    position: absolute;
    display: flex;
    align-items: center;
    left: 20px;
    width: 18px;
    height: 100%
}

@media screen and (min-width:61.25em) {
    .cafe-nav-container .open-button {
        display: none
    }
}

.cafe-nav-container .open-button .hamburger-wrapper {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: flex-end;
    z-index: 9
}

.cafe-nav-container .open-button .hamburger-wrapper.open .hamburger-divs div:nth-child(1):after {
    animation: divs-1-r .5s forwards
}

.cafe-nav-container .open-button .hamburger-wrapper.open .hamburger-divs div:nth-child(2):after {
    opacity: 0
}

.cafe-nav-container .open-button .hamburger-wrapper.open .hamburger-divs div:nth-child(3):after {
    animation: divs-3-r .5s forwards
}

.cafe-nav-container .open-button .hamburger-wrapper .hamburger-divs div:nth-child(1):after {
    transform: rotate(0);
    top: -6px;
    animation: divs-1 .5s reverse
}

.cafe-nav-container .open-button .hamburger-wrapper .hamburger-divs div:nth-child(2):after {
    top: 0
}

.cafe-nav-container .open-button .hamburger-wrapper .hamburger-divs div:nth-child(3):after {
    top: 6px;
    animation: divs-3 .5s reverse
}

.cafe-nav-container .open-button .hamburger-wrapper .hamburger-divs div:after {
    transition: background opacity .5s
}

.cafe-nav-container .open-button .hamburger {
    width: 18px;
    height: 18px
}

.cafe-nav-container .open-button .hamburger-divs {
    margin-left: 12px;
    margin-top: 8px
}

.cafe-nav-container .open-button .hamburger-divs>div {
    position: relative
}

.cafe-nav-container .open-button .hamburger-divs div:after {
    content: "";
    position: absolute;
    display: block;
    width: 18px;
    height: 1px;
    left: -12px;
    background-color: #1a1a1a;
    transition: opacity 300ms;
}

.cafe-footer-container {
    background-color: #00447c
}

.cafe-footer-container .cafe-footer {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    flex-flow: column;
    -ms-flex-flow: column;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 11px;
    max-width: 1600px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px
}

@media screen and (min-width:80em) {
    .cafe-footer-container .cafe-footer {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media screen and (min-width:100em) {
    .cafe-footer-container .cafe-footer {
        padding-left: 90px;
        padding-right: 90px
    }
}

@media screen and (min-width:48em) {
    .cafe-footer-container .cafe-footer {
        flex-flow: row wrap;
        -ms-flex-flow: row wrap
    }
}

.cafe-footer-container .cafe-footer ul {
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    display: flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    justify-content: center;
    -ms-flex-align: end;
    padding-bottom: 10px;
    width: 230px;
    margin: auto
}

@media screen and (min-width:48em) {
    .cafe-footer-container .cafe-footer ul {
        justify-content: flex-start;
        padding: 0;
        border-bottom: 0
    }
}

@media screen and (max-width:47.99em) {
    .cafe-footer-container .cafe-footer ul:nth-child(1) li:nth-child(1) {
        border: 0;
        margin-right: 0
    }
}

.cafe-footer-container .cafe-footer ul:nth-child(2) {
    padding-top: 20px;
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: -10px
}

@media screen and (min-width:48em) {
    .cafe-footer-container .cafe-footer ul:nth-child(2) {
        padding-top: 0;
        justify-content: flex-end;
        margin-bottom: 0;
        -ms-flex-pack: end
    }
}

.cafe-footer-container .cafe-footer ul:nth-child(2):before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    width: 100%;
    margin-top: -20px;
    left: 0
}

@media screen and (min-width:61.25em) {
    .cafe-footer-container .cafe-footer ul:nth-child(2):before {
        display: none
    }
}

@media screen and (max-width:47.99em) {
    .cafe-footer-container .cafe-footer ul:nth-child(2) li:nth-child(2) {
        border: 0;
        padding-right: 0;
        margin-right: 0
    }
}

.cafe-footer-container .cafe-footer ul li {
    border-right: 1px solid #fff;
    padding-right: 16px;
    margin-right: 16px;
    margin-bottom: 10px
}

@media screen and (min-width:48em) {
    .cafe-footer-container .cafe-footer ul li {
        margin-bottom: 0
    }
}

.cafe-footer-container .cafe-footer ul li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0
}

.cafe-footer-container .cafe-footer ul li a {
    color: #fff;
    line-height: 11px
}

@keyframes divs-1 {
    0 {
        transform: rotate(0);
        top: -6px
    }

    25% {
        transform: rotate(0);
        top: -3px
    }

    60% {
        transform: rotate(30deg);
        top: 0
    }

    100% {
        transform: rotate(45deg);
        top: 0
    }
}

@keyframes divs-1-r {
    0 {
        transform: rotate(0);
        top: -6px
    }

    55% {
        transform: rotate(0);
        top: -3px
    }

    80% {
        transform: rotate(30deg);
        top: 0
    }

    100% {
        transform: rotate(45deg);
        top: 0
    }
}

@keyframes divs-3 {
    0 {
        transform: rotate(0);
        top: 6px
    }

    25% {
        transform: rotate(0);
        top: 3
    }

    60% {
        transform: rotate(-30deg);
        top: 0
    }

    100% {
        transform: rotate(-45deg);
        top: 0
    }
}

@keyframes divs-3-r {
    0 {
        transform: rotate(0);
        top: 6px
    }

    55% {
        transform: rotate(0);
        top: 3
    }

    80% {
        transform: rotate(-30deg);
        top: 0
    }

    100% {
        transform: rotate(-45deg);
        top: 0
    }
}