@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.fancy-select {
  position: relative;
  font-style: italic; }

@media (max-width: 840px) {
  .panel-type-cafe_nav .fancy-select {
    position: static; } }
.fancy-select.disabled {
  opacity: 0.5; }

.fancy-select .trigger {
  position: relative;
  cursor: pointer;
  padding: 7px 24px 7px 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  background: #e8e5cf;
  border: 2px solid #fafafa;
  width: 100%; }
  @media (max-width: 490px) {
    .fancy-select .trigger {
      font-size: 12px;
      text-transform: uppercase; } }

.fancy-select .mobile-dropdown + .trigger {
  text-align: center;
  font-style: normal;
  padding-right: 9px; }
  .fancy-select .mobile-dropdown + .trigger:after {
    content: none; }

.fancy-select .trigger:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #4B5468;
  top: 15px;
  right: 11px; }

.fancy-select ul.options {
  position: absolute;
  top: 29px;
  left: 0;
  z-index: 50;
  list-style: none;
  margin: 0;
  min-width: 100%;
  overflow: auto;
  background: #e8e5cf;
  border: 2px solid #fafafa;
  visibility: hidden;
  opacity: 0; }

.fancy-select ul.options.open {
  top: 35px;
  visibility: visible;
  opacity: 1; }

.fancy-select ul.options li {
  cursor: pointer;
  padding: 8px 12px;
  margin: 0;
  text-indent: 0 !important;
  white-space: nowrap;
  font-size: 16px;
  border-top: 2px solid #fafafa;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out; }
  .fancy-select ul.options li:first-child {
    border-top: none; }
  .fancy-select ul.options li.selected, .fancy-select ul.options li.hover {
    color: white; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    -ms-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@font-face {
  font-family: 'Bamco-Icons';
  src: url("../inc/fonts/bamco-icons/bamco-icons.eot");
  src: url("../inc/fonts/bamco-icons/bamco-icons.eot?#iefix") format("embedded-opentype"), url("../inc/fonts/bamco-icons/bamco-icons.ttf") format("truetype"), url("../inc/fonts/bamco-icons/bamco-icons.woff") format("woff"), url("../inc/fonts/bamco-icons/bamco-icons.svg#bamco-icons") format("svg");
  font-weight: normal;
  font-style: normal; }
html {
  font-size: 14px;
  line-height: 21px; }

body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #393323;
  position: relative;
  -webkit-font-smoothing: antialiased; }

p, ul, ol, blockquote, address, pre, form, ul, ol, table {
  margin-bottom: 21px; }
  p:last-child, ul:last-child, ol:last-child, blockquote:last-child, address:last-child, pre:last-child, form:last-child, ul:last-child, ol:last-child, table:last-child {
    margin-bottom: 0; }

em, i {
  font-style: italic;
  line-height: inherit; }

strong, b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

/* Blockquotes ---------------------- */
blockquote {
  border-left: 5px solid #cdc9bb; }

blockquote, blockquote p {
  font-size: 1.175em;
  line-height: 1.2766em;
  font-family: serif;
  font-style: italic;
  color: #a29a80; }

blockquote {
  padding: 9px 20px 0 19px; }
  blockquote cite {
    display: block;
    color: #8a8165; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a, blockquote cite a:visited {
      color: #8a8165; }

abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #4f4a3a;
  border-bottom: 1px solid #ddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Headings
 * -------------------------------------------
 * normalize baselines for headings
 * inspired by https://github.com/jonschlinkert/vertical-rhythm/blob/master/vertical-rhythm.scss
 */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Agenda Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #4f4a3a;
  line-height: 1.3;
  margin: 10.5px 0;
  text-transform: uppercase; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
    line-height: 1;
    color: #a29a80; }

h1, .h1, h2, .h2 {
  margin-top: 21px;
  margin-bottom: 10.5px; }

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px; }

h1, .h1 {
  font-size: 38.5px;
  font-size: 2.75rem; }

h2, .h2 {
  font-size: 31.5px;
  font-size: 2.25rem; }

h3, .h3 {
  font-size: 24.5px;
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 17.5px;
  font-size: 1.25rem; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 11.9px;
  font-size: 0.85rem; }

h1 small, .h1 small {
  font-size: 24.5px; }

h2 small, .h2 small {
  font-size: 17.5px; }

h3 small, .h3 small {
  font-size: 14px; }

h4 small, .h4 small {
  font-size: 14px; }

/* Lists
 * -------------------------------------------
 */
ul, ol {
  padding: 0;
  list-style-position: inside; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
  margin-left: 25px; }

li {
  line-height: 21px; }

dl {
  margin-bottom: 21px; }

dt, dd {
  line-height: 21px; }

dd {
  margin-left: 10.5px; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'Bamco-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-print:before {
  content: "\e600"; }

.icon-share:before {
  content: "\e601"; }

.icon-circled-plus:before {
  content: "\e602"; }

.icon-circled-minus:before {
  content: "\e603"; }

.icon-uniF000:before {
  content: "\f000"; }

.icon-science:before {
  content: "\71"; }

.icon-cow:before {
  content: "\77"; }

.icon-plant:before {
  content: "\65"; }

.icon-trash:before {
  content: "\72"; }

.icon-coffee:before {
  content: "\74"; }

.icon-chicken:before {
  content: "\79"; }

.icon-milk:before {
  content: "\75"; }

.icon-vegetable:before {
  content: "\69"; }

.icon-farm:before {
  content: "\6f"; }

.icon-seafood:before {
  content: "\70"; }

.icon-twitter:before {
  content: "\73"; }

.icon-linkedin:before {
  content: "\40"; }

.icon-cup-straw:before {
  content: "\21"; }

.icon-climate:before {
  content: "\6e"; }

.icon-check-empty:before {
  content: "\62"; }

.icon-check:before {
  content: "\76"; }

.icon-reorder:before {
  content: "\63"; }

.icon-rss:before {
  content: "\78"; }

.icon-print2:before {
  content: "\7a"; }

.icon-handshake:before {
  content: "\68"; }

.icon-pork:before {
  content: "\67"; }

.icon-sweets:before {
  content: "\66"; }

.icon-facebook:before {
  content: "\64"; }

.icon-location:before {
  content: "\61"; }

.icon-info:before {
  content: "\e604"; }

.icon-cross:before {
  content: "\e605"; }

.icon-envelope-alt:before {
  content: "\e606"; }

.panel-column, .panel-links-list, .cafe-select, .panel-image, .panel-image-left .panel-image,
.panel-image-right .panel-image, .panel-image-left .panel-column,
.panel-image-right .panel-column, .two-col .panel-column, .three-col .panel-column, .panel-type-cafe_events .todays-specials, .panel-type-cafe_events .todays-specials.no-events.col-4 .special, .panel-type-cafe_events .todays-specials.no-events.col-3 .special, .panel-type-cafe_events .todays-specials.no-events.col-2 .special, .panel-type-cafe_events .todays-specials.no-events.col-1 .special, .panel-type-cafe_events .upcoming-events, .panel-type-cafe_events .cafe-chooser, .panel-type-custom ul.sustainability-list li, .panel-type-cafe_details .view-cafe-menu, .panel-type-masonry li, .tab-panels > .menu, .key, .skip-share .menu-toggle-items, .menu-toggle, .post.type-post, #masthead .branding, #masthead #site-navigation, #primary, #primary.full-width, #secondary, .footer-branding, .site-info, .footer-navigation {
  float: left; }

.row, #masthead .site-header-content, #masthead .header-tagline-inner, #main, .site-footer-inner {
  *zoom: 1; }
  .row:before, #masthead .site-header-content:before, #masthead .header-tagline-inner:before, #main:before, .site-footer-inner:before, .row:after, #masthead .site-header-content:after, #masthead .header-tagline-inner:after, #main:after, .site-footer-inner:after {
    content: " ";
    display: table; }
  .row:after, #masthead .site-header-content:after, #masthead .header-tagline-inner:after, #main:after, .site-footer-inner:after {
    clear: both; }

.panel-column, .panel-links-list, .cafe-select, .panel-image, .panel-image-left .panel-image,
.panel-image-right .panel-image, .panel-image-left .panel-column,
.panel-image-right .panel-column, .two-col .panel-column, .three-col .panel-column, .panel-type-cafe_events .todays-specials, .panel-type-cafe_events .todays-specials.no-events.col-4 .special, .panel-type-cafe_events .todays-specials.no-events.col-3 .special, .panel-type-cafe_events .todays-specials.no-events.col-2 .special, .panel-type-cafe_events .todays-specials.no-events.col-1 .special, .panel-type-cafe_events .upcoming-events, .panel-type-cafe_events .cafe-chooser, .panel-type-custom ul.sustainability-list li, .panel-type-cafe_details .view-cafe-menu, .panel-type-masonry li, .tab-panels > .menu, .key, .skip-share .menu-toggle-items, .menu-toggle, .post.type-post, #masthead .branding, #masthead #site-navigation, #primary, #primary.full-width, #secondary, .footer-branding, .site-info, .footer-navigation {
  position: relative;
  min-height: 1px;
  padding: 0 15px; }

