@charset "UTF-8";
html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

*, *:after, *:before {
  box-sizing: inherit; }

body {
  background: #f4f4f4;
  font-size: 13px; }

a:focus, input:focus, button:focus, textarea:focus {
  outline: none; }

input::-ms-clear {
  display: none !important; }

#windowRef, #loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  z-index: -10; }

#loading {
  z-index: 999;
  background: #f4f4f4; }

.coverBG {
  background-size: cover;
  background-position: center center; }

.animating, .animating *, .animating *:before, .animating *:after, .animating a, .animating a *, .animating a *:before, .animating a *:after, .animating a.cta, .animating header .top .nav-menu-top li a, header .top .nav-menu-top li .animating a, .animating a.cta *, .animating header .top .nav-menu-top li a *, header .top .nav-menu-top li .animating a *, .animating a.cta *:before, .animating header .top .nav-menu-top li a *:before, header .top .nav-menu-top li .animating a *:before, .animating a.cta *:after, .animating header .top .nav-menu-top li a *:after, header .top .nav-menu-top li .animating a *:after, .disableAnimations [data-mh], .disableAnimations [data-mh] *, .disableAnimations [data-mh] *:before, .disableAnimations [data-mh] *:after, .disableAnimations [data-mh] a, .disableAnimations [data-mh] a *, .disableAnimations [data-mh] a *:before, .disableAnimations [data-mh] a *:after, .disableAnimations [data-mh] a.cta, .disableAnimations [data-mh] header .top .nav-menu-top li a, header .top .nav-menu-top li .disableAnimations [data-mh] a, .disableAnimations [data-mh] a.cta *, .disableAnimations [data-mh] header .top .nav-menu-top li a *, header .top .nav-menu-top li .disableAnimations [data-mh] a *, .disableAnimations [data-mh] a.cta *:before, .disableAnimations [data-mh] header .top .nav-menu-top li a *:before, header .top .nav-menu-top li .disableAnimations [data-mh] a *:before, .disableAnimations [data-mh] a.cta *:after, .disableAnimations [data-mh] header .top .nav-menu-top li a *:after, header .top .nav-menu-top li .disableAnimations [data-mh] a *:after {
  -webkit-transition-duration: 0s !important;
          transition-duration: 0s !important; }

#main {
  position: relative;
  z-index: 4;
  margin-top: 74px;
  margin-bottom: 75px; }
  @media (max-width: 1024px) {
    #main {
      margin-top: 0;
      margin-bottom: 0; } }
  #main:before {
    position: absolute;
    height: 126px;
    content: '';
    bottom: -75px;
    width: 100%;
    left: 0;
    background: #C9C8C3; }
    .home #main:before, #print #main:before {
      content: none; }

.mobileOnly.mobileOnly.mobileOnly {
  display: none; }
  @media (min-width: 0) and (max-width: 768px) {
    .mobileOnly.mobileOnly.mobileOnly {
      display: block; } }

.mobileOnly-ib.mobileOnly-ib.mobileOnly-ib {
  display: none; }
  @media (min-width: 0) and (max-width: 768px) {
    .mobileOnly-ib.mobileOnly-ib.mobileOnly-ib {
      display: inline-block; } }

@media (min-width: 0) and (max-width: 768px) {
  .desktopOnly {
    display: none !important; } }

.fixedGrayBar {
  width: 100%;
  height: 600px;
  background: #c9c8c3;
  position: absolute;
  top: 0;
  left: 0; }
  @media (max-width: 1025px) {
    .fixedGrayBar {
      display: none; } }
  .android .fixedGrayBar {
    display: none; }

.stickyBG {
  width: 100%;
  height: 330px;
  background-color: #c9c8c3;
  position: absolute;
  top: 0;
  left: 0; }
  .stickyBG + .container {
    padding-top: 100px; }
  @media (min-width: 0) and (max-width: 768px) {
    .stickyBG {
      height: 190px; }
      .stickyBG + .container {
        padding-top: 50px; }
        .stickyBG + .container.hasThumb {
          padding-top: 128px; } }

.grayBlock {
  background: #333333;
  text-align: center;
  color: white;
  padding: 55px 25px; }
  .grayBlock h1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px; }
  .grayBlock .smallType li {
    border-color: white; }
  .grayBlock address {
    line-height: 20px;
    font-style: normal;
    margin-top: 24px;
    margin-bottom: 24px; }

.grayBlockNormal {
  padding: 80px 60px 83px;
  background: #333333;
  color: white;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0; }
  @media (min-width: 0) and (max-width: 768px) {
    .grayBlockNormal {
      padding: 80px 20px 83px; } }
  .grayBlockNormal .subtitle {
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 15px;
    display: table;
    margin: 0 auto;
    margin-bottom: 16px;
    font-family: "GraphikSemibold", sans-serif;
    font-weight: 700;
    letter-spacing: 1.3px;
    color: rgba(255, 255, 255, 0.8);
    position: relative; }
    .grayBlockNormal .subtitle:before {
      content: '';
      position: absolute;
      left: 50%;
      margin-left: -25px;
      height: 1px;
      background: rgba(255, 255, 255, 0.8);
      width: 50px;
      bottom: -1px; }
  .grayBlockNormal h1 {
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 0;
    letter-spacing: 1.2px; }

@media (min-width: 0) and (max-width: 768px) {
  [class*="col-"] {
    padding-left: 0;
    padding-right: 0; } }
/* btns
========================================================= */
.cta, header .top .nav-menu-top li a, .gform_wrapper form input[type="submit"] {
  -webkit-transition: all 0.25s;
          transition: all 0.25s;
  background: #e1e1e1;
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  padding: 12px 30px;
  color: #1a1a1a;
  border-radius: 3px;
  text-decoration: none;
  text-transform: lowercase; }
  .hasHover .cta:hover, .hasHover header .top .nav-menu-top li a:hover, header .top .nav-menu-top li .hasHover a:hover, .hasHover .gform_wrapper form input[type="submit"]:hover, .gform_wrapper form .hasHover input[type="submit"]:hover, .hasHover .cta:focus, .hasHover header .top .nav-menu-top li a:focus, header .top .nav-menu-top li .hasHover a:focus, .hasHover .gform_wrapper form input[type="submit"]:focus, .gform_wrapper form .hasHover input[type="submit"]:focus {
    background: #6c6c6c;
    color: white; }

.cta2, .content p a, .page-template-listing .right .box .content p a {
  border-bottom: 1px solid;
  padding-bottom: 3px;
  color: #000;
  -webkit-transition: 0.25s;
          transition: 0.25s; }
  .hasHover .cta2:hover, .hasHover .content p a:hover, .content p .hasHover a:hover, .hasHover .page-template-listing .right .box .content p a:hover, .page-template-listing .right .box .content p .hasHover a:hover, .hasHover .cta2:focus, .hasHover .content p a:focus, .content p .hasHover a:focus, .hasHover .page-template-listing .right .box .content p a:focus, .page-template-listing .right .box .content p .hasHover a:focus {
    color: #989898; }

/* Images#333333
=================================================================== */
img.responsive {
  width: 100%;
  height: auto;
  display: inline-block; }

/* Typo
=================================================================== */
::-moz-selection {
  background: rgba(0, 0, 0, 0.3);
  color: white;
  text-shadow: none; }

::selection {
  background: rgba(0, 0, 0, 0.3);
  color: white;
  text-shadow: none; }

body {
  font-family: "Graphik", sans-serif;
  font-weight: 400; }

a {
  text-decoration: none; }

h1, h2, h3, .gform_wrapper .validation_error, h4, h5, h6 {
  margin-top: 0; }

h2 {
  font-size: 25px;
  font-weight: 600; }

h3, .gform_wrapper .validation_error {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px; }

ul {
  margin: 0;
  padding: 0; }

.content p {
  line-height: 23px; }

.content p a[href*=".jpg"], .content p a[href*=".png"], .content p a[href*=".bmp"], .content p a[href*=".gif"] {
  display: inline-block;
  padding-bottom: 0;
  border-bottom: 0; }
  .content p a[href*=".jpg"] img, .content p a[href*=".png"] img, .content p a[href*=".bmp"] img, .content p a[href*=".gif"] img {
    -webkit-transition: opacity 0.25s;
            transition: opacity 0.25s; }
  .hasHover .content p a[href*=".jpg"]:hover img, .hasHover .content p a[href*=".jpg"]:focus img, .hasHover .content p a[href*=".png"]:hover img, .hasHover .content p a[href*=".png"]:focus img, .hasHover .content p a[href*=".bmp"]:hover img, .hasHover .content p a[href*=".bmp"]:focus img, .hasHover .content p a[href*=".gif"]:hover img, .hasHover .content p a[href*=".gif"]:focus img {
    opacity: 0.6; }

.page-template-listing .right .box .content p a {
  display: inline; }

.content img {
  width: 100%;
  max-width: 500px;
  height: auto; }

hr {
  border-color: black;
  border: none;
  border-top: 1px solid black;
  width: 51px;
  margin: 0;
  margin-top: 26px;
  margin-bottom: 32px;
  text-align: left; }

.content {
  margin-bottom: 25px;
  background: white;
  padding: 32px 35px 35px; }
  .content.hours {
    padding-bottom: 10px; }
  .content.noBG {
    padding: 0;
    background: none;
    margin-bottom: 0; }
  .content ul, .content ol {
    margin: 0;
    padding: 0; }
    .content ul li, .content ol li {
      display: block;
      position: relative;
      padding-left: 11px;
      line-height: 23px; }
      .content ul li:before, .content ol li:before {
        position: absolute;
        left: 0; }
  .content ol {
    counter-reset: olCounter; }
    .content ol li {
      counter-increment: olCounter; }
      .content ol li:before {
        content: counter(olCounter) ". ";
        font-family: "GraphikSemibold", sans-serif;
        font-weight: 800; }
  .content ul li:before {
    content: '';
    background: black;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    top: 9px; }
  .content blockquote {
    margin-left: -35px;
    margin-right: -35px;
    padding: 32px 35px 35px;
    background: #efefef; }

[class*="col-"].noMargin {
  margin-bottom: 0; }

/* Small Type
=================================================================== */
ul.smallType {
  margin: 0;
  padding: 0;
  font-size: 0; }
  ul.smallType li {
    padding: 0 6px;
    display: inline-block;
    font-weight: 800;
    font-size: 12px;
    border-right: 1px solid black;
    text-transform: uppercase; }
    ul.smallType li:first-child:last-child, ul.smallType li:last-child {
      border-right: none; }

#hHolder {
  position: fixed;
  z-index: 5;
  width: 100%;
  top: 0; }
  .admin-bar #hHolder {
    top: 32px; }
  @media (max-width: 1024px) {
    #hHolder {
      position: relative;
      top: 0; }
      .admin-bar #hHolder {
        top: 0px; } }

