/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
     Imports
     ========================================================================== */
/* Slider */
@import url("https://use.typekit.net/sjz2jbw.css");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Put in your brand colors here */
/* Import your fonts here */
@font-face {
  font-family: "SpaceGrotesk";
  src: url("../font/SpaceGrotesk-VariableFont_wght.ttf");
  src: local("SpaceGrotestk"), url("../font/SpaceGrotesk-VariableFont_wght.ttf") format("truetype"); }
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
  width: 100%;
  overflow-x: hidden; }

.loading-screen {
  background: #cbdfe7;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  transition: top 2.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  z-index: 1000; }
  .loading-screen.down {
    top: 100%; }
  .loading-screen.hidden {
    display: none; }

.mobile,
.order-now-button-container-mobile {
  display: none; }
  @media screen and (max-width: 768px) {
    .mobile,
    .order-now-button-container-mobile {
      display: block; } }

.desktop,
.order-now-button-container-desktop {
  display: block; }
  @media screen and (max-width: 768px) {
    .desktop,
    .order-now-button-container-desktop {
      display: none; } }

.order-now-button-container-desktop {
  transform: translate(80vw, 100vh) rotate(15deg);
  position: fixed;
  z-index: 100010; }
  @media screen and (max-width: 768px) {
    .order-now-button-container-desktop {
      transform: translate(52vw, 98vh) rotate(-15deg); } }
  @media screen and (min-width: 768px) and (max-width: 1007px) {
    .order-now-button-container-desktop {
      transform: translate(81vw, 100vh) rotate(15deg); }
      .order-now-button-container-desktop.mobile {
        transform: translate(73vw, 90vh) rotate(-15deg); } }

.order-now-button-container-mobile {
  bottom: 30px;
  position: fixed;
  right: 30px;
  transform: rotate(10deg); }

h1 {
  font-family: aglet-slab, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 4rem;
  line-height: 4.5rem; }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 3rem;
      line-height: 3.5rem; } }

h2 {
  font-weight: 500;
  line-height: 3rem; }
  @media screen and (max-width: 640px) {
    h2 {
      line-height: 2.5rem; } }

h3 {
  font-size: 2rem;
  margin: 0; }

.text-container,
p {
  font-family: "SpaceGrotesk", sans-serif;
  font-weight: 400;
  font-style: normal; }
  .text-container:empty,
  p:empty {
    display: none; }

header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: calc(100vw - 120px);
  padding: 30px 60px 0 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000; }
  header .mobile-logo-container {
    display: none; }
  @media screen and (max-width: 1080px) and (min-width: 768px) {
    header {
      width: calc(100vw - 60px);
      padding: 30px; } }
  @media screen and (max-width: 768px) {
    header {
      background: #f3e7d7 !important;
      width: calc(100vw - 60px) !important;
      padding: 30px; }
      header .logo-item {
        display: none; }
      header .mobile-logo-container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 80px;
        width: 100vw; }
        header .mobile-logo-container svg {
          height: 70px;
          width: auto; }
          header .mobile-logo-container svg path {
            fill: #164b26; }
      header nav ul {
        padding: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1007px) {
    header {
      width: 100%; } }
  header nav {
    font-family: aglet-slab, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2rem;
    width: calc(100vw - 120px); }
    @media screen and (min-width: 768px) and (max-width: 1007px) {
      header nav {
        width: calc(100vw - 60px); } }
    header nav ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      list-style: none; }
      header nav ul li {
        display: inline; }
        header nav ul li.nav-item {
          width: 13.88%; }
          header nav ul li.nav-item.left {
            text-align: left; }
          header nav ul li.nav-item.right {
            text-align: right; }
        header nav ul li a {
          background: linear-gradient(to bottom, var(#f3e7d7) 0%, var(#f3e7d7) 100%);
          background-position: 0 100%;
          background-repeat: repeat-x;
          background-size: 3px 3px;
          color: #cbdfe7;
          padding-bottom: 12px;
          text-decoration: none; }
          header nav ul li a:hover {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 136.1 3.9'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift 1s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-50%);}}%3C/style%3E%3Cpath fill='none' stroke='%23f8f7f1' stroke-width='0.75' class='squiggle' d='M0,0.9c17,0,17,2,34,2c17,0,17-2,34-2c17,0,17,2,34,2s17-2,34-2'/%3E%3C/svg%3E");
            background-position: 0 100%;
            background-size: auto 9px;
            background-repeat: repeat-x;
            text-decoration: none; }
        header nav ul li.active a {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 136.1 3.9'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift 1s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-50%);}}%3C/style%3E%3Cpath fill='none' stroke='%23f8f7f1' stroke-width='0.75' class='squiggle' d='M0,0.9c17,0,17,2,34,2c17,0,17-2,34-2c17,0,17,2,34,2s17-2,34-2'/%3E%3C/svg%3E");
          background-position: 0 100%;
          background-size: auto 9px;
          background-repeat: repeat-x;
          text-decoration: none; }
    @media screen and (min-width: 768px) and (max-width: 1007px) {
      header nav ul {
        padding-left: 0px; } }
    @media screen and (max-width: 768px) {
      header nav {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        background: #f3e7d7;
        bottom: 0;
        color: #1d1d1b;
        display: none;
        font-size: 2rem;
        height: 100vh;
        left: 0;
        max-width: 100vw;
        position: fixed;
        right: 0;
        top: 100vh;
        width: 100vw;
        transition: top 0.5s linear; }
        header nav ul {
          -webkit-flex-flow: column;
          -moz-flex-flow: column;
          -ms-flex-flow: column;
          flex-flow: column;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          height: 100vh;
          padding-left: 60px;
          width: calc(100% - 60px); }
          header nav ul li {
            display: block;
            padding: 20px 0; }
            header nav ul li a {
              color: #164b26 !important; }
        header nav.open {
          top: 0; } }
    @media screen and (max-width: 640px) {
      header nav ul {
        padding-left: 60px; } }
  header #mobile-navigation {
    display: none; }
    @media screen and (max-width: 768px) {
      header #mobile-navigation {
        display: block; } }
    header #mobile-navigation .hamburger {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.5s ease-in-out;
      -moz-transition: 0.5s ease-in-out;
      -ms-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      height: 23px;
      position: relative;
      width: 30px;
      z-index: 10001;
      cursor: pointer; }
      header #mobile-navigation .hamburger span {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -ms-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #1d1d1b;
        border-radius: 9px;
        opacity: 1;
        left: 0; }
        header #mobile-navigation .hamburger span:nth-child(1) {
          top: 0px; }
        header #mobile-navigation .hamburger span:nth-child(2), header #mobile-navigation .hamburger span:nth-child(3) {
          top: 9px; }
        header #mobile-navigation .hamburger span:nth-child(4) {
          top: 18px; }
      header #mobile-navigation .hamburger:hover span {
        background-color: #e55a24;
        cursor: pointer; }
      header #mobile-navigation .hamburger.open span {
        background: #1d1d1b; }
        header #mobile-navigation .hamburger.open span:nth-child(1) {
          left: 50%;
          top: 18px;
          width: 0%; }
        header #mobile-navigation .hamburger.open span:nth-child(2) {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        header #mobile-navigation .hamburger.open span:nth-child(3) {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        header #mobile-navigation .hamburger.open span:nth-child(4) {
          left: 50%;
          top: 18px;
          width: 0%; }

