.wrap__ctaBody {
    display: none;
}

.home-layout, .fullwidth-layout {
    border: solid #cf5f5b;
}

.heading:before, 
.wrap__footer {
    background: #334854;
}
.hamburger {
    background: #cf5f5b;
    color: #fff;
}
.hamburger:before {
    color: #fff;
}
    .sidebar-info:before {

        background: #ceddd4;
    }

.sidebar-info p, .sidebar-info a,
.wrap__ctaHeader .cta__link, .wrap__ctaHeader .cta__link--icon  {
    color: #334955;
}
.logo__title {
    color: #cf5f5b;
}
    #navigation_header .mm-panel:not(.sublevel-1):not(.sublevel-2) > .mm-listview > li.active > a:not(.mm-next), #navigation_header .mm-panel:not(.sublevel-1):not(.sublevel-2) > .mm-listview > li.active:hover > a:not(.mm-next), #navigation_header .mm-panel:not(.sublevel-1):not(.sublevel-2) > .mm-listview > li.mm-opened > a:not(.mm-next), #navigation_header .mm-panel:not(.sublevel-1):not(.sublevel-2) > .mm-listview > li.mm-opened:hover > a:not(.mm-next) {
        border-left-color: #cf5f5b;
    }

#navigation_header .mm-panel:not(.sublevel-1):not(.sublevel-2) > .mm-listview > li > a:not(.mm-next) {
    border-left: 25px groove #a33935;
    border-bottom: 1px solid;
}
        #navigation_header .mm-panel:not(.sublevel-1):not(.sublevel-2) > .mm-listview > li:hover > a:not(.mm-next) {
         border-left-color: #cf5f5b;
        background: #a33935;
        color: #fff;
    }

    #navigation_header .mm-panel {
    background: #c2cec7 !important;
}

#navigation_header .mm-listview > li > a:not(.mm-next) {
    font-size: 16px;
}


@media only screen and (max-width: 767px) {
  .sidebar-info {
    background: #CEDDD4;
        min-height: AUTO;
  }

}