body {
  font-size: 62.5%;
  min-width: 32em;
  background: #fff;
  color: #4d3421;
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  overflow-x: hidden; }

.wrap {
  position: relative;
  min-width: 32em;
  min-height: 100%; }

p, h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  margin-top: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit; }

p {
  font-size: 1.4em;
  font-weight: 300; }
  p:last-child {
    margin-bottom: 0; }

a:hover, a:focus {
  color: inherit; }

b span {
  font-weight: inherit; }

ul, ol {
  font-size: inherit;
  list-style: none;
  margin: 0; }
  ul li ul, ul li ol, ol li ul, ol li ol {
    margin: 0; }

img {
  outline: none; }

.bold {
  font-weight: 600; }

.center {
  text-align: center; }

.relative {
  position: relative; }

.responsive .tablet, .responsive .mobile {
  display: none; }

@media only screen and (max-width: 1024px) {
  .responsive .tablet {
    display: block; } }

@media only screen and (max-width: 767px) {
  .responsive .mobile {
    display: block; } }

section {
  position: relative; }

.row {
  max-width: 80rem; }
  .row.main {
    background: #fff;
    box-shadow: 0px 9px 17.1px 1.9px rgba(147, 147, 147, 0.49); }

.columns {
  min-height: 1px; }

.justify {
  text-align: justify;
  font-size: 0px;
  text-justify: distribute-all-lines; }
  .justify:after {
    content: "";
    width: 100%;
    display: inline-block; }
  .justify > * {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 10px; }

.table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%; }
  .table .cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%; }

.bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.borderStrip {
  background-image: url("/images/global/border.png");
  background-size: auto 100%;
  background-position: center;
  height: 4em;
  opacity: 0.7; }

.slick-slide {
  outline: none; }

.page {
  background-image: url("/images/global/stars_bg.png");
  background-position: center top; }

@media only screen and (max-width: 767px) {
  .borderStrip {
    height: 3em; } }