#page.menu-opened:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #1a1a1a;
  z-index: 5; }
  @media (min-width: 1025px) {
    #page.menu-opened:before {
      display: none; } }

header .nav {
  width: 100%;
  height: 74px;
  background: white;
  padding: 0 30px;
  text-align: justify;
  position: relative;
  z-index: 5; }
  @media (max-width: 1180px) {
    header .nav {
      padding: 0 15px; }
      header .nav .bottom.bottom.bottom {
        right: 15px; } }
  header .nav:after {
    content: '';
    width: 100%;
    display: inline-block; }
  header .nav > div {
    vertical-align: top;
    display: inline-block; }
header .logo {
  width: 400px;
  padding-top: 10px;
  position: relative;
  z-index: 3; }
  @media (max-width: 1024px) {
    header .logo {
      width: auto; } }
  header .logo h1 {
    vertical-align: middle;
    margin-bottom: 0;
    display: inline-block; }
    header .logo h1 a, header .logo h1 img {
      display: block; }
    header .logo h1 img {
      height: 54px;
      -webkit-transition: all 0.25s;
              transition: all 0.25s; }
    .hasHover header .logo h1 a:hover img, .hasHover header .logo h1 a:focus img {
      opacity: 0.7; }
  header .logo .locations {
    vertical-align: middle;
    height: 24px;
    margin-left: 20px;
    padding-left: 24px;
    border-left: 1px solid black;
    text-transform: uppercase;
    font-size: 12px;
    color: #1a1a1a;
    display: inline-block;
    line-height: 24px;
    font-family: "GraphikSemibold", sans-serif;
    font-weight: 800; }
  @media (max-width: 400px) {
    header .logo {
      padding-top: 18px; }
      header .logo h1 {
        width: 140px; }
        header .logo h1 img {
          height: 42px; } }
