/*
*
* Verts Mediterranean Grill website proudly made by
*
      _                                                    _ _                                     
  ___(_)_ __ ___  _ __ ___   ___ _ __   _ __ ___   ___  __| (_) __ _    __ _ _ __ ___  _   _ _ __  
 / __| | '_ ` _ \| '_ ` _ \ / _ \ '__| | '_ ` _ \ / _ \/ _` | |/ _` |  / _` | '__/ _ \| | | | '_ \ 
 \__ \ | | | | | | | | | | |  __/ |    | | | | | |  __/ (_| | | (_| | | (_| | | | (_) | |_| | |_) |
 |___/_|_| |_| |_|_| |_| |_|\___|_|    |_| |_| |_|\___|\__,_|_|\__,_|  \__, |_|  \___/ \__,_| .__/ 
                                                                       |___/                |_|    

*
* www.simmermediagroup.com
* Design: Saralee Gordon, Ariel Duong
* Development: Arkadiusz Wisniewski
*
*/
html {
  background: #686262; }
  html.wf-loading {
    opacity: 0;
    background: white; }
  html.wf-active {
    opacity: 1;
    background: #686262;
    transition: opacity 500ms, background 500ms 500ms; }

body {
  font-size: 62.5%;
  min-width: 32em;
  background: #686262;
  color: #000;
  font-family: "proxima-nova-condensed", sans-serif;
  font-weight: 300;
  letter-spacing: 0.025em; }

.wrap {
  position: relative;
  min-width: 32em;
  background: #fff;
  padding-top: 9em;
  padding-bottom: 5.8em; }

@media only screen and (max-width: 1024px) {
  .wrap {
    padding-top: 6em;
    padding-bottom: 0; } }

@media only screen and (max-width: 767px) {
  .wrap {
    padding-top: 5em; } }

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, a:hover, a:visited {
  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; }

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

.page {
  position: relative;
  z-index: 10; }

section {
  position: relative; }

.row {
  max-width: 86.250rem; }
  .row .row {
    margin-left: -1em;
    margin-right: -1em; }

.columns {
  min-height: 1px;
  padding-left: 1em;
  padding-right: 1em; }

@media only screen and (max-width: 767px) {
  .row .row {
    margin-left: -2em;
    margin-right: -2em; }
  .columns {
    padding-left: 2em;
    padding-right: 2em; } }

.hero .over {
  position: relative;
  padding-bottom: 7em;
  text-align: center; }
  .hero .over .box {
    padding: 3em 2em 2.25em;
    position: relative;
    max-width: 90em;
    margin: 0 auto; }
  .hero .over p {
    font-size: 7em;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: -1px 1px 12.8px rgba(0, 0, 0, 0.71);
    line-height: 1;
    margin-bottom: 0; }
  .hero .over p.small {
    font-size: 3em; }
  .hero .over .button {
    margin: 2em 0 1em; }
    .hero .over .button span {
      font-size: 2.1em;
      text-transform: uppercase;
      font-weight: 600; }
  .hero .over .line {
    width: 100%;
    max-width: 79em;
    height: 0.7em;
    background: #fff;
    position: absolute;
    left: 50%;
    box-shadow: -1px 1px 12.8px rgba(0, 0, 0, 0.71);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .hero .over .line.top {
      top: 0; }
    .hero .over .line.bottom {
      bottom: 0; }

.hero .over2 {
  position: relative;
  padding: 0 5em 7em;
  text-align: center; }
  .hero .over2 p {
    color: #fff;
    text-shadow: -1px 1px 22.8px rgba(0, 0, 0, 0.31);
    line-height: 1;
    margin-bottom: 0.5rem; }
  .hero .over2 p.small {
    font-size: 8.5em;
    font-style: italic;
    font-family: "chaparral-pro-display";
    text-transform: lowercase; }
  .hero .over2 p.big {
    font-size: 10.2em;
    text-transform: uppercase;
    line-height: 0.8; }
  .hero .over2 .button {
    border-radius: 0; }
    .hero .over2 .button span {
      font-size: 2.1em;
      text-transform: uppercase;
      font-weight: 600; }

@media only screen and (max-width: 1024px) {
  .hero .over {
    padding-bottom: 6em; }
    .hero .over .box {
      padding: 2em 3em 1.5em;
      max-width: 70em; }
    .hero .over p {
      font-size: 5em; }
    .hero .over p.small {
      font-size: 2.2em; }
    .hero .over .button {
      margin: 1em 0 0.5em; }
      .hero .over .button span {
        font-size: 1.8em; }
    .hero .over .line {
      max-width: 50em;
      height: 0.5em; }
  .hero .over2 {
    padding: 0 5em 6em; }
    .hero .over2 p.small {
      font-size: 5.6em; }
    .hero .over2 p.big {
      font-size: 6.8em; }
    .hero .over2 .button span {
      font-size: 1.8em; } }

@media only screen and (max-width: 767px) {
  .hero .over {
    padding-bottom: 5em; }
    .hero .over .box {
      max-width: 50em; }
    .hero .over p {
      font-size: 2.6em; }
    .hero .over p.small {
      font-size: 1.6em; }
    .hero .over .button span {
      font-size: 1.6em; }
    .hero .over .line {
      max-width: 30em;
      height: 0.3em; }
  .hero .over2 {
    padding: 0 3em 5em; }
    .hero .over2 p.small {
      font-size: 2.8em; }
    .hero .over2 p.big {
      font-size: 3.4em; }
    .hero .over2 .button span {
      font-size: 1.6em; } }

.bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  z-index: 0; }

.slick-slide {
  outline: none; }

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

.button {
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.8em;
  transition: background 250ms, color 250ms, border-color 250ms; }
  .button a {
    display: block;
    padding: 1em 3em; }
  .button.gray {
    background: #352e2e;
    color: #fff; }
    .button.gray:hover {
      background: #e11837; }
  .button.red {
    background: #e11837;
    color: #fff; }
    .button.red:hover {
      background: rgba(225, 24, 55, 0.8); }
  .button.white {
    background: #fff;
    color: #e11837; }
    .button.white:hover {
      background: rgba(225, 24, 55, 0.8);
      color: #fff; }

@media only screen and (max-width: 767px) {
  .button {
    border-width: 1px; } }

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

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

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

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

.page.basic ul li {
  font-size: 1.4em; }

header.default {
  background: #fff;
  height: 9em;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4); }
  header.default .row, header.default .columns {
    height: 100%; }
  header.default .front {
    background: #fff;
    z-index: 1; }
  header.default .side.left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 83.33333%; }
  header.default .side.right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 16.66667%; }
  header.default .logo {
    position: absolute;
    left: 8.33333%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    header.default .logo a {
      display: block; }
    header.default .logo img {
      width: 12.7em; }
      header.default .logo img:last-child {
        display: none; }
  header.default nav {
    margin-left: 8.33333%;
    padding-left: 14.7em; }
    header.default nav li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 1.5em; }
      header.default nav li:last-child {
        margin-right: 0; }
      header.default nav li.active span {
        color: #e11837; }
    header.default nav a {
      display: block; }
      header.default nav a:hover span {
        color: #e11837; }
    header.default nav span {
      text-transform: uppercase;
      font-size: 2.1em;
      font-weight: 600;
      line-height: 2.4em;
      transition: color 250ms; }
  header.default .mobilenav {
    display: none;
    -webkit-transform: translateY(-100em);
    transform: translateY(-100em); }
  header.default .rewards {
    background: #e11837;
    height: 100%;
    position: relative; }
    header.default .rewards a {
      display: block;
      height: 100%;
      text-align: center; }
    header.default .rewards span {
      font-size: 2.1em;
      line-height: 2.4em;
      padding-top: 0.15em;
      display: block;
      text-transform: uppercase;
      font-weight: 600;
      color: #fff; }
    header.default .rewards img {
      display: none;
      height: 2.1em;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  header.default .extra {
    text-align: center;
    margin-bottom: 0.5em; }
    header.default .extra a {
      display: inline-block;
      margin: 0 1em; }
      header.default .extra a:hover span {
        color: #e11837; }
      header.default .extra a:first-child {
        margin-left: 0; }
      header.default .extra a:last-child {
        margin-right: 0; }
    header.default .extra span {
      text-transform: uppercase;
      font-size: 1.6em;
      font-weight: 600;
      color: #e11837;
      transition: color 250ms; }
  header.default .mobile {
    display: none;
    position: absolute;
    left: 2em;
    top: 50%;
    width: 2.75em;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    header.default .mobile a {
      height: 2.1em;
      display: block; }
    header.default .mobile span, header.default .mobile span:before, header.default .mobile span:after {
      font-size: 10px;
      width: 100%;
      height: 0.3em;
      background: #e11837;
      position: absolute;
      left: 0;
      display: block;
      transition: background 250ms, -webkit-transform 500ms;
      transition: transform 500ms, background 250ms;
      transition: transform 500ms, background 250ms, -webkit-transform 500ms; }
    header.default .mobile span {
      top: 50%;
      -webkit-transform: translate(0, -1px);
      transform: translate(0, -1px); }
    header.default .mobile span:before {
      content: "";
      top: -9px; }
    header.default .mobile span:after {
      content: "";
      bottom: -9px; }
    header.default .mobile.active span {
      background: transparent; }
    header.default .mobile.active span:before {
      -webkit-transform: translateY(9px) rotate(45deg);
      transform: translateY(9px) rotate(45deg); }
    header.default .mobile.active span:after {
      -webkit-transform: translateY(-9px) rotate(-45deg);
      transform: translateY(-9px) rotate(-45deg); }
  header.default .behind {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
    header.default .behind .logo {
      border-radius: 50%;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4); }
      header.default .behind .logo img {
        opacity: 0; }

@media only screen and (max-width: 1150px) {
  header.default .logo {
    left: 3em; }
  header.default nav {
    margin-left: 0;
    padding-left: 17.7em; }
    header.default nav li {
      margin-right: 0.5em; } }

@media only screen and (max-width: 1024px) {
  header.default {
    height: 6em; }
    header.default .side.left {
      width: 85%; }
    header.default .side.right {
      width: 15%; }
    header.default .logo img {
      width: 7.2em; }
      header.default .logo img:first-child {
        display: none; }
      header.default .logo img:last-child {
        display: block; }
    header.default nav {
      margin-left: 0;
      padding-left: 11.2em; }
      header.default nav li {
        margin-right: 0.75em; }
      header.default nav span {
        font-size: 1.6em;
        line-height: 2em; }
    header.default .rewards span {
      font-size: 1.6em;
      line-height: 2em; }
    header.default .extra {
      margin-bottom: 0; }
      header.default .extra a {
        margin: 0 0.5em; }
      header.default .extra span {
        font-size: 1.5em; } }

@media only screen and (max-width: 767px) {
  header.default {
    height: 5em; }
    header.default .side.left {
      width: 100%;
      top: 0;
      background: #fff;
      z-index: 5; }
    header.default .side.right {
      width: 5em;
      z-index: 10;
      top: 0; }
    header.default .logo {
      position: fixed;
      left: 50%;
      margin-left: -3.75em;
      top: 0;
      z-index: 10;
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%); }
      header.default .logo img {
        width: 7.5em; }
    header.default .regularnav {
      display: none; }
    header.default .mobilenav {
      display: block;
      position: absolute;
      top: 5em;
      left: 0;
      right: 0;
      padding-left: 0;
      padding-top: 3em;
      background: rgba(0, 0, 0, 0.8);
      z-index: 1;
      transition: -webkit-transform 500ms;
      transition: transform 500ms;
      transition: transform 500ms, -webkit-transform 500ms; }
      header.default .mobilenav li {
        display: block;
        text-align: center;
        margin: 0; }
      header.default .mobilenav a {
        padding: 2em 0; }
        header.default .mobilenav a:hover {
          background: #e11837; }
          header.default .mobilenav a:hover span {
            color: #fff; }
      header.default .mobilenav span {
        color: #fff;
        line-height: 1;
        font-size: 2.3em; }
    header.default .rewards {
      line-height: 5em; }
      header.default .rewards span {
        display: none; }
      header.default .rewards img {
        display: inline-block; }
    header.default .mobile {
      display: block;
      z-index: 10; }
    header.default .extra {
      display: none; } }

footer {
  background: #686262;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  color: #fff;
  text-align: center;
  z-index: 100;
  padding: 1em 0; }
  footer .side {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1.5%; }
    footer .side.signup {
      margin-left: 0; }
    footer .side.simmer {
      margin-left: 3%;
      margin-right: 0; }
  footer .signup {
    text-align: left; }
    footer .signup .copy, footer .signup #mc_embed_signup {
      display: inline-block;
      vertical-align: middle; }
    footer .signup .copy {
      margin-right: 1em; }
    footer .signup p {
      font-size: 1.4em;
      margin-bottom: 0; }
      footer .signup p.head {
        text-transform: uppercase;
        font-weight: 600; }
    footer .signup img {
      width: 1.8em;
      background-image: url("/images/icons/arrow.svg");
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      cursor: pointer; }
  footer nav, footer .social {
    display: inline-block;
    vertical-align: middle; }
  footer nav ul {
    text-align: left;
    display: inline-block;
    vertical-align: top; }
  footer nav ul + ul {
    margin-left: 1.5em; }
  footer nav li {
    margin-bottom: 0.5em; }
    footer nav li:last-child {
      margin-bottom: 0; }
  footer nav a {
    display: block; }
  footer nav span {
    font-size: 1.4em; }
  footer .social a {
    display: inline-block;
    vertical-align: middle;
    width: 3.5em;
    height: 3.5em;
    background-size: auto 3.5em;
    background-position: center;
    background-size: cover;
    margin-right: 1em; }
    footer .social a:last-child {
      margin-right: 0; }
    footer .social a.f {
      background-image: url("/images/icons/Facebook.svg"); }
    footer .social a.t {
      background-image: url("/images/icons/Twitter.svg"); }
    footer .social a.i {
      background-image: url("/images/icons/Instagram.svg"); }
    footer .social a.y {
      background-image: url("/images/icons/Yelp.svg"); }

@media only screen and (max-width: 1024px) {
  footer {
    position: relative; }
    footer .row {
      max-width: 60em; }
    footer .side {
      text-align: center;
      padding: 1em 0; }
      footer .side.social {
        margin-right: 0; }
      footer .side.nav, footer .side.simmer {
        margin: 0; }
      footer .side.nav {
        margin-right: 2em; }
    footer .signup {
      text-align: center; }
    footer nav {
      margin-left: 0;
      text-align: left; }
      footer nav ul + ul {
        margin-left: 0; }
      footer nav li {
        display: inline-block;
        vertical-align: middle;
        padding: 0 2em;
        margin: 0;
        border-right: 1px solid #fff; }
    footer .social a {
      width: 3em;
      height: 3em; } }

@media only screen and (max-width: 767px) {
  footer .side {
    display: block; }
    footer .side.signup {
      margin-right: 0;
      display: inline-block; }
    footer .side.social {
      margin-left: 0; }
    footer .side.nav {
      margin-right: 0; }
  footer nav {
    text-align: center; }
    footer nav ul {
      text-align: left; }
      footer nav ul:last-child {
        margin-right: 0; }
        footer nav ul:last-child li:last-child {
          border: 0; }
  footer .copyright {
    padding: 1em 0; }
    footer .copyright .item {
      display: block;
      margin: 0 auto 0.5em !important; }
      footer .copyright .item:last-child {
        margin-bottom: 0 !important; } }

@media only screen and (max-width: 500px) {
  footer nav {
    width: 100%; }
    footer nav ul:first-child li:first-child {
      padding-left: 0; }
    footer nav ul:last-child li:last-child {
      padding-right: 0; } }

body.noscroll {
  overflow-y: scroll;
  height: 100% !important; }

.wrap.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%; }

.overflow {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  position: absolute;
  position: fixed;
  transition: opacity 500ms; }
  .overflow.open {
    opacity: 1;
    transition: opacity 500ms; }
  .overflow.visible {
    visibility: visible; }
    .overflow.visible section {
      height: auto; }
  .overflow .outside {
    position: relative;
    height: 100%; }
  .overflow .inside {
    position: absolute;
    top: 0;
    left: 0;
    right: -3em;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    background: rgba(53, 46, 46, 0.9); }
  .overflow section {
    display: none;
    height: auto; }
    .overflow section.show {
      display: block; }

section.contact {
  z-index: 50;
  color: #fff;
  height: 0;
  overflow: hidden; }
  section.contact .content {
    padding: 10em 0;
    position: relative;
    width: 80em;
    margin: 0 auto; }
  section.contact .close {
    position: absolute;
    top: 3.5em;
    right: -8em;
    width: 5em;
    cursor: pointer; }
  section.contact .header {
    margin-bottom: 5em; }
    section.contact .header p {
      font-size: 4em;
      font-weight: 600;
      text-transform: uppercase;
      text-align: center; }
  section.contact form {
    margin-bottom: 5em; }
    section.contact form .left, section.contact form .right {
      display: inline-block;
      vertical-align: top;
      width: 47%; }
    section.contact form .left {
      margin-right: 6%; }
    section.contact form ::-webkit-input-placeholder {
      color: #352e2e; }
    section.contact form :-moz-placeholder {
      color: #352e2e; }
    section.contact form ::-moz-placeholder {
      color: #352e2e; }
    section.contact form :-ms-input-placeholder {
      color: #352e2e; }
    section.contact form .selectWrap {
      margin-bottom: 2em; }
    section.contact form .dropdown {
      width: 100%;
      border: 1px solid #666666;
      background: #000;
      border-radius: 0;
      box-shadow: 0 !important; }
      section.contact form .dropdown.open .carat {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border-right: 1px solid #666666; }
      section.contact form .dropdown.scrollable div:after {
        display: none; }
      section.contact form .dropdown .carat {
        position: absolute;
        top: 0;
        right: 0;
        width: 7em;
        height: 100%;
        border: none;
        margin: 0;
        background-image: url("/images/icons/arrow.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 40px; }
      section.contact form .dropdown .selected, section.contact form .dropdown li {
        font-size: 1.6em;
        font-weight: 600;
        color: #fff; }
      section.contact form .dropdown .selected {
        padding-right: 95px;
        padding: 25px;
        text-transform: capitalize; }
        section.contact form .dropdown .selected:after {
          display: none; }
      section.contact form .dropdown div {
        background: #000;
        border: 1px solid #666666;
        border-radius: 0;
        margin-top: 2px; }
      section.contact form .dropdown li {
        padding: 15px 25px; }
        section.contact form .dropdown li.active {
          color: #e11837;
          font-style: italic; }
        section.contact form .dropdown li.focus {
          background: #e11837;
          color: #fff; }
      section.contact form .dropdown select {
        transition: background 500ms; }
    section.contact form input[type=text], section.contact form input[type=email], section.contact form textarea {
      width: 100%;
      border: none;
      outline: none;
      box-shadow: none;
      font-size: 1.6em;
      padding: 25px;
      color: #352e2e;
      font-weight: 600;
      margin-bottom: 20px; }
    section.contact form textarea {
      resize: none;
      min-height: 250px; }
    section.contact form .button span {
      font-size: 1.6em;
      text-transform: uppercase;
      font-weight: 600; }
    section.contact form .button.disabled {
      background: rgba(225, 24, 55, 0.6); }
      section.contact form .button.disabled a {
        cursor: not-allowed; }
    section.contact form .dropdown, section.contact form input[type=text], section.contact form input[type=email], section.contact form textarea {
      border: 1px solid transparent;
      transition: border 500ms; }
    section.contact form .dropdown.error, section.contact form input.error, section.contact form textarea.error {
      border: 1px solid #e11837; }
    section.contact form .msg {
      position: relative;
      margin-top: 2em; }
      section.contact form .msg p {
        font-size: 1.8em;
        display: none;
        margin-bottom: 0;
        transition: opacity 500ms; }
        section.contact form .msg p.show {
          display: block; }
  section.contact .extra .box {
    display: inline-block;
    vertical-align: top;
    width: 47%; }
    section.contact .extra .box:first-child {
      margin-right: 6%; }
  section.contact .extra p {
    font-size: 2em;
    margin-bottom: 0; }
  section.contact .extra p.head {
    font-weight: 600;
    text-transform: uppercase; }
  section.contact .extra .button {
    margin-top: 2em; }
    section.contact .extra .button span {
      font-size: 1.6em;
      font-weight: 600;
      text-transform: uppercase; }

@media only screen and (max-width: 1024px) {
  section.contact .content {
    max-width: 90%; }
  section.contact .close {
    right: 0;
    width: 4em; }
  section.contact .header p {
    font-size: 3.6em; }
  section.contact form .left, section.contact form .right {
    width: 48%; }
  section.contact form .left {
    margin-right: 4%; }
  section.contact form .dropdown .selected {
    padding: 20px; }
  section.contact form .dropdown .carat {
    background-size: 30px; }
  section.contact form input[type=text], section.contact form input[type=email], section.contact form textarea {
    padding: 20px; }
  section.contact .extra p {
    font-size: 2em; } }

@media only screen and (max-width: 767px) {
  section.contact .content {
    padding: 5em 0 5em;
    width: 40em; }
  section.contact .close {
    width: 2em;
    top: 2em; }
  section.contact .header {
    margin-bottom: 3em; }
    section.contact .header p {
      font-size: 2.8em; }
  section.contact form .left, section.contact form .right {
    width: 100%; }
  section.contact form .left {
    margin-right: 0; }
  section.contact form .dropdown .selected {
    padding: 20px; }
  section.contact form .dropdown .carat {
    background-size: 30px;
    z-index: 0; }
  section.contact form .dropdown .old {
    z-index: 1; }
  section.contact form input[type=text], section.contact form input[type=email], section.contact form textarea {
    padding: 20px; }
  section.contact form textarea {
    min-height: 150px; }
  section.contact form .submit {
    text-align: center; }
  section.contact form .msg {
    text-align: center; }
  section.contact .extra {
    text-align: center; }
    section.contact .extra .box {
      display: block;
      width: 100%;
      margin: 0 0 3em; }
      section.contact .extra .box:last-child {
        margin-bottom: 0; }
    section.contact .extra p {
      font-size: 1.6em; } }

header.blog {
  background: #e11837;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }
  header.blog nav, header.blog .logo {
    display: inline-block;
    vertical-align: middle; }
  header.blog .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    header.blog .logo a {
      display: inline-block; }
    header.blog .logo img {
      width: 5em; }
  header.blog .regularnav {
    width: 50%; }
    header.blog .regularnav:first-child {
      padding-right: 5em; }
    header.blog .regularnav:last-child {
      padding-left: 5em; }
    header.blog .regularnav a {
      padding: 3em 0 2.25em;
      display: block; }
    header.blog .regularnav span {
      font-size: 2.1em;
      font-weight: 600;
      color: #fff;
      text-transform: uppercase; }
  header.blog .mobilenav {
    display: none; }
  header.blog .mobile {
    display: none;
    position: absolute;
    left: 2em;
    top: 50%;
    width: 2.75em;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    header.blog .mobile a {
      height: 2.1em;
      display: block; }
    header.blog .mobile span, header.blog .mobile span:before, header.blog .mobile span:after {
      font-size: 10px;
      width: 100%;
      height: 0.3em;
      background: #fff;
      position: absolute;
      left: 0;
      display: block;
      transition: background 250ms, -webkit-transform 500ms;
      transition: transform 500ms, background 250ms;
      transition: transform 500ms, background 250ms, -webkit-transform 500ms; }
    header.blog .mobile span {
      top: 50%;
      -webkit-transform: translate(0, -1px);
      transform: translate(0, -1px); }
    header.blog .mobile span:before {
      content: "";
      top: -9px; }
    header.blog .mobile span:after {
      content: "";
      bottom: -9px; }
    header.blog .mobile.active span {
      background: transparent; }
    header.blog .mobile.active span:before {
      -webkit-transform: translateY(9px) rotate(45deg);
      transform: translateY(9px) rotate(45deg); }
    header.blog .mobile.active span:after {
      -webkit-transform: translateY(-9px) rotate(-45deg);
      transform: translateY(-9px) rotate(-45deg); }

@media only screen and (max-width: 1150px) {
  header.blog .regularnav:first-child {
    padding-right: 4em; }
  header.blog .regularnav:last-child {
    padding-left: 4em; }
  header.blog .regularnav span {
    font-size: 1.8em; } }

@media only screen and (max-width: 1024px) {
  header.blog .regularnav span {
    font-size: 1.4em; } }

@media only screen and (max-width: 767px) {
  header.blog .logo {
    position: relative;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 0;
    left: 0;
    display: block;
    background: #e11837;
    z-index: 10;
    text-align: center;
    margin-left: -2em;
    margin-right: -2em;
    padding: 0.5em 0; }
    header.blog .logo img {
      width: 4em; }
  header.blog .regularnav {
    display: none; }
  header.blog .mobilenav {
    display: block;
    position: absolute;
    top: 5em;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    -webkit-transform: translateY(-100em);
    transform: translateY(-100em); }
    header.blog .mobilenav li {
      display: block;
      text-align: center;
      margin: 0; }
    header.blog .mobilenav a {
      display: block;
      padding: 2em 0; }
      header.blog .mobilenav a:hover {
        background: #e11837; }
        header.blog .mobilenav a:hover span {
          color: #fff; }
    header.blog .mobilenav span {
      color: #fff;
      line-height: 1;
      font-size: 2.3em;
      font-weight: 600;
      text-transform: uppercase; }
  header.blog .mobile {
    display: block;
    z-index: 10; } }

section.locationspop {
  z-index: 50;
  color: #fff;
  height: 0;
  overflow: hidden; }
  section.locationspop .content {
    padding: 5em 0;
    position: relative;
    width: 40em;
    max-width: 90%;
    margin: 0 auto; }
  section.locationspop .wrapper {
    background: #fff;
    padding: 6em 2em 4em;
    position: relative; }
  section.locationspop .close {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    width: 2em;
    height: 2em;
    cursor: pointer;
    background: #e11837;
    border-radius: 50%;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat; }
  section.locationspop .header {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 1px solid #AF9FA0; }
    section.locationspop .header p {
      font-size: 2.2em;
      font-weight: 600;
      color: #e11837;
      text-transform: uppercase;
      text-align: center; }
  section.locationspop .info p {
    margin-bottom: 0;
    color: #352e2e; }
  section.locationspop .info .block {
    margin-bottom: 1em; }
    section.locationspop .info .block p {
      font-size: 1.8em; }
  section.locationspop .info .button {
    margin-top: 1em; }
    section.locationspop .info .button span {
      font-size: 2.2em;
      text-transform: uppercase;
      font-weight: 600; }

section.nutritionpop {
  z-index: 50;
  color: #fff;
  height: 0;
  overflow: hidden; }
  section.nutritionpop .content {
    padding: 5em 0;
    position: relative;
    width: 40em;
    max-width: 90%;
    margin: 0 auto; }
  section.nutritionpop .wrapper {
    background: #fff;
    padding: 6em 2em 4em;
    position: relative; }
  section.nutritionpop .close {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    width: 2em;
    height: 2em;
    cursor: pointer;
    background: #e11837;
    border-radius: 50%;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat; }
  section.nutritionpop .header {
    margin-bottom: 2em; }
    section.nutritionpop .header p {
      font-size: 2.2em;
      font-weight: 600;
      color: #e11837;
      text-transform: uppercase;
      text-align: center; }
  section.nutritionpop .info {
    background: rgba(53, 46, 46, 0.04); }
    section.nutritionpop .info p {
      margin-bottom: 0;
      color: #352e2e;
      text-transform: uppercase;
      font-weight: 600; }
    section.nutritionpop .info .line {
      position: relative;
      padding: 1em 8em 0.75em 1em;
      border-bottom: 1px solid #e11837; }
      section.nutritionpop .info .line:last-child {
        border-bottom: 0; }
    section.nutritionpop .info .val {
      background: rgba(53, 46, 46, 0.07);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 7em;
      text-align: right;
      padding: 1em 1em 0.75em; }

section.newsletterpop {
  z-index: 50;
  color: #fff;
  height: 0;
  overflow: hidden; }
  section.newsletterpop .content {
    padding: 5em 0;
    position: relative;
    width: 55em;
    max-width: 90%;
    margin: 0 auto; }
  section.newsletterpop .wrapper {
    background: #fff;
    padding: 6em 4em 4em;
    position: relative; }
  section.newsletterpop .bg {
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: left top;
    opacity: 0.15; }
  section.newsletterpop .close {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    width: 2em;
    height: 2em;
    cursor: pointer;
    background: #e11837;
    border-radius: 50%;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat; }
  section.newsletterpop .header {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #AF9FA0;
    text-align: center; }
    section.newsletterpop .header p {
      font-size: 2.2em;
      font-weight: 600;
      color: #e11837;
      text-transform: uppercase;
      line-height: 1; }
  section.newsletterpop .copy {
    margin-bottom: 2em;
    text-align: left; }
    section.newsletterpop .copy p {
      color: #000;
      font-size: 2.2em;
      line-height: 1; }
  section.newsletterpop .signup {
    text-align: center; }
    section.newsletterpop .signup form #mc_embed_signup_scroll > * {
      display: inline-block;
      vertical-align: middle; }
    section.newsletterpop .signup form input {
      border: none;
      outline: 0; }
    section.newsletterpop .signup form input[type=email], section.newsletterpop .signup form input[type=text] {
      font-size: 1.4em;
      padding: 7px 10px;
      width: 195px;
      font-style: italic;
      color: #706a6a;
      border: 1px solid #AF9FA0;
      margin-right: 5px; }
    section.newsletterpop .signup form input[type=email] {
      width: 200px; }
    section.newsletterpop .signup form input[type=text] {
      width: 100px; }
    section.newsletterpop .signup form input[type=submit] {
      margin-left: 0.5em;
      width: 2.4em;
      height: 3em;
      background-image: url("/images/icons/arrow_red.svg");
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }

@media only screen and (max-width: 767px) {
  section.newsletterpop .content {
    width: 40em; }
  section.newsletterpop .bg {
    background-position: left center;
    background-size: auto 100%; }
  section.newsletterpop .signup form {
    display: inline-block;
    text-align: left; }
    section.newsletterpop .signup form #mc_embed_signup_scroll .mc-field-group:first-child {
      display: block;
      margin-bottom: 1em; }
    section.newsletterpop .signup form input[type=email] {
      width: 190px; }
    section.newsletterpop .signup form input[type=submit] {
      margin-left: 2.5em; } }

.page.index .hero {
  position: relative;
  padding-top: 55%; }
  .page.index .hero .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .page.index .hero .show {
    height: 100%; }
  .page.index .hero .slide {
    background-position: center;
    background-size: cover;
    height: 100%; }
  .page.index .hero .prev, .page.index .hero .next {
    position: absolute;
    top: 0;
    bottom: 7em;
    width: 2em;
    display: inline-block !important; }
    .page.index .hero .prev img, .page.index .hero .next img {
      position: absolute;
      top: 50%;
      width: 1.6em;
      height: 2.4em;
      margin-top: -1.2em;
      cursor: pointer; }
  .page.index .hero .prev {
    left: 3em; }
    .page.index .hero .prev img {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .page.index .hero .next {
    right: 3em; }
    .page.index .hero .next img {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .page.index .hero .bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 7em;
    line-height: 7em;
    background: rgba(225, 24, 55, 0.7); }
    .page.index .hero .bar a {
      display: inline-block; }
    .page.index .hero .bar img, .page.index .hero .bar span {
      display: inline-block;
      vertical-align: middle; }
    .page.index .hero .bar img {
      height: 5em;
      margin-right: 2em; }
    .page.index .hero .bar span {
      font-size: 2.1em;
      font-weight: 600;
      text-transform: uppercase;
      color: #fff; }

.page.index .about {
  color: #fff; }
  .page.index .about .content {
    max-width: 80em;
    margin: 0 auto;
    padding: 25em 0; }
  .page.index .about .head {
    margin-bottom: 3em; }
    .page.index .about .head p {
      font-size: 3em;
      font-weight: 600;
      text-transform: uppercase; }
  .page.index .about .copy {
    margin-bottom: 3em; }
    .page.index .about .copy p {
      font-size: 2em;
      font-weight: 600; }
  .page.index .about .button span {
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: 600; }

@media only screen and (min-width: 1580px) {
  .page.index .hero {
    padding-top: 0;
    height: 86em; } }

@media only screen and (max-width: 1024px) {
  .page.index .hero .bar {
    height: 6em;
    line-height: 6em; }
    .page.index .hero .bar img {
      height: 4em; }
  .page.index .about .content {
    max-width: 70%;
    padding: 20em 0; }
  .page.index .about .head {
    margin-bottom: 1em; }
    .page.index .about .head p {
      font-size: 2.8em; }
  .page.index .about .copy p {
    font-size: 2em; } }

@media only screen and (max-width: 767px) {
  .page.index .hero .bar {
    height: 5em;
    line-height: 5em; }
    .page.index .hero .bar img {
      height: 3em;
      margin-right: 1em; }
    .page.index .hero .bar span {
      font-size: 1.6em; }
  .page.index .about .bg {
    background-size: auto 150%; }
  .page.index .about .content {
    max-width: 55em;
    padding: 8em 1em; }
  .page.index .about .head p {
    font-size: 2.3em; }
  .page.index .about .copy p {
    font-size: 1.6em; } }

@media only screen and (max-width: 600px) {
  .page.index .hero {
    padding-top: 0;
    height: 32em; }
    .page.index .hero .prev {
      left: 0.5em; }
    .page.index .hero .next {
      right: 0.5em; } }

.page.locations .map {
  position: fixed;
  top: 0;
  bottom: 5.8em;
  left: 0;
  width: 100%; }
  .page.locations .map .actual {
    height: 100%; }
  .page.locations .map .cluster img {
    width: 100%;
    height: 100%; }

.page.locations .markerInfo {
  background: #fff;
  width: 40em;
  width: 25em;
  padding: 2em 2.5em;
  font-size: 10px;
  position: relative;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 500ms; }
  .page.locations .markerInfo.show {
    opacity: 1; }
  .page.locations .markerInfo p {
    margin-bottom: 0; }
  .page.locations .markerInfo .arrow {
    position: absolute;
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    left: 50%;
    top: 100%;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
  .page.locations .markerInfo .name {
    margin-bottom: 2em;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(175, 159, 160, 0.5); }
    .page.locations .markerInfo .name p {
      font-size: 2.1em;
      text-transform: uppercase;
      color: #e11837;
      font-weight: 600;
      line-height: 1; }
  .page.locations .markerInfo .left, .page.locations .markerInfo .right {
    text-align: center; }
  .page.locations .markerInfo .right {
    width: 15em; }
  .page.locations .markerInfo .block {
    margin-bottom: 1em; }
  .page.locations .markerInfo .button {
    width: 15em;
    margin-top: 1em;
    margin-bottom: 1em; }
    .page.locations .markerInfo .button:last-child {
      margin-bottom: 0; }
    .page.locations .markerInfo .button a {
      padding: 1em; }
    .page.locations .markerInfo .button span {
      font-size: 1.6em;
      text-transform: uppercase;
      font-weight: 600; }

.page.locations .results {
  background: rgba(255, 255, 255, 0.9);
  display: inline-block;
  margin: 5em 2em;
  max-width: 50em;
  padding: 2em; }
  .page.locations .results .state {
    margin-bottom: 2em; }
    .page.locations .results .state:last-child {
      margin-bottom: 0; }
  .page.locations .results .statename {
    border-bottom: 1px solid rgba(175, 159, 160, 0.5);
    text-align: center;
    margin-bottom: 2em; }
    .page.locations .results .statename p {
      font-size: 3.3em;
      font-weight: 600;
      text-transform: uppercase;
      display: inline-block;
      cursor: pointer; }
  .page.locations .results .city {
    margin-bottom: 2em; }
    .page.locations .results .city:last-child {
      margin-bottom: 0; }
  .page.locations .results .cityname {
    margin-bottom: 1em;
    border-bottom: 1px solid rgba(175, 159, 160, 0.5); }
    .page.locations .results .cityname p {
      font-size: 2.1em;
      text-transform: uppercase;
      display: inline-block;
      cursor: pointer;
      word-break: break-word;
      font-weight: 600;
      color: #e11837; }
  .page.locations .results .location {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 1em;
    cursor: pointer;
    transition: color 500ms; }
    .page.locations .results .location.active p {
      color: #e11837; }
    .page.locations .results .location:nth-last-child(-n+2) {
      margin-bottom: 0; }
    .page.locations .results .location:nth-of-type(odd) {
      padding-right: 1em; }
    .page.locations .results .location:nth-of-type(even) {
      padding-left: 1em; }
    .page.locations .results .location .name {
      font-size: 1.8em;
      margin-bottom: 0;
      text-transform: uppercase;
      font-weight: 600; }
    .page.locations .results .location .address {
      font-size: 1.4em;
      font-style: italic; }

@media only screen and (max-width: 1024px) {
  .page.locations .map {
    bottom: 0; }
  .page.locations .results {
    max-width: 45em;
    margin: 4em 1em;
    padding: 2em 1em; }
    .page.locations .results .statename p {
      font-size: 2.8em; }
    .page.locations .results .location .name {
      font-size: 1.4em; }
    .page.locations .results .location .address {
      font-size: 1.2em; } }

@media only screen and (max-width: 767px) {
  .page.locations .map {
    display: none; }
  .page.locations .results {
    margin: 0 auto;
    padding: 4em 0;
    display: block; }
    .page.locations .results .statename p {
      font-size: 2.4em; }
    .page.locations .results .cityname p {
      font-size: 1.8em; } }

@media only screen and (max-width: 500px) {
  .page.locations .results {
    max-width: 35em; }
    .page.locations .results .location {
      display: block;
      width: 100%; }
      .page.locations .results .location:nth-of-type(odd), .page.locations .results .location:nth-of-type(even) {
        padding: 0; }
      .page.locations .results .location:nth-last-child(-n+2) {
        margin-bottom: 1em; }
      .page.locations .results .location:last-child {
        margin-bottom: 1em; } }

.page.location .hero {
  position: relative;
  padding-top: 37.5%; }
  .page.location .hero .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .page.location .hero .show {
    height: 100%; }
  .page.location .hero .slide {
    background-position: center;
    background-size: cover;
    height: 100%; }
  .page.location .hero .prev, .page.location .hero .next {
    position: absolute;
    top: 0;
    bottom: 7em;
    width: 2em;
    display: inline-block !important; }
    .page.location .hero .prev img, .page.location .hero .next img {
      position: absolute;
      top: 50%;
      width: 1.6em;
      height: 2.4em;
      margin-top: -1.2em;
      cursor: pointer; }
  .page.location .hero .prev {
    left: 3em; }
    .page.location .hero .prev img {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .page.location .hero .next {
    right: 3em; }
    .page.location .hero .next img {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .page.location .hero .bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2em 0;
    background: rgba(225, 24, 55, 0.7); }
    .page.location .hero .bar .cell {
      float: none; }
    .page.location .hero .bar p {
      font-size: 2.1em;
      font-weight: 600;
      text-transform: uppercase;
      line-height: normal;
      color: #fff; }

.page.location .details .map {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%; }
  .page.location .details .map .actual {
    height: 100%; }

.page.location .details .info {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-left: 50%;
  padding: 7em 6em;
  color: #352e2e; }
  .page.location .details .info .name {
    margin-bottom: 2em; }
    .page.location .details .info .name p {
      font-size: 3em;
      font-weight: 600;
      text-transform: uppercase; }
  .page.location .details .info .block {
    margin-bottom: 3em; }
    .page.location .details .info .block p {
      font-size: 2em;
      font-weight: 600;
      margin-bottom: 0; }
    .page.location .details .info .block .italics {
      font-style: italic;
      font-weight: 300; }
  .page.location .details .info .button span {
    font-size: 2.1em;
    font-weight: 600;
    text-transform: uppercase; }

@media only screen and (min-width: 1580px) {
  .page.location .hero {
    padding-top: 0;
    height: 58.5em; } }

@media only screen and (max-width: 1024px) {
  .page.location .hero .bar {
    padding: 1.5em 0; }
  .page.location .details .map {
    width: 40%; }
  .page.location .details .info {
    margin-left: 40%;
    width: 60%; } }

@media only screen and (max-width: 767px) {
  .page.location .hero {
    padding-top: 0;
    height: 28em; }
    .page.location .hero .prev {
      left: 1em; }
    .page.location .hero .next {
      right: 1em; }
    .page.location .hero .bar {
      padding: 1em 0; }
      .page.location .hero .bar p {
        font-size: 1.6em; }
  .page.location .details .map {
    display: none; }
  .page.location .details .info {
    padding: 6em 2em;
    margin-left: 0;
    width: 100%;
    text-align: center; } }

.page.ourstory .hero {
  position: relative;
  padding-top: 37.5%; }
  .page.ourstory .hero .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .page.ourstory .hero .show {
    height: 100%; }
  .page.ourstory .hero .slide {
    background-position: center;
    background-size: cover;
    height: 100%; }
  .page.ourstory .hero .prev, .page.ourstory .hero .next {
    position: absolute;
    top: 0;
    bottom: 7em;
    width: 2em;
    display: inline-block !important; }
    .page.ourstory .hero .prev img, .page.ourstory .hero .next img {
      position: absolute;
      top: 50%;
      width: 1.6em;
      height: 2.4em;
      margin-top: -1.2em;
      cursor: pointer; }
  .page.ourstory .hero .prev {
    left: 3em; }
    .page.ourstory .hero .prev img {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .page.ourstory .hero .next {
    right: 3em; }
    .page.ourstory .hero .next img {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .page.ourstory .hero .bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2em 0;
    background: rgba(225, 24, 55, 0.7); }
    .page.ourstory .hero .bar .cell {
      float: none; }
    .page.ourstory .hero .bar p {
      font-size: 2.1em;
      font-weight: 600;
      text-transform: uppercase;
      line-height: normal;
      color: #fff; }

.page.ourstory .text {
  padding: 8em 0;
  overflow: hidden; }
  .page.ourstory .text .icon {
    margin-bottom: 2em;
    width: 7.3em; }
  .page.ourstory .text .head {
    margin-bottom: 2em; }
    .page.ourstory .text .head p {
      font-size: 3em;
      color: #e11837;
      font-weight: 600;
      text-transform: uppercase; }
  .page.ourstory .text .copy.left {
    text-align: left; }
  .page.ourstory .text .copy p {
    font-size: 2em; }
  .page.ourstory .text .float {
    position: absolute;
    opacity: 0.2; }
    .page.ourstory .text .float.one {
      right: -15em;
      top: -20em;
      width: 50em; }
    .page.ourstory .text .float.two {
      left: -13em;
      bottom: -15em;
      width: 30em; }
    .page.ourstory .text .float.three {
      right: -15em;
      top: -5em;
      width: 40em; }

.page.ourstory .photo {
  padding-top: 37.5%; }

.page.ourstory .photoNote {
  position: absolute;
  bottom: 0.5em;
  right: 1em; }
  .page.ourstory .photoNote p {
    color: #fff;
    text-shadow: 2px 2px 6px black;
    font-style: italic;
    font-size: 1.6em; }

.page.ourstory .press {
  background: rgba(175, 159, 160, 0.2); }
  .page.ourstory .press .bg {
    background-position: top center;
    background-size: 100%; }
  .page.ourstory .press .head {
    margin-bottom: 8em; }
  .page.ourstory .press .boxes {
    height: 0;
    overflow: hidden;
    margin-bottom: 30px; }
    .page.ourstory .press .boxes.animate {
      transition: height 1000ms; }
  .page.ourstory .press .box {
    width: 24%;
    margin-bottom: 2em;
    color: #fff;
    text-align: center;
    overflow: hidden;
    box-shadow: -2px 2px 7px 0px rgba(0, 0, 0, 0.38);
    background-color: #fff;
    background-position: center;
    background-size: cover;
    display: none; }
    .page.ourstory .press .box.logo {
      background-size: 70%;
      background-repeat: no-repeat;
      background-position: center 30%; }
    .page.ourstory .press .box.blue {
      background-color: #1d7ac0; }
    .page.ourstory .press .box.green {
      background-color: #116b37; }
    .page.ourstory .press .box.visible {
      display: inline-block; }
    .page.ourstory .press .box:hover .color {
      top: 0; }
    .page.ourstory .press .box:hover .quote {
      opacity: 1;
      transition: opacity 500ms 250ms; }
  .page.ourstory .press .inside {
    display: block;
    padding-top: 100%;
    position: relative; }
  .page.ourstory .press .src {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 30%;
    margin: auto;
    max-width: 80%;
    max-height: 50%; }
  .page.ourstory .press .color, .page.ourstory .press .lead, .page.ourstory .press .quote {
    position: absolute;
    left: 0;
    right: 0; }
  .page.ourstory .press .color {
    top: 70%;
    bottom: 0;
    background: rgba(225, 24, 55, 0.8);
    transition: top 500ms; }
  .page.ourstory .press .lead, .page.ourstory .press .quote {
    padding: 1em; }
    .page.ourstory .press .lead .wrapper, .page.ourstory .press .quote .wrapper {
      height: 100%;
      overflow: hidden; }
  .page.ourstory .press .lead {
    top: 70%;
    bottom: 0; }
    .page.ourstory .press .lead p {
      font-size: 1.7em;
      margin-bottom: 0;
      line-height: 1.1; }
    .page.ourstory .press .lead .title {
      font-weight: 600;
      text-transform: uppercase; }
    .page.ourstory .press .lead .source {
      font-style: italic; }
  .page.ourstory .press .quote {
    top: 0;
    bottom: 30%;
    opacity: 0;
    visibility: visible;
    transition: opacity 500ms; }
    .page.ourstory .press .quote img {
      width: 4em;
      margin-bottom: 2em; }
    .page.ourstory .press .quote p {
      font-size: 1.7em;
      margin-bottom: 0;
      font-weight: 600;
      text-transform: uppercase; }
  .page.ourstory .press .more {
    transition: opacity 500ms; }
    .page.ourstory .press .more div {
      display: inline-block;
      cursor: pointer; }
    .page.ourstory .press .more p {
      font-size: 2.5em;
      font-style: italic;
      margin-bottom: 0.5rem; }
    .page.ourstory .press .more img {
      width: 2em; }
    .page.ourstory .press .more.hide {
      opacity: 0;
      visibility: hidden;
      transition: opacity 500ms, visibility 500ms 500ms; }

.page.ourstory .feed #feed .box {
  position: relative;
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px; }
  .page.ourstory .feed #feed .box .inside {
    position: relative;
    padding-top: 100%;
    overflow: hidden; }
  .page.ourstory .feed #feed .box a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .page.ourstory .feed #feed .box .image {
    width: 100%; }

.page.ourstory .feed #feed .shadow {
  position: absolute;
  bottom: 0;
  height: 6em;
  left: 0;
  right: 0;
  opacity: 0.4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(53, 46, 46, 0) 0%, #352e2e 85%, #352e2e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008e8e8e', endColorstr='#8e8e8e',GradientType=0 );
  /* IE6-9 */ }

.page.ourstory .feed #feed .description {
  position: absolute;
  bottom: 1em;
  left: 2em;
  right: 2em;
  text-align: right; }
  .page.ourstory .feed #feed .description * {
    display: inline-block; }
  .page.ourstory .feed #feed .description .likes, .page.ourstory .feed #feed .description .comments {
    margin-right: 1.5em;
    position: relative;
    vertical-align: middle; }
    .page.ourstory .feed #feed .description .likes:last-child, .page.ourstory .feed #feed .description .comments:last-child {
      margin-right: 0; }
    .page.ourstory .feed #feed .description .likes .icn, .page.ourstory .feed #feed .description .likes span, .page.ourstory .feed #feed .description .comments .icn, .page.ourstory .feed #feed .description .comments span {
      vertical-align: text-top; }
  .page.ourstory .feed #feed .description .likes .icn {
    width: 3.2em;
    background-position: 0 center; }
  .page.ourstory .feed #feed .description .comments .icn {
    width: 2.8em;
    background-position: -3.2em center; }
  .page.ourstory .feed #feed .description .icn {
    height: 2.9em;
    margin-right: 0.75em;
    background-image: url("/images/icons/instagram_icons.png");
    background-size: 6em 2.9em;
    background-repeat: no-repeat; }
  .page.ourstory .feed #feed .description span {
    font-size: 2.5em;
    color: #fff;
    line-height: normal; }

@media only screen and (min-width: 1580px) {
  .page.ourstory .hero {
    padding-top: 0;
    height: 58.5em; } }

@media only screen and (max-width: 1024px) {
  .page.ourstory .hero .bar {
    padding: 1.5em 0; }
  .page.ourstory .text {
    padding: 6em 0; }
    .page.ourstory .text .head {
      margin-bottom: 1em; }
      .page.ourstory .text .head p {
        font-size: 2.8em; }
    .page.ourstory .text .copy p, .page.ourstory .text .copy li {
      font-size: 2em; }
    .page.ourstory .text .copy ul {
      margin-bottom: 2em; }
    .page.ourstory .text .float {
      display: none; }
  .page.ourstory .press .copy {
    margin-bottom: 4em; }
  .page.ourstory .press .boxes {
    max-width: 800px;
    margin: 0 auto 30px; }
  .page.ourstory .press .box {
    width: 32%; }
    .page.ourstory .press .box:hover .color {
      top: 70%; }
  .page.ourstory .press .lead p {
    font-size: 1.6em; }
  .page.ourstory .press .quote {
    display: none; }
  .page.ourstory .press .more p {
    font-size: 2.1em;
    margin-bottom: 0.25rem; }
  .page.ourstory .feed #feed .description .likes {
    margin-right: 1em; }
  .page.ourstory .feed #feed .description .likes .icn {
    width: 2.8em;
    background-position: 0 center; }
  .page.ourstory .feed #feed .description .comments .icn {
    width: 2.4em;
    background-position: -2.8em center; }
  .page.ourstory .feed #feed .description .icn {
    height: 2.5em;
    background-size: 5.2em 2.5em; }
  .page.ourstory .feed #feed .description span {
    font-size: 2.3em; } }

@media only screen and (max-width: 767px) {
  .page.ourstory .hero {
    padding-top: 0;
    height: 28em; }
    .page.ourstory .hero .prev {
      left: 1em; }
    .page.ourstory .hero .next {
      right: 1em; }
    .page.ourstory .hero .bar {
      padding: 1em 0; }
      .page.ourstory .hero .bar p {
        font-size: 1.6em; }
  .page.ourstory .text {
    padding: 4em 0; }
    .page.ourstory .text .head p {
      font-size: 2.3em; }
    .page.ourstory .text .copy.left {
      text-align: center; }
    .page.ourstory .text .copy p, .page.ourstory .text .copy li {
      font-size: 1.6em; }
    .page.ourstory .text .sponsors {
      padding-top: 2em; }
      .page.ourstory .text .sponsors img {
        max-width: 10em;
        max-height: 6em;
        margin: 1.5em 1em; }
  .page.ourstory .press .copy {
    margin-bottom: 2em; }
  .page.ourstory .press .boxes {
    max-width: 500px; }
  .page.ourstory .press .box {
    width: 48%; }
  .page.ourstory .press .lead p {
    font-size: 1.6em; }
  .page.ourstory .press .more p {
    font-size: 2.1em;
    margin-bottom: 0.25rem; }
  .page.ourstory .feed #feed .description {
    right: 1em;
    left: 1em;
    bottom: 0.5em; }
    .page.ourstory .feed #feed .description .likes .icn {
      width: 2.2em;
      background-position: 0 center; }
    .page.ourstory .feed #feed .description .comments .icn {
      width: 1.9em;
      background-position: -2.2em center; }
    .page.ourstory .feed #feed .description .icn {
      height: 2em;
      background-size: 4.1em 2em; }
    .page.ourstory .feed #feed .description span {
      font-size: 1.8em; } }

@media only screen and (max-width: 525px) {
  .page.ourstory .press .boxes {
    max-width: 250px; }
  .page.ourstory .press .box {
    width: 100%; } }

.page.careers .hero {
  position: relative;
  padding-top: 37.5%; }
  .page.careers .hero .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .page.careers .hero .show {
    height: 100%; }
  .page.careers .hero .slide {
    background-position: center;
    background-size: cover;
    height: 100%; }
  .page.careers .hero .prev, .page.careers .hero .next {
    position: absolute;
    top: 0;
    bottom: 7em;
    width: 2em;
    display: inline-block !important; }
    .page.careers .hero .prev img, .page.careers .hero .next img {
      position: absolute;
      top: 50%;
      width: 1.6em;
      height: 2.4em;
      margin-top: -1.2em;
      cursor: pointer; }
  .page.careers .hero .prev {
    left: 3em; }
    .page.careers .hero .prev img {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .page.careers .hero .next {
    right: 3em; }
    .page.careers .hero .next img {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .page.careers .hero .bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2em 0;
    background: rgba(225, 24, 55, 0.7); }
    .page.careers .hero .bar .cell {
      float: none; }
    .page.careers .hero .bar p {
      font-size: 2.1em;
      font-weight: 600;
      text-transform: uppercase;
      line-height: normal;
      color: #fff; }

.page.careers .text {
  padding: 8em 0;
  overflow: hidden; }
  .page.careers .text .icon {
    margin-bottom: 2em;
    width: 7.3em; }
  .page.careers .text .head {
    margin-bottom: 2em; }
    .page.careers .text .head p {
      font-size: 3em;
      color: #e11837;
      font-weight: 600;
      text-transform: uppercase; }
  .page.careers .text .copy {
    margin-bottom: 2em; }
    .page.careers .text .copy.left {
      text-align: left; }
    .page.careers .text .copy p {
      font-size: 2em; }
  .page.careers .text .button span {
    font-size: 1.6em;
    text-transform: uppercase; }
  .page.careers .text .head:last-child, .page.careers .text .copy:last-child {
    margin-bottom: 0; }
  .page.careers .text .float {
    position: absolute;
    opacity: 0.2; }
    .page.careers .text .float.one {
      right: -5em;
      bottom: -22em;
      width: 32em; }
    .page.careers .text .float.two {
      left: -18em;
      top: -18em;
      width: 40em; }
    .page.careers .text .float.three {
      right: 0em;
      top: -24em;
      width: 30em; }

.page.careers .photo {
  padding-top: 37.5%; }

.page.careers .photoText {
  height: 81em; }
  .page.careers .photoText .bg {
    background-position: top; }
  .page.careers .photoText .content {
    position: absolute;
    bottom: 5em;
    left: 0;
    right: 0; }
  .page.careers .photoText p {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0; }
  .page.careers .photoText p.quote {
    font-size: 3.3em;
    font-weight: 600; }
  .page.careers .photoText p.author {
    font-size: 2.5em; }
  .page.careers .photoText .border {
    width: 60%;
    height: 3px;
    background: rgba(255, 255, 255, 0.5); }
    .page.careers .photoText .border.top {
      margin: 0 auto 5em; }
    .page.careers .photoText .border.bottom {
      margin: 5em auto 0; }

.page.careers .photoBlock {
  border-bottom: 4px solid #fff;
  /*in absence of quotes*/
  padding-top: 27%; }
  .page.careers .photoBlock .left {
    width: 65%;
    border-right: 2px solid #fff; }
  .page.careers .photoBlock .right {
    width: 35%;
    left: 65%;
    border-left: 2px solid #fff; }
  .page.careers .photoBlock.last {
    border-bottom: 0;
    padding-top: 0; }

.page.careers .photoBlock.reverse .left {
  width: 35%;
  border-right: 2px solid #fff; }

.page.careers .photoBlock.reverse .right {
  width: 65%;
  left: 35%;
  border-left: 2px solid #fff; }

.page.careers .quoteBlock {
  display: none;
  background: rgba(225, 24, 55, 0.8);
  padding: 8em 0;
  overflow: hidden; }
  .page.careers .quoteBlock p {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0; }
  .page.careers .quoteBlock p.quote {
    font-size: 3.3em;
    font-weight: 600; }
  .page.careers .quoteBlock p.author {
    font-size: 2.5em; }
  .page.careers .quoteBlock .float {
    position: absolute;
    opacity: 0.1; }
    .page.careers .quoteBlock .float.one {
      right: 0;
      top: -10em;
      width: 60em; }
    .page.careers .quoteBlock .float.two {
      left: 0;
      top: -22em;
      width: 60em; }

@media only screen and (min-width: 1580px) {
  .page.careers .hero {
    padding-top: 0;
    height: 58.5em; } }

@media only screen and (max-width: 1024px) {
  .page.careers .hero .bar {
    padding: 1.5em 0; }
  .page.careers .text {
    padding: 6em 0; }
    .page.careers .text .head {
      margin-bottom: 1em; }
      .page.careers .text .head p {
        font-size: 2.8em; }
    .page.careers .text .copy p, .page.careers .text .copy li {
      font-size: 2em; }
    .page.careers .text .copy ul {
      margin-bottom: 2em; }
    .page.careers .text .float {
      display: none; }
    .page.careers .text:last-child {
      padding: 0.4em 0 0; }
  .page.careers .photoText {
    height: 85em; }
    .page.careers .photoText p.quote {
      font-size: 2.8em; }
    .page.careers .photoText p.author {
      font-size: 2.1em; }
    .page.careers .photoText .border.top {
      margin-bottom: 3em; }
    .page.careers .photoText .border.bottom {
      margin-top: 3em; } }

@media only screen and (max-width: 767px) {
  .page.careers .hero {
    padding-top: 0;
    height: 28em; }
    .page.careers .hero .prev {
      left: 1em; }
    .page.careers .hero .next {
      right: 1em; }
    .page.careers .hero .bar {
      padding: 1em 0; }
      .page.careers .hero .bar p {
        font-size: 1.6em; }
  .page.careers .text {
    padding: 4em 0; }
    .page.careers .text .head p {
      font-size: 2.3em; }
    .page.careers .text .copy p, .page.careers .text .copy li {
      font-size: 1.6em; }
    .page.careers .text .sponsors {
      padding-top: 2em; }
      .page.careers .text .sponsors img {
        max-width: 10em;
        max-height: 6em;
        margin: 1.5em 1em; }
  .page.careers .photoText {
    height: 85em; }
    .page.careers .photoText p.quote {
      font-size: 2.3em; }
    .page.careers .photoText p.author {
      font-size: 1.6em; }
    .page.careers .photoText .border.top {
      margin-bottom: 3em; }
    .page.careers .photoText .border.bottom {
      margin-top: 3em; }
  .page.careers .photoBlock {
    padding-top: 35%; } }

.page.community .hero {
  position: relative;
  padding-top: 37.5%; }
  .page.community .hero .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .page.community .hero .show {
    height: 100%; }
  .page.community .hero .slide {
    background-position: center;
    background-size: cover;
    height: 100%; }
  .page.community .hero .prev, .page.community .hero .next {
    position: absolute;
    top: 0;
    bottom: 7em;
    width: 2em;
    display: inline-block !important; }
    .page.community .hero .prev img, .page.community .hero .next img {
      position: absolute;
      top: 50%;
      width: 1.6em;
      height: 2.4em;
      margin-top: -1.2em;
      cursor: pointer; }
  .page.community .hero .prev {
    left: 3em; }
    .page.community .hero .prev img {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .page.community .hero .next {
    right: 3em; }
    .page.community .hero .next img {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .page.community .hero .bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2em 0;
    background: rgba(225, 24, 55, 0.7); }
    .page.community .hero .bar .cell {
      float: none; }
    .page.community .hero .bar p {
      font-size: 2.1em;
      font-weight: 600;
      text-transform: uppercase;
      line-height: normal;
      color: #fff; }

.page.community .text {
  padding: 8em 0;
  overflow: hidden; }
  .page.community .text .head {
    margin-bottom: 2em; }
    .page.community .text .head p {
      color: #e11837;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 3em; }
  .page.community .text .copy.left {
    text-align: left; }
  .page.community .text .copy p, .page.community .text .copy li {
    font-size: 2em; }
    .page.community .text .copy p a, .page.community .text .copy li a {
      text-decoration: underline; }
  .page.community .text .copy ul {
    display: inline-block;
    text-align: left;
    margin-bottom: 4em; }
    .page.community .text .copy ul:last-child {
      margin-bottom: 0; }
  .page.community .text .copy li:before {
    content: "\2022";
    color: #e11837;
    margin-right: 0.8em; }
  .page.community .text .float {
    position: absolute;
    opacity: 0.2; }
    .page.community .text .float.one {
      left: -5em;
      bottom: -15em;
      width: 40em; }
    .page.community .text .float.two {
      right: -10em;
      bottom: -10em;
      width: 40em; }
  .page.community .text .sponsors {
    padding-top: 3em;
    max-width: 80em;
    margin: 0 auto; }
    .page.community .text .sponsors img {
      max-width: 15em;
      max-height: 10em;
      margin: 2.5em 2em; }

.page.community .photo {
  padding-top: 37.5%; }

@media only screen and (min-width: 1580px) {
  .page.community .hero {
    padding-top: 0;
    height: 58.5em; } }

@media only screen and (max-width: 1024px) {
  .page.community .hero .bar {
    padding: 1.5em 0; }
  .page.community .text {
    padding: 6em 0; }
    .page.community .text .head {
      margin-bottom: 1em; }
      .page.community .text .head p {
        font-size: 2.8em; }
    .page.community .text .copy p, .page.community .text .copy li {
      font-size: 2em; }
    .page.community .text .copy ul {
      margin-bottom: 2em; }
    .page.community .text .float {
      display: none; }
    .page.community .text .sponsors {
      max-width: 65em; }
      .page.community .text .sponsors img {
        max-width: 12em;
        max-height: 8em;
        margin: 2.5em 2em; } }

@media only screen and (max-width: 767px) {
  .page.community .hero {
    padding-top: 0;
    height: 28em; }
    .page.community .hero .prev {
      left: 1em; }
    .page.community .hero .next {
      right: 1em; }
    .page.community .hero .bar {
      padding: 1em 0; }
      .page.community .hero .bar p {
        font-size: 1.6em; }
  .page.community .text {
    padding: 4em 0; }
    .page.community .text .head p {
      font-size: 2.3em; }
    .page.community .text .copy.left {
      text-align: center; }
    .page.community .text .copy p, .page.community .text .copy li {
      font-size: 1.6em; }
    .page.community .text .sponsors {
      padding-top: 2em; }
      .page.community .text .sponsors img {
        max-width: 10em;
        max-height: 6em;
        margin: 1.5em 1em; } }

.page.menu .hero {
  position: relative;
  padding-top: 37.5%; }
  .page.menu .hero .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .page.menu .hero .show {
    height: 100%; }
  .page.menu .hero .slide {
    background-position: center;
    background-size: cover;
    height: 100%; }
  .page.menu .hero .prev, .page.menu .hero .next {
    position: absolute;
    top: 0;
    bottom: 7em;
    width: 2em;
    display: inline-block !important; }
    .page.menu .hero .prev img, .page.menu .hero .next img {
      position: absolute;
      top: 50%;
      width: 1.6em;
      height: 2.4em;
      margin-top: -1.2em;
      cursor: pointer; }
  .page.menu .hero .prev {
    left: 3em; }
    .page.menu .hero .prev img {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .page.menu .hero .next {
    right: 3em; }
    .page.menu .hero .next img {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .page.menu .hero .bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2em 0;
    background: rgba(225, 24, 55, 0.7); }
    .page.menu .hero .bar .cell {
      float: none; }
    .page.menu .hero .bar p {
      font-size: 2.1em;
      font-weight: 600;
      text-transform: uppercase;
      line-height: normal;
      color: #fff; }

.page.menu .food {
  padding: 8em 0;
  color: #fff; }
  .page.menu .food .bg {
    background-position: top center;
    background-size: 100%; }
  .page.menu .food.texture p {
    text-shadow: 2px 2px 36px rgba(54, 46, 41, 0.26); }
  .page.menu .food.white {
    color: #352e2e; }
    .page.menu .food.white .head p {
      color: #e11837; }
    .page.menu .food.white .head .num {
      color: #fff; }
    .page.menu .food.white .items {
      color: #352e2e; }
  .page.menu .food .head {
    text-align: center;
    margin-bottom: 3em; }
    .page.menu .food .head .num {
      display: inline-block;
      width: 5em;
      margin-bottom: 1em; }
    .page.menu .food .head p {
      margin: 0;
      text-transform: uppercase;
      line-height: 1;
      font-size: 5em;
      font-weight: 600; }
  .page.menu .food .step {
    margin-bottom: 10em; }
    .page.menu .food .step:last-child {
      margin-bottom: 0; }
  .page.menu .food .Base .item, .page.menu .food .Protein .item {
    width: 20%; }
  .page.menu .food .Toppings .items {
    max-width: 110em; }
  .page.menu .food .Toppings .item {
    width: 20%; }
  .page.menu .food .Sauces .items {
    max-width: 80em; }
  .page.menu .food .Sauces .item {
    width: 25%; }
  .page.menu .food .Extras .items {
    max-width: 70em; }
  .page.menu .food .Extras .item {
    width: 33.3334%; }
  .page.menu .food .Extras hr {
    margin-top: -5em;
    margin-bottom: 5em; }
  .page.menu .food .items {
    text-align: center;
    margin: 0 auto; }
  .page.menu .food .item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2em; }
    .page.menu .food .item.noimg .box {
      padding-top: 10%; }
    .page.menu .food .item.full {
      width: 100%; }
    .page.menu .food .item.full.noimg .box {
      padding-top: 3%; }
    .page.menu .food .item .box {
      position: relative;
      padding-top: 100%; }
    .page.menu .food .item .the {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      max-width: 90%;
      max-height: 90%; }
    .page.menu .food .item .info {
      padding: 0 1em; }
    .page.menu .food .item p {
      font-size: 2.5em;
      text-align: center;
      margin: 0;
      line-height: 1.2; }
    .page.menu .food .item .name {
      font-weight: 600; }
    .page.menu .food .item .flame {
      width: 1.5em;
      margin: 0 0.25em 0.5em; }
  .page.menu .food .list ul {
    max-width: 90em;
    margin: 0 auto; }
    .page.menu .food .list ul li {
      display: inline-block;
      vertical-align: top;
      width: 33.33334%;
      margin-bottom: 2em;
      padding: 0 1em; }
    .page.menu .food .list ul p {
      font-size: 2.5em;
      font-weight: 600;
      line-height: 1;
      text-align: center; }
  .page.menu .food hr {
    display: block;
    border: 0;
    border-top: 1px solid #fff;
    background: #fff;
    max-width: 70em;
    margin: 0.5em auto; }

.page.menu .nutri {
  text-align: center;
  max-width: 70em;
  margin: 0 auto; }
  .page.menu .nutri hr {
    margin-bottom: 3em; }
  .page.menu .nutri p {
    font-size: 2em;
    font-weight: 600; }
  .page.menu .nutri .button {
    margin: 0 1em; }
    .page.menu .nutri .button span {
      font-size: 1.6em;
      text-transform: uppercase;
      font-weight: 600; }

@media only screen and (min-width: 1580px) {
  .page.menu .hero {
    padding-top: 0;
    height: 58.5em; } }

@media only screen and (max-width: 1024px) {
  .page.menu .hero .bar {
    padding: 1.5em 0; }
  .page.menu .food {
    padding: 6em 0; }
    .page.menu .food .head p {
      font-size: 4em; }
    .page.menu .food .step {
      margin-bottom: 8em; }
    .page.menu .food .Base .items {
      max-width: 80em; }
    .page.menu .food .Base .item {
      width: 25%; }
    .page.menu .food .Protein .items {
      max-width: 60em; }
    .page.menu .food .Protein .item {
      width: 33.3334%; }
    .page.menu .food .Toppings .items {
      max-width: 55em; }
    .page.menu .food .Toppings .item {
      width: 33.3334%; }
    .page.menu .food .Sauces .items {
      max-width: 60em; }
    .page.menu .food .Sauces .item {
      width: 25%; }
    .page.menu .food .Extras hr {
      margin-top: -4em;
      margin-bottom: 4em; }
    .page.menu .food .item p {
      font-size: 2.3em; }
    .page.menu .food .list ul p {
      font-size: 2.3em; } }

@media only screen and (max-width: 767px) {
  .page.menu .hero {
    padding-top: 0;
    height: 28em; }
    .page.menu .hero .prev {
      left: 1em; }
    .page.menu .hero .next {
      right: 1em; }
    .page.menu .hero .bar {
      padding: 1em 0; }
      .page.menu .hero .bar p {
        font-size: 1.6em; }
  .page.menu .food .head p {
    font-size: 3em; }
  .page.menu .food .step {
    margin-bottom: 6em; }
  .page.menu .food .Base .items, .page.menu .food .Protein .items, .page.menu .food .Toppings .items, .page.menu .food .Sauces .items, .page.menu .food .Extras .items {
    max-width: 50em; }
  .page.menu .food .Base .item, .page.menu .food .Protein .item, .page.menu .food .Toppings .item, .page.menu .food .Sauces .item, .page.menu .food .Extras .item {
    width: 33.3334%; }
  .page.menu .food .Extras hr {
    margin-top: -3em;
    margin-bottom: 3em; }
  .page.menu .food .list ul {
    margin: 0 auto;
    max-width: 45em; }
    .page.menu .food .list ul li {
      width: 50%; }
    .page.menu .food .list ul p {
      font-size: 1.8em; }
  .page.menu .food hr {
    max-width: 50em; }
  .page.menu .nutri {
    max-width: 50em; }
    .page.menu .nutri .buttons {
      width: 20em;
      margin: 0 auto; }
    .page.menu .nutri .button {
      margin: 0 0 2em; }
      .page.menu .nutri .button:last-child {
        margin-bottom: 0; } }

@media only screen and (max-width: 550px) {
  .page.menu .hero {
    padding-top: 0;
    height: 28em; }
    .page.menu .hero .prev {
      left: 1em; }
    .page.menu .hero .next {
      right: 1em; }
    .page.menu .hero .bar {
      padding: 1em 0; }
      .page.menu .hero .bar p {
        font-size: 1.6em; }
  .page.menu .food .Base .items, .page.menu .food .Protein .items, .page.menu .food .Toppings .items, .page.menu .food .Sauces .items, .page.menu .food .Extras .items {
    max-width: 35em; }
  .page.menu .food .Base .item, .page.menu .food .Protein .item, .page.menu .food .Toppings .item, .page.menu .food .Sauces .item, .page.menu .food .Extras .item {
    width: 50%; } }

.page.rewards .hero {
  position: relative;
  padding-top: 37.5%; }
  .page.rewards .hero .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .page.rewards .hero .show {
    height: 100%; }
  .page.rewards .hero .slide {
    background-position: center;
    background-size: cover;
    height: 100%; }
  .page.rewards .hero .prev, .page.rewards .hero .next {
    position: absolute;
    top: 0;
    bottom: 7em;
    width: 2em;
    display: inline-block !important; }
    .page.rewards .hero .prev img, .page.rewards .hero .next img {
      position: absolute;
      top: 50%;
      width: 1.6em;
      height: 2.4em;
      margin-top: -1.2em;
      cursor: pointer; }
  .page.rewards .hero .prev {
    left: 3em; }
    .page.rewards .hero .prev img {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .page.rewards .hero .next {
    right: 3em; }
    .page.rewards .hero .next img {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .page.rewards .hero .bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2em 0;
    background: rgba(225, 24, 55, 0.7); }
    .page.rewards .hero .bar .cell {
      float: none; }
    .page.rewards .hero .bar p {
      font-size: 2.1em;
      font-weight: 600;
      text-transform: uppercase;
      line-height: normal;
      color: #fff;
      margin-left: 39.8%; }

.page.rewards .details .phone {
  position: absolute;
  width: 50%;
  max-width: 34.5em;
  bottom: 0;
  left: -60%; }

.page.rewards .details .content {
  position: relative;
  padding: 5em 1em 5em 40%; }

.page.rewards .details .head {
  margin-bottom: 2em; }
  .page.rewards .details .head p {
    color: #e11837;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 3em; }

.page.rewards .details .copy {
  position: relative;
  margin-bottom: 4em; }
  .page.rewards .details .copy .cap {
    text-transform: uppercase; }
  .page.rewards .details .copy p {
    font-size: 2em; }
  .page.rewards .details .copy ul {
    margin-bottom: 1.25rem;
    text-align: left;
    display: inline-block; }
    .page.rewards .details .copy ul:after {
      clear: both;
      content: "";
      display: table; }
  .page.rewards .details .copy li {
    position: relative;
    font-size: 2em;
    margin-bottom: 0.5rem;
    display: inline-block;
    float: left;
    clear: both; }
    .page.rewards .details .copy li:last-child {
      margin-bottom: 0; }
    .page.rewards .details .copy li:before {
      content: "\2022";
      color: #e11837;
      font-size: 1.2em;
      line-height: 1;
      position: absolute;
      left: -1rem;
      top: 0; }
    .page.rewards .details .copy li:after {
      content: "\A ";
      line-height: 0;
      white-space: pre;
      display: inline-block; }

.page.rewards .details .links {
  margin-bottom: 4em; }
  .page.rewards .details .links a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2em; }
    .page.rewards .details .links a:last-child {
      margin-right: 0; }

.page.rewards .details .notes p {
  font-size: 1.8em; }
  .page.rewards .details .notes p a {
    text-decoration: underline; }

@media only screen and (min-width: 1580px) {
  .page.rewards .hero {
    padding-top: 0;
    height: 58.5em; } }

@media only screen and (max-width: 1024px) {
  .page.rewards .hero .bar {
    padding: 1.5em 0; }
  .page.rewards .details .head {
    margin-bottom: 1em; }
    .page.rewards .details .head p {
      font-size: 2.8em; }
  .page.rewards .details .copy p {
    font-size: 2em; }
  .page.rewards .details .copy li:before {
    font-size: 2em; }
  .page.rewards .details .links a:first-child {
    margin-right: 0.5em; }
  .page.rewards .details .links a:last-child {
    margin-left: 0.5em; }
  .page.rewards .details .links img {
    width: 18em; }
  .page.rewards .details .notes p {
    font-size: 1.6em; } }

@media only screen and (max-width: 767px) {
  .page.rewards .hero {
    padding-top: 0;
    height: 28em; }
    .page.rewards .hero .prev {
      left: 1em; }
    .page.rewards .hero .next {
      right: 1em; }
    .page.rewards .hero .bar {
      padding: 1em 0;
      text-align: center; }
      .page.rewards .hero .bar p {
        font-size: 1.6em;
        margin-left: 0; }
  .page.rewards .details {
    margin: 0 auto;
    max-width: 34em; }
    .page.rewards .details .phone {
      display: none; }
    .page.rewards .details .content {
      padding-left: 2em; }
    .page.rewards .details .head p {
      font-size: 2.3em; }
    .page.rewards .details .copy {
      margin-bottom: 2em; }
      .page.rewards .details .copy p {
        font-size: 1.6em; }
      .page.rewards .details .copy li:before {
        font-size: 1.6em; }
    .page.rewards .details .links {
      margin-bottom: 2em; }
      .page.rewards .details .links a:first-child {
        margin-right: 0.5em; }
      .page.rewards .details .links a:last-child {
        margin-left: 0.5em; }
      .page.rewards .details .links img {
        width: 14em; }
    .page.rewards .details .notes p {
      font-size: 1.4em; } }

.page.ourfood .hero {
  position: relative;
  padding-top: 37.5%; }
  .page.ourfood .hero .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .page.ourfood .hero .show {
    height: 100%; }
  .page.ourfood .hero .slide {
    background-position: center;
    background-size: cover;
    height: 100%; }
  .page.ourfood .hero .prev, .page.ourfood .hero .next {
    position: absolute;
    top: 0;
    bottom: 7em;
    width: 2em;
    display: inline-block !important; }
    .page.ourfood .hero .prev img, .page.ourfood .hero .next img {
      position: absolute;
      top: 50%;
      width: 1.6em;
      height: 2.4em;
      margin-top: -1.2em;
      cursor: pointer; }
  .page.ourfood .hero .prev {
    left: 3em; }
    .page.ourfood .hero .prev img {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .page.ourfood .hero .next {
    right: 3em; }
    .page.ourfood .hero .next img {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .page.ourfood .hero .bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2em 0;
    background: rgba(225, 24, 55, 0.7); }
    .page.ourfood .hero .bar .cell {
      float: none; }
    .page.ourfood .hero .bar p {
      font-size: 2.1em;
      font-weight: 600;
      text-transform: uppercase;
      line-height: normal;
      color: #fff; }

.page.ourfood .text {
  padding: 4em 0 7em;
  overflow: hidden; }
  .page.ourfood .text .icon {
    margin-bottom: 2em;
    width: 7.3em; }
  .page.ourfood .text .head {
    margin-bottom: 2em; }
    .page.ourfood .text .head p {
      font-size: 3em;
      color: #e11837;
      font-weight: 600;
      text-transform: uppercase; }
  .page.ourfood .text .copy {
    margin-bottom: 4em; }
    .page.ourfood .text .copy.left {
      text-align: left; }
    .page.ourfood .text .copy p {
      font-size: 2em; }
    .page.ourfood .text .copy:last-child {
      margin-bottom: 0; }
  .page.ourfood .text .button span {
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: 600; }
  .page.ourfood .text .float {
    position: absolute;
    opacity: 0.2; }
    .page.ourfood .text .float.one {
      left: -13em;
      bottom: -15em;
      width: 34em; }
    .page.ourfood .text .float.two {
      right: -8em;
      top: -18.5em;
      width: 40em; }
    .page.ourfood .text .float.three {
      left: -22em;
      top: -18em;
      width: 50em; }

.page.ourfood .photo {
  padding-top: 37.5%; }

.page.ourfood .photoNote {
  position: absolute;
  bottom: 0.5em;
  right: 1em; }
  .page.ourfood .photoNote p {
    color: #fff;
    text-shadow: 2px 2px 6px black;
    font-style: italic;
    font-size: 1.6em; }

.page.ourfood .photoText {
  background: rgba(225, 24, 55, 0.8);
  margin-bottom: 2em; }
  .page.ourfood .photoText .bg {
    right: 50%; }
  .page.ourfood .photoText .content {
    position: relative;
    width: 50%;
    margin-left: 50%;
    padding: 10em 5em; }
  .page.ourfood .photoText .veg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    opacity: 0.15; }
  .page.ourfood .photoText p {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    letter-spacing: 0.05em; }
  .page.ourfood .photoText p.quote {
    font-size: 3em;
    font-weight: 600;
    margin-bottom: 1.5rem; }
  .page.ourfood .photoText p.author {
    font-size: 2em; }

@media only screen and (min-width: 1580px) {
  .page.ourfood .hero {
    padding-top: 0;
    height: 58.5em; } }

@media only screen and (max-width: 1024px) {
  .page.ourfood .hero .bar {
    padding: 1.5em 0; }
  .page.ourfood .text {
    padding: 6em 0; }
    .page.ourfood .text .head {
      margin-bottom: 1em; }
      .page.ourfood .text .head p {
        font-size: 2.8em; }
    .page.ourfood .text .copy p, .page.ourfood .text .copy li {
      font-size: 2em; }
    .page.ourfood .text .copy ul {
      margin-bottom: 2em; }
    .page.ourfood .text .float {
      display: none; }
  .page.ourfood .photoText .bg {
    position: relative;
    padding-top: 50%;
    background-position: center 25%; }
  .page.ourfood .photoText .content {
    margin-left: 0;
    width: 100%;
    padding: 5em 2.5em; }
  .page.ourfood .photoText p.quote {
    font-size: 2.8em; }
  .page.ourfood .photoText p.author {
    font-size: 1.8em; } }

@media only screen and (max-width: 767px) {
  .page.ourfood .hero {
    padding-top: 0;
    height: 28em; }
    .page.ourfood .hero .prev {
      left: 1em; }
    .page.ourfood .hero .next {
      right: 1em; }
    .page.ourfood .hero .bar {
      padding: 1em 0; }
      .page.ourfood .hero .bar p {
        font-size: 1.6em; }
  .page.ourfood .text {
    padding: 4em 0; }
    .page.ourfood .text .head p {
      font-size: 2.3em; }
    .page.ourfood .text .copy.left {
      text-align: center; }
    .page.ourfood .text .copy p, .page.ourfood .text .copy li {
      font-size: 1.6em; }
    .page.ourfood .text .sponsors {
      padding-top: 2em; }
      .page.ourfood .text .sponsors img {
        max-width: 10em;
        max-height: 6em;
        margin: 1.5em 1em; }
  .page.ourfood .photoText .content {
    padding: 2.5em;
    text-align: center; }
  .page.ourfood .photoText p.quote {
    font-size: 2.1em; }
  .page.ourfood .photoText p.author {
    font-size: 1.6em; } }

.page.error .hero {
  position: relative;
  padding-top: 37.5%; }
  .page.error .hero .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .page.error .hero .show {
    height: 100%; }
  .page.error .hero .slide {
    background-position: center;
    background-size: cover;
    height: 100%; }

.page.error .text {
  padding: 8em 0;
  overflow: hidden; }
  .page.error .text .head {
    margin-bottom: 2em; }
    .page.error .text .head p {
      color: #e11837;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 3.3em; }

@media only screen and (min-width: 1580px) {
  .page.error .hero {
    padding-top: 0;
    height: 58.5em; } }

@media only screen and (max-width: 1024px) {
  .page.error .text {
    padding: 6em 0; }
    .page.error .text .head {
      margin-bottom: 1em; }
      .page.error .text .head p {
        font-size: 2.8em; } }

@media only screen and (max-width: 767px) {
  .page.error .hero {
    padding-top: 0;
    height: 28em; }
  .page.error .text {
    padding: 4em 0; }
    .page.error .text .head p {
      font-size: 2.3em; } }

.page.nutrition {
  overflow: hidden; }
  .page.nutrition .calculator .headline {
    margin: 5em 0 3em; }
    .page.nutrition .calculator .headline p {
      text-transform: uppercase;
      font-weight: 600;
      line-height: 1; }
    .page.nutrition .calculator .headline .big {
      color: #e11837;
      font-size: 6.9em; }
    .page.nutrition .calculator .headline .small {
      font-size: 2.8em; }
  .page.nutrition .calculator p {
    margin-bottom: 0; }
  .page.nutrition .calculator .title {
    background: #e11837;
    padding: 1em 0 0.75em 4em; }
    .page.nutrition .calculator .title p {
      text-transform: uppercase;
      font-weight: 600;
      color: #fff;
      font-size: 1.8em; }
  .page.nutrition .calculator .filter {
    position: absolute;
    left: 0;
    bottom: 0; }
    .page.nutrition .calculator .filter.open .container {
      display: block; }
    .page.nutrition .calculator .filter .top {
      background: #e11837;
      padding: 1em 4em 0.75em;
      cursor: pointer; }
      .page.nutrition .calculator .filter .top p, .page.nutrition .calculator .filter .top img {
        display: inline-block;
        vertical-align: middle; }
      .page.nutrition .calculator .filter .top p {
        font-size: 1.8em;
        color: #fff;
        font-weight: 600; }
      .page.nutrition .calculator .filter .top img {
        width: 2em;
        margin-left: 1em; }
    .page.nutrition .calculator .filter .container {
      position: absolute;
      top: 100%;
      left: 0;
      border: 2px solid #352e2e;
      background: #fff;
      z-index: 1;
      display: none; }
      .page.nutrition .calculator .filter .container .line {
        padding: 1em 2em 0.75em;
        border-bottom: 2px solid #352e2e;
        cursor: pointer; }
        .page.nutrition .calculator .filter .container .line.active .check {
          background: #352e2e; }
          .page.nutrition .calculator .filter .container .line.active .check img {
            opacity: 1; }
        .page.nutrition .calculator .filter .container .line .check, .page.nutrition .calculator .filter .container .line p {
          display: inline-block;
          vertical-align: middle; }
        .page.nutrition .calculator .filter .container .line p {
          font-size: 1.8em; }
        .page.nutrition .calculator .filter .container .line .check {
          width: 2em;
          height: 2em;
          background: #e11837;
          margin-right: 1em;
          margin-top: -0.35em;
          position: relative;
          transition: background 250ms; }
          .page.nutrition .calculator .filter .container .line .check img {
            position: absolute;
            top: 50%;
            left: 50%;
            max-width: 80%;
            max-height: 80%;
            opacity: 0;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            transition: opacity 250ms; }
      .page.nutrition .calculator .filter .container .notes {
        padding: 3em 1em 2em; }
      .page.nutrition .calculator .filter .container .clear {
        background: #e11837;
        padding: 1em 4em 0.75em;
        cursor: pointer;
        margin: 0 1em 2em; }
        .page.nutrition .calculator .filter .container .clear p {
          color: #fff;
          text-align: center; }
      .page.nutrition .calculator .filter .container .small {
        font-size: 1.2em;
        text-align: center;
        text-transform: none; }
  .page.nutrition .calculator .item {
    position: relative; }
    .page.nutrition .calculator .item.selected .val p {
      opacity: 1; }
    .page.nutrition .calculator .item.selected .name .icon {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .page.nutrition .calculator .item.filtered {
      opacity: 0.5; }
  .page.nutrition .calculator .name {
    padding-right: 56em; }
    .page.nutrition .calculator .name p {
      font-size: 1.8em;
      font-weight: 600;
      text-transform: uppercase; }
  .page.nutrition .calculator .values {
    width: 52em;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4em; }
  .page.nutrition .calculator .val {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .page.nutrition .calculator .val p {
      font-size: 1.6em;
      font-weight: 600; }
  .page.nutrition .calculator .labels .val {
    position: relative; }
    .page.nutrition .calculator .labels .val p {
      position: absolute;
      white-space: nowrap;
      text-transform: uppercase;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .page.nutrition .calculator .more {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/images/icons/info_icon.svg");
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: none; }
  .page.nutrition .calculator .main .item {
    padding: 1em 0 0.75em 4em;
    border-bottom: 1px solid #e11837;
    background: rgba(53, 46, 46, 0.04);
    cursor: pointer; }
    .page.nutrition .calculator .main .item:last-child {
      border-bottom: 0; }
  .page.nutrition .calculator .main .name .icon, .page.nutrition .calculator .main .name .img, .page.nutrition .calculator .main .name p {
    display: inline-block;
    vertical-align: middle; }
  .page.nutrition .calculator .main .name .icon {
    width: 2.1em;
    margin-right: 2em;
    transition: -webkit-transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms, -webkit-transform 250ms; }
  .page.nutrition .calculator .main .name .img {
    width: 4em;
    height: 4em;
    margin-right: 2em;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .page.nutrition .calculator .main .contain {
    height: 100%; }
  .page.nutrition .calculator .main .val:nth-child(odd) {
    background: rgba(53, 46, 46, 0.07); }
  .page.nutrition .calculator .main .val p {
    opacity: 0;
    transition: opacity 250ms; }
  .page.nutrition .calculator .header {
    margin-bottom: 2em; }
    .page.nutrition .calculator .header .labels .val p {
      left: 50%;
      bottom: 0;
      margin-left: 0.7em;
      /*half of font size*/
      -webkit-transform-origin: 0% 100%;
      transform-origin: 0% 100%; }
  .page.nutrition .totals {
    position: fixed;
    left: 0;
    bottom: 5.8em;
    background: #fff;
    width: 100%;
    padding: 0; }
    .page.nutrition .totals.stick {
      position: relative;
      bottom: 0; }
    .page.nutrition .totals .item {
      background: rgba(53, 46, 46, 0.04); }
    .page.nutrition .totals .val:nth-child(odd) {
      background: rgba(53, 46, 46, 0.07); }
    .page.nutrition .totals .footer .total {
      border-top: 2px solid #352e2e;
      padding: 2em 0 1.5em;
      background: rgba(53, 46, 46, 0.04); }
      .page.nutrition .totals .footer .total .name {
        text-align: right;
        padding-right: 59em;
        margin-top: -0.6em; }
        .page.nutrition .totals .footer .total .name span {
          display: none; }
      .page.nutrition .totals .footer .total .val:nth-child(odd) {
        background: rgba(53, 46, 46, 0.07); }
    .page.nutrition .totals .footer .labels .val p {
      top: 0;
      right: 50%;
      margin-right: 0.7em;
      /*half of font size*/
      padding: 0 0em 0 1em;
      -webkit-transform-origin: 100% 0%;
      transform-origin: 100% 0%; }

@media only screen and (max-width: 1024px) {
  .page.nutrition .calculator .headline .big {
    font-size: 5em; }
  .page.nutrition .calculator .headline .small {
    font-size: 2.4em; }
  .page.nutrition .calculator .filter .top {
    padding: 1em 2em 0.75em; }
  .page.nutrition .calculator .name {
    padding-right: 44em; }
  .page.nutrition .calculator .values {
    width: 43em;
    right: 1em; }
  .page.nutrition .calculator .main .item {
    padding-left: 1em; }
  .page.nutrition .totals {
    bottom: 0; }
    .page.nutrition .totals .footer .total .name {
      padding-right: 47em; } }

@media only screen and (max-width: 767px) {
  .page.nutrition .calculator .headline .big {
    font-size: 2.6em; }
  .page.nutrition .calculator .headline .small {
    font-size: 1.8em; }
  .page.nutrition .calculator .filter {
    position: relative;
    display: inline-block;
    text-align: left; }
  .page.nutrition .calculator .name {
    padding-right: 0; }
  .page.nutrition .calculator .values {
    display: none; }
  .page.nutrition .calculator .more {
    display: block; }
  .page.nutrition .calculator .main .item {
    padding: 1em 4em 0.75em 1em; }
  .page.nutrition .calculator .main .selected {
    background: rgba(53, 46, 46, 0.15); }
  .page.nutrition .calculator .main .name .icon {
    margin-right: 0.5em;
    width: 1.5em; }
  .page.nutrition .calculator .main .name .img {
    margin-right: 0.5em;
    width: 3.5em;
    height: 3.5em; }
  .page.nutrition .calculator .header .name {
    text-align: center; }
  .page.nutrition .totals .values {
    display: block;
    width: 4em;
    right: 4em; }
  .page.nutrition .totals .val {
    display: none; }
    .page.nutrition .totals .val:nth-child(2) {
      display: table-cell; }
  .page.nutrition .totals .more {
    cursor: pointer; }
  .page.nutrition .totals .footer .total .name {
    padding-right: 10em;
    padding-left: 1em;
    text-align: left; }
    .page.nutrition .totals .footer .total .name span {
      display: inline-block; }
  .page.nutrition .totals .footer .labels {
    display: none; } }

.page.catering .hero {
  position: relative;
  padding-top: 50%; }
  .page.catering .hero .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .page.catering .hero .show {
    height: 100%; }
  .page.catering .hero .slide {
    background-position: center;
    background-size: cover;
    height: 100%; }
  .page.catering .hero .bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2em 0;
    background: rgba(225, 24, 55, 0.7); }
    .page.catering .hero .bar .cell {
      float: none; }
    .page.catering .hero .bar p {
      font-size: 2.1em;
      font-weight: 600;
      text-transform: uppercase;
      line-height: normal;
      color: #fff; }

.page.catering .text {
  overflow: hidden; }
  .page.catering .text .columns {
    padding: 8em 5em;
    border-bottom: 1px solid rgba(53, 46, 46, 0.25); }
  .page.catering .text .icon {
    margin-bottom: 2em;
    width: 7.3em; }
  .page.catering .text .head {
    margin-bottom: 2em; }
    .page.catering .text .head p {
      font-size: 3em;
      color: #e11837;
      font-weight: 600;
      text-transform: uppercase; }
  .page.catering .text .copy .left {
    text-align: left; }
  .page.catering .text .copy p {
    font-size: 2em; }
    .page.catering .text .copy p a {
      text-decoration: underline; }
  .page.catering .text .copy .red {
    color: #e11837; }
  .page.catering .text .typeform {
    margin: 3em 0; }
  .page.catering .text .typemobile {
    display: none; }
    .page.catering .text .typemobile p {
      font-size: 2.3em;
      margin-bottom: 0.5rem; }
    .page.catering .text .typemobile .button span {
      font-size: 1.6em;
      text-transform: uppercase;
      font-weight: 600; }

.page.catering .photo {
  padding-top: 37.5%; }

.page.catering .menu {
  overflow: hidden; }
  .page.catering .menu:last-child .columns {
    border-bottom: 0; }
  .page.catering .menu p {
    font-size: 2em;
    text-align: left; }
  .page.catering .menu p.big {
    text-align: center; }
  .page.catering .menu .columns {
    padding: 8em 5em;
    border-bottom: 1px solid rgba(53, 46, 46, 0.25); }
  .page.catering .menu .head {
    margin-bottom: 2em; }
    .page.catering .menu .head p {
      font-size: 3em;
      font-weight: 600; }
  .page.catering .menu .info {
    margin-bottom: 6em; }
    .page.catering .menu .info .main {
      text-transform: uppercase;
      font-weight: 600; }
    .page.catering .menu .info .big {
      font-size: 3em;
      color: #e11837; }
    .page.catering .menu .info p {
      margin-bottom: 0; }
  .page.catering .menu .items.blocks .block {
    vertical-align: top; }
  .page.catering .menu .items.blocks .double .title {
    color: transparent; }
  .page.catering .menu .items.blocks .double ul {
    margin-left: 3em; }
  .page.catering .menu .items.blocks .title {
    font-weight: 600;
    text-transform: uppercase;
    color: #e11837;
    margin-bottom: 0;
    margin-bottom: 0.25rem; }
  .page.catering .menu .items.blocks ul {
    list-style: disc;
    list-style-position: inside; }
  .page.catering .menu .items.list {
    overflow: hidden;
    max-width: 60em;
    margin: 0 auto; }
    .page.catering .menu .items.list .side {
      display: inline-block;
      vertical-align: top;
      text-align: left; }
      .page.catering .menu .items.list .side:first-child {
        padding-right: 8em; }
        .page.catering .menu .items.list .side:first-child .line:after {
          right: -8em; }
      .page.catering .menu .items.list .side:last-child {
        padding-left: 8em; }
        .page.catering .menu .items.list .side:last-child .line:after {
          left: -8em; }
    .page.catering .menu .items.list .line {
      padding: 1.5em 0;
      position: relative; }
      .page.catering .menu .items.list .line:after {
        position: absolute;
        border-bottom: 1px solid rgba(225, 24, 55, 0.25);
        content: "";
        bottom: 0;
        width: 99em; }
    .page.catering .menu .items.list p {
      margin-bottom: 0;
      line-height: 1; }
  .page.catering .menu .items.includes p {
    text-align: center; }
  .page.catering .menu .items p span {
    font-weight: 600;
    text-transform: uppercase;
    color: #e11837; }
  .page.catering .menu .note p {
    font-weight: 600; }
    .page.catering .menu .note p a {
      color: #e11837; }

.page.catering .extra {
  padding: 6em 0; }
  .page.catering .extra .button {
    margin-bottom: 2em; }
    .page.catering .extra .button span {
      font-size: 1.6em;
      text-transform: uppercase;
      font-weight: 600; }

.page.catering .photoNote {
  position: absolute;
  bottom: 0.5em;
  right: 1em; }
  .page.catering .photoNote p {
    color: #fff;
    text-shadow: 2px 2px 6px black;
    font-style: italic;
    font-size: 1.6em; }

@media only screen and (min-width: 1580px) {
  .page.catering .hero {
    padding-top: 0;
    height: 78em; } }

@media only screen and (max-width: 1024px) {
  .page.catering .hero .bar {
    padding: 1.5em 0; }
  .page.catering .text .columns {
    padding: 6em 3em; }
  .page.catering .text .head {
    margin-bottom: 1em; }
    .page.catering .text .head p {
      font-size: 2.8em; }
  .page.catering .text .copy p {
    font-size: 2em; }
  .page.catering .menu .columns {
    padding: 6em 3em; }
  .page.catering .menu p {
    font-size: 2em; }
  .page.catering .menu .head p {
    font-size: 2.8em; }
  .page.catering .menu .info {
    margin-bottom: 4em; }
    .page.catering .menu .info .big {
      font-size: 2.8em; }
  .page.catering .menu .items.list .line {
    max-width: 50em; }
  .page.catering .extra {
    padding: 4em 0; } }

@media only screen and (max-width: 767px) {
  .page.catering .hero {
    padding-top: 0;
    height: 34em; }
    .page.catering .hero .bar {
      padding: 1em 0; }
      .page.catering .hero .bar p {
        font-size: 1.6em; }
  .page.catering .text .columns {
    padding: 4em 2em; }
  .page.catering .text .head p {
    font-size: 2.3em; }
  .page.catering .text .copy p {
    font-size: 1.6em; }
  .page.catering .text .typeform .typeform-widget {
    display: none; }
  .page.catering .text .typemobile {
    display: block; }
  .page.catering .menu .columns {
    padding: 4em 2em; }
  .page.catering .menu p {
    font-size: 1.6em; }
  .page.catering .menu .head p {
    font-size: 2.3em; }
  .page.catering .menu .info {
    margin-bottom: 2em; }
    .page.catering .menu .info .big {
      font-size: 2.3em; }
  .page.catering .menu .items.blocks {
    text-align: left;
    font-size: 10px;
    max-width: 40em;
    margin: 0 auto; }
    .page.catering .menu .items.blocks .block {
      width: 49.5%;
      margin-bottom: 1em; }
      .page.catering .menu .items.blocks .block:nth-last-child(-n+2) {
        margin-bottom: 0; }
    .page.catering .menu .items.blocks .double ul {
      margin-left: 0; }
  .page.catering .menu .items.list .line {
    max-width: 25em;
    padding: 1em 2em; } }

.page.faq .hero {
  position: relative;
  padding-top: 37.5%; }
  .page.faq .hero .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .page.faq .hero .show {
    height: 100%; }
  .page.faq .hero .slide {
    background-position: center;
    background-size: cover;
    height: 100%; }
  .page.faq .hero .prev, .page.faq .hero .next {
    position: absolute;
    top: 0;
    bottom: 7em;
    width: 2em;
    display: inline-block !important; }
    .page.faq .hero .prev img, .page.faq .hero .next img {
      position: absolute;
      top: 50%;
      width: 1.6em;
      height: 2.4em;
      margin-top: -1.2em;
      cursor: pointer; }
  .page.faq .hero .prev {
    left: 3em; }
    .page.faq .hero .prev img {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .page.faq .hero .next {
    right: 3em; }
    .page.faq .hero .next img {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .page.faq .hero .bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2em 0;
    background: rgba(225, 24, 55, 0.7); }
    .page.faq .hero .bar .cell {
      float: none; }
    .page.faq .hero .bar p {
      font-size: 2.1em;
      font-weight: 600;
      text-transform: uppercase;
      line-height: normal;
      color: #fff; }

.page.faq .answers {
  padding: 10em 0; }
  .page.faq .answers .section {
    padding: 0 12%;
    border-bottom: 1px solid #e11837; }
    .page.faq .answers .section:last-child {
      border-bottom: 0; }
      .page.faq .answers .section:last-child .items {
        padding-bottom: 0; }
    .page.faq .answers .section.open .header .icon .plus {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      opacity: 0; }
    .page.faq .answers .section.open .header .icon .minus {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
  .page.faq .answers .header {
    margin: 4em 0 3em;
    position: relative;
    cursor: pointer; }
    .page.faq .answers .header .icon {
      position: absolute;
      left: -5em;
      top: 0.6em;
      width: 2em;
      height: 2em; }
      .page.faq .answers .header .icon span {
        position: absolute;
        width: 2.1em;
        height: 0.3em;
        background: #e11837;
        display: block;
        top: 50%;
        margin-top: -0.2em;
        transition: all 250ms; }
      .page.faq .answers .header .icon .plus {
        opacity: 1; }
      .page.faq .answers .header .icon .minus {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
    .page.faq .answers .header p {
      font-size: 2.6em;
      font-weight: 600;
      color: #e11837;
      text-transform: uppercase; }
  .page.faq .answers .list {
    height: 0;
    overflow: hidden;
    transition: height 500ms; }
  .page.faq .answers .items {
    padding-bottom: 4em; }
  .page.faq .answers .item {
    padding: 3em 0;
    border-bottom: 1px solid #AF9FA0; }
    .page.faq .answers .item:first-child {
      padding-top: 0; }
    .page.faq .answers .item:last-child {
      border-bottom: 0;
      padding-bottom: 0; }
    .page.faq .answers .item p {
      font-size: 2.1em; }
      .page.faq .answers .item p a {
        color: #e11837;
        font-style: italic; }
    .page.faq .answers .item .head {
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 1rem; }

@media only screen and (min-width: 1580px) {
  .page.faq .hero {
    padding-top: 0;
    height: 58.5em; } }

@media only screen and (max-width: 1024px) {
  .page.faq .hero .bar {
    padding: 1.5em 0; }
  .page.faq .answers {
    padding: 8em 0; }
    .page.faq .answers .section {
      padding: 0 10%; }
    .page.faq .answers .header .icon {
      left: -3em;
      top: 0.5em;
      width: 1.7em;
      height: 1.7em; }
      .page.faq .answers .header .icon span {
        width: 1.7em; }
    .page.faq .answers .header p {
      font-size: 2.2em; }
    .page.faq .answers .item p {
      font-size: 1.8em; } }

@media only screen and (max-width: 767px) {
  .page.faq .hero {
    padding-top: 0;
    height: 28em; }
    .page.faq .hero .prev {
      left: 1em; }
    .page.faq .hero .next {
      right: 1em; }
    .page.faq .hero .bar {
      padding: 1em 0; }
      .page.faq .hero .bar p {
        font-size: 1.6em; }
  .page.faq .answers {
    padding: 6em 0; }
    .page.faq .answers .columns {
      padding: 0 1em; }
    .page.faq .answers .header {
      margin: 2em 0 1.5em; }
      .page.faq .answers .header .icon {
        left: -2.5em;
        top: 0.55em;
        width: 1.3em;
        height: 1.3em; }
        .page.faq .answers .header .icon span {
          width: 1.3em;
          height: 0.2em; }
      .page.faq .answers .header p {
        font-size: 2em; }
    .page.faq .answers .items {
      padding-bottom: 2em; }
    .page.faq .answers .item {
      padding: 2em 0; }
      .page.faq .answers .item p {
        font-size: 1.6em; }
      .page.faq .answers .item .head {
        margin-bottom: 0.5rem; } }

@media only screen and (max-width: 550px) {
  .page.faq .hero {
    padding-top: 0;
    height: 28em; }
    .page.faq .hero .prev {
      left: 1em; }
    .page.faq .hero .next {
      right: 1em; }
    .page.faq .hero .bar {
      padding: 1em 0; }
      .page.faq .hero .bar p {
        font-size: 1.6em; } }

.page.blog {
  padding: 10em 0; }
  .page.blog .headline {
    padding: 0 2em;
    margin-bottom: 5em; }
    .page.blog .headline a {
      display: block; }
    .page.blog .headline .small {
      display: none; }
  .page.blog .hero {
    position: relative;
    margin-bottom: 8em; }
    .page.blog .hero .columns {
      padding-top: 40%; }
    .page.blog .hero .wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .page.blog .hero .show {
      height: 100%; }
    .page.blog .hero .slide {
      background-position: center;
      background-size: cover;
      height: 100%;
      position: relative; }
    .page.blog .hero a {
      display: block;
      height: 100%; }
    .page.blog .hero .title {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      background: rgba(225, 24, 55, 0.7);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      padding: 2.5em 7% 1.875em; }
      .page.blog .hero .title p {
        text-align: center;
        color: #fff;
        font-size: 2.5em;
        font-weight: 600;
        text-transform: uppercase; }
    .page.blog .hero .prev, .page.blog .hero .next {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 2.6em;
      display: inline-block !important; }
      .page.blog .hero .prev img, .page.blog .hero .next img {
        position: absolute;
        top: 50%;
        width: 2.6em;
        margin-top: -0.9em;
        cursor: pointer; }
    .page.blog .hero .prev {
      left: 2%; }
      .page.blog .hero .prev img {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
    .page.blog .hero .next {
      right: 2%; }
      .page.blog .hero .next img {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
  .page.blog .articles .article {
    margin-bottom: 6em; }
    .page.blog .articles .article:last-child {
      margin-bottom: 0; }
  .page.blog .articles .head {
    margin-bottom: 1em; }
    .page.blog .articles .head p {
      color: #e11837;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 2.5em; }
    .page.blog .articles .head span:first-child {
      margin-right: 1rem; }
    .page.blog .articles .head span:last-child {
      color: #352e2e;
      font-weight: 300;
      font-style: italic;
      font-size: 1rem;
      text-transform: none;
      display: inline-block; }
  .page.blog .articles .image {
    margin-bottom: 2em; }
    .page.blog .articles .image a {
      display: block; }
  .page.blog .articles .excerpt p {
    font-size: 2.1em; }
    .page.blog .articles .excerpt p a {
      font-style: italic;
      color: #e11837; }
  .page.blog .articles .excerpt img {
    margin-bottom: 1.25rem;
    width: 100%; }
  .page.blog .articles .more a {
    font-size: 2.1em;
    color: #e11837;
    font-weight: 600;
    font-style: italic;
    display: inline-block; }
  .page.blog .border {
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid rgba(175, 159, 160, 0.3);
    right: -7%; }
  .page.blog .pagination .left, .page.blog .pagination .right {
    display: inline-block;
    vertical-align: middle;
    width: 50%; }
  .page.blog .pagination .right {
    text-align: right; }
  .page.blog .pagination a {
    color: #e11837;
    font-size: 1.6em;
    font-style: italic; }
  .page.blog .side .box {
    margin-bottom: 3em; }
    .page.blog .side .box *:last-child {
      margin-bottom: 0; }
  .page.blog .side .head {
    margin-bottom: 1em; }
  .page.blog .side .list a {
    display: block;
    font-size: 1.8em;
    margin-bottom: 1rem;
    text-transform: capitalize; }
    .page.blog .side .list a:last-child {
      margin-bottom: 0; }

@media only screen and (max-width: 1024px) {
  .page.blog {
    padding: 8em 0; }
    .page.blog .hero {
      margin-bottom: 6em; }
      .page.blog .hero .columns {
        padding-top: 45%; }
      .page.blog .hero .title p {
        font-size: 2.1em; }
    .page.blog .articles .article {
      margin-bottom: 4em; }
    .page.blog .articles .head p {
      font-size: 2.1em; }
    .page.blog .articles .excerpt p {
      font-size: 1.8em; }
    .page.blog .articles .more a {
      font-size: 1.8em; }
    .page.blog .side .list a {
      font-size: 1.6em; } }

@media only screen and (max-width: 767px) {
  .page.blog {
    padding: 6em 0; }
    .page.blog .headline .big {
      display: none; }
    .page.blog .headline .small {
      display: inline-block;
      width: 25em; }
    .page.blog .hero {
      margin-bottom: 4em; }
      .page.blog .hero .columns {
        padding-top: 60%; }
      .page.blog .hero .title {
        padding: 1.5em 7% 1.125em; }
        .page.blog .hero .title p {
          font-size: 1.4em; }
      .page.blog .hero .prev, .page.blog .hero .next {
        width: 1.5em; }
        .page.blog .hero .prev img, .page.blog .hero .next img {
          margin-top: -0.4em; }
      .page.blog .hero .prev {
        left: 1%; }
      .page.blog .hero .next {
        right: 1%; }
    .page.blog .articles .article {
      margin-bottom: 3em; }
      .page.blog .articles .article:last-child {
        margin-bottom: 3em; }
    .page.blog .articles .head p {
      font-size: 1.8em; }
    .page.blog .articles .excerpt p {
      font-size: 1.6em; }
    .page.blog .articles .more a {
      font-size: 1.6em; }
    .page.blog .pagination {
      margin-bottom: 3em; }
    .page.blog .border {
      display: none; }
    .page.blog .side {
      border-top: 1px solid #AF9FA0;
      padding-top: 3em; } }

.page.basic p.head {
  font-weight: 600;
  margin-bottom: 0; }

.page.basic p a {
  text-decoration: underline; }

.page.basic ul {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 1.25rem; }
  .page.basic ul:last-child {
    margin-bottom: 0; }

.page.basic .part {
  padding-top: 10em; }
  .page.basic .part:last-child {
    padding-bottom: 10em; }

/** Hummus Page **/

.page.hummus .hero {
  position: relative;
  padding-top: 37.5%; }
  .page.hummus .hero .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .page.hummus .hero .show {
    height: 100%; }
  .page.hummus .hero .slide {
    background-position: center;
    background-size: cover;
    height: 100%; }
  .page.hummus .hero .prev, .page.hummus .hero .next {
    position: absolute;
    top: 0;
    bottom: 7em;
    width: 2em;
    display: inline-block !important; }
    .page.hummus .hero .prev img, .page.hummus .hero .next img {
      position: absolute;
      top: 50%;
      width: 1.6em;
      height: 2.4em;
      margin-top: -1.2em;
      cursor: pointer; }
  .page.hummus .hero .prev {
    left: 3em; }
    .page.hummus .hero .prev img {
      transform: rotate(90deg); }
  .page.hummus .hero .next {
    right: 3em; }
    .page.hummus .hero .next img {
      transform: rotate(-90deg); }
  .page.hummus .hero .bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2em 0;
    background: rgba(225, 24, 55, 0.7); }
    .page.hummus .hero .bar .cell {
      float: none; }
    .page.hummus .hero .bar p {
      font-size: 2.1em;
      font-weight: 600;
      text-transform: uppercase;
      line-height: normal;
      color: #fff; }

.page.hummus .text {
  padding: 4em 0 7em;
  overflow: hidden; }
  .page.hummus .text .icon {
    margin-bottom: 2em;
    width: 7.3em; }
  .page.hummus .text .head {
    margin-bottom: 2em; }
    .page.hummus .text .head p {
      font-size: 3em;
      color: #e11837;
      font-weight: 600;
      text-transform: uppercase; }
  .page.hummus .text .copy {
    margin-bottom: 4em; }
    .page.hummus .text .copy.left {
      text-align: left; }
    .page.hummus .text .copy p {
      font-size: 2em; }
    .page.hummus .text .copy.excerpt p {
      font-size: 1.7em; }
    .page.hummus .text .copy:last-child {
      margin-bottom: 0; }
  .page.hummus .text .button span {
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: 600; }
  .page.hummus .text .float {
    position: absolute;
    opacity: 0.2; }
    .page.hummus .text .float.one {
      left: -13em;
      bottom: -15em;
      width: 34em; }
    .page.hummus .text .float.two {
      right: -8em;
      top: -18.5em;
      width: 40em; }
    .page.hummus .text .float.three {
      left: -22em;
      top: -18em;
      width: 50em; }
  .page.hummus .text .excerpt {
    margin-top: 4em; }

.page.hummus .photo {
  padding-top: 37.5%; }

.page.hummus .photoNote {
  position: absolute;
  bottom: 0.5em;
  right: 1em; }
  .page.hummus .photoNote p {
    color: #fff;
    text-shadow: 2px 2px 6px black;
    font-style: italic;
    font-size: 1.6em; }

.page.hummus .photoText {
  background: rgba(166, 71, 70, 0.8);
  margin-bottom: 2em; }
  .page.hummus .photoText .bg {
    right: 50%; }
  .page.hummus .photoText .content {
    position: relative;
    width: 50%;
    margin-left: 50%;
    padding: 10em 5em; }
  .page.hummus .photoText .veg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    opacity: 0.15; }
  .page.hummus .photoText p {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    letter-spacing: 0.05em; }
  .page.hummus .photoText p.quote {
    font-size: 3em;
    font-weight: 600;
    margin-bottom: 1.5rem; }
  .page.hummus .photoText p.author {
    font-size: 2em; }

@media only screen and (min-width: 1580px) {
  .page.hummus .hero {
    padding-top: 0;
    height: 58.5em; } }

@media only screen and (max-width: 1024px) {
  .page.hummus .hero .bar {
    padding: 1.5em 0; }
  .page.hummus .text {
    padding: 6em 0; }
    .page.hummus .text .head {
      margin-bottom: 1em; }
      .page.hummus .text .head p {
        font-size: 2.8em; }
    .page.hummus .text .copy p, .page.hummus .text .copy li {
      font-size: 2em; }
    .page.hummus .text .copy ul {
      margin-bottom: 2em; }
    .page.hummus .text .float {
      display: none; }
  .page.hummus .photoText .bg {
    position: relative;
    padding-top: 50%;
    background-position: center 25%; }
  .page.hummus .photoText .content {
    margin-left: 0;
    width: 100%;
    padding: 5em 2.5em; }
  .page.hummus .photoText p.quote {
    font-size: 2.8em; }
  .page.hummus .photoText p.author {
    font-size: 1.8em; } }

@media only screen and (max-width: 767px) {
  .page.hummus .hero {
    padding-top: 0;
    height: 28em; }
    .page.hummus .hero .prev {
      left: 1em; }
    .page.hummus .hero .next {
      right: 1em; }
    .page.hummus .hero .bar {
      padding: 1em 0; }
      .page.hummus .hero .bar p {
        font-size: 1.43em; }
  .page.hummus .text {
    padding: 4em 0; }
    .page.hummus .text .head p {
      font-size: 2.3em; }
    .page.hummus .text .copy.left {
      text-align: center; }
    .page.hummus .text .copy p, .page.hummus .text .copy li {
      font-size: 1.6em; }
    .page.hummus .text .sponsors {
      padding-top: 2em; }
      .page.hummus .text .sponsors img {
        max-width: 10em;
        max-height: 6em;
        margin: 1.5em 1em; }
  .page.hummus .photoText .content {
    padding: 2.5em;
    text-align: center; }
  .page.hummus .photoText p.quote {
    font-size: 2.1em; }
  .page.hummus .photoText p.author {
    font-size: 1.6em; } }