/* Flexnav Base Styles */

.flexnav {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-height: 0;
    padding: 0;
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    line-height: 1;
    background: #fff;
    box-shadow: inset 0 2px 5px rgba(0,0,0,.25);
    position: relative;
    z-index: 9999;
}

.flexnav.opacity {
    opacity: 0;
}

.flexnav.flexnav-show {
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.flexnav.one-page {
    position: fixed;
    top: 50px;
    right: 5%;
    max-width: 200px;
}

.flexnav li {
    font-size: 100%;
    position: relative;
    overflow: hidden;
}

.flexnav li a {
    position: relative;
    display: block;
    padding: .96em;
    font-size: 1.5em;
    border-bottom: 1px solid #ddd;
    text-align: center;
    z-index: 2;
    overflow: hidden;
    color: #848484;
    text-decoration: none;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}

.flexnav li a:hover{
  color: #555;
}

.flexnav li ul {
    width: 100%;
    padding: 0;
}

.flexnav li ul li {
    font-size: 100%;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #8C2223;
}
.flexnav li ul li:last-child {
    border-bottom: none;
}

.flexnav li ul.flexnav-show li {
    overflow: visible;
}

.flexnav li ul li a {
    display: block;
    color: #fff;
    background: #AE2E33;
    padding: .75em 0;
}
.flexnav li ul li a:hover {
    color: #fff;
    background: #8C2223;
}

.flexnav ul li ul li a {
    background: #8C2223;
}

.flexnav ul li ul li ul li a {
    background: #7B171F;
}

.flexnav .touch-button {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  background: transparent;
  text-align: center;
}

.flexnav .touch-button:hover {
  cursor: pointer;
}

.flexnav .touch-button .navicon {
  position: relative;
  top: 1rem;
  font-size: 12px;
  color: transparent;
}

.menu-button.one-page {
  position: fixed;
  top: 0;
  right: 5%;
  padding-right: 45px;
}

.menu-button .touch-button {
  background: transparent;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
}

.menu-button .touch-button .navicon {
  font-size: 16px;
  position: relative;
  top: 1em;
  color: #666;
}



/*-------------------*/
.menu-button span {
    position: relative;
    margin: 0 auto;
    top: 3px;
    display: block;
    color: #666;
    cursor: pointer;
    border: none;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 900;
    border-radius: 0;
    box-shadow: none;
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    font-weight: 700;
    font-size: 1.875rem;
    text-transform: uppercase;
    color: #ae2e33;
}

.flexnav .touch-button {
  position: absolute;
  z-index: 999;
  top: 5px;
  right: 0;
  width: 35px;
  height: 35px;
  display: inline-block;
  background: transparent;
  text-align: center;
}

.flexnav .touch-button svg {
    fill: #ADADAD;
    width: 100%;
    max-height: 30px;
    transition: all 0.3s ease-in-out;
}

.flexnav .touch-button:focus {
  outline: none;
}

.flexnav .touch-button svg:focus {
  outline: none;
}

.flexnav .touch-button svg use:focus {
  outline: none;
}

.flexnav .touch-button.active svg {
    fill: #CCC;
    width: 100%;
    margin: 0 auto;
    max-height: 24px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.flexnav .touch-button.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.flexnav .touch-button:hover {
  cursor: pointer;
}

.menu-button .touch-button {
  background: transparent;
  position: absolute;
  z-index: 999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 27px;
  width: 35px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
}

.menu-button .touch-button .navicon {
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  right: 15px;
  height: 3px;
  background: #ae2e33;
  -webkit-transition: background 0.2s;
  transition: background .2s;
}

.menu-button .touch-button .navicon:before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ae2e33;
  content: "";
  top: -9px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
  -webkit-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  transition-delay: .3, 0s;
}

.menu-button .touch-button .navicon:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ae2e33;
  content: "";
  bottom: -9px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  -webkit-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
}

.menu-button .touch-button.active .navicon {
  background: transparent;
}