header .top {
  text-align: right;
  position: relative;
  z-index: 3; }
  header .top .menu-header-top-container, header .top ul.socials {
    display: inline-block; }
  header .top .socials {
    margin: 0;
    margin-left: 25px;
    padding: 0;
    vertical-align: middle; }
    header .top .socials li {
      display: inline-block;
      vertical-align: middle; }
      header .top .socials li a {
        color: #343434;
        font-size: 16px;
        text-decoration: none;
        display: inline-block;
        display: inline-block;
        -webkit-transition: 0.25s;
                transition: 0.25s;
        padding: 0 7px; }
        .hasHover header .top .socials li a:hover, .hasHover header .top .socials li a:focus {
          color: #999999; }
      header .top .socials li.lucky {
        border-left: 1px solid #a6a6a6;
        padding-left: 20px;
        margin-left: 12px; }
        header .top .socials li.lucky img {
          width: 23px;
          display: block;
          height: 20px; }
        header .top .socials li.lucky a {
          padding: 0;
          margin-right: 0;
          position: relative; }
          header .top .socials li.lucky a .sprite {
            background: url(/National_Library/20160517234414oe_/https://momofukunoodlebar.com/wp-content/themes/noodlebarny/img/white.png);
            position: absolute;
            height: 27px;
            width: 23px;
            opacity: 1;
            top: -3px;
            background-repeat: no-repeat; }
  header .top .nav-menu-top {
    display: inline-block;
    padding: 0;
    margin: 15px 0 13px; }
    header .top .nav-menu-top li {
      display: inline-block;
      font-size: 0; }
      header .top .nav-menu-top li a {
        margin-left: 10px;
        text-decoration: none; }
header .bottom {
  position: absolute;
  right: 30px;
  top: 0;
  width: auto; }
  header .bottom:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 66px;
    background: white;
    z-index: 2; }
  header .bottom .menu-header-bottom-container {
    display: inline-block; }
  header .bottom .nav-menu-bottom {
    margin: 0;
    padding: 0;
    margin-top: 66px;
    font-size: 0; }
    header .bottom .nav-menu-bottom > li:last-child > a {
      border-right: none; }
    header .bottom .nav-menu-bottom li {
      display: inline-block; }
      header .bottom .nav-menu-bottom li a {
        -webkit-transition: all 0.25s;
                transition: all 0.25s;
        background: #1a1a1a;
        display: inline-block;
        font-size: 12px;
        color: white;
        position: relative;
        z-index: 3;
        text-decoration: none;
        padding: 14px 30px 12px;
        text-transform: uppercase;
        border-right: 1px solid #3c3c3c;
        font-family: "GraphikSemibold", sans-serif;
        font-weight: 700;
        letter-spacing: 1.7px; }
        @media (max-width: 1080px) and (min-width: 1024px) {
          header .bottom .nav-menu-bottom li a {
            padding: 14px 18px; } }
      .hasHover header .bottom .nav-menu-bottom li a:hover, .hasHover header .bottom .nav-menu-bottom li a:focus, header .bottom .nav-menu-bottom li.current-menu-parent a, .hasHover header .bottom .nav-menu-bottom li:hover a, header .bottom .nav-menu-bottom li.current-menu-item a, header .bottom .nav-menu-bottom li.current-menu-ancestor a {
        background: #6c6c6c; }
      header .bottom .nav-menu-bottom li.menu-item-has-children.menu-item-has-children.menu-item-has-children {
        position: relative; }
        header .bottom .nav-menu-bottom li.menu-item-has-children.menu-item-has-children.menu-item-has-children > a {
          padding-right: 50px;
          position: relative;
          cursor: default; }
          header .bottom .nav-menu-bottom li.menu-item-has-children.menu-item-has-children.menu-item-has-children > a:after {
            font-family: 'icomoon';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f107";
            position: absolute;
            font-size: 17px;
            top: 18px;
            right: 32px;
            display: block;
            width: 10px;
            height: 8px;
            line-height: 7px;
            -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
                    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
            @media (max-width: 1024px) {
              header .bottom .nav-menu-bottom li.menu-item-has-children.menu-item-has-children.menu-item-has-children > a:after {
                right: auto;
                left: auto;
                display: inline-block;
                margin-left: 15px; } }
        header .bottom .nav-menu-bottom li.menu-item-has-children.menu-item-has-children.menu-item-has-children ul {
          -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
                  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
          margin: 0;
          padding: 0;
          position: absolute;
          -webkit-transform: translateY(-102%);
              -ms-transform: translateY(-102%);
                  transform: translateY(-102%);
          left: 0;
          min-width: 100%;
          z-index: 1; }
          header .bottom .nav-menu-bottom li.menu-item-has-children.menu-item-has-children.menu-item-has-children ul li {
            display: block; }
          header .bottom .nav-menu-bottom li.menu-item-has-children.menu-item-has-children.menu-item-has-children ul a {
            display: block;
            background: white;
            white-space: nowrap;
            padding: 19px 90px 19px 30px;
            border: none;
            color: #1a1a1a;
            border-bottom: 1px solid #e1e1e1; }
          .hasHover header .bottom .nav-menu-bottom li.menu-item-has-children.menu-item-has-children.menu-item-has-children ul li a:hover, .hasHover header .bottom .nav-menu-bottom li.menu-item-has-children.menu-item-has-children.menu-item-has-children ul li a:focus, header .bottom .nav-menu-bottom li.menu-item-has-children.menu-item-has-children.menu-item-has-children ul li.current-menu-parent a, header .bottom .nav-menu-bottom li.menu-item-has-children.menu-item-has-children.menu-item-has-children ul li.current-menu-item a, header .bottom .nav-menu-bottom li.menu-item-has-children.menu-item-has-children.menu-item-has-children ul li.current-page-ancestor a {
            background: #e1e1e1; }
          header .bottom .nav-menu-bottom li.menu-item-has-children.menu-item-has-children.menu-item-has-children ul li:last-child a {
            border: none; }
        header .bottom .nav-menu-bottom li.menu-item-has-children.menu-item-has-children.menu-item-has-children:last-child ul {
          right: 0;
          left: auto; }
          header .bottom .nav-menu-bottom li.menu-item-has-children.menu-item-has-children.menu-item-has-children:last-child ul a {
            padding-left: 30px; }
        header .bottom .nav-menu-bottom li.menu-item-has-children.menu-item-has-children.menu-item-has-children:last-child > ul.sub-menu > li.menu-item-has-children:first-child {
          background: #e1e1e1; }
          header .bottom .nav-menu-bottom li.menu-item-has-children.menu-item-has-children.menu-item-has-children:last-child > ul.sub-menu > li.menu-item-has-children:first-child > a {
            background: #e1e1e1;
            padding-bottom: 4px;
            -webkit-transform: translateY(0%);
                -ms-transform: translateY(0%);
                    transform: translateY(0%); }
            .hasHover header .bottom .nav-menu-bottom li.menu-item-has-children.menu-item-has-children.menu-item-has-children:last-child > ul.sub-menu > li.menu-item-has-children:first-child > a:hover, .hasHover header .bottom .nav-menu-bottom li.menu-item-has-children.menu-item-has-children.menu-item-has-children:last-child > ul.sub-menu > li.menu-item-has-children:first-child > a:focus {
              color: #939393; }
        header .bottom .nav-menu-bottom li.menu-item-has-children.menu-item-has-children.menu-item-has-children ul.sub-menu li ul.sub-menu {
          max-width: 100%;
          position: static;
          padding-bottom: 10px;
          background: #e1e1e1; }
          header .bottom .nav-menu-bottom li.menu-item-has-children.menu-item-has-children.menu-item-has-children ul.sub-menu li ul.sub-menu a {
            padding: 6px 45px;
            text-transform: lowercase;
            color: #525252;
            background: #E1E1E1; }
          header .bottom .nav-menu-bottom li.menu-item-has-children.menu-item-has-children.menu-item-has-children ul.sub-menu li ul.sub-menu .current-menu-item a {
            color: #939393; }
        .hasHover header .bottom .nav-menu-bottom li.menu-item-has-children.menu-item-has-children.menu-item-has-children:hover ul, .hasHover header .bottom .nav-menu-bottom li.menu-item-has-children.menu-item-has-children.menu-item-has-children a:focus + ul {
          -webkit-transform: translateY(0%);
              -ms-transform: translateY(0%);
                  transform: translateY(0%); }
        .hasHover header .bottom .nav-menu-bottom li.menu-item-has-children.menu-item-has-children.menu-item-has-children.menu-item-has-children:hover > a:after {
          -webkit-transform: rotate(-0.5turn);
              -ms-transform: rotate(-0.5turn);
                  transform: rotate(-0.5turn); }
        @media (max-width: 1024px) {
          header .bottom .nav-menu-bottom li.menu-item-has-children.menu-item-has-children.menu-item-has-children.menu-item-has-children.open > a:after {
            -webkit-transform: rotate(-0.5turn);
                -ms-transform: rotate(-0.5turn);
                    transform: rotate(-0.5turn); } }
      .hasHover header .bottom .nav-menu-bottom li ul.sub-menu li:first-child ul a:hover, .hasHover header .bottom .nav-menu-bottom li ul.sub-menu li:first-child ul a:focus {
        color: #939393 !important; }
      header .bottom .nav-menu-bottom li ul.sub-menu.sub-menu.sub-menu li a:after {
        content: none; }
    .hasHover header .bottom .nav-menu-bottom > li.menu-item-has-children > ul > li.menu-item-has-children.menu-item-has-children.menu-item-has-children > a:hover, .hasHover header .bottom .nav-menu-bottom > li.menu-item-has-children > ul > li.menu-item-has-children.menu-item-has-children.menu-item-has-children > a:focus {
      color: #1a1a1a !important; }
header.shyHeader .nav {
  -webkit-transition: height 0.5s cubic-bezier(0.55, 0, 0.1, 1);
          transition: height 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
header.shyHeader .nav > div:before {
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
          transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
header.shyHeader .top, header.shyHeader .bottom {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
          transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
header.shyHeader h1 img {
  -webkit-transition: height 0.5s cubic-bezier(0.55, 0, 0.1, 1);
          transition: height 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
header.shyHeader .logo {
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
          transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
header.shyHeader .locations {
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
          transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
header.shy-hidden .nav {
  height: 40px; }
header.shy-hidden .top {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }
header.shy-hidden .bottom {
  -webkit-transform: translateY(-66px);
      -ms-transform: translateY(-66px);
          transform: translateY(-66px); }
header.shy-hidden > div:before {
  bottom: 100%; }
header.shy-hidden h1 img {
  height: 27px; }
header.shy-hidden .logo {
  padding-top: 6px; }
header.shy-hidden .locations {
  margin-left: 10px;
  padding-left: 15px; }
header input {
  display: none; }
header label[for="menu_toggle"] {
  display: none; }
@media (max-width: 1024px) {
  header label[for="menu_toggle"] {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 58px;
    display: table;
    width: 85px;
    height: 45px;
    background: #1a1a1a;
    color: white;
    text-align: center;
    z-index: 4;
    -webkit-transition: all 0.25s;
            transition: all 0.25s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .hasHover header label[for="menu_toggle"]:hover, .hasHover header label[for="menu_toggle"]:focus {
      background: #343434; }
    header label[for="menu_toggle"] i {
      display: table-cell;
      vertical-align: middle;
      font-size: 20px; }
    header label[for="menu_toggle"] span {
      display: none;
      font-size: 12px;
      text-transform: uppercase;
      position: relative;
      top: 2px;
      font-weight: 500;
      letter-spacing: 1.3px; }
    header label[for="menu_toggle"] + div {
      background: #1a1a1a;
      display: none;
      margin: 0 -15px;
      margin-top: 10px;
      padding-bottom: 106px;
      position: relative; } }
    @media (max-width: 1024px) and (max-width: 400px) {
      header label[for="menu_toggle"] + div {
        padding-bottom: 180px; } }
@media (max-width: 1024px) {
      header label[for="menu_toggle"] + div .top {
        text-align: left;
        position: absolute;
        bottom: 0;
        width: 100%; }
        header label[for="menu_toggle"] + div .top ul {
          display: block; }
        header label[for="menu_toggle"] + div .top .menu-header-top-container {
          display: block; }
        header label[for="menu_toggle"] + div .top #menu-header-top {
          font-size: 0;
          padding: 0px 30px; }
          header label[for="menu_toggle"] + div .top #menu-header-top li {
            width: 50%;
            padding: 0 15px; }
            header label[for="menu_toggle"] + div .top #menu-header-top li:first-child {
              padding-left: 0; }
            header label[for="menu_toggle"] + div .top #menu-header-top li:last-child {
              padding-right: 0; }
          header label[for="menu_toggle"] + div .top #menu-header-top a {
            width: 100%;
            text-align: center;
            margin: 0; }
        header label[for="menu_toggle"] + div .top .socials {
          margin: 0;
          padding: 0px 30px;
          margin-bottom: 15px; }
          header label[for="menu_toggle"] + div .top .socials a {
            color: white; }
          header label[for="menu_toggle"] + div .top .socials .lucky {
            border-color: white; } }
      @media (max-width: 1024px) and (max-width: 400px) {
        header label[for="menu_toggle"] + div .top #menu-header-top li {
          width: 100%;
          padding: 0;
          margin-bottom: 15px; } }
@media (max-width: 1024px) {
      header label[for="menu_toggle"] + div .bottom {
        padding-top: 45px;
        position: static; }
        header label[for="menu_toggle"] + div .bottom:before {
          content: none; }
        header label[for="menu_toggle"] + div .bottom .menu-header-bottom-container {
          display: block; }
        header label[for="menu_toggle"] + div .bottom .menu-header-bottom-container > ul {
          margin-top: 0; }
          header label[for="menu_toggle"] + div .bottom .menu-header-bottom-container > ul li {
            display: block; }
            header label[for="menu_toggle"] + div .bottom .menu-header-bottom-container > ul li:first-child a {
              border-top: 1px solid #3c3c3c; }
            header label[for="menu_toggle"] + div .bottom .menu-header-bottom-container > ul li a {
              display: block;
              background: transparent;
              border: none;
              border-bottom: 1px solid #3c3c3c; }
              .hasHover header label[for="menu_toggle"] + div .bottom .menu-header-bottom-container > ul li a:hover, .hasHover header label[for="menu_toggle"] + div .bottom .menu-header-bottom-container > ul li a:focus {
                background: #6c6c6c; }
            header label[for="menu_toggle"] + div .bottom .menu-header-bottom-container > ul li.current-page-ancestor, header label[for="menu_toggle"] + div .bottom .menu-header-bottom-container > ul li.current-page-item, header label[for="menu_toggle"] + div .bottom .menu-header-bottom-container > ul li.current-menu-item {
              background: rgba(0, 0, 0, 0.3); }
            header label[for="menu_toggle"] + div .bottom .menu-header-bottom-container > ul li ul {
              display: none;
              position: static;
              -webkit-transform: none;
                  -ms-transform: none;
                      transform: none; }
              header label[for="menu_toggle"] + div .bottom .menu-header-bottom-container > ul li ul.opened.opened.opened {
                display: block;
                position: static;
                -webkit-transform: none;
                    -ms-transform: none;
                        transform: none; }
              header label[for="menu_toggle"] + div .bottom .menu-header-bottom-container > ul li ul a {
                background: white;
                padding-left: 30px !important; }
                .hasHover header label[for="menu_toggle"] + div .bottom .menu-header-bottom-container > ul li ul a:hover, .hasHover header label[for="menu_toggle"] + div .bottom .menu-header-bottom-container > ul li ul a:focus {
                  background: #e1e1e1; }
              header label[for="menu_toggle"] + div .bottom .menu-header-bottom-container > ul li ul ul li a {
                padding-left: 30px; }
              header label[for="menu_toggle"] + div .bottom .menu-header-bottom-container > ul li ul li:last-child a {
                padding-right: 0;
                padding-left: 30px; }
  header input + label[for="menu_toggle"]:nth-child(n) + div {
    display: none; }
  header input:checked ~ label[for="menu_toggle"]:nth-child(n) {
    background: #343434; }
    header input:checked ~ label[for="menu_toggle"]:nth-child(n) i {
      display: none; }
    header input:checked ~ label[for="menu_toggle"]:nth-child(n) span {
      display: table-cell;
      vertical-align: middle; }
    header input:checked ~ label[for="menu_toggle"]:nth-child(n) + div {
      display: block; }
  header .bottom .nav-menu-bottom li.menu-item-has-children.menu-item-has-children ul > li.menu-item-has-children.menu-item-has-children > a {
    padding-left: 30px;
    border: none; }
  header .bottom .nav-menu-bottom li.menu-item-has-children.menu-item-has-children ul > li ul a {
    padding-left: 45px !important;
    border: none; } }

.alertToggle {
  font-size: 16px;
  color: #909090;
  -webkit-transition: color 0.25s;
          transition: color 0.25s;
  vertical-align: middle;
  position: relative;
  margin-left: 40px;
  display: inline-block; }
  @media (max-width: 1024px) {
    .alertToggle {
      display: none; } }
  .alertToggle:before {
    content: '';
    height: 22px;
    width: 1px;
    background: #a6a6a6;
    position: absolute;
    top: -3px;
    left: -21px; }
  .hasHover .alertToggle:hover, .hasHover .alertToggle:focus, .alertToggle.active {
    color: black; }
  .hasHover .alertToggle:hover span, .hasHover .alertToggle:focus span {
    top: -13px; }
  .alertToggle span {
    -webkit-transition: 0.25s;
            transition: 0.25s;
    position: absolute;
    top: -7px;
    font-family: "GraphikSemibold", sans-serif;
    font-weight: 800;
    font-size: 12px;
    color: black; }

label[for="alertSwitch"] {
  display: none;
  padding: 11px 25px 9px;
  text-align: right;
  background: #f4f4f4;
  position: relative;
  z-index: 6; }
  @media (max-width: 1024px) {
    label[for="alertSwitch"] {
      display: block; } }
  label[for="alertSwitch"] a {
    margin-left: 0;
    display: inline-block; }
    label[for="alertSwitch"] a:before {
      content: none; }

#page {
  position: relative;min-height:calc(100vh - 202px); }

header.shyHeader + #main {
  margin-top: 74px; }
  @media (max-width: 1024px) {
    header.shyHeader + #main {
      margin-top: 0; } }

.page-template-splash-php header .top .nav-menu-top {
  margin: 19px 0 13px; }
.page-template-splash-php header.shy-hidden .top {
  -webkit-transform: translateY(-16%);
      -ms-transform: translateY(-16%);
          transform: translateY(-16%); }
.page-template-splash-php header.shy-hidden .nav {
  height: 52px; }
.page-template-splash-php header.shy-hidden .logo {
  padding-top: 11px; }

input#alertSwitch {
  position: absolute;
  left: -9999px; }

#alert {
  background: #F4F4F4;
  position: relative;
  z-index: 6;
  padding: 0px 30px 25px;
  width: 100%;
  top: 0px;
  display: none; }
  #alert .bx-viewport.bx-viewport.bx-viewport {
    width: 90% !important; }
  #alert ul.alerts {
    display: inline-block; }
    #alert ul.alerts li {
      display: block; }
      #alert ul.alerts li .excerpt {
        display: none; }
      @media (max-width: 1024px) {
        #alert ul.alerts li {
          text-align: center; }
          #alert ul.alerts li .excerpt {
            display: block;
            padding-bottom: 6px; }
            #alert ul.alerts li .excerpt a {
              font-weight: 600;
              text-transform: lowercase; }
          #alert ul.alerts li .full {
            display: none; } }
    #alert ul.alerts p {
      color: #000;
      line-height: 18px;
      font-size: 12px; }
      #alert ul.alerts p strong {
        font-weight: 600; }
  #alert .controls {
    position: absolute;
    right: 15px;
    top: 15px; }
    #alert .controls li {
      display: inline-block;
      vertical-align: middle; }
      #alert .controls li a {
        color: black;
        display: inline-block;
        margin-left: 8px;
        padding: 10px;
        -webkit-transition: opacity 0.25s;
                transition: opacity 0.25s; }
        .hasHover #alert .controls li a:hover, .hasHover #alert .controls li a:focus {
          opacity: 0.5; }
    #alert .controls i {
      font-size: 17px; }
    #alert .controls li:last-child a {
      margin-left: 3px; }
    #alert .controls i.icon-cross {
      font-size: 15px; }