.row {
  width: 1000px;
  max-width: 100%;
  min-width: 840px;
  margin: 0 auto;
  *zoom: 1; }
  @media only screen and (max-width: 839px) {
    .row {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.column, .columns {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative; }

[class*="column"] + [class*="column"].end {
  float: left; }

.one, .row .one {
  width: 8.33333%; }

.two, .row .two {
  width: 16.66667%; }

.three, .row .three {
  width: 25%; }

.four, .row .four {
  width: 33.33333%; }

.five, .row .five {
  width: 41.66667%; }

.six, .row .six {
  width: 50%; }

.seven, .row .seven {
  width: 58.33333%; }

.eight, .row .eight {
  width: 66.66667%; }

.nine, .row .nine {
  width: 75%; }

.ten, .row .ten {
  width: 83.33333%; }

.eleven, .row .eleven {
  width: 91.66667%; }

.twelve, .row .twelve {
  width: 100%; }

@media only screen and (max-width: 839px) {
  .one, .row .one,
  .two, .row .two,
  .three, .row .three,
  .four, .row .four,
  .five, .row .five,
  .six, .row .six,
  .seven, .row .seven,
  .eight, .row .eight,
  .nine, .row .nine,
  .ten, .row .ten,
  .eleven, .row .eleven,
  .twelve, .row .twelve {
    width: 100%; } }

@media only screen and (max-width: 839px) {
  .column + .column {
    margin-top: 3em; } }

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

a img {
  border: none; }

img {
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none;
  line-height: inherit; }

a:hover, a:focus {
  text-decoration: underline; }

p a, p a:visited {
  line-height: inherit; }

/* Text meant only for screen readers */
.assistive-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

img.alignleft,
.alignleft {
  float: left;
  margin: 0 20px 20px 0; }

img.alignright,
.alignright {
  float: right;
  margin: 0 0 20px 20px; }

.aligncenter {
  margin: 0 auto;
  text-align: center;
  clear: both; }

.hide {
  display: none; }

.group:after {
  content: "";
  display: table;
  clear: both; }

.entry-content ul, .entry-content ol, .panel ul, .panel ol {
  margin-left: 20px; }
  .entry-content ul li, .entry-content ol li, .panel ul li, .panel ol li {
    margin-bottom: 20px; }
.entry-content ol, .panel ol {
  list-style-position: inside;
  margin: 0px; }
  .entry-content ol li, .panel ol li {
    text-indent: -20px;
    margin-left: 20px !important;
    list-style-position: inside; }
.entry-content ul, .panel ul {
  margin: 0px; }
  .entry-content ul li, .panel ul li {
    text-indent: -15px;
    margin-left: 20px; }
    .entry-content ul li.gfield, .panel ul li.gfield {
      text-indent: 0 !important;
      margin-left: 0 !important;
      margin-bottom: 0.5em !important; }
      .entry-content ul li.gfield .datepicker, .panel ul li.gfield .datepicker {
        width: 30%; }
      .entry-content ul li.gfield .gfield_time_hour, .panel ul li.gfield .gfield_time_hour {
        width: 10%;
        float: left;
        margin-right: 10px; }
      .entry-content ul li.gfield .gfield_time_minute, .panel ul li.gfield .gfield_time_minute {
        width: 10%;
        float: left;
        margin-right: 10px; }
      .entry-content ul li.gfield .small, .panel ul li.gfield .small {
        width: 30%; }

@media only screen and (max-width: 839px) {
  .hide-on-mobile {
    display: none; } }

@media only screen and (max-width: 1279px) and (min-width: 840px) {
  .hide-on-tablet {
    display: none; } }

@media only screen and (min-width: 840px) {
  .hide-on-desktop {
    display: none; } }

.scroll-to-top {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  color: #fff !important;
  padding: 1em;
  z-index: 99;
  display: none; }
  .scroll-to-top:hover {
    cursor: pointer; }
  .scroll-to-top span {
    display: block;
    font-size: 18px; }
  @media screen and (min-width: 840px) {
    .scroll-to-top {
      display: none !important; } }

.full-size-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.gform_wrapper {
  display: inline; }
  .gform_wrapper + p {
    margin: 0; }

.gform_validation_container {
  display: none; }

.gform_fields {
  list-style: none; }

.gform_footer br {
  display: none;
  height: 0; }

.gform_footer img.gform_ajax_spinner {
  position: relative;
  top: 10px;
  margin-left: 10px; }

#gforms_confirmation_message,
.validation_error,
.validation_message {
  font-weight: bold;
  padding: 10px;
  margin-bottom: 10px; }

#gforms_confirmation_message {
  background: #BBECBB;
  color: #1a5b1a; }

.validation_error {
  background: #FFF5BE;
  color: #8b7600; }

.validation_message {
  background: #F5D3D3;
  color: #d95656; }

.gfield_error, .gfield_error + li {
  margin-top: 30px; }

label {
  cursor: pointer;
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Agenda Medium", sans-serif; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  width: 100%;
  transition: all 0.15s linear;
  height: 31.5px;
  padding: .5em;
  margin-bottom: 1.5em;
  border: 1px solid #ccc;
  background: #FAFAFA;
  margin-bottom: 0.5em; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    outline: none;
    border-color: red;
    background-color: #fff; }

select {
  margin-bottom: 1.5em; }

input[type="submit"] {
  border: 0;
  font-size: 1.14286em;
  line-height: 1.3125em;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  -webkit-appearance: none; }
  input[type="submit"]:hover {
    cursor: pointer; }

span.gform_description {
  margin-bottom: 21px;
  display: block; }

textarea {
  height: auto; }

.gform_body .clear-multi {
  margin-bottom: 40px; }

.location option[value="website"] {
  display: none; }

.daypart-menu .station-title {
  font-size: 20px;
  text-align: center;
  color: #4f4a3a;
  margin-top: 25px;
  margin-bottom: 4px; }
  .daypart-menu .station-title:first-child {
    margin-top: 8px; }

.daypart-header {
  position: relative;
  margin-bottom: 0.5em; }
  .daypart-header span[class*=icon-] {
    margin-right: 0.5em; }
  .daypart-header .panel-title, .daypart-header .toggle-descriptions, .daypart-header .daypart-hours {
    display: inline-block;
    vertical-align: bottom; }
  .daypart-header .toggle-descriptions {
    position: static;
    width: 25%;
    font-size: 12px;
    text-align: left; }
  .daypart-header .panel-title {
    width: 50%;
    margin: 0;
    padding: 0 0 13px;
    text-align: center; }
  .daypart-header .daypart-hours {
    position: absolute;
    text-align: right;
    width: 21%;
    right: 0;
    bottom: 0; }
  .daypart-header .icon-envelope-alt, .daypart-header .icon-print {
    color: inherit;
    text-decoration: none;
    margin-left: 0.8em;
    font-size: 16px; }
  .daypart-header .print-menu-links {
    display: inline; }
  @media (max-width: 629px) {
    .daypart-header .toggle-descriptions, .daypart-header .daypart-hours {
      position: absolute;
      width: 100%;
      text-align: center; }
    .daypart-header .toggle-descriptions {
      bottom: 20px;
      text-transform: uppercase; }
    .daypart-header .daypart-hours {
      right: auto; }
    .daypart-header .panel-title {
      padding-bottom: 43px;
      width: 100%; } }

.daypart-menu > small, .daypart-menu .toggle-specials, .daypart-menu .toggle-tier3 {
  display: block;
  text-align: center; }
.daypart-menu > small {
  font-size: 90%; }
.daypart-menu .toggle-specials, .daypart-menu .toggle-tier3 {
  text-transform: uppercase;
  font-size: 16px; }

.daypart-notification {
  padding: 0 15px;
  margin: auto;
  max-width: 560px;
  font-size: 17px;
  color: #1c1c1c;
  text-align: center; }
  .daypart-notification .applied-preference-filter {
    text-transform: uppercase; }
    .daypart-notification .applied-preference-filter:before {
      content: '“'; }
    .daypart-notification .applied-preference-filter:after {
      content: '”'; }

@media (max-width: 839px) {
  .daypart-menu .toggle-specials {
    display: block;
    padding: 6px;
    margin: 5px 23px;
    color: white; } }
.daypart-menu p {
  color: #656565; }

.station-item {
  padding: 10px 30px;
  margin-bottom: 10px;
  cursor: pointer;
  background: white;
  border-top: thin solid transparent;
  border-bottom: thin solid transparent;
  transition: background 0.2s ease-in-out; }
  @media (max-width: 429px) {
    .station-item {
      font-size: 90%;
      padding-left: 24px;
      padding-right: 24px; } }
  .station-item > header {
    color: #262626; }
    .station-item > header.special {
      font-weight: bold;
      -moz-osx-font-smoothing: grayscale; }
  .station-item .list-unstyled li, .station-item .list-inline li {
    margin-bottom: 0; }
  .station-item .cor-icons {
    margin-left: 0.5em; }
    .station-item .cor-icons img {
      border-bottom: none;
      vertical-align: middle;
      margin-right: 0.2em; }
      .station-item .cor-icons img:last-child {
        margin-right: 0; }

/**
 * Hover styling
 */
@media (min-width: 839px) {
  .station-item:hover {
    background: #f9faea;
    border-top-color: #edefda;
    border-bottom-color: #edefda;
    -webkit-touch-callout: none; }
    .station-item:hover .station-item-title .bg, .station-item:hover .price {
      background: #f9faea; } }
/**
 * Title styling
 */
.station-item-title {
  display: inline-block;
  margin: 0 0 2px;
  max-width: 80%;
  text-rendering: optimizeLegibility;
  font-weight: normal;
  font-size: 16px;
  text-transform: capitalize;
  color: inherit;
  font-weight: inherit; }
  .has-well-being-image .station-item-title {
    max-width: 68%; }
  @media (max-width: 429px) {
    .station-item-title {
      font-size: 14px; } }

.station-item .station-item-title .bg, .station-item .price {
  transition: background 0.2s ease-in-out; }
.station-item .station-item-title {
  float: left; }
.station-item .station-item-title .bg {
  padding-right: 0.33em; }
.station-item .price, .station-item .well-being-image {
  padding-left: 0.33em; }

/**
 * Responsive styling
 */
@media (max-width: 430px) {
  .station-item {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 3px; } }
.daypart-menu {
  background: white;
  border: medium solid #d4cdba;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "Agenda Medium", sans-serif; }
  .daypart-menu .stations-wrap {
    padding-top: 25px;
    padding-bottom: 32px;
    overflow: hidden; }
  .daypart-menu > .row {
    min-width: 0; }
  .daypart-menu .column {
    padding: 0;
    width: 50%; }
    .daypart-menu .column:first-child {
      border-right: thin dashed #c5c8ad; }
  .daypart-menu .column .station:first-child {
    margin-top: -25px; }
  .daypart-menu .station:last-child .station-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0; }

@media screen and (max-width: 629px) {
  .daypart-menu .column {
    width: 100%; }
  .daypart-menu .column:first-child {
    border-right: none; }
  .daypart-menu .column + .column {
    margin-top: 0; }
  .daypart-menu .stations-wrap {
    padding-top: 0;
    padding-bottom: 0; } }
@media (max-width: 430px) {
  .panel.panel-type-daypart {
    background: #f4f1de; }
    .panel.panel-type-daypart .daypart-menu {
      margin-left: -15px;
      margin-right: -15px;
      border: none; } }
.cafe-menu-options {
  position: relative;
  padding: 10px 0; }
  @media (min-width: 840px) {
    .cafe-menu-options:before {
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); } }
  @media (max-width: 839px) {
    .cafe-menu-options {
      padding-top: 0;
      padding-bottom: 2px; }
      .cafe-menu-options:before {
        border-bottom: 2px solid #c5bb9f; } }
  .cafe-menu-options:before {
    position: absolute;
    width: 10000px;
    left: -5000px;
    top: 0;
    bottom: 0;
    background: white;
    content: ""; }
    .panel.panel-odd .cafe-menu-options:before {
      background: #f4f1de; }
  .cafe-menu-options .dropdowns-wrap {
    position: relative;
    *zoom: 1; }
    .cafe-menu-options .dropdowns-wrap:before, .cafe-menu-options .dropdowns-wrap:after {
      content: " ";
      display: table; }
    .cafe-menu-options .dropdowns-wrap:after {
      clear: both; }
  .cafe-menu-options section {
    width: 33.333%;
    float: left;
    padding: 0 5px; }
    .cafe-menu-options section h4 {
      margin-bottom: 3px; }

/**
 * Because we're making the nav sticky, and the :before element is HUUUGE (10000px*1000px = 1,000,000px)
 * it's a really expensive operation to reflow the dom when we change the position property of the
 * parent panel that's containing this huge element.
 *
 * We make this a little more bearable by scaling down the before element when we can.
 */
@media (max-width: 1500px) {
  .cafe-menu-options:before {
    width: 3000px;
    left: -1500px; } }
@media (max-width: 1000px) {
  .cafe-menu-options:before {
    width: 2000px;
    left: -1000px; } }
@media (max-width: 800px) {
  .cafe-menu-options:before {
    width: 1600px;
    left: -800px; } }
@media (max-width: 400px) {
  .cafe-menu-options:before {
    width: 800px;
    left: -400px; } }
/**
 *  / End scale huge :before element
 */
@media (max-width: 839px) {
  .cafe-menu-options {
    display: none;
    margin: 0 -15px; }
    .show-cafe-nav-options .cafe-menu-options {
      display: block; }
    .cafe-menu-options section {
      padding: 0; }
      .cafe-menu-options section .fancy-select .trigger {
        border-right: none; }
      .cafe-menu-options section:first-child .fancy-select .trigger {
        border-left: none; }
      .cafe-menu-options section:last-child .fancy-select .trigger {
        border-right: none; }
    .cafe-menu-options h4 {
      display: none; } }
/**
 * Sticky styling
 */
.panel.panel-type-cafe_nav.sticky {
  position: fixed;
  left: 15px;
  right: 15px;
  top: 45px; }

@media (max-width: 839px) {
  .panel.panel-type-cafe_nav.sticky, .show-cafe-nav-options .panel.panel-type-cafe_nav {
    position: fixed;
    left: 15px;
    right: 15px;
    top: 0; }

  .show-cafe-nav-options #page {
    padding-top: 75px; } }
.cafe-filter .options > li {
  padding-right: 67px; }
.cafe-filter .hours {
  position: absolute;
  right: 15px;
  text-transform: uppercase;
  color: #B32F0E;
  font-size: 11px;
  font-weight: bold;
  font-style: normal; }
.cafe-filter .hours-cafe-is-open {
  color: #4c7748; }
.cafe-filter .hover .hours,
.cafe-filter .selected .hours {
  color: inherit; }

.preference-options {
  position: relative;
  z-index: 1;
  padding: 20px 60px;
  background: #c1b7a1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  text-align: center; }
  .preference-options .list-inline > li {
    padding: 0 3px;
    margin-bottom: 11px !important;
    margin-left: 0;
    text-indent: 0 !important; }
  .preference-options ul {
    margin-bottom: 0; }
  @media (max-width: 840px) {
    .preference-options {
      margin: 0 -15px; } }
  @media (max-width: 500px) {
    .preference-options {
      padding-top: 10px;
      padding-left: 10px;
      padding-right: 10px; }
      .preference-options .list-inline > li {
        width: 100%;
        padding: 0;
        margin-left: 0;
        text-indent: 0; }
        .preference-options .list-inline > li .option {
          display: block; } }

.preference-options .option {
  display: inline-block;
  background: #f4f1de;
  border: 2px solid white;
  font-size: 12px;
  color: #393323;
  text-transform: uppercase;
  text-decoration: none;
  min-width: 166px;
  box-sizing: border-box;
  padding: 6px 6px 4px;
  position: relative; }
  .preference-options .option span {
    vertical-align: middle;
    position: relative; }
  .preference-options .option:focus {
    outline: none; }
  .preference-options .option:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    transition: opacity 0.15s ease-in-out;
    opacity: 0; }
  .preference-options .option:hover:before, .preference-options .option:focus:before {
    opacity: 0.65; }
  .preference-options .option.selected {
    color: white; }
    .preference-options .option.selected:before {
      opacity: 1; }

html.touch .preference-options .option.popover-toggler:hover .popover {
  display: none !important; }

.preference-options .option .popover.bottom {
  top: 32px; }

.cor-icon-image {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.option .icon {
  margin-left: 0.5em; }

.preference-options .close {
  position: absolute;
  right: 13px;
  bottom: 10px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 0;
  color: #393323; }
  .preference-options .close:after {
    content: "";
    display: inline-block;
    position: relative;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #393323;
    top: -1px;
    right: 0;
    margin-left: 7px; }

.cafe-menu-options-toggler {
  margin: 0 -15px;
  background: #3c3c3c;
  color: #e6e6e6; }
  .cafe-menu-options-toggler .toggle-button {
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    cursor: pointer; }
  .cafe-menu-options-toggler .close {
    display: none;
    margin-right: 0.5em;
    color: inherit;
    text-shadow: none; }
  .show-cafe-nav-options .cafe-menu-options-toggler .toggle-button {
    background: rgba(0, 0, 0, 0.1); }
  .show-cafe-nav-options .cafe-menu-options-toggler .close {
    display: block; }

.mobile-scroll-nav {
  margin: 0 -15px;
  position: relative;
  background: #3c3c3c;
  color: #e6e6e6;
  text-align: center; }

.mobile-scroll-nav .fancy-select .trigger {
  border: none;
  background: inherit; }
.mobile-scroll-nav .fancy-select .options {
  color: #393323; }

.mobile-scroll-nav .fancy-select .trigger:after {
  display: inline-block;
  right: auto;
  margin-left: 8px;
  border-top-color: #aaa8a8; }

.panel.panel-type-cafe_nav {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0; }

.sticky .cafe-nav-panel {
  max-width: 970px;
  margin: auto; }

@media (max-width: 839px) {
  .cafe-nav-panel.show-cafe-nav .cafe-menu-options-toggler {
    display: block; }
  .cafe-nav-panel.show-cafe-nav .mobile-scroll-nav {
    display: none; }
  .cafe-nav-panel.show-jump-nav .cafe-menu-options-toggler, .cafe-nav-panel.show-jump-nav .cafe-menu-options, .cafe-nav-panel.show-jump-nav .preference-options {
    display: none !important; } }
.panel.panel-type-dietary_pref {
  font-family: "Agenda Medium", sans-serif;
  color: #4f4a3a; }
  @media (min-width: 1070px) {
    .panel.panel-type-dietary_pref .panel-inner {
      margin-left: -40px;
      margin-right: -40px; } }
  .panel.panel-type-dietary_pref ul li {
    text-indent: 0;
    margin-left: 0;
    margin-bottom: 0; }
  @media (max-width: 430px) {
    .panel.panel-type-dietary_pref {
      padding-bottom: 15px; }
      .panel.panel-type-dietary_pref ul li {
        padding-left: 2px;
        padding-right: 2px; }
      .panel.panel-type-dietary_pref .panel-inner > h4 {
        margin: 0;
        font-size: 15px; } }

.dietary-pref-panel-header {
  margin-bottom: 30px; }
  @media (max-width: 430px) {
    .dietary-pref-panel-header {
      margin-bottom: 8px; } }
  .dietary-pref-panel-header .list-inline {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 6px; }
    @media (max-width: 430px) {
      .dietary-pref-panel-header .list-inline {
        margin-top: 5px; } }
  .dietary-pref-panel-header .panel-title {
    margin-bottom: 0; }
    @media (max-width: 430px) {
      .dietary-pref-panel-header .panel-title {
        font-size: 18px; } }
  .dietary-pref-panel-header .panel-description {
    text-align: center; }

.dietary-pref-panel-body {
  margin-bottom: 30px; }
  .dietary-pref-panel-body .media-heading {
    text-transform: none;
    font-weight: bold; }
  .dietary-pref-panel-body .media > .pull-left {
    margin-right: 10px; }
  @media (min-width: 840px) {
    .dietary-pref-panel-body .media-body {
      max-width: 250px; } }
  @media (max-width: 839px) {
    .dietary-pref-panel-body .media-body {
      overflow: visible; } }
  .dietary-pref-panel-body p {
    line-height: 1.4; }

/**
 * Handle stacking of columns
 */
@media (max-width: 839px) {
  .dietary-pref-panel-body .three-col .panel-column {
    margin-top: 15px !important; } }
@media (max-width: 839px) {
  .panel.panel-type-cafe_hours {
    padding-bottom: 10px; } }

.cafe-hours-panel .panel-title {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: thin solid #d9cca9;
  max-width: 665px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 839px) {
    .cafe-hours-panel .panel-title {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; } }
.cafe-hours-panel .logo {
  display: block;
  margin: 0 auto 0.5em; }
.cafe-hours-panel .cafe-description, .cafe-hours-panel .cafe-news p {
  font-size: 12px;
  line-height: 1.5; }
@media (min-width: 840px) {
  .cafe-hours-panel .cafe-description {
    display: block;
    height: auto !important; } }
.cafe-hours-panel a {
  text-transform: uppercase; }
@media (max-width: 430px) {
  .cafe-hours-panel .cafe-description-toggle {
    margin-bottom: 1.5em; } }

@media (max-width: 839px) {
  .cafe-details {
    margin-bottom: 1.5em;
    text-align: center; } }
@media (max-width: 430px) {
  .cafe-details {
    margin-bottom: 0; } }
.cafe-details > div {
  margin-bottom: 1.5em; }
  .cafe-details > div:last-child {
    margin-bottom: 0; }

.all-cafe-hours {
  font-family: "Agenda Medium", sans-serif;
  text-transform: uppercase; }
  @media (max-width: 839px) {
    .all-cafe-hours {
      max-width: none; } }
  .all-cafe-hours p {
    margin-bottom: 0; }
  .all-cafe-hours .current-status, .all-cafe-hours .day-range {
    font-size: 15px; }
  .all-cafe-hours .list-unstyled, .all-cafe-hours .list-inline {
    margin-top: 0.5em; }
    .all-cafe-hours .list-unstyled li, .all-cafe-hours .list-inline li {
      line-height: 1.6;
      padding-bottom: 0.1em; }
      .all-cafe-hours .list-unstyled li:hover, .all-cafe-hours .list-inline li:hover {
        cursor: pointer;
        color: darkgreen;
        background: #f4f1de;
        border-width: 1px;
        border-style: solid;
        border-color: darkgreen;
        padding: 2px; }
        .all-cafe-hours .list-unstyled li:hover span, .all-cafe-hours .list-inline li:hover span {
          background: #f4f1de; }
  .all-cafe-hours .pull-right {
    text-transform: uppercase; }
  .all-cafe-hours .dotted-leader-container:before {
    color: #4f4a3a; }

#cafe_hours_modal_dialog .dotted-leader-content {
  background-color: #f9f7e8; }

#cafe_hours_modal_dialog .modal-header .close {
  margin-top: -80px; }

#cafe_hours_modal_dialog .dotted-leader-content {
  text-transform: uppercase; }

.cafe-hours {
  font-family: "Agenda Medium", sans-serif;
  text-transform: uppercase;
  max-width: 415px; }
  @media (max-width: 839px) {
    .cafe-hours {
      max-width: none; } }
  .cafe-hours p {
    margin-bottom: 0; }
  .cafe-hours .current-status, .cafe-hours .day-range {
    font-size: 15px; }
  .cafe-hours .list-unstyled, .cafe-hours .list-inline {
    margin-top: 0.5em; }
    .cafe-hours .list-unstyled li, .cafe-hours .list-inline li {
      line-height: 1.6; }
  .cafe-hours .pull-right {
    text-transform: none; }
  .cafe-hours .dotted-leader-container:before {
    color: #4f4a3a; }

.cafe-news .media-heading {
  text-transform: none;
  margin-top: -5px; }

/**
 * Various types of list styling (Mostly plucked from Bootstrap)
 */
.list-unstyled, .list-inline, .media-list {
  padding-left: 0;
  list-style: none; }
  .panel .list-unstyled li, .panel .list-inline li, .entry-content .list-unstyled li, .entry-content .list-inline li, .panel .media-list li, .entry-content .media-list li {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    text-indent: 0 !important; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }
  .list-inline > li:first-child {
    padding-left: 0; }

table {
  width: 100%;
  border-top: 1px solid #d4cdba;
  border-bottom: 1px solid #d4cdba;
  border-right: 1px solid #d4cdba; }
  table tr {
    background: #fff; }
    table tr:nth-of-type(odd), table tr.even {
      background: #FAF8F2; }
  table td, table th {
    padding: .5em .6em;
    border-left: 1px solid #d4cdba;
    border-top: 1px solid #d4cdba; }
  table th {
    font-weight: bold; }

table.table-borderless {
  border: none; }
  table.table-borderless td, table.table-borderless th {
    border: none; }
  table.table-borderless tr {
    border-bottom: thin solid #d4cdba; }
  table.table-borderless tr:last-child {
    border-bottom: none; }

table.table-minimal tr:nth-of-type(odd), table.table-minimal tr.even {
  background: inherit; }
table.table-minimal td, table.table-minimal th {
  padding-top: 0.15em;
  padding-bottom: 0.15em; }

.dotted-leader-container {
  overflow: hidden; }
  .dotted-leader-container:before {
    float: left;
    width: 0;
    white-space: nowrap;
    font-weight: normal;
    color: #c5c8ad;
    content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . "; }

.dotted-leader-content {
  background: white; }
  .panel-odd.panel-type-cafe_hours .dotted-leader-content {
    background: #f4f1de; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.site-content img.undecorated, .site-content a img.undecorated {
  border: none !important; }

.visible-small {
  display: none; }
  @media (max-width: 839px) {
    .visible-small {
      display: block; } }

.visible-small-inline {
  display: none; }
  @media (max-width: 839px) {
    .visible-small-inline {
      display: inline; } }

.visible-medium-up, .hidden-small {
  display: block; }
  @media (max-width: 839px) {
    .visible-medium-up, .hidden-small {
      display: none; } }

.visible-medium-up-inline {
  display: inline; }
  @media (max-width: 839px) {
    .visible-medium-up-inline {
      display: none; } }

@media print {
  .hidden-print {
    display: none !important;
    visibility: hidden !important; } }

.visible-print, .visible-print-block {
  display: none; }
  @media print {
    .visible-print, .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

.panel {
  background: #ffffff;
  padding: 25px 9999px 50px;
  margin: 0 -9999px;
  padding-top: 3em;
  padding-bottom: 3em;
  *zoom: 1; }
  .panel:before, .panel:after {
    content: " ";
    display: table; }
  .panel:after {
    clear: both; }
  @media (max-width: 430px) {
    .panel {
      padding-top: 15px;
      padding-bottom: 0; }
      .panel h2, .panel .h2 {
        font-size: 28px;
        font-size: 2rem; } }
  .panel .panel-title {
    margin-top: 0;
    text-align: center; }
  .panel hr {
    width: 70%;
    margin: 0 auto;
    height: 1px;
    border: none;
    background: #cdc9bb;
    margin-bottom: 1.5em; }
    @media only screen and (max-width: 839px) {
      .panel hr {
        width: 100%;
        padding: 0 15px; } }
  .panel .subheading-link {
    margin-top: -2.25em;
    line-height: 1;
    margin-bottom: 1.5em;
    text-align: center; }
    .panel .subheading-link a {
      text-align: center;
      padding: 0 20px;
      font-family: "Agenda Medium", sans-serif;
      text-transform: uppercase;
      background: #fff; }

.panel.panel-odd {
  background: #f4f1de; }
  .panel.panel-odd .subheading-link a {
    background: #f4f1de; }

.panel-column {
  width: 100%;
  min-height: 100%; }
  @media only screen and (max-width: 839px) {
    .panel-column {
      float: left;
      width: 100%; } }

@media only screen and (max-width: 839px) {
  .panel-column + .panel-column {
    margin-top: 3em; } }

.panel-links-list {
  width: 100%;
  margin-top: 1.5em; }
  @media only screen and (max-width: 839px) {
    .panel-links-list {
      float: left;
      width: 100%; } }
  .panel-links-list .panel-links-list-title {
    text-align: center;
    font-size: 1.71429em;
    line-height: 1.75em; }
  .panel-links-list .menu {
    clear: both;
    text-align: center;
    margin-top: 1.5em;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
    .panel-links-list .menu li {
      margin: 0 5px 0 0;
      padding: 0 10px 0 0;
      border-right: 1px solid #dbd192;
      display: inline-block;
      text-indent: 0; }
      .panel-links-list .menu li:last-child {
        border: none;
        padding: 0;
        margin: 0; }

.f2f-link {
  display: block;
  margin-bottom: 1.5em; }
  .f2f-link img {
    display: block;
    width: 100%; }

.cafe-list-panel {
  *zoom: 1; }
  .cafe-list-panel:before, .cafe-list-panel:after {
    content: " ";
    display: table; }
  .cafe-list-panel:after {
    clear: both; }

.panel-type-cafe_list {
  padding-top: 1em;
  padding-bottom: 1em;
  background: #dad5bb; }
  .panel-type-cafe_list .cafe-select {
    margin-bottom: 0; }
  .panel-type-cafe_list.panel.panel-odd {
    background: #dad5bb; }

.campus-logo {
  text-align: center;
  float: none;
  margin: 0 auto 10px auto;
  border-top: 0; }
  .site-content .campus-logo img {
    border: none;
    max-height: 125px;
    max-width: 600px; }
    @media only screen and (max-width: 839px) {
      .site-content .campus-logo img {
        max-width: 100%; } }

.cafe-select {
  width: 100%;
  font-family: "Agenda Medium", sans-serif;
  text-transform: uppercase;
  text-align: center; }
  @media only screen and (max-width: 839px) {
    .cafe-select {
      float: left;
      width: 100%; } }
  .cafe-select a {
    padding: 0 10px;
    white-space: nowrap; }
    .cafe-select a + a {
      border-left: 1px solid #c1b69a; }

.panel-image {
  margin-bottom: 1.5em;
  width: 100%; }
  @media only screen and (max-width: 839px) {
    .panel-image {
      float: left;
      width: 100%; } }

.panel-image-left .panel-image,
.panel-image-right .panel-image {
  width: 50%;
  margin-bottom: 0;
  position: relative; }
  @media only screen and (max-width: 839px) {
    .panel-image-left .panel-image,
    .panel-image-right .panel-image {
      float: left;
      width: 100%; } }
.panel-image-left .panel-column,
.panel-image-right .panel-column {
  width: 50%;
  position: relative; }
  @media only screen and (max-width: 839px) {
    .panel-image-left .panel-column,
    .panel-image-right .panel-column {
      float: left;
      width: 100%; } }
  @media only screen and (max-width: 839px) {
    .panel-image-left .panel-column,
    .panel-image-right .panel-column {
      margin-top: 1.5em; } }

.panel-image-right .panel-image {
  left: 50%;
  right: auto; }
  @media only screen and (max-width: 839px) {
    .panel-image-right .panel-image {
      left: auto; } }
.panel-image-right .panel-column {
  right: 50%;
  left: auto; }
  @media only screen and (max-width: 839px) {
    .panel-image-right .panel-column {
      right: auto; } }

.panel-image-full .panel-column {
  overflow: hidden; }
  @media only screen and (min-width: 840px) {
    .panel-image-full .panel-column {
      column-count: 2;
      column-gap: 30px; } }

.two-col {
  *zoom: 1; }
  .two-col:before, .two-col:after {
    content: " ";
    display: table; }
  .two-col:after {
    clear: both; }
  .two-col .panel-column {
    width: 50%; }
    @media only screen and (max-width: 839px) {
      .two-col .panel-column {
        float: left;
        width: 100%; } }

.widget-member {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .widget-member br, .widget-member + br {
    display: none; }
  .widget-member li {
    margin-bottom: 0 !important;
    margin-top: 10px; }
  .widget-member.has-thumb > li {
    width: 90px;
    float: left;
    margin-right: -120px; }
  .widget-member.has-thumb > li + li {
    padding-left: 120px;
    width: 100%; }
  .widget-member span {
    display: block; }
    .widget-member span:first-child {
      margin-top: -3px; }
  .widget-member + p {
    margin-top: 21px; }

.three-col {
  *zoom: 1; }
  .three-col:before, .three-col:after {
    content: " ";
    display: table; }
  .three-col:after {
    clear: both; }
  .three-col .panel-column {
    width: 33.33333%; }
    @media only screen and (max-width: 839px) {
      .three-col .panel-column {
        float: left;
        width: 100%; } }
  .three-col .panel-image {
    padding: 0; }
  .three-col .read-more {
    display: none; }

.panel-type-social_networks .panel-column i {
  text-align: center;
  display: block;
  font-size: 6.42857em;
  line-height: 1.16667em;
  margin-bottom: 21px; }
  .panel-type-social_networks .panel-column i.icon-twitter {
    color: #1c9be9; }
  .panel-type-social_networks .panel-column i.icon-facebook {
    color: #2d4386; }
.panel-type-social_networks iframe.twitter-timeline,
.panel-type-social_networks .facebook-feed iframe {
  width: 100% !important; }
.panel-type-social_networks .facebook-feed iframe {
  background: #fff; }

.panel-type-cafe_events .upcoming-this-month {
  *zoom: 1;
  clear: both;
  background: #fff;
  padding: 20px 0;
  border: 5px solid #e7e1b8;
  text-align: center; }
  .panel-type-cafe_events .upcoming-this-month:before, .panel-type-cafe_events .upcoming-this-month:after {
    content: " ";
    display: table; }
  .panel-type-cafe_events .upcoming-this-month:after {
    clear: both; }
  .panel-type-cafe_events .upcoming-this-month .panel-title, .panel-type-cafe_events .upcoming-this-month hr {
    display: none; }
  .panel-type-cafe_events .upcoming-this-month h4.panel-column-title {
    font-size: 1.71429em;
    line-height: 1.75em;
    margin-bottom: 0.75em;
    border-bottom: 1px solid #cdc9bb;
    text-align: center; }
.panel-type-cafe_events .single-cafe-with-specials {
  text-align: center; }
  .panel-type-cafe_events .single-cafe-with-specials a {
    color: #393323; }
.panel-type-cafe_events .time-details {
  font-weight: bold;
  font-size: 12px; }
.panel-type-cafe_events h5 {
  margin-bottom: 0; }
.panel-type-cafe_events .todays-specials {
  width: 50%;
  padding: 0 30px; }
  @media only screen and (max-width: 839px) {
    .panel-type-cafe_events .todays-specials {
      float: left;
      width: 100%; } }
  .panel-type-cafe_events .todays-specials.no-events {
    width: 100%;
    padding: 0 15px 1.5em 15px; }
    .panel-type-cafe_events .todays-specials.no-events .panel-column-title {
      border: none; }
    .panel-type-cafe_events .todays-specials.no-events .special + .special h4 {
      padding-top: 0; }
    @media only screen and (min-width: 840px) {
      .panel-type-cafe_events .todays-specials.no-events .special + .special {
        margin-top: 0; } }
    @media only screen and (max-width: 1279px) and (min-width: 840px) {
      .panel-type-cafe_events .todays-specials.no-events .special + .special {
        margin-top: 0; } }
    .panel-type-cafe_events .todays-specials.no-events.col-4 .special {
      width: 25%;
      margin-bottom: 1.5em; }
      @media only screen and (max-width: 839px) {
        .panel-type-cafe_events .todays-specials.no-events.col-4 .special {
          float: left;
          width: 100%; } }
    .panel-type-cafe_events .todays-specials.no-events.col-3 .special {
      width: 33.33333%;
      margin-bottom: 1.5em; }
      @media only screen and (max-width: 839px) {
        .panel-type-cafe_events .todays-specials.no-events.col-3 .special {
          float: left;
          width: 100%; } }
    .panel-type-cafe_events .todays-specials.no-events.col-2 .special {
      width: 50%;
      margin-bottom: 1.5em; }
      @media only screen and (max-width: 839px) {
        .panel-type-cafe_events .todays-specials.no-events.col-2 .special {
          float: left;
          width: 100%; } }
    .panel-type-cafe_events .todays-specials.no-events.col-1 .special {
      width: 100%; }
      @media only screen and (max-width: 839px) {
        .panel-type-cafe_events .todays-specials.no-events.col-1 .special {
          float: left;
          width: 100%; } }
.panel-type-cafe_events .no-events h5.specials-list-link {
  clear: both;
  display: block;
  padding-top: 1.5em;
  margin: 0; }
.panel-type-cafe_events .special + .special {
  margin-top: 21px; }
  .panel-type-cafe_events .special + .special h4 {
    padding-top: 11px; }
.panel-type-cafe_events .upcoming-events {
  width: 50%;
  padding: 0 30px; }
  @media only screen and (max-width: 839px) {
    .panel-type-cafe_events .upcoming-events {
      float: left;
      width: 100%; } }
.panel-type-cafe_events .upcoming-event + .upcoming-event {
  margin-top: 21px; }
  .panel-type-cafe_events .upcoming-event + .upcoming-event h4 {
    padding-top: 11px; }
.panel-type-cafe_events .cafe-chooser {
  clear: both;
  width: 100%;
  margin-bottom: 3em;
  *zoom: 1; }
  @media only screen and (max-width: 839px) {
    .panel-type-cafe_events .cafe-chooser {
      float: left;
      width: 100%; } }
  .panel-type-cafe_events .cafe-chooser:before, .panel-type-cafe_events .cafe-chooser:after {
    content: " ";
    display: table; }
  .panel-type-cafe_events .cafe-chooser:after {
    clear: both; }
.panel-type-cafe_events .cafe-select {
  margin-bottom: 0; }
.panel-type-cafe_events .tribe-events-list-link, .panel-type-cafe_events .specials-list-link {
  margin-top: 1.5em;
  display: block;
  font-weight: 600; }
.panel-type-cafe_events p {
  font-family: Georgia, serif;
  font-style: italic;
  color: #786c4a; }

.upcoming-this-month .special h4 {
  margin-top: 0; }
  .upcoming-this-month .special h4 a {
    color: #393323; }
.upcoming-this-month .upcoming-event h4 {
  margin-top: 0; }

.panel-type-custom .row + .row {
  margin-top: 3em; }
.panel-type-custom ul.sustainability-list {
  list-style: none;
  margin: 0 -15px;
  *zoom: 1; }
  .panel-type-custom ul.sustainability-list:before, .panel-type-custom ul.sustainability-list:after {
    content: " ";
    display: table; }
  .panel-type-custom ul.sustainability-list:after {
    clear: both; }
  .panel-type-custom ul.sustainability-list li {
    width: 50%;
    margin-top: 1.5em;
    font-size: 0.92857em;
    line-height: 1.61538em;
    margin-left: 0;
    text-indent: 0; }
    @media only screen and (max-width: 839px) {
      .panel-type-custom ul.sustainability-list li {
        float: left;
        width: 100%; } }
    .panel-type-custom ul.sustainability-list li a {
      position: relative;
      padding-left: 40px;
      display: block;
      color: #393323; }
      .panel-type-custom ul.sustainability-list li a:hover i {
        text-decoration: none !important; }
      .panel-type-custom ul.sustainability-list li a i {
        font-size: 24px;
        position: absolute;
        left: 0;
        top: 0px; }
        .panel-type-custom ul.sustainability-list li a i:hover {
          text-decoration: none; }

.panel-type-cafe_details .campus-logo {
  width: 25%; }
.panel-type-cafe_details .cafe-details {
  display: none;
  clear: both; }
  @media only screen and (max-width: 839px) {
    .panel-type-cafe_details .cafe-details {
      padding-top: 1.5em; } }
  .panel-type-cafe_details .cafe-details.active-cafe {
    display: block; }
.panel-type-cafe_details .cafe-description h4 {
  margin-top: 0; }
.panel-type-cafe_details .view-cafe-menu {
  width: 100%;
  text-align: center;
  clear: both;
  margin-top: 1.5em;
  font-family: "Agenda Medium", sans-serif;
  text-transform: uppercase;
  font-weight: bold; }
  @media only screen and (max-width: 839px) {
    .panel-type-cafe_details .view-cafe-menu {
      float: left;
      width: 100%; } }
.panel-type-cafe_details .one-column .view-cafe-menu {
  margin-top: 1.5em; }

.panel-event .featured-event-wrapper {
  padding: 0 15px; }
.panel-event .feat-image {
  display: block;
  margin-bottom: 15px;
  text-align: center;
  max-height: 400px; }
  .panel-event .feat-image img {
    max-height: 400px; }
.panel-event .panel-title a {
  color: #4f4a3a; }
  .panel-event .panel-title a:hover {
    text-decoration: none; }
.panel-event ul.featured-event-excerpt {
  list-style-type: none;
  width: 580px;
  margin: 0 auto; }
  @media only screen and (max-width: 839px) {
    .panel-event ul.featured-event-excerpt {
      width: 100%; } }
  .panel-event ul.featured-event-excerpt li {
    float: left;
    padding-left: 20px;
    width: 100%;
    max-width: 485px;
    margin-left: 0;
    text-indent: 0 !important; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .panel-event ul.featured-event-excerpt li {
        width: 80%; } }
    @media only screen and (max-width: 480px) {
      .panel-event ul.featured-event-excerpt li {
        float: none;
        width: auto;
        padding-left: 0; } }
    .panel-event ul.featured-event-excerpt li h5 {
      font-size: 1.15rem;
      margin-top: -3px; }
      @media only screen and (max-width: 839px) {
        .panel-event ul.featured-event-excerpt li h5 {
          text-align: center; } }
    .panel-event ul.featured-event-excerpt li.event-date {
      background: #F2491E;
      text-align: center;
      width: 95px;
      height: 95px;
      padding: 5px;
      font-weight: 600;
      text-transform: uppercase; }
      @media only screen and (max-width: 839px) {
        .panel-event ul.featured-event-excerpt li.event-date {
          width: 95px;
          height: 95px;
          padding: 5px;
          margin: 0 auto 30px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .panel-event ul.featured-event-excerpt li.event-date {
          width: 20%; } }
      .panel-event ul.featured-event-excerpt li.event-date .month {
        display: block;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        color: #F2491E;
        background: #fff; }
      .panel-event ul.featured-event-excerpt li.event-date .day {
        display: block;
        height: 55px;
        line-height: 55px;
        font-size: 38px;
        color: #fff; }
.panel-event .more-events {
  text-align: center;
  padding: 40px 15px 30px;
  font-size: 1.15rem;
  text-transform: uppercase;
  font-family: "Agenda Medium", sans-serif; }
  .panel-event .more-events span {
    display: inline-block;
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 839px) {
      .panel-event .more-events span {
        display: block;
        padding: 15px 0;
        margin-right: 0;
        border-right: 0; }
        .panel-event .more-events span:first-child {
          padding-bottom: 0; } }
    .panel-event .more-events span + span, .panel-event .more-events span + a {
      border-left: 1px solid #CDC9BB; }
      @media only screen and (max-width: 839px) {
        .panel-event .more-events span + span, .panel-event .more-events span + a {
          border: none;
          display: block; } }
  .panel-event .more-events a {
    padding: 0 15px; }

.panel-type-masonry {
  position: relative; }
  .panel-type-masonry .panel-image {
    padding: 0;
    margin: -15px -15px 15px -15px;
    width: auto; }
    .panel-type-masonry .panel-image img {
      display: block;
      width: 100%; }
    @media only screen and (max-width: 839px) {
      .panel-type-masonry .panel-image {
        width: 25%;
        float: right;
        margin: 0 0 0 15px; } }
  .panel-type-masonry .panel-column-content {
    padding: 15px;
    margin-bottom: 30px;
    clear: both;
    position: relative;
    transition: all .3s ease; }
    .panel-type-masonry .panel-column-content:hover {
      box-shadow: 0 0 10px #8d8d8d; }
      @media only screen and (max-width: 839px) {
        .panel-type-masonry .panel-column-content:hover {
          box-shadow: none; } }
    @media only screen and (max-width: 839px) {
      .panel-type-masonry .panel-column-content {
        padding: 0; }
        .panel-type-masonry .panel-column-content .full-size-link {
          display: none; } }
  .panel-type-masonry.panel-even .panel-column-content {
    background: #f4f1de; }
    @media only screen and (max-width: 839px) {
      .panel-type-masonry.panel-even .panel-column-content {
        background: transparent; } }
  .panel-type-masonry.panel-odd .panel-column-content {
    background: #fff; }
    @media only screen and (max-width: 839px) {
      .panel-type-masonry.panel-odd .panel-column-content {
        background: transparent; } }
  .panel-type-masonry .masonry-posts {
    margin: 0;
    padding: 0;
    clear: both;
    position: relative;
    list-style: none;
    *zoom: 1; }
    .panel-type-masonry .masonry-posts:before, .panel-type-masonry .masonry-posts:after {
      content: " ";
      display: table; }
    .panel-type-masonry .masonry-posts:after {
      clear: both; }
  .panel-type-masonry .animate-in {
    transition: opacity 300ms;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  .panel-type-masonry li {
    width: 33.33333%;
    margin: 0 !important;
    text-indent: 0 !important; }
    @media only screen and (max-width: 839px) {
      .panel-type-masonry li {
        float: left;
        width: 100%; } }

.site-content .tipbox img,
.site-content .eni-menu-day img {
  border: none; }

section.panel-type-cafe_menu {
  padding-bottom: 0;
  min-height: 550px; }

.site-content img.spinner {
  border: none;
  display: block; }

.cafe-select {
  margin-bottom: 1.5em; }
  .cafe-select a, .cafe-select a:link, .cafe-select a:visited {
    color: #393323; }
  .cafe-select a.active:hover {
    text-decoration: none; }
  .cafe-select a.active span {
    border-bottom: 2px solid; }
  .cafe-select a:focus {
    text-decoration: none; }

.cafe-menu {
  clear: both;
  position: relative; }
  .cafe-menu img.spinner {
    padding-top: 30px; }

@media only screen and (max-width: 839px) {
  .tab-panels {
    margin: 0 -15px; } }
.tab-panels .panel {
  background: inherit;
  padding-top: 1.5em; }
.tab-panels > .menu {
  width: 100%;
  float: none; }
  @media only screen and (max-width: 839px) {
    .tab-panels > .menu {
      float: left;
      width: 100%; } }
  @media only screen and (max-width: 839px) {
    .tab-panels > .menu {
      padding: 0; } }

#show-hours {
  display: none; }

.key {
  width: 100%;
  padding-bottom: 1.5em;
  *zoom: 1;
  margin-top: 2em; }
  @media only screen and (max-width: 839px) {
    .key {
      float: left;
      width: 100%; } }
  .key:before, .key:after {
    content: " ";
    display: table; }
  .key:after {
    clear: both; }
  .key ul {
    margin: 0;
    text-align: center;
    list-style: none; }
    .key ul li {
      display: inline-block;
      margin: 0 20px 15px 20px;
      vertical-align: middle;
      text-indent: 0 !important; }
      @media only screen and (max-width: 839px) {
        .key ul li {
          display: block;
          margin: 0 0 15px 0;
          text-align: left; } }
  .key img {
    margin-right: 5px;
    display: inline;
    float: left;
    position: relative;
    top: 3px; }
    @media only screen and (max-width: 839px) {
      .key img {
        margin-right: 10px; } }

img.cor-icon, .tipbox img, img.tipbox {
  width: 16px;
  height: 16px; }

.food-type-icons img {
  position: relative;
  top: 3px; }

.skip-share {
  background: #fff;
  padding: 1.5em 9999px;
  margin: 3em -9999px 0 -9999px;
  clear: both;
  *zoom: 1; }
  .skip-share:before, .skip-share:after {
    content: " ";
    display: table; }
  .skip-share:after {
    clear: both; }
  .skip-share .menu-toggle-items {
    width: 100%; }
    @media only screen and (max-width: 839px) {
      .skip-share .menu-toggle-items {
        float: left;
        width: 100%; } }

.menu-toggle-items.col-2 .menu-toggle:first-child {
  margin-left: 16.66667%; }
  @media only screen and (max-width: 839px) {
    .menu-toggle-items.col-2 .menu-toggle:first-child {
      margin-left: 0; } }
.menu-toggle-items.col-1 .menu-toggle:first-child {
  margin-left: 33.3333%; }
  @media only screen and (max-width: 839px) {
    .menu-toggle-items.col-1 .menu-toggle:first-child {
      margin-left: 0; } }

.menu-toggle {
  width: 33.33333%; }
  @media only screen and (max-width: 839px) {
    .menu-toggle {
      float: left;
      width: 100%; } }
  .menu-toggle a {
    padding-bottom: 5px;
    display: block;
    border-bottom: 1px dashed #393323;
    font-weight: bold; }
    .menu-toggle a:hover {
      text-decoration: none; }
    .menu-toggle a.menu-items-toggle {
      border: none; }
  .menu-toggle .disabled, .menu-toggle a.disabled {
    color: tint(#393323, 50%);
    font-style: italic;
    border-color: tint(#393323, 50%); }
    .menu-toggle .disabled:hover, .menu-toggle a.disabled:hover {
      cursor: default; }
    .menu-toggle .disabled i, .menu-toggle a.disabled i {
      color: tint(#393323, 50%); }
  .menu-toggle i {
    color: #393323; }

#menu-day-select .menu-items-toggle {
  width: 20%;
  text-align: center; }
  #menu-day-select .menu-items-toggle.toggle-size-6 {
    width: 16.6666%; }
  #menu-day-select .menu-items-toggle.toggle-size-7 {
    width: 14.2857%; }
  #menu-day-select .menu-items-toggle.toggle-size-4 {
    width: 25%; }
  #menu-day-select .menu-items-toggle.toggle-size-3 {
    width: 33.3333%; }
  #menu-day-select .menu-items-toggle.toggle-size-2 {
    width: 50%; }
  @media only screen and (max-width: 839px) {
    #menu-day-select .menu-items-toggle {
      width: 100%; }
      #menu-day-select .menu-items-toggle:first-child {
        border-radius: 3px 3px 0 0; }
      #menu-day-select .menu-items-toggle:last-child {
        border-radius: 0 0 3px 3px; } }

.menu-toggle-label {
  display: block;
  text-align: left;
  font-weight: bold; }

.menu-items-toggle {
  width: 50%;
  padding: 5px 15px;
  display: inline-block;
  float: left;
  text-align: center; }
  .toggle-size-3 .menu-items-toggle {
    width: 33.3333%;
    padding: 5px;
    font-size: 11px; }
  .menu-items-toggle:first-child, .menu-items-toggle.to-specials {
    border-radius: 3px 0 0 3px; }
  .menu-items-toggle:last-child {
    border-radius: 0 3px 3px 0; }
  .menu-items-toggle.active, .menu-items-toggle.active:hover {
    color: #fff !important;
    font-weight: bold; }

a.menu-items-toggle.active,
a.menu-items-toggle.active:hover {
  color: #fff;
  font-weight: bold;
  text-decoration: none; }

a.menu-items-toggle, a.menu-items-toggle:visited {
  background: #E4E4E4;
  color: #7E7C7C; }
  a.menu-items-toggle :hover, a.menu-items-toggle:visited :hover {
    text-decoration: none; }

.cafe-name {
  text-align: center; }

@media only screen and (max-width: 839px) {
  #menu-items {
    margin: 0; } }

/* reset table styles */
.my-day-menu-table {
  border: none; }
  .my-day-menu-table tr {
    border: none; }
  .my-day-menu-table td {
    border: none; }

.eni-menu-day tbody, .eni-menu-day tr, .eni-menu-day td {
  width: 100%;
  display: block; }
.eni-menu-day h3.menu-table-heading {
  text-align: center;
  margin-top: 3em; }
.eni-menu-day .menu-date-heading {
  padding: .5em 9999px;
  margin: 0 -9999px;
  background: #e7e1b8; }
.eni-menu-day .date {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase; }
  .eni-menu-day .date a {
    color: #393323; }
    .eni-menu-day .date a:hover {
      text-decoration: none; }
.eni-menu-day .row-item h3.menu-table-heading:first-child {
  margin-top: 1.5em; }
.eni-menu-day .my-day-menu-table {
  border-top: 0;
  border-right: 0;
  background: #fff;
  border: 5px solid #e7e1b8;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  display: block;
  margin-bottom: 3em; }
  .eni-menu-day .my-day-menu-table tbody > tr:first-child {
    background: none;
    border-left: none;
    border-right: none;
    margin-bottom: 1.5em; }
    .eni-menu-day .my-day-menu-table tbody > tr:first-child h3 {
      text-align: center; }
  .eni-menu-day .my-day-menu-table td {
    vertical-align: top;
    padding: 15px; }
    .eni-menu-day .my-day-menu-table td.eni-menu-well-being {
      padding: 30px 30px 30px 0;
      float: left;
      width: 10%; }
      @media only screen and (max-width: 839px) {
        .eni-menu-day .my-day-menu-table td.eni-menu-well-being {
          width: 20% !important;
          padding: 15px 0; } }
  .eni-menu-day .my-day-menu-table .menu-cafe {
    margin-bottom: 0 !important; }
    .eni-menu-day .my-day-menu-table .menu-cafe td {
      padding: 15px;
      text-align: center;
      background: #e7e1b8;
      font-family: "Agenda Medium", sans-serif;
      text-transform: uppercase;
      font-size: 135%; }
      .eni-menu-day .my-day-menu-table .menu-cafe td a {
        color: #393323; }
  .eni-menu-day .my-day-menu-table .eni-menu-well-being img {
    width: 50px; }
  .eni-menu-day .my-day-menu-table tr {
    background: #fff;
    *zoom: 1; }
    .eni-menu-day .my-day-menu-table tr:before, .eni-menu-day .my-day-menu-table tr:after {
      content: " ";
      display: table; }
    .eni-menu-day .my-day-menu-table tr:after {
      clear: both; }
  .eni-menu-day .my-day-menu-table .eni-menu-calories {
    color: inherit;
    font-size: .8em;
    display: block;
    text-align: center; }

tr.eni-menu-station, tr.menu-station {
  background: transparent; }
  tr.eni-menu-station:first-child, tr.menu-station:first-child {
    padding-top: 0; }
  tr.eni-menu-station td, tr.menu-station td {
    text-align: center;
    text-transform: uppercase;
    background: #f9f7ed;
    padding: 10px;
    margin: 0; }

.eni-day-menu td.description.has-well-being {
  width: 90%;
  float: left; }
  @media only screen and (max-width: 839px) {
    .eni-day-menu td.description.has-well-being {
      width: 80% !important; } }

.eni-menu-item-name {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0 80px 10px 0;
  border-bottom: 2px dotted #c1b69a; }

.eni-menu-item-sides-label {
  color: #393323;
  margin-bottom: 5px;
  font-weight: bold; }

.side.menu_item .menu_item_name {
  font-family: "Agenda Medium", sans-serif;
  text-transform: uppercase;
  font-style: normal; }
.side.menu_item + .side {
  margin-top: 10px; }

.food-type-icons {
  white-space: nowrap; }

.eni-menu-price, .menu-price {
  font-family: "Agenda Medium", sans-serif;
  font-weight: bold;
  margin-top: -40px;
  font-size: 15px;
  text-align: right; }
  @media only screen and (max-width: 839px) {
    .eni-menu-price, .menu-price {
      display: block;
      margin-top: 10px;
      text-align: left; } }

.eni-menu-station td {
  background: #fff; }

.eni-menu-description {
  font-family: Georgia, serif;
  font-style: italic;
  color: #786c4a;
  margin-top: 20px; }

img.eni-menu-item-score {
  padding: 5px;
  box-sizing: content-box;
  background: #fff;
  display: block;
  margin: 0 auto; }

.cell-none {
  text-align: center; }

.share-links-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }
.share-links-wrapper li {
  display: inline-block;
  margin: 0 10px; }
  .share-links-wrapper li i {
    font-size: 18px; }

.site-footer {
  background: #fcfbf2; }

.row-holiday-message,
.row-empty-message {
  padding: 10px;
  text-align: center;
  margin: 20px 0;
  background: #fff;
  font-family: "Agenda Medium", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  padding: 3em 0;
  max-width: 700px;
  margin: 3em auto;
  border: 5px solid #e7e1b8; }

#tipBox {
  background: #fff;
  border: 5px solid #e7e1b8;
  max-width: 300px;
  padding: 30px; }

table.eni-menu-facts {
  border-top: 1px solid #d4cdba;
  border-bottom: 1px solid #d4cdba;
  border-right: 1px solid #d4cdba;
  display: table; }
  table.eni-menu-facts tr:nth-of-type(odd), table.eni-menu-facts tr:first-child {
    background: #f4f1de !important; }
  table.eni-menu-facts tr {
    display: table-row; }
  table.eni-menu-facts td {
    display: table-cell; }

.eni-menu-more-info {
  margin-top: 20px;
  display: block; }

.eni-menu-day .my-day-menu-table table.eni-menu-facts td {
  border-left: 1px solid #d4cdba;
  border-top: 1px solid #d4cdba;
  padding: 5px; }
  @media only screen and (max-width: 839px) {
    .eni-menu-day .my-day-menu-table table.eni-menu-facts td {
      font-size: 11px; } }

[class^="fdaSection-"],
[class*="fdaSection-"] {
  font-weight: bold; }

.static-menu-content {
  background: #fff;
  border: 5px solid #e7e1b8;
  display: block !important;
  padding: 30px;
  max-width: 700px;
  margin-top: 3em;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto; }

.menu-item-info {
  display: none;
  background: #ffffff;
  margin: 0;
  padding: 20px; }
  .menu-item-info.active, .menu-item-info.remain-active {
    display: block; }
  @media only screen and (max-width: 839px) {
    .menu-item-info {
      position: fixed;
      z-index: 1000;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      overflow: scroll; } }
  .menu-item-info .close-modal {
    position: fixed;
    top: 15px;
    right: 15px;
    display: none;
    background: #fff;
    font-size: 24px; }
    .menu-item-info .close-modal:hover {
      text-decoration: none; }
    @media only screen and (max-width: 839px) {
      .menu-item-info .close-modal {
        display: block; } }
  .menu-item-info .food-item-name {
    text-transform: none;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Open Sans';
    margin-bottom: 0; }
  .menu-item-info .food-item-info {
    font-family: Georgia, sans-serif;
    font-style: italic;
    color: #786c4a; }
  .menu-item-info .asterisk {
    color: red; }
  .menu-item-info .disclaimer {
    padding: 20px;
    background: #f6f6f6;
    font-weight: normal;
    margin-top: 30px;
    font-size: 85%; }
    @media only screen and (max-width: 839px) {
      .menu-item-info .disclaimer {
        margin: 30px -20px -20px -20px; } }
    .menu-item-info .disclaimer .asterisk {
      font-size: 20px;
      vertical-align: middle; }

.menu-item-nutrition .food-item-name {
  margin-bottom: 15px; }

@media only screen and (max-width: 839px) {
  body.modal-open {
    overflow: hidden; } }

.menu-item-info-toggle {
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block; }

ul.menu-item-tab-nav {
  list-style: none;
  margin: 0 -20px;
  padding: 0 20px;
  border-bottom: 2px solid #d4cdba; }
  ul.menu-item-tab-nav li {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-indent: 0; }
  ul.menu-item-tab-nav a {
    padding: 5px 15px 6px 15px;
    display: block;
    font-weight: normal;
    border: none;
    position: relative;
    z-index: 2;
    top: 2px;
    color: #393323; }
    ul.menu-item-tab-nav a.active, ul.menu-item-tab-nav a.remain-active {
      color: inherit;
      font-weight: bold;
      background: #fff;
      border-left: 2px solid #d4cdba;
      border-right: 2px solid #d4cdba;
      border-top: 2px solid #d4cdba; }
      ul.menu-item-tab-nav a.active:hover, ul.menu-item-tab-nav a.remain-active:hover {
        cursor: default; }
    ul.menu-item-tab-nav a:hover {
      text-decoration: none; }

.menu-item-info-tab {
  display: none; }
  .menu-item-info-tab.active, .menu-item-info-tab.remain-active {
    display: block; }

.print-menu-links {
  position: relative; }

ul.print-menu-options {
  display: none;
  position: absolute;
  background: #fff;
  padding: 15px !important;
  width: 200px;
  z-index: 10;
  left: 50%;
  margin-left: -100px !important;
  margin-top: 10px !important;
  border: 1px solid #cbc2aa; }
  ul.print-menu-options.active {
    display: block; }
  ul.print-menu-options:before {
    content: '';
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    top: -8px;
    z-index: 2;
    left: 50%;
    margin-left: -4px; }
  ul.print-menu-options:after {
    content: '';
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #cbc2aa;
    top: -9px;
    left: 50%;
    margin-left: -4px; }
  ul.print-menu-options li {
    padding: 0;
    margin: 0;
    text-indent: 0;
    display: block; }
  ul.print-menu-options li + li {
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px dotted #cbc2aa; }
  ul.print-menu-options a {
    display: block;
    text-align: left; }

.team-header h1 {
  text-align: center;
  font-size: 2.35rem;
  margin-bottom: 20px; }
.team-header hr {
  background: #CDC9BB;
  border: 0;
  height: 1px;
  margin: 0 auto 35px;
  width: 70%; }
  @media only screen and (max-width: 839px) {
    .team-header hr {
      width: 100%;
      margin-bottom: 0; } }

.team-members {
  margin-bottom: 60px;
  overflow-x: hidden;
  position: relative; }
  .team-members > article {
    width: 50%;
    float: left;
    min-height: 1px;
    padding: 0 30px 90px 30px;
    position: relative; }
    .team-members > article.odd {
      padding-left: 0; }
    .team-members > article.even {
      padding-right: 0; }
    @media only screen and (max-width: 839px) {
      .team-members > article {
        width: 100%;
        float: none;
        padding: 30px 0;
        border-bottom: 1px solid #CDC9BB; } }
    .team-members > article .member-bio {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .team-members > article .member-bio span.team-member-phone,
      .team-members > article .member-bio span.team-member-email {
        display: block;
        width: 100%;
        word-wrap: break-word; }
      .team-members > article .member-bio h5 {
        font-size: 1.15rem;
        margin: 3px 0; }
        .team-members > article .member-bio h5:first-child {
          margin-top: -3px; }
        .team-members > article .member-bio h5:last-of-type {
          margin-bottom: 20px; }
      .team-members > article .member-bio.has-thumb > li {
        width: 45%;
        padding-right: 15px;
        float: left; }
        @media only screen and (max-width: 839px) {
          .team-members > article .member-bio.has-thumb > li {
            float: none;
            width: auto;
            max-width: 200px;
            padding-right: 0;
            margin-bottom: 20px; } }
      .team-members > article .member-bio.has-thumb > li + li {
        width: 55%;
        float: left; }
        @media only screen and (max-width: 839px) {
          .team-members > article .member-bio.has-thumb > li + li {
            float: none;
            width: 100%;
            max-width: 100%;
            margin-bottom: 0; } }
  .team-members .horizontal-divider {
    clear: both;
    position: relative; }
    @media only screen and (max-width: 839px) {
      .team-members .horizontal-divider {
        display: none; } }
    .team-members .horizontal-divider hr {
      background: #CDC9BB;
      border: 0;
      height: 1px;
      width: 50%;
      position: absolute;
      top: -60px; }
    .team-members .horizontal-divider > hr {
      left: -30px; }
    .team-members .horizontal-divider > hr + hr {
      right: -30px;
      left: auto; }
  .team-members .vertical-divider {
    position: absolute;
    width: 0;
    height: 100%;
    border-right: 1px dashed #CDC9BB;
    margin-left: -1px;
    left: 50%;
    top: 0; }
    @media only screen and (max-width: 839px) {
      .team-members .vertical-divider {
        display: none; } }

#tribe-events {
  background: #fff;
  padding: 0 9999em;
  margin: 0 -9999em;
  position: relative; }

#tribe-events-content-wrapper {
  max-width: 700px;
  margin: 0 auto; }

.tribe-bar-mini .tribe-bar-filters {
  background: #f4f1de; }

#tribe-bar-form {
  background: #f4f1de;
  margin-top: 3em;
  margin-bottom: 1.5em; }

#tribe-bar-form input[type="text"] {
  border-color: #cdc9bb; }

#tribe-events-footer,
.single-tribe_events #tribe-events-footer {
  border: none; }

.single-tribe_events .tribe-events-cal-links {
  border-bottom: none; }

.single-tribe_events .tribe-events-event-meta {
  background: #fdfcf9;
  border-color: #cdc9bb; }

a.tribe-events-button, a.tribe-events-button:link {
  color: #fff; }

.tribe-events-read-more {
  font-weight: bold;
  text-transform: uppercase; }

.tribe-events-list h2.tribe-events-page-title {
  font-weight: normal;
  text-transform: uppercase; }

.tribe-events-list h2.tribe-events-list-event-title,
.tribe-events-list-separator-month {
  text-transform: uppercase; }

.tribe-events-list .tribe-events-event-image {
  width: 100%;
  float: none;
  margin-bottom: 1.5em; }

.single-tribe_events #tribe-events-content {
  padding-top: 1.5em; }
.single-tribe_events .hentry {
  padding-top: 0; }
.single-tribe_events a.tribe-events-gcal {
  font-size: 10px;
  padding: 0 6px;
  line-height: 21px;
  text-transform: uppercase; }
.single-tribe_events .tribe-events-cal-links {
  margin-bottom: 0;
  padding-bottom: 0; }
.single-tribe_events .tribe-events-event-image {
  max-height: 400px;
  margin-bottom: 15px;
  text-align: center; }
  .single-tribe_events .tribe-events-event-image img {
    max-height: 400px; }

#tribe-community-events {
  padding: 3em 15px 0 15px; }

.tribe_community_edit input#user_login, .tribe_community_edit input#user_pass {
  width: auto; }
.tribe_community_edit .login-username, .tribe_community_edit .login-password {
  float: left; }
.tribe_community_edit .login-password {
  margin-left: 20px; }
.tribe_community_edit .login-remember, .tribe_community_edit .login-submit {
  clear: both; }

#tribe-community-events form .events-community-post-content textarea {
  height: 150px; }
#tribe-community-events form table {
  border: none; }
  #tribe-community-events form table tr {
    background: none; }
    #tribe-community-events form table tr:nth-of-type(odd), #tribe-community-events form table tr.even {
      background: none; }
    #tribe-community-events form table tr td, #tribe-community-events form table tr th {
      border: none; }
#tribe-community-events form #event-categories ul {
  margin-left: 20px; }
#tribe-community-events form input#EventStartDate, #tribe-community-events form input#EventEndDate {
  width: auto; }
#tribe-community-events form .chzn-drop ul li {
  text-indent: 0; }
#tribe-community-events div.tribe-events-community-footer {
  margin-top: 20px; }
#tribe-community-events table.my-events img {
  border: none; }

/*pushes down the wp activate content */
#content.widecolumn {
  margin-bottom: 1.5em; }

.post.type-post {
  padding-top: 3em;
  width: 100%;
  float: none; }
  @media only screen and (max-width: 839px) {
    .post.type-post {
      float: left;
      width: 100%; } }
  .post.type-post h1, .post.type-post h2, .post.type-post h3, .post.type-post h4, .post.type-post h5, .post.type-post h6 {
    clear: both; }
  .post.type-post h5 {
    font-size: 16px; }
  .post.type-post .entry-meta {
    font-style: italic;
    margin-bottom: 1.5em; }
  .post.type-post .has-image .post-image {
    width: 35%;
    padding-right: 30px;
    float: left; }
  .post.type-post .has-image .the-content {
    width: 65%;
    float: left; }
  @media only screen and (max-width: 839px) {
    .post.type-post .has-image .post-image {
      width: 100%;
      padding-right: 0;
      float: none;
      margin-bottom: 30px; }
    .post.type-post .has-image .the-content {
      width: 100%;
      float: none; } }
  .post.type-post .edit-link {
    display: block;
    margin-top: 50px;
    font-weight: 600; }

h1.page-title {
  text-align: center;
  padding-top: 0.75em;
  margin-bottom: 0.75em;
  margin-top: 0; }

.post-loop {
  padding: 30px 0; }
  .post-loop .loop-count {
    margin-bottom: 1.5em;
    padding-top: 3em; }
  .post-loop .post.type-post {
    padding: 10px 0; }
    .post-loop .post.type-post .entry-title {
      margin: 0;
      font-size: 1.9em; }
    .post-loop .post.type-post .entry-meta {
      margin-bottom: 10px; }
    .post-loop .post.type-post .has-image .post-image {
      width: 25%; }
    .post-loop .post.type-post .has-image .the-content {
      width: 75%; }

.post-loop .page-title + .loop-count {
  padding-top: 0; }

.loop-nav {
  margin: 20px 0 40px 0;
  *zoom: 1; }
  .loop-nav:before, .loop-nav:after {
    content: " ";
    display: table; }
  .loop-nav:after {
    clear: both; }
  .loop-nav a {
    font-weight: bold; }
  .loop-nav .loop-nav-left {
    float: left;
    text-align: left;
    white-space: nowrap; }
  .loop-nav .loop-nav-right {
    float: right;
    text-align: right;
    white-space: nowrap; }
  @media only screen and (max-width: 839px) {
    .loop-nav .loop-nav-left, .loop-nav .loop-nav-right {
      display: block;
      width: 50%;
      margin: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .loop-nav a {
      display: block;
      padding: 10px 15px;
      background: #666666;
      color: #fff !important; }
    .loop-nav .loop-nav-left {
      padding: 0 1px; }
    .loop-nav .loop-nav-right {
      padding: 0 0 0 1px; } }

div.wp-caption {
  max-width: 100%;
  margin-bottom: 21px; }
  div.wp-caption img {
    width: 100%;
    height: auto;
    display: block; }
  div.wp-caption .wp-caption-text {
    padding: 15px;
    background: #eee;
    font-style: italic; }

.read-more {
  text-transform: uppercase; }

.fade {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: none; }

/**
 * Styled <select> overwrites.
 */
.notification {
  display: none;
  padding: 15px;
  margin: 30px 0 0;
  text-align: center; }
  .notification.show {
    display: block; }

.notification-inner {
  max-width: 550px;
  margin: auto;
  font-size: 1.5em;
  line-height: 1.1; }

.notification-warning {
  background-color: #e4ab1a;
  color: white; }
  .notification-warning.show {
    animation: fadeIn 0.1s ease-out both; }

/**
* Popovers
* - Mostly plucked from Bootstrap
*/
.popover-toggler {
  position: relative; }
  .popover-toggler .popover {
    transition: all 1s ease-in-out; }
  .popover-toggler:hover .popover {
    display: block;
    opacity: 0; }
    .popover-toggler:hover .popover.bottom {
      animation: fadeIn 0.2s 0.4s both; }

.popover {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 14px 22px;
  box-sizing: border-box;
  max-width: 330px;
  background-color: #f4f1de;
  border: 2px solid #c1b7a1;
  text-align: left;
  text-transform: none;
  color: #393323; }
  @media (min-width: 330px) {
    .popover {
      width: 330px; } }
  .popover.top {
    margin-top: -8px; }
  .popover.right {
    margin-left: 8px; }
  .popover.bottom {
    margin-top: 8px; }
  .popover.left {
    margin-left: -8px; }

.popover-title {
  margin: 0 0 4px;
  text-transform: capitalize;
  font-size: 16px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 9px; }

.popover > .arrow:after {
  border-width: 8px;
  content: ""; }

.popover.top > .arrow {
  left: 20%;
  margin-left: -9px;
  border-bottom-width: 0;
  border-top-color: #c1b7a1;
  bottom: -9px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -8px;
    border-bottom-width: 0;
    border-top-color: #f4f1de; }
.popover.right > .arrow {
  top: 50%;
  left: -9px;
  margin-top: -9px;
  border-left-width: 0;
  border-right-color: #c1b7a1; }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -8px;
    border-left-width: 0;
    border-right-color: #f4f1de; }
.popover.bottom > .arrow {
  left: 20%;
  margin-left: -9px;
  border-top-width: 0;
  border-bottom-color: #c1b7a1;
  top: -9px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -8px;
    border-top-width: 0;
    border-bottom-color: #f4f1de; }
.popover.left > .arrow {
  top: 50%;
  right: -9px;
  margin-top: -9px;
  border-right-width: 0;
  border-left-color: #c1b7a1; }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #f4f1de;
    bottom: -8px; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    transform: scale(0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: all, 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
  .modal.in .modal-dialog {
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 155px auto 10px;
  max-width: 550px;
  border: 3px solid #d4cdba; }

.modal-content {
  position: relative;
  background-color: #f9f7e8;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: black; }
  .modal-backdrop.fade {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.45;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    filter: alpha(opacity=45); }

.modal-header {
  padding: 20px;
  border-bottom: thin solid #c1b590;
  min-height: 50px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0; }

.modal-body {
  position: relative;
  background: white;
  padding: 20px; }
  .modal-body h1:first-child, .modal-body h2:first-child, .modal-body h3:first-child, .modal-body h4:first-child, .modal-body h5:first-child, .modal-body h6:first-child {
    margin-top: 0;
    text-transform: none; }

.modal-footer {
  margin-top: 15px;
  padding: 20px;
  text-align: right;
  border-top: thin solid #c1b590;
  *zoom: 1; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.close {
  float: right;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.7; }
  .close:hover, .close:focus {
    text-decoration: none;
    cursor: pointer;
    opacity: 0.85; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  border: 0; }

/**
 * Base media component
 * Source: http://stubbornella.org/content/?p=497
 */
.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media,
.media .media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media .pull-left {
  margin-right: 20px; }
.media .pull-right {
  margin-left: 20px; }

#masthead {
  background: #393323; }

#masthead #panel-navigation {
  background: #33393a;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  min-height: 0px;
  text-align: center;
  line-height: 40px;
  font-family: "Agenda Medium", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #f4f1de; }
  #masthead #panel-navigation.sticky {
    margin-top: 0;
    position: fixed;
    top: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.7); }

#masthead #panel-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }
#masthead #panel-navigation li {
  margin: 0 20px 0 0;
  display: inline-block;
  outline: 0; }
#masthead #panel-navigation a {
  position: relative;
  display: block;
  outline: 0;
  text-decoration: none;
  color: #cccccc;
  font-weight: bold; }
  #masthead #panel-navigation a:hover {
    color: #fff; }
  #masthead #panel-navigation a:focus, #masthead #panel-navigation a:active {
    outline: 0; }
  #masthead #panel-navigation a.here {
    color: #fff;
    outline: 0; }
    #masthead #panel-navigation a.here:focus, #masthead #panel-navigation a.here:active {
      outline: 0; }

/**
 * Sticky nav
 */
#masthead #panel-navigation.sticky .here:after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid black; }

body.large-header #masthead .site-header-inner {
  position: absolute;
  height: auto;
  z-index: 7; }
body.large-header #masthead .large-header-image-wrap {
  position: relative;
  height: auto;
  z-index: 7; }

#secondary-nav {
  *zoom: 1;
  clear: both;
  background: #33393a;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: center;
  font-family: "Agenda Medium", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #f4f1de;
  min-height: 0px;
  position: relative;
  margin-bottom: -8px;
  top: 0; }
  #secondary-nav:before, #secondary-nav:after {
    content: " ";
    display: table; }
  #secondary-nav:after {
    clear: both; }
  #secondary-nav .current-menu-item.has-sub-menu > a {
    display: none; }
  #secondary-nav li.current_page_parent > a, #secondary-nav li.current_page_ancestor > a,
  #secondary-nav li.current-page-parent > a, #secondary-nav li.current-page-ancestor > a {
    float: left;
    position: relative;
    padding-right: 10px;
    margin: 0 10px;
    text-transform: none; }
    #secondary-nav li.current_page_parent > a:before, #secondary-nav li.current_page_ancestor > a:before,
    #secondary-nav li.current-page-parent > a:before, #secondary-nav li.current-page-ancestor > a:before {
      content: "\00bb";
      position: absolute;
      right: 0;
      top: 0; }
  #secondary-nav .current-menu-item a, #secondary-nav .current-page-item a {
    color: #fff; }
  #secondary-nav > ul {
    display: inline-block; }
  #secondary-nav ul.sub-menu {
    display: inline-block;
    float: left; }
  #secondary-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    *zoom: 1; }
    #secondary-nav ul:before, #secondary-nav ul:after {
      content: " ";
      display: table; }
    #secondary-nav ul:after {
      clear: both; }
    #secondary-nav ul li {
      margin: 0 10px;
      display: block;
      float: left;
      line-height: 40px; }
      #secondary-nav ul li a {
        display: block;
        text-decoration: none;
        color: #cccccc;
        font-weight: bold;
        position: relative; }
        #secondary-nav ul li a:hover {
          color: #fff; }

/**
 * Modal header styling
 */
.station-item-modal .modal-header {
  position: relative; }
  .station-item-modal .modal-header .modal-title {
    font-size: 14px;
    max-width: 420px;
    font-weight: bold;
    color: black; }
  .station-item-modal .modal-header .cor-icons {
    margin-bottom: 5px; }
  .station-item-modal .modal-header .rating {
    margin-bottom: 10px; }
  .station-item-modal .modal-header .cor-icon-name {
    margin-left: 0.3em; }
  .station-item-modal .modal-header .cor-icon-name, .station-item-modal .modal-header .cor-icon-image {
    line-height: 17px;
    vertical-align: middle; }
  .station-item-modal .modal-header .well-being-image {
    position: absolute;
    top: 20px;
    right: 45px; }
  .station-item-modal .modal-header .close {
    float: none;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px; }

/**
 * Modal body styling
 */
.station-item-modal .modal-body {
  padding-top: 15px; }
  .station-item-modal .modal-body table {
    font-size: 12px; }
    .station-item-modal .modal-body table td:first-child {
      width: 60%; }
  .station-item-modal .modal-body h4 {
    font-size: 16px;
    color: black;
    margin-bottom: 14px; }
  .station-item-modal .modal-body .well-being-info h4 {
    text-transform: none;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 5px; }
  .station-item-modal .modal-body .well-being-info img {
    display: block;
    float: left;
    margin-right: 15px; }
  .station-item-modal .modal-body .info-table + .well-being-info {
    margin-top: 2em; }

/**
 * The layout of the nutrition section has 3 possible states, depending on how much
 * info we have. Make sure we handle each
 *
 * 1. We have no info. Do nothing
 * 2. We have either nutritional info or well being image, but not both. Make them full width.
 * 3. We have both info and image. Make a two-column layout
 *
 * Because the default behavior is for elements to have 100% width, we only have to explicitly handle case 3.
 */
.station-item-modal .nutrition.has-info.has-img {
  overflow: hidden;
  zoom: 1; }
  .station-item-modal .nutrition.has-info.has-img .info-table {
    width: 55%;
    float: left; }
  .station-item-modal .nutrition.has-info.has-img .well-being-info {
    width: 40%;
    float: right; }

body {
  background: #fcfbf2; }

body.loading .page-wrapper {
  opacity: 0.08;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
  filter: alpha(opacity=8);
  transition: opacity 0.5s ease-in-out 0.2s; }
  .no-opacity body.loading .page-wrapper {
    display: none; }

.page-wrapper {
  overflow: hidden; }
  @media (max-width: 839px) {
    .page-wrapper {
      padding-bottom: 3em; } }

#page {
  background: #fff; }

.mobile-navigation {
  display: none; }

.no-rgba #masthead .site-header-inner {
  background: url("../img/norgba-0-0-0-0.25.png"); }

#masthead {
  position: relative; }
  #masthead .pn-wrapper {
    z-index: 9;
    position: relative;
    min-height: 40px; }
  #masthead .site-header-inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.25); }
  #masthead .site-header-content {
    width: 1000px;
    max-width: 100%;
    min-width: 840px;
    margin: 0 auto; }
    @media only screen and (max-width: 839px) {
      #masthead .site-header-content {
        width: auto;
        min-width: 0;
        margin-left: 0;
        margin-right: 0; } }
  #masthead .branding {
    width: 33.33333%;
    padding: 23px 15px 0 15px;
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (max-width: 839px) {
      #masthead .branding {
        float: left;
        width: 100%; } }
  #masthead .site-title {
    width: 213px;
    height: 38px;
    margin: 0; }
  #masthead .site-description {
    color: #f4f1de;
    font-size: 12px;
    line-height: 1.3;
    padding: 5px 10px;
    margin: 0 -10px 0 -10px;
    font-weight: bold; }
    #masthead .site-description.campus-select-toggle {
      position: relative;
      display: inline-block; }
      #masthead .site-description.campus-select-toggle:hover {
        cursor: pointer;
        color: #fff; }
      #masthead .site-description.campus-select-toggle:after {
        content: '';
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-top: 5px solid white;
        position: absolute;
        right: -10px;
        top: 9px; }
    #masthead .site-description.toggle-open {
      border-radius: 3px 3px 0 0;
      border-left: 1px solid #c1b69a;
      border-right: 1px solid #c1b69a;
      border-top: 1px solid #c1b69a;
      background: #fff;
      padding-right: 30px;
      color: #393323; }
      #masthead .site-description.toggle-open:hover {
        color: #393323; }
      #masthead .site-description.toggle-open:after {
        border-top-color: transparent;
        border-bottom-color: #393323;
        top: 2px;
        right: 10px; }
  #masthead .campus-select {
    display: none;
    position: absolute;
    top: auto;
    list-style: none;
    background: #fff;
    padding: 0;
    z-index: 10;
    width: 250px;
    left: 5px;
    border-bottom: 1px solid #c1b69a;
    border-left: 1px solid #c1b69a;
    border-right: 1px solid #c1b69a; }
    #masthead .campus-select li {
      border-bottom: 1px solid #eee;
      margin: 0 15px; }
    #masthead .campus-select a {
      display: block;
      padding: 10px 5px;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 13px; }
    #masthead .campus-select.campus-select-open {
      display: block; }
  #masthead .mobile-nav-bar {
    display: none; }
  #masthead #site-navigation {
    width: 66.66667%;
    display: inline-block;
    vertical-align: middle;
    *zoom: 1; }
    @media only screen and (max-width: 839px) {
      #masthead #site-navigation {
        float: left;
        width: 100%; } }
    #masthead #site-navigation:before, #masthead #site-navigation:after {
      content: " ";
      display: table; }
    #masthead #site-navigation:after {
      clear: both; }
    #masthead #site-navigation .menu {
      float: right;
      list-style: none;
      *zoom: 1; }
      #masthead #site-navigation .menu:before, #masthead #site-navigation .menu:after {
        content: " ";
        display: table; }
      #masthead #site-navigation .menu:after {
        clear: both; }
    #masthead #site-navigation .menu-item {
      float: left;
      font-family: "Agenda Medium", sans-serif;
      color: #f4f1de;
      text-transform: uppercase;
      font-size: 20px;
      line-height: 1;
      text-align: center; }
      #masthead #site-navigation .menu-item.current-menu-item a {
        background: rgba(255, 255, 255, 0.15);
        color: white;
        text-shadow: 0 0 10px #fff; }
        #masthead #site-navigation .menu-item.current-menu-item a:hover {
          background: rgba(255, 255, 255, 0.15); }
      #masthead #site-navigation .menu-item + .menu-item .nav-item-wrap {
        border-left: 1.5px dashed #f4f1de; }
      #masthead #site-navigation .menu-item a {
        color: #f4f1de;
        display: block;
        padding: 25px 0; }
        #masthead #site-navigation .menu-item a:hover, #masthead #site-navigation .menu-item a:focus {
          color: white;
          text-shadow: 0 0 10px #fff;
          text-decoration: none;
          outline: 0; }
      #masthead #site-navigation .menu-item .nav-item-wrap {
        padding: 0 15px;
        display: block; }
        @media only screen and (max-width: 1279px) and (min-width: 840px) {
          #masthead #site-navigation .menu-item .nav-item-wrap {
            padding: 0 10px; } }
      #masthead #site-navigation .menu-item .nav-item-description {
        display: block;
        font-size: 12px;
        text-align: center;
        margin-top: 3px;
        line-height: 1;
        margin-left: auto;
        margin-right: auto; }
        @media only screen and (max-width: 1279px) and (min-width: 840px) {
          #masthead #site-navigation .menu-item .nav-item-description {
            font-size: 11px; } }
  #masthead .large-header-image-wrap {
    display: block;
    position: absolute;
    width: 100%;
    height: 137px;
    overflow: hidden; }
    #masthead .large-header-image-wrap img {
      display: block;
      width: 100%; }
    #masthead .large-header-image-wrap.slideshow {
      display: inline-block;
      position: relative;
      overflow: hidden; }
      #masthead .large-header-image-wrap.slideshow img {
        position: absolute;
        z-index: 4;
        top: 0;
        left: 0; }
      #masthead .large-header-image-wrap.slideshow #slideswap {
        z-index: 5; }
      #masthead .large-header-image-wrap.slideshow #preloader {
        position: absolute;
        z-index: 1;
        width: 10px;
        height: 10px;
        visibility: hidden; }
  #masthead .header-tagline {
    position: absolute;
    bottom: 25%;
    width: 100%;
    right: 15px;
    z-index: 8; }
  #masthead .header-tagline-inner {
    width: 1000px;
    max-width: 100%;
    min-width: 840px;
    margin: 0 auto; }
    @media only screen and (max-width: 839px) {
      #masthead .header-tagline-inner {
        width: auto;
        min-width: 0;
        margin-left: 0;
        margin-right: 0; } }
  #masthead .header-tagline-content {
    float: right; }
    #masthead .header-tagline-content h2 {
      font-size: 48px;
      line-height: 1;
      color: #f4f1de;
      text-transform: none; }
    #masthead .header-tagline-content p {
      font-family: "Agenda Medium", sans-serif;
      font-size: 1.71429em;
      line-height: 1.75em;
      text-align: center; }
    #masthead .header-tagline-content a {
      color: #fff; }

