.is-drilldown-submenu-parent > a::after {
    border-color: transparent transparent transparent #000;
}
.js-drilldown-back > a::before {
    border-color: transparent #000 transparent transparent;
}
.title-bar {
    display: none;
}
.top-bar  ul{
    margin: 0px !important;
    padding: 0px !important;
}


@media screen and (min-width: 640px){
    .header.ce-col {
        min-height:115px;
    }
    #header-sticky-container {
        /*min-height: 130px;*/
    }
    .sticky-container {
        position: relative;
        z-index: 12;
    }
    #header-sticky-container .sticky.is-stuck {
        max-width: 100%;
        margin: 0px auto !important;
        left: 0px !important;
        right: 0px !important;
        background: #fff;
        border-bottom: 1px solid #f2f2f2;
    }
    #header-sticky-container .sticky.is-stuck .row {
        margin: 0px auto 0px auto !important;
        max-width: 1200px !important;
    }
    #header-sticky-container .sticky.is-stuck .logo img {
        max-width: 150px;
        height:auto;
        transition: 0.5s;
    }
    #header-sticky-container .sticky.is-stuck .mainnav,
    #header-sticky-container .sticky.is-stuck .login {
        padding-top: 0px;
        transition: 0.5s;
    }
    .top-bar {
        background: none;
        padding: 10px 0 0 0;
        position: relative;
        z-index: 11;
    }

    .top-bar  ul{
        background: none;
    }
    .top-bar  ul ul{
        background: #fff;
        background: rgba(255,255,255, 0.9);
        border: 1px solid #ccc !important;
    }

    .top-bar .menu {
        padding: 0!important;
        margin: 0;
        list-style-type: none;
    }
    .top-bar .menu > li {
        padding: 0px 0px 5px 0px;

    }
    .top-bar .menu > li >  a {
        display: inline-block;
        padding: 0px 14px 0px 14px !important;
        line-height: 1;
        font-family: 'Exo 2', Helvetica, Arial, sans-serif;
        color: #555;
        font-size: 160%;
        font-size: 1.6rem;
        line-height: 100%;
        text-decoration: none;
        display: inline-block;
        /*border-right: 1px solid #A57D79;*/
        /*transition: all .5s linear;*/
        /*background: #000*/
    }
    .top-bar .menu > li > a.rnav-a-last,
    .top-bar-right .menu > li > a{
        border:none;
    }
    .top-bar .menu > li  > a:link,
    .top-bar .menu > li  > a:visited {

    }
    .top-bar .menu > li:hover  > a {
        color: #74B727;
    }

    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
        border-color: #222 transparent transparent;
        /*top: 5px;*/
        right: 0px
    }
    .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after {
        border-color: transparent transparent transparent #222;
    }
    .dropdown.menu.medium-horizontal>li:hover.is-dropdown-submenu-parent>a:after {
        border-color: #74B727 transparent transparent;
    }
    .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after {
        border-color: transparent transparent transparent #222;
    }
    .top-bar .submenu {
        top: 56px;
        border: none;
        left: 0;
        min-width: 170px;
    }
    .top-bar .submenu > li {
        padding: 0px;
    }
    .top-bar .submenu > li > a {
        display: block;
        padding: 10px 14px !important;;
        border: none;
    }
    .top-bar .submenu > li > a:link,
    .top-bar .submenu > li > a:visited {


    }

    .top-bar .submenu > li > a:hover {
        color:#74B727;
        background: #ffffff;
    }

    .top-bar .submenu .submenu {
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 12;
    }

    .top-bar .submenu .is-dropdown-submenu-parent.is-right-arrow > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 4px;
        border-color:  transparent transparent transparent #000 ;
        border-left-style: solid;
        border-right-width: 0;
        top:4px;
        position: relative;
    }
}
.is-drilldown {
    height: auto !important;
}
.is-drilldown .menu li a {
    padding: 10px;
}
@media screen and (max-width: 640px){
    section.header {
        margin-bottom: 15px;
    }
    #header-sticky-container {
        min-height: 250px;
    }
    div.stage {
        margin-top: 15px;
    }
    .title-bar {
        z-index: 21;
    }
    .top-bar {
        z-index: 21;
    }
    .sticky {
        z-index: 4;
    }
    .title-bar {
        background: #74B727;
        color: #fefefe;
        padding: .5rem;
    }
}