@media (max-width: 1024px) {
  #alert {
    position: relative;
    display: none;
    padding-top: 35px; }
    #alert .bx-viewport.bx-viewport.bx-viewport {
      width: 100% !important;
      height: auto !important; }
    #alert .controls {
      top: 4px; } }
.ie9 img[src*=".svg"] {
  width: 100%; }

/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; } }
.heroBanner {
  position: relative; }
  .heroBanner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    content: ''; }
  .heroBanner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-top: -67.5px; }
    @media (min-width: 0) and (max-width: 768px) {
      .heroBanner .container {
        margin-top: -28px; }
        .heroBanner .container .content h1 {
          font-size: 40px;
          line-height: 40px; }
        .heroBanner .container .content p {
          font-size: 12px;
          line-height: 20px; } }
  .heroBanner .content {
    -webkit-transition: margin 0.35s;
            transition: margin 0.35s;
    color: white;
    margin-bottom: 0;
    background: transparent;
    padding: 0;
    z-index: 2; }
    .heroBanner .content h1, .heroBanner .content p, .heroBanner .content a.cta, .heroBanner .content header .top .nav-menu-top li a, header .top .nav-menu-top li .heroBanner .content a {
      position: relative;
      opacity: 0;
      -webkit-transform: translateY(-25px);
          -ms-transform: translateY(-25px);
              transform: translateY(-25px); }
    .heroBanner .content h1 {
      font-size: 60px;
      font-weight: 500;
      text-transform: uppercase;
      line-height: 65px;
      margin-bottom: 0; }
    .heroBanner .content p {
      font-weight: 400;
      font-size: 15px;
      line-height: 24px;
      margin-top: 12px; }
    .heroBanner .content a.cta, .heroBanner .content header .top .nav-menu-top li a, header .top .nav-menu-top li .heroBanner .content a {
      background: #fff;
      margin-top: 14px; }
      .hasHover .heroBanner .content a.cta:hover, .hasHover .heroBanner .content header .top .nav-menu-top li a:hover, header .top .nav-menu-top li .hasHover .heroBanner .content a:hover, .hasHover .heroBanner .content a.cta:focus, .hasHover .heroBanner .content header .top .nav-menu-top li a:focus, header .top .nav-menu-top li .hasHover .heroBanner .content a:focus {
        background: #6c6c6c; }
    .heroBanner .content p a {
      color: white;
      border-bottom: 1px solid white; }
    .heroBanner .content div {
      max-width: 750px; }

#homePage .locations {
  position: relative;
  z-index: 5; }
  #homePage .locations .leftBox {
    padding: 80px 60px 83px;
    background: #333333;
    color: white;
    text-align: center;
    margin-top: -135px;
    margin-bottom: 0; }
    @media (min-width: 0) and (max-width: 768px) {
      #homePage .locations .leftBox {
        margin-top: -56px;
        padding: 80px 20px 83px; } }
    #homePage .locations .leftBox h4 {
      text-transform: uppercase;
      font-size: 12px;
      border-bottom: 1px solid white;
      padding-bottom: 15px;
      display: inline-block;
      margin-bottom: 16px;
      font-family: "GraphikSemibold", sans-serif;
      font-weight: 700;
      letter-spacing: 1.7px;
      color: rgba(255, 255, 255, 0.8); }
    #homePage .locations .leftBox span {
      display: block;
      font-size: 18px;
      font-weight: 600;
      line-height: 23px; }
  #homePage .locations .rightBox {
    padding: 0;
    margin-top: -53px; }
    @media (min-width: 0) and (max-width: 768px) {
      #homePage .locations .rightBox {
        margin-top: 0; } }
    #homePage .locations .rightBox > div {
      background: white;
      padding-top: 36px;
      padding-bottom: 70px;
      border-left: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5;
      text-align: center;
      margin-bottom: 0;
      position: relative; }
      #homePage .locations .rightBox > div:first-child, #homePage .locations .rightBox > div:nth-child(3n+1) {
        border-left: none; }
      @media (min-width: 769px) and (max-width: 1024px) {
        #homePage .locations .rightBox > div:nth-child(3n+1) {
          border-left: 1px solid #e5e5e5; }
        #homePage .locations .rightBox > div:nth-child(2n+1) {
          border-left: none; } }
      @media (min-width: 0) and (max-width: 768px) {
        #homePage .locations .rightBox > div {
          border-left: none; } }
      #homePage .locations .rightBox > div .title {
        font-size: 18px;
        font-weight: 600;
        color: black;
        display: inline-block;
        margin-bottom: 8px; }
      #homePage .locations .rightBox > div address {
        font-size: 13px;
        line-height: 20px;
        font-style: normal;
        margin-bottom: 23px;
        margin-top: 22px; }
        #homePage .locations .rightBox > div address a {
          text-decoration: none;
          color: black;
          font-weight: 600;
          display: inline-block;
          padding-bottom: 0px;
          -webkit-transition: all 0.55s;
                  transition: all 0.55s;
          position: relative; }
          #homePage .locations .rightBox > div address a:before, #homePage .locations .rightBox > div address a:after {
            content: '';
            width: 100%;
            position: absolute;
            height: 1px;
            background: rgba(0, 0, 0, 0.35);
            left: 0;
            bottom: -1px; }
          #homePage .locations .rightBox > div address a:after {
            background: rgba(0, 0, 0, 0.65);
            left: 0;
            right: 0;
            width: auto;
            -webkit-transition: all 0.55s cubic-bezier(0.55, 0, 0.1, 1);
                    transition: all 0.55s cubic-bezier(0.55, 0, 0.1, 1); }
          .hasHover #homePage .locations .rightBox > div address a:hover, .hasHover #homePage .locations .rightBox > div address a:focus {
            color: rgba(0, 0, 0, 0.5); }
            .hasHover #homePage .locations .rightBox > div address a:hover:after, .hasHover #homePage .locations .rightBox > div address a:focus:after {
              right: 100%; }
      #homePage .locations .rightBox > div .btns {
        position: absolute;
        bottom: 32px;
        left: 0;
        right: 0; }
        #homePage .locations .rightBox > div .btns a {
          padding: 12px 18px;
          margin-right: 10px; }
          #homePage .locations .rightBox > div .btns a:last-child {
            margin-right: 0; }
