.bottom-header {

}
.navbar-default {
    width: 100%;
    padding: 0;
    background: #F5F5F5;
    border-top-left-radius: var(--rp-radius);
    border-top-right-radius: var(--rp-radius);
}
#menu-header_mega_menu * {
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#menu-header_mega_menu li.menu-item {
	/*max-width: 100px;*/
}

#menu-header_mega_menu li.menu-item > a {
    display: block;
    padding: 15px 15px;
    position: relative;
    font-family: "Mona Sans", sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    color: var(--brand-grey);
    min-height: 62px;
}
#menu-header_mega_menu li.menu-item > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background-color: var(--rp-red);
    opacity: 0;
}
#menu-header_mega_menu li.menu-item > a:hover:after {
    opacity: 1;
}
#menu-header_mega_menu .dropdown-menu {
    left: 0;
    right: 0;
    margin: 0;
    border: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
/*    -webkit-box-shadow: 0px 10px 13px -7px #000000, 15px 19px 30px 7px rgba(0,0,0,0.17);
    box-shadow: 0px 10px 13px -7px #000000, 15px 19px 30px 7px rgba(0,0,0,0.17);
*/
    -webkit-box-shadow: 0px 29px 30px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 29px 30px 0px rgba(0,0,0,0.3);
}
.dropdown-menu {
    padding: 0;
}
.dropdown-menu_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 420px;
    padding: 40px 70px;
}
.nav.nav_column li {
    width: 100%;
    display: block;
}
.nav.nav_column li a {
    font-weight: 400;
    font-family: "Mona Sans", sans-serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    color: var(--brand-grey);
    padding: 3px 0;
    text-decoration: none!important;
    display: inline-block;
}
.nav.nav_column li a:hover {
    opacity: 0.65;
}
.nav_column_heading,
.nav_column_heading > a {
    margin-bottom: 24px;
    text-align: left;
    font-family: "Mona Sans", sans-serif;
    font-size: 19px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    color: var(--brand-grey);
    text-decoration: none!important;
}
.nav_column_heading > a:hover {
    opacity: 0.75;
}
p.nav-image-label {
    position: absolute;
    bottom: 16px;
    right: 20px;
    color: var(--white);
    text-align: left;
    font-family: "Mona Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 0;
}
.nav-image_inner {
    border-radius: var(--rp-radius);
    overflow: hidden;
}
.nav-image_inner .gradient{
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.nav-image_inner a.fill:hover {
    background: rgba(0,0,0,0.25);
}
.nav-image-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 144px;
    height: 144px;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
.header-message-inner {
    padding: 10px;
    background-color: var(--brand-blue);
    text-align: center;
    border-bottom-right-radius: var(--rp-radius);
    border-bottom-left-radius: var(--rp-radius);
}
.header-message-inner.no-radius {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.header-message-inner p,
.header-message-inner p a {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    text-decoration: none!important;
}
.header-message-inner p a:hover {
    opacity: 0.75;
}
/*

@media(max-width: 991px) {

    #menu-header_mega_menu {
        padding-top: 100px;
    }

    nav.main-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index:99;
    }
    #menu-header_mega_menu > li {
        width: 100%;
    }
    #menu-header_mega_menu .dropdown-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index:99;
    }
    .dropdown-menu_inner {
        height: 100%;
        width: 100%;
    }
    .menu-column {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
    }

}

*/

@media(max-width:991.98px) {
    #menu-touch-header_mega_menu {
        display: block!important;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        /*background: lightgrey;*/
        z-index: 99;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    #menu-touch-header_mega_menu.show {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    #menu-touch-header_mega_menu,
    #menu-touch-header_mega_menu  * {
        -webkit-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .mega-menu-background {
        -webkit-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.7);
        visibility: hidden;
        opacity: 0;
        z-index: 1;
    }
    .mega-menu-background.show {
        visibility: visible;
        opacity: 1;
    }
    #menu-touch-header_mega_menu ul {
        list-style-type: none;
        padding-left: 0;
        margin-bottom: 0!important;
        overflow-y: scroll;
    }
    #menu-touch-header_mega_menu .level-1 {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 13%;
        -webkit-box-shadow: 10px 0px 25px #00000029;
        box-shadow: 10px 0px 25px #00000029;
        background: #fff;
    }
    #menu-touch-header_mega_menu .level-1,
    #menu-touch-header_mega_menu .level-2 {
        right: 13%;
    }
    #menu-touch-header_mega_menu .level-3 {
        right: 0;
    }
    #menu-touch-header_mega_menu a,
    #menu-touch-header_mega_menu a:hover,
    #menu-touch-header_mega_menu a:focus,
    #menu-touch-header_mega_menu a.active {
        text-decoration: none!important;
    }
    #menu-touch-header_mega_menu li:not(.touchMenuHeader) > a {
        width: 100%;
        display: block;
        text-align: left;
        font: normal normal medium 17px/16px Futura PT;
        letter-spacing: 0px;
        color: var(--brand-grey);
        padding: 15px;
        border-bottom: 1px solid #dcdcdc;
    }
    #menu-touch-header_mega_menu a.noLink {
        background-position: right 15px center;
        background-size: 9px;
        background-repeat: no-repeat;
        background-image: url('../img/touch_menu_link.svg');
    }
    #menu-touch-header_mega_menu .dropdown-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        display: block!important;
        float: none!important;
        border-radius:0!important;
        margin: 0!important;
    }
    #menu-touch-header_mega_menu .dropdown-menu.level-2,
    #menu-touch-header_mega_menu .dropdown-menu.level-3 {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    #menu-touch-header_mega_menu .dropdown-menu.level-2 {

    }
    #menu-touch-header_mega_menu .dropdown-menu.level-3 {

    }
    #menu-touch-header_mega_menu .dropdown-menu.show {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .touchMenuHeader {
        background: var(--brand-grey);
        padding: 23px 26px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .touchMenuHeader a {
        display: block;
        float: left;
        width: 15px;
        height: 15px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        margin-right: 20px;
    }
    .touchMenuHeader a.close {
        background-image: url('../img/touch_menu_close.svg');
    }
    .touchMenuHeader a.back {
        background-image: url('../img/touch_menu_back.svg');
    }
    .touchMenuHeader span {
        font: normal normal bold 19px/23px Futura PT;
        font-family: "Mona Sans", sans-serif;
        font-size: 19px;
        line-height: 23px;
        font-weight: 700;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
    }
    #closeArea {
        position: absolute;
        background: transparent;
        top: 0;
        bottom: 0;
        right: 0;
        left: 87%;
    }
}

