.megamenu-container {
  top: -15px !important; }

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

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

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

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

.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; }

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

.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: 992px) {
  .megamenu-container {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 67px;
    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: 567px; }

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

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

  .megamenu-level-0 > .megamenu > ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 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: #ffab90;
    border-left: 1px solid #FF5E2A;
    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: #FF5E2A; }

  .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: 67px;
    left: 0;
    width: 33.3333%;
    height: 100%;
    background: #E2E2DD; }

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

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

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

  .megamenu-level-1 > .megamenu > ul > li > a:hover {
		 color: #FF5E2A; 
	}

  .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: 67px;
    left: 33.3333%;
    width: 66.6666%;
    height: 100%;
    padding-left: 40px;
    background: #FF5E2A; }

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

  .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: 700;
    columns: 2; }

  .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 #ffab90; }

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

  .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 #ffab90; }

  .megamenu__contact {
    font-size: 18px;
    font-weight: 700;
    color: black; }
    .megamenu__contact a {
      color: black;
      text-decoration: none; }
      .megamenu__contact a:hover {
        text-decoration: none; 
	  color: #fff;} }
  @media screen and (min-width: 992px) and (min-width: 768px) {
    .megamenu__contact a[href^="tel"] {
      pointer-events: none; } }

@media screen and (min-width: 992px) {
  .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-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; } }

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