#homePage section.boxes {
  margin-top: 210px;
  margin-bottom: 210px;
  padding-top: 1px;
  padding-bottom: 1px;
  position: relative; }
  #homePage section.boxes .img, #homePage section.boxes .box {
    margin-bottom: 0; }
  #homePage section.boxes img {
    max-width: 506px;
    height: auto; }
  #homePage section.boxes .img {
    position: relative;
    font-size: 0; }
  #homePage section.boxes article:first-child {
    margin-top: -140px; }
  #homePage section.boxes article:last-of-type {
    margin-bottom: -140px; }
  #homePage section.boxes article {
    position: relative;
    z-index: 2; }
  #homePage section.boxes .box {
    margin-top: 60px;
    background: white;
    padding: 50px 45px; }
    @media (max-width: 769px) {
      #homePage section.boxes .box {
        padding: 30px 25px; } }
    #homePage section.boxes .box h2 {
      font-size: 25px;
      font-weight: 600; }
    #homePage section.boxes .box p {
      font-size: 13px;
      line-height: 23px;
      color: black; }
      #homePage section.boxes .box p a {
        text-decoration: none;
        color: black;
        font-weight: 600;
        display: inline-block;
        padding-bottom: 0px;
        -webkit-transition: all 0.25s;
                transition: all 0.25s;
        border-bottom: 1px solid black; }
        .hasHover #homePage section.boxes .box p a:hover, .hasHover #homePage section.boxes .box p a:focus {
          opacity: 0.5; }
  #homePage section.boxes .left .img {
    right: -51px;
    padding-right: 0;
    text-align: right; }
  #homePage section.boxes .right .box:before {
    content: '';
    position: absolute;
    background: white;
    height: 100%;
    width: 40px;
    right: -40px;
    top: 0; }
  #homePage section.boxes .right .img {
    padding-left: 0;
    text-align: left; }
  #homePage section.boxes .center {
    text-align: center; }
    #homePage section.boxes .center .box {
      margin-top: 0;
      float: none;
      display: inline-block;
      text-align: left; }
  #homePage section.boxes .left, #homePage section.boxes .right, #homePage section.boxes .center {
    margin-bottom: 72px; }
  @media (max-width: 1025px) {
    #homePage section.boxes {
      background: #c9c8c3; } }
  .android #homePage section.boxes {
    background: #c9c8c3; }
  @media (min-width: 0) and (max-width: 768px) {
    #homePage section.boxes {
      margin-top: 140px;
      margin-bottom: 165px; }
      #homePage section.boxes img.responsive {
        width: 100%;
        max-width: 100%; }
      #homePage section.boxes .box {
        margin-top: 0; }
      #homePage section.boxes .left .img, #homePage section.boxes .right .img {
        margin-bottom: 0; }
      #homePage section.boxes .left .img {
        right: 0;
        padding: 0;
        text-align: left; }
      #homePage section.boxes .right .box:before {
        content: none; }
      #homePage section.boxes .right .img {
        padding: 0;
        text-align: left; }
      #homePage section.boxes .left, #homePage section.boxes .right, #homePage section.boxes .center {
        margin-bottom: 25px; } }

#landing-locations .right > .content:last-child {
  margin-bottom: 0; }
@media (min-width: 0) and (max-width: 768px) {
  #landing-locations .container .row {
    margin: 0; } }
#landing-locations .container .left {
  margin-top: 97px;
  padding-left: 0;
  padding-right: 37.5px; }
  @media (max-width: 1360px) {
    #landing-locations .container .left {
      padding-right: 12.5px; } }
  @media (min-width: 0) and (max-width: 768px) {
    #landing-locations .container .left {
      padding: 0;
      margin-top: 0px; } }
@media (min-width: 0) and (max-width: 768px) {
  #landing-locations .container .top {
    margin-top: 0; } }
#landing-locations .container .top .map {
  position: relative; }
  #landing-locations .container .top .map #googleMaps {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
#landing-locations .container .top h3, #landing-locations .container .top .gform_wrapper .validation_error, .gform_wrapper #landing-locations .container .top .validation_error {
  margin-top: 6px;
  margin-bottom: 7px; }
#landing-locations .container .top ul li {
  display: block;
  line-height: 25px;
  padding-left: 0; }
  #landing-locations .container .top ul li:before {
    content: none; }
  #landing-locations .container .top ul li span {
    font-weight: 600;
    font-size: 13px; }
    #landing-locations .container .top ul li span:first-child {
      border-right: 1px solid black;
      padding-right: 5px;
      margin-right: 3px; }
#landing-locations .container .top .row > div:nth-child(2n+1) {
  clear: left; }

#page-template .left, #page-template .right {
  padding: 0; }
#page-template .left {
  margin-top: 97px; }
  @media (min-width: 0) and (max-width: 768px) {
    #page-template .left {
      margin-top: 0px; } }
#page-template .right {
  margin-top: 230px; }
  @media (min-width: 0) and (max-width: 768px) {
    #page-template .right {
      margin-top: 0; } }
  #page-template .right .content {
    margin-bottom: 0; }