@media(max-width:991.98px) {
    .header-message-inner {

    }
}

@media(max-width:767.98px) {
    .header-message-inner {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
}
@media(min-width: 767.98px) {
    .top-header-nav li.border-right-custom a {
        border-right: 0px;
    }
}
.top-header-bar {
    padding: 10px;
    background-color: var(--brand-blue);
    min-height: 44px;
}
.top-header-bar p.mb0 {
    justify-content: center;
    /*flex-grow: 1;*/
    display: flex;
    text-align: center;
}
.top-header-nav li {
    margin: 0px;
}
.top-header-bar ul#menu-top_bar_menu {
    /*margin-top: -24px;*/
    position: absolute;
    right:0;
}
@media (min-width: 991.98px) and (max-width: 1199.98px){
    .top-header-bar p.mb0 {
        justify-content: start;
    }
}
.header-message-inner {
    background-color: var(--brand-grey);
}
.header-message .small-thumbnail {
    max-width: 24px;
    max-height: 24px;
}
.header-message .small-thumbnail img {
    border-radius: 100%;
}
.header-message-inner p {
    padding-left: 10px;
    line-height: 0;
    color: #fff;
}
.header-message .content-column.mb-xs1:last-child {
    margin-bottom: 0px;
}
header .container-fluid:last-child {
    padding-left: 0px;
    padding-right: 0px;
}
#menu-header_mega_menu li.menu-item > a {
    text-align: center;
    text-decoration: none!important;
}
@media(max-width: 991.98px){
    #menu-touch-header_mega_menu  ul#menu-top_bar_menu-1 li {
        background-color: #ececec;
    }
    #menu-touch-header_mega_menu ul#menu-top_bar_menu-1 li:last-child {
        background-color: var(--brand-blue);
    }
    #menu-touch-header_mega_menu ul#menu-top_bar_menu-1 li:last-child a {
        color: #fff;
        border-bottom: 0px;
    }
    .top-header-bar {
        min-height: 0;
    }
}
@media(max-width: 767.98px){
    .top-header-bar p.mb0,
    .top-header-bar p.mb0 a {
        font-size: 15px;
        line-height: 18px;
    }
    header .main-header {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

header .main-header {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}