.nav-submenu-content {
  position: relative;
  width: 100%;
  height: 70px; }

.megamenu-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* Mobile megamenu above wpadminbar. */
  z-index: 999999;
  display: none;
  background: #2f876b;
  opacity: 0.9;
  overflow-y: scroll;
  max-height: 100vh; }

.megamenu {
  display: none;
  width: 100%;
  font-size: 14px; }

.megamenu > ul {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 20px; }

.megamenu > ul > li {
  line-height: 34px; }

.megamenu > ul > li > a,
.megamenu > ul > li > a:link,
.megamenu > ul > li > a:visited,
.megamenu > ul > li > a:hover,
.megamenu > ul > li > a:active {
  color: #fff;
  text-decoration: none; }

.megamenu > ul > li:first-child {
  border-top: 0; }

.megamenu > ul > li:last-child {
  border-bottom: 1px solid #fff; }

.megamenu > ul > li[data-menu-child]:after {
  content: '';
  position: absolute;
  right: 0;
  height: 13.333px;
  width: 10px;
  margin-top: 13px; }

.js-menu--active {
  display: block; }

.js-menu-container--active {
  display: block; }

.megamenu-level {
  display: none;
  margin-top: 0.5px;
  border-top: 1px solid black; }

.js-menu-level--active {
  display: block; }

.js-menu-close-trigger {
  position: absolute;
  top: 20px;
  right: 45px;
  background: none;
  border: none;
  font-weight: 300; }

.js-menu-close-trigger:after {
  content: '';
  position: absolute;
  right: -25px;
  height: 20px;
  width: 20px;
  margin-top: 2px; }

.js-menu-back-trigger {
  position: absolute;
  top: 20px;
  left: 40px;
  background: none;
  border: none;
  font-weight: 300;
  opacity: 0.9; }

.js-menu-back-trigger:before {
  content: '';
  position: absolute;
  left: -16px;
  height: 13.333px;
  width: 10px;
  margin-top: 5px;
  transform: scaleX(-1); }

@media screen and (min-width: 835px) {
  .megamenu-container {
    display: block;
    position: absolute;
    left: 5px;
    right: 0;
    height: 70px;
    background: none;
    opacity: 1;
    overflow: hidden;
    /* Decrease z-index so we can raise other elements in the header. */
    z-index: 10; }

  .js-menu-container--active {
    height: 570px; }

  .megamenu-level-0 {
    display: inline-block;
    line-height: 70px;
    background: #fff;
    color: #000; }

  .megamenu-level-0 > .megamenu {
    display: block; }

  .megamenu-level-0 > .megamenu > ul {
    position: absolute;
    top: 13px;
    left: 0;
    width: auto;
    height: auto;
    background: transparent;
    list-style: none;
    padding: 0;
    margin: 0; }

  .megamenu-level-0 > .megamenu > ul > li {
    display: inline-block;
    /* Subtract 2 * border-bottom-width from line-height for transition. */
    line-height: 45px;
    margin: 0;
    padding: 0 10px;
    font-weight: 600;
    font-size: 16px;
    border-bottom-color: #57c5a2;
    border-left: 1px solid #2f876b;
    border-bottom-width: 0;
    transition: 0.2s border-bottom-width; }

  .megamenu-level-0 > .megamenu > ul > li > a,
  .megamenu-level-0 > .megamenu > ul > li > a:link,
  .megamenu-level-0 > .megamenu > ul > li > a:visited,
  .megamenu-level-0 > .megamenu > ul > li > a:active {
    color: #000; }

  .megamenu-level-0 > .megamenu > ul > li > a:hover {
    color: #2f876b; }

  .megamenu-level-0 > .megamenu > ul > li:first-of-type {
    border-left: 0; }

  /* Override mobile style. */
  .megamenu-level-0 > .megamenu > ul > li:last-child {
    border-bottom-width: 0; }

  .megamenu-level-0 > .megamenu > ul > li:hover {
    border-bottom-width: 0; }

  .megamenu-level-0 > .megamenu > ul > li[data-menu-child]:after {
    display: none; }

  .megamenu-level-1.js-menu-level--active {
    display: block;
    position: absolute;
    top: 70px;
    left: 0;
    width: 33.3333%;
    height: 100%;
    background: #E2E2DD;
    padding-left: 20px; }

  .megamenu-level-1 > .megamenu > ul {
    position: absolute;
    top: 10px;
    right: 20px;
    left: 0;
    width: auto;
    min-width: 200px;
    min-height: 450px;
    padding: 0 20px;
    color: #000;
    font-size: 14px;
    font-weight: 300; }

  .megamenu-level-1 > .megamenu > ul > li {
    display: block;
    margin: 0 3px;
    border-bottom: 0; }

  .megamenu-level-1 > .megamenu > ul > li > a,
  .megamenu-level-1 > .megamenu > ul > li > a:link,
  .megamenu-level-1 > .megamenu > ul > li > a:visited,
  .megamenu-level-1 > .megamenu > ul > li > a:hover,
  .megamenu-level-1 > .megamenu > ul > li > a:active {
    color: #000; }

  .megamenu-level-1 > .megamenu > ul > li > a:hover {
    text-decoration: underline; }

  .megamenu-level-1 > .megamenu > ul > li:first-child {
    border-top: none; }

  .megamenu-level-1 > .megamenu > ul > li:last-child {
    border-bottom: none; }

  .megamenu-level-1 > .megamenu > ul > li[data-menu-child]:after {
    display: none; }

  .megamenu-level-2.js-menu-level--active {
    display: block;
    position: absolute;
    top: 70px;
    left: 33.3333%;
    width: 66.6666%;
    height: 100%;
    padding-left: 60px;
    background: #2f876b;
    z-index: 100; }

  .megamenu-level-2 > .megamenu > h4 {
    color: #fff;
    background: #2f876b;
    font-size: 18px;
    font-family: Lato, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    padding: 20px 40px 0 40px;
    margin: 0;
    margin-left: -60px; }

  .megamenu-level-2 > .megamenu > ul {
    position: relative;
    top: 0;
    left: -20px;
    float: left;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    columns: 2;
    z-index: 100;
    padding-top: 0; }

  .megamenu-level-2 > .megamenu.one-column > ul {
    columns: 1;
    padding-left: 0; }

  .megamenu-level-2 > .megamenu > ul > li {
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #57c5a2;
    line-height: 10px;
    margin-top: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    transition: all .3s ease; }
    .megamenu-level-2 > .megamenu > ul > li:hover {
      border-bottom: 1px solid #90d8c1; }

  .megamenu-level-2 > .megamenu > ul > li > a,
  .megamenu-level-2 > .megamenu > ul > li > a:link,
  .megamenu-level-2 > .megamenu > ul > li > a:visited,
  .megamenu-level-2 > .megamenu > ul > li > a:hover,
  .megamenu-level-2 > .megamenu > ul > li > a:active {
    color: #fff; }

  .megamenu-level-2 > .megamenu > ul > li > a:hover {
    text-decoration: underline; }

  .megamenu-level-2 > .megamenu > ul > li:before {
    content: '';
    position: absolute;
    height: 13.333px;
    width: 10px;
    left: 0;
    top: 3px;
    margin-top: 14px; }

  .megamenu-level-2 > .megamenu > ul > li:first-child {
    border-top: none; }

  .megamenu-level-2 > .megamenu > ul > li:last-child {
    border-bottom: 1px solid #57c5a2; }

  .megamenu__contact {
    font-size: 16px;
    font-weight: 400;
    color: white;
    position: relative;
    left: -20px; }
    .megamenu__contact a {
      color: white;
      text-decoration: underline; }
      .megamenu__contact a:hover {
        text-decoration: none; } }
  @media screen and (min-width: 835px) and (min-width: 768px) {
    .megamenu__contact a[href^="tel"] {
      pointer-events: none; } }

@media screen and (min-width: 835px) {
  .megamenu__contact > .tel > span {
    font-weight: 900; }

  .js-menu-close-trigger {
    display: none; }

  .js-menu-back-trigger {
    display: none; } }
/* Increase spacing in header menu when the screen is wide enough. */
@media screen and (min-width: 1100px) {
  .megamenu-container {
    left: 15px; }

  .megamenu-level-0 > .megamenu > ul {
    top: 3px;
    left: 15px; }

  .megamenu-level-0 > .megamenu > ul > li {
    margin: 10px 0 0 0;
    padding: 0 30px; }

  .megamenu-level-0 > .megamenu > ul > li:first-of-type {
    border-left: 0;
    padding-left: 0; }

  .megamenu__contact {
    font-size: 16px; } }
@media (max-width: 991px) {
  .menu-toggle {
    display: inline-flex;
    width: 80px;
    height: 70px;
    background-color: #2f876b;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-size: 12px;
    border-radius: 0 !important;
    cursor: pointer; }
    .menu-toggle img {
      max-width: 30px; } }
.mobile-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  top: 0;
  right: -100%;
  opacity: 0;
  background-color: #fff;
  border-left: 1px solid #ddd;
  transition: all .3s ease; }
  .mobile-menu.menu-active {
    opacity: 1;
    right: 0;
    z-index: 100; }
  .mobile-menu a {
    font-family: "Helvetica Neue LT Std",sans-serif; }
  .mobile-menu #site-navigation {
    display: block; }
  .mobile-menu .close-menu {
    display: block;
    width: 100%;
    padding: 15px; }
    .mobile-menu .close-menu img {
      display: block;
      position: relative;
      margin-left: auto;
      max-width: 20px;
      cursor: pointer; }

.nav-contact-content {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .nav-contact-content a {
    text-transform: uppercase; }

.main-header .main-nav .nav-one-content .nav-sub-one .general-main-menu li a {
  font-weight: 600 !important; }

/* Drilldown Menu Style Fixes */
#menu-mobile-drill-down-menu {
  margin-top: 0 !important; }
  #menu-mobile-drill-down-menu li {
    margin-top: 0 !important; }

.dropdown-menu {
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  min-height: 85vh !important;
  padding-top: 0 !important;
  margin-top: 0; }
  .dropdown-menu ul {
    margin: 0 !important; }
  .dropdown-menu li {
    margin: 0 !important;
    margin-top: 0 !important; }

.main-nav > li a {
  line-height: 18px !important;
  padding: 16px 20px !important; }

.expand:before {
  background-image: url("https://slaterheelis.co.uk/wp-content/themes/slater-heelis/assets/images/menu-arrow-green.png") !important; }

.back-prev-menu:before {
  background-image: url("https://slaterheelis.co.uk/wp-content/themes/slater-heelis/assets/images/white-back.png") !important; }

.nav-one-content li {
  border-bottom: 0 !important; }

@media (max-width: 767px) {
  .rssw__widget {
    display: none;
    visibility: hidden; } }

.nav-contact-content {
  width: 100px; }

@media screen and (max-width: 834px) {
  .nav-three-content .nav-phone-one .call-btn-nav {
    font-size: 14px; } }
@media screen and (max-width: 834px) {
  .nav-three-content .nav-phone-one .call-btn-nav span {
    font-size: 14px; } }

/*# sourceMappingURL=tabbednavigation.css.map */