/* we can't style pseudo elements in jquery without really spending some time on it, so let's just hide this while customizing */
.customizing #masthead #panel-navigation ul li a.here:after {
  display: none; }

.mobile-nav-toggle {
  display: none; }

.admin-bar #masthead #panel-navigation.sticky {
  top: 28px; }

#main {
  width: 1000px;
  max-width: 100%;
  min-width: 840px;
  margin: 0 auto; }
  @media only screen and (max-width: 839px) {
    #main {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }

#primary {
  width: 75%; }
  @media only screen and (max-width: 839px) {
    #primary {
      float: left;
      width: 100%; } }
  #primary.full-width {
    width: 100%; }
    @media only screen and (max-width: 839px) {
      #primary.full-width {
        float: left;
        width: 100%; } }
    #primary.full-width .site-content {
      background: #fff;
      padding: 0 9999em;
      margin: 0 -9999em; }

.single-post .site-content {
  position: relative;
  background: #fff;
  padding: 0 9999em;
  margin: 0 -9999em; }

#secondary {
  width: 25%; }
  @media only screen and (max-width: 839px) {
    #secondary {
      float: left;
      width: 100%; } }
  #secondary h1 {
    font-size: 1.71429em;
    line-height: 1.75em; }

img.spinner, img.gform_ajax_spinner {
  width: 32px;
  height: auto;
  clear: both;
  border: none !important; }