.logo-container {
  width: calc(100vw * 2 / 12);
  margin-top: -30px;
  min-width: 100px; }
  .logo-container .logo .st0 {
    clip-path: url(#SVGID_00000135676441444423717040000010444358814651957924_); }
  .logo-container .logo .st1 {
    fill: #f3e7d7; }
  .logo-container .logo .st2 {
    fill: #e55a24; }

button,
input[type="submit" i] {
  font-family: balboa, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.5rem;
  border-radius: 50%;
  padding: 14px 28px;
  transition: all 0.15s linear; }
  button.order-button, button.order-mobile-button,
  input[type="submit" i].order-button,
  input[type="submit" i].order-mobile-button {
    background: #cbdfe7;
    border: 1px solid #cbdfe7;
    box-shadow: 0px 0px 0 #164b26;
    color: #164b26;
    padding: 30px 50px;
    z-index: 10000; }
    @media screen and (max-width: 768px) {
      button.order-button, button.order-mobile-button,
      input[type="submit" i].order-button,
      input[type="submit" i].order-mobile-button {
        border: 1px solid #164b26;
        padding: 22px 21px; } }
    @media screen and (min-width: 768px) and (max-width: 1007px) {
      button.order-button, button.order-mobile-button,
      input[type="submit" i].order-button,
      input[type="submit" i].order-mobile-button {
        font-size: 1.25rem;
        padding: 20px 40px; }
        button.order-button.mobile, button.order-mobile-button.mobile,
        input[type="submit" i].order-button.mobile,
        input[type="submit" i].order-mobile-button.mobile {
          font-size: 1.5rem; } }
  button:hover,
  input[type="submit" i]:hover {
    cursor: pointer; }
    button:hover.order-button, button:hover.order-mobile-button,
    input[type="submit" i]:hover.order-button,
    input[type="submit" i]:hover.order-mobile-button {
      background: #164b26;
      border: 1px solid #cbdfe7;
      box-shadow: -2px 10px 0 #164b26;
      color: #cbdfe7; }

.circle-button button,
input[type="submit" i] {
  background: #254a6f;
  border-color: #254a6f;
  border-width: 0px;
  box-shadow: 0 0 0 #edac3d;
  color: #edac3d;
  font-size: 1.2rem;
  transform: rotate(-7deg);
  padding: 30px 60px;
  transition: box-shadow 0.1s linear; }
  .circle-button button:hover,
  input[type="submit" i]:hover {
    background: #edac3d;
    border: 1px solid #254a6f;
    box-shadow: -2px 10px 0 #edac3d;
    color: #254a6f; }

.button-container a {
  padding-right: 20px; }
  .button-container a button {
    min-width: 150px; }

.crawler-container {
  background-color: #edac3d;
  height: 35px;
  padding: 4px 0;
  position: relative;
  width: 100vw; }
  .crawler-container .crawler {
    position: absolute;
    width: 100vw;
    overflow: hidden;
    pointer-events: none; }
    .crawler-container .crawler .marquee-item {
      font-family: aglet-slab, sans-serif;
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      font-size: 1.5vw;
      height: 40px;
      text-transform: uppercase;
      white-space: nowrap; }
      @media screen and (max-width: 640px) {
        .crawler-container .crawler .marquee-item {
          font-size: 3.5vw; } }
      .crawler-container .crawler .marquee-item .leaf-container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        width: 6vw;
        padding: 0 8px; }
        .crawler-container .crawler .marquee-item .leaf-container svg {
          width: 3vw;
          height: auto; }
          .crawler-container .crawler .marquee-item .leaf-container svg path {
            fill: #164b26; }
  .crawler-container#crawler-two, .crawler-container#crawler-three {
    background-color: #254a6f;
    color: #f3e7d7; }
    .crawler-container#crawler-two .crawler .marquee-item .leaf-container svg path, .crawler-container#crawler-three .crawler .marquee-item .leaf-container svg path {
      fill: #cbdfe7; }

@keyframes marquee {
  0% {
    transform: translate(0%, 0); }
  100% {
    transform: translate(-100vw, 0); } }
section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  min-height: 100vh;
  position: relative;
  width: 100vw; }
  section .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 60px;
    width: calc(100vw - 120px); }
    section .row.justify-center {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
    @media screen and (max-width: 640px) {
      section .row {
        width: calc(100vw - 60px); } }
  @media screen and (min-width: 768px) and (max-width: 1007px) {
    section {
      min-height: 60vh; } }
  @media screen and (max-width: 640px) {
    section {
      min-height: 50vh; }
      section .row {
        width: calc(100vw - 60px); } }
  section .half {
    width: calc(100vw * 6 / 12); }
  section:not(#intro) {
    padding-top: 120px; }
    @media screen and (max-width: 640px) {
      section:not(#intro) {
        padding-top: 60px; } }
  section#intro {
    background: #164b26;
    padding-top: 260px; }
    @media screen and (max-width: 640px) {
      section#intro {
        padding-top: 120px; }
        section#intro .row {
          width: calc(100vw - 15px); }
          section#intro .row:first-child {
            padding-bottom: 90px; } }
    section#intro .image-container {
      border-radius: 50%;
      box-shadow: 3px 30px #e55a24;
      height: calc(100vw * 4 / 12);
      margin: 0 auto;
      width: calc(100vw * 7 / 12); }
      section#intro .image-container img {
        border-radius: 50%;
        height: 100%;
        object-fit: cover;
        width: 100%;
        overflow: hidden; }
      @media screen and (max-width: 640px) {
        section#intro .image-container {
          height: calc(100vw * 6 / 12);
          margin: 0 auto;
          overflow: hidden;
          width: calc(100vw * 10 / 12); } }
    section#intro .location-hours {
      font-family: balboa, sans-serif;
      font-weight: 200;
      font-style: normal;
      color: #f3e7d7;
      font-size: 1.5rem;
      margin-left: calc(100vw / 12); }
      section#intro .location-hours .hour-title {
        margin-top: 10px;
        margin-bottom: 0; }
      @media screen and (max-width: 640px) {
        section#intro .location-hours {
          font-size: 1.25rem; } }
      section#intro .location-hours a {
        color: #f3e7d7;
        background: linear-gradient(to bottom, var(#edac3d) 0%, var(#edac3d) 100%);
        background-position: 0 100%;
        background-repeat: repeat-x;
        background-size: 3px 3px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 136.1 3.9'%3E%3Cstyle type='text/css'%3E%3C/style%3E%3Cpath fill='none' stroke='%23edac3d' stroke-width='0.75' class='squiggle' d='M0,0.9c17,0,17,2,34,2c17,0,17-2,34-2c17,0,17,2,34,2s17-2,34-2'/%3E%3C/svg%3E");
        background-position: 0 100%;
        background-size: auto 16px;
        background-repeat: repeat-x;
        display: block;
        padding-bottom: 10px;
        text-decoration: none; }
        section#intro .location-hours a:hover {
          color: #cbdfe7;
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 136.1 3.9'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift 1s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-50%);}}%3C/style%3E%3Cpath fill='none' stroke='%23edac3d' stroke-width='0.75' class='squiggle' d='M0,0.9c17,0,17,2,34,2c17,0,17-2,34-2c17,0,17,2,34,2s17-2,34-2'/%3E%3C/svg%3E"); }
    section#intro .section-footer path {
      fill: #164b26; }
  section#about {
    background: #f3e7d7;
    color: #254a6f; }
    section#about .text-container,
    section#about p {
      font-family: aglet-slab, sans-serif;
      font-weight: 500;
      font-style: normal; }
    section#about .row:first-child {
      padding-bottom: 0; }
    section#about .button-container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: flex-end;
      width: 100vw;
      margin-top: -100px;
      max-width: 700px; }
      @media screen and (max-width: 768px) {
        section#about .button-container {
          margin-top: -10px; } }
      @media screen and (min-width: 768px) and (max-width: 1007px) {
        section#about .button-container {
          margin-top: -90px; } }
    @media screen and (max-width: 640px) {
      section#about .text-container .text-wrap {
        margin-bottom: 30px;
        text-align: center; } }
  section#specials {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    padding: 0; }
    @media screen and (max-width: 768px) {
      section#specials {
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column; } }
    section#specials .half.specials-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media screen and (max-width: 768px) {
      section#specials .half.specials-image {
        height: 100vh;
        max-height: 600px; } }
    @media screen and (max-width: 640px) {
      section#specials .half.specials-image {
        height: 50vh; } }
    section#specials .half.specials-content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-flex-flow: column;
      -moz-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      background: #254a6f;
      color: #f3e7d7;
      padding: 60px 0; }
      section#specials .half.specials-content .content-container {
        max-width: 400px;
        width: calc(100vw * 4 / 12); }
        @media screen and (max-width: 768px) {
          section#specials .half.specials-content .content-container {
            width: calc(100vw * 10 / 12); } }
        section#specials .half.specials-content .content-container h1,
        section#specials .half.specials-content .content-container .text-container {
          width: 100%; }
        section#specials .half.specials-content .content-container .text-container {
          text-align: left; }
        section#specials .half.specials-content .content-container .specials-image-small {
          height: calc(100vw * 2 / 12);
          padding-top: 90px;
          width: calc(100vw * 2 / 12);
          transform: rotate(-10deg); }
          @media screen and (min-width: 768px) and (max-width: 1007px) {
            section#specials .half.specials-content .content-container .specials-image-small {
              height: calc(100vw * 4 / 12);
              width: calc(100vw * 4 / 12); } }
          @media screen and (max-width: 768px) {
            section#specials .half.specials-content .content-container .specials-image-small {
              height: calc(100vw * 6 / 12);
              padding-top: 60px;
              width: calc(100vw * 6 / 12); } }
          @media screen and (max-width: 640px) {
            section#specials .half.specials-content .content-container .specials-image-small {
              height: calc(100vw * 8 / 12);
              width: calc(100vw * 8 / 12); } }
          section#specials .half.specials-content .content-container .specials-image-small img {
            height: 100%;
            width: 100%;
            object-fit: cover; }
      section#specials .half.specials-content .button-container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        height: 100px;
        padding: 90px 0 60px 0; }
        @media screen and (max-width: 768px) {
          section#specials .half.specials-content .button-container {
            padding: 0 0 60px 0; } }
        @media screen and (max-width: 640px) {
          section#specials .half.specials-content .button-container {
            -webkit-flex-flow: column;
            -moz-flex-flow: column;
            -ms-flex-flow: column;
            flex-flow: column; } }
        section#specials .half.specials-content .button-container button {
          background: #edac3d;
          color: #254a6f;
          padding: 30px 40px;
          min-width: 200px; }
          section#specials .half.specials-content .button-container button:hover {
            background: #cbdfe7;
            border-color: #254a6f;
            color: #254a6f;
            box-shadow: -2px 10px 0 #cbdfe7; }
          @media screen and (max-width: 640px) {
            section#specials .half.specials-content .button-container button {
              margin: 30px 0 0 0; } }
    @media screen and (max-width: 768px) {
      section#specials .half {
        width: 100vw; } }
    section#specials .clip-path-container {
      bottom: -90px;
      height: 20vh;
      top: auto;
      display: inline-block;
      left: 0;
      position: absolute;
      z-index: 0; }
      section#specials .clip-path-container .clip-3-svg {
        background: #cbdfe7;
        clip-path: url(#shape-3);
        height: 20vh;
        width: 100vw; }
        @media screen and (min-width: 768px) and (max-width: 1007px) {
          section#specials .clip-path-container .clip-3-svg {
            height: 8vh; } }
        @media screen and (max-width: 768px) {
          section#specials .clip-path-container .clip-3-svg {
            height: 8vh; } }
      @media screen and (max-width: 768px) {
        section#specials .clip-path-container {
          bottom: -98px; } }
      @media screen and (min-width: 768px) and (max-width: 1007px) {
        section#specials .clip-path-container {
          bottom: -156px; } }
      @media screen and (max-width: 420px) {
        section#specials .clip-path-container {
          bottom: -117px; } }
  section#yea-section {
    background: #cbdfe7;
    color: #164b26;
    padding-bottom: 60px; }
    @media screen and (max-width: 768px) {
      section#yea-section {
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column; } }
    section#yea-section .yea-content-container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-flex-flow: row;
      -moz-flex-flow: row;
      -ms-flex-flow: row;
      flex-flow: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      background: #cbdfe7;
      position: relative;
      width: 100vw; }
      section#yea-section .yea-content-container a::after {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 136.1 3.9'%3E%3Cstyle type='text/css'%3E%3C/style%3E%3Cpath fill='none' stroke='%232d5986' stroke-width='0.75' class='squiggle' d='M0,0.9c17,0,17,2,34,2c17,0,17-2,34-2c17,0,17,2,34,2s17-2,34-2'/%3E%3C/svg%3E"); }
      section#yea-section .yea-content-container a:hover::after {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 136.1 3.9'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift 1s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-50%);}}%3C/style%3E%3Cpath fill='none' stroke='%232d5986' stroke-width='0.75' class='squiggle' d='M0,0.9c17,0,17,2,34,2c17,0,17-2,34-2c17,0,17,2,34,2s17-2,34-2'/%3E%3C/svg%3E"); }
    @media screen and (max-width: 768px) {
      section#yea-section .half {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      section#yea-section .yea-content .text-container {
        opacity: 1; } }
    section#yea-section .yea-content .text-container,
    section#yea-section h1 {
      width: calc(100vw * 4 / 12);
      margin-left: calc(100vw / 12);
      text-align: left; }
    section#yea-section .button-container {
      margin-left: calc(100vw / 12);
      padding-top: 30px;
      width: calc(100vw * 5 / 12); }
      @media screen and (max-width: 768px) {
        section#yea-section .button-container {
          width: 100vw; } }
      section#yea-section .button-container .circle-button button {
        background: #164b26;
        padding: 20px 30px; }
        section#yea-section .button-container .circle-button button:hover {
          background: #edac3d;
          border-color: #164b26;
          box-shadow: -2px 10px 0 #edac3d;
          color: #164b26; }
        @media screen and (max-width: 640px) {
          section#yea-section .button-container .circle-button button {
            margin: 20px 0 0 20px; } }
    @media screen and (max-width: 768px) {
      section#yea-section .yea-content {
        order: 2; } }
    @media screen and (max-width: 768px) {
      section#yea-section .yea-content .text-container {
        width: calc(100vw * 10 / 12); } }
    section#yea-section .yea-stats {
      position: relative;
      height: 100vh;
      min-height: 100%; }
      @media screen and (max-width: 768px) {
        section#yea-section .yea-stats {
          display: none; } }
      section#yea-section .yea-stats .stat-container {
        display: inline-block;
        margin: 10px 0;
        position: absolute; }
        section#yea-section .yea-stats .stat-container h2,
        section#yea-section .yea-stats .stat-container p {
          font-family: aglet-slab, sans-serif;
          font-weight: 500;
          font-style: normal; }
        section#yea-section .yea-stats .stat-container h2 {
          margin: 0;
          font-size: 3rem; }
        section#yea-section .yea-stats .stat-container:nth-child(3n + 1) {
          background: #e55a24;
          color: #1d1d1b;
          border-radius: 50%;
          max-width: calc(100vw * 3 / 12);
          padding: 60px;
          top: 100vh;
          transform: rotate(10deg);
          left: calc(100vw * 2 / 12); }
          @media screen and (max-width: 768px) {
            section#yea-section .yea-stats .stat-container:nth-child(3n + 1) {
              max-width: calc(100vw * 7 / 12); } }
          section#yea-section .yea-stats .stat-container:nth-child(3n + 1) h2,
          section#yea-section .yea-stats .stat-container:nth-child(3n + 1) p {
            max-width: calc(100vw * 2 / 12);
            text-align: center; }
            @media screen and (max-width: 768px) {
              section#yea-section .yea-stats .stat-container:nth-child(3n + 1) h2,
              section#yea-section .yea-stats .stat-container:nth-child(3n + 1) p {
                max-width: calc(100vw * 7 / 12); } }
        section#yea-section .yea-stats .stat-container:nth-child(3n + 3) {
          background: #edac3d;
          color: #164b26;
          border-radius: 5px;
          padding: 10px 40px;
          top: 100vh;
          transform: rotate(-10deg);
          left: calc(100vw / 12); }
        section#yea-section .yea-stats .stat-container:nth-child(3n + 2) {
          background: #164b26;
          color: #f3e7d7;
          border-radius: 0px;
          padding: 60px;
          top: 100vh; }
          @media screen and (max-width: 768px) {
            section#yea-section .yea-stats .stat-container:nth-child(3n + 2) {
              margin-left: 60px; } }
      section#yea-section .yea-stats .stat-container-image {
        height: calc(100vw * 2 / 12);
        position: absolute;
        top: 100vh;
        transform: rotate(15deg);
        left: calc(100vw / 12);
        width: calc(100vw * 2 / 12); }
        @media screen and (max-width: 768px) {
          section#yea-section .yea-stats .stat-container-image {
            height: calc(100vw * 7 / 12);
            width: calc(100vw * 7 / 12); } }
        section#yea-section .yea-stats .stat-container-image img {
          height: 100%;
          object-fit: cover;
          width: 100%; }
  section#catering-section {
    background: #f3e7d7;
    color: #254a6f;
    padding-top: 0; }
    @media screen and (max-width: 768px) {
      section#catering-section {
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column; } }
    section#catering-section .clip-path-container {
      top: -1px;
      height: 20vh;
      display: inline-block;
      left: 0;
      position: absolute;
      z-index: 0; }
      section#catering-section .clip-path-container .clip-4-svg {
        background: #cbdfe7;
        clip-path: url(#shape-4);
        height: 20vh;
        width: 100vw; }
      @media screen and (min-width: 768px) and (max-width: 1007px) {
        section#catering-section .clip-path-container {
          height: 10vh; }
          section#catering-section .clip-path-container .clip-4-svg {
            height: 10vh; } }
      @media screen and (max-width: 768px) {
        section#catering-section .clip-path-container {
          height: 8vh; }
          section#catering-section .clip-path-container .clip-4-svg {
            height: 8vh; } }
    section#catering-section .catering-image {
      padding-top: 60px; }
      section#catering-section .catering-image img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
      @media screen and (min-width: 768px) and (max-width: 1007px) {
        section#catering-section .catering-image {
          padding-top: 30px; } }
      @media screen and (max-width: 768px) {
        section#catering-section .catering-image {
          height: 100vh;
          max-height: 600px;
          overflow: hidden;
          order: 1;
          padding-top: 25px;
          width: 100vw; } }
      @media screen and (max-width: 640px) {
        section#catering-section .catering-image {
          height: 50vh; } }
    section#catering-section .catering-content {
      padding-top: 150px; }
      @media screen and (min-width: 768px) and (max-width: 1007px) {
        section#catering-section .catering-content {
          padding-top: 90px; } }
      @media screen and (max-width: 768px) {
        section#catering-section .catering-content {
          order: 2;
          padding-top: 30px;
          width: 100vw; } }
      section#catering-section .catering-content .text-container,
      section#catering-section .catering-content h1,
      section#catering-section .catering-content .button-container {
        width: calc(100vw * 4 / 12);
        margin-left: calc(100vw / 12);
        text-align: left; }
        @media screen and (max-width: 768px) {
          section#catering-section .catering-content .text-container,
          section#catering-section .catering-content h1,
          section#catering-section .catering-content .button-container {
            width: calc(100vw * 10 / 12); } }
      section#catering-section .catering-content .button-container {
        padding-top: 30px;
        padding-bottom: 30px; }
        @media screen and (max-width: 768px) {
          section#catering-section .catering-content .button-container {
            padding-bottom: 60px; } }
      section#catering-section .catering-content a::after {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 136.1 3.9'%3E%3Cstyle type='text/css'%3E%3C/style%3E%3Cpath fill='none' stroke='%23e55a24' stroke-width='0.75' class='squiggle' d='M0,0.9c17,0,17,2,34,2c17,0,17-2,34-2c17,0,17,2,34,2s17-2,34-2'/%3E%3C/svg%3E"); }
      section#catering-section .catering-content a:hover::after {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 136.1 3.9'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift 1s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-50%);}}%3C/style%3E%3Cpath fill='none' stroke='%23e55a24' stroke-width='0.75' class='squiggle' d='M0,0.9c17,0,17,2,34,2c17,0,17-2,34-2c17,0,17,2,34,2s17-2,34-2'/%3E%3C/svg%3E"); }
  section .section-footer {
    position: absolute;
    bottom: -60px;
    width: 100vw;
    height: auto;
    z-index: 10; }
    @media screen and (max-width: 768px) {
      section .section-footer {
        bottom: -25px; } }
    @media screen and (min-width: 1500px) {
      section .section-footer {
        bottom: -90px; } }
  section#quote-section {
    background: #164b26;
    color: #f3e7d7;
    height: auto;
    min-height: 50vh;
    padding-bottom: 60px;
    padding-top: 60px; }
    section#quote-section .quotes-container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      width: 100vw; }
      section#quote-section .quotes-container .slick-list {
        width: calc(100vw * 10 / 12); }
        section#quote-section .quotes-container .slick-list .slick-track {
          height: 100%; }
      @media screen and (max-width: 640px) {
        section#quote-section .quotes-container {
          bottom: -30px; } }
      section#quote-section .quotes-container .slick-prev,
      section#quote-section .quotes-container .slick-next {
        height: 100px;
        opacity: 0; }
        @media screen and (max-width: 640px) {
          section#quote-section .quotes-container .slick-prev,
          section#quote-section .quotes-container .slick-next {
            display: none !important; } }
      section#quote-section .quotes-container .slick-slide {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        section#quote-section .quotes-container .slick-slide .text-container,
        section#quote-section .quotes-container .slick-slide p {
          font-family: aglet-slab, sans-serif;
          font-weight: 500;
          font-style: normal;
          display: inline; }
    section#quote-section .quote-container {
      text-align: center;
      width: 100vw; }
    section#quote-section .quote {
      font-size: 3rem;
      max-width: 900px; }
      @media screen and (max-width: 768px) {
        section#quote-section .quote {
          font-size: 2rem; } }
      @media screen and (max-width: 640px) {
        section#quote-section .quote {
          font-size: 1.5rem; } }
    section#quote-section .attribute {
      font-family: "SpaceGrotesk", sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #edac3d;
      font-size: 1.2rem;
      padding-top: 60px; }
      @media screen and (max-width: 640px) {
        section#quote-section .attribute {
          padding-top: 30px; } }
  section#press-section {
    background: #edac3d;
    color: #254a6f;
    padding-bottom: 60px; }
    section#press-section .press-title-container {
      margin-left: calc(100vw / 12);
      width: calc(100vw * 10 / 12);
      text-align: left; }
      section#press-section .press-title-container h1 {
        margin-bottom: 10px; }
      section#press-section .press-title-container h3 {
        font-family: balboa, sans-serif;
        font-weight: 200;
        font-style: normal; }
    section#press-section .press-items-container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      width: calc(100vw * 10 / 12); }
      @media screen and (max-width: 640px) {
        section#press-section .press-items-container .slick-list {
          padding-bottom: 20px; } }
      section#press-section .press-items-container .slick-track {
        height: calc(100% - 60px); }
      section#press-section .press-items-container .slick-next,
      section#press-section .press-items-container .slick-prev {
        background: transparent;
        border: none;
        color: transparent;
        position: absolute;
        top: -180px;
        right: 60px; }
        section#press-section .press-items-container .slick-next::before,
        section#press-section .press-items-container .slick-prev::before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 70 70' style='enable-background:new 0 0 70 70;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_00000039126810920427195010000016917551024754106553_);%7D .st1%7Bfill:none;stroke:%232D5986;stroke-width:2;%7D .st2%7Bfill:none;stroke:%232D5986;stroke-width:5;stroke-linecap:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_1_' x='10.5' y='10.5' width='49' height='49'/%3E%3C/defs%3E%3CclipPath id='SVGID_00000014603464806315311650000001487992379206787750_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cg style='clip-path:url(%23SVGID_00000014603464806315311650000001487992379206787750_);'%3E%3Cpath class='st1' d='M11.5,35C11.5,22,22,11.5,35,11.5S58.5,22,58.5,35S48,58.5,35,58.5S11.5,48,11.5,35z'/%3E%3Cpath class='st2' d='M25.5,34.5l13-13'/%3E%3Cpath class='st2' d='M25.5,34.5l13,13'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          background-size: 60px auto;
          background-repeat: no-repeat;
          content: "";
          height: 60px;
          position: absolute;
          width: 60px; }
        section#press-section .press-items-container .slick-next:hover::before,
        section#press-section .press-items-container .slick-prev:hover::before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 70 70' style='enable-background:new 0 0 70 70;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_00000039126810920427195010000016917551024754106553_);%7D .st1%7Bfill:none;stroke:%23f3e7d7;stroke-width:2;%7D .st2%7Bfill:none;stroke:%23f3e7d7;stroke-width:5;stroke-linecap:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_1_' x='10.5' y='10.5' width='49' height='49'/%3E%3C/defs%3E%3CclipPath id='SVGID_00000014603464806315311650000001487992379206787750_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cg style='clip-path:url(%23SVGID_00000014603464806315311650000001487992379206787750_);'%3E%3Cpath class='st1' d='M11.5,35C11.5,22,22,11.5,35,11.5S58.5,22,58.5,35S48,58.5,35,58.5S11.5,48,11.5,35z'/%3E%3Cpath class='st2' d='M25.5,34.5l13-13'/%3E%3Cpath class='st2' d='M25.5,34.5l13,13'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
      section#press-section .press-items-container .slick-next {
        right: 0; }
        section#press-section .press-items-container .slick-next::before {
          transform: rotate(180deg); }
      section#press-section .press-items-container .press-item {
        font-family: balboa, sans-serif;
        font-weight: 300;
        font-style: normal;
        text-transform: uppercase;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        background: #254a6f;
        border: 1px solid #254a6f;
        border-radius: 80px;
        color: #f3e7d7;
        height: calc(100% - 120px);
        margin: 0 20px;
        padding: 20px 60px 20px 60px;
        text-align: center;
        text-transform: capitalize;
        width: calc(100vw * 4 / 12); }
        @media screen and (min-width: 1500px) {
          section#press-section .press-items-container .press-item {
            height: calc(100% - 160px); } }
        @media screen and (max-width: 768px) {
          section#press-section .press-items-container .press-item {
            height: calc(100% - 20px);
            padding: 20px; } }
        @media screen and (min-width: 768px) and (max-width: 1007px) {
          section#press-section .press-items-container .press-item {
            height: calc(100% - 50px);
            margin: 20px;
            padding: 40px 20px; } }
        @media screen and (max-width: 640px) {
          section#press-section .press-items-container .press-item {
            height: calc(100% - 6px);
            margin: 20px; } }
        section#press-section .press-items-container .press-item p {
          font-family: balboa, sans-serif;
          font-weight: 200;
          font-style: normal;
          font-size: 2.5rem;
          line-height: 3rem;
          margin-bottom: 0; }
          @media screen and (max-width: 768px) {
            section#press-section .press-items-container .press-item p {
              font-size: 1.2rem;
              line-height: 2rem; } }
          @media screen and (min-width: 768px) and (max-width: 1007px) {
            section#press-section .press-items-container .press-item p {
              font-size: 2rem;
              line-height: 2.5rem; } }
        section#press-section .press-items-container .press-item .source {
          font-family: "SpaceGrotesk", sans-serif;
          font-weight: 400;
          font-style: normal;
          padding-bottom: 20px; }
        section#press-section .press-items-container .press-item a {
          color: #edac3d;
          font-size: 1.5rem;
          text-transform: uppercase;
          text-decoration: none; }
        section#press-section .press-items-container .press-item:hover {
          background: #f3e7d7;
          box-shadow: 10px 15px 0 #254a6f;
          color: #254a6f; }
          section#press-section .press-items-container .press-item:hover a {
            color: #254a6f; }
            section#press-section .press-items-container .press-item:hover a:hover {
              color: #e55a24; }
  section#contact-section {
    font-family: balboa, sans-serif;
    font-weight: 200;
    font-style: normal;
    background: #1d1d1b;
    color: #f3e7d7;
    font-size: 1.5rem;
    padding: 0; }
    @media screen and (max-width: 768px) {
      section#contact-section {
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column; }
        section#contact-section .half {
          width: 100vw; } }
    section#contact-section h5 {
      font-family: "SpaceGrotesk", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1rem;
      margin-bottom: 0;
      margin-top: 15px;
      text-transform: lowercase; }
      @media screen and (max-width: 640px) {
        section#contact-section h5 {
          margin-top: 30px; } }
    section#contact-section a {
      color: #f3e7d7;
      text-decoration: none; }
    section#contact-section #map {
      height: 100%; }
      @media screen and (max-width: 768px) {
        section#contact-section #map {
          height: 100vh; } }
    @media screen and (max-width: 768px) {
      section#contact-section .map-container {
        order: 2; } }
    section#contact-section .map-container button {
      border-radius: 0; }
    section#contact-section .visit-info {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-top: 90px;
      padding-bottom: 60px; }
      @media screen and (max-width: 768px) {
        section#contact-section .visit-info {
          -webkit-flex-flow: column;
          -moz-flex-flow: column;
          -ms-flex-flow: column;
          flex-flow: column;
          order: 1; } }
      section#contact-section .visit-info .visit-info-container {
        text-transform: lowercase;
        width: calc(100vw * 4 / 12); }
        @media screen and (max-width: 768px) {
          section#contact-section .visit-info .visit-info-container {
            width: calc(100vw * 10 / 12);
            margin: 0 auto; } }
        section#contact-section .visit-info .visit-info-container h1 {
          text-transform: capitalize; }
        section#contact-section .visit-info .visit-info-container .email-container {
          margin-top: 20px; }
      section#contact-section .visit-info #mc_embed_signup {
        font-family: "SpaceGrotesk", sans-serif;
        font-weight: 400;
        font-style: normal;
        background: transparent;
        padding-top: 30px;
        position: relative;
        width: calc(100vw * 4 / 12); }
        @media screen and (max-width: 768px) {
          section#contact-section .visit-info #mc_embed_signup {
            width: calc(100vw * 10 / 12);
            margin: 0 auto; } }
        section#contact-section .visit-info #mc_embed_signup form {
          padding: 0 !important; }
        section#contact-section .visit-info #mc_embed_signup h5 {
          margin-bottom: 10px; }
        section#contact-section .visit-info #mc_embed_signup .mc-field-group label,
        section#contact-section .visit-info #mc_embed_signup .mc-field-group input {
          display: block;
          width: 100%;
          max-width: 300px; }
        section#contact-section .visit-info #mc_embed_signup .mc-field-group label {
          padding-bottom: 10px; }
        section#contact-section .visit-info #mc_embed_signup .mc-field-group input {
          font-family: "SpaceGrotesk", sans-serif;
          font-weight: 400;
          font-style: normal;
          background: #f3e7d7;
          border: none;
          border-radius: 10px;
          padding: 14px 7px; }
        section#contact-section .visit-info #mc_embed_signup input[type="submit" i] {
          background: #edac3d;
          border: 1px solid #edac3d;
          box-shadow: none;
          color: #254a6f;
          right: -60px;
          bottom: 0px;
          position: absolute;
          border-radius: 50%;
          padding: 20px;
          width: 150px;
          height: 69px;
          font-size: 1.3rem; }
          section#contact-section .visit-info #mc_embed_signup input[type="submit" i]:hover {
            background: #254a6f;
            border: 1px solid #edac3d;
            box-shadow: -2px 10px 0 #254a6f;
            color: #edac3d; }
          @media screen and (max-width: 640px) {
            section#contact-section .visit-info #mc_embed_signup input[type="submit" i] {
              right: -27px;
              bottom: -56px; } }
      section#contact-section .visit-info .social-icons-container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding-top: 30px;
        width: calc(100vw * 4 / 12); }
        @media screen and (max-width: 768px) {
          section#contact-section .visit-info .social-icons-container {
            width: calc(100vw * 10 / 12);
            margin: 0 auto; } }
        section#contact-section .visit-info .social-icons-container .social-icon {
          padding-right: 20px;
          max-width: 30px;
          width: calc(100vw / 12); }
          section#contact-section .visit-info .social-icons-container .social-icon svg {
            height: auto;
            width: 100%; }
            section#contact-section .visit-info .social-icons-container .social-icon svg path {
              fill: #f3e7d7; }
          section#contact-section .visit-info .social-icons-container .social-icon:hover {
            cursor: pointer; }
            section#contact-section .visit-info .social-icons-container .social-icon:hover svg path {
              fill: #edac3d; }
      section#contact-section .visit-info a:hover {
        color: #edac3d;
        cursor: pointer; }

