/*!
Theme Name: BIGGBY Coffee
Theme URI:
Author: iwerk - R. Doubleday
Author URI: http://www.iwerk.com
Description: Custom theme for BIGGBY Coffee
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: biggby
Tags:
*/
/*MODULES AND VARIABLES*/
/* new clearfix */
@import url("//hello.myfonts.net/count/36c80f");
.clearfix {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/* IE6 */
* html .clearfix {
  zoom: 1; }

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1; }

.center {
  text-align: center; }

.margin-zero {
  margin: 0 auto !important; }

/*HOME PAGE VARIABLES*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

select {
  border: 1px solid #ccc; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }

a:visited {
  color: inherit;
  text-decoration: none; }

a:hover,
a:focus,
a:active {
  color: midnightblue; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul a {
  width: 190px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 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; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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 {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    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 {
  from {
    -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); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -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); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -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); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -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); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -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 {
  from, to {
    -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); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-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); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@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); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -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); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -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); }
  to {
    -webkit-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 {
  from {
    -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); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -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); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    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); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    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); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    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); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    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); }
  to {
    -webkit-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); }
  to {
    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);
    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); }
  to {
    opacity: 0;
    -webkit-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-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); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@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); }
  to {
    opacity: 0;
    -webkit-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); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-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); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-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); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@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); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -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; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -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; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -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; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -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; }
  to {
    -webkit-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-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -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; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -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; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -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; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -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; }
  to {
    -webkit-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 {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-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 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -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 rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-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; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@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; }
  to {
    -webkit-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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-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 {
  from {
    opacity: 1; }
  to {
    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 {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-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 {
  from {
    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 {
  from {
    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); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    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 {
  from {
    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); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    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 {
  from {
    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); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    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 {
  from {
    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); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    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); }
  to {
    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);
    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); }
  to {
    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); } }

.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); }
  to {
    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);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    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; } }

.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); }
  to {
    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);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    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; } }

.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); }
  to {
    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);
    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); }
  to {
    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); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@font-face {
  font-family: 'VAGRoundedStd-Bold';
  src: url("assets/fonts/33E163_0_0.eot");
  src: url("assets/fonts/33E163_0_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/33E163_0_0.woff2") format("woff2"), url("assets/fonts/33E163_0_0.woff") format("woff"), url("assets/fonts/33E163_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'VAGRoundedStd-Black';
  src: url("assets/fonts/33E163_1_0.eot");
  src: url("assets/fonts/33E163_1_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/33E163_1_0.woff2") format("woff2"), url("assets/fonts/33E163_1_0.woff") format("woff"), url("assets/fonts/33E163_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'VAGRoundedStd-Thin';
  src: url("assets/fonts/33E163_2_0.eot");
  src: url("assets/fonts/33E163_2_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/33E163_2_0.woff2") format("woff2"), url("assets/fonts/33E163_2_0.woff") format("woff"), url("assets/fonts/33E163_2_0.ttf") format("truetype"); }

@font-face {
  font-family: 'VAGRoundedStd-Light';
  src: url("assets/fonts/33E163_3_0.eot");
  src: url("assets/fonts/33E163_3_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/33E163_3_0.woff2") format("woff2"), url("assets/fonts/33E163_3_0.woff") format("woff"), url("assets/fonts/33E163_3_0.ttf") format("truetype"); }

html,
html a {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-family: VAGRoundedStd-Thin;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 479px) {
    html,
    html a {
      font-size: 14px; } }

#content {
  line-height: 1.25; }

h2 {
  font-size: 4em; }
  @media screen and (max-width: 1024px) {
    h2 {
      line-height: 1; } }

h3 {
  font-size: 2.4em; }
  @media screen and (max-width: 1024px) {
    h3 {
      line-height: 1; } }

.bold,
b,
strong {
  font-family: VAGRoundedStd-Bold; }

em {
  font-style: italic; }

sup {
  font-size: 0.65em; }

button,
input,
select,
textarea {
  font-family: inherit; }

h1.cyan,
h2.cyan,
h3.cyan,
h4.cyan,
h5.cyan,
h6.cyan,
p.cyan {
  color: #00aeef !important; }

h1.biggby-orange,
h2.biggby-orange,
h3.biggby-orange,
h4.biggby-orange,
h5.biggby-orange,
h6.biggby-orange,
p.biggby-orange {
  color: #f47920 !important; }

h1.magenta,
h2.magenta,
h3.magenta,
h4.magenta,
h5.magenta,
h6.magenta,
p.magenta {
  color: #ec008c !important; }

h1.green,
h2.green,
h3.green,
h4.green,
h5.green,
h6.green,
p.green {
  color: #a6ce39 !important; }

h1.teal,
h2.teal,
h3.teal,
h4.teal,
h5.teal,
h6.teal,
p.teal {
  color: #00aaad !important; }

h1.purple,
h2.purple,
h3.purple,
h4.purple,
h5.purple,
h6.purple,
p.purple {
  color: #74489d !important; }

.a-left {
  text-align: left !important; }

.a-right {
  text-align: right !important; }

/*VENDOR*/
/*GLOBAL ELEMENTS*/
.btn {
  display: inline-block;
  min-width: 180px;
  padding: 0.5em 1.5em;
  background-color: #ffffff;
  border-radius: 1.5em;
  border: 3px solid #ffffff;
  color: #575757;
  font-family: VAGRoundedStd-Black;
  font-size: 1.45em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.25;
  cursor: pointer;
  -webkit-transition: all 0.45s;
  transition: all 0.45s; }
  @media screen and (max-width: 1024px) {
    .btn::after {
      content: '';
      display: block;
      height: 0;
      width: 0;
      margin-top: calc((1 - 1.25) * 0.5em); } }
  .btn:visited {
    color: #575757; }
  .btn.large {
    font-size: 1.55em; }
  .btn.magenta {
    color: #ec008c; }
    .btn.magenta.solid, .btn.magenta:hover {
      color: #ffffff;
      background-color: #ec008c; }
  .btn.cyan {
    color: #00aeef; }
    .btn.cyan.solid, .btn.cyan:hover {
      color: #ffffff;
      background-color: #00aeef; }
  .btn.teal {
    color: #00aaad; }
    .btn.teal.solid, .btn.teal:hover {
      color: #ffffff;
      background-color: #00aaad; }
  .btn.green {
    color: #a6ce39; }
    .btn.green.solid, .btn.green:hover {
      color: #ffffff;
      background-color: #a6ce39; }
  .btn.purple {
    color: #74489d; }
    .btn.purple.solid, .btn.purple:hover {
      color: #ffffff;
      background-color: #74489d; }
  .btn.biggby-orange {
    color: #f47920; }
    .btn.biggby-orange.solid, .btn.biggby-orange:hover {
      color: #ffffff;
      background-color: #f47920; }
  .btn.light-orange {
    color: #faa21b; }
    .btn.light-orange.solid, .btn.light-orange:hover {
      color: #ffffff;
      background-color: #faa21b; }
  .btn.dark-gray {
    color: #575757; }
    .btn.dark-gray.solid, .btn.dark-gray:hover {
      color: #ffffff;
      background-color: #575757; }
  .btn.living-hope-light-brown {
    color: #cda079; }
    .btn.living-hope-light-brown.solid, .btn.living-hope-light-brown:hover {
      color: #ffffff;
      background-color: #cda079; }
  .btn.video {
    padding: 0.25em 1.5em;
    line-height: 1.5em;
    vertical-align: middle; }
    .btn.video .fa-play-circle {
      margin-top: -0.1em;
      font-size: 1.85em;
      vertical-align: middle; }

.general-interior-copy .btn {
  font-size: 1.1em;
  padding: 0.5em 0.75em; }

.btn-group > .btn {
  display: inline-block; }

::-moz-selection {
  background: #babbbd; }

::selection {
  background: #babbbd; }

.lookup-form ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1 !important; }

.lookup-form :-moz-placeholder {
  color: #ffffff;
  opacity: 1 !important; }

.lookup-form ::-moz-placeholder {
  color: #ffffff;
  opacity: 1 !important; }

.lookup-form :-ms-input-placeholder {
  color: #ffffff;
  opacity: 1 !important; }

.lookup-form input[type="text"] {
  border: none;
  background-color: transparent;
  border-bottom: 2.5px solid #ffffff;
  color: #ffffff; }
  .lookup-form input[type="text"]:focus {
    outline: none; }

.form-container {
  margin: 0 auto;
  max-width: 768px; }
  @media screen and (max-width: 768px) {
    .form-container {
      padding: 0 2.5%; } }
  .form-container.fw {
    max-width: 800px; }
    @media screen and (max-width: 768px) {
      .form-container.fw {
        max-width: 100%; } }

.gform_wrapper {
  overflow: visible !important; }
  .gform_wrapper input:focus,
  .gform_wrapper select:focus,
  .gform_wrapper textarea:focus {
    outline: 0 !important; }
  .gform_wrapper input[type="text"] {
    border: 2px solid rgba(250, 162, 27, 0.65);
    color: #575757;
    padding: 0.5em !important; }
  .gform_wrapper textarea {
    border: 2px solid rgba(250, 162, 27, 0.65);
    color: #575757; }
  .gform_wrapper select {
    border: 2px solid rgba(250, 162, 27, 0.65);
    color: #575757;
    line-height: 1.25 !important;
    padding: 0.65em 3em 0.65em 0.45em !important;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin-bottom: 0 !important;
    background-image: url("assets/imgs/global/select-arrows.png");
    background-size: 1em;
    background-repeat: no-repeat;
    background-position: 95% 50%; }
    .gform_wrapper select::-ms-expand {
      display: none; }
  .gform_wrapper .gfield_contains_required.gfield_error select {
    border: 2px solid #c91f1f; }
  .gform_wrapper .gl_left_half,
  .gform_wrapper .gl_right_half {
    display: inline-block;
    width: 50% !important; }
    @media screen and (max-width: 479px) {
      .gform_wrapper .gl_left_half,
      .gform_wrapper .gl_right_half {
        width: 100% !important; } }
  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 16px !important; }
  .gform_wrapper .gfield_label {
    font-size: 1em !important;
    line-height: 1.5 !important;
    font-weight: normal !important; }
  .gform_wrapper .gfield_required {
    float: left;
    color: #c91f1f !important;
    margin-left: -2px !important; }
  .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .gform_wrapper li.gfield_error textarea {
    border: 2px solid #c91f1f !important; }
  .gform_wrapper .gfield_error .gfield_label {
    color: #c91f1f !important; }
  .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
  .gform_wrapper li.gfield_error ul.gfield_checkbox,
  .gform_wrapper li.gfield_error ul.gfield_radio {
    color: #c91f1f !important; }
  .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0 !important; }
  .gform_wrapper .validation_message {
    color: #c91f1f !important;
    font-weight: 700;
    letter-spacing: normal; }
  .gform_wrapper div.ginput_container {
    margin-top: 0 !important; }
  .gform_wrapper .inline-checkbox .ginput_container_checkbox {
    display: inline-block;
    width: 75%; }
    @media screen and (max-width: 479px) {
      .gform_wrapper .inline-checkbox .ginput_container_checkbox {
        vertical-align: bottom;
        margin-top: 3px; } }
  @media screen and (max-width: 479px) {
    .gform_wrapper .inline-checkbox > label {
      vertical-align: middle;
      margin: 1em 0; } }
  .gform_wrapper .inline-checkbox > div,
  .gform_wrapper .inline-checkbox > label {
    display: inline-block; }
  @media screen and (max-width: 768px) {
    .gform_wrapper .inline-checkbox .gfield_checkbox li {
      width: 100%; } }
  .gform_wrapper .inline-checkbox .gfield_checkbox li label {
    margin-top: 3px !important; }
  .gform_wrapper .gform_button,
  .gform_wrapper .gform_next_button,
  .gform_wrapper .gform_previous_button {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
    background-image: none;
    border-radius: 50vh;
    text-transform: uppercase;
    border: 3px solid #faa21b;
    background-color: #faa21b !important;
    font-family: VAGRoundedStd-Black !important;
    color: #ffffff !important;
    display: inline-block;
    font-size: 1.25em !important;
    padding: 0.5em 1.5em !important;
    text-decoration: none;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    letter-spacing: 0.075em !important; }
    .gform_wrapper .gform_button:hover,
    .gform_wrapper .gform_next_button:hover,
    .gform_wrapper .gform_previous_button:hover {
      background-color: transparent !important;
      color: #faa21b !important;
      -webkit-box-shadow: none;
              box-shadow: none;
      text-shadow: none;
      background-image: none;
      border: 3px solid #faa21b !important; }
    .gform_wrapper .gform_button.submit-button,
    .gform_wrapper .gform_next_button.submit-button,
    .gform_wrapper .gform_previous_button.submit-button {
      border: 3px solid #ec008c;
      color: #ffffff;
      background-color: #ec008c !important; }
      .gform_wrapper .gform_button.submit-button:hover,
      .gform_wrapper .gform_next_button.submit-button:hover,
      .gform_wrapper .gform_previous_button.submit-button:hover {
        color: #ec008c !important;
        background-color: transparent !important;
        border: 3px solid #ec008c !important; }
  .gform_wrapper div.validation_error {
    color: #c91f1f !important;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    border-top: 2px solid #c91f1f !important;
    border-bottom: 2px solid #c91f1f !important;
    padding: 16px 0;
    clear: both;
    width: 100%;
    text-align: center; }
  .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
  .gform_wrapper li.gfield.gfield_error {
    background-color: transparent !important;
    margin-bottom: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important; }
  .gform_wrapper .gfield_radio li {
    display: block; }
    @media screen and (max-width: 479px) {
      .gform_wrapper .gfield_radio li:not(:first-child) {
        margin-left: 0 !important; } }
  .gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select,
  .gform_wrapper .gform_wrapper.gf_browser_chrome .ginput_complex select {
    margin-top: 0 !important; }

.location-state-dropdown,
.location-city-dropdown {
  display: inline-block;
  width: 50% !important; }
  @media screen and (max-width: 479px) {
    .location-state-dropdown,
    .location-city-dropdown {
      width: 100% !important; } }

.ginput_container_time select {
  padding: 0.65em 1.5em 0.65em 0.45em !important; }

.gform_confirmation_message_1 h3 {
  text-align: center;
  color: #a6ce39; }

.gform_confirmation_message_1 a {
  text-decoration: none;
  color: #ec008c; }

#field_4_91 {
  position: relative; }
  #field_4_91 .instruction.validation_message {
    position: absolute;
    bottom: -1.5em; }

#field_1_4 .gfield_description.validation_message {
  position: absolute; }

/*SITE ALERT*/
.site-alert {
  color: #ffffff;
  background: #00aeef;
  height: 3em;
  width: 100%;
  text-align: center;
  border-bottom: 3px solid #ffffff; }
  .site-alert a {
    color: #ffffff;
    text-decoration: none; }
  .site-alert .site-alert-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 768px) {
      .site-alert .site-alert-content {
        max-width: 90%;
        margin: 0 auto; } }
    .site-alert .site-alert-content a {
      display: inline-block;
      position: relative; }
      @media screen and (max-width: 1024px) {
        .site-alert .site-alert-content a {
          max-width: 90%;
          margin: 0 auto;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          .site-alert .site-alert-content a > * {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; } }
    .site-alert .site-alert-content .site-alert-close {
      display: inline-block;
      cursor: pointer; }
      .site-alert .site-alert-content .site-alert-close img {
        margin-top: -0.25em;
        width: auto;
        height: 1.25em;
        vertical-align: middle; }

/*TOOL BAR*/
.site-tool-bar {
  width: 100%;
  background-color: #f47920;
  height: 3.75em; }
  @media screen and (max-width: 1024px) {
    .site-tool-bar {
      display: none; } }
  .site-tool-bar .store-look-up {
    background-color: #faa21b;
    display: inline-block;
    float: left;
    height: 3.75em;
    padding-left: 5%;
    width: 30%; }
    .site-tool-bar .store-look-up .lookup-form {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .site-tool-bar .store-look-up .lookup-form input[type="text"] {
        width: 110px; }
      .site-tool-bar .store-look-up .lookup-form span {
        font-family: VAGRoundedStd-Thin; }
      .site-tool-bar .store-look-up .lookup-form label {
        font-family: VAGRoundedStd-Bold;
        font-size: 1em;
        color: #ffffff;
        cursor: pointer; }
  .site-tool-bar .social-tool {
    position: relative;
    display: inline-block;
    float: left;
    width: 70%;
    padding-right: 5%; }
    .site-tool-bar .social-tool .social-icons {
      height: 3.75em; }
      .site-tool-bar .social-tool .social-icons .header-check-card-link {
        width: auto;
        float: left;
        color: #ffffff;
        font-family: VAGRoundedStd-Bold;
        text-decoration: none;
        outline: none;
        border: none; }
        .site-tool-bar .social-tool .social-icons .header-check-card-link:focus, .site-tool-bar .social-tool .social-icons .header-check-card-link:selected {
          outline: none; }
      .site-tool-bar .social-tool .social-icons .header-check-card {
        height: 3.75em; }
        .site-tool-bar .social-tool .social-icons .header-check-card span {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          top: -8%; }
        .site-tool-bar .social-tool .social-icons .header-check-card img {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          max-height: 40px;
          margin: 0 0.5em 0 1em; }
      .site-tool-bar .social-tool .social-icons .copy {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #ffffff;
        display: inline-block;
        float: right;
        padding-right: 1em; }
    .site-tool-bar .social-tool .social-icon-list {
      float: right;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .site-tool-bar .social-tool .social-icon-list li {
        float: right; }
        .site-tool-bar .social-tool .social-icon-list li:not(:last-child) {
          margin-left: 0.5em; }
        .site-tool-bar .social-tool .social-icon-list li a {
          display: table;
          background-color: white;
          padding: 0.65em;
          border-radius: 50%;
          text-align: center;
          text-decoration: none;
          height: 2em;
          width: 2em; }
          .site-tool-bar .social-tool .social-icon-list li a i {
            color: #f47920;
            font-size: 1.25em;
            vertical-align: middle;
            width: 1em; }

/*HEADER*/
.site-header {
  background-color: #ffffff;
  width: 100%;
  height: 6.75em;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  z-index: 99; }
  @media screen and (max-width: 479px) {
    .site-header {
      height: 5em; } }
  .site-header .site-branding {
    float: left;
    height: 6.75em;
    width: 30%;
    display: inline-block;
    padding-left: 5%; }
    @media screen and (max-width: 479px) {
      .site-header .site-branding {
        height: 5em;
        width: 40%; } }
    .site-header .site-branding img.logo {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      max-height: 3.85em; }
  .site-header .mobile-card {
    display: none;
    position: absolute;
    -webkit-transition: all 0.7s;
    transition: all 0.7s; }
    @media screen and (max-width: 1024px) {
      .site-header .mobile-card {
        display: block;
        right: 22.5%;
        top: 22.5px; } }
    @media screen and (max-width: 768px) {
      .site-header .mobile-card {
        right: 30%; } }
    @media screen and (max-width: 479px) {
      .site-header .mobile-card {
        top: 16px; } }
    .site-header .mobile-card a {
      text-decoration: none; }
    @media screen and (max-width: 479px) {
      .site-header .mobile-card img {
        height: 32px; } }
  .site-header .mobile-locations {
    display: none;
    position: absolute;
    -webkit-transition: all 0.7s;
    transition: all 0.7s; }
    @media screen and (max-width: 1024px) {
      .site-header .mobile-locations {
        display: block;
        top: 32px;
        right: 15%; } }
    @media screen and (max-width: 768px) {
      .site-header .mobile-locations {
        right: 17.5%; } }
    @media screen and (max-width: 479px) {
      .site-header .mobile-locations {
        right: 20%;
        top: 16px; } }
    .site-header .mobile-locations a {
      text-decoration: none; }
      .site-header .mobile-locations a img {
        width: auto; }
        @media screen and (max-width: 1024px) {
          .site-header .mobile-locations a img {
            height: 50px; } }
        @media screen and (max-width: 479px) {
          .site-header .mobile-locations a img {
            height: 32px; } }
  .site-header .button_container {
    display: none;
    cursor: pointer;
    height: 43.2px;
    margin: 0 auto;
    right: 5%;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    width: 50px;
    z-index: 9999;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute; }
    @media screen and (max-width: 1024px) {
      .site-header .button_container {
        display: block; } }
    @media screen and (max-width: 479px) {
      .site-header .button_container {
        height: 27px;
        margin: 0 0 0 15px;
        width: 35px; } }
    .site-header .button_container:hover .bottom,
    .site-header .button_container:hover .middle,
    .site-header .button_container:hover .top {
      background: #88aa2a; }
    .site-header .button_container.active {
      top: 45%; }
      .site-header .button_container.active .top {
        -webkit-transform: translateY(22px) translateX(0) rotate(45deg);
                transform: translateY(22px) translateX(0) rotate(45deg);
        background: #a6ce39; }
        @media screen and (max-width: 479px) {
          .site-header .button_container.active .top {
            -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
                    transform: translateY(10px) translateX(0) rotate(45deg); } }
      .site-header .button_container.active .middle {
        opacity: 0;
        background: #a6ce39; }
      .site-header .button_container.active .bottom {
        -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
                transform: translateY(-10px) translateX(0) rotate(-45deg);
        background: #a6ce39; }
      .site-header .button_container.active:hover .bottom,
      .site-header .button_container.active:hover .middle,
      .site-header .button_container.active:hover .top {
        background: #88aa2a; }
    .site-header .button_container span {
      background: #a6ce39;
      border-radius: 2px;
      border: none;
      cursor: pointer;
      height: 8px;
      left: 0;
      position: absolute;
      top: 0;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease;
      width: 100%; }
      .site-header .button_container span:nth-of-type(2) {
        top: 16px; }
      .site-header .button_container span:nth-of-type(3) {
        top: 32px; }
      @media screen and (max-width: 479px) {
        .site-header .button_container span {
          height: 5px; }
          .site-header .button_container span:nth-of-type(2) {
            top: 10px; }
          .site-header .button_container span:nth-of-type(3) {
            top: 20px; } }
  .site-header .nav-container {
    float: left;
    height: 6.75em;
    width: 70%;
    display: inline-block;
    position: relative;
    padding-right: 5%; }
    @media screen and (max-width: 1024px) {
      .site-header .nav-container {
        display: none; } }
    .site-header .nav-container nav {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .site-header .nav-container nav .menu > li > a {
        text-transform: uppercase; }
      .site-header .nav-container nav .menu > li:hover:after {
        background-color: #f47920; }
      .site-header .nav-container nav .menu > li:after {
        content: " ";
        position: absolute;
        width: 110%;
        height: 1px;
        bottom: -0.5em;
        left: -5%;
        background-color: rgba(244, 121, 32, 0);
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear; }
      .site-header .nav-container nav .menu > .current-menu-ancestor:after,
      .site-header .nav-container nav .menu > .current_page_item:after {
        content: " ";
        position: absolute;
        width: 110%;
        height: 1px;
        bottom: -0.5em;
        left: -5%;
        border-bottom: 1px solid #f47920; }
      .site-header .nav-container nav a {
        font-family: VAGRoundedStd-Black;
        color: #575757;
        -webkit-transition: color 0.25s linear;
        transition: color 0.25s linear; }
        .site-header .nav-container nav a:hover {
          color: #f47920; }
      .site-header .nav-container nav ul {
        width: 100%;
        display: table;
        position: relative;
        float: right; }
        .site-header .nav-container nav ul li {
          float: right; }
          .site-header .nav-container nav ul li.current_page_item > a {
            color: #f47920; }
          .site-header .nav-container nav ul li:not(:last-child) {
            margin-left: 2%; }
            @media screen and (min-width: 1300px) {
              .site-header .nav-container nav ul li:not(:last-child) {
                margin-left: 3%; } }
      .site-header .nav-container nav .menu .menu-item.pin > a:before {
        content: " ";
        background-repeat: no-repeat;
        background-image: url("assets/imgs/global/map-pin_small.png");
        background-size: contain;
        width: 0.85em;
        height: 1em;
        margin: 0 auto;
        position: relative;
        display: inline-block;
        float: left; }
      .site-header .nav-container nav .menu li.current-menu-ancestor > a {
        color: #f47920; }
      .site-header .nav-container nav .menu ul.sub-menu {
        margin: 1.5em auto;
        position: relative;
        width: 80%;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
        transform: none;
        display: none;
        left: auto;
        z-index: 999;
        position: absolute;
        -webkit-box-shadow: none;
                box-shadow: none;
        background-color: #ffffff;
        padding: 0 0.25em 0 0.9em;
        margin: 0 0.25em 0 -0.9em;
        top: 1.5em;
        width: 225px; }
        .site-header .nav-container nav .menu ul.sub-menu li.menu-item {
          position: relative;
          margin: 0.5em 0;
          display: inline-block;
          width: 100%;
          text-align: left; }
          .site-header .nav-container nav .menu ul.sub-menu li.menu-item a {
            font-family: VAGRoundedStd-Bold; }
            .site-header .nav-container nav .menu ul.sub-menu li.menu-item a:hover {
              color: #f47920; }
          .site-header .nav-container nav .menu ul.sub-menu li.menu-item.current_page_item a {
            color: #f47920; }
      .site-header .nav-container nav .menu li.mega > ul.sub-menu {
        margin: 1.5em auto;
        position: relative;
        width: 80%;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
        transform: none;
        display: none;
        left: auto;
        z-index: 999;
        position: absolute;
        -webkit-box-shadow: none;
                box-shadow: none;
        background-color: #ffffff;
        padding: 0 0.5em 0 0.9em;
        margin: 0.5em 0 0 -0.9em;
        top: 1.5em;
        width: 300px; }
        .site-header .nav-container nav .menu li.mega > ul.sub-menu li > a {
          width: 250px; }
        .site-header .nav-container nav .menu li.mega > ul.sub-menu .menu-item-has-children ul.sub-menu {
          display: block;
          position: relative;
          top: 0;
          float: left; }
          .site-header .nav-container nav .menu li.mega > ul.sub-menu .menu-item-has-children ul.sub-menu li {
            margin: 0.25em 0; }
          .site-header .nav-container nav .menu li.mega > ul.sub-menu .menu-item-has-children ul.sub-menu a {
            font-family: VAGRoundedStd-Thin; }
  .site-header.smaller {
    border-top: 4px solid #faa21b;
    z-index: 9999;
    top: 0;
    position: fixed;
    height: 5.55em;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0); }
    .site-header.smaller .site-branding {
      height: 5.55em; }
      .site-header.smaller .site-branding img.logo {
        max-height: 2.75em; }
    .site-header.smaller .nav-container {
      height: 5.55em; }

/*FOOTER NAV*/
.site-footer .footer-nav {
  position: relative;
  display: table;
  margin: 1.5em auto; }
  @media screen and (max-width: 479px) {
    .site-footer .footer-nav {
      width: 95%; } }
  .site-footer .footer-nav li {
    position: relative;
    float: left;
    display: table-cell;
    padding: 0 0.35em;
    text-align: center; }
    @media screen and (max-width: 479px) {
      .site-footer .footer-nav li {
        margin: 0.75em auto;
        width: 33.33333%; } }
    .site-footer .footer-nav li a {
      color: #ffffff;
      font-family: VAGRoundedStd-Bold;
      text-decoration: none; }

@supports (display: flex) and ((width: -webkit-max-content) or (width: -moz-max-content) or (width: max-content)) {
  .site-footer .footer-nav {
    position: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .site-footer .footer-nav li {
      position: unset;
      float: none;
      display: block;
      padding: 0 0.35em;
      text-align: initial;
      width: auto; }
      @media screen and (max-width: 479px) {
        .site-footer .footer-nav li {
          margin: 0; } }
      .site-footer .footer-nav li a {
        display: block;
        color: #ffffff;
        font-family: VAGRoundedStd-Bold;
        text-decoration: none; } }

/*MOBILE NAV*/
.mobile-nav-container {
  display: none;
  width: 100%;
  background-color: #f47920;
  z-index: 9999;
  position: fixed;
  overflow-y: scroll;
  height: calc(100vh - 110px);
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0); }
  .mobile-nav-container .menu-mobile-nav-container {
    position: relative;
    display: inline-block;
    width: 100%; }
  .mobile-nav-container.active {
    display: inline-block; }
  .mobile-nav-container #mobile-menu li {
    padding: 1.5em 0; }
  .mobile-nav-container #mobile-menu li a {
    display: inline-block;
    vertical-align: top; }
  .mobile-nav-container #mobile-menu li + li,
  .mobile-nav-container #mobile-menu li:first-child {
    border-bottom: 1px solid #f69651; }
  .mobile-nav-container #mobile-menu li:last-child {
    border-bottom: none; }
  .mobile-nav-container #mobile-menu li a {
    width: 100%;
    padding: 0 2em 0 2.5em;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.15em;
    font-family: VAGRoundedStd-Bold; }
  .mobile-nav-container #mobile-menu li.menu-item-has-children {
    padding-bottom: 0; }
    .mobile-nav-container #mobile-menu li.menu-item-has-children.open {
      background-color: #f47920; }
      .mobile-nav-container #mobile-menu li.menu-item-has-children.open ul.sub-menu {
        border-top: none; }
        .mobile-nav-container #mobile-menu li.menu-item-has-children.open ul.sub-menu li.menu-item-has-children.open {
          background-color: #f47920; }
    .mobile-nav-container #mobile-menu li.menu-item-has-children > a {
      margin-bottom: 1.25em; }
      .mobile-nav-container #mobile-menu li.menu-item-has-children > a:before {
        content: "\f105";
        font-family: FontAwesome;
        float: left;
        padding-left: 0.9em;
        font-size: 1.5em;
        vertical-align: middle;
        position: absolute;
        left: 0;
        margin-top: -0.35em;
        font-weight: light; }
      .mobile-nav-container #mobile-menu li.menu-item-has-children > a.open:before {
        content: "\f107"; }
  .mobile-nav-container #mobile-menu .sub-menu {
    display: none;
    margin-left: 0;
    border-top: 1px solid #f69651; }
    .mobile-nav-container #mobile-menu .sub-menu li {
      background-color: #d6600b;
      border: none; }
    .mobile-nav-container #mobile-menu .sub-menu li:last-child {
      border-bottom: none; }
    .mobile-nav-container #mobile-menu .sub-menu ul.sub-menu li a {
      padding: 0 2em 0 4em; }
  .mobile-nav-container .mobile-social-container {
    color: #ffffff;
    display: inline-block;
    margin: 2em 0 4em;
    padding: 0 2em;
    position: relative;
    width: 100%; }
    .mobile-nav-container .mobile-social-container p {
      display: inline-block;
      width: 100%;
      line-height: 1.25;
      margin-bottom: 1.5em; }
    .mobile-nav-container .mobile-social-container .social-icon-list {
      position: relative;
      display: inline-block;
      width: 100%; }
      .mobile-nav-container .mobile-social-container .social-icon-list li {
        float: left; }
        .mobile-nav-container .mobile-social-container .social-icon-list li:not(:first-child) {
          margin-left: 0.5em; }
        .mobile-nav-container .mobile-social-container .social-icon-list li a {
          display: table;
          background-color: white;
          padding: 0.55em 0.7em;
          border-radius: 50%;
          text-align: center;
          text-decoration: none;
          width: 1em;
          height: 1em; }
          .mobile-nav-container .mobile-social-container .social-icon-list li a i {
            color: #f47920;
            font-size: 1em;
            vertical-align: middle;
            width: 1em; }

.site-footer {
  background-color: #f47920;
  border-top: solid #ffffff 10px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  display: inline-block;
  vertical-align: top; }
  .site-footer .copyright {
    font-family: VAGRoundedStd-Bold;
    margin: 1.5em auto;
    max-width: 95%; }
  .site-footer .disclaimer {
    max-width: 85%;
    margin: 0 auto; }
  .site-footer .privacy-policy, .site-footer .link {
    color: #ffffff;
    display: inline-block;
    font-family: VAGRoundedStd-Bold;
    margin: 1.5em auto 2em;
    text-decoration: none;
    max-width: 95%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
  @media screen and (max-width: 479px) {
    .site-footer .policy-links {
      margin: 1em 0 0; } }
  @media screen and (max-width: 479px) {
    .site-footer .policy-links a {
      width: 100%;
      text-align: center;
      margin: 0 0 1em; } }
  .site-footer .policy-links a:not(:first-child)::before {
    content: '|';
    color: #ffffff;
    margin: 0 0.25em 0 0; }
    @media screen and (max-width: 479px) {
      .site-footer .policy-links a:not(:first-child)::before {
        display: none; } }

img[src*="bm.adentifi.com"] {
  display: none; }

.site-content {
  overflow: hidden; }

.slider-control {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  height: 4em;
  width: 4em;
  position: absolute;
  top: 50%;
  -webkit-transition: background-image 0.6s;
  transition: background-image 0.6s;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 999; }
  @media screen and (max-width: 479px) {
    .slider-control {
      height: 3em;
      width: 3em; } }
  .slider-control.next {
    right: 1em; }
    .slider-control.next.green {
      background-image: url("assets/imgs/controls/green_nav_right.png"); }
      .slider-control.next.green:hover {
        background-image: url("assets/imgs/controls/green_nav_right_hover.png"); }
    .slider-control.next.cyan {
      background-image: url("assets/imgs/controls/cyan_nav_right.png"); }
      .slider-control.next.cyan:hover {
        background-image: url("assets/imgs/controls/cyan_nav_right_hover.png"); }
  .slider-control.prev {
    left: 1em; }
    .slider-control.prev.green {
      background-image: url("assets/imgs/controls/green_nav_left.png"); }
      .slider-control.prev.green:hover {
        background-image: url("assets/imgs/controls/green_nav_left_hover.png"); }
    .slider-control.prev.cyan {
      background-image: url("assets/imgs/controls/cyan_nav_left.png"); }
      .slider-control.prev.cyan:hover {
        background-image: url("assets/imgs/controls/cyan_nav_left_hover.png"); }

.simple-title {
  text-align: center;
  color: #00aeef; }

.simple-content-container {
  max-width: 800px;
  margin: 2em auto; }
  .simple-content-container > * + * {
    margin: 1.5em 0 0; }
  .simple-content-container h1,
  .simple-content-container h2, .simple-content-container h3, .simple-content-container h4, .simple-content-container h5 {
    font-size: 1.5em;
    color: #00aeef;
    margin-bottom: 0; }
  .simple-content-container a {
    color: #ec008c; }
  .simple-content-container ul {
    list-style: disc; }
    .simple-content-container ul li {
      margin-left: 1.25em; }

.interior-hero {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  .interior-hero .hero-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 30vh;
    position: relative; }
    .interior-hero .hero-img:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 29.27083%; }
    .interior-hero .hero-img > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    @media screen and (max-width: 479px) {
      .interior-hero .hero-img {
        min-height: 20vh; } }

.interior-intro-copy {
  padding: 2.5em 25%;
  text-align: center;
  line-height: 1.5; }
  @media screen and (max-width: 768px) {
    .interior-intro-copy {
      padding: 2.5em 5%; } }
  .interior-intro-copy h2 {
    font-family: VAGRoundedStd-Bold; }
  .interior-intro-copy p {
    color: #f47920; }

.boxed {
  font-size: 2.75em;
  display: inline-block;
  width: auto;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center; }
  .boxed h2 {
    font-size: 1em;
    word-break: keep-all;
    display: inline-block;
    position: relative;
    line-height: normal;
    padding-bottom: 5px;
    margin-bottom: 10px; }
    .boxed h2:after {
      content: " ";
      margin: 0 auto;
      position: absolute;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 65%;
      top: auto;
      height: 3px;
      border-radius: 3px;
      bottom: -3px;
      border-bottom: 3px solid #f47920; }

.block-row {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top; }
  .block-row .block {
    display: inline-block;
    height: 28em;
    position: relative;
    width: 50%; }
    @media screen and (max-width: 768px) {
      .block-row .block {
        width: 100%; } }
    .block-row .block.cyan {
      background-color: #00aeef; }
    .block-row .block.biggby-orange {
      background-color: #f47920; }
    .block-row .block.light-orange {
      background-color: #faa21b; }
    .block-row .block.magenta {
      background-color: #ec008c; }
    .block-row .block.purple {
      background-color: #74489d; }
    .block-row .block.teal {
      background-color: #00aaad; }
    .block-row .block.green {
      background-color: #a6ce39; }
  .block-row.right .block {
    float: right; }
  .block-row.left .block {
    float: left; }
  .block-row .image-block {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .block-row .content-block .content-container {
    color: #ffffff;
    width: 95%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .block-row .content-block .content-container h2 {
      font-family: VAGRoundedStd-Bold;
      line-height: normal;
      font-size: 3.25em; }
      @media screen and (max-width: 479px) {
        .block-row .content-block .content-container h2 {
          font-size: 2.75em; } }
      .block-row .content-block .content-container h2 .sub-copy {
        font-family: VAGRoundedStd-Thin;
        color: #000000;
        font-size: 0.65em; }
    .block-row .content-block .content-container p {
      color: #ffffff;
      font-family: VAGRoundedStd-Thin;
      line-height: 1.5;
      margin: 1em auto 0;
      max-width: 480px; }
    .block-row .content-block .content-container.a-left h2,
    .block-row .content-block .content-container.a-left p, .block-row .content-block .content-container.a-right h2,
    .block-row .content-block .content-container.a-right p {
      max-width: 90%;
      margin: 0 auto; }
    .block-row .content-block .content-container.a-left p, .block-row .content-block .content-container.a-right p {
      margin: 1em auto 0; }
  .block-row .content-block .slider-control {
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 3.5em;
    margin: 0 0.5em;
    position: absolute;
    top: 130%;
    -webkit-transition: background-image 0.6s;
    transition: background-image 0.6s;
    width: 3.5em;
    z-index: 999; }
    .block-row .content-block .slider-control.next {
      right: auto;
      left: 50%; }
      .block-row .content-block .slider-control.next.green {
        background-image: url("assets/imgs/controls/green_nav_right.png"); }
        .block-row .content-block .slider-control.next.green:hover {
          background-image: url("assets/imgs/controls/green_nav_right_hover.png"); }
      .block-row .content-block .slider-control.next.cyan {
        background-image: url("assets/imgs/controls/cyan_nav_right.png"); }
        .block-row .content-block .slider-control.next.cyan:hover {
          background-image: url("assets/imgs/controls/cyan_nav_right_hover.png"); }
    .block-row .content-block .slider-control.prev {
      left: auto;
      right: 50%; }
      .block-row .content-block .slider-control.prev.green {
        background-image: url("assets/imgs/controls/green_nav_left.png"); }
        .block-row .content-block .slider-control.prev.green:hover {
          background-image: url("assets/imgs/controls/green_nav_left_hover.png"); }
      .block-row .content-block .slider-control.prev.cyan {
        background-image: url("assets/imgs/controls/cyan_nav_left.png"); }
        .block-row .content-block .slider-control.prev.cyan:hover {
          background-image: url("assets/imgs/controls/cyan_nav_left_hover.png"); }

.general-interior-copy {
  line-height: 1.25;
  font-family: VAGRoundedStd-Thin;
  color: #000000;
  width: 80%;
  max-width: 800px;
  margin: 0 auto 2.5em; }
  @media screen and (max-width: 768px) {
    .general-interior-copy {
      max-width: 95%; } }
  .general-interior-copy img {
    max-width: 50%;
    margin-top: 1em;
    margin-bottom: 1em; }
    @media screen and (max-width: 768px) {
      .general-interior-copy img {
        max-width: 70%; } }
  .general-interior-copy ul {
    list-style: disc; }
    .general-interior-copy ul li {
      margin-left: 2.5em; }
  .general-interior-copy .slick-slider li {
    margin: 0 auto; }
  .general-interior-copy a {
    color: #ec008c; }
  .general-interior-copy h3 {
    font-size: 2em;
    font-family: VAGRoundedStd-Bold;
    color: #00aeef;
    line-height: 1.25; }
  .general-interior-copy h4 {
    font-size: 1.25em;
    font-family: VAGRoundedStd-Bold;
    color: #a6ce39;
    line-height: 1.25; }
  .general-interior-copy.error {
    height: 45vh;
    text-align: center;
    line-height: 2; }
    .general-interior-copy.error h2 {
      font-family: VAGRoundedStd-Bold;
      color: #ec008c; }
    .general-interior-copy.error .content {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

hr {
  background: #00aeef;
  color: #00aeef;
  height: 1px;
  margin: 1em 0; }
  hr.cyan {
    background: #00aeef;
    color: #00aeef; }
  hr.magenta {
    background: #ec008c;
    color: #ec008c; }
  hr.orange {
    background: #f47920;
    color: #f47920; }
  hr.green {
    background: #a6ce39;
    color: #a6ce39; }

.single-post .general-interior-copy {
  max-width: 800px; }
  @media screen and (max-width: 768px) {
    .single-post .general-interior-copy {
      max-width: 95%; } }
  .single-post .general-interior-copy h1 {
    font-family: VAGRoundedStd-Bold; }
  .single-post .general-interior-copy .entry-content {
    line-height: 1.5; }

.go-back {
  height: 3em; }
  .go-back.news .arrow {
    background-image: url("assets/imgs/controls/green_nav_left.png");
    background-size: contain;
    display: inline-block;
    height: 2em;
    vertical-align: middle;
    width: 2em;
    margin-top: -2px; }
  .go-back a {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: none;
    font-family: VAGRoundedStd-Bold;
    color: #a6ce39; }

.block-row .block .slick-slide .content-container p {
  margin: 0 auto; }

.block-row .block .slick-slide h2 p {
  font-size: 1.2em;
  max-width: 80%;
  line-height: 1; }

.block-row .block.cyan .slider-control.next {
  background-image: url("assets/imgs/controls/cyan_nav_right.png"); }
  .block-row .block.cyan .slider-control.next:hover {
    background-image: url("assets/imgs/controls/cyan_nav_right_hover.png"); }

.block-row .block.cyan .slider-control.prev {
  background-image: url("assets/imgs/controls/cyan_nav_left.png"); }
  .block-row .block.cyan .slider-control.prev:hover {
    background-image: url("assets/imgs/controls/cyan_nav_left_hover.png"); }

.block-row .block.magenta .slider-control.next {
  background-image: url("assets/imgs/controls/pink_nav_right.png"); }
  .block-row .block.magenta .slider-control.next:hover {
    background-image: url("assets/imgs/controls/pink_nav_right_hover.png"); }

.block-row .block.magenta .slider-control.prev {
  background-image: url("assets/imgs/controls/pink_nav_left.png"); }
  .block-row .block.magenta .slider-control.prev:hover {
    background-image: url("assets/imgs/controls/pink_nav_left_hover.png"); }

head {
  display: none; }

.social-footer .social-footer-share-bar {
  background-color: #f47920;
  border-bottom: solid #ffffff 10px;
  border-top: solid #ffffff 10px;
  padding: 0 5%;
  width: 100%; }
  @media screen and (max-width: 479px) {
    .social-footer .social-footer-share-bar {
      padding: 0 2.5%; } }
  .social-footer .social-footer-share-bar .share-bar-content {
    padding: 1em 0;
    color: #ffffff;
    display: inline-block;
    width: 100%; }
    .social-footer .social-footer-share-bar .share-bar-content h3 {
      padding-top: 0.25em;
      font-family: VAGRoundedStd-Bold;
      font-size: 1.75em; }
    .social-footer .social-footer-share-bar .share-bar-content .callout,
    .social-footer .social-footer-share-bar .share-bar-content .social-icons {
      display: inline-block; }
      @media screen and (max-width: 768px) {
        .social-footer .social-footer-share-bar .share-bar-content .callout,
        .social-footer .social-footer-share-bar .share-bar-content .social-icons {
          width: 100%;
          margin: 0.5em auto;
          text-align: center; } }
    .social-footer .social-footer-share-bar .share-bar-content .social-icons {
      float: right; }
      @media screen and (max-width: 768px) {
        .social-footer .social-footer-share-bar .share-bar-content .social-icons {
          float: none;
          margin: 0.5em auto; } }
      @media screen and (max-width: 768px) {
        .social-footer .social-footer-share-bar .share-bar-content .social-icons ul {
          display: table;
          margin: 1em auto; } }
      .social-footer .social-footer-share-bar .share-bar-content .social-icons ul li {
        float: right; }
        @media screen and (max-width: 768px) {
          .social-footer .social-footer-share-bar .share-bar-content .social-icons ul li {
            float: right; } }
        .social-footer .social-footer-share-bar .share-bar-content .social-icons ul li:not(:last-child) {
          margin-left: 1em; }
          @media screen and (max-width: 768px) {
            .social-footer .social-footer-share-bar .share-bar-content .social-icons ul li:not(:last-child) {
              margin-left: 0.35em; } }
      .social-footer .social-footer-share-bar .share-bar-content .social-icons ul a {
        display: table;
        background-color: #ffffff;
        padding: 0.75em;
        border-radius: 50%;
        text-align: center;
        text-decoration: none;
        height: 2em;
        width: 2em; }
        .social-footer .social-footer-share-bar .share-bar-content .social-icons ul a i {
          color: #f47920;
          font-size: 1.5em;
          vertical-align: middle;
          width: 1em; }

.social-footer .social-footer-slider {
  width: 100%;
  vertical-align: top;
  /* the slides */
  /* the parent */ }
  .social-footer .social-footer-slider-loading {
    position: relative;
    overflow: hidden;
    height: 215px; }
    .social-footer .social-footer-slider-loading:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      -webkit-transition: all 250ms linear;
      transition: all 250ms linear;
      background-color: white; }
  .social-footer .social-footer-slider.left {
    margin-top: 10px; }
  .social-footer .social-footer-slider [dir='rtl'] .slick-slide {
    float: left; }
  .social-footer .social-footer-slider .slick-slider {
    overflow: hidden; }
  .social-footer .social-footer-slider .slick-slide {
    margin: 0 0.25em; }
  .social-footer .social-footer-slider .slick-list {
    margin: 0 -0.25em; }
  .social-footer .social-footer-slider .social-slider {
    position: relative; }
    .social-footer .social-footer-slider .social-slider .slide {
      cursor: pointer;
      height: 215px;
      width: 215px; }
      .social-footer .social-footer-slider .social-slider .slide img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .social-footer .social-footer-slider .social-slider .slide .front {
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        overflow: hidden;
        height: 100%;
        width: 100%;
        min-width: 100%;
        min-height: 100%; }
        @media screen and (max-width: 768px) {
          .social-footer .social-footer-slider .social-slider .slide .front {
            min-width: 100%;
            min-height: 100%; } }
        .social-footer .social-footer-slider .social-slider .slide .front img {
          height: 100%;
          width: auto; }
      .social-footer .social-footer-slider .social-slider .slide .back {
        background-size: contain;
        background-position: center;
        overflow: hidden;
        position: relative;
        background-repeat: no-repeat;
        min-width: 100%;
        min-height: 100%; }
        @media screen and (max-width: 768px) {
          .social-footer .social-footer-slider .social-slider .slide .back {
            min-width: 100%;
            min-height: 100%; } }
        .social-footer .social-footer-slider .social-slider .slide .back .content {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          text-align: center; }

.slick-slide:focus {
  outline: none; }

.franchise-cta {
  text-align: center;
  background-color: #faa21b;
  margin: 0;
  padding: 2rem 0 3rem; }
  .franchise-cta-header {
    font-family: VAGRoundedStd-Bold;
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
    color: #ffffff;
    font-size: 3.1rem; }

/*PAGES*/
/*HERO SLIDER*/
.home-hero-slider {
  vertical-align: top; }
  .home-hero-slider .slider {
    width: 100%;
    height: 100%;
    background-color: #f47920; }
    .home-hero-slider .slider .slide {
      position: relative;
      width: 100%;
      float: left; }
      .home-hero-slider .slider .slide .hero-img-mobile {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        display: none; }
        @media screen and (max-width: 768px) {
          .home-hero-slider .slider .slide .hero-img-mobile {
            display: block;
            position: relative;
            position: relative; }
            .home-hero-slider .slider .slide .hero-img-mobile:before {
              display: block;
              content: "";
              width: 100%;
              padding-top: 75%; }
            .home-hero-slider .slider .slide .hero-img-mobile > .content {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0; } }
      .home-hero-slider .slider .slide .hero-img {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        position: relative; }
        .home-hero-slider .slider .slide .hero-img:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 33.85417%; }
        .home-hero-slider .slider .slide .hero-img > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        @media screen and (max-width: 768px) {
          .home-hero-slider .slider .slide .hero-img {
            display: none; } }
      .home-hero-slider .slider .slide .overlay {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .home-hero-slider .slider .slide .overlay {
            font-size: 0.8rem;
            position: relative;
            height: auto; } }
      .home-hero-slider .slider .slide .content {
        width: 50%;
        margin-left: 5%;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #ffffff;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .home-hero-slider .slider .slide .content {
            width: 100%;
            max-width: 90%;
            margin: 0 auto; } }
        @media screen and (max-width: 768px) {
          .home-hero-slider .slider .slide .content {
            margin: 1.5em auto;
            position: relative;
            width: 80%;
            top: 0;
            left: 0;
            -webkit-transform: none;
            transform: none;
            margin: 0 auto;
            padding: 1.5rem 0;
            position: relative; } }
        .home-hero-slider .slider .slide .content h2 {
          font-family: VAGRoundedStd-Bold;
          font-size: 4.5em;
          line-height: 1; }
          @media screen and (max-width: 1024px) {
            .home-hero-slider .slider .slide .content h2 {
              font-size: 4em; } }
          @media screen and (max-width: 479px) {
            .home-hero-slider .slider .slide .content h2 {
              font-size: 3.5em; } }
    @media screen and (max-width: 768px) {
      .home-hero-slider .slider .slider-control {
        top: 56.5vh; } }
    @media screen and (max-width: 479px) {
      .home-hero-slider .slider .slider-control {
        top: 44vh;
        height: 2.5em;
        width: 2.5em; } }
    .home-hero-slider .slider .slider-control.prev {
      left: 5%; }
    .home-hero-slider .slider .slider-control.next {
      right: 5%; }

/*HOME CARD CALL OUT*/
.home-card-callout {
  padding: 1rem 5%;
  background-color: #faa21b; }
  .home-card-callout img {
    max-height: 40px;
    vertical: middle;
    margin: 0 0.5em 0 0; }
  .home-card-callout span {
    font-family: VAGRoundedStd-Bold;
    font-size: 1.5rem;
    margin: 0 0.5rem 0 0; }
  @media screen and (max-width: 479px) {
    .home-card-callout div {
      margin: 0.5rem 0 0; } }
  .home-card-callout a {
    cursor: pointer;
    color: #ffffff;
    text-decoration: none; }
  .home-card-callout .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

/* LIVING HOPE SECTION */
.home-living-hope {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center; }
  .home-living-hope .top-label {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.6);
    font-family: VAGRoundedStd-Bold;
    font-weight: 400;
    display: inline-block;
    position: relative;
    width: auto;
    margin: 0 auto 0.75em; }
    @media screen and (max-width: 1024px) {
      .home-living-hope .top-label {
        padding: 0.5em 0 0; } }
    @media screen and (max-width: 768px) {
      .home-living-hope .top-label {
        padding: 1.5em 0 0; } }
    @media screen and (max-width: 479px) {
      .home-living-hope .top-label {
        padding: 0.5em 0 0; } }
  .home-living-hope .home-living-hope-container,
  .home-living-hope .home-living-hope-highlight-photo-container {
    position: relative;
    float: left;
    display: inline-block;
    min-height: 31.25em;
    height: 100%;
    width: 50%; }
    @media screen and (max-width: 768px) {
      .home-living-hope .home-living-hope-container,
      .home-living-hope .home-living-hope-highlight-photo-container {
        width: 100%; } }
  .home-living-hope .home-living-hope-container {
    background-color: #cda079; }
    .home-living-hope .home-living-hope-container .content {
      color: #ffffff;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 90%; }
      @media screen and (max-width: 768px) {
        .home-living-hope .home-living-hope-container .content {
          margin: 1.5em auto;
          position: relative;
          width: 80%;
          top: 0;
          left: 0;
          -webkit-transform: none;
          transform: none;
          margin-bottom: 3rem; } }
      .home-living-hope .home-living-hope-container .content h1 {
        font-family: VAGRoundedStd-Bold;
        font-size: 4rem; }
      .home-living-hope .home-living-hope-container .content h2 {
        font-weight: 600;
        max-width: 80%;
        margin: 0 auto;
        margin-top: 1rem;
        font-family: VAGRoundedStd-Thin;
        font-size: 1.5rem;
        color: #44271F; }
        @media screen and (max-width: 1024px) {
          .home-living-hope .home-living-hope-container .content h2 {
            line-height: 1; } }
      .home-living-hope .home-living-hope-container .content a {
        margin-top: 2.5rem; }
  .home-living-hope .home-living-hope-highlight-photo-container .home-living-hope-highlight-photo {
    min-height: 31.25em;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover; }

/*BELIEF SECTION*/
.home-beliefs {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center; }
  .home-beliefs .top-label {
    font-size: 2em;
    color: #ffffff;
    font-family: VAGRoundedStd-Bold;
    display: inline-block;
    width: auto;
    margin: 0 auto 0.75em;
    position: relative; }
    .home-beliefs .top-label:after {
      content: ' ';
      margin: 0 auto;
      position: absolute;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      top: auto;
      height: 3px;
      border-radius: 3px;
      bottom: -5px;
      border-bottom: 3px solid #ffffff; }
    @media screen and (max-width: 1024px) {
      .home-beliefs .top-label {
        padding: 0.5em 0 0; } }
    @media screen and (max-width: 768px) {
      .home-beliefs .top-label {
        padding: 1.5em 0 0; } }
    @media screen and (max-width: 479px) {
      .home-beliefs .top-label {
        padding: 0.5em 0 0; } }
  .home-beliefs .home-belief-container,
  .home-beliefs .home-belief-highlight-photo-container {
    min-height: 31.25em;
    height: 100%;
    width: 50%;
    display: inline-block;
    position: relative;
    float: left; }
    @media screen and (max-width: 768px) {
      .home-beliefs .home-belief-container,
      .home-beliefs .home-belief-highlight-photo-container {
        width: 100%; } }
  .home-beliefs .home-belief-container {
    background-color: #f47920; }
    .home-beliefs .home-belief-container .content {
      color: #ffffff;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 90%; }
      @media screen and (max-width: 768px) {
        .home-beliefs .home-belief-container .content {
          margin: 1.5em auto;
          position: relative;
          width: 80%;
          top: 0;
          left: 0;
          -webkit-transform: none;
          transform: none;
          margin-bottom: 3rem; } }
      .home-beliefs .home-belief-container .content .line-seperator {
        display: inline-block;
        height: 3px;
        background-color: #ffffff;
        border-radius: 3px;
        min-width: 85%;
        margin: 1em auto; }
      .home-beliefs .home-belief-container .content h2 {
        font-family: VAGRoundedStd-Bold;
        font-size: 3.5em; }
        @media screen and (max-width: 1024px) {
          .home-beliefs .home-belief-container .content h2 {
            line-height: 1; } }
        .home-beliefs .home-belief-container .content h2 span {
          font-family: VAGRoundedStd-Thin;
          font-size: 0.6em; }
      .home-beliefs .home-belief-container .content a {
        margin-top: 2.5rem; }
  .home-beliefs .home-belief-highlight-photo-container .home-belief-highlight-photo {
    min-height: 31.25em;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

/*OUR MENU*/
.home-our-menu {
  padding: 2.5em 0;
  background-color: #00aeef;
  width: 100%;
  min-height: 20vh;
  color: #ffffff;
  text-align: center; }
  .home-our-menu .heading {
    max-width: 90%;
    margin: 0 auto; }
  .home-our-menu a {
    color: #ffffff;
    text-decoration: none; }
  .home-our-menu h2 {
    font-family: VAGRoundedStd-Bold; }
  .home-our-menu h3 {
    font-family: VAGRoundedStd-Thin;
    font-size: 2.4em; }
  .home-our-menu .our-menu-slider-container {
    margin: 0 auto; }
    .home-our-menu .our-menu-slider-container .our-menu-slider {
      padding: 0 10%; }
      @media screen and (max-width: 479px) {
        .home-our-menu .our-menu-slider-container .our-menu-slider {
          padding: 0; } }
    .home-our-menu .our-menu-slider-container .our-menu-item {
      cursor: pointer;
      height: 60vh;
      padding: 0;
      position: relative;
      width: 225px; }
      .home-our-menu .our-menu-slider-container .our-menu-item .menu-item-container {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%; }
        .home-our-menu .our-menu-slider-container .our-menu-item .menu-item-container .img-container {
          height: 40vh;
          position: relative;
          vertical-align: bottom; }
        .home-our-menu .our-menu-slider-container .our-menu-item .menu-item-container img {
          display: inline-block;
          margin: 0 auto;
          max-width: 100%;
          max-height: 40vh;
          vertical-align: bottom; }
        .home-our-menu .our-menu-slider-container .our-menu-item .menu-item-container .menu-item-label {
          margin: 0.5em auto 0;
          line-height: normal;
          font-family: VAGRoundedStd-Bold;
          font-size: 1.25em; }

.team-members-container {
  position: relative; }
  .team-members-container .team-member-filter-container .team-member-filters {
    display: table;
    max-width: 90%;
    width: 100%;
    margin: 1.5em auto; }
  .team-members-container .team-member-filter-container .filter {
    text-align: center;
    color: #ffffff;
    padding: 0.75em 0.5em;
    display: table-cell;
    width: 20%;
    cursor: pointer;
    font-family: VAGRoundedStd-Bold;
    letter-spacing: 0.05em;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s; }
    @media screen and (max-width: 1024px) {
      .team-members-container .team-member-filter-container .filter {
        float: left;
        display: inline-block;
        width: 50%; } }
    @media screen and (max-width: 1024px) {
      .team-members-container .team-member-filter-container .filter:first-child {
        width: 100%; } }
    @media screen and (max-width: 479px) {
      .team-members-container .team-member-filter-container .filter {
        width: 100%; } }
    .team-members-container .team-member-filter-container .filter.green {
      color: #a6ce39;
      border: 3px solid #a6ce39; }
      .team-members-container .team-member-filter-container .filter.green.selected, .team-members-container .team-member-filter-container .filter.green:hover {
        color: #ffffff;
        background-color: #a6ce39; }
    .team-members-container .team-member-filter-container .filter.teal {
      color: #00aaad;
      border: 3px solid #00aaad; }
      .team-members-container .team-member-filter-container .filter.teal.selected, .team-members-container .team-member-filter-container .filter.teal:hover {
        color: #ffffff;
        background-color: #00aaad; }
    .team-members-container .team-member-filter-container .filter.magenta {
      color: #ec008c;
      border: 3px solid #ec008c; }
      .team-members-container .team-member-filter-container .filter.magenta.selected, .team-members-container .team-member-filter-container .filter.magenta:hover {
        color: #ffffff;
        background-color: #ec008c; }
    .team-members-container .team-member-filter-container .filter.cyan {
      color: #00aeef;
      border: 3px solid #00aeef; }
      .team-members-container .team-member-filter-container .filter.cyan.selected, .team-members-container .team-member-filter-container .filter.cyan:hover {
        color: #ffffff;
        background-color: #00aeef; }
    .team-members-container .team-member-filter-container .filter.purple {
      color: #74489d;
      border: 3px solid #74489d; }
      .team-members-container .team-member-filter-container .filter.purple.selected, .team-members-container .team-member-filter-container .filter.purple:hover {
        color: #ffffff;
        background-color: #74489d; }
  .team-members-container .team-member-list {
    display: table;
    height: 100%;
    list-style: none;
    vertical-align: top;
    width: 100%;
    position: relative; }
    @media screen and (max-width: 768px) {
      .team-members-container .team-member-list {
        display: inline-block; } }
  .team-members-container .team-member {
    cursor: pointer;
    float: left;
    display: table-cell;
    height: auto;
    padding: 0.5em;
    position: relative;
    text-align: center;
    width: 20%; }
    @media screen and (max-width: 768px) {
      .team-members-container .team-member {
        width: 25%; } }
    @media screen and (max-width: 479px) {
      .team-members-container .team-member {
        width: 50%; } }
    .team-members-container .team-member .headshot {
      position: relative;
      border: 0.5em solid transparent;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      -webkit-transition: background-image 0.2s ease-in-out;
      transition: background-image 0.2s ease-in-out; }
      .team-members-container .team-member .headshot:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 125%; }
      .team-members-container .team-member .headshot > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .team-members-container .team-member .labels {
      margin: 0.5em 0; }
    .team-members-container .team-member .name,
    .team-members-container .team-member .title {
      max-width: 90%;
      margin: 0 auto; }
    .team-members-container .team-member .name {
      font-family: VAGRoundedStd-Bold;
      color: #00aeef;
      margin: 0 auto 0.25em; }
    .team-members-container .team-member.active .headshot, .team-members-container .team-member:hover .headshot {
      border: 0.5em solid #00aeef; }
    .team-members-container .team-member.baristas .name {
      color: #00aaad; }
    .team-members-container .team-member.baristas.active .headshot, .team-members-container .team-member.baristas:hover .headshot {
      border: 0.5em solid #00aaad; }
    .team-members-container .team-member.owner-operators .name {
      color: #ec008c; }
    .team-members-container .team-member.owner-operators.active .headshot, .team-members-container .team-member.owner-operators:hover .headshot {
      border: 0.5em solid #ec008c; }
    .team-members-container .team-member.home-office-staff .name {
      color: #00aeef; }
    .team-members-container .team-member.home-office-staff.active .headshot, .team-members-container .team-member.home-office-staff:hover .headshot {
      border: 0.5em solid #00aeef; }
  .team-members-container li.expanded {
    background: #00aeef;
    cursor: default;
    display: none;
    height: 36em;
    overflow: hidden;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 100%;
    margin: 1em 0; }
    .team-members-container li.expanded ::-webkit-scrollbar {
      width: 0.75em;
      height: 0.75em; }
    .team-members-container li.expanded ::-webkit-scrollbar-thumb {
      background: #c9c9c9;
      border-radius: 0.375em; }
    .team-members-container li.expanded ::-webkit-scrollbar-track {
      background: #e4e4e4; }
    .team-members-container li.expanded body {
      scrollbar-face-color: #c9c9c9;
      scrollbar-track-color: #e4e4e4; }
    @media screen and (max-width: 768px) {
      .team-members-container li.expanded {
        height: 100%; } }
    .team-members-container li.expanded .member-close {
      background-image: url("assets/imgs/global/close-white.png");
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      right: 5%;
      top: 1.5em;
      cursor: pointer;
      width: 41px;
      height: 40px; }
  .team-members-container li .team-member-details {
    display: inline-block;
    height: auto;
    margin: 0 auto;
    max-width: 90%;
    position: relative;
    vertical-align: top;
    width: 100%;
    height: 30em;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 768px) {
      .team-members-container li .team-member-details {
        margin: 1.5em auto;
        position: relative;
        width: 80%;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
        height: 100%;
        width: 90%; } }
    .team-members-container li .team-member-details .left {
      width: 40%; }
    .team-members-container li .team-member-details .right {
      width: 60%;
      padding-left: 2%;
      height: auto;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (max-width: 768px) {
        .team-members-container li .team-member-details .right {
          margin: 1.5em auto;
          position: relative;
          width: 80%;
          top: 0;
          left: 0;
          -webkit-transform: none;
          transform: none;
          padding-left: 0;
          height: 100%; } }
      .team-members-container li .team-member-details .right .name {
        max-width: 100%;
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 2.75em;
        color: #ffffff;
        margin: 0 0 0.15em; }
      .team-members-container li .team-member-details .right .title {
        max-width: 100%;
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 1.5em;
        color: #ffffff;
        width: 100%; }
        .team-members-container li .team-member-details .right .title:after {
          content: " ";
          background-color: #ffffff;
          width: 100%;
          position: relative;
          display: block;
          height: 3px;
          margin: 0.5em 0; }
      .team-members-container li .team-member-details .right .about-copy {
        margin: 1.5em 0 0;
        text-align: left;
        height: 100%;
        max-height: 20.25em;
        color: #ffffff;
        overflow-y: auto;
        line-height: 1.25;
        padding-right: 5px; }
    .team-members-container li .team-member-details .left,
    .team-members-container li .team-member-details .right {
      position: relative;
      display: inline-block;
      float: left;
      height: 100%; }
      @media screen and (max-width: 768px) {
        .team-members-container li .team-member-details .left,
        .team-members-container li .team-member-details .right {
          width: 100%;
          float: none; } }
    .team-members-container li .team-member-details .headshot-expanded {
      background-size: 101%;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      margin: 0 auto;
      border: 1em solid #ffffff;
      max-height: 34em;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .team-members-container li .team-member-details .headshot-expanded:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%; }
      .team-members-container li .team-member-details .headshot-expanded > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      @media screen and (max-width: 768px) {
        .team-members-container li .team-member-details .headshot-expanded {
          margin: 1.5em auto;
          position: relative;
          width: 80%;
          top: 0;
          left: 0;
          -webkit-transform: none;
          transform: none; } }

.gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_last,
.gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle {
  margin-left: 0 !important; }

h2.featured {
  position: relative;
  width: auto;
  display: inline-block;
  font-size: 2.5em !important; }
  h2.featured:after {
    line-height: 1;
    background-color: #ffffff;
    content: " ";
    display: block;
    height: 3px;
    position: relative;
    width: 100%;
    margin: 0.2em auto 0; }

.block-row .store-number {
  margin-bottom: 0.5em;
  font-size: 1.55em;
  color: #000000; }

.featured-intro {
  margin-top: 0.5em !important;
  font-size: 1.2em; }

.block-row.featured-store h2 {
  position: relative;
  width: auto;
  display: inline-block;
  font-size: 2.5em !important; }
  .block-row.featured-store h2:after {
    line-height: 1;
    background-color: #ffffff;
    content: " ";
    display: block;
    height: 3px;
    position: relative;
    width: 100%;
    margin: 0.2em auto; }

.block-row.featured-store .block {
  min-height: 45em; }
  @media screen and (max-width: 768px) {
    .block-row.featured-store .block {
      min-height: 100%;
      height: 100%; } }

.block-row.featured-store .content-container {
  text-align: left;
  width: 90%; }
  @media screen and (max-width: 768px) {
    .block-row.featured-store .content-container {
      margin: 1.5em auto;
      position: relative;
      width: 80%;
      top: 0;
      left: 0;
      -webkit-transform: none;
      transform: none;
      width: 95%; } }
  .block-row.featured-store .content-container h3 {
    line-height: 1.25; }
  .block-row.featured-store .content-container p {
    max-width: 100%;
    color: #000000; }
  .block-row.featured-store .content-container .featured-store-slider {
    position: relative;
    height: auto;
    width: 100%; }
    .block-row.featured-store .content-container .featured-store-slider .slide {
      text-align: center;
      padding: 0 2.5%; }
    .block-row.featured-store .content-container .featured-store-slider img {
      max-height: 36em;
      margin: 0 auto;
      width: auto; }
    .block-row.featured-store .content-container .featured-store-slider .caption {
      margin-top: 1.5em;
      font-family: VAGRoundedStd-Bold; }
    .block-row.featured-store .content-container .featured-store-slider .slider-control.prev {
      right: auto;
      top: 50%;
      left: 0;
      background-image: url("assets/imgs/controls/green_nav_left.png"); }
      .block-row.featured-store .content-container .featured-store-slider .slider-control.prev:hover {
        background-image: url("assets/imgs/controls/green_nav_left_hover.png"); }
    .block-row.featured-store .content-container .featured-store-slider .slider-control.next {
      left: auto;
      top: 50%;
      right: 0;
      background-image: url("assets/imgs/controls/green_nav_right.png"); }
      .block-row.featured-store .content-container .featured-store-slider .slider-control.next:hover {
        background-image: url("assets/imgs/controls/green_nav_right_hover.png"); }

.general-interior-copy.featured-store h3 {
  color: #a6ce39; }

.featured-store-slider-container {
  margin: 1em auto;
  background-color: #fef1e0;
  padding: 3em 0; }
  .featured-store-slider-container .slide {
    text-align: center;
    padding: 0 2.5%; }
  .featured-store-slider-container img {
    width: auto;
    max-height: 50vh;
    margin: 0 auto; }
  .featured-store-slider-container .caption {
    color: #ec008c;
    margin: 1em auto;
    max-width: 768px;
    padding: 0 2%; }
  .featured-store-slider-container .slider-control.prev {
    left: 10%;
    background-image: url("assets/imgs/controls/green2_nav_left.png"); }
    .featured-store-slider-container .slider-control.prev:hover {
      background-image: url("assets/imgs/controls/green2_nav_left_hover.png"); }
  .featured-store-slider-container .slider-control.next {
    right: 10%;
    background-image: url("assets/imgs/controls/green2_nav_right.png"); }
    .featured-store-slider-container .slider-control.next:hover {
      background-image: url("assets/imgs/controls/green2_nav_right_hover.png"); }

.featured-store-details {
  margin: 0 auto;
  max-width: 480px;
  padding: 0 2.5%;
  color: #ec008c;
  font-size: 1.35em; }
  .featured-store-details > div {
    margin: 0;
    line-height: 1.25; }
  .featured-store-details .store-name {
    font-family: VAGRoundedStd-Bold; }
  .featured-store-details .divider {
    background-color: #ec008c;
    height: 0.1em;
    margin: 1em 0 1.5em;
    max-width: 480px;
    padding: 0 2%;
    width: 100%; }

.featured-store-social {
  margin: 1em 0;
  max-width: 800px;
  margin: 1.5em auto;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .featured-store-social {
      max-width: 95%; } }
  .featured-store-social .social-label {
    margin: 0 0 1em;
    font-size: 1.25em;
    font-family: VAGRoundedStd-Bold;
    color: #a6ce39; }
  .featured-store-social ul.social-icon-list {
    margin: 0 auto;
    display: inline-block; }
    .featured-store-social ul.social-icon-list li {
      float: right; }
      @media screen and (max-width: 768px) {
        .featured-store-social ul.social-icon-list li {
          float: right; } }
      .featured-store-social ul.social-icon-list li:not(:last-child) {
        margin-left: 1em; }
        @media screen and (max-width: 768px) {
          .featured-store-social ul.social-icon-list li:not(:last-child) {
            margin-left: 0.35em; } }
    .featured-store-social ul.social-icon-list a {
      display: table;
      background-color: #a6ce39;
      padding: 0.7em 0.75em;
      border-radius: 100%;
      text-align: center; }
      .featured-store-social ul.social-icon-list a i {
        color: #ffffff;
        font-size: 1.35em;
        vertical-align: middle;
        width: 0.85em; }

.store-locator-container {
  height: calc(100vh - 223px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media screen and (max-width: 768px) {
    .store-locator-container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      height: 100%; } }
  .store-locator-container .bar {
    color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 1.5% 2.5%;
    font-family: VAGRoundedStd-Bold;
    position: relative;
    font-size: 1.25em;
    text-transform: uppercase; }
    .store-locator-container .bar.biggby-orange {
      background-color: #f47920; }
    .store-locator-container .bar.green {
      background-color: #a6ce39; }
    .store-locator-container .bar.cyan {
      background-color: #00aeef; }
    .store-locator-container .bar.teal {
      background-color: #00aaad; }
  .store-locator-container .locator-controls {
    position: relative;
    width: 30%;
    min-height: 100%; }
    @media screen and (max-width: 768px) {
      .store-locator-container .locator-controls {
        width: 100%;
        min-height: 55vh; } }
    .store-locator-container .locator-controls .location-search {
      z-index: 25;
      background-color: #ffffff; }
      .store-locator-container .locator-controls .location-search input[type="text"] {
        height: 2em;
        width: 100%;
        font-size: 1.25em;
        padding-left: 2.5%;
        font-family: VAGRoundedStd-Thin;
        letter-spacing: 0.05em; }
        .store-locator-container .locator-controls .location-search input[type="text"]::-webkit-input-placeholder {
          color: #f47920;
          font-family: VAGRoundedStd-Bold; }
        .store-locator-container .locator-controls .location-search input[type="text"]:-moz-placeholder {
          /* Firefox 18- */
          color: #f47920;
          font-family: VAGRoundedStd-Bold; }
        .store-locator-container .locator-controls .location-search input[type="text"]::-moz-placeholder {
          /* Firefox 19+ */
          color: #f47920;
          font-family: VAGRoundedStd-Bold; }
        .store-locator-container .locator-controls .location-search input[type="text"]:-ms-input-placeholder {
          color: #f47920;
          font-family: VAGRoundedStd-Bold; }
    .store-locator-container .locator-controls .locator-filters {
      z-index: 25;
      letter-spacing: 0.05em; }
      .store-locator-container .locator-controls .locator-filters .bar {
        padding: 0.5em 2.5%;
        cursor: pointer; }
      .store-locator-container .locator-controls .locator-filters .filter-count {
        display: none;
        vertical-align: middle;
        font-size: 0.8em;
        background-color: #ffffff;
        padding: 0.2em 0.675em;
        border-radius: 100%;
        color: #575757;
        position: relative; }
      .store-locator-container .locator-controls .locator-filters .filter-arrow {
        float: right; }
        .store-locator-container .locator-controls .locator-filters .filter-arrow i {
          font-size: 1em; }
      .store-locator-container .locator-controls .locator-filters .filters-container {
        display: none;
        width: 100%;
        background-color: #ffffff;
        height: auto;
        padding: 0 2.5% 5%;
        border: 1px solid #00aeef;
        position: absolute;
        z-index: 25; }
      .store-locator-container .locator-controls .locator-filters .filter-instructs {
        padding: 1em 0;
        font-size: 1em; }
      .store-locator-container .locator-controls .locator-filters .filter-btns {
        margin-top: 2em; }
        .store-locator-container .locator-controls .locator-filters .filter-btns .btn {
          font-size: 1em;
          min-width: auto; }
      .store-locator-container .locator-controls .locator-filters .filter-list {
        padding: 0 0 5%; }
        .store-locator-container .locator-controls .locator-filters .filter-list li {
          padding: 0.5em 0;
          color: #00aeef;
          font-size: 1.2em;
          font-family: VAGRoundedStd-Bold; }
          .store-locator-container .locator-controls .locator-filters .filter-list li img {
            height: 0.8em;
            width: auto; }
        .store-locator-container .locator-controls .locator-filters .filter-list ul {
          border-top: 1px solid #939598;
          width: 100%; }
          .store-locator-container .locator-controls .locator-filters .filter-list ul:last-child {
            border-bottom: 1px solid #939598; }
          .store-locator-container .locator-controls .locator-filters .filter-list ul li {
            display: inline-block;
            vertical-align: middle; }
    .store-locator-container .locator-controls .locator-results {
      height: calc(100% - 5.3em);
      max-height: 100%;
      overflow-y: auto; }
      @media screen and (max-width: 768px) {
        .store-locator-container .locator-controls .locator-results {
          height: calc(100% - 4em);
          max-height: calc(60vh - 4em); } }
      .store-locator-container .locator-controls .locator-results .result {
        background-color: #fff8f0;
        line-height: 1.25;
        padding: 3% 2.5%; }
        .store-locator-container .locator-controls .locator-results .result:not(:first-child) {
          border-top: solid 1px #939598; }
        .store-locator-container .locator-controls .locator-results .result:hover {
          cursor: pointer;
          background-color: #ffffff;
          border: 2px solid #ec008c; }
        .store-locator-container .locator-controls .locator-results .result .distance {
          font-size: 0.85em;
          margin-bottom: 0.5em; }
        .store-locator-container .locator-controls .locator-results .result .name {
          font-family: VAGRoundedStd-Bold;
          color: #f47920; }
        .store-locator-container .locator-controls .locator-results .result .address {
          margin: 0 0 0.5em;
          line-height: normal; }
        .store-locator-container .locator-controls .locator-results .result .open-status {
          font-size: 0.85em;
          font-family: VAGRoundedStd-Bold;
          width: auto;
          display: inline-block; }
          .store-locator-container .locator-controls .locator-results .result .open-status.open {
            color: #f47920; }
          .store-locator-container .locator-controls .locator-results .result .open-status.coming-soon {
            color: #74489d; }
        .store-locator-container .locator-controls .locator-results .result .amenities-icons {
          float: right;
          display: inline-block; }
          .store-locator-container .locator-controls .locator-results .result .amenities-icons li {
            float: left;
            display: inline-block;
            width: 1.5em;
            height: 1.5em;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center; }
            .store-locator-container .locator-controls .locator-results .result .amenities-icons li:not(:first-child) {
              margin-left: 0.5em; }
          .store-locator-container .locator-controls .locator-results .result .amenities-icons .free-wifi {
            background-image: url("assets/imgs/global/icon-wifi.png"); }
          .store-locator-container .locator-controls .locator-results .result .amenities-icons .open-now {
            background-image: url("assets/imgs/global/open-now.png"); }
          .store-locator-container .locator-controls .locator-results .result .amenities-icons .drive-thru {
            background-image: url("assets/imgs/global/icon-drivethru.png"); }
          .store-locator-container .locator-controls .locator-results .result .amenities-icons .door-dash {
            background-image: url("assets/imgs/global/icon-doordash.png"); }
          .store-locator-container .locator-controls .locator-results .result .amenities-icons .online-ordering {
            background-image: url("assets/imgs/global/icon-onlineordering.png"); }
    .store-locator-container .locator-controls .location-details-container {
      display: none;
      position: absolute;
      height: calc(100% - 5.3em);
      max-height: calc(100vh - 5.3em);
      top: 5.3em;
      background-color: #ffffff;
      width: 100%;
      overflow-y: auto; }
      .store-locator-container .locator-controls .location-details-container .bar {
        font-size: 1em; }
      .store-locator-container .locator-controls .location-details-container .close-bar {
        background-color: #f47920;
        padding: 0 1.5%; }
        .store-locator-container .locator-controls .location-details-container .close-bar .close-btn {
          float: right;
          cursor: pointer; }
          .store-locator-container .locator-controls .location-details-container .close-bar .close-btn i {
            font-size: 1.25em;
            padding: 0.25em 0; }
      .store-locator-container .locator-controls .location-details-container .details-container {
        max-height: 100%; }
      .store-locator-container .locator-controls .location-details-container .location-address {
        line-height: normal;
        padding: 4% 2.5%;
        border-bottom: solid 1px #939598; }
        .store-locator-container .locator-controls .location-details-container .location-address .name {
          font-family: VAGRoundedStd-Bold;
          font-size: 1.25em;
          color: #f47920; }
        .store-locator-container .locator-controls .location-details-container .location-address .address {
          line-height: 1.25; }
      .store-locator-container .locator-controls .location-details-container .basic-info .info {
        width: 50%;
        display: inline-block;
        float: left;
        padding: 3.5% 2.5%; }
        @media screen and (max-width: 479px) {
          .store-locator-container .locator-controls .location-details-container .basic-info .info {
            width: 100%; } }
        .store-locator-container .locator-controls .location-details-container .basic-info .info:not(:first-child) {
          border-left: solid 1px #939598; }
          @media screen and (max-width: 479px) {
            .store-locator-container .locator-controls .location-details-container .basic-info .info:not(:first-child) {
              border-left: none; } }
        .store-locator-container .locator-controls .location-details-container .basic-info .info a {
          text-decoration: none;
          color: inherit;
          font-family: VAGRoundedStd-Bold; }
          .store-locator-container .locator-controls .location-details-container .basic-info .info a img {
            max-height: 1.75em;
            vertical-align: middle;
            margin-right: 0.5em; }
      .store-locator-container .locator-controls .location-details-container .coming-soon-ribbon {
        position: absolute;
        z-index: 99;
        opacity: 0.85;
        filter: alpha(opacity=85); }
        @media screen and (max-width: 479px) {
          .store-locator-container .locator-controls .location-details-container .coming-soon-ribbon {
            position: relative;
            opacity: 1;
            filter: alpha(opacity=100); } }
        @media screen and (max-width: 479px) {
          .store-locator-container .locator-controls .location-details-container .coming-soon-ribbon .ribbon {
            display: none; } }
        .store-locator-container .locator-controls .location-details-container .coming-soon-ribbon .mobile-ribbon {
          background-color: #74489d;
          color: #ffffff;
          display: none;
          width: 100%;
          text-align: center;
          padding: 1rem 0; }
          @media screen and (max-width: 479px) {
            .store-locator-container .locator-controls .location-details-container .coming-soon-ribbon .mobile-ribbon {
              display: inline-block; } }
      .store-locator-container .locator-controls .location-details-container .hours-container .hours-list {
        margin: 0.75em 0; }
      .store-locator-container .locator-controls .location-details-container .hours-container .hour {
        width: 100%;
        padding: 0.75% 2.5%; }
        .store-locator-container .locator-controls .location-details-container .hours-container .hour > div {
          display: inline-block;
          width: 50%; }
        .store-locator-container .locator-controls .location-details-container .hours-container .hour.today {
          font-family: VAGRoundedStd-Bold; }
      .store-locator-container .locator-controls .location-details-container .amenities-container .amenities-list {
        display: table;
        margin: 1.75em 0;
        padding: 0 2.5%; }
        .store-locator-container .locator-controls .location-details-container .amenities-container .amenities-list li {
          display: inline-block;
          width: auto;
          float: left; }
          .store-locator-container .locator-controls .location-details-container .amenities-container .amenities-list li:not(:last-child) {
            margin-right: 1.5em; }
          .store-locator-container .locator-controls .location-details-container .amenities-container .amenities-list li img {
            max-height: 2em;
            vertical-align: middle; }
      .store-locator-container .locator-controls .location-details-container a.btn.feedback {
        margin: 0 2.5%;
        font-size: 1em;
        font-family: VAGRoundedStd-Bold; }
      .store-locator-container .locator-controls .location-details-container .connect-container .social-list {
        padding: 0 2.5%;
        margin: 1.5em 0;
        width: 100%;
        display: inline-block; }
        .store-locator-container .locator-controls .location-details-container .connect-container .social-list .social-icon {
          display: inline-block;
          float: left; }
          .store-locator-container .locator-controls .location-details-container .connect-container .social-list .social-icon:not(:first-child) {
            margin-left: 1em; }
          .store-locator-container .locator-controls .location-details-container .connect-container .social-list .social-icon a {
            display: block;
            background-color: #00aaad;
            padding: 0.55em 0.7em;
            border-radius: 100%;
            text-align: center;
            text-decoration: none; }
            .store-locator-container .locator-controls .location-details-container .connect-container .social-list .social-icon a i {
              color: #ffffff;
              font-size: 1em;
              vertical-align: middle;
              width: 0.85em;
              height: 1em; }
  .store-locator-container .map-container {
    width: 70%;
    height: 100%;
    min-height: 100%; }
    @media screen and (max-width: 768px) {
      .store-locator-container .map-container {
        width: 100%;
        min-height: 100%; } }
    .store-locator-container .map-container #locator-map {
      height: 100%;
      width: 100%; }
      @media screen and (max-width: 768px) {
        .store-locator-container .map-container #locator-map {
          min-height: 320px; } }
      .store-locator-container .map-container #locator-map .marker {
        visibility: hidden; }

.store-employment-container {
  display: none; }
  .store-employment-container h3 {
    margin-bottom: 0.5em; }

.franchise-blocks .block-row .block {
  height: 70vh; }
  @media screen and (max-width: 768px) {
    .franchise-blocks .block-row .block {
      height: 100%; } }

.franchise-blocks .block-row .content-block .form {
  max-width: 90%;
  margin: 0 auto; }
  .franchise-blocks .block-row .content-block .form .validation_message {
    color: #c91f1f !important;
    padding-top: 0.5em !important; }
  .franchise-blocks .block-row .content-block .form .validation_error {
    display: none; }
  .franchise-blocks .block-row .content-block .form .gform_wrapper {
    margin: 0 auto !important; }
  .franchise-blocks .block-row .content-block .form li.gfield {
    margin-top: 0; }
  .franchise-blocks .block-row .content-block .form .gform_footer {
    margin: 0 auto; }
  .franchise-blocks .block-row .content-block .form .gform_button,
  .franchise-blocks .block-row .content-block .form .gform_next_button,
  .franchise-blocks .block-row .content-block .form .gform_previous_button {
    background-color: #ffffff !important;
    background-color: transparent;
    background-image: none;
    border-radius: 50vh;
    border: 2px solid #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #00aaad !important;
    display: inline-block;
    letter-spacing: 0.05em;
    font-family: VAGRoundedStd-Black;
    font-size: 1.15em !important;
    font-weight: normal !important;
    min-width: 180px !important;
    padding: 0.5em 1.5em !important;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 0.7s;
    transition: all 0.7s; }
    .franchise-blocks .block-row .content-block .form .gform_button:hover,
    .franchise-blocks .block-row .content-block .form .gform_next_button:hover,
    .franchise-blocks .block-row .content-block .form .gform_previous_button:hover {
      background-color: #ffffff !important;
      color: #00aaad !important;
      -webkit-box-shadow: none;
              box-shadow: none;
      text-shadow: none;
      background-image: none;
      border: 2px solid #ffffff !important; }
    .franchise-blocks .block-row .content-block .form .gform_button.submit-button,
    .franchise-blocks .block-row .content-block .form .gform_next_button.submit-button,
    .franchise-blocks .block-row .content-block .form .gform_previous_button.submit-button {
      border: 2px solid #ec008c;
      color: #ec008c; }
      .franchise-blocks .block-row .content-block .form .gform_button.submit-button:hover,
      .franchise-blocks .block-row .content-block .form .gform_next_button.submit-button:hover,
      .franchise-blocks .block-row .content-block .form .gform_previous_button.submit-button:hover {
        background-color: #ec008c !important;
        border: 2px solid #ec008c !important; }

@media screen and (max-width: 768px) {
  .franchise-blocks .block-row .content-block .content-container {
    margin: 1.5em auto;
    position: relative;
    width: 80%;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    width: 95%; } }

.franchise-blocks .block-row .content-block .content-container .divider {
  max-width: 90%;
  margin: 0.5em auto 0;
  background-color: #ffffff;
  height: 0.1em;
  width: 100%; }

.franchise-blocks .block-row .content-block .content-container h2 {
  font-size: 2.25em; }

.franchise-blocks .block-row .content-block .content-container p {
  color: #000000; }

.franchise-blocks .block-row .content-block .content-container .btn {
  font-size: 1.15em;
  margin: 0.5em 0 0.5em 5%; }

.franchise-pricing-table .pricing-table {
  max-width: 90%;
  margin: 1em auto;
  color: #000000;
  font-family: VAGRoundedStd-Bold; }
  .franchise-pricing-table .pricing-table .row {
    width: 100%;
    display: inline-block;
    margin: 0.25em 0; }
    .franchise-pricing-table .pricing-table .row li {
      float: left; }
      .franchise-pricing-table .pricing-table .row li.label {
        width: 60%; }
      .franchise-pricing-table .pricing-table .row li.cost {
        width: 40%;
        padding-left: 10%; }
        @media screen and (max-width: 768px) {
          .franchise-pricing-table .pricing-table .row li.cost {
            text-align: right;
            padding-left: 0; } }

.franchise-steps-list {
  color: #000000;
  max-width: 90%;
  margin: 1em auto;
  list-style: decimal;
  padding-left: 1em; }
  .franchise-steps-list .step {
    margin: 0.5em 0; }
    .franchise-steps-list .step:last-child {
      font-family: VAGRoundedStd-Bold; }

.franchise-map-container {
  /* fixes potential theme css conflict */ }
  .franchise-map-container .acf-map {
    width: 100%;
    height: 400px;
    border: solid 0.25em #f47920;
    margin: 20px 0; }
  .franchise-map-container .acf-map img {
    max-width: inherit !important; }
  .franchise-map-container .franchise-map {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 2%; }
  .franchise-map-container .location-information {
    text-align: center;
    font-family: VAGRoundedStd-Bold; }
    .franchise-map-container .location-information > div {
      margin: 8px 0; }
    .franchise-map-container .location-information .title {
      font-size: 2em;
      color: #00aeef; }

.franchise-testimonial-slider {
  margin: 1.5em 0;
  background-color: #fef1e0;
  padding: 4em 0;
  text-align: center; }
  .franchise-testimonial-slider .testimonial {
    margin: 0 auto;
    padding: 0 2%; }
  .franchise-testimonial-slider .quote {
    font-family: VAGRoundedStd-Bold;
    font-size: 2em;
    color: #f47920;
    margin: 0 auto 0.5em;
    max-width: 80%; }
  .franchise-testimonial-slider .slider-control.prev {
    left: 10%;
    background-image: url("assets/imgs/controls/orange2_nav_left.png"); }
    .franchise-testimonial-slider .slider-control.prev:hover {
      background-image: url("assets/imgs/controls/orange2_nav_left_hover.png"); }
  .franchise-testimonial-slider .slider-control.next {
    right: 10%;
    background-image: url("assets/imgs/controls/orange2_nav_right.png"); }
    .franchise-testimonial-slider .slider-control.next:hover {
      background-image: url("assets/imgs/controls/orange2_nav_right_hover.png"); }

.franchise-video-container {
  padding: 2.5em 0 0;
  position: relative; }
  .franchise-video-container .slider-control {
    margin: 1.5em auto;
    position: relative;
    width: 80%;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    width: 4em;
    display: inline-block;
    top: auto;
    left: auto;
    right: auto;
    bottom: 0;
    position: absolute; }
    .franchise-video-container .slider-control.prev {
      left: 23.5%;
      background-image: url("assets/imgs/controls/green2_nav_left.png"); }
      .franchise-video-container .slider-control.prev:hover {
        background-image: url("assets/imgs/controls/green2_nav_left_hover.png"); }
      @media screen and (max-width: 1024px) {
        .franchise-video-container .slider-control.prev {
          left: 15%; } }
      @media screen and (max-width: 768px) {
        .franchise-video-container .slider-control.prev {
          left: 2.5%; } }
    .franchise-video-container .slider-control.next {
      right: 23.5%;
      background-image: url("assets/imgs/controls/green2_nav_right.png"); }
      .franchise-video-container .slider-control.next:hover {
        background-image: url("assets/imgs/controls/green2_nav_right_hover.png"); }
      @media screen and (max-width: 1024px) {
        .franchise-video-container .slider-control.next {
          right: 15%; } }
      @media screen and (max-width: 768px) {
        .franchise-video-container .slider-control.next {
          right: 2.5%; } }
  .franchise-video-container .background-accent {
    background-color: #a6ce39;
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%; }
  .franchise-video-container .single-video {
    max-width: 768px;
    padding: 0 2%;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .franchise-video-container .single-video {
        max-width: 768px; } }
  .franchise-video-container .current-slide-slider {
    max-width: 768px;
    padding: 0 2%;
    margin: 0 auto; }
    .franchise-video-container .current-slide-slider li {
      text-align: center;
      text-align: center;
      position: relative; }
  .franchise-video-container .main-video-controller {
    max-width: 40%;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .franchise-video-container .main-video-controller {
        max-width: 90%; } }
    .franchise-video-container .main-video-controller li {
      border: 8px solid transparent; }
      .franchise-video-container .main-video-controller li .callout-image {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 125px;
        height: 100%;
        width: 100%; }

.franchise-award-slider-container {
  margin: 1.5em; }
  .franchise-award-slider-container .franchise-award-slider {
    text-align: center;
    margin: 0 auto;
    max-width: 480px;
    list-style: none; }
    @media screen and (max-width: 479px) {
      .franchise-award-slider-container .franchise-award-slider {
        max-width: 320px; } }
    .franchise-award-slider-container .franchise-award-slider .award {
      text-align: center; }
      .franchise-award-slider-container .franchise-award-slider .award img {
        display: inline-block;
        max-width: 200px;
        height: auto;
        vertical-align: top; }
        @media screen and (max-width: 479px) {
          .franchise-award-slider-container .franchise-award-slider .award img {
            max-width: 180px; } }
    .franchise-award-slider-container .franchise-award-slider .slider-control.prev {
      background-image: url("assets/imgs/controls/green2_nav_left.png"); }
      .franchise-award-slider-container .franchise-award-slider .slider-control.prev:hover {
        background-image: url("assets/imgs/controls/green2_nav_left_hover.png"); }
    .franchise-award-slider-container .franchise-award-slider .slider-control.next {
      background-image: url("assets/imgs/controls/green2_nav_right.png"); }
      .franchise-award-slider-container .franchise-award-slider .slider-control.next:hover {
        background-image: url("assets/imgs/controls/green2_nav_right_hover.png"); }

section.disclaimer, .section.disclaimer {
  background-color: #00aeef;
  text-align: center;
  padding: 1.5em 0;
  color: #ffffff; }
  section.disclaimer .disclaimer-copy, .section.disclaimer .disclaimer-copy {
    margin: 0 auto;
    max-width: 800px; }
    @media screen and (max-width: 768px) {
      section.disclaimer .disclaimer-copy, .section.disclaimer .disclaimer-copy {
        max-width: 95%; } }

.news-listing-container {
  max-width: calc(768px + 4%);
  max-width: 800px;
  margin: 1.5em auto;
  padding: 0 2%; }
  @media screen and (max-width: 768px) {
    .news-listing-container {
      max-width: 95%; } }
  .news-listing-container .year-container {
    border-top: 1.25em solid #a6ce39; }
    .news-listing-container .year-container .label {
      cursor: pointer;
      color: #00aeef;
      font-family: VAGRoundedStd-Bold;
      font-size: 2.25em; }
      .news-listing-container .year-container .label:before {
        line-height: 2.25em;
        font-family: FontAwesome;
        position: relative;
        content: "\f0da";
        font-size: 0.75em;
        vertical-align: middle;
        margin-right: 0.25em; }
      .news-listing-container .year-container .label.active:before {
        content: "\f0d7"; }
    .news-listing-container .year-container .post-listing {
      display: none;
      list-style: none;
      width: 100%; }
      .news-listing-container .year-container .post-listing .post {
        cursor: pointer;
        margin: 1em 0;
        padding: 0 0.3em; }
        .news-listing-container .year-container .post-listing .post > div {
          width: auto;
          display: inline; }
        .news-listing-container .year-container .post-listing .post .title, .news-listing-container .year-container .post-listing .post a {
          line-height: 1.5;
          text-decoration: none;
          font-family: VAGRoundedStd-Bold;
          color: #f47920; }
        .news-listing-container .year-container .post-listing .post .added-on {
          font-weight: bold; }
        .news-listing-container .year-container .post-listing .post:last-child {
          margin-bottom: 1em; }
    .news-listing-container .year-container:first-child .post-listing {
      display: block; }

.bigg-list .btn.large {
  margin: 1.5em auto; }

.bigg-list-jump-to {
  width: 100%;
  background-color: #a6ce39;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 1.5rem; }
  .bigg-list-jump-to a {
    font-size: inherit;
    color: #ffffff;
    text-decoration: none; }
    .bigg-list-jump-to a.active {
      border-bottom: 2px solid #ffffff; }
  .bigg-list-jump-to ul {
    padding: 1rem 0;
    display: table;
    width: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .bigg-list-jump-to ul {
        padding: 1rem; } }
    .bigg-list-jump-to ul > li {
      display: table-cell;
      padding: 0 0.25rem; }
      @media screen and (max-width: 479px) {
        .bigg-list-jump-to ul > li:first-child {
          width: 100%;
          text-align: center; } }
      @media screen and (max-width: 768px) {
        .bigg-list-jump-to ul > li {
          display: inline-block;
          float: left; } }

.bigg-list-full {
  color: #000000;
  max-width: 80%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .bigg-list-full {
      max-width: 95%; } }
  .bigg-list-full .bubble {
    cursor: pointer;
    color: #ec008c; }
  .bigg-list-full > ul > li {
    width: 100%;
    background-color: #a6ce39;
    color: white;
    font-size: 2em;
    padding: 0 0 0 0.5rem;
    margin: 0.25em 0; }
  .bigg-list-full > ul ul {
    display: table;
    width: 100%; }
    .bigg-list-full > ul ul.labels {
      font-family: VAGRoundedStd-Bold;
      font-size: 1.5rem; }
      .bigg-list-full > ul ul.labels li:first-child {
        padding: 0 0 0 3rem; }
        @media screen and (max-width: 768px) {
          .bigg-list-full > ul ul.labels li:first-child {
            padding: 0; } }
  .bigg-list-full > ul ul > li {
    display: inline-block;
    width: 50%;
    padding: 0.5em 0; }
    .bigg-list-full > ul ul > li.name {
      padding: 0 0 0 3rem;
      font-family: VAGRoundedStd-Bold;
      color: #f47920; }
      @media screen and (max-width: 768px) {
        .bigg-list-full > ul ul > li.name {
          padding: 0; } }
    .bigg-list-full > ul ul > li.ingredients {
      font-weight: bold; }
      @media screen and (max-width: 479px) {
        .bigg-list-full > ul ul > li.ingredients {
          padding-left: 5%; } }

.tooltipster-sidetip.tooltipster-biggby .tooltipster-box {
  border-radius: 6px;
  border: 3px solid #ec008c;
  background: #ffffff; }

.tooltipster-sidetip.tooltipster-biggby .tooltipster-content {
  color: #000000; }

.tooltipster-sidetip.tooltipster-biggby .tooltipster-arrow {
  height: 11px;
  margin-left: -11px;
  width: 22px; }

.tooltipster-sidetip.tooltipster-biggby.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-biggby.tooltipster-right .tooltipster-arrow {
  height: 22px;
  margin-left: 0;
  margin-top: -11px;
  width: 11px; }

.tooltipster-sidetip.tooltipster-biggby .tooltipster-arrow-background {
  border: 11px solid transparent; }

.tooltipster-sidetip.tooltipster-biggby.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #ffffff;
  top: 4px; }

.tooltipster-sidetip.tooltipster-biggby.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #ffffff;
  left: -4px; }

.tooltipster-sidetip.tooltipster-biggby.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #ffffff;
  left: 4px; }

.tooltipster-sidetip.tooltipster-biggby.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #ffffff;
  top: -4px; }

.tooltipster-sidetip.tooltipster-biggby .tooltipster-arrow-border {
  border-width: 11px;
  border-top-color: #ec008c;
  border-bottom-color: #ec008c; }

.tooltipster-sidetip.tooltipster-biggby.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -11px; }

.tooltipster-sidetip.tooltipster-biggby.tooltipster-right .tooltipster-arrow-uncropped {
  left: -11px; }

.contact-info-list {
  color: #ec008c; }
  .contact-info-list ul {
    display: table;
    width: 100%;
    height: 100%; }
    .contact-info-list ul li {
      width: 50%;
      display: inline-block;
      float: left;
      margin: 0.5em auto;
      line-height: 1.4em; }
      @media screen and (max-width: 479px) {
        .contact-info-list ul li {
          width: 100%; } }
      .contact-info-list ul li .label {
        font-family: VAGRoundedStd-Bold; }
      .contact-info-list ul li a {
        text-decoration: none;
        font-family: VAGRoundedStd-Bold;
        color: #ec008c; }

.main-menu-list {
  display: inline-block;
  width: 100%;
  height: 100%; }
  .main-menu-list .menu-item {
    position: relative;
    width: 33.33333%;
    float: left;
    display: inline-block;
    cursor: pointer; }
    .main-menu-list .menu-item a {
      text-decoration: none; }
    @media screen and (max-width: 1024px) {
      .main-menu-list .menu-item {
        width: 50%; } }
    @media screen and (max-width: 768px) {
      .main-menu-list .menu-item {
        width: 100%; } }
    .main-menu-list .menu-item.cyan {
      background-color: #00aeef; }
    .main-menu-list .menu-item.biggby-orange {
      background-color: #f47920; }
    .main-menu-list .menu-item.light-orange {
      background-color: #faa21b; }
    .main-menu-list .menu-item.magenta {
      background-color: #ec008c; }
    .main-menu-list .menu-item.purple {
      background-color: #74489d; }
    .main-menu-list .menu-item.teal {
      background-color: #00aaad; }
    .main-menu-list .menu-item.green {
      background-color: #a6ce39; }
    .main-menu-list .menu-item .content {
      text-align: center;
      width: 95%;
      margin: 10% auto; }
      .main-menu-list .menu-item .content .product-img {
        max-width: 45%;
        margin: 0 auto; }
      .main-menu-list .menu-item .content .label {
        margin: 0.5em 0;
        font-family: VAGRoundedStd-Bold;
        font-size: 1.25em;
        color: #ffffff; }
      .main-menu-list .menu-item .content .description {
        color: #ffffff;
        max-width: 80%;
        margin: 0.5em auto; }
      .main-menu-list .menu-item .content .btn {
        margin: 1.5em 0;
        padding: 0.5em 1.5em;
        font-size: 1.15em;
        min-width: auto;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.7s all ease;
        transition: 0.7s all ease; }
        @media screen and (max-width: 1024px) {
          .main-menu-list .menu-item .content .btn {
            visibility: visible;
            opacity: 1; } }
    .main-menu-list .menu-item:hover .content .btn {
      visibility: visible;
      opacity: 1; }

.menu-items-container .menu-item-list {
  display: inline-block;
  width: 100%;
  background-color: #00aeef; }
  .menu-items-container .menu-item-list .menu-item {
    position: relative;
    cursor: pointer;
    display: block;
    float: left;
    height: 475px;
    width: 25%; }
    @media screen and (max-width: 1024px) {
      .menu-items-container .menu-item-list .menu-item {
        width: 50%; } }
    @media screen and (max-width: 479px) {
      .menu-items-container .menu-item-list .menu-item {
        width: 100%; } }
    .menu-items-container .menu-item-list .menu-item .product-img {
      width: 180px;
      margin: 3em auto 0; }
    .menu-items-container .menu-item-list .menu-item .label {
      text-align: center;
      max-width: 85%;
      margin: 1em auto;
      color: #ffffff;
      font-size: 1.25em; }
    .menu-items-container .menu-item-list .menu-item.food .product-img {
      position: absolute;
      top: auto;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      bottom: 7rem; }
      .menu-items-container .menu-item-list .menu-item.food .product-img img {
        max-height: 100%; }
    .menu-items-container .menu-item-list .menu-item.food .label {
      position: absolute;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: auto;
      bottom: 1.5em;
      width: 100%; }
    .menu-items-container .menu-item-list .menu-item.expanded {
      letter-spacing: 0.05em;
      font-size: 15px;
      background-color: #fff8f0;
      cursor: default;
      display: none;
      height: 100%;
      min-height: 40em;
      padding: 1.5em 5% 3em;
      overflow: hidden;
      position: relative;
      vertical-align: top;
      width: 100%;
      margin: 0 auto; }
      .menu-items-container .menu-item-list .menu-item.expanded ::-webkit-scrollbar {
        width: 0.75em;
        height: 0.75em; }
      .menu-items-container .menu-item-list .menu-item.expanded ::-webkit-scrollbar-thumb {
        background: #c9c9c9;
        border-radius: 0.375em; }
      .menu-items-container .menu-item-list .menu-item.expanded ::-webkit-scrollbar-track {
        background: #e4e4e4; }
      .menu-items-container .menu-item-list .menu-item.expanded body {
        scrollbar-face-color: #c9c9c9;
        scrollbar-track-color: #e4e4e4; }
      @media screen and (max-width: 1024px) {
        .menu-items-container .menu-item-list .menu-item.expanded {
          height: 100%;
          padding: 3.5em 2.5% 5em; } }
      .menu-items-container .menu-item-list .menu-item.expanded .menu-close {
        background-image: url("assets/imgs/global/close-pink.png");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        right: 5%;
        top: 1.5em;
        cursor: pointer;
        width: 48px;
        height: 46px; }
      .menu-items-container .menu-item-list .menu-item.expanded .left,
      .menu-items-container .menu-item-list .menu-item.expanded .right {
        display: inline-block;
        float: left;
        padding-top: 1.5em; }
      .menu-items-container .menu-item-list .menu-item.expanded hr {
        display: inline-block;
        margin-top: 1.5em;
        background-color: #ec008c;
        width: 100%; }
      .menu-items-container .menu-item-list .menu-item.expanded .allergens {
        font-family: VAGRoundedStd-Bold; }
        .menu-items-container .menu-item-list .menu-item.expanded .allergens a {
          color: #ec008c;
          text-decoration: none;
          font-family: VAGRoundedStd-Bold; }
      .menu-items-container .menu-item-list .menu-item.expanded .partner-listing .partner-list {
        display: inline-block;
        position: relative; }
        @media screen and (max-width: 1024px) {
          .menu-items-container .menu-item-list .menu-item.expanded .partner-listing .partner-list {
            margin: 0.5em 0 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; } }
        .menu-items-container .menu-item-list .menu-item.expanded .partner-listing .partner-list .partner {
          position: relative;
          display: inline-block;
          float: left;
          margin: 0.5em 0 0; }
          .menu-items-container .menu-item-list .menu-item.expanded .partner-listing .partner-list .partner:not(:first-child) {
            margin-left: 1em; }
            @media screen and (max-width: 1024px) {
              .menu-items-container .menu-item-list .menu-item.expanded .partner-listing .partner-list .partner:not(:first-child) {
                margin-left: 0; } }
          @media screen and (max-width: 1024px) {
            .menu-items-container .menu-item-list .menu-item.expanded .partner-listing .partner-list .partner {
              margin: 0;
              float: none;
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
              -ms-flex-preferred-size: 33.33333%;
                  flex-basis: 33.33333%;
              text-align: center; } }
          @media screen and (max-width: 768px) {
            .menu-items-container .menu-item-list .menu-item.expanded .partner-listing .partner-list .partner {
              -ms-flex-preferred-size: 50%;
                  flex-basis: 50%; } }
          @media screen and (max-width: 479px) {
            .menu-items-container .menu-item-list .menu-item.expanded .partner-listing .partner-list .partner {
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%;
              margin: 2em 0 0; } }
          .menu-items-container .menu-item-list .menu-item.expanded .partner-listing .partner-list .partner img {
            max-width: 300px;
            max-height: 70px; }
      .menu-items-container .menu-item-list .menu-item.expanded .more-info {
        margin-top: 0.25em;
        font-family: VAGRoundedStd-Bold; }
        .menu-items-container .menu-item-list .menu-item.expanded .more-info a {
          color: #ec008c;
          text-decoration: none;
          font-family: VAGRoundedStd-Bold; }
      .menu-items-container .menu-item-list .menu-item.expanded .whats-inside {
        margin: 1em 0 0;
        font-size: 1.25em;
        font-family: VAGRoundedStd-Bold;
        color: #ec008c;
        text-align: center; }
      .menu-items-container .menu-item-list .menu-item.expanded .left {
        width: 50%; }
      .menu-items-container .menu-item-list .menu-item.expanded .right {
        width: 50%; }
      @media screen and (max-width: 1024px) {
        .menu-items-container .menu-item-list .menu-item.expanded .left,
        .menu-items-container .menu-item-list .menu-item.expanded .right {
          position: relative;
          width: 100%;
          float: none;
          display: inline-block; } }
      .menu-items-container .menu-item-list .menu-item.expanded.food .food-name {
        color: #ec008c;
        font-family: VAGRoundedStd-Bold;
        border-bottom: 3px solid #ec008c;
        line-height: 1.5; }
      .menu-items-container .menu-item-list .menu-item.expanded.food .left,
      .menu-items-container .menu-item-list .menu-item.expanded.food .right {
        min-height: 45vh; }
      .menu-items-container .menu-item-list .menu-item.expanded.food .left {
        width: 35%; }
      .menu-items-container .menu-item-list .menu-item.expanded.food .right {
        width: 65%; }
      @media screen and (max-width: 1024px) {
        .menu-items-container .menu-item-list .menu-item.expanded.food .left,
        .menu-items-container .menu-item-list .menu-item.expanded.food .right {
          position: relative;
          width: 100%;
          float: none;
          display: inline-block; } }
      .menu-items-container .menu-item-list .menu-item.expanded.food .left .drink-options,
      .menu-items-container .menu-item-list .menu-item.expanded.food .left .nutrition-info {
        display: inline-block;
        float: left; }
      .menu-items-container .menu-item-list .menu-item.expanded.food .left .nutrition-info {
        width: 100%; }
      @media screen and (max-width: 768px) {
        .menu-items-container .menu-item-list .menu-item.expanded.food .left .drink-options,
        .menu-items-container .menu-item-list .menu-item.expanded.food .left .nutrition-info {
          width: 100%; } }
      .menu-items-container .menu-item-list .menu-item.expanded.food .left .nutrition-info {
        padding: 0; }
        @media screen and (max-width: 768px) {
          .menu-items-container .menu-item-list .menu-item.expanded.food .left .nutrition-info {
            padding: 0; } }
        .menu-items-container .menu-item-list .menu-item.expanded.food .left .nutrition-info h4 {
          padding-top: 0.65em;
          font-size: 1.15em;
          color: #ec008c;
          font-family: VAGRoundedStd-Bold;
          padding-bottom: 0.25em;
          border-bottom: 2px solid #ec008c; }
          .menu-items-container .menu-item-list .menu-item.expanded.food .left .nutrition-info h4 div {
            display: inline; }
        .menu-items-container .menu-item-list .menu-item.expanded.food .left .nutrition-info .values {
          padding-left: 0; }
          .menu-items-container .menu-item-list .menu-item.expanded.food .left .nutrition-info .values > li {
            font-family: VAGRoundedStd-Bold;
            width: 100%;
            padding: 0.35em 0; }
            .menu-items-container .menu-item-list .menu-item.expanded.food .left .nutrition-info .values > li:not(:first-child) {
              border-top: 1px solid rgba(236, 0, 140, 0.2); }
            .menu-items-container .menu-item-list .menu-item.expanded.food .left .nutrition-info .values > li > div {
              font-family: VAGRoundedStd-Thin;
              display: inline; }
            .menu-items-container .menu-item-list .menu-item.expanded.food .left .nutrition-info .values > li > ul li {
              font-family: VAGRoundedStd-Thin;
              padding: 0 0 0 0.75em; }
              .menu-items-container .menu-item-list .menu-item.expanded.food .left .nutrition-info .values > li > ul li > div {
                font-family: VAGRoundedStd-Thin;
                display: inline; }
      .menu-items-container .menu-item-list .menu-item.expanded.food .left .drink-option {
        width: 100%;
        display: inline-block;
        margin: 1em 0;
        line-height: 2em;
        vertical-align: middle;
        font-family: VAGRoundedStd-Thin; }
        .menu-items-container .menu-item-list .menu-item.expanded.food .left .drink-option select {
          font-family: VAGRoundedStd-Thin; }
          .menu-items-container .menu-item-list .menu-item.expanded.food .left .drink-option select option:disabled {
            display: none; }
      .menu-items-container .menu-item-list .menu-item.expanded.food .left select {
        float: right;
        border: 2px solid rgba(236, 0, 140, 0.65);
        border-radius: 1.5em;
        color: #ec008c;
        min-width: 120px;
        line-height: 1.25 !important;
        padding: 0.45em 1.5em 0.45em 0.75em !important;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        margin-bottom: 0 !important;
        background-color: #fff8f0;
        background-image: url("assets/imgs/global/select-arrows.png");
        background-size: 1em;
        background-repeat: no-repeat;
        background-position: 90% 50%; }
        .menu-items-container .menu-item-list .menu-item.expanded.food .left select::-ms-expand {
          display: none; }
      .menu-items-container .menu-item-list .menu-item.expanded.food .right {
        position: relative; }
        .menu-items-container .menu-item-list .menu-item.expanded.food .right .inside-item {
          position: relative;
          height: 95%;
          width: 100%;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
          @media screen and (max-width: 1024px) {
            .menu-items-container .menu-item-list .menu-item.expanded.food .right .inside-item {
              margin: 1.5em auto;
              position: relative;
              width: 80%;
              top: 0;
              left: 0;
              -webkit-transform: none;
              transform: none;
              width: 100%;
              height: 100%;
              margin: 2em auto; } }
          .menu-items-container .menu-item-list .menu-item.expanded.food .right .inside-item .cup-container {
            z-index: 9;
            background-position: center;
            background-size: contain;
            height: 100%;
            width: 80%;
            margin: 0 auto;
            background-repeat: no-repeat;
            position: relative;
            padding: 0 0 0 2em; }
            @media screen and (max-width: 1024px) {
              .menu-items-container .menu-item-list .menu-item.expanded.food .right .inside-item .cup-container {
                min-height: 40vh;
                padding: 0; } }
          .menu-items-container .menu-item-list .menu-item.expanded.food .right .inside-item .labels {
            max-width: 80%; }
            .menu-items-container .menu-item-list .menu-item.expanded.food .right .inside-item .labels .label {
              margin: 2em auto;
              font-family: VAGRoundedStd-Thin;
              font-size: 0.85em;
              color: #000000;
              max-width: 100%; }
          .menu-items-container .menu-item-list .menu-item.expanded.food .right .inside-item .left-labels {
            width: 50%;
            float: left;
            display: inline-block;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
            @media screen and (max-width: 1024px) {
              .menu-items-container .menu-item-list .menu-item.expanded.food .right .inside-item .left-labels {
                margin: 1.5em auto;
                position: relative;
                width: 80%;
                top: 0;
                left: 0;
                -webkit-transform: none;
                transform: none;
                width: 50%; } }
            .menu-items-container .menu-item-list .menu-item.expanded.food .right .inside-item .left-labels .label {
              text-align: left;
              position: relative;
              display: block;
              width: 100%; }
              .menu-items-container .menu-item-list .menu-item.expanded.food .right .inside-item .left-labels .label:after {
                content: ' ';
                background-image: url("assets/imgs/global/pink-dot.png");
                background-repeat: repeat-x;
                background-size: contain;
                width: 25%;
                top: 6px;
                z-index: 1;
                left: auto;
                height: 5px;
                top: -2px;
                margin-left: 10px;
                position: relative;
                display: inline-block; }
          .menu-items-container .menu-item-list .menu-item.expanded.food .right .inside-item .right-labels {
            width: 50%;
            float: right;
            display: inline-block;
            text-align: right;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
            @media screen and (max-width: 1024px) {
              .menu-items-container .menu-item-list .menu-item.expanded.food .right .inside-item .right-labels {
                margin: 1.5em auto;
                position: relative;
                width: 80%;
                top: 0;
                left: 0;
                -webkit-transform: none;
                transform: none;
                width: 50%; } }
            .menu-items-container .menu-item-list .menu-item.expanded.food .right .inside-item .right-labels .label {
              text-align: right;
              position: relative;
              display: block;
              width: 100%; }
              .menu-items-container .menu-item-list .menu-item.expanded.food .right .inside-item .right-labels .label:before {
                content: ' ';
                background-image: url("assets/imgs/global/green-dot.png");
                background-repeat: repeat-x;
                background-size: contain;
                width: 25%;
                top: 6px;
                z-index: 1;
                right: auto;
                height: 5px;
                left: auto;
                top: -2px;
                margin-right: 10px;
                position: relative;
                display: inline-block; }
      .menu-items-container .menu-item-list .menu-item.expanded.drink .right {
        width: 45%;
        margin-left: 5%; }
        @media screen and (max-width: 1024px) {
          .menu-items-container .menu-item-list .menu-item.expanded.drink .right {
            margin-left: 0;
            width: 100%; } }
      .menu-items-container .menu-item-list .menu-item.expanded.drink .drink-name {
        color: #ec008c;
        font-family: VAGRoundedStd-Bold;
        border-bottom: 3px solid #ec008c;
        line-height: 1.5;
        padding-right: 50px; }
      .menu-items-container .menu-item-list .menu-item.expanded.drink .left .drink-options,
      .menu-items-container .menu-item-list .menu-item.expanded.drink .left .nutrition-info {
        display: inline-block;
        float: left; }
      .menu-items-container .menu-item-list .menu-item.expanded.drink .left .drink-options {
        width: 60%; }
        @media screen and (max-width: 1140px) and (min-width: 768px) {
          .menu-items-container .menu-item-list .menu-item.expanded.drink .left .drink-options {
            width: 50%; } }
      .menu-items-container .menu-item-list .menu-item.expanded.drink .left .nutrition-info {
        width: 40%; }
        @media screen and (max-width: 1140px) and (min-width: 768px) {
          .menu-items-container .menu-item-list .menu-item.expanded.drink .left .nutrition-info {
            width: 50%; } }
      @media screen and (max-width: 768px) {
        .menu-items-container .menu-item-list .menu-item.expanded.drink .left .drink-options,
        .menu-items-container .menu-item-list .menu-item.expanded.drink .left .nutrition-info {
          width: 100%; } }
      .menu-items-container .menu-item-list .menu-item.expanded.drink .left .nutrition-info {
        padding: 0 0 0 5%; }
        @media screen and (max-width: 768px) {
          .menu-items-container .menu-item-list .menu-item.expanded.drink .left .nutrition-info {
            padding: 0; } }
        .menu-items-container .menu-item-list .menu-item.expanded.drink .left .nutrition-info h4 {
          padding-top: 0.65em;
          font-size: 1.15em;
          color: #ec008c;
          font-family: VAGRoundedStd-Bold;
          padding-bottom: 0.25em;
          border-bottom: 2px solid #ec008c; }
          .menu-items-container .menu-item-list .menu-item.expanded.drink .left .nutrition-info h4 div {
            display: inline; }
        .menu-items-container .menu-item-list .menu-item.expanded.drink .left .nutrition-info .values {
          padding-left: 0; }
          .menu-items-container .menu-item-list .menu-item.expanded.drink .left .nutrition-info .values > li {
            font-family: VAGRoundedStd-Bold;
            width: 100%;
            padding: 0.35em 0; }
            .menu-items-container .menu-item-list .menu-item.expanded.drink .left .nutrition-info .values > li:not(:first-child) {
              border-top: 1px solid rgba(236, 0, 140, 0.2); }
            .menu-items-container .menu-item-list .menu-item.expanded.drink .left .nutrition-info .values > li > div {
              font-family: VAGRoundedStd-Thin;
              display: inline; }
            .menu-items-container .menu-item-list .menu-item.expanded.drink .left .nutrition-info .values > li > ul li {
              font-family: VAGRoundedStd-Thin;
              padding: 0 0 0 0.75em; }
              .menu-items-container .menu-item-list .menu-item.expanded.drink .left .nutrition-info .values > li > ul li > div {
                font-family: VAGRoundedStd-Thin;
                display: inline; }
      .menu-items-container .menu-item-list .menu-item.expanded.drink .left .drink-option {
        width: 100%;
        display: inline-block;
        margin: 1em 0;
        line-height: 2em;
        vertical-align: middle;
        font-family: VAGRoundedStd-Thin;
        font-weight: bold; }
        @media screen and (max-width: 1140px) and (min-width: 768px) {
          .menu-items-container .menu-item-list .menu-item.expanded.drink .left .drink-option {
            display: inline-block;
            margin: 0.25em 0;
            line-height: 1.25; } }
        .menu-items-container .menu-item-list .menu-item.expanded.drink .left .drink-option select {
          font-family: VAGRoundedStd-Thin; }
          .menu-items-container .menu-item-list .menu-item.expanded.drink .left .drink-option select option:disabled {
            display: none; }
      .menu-items-container .menu-item-list .menu-item.expanded.drink .left select {
        float: right;
        border: 2px solid rgba(236, 0, 140, 0.65);
        border-radius: 1.5em;
        color: #ec008c;
        min-width: 120px;
        line-height: 1.25 !important;
        padding: 0.45em 1.5em 0.45em 0.75em !important;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        margin-bottom: 0 !important;
        background-color: #fff8f0;
        background-image: url("assets/imgs/global/select-arrows.png");
        background-size: 1em;
        background-repeat: no-repeat;
        background-position: 90% 50%; }
        .menu-items-container .menu-item-list .menu-item.expanded.drink .left select::-ms-expand {
          display: none; }
        @media screen and (max-width: 1140px) and (min-width: 768px) {
          .menu-items-container .menu-item-list .menu-item.expanded.drink .left select {
            margin: 0.25em 0 0;
            display: block;
            float: none; } }
      .menu-items-container .menu-item-list .menu-item.expanded.drink .right {
        position: relative; }
        .menu-items-container .menu-item-list .menu-item.expanded.drink .right .inside-item {
          position: relative;
          height: 85%;
          width: 100%;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          top: 45%; }
          @media screen and (max-width: 1024px) {
            .menu-items-container .menu-item-list .menu-item.expanded.drink .right .inside-item {
              margin: 1.5em auto;
              position: relative;
              width: 80%;
              top: 0;
              left: 0;
              -webkit-transform: none;
              transform: none;
              width: 100%;
              height: 100%;
              margin: 2em auto; } }
          .menu-items-container .menu-item-list .menu-item.expanded.drink .right .inside-item .swirls {
            background-image: url("assets/imgs/global/swirly-twirly.png");
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            position: absolute;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 75%;
            height: 75%;
            z-index: -1; }
            @media screen and (max-width: 1024px) {
              .menu-items-container .menu-item-list .menu-item.expanded.drink .right .inside-item .swirls {
                position: absolute;
                margin: 0 auto;
                z-index: 0; } }
          .menu-items-container .menu-item-list .menu-item.expanded.drink .right .inside-item .cup-container {
            z-index: 9;
            background-position: center;
            background-size: contain;
            height: 100%;
            width: auto;
            background-repeat: no-repeat;
            position: relative; }
            @media screen and (max-width: 1024px) {
              .menu-items-container .menu-item-list .menu-item.expanded.drink .right .inside-item .cup-container {
                min-height: 40vh; } }
          .menu-items-container .menu-item-list .menu-item.expanded.drink .right .inside-item .labels {
            max-width: 80%; }
            @media screen and (max-width: 479px) {
              .menu-items-container .menu-item-list .menu-item.expanded.drink .right .inside-item .labels {
                max-width: 97.5%; } }
            .menu-items-container .menu-item-list .menu-item.expanded.drink .right .inside-item .labels .label {
              margin: 2em auto;
              font-family: VAGRoundedStd-Thin;
              font-size: 0.85em;
              color: #000000;
              max-width: 100%; }
          .menu-items-container .menu-item-list .menu-item.expanded.drink .right .inside-item .left-labels {
            width: 50%;
            float: left;
            display: inline-block;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
            @media screen and (max-width: 1024px) {
              .menu-items-container .menu-item-list .menu-item.expanded.drink .right .inside-item .left-labels {
                margin: 1.5em auto;
                position: relative;
                width: 80%;
                top: 0;
                left: 0;
                -webkit-transform: none;
                transform: none;
                width: 50%; } }
            @media screen and (max-width: 479px) {
              .menu-items-container .menu-item-list .menu-item.expanded.drink .right .inside-item .left-labels {
                padding-top: 25%; } }
            .menu-items-container .menu-item-list .menu-item.expanded.drink .right .inside-item .left-labels .label {
              text-align: left;
              position: relative;
              display: block;
              width: 100%; }
              .menu-items-container .menu-item-list .menu-item.expanded.drink .right .inside-item .left-labels .label:after {
                content: ' ';
                background-image: url("assets/imgs/global/pink-dot.png");
                background-repeat: repeat-x;
                background-size: contain;
                width: 25%;
                top: 6px;
                z-index: 1;
                left: auto;
                height: 5px;
                top: -2px;
                margin-left: 10px;
                position: relative;
                display: inline-block; }
          .menu-items-container .menu-item-list .menu-item.expanded.drink .right .inside-item .right-labels {
            width: 50%;
            float: right;
            display: inline-block;
            text-align: right;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
            @media screen and (max-width: 1024px) {
              .menu-items-container .menu-item-list .menu-item.expanded.drink .right .inside-item .right-labels {
                margin: 1.5em auto;
                position: relative;
                width: 80%;
                top: 0;
                left: 0;
                -webkit-transform: none;
                transform: none;
                width: 50%; } }
            @media screen and (max-width: 479px) {
              .menu-items-container .menu-item-list .menu-item.expanded.drink .right .inside-item .right-labels {
                padding-top: 25%; } }
            .menu-items-container .menu-item-list .menu-item.expanded.drink .right .inside-item .right-labels .labels {
              max-width: 100%; }
            .menu-items-container .menu-item-list .menu-item.expanded.drink .right .inside-item .right-labels .label {
              text-align: right;
              position: relative;
              display: block;
              width: 100%; }
              .menu-items-container .menu-item-list .menu-item.expanded.drink .right .inside-item .right-labels .label:before {
                content: ' ';
                background-image: url("assets/imgs/global/green-dot.png");
                background-repeat: repeat-x;
                background-size: contain;
                width: 25%;
                top: 6px;
                z-index: 1;
                right: auto;
                height: 5px;
                left: auto;
                top: -2px;
                margin-right: 10px;
                position: relative;
                display: inline-block; }

.menu-loader {
  background-color: #f47920;
  top: 0;
  position: absolute;
  width: 102.5%;
  height: 100%;
  left: -2.5%; }
  .menu-loader h3 {
    padding-top: 5%;
    margin-bottom: -5%;
    color: #ffffff; }
  .menu-loader .loader,
  .menu-loader .loader:after,
  .menu-loader .loader:before {
    background: #ffffff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em; }
  .menu-loader .loader {
    color: #ffffff;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 30%; }
  .menu-loader .loader:after,
  .menu-loader .loader:before {
    position: absolute;
    top: 0;
    content: ''; }
  .menu-loader .loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .menu-loader .loader:after {
    left: 1.5em; }

@-webkit-keyframes load1 {
  0%,
  100%,
  80% {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    height: 4em; }
  40% {
    -webkit-box-shadow: 0 -2em;
            box-shadow: 0 -2em;
    height: 5em; } }

@keyframes load1 {
  0%,
  100%,
  80% {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    height: 4em; }
  40% {
    -webkit-box-shadow: 0 -2em;
            box-shadow: 0 -2em;
    height: 5em; } }

.e-ward-container {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 2.5rem 0; }
  .e-ward-container .coupon-container {
    margin: 0 auto;
    width: 768px; }
    @media screen and (max-width: 768px) {
      .e-ward-container .coupon-container {
        width: 98%; } }
    .e-ward-container .coupon-container > div {
      display: inline-block;
      float: left; }
    .e-ward-container .coupon-container .coupon-details {
      border: 4px dashed #000000;
      line-height: 1.25;
      padding: 2rem 1rem;
      width: 55%;
      margin-right: 2%;
      border-radius: 4px;
      text-align: center;
      color: #000000; }
      @media screen and (max-width: 768px) {
        .e-ward-container .coupon-container .coupon-details {
          width: 100%; } }
      .e-ward-container .coupon-container .coupon-details .expiration {
        font-family: VAGRoundedStd-Bold;
        text-transform: uppercase;
        font-size: 24px;
        font-size: 1.5rem; }
      .e-ward-container .coupon-container .coupon-details .type {
        font-family: VAGRoundedStd-Bold;
        text-transform: uppercase;
        padding: 1rem 0;
        font-size: 42px;
        font-size: 2.625rem; }
      .e-ward-container .coupon-container .coupon-details .details {
        font-family: VAGRoundedStd-Bold;
        font-size: 24px;
        font-size: 1.5rem; }
      .e-ward-container .coupon-container .coupon-details .included {
        font-family: VAGRoundedStd-Bold;
        margin: 0.5em 0 0;
        font-size: 18px;
        font-size: 1.125rem; }
      .e-ward-container .coupon-container .coupon-details .logo {
        margin: 1.5rem 0 0; }
      .e-ward-container .coupon-container .coupon-details .legal-container {
        margin: 1.5rem 0 0; }
        .e-ward-container .coupon-container .coupon-details .legal-container > div {
          float: left; }
        .e-ward-container .coupon-container .coupon-details .legal-container .legal {
          width: 70%;
          margin-right: 5%;
          text-align: left; }
          .e-ward-container .coupon-container .coupon-details .legal-container .legal .expiration {
            text-transform: none;
            font-size: inherit;
            display: inline-block;
            float: left;
            margin: 0 0.5em 0 0; }
        .e-ward-container .coupon-container .coupon-details .legal-container .other {
          width: 25%; }
          .e-ward-container .coupon-container .coupon-details .legal-container .other img {
            max-width: 100%; }
          .e-ward-container .coupon-container .coupon-details .legal-container .other .wifi img {
            margin: 0 0 0.5rem; }
          .e-ward-container .coupon-container .coupon-details .legal-container .other .small-qr > div {
            font-size: 14px;
            font-size: 0.875rem;
            font-family: VAGRoundedStd-Bold;
            margin: 0 0 0.25rem; }
    .e-ward-container .coupon-container .qr-container {
      width: 43%;
      position: relative; }
      @media screen and (max-width: 768px) {
        .e-ward-container .coupon-container .qr-container {
          width: 100%;
          text-align: center; } }
      .e-ward-container .coupon-container .qr-container img {
        position: absolute;
        bottom: 0;
        left: 0;
        max-width: 100%; }
        @media screen and (max-width: 768px) {
          .e-ward-container .coupon-container .qr-container img {
            position: relative;
            margin: 1em auto 0; } }

.page-template-template-living-hope .hero-img {
  background-position: top; }

.page-template-template-living-hope .interior-intro-copy {
  width: 95%;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 1rem;
  padding: 0;
  line-height: 1.35; }
  @media screen and (max-width: 768px) {
    .page-template-template-living-hope .interior-intro-copy {
      width: 95%; } }
  @media screen and (min-width: 1024px) {
    .page-template-template-living-hope .interior-intro-copy {
      width: 80%; } }
  @media screen and (min-width: 1300px) {
    .page-template-template-living-hope .interior-intro-copy {
      width: 66%; } }
  .page-template-template-living-hope .interior-intro-copy h2 {
    padding-bottom: 0;
    margin-bottom: 0.5rem;
    font-size: 2.85rem; }
    .page-template-template-living-hope .interior-intro-copy h2:after {
      all: unset; }
  .page-template-template-living-hope .interior-intro-copy p {
    font-family: VAGRoundedStd-Bold;
    font-size: 1.1rem; }

.page-template-template-living-hope .general-interior-copy {
  text-align: center;
  max-width: 900px; }
  @media screen and (max-width: 768px) {
    .page-template-template-living-hope .general-interior-copy {
      width: 95%; } }
  @media screen and (min-width: 1024px) {
    .page-template-template-living-hope .general-interior-copy {
      width: 80%; } }
  @media screen and (min-width: 1300px) {
    .page-template-template-living-hope .general-interior-copy {
      width: 66%; } }
  .page-template-template-living-hope .general-interior-copy .living-hope-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem; }
    @media screen and (max-width: 768px) {
      .page-template-template-living-hope .general-interior-copy .living-hope-buttons {
        display: block; }
        .page-template-template-living-hope .general-interior-copy .living-hope-buttons .button {
          margin-left: auto;
          margin-right: auto;
          margin-top: 1rem;
          width: 100% !important; } }
    .page-template-template-living-hope .general-interior-copy .living-hope-buttons .button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 50%; }
      .page-template-template-living-hope .general-interior-copy .living-hope-buttons .button p {
        font-family: VAGRoundedStd-Bold; }
      .page-template-template-living-hope .general-interior-copy .living-hope-buttons .button a {
        margin-top: 0.5rem; }
      .page-template-template-living-hope .general-interior-copy .living-hope-buttons .button .btn {
        min-width: auto;
        padding: 0.3em 1.3em; }
        .page-template-template-living-hope .general-interior-copy .living-hope-buttons .button .btn.biggby-orange {
          border: 3px solid #f47920;
          color: #ffffff;
          background-color: #f47920; }
          .page-template-template-living-hope .general-interior-copy .living-hope-buttons .button .btn.biggby-orange.solid, .page-template-template-living-hope .general-interior-copy .living-hope-buttons .button .btn.biggby-orange:hover {
            color: #f47920;
            background-color: #ffffff; }
        .page-template-template-living-hope .general-interior-copy .living-hope-buttons .button .btn.green {
          border: 3px solid #a6ce39;
          color: #ffffff;
          background-color: #a6ce39; }
          .page-template-template-living-hope .general-interior-copy .living-hope-buttons .button .btn.green.solid, .page-template-template-living-hope .general-interior-copy .living-hope-buttons .button .btn.green:hover {
            color: #a6ce39;
            background-color: #ffffff; }
  .page-template-template-living-hope .general-interior-copy .living-hope-images {
    width: 100%;
    margin-top: 2rem; }
    @media screen and (max-width: 1024px) {
      .page-template-template-living-hope .general-interior-copy .living-hope-images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media screen and (min-width: 1024px) {
      .page-template-template-living-hope .general-interior-copy .living-hope-images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .page-template-template-living-hope .general-interior-copy .living-hope-images img {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0;
      height: 100%; }
      @media screen and (max-width: 1024px) {
        .page-template-template-living-hope .general-interior-copy .living-hope-images img {
          margin-top: 1.25vw;
          padding-top: 0;
          width: 48%; } }
      @media screen and (max-width: 768px) {
        .page-template-template-living-hope .general-interior-copy .living-hope-images img {
          width: 95%; } }
      @media screen and (min-width: 1024px) {
        .page-template-template-living-hope .general-interior-copy .living-hope-images img {
          width: 32%; } }
  .page-template-template-living-hope .general-interior-copy .living-hope-content {
    margin-top: 1.5rem; }
    .page-template-template-living-hope .general-interior-copy .living-hope-content p {
      padding-top: 0.75rem; }
  .page-template-template-living-hope .general-interior-copy .living-hope-video {
    margin-top: 1.5rem; }