img.spinner {
  margin: 1.5em auto; }

.entry-title {
  margin-top: 0; }

.entry-content {
  margin-bottom: 1.5em; }
  .entry-content img {
    max-width: 100%;
    height: auto; }

.hentry {
  padding-top: 3em; }

.read-more {
  font-weight: bold; }

article.page {
  width: 80%;
  margin: 0 auto; }
  article.page h1.entry-title {
    text-align: center;
    border-bottom: 1px solid #5e5845;
    margin: 0 0 30px 0;
    padding: 0 0 20px 0; }

/* Footer */
.site-footer {
  padding-top: 3em;
  padding-bottom: 3em;
  clear: both; }

.site-footer-inner {
  width: 1000px;
  max-width: 100%;
  min-width: 840px;
  margin: 0 auto; }
  @media only screen and (max-width: 839px) {
    .site-footer-inner {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }

.footer-branding {
  width: 33.33333%; }
  @media only screen and (max-width: 839px) {
    .footer-branding {
      float: left;
      width: 100%; } }

.site-info {
  width: 33.33333%;
  text-align: center; }
  @media only screen and (max-width: 839px) {
    .site-info {
      float: left;
      width: 100%; } }

.footer-navigation {
  width: 33.33333%; }
  @media only screen and (max-width: 839px) {
    .footer-navigation {
      float: left;
      width: 100%; } }
  .footer-navigation .menu {
    float: right; }
    .footer-navigation .menu li {
      float: left;
      list-style: none;
      margin: 0 0 0 10px; }
      .footer-navigation .menu li a {
        color: #393323; }
    .footer-navigation .menu .social-network-link {
      font-size: 200%;
      position: relative;
      top: -4px; }
      .footer-navigation .menu .social-network-link a:hover {
        text-decoration: none; }
      .footer-navigation .menu .social-network-link a.facebook {
        color: #2d4386; }
      .footer-navigation .menu .social-network-link a.twitter {
        color: #1c9be9; }
      .footer-navigation .menu .social-network-link a.linkedin {
        color: #1161a5; }

.error404 #primary {
  width: 100%;
  text-align: center; }
  .error404 #primary .site-content {
    position: relative;
    padding: 0 9999em;
    margin: 0 -9999em;
    background: #fff; }
  .error404 #primary .post {
    position: relative;
    padding: 10em 0; }

@media only screen and (max-width: 767px) {
  .rt-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }
@media only screen and (max-width: 839px) {
  #masthead {
    height: 136px; }

  body.large-header #masthead .large-header-image-wrap,
  #masthead .large-header-image-wrap {
    display: block;
    position: absolute;
    width: 100%;
    height: 136px;
    overflow: hidden; }

  body.large-header #masthead .site-header-inner
  #masthead .site-header-inner {
    height: 136px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%; }

  #masthead .site-header-inner {
    bottom: 0;
    top: auto; }

  #page {
    width: 100%;
    position: relative;
    z-index: 2; }

  #masthead hgroup {
    margin-top: 3%; }
  #masthead .site-title {
    margin: 0 auto; }
    #masthead .site-title img {
      text-align: center; }
  #masthead .site-description, #masthead .site-description.campus-select-toggle {
    text-align: center;
    display: block;
    margin-top: .5em; }
  #masthead .site-description.campus-select-toggle:after {
    right: auto;
    margin-left: 10px; }
  #masthead .campus-select {
    left: 0;
    width: 100%;
    font-weight: bold; }
  #masthead .mobile-nav-bar {
    display: block;
    width: 100%;
    clear: both;
    padding-top: 2em; }
    #masthead .mobile-nav-bar a {
      color: #fff;
      display: block;
      width: 100%;
      padding: 10px 15px;
      text-transform: uppercase;
      font-family: "Agenda Medium", sans-serif;
      font-weight: bold; }
      #masthead .mobile-nav-bar a:hover {
        text-decoration: none; }
    #masthead .mobile-nav-bar i {
      color: #fff;
      margin: 0 15px 0 0;
      font-size: 18px;
      font-weight: normal;
      text-transform: none;
      position: relative;
      top: 2px; }
  #masthead #site-navigation {
    padding: 0;
    width: 100%;
    background: #333333;
    transition: .3s linear;
    transform: translate3d(0, 0, 0); }
    #masthead #site-navigation .menu-main-container, #masthead #site-navigation .menu-primary-navigation-container {
      padding: 0; }
      #masthead #site-navigation .menu-main-container ul, #masthead #site-navigation .menu-primary-navigation-container ul {
        list-style: none;
        width: 100%;
        text-align: left; }
        #masthead #site-navigation .menu-main-container ul .menu-item, #masthead #site-navigation .menu-primary-navigation-container ul .menu-item {
          float: left;
          width: 25%;
          text-align: center; }
          #masthead #site-navigation .menu-main-container ul .menu-item .nav-item-description, #masthead #site-navigation .menu-primary-navigation-container ul .menu-item .nav-item-description {
            display: none;
            font-size: 14px; }
          #masthead #site-navigation .menu-main-container ul .menu-item.current-menu-item a, #masthead #site-navigation .menu-primary-navigation-container ul .menu-item.current-menu-item a {
            background: transparent;
            font-weight: bold; }
            #masthead #site-navigation .menu-main-container ul .menu-item.current-menu-item a:hover, #masthead #site-navigation .menu-primary-navigation-container ul .menu-item.current-menu-item a:hover {
              text-shadow: none; }
            #masthead #site-navigation .menu-main-container ul .menu-item.current-menu-item a:before, #masthead #site-navigation .menu-primary-navigation-container ul .menu-item.current-menu-item a:before {
              content: "";
              background: none;
              display: block;
              width: 0;
              height: 0;
              border-left: 6px solid transparent;
              border-right: 6px solid transparent;
              border-top: 6px solid;
              bottom: -5px;
              left: 50%;
              margin-left: -3px;
              position: absolute; }
          #masthead #site-navigation .menu-main-container ul .menu-item a, #masthead #site-navigation .menu-primary-navigation-container ul .menu-item a {
            font-size: 14px;
            font-family: "Open Sans", sans-serif;
            text-transform: none;
            color: #fff;
            padding: 15px 10px;
            width: 100%;
            display: block;
            position: relative;
            z-index: 99;
            font-weight: bold;
            box-shadow: 0 0 1px #fff; }
            #masthead #site-navigation .menu-main-container ul .menu-item a:hover, #masthead #site-navigation .menu-primary-navigation-container ul .menu-item a:hover {
              text-decoration: none;
              text-shadow: none; }
            #masthead #site-navigation .menu-main-container ul .menu-item a .nav-item-wrap, #masthead #site-navigation .menu-primary-navigation-container ul .menu-item a .nav-item-wrap {
              border: none;
              padding: 0; }
    #masthead #site-navigation.mobile-nav-open {
      transition: .3s linear;
      max-height: 1000px;
      display: block; }

  #secondary-nav {
    background: #33393a;
    background: rgba(0, 0, 0, 0.8);
    margin-bottom: 0; }
    #secondary-nav .current_page_parent > a, #secondary-nav .current_page_ancestor > a,
    #secondary-nav .current-page-parent > a, #secondary-nav .current-page-ancestor > a {
      float: none;
      display: inline-block; }
      #secondary-nav .current_page_parent > a:before, #secondary-nav .current_page_ancestor > a:before,
      #secondary-nav .current-page-parent > a:before, #secondary-nav .current-page-ancestor > a:before {
        display: none;
        padding-right: 0; }
    #secondary-nav ul {
      display: block; }
      #secondary-nav ul li {
        float: none;
        display: inline-block;
        line-height: 32px; }
    #secondary-nav ul.sub-menu {
      display: block;
      float: none; }

  .header-tagline {
    display: none; }

  .campus-logo, .panel-type-cafe_details .campus-logo {
    float: none; }

  .site-header-inner {
    z-index: 9;
    height: 137px; }

  .large-header-image-wrap {
    background: #393323;
    z-index: 9; }
    .large-header-image-wrap img {
      opacity: .4; }
    .large-header-image-wrap .campus-select {
      position: absolute; }

  .mobile-nav-toggle {
    border: none;
    background: none;
    display: block; }

  /* hide in-page subnavigation */
  .pn-wrapper {
    display: none; }

  .menu-toggle + .menu-toggle {
    margin-top: 1.5em; }

  .todays-specials + .upcoming-events {
    margin-top: 3em; }

  .error404 #primary .post {
    padding: 2em 0; }

  #tribe-events-content {
    padding: 0 20px; }

  .three-col .panel-image {
    height: auto;
    padding: 0; }
    .site-content .three-col .panel-image {
      border: none; }
    .three-col .panel-image img {
      max-width: 100%;
      margin: 0; }

  .site-footer-inner {
    text-align: center; }

  .footer-branding {
    text-align: center;
    margin-bottom: 1.5em; }

  .site-info {
    margin-bottom: 1.5em; }

  .footer-navigation .menu {
    float: none;
    display: inline-block; }

  .cafe-select a {
    display: block;
    margin: 10px 0 0;
    padding: 0; }
    .cafe-select a + a {
      border: none; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .panel-type-three_col_posts .three-col .panel-column {
    width: 33.3333%;
    float: left;
    padding: 0 15px; }
    .panel-type-three_col_posts .three-col .panel-column + .panel-column {
      margin-top: 0; }

  .row .column.mobile-two {
    width: 50%;
    margin-top: 0; }

  .eni-day-menu td.description {
    width: 90% !important; }

  .eni-menu-day .my-day-menu-table table.eni-menu-facts td {
    font-size: 11px; } }