#archive-2col .left {
  margin-top: 97px; }
  @media (min-width: 0) and (max-width: 768px) {
    #archive-2col .left {
      margin-top: 0px; } }
#archive-2col .right {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0; }
  #archive-2col .right .bg a {
    display: block;
    position: relative; }
    #archive-2col .right .bg a:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      background: transparent;
      -webkit-transition: 0.55s cubic-bezier(0.55, 0, 0.1, 1);
              transition: 0.55s cubic-bezier(0.55, 0, 0.1, 1); }
    #archive-2col .right .bg a:after {
      content: '';
      color: white;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -150%);
          -ms-transform: translate(-50%, -150%);
              transform: translate(-50%, -150%);
      font-size: 28px;
      -webkit-transition: all 0.65s cubic-bezier(0.55, 0, 0.1, 1);
              transition: all 0.65s cubic-bezier(0.55, 0, 0.1, 1);
      opacity: 0; }
  #archive-2col .right .bg.hasLink {
    -webkit-transition: all 0.55s cubic-bezier(0.55, 0, 0.1, 1);
            transition: all 0.55s cubic-bezier(0.55, 0, 0.1, 1); }
    #archive-2col .right .bg.hasLink:hover {
      -webkit-filter: grayscale(50%);
              filter: grayscale(50%); }
      #archive-2col .right .bg.hasLink:hover a:before {
        background: rgba(0, 0, 0, 0.25); }
      #archive-2col .right .bg.hasLink:hover a:after {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
#archive-2col .content {
  margin: 0; }
#archive-2col [data-mh] {
  position: relative;
  padding-bottom: 81px; }
  #archive-2col [data-mh] .cta, #archive-2col [data-mh] header .top .nav-menu-top li a, header .top .nav-menu-top li #archive-2col [data-mh] a, #archive-2col [data-mh] .gform_wrapper form input[type="submit"], .gform_wrapper form #archive-2col [data-mh] input[type="submit"] {
    position: absolute;
    bottom: 35px;
    left: 35px; }
#archive-2col [data-mh].noCta {
  padding-bottom: 22px; }
#archive-2col .date {
  font-family: "GraphikSemibold", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 12px; }
#archive-2col .content h3, #archive-2col .content .gform_wrapper .validation_error, .gform_wrapper #archive-2col .content .validation_error {
  margin-bottom: 0px; }
#archive-2col .intro > div {
  margin-bottom: 0; }
#archive-2col .intro strong {
  font-weight: 600; }
#archive-2col .intro p {
  font-size: 22px;
  line-height: 25px; }
  #archive-2col .intro p:first-child {
    margin-top: 0; }
  #archive-2col .intro p a {
    border-bottom: 2px solid;
    color: #000;
    -webkit-transition: 0.25s;
            transition: 0.25s; }
    .hasHover #archive-2col .intro p a:hover, .hasHover #archive-2col .intro p a:focus {
      color: #666; }
  #archive-2col .intro p:last-of-type {
    margin-bottom: 48px; }
    @media (min-width: 0) and (max-width: 768px) {
      #archive-2col .intro p:last-of-type {
        margin-bottom: 25px; } }
#archive-2col.splashpage .right {
  margin-bottom: 0; }
#archive-2col.splashpage .right a {
  display: block;
  position: relative;
  overflow: hidden; }
  #archive-2col.splashpage .right a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.55s cubic-bezier(0.55, 0, 0.1, 1);
            transition: 0.55s cubic-bezier(0.55, 0, 0.1, 1); }
  .hasHover #archive-2col.splashpage .right a:hover:before, .hasHover #archive-2col.splashpage .right a:focus:before {
    background: rgba(0, 0, 0, 0.5) !important; }
  #archive-2col.splashpage .right a span {
    color: white;
    font-size: 30px;
    line-height: 33px;
    position: absolute;
    top: 50%;
    left: 25px;
    right: 25px;
    display: block;
    text-align: center;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.6px;
    z-index: 5; }

body.page-template-menu, body.single-events {
  background: white; }
  body.page-template-menu #main, body.single-events #main {
    margin-bottom: 0; }

#archive-menu {
  position: relative;
  margin-top: 74px; }
  @media (max-width: 1024px) {
    #archive-menu {
      margin-top: 0; } }
  #archive-menu ul {
    height: 100%;
    position: relative;
    z-index: 4; }
    #archive-menu ul li a {
      display: inline-block;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.5);
      -webkit-transition: background 0.5s;
              transition: background 0.5s;
      position: relative;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      .hasHover #archive-menu ul li a:hover, .hasHover #archive-menu ul li a:focus {
        background: transparent; }
        .hasHover #archive-menu ul li a:hover span, .hasHover #archive-menu ul li a:focus span {
          text-shadow: 3px 3px 25px rgba(0, 0, 0, 0.5); }
      #archive-menu ul li a span {
        -webkit-transition: all 0.5s;
                transition: all 0.5s;
        position: absolute;
        left: 50px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        color: white;
        font-size: 30px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-shadow: 3px 3px 25px transparent; }
        @media (max-width: 640px) {
          #archive-menu ul li a span {
            left: 20px; } }
    #archive-menu ul li:last-child a {
      border-bottom: none; }
  #archive-menu .backgrounds {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    #archive-menu .backgrounds div {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      opacity: 0; }
      #archive-menu .backgrounds div:first-child {
        opacity: 1; }

#single-menu {
  position: relative;
  background: white; }
  #single-menu .bg {
    position: fixed;
    top: 0px;
    padding-top: 115px;
    left: 0;
    background-color: #f4f4f4;
    padding-left: 30px;
    color: white;
    margin-bottom: 0; }
    .admin-bar #single-menu .bg {
      padding-top: 147px; }
    #single-menu .bg:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
      background: rgba(0, 0, 0, 0.5); }
    #single-menu .bg div {
      padding-left: 9.5%;
      padding-right: 50px;
      padding-top: 64px; }
      #single-menu .bg div h1 {
        font-size: 60px;
        text-transform: uppercase;
        font-weight: 500;
        margin-bottom: 30px; }
        @media (min-width: 0) and (max-width: 1024px) {
          #single-menu .bg div h1 {
            font-size: 30px; }
            .single-events #single-menu .bg div h1 {
              font-size: 24px !important;
              line-height: 26px; } }
        .single-events #single-menu .bg div h1 {
          font-size: 30px;
          line-height: 35px; }
      #single-menu .bg div ul.subpage li {
        display: block; }
        #single-menu .bg div ul.subpage li a {
          display: inline-block;
          color: white;
          text-transform: uppercase;
          border: 1px solid white;
          border-radius: 5px;
          margin-bottom: 7px;
          padding: 6px 13px 4px;
          font-size: 12px;
          letter-spacing: 1.8px;
          -webkit-transition: all 0.25s;
                  transition: all 0.25s;
          font-family: "GraphikSemibold", sans-serif;
          font-weight: 700; }
          .hasHover #single-menu .bg div ul.subpage li a:hover, .hasHover #single-menu .bg div ul.subpage li a:focus, #single-menu .bg div ul.subpage li a.active {
            background: white;
            color: black; }
    #single-menu .bg a.back {
      font-family: "GraphikSemibold", sans-serif;
      font-weight: 700;
      color: white;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 1.6px;
      -webkit-transition: 0.25s;
              transition: 0.25s; }
      .hasHover #single-menu .bg a.back:hover, .hasHover #single-menu .bg a.back:focus {
        opacity: 0.5; }
        .hasHover #single-menu .bg a.back:hover i, .hasHover #single-menu .bg a.back:focus i {
          -webkit-transform: translateX(-5px);
              -ms-transform: translateX(-5px);
                  transform: translateX(-5px); }
      #single-menu .bg a.back i {
        -webkit-transition: all 0.25s;
                transition: all 0.25s;
        font-size: 14px;
        position: relative;
        top: 2px;
        display: inline-block; }
      #single-menu .bg a.back span {
        border-bottom: 1px solid white; }
    @media (min-width: 0) and (max-width: 1024px) {
      #single-menu .bg {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 27px !important;
        padding-bottom: 34px !important;
        position: relative;
        height: auto;
        padding-bottom: 74px; }
        #single-menu .bg div {
          padding-left: 0;
          padding-top: 38px; }
        #single-menu .bg:before {
          z-index: 2; }
        #single-menu .bg a, #single-menu .bg div {
          position: relative;
          z-index: 3; } }
  #single-menu .right {
    padding: 0;
    height: 100%;
    margin-bottom: 0; }
    #single-menu .right .container {
      height: 100%;
      background: white;
      padding: 0; }
    #single-menu .right .banner {
      background: #c9c8c3;
      padding: 61px 40px 34px; }
      @media (max-width: 1024px) and (min-width: 768px) {
        #single-menu .right .banner {
          padding-top: 48px; } }
      #single-menu .right .banner span {
        line-height: 28px; }
      #single-menu .right .banner .btns {
        display: inline-block;
        padding: 0;
        text-align: left; }
        #single-menu .right .banner .btns:after {
          content: none; }
        #single-menu .right .banner .btns div {
          margin-top: 0; }
      #single-menu .right .banner > span:first-child {
        display: inline-block;
        position: relative;
        margin-right: 35px; }
        #single-menu .right .banner > span:first-child:before {
          content: "";
          width: 1px;
          height: 15px;
          background: #5E5E5E;
          position: absolute;
          right: -20px;
          top: 7px; }
      #single-menu .right .banner > span:last-child {
        color: #444444;
        font-style: italic; }
      #single-menu .right .banner .hide {
        display: none; }
      @media (min-width: 0) and (max-width: 1024px) {
        #single-menu .right .banner > span:first-child {
          margin-right: 16px; }
          #single-menu .right .banner > span:first-child:before {
            right: -10px;
            top: 3px; }
        #single-menu .right .banner span {
          line-height: 20px; } }
    #single-menu .right .content, #single-menu .right .btns {
      max-width: 780px; }
    #single-menu .right .content {
      padding-top: 40px;
      padding-left: 40px;
      padding-bottom: 0;
      margin-bottom: 0;
      position: relative;
      -webkit-transition: opacity 0.25s;
              transition: opacity 0.25s; }
      #single-menu .right .content.loading {
        -webkit-transition: none;
                transition: none; }
    #single-menu .right .btns {
      padding: 40px;
      padding-bottom: 25px;
      padding-top: 0;
      text-align: justify; }
      #single-menu .right .btns:after {
        width: 100%;
        content: '';
        display: inline-block; }
      #single-menu .right .btns div {
        display: inline-block;
        margin-top: 25px; }
      #single-menu .right .btns span, #single-menu .right .btns a {
        display: inline-block;
        vertical-align: middle; }
      #single-menu .right .btns span {
        font-style: italic; }
      #single-menu .right .btns a {
        color: #454545;
        -webkit-transition: 0.25s;
                transition: 0.25s;
        margin-left: 10px; }
        #single-menu .right .btns a.share {
          font-size: 17px; }
        #single-menu .right .btns a.cta, #single-menu .right .btns header .top .nav-menu-top li a, header .top .nav-menu-top li #single-menu .right .btns a {
          margin-left: 0; }
          .hasHover #single-menu .right .btns a.cta:hover, .hasHover #single-menu .right .btns header .top .nav-menu-top li a:hover, header .top .nav-menu-top li .hasHover #single-menu .right .btns a:hover, .hasHover #single-menu .right .btns a.cta:focus, .hasHover #single-menu .right .btns header .top .nav-menu-top li a:focus, header .top .nav-menu-top li .hasHover #single-menu .right .btns a:focus {
            color: white;
            opacity: 1; }
        .hasHover #single-menu .right .btns a:hover, .hasHover #single-menu .right .btns a:focus {
          opacity: 0.5; }
        #single-menu .right .btns a.print {
          color: black;
          border-bottom: 1px solid black;
          position: relative;
          margin-left: 42px;
          font-weight: 600;
          padding-bottom: 3px; }
          #single-menu .right .btns a.print:after {
            content: '';
            position: absolute;
            top: 2px;
            width: 1px;
            height: 15px;
            background: #454545;
            left: -25px; }
    @media (min-width: 0) and (max-width: 1024px) {
      #single-menu .right .container {
        margin: 0;
        width: 100%;
        max-width: none; }
      #single-menu .right .content {
        padding: 25px;
        padding-bottom: 0; }
      #single-menu .right .btns {
        padding: 25px;
        padding-top: 0; }
      #single-menu .right .banner {
        padding: 25px 25px; }
        .single-events #single-menu .right .banner > span {
          margin: 0; }
          .single-events #single-menu .right .banner > span:before {
            content: none; }
        .single-events #single-menu .right .banner .btns {
          display: block;
          margin-top: 10px; } }

.error404 #main {
  margin-bottom: 0; }

#p404 .heroBanner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  #p404 .heroBanner .content h2 {
    font-size: 85px;
    margin-bottom: 30px; }
  #p404 .heroBanner .content a {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.gform_wrapper {
  margin-top: 20px; }
  .gform_wrapper .gform_validation_container {
    display: none !important; }
  .gform_wrapper .gform_heading {
    margin-bottom: 15px; }
  .gform_wrapper .gfield_description, .gform_wrapper .gform_heading span {
    line-height: 23px;
    margin: 13px 0; }
  .gform_wrapper .field_description_above .gfield_description {
    margin-top: -8px;
    margin-bottom: 5px; }
    .gform_wrapper .field_description_above .gfield_description.validation_message {
      margin-top: 4px; }
  .gform_wrapper .field_description_below .gfield_description {
    margin-bottom: -8px;
    margin-top: 5px; }
    .gform_wrapper .field_description_below .gfield_description.validation_message {
      margin-top: 8px; }
  .gform_wrapper form ul {
    display: block; }
    .gform_wrapper form ul li {
      padding-left: 0;
      display: block;
      margin-bottom: 15px; }
      .gform_wrapper form ul li label.gfield_label {
        margin-bottom: 5px;
        display: inline-block; }
      .gform_wrapper form ul li.gf_left_half {
        display: inline-block;
        width: 50%;
        max-width: 320px;
        padding-right: 17px;
        vertical-align: top; }
        @media (max-width: 640px) {
          .gform_wrapper form ul li.gf_left_half {
            width: 100%;
            max-width: 100%;
            padding-right: 0; } }
      .gform_wrapper form ul li input {
        width: 100%;
        max-width: 302px;
        height: 47px;
        -webkit-appearance: none;
        border: 1px solid #343434;
        font-size: 13px;
        color: #4f4f4f;
        font-weight: 600;
        padding-left: 20px;
        border-radius: 0; }
        @media (max-width: 640px) {
          .gform_wrapper form ul li input {
            max-width: 100%; } }
        .gform_wrapper form ul li input:focus {
          border-color: #666; }
      .gform_wrapper form ul li:before {
        content: none; }
      .gform_wrapper form ul li label {
        font-weight: 600; }
      .gform_wrapper form ul li .gform_select_holder {
        width: 100%;
        max-width: 302px;
        height: 47px;
        border: 1px solid #343434;
        position: relative; }
        @media (max-width: 640px) {
          .gform_wrapper form ul li .gform_select_holder {
            max-width: 100%; } }
        .gform_wrapper form ul li .gform_select_holder select {
          padding-left: 20px;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          background: transparent;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border-radius: 0;
          border: none;
          text-transform: uppercase;
          font-weight: 600; }
          .gform_wrapper form ul li .gform_select_holder select:focus {
            box-shadow: none;
            outline: none; }
        .ie .gform_wrapper form ul li .gform_select_holder {
          overflow: hidden; }
          .ie .gform_wrapper form ul li .gform_select_holder:before {
            content: none; }
        .gform_wrapper form ul li .gform_select_holder:before {
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          display: block;
          height: 100%;
          width: 60px;
          position: absolute;
          right: 0;
          top: 0;
          z-index: 2;
          pointer-events: none;
          background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 40%);
          background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 40%);
          font-size: 18px;
          line-height: 45px;
          text-align: right;
          padding-right: 15px; }
        .gform_wrapper form ul li .gform_select_holder.multiple {
          height: 100px; }
          .gform_wrapper form ul li .gform_select_holder.multiple:before {
            content: none; }
          .gform_wrapper form ul li .gform_select_holder.multiple select {
            position: static;
            font-weight: 400;
            padding-left: 0; }
          .iOS .gform_wrapper form ul li .gform_select_holder.multiple {
            height: 47px;
            padding-left: 5px; }
    .gform_wrapper form ul .gfield_radio label, .gform_wrapper form ul .gfield_checkbox label {
      padding-left: 35px;
      position: relative;
      display: inline-block;
      margin-bottom: 11px;
      cursor: pointer;
      -webkit-transition: 0.25s;
              transition: 0.25s;
      font-weight: 400; }
      .hasHover .gform_wrapper form ul .gfield_radio label:hover, .hasHover .gform_wrapper form ul .gfield_radio label:focus, .hasHover .gform_wrapper form ul .gfield_checkbox label:hover, .hasHover .gform_wrapper form ul .gfield_checkbox label:focus {
        opacity: 0.7; }
      .gform_wrapper form ul .gfield_radio label:before, .gform_wrapper form ul .gfield_checkbox label:before {
        position: absolute;
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        width: 20px;
        height: 20px;
        border: 1px solid #343434;
        text-align: center;
        line-height: 20px;
        left: 0;
        top: 2px;
        color: transparent;
        -webkit-transition: color 0.25s cubic-bezier(0.55, 0, 0.1, 1);
                transition: color 0.25s cubic-bezier(0.55, 0, 0.1, 1); }
    .gform_wrapper form ul .gfield_radio input:checked + label:before, .gform_wrapper form ul .gfield_checkbox input:checked + label:before {
      color: #101010; }
    .gform_wrapper form ul .gfield_radio input, .gform_wrapper form ul .gfield_checkbox input {
      position: absolute;
      left: -9999px; }
    .gform_wrapper form ul textarea {
      width: 100%;
      max-width: 623px;
      border: 1px solid #343434;
      -webkit-appearance: none;
      padding: 14px 20px;
      border-radius: 0; }
    .gform_wrapper form ul .gfield_checkbox label:before {
      display: none; }
    .gform_wrapper form ul .gfield_checkbox label:after {
      position: absolute;
      content: '';
      width: 16px;
      height: 16px;
      border-radius: 100%;
      border: 1px solid #343434;
      left: 0;
      top: 3px;
      -webkit-transition: all 0.25s;
              transition: all 0.25s;
      background: #fff;
      box-shadow: inset 0 0 0 0px #fff; }
    .gform_wrapper form ul .gfield_checkbox input:checked + label:after {
      background: #343434;
      box-shadow: inset 0 0 0 4px #fff; }
    .gform_wrapper form ul .ginput_complex span {
      display: inline-block;
      width: 50%;
      max-width: 320px;
      padding-right: 17px; }
      @media (max-width: 640px) {
        .gform_wrapper form ul .ginput_complex span {
          width: 100%;
          max-width: 100%;
          padding-right: 0; } }
  .gform_wrapper form input[type="submit"] {
    border: none; }
  .gform_wrapper .gform_ajax_spinner {
    width: auto;
    vertical-align: middle;
    margin-left: 15px; }
  .gform_wrapper .validation_error {
    margin-bottom: 14px; }
  .gform_wrapper .gfield_error {
    color: #9B9B9B !important; }
    .gform_wrapper .gfield_error div, .gform_wrapper .gfield_error input, .gform_wrapper .gfield_error textarea, .gform_wrapper .gfield_error .gform_select_holder {
      border-color: #9B9B9B !important; }
    .gform_wrapper .gfield_error input::-webkit-input-placeholder, .gform_wrapper .gfield_error textarea::-webkit-input-placeholder {
      color: #9B9B9B;
      opacity: 1; }
    .gform_wrapper .gfield_error input::-moz-placeholder, .gform_wrapper .gfield_error textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #9B9B9B;
      opacity: 1; }

footer {
  background: #1e1e1e;
  position: relative;
  z-index: 10;
  text-transform: lowercase; }
  footer nav {
    padding: 0 30px;
    text-align: justify;
    color: #e4e4e4;
    font-size: 12px;
    height: 84px;
    overflow: hidden; }
    @media (max-width: 1024px) {
      footer nav {
        padding: 0 15px; } }
    footer nav:after {
      content: '';
      display: inline-block;
      width: 100%; }
    footer nav > div {
      display: inline-block; }
  footer nav.top {
    padding-right: 0; }
    footer nav.top .left {
      font-style: italic; }
      footer nav.top .left, footer nav.top .left span, footer nav.top .left img {
        vertical-align: middle; }
      footer nav.top .left img {
        width: 24px;
        height: 21px; }
      footer nav.top .left span {
        margin-left: 8px; }
      footer nav.top .left a {
        color: #e4e4e4;
        -webkit-transition: all 0.25s;
                transition: all 0.25s; }
        .hasHover footer nav.top .left a:hover, .hasHover footer nav.top .left a:focus {
          opacity: 0.5; }
    footer nav.top .right ul {
      font-size: 0; }
      footer nav.top .right ul li {
        display: inline-block; }
        footer nav.top .right ul li a {
          color: #e4e4e4;
          font-size: 12px;
          text-decoration: none;
          display: inline-block;
          font-weight: 600;
          padding: 39px 58px 34px;
          border-left: 1px solid #303030;
          -webkit-transition: 0.25s;
                  transition: 0.25s; }
          .hasHover footer nav.top .right ul li a:hover, .hasHover footer nav.top .right ul li a:focus {
            background: #0c0c0c;
            color: white; }
        @media (max-width: 1024px) {
          footer nav.top .right ul li a {
            padding: 39px 28px 34px; } }
        @media (max-width: 768px) {
          footer nav.top .right ul li a {
            border: none;
            border-right: 1px solid #303030; }
          footer nav.top .right ul li:last-child a {
            border: none; } }
  footer nav.bottom {
    height: 44px;
    background: black;
    padding: 0 30px 0 20px; }
    footer nav.bottom.hasNewsletter {
      padding: 0 30px 0 0; }
    footer nav.bottom ul, footer nav.bottom .menu-footer-menu-container {
      display: inline-block; }
    @media (max-width: 900px) {
      footer nav.bottom {
        height: 64px; }
        footer nav.bottom .menu-footer-menu-container ul {
          width: 232px;
          text-align: left; }
          footer nav.bottom .menu-footer-menu-container ul li {
            line-height: 22px; }
        footer nav.bottom .newsletter.newsletter.newsletter {
          height: 64px;
          line-height: 64px; }
        footer nav.bottom .newsletter.newsletter.newsletter, footer nav.bottom .menu-footer-menu-container {
          vertical-align: middle; } }
    footer nav.bottom li {
      display: inline-block;
      line-height: 44px; }
    footer nav.bottom a {
      color: rgba(255, 255, 255, 0.6);
      font-weight: 500;
      letter-spacing: 1px;
      margin: 0 14px;
      -webkit-transition: 0.25s;
              transition: 0.25s; }
      @media (max-width: 1024px) {
        footer nav.bottom a {
          margin: 0 7px; } }
      .hasHover footer nav.bottom a:hover, .hasHover footer nav.bottom a:focus {
        color: white; }
    footer nav.bottom.noNewsletter li:first-child a {
      margin-left: 0; }
    footer nav.bottom .newsletter {
      background: #323232;
      color: rgba(255, 255, 255, 0.66);
      display: inline-block;
      height: 44px;
      margin-left: 0;
      vertical-align: top;
      line-height: 44px;
      padding: 0 30px; }
      .hasHover footer nav.bottom .newsletter:hover, .hasHover footer nav.bottom .newsletter:focus {
        background: #101010; }
    footer nav.bottom .nav-footer-extras a {
      margin: 0 8px;
      font-weight: 400;
      font-size: 11px;
      color: rgba(255, 255, 255, 0.5);
      position: relative; }
      footer nav.bottom .nav-footer-extras a:before {
        content: "";
        width: 1px;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        position: absolute;
        right: -9px;
        top: 0px; }
      .hasHover footer nav.bottom .nav-footer-extras a:hover, .hasHover footer nav.bottom .nav-footer-extras a:focus {
        color: white; }
    footer nav.bottom .nav-footer-extras li:last-child a {
      margin-right: 0; }
      footer nav.bottom .nav-footer-extras li:last-child a:before {
        content: none; }
  @media (min-width: 0) and (max-width: 768px) {
    footer nav {
      text-align: left; }
      footer nav:after {
        content: none; }
      footer nav > div {
        display: block; }
    footer nav.top {
      height: auto;
      padding: 0; }
      footer nav.top .left {
        padding: 0 25px;
        height: 65px; }
        footer nav.top .left > div {
          line-height: 65px; }
      footer nav.top .right {
        border-top: 1px solid #303030; }
        footer nav.top .right li {
          width: 50%; }
        footer nav.top .right ul li a {
          text-align: center;
          width: 100%;
          height: 65px;
          line-height: 65px;
          padding: 0; }
        footer nav.top .right li:last-child a {
          border-right: none; }
    footer nav.bottom.bottom.bottom {
      height: auto;
      padding: 0 25px; }
      footer nav.bottom.bottom.bottom .menu-footer-menu-container {
        padding: 25px 0;
        width: 100%; }
        footer nav.bottom.bottom.bottom .menu-footer-menu-container ul {
          font-size: 0;
          width: 100%; }
        footer nav.bottom.bottom.bottom .menu-footer-menu-container li {
          width: 50%; }
          footer nav.bottom.bottom.bottom .menu-footer-menu-container li a {
            font-size: 12px; }
          footer nav.bottom.bottom.bottom .menu-footer-menu-container li:nth-child(even) {
            padding-left: 25px; }
      footer nav.bottom.bottom.bottom .newsletter {
        height: 45px;
        line-height: 45px;
        text-align: center;
        width: 100%; } }

#print {
  background: white; }
  #print #main {
    margin: 0; }
    #print #main .content {
      margin-top: 0; }
  #print .logo {
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 10px; }
  #print .logo img {
    width: 180px;
    height: auto; }
  #print #main h1 {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 30px; }
    #print #main h1 span {
      font-weight: 400;
      font-size: 14px; }
  #print footer {
    background: white; }
    #print footer .content {
      padding-top: 0; }
    #print footer img, #print footer span {
      vertical-align: middle; }
    #print footer img {
      width: 24px !important;
      margin-right: 20px; }