header.full {
  position: relative;
  padding: 3em 0 7em;
  background: #fff;
  z-index: 100; }
  header.full .bg {
    background-size: cover;
    background-position: top; }
  header.full .borderStrip {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
  header.full .social {
    position: absolute;
    top: -1em;
    right: 1em; }
    header.full .social a {
      display: inline-block;
      vertical-align: middle; }
      header.full .social a:first-child {
        margin-right: 1em; }
    header.full .social img {
      height: 2.2em; }
  header.full nav {
    position: absolute;
    width: 50%;
    top: 67%; }
    header.full nav:nth-of-type(1) {
      padding-left: 2em;
      padding-right: 12em;
      left: 0; }
    header.full nav:nth-of-type(2) {
      padding-left: 12em;
      padding-right: 2em;
      right: 0; }
    header.full nav a {
      font-family: "hobo-std", sans-serif;
      text-transform: uppercase;
      font-size: 2.1em; }
  header.full .logo {
    position: relative;
    display: inline-block;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    header.full .logo a {
      display: block; }
    header.full .logo .simple {
      display: none; }
    header.full .logo img {
      width: 16em; }
  header.full .mobile {
    position: absolute;
    width: 2.5em;
    height: 2.2em;
    left: 1em;
    bottom: 0;
    cursor: pointer;
    display: none; }
    header.full .mobile span, header.full .mobile span:before, header.full .mobile span:after {
      width: 100%;
      height: 0.4em;
      background: #4d3421;
      position: absolute;
      left: 0;
      display: block;
      transition: -webkit-transform 500ms, background 250ms;
      transition: transform 500ms, background 250ms; }
    header.full .mobile span {
      top: 50%;
      -webkit-transform: translate(0, -2px);
      transform: translate(0, -2px); }
    header.full .mobile span:before {
      content: "";
      top: -8px; }
    header.full .mobile span:after {
      content: "";
      bottom: -8px; }
    header.full .mobile.active span {
      background: transparent; }
    header.full .mobile.active span:before {
      -webkit-transform: translateY(8px) rotate(45deg);
      transform: translateY(8px) rotate(45deg); }
    header.full .mobile.active span:after {
      -webkit-transform: translateY(-8px) rotate(-45deg);
      transform: translateY(-8px) rotate(-45deg); }

@media only screen and (max-width: 1100px) {
  header.full nav:nth-of-type(1) {
    padding-right: 11em; }
  header.full nav:nth-of-type(2) {
    padding-left: 11em; }
  header.full nav a {
    font-size: 2em; } }

@media only screen and (max-width: 1024px) {
  header.full nav {
    bottom: 0;
    top: auto; }
    header.full nav li {
      width: 50%;
      text-align: center;
      margin-top: 1em; }
      header.full nav li:nth-child(-n+2) {
        margin-top: 0; }
    header.full nav a {
      font-size: 2em; } }

@media only screen and (max-width: 767px) {
  header.full {
    padding: 1em 0 4em; }
    header.full .social {
      top: auto;
      bottom: 0; }
      header.full .social img {
        height: 1.8em; }
    header.full nav {
      display: none; }
    header.full .logo {
      width: 12em; }
      header.full .logo .full {
        display: none; }
      header.full .logo .simple {
        display: block; }
    header.full .mobile {
      display: block; } }

header.compact {
  position: fixed;
  top: -10em;
  left: 0;
  width: 100%;
  padding: 0;
  height: 5.6em;
  background: transparent;
  z-index: 100;
  transition: top 500ms; }
  header.compact.show {
    top: 0; }
  header.compact .bg {
    background: rgba(77, 52, 33, 0.8);
    width: 999em; }
    header.compact .bg.left {
      left: auto;
      right: 50%;
      margin-right: 11.5em; }
    header.compact .bg.right {
      left: 50%;
      right: auto;
      margin-left: 11.5em; }
  header.compact nav {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50%; }
    header.compact nav:nth-of-type(1) {
      padding-left: 2em;
      padding-right: 13.5em; }
    header.compact nav:nth-of-type(2) {
      padding-left: 13.5em;
      padding-right: 2em; }
    header.compact nav a {
      font-family: "hobo-std", sans-serif;
      text-transform: uppercase;
      font-size: 2.1em;
      line-height: 55px;
      color: #fff; }
  header.compact .logo {
    width: 23em;
    position: absolute;
    top: 0;
    display: inline-block;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    header.compact .logo a {
      display: block; }
    header.compact .logo img {
      width: 100%; }

@media only screen and (max-width: 1100px) {
  header.compact nav:nth-of-type(1) {
    padding-right: 13.5em; }
  header.compact nav:nth-of-type(2) {
    padding-left: 13.5em; }
  header.compact nav a {
    font-size: 1.8em; } }

@media only screen and (max-width: 1024px) {
  header.compact .bg.left {
    margin-right: 10em; }
  header.compact .bg.right {
    margin-left: 10em; }
  header.compact nav:nth-of-type(1) {
    padding-left: 1em;
    padding-right: 11em; }
  header.compact nav:nth-of-type(2) {
    padding-left: 11em;
    padding-right: 1em; }
  header.compact nav a {
    font-size: 1.4em;
    line-height: 47px; }
  header.compact .logo {
    width: 20em; } }

@media only screen and (max-width: 767px) {
  header.compact {
    display: none; } }

header.mobile {
  background: rgba(156, 144, 126, 0.95);
  padding: 4em 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  box-shadow: 0px 2px 8px 0.1px rgba(0, 0, 0, 0.7);
  display: none;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  -webkit-transform: translate3d(0px, -999px, 0px);
  transform: translate3d(0px, -999px, 0px); }
  header.mobile nav li {
    text-align: center;
    margin-bottom: 4em; }
    header.mobile nav li:last-child {
      margin-bottom: 0; }
  header.mobile nav a {
    display: block;
    color: #fff;
    font-size: 2.2em;
    text-transform: uppercase;
    font-family: "hobo-std", sans-serif; }

@media only screen and (max-width: 767px) {
  header.mobile {
    display: block; } }

footer {
  position: relative;
  padding: 9em 0 5em;
  background: #fff; }
  footer .borderStrip {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  footer nav ul {
    display: inline-block;
    vertical-align: top;
    margin-right: 3em; }
    footer nav ul:last-child {
      margin-right: 0; }
  footer nav li {
    margin-bottom: 2em; }
    footer nav li:last-child {
      margin-bottom: 0; }
  footer nav a {
    font-size: 1.2em;
    text-transform: uppercase; }
  footer .social {
    vertical-align: top;
    text-align: right; }
    footer .social a {
      display: inline-block;
      vertical-align: middle; }
      footer .social a:first-child {
        margin-right: 1em; }
    footer .social img {
      height: 2.2em; }
    footer .social .siteby {
      margin-top: 2em; }
      footer .social .siteby span {
        display: inline-block;
        vertical-align: middle; }
      footer .social .siteby a {
        margin: 0; }

@media only screen and (max-width: 767px) {
  footer {
    padding: 6em 0 3em; }
    footer nav {
      display: block !important;
      text-align: center !important;
      margin-bottom: 3em; }
    footer .social {
      display: block;
      text-align: center; } }

.page.index .featured .wrapper {
  padding-top: 50%;
  position: relative; }

.page.index .featured .box {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0; }
  .page.index .featured .box.left {
    left: 0; }
  .page.index .featured .box.right {
    right: 0; }
  .page.index .featured .box.combine {
    display: none; }

.page.index .featured .slick-list, .page.index .featured .slick-track {
  height: 100%; }

.page.index .featured .slide {
  height: 100%;
  background-position: center;
  background-size: cover;
  outline: none; }

.page.index .featured .order {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  .page.index .featured .order a {
    display: inline-block; }

.page.index .featured .check {
  border: 1px solid;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 23em;
  padding-top: 29%; }

.page.index .menu .inside {
  overflow: hidden;
  margin-top: -12.5%; }

.page.index .menu .wider {
  width: 120%;
  margin-left: -10%;
  background: #fff;
  position: relative;
  padding: 6em 0 10em;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%; }

.page.index .menu .bg {
  padding: 6em 0 10em;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%; }

.page.index .menu .columns {
  float: none; }

.page.index .menu .sign {
  margin-bottom: 7em; }

.page.index .menu .item {
  width: 33.3334%;
  display: inline-block;
  vertical-align: top; }
  .page.index .menu .item a {
    display: block; }
  .page.index .menu .item .image {
    padding-top: 72%;
    background-size: cover;
    background-position: center;
    margin-bottom: 3em; }
  .page.index .menu .item .name p {
    font-size: 1.8em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px; }

.page.index .about .box {
  width: 50%;
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .page.index .about .box .bg {
    background-position: center;
    background-size: cover; }

.page.index .about .photo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0; }
  .page.index .about .photo.photo-right {
    left: initial;
    right: 0; }

.page.index .about .content {
  margin-left: 50%; }
  .page.index .about .content.photo-right {
    margin-left: inherit;
    margin-right: 50%; }
  .page.index .about .content .darken {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6; }
  .page.index .about .content .table {
    padding: 5em;
    color: #fff;
    position: relative;
    height: 50em;
    text-align: center; }
  .page.index .about .content .header {
    margin-bottom: 4.5em; }
    .page.index .about .content .header p {
      margin-bottom: 0;
      line-height: 1.2;
      text-transform: uppercase; }
      .page.index .about .content .header p:first-child {
        font-size: 3em;
        font-style: italic; }
      .page.index .about .content .header p:last-child {
        font-size: 3.6em;
        font-weight: 600; }
  .page.index .about .content .quote.above {
    margin-bottom: 1.5em;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .page.index .about .content .quote.below {
    margin-bottom: 2.5em; }
  .page.index .about .content .copy {
    margin-bottom: 1.5em; }
    .page.index .about .content .copy p {
      font-size: 1.8em;
      line-height: 1.7; }
    .page.index .about .content .copy .author {
      font-style: italic; }
  .page.index .about .content .button {
    background: rgba(255, 255, 255, 0.5);
    display: inline-block; }
    .page.index .about .content .button a {
      padding: 1em 3em;
      display: block; }
    .page.index .about .content .button span {
      font-size: 1.4em;
      text-transform: uppercase; }

.page.index .locations .row {
  padding: 6em 0; }

.page.index .locations .bg {
  background-position: center;
  background-size: cover; }

.page.index .locations .sign {
  margin-bottom: 4em; }
  .page.index .locations .sign p, .page.index .locations .sign img {
    display: inline-block;
    vertical-align: middle; }
  .page.index .locations .sign p {
    font-size: 3em;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-right: 10px; }

.page.index .locations .selection .list, .page.index .locations .selection .image {
  display: inline-block;
  vertical-align: top;
  width: 25%; }

.page.index .locations .selection .list {
  width: 25%; }
  .page.index .locations .selection .list.left {
    text-align: right; }
    .page.index .locations .selection .list.left .item a {
      margin-left: 10%;
      border-top-left-radius: 5em;
      border-bottom-left-radius: 5em; }
    .page.index .locations .selection .list.left .item:after {
      /* FF3.6+ */
      /* Chrome,Safari4+ */
      /* Chrome10+,Safari5.1+ */
      /* Opera 11.10+ */
      /* IE10+ */
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, white 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
      /* IE6-9 */ }
  .page.index .locations .selection .list.right .item a {
    border-top-right-radius: 5em;
    border-bottom-right-radius: 5em; }
  .page.index .locations .selection .list.right .item:after {
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 70%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 */ }

.page.index .locations .selection .item {
  position: relative; }
  .page.index .locations .selection .item a {
    padding: 2em;
    width: 90%;
    display: block;
    background: transparent;
    transition: background 500ms; }
  .page.index .locations .selection .item p {
    font-size: 1.4em;
    font-weight: 600;
    text-transform: uppercase; }
  .page.index .locations .selection .item.active a {
    background: rgba(255, 255, 255, 0.9); }
  .page.index .locations .selection .item.active:after {
    opacity: 0; }
  .page.index .locations .selection .item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 4px;
    opacity: 1;
    transition: opacity 500ms; }

.page.index .locations .selection .image {
  width: 50%;
  height: 40em;
  position: relative;
  overflow: hidden; }
  .page.index .locations .selection .image .slick-list, .page.index .locations .selection .image .slick-track {
    height: 100%; }
  .page.index .locations .selection .image div {
    height: 100%;
    background-position: center;
    background-size: cover; }

@media only screen and (max-width: 1024px) {
  .page.index .menu .inside {
    margin-top: -15%; }
  .page.index .about .content .table {
    padding: 3em; }
  .page.index .locations .selection {
    position: relative;
    width: 73em;
    margin: 0 auto; }
    .page.index .locations .selection .list {
      width: 40%;
      display: block; }
      .page.index .locations .selection .list.right {
        text-align: right; }
        .page.index .locations .selection .list.right .item a {
          margin-left: 10%;
          border-top-left-radius: 5em;
          border-bottom-left-radius: 5em;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
        .page.index .locations .selection .list.right .item:after {
          /* FF3.6+ */
          /* Chrome,Safari4+ */
          /* Chrome10+,Safari5.1+ */
          /* Opera 11.10+ */
          /* IE10+ */
          background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, white 100%);
          /* W3C */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
          /* IE6-9 */ }
    .page.index .locations .selection .image {
      position: absolute;
      width: 56%;
      right: 4%;
      top: 0;
      bottom: 0;
      height: auto; } }

@media only screen and (max-width: 767px) {
  .page.index .featured .wrapper {
    padding-top: 66.66667%; }
  .page.index .featured .box {
    width: 100%;
    height: 100%; }
    .page.index .featured .box.left, .page.index .featured .box.right {
      display: none; }
    .page.index .featured .box.combine {
      display: block; }
  .page.index .menu .inside {
    margin-top: 0; }
  .page.index .menu .wider {
    width: 100%;
    margin-left: 0;
    border-radius: 0;
    padding: 4em 0; }
  .page.index .menu .bg {
    border-radius: 0; }
  .page.index .menu .sign {
    margin-bottom: 4em; }
  .page.index .menu .item {
    display: block;
    width: 100%;
    max-width: 26em;
    margin: 0 auto 4em; }
    .page.index .menu .item:last-child {
      margin-bottom: 0; }
    .page.index .menu .item .image {
      margin-bottom: 2em; }
  .page.index .about .photo {
    display: none; }
  .page.index .about .content {
    margin-left: 0;
    width: 100%; }
    .page.index .about .content .table {
      height: auto; }
  .page.index .locations .selection {
    width: 100%; }
    .page.index .locations .selection .list.left, .page.index .locations .selection .list.right {
      text-align: center;
      width: 100%; }
      .page.index .locations .selection .list.left .item a, .page.index .locations .selection .list.right .item a {
        margin: 0;
        width: 100%; }
      .page.index .locations .selection .list.left .item:after, .page.index .locations .selection .list.right .item:after {
        /* FF3.6+ */
        /* Chrome,Safari4+ */
        /* Chrome10+,Safari5.1+ */
        /* Opera 11.10+ */
        /* IE10+ */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
        /* W3C */ }
    .page.index .locations .selection .item {
      width: 80%;
      margin: 0 auto; }
      .page.index .locations .selection .item.active a {
        background: none; }
      .page.index .locations .selection .item.active:after {
        opacity: 1; }
    .page.index .locations .selection .image {
      display: none; } }

.page.locations > .bg {
  opacity: 0.07; }

.page.locations .main {
  padding: 4em 0 8em; }

.page.locations .sign {
  margin-bottom: 4em; }
  .page.locations .sign p, .page.locations .sign img {
    display: inline-block;
    vertical-align: middle; }
  .page.locations .sign p {
    font-size: 3em;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-right: 10px; }

.page.locations nav {
  margin-bottom: 4em; }
  .page.locations nav li {
    display: inline-block;
    vertical-align: middle;
    padding: 2em 3em;
    position: relative; }
    .page.locations nav li:before, .page.locations nav li:after {
      content: url("/images/global/star.png");
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      width: 2.3em;
      height: 2.3em;
      opacity: 0;
      -webkit-transform: opacity 5000ms;
      transform: opacity 5000ms; }
    .page.locations nav li:before {
      left: 0; }
    .page.locations nav li:after {
      right: 0; }
    .page.locations nav li.active:before, .page.locations nav li.active:after {
      opacity: 1; }
  .page.locations nav span {
    display: block;
    font-size: 1.4em;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 0.025em; }
  .page.locations nav br {
    display: none; }

.page.locations .results .cover .bg {
  background-position: center;
  background-size: cover; }

.page.locations .results .cover .copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); }

.page.locations .results .cover .table {
  text-align: center; }

.page.locations .results .cover p {
  color: #fff;
  font-size: 4em;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  width: 80%;
  margin: 0 auto; }

.page.locations .results .slide {
  position: relative; }
  .page.locations .results .slide:after {
    clear: both;
    content: "";
    display: table; }

.page.locations .results .boxes {
  position: absolute;
  top: 0;
  left: 0;
  right: 24em;
  bottom: 0; }

.page.locations .results .photo, .page.locations .results .map {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 100%;
  position: relative; }
  .page.locations .results .photo .bg, .page.locations .results .map .bg {
    opacity: 1;
    background-size: cover;
    background-position: center; }

.page.locations .results .photo .slick-list, .page.locations .results .photo .slick-track {
  height: 100%; }

.page.locations .results .photo .bg {
  right: 0.5em; }

.page.locations .results .map {
  padding-left: 0.5em; }
  .page.locations .results .map div {
    height: 100%; }

.page.locations .results .info {
  width: 24em;
  float: right;
  padding: 3em; }
  .page.locations .results .info p, .page.locations .results .info a {
    text-transform: uppercase; }
  .page.locations .results .info .title {
    margin-bottom: 2em; }
    .page.locations .results .info .title p {
      font-size: 1.8em;
      font-weight: 600; }
  .page.locations .results .info .copy {
    margin-bottom: 3em; }
    .page.locations .results .info .copy p, .page.locations .results .info .copy a {
      font-size: 1.4em;
      line-height: 1.5; }
    .page.locations .results .info .copy p {
      margin-bottom: 0.5rem; }
  .page.locations .results .info .action a {
    padding: 1em 2em;
    display: inline-block;
    background: #4d3421;
    border-radius: 5em; }
  .page.locations .results .info .action span {
    font-size: 1.8em;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff; }

@media only screen and (max-width: 1024px) {
  .page.locations .main {
    padding: 4em 0 6em; }
  .page.locations nav li {
    padding: 1.5em 3em; }
  .page.locations .results .slide {
    height: auto !important; }
    .page.locations .results .slide.cover .wrapper {
      margin: 6em 4em;
      padding-top: 50%; }
  .page.locations .results .boxes {
    position: relative;
    right: 0;
    height: 40em; }
  .page.locations .results .info {
    float: none;
    width: auto;
    max-width: 50em;
    margin: 0 auto;
    padding-bottom: 0; }
    .page.locations .results .info .title, .page.locations .results .info .copy {
      display: inline-block;
      vertical-align: top;
      width: 50%; }
    .page.locations .results .info .title {
      text-align: right;
      padding-right: 2em; }
    .page.locations .results .info .copy {
      margin-bottom: 2em; }
    .page.locations .results .info .action {
      width: 100%;
      text-align: center; } }

@media only screen and (max-width: 767px) {
  .page.locations .main {
    padding: 4em 0; }
  .page.locations nav li {
    padding: 1em 3em; }
  .page.locations nav br {
    display: block; }
  .page.locations .results .cover .wrapper {
    margin: 4em 2em; }
  .page.locations .results .cover p {
    font-size: 2em; }
  .page.locations .results .boxes {
    max-width: 40em;
    margin: 0 auto;
    height: 30em; }
  .page.locations .results .photo {
    display: none; }
  .page.locations .results .map {
    width: 100%;
    padding-left: 0; }
  .page.locations .results .info {
    padding: 3em 1.5em 0; }
    .page.locations .results .info .title {
      width: 40%; }
    .page.locations .results .info .copy {
      width: 60%; } }

.page.about > .bg {
  opacity: 0.07; }

.page.about .boxes .box {
  width: 50%;
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .page.about .boxes .box .bg {
    background-position: center;
    background-size: cover; }

.page.about .boxes .photo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0; }
  .page.about .boxes .photo.photo-right {
    left: initial;
    right: 0; }

.page.about .boxes .content {
  margin-left: 50%; }
  .page.about .boxes .content.photo-right {
    margin-left: inherit;
    margin-right: 50%; }
  .page.about .boxes .content .darken {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3; }
  .page.about .boxes .content .table {
    padding: 5em;
    color: #fff;
    position: relative;
    height: 50em;
    text-align: center; }
  .page.about .boxes .content .header {
    margin-bottom: 4.5em; }
    .page.about .boxes .content .header:last-child {
      margin-bottom: 0; }
    .page.about .boxes .content .header p {
      margin-bottom: 0;
      line-height: 1.2;
      text-transform: uppercase;
      letter-spacing: 0.025em; }
      .page.about .boxes .content .header p:first-child {
        font-size: 3.8em;
        font-style: italic; }
      .page.about .boxes .content .header p:last-child {
        font-size: 4.6em;
        font-weight: 600; }
  .page.about .boxes .content .quote.above {
    margin-bottom: 1.5em;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .page.about .boxes .content .quote.below {
    margin-bottom: 2.5em; }
  .page.about .boxes .content .quote:last-child {
    margin-bottom: 0; }
  .page.about .boxes .content .copy {
    margin-bottom: 1.5em; }
    .page.about .boxes .content .copy p {
      font-size: 2.5em;
      line-height: 1.7;
      letter-spacing: 0.025em;
      line-height: 1.2; }
    .page.about .boxes .content .copy .author {
      font-style: italic; }
    .page.about .boxes .content .copy:last-child {
      margin-bottom: 0; }
  .page.about .boxes .content .button {
    background: rgba(255, 255, 255, 0.5);
    display: inline-block; }
    .page.about .boxes .content .button a {
      padding: 1em 3em;
      display: block; }
    .page.about .boxes .content .button span {
      font-size: 1.4em;
      text-transform: uppercase; }

.page.about .writing {
  text-align: center; }
  .page.about .writing .row {
    padding: 7em 0; }
  .page.about .writing p {
    font-size: 2.1em;
    letter-spacing: 0.005em; }

.page.about .institution .wrapper {
  position: relative;
  padding-top: 45%; }

.page.about .institution .bg {
  background-position: center;
  background-size: cover; }

.page.about .institution .copy {
  position: absolute;
  bottom: 4em;
  left: 1em;
  right: 1em; }
  .page.about .institution .copy p {
    font-size: 6.2em;
    color: #fff;
    font-family: "hobo-std", sans-serif;
    text-transform: uppercase;
    text-shadow: 1px 1px 13px rgba(0, 0, 0, 0.6); }

@media only screen and (max-width: 767px) {
  .page.about .boxes .box {
    width: 100%; }
  .page.about .boxes .photo {
    position: relative;
    padding-top: 66%; }
  .page.about .boxes .content {
    margin-left: 0; }
    .page.about .boxes .content .table {
      height: auto; }
    .page.about .boxes .content .header p:first-child {
      font-size: 2.6em; }
    .page.about .boxes .content .header p:last-child {
      font-size: 3em; }
    .page.about .boxes .content .copy p {
      font-size: 2em; }
  .page.about .writing .row {
    padding: 4em 0; }
  .page.about .writing p {
    font-size: 1.6em; }
  .page.about .institution .wrapper {
    padding-top: 66%; }
  .page.about .institution .copy {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .page.about .institution .copy p {
      font-size: 4em; } }

.page.contact .header {
  margin-bottom: 3em; }
  .page.contact .header p {
    font-size: 3.8em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600; }

.page.contact .border {
  position: absolute;
  width: 2px;
  top: 5em;
  bottom: 5em;
  left: 50%;
  margin-left: -1px;
  background: #4d3421; }

.page.contact .feedback {
  padding: 6em 4em; }
  .page.contact .feedback .item {
    margin-bottom: 5em; }
    .page.contact .feedback .item:last-child {
      margin-bottom: 0; }
  .page.contact .feedback p.label {
    font-size: 2.1em;
    margin-bottom: 5px;
    font-weight: 600; }
  .page.contact .feedback ::-webkit-input-placeholder {
    color: #4d3421; }
  .page.contact .feedback :-moz-placeholder {
    color: #4d3421; }
  .page.contact .feedback ::-moz-placeholder {
    color: #4d3421; }
  .page.contact .feedback :-ms-input-placeholder {
    color: #4d3421; }
  .page.contact .feedback select {
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    border: 1px solid #4d3421;
    outline: none;
    box-shadow: none;
    background: #fff;
    font-size: 2.1em;
    padding: 5px 30px 5px 10px;
    background-image: url("/images/global/drop_arrow.png");
    background-position: right 6px center;
    background-repeat: no-repeat; }
    .page.contact .feedback select option[disabled] {
      display: none; }
  .page.contact .feedback .radio label {
    display: block; }
  .page.contact .feedback .radio input {
    margin-right: 5px;
    display: none; }
    .page.contact .feedback .radio input:checked + span {
      background: #4d3421; }
  .page.contact .feedback .radio span {
    display: inline-block;
    vertical-align: baseline;
    line-height: 1; }
    .page.contact .feedback .radio span:first-of-type {
      width: 1.4em;
      height: 1.4em;
      background: #fff;
      border: 1px solid #4d3421;
      border-radius: 50%;
      cursor: pointer;
      margin-right: 5px;
      transition: background 500ms; }
    .page.contact .feedback .radio span:last-of-type {
      font-size: 2.1em; }
  .page.contact .feedback .radio.error {
    padding: 10px; }
  .page.contact .feedback input[type=text], .page.contact .feedback input[type=email], .page.contact .feedback textarea {
    width: 100%;
    border: 1px solid #4d3421;
    outline: none;
    box-shadow: none;
    font-size: 2.1em;
    padding: 5px 10px; }
  .page.contact .feedback textarea {
    resize: none;
    min-height: 5em; }
  .page.contact .feedback input[type=submit] {
    background: #4d3421;
    color: #fff;
    font-size: 2.4em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
    width: 220px;
    margin: 0 auto;
    display: block;
    border: 1px solid #4d3421;
    outline: none;
    box-shadow: none; }
  .page.contact .feedback .error {
    border: 1px solid red !important; }
  .page.contact .feedback .errors {
    height: 1px;
    margin-top: -2em;
    margin-bottom: 2em;
    text-align: center; }
    .page.contact .feedback .errors p {
      position: absolute;
      left: 0;
      right: 0;
      opacity: 0;
      visibility: hidden;
      transition: opacity 500ms; }
      .page.contact .feedback .errors p.show {
        opacity: 1;
        visibility: visible; }
  .page.contact .feedback .copy {
    margin-bottom: 5em; }
    .page.contact .feedback .copy p {
      font-size: 2.1em;
      margin-bottom: 0; }
    .page.contact .feedback .copy:last-child {
      margin-bottom: 0; }

.page.contact .info {
  padding: 6em 4em;
  border-bottom: 2px solid #4d3421; }
  .page.contact .info .copy {
    display: inline-block;
    vertical-align: middle;
    margin: 1em 3em; }
    .page.contact .info .copy p {
      font-size: 2.1em;
      margin-bottom: 0; }
    .page.contact .info .copy:last-child {
      margin-bottom: 0; }

.page.contact .iframe {
  padding: 6em 0; }
  .page.contact .iframe iframe {
    width: 100%;
    height: 40em;
    transition: height 500ms; }

@media only screen and (max-width: 1024px) {
  .page.contact .border {
    display: none; }
  .page.contact .header {
    margin-bottom: 4em; }
  .page.contact .feedback .copy {
    text-align: center; } }

@media only screen and (max-width: 767px) {
  .page.contact .header p {
    font-size: 3em; }
  .page.contact .info {
    padding: 4em 2em; }
    .page.contact .info .copy {
      margin-bottom: 3em; }
      .page.contact .info .copy p {
        font-size: 1.8em;
        word-wrap: break-word; }
  .page.contact .feedback {
    padding: 4em 2em; }
    .page.contact .feedback .choice {
      width: 50%;
      margin-bottom: 2em; }
      .page.contact .feedback .choice:nth-last-child(-n+2) {
        margin-bottom: 0; }
    .page.contact .feedback p.label {
      font-size: 1.8em; }
    .page.contact .feedback select {
      font-size: 1.8em; }
    .page.contact .feedback .radio span:last-of-type {
      font-size: 1.8em; }
    .page.contact .feedback input[type=text], .page.contact .feedback input[type=email], .page.contact .feedback textarea {
      font-size: 1.8em; }
    .page.contact .feedback textarea {
      min-height: 8em; }
    .page.contact .feedback input[type=submit] {
      font-size: 2.2em;
      width: 200px; }
    .page.contact .feedback .copy {
      margin-bottom: 3em; }
      .page.contact .feedback .copy p {
        font-size: 1.8em;
        word-wrap: break-word; }
  .page.contact .iframe {
    padding: 4em 0; } }

.page.menu .sign {
  margin: 3em 0 4em; }

.page.menu nav {
  position: relative; }
  .page.menu nav .bg {
    background-position: center;
    background-size: cover; }
  .page.menu nav li {
    display: inline-block;
    vertical-align: middle;
    padding: 1.5em 3em;
    position: relative; }
    .page.menu nav li:before, .page.menu nav li:after {
      content: url("/images/global/star.png");
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      width: 2.3em;
      height: 2.3em;
      opacity: 0;
      -webkit-transform: opacity 5000ms;
      transform: opacity 5000ms; }
    .page.menu nav li:before {
      left: 0; }
    .page.menu nav li:after {
      right: 0; }
    .page.menu nav li.active:before, .page.menu nav li.active:after {
      opacity: 1; }
  .page.menu nav span {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 0.025em; }
  .page.menu nav br {
    display: none; }

.page.menu .location {
  padding-bottom: 8em; }
  .page.menu .location.base {
    padding: 0; }
    .page.menu .location.base .wrapper {
      margin: 8em 4em;
      position: relative;
      padding-top: 40%; }
    .page.menu .location.base .bg {
      background-position: center;
      background-size: cover; }
    .page.menu .location.base .copy {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5); }
    .page.menu .location.base .table {
      text-align: center; }
    .page.menu .location.base p {
      color: #fff;
      font-size: 4em;
      text-transform: uppercase;
      font-weight: 600;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
      width: 80%;
      margin: 0 auto; }
  .page.menu .location .selection {
    position: relative;
    margin-bottom: 8em; }
    .page.menu .location .selection .bg {
      background: #4d3421; }
    .page.menu .location .selection li {
      display: inline-block;
      vertical-align: middle;
      padding: 1.5em 3em;
      position: relative; }
    .page.menu .location .selection .box span {
      border: 1px solid #fff;
      border-radius: 20px;
      padding: 5px 10px; }
    .page.menu .location .selection span {
      display: inline-block;
      color: #fff;
      font-size: 1.2em;
      font-weight: 600;
      text-transform: uppercase;
      cursor: pointer;
      letter-spacing: 0.025em; }
  .page.menu .location .info {
    width: 55%;
    display: inline-block; }
  .page.menu .location .part {
    position: relative;
    margin-bottom: 8em; }
    .page.menu .location .part:last-child {
      margin-bottom: 0; }
  .page.menu .location .title {
    padding: 0 4em 3em;
    margin-bottom: 3em;
    position: relative; }
    .page.menu .location .title p {
      font-size: 1.8em;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 0.4em; }
      .page.menu .location .title p:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 4px;
        /* FF3.6+ */
        /* Chrome,Safari4+ */
        /* Chrome10+,Safari5.1+ */
        /* Opera 11.10+ */
        /* IE10+ */
        background: linear-gradient(to right, rgba(201, 193, 182, 0) 15%, #c9c1b6 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
        /* IE6-9 */ }
  .page.menu .location .lead {
    margin-bottom: 3em; }
  .page.menu .location .subsection {
    padding: 1em 4em 0; }
    .page.menu .location .subsection:first-child {
      padding-top: 0; }
    .page.menu .location .subsection p {
      font-size: 1.6em;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 0.1em; }
  .page.menu .location .item {
    padding: 0 4em 1.5em; }
    .page.menu .location .item:last-child {
      padding-bottom: 0; }
    .page.menu .location .item p {
      font-size: 1.6em;
      margin-bottom: 0;
      letter-spacing: 0.1em; }
    .page.menu .location .item .one {
      display: inline-block;
      vertical-align: middle; }
    .page.menu .location .item .one + .one {
      border-left: 2px solid;
      padding-left: 0.5rem; }
    .page.menu .location .item .name, .page.menu .location .item .price {
      display: inline-block;
      vertical-align: middle;
      font-weight: 600;
      padding-right: 0.5rem; }
    .page.menu .location .item .price {
      color: #8c1300; }
    .page.menu .location .item .desc p {
      margin-bottom: 0.75rem; }
      .page.menu .location .item .desc p:last-child {
        margin-bottom: 0; }
    .page.menu .location .item ul {
      margin: 0.5em 0 0.5em 3em; }
      .page.menu .location .item ul li {
        margin-bottom: 0.5em; }
        .page.menu .location .item ul li:last-child {
          margin-bottom: 0; }
  .page.menu .location .image {
    width: 45%;
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    max-height: 50em;
    background-position: center;
    background-size: cover; }
  .page.menu .location .borderStrip {
    margin: 5em 0; }
    .page.menu .location .borderStrip:last-child {
      display: none;
      margin-bottom: 0; }

.page.menu .notes {
  max-width: 70em;
  padding: 0 2em;
  margin: 0 auto 4em;
  text-align: center; }

.page.menu .back {
  text-align: center;
  margin-bottom: 8em; }
  .page.menu .back img {
    cursor: pointer;
    width: 6em; }
  .page.menu .back p {
    font-size: 1.8em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.4em; }

@media only screen and (max-width: 1024px) {
  .page.menu .location {
    padding-bottom: 6em; }
    .page.menu .location.base .wrapper {
      margin: 6em 4em;
      padding-top: 50%; }
    .page.menu .location .selection {
      margin-bottom: 6em; }
    .page.menu .location .part {
      margin-bottom: 6em; }
  .page.menu .back {
    margin-bottom: 6em; } }

@media only screen and (max-width: 767px) {
  .page.menu .sign {
    margin: 2em 0; }
  .page.menu nav {
    padding: 1em 0; }
    .page.menu nav li {
      padding: 1em 3em; }
    .page.menu nav br {
      display: block; }
  .page.menu .location {
    padding-bottom: 4em; }
    .page.menu .location.base .wrapper {
      margin: 4em 2em; }
    .page.menu .location.base p {
      font-size: 2em; }
    .page.menu .location .selection {
      margin-bottom: 4em; }
      .page.menu .location .selection li {
        width: 50%;
        padding: 1.5em 1em; }
    .page.menu .location .part {
      margin-bottom: 4em; }
    .page.menu .location .info {
      display: block;
      width: 100%; }
    .page.menu .location .title {
      padding: 0 2em 3em; }
    .page.menu .location .item {
      padding: 0 2em 0.5em; }
    .page.menu .location .image {
      position: relative;
      height: auto;
      padding-top: 40%;
      left: 0;
      width: 100%;
      margin-bottom: 3em; }
  .page.menu .back {
    margin-bottom: 4em; } }

.page.catering .sign {
  margin: 3em 0 4em; }

.page.catering nav {
  position: relative; }
  .page.catering nav .bg {
    background-position: center;
    background-size: cover; }
  .page.catering nav li {
    display: inline-block;
    vertical-align: middle;
    padding: 1.5em 3em;
    position: relative; }
    .page.catering nav li:before, .page.catering nav li:after {
      content: url("/images/global/star.png");
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      width: 2.3em;
      height: 2.3em;
      opacity: 0;
      -webkit-transform: opacity 5000ms;
      transform: opacity 5000ms; }
    .page.catering nav li:before {
      left: 0; }
    .page.catering nav li:after {
      right: 0; }
    .page.catering nav li.active:before, .page.catering nav li.active:after {
      opacity: 1; }
  .page.catering nav span {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 0.025em; }
  .page.catering nav br {
    display: none; }

.page.catering .location {
  padding-bottom: 8em; }
  .page.catering .location.base {
    padding: 0; }
    .page.catering .location.base .wrapper {
      margin: 8em 4em;
      position: relative;
      padding-top: 40%; }
    .page.catering .location.base .bg {
      background-position: center;
      background-size: cover; }
    .page.catering .location.base .copy {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5); }
    .page.catering .location.base .table {
      text-align: center; }
    .page.catering .location.base p {
      color: #fff;
      font-size: 4em;
      text-transform: uppercase;
      font-weight: 600;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
      width: 80%;
      margin: 0 auto; }
  .page.catering .location .selection {
    position: relative;
    margin-bottom: 8em; }
    .page.catering .location .selection .bg {
      background: #4d3421; }
    .page.catering .location .selection li {
      display: inline-block;
      vertical-align: middle;
      padding: 1.5em 3em;
      position: relative; }
    .page.catering .location .selection .box span {
      border: 1px solid #fff;
      border-radius: 20px;
      padding: 5px 10px; }
    .page.catering .location .selection span {
      display: block;
      color: #fff;
      font-size: 1.2em;
      font-weight: 600;
      text-transform: uppercase;
      cursor: pointer;
      letter-spacing: 0.025em; }
  .page.catering .location .info {
    width: 55%;
    display: inline-block; }
  .page.catering .location .part {
    position: relative;
    margin-bottom: 8em; }
    .page.catering .location .part:last-child {
      margin-bottom: 0; }
  .page.catering .location .title {
    padding: 0 4em 3em;
    margin-bottom: 3em;
    position: relative; }
    .page.catering .location .title p {
      font-size: 1.8em;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 0.4em; }
      .page.catering .location .title p:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 4px;
        /* FF3.6+ */
        /* Chrome,Safari4+ */
        /* Chrome10+,Safari5.1+ */
        /* Opera 11.10+ */
        /* IE10+ */
        background: linear-gradient(to right, rgba(201, 193, 182, 0) 15%, #c9c1b6 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
        /* IE6-9 */ }
  .page.catering .location .lead + .rest {
    margin-top: 3em; }
  .page.catering .location .subsection {
    padding: 1em 4em 0; }
    .page.catering .location .subsection:first-child {
      padding-top: 0; }
    .page.catering .location .subsection p {
      font-size: 1.6em;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 0.1em; }
  .page.catering .location .item {
    padding: 0 4em 1.5em; }
    .page.catering .location .item p {
      font-size: 1.6em;
      margin-bottom: 0;
      letter-spacing: 0.1em; }
    .page.catering .location .item .one {
      display: inline-block;
      vertical-align: middle; }
    .page.catering .location .item .one + .one {
      border-left: 2px solid;
      padding-left: 0.5rem; }
    .page.catering .location .item .name, .page.catering .location .item .price {
      display: inline-block;
      vertical-align: middle;
      font-weight: 600;
      padding-right: 0.5rem; }
    .page.catering .location .item .price {
      color: #8c1300; }
    .page.catering .location .item .desc p {
      margin-bottom: 0.75rem; }
      .page.catering .location .item .desc p:last-child {
        margin-bottom: 0; }
    .page.catering .location .item ul {
      margin: 0.5em 0 0.5em 3em; }
      .page.catering .location .item ul li {
        margin-bottom: 0.5em; }
        .page.catering .location .item ul li:last-child {
          margin-bottom: 0; }
  .page.catering .location .image {
    width: 45%;
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    max-height: 50em;
    background-position: center;
    background-size: cover; }
  .page.catering .location .borderStrip {
    margin: 5em 0; }
    .page.catering .location .borderStrip:last-child {
      display: none;
      margin-bottom: 0; }

.page.catering .notes {
  max-width: 70em;
  padding: 0 2em;
  margin: 0 auto 4em;
  text-align: center; }
  .page.catering .notes p {
    font-size: 1.6em; }

.page.catering .typeform {
  width: 80em;
  max-width: 80%;
  margin: 0 auto 4em; }
  .page.catering .typeform .small {
    display: none;
    text-align: center; }
    .page.catering .typeform .small img {
      width: 28em;
      margin: 0 auto 2em;
      display: block; }
    .page.catering .typeform .small .button {
      background: #d8d3cc;
      display: inline-block; }
      .page.catering .typeform .small .button a {
        padding: 0.5em 1em;
        display: block; }
      .page.catering .typeform .small .button span {
        font-size: 1.8em;
        font-weight: 600; }

.page.catering .back {
  text-align: center;
  margin-bottom: 8em; }
  .page.catering .back img {
    cursor: pointer;
    width: 6em; }
  .page.catering .back p {
    font-size: 1.8em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.4em; }

@media only screen and (max-width: 1024px) {
  .page.catering .location {
    padding-bottom: 6em; }
    .page.catering .location.base .wrapper {
      margin: 6em 4em;
      padding-top: 50%; }
    .page.catering .location .selection {
      margin-bottom: 6em; }
    .page.catering .location .part {
      margin-bottom: 6em; }
  .page.catering .back {
    margin-bottom: 6em; } }

@media only screen and (max-width: 767px) {
  .page.catering .sign {
    margin: 2em 0; }
  .page.catering nav {
    padding: 1em 0; }
    .page.catering nav li {
      padding: 1em 3em; }
    .page.catering nav br {
      display: block; }
  .page.catering .location {
    padding-bottom: 4em; }
    .page.catering .location.base .wrapper {
      margin: 4em 2em; }
    .page.catering .location.base p {
      font-size: 2em; }
    .page.catering .location .selection {
      margin-bottom: 4em; }
      .page.catering .location .selection li {
        width: 50%;
        padding: 1.5em 1em; }
        .page.catering .location .selection li.box {
          width: auto; }
    .page.catering .location .part {
      margin-bottom: 4em; }
    .page.catering .location .info {
      display: block;
      width: 100%; }
    .page.catering .location .title {
      padding: 0 2em 3em; }
    .page.catering .location .item {
      padding: 0 2em 0.5em; }
      .page.catering .location .item ul {
        margin-left: 1.5em; }
    .page.catering .location .image {
      position: relative;
      height: auto;
      padding-top: 40%;
      left: 0;
      width: 100%;
      margin-bottom: 3em; }
  .page.catering .typeform .big {
    display: none; }
  .page.catering .typeform .small {
    display: block; }
  .page.catering .back {
    margin-bottom: 4em; } }

.page.press > .bg {
  opacity: 0.07; }

.page.press .boxes .left .photo {
  right: 0; }

.page.press .boxes .right .photo {
  left: 0; }

.page.press .boxes .right .content {
  margin-left: 50%; }

.page.press .boxes .box {
  width: 50%;
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .page.press .boxes .box .bg {
    background-position: center;
    background-size: cover; }

.page.press .boxes .photo {
  position: absolute;
  top: 0;
  bottom: 0; }

.page.press .boxes .content .darken {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5; }

.page.press .boxes .content .table {
  padding: 5em;
  color: #fff;
  position: relative;
  height: 50em;
  text-align: center; }

.page.press .boxes .content .quote.above {
  margin-bottom: 1.5em;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.page.press .boxes .content .quote.below {
  margin-bottom: 2.5em; }

.page.press .boxes .content .quote:last-child {
  margin-bottom: 0; }

.page.press .boxes .content .copy {
  margin-bottom: 1.5em; }
  .page.press .boxes .content .copy p {
    font-size: 2.5em;
    line-height: 1.7;
    letter-spacing: 0.025em;
    line-height: 1.2; }
  .page.press .boxes .content .copy .author {
    font-style: italic; }
  .page.press .boxes .content .copy:last-child {
    margin-bottom: 0; }

.page.press .boxes .content .button {
  background: rgba(255, 255, 255, 0.5);
  display: inline-block; }
  .page.press .boxes .content .button a {
    padding: 1em 3em;
    display: block; }
  .page.press .boxes .content .button span {
    font-size: 1.4em;
    text-transform: uppercase; }

.page.press .videos .sign {
  margin: 3em 0 6em; }

.page.press .videos .embed {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
  margin-bottom: 6em; }
  .page.press .videos .embed:nth-child(odd) {
    margin-right: 2.5%; }
  .page.press .videos .embed:nth-child(even) {
    margin-left: 2.5%; }
  .page.press .videos .embed .vid {
    position: relative;
    padding-top: 56.5%;
    overflow: hidden; }
  .page.press .videos .embed .vid.image {
    background-position: center;
    background-size: cover; }
    .page.press .videos .embed .vid.image a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .page.press .videos .embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .page.press .videos .embed p {
    margin-bottom: 0; }
  .page.press .videos .embed .name {
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 0.025em; }
  .page.press .videos .embed .date {
    font-size: 1.8em;
    font-style: italic; }

.page.press .logos .main {
  padding: 7em 0; }

.page.press .logos img {
  max-width: 28em;
  max-height: 6em;
  display: inline-block;
  vertical-align: middle;
  margin: 2em 2.5em;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 500ms; }
  .page.press .logos img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }

@media only screen and (max-width: 1024px) {
  .page.press .logos img {
    max-width: 19em;
    max-height: 4em; } }

@media only screen and (max-width: 767px) {
  .page.press .boxes .box {
    width: 100%; }
  .page.press .boxes .photo {
    position: relative;
    padding-top: 66%; }
  .page.press .boxes .content {
    margin-left: 0 !important; }
    .page.press .boxes .content .table {
      height: auto; }
    .page.press .boxes .content .copy p {
      font-size: 2em; }
  .page.press .videos .sign {
    margin: 3em 0; }
  .page.press .videos .embed {
    display: block;
    margin: 0 auto 4em !important;
    width: 90%;
    max-width: 50em; }
  .page.press .logos .main {
    padding: 5em 0; }
  .page.press .logos img {
    max-width: 40%;
    max-height: 3.5em;
    margin: 0 5% 3em; }
    .page.press .logos img:nth-last-child(-n+2) {
      margin-bottom: 0; } }

.page.error .copy {
  padding: 6em 3em; }
  .page.error .copy p {
    font-size: 4em;
    color: #4d3421;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase; }