@media only screen and (min-width: 839px) and (max-width: 1278px) {
  #masthead #site-navigation .menu-item .nav-item-wrap {
    padding: 0 10px; }

  #masthead .header-tagline {
    bottom: 20%; } }
.no-rgba #masthead .menu-item.current-menu-item a {
  background: url("../img/norgba-255-255-255-0.15.png") 0 0 repeat; }
.no-rgba #masthead {
  background: #393323; }
  .no-rgba #masthead #panel-navigation {
    background: url("../img/norgba-0-0-0-0.50.png") 0 0 repeat; }
    .no-rgba #masthead #panel-navigation.sticky {
      background: url("../img/norgba-0-0-0-0.70.png") 0 0 repeat; }

.ie8 .entry-content ol li, .ie8 .panel ol li, .ie9 .entry-content ol li, .ie9 .panel ol li {
  text-indent: -25px; }
.ie8 .entry-content ul li, .ie8 .panel ul li, .ie9 .entry-content ul li, .ie9 .panel ul li {
  text-indent: -20px; }
.ie8 .entry-content ul.sustainability-list li, .ie8 .panel ul.sustainability-list li, .ie9 .entry-content ul.sustainability-list li, .ie9 .panel ul.sustainability-list li {
  text-indent: 0; }
.ie8 ul.menu-item-tab-nav, .ie9 ul.menu-item-tab-nav {
  list-style: none; }
  .ie8 ul.menu-item-tab-nav li, .ie9 ul.menu-item-tab-nav li {
    text-indent: 0; }

.ie8 .panel-type-custom img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important; }
.ie8 #site-navigation {
  margin-bottom: -20px; }

.webkit .entry-content ol li, .webkit .panel ol li {
  text-indent: -17px; }

@font-face {
  font-family: "Agenda Medium";
  src: url("/content/themes/bamco/inc/fonts/agenda/agenda-medium-webfont.eot");
  src: url("/content/themes/bamco/inc/fonts/agenda/agenda-medium-webfont.eot?") format("embedded-opentype"),
       url("/content/themes/bamco/inc/fonts/agenda/agenda-medium-webfont.woff") format("woff"),
       url("/content/themes/bamco/inc/fonts/agenda/agenda-medium-webfont.ttf") format("truetype"),
       url("/content/themes/bamco/inc/fonts/agenda/agenda-medium-webfont.svg#web") format("svg");
  font-style: normal;
  font-weight: normal;
}

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