.text-container {
  max-width: 700px;
  text-align: center; }
  .text-container .text-wrap {
    text-align: justify; }
    .text-container .text-wrap .image-container {
      color: #b93400;
      position: relative; }
      .text-container .text-wrap .image-container .hover-image {
        display: none;
        position: absolute;
        z-index: 100;
        right: 50%;
        width: calc(100vw * 2 / 12);
        max-width: 500px;
        min-width: 150px; }
        @media screen and (max-width: 640px) {
          .text-container .text-wrap .image-container .hover-image {
            right: -250%; } }
      .text-container .text-wrap .image-container:hover {
        cursor: pointer; }
        .text-container .text-wrap .image-container:hover .hover-image {
          display: block; }
  .text-container a {
    color: inherit;
    text-decoration: none;
    position: relative; }
    .text-container a::after {
      background: linear-gradient(to bottom, var(#f3e7d7) 0%, var(#f3e7d7) 100%);
      background-position: 0 100%;
      background-repeat: repeat-x;
      background-size: 3px 3px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 136.1 3.9'%3E%3Cstyle type='text/css'%3E%3C/style%3E%3Cpath fill='none' stroke='%23f8f7f1' stroke-width='0.75' class='squiggle' d='M0,0.9c17,0,17,2,34,2c17,0,17-2,34-2c17,0,17,2,34,2s17-2,34-2'/%3E%3C/svg%3E");
      background-position: 0 100%;
      background-size: auto 12px;
      background-repeat: repeat-x;
      content: "";
      display: inline-block;
      padding-bottom: 10px;
      text-decoration: none;
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
      bottom: -8px; }
    .text-container a:hover::after {
      color: #cbdfe7;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 136.1 3.9'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift 1s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-50%);}}%3C/style%3E%3Cpath fill='none' stroke='%23f8f7f1' stroke-width='0.75' class='squiggle' d='M0,0.9c17,0,17,2,34,2c17,0,17-2,34-2c17,0,17,2,34,2s17-2,34-2'/%3E%3C/svg%3E"); }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */ }

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table; }

.clearfix::after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]::after {
    content: " (" attr(href) ")"; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

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