.menu-button .touch-button.active .navicon:before,
.menu-button .touch-button.active .navicon:after {
  -webkit-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  transition-delay: 0s, 0.3s;
}

.menu-button .touch-button.active .navicon:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-button .touch-button.active .navicon:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*************
Subnav Styles
*************/

nav.subnav {
    position: relative;
    height: auto;
    margin: 0;
    padding: 4.25rem 0 .5em;
}

nav.subnav h2 {
    text-align: left;
    padding: 0 0 0 2.5rem;
}

nav.subnav h2 a {
    color: #555;
    text-decoration: none;
}

.subnav ul {
    list-style-type: none;
    padding: 1em 0;
    margin: 0;
}

.subnav ul li {
  padding: 0 0 0 2.5rem;
  margin: 0;
  border-left: 1px solid transparent;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.subnav ul li:hover {
  background: #cfcfcf;
  border-left: 5px solid #ae2e33;
}
.subnav ul li:active {
  background: #ae2e33;
}

.subnav ul li.active {
    background: #fff;
    border-left: 5px solid #ae2e33;
    box-shadow: 0 13px 20px -18px;
    font-weight: 700;
}

.subnav ul li a {
    display: block;
    padding: 0.75rem 0;
    color: #777;
    text-decoration: none;
    line-height: 1;
}

.subnav ul li:hover a {
  color: #ae2e33;
}

.subnav ul li ul {
    display: none;
}

@media all and (min-width: 641px) {
    body.one-page {
        padding-top: 70px;
    }
    .flexnav {
      overflow: visible;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-around;
      justify-content: space-around;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-line-pack: center;
      -webkit-align-content: center;
      align-content: center;
      height: auto;
      max-height: none;
      padding-left: 16.6667%;
      box-shadow: none;
    }
    .flexnav.opacity {
        opacity: 1;
    }
    .flexnav.one-page {
        top: 0;
        right: auto;
        max-width: 1080px;
    }
    .flexnav li {
        position: relative;
        list-style: none;
        float: left;
        display: block;
        overflow: visible;
        flex-grow: 1;
        text-align: center;
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
    }
    .flexnav li:hover{
        background: #eee;
    }
    .flexnav li a {
        padding: 1.675em .96em;
        border-bottom: none;
        text-transform: uppercase;
    }
    .flexnav li > ul {
        position: absolute;
        top: auto;
        left: 0;
        padding: 0;
    }
    .flexnav li > ul li {
        width: 100%;
    }
    .flexnav li ul li > ul {
        margin-left: 100%;
        top: 0;
    }
    .flexnav li ul li a {
        border-bottom: none;
    }
    .flexnav li ul.open {
        display: block;
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }
    .flexnav li ul.open li {
        overflow: visible;
        max-height: 100px;
    }
    .flexnav li ul.open ul.open {
        margin-left: 100%;
        top: 0;
    }
    .flexnav .touch-button .navicon {
        position: relative;
        top: 2rem;
        font-size: 12px;
        color: transparent;
    }
    .flexnav .touch-button svg {
        transform: scale(.5);
        -webkit-transform: scale(.5);
        -moz-transform: scale(.7);
    }
    .menu-button {
        display: none;
    }
}

/* Flexbox Fallback */

.no-flexbox.no-flexboxlegacy.no-flexboxtweener .flexnav{
  display: inline-block;
}

.no-flexbox.no-flexboxlegacy.no-flexboxtweener .flexnav li{
  width: 100%;
}

.no-flexbox.no-flexboxlegacy.no-flexboxtweener .flexnav li ul li{
  width: 100%;
}

@media all and (min-width: 768px) {
    .pullnav--pull .flexnav > li > a {
        padding: .75em .96em;
    }
}

@media all and (min-width: 800px){
  .no-flexbox.no-flexboxlegacy.no-flexboxtweener .flexnav li{
    width: 20%;
  }
}