/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@charset "UTF-8";
.btn, .btn--news, .slider--button, .section--button, .hamburger {
  font-family: inherit;
  line-height: normal;
  display: inline-block;
  margin: 0;
  padding: 0.5rem;
  font-weight: 500;
}

.icon-leftarrow-left:before, .icon-leftarrow-right:after, .icon-rightarrow-left:before, .icon-rightarrow-right:after, .icon-downarrow-left:before, .icon-downarrow-right:after, .icon-uparrow-left:before, .icon-uparrow-right:after, .icon-singlechevron-left:before, .icon-singlechevron-right:after, .icon-doublechevron-left:before, .icon-doublechevron-right:after {
  display: inline-block;
}

.icon-leftarrow-left:before, .icon-rightarrow-left:before, .icon-downarrow-left:before, .icon-uparrow-left:before, .icon-singlechevron-left:before, .icon-doublechevron-left:before {
  margin: 0 .5rem 0 0;
}

.icon-leftarrow-right:after, .icon-rightarrow-right:after, .icon-downarrow-right:after, .icon-uparrow-right:after, .icon-singlechevron-right:after, .icon-doublechevron-right:after {
  margin: 0 0 0 .5rem;
}

.icon-leftarrow-left:before, .icon-leftarrow-right:after, .icon-rightarrow-left:before, .icon-rightarrow-right:after, .icon-downarrow-left:before, .icon-downarrow-right:after, .icon-uparrow-left:before, .icon-uparrow-right:after, .icon-singlechevron-left:before, .icon-singlechevron-right:after, .icon-doublechevron-left:before, .icon-doublechevron-right:after {
  font-weight: 500;
}

.icon-leftarrow-left:before {
  content: '\2190';
}

.icon-leftarrow-right:after {
  content: '\2192';
}

.icon-rightarrow-left:before {
  content: '\2192';
}

.icon-rightarrow-right:after {
  content: '\2192';
}

.icon-downarrow-left:before {
  content: '\2193';
}

.icon-downarrow-right:after {
  content: '\2193';
}

.icon-uparrow-left:before {
  content: '\2191';
}

.icon-uparrow-right:after {
  content: '\2191';
}

.icon-singlechevron-left:before {
  content: '\2039';
}

.icon-singlechevron-right:after {
  content: '\203A';
}

.icon-doublechevron-left:before {
  content: '\AB';
}

.icon-doublechevron-right:after {
  content: '\BB';
}

html {
  font-size: 75%;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 320px) {
  html {
    font-size: 81.25%;
  }
}

@media only screen and (min-width: 480px) {
  html {
    font-size: 87.5%;
  }
}

@media only screen and (min-width: 640px) {
  html {
    font-size: 93.75%;
  }
}

@media only screen and (min-width: 800px) {
  html {
    font-size: 100%;
  }
}

@media only screen and (min-width: 960px) {
  html {
    font-size: 112.5%;
  }
}

@media only screen and (min-width: 1140px) {
  html {
    font-size: 125%;
  }
}

/*
    pesticide v0.1.0 . @mrmrs . MIT
*/
.skippr {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.skippr > div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 62.5%;
}

.skippr > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  min-height: 100%;
}

.skippr-nav-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  bottom: 25px;
  overflow: auto;
  z-index: 999;
}

.skippr-nav-element {
  cursor: pointer;
  float: left;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}

.skippr-nav-element-bubble {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 4px;
}

.skippr-nav-element-block {
  width: 60px;
  height: 10px;
}

.skippr-nav-element:hover, .skippr-nav-element-active {
  background-color: #fff;
}

.skippr-arrow {
  position: absolute;
  z-index: 999;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 30px;
  height: 30px;
  transform-origin: center center;
  -webkit-transform-origin: top left;
  cursor: pointer;
}

.skippr-previous {
  left: 2.5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 2px solid white;
  border-left: 2px solid white;
}

.skippr-next {
  right: 3.5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}

/* SmartMenus Core CSS (it's not recommended editing this)
===============================================================*/
.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: normal;
  direction: ltr;
}

ul.sm ul {
  position: absolute;
  top: -999999px;
  width: 100px;
}

ul.sm li {
  position: relative;
  float: left;
}

ul.sm a {
  position: relative;
  display: block;
  white-space: nowrap;
}

ul.sm a.disabled {
  cursor: default;
}

.sm-rtl, .sm-rtl ul, .sm-rtl li {
  direction: rtl;
}

ul.sm-rtl li {
  float: right;
}

ul.sm ul li, ul.sm-vertical li {
  float: none;
}

ul.sm ul a, ul.sm-vertical a {
  white-space: normal;
}

ul.sm ul.sm-nowrap > li > a {
  white-space: nowrap;
}

ul.sm:after {
  content: "\A0";
  display: block;
  height: 0;
  font: 0/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

ul.sm, ul.sm *, ul.sm *:before, ul.sm *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul.sm {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
---------------------------------------------------------------
  Note that styles you apply to the main menu items are inherited by the sub menus items too.
  If you'd like to avoid this, you could use child selectors (not supported by IE6) - for example:
  .sm-epoch > li > a { ... } instead of .sm-epoch a { ... }
---------------------------------------------------------------*/
#main-menu {
  clear: both;
}

/* Menu box
===================*/
.sm-epoch {
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sm-epoch ul {
  border: none;
  z-index: 1000;
  background: #202020;
  -webkit-box-shadow: 0 0.3125rem 0.5625rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.3125rem 0.5625rem rgba(0, 0, 0, 0.2);
}

/* first sub level carets */
/* Menu items
===================*/
.sm-epoch a {
  padding: .25rem .75rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: .8rem;
  line-height: 1rem;
  letter-spacing: 3px;
  font-family: "PlantagenetCherokee", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-weight: 400;
  text-decoration: none;
  background-color: transparent;
  border-radius: 1rem;
}

.sm-epoch li > a {
  text-align: center;
}

.sm-epoch li > ul > li a {
  border-radius: 0;
  font-size: .6rem;
}

.sm-epoch a.highlighted,
.sm-epoch a:active,
.sm-epoch a:focus,
.sm-epoch a:hover {
  color: rgba(255, 255, 255, 0.7);
  background: #f39c12;
}

.sm-epoch-vertical a.highlighted,
.sm-epoch-vertical a:active,
.sm-epoch-vertical a:focus,
.sm-epoch-vertical a:hover {
  background: #f39c12;
}

.sm-epoch a.has-submenu {
  padding-right: 1.563rem;
  border-radius: 1rem 1rem 0 0;
}

.sm-epoch ul a,
.sm-epoch-vertical a {
  padding: .5rem;
}

.sm-epoch ul a.has-submenu,
.sm-epoch-vertical a.has-submenu {
  padding-right: 2.5rem;
}

.sm-epoch ul a.highlighted,
.sm-epoch ul a:active,
.sm-epoch ul a:focus,
.sm-epoch ul a:hover {
  color: rgba(255, 255, 255, 0.7);
  background: #cd820a;
}

/* current items - add the class manually to some item or check the "markCurrentItem" script option */
.sm-epoch a.current,
.sm-epoch a.current:active,
.sm-epoch a.current:focus,
.sm-epoch a.current:hover {
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
}

/* Sub menu indicators
===================*/
.sm-epoch a span.sub-arrow {
  position: absolute;
  right: .75rem;
  top: 50%;
  margin-top: -0.1875rem;
  /* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: .25rem;
  /* tweak size of the arrow */
  border-style: solid dashed dashed dashed;
  border-color: white transparent transparent;
}

.sm-epoch ul a span.sub-arrow,
.sm-epoch-vertical a span.sub-arrow {
  right: .9375rem;
  top: 50%;
  margin-top: -0.3125rem;
  border-width: .3125rem;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent white;
}

/* Scrolling arrows containers for tall sub menus - test sub menu: "Sub test" -> "more..." -> "more..." in the default download package
===================*/
.sm-epoch span.scroll-down,
.sm-epoch span.scroll-up {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  background: transparent;
  height: 1.25rem;
  /* width and position will be automatically set by the script */
}

.sm-epoch span.scroll-down:hover,
.sm-epoch span.scroll-up:hover {
  background: rgba(0, 0, 0, 0);
}

.sm-epoch span.scroll-down-arrow,
.sm-epoch span.scroll-up-arrow {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.375rem;
  /* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: .375rem;
  /* tweak size of the arrow */
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent white transparent;
}

.sm-epoch span.scroll-up:hover span.scroll-up-arrow {
  border-color: transparent transparent white transparent;
}

.sm-epoch span.scroll-down-arrow {
  top: .5rem;
  border-style: solid dashed dashed dashed;
  border-color: white transparent transparent transparent;
}

.sm-epoch span.scroll-down:hover span.scroll-down-arrow {
  border-color: white transparent transparent transparent;
}

/*
---------------------------------------------------------------
  Responsiveness
  These will make the sub menus collapsible when the screen width is too small.
---------------------------------------------------------------*/
/* decrease horizontal main menu items left/right padding to avoid wrapping */
@media screen and (max-width: 1000px) {
  .sm-epoch:not(.sm-epoch-vertical) > li > a {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .sm-epoch:not(.sm-epoch-vertical) > li > a.has-submenu {
    padding-right: 1.563rem;
  }
}

@media screen and (max-width: 900px) {
  .sm-epoch:not(.sm-epoch-vertical) > li > a {
    padding-left: .1875rem;
    padding-right: .1875rem;
  }
  .sm-epoch:not(.sm-epoch-vertical) > li > a.has-submenu {
    padding-right: 1.563rem;
  }
}

@media screen and (max-width: 850px) {
  /* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
  ul.sm-epoch {
    width: auto !important;
  }
  ul.sm-epoch ul {
    display: none;
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }
  ul.sm-epoch > li {
    float: none;
  }
  ul.sm-epoch > li > a,
  ul.sm-epoch ul.sm-nowrap > li > a {
    white-space: normal;
  }
  ul.sm-epoch iframe {
    display: none;
  }
  /* Uncomment this rule to disable completely the sub menus for small screen devices */
  /*.sm-epoch ul, .sm-epoch span.sub-arrow, .sm-epoch iframe {
      display:none !important;
  }*/
  /* Menu box
  ===================*/
  .sm-epoch {
    padding: 0;
  }
  .sm-epoch ul {
    border: 0;
    padding: 0;
    /* darken the background of the sub menus */
    background: rgba(216, 201, 173, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* no carets */
  .sm-epoch > li > ul:after,
  .sm-epoch > li > ul:before {
    display: none;
  }
  /* Menu items
  ===================*/
  .sm-epoch a {
    padding: .8125rem .3125rem .8125rem 1.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .sm-epoch a.current {
    color: rgba(255, 255, 255, 0.7) !important;
  }
  /* add some text indentation for the 2+ level sub menu items */
  .sm-epoch ul a {
    border-left: .5rem solid transparent;
  }
  .sm-epoch ul ul a {
    border-left: 1rem solid transparent;
  }
  .sm-epoch ul ul ul a {
    border-left: 1.5rem solid transparent;
  }
  .sm-epoch ul ul ul ul a {
    border-left: 2rem solid transparent;
  }
  .sm-epoch ul ul ul ul ul a {
    border-left: 2.5rem solid transparent;
  }
  /* Sub menu indicators
  ===================*/
  .sm-epoch a span.sub-arrow,
  .sm-epoch ul a span.sub-arrow {
    top: 50%;
    margin-top: -0.5625rem;
    right: auto;
    left: .375rem;
    margin-left: 0;
    width: 1.063rem;
    height: 1.063rem;
    font: normal 1rem/1rem monospace !important;
    text-align: center;
    border: 0;
    text-shadow: none;
    color: #D8C9AD;
  }
  /* Hide sub indicator when item is expanded - we enable the item link when it's expanded */
  .sm-epoch a.highlighted span.sub-arrow {
    display: none !important;
  }
  /* Items separators
  ===================*/
  .sm-epoch li {
    border-top: 1px solid rgba(216, 201, 173, 0.05);
  }
  .sm-epoch > li:first-child {
    border-top: 0;
  }
}

@media screen and (min-width: 850px) {
  #main-menu.sm.sm-epoch > li:not(:nth-child(-n+4)) {
    display: none;
  }
}

.main-menu #main-menu {
  margin-right: 2.3rem;
}

.secondary-menu {
  padding: 0.5rem 3rem 1.8rem 0;
}

.secondary-menu i.contact-link:before {
  content: "\F003";
}

.secondary-menu i.trade-partners-link:before {
  content: "\F0C0";
}

.secondary-menu i.events-link:before {
  content: "\F133";
}

.secondary-menu i.presskit-link:before {
  content: "\F1EA";
}

.secondary-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

@media screen and (max-width: 850px) {
  .secondary-menu ul {
    display: none;
  }
}

.secondary-menu li {
  display: inline;
  margin: 0 8px;
}

.secondary-menu li:last-child {
  margin: 0 0 0 8px;
}

.secondary-menu a {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
  line-height: 0.8rem;
  letter-spacing: 3px;
  font-family: "PlantagenetCherokee", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.secondary-menu a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
/* Shrink */
/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/* Bounce In */
/* Bounce Out */
/* Rotate */
/* Grow Rotate */
/* Float */
/* Sink */
/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

/* Skew */
/* Skew Forward */
/* Skew Backward */
/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

/* BACKGROUND TRANSITIONS */
/* Fade */
/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}

@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}

/* Sweep To Right */
/* Sweep To Left */
/* Sweep To Bottom */
/* Sweep To Top */
/* Bounce To Right */
/* Bounce To Left */
/* Bounce To Bottom */
/* Bounce To Top */
/* Radial Out */
/* Radial In */
/* Rectangle In */
/* Rectangle Out */
/* Shutter In Horizontal */
/* Shutter Out Horizontal */
/* Shutter In Vertical */
/* Shutter Out Vertical */
/* BORDER TRANSITIONS */
/* Border Fade */
/* Hollow */
/* Trim */
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}

@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}

/* Outline Out */
/* Outline In */
/* Round Corners */
/* Underline From Left */
/* Underline From Center */
/* Underline From Right */
/* Overline From Left */
/* Overline From Center */
/* Overline From Right */
/* Reveal */
/* Underline Reveal */
/* Overline Reveal */
/* SHADOW/GLOW TRANSITIONS */
/* Glow */
/* Shadow */
/* Grow Shadow */
/* Box Shadow Outset */
/* Box Shadow Inset */
/* Float Shadow */
/* Shadow Radial */
/* SPEECH BUBBLES */
/* Bubble Top */
/* Bubble Right */
/* Bubble Bottom */
/* Bubble Left */
/* Bubble Float Top */
/* Bubble Float Right */
/* Bubble Float Bottom */
/* Bubble Float Left */
/* ICONS */
/* Icon Back */
/* Icon Forward */
/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

/* Icon Down */
/* Icon Up */
@-webkit-keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

/* Icon Up */
/* Icon Spin */
/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%,
  100% {
    opacity: 1;
  }
}

@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%,
  100% {
    opacity: 1;
  }
}

/* Icon Drop */
/* Icon Fade */
/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}

@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}

/* Icon Float Away */
/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}

@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}

/* Icon Sink Away */
/* Icon Grow */
/* Icon Shrink */
/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

/* Icon Bounce */
/* Icon Rotate */
/* Icon Grow Rotate */
/* Icon Float */
/* Icon Sink */
/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

/* CURLS */
/* Curl Top Left */
/* Curl Top Right */
/* Curl Bottom Right */
/* Curl Bottom Left */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50002;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50003;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 50005;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 50004;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 50006;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

body {
  font-size: 16px;
  line-height: 24px;
  font-size: 1rem;
  line-height: 1.5rem;
  color: black;
  font-family: "Lato", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-family: "PlantagenetCherokee", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  letter-spacing: 12px;
  display: inline-block;
}

h1 {
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 48px;
  margin-top: 48px;
  font-size: 2.375rem;
  line-height: 3rem;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

h2 {
  font-size: 28px;
  line-height: 48px;
  margin-bottom: 24px;
  margin-top: 24px;
  font-size: 1.75rem;
  line-height: 3rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

h3 {
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 0px;
  margin-top: 24px;
  font-size: 1.3125rem;
  line-height: 1.5rem;
  margin-bottom: 0rem;
  margin-top: 1.5rem;
}

h4,
h5,
h6 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
  margin-top: 24px;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0rem;
  margin-top: 1.5rem;
}

p {
  margin-bottom: 24px;
  margin-top: 0;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

ul,
ol {
  margin-bottom: 24px;
  margin-top: 0;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

ul ol,
ol ol {
  margin-bottom: 0;
  margin-top: 0;
}

ul ul,
ol ul {
  margin-bottom: 0;
  margin-top: 0;
}

dl {
  margin-bottom: 24px;
  margin-top: 0;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

dl dt {
  font-weight: 500;
}

dl dd {
  font-style: italic;
}

.table {
  border-collapse: collapse;
  position: relative;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 24px;
  margin-top: 0;
  margin-bottom: 1.5rem;
  margin-top: 0;
  border: 2px solid #D8C9AD;
}

.table th {
  padding: 8px;
  background-color: #eee;
  color: #666;
  font-weight: 500;
  border: 1px solid #fff;
  text-align: left;
}

.table td {
  padding: 8px;
  border: 1px solid #eee;
  text-align: left;
}

.table tbody tr:nth-child(even) {
  background: #fff;
}

.table tbody tr:nth-child(odd) {
  background: #fff;
}

.table thead, .table tfoot, .table tbody {
  width: 100%;
}

.table tfoot {
  background-color: #eee;
  color: #666;
}

.table caption {
  color: #666;
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 0px;
  margin-top: 24px;
  font-size: 1.3125rem;
  line-height: 1.5rem;
  margin-bottom: 0rem;
  margin-top: 1.5rem;
}

blockquote {
  margin-bottom: 24px;
  margin-top: 0;
  margin-bottom: 1.5rem;
  margin-top: 0;
  font-style: italic;
}

blockquote > p {
  padding: 0;
}

a {
  color: #666;
  text-decoration: none;
}

a:hover {
  color: #202020;
  text-decoration: none;
}

hr {
  margin-bottom: 24px;
  margin-top: 0;
  margin-bottom: 1.5rem;
  margin-top: 0;
  border: 0;
  border-top: 1px solid #bebebe;
  display: block;
  height: 1px;
  padding: 0;
}

sup,
sub {
  position: relative;
  top: -.4rem;
  vertical-align: baseline;
}

sub {
  top: .4rem;
}

b {
  line-height: 1;
}

small {
  line-height: 1;
}

strong {
  font-weight: 700;
  line-height: 1;
}

em,
dfn,
cite,
q {
  line-height: 1.5;
}

code {
  line-height: 1.5;
}

kbd {
  margin-bottom: 1px;
  padding: 0;
  position: relative;
  top: -1px;
}

pre {
  margin-bottom: 24px;
  margin-top: 0;
  margin-bottom: 1.5rem;
  margin-top: 0;
  line-height: 1.5;
  white-space: pre;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
  white-space: pre\9;
}

.btn {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  font-size: 0.8rem;
  background-color: #971318;
  border: none;
  border-radius: 2px;
  color: #eee;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
}

.btn:hover {
  background-color: #c4191f;
  color: #eee;
}

.btn:active {
  background-color: #c4191f;
  color: #eee;
}

.btn:disabled {
  background-color: #6d6c6c;
  color: #eee;
}

.btn--news {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  font-size: 0.7rem;
  background-color: #971318;
  border: none;
  border-radius: 2px;
  color: #eee;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  margin-left: 0;
  margin-left: 0;
}

.btn--news:hover {
  background-color: #c4191f;
  color: #eee;
}

.btn--news:active {
  background-color: #c4191f;
  color: #eee;
}

.btn--news:disabled {
  background-color: #6d6c6c;
  color: #eee;
}

.btn--right {
  float: right;
}

.btn--left {
  float: left;
}

.slider--button {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  padding: .5rem;
  margin: 0;
  border-radius: 2px;
}

.slider--button:hover, .slider--button:focus, .slider--button:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.slider--button:hover {
  background-color: #eee;
  border: 3px solid #eee;
  color: #202020;
}

.slider--button:active {
  background-color: white;
  border: 3px solid #fff;
  color: #eee;
}

.section--button {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background-color: transparent;
  color: #eee;
  background-color: #666;
  font-weight: 400;
  padding: .5rem;
  text-transform: uppercase;
  border-radius: 2px;
}

.section--button:hover, .section--button:focus, .section--button:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.section--button:hover {
  background-color: #202020;
  color: #eee;
}

.section--button:active {
  background-color: #3a3939;
  color: #eee;
}

.btn-mapvisit {
  float: right;
  margin: 1rem 0;
}

@font-face {
  font-family: "PlantagenetCherokee";
  font-weight: normal;
  font-style: normal;
  src: url("/assets/fonts/PlantagenetCherokeeRegular.eot");
  src: url("/assets/fonts/PlantagenetCherokeeRegular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/PlantagenetCherokeeRegular.woff") format("woff"), url("/assets/fonts/PlantagenetCherokeeRegular.ttf") format("truetype"), url("/assets/fonts/PlantagenetCherokeeRegular.svg#PlantagenetCherokee") format("svg");
}

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

html *, html *:before, html *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.fluid--img {
  height: auto;
  width: 100%;
}

table {
  border-collapse: collapse;
  position: relative;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 24px;
  margin-top: 0;
  margin-bottom: 1.5rem;
  margin-top: 0;
  border: 2px solid #D8C9AD;
}

table th {
  padding: 8px;
  background-color: #eee;
  color: #666;
  font-weight: 500;
  border: 1px solid #fff;
  text-align: left;
}

table td {
  padding: 8px;
  border: 1px solid #eee;
  text-align: left;
}

table tbody tr:nth-child(even) {
  background: #fff;
}

table tbody tr:nth-child(odd) {
  background: #fff;
}

table thead, table tfoot, table tbody {
  width: 100%;
}

table tfoot {
  background-color: #eee;
  color: #666;
}

table caption {
  color: #666;
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 0px;
  margin-top: 24px;
  font-size: 1.3125rem;
  line-height: 1.5rem;
  margin-bottom: 0rem;
  margin-top: 1.5rem;
}

a {
  cursor: pointer;
}

.header--site {
  max-width: 100%;
  width: 100%;
  background-color: #202020;
}

.header--site:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 850px) {
  .header--site {
    min-height: 235px;
  }
}

@media screen and (min-width: 850px) {
  .header--site {
    background-color: rgba(32, 32, 32, 0.8);
    position: fixed;
    z-index: 20000;
  }
}

.logo {
  clear: both;
  line-height: 0;
  padding: 15px 0 0;
  position: relative;
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
}

@media screen and (min-width: 850px) {
  .logo {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 19%;
    clear: none;
  }
}

.logo a {
  display: block;
  margin: 0 auto;
  max-width: 170px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

@media screen and (max-width: 850px) {
  .logo a {
    max-width: 170px;
  }
}

.logo a:hover, .logo a:focus, .logo a:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.logo a:hover {
  padding: 0;
}

.menu {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 100%;
  font-size: 14px;
  line-height: 21px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  clear: both;
}

@media screen and (min-width: 850px) {
  .menu {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 73%;
    margin-left: 27%;
    clear: none;
  }
}

@media screen and (min-width: 850px) {
  #main-menu.sm.sm-epoch {
    text-align: right;
  }
  #main-menu.sm.sm-epoch > li {
    display: inline-block;
    float: none;
  }
}

.hamburger {
  display: none;
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
  font-weight: 200;
  padding: 0.5rem;
  margin: 3rem auto 0;
  width: 100px;
  text-align: center;
  text-transform: uppercase;
  font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Gill Sans MT", "Gill Sans", sans-serif;
  cursor: pointer;
}

@media screen and (min-width: 850px) {
  .hamburger {
    display: none;
  }
}

.hamburger:focus {
  outline: none;
}

.hamburger:hover {
  background-color: #971318;
  border: 3px solid #971318;
  color: #eee;
}

.hamburger:active {
  background-color: #c4191f;
  border: 3px solid #971318;
  color: #eee;
}

.hamburger:after {
  content: ' -';
}

.hamburger.collapsed::after {
  content: ' +';
}

@media screen and (max-width: 850px) {
  .hamburger {
    display: block;
  }
  #main-menu.collapsed {
    display: none;
  }
}

.page--header {
  background-color: #D8C9AD;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.page--header p {
  font-size: 20px;
  line-height: 30px;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.header--inner {
  margin: 0 auto;
  width: 92%;
  max-width: 1140px;
}

.header--inner:after {
  content: "";
  display: table;
  clear: both;
}

#hero,
#heropeople,
#herovideo {
  height: 250px;
  margin: 0;
  width: 100%;
}

@media only screen and (min-width: 800px) {
  #hero,
  #heropeople,
  #herovideo {
    height: 600px;
  }
}

#hero.people.skippr > div,
#heropeople.people.skippr > div,
#herovideo.people.skippr > div {
  background-position: 0 0;
}

#herovideo {
  overflow: hidden;
  position: relative;
  height: 450px;
}

#herovideo .nav-ball {
  position: absolute;
  z-index: 9999;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-left: -25px;
}

@media only screen and (max-width: 800px) {
  #herovideo.fill-view {
    height: calc(100vh - 235px);
  }
}

@media only screen and (min-width: 800px) {
  #herovideo.fill-view {
    height: 100vh;
  }
}

#heropeople {
  height: 400px;
}

@media only screen and (min-width: 800px) {
  #heropeople {
    height: 600px;
  }
}

#heropeople .slide-photo {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 50%;
}

#heropeople .slide-photo > div {
  height: 400px;
  background-position: top right;
  background-size: cover;
}

@media only screen and (min-width: 800px) {
  #heropeople .slide-photo > div {
    height: 600px;
  }
}

#heropeople .slide-text {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 50%;
  margin-left: 50%;
  background-color: #202020;
  height: 400px;
}

@media only screen and (min-width: 800px) {
  #heropeople .slide-text {
    height: 600px;
  }
}

#heropeople .slide-text .inner {
  border-radius: 2px;
  padding: 1rem;
}

#heropeople .slide-text h1,
#heropeople .slide-text p {
  color: #fff;
}

#heropeople .slide-text h1 {
  font-size: 28px;
  line-height: 48px;
  margin-bottom: 24px;
  margin-top: 24px;
  font-size: 1.75rem;
  line-height: 3rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

#heropeople .slide-text p {
  font-weight: 500;
}

.herovideo-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.herovideo-wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.herovideo-wrap .herovideo-text {
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.4);
  top: 0;
  left: 0;
}

.herovideo-wrap .herovideo-text .herovideo-textwrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.herovideo-wrap .herovideo-text .herovideo-textwrap h1 {
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 0px;
  margin-top: 24px;
  font-size: 1.3125rem;
  line-height: 1.5rem;
  margin-bottom: 0rem;
  margin-top: 1.5rem;
  text-transform: uppercase;
  display: block;
  width: 100%;
  color: #fff;
  font-family: "Cormorant", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  border: 2px solid #fff;
  padding: 30px;
  text-align: center;
  line-height: 100%;
  letter-spacing: 5px !important;
}

.poster {
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: 50% 62.5%;
}

#accordion-container {
  background: #ffffff;
}

.accordion-header {
  background: #ebebeb;
  margin: 5px 0 0;
  padding: 5px 10px;
  border: 1px solid #cccccc;
  cursor: pointer;
  color: #666666;
  font-size: 1.25rem;
  line-height: 2rem;
}

.active-header {
  background: url("images/active-header.gif") #D8C9AD;
  background-repeat: no-repeat;
  background-position: right 50%;
}

.active-header:hover {
  background: url("images/active-header.gif") #e5dbc9;
  background-repeat: no-repeat;
  background-position: right 50%;
}

.inactive-header {
  background: url("images/inactive-header.gif") #ebebeb;
  background-repeat: no-repeat;
  background-position: right 50%;
}

.inactive-header:hover {
  background: url("images/inactive-header.gif") #f5f5f5;
  background-repeat: no-repeat;
  background-position: right 50%;
}

.accordion-content {
  display: none;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-top: 0;
  background-color: #fafafa;
}

.article-nav {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 1rem;
}

.article-nav:after {
  content: "";
  display: table;
  clear: both;
}

.article-nav .next,
.article-nav .previous {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 10%;
}

.article-nav .next {
  margin-left: 90%;
}

.article-nav .next a {
  float: right;
}

.article-nav .return {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 64%;
  margin-left: 18%;
}

.article-nav .return .btn {
  display: block;
  max-width: 210px;
  margin: 0.5rem auto auto;
}

.article-nav .arrow {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 500;
  font-size: 0.8rem;
  text-align: center;
  display: inline-block;
  color: #382e1b;
  width: 35px;
  height: 35px;
  background-color: #c8b28a;
  line-height: 35px;
  border-radius: 50%;
  font-weight: 500;
}

.article-nav .arrow span {
  opacity: 0.6;
}

.article-nav .arrow:hover {
  background-color: #b79b68;
  text-decoration: none;
}

.article-nav .arrow:hover > span {
  opacity: 1;
}

footer {
  background-color: #202020;
  color: #eee;
  font-weight: 500;
  padding: 2rem 0 0;
}

footer .footer {
  margin: 0 auto;
  width: 96%;
  max-width: 1140px;
  font-size: 14px;
  line-height: 21px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  text-align: center;
}

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

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer li {
  display: inline;
  margin: 0 0.5rem;
}

footer li a {
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer li a:hover {
  color: #D8C9AD;
}

.social {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
  text-align: center;
  padding: 0;
}

.social a {
  display: inline-block;
  margin: 1rem 0 0 1rem;
}

@media only screen and (min-width: 480px) {
  .csstransforms .social a,
  .csstransitions .social a {
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  .csstransforms .social a:hover,
  .csstransitions .social a:hover {
    color: #D8C9AD;
  }
}

.social svg {
  width: 32px;
}

.social svg path {
  fill: #666;
}

.social svg path:hover {
  fill: #D8C9AD;
}

strong {
  font-weight: 500;
  border-bottom: 1px dotted #202020;
}

#map {
  width: 100%;
  height: 300px;
  margin: 1rem 0;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("/assets/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/assets/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/assets/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-cog:before {
  content: "\F013";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-link-o:before {
  content: "\F0C1";
}

.fa-link:before {
  content: "\F0C1";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-download:before {
  content: "\F019";
}

.admineditlink,
.nav-ball {
  background-color: #c8b28a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-text-decoration: -9999px;
          text-decoration: -9999px;
  display: block;
  text-align: center;
  line-height: 35px;
  margin: 1rem auto;
  font-size: 0.8rem;
}

.admineditlink:hover,
.nav-ball:hover {
  background-color: #b79b68;
}

.admineditlink:hover > span,
.nav-ball:hover > span {
  opacity: 1;
}

.admineditlink span,
.nav-ball span {
  color: #382e1b;
  opacity: 0.6;
  letter-spacing: 0;
}

.admineditlink {
  display: inline-block;
  margin: 12px 0 0;
  position: relative;
  float: right;
}

.back-to-top {
  clear: both;
  height: 30px;
  margin: 0 0 3rem;
}

.related-sidebar {
  margin: 0;
  padding: 0;
  list-style: none;
}

.related-sidebar li {
  padding: 0.25rem;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.related-sidebar li:hover {
  background-color: #eee;
}

.related-sidebar li a {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 500;
  display: block;
  font-family: "PlantagenetCherokee", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}

.social-links {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 1.5rem;
}

.social-links li {
  display: inline;
  margin: 0 0.25rem;
}

address {
  font-style: normal;
}

#map {
  border: 4px solid #eee;
}

.mission--wrap .mission {
  margin: 0 auto;
  width: 96%;
  max-width: 1140px;
  padding: 0 0 2rem;
}

.mission--wrap .mission:after {
  content: "";
  display: table;
  clear: both;
}

.mission--wrap .mission h2 {
  text-align: center;
  width: 100%;
  display: block;
  margin: 48px 0 24px 0 !important;
}

.story--wrap {
  background-color: #eee;
  padding: 0 0 2rem;
}

.story {
  margin: 0 auto;
  width: 96%;
  max-width: 1140px;
}

.story header {
  overflow: hidden;
}

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

.story .about, .story .quote {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
}

@media screen and (min-width: 800px) {
  .story .about {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 55%;
    clear: none;
  }
  .story .quote {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 37%;
    margin-left: 63%;
    clear: none;
  }
}

.story .quote {
  font-family: "Cormorant", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}

.story .quote q {
  font-size: 30px;
  line-height: 45px;
  font-size: 1.875rem;
  line-height: 2.8125rem;
  padding: 1rem;
}

.story .quote q:after, .story .quote q:before {
  font-size: 60px;
  line-height: 90px;
  font-size: 3.75rem;
  line-height: 5.625rem;
  display: inline;
  height: 0;
  line-height: 0;
  position: relative;
  top: 1rem;
}

.story .quote q:before {
  content: open-quote;
  left: -1rem;
}

.story .quote q:after {
  content: close-quote;
  left: 1rem;
}

.story .quote .author {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-style: italic;
  text-align: right;
}

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

.sections--nav h1,
.sections--nav h2,
.sections--nav h3,
.sections--nav h4,
.sections--nav h5,
.sections--nav h6 {
  color: #eee;
}

.sections--nav header {
  font-size: 20px;
  line-height: 30px;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin: 0 auto;
  width: 96%;
  max-width: 1140px;
  color: #eee;
  font-weight: 600;
  overflow: hidden;
}

.sections--nav header:after {
  content: "";
  display: table;
  clear: both;
}

.sections--nav .sections--highlights {
  padding: 4rem 0 2rem;
  margin: 0 auto;
  width: 96%;
  max-width: 1140px;
}

.sections--nav .sections--highlights:after {
  content: "";
  display: table;
  clear: both;
}

.sections--nav .sections--highlights .section--thumb {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
}

@media screen and (min-width: 640px) {
  .sections--nav .sections--highlights .section--thumb {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 46%;
    clear: none;
  }
  .sections--nav .sections--highlights .section--thumb:nth-child(2n+1) {
    margin-left: 0%;
    clear: both;
  }
  .sections--nav .sections--highlights .section--thumb:nth-child(2n+2) {
    margin-left: 54%;
    clear: none;
  }
}

@media screen and (min-width: 800px) {
  .sections--nav .sections--highlights .section--thumb {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 46%;
    clear: none;
  }
  .sections--nav .sections--highlights .section--thumb:nth-child(2n+1) {
    margin-left: 0%;
    clear: both;
  }
  .sections--nav .sections--highlights .section--thumb:nth-child(2n+2) {
    margin-left: 54%;
    clear: none;
  }
}

@media screen and (min-width: 960px) {
  .sections--nav .sections--highlights .section--thumb {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 19%;
    clear: none;
  }
  .sections--nav .sections--highlights .section--thumb:nth-child(4n+1) {
    margin-left: 0%;
    clear: both;
  }
  .sections--nav .sections--highlights .section--thumb:nth-child(4n+2) {
    margin-left: 27%;
    clear: none;
  }
  .sections--nav .sections--highlights .section--thumb:nth-child(4n+3) {
    margin-left: 54%;
    clear: none;
  }
  .sections--nav .sections--highlights .section--thumb:nth-child(4n+4) {
    margin-left: 81%;
    clear: none;
  }
}

.sections--nav .ball {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  margin: 0 auto 2rem;
  background-color: #971318;
  display: block;
  height: 10rem;
  padding: 1rem;
  width: 10rem;
  background-size: cover;
  border: 6px solid #d4d4d4;
}

.sections--nav .ball:hover, .sections--nav .ball:focus, .sections--nav .ball:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sections--nav .ball:hover, .sections--nav .ball:focus {
  outline: none;
  border: 6px solid #a1a1a1;
}

.wineries {
  padding: 4rem 0 2rem;
  text-align: center;
}

.wineries header {
  font-size: 20px;
  line-height: 30px;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin: 0 auto;
  width: 96%;
  max-width: 1140px;
  font-weight: 600;
  overflow: hidden;
}

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

.wineries .winery--list {
  margin: 0 auto;
  width: 96%;
  max-width: 1140px;
}

.wineries .winery--list:after {
  content: "";
  display: table;
  clear: both;
}

.wineries .winery--list .winery--thumb {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
}

@media screen and (min-width: 640px) {
  .wineries .winery--list .winery--thumb {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 28%;
    clear: none;
  }
  .wineries .winery--list .winery--thumb:nth-child(3n+1) {
    margin-left: 0%;
    clear: both;
  }
  .wineries .winery--list .winery--thumb:nth-child(3n+2) {
    margin-left: 36%;
    clear: none;
  }
  .wineries .winery--list .winery--thumb:nth-child(3n+3) {
    margin-left: 72%;
    clear: none;
  }
}

@media screen and (min-width: 800px) {
  .wineries .winery--list .winery--thumb {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 28%;
    clear: none;
  }
  .wineries .winery--list .winery--thumb:nth-child(3n+1) {
    margin-left: 0%;
    clear: both;
  }
  .wineries .winery--list .winery--thumb:nth-child(3n+2) {
    margin-left: 36%;
    clear: none;
  }
  .wineries .winery--list .winery--thumb:nth-child(3n+3) {
    margin-left: 72%;
    clear: none;
  }
}

@media screen and (min-width: 960px) {
  .wineries .winery--list .winery--thumb {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 28%;
    clear: none;
  }
  .wineries .winery--list .winery--thumb:nth-child(3n+1) {
    margin-left: 0%;
    clear: both;
  }
  .wineries .winery--list .winery--thumb:nth-child(3n+2) {
    margin-left: 36%;
    clear: none;
  }
  .wineries .winery--list .winery--thumb:nth-child(3n+3) {
    margin-left: 72%;
    clear: none;
  }
}

.wineries .winery--name {
  font-size: 20px;
  line-height: 30px;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #202020;
  font-weight: 500;
  margin: 1rem 0;
  display: inline-block;
}

.wineries .ball {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  margin: 0 auto 0.6rem;
  background-color: #971318;
  display: block;
  height: 14rem;
  padding: 1rem;
  width: 14rem;
  background-size: cover;
  border: 6px solid #d4d4d4;
}

.wineries .ball:hover, .wineries .ball:focus, .wineries .ball:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.wineries .ball:hover, .wineries .ball:focus {
  outline: none;
  border: 6px solid #a1a1a1;
}

.winery--info {
  margin: 0 auto;
  width: 96%;
  max-width: 1140px;
  padding: 3rem 0 0;
}

.winery--info:after {
  content: "";
  display: table;
  clear: both;
}

.winery--info .winery--detail, .winery--info .winery--stats {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
}

@media screen and (min-width: 800px) {
  .winery--info .winery--detail {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 64%;
    clear: none;
  }
  .winery--info .winery--stats {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 28%;
    margin-left: 72%;
    clear: none;
  }
}

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

.winery--gallery {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  padding: 0 0 1rem;
}

.winery--gallery:after {
  content: "";
  display: table;
  clear: both;
}

.winery--gallery .thumb {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
}

@media screen and (min-width: 640px) {
  .winery--gallery .thumb {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 46%;
    clear: none;
  }
  .winery--gallery .thumb:nth-child(2n+1) {
    margin-left: 0%;
    clear: both;
  }
  .winery--gallery .thumb:nth-child(2n+2) {
    margin-left: 54%;
    clear: none;
  }
}

@media screen and (min-width: 800px) {
  .winery--gallery .thumb {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 19%;
    clear: none;
  }
  .winery--gallery .thumb:nth-child(4n+1) {
    margin-left: 0%;
    clear: both;
  }
  .winery--gallery .thumb:nth-child(4n+2) {
    margin-left: 27%;
    clear: none;
  }
  .winery--gallery .thumb:nth-child(4n+3) {
    margin-left: 54%;
    clear: none;
  }
  .winery--gallery .thumb:nth-child(4n+4) {
    margin-left: 81%;
    clear: none;
  }
}

@media screen and (min-width: 960px) {
  .winery--gallery .thumb {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 28%;
    clear: none;
  }
  .winery--gallery .thumb:nth-child(3n+1) {
    margin-left: 0%;
    clear: both;
  }
  .winery--gallery .thumb:nth-child(3n+2) {
    margin-left: 36%;
    clear: none;
  }
  .winery--gallery .thumb:nth-child(3n+3) {
    margin-left: 72%;
    clear: none;
  }
}

.winery--gallery a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 6px solid #eee;
  display: block;
  line-height: 0;
}

.winery--gallery a:hover {
  border: 6px solid #D8C9AD;
}

.winery--gallery a:focus {
  outline: none;
}

.winery--logo {
  display: block;
  margin: 0 auto;
  max-width: 320px;
}

.winemaker--profile {
  background-color: #eee;
  padding: 1rem;
  border-radius: 2px;
  margin: 2rem 0;
}

.winemaker--profile h1 {
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 0px;
  margin-top: 24px;
  font-size: 1.3125rem;
  line-height: 1.5rem;
  margin-bottom: 0rem;
  margin-top: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 1rem;
}

.winemaker--profile img {
  display: block;
  margin: 1rem 0 3rem;
}

.bio-images {
  height: 500px;
  margin: 1rem 0 3rem;
}

.contact--rocks {
  margin: 0 auto;
  width: 96%;
  max-width: 1140px;
  padding: 3rem 0;
}

.contact--rocks:after {
  content: "";
  display: table;
  clear: both;
}

.contact--rocks .form--right, .contact--rocks .form--left {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
}

@media screen and (min-width: 800px) {
  .contact--rocks .form--right {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 37%;
    margin-left: 63%;
    clear: none;
  }
  .contact--rocks .form--left {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 55%;
    clear: none;
  }
}

.contact--rocks h1,
.contact--rocks h2,
.contact--rocks h3,
.contact--rocks h4,
.contact--rocks h5,
.contact--rocks h6 {
  text-align: center;
  margin-top: 0;
}

.form {
  margin: 0;
}

.form legend {
  margin: 0 0 8% 0;
}

.form fieldset {
  display: block;
  margin: 0 0 8% 0;
  padding: 0;
  width: auto;
  padding: 0;
}

.form label,
.form span.label {
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
  font-weight: 300;
  line-height: 1.5;
  height: 100%;
  font-style: normal;
}

.form input,
.form select,
.form textarea {
  display: inline;
}

.form input {
  width: auto;
}

.form textarea {
  position: relative;
  display: inline;
  overflow: auto;
  width: auto;
  outline: none;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0.25rem 0 0 0;
}

.form select {
  margin: 0.25rem 0 0 0;
  padding: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form input[type='checkbox'],
.form input[type='radio'] {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  display: inline;
}

.form input[type='range'] {
  width: 100%;
}

.form input[type='checkbox'] {
  margin: 0 8%;
}

.form input[type='radio'] {
  margin: 0 8%;
}

.form input[type="text"],
.form input[type="password"],
.form input[type="email"],
.form input[type="number"],
.form input[type="search"],
.form input[type="tel"],
.form input[type="date"],
.form input[type="datetime-local"],
.form input[type="datetime"],
.form input[type="month"],
.form input[type="week"],
.form input[type="time"],
.form input[type="url"],
.form textarea {
  width: 100%;
  height: 2.5rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0.25rem 0 0 0;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.5rem;
  outline: none;
  border: 2px solid #202020;
  color: #202020;
}

.form input[type="text"]:focus,
.form input[type="password"]:focus,
.form input[type="email"]:focus,
.form input[type="number"]:focus,
.form input[type="search"]:focus,
.form input[type="tel"]:focus,
.form input[type="date"]:focus,
.form input[type="datetime-local"]:focus,
.form input[type="datetime"]:focus,
.form input[type="month"]:focus,
.form input[type="week"]:focus,
.form input[type="time"]:focus,
.form input[type="url"]:focus,
.form textarea:focus {
  border: 2px solid #D8C9AD;
  color: #202020;
}

.form textarea {
  line-height: 24px;
  line-height: 1.5rem;
}

.form input[type="color"] {
  width: 100%;
  height: 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  margin: 0.25rem 0 0 0;
  border: 2px solid #202020;
}

.form input[type="color"]:focus {
  border: 2px solid #D8C9AD;
}

.form select {
  height: 2.5rem;
  padding: 0.5rem;
  border: 2px solid #202020;
  border-radius: 0;
  margin: 0.25rem 0 0 0;
  line-height: normal;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  font-size: 1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: #202020"></polygon></svg>');
  background-size: 9px 6px;
  background-position: 98% center;
  background-origin: content-box;
  background-repeat: no-repeat;
}

@media screen and (min-width: 0\0) {
  .form select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

.form select:disabled {
  background-color: #666;
  color: #eee;
  cursor: disabled;
}

.form select::-ms-expand {
  display: none;
}

.form select[multiple] {
  height: auto;
}

.form legend {
  display: none;
}

.form fieldset {
  border: 0;
  margin: 0;
}

.form textarea {
  min-height: 200px;
}

.form select:focus {
  outline: 0;
}

.class--validation label.required {
  color: #971318;
}

.class--validation input[type="text"].required,
.class--validation input[type="password"].required,
.class--validation input[type="email"].required,
.class--validation input[type="number"].required,
.class--validation input[type="search"].required,
.class--validation input[type="tel"].required,
.class--validation input[type="date"].required,
.class--validation input[type="datetime-local"].required,
.class--validation input[type="datetime"].required,
.class--validation input[type="month"].required,
.class--validation input[type="week"].required,
.class--validation input[type="time"].required,
.class--validation input[type="url"].required,
.class--validation textarea.required {
  border: 2px solid #971318;
  color: #971318;
}

.class--validation input[type="text"].required:focus,
.class--validation input[type="password"].required:focus,
.class--validation input[type="email"].required:focus,
.class--validation input[type="number"].required:focus,
.class--validation input[type="search"].required:focus,
.class--validation input[type="tel"].required:focus,
.class--validation input[type="date"].required:focus,
.class--validation input[type="datetime-local"].required:focus,
.class--validation input[type="datetime"].required:focus,
.class--validation input[type="month"].required:focus,
.class--validation input[type="week"].required:focus,
.class--validation input[type="time"].required:focus,
.class--validation input[type="url"].required:focus,
.class--validation textarea.required:focus {
  border: 2px solid #971318;
  color: #971318;
}

.class--validation input[type="text"].required:required, .class--validation input[type="text"].required:required:focus,
.class--validation input[type="password"].required:required,
.class--validation input[type="password"].required:required:focus,
.class--validation input[type="email"].required:required,
.class--validation input[type="email"].required:required:focus,
.class--validation input[type="number"].required:required,
.class--validation input[type="number"].required:required:focus,
.class--validation input[type="search"].required:required,
.class--validation input[type="search"].required:required:focus,
.class--validation input[type="tel"].required:required,
.class--validation input[type="tel"].required:required:focus,
.class--validation input[type="date"].required:required,
.class--validation input[type="date"].required:required:focus,
.class--validation input[type="datetime-local"].required:required,
.class--validation input[type="datetime-local"].required:required:focus,
.class--validation input[type="datetime"].required:required,
.class--validation input[type="datetime"].required:required:focus,
.class--validation input[type="month"].required:required,
.class--validation input[type="month"].required:required:focus,
.class--validation input[type="week"].required:required,
.class--validation input[type="week"].required:required:focus,
.class--validation input[type="time"].required:required,
.class--validation input[type="time"].required:required:focus,
.class--validation input[type="url"].required:required,
.class--validation input[type="url"].required:required:focus,
.class--validation textarea.required:required,
.class--validation textarea.required:required:focus {
  border: 2px solid #971318;
  color: #971318;
}

.class--validation input[type="color"].required {
  border: 2px solid #971318;
}

.class--validation input[type="color"].required:required, .class--validation input[type="color"].required:required:focus {
  border: 2px solid #971318;
}

.class--validation label.valid {
  color: #971318;
}

.class--validation input[type="text"].valid,
.class--validation input[type="password"].valid,
.class--validation input[type="email"].valid,
.class--validation input[type="number"].valid,
.class--validation input[type="search"].valid,
.class--validation input[type="tel"].valid,
.class--validation input[type="date"].valid,
.class--validation input[type="datetime-local"].valid,
.class--validation input[type="datetime"].valid,
.class--validation input[type="month"].valid,
.class--validation input[type="week"].valid,
.class--validation input[type="time"].valid,
.class--validation input[type="url"].valid,
.class--validation textarea.valid {
  border: 2px solid #971318;
  color: #971318;
}

.class--validation input[type="text"].valid:focus,
.class--validation input[type="password"].valid:focus,
.class--validation input[type="email"].valid:focus,
.class--validation input[type="number"].valid:focus,
.class--validation input[type="search"].valid:focus,
.class--validation input[type="tel"].valid:focus,
.class--validation input[type="date"].valid:focus,
.class--validation input[type="datetime-local"].valid:focus,
.class--validation input[type="datetime"].valid:focus,
.class--validation input[type="month"].valid:focus,
.class--validation input[type="week"].valid:focus,
.class--validation input[type="time"].valid:focus,
.class--validation input[type="url"].valid:focus,
.class--validation textarea.valid:focus {
  border: 2px solid #971318;
  color: #971318;
}

.class--validation input[type="text"].valid:valid, .class--validation input[type="text"].valid:valid:focus,
.class--validation input[type="password"].valid:valid,
.class--validation input[type="password"].valid:valid:focus,
.class--validation input[type="email"].valid:valid,
.class--validation input[type="email"].valid:valid:focus,
.class--validation input[type="number"].valid:valid,
.class--validation input[type="number"].valid:valid:focus,
.class--validation input[type="search"].valid:valid,
.class--validation input[type="search"].valid:valid:focus,
.class--validation input[type="tel"].valid:valid,
.class--validation input[type="tel"].valid:valid:focus,
.class--validation input[type="date"].valid:valid,
.class--validation input[type="date"].valid:valid:focus,
.class--validation input[type="datetime-local"].valid:valid,
.class--validation input[type="datetime-local"].valid:valid:focus,
.class--validation input[type="datetime"].valid:valid,
.class--validation input[type="datetime"].valid:valid:focus,
.class--validation input[type="month"].valid:valid,
.class--validation input[type="month"].valid:valid:focus,
.class--validation input[type="week"].valid:valid,
.class--validation input[type="week"].valid:valid:focus,
.class--validation input[type="time"].valid:valid,
.class--validation input[type="time"].valid:valid:focus,
.class--validation input[type="url"].valid:valid,
.class--validation input[type="url"].valid:valid:focus,
.class--validation textarea.valid:valid,
.class--validation textarea.valid:valid:focus {
  border: 2px solid #971318;
  color: #971318;
}

.class--validation input[type="color"].valid {
  border: 2px solid #971318;
}

.class--validation input[type="color"].valid:valid, .class--validation input[type="color"].valid:valid:focus {
  border: 2px solid #971318;
}

.class--validation label.invalid {
  color: #f39c12;
}

.class--validation input[type="text"].invalid,
.class--validation input[type="password"].invalid,
.class--validation input[type="email"].invalid,
.class--validation input[type="number"].invalid,
.class--validation input[type="search"].invalid,
.class--validation input[type="tel"].invalid,
.class--validation input[type="date"].invalid,
.class--validation input[type="datetime-local"].invalid,
.class--validation input[type="datetime"].invalid,
.class--validation input[type="month"].invalid,
.class--validation input[type="week"].invalid,
.class--validation input[type="time"].invalid,
.class--validation input[type="url"].invalid,
.class--validation textarea.invalid {
  border: 2px solid #f39c12;
  color: #f39c12;
}

.class--validation input[type="text"].invalid:focus,
.class--validation input[type="password"].invalid:focus,
.class--validation input[type="email"].invalid:focus,
.class--validation input[type="number"].invalid:focus,
.class--validation input[type="search"].invalid:focus,
.class--validation input[type="tel"].invalid:focus,
.class--validation input[type="date"].invalid:focus,
.class--validation input[type="datetime-local"].invalid:focus,
.class--validation input[type="datetime"].invalid:focus,
.class--validation input[type="month"].invalid:focus,
.class--validation input[type="week"].invalid:focus,
.class--validation input[type="time"].invalid:focus,
.class--validation input[type="url"].invalid:focus,
.class--validation textarea.invalid:focus {
  border: 2px solid #f39c12;
  color: #f39c12;
}

.class--validation input[type="text"].invalid:invalid, .class--validation input[type="text"].invalid:invalid:focus,
.class--validation input[type="password"].invalid:invalid,
.class--validation input[type="password"].invalid:invalid:focus,
.class--validation input[type="email"].invalid:invalid,
.class--validation input[type="email"].invalid:invalid:focus,
.class--validation input[type="number"].invalid:invalid,
.class--validation input[type="number"].invalid:invalid:focus,
.class--validation input[type="search"].invalid:invalid,
.class--validation input[type="search"].invalid:invalid:focus,
.class--validation input[type="tel"].invalid:invalid,
.class--validation input[type="tel"].invalid:invalid:focus,
.class--validation input[type="date"].invalid:invalid,
.class--validation input[type="date"].invalid:invalid:focus,
.class--validation input[type="datetime-local"].invalid:invalid,
.class--validation input[type="datetime-local"].invalid:invalid:focus,
.class--validation input[type="datetime"].invalid:invalid,
.class--validation input[type="datetime"].invalid:invalid:focus,
.class--validation input[type="month"].invalid:invalid,
.class--validation input[type="month"].invalid:invalid:focus,
.class--validation input[type="week"].invalid:invalid,
.class--validation input[type="week"].invalid:invalid:focus,
.class--validation input[type="time"].invalid:invalid,
.class--validation input[type="time"].invalid:invalid:focus,
.class--validation input[type="url"].invalid:invalid,
.class--validation input[type="url"].invalid:invalid:focus,
.class--validation textarea.invalid:invalid,
.class--validation textarea.invalid:invalid:focus {
  border: 2px solid #f39c12;
  color: #f39c12;
}

.class--validation input[type="color"].invalid {
  border: 2px solid #f39c12;
}

.class--validation input[type="color"].invalid:invalid, .class--validation input[type="color"].invalid:invalid:focus {
  border: 2px solid #f39c12;
}

.form-half {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
}

.form-half:after {
  content: "";
  display: table;
  clear: both;
}

.form-half .form-col {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
}

@media screen and (min-width: 640px) {
  .form-half .form-col {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 46%;
    clear: none;
  }
  .form-half .form-col:nth-child(2n+1) {
    margin-left: 0%;
    clear: both;
  }
  .form-half .form-col:nth-child(2n+2) {
    margin-left: 54%;
    clear: none;
  }
}

@media screen and (min-width: 800px) {
  .form-half .form-col {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 46%;
    clear: none;
  }
  .form-half .form-col:nth-child(2n+1) {
    margin-left: 0%;
    clear: both;
  }
  .form-half .form-col:nth-child(2n+2) {
    margin-left: 54%;
    clear: none;
  }
}

@media screen and (min-width: 960px) {
  .form-half .form-col {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 46%;
    clear: none;
  }
  .form-half .form-col:nth-child(2n+1) {
    margin-left: 0%;
    clear: both;
  }
  .form-half .form-col:nth-child(2n+2) {
    margin-left: 54%;
    clear: none;
  }
}

.form-full {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
}

.form-full:after {
  content: "";
  display: table;
  clear: both;
}

.form-full .form-col {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
}

@media screen and (min-width: 640px) {
  .form-full .form-col {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 100%;
    clear: none;
  }
  .form-full .form-col:nth-child(1n+1) {
    margin-left: 0%;
    clear: both;
  }
}

@media screen and (min-width: 800px) {
  .form-full .form-col {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 100%;
    clear: none;
  }
  .form-full .form-col:nth-child(1n+1) {
    margin-left: 0%;
    clear: both;
  }
}

@media screen and (min-width: 960px) {
  .form-full .form-col {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 100%;
    clear: none;
  }
  .form-full .form-col:nth-child(1n+1) {
    margin-left: 0%;
    clear: both;
  }
}

.newsletter--wrap {
  overflow: hidden;
}

.message {
  padding: 0.5rem;
  margin: 0 0 1rem;
  color: #eee;
  font-weight: 500;
}

.message.success {
  background-color: #971318;
}

.message.error {
  background-color: #971318;
}

.address,
.contact {
  font-style: normal;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 500;
}

.address address,
.contact address {
  margin: 0 0 1rem;
}

.address .btn,
.contact .btn {
  margin: 1rem 0;
}

.uniform__potty {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.uniform-errors {
  padding: 8px;
  margin: 0 0 8px;
  background-color: #971318;
  font-weight: 500;
  color: #eee;
}

.uniform-errors p {
  font-weight: 500;
  color: #eee;
}

.uniform-succesful {
  padding: 8px;
  margin: 0 0 8px;
  background-color: #2ECC71;
  font-weight: 500;
  color: #eee;
}

.uniform-succesful p {
  font-weight: 500;
  color: #eee;
}

.accolades {
  text-align: center;
  overflow: hidden;
}

.accolades.accolades--slim {
  padding: 2rem 0 0;
}

.accolades h1,
.accolades h2,
.accolades h3,
.accolades h4,
.accolades h5,
.accolades h6 {
  color: #eee;
}

.accolades header {
  font-size: 20px;
  line-height: 30px;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin: 0 auto;
  width: 96%;
  max-width: 1140px;
  color: #eee;
  font-weight: 600;
  overflow: hidden;
}

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

.accolades .accolades--scores {
  margin: 0 auto;
  width: 96%;
  max-width: 1140px;
}

.accolades .accolades--scores:after {
  content: "";
  display: table;
  clear: both;
}

.accolades .accolades--scores .score {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
}

@media screen and (min-width: 640px) {
  .accolades .accolades--scores .score {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 28%;
    clear: none;
  }
  .accolades .accolades--scores .score:nth-child(3n+1) {
    margin-left: 0%;
    clear: both;
  }
  .accolades .accolades--scores .score:nth-child(3n+2) {
    margin-left: 36%;
    clear: none;
  }
  .accolades .accolades--scores .score:nth-child(3n+3) {
    margin-left: 72%;
    clear: none;
  }
}

@media screen and (min-width: 800px) {
  .accolades .accolades--scores .score {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 28%;
    clear: none;
  }
  .accolades .accolades--scores .score:nth-child(3n+1) {
    margin-left: 0%;
    clear: both;
  }
  .accolades .accolades--scores .score:nth-child(3n+2) {
    margin-left: 36%;
    clear: none;
  }
  .accolades .accolades--scores .score:nth-child(3n+3) {
    margin-left: 72%;
    clear: none;
  }
}

@media screen and (min-width: 960px) {
  .accolades .accolades--scores .score {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 28%;
    clear: none;
  }
  .accolades .accolades--scores .score:nth-child(3n+1) {
    margin-left: 0%;
    clear: both;
  }
  .accolades .accolades--scores .score:nth-child(3n+2) {
    margin-left: 36%;
    clear: none;
  }
  .accolades .accolades--scores .score:nth-child(3n+3) {
    margin-left: 72%;
    clear: none;
  }
}

.accolades .accolades--scores .number {
  font-size: 60px;
  line-height: 90px;
  font-size: 3.75rem;
  line-height: 5.625rem;
  font-family: "PlantagenetCherokee", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}

.accolades .accolades--scores .accolade {
  font-size: 20px;
  line-height: 30px;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-family: "Cormorant", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}

.accolades .accolades--scores span {
  color: #eee;
  display: block;
}

.accolades .ball {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background-color: #971318;
  border-radius: 50%;
  margin: 0 auto 2rem;
  display: block;
  height: 14rem;
  padding: 2rem;
  width: 14rem;
}

.accolades .ball:hover, .accolades .ball:focus, .accolades .ball:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.accolade--article--wrap {
  margin: 0 auto;
  width: 96%;
  max-width: 1140px;
  padding: 4rem 0;
}

.accolade--article--wrap:after {
  content: "";
  display: table;
  clear: both;
}

.accolade--article--wrap .accolade--archive--index, .accolade--article--wrap .accolade--article {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
}

@media screen and (min-width: 800px) {
  .accolade--article--wrap .accolade--archive--index {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 28%;
    margin-left: 72%;
    clear: none;
  }
  .accolade--article--wrap .accolade--article {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 64%;
    clear: none;
  }
}

.accolade--article--wrap .accolade--archive--index h2 {
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 0px;
  margin-top: 24px;
  font-size: 1.3125rem;
  line-height: 1.5rem;
  margin-bottom: 0rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
}

.accolade--article--wrap .accolade--archive--index ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.accolade--article--wrap .accolade--archive--index ul li {
  border-bottom: 1px solid #eee;
}

.accolade--article--wrap .accolade--archive--index ul a {
  display: block;
  padding: .5rem;
  color: #202020;
}

.accolade--article--wrap .accolade--archive--index ul a:hover {
  background-color: #eee;
}

.badge {
  float: left;
  margin: 0 1rem 1rem 0;
  width: 100%;
  height: auto;
  max-width: 200px;
}

@media only screen and (max-width: 640px) {
  .badge {
    margin: 0 auto 1rem;
    float: none;
    display: block;
  }
}

.archive--list {
  background-color: #eee;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 2px;
  overflow: hidden;
}

.archive--list figure {
  margin: 0 1rem .25rem 0;
  padding: 0;
  float: left;
  width: 100%;
  max-width: 175px;
}

.archive--list figure img {
  width: 100%;
  height: auto;
}

.archive--list h1 {
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 0px;
  margin-top: 24px;
  font-size: 1.3125rem;
  line-height: 1.5rem;
  margin-bottom: 0rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.archive--list h2 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
  margin-top: 24px;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.soil--info {
  margin: 0 auto;
  width: 96%;
  max-width: 1140px;
  padding: 3rem 0;
}

.soil--info:after {
  content: "";
  display: table;
  clear: both;
}

.soil--info .soil--topics, .soil--info .sidebar {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
}

@media screen and (min-width: 800px) {
  .soil--info .soil--topics {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 64%;
    clear: none;
  }
  .soil--info .sidebar {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 28%;
    margin-left: 72%;
    clear: none;
  }
}

.soil--info .sidebar .ball {
  margin: 0 auto 2rem;
  background-color: #971318;
  border-radius: 50%;
  display: block;
  height: 13rem;
  width: 13rem;
  padding: 1rem;
  border: 6px solid #d4d4d4;
}

.visit--intro {
  margin: 0 auto;
  width: 96%;
  max-width: 1140px;
}

.visit--intro:after {
  content: "";
  display: table;
  clear: both;
}

.visit--text {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 100%;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  padding: 3rem 0 0;
}

@media only screen and (min-width: 800px) {
  .visit--text {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 82%;
    margin-left: 9%;
  }
}

.map--download {
  padding: 3rem 0 0;
  margin: 0 auto;
  width: 96%;
  max-width: 1140px;
}

.map--download:after {
  content: "";
  display: table;
  clear: both;
}

.map--download .map--download--button, .map--download .map--download--text {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
}

@media screen and (min-width: 800px) {
  .map--download .map--download--button {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 28%;
    margin-left: 72%;
    clear: none;
  }
  .map--download .map--download--text {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 64%;
    clear: none;
  }
}

.map--download .map--download--text {
  font-size: 22px;
  line-height: 33px;
  font-size: 1.375rem;
  line-height: 2.0625rem;
}

.map--download .btn {
  display: block;
  margin: 2rem auto;
}

.about--us--video--wrap {
  padding: 2rem 0;
  background-color: #eee;
}

.about--us--video--wrap .about--us--vid {
  margin: 0 auto;
  width: 96%;
  max-width: 1140px;
}

.about--us--video--wrap .about--us--vid:after {
  content: "";
  display: table;
  clear: both;
}

.about--us--video--wrap .about--us--vid .video-player, .about--us--video--wrap .about--us--vid .video-text {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
}

@media screen and (min-width: 800px) {
  .about--us--video--wrap .about--us--vid .video-player {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 37%;
    margin-left: 63%;
    clear: none;
  }
  .about--us--video--wrap .about--us--vid .video-text {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 55%;
    clear: none;
  }
}

.about--us--video--wrap .video-text h1,
.about--us--video--wrap .video-text h2,
.about--us--video--wrap .video-text h3,
.about--us--video--wrap .video-text h4 {
  margin-top: 0;
}

.about--us--video--wrap .video-player .vidbox {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.about--us--video--wrap .video-player .vidbox iframe,
.about--us--video--wrap .video-player .vidbox object,
.about--us--video--wrap .video-player .vidbox embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.history * {
  color: #fff;
}

.history p {
  font-weight: 500;
}

.history strong {
  color: #D8C9AD;
}

.about--info {
  margin: 0 auto;
  width: 96%;
  max-width: 1140px;
  padding: 3rem 0;
}

.about--info:after {
  content: "";
  display: table;
  clear: both;
}

.about--info .about--content, .about--info .about-sidebar {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
}

@media screen and (min-width: 800px) {
  .about--info .about--content {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 64%;
    clear: none;
  }
  .about--info .about-sidebar {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 28%;
    margin-left: 72%;
    clear: none;
  }
}

.about--info .about-sidebar .ball {
  margin: 0 auto 2rem;
  border: 6px solid #d4d4d4;
  background-color: #971318;
  border-radius: 50%;
  display: block;
  height: 13rem;
  width: 13rem;
  padding: 1rem;
}

.news--wall {
  position: relative;
  width: 96%;
  margin: 0 0 0 -9000px;
}

.news--wall .news--item {
  width: 520px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding: .5rem;
  font-size: 14px;
  line-height: 21px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  background-color: #eee;
  border: 4px solid #eee;
}

.w-768 .news--wall .news--item,
.lt-768 .news--wall .news--item {
  width: 350px !important;
}

.w-640 .news--wall .news--item,
.lt-640 .news--wall .news--item {
  width: 300px !important;
}

.w-480 .news--wall .news--item,
.lt-480 .news--wall .news--item {
  width: 280px !important;
}

.news--wall .news--item h1 {
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 0px;
  margin-top: 24px;
  font-size: 1.3125rem;
  line-height: 1.5rem;
  margin-bottom: 0rem;
  margin-top: 1.5rem;
}

.news--wall .news--item:hover {
  border: 4px solid #666;
}

.news--wall .news--item img {
  width: 100%;
  height: auto;
  margin: 0 0 .5rem;
}

.news--article {
  margin: 0 auto;
  width: 96%;
  max-width: 1140px;
}

.news--article:after {
  content: "";
  display: table;
  clear: both;
}

.news--text {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 100%;
  padding: 3rem 0 0;
}

@media only screen and (min-width: 800px) {
  .news--text {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 64%;
    margin-left: 18%;
  }
}

.news--media {
  margin: 0 auto;
  width: 96%;
  max-width: 1140px;
  padding: 3rem 0 0;
}

.news--media:after {
  content: "";
  display: table;
  clear: both;
}

.news--image--gallery,
.news--image--single,
.news--video {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 100%;
}

@media only screen and (min-width: 800px) {
  .news--image--gallery,
  .news--image--single,
  .news--video {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 82%;
    margin-left: 9%;
  }
}

.embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed iframe,
.embed object,
.embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.news--image--gallery a:focus {
  outline: none;
}

.trade-intro {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 64%;
  margin-left: 18%;
  padding: 1rem 0 2rem;
}

.trade {
  padding: 4rem 0 2rem;
  text-align: center;
}

.trade header {
  font-size: 20px;
  line-height: 30px;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin: 0 auto;
  width: 96%;
  max-width: 1140px;
  font-weight: 600;
  overflow: hidden;
}

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

.trade .trade--list {
  margin: 0 auto;
  width: 96%;
  max-width: 1140px;
}

.trade .trade--list:after {
  content: "";
  display: table;
  clear: both;
}

.trade .trade--list .trade--thumb {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
}

@media screen and (min-width: 640px) {
  .trade .trade--list .trade--thumb {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 28%;
    clear: none;
  }
  .trade .trade--list .trade--thumb:nth-child(3n+1) {
    margin-left: 0%;
    clear: both;
  }
  .trade .trade--list .trade--thumb:nth-child(3n+2) {
    margin-left: 36%;
    clear: none;
  }
  .trade .trade--list .trade--thumb:nth-child(3n+3) {
    margin-left: 72%;
    clear: none;
  }
}

@media screen and (min-width: 800px) {
  .trade .trade--list .trade--thumb {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 28%;
    clear: none;
  }
  .trade .trade--list .trade--thumb:nth-child(3n+1) {
    margin-left: 0%;
    clear: both;
  }
  .trade .trade--list .trade--thumb:nth-child(3n+2) {
    margin-left: 36%;
    clear: none;
  }
  .trade .trade--list .trade--thumb:nth-child(3n+3) {
    margin-left: 72%;
    clear: none;
  }
}

@media screen and (min-width: 960px) {
  .trade .trade--list .trade--thumb {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 28%;
    clear: none;
  }
  .trade .trade--list .trade--thumb:nth-child(3n+1) {
    margin-left: 0%;
    clear: both;
  }
  .trade .trade--list .trade--thumb:nth-child(3n+2) {
    margin-left: 36%;
    clear: none;
  }
  .trade .trade--list .trade--thumb:nth-child(3n+3) {
    margin-left: 72%;
    clear: none;
  }
}

.trade .trade--name {
  font-size: 20px;
  line-height: 30px;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #202020;
  font-weight: 500;
  margin: 1rem 0;
  display: inline-block;
}

.trade .ball {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  margin: 0 auto 2rem;
  background-color: #fff;
  display: block;
  height: 10rem;
  padding: 1rem;
  width: 14rem;
  background-size: contain;
  border: 6px solid #d4d4d4;
  background-repeat: no-repeat;
  background-position: center center;
}

.trade .ball:hover, .trade .ball:focus, .trade .ball:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.trade .ball:hover {
  border: 6px solid #a1a1a1;
}

.trade--info {
  margin: 0 auto;
  width: 96%;
  max-width: 1140px;
  padding: 3rem 0 0;
}

.trade--info:after {
  content: "";
  display: table;
  clear: both;
}

.trade--info .trade--detail, .trade--info .trade--stats {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
}

@media screen and (min-width: 800px) {
  .trade--info .trade--detail {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 64%;
    clear: none;
  }
  .trade--info .trade--stats {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 28%;
    margin-left: 72%;
    clear: none;
  }
}

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

.trade--stats img {
  border: 4px solid #eee;
}

.trade--gallery {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  padding: 0 0 1rem;
}

.trade--gallery:after {
  content: "";
  display: table;
  clear: both;
}

.trade--gallery .thumb {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
}

@media screen and (min-width: 640px) {
  .trade--gallery .thumb {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 46%;
    clear: none;
  }
  .trade--gallery .thumb:nth-child(2n+1) {
    margin-left: 0%;
    clear: both;
  }
  .trade--gallery .thumb:nth-child(2n+2) {
    margin-left: 54%;
    clear: none;
  }
}

@media screen and (min-width: 800px) {
  .trade--gallery .thumb {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 19%;
    clear: none;
  }
  .trade--gallery .thumb:nth-child(4n+1) {
    margin-left: 0%;
    clear: both;
  }
  .trade--gallery .thumb:nth-child(4n+2) {
    margin-left: 27%;
    clear: none;
  }
  .trade--gallery .thumb:nth-child(4n+3) {
    margin-left: 54%;
    clear: none;
  }
  .trade--gallery .thumb:nth-child(4n+4) {
    margin-left: 81%;
    clear: none;
  }
}

@media screen and (min-width: 960px) {
  .trade--gallery .thumb {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 28%;
    clear: none;
  }
  .trade--gallery .thumb:nth-child(3n+1) {
    margin-left: 0%;
    clear: both;
  }
  .trade--gallery .thumb:nth-child(3n+2) {
    margin-left: 36%;
    clear: none;
  }
  .trade--gallery .thumb:nth-child(3n+3) {
    margin-left: 72%;
    clear: none;
  }
}

.trade--gallery a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 6px solid #eee;
  display: block;
  line-height: 0;
}

.trade--gallery a:hover {
  border: 6px solid #D8C9AD;
}

.trade--gallery a:focus {
  outline: none;
}

.trade--logo {
  display: block;
  margin: 0 auto;
  max-width: 320px;
}

.sociallinks {
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 0px;
  margin-top: 24px;
  font-size: 1.3125rem;
  line-height: 1.5rem;
  margin-bottom: 0rem;
  margin-top: 1.5rem;
  margin: 0;
  padding: 1rem 0;
}

@media only screen and (max-width: 800px) {
  .sociallinks {
    overflow: hidden;
    padding: 0;
    text-align: left;
  }
}

.sociallinks li {
  margin: 0 4px;
  padding: 0;
  display: inline;
}

.sociallinks li:last-child {
  margin: 0;
}

.sociallinks a {
  font-weight: 500;
}

.sociallinks a::before {
  margin: 0;
}

.trade--detail table .sociallinks {
  padding: 0.5rem 0;
}

.trade--detail table tr:last-child td {
  background-color: #eee;
}

.trade--detail table p {
  margin-bottom: 0;
}

.presskit {
  margin: 0 auto;
  width: 92%;
  max-width: 1140px;
}

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

.presskit-intro {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 82%;
  margin-left: 9%;
  overflow: hidden;
  padding: 48px 0;
}

.presskit-files {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 82%;
  margin-left: 9%;
  clear: both;
  margin-bottom: 48px;
}

.presskit-files .presskit-file {
  border-bottom: 1px solid #eee;
  margin-bottom: 24px;
}

.presskit-files .presskit-file .file-button {
  background-color: #D8C9AD;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  float: right;
}

.events {
  overflow: hidden;
}

.noevents {
  clear: both;
  margin-bottom: 4rem;
  text-align: center;
}

.all-events {
  clear: both;
  margin-bottom: 4rem;
}

.event-intro {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 64%;
  margin-left: 18%;
  padding: 3rem 0 2rem;
}

.events--list {
  margin: 0 auto;
  width: 92%;
  max-width: 1140px;
}

.events--list:after {
  content: "";
  display: table;
  clear: both;
}

.events--list .event--item {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
}

@media screen and (min-width: 640px) {
  .events--list .event--item {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 28%;
    clear: none;
  }
  .events--list .event--item:nth-child(3n+1) {
    margin-left: 0%;
    clear: both;
  }
  .events--list .event--item:nth-child(3n+2) {
    margin-left: 36%;
    clear: none;
  }
  .events--list .event--item:nth-child(3n+3) {
    margin-left: 72%;
    clear: none;
  }
}

@media screen and (min-width: 800px) {
  .events--list .event--item {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 28%;
    clear: none;
  }
  .events--list .event--item:nth-child(3n+1) {
    margin-left: 0%;
    clear: both;
  }
  .events--list .event--item:nth-child(3n+2) {
    margin-left: 36%;
    clear: none;
  }
  .events--list .event--item:nth-child(3n+3) {
    margin-left: 72%;
    clear: none;
  }
}

@media screen and (min-width: 960px) {
  .events--list .event--item {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 28%;
    clear: none;
  }
  .events--list .event--item:nth-child(3n+1) {
    margin-left: 0%;
    clear: both;
  }
  .events--list .event--item:nth-child(3n+2) {
    margin-left: 36%;
    clear: none;
  }
  .events--list .event--item:nth-child(3n+3) {
    margin-left: 72%;
    clear: none;
  }
}

.month-header {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 64%;
  margin-left: 18%;
  text-align: center;
  border-bottom: 1px solid #D8C9AD;
  padding: 1rem 0;
  margin-bottom: 3rem;
}

.event--item img {
  width: 100%;
  height: auto;
  border: 4px solid #eee;
}

.event--item img:hover {
  border: 4px solid #971318;
}

.event--item h3,
.event--item h4 {
  text-align: center;
  display: block;
}

.event-subnav {
  margin: 0;
  padding: 0;
}

.event-subnav li {
  list-style: none;
  border-bottom: 1px solid #D8C9AD;
}

.event--info {
  margin: 0 auto;
  width: 92%;
  max-width: 1140px;
  padding: 3rem 0 0;
}

.event--info:after {
  content: "";
  display: table;
  clear: both;
}

.event--info .event--detail, .event--info .event--stats {
  float: left;
  margin-right: -100%;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
}

@media screen and (min-width: 800px) {
  .event--info .event--detail {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 64%;
    clear: none;
  }
  .event--info .event--stats {
    float: left;
    margin-right: -100%;
    margin-bottom: 10px;
    width: 28%;
    margin-left: 72%;
    clear: none;
  }
}

.contacttable {
  font-size: 16px;
  table-layout: auto;
}

.contacttable th {
  font-weight: 700;
  color: #000;
}

.contacttable td {
  font-weight: 700;
  width: 40%;
}

.contacttable td + td {
  font-weight: 400;
  width: 60%;
}

.sponsor-details {
  margin: 0 0 1rem;
}

.sponsor-details h3,
.sponsor-details h4 {
  display: block;
}

.sponsor-details h4, .sponsor-details h5 {
  text-align: center;
}

.sponsor-details h5 {
  width: 100%;
}

.sponsor-details img {
  width: 100%;
  height: auto;
  border: 4px solid #eee;
  display: block;
  margin: 1rem auto;
}

.sponsor-details img:hover {
  border: 4px solid #971318;
}

.sponsor-details .sociallinks {
  text-align: center;
  margin: 1rem 0;
}

.event--stats header h3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
  margin-top: 24px;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0rem;
  margin-top: 1.5rem;
}

.event--stats ul.event-subnav {
  font-size: 16px;
}

.event--stats li {
  margin-bottom: 8px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

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

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/assets/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/assets/fonts/slick.eot");
  src: url("/assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/slick.woff") format("woff"), url("/assets/fonts/slick.ttf") format("truetype"), url("/assets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-next:focus, .slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-next:focus:before, .slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #7d663c;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  text-align: center;
  padding: 0;
  margin: .5rem 0 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: none;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 1.5rem;
  line-height: 20px;
  text-align: center;
  color: #7d663c;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #971318;
  opacity: 0.75;
}

button[data-balloon] {
  overflow: visible;
}

[data-balloon] {
  position: relative;
  cursor: pointer;
}

[data-balloon]:after {
  filter: alpha(opactiy=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  font-family: sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  text-shadow: none !important;
  font-size: 10px;
  background: rgba(243, 156, 18, 0.9);
  border-radius: 4px;
  color: #fff;
  content: attr(data-balloon);
  padding: .5em 1em;
  position: absolute;
  white-space: nowrap;
  z-index: 10;
}

[data-balloon]:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(243, 156, 18, 0.9)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  filter: alpha(opactiy=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  content: '';
  position: absolute;
  z-index: 10;
}

[data-balloon]:hover:before, [data-balloon]:hover:after, [data-balloon][data-balloon-visible]:before, [data-balloon][data-balloon-visible]:after {
  filter: alpha(opactiy=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  pointer-events: auto;
}

[data-balloon].font-awesome:after {
  font-family: FontAwesome;
}

[data-balloon][data-balloon-break]:after {
  white-space: pre;
}

[data-balloon][data-balloon-blunt]:before, [data-balloon][data-balloon-blunt]:after {
  -webkit-transition: none;
  transition: none;
}

[data-balloon][data-balloon-pos="up"]:after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 11px;
  -webkit-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  transform-origin: top;
}

[data-balloon][data-balloon-pos="up"]:before {
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  -webkit-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  transform-origin: top;
}

[data-balloon][data-balloon-pos="up"]:hover:after, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos="up"]:hover:before, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:before {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos="up-left"]:after {
  bottom: 100%;
  left: 0;
  margin-bottom: 11px;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transform-origin: top;
  transform-origin: top;
}

[data-balloon][data-balloon-pos="up-left"]:before {
  bottom: 100%;
  left: 5px;
  margin-bottom: 5px;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transform-origin: top;
  transform-origin: top;
}

[data-balloon][data-balloon-pos="up-left"]:hover:after, [data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-balloon][data-balloon-pos="up-left"]:hover:before, [data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-balloon][data-balloon-pos="up-right"]:after {
  bottom: 100%;
  right: 0;
  margin-bottom: 11px;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transform-origin: top;
  transform-origin: top;
}

[data-balloon][data-balloon-pos="up-right"]:before {
  bottom: 100%;
  right: 5px;
  margin-bottom: 5px;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transform-origin: top;
  transform-origin: top;
}

[data-balloon][data-balloon-pos="up-right"]:hover:after, [data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-balloon][data-balloon-pos="up-right"]:hover:before, [data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-balloon][data-balloon-pos='down']:after {
  left: 50%;
  margin-top: 11px;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}

[data-balloon][data-balloon-pos='down']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(243, 156, 18, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  left: 50%;
  margin-top: 5px;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}

[data-balloon][data-balloon-pos='down']:hover:after, [data-balloon][data-balloon-pos='down'][data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos='down']:hover:before, [data-balloon][data-balloon-pos='down'][data-balloon-visible]:before {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos='down-left']:after {
  left: 0;
  margin-top: 11px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

[data-balloon][data-balloon-pos='down-left']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(243, 156, 18, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  left: 5px;
  margin-top: 5px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

[data-balloon][data-balloon-pos='down-left']:hover:after, [data-balloon][data-balloon-pos='down-left'][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-balloon][data-balloon-pos='down-left']:hover:before, [data-balloon][data-balloon-pos='down-left'][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-balloon][data-balloon-pos='down-right']:after {
  right: 0;
  margin-top: 11px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

[data-balloon][data-balloon-pos='down-right']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(243, 156, 18, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  right: 5px;
  margin-top: 5px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

[data-balloon][data-balloon-pos='down-right']:hover:after, [data-balloon][data-balloon-pos='down-right'][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-balloon][data-balloon-pos='down-right']:hover:before, [data-balloon][data-balloon-pos='down-right'][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-balloon][data-balloon-pos='left']:after {
  margin-right: 11px;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}

[data-balloon][data-balloon-pos='left']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(243, 156, 18, 0.9)%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  margin-right: 5px;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}

[data-balloon][data-balloon-pos='left']:hover:after, [data-balloon][data-balloon-pos='left'][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

[data-balloon][data-balloon-pos='left']:hover:before, [data-balloon][data-balloon-pos='left'][data-balloon-visible]:before {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

[data-balloon][data-balloon-pos='right']:after {
  left: 100%;
  margin-left: 11px;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}

[data-balloon][data-balloon-pos='right']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(243, 156, 18, 0.9)%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  left: 100%;
  margin-left: 5px;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}

[data-balloon][data-balloon-pos='right']:hover:after, [data-balloon][data-balloon-pos='right'][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

[data-balloon][data-balloon-pos='right']:hover:before, [data-balloon][data-balloon-pos='right'][data-balloon-visible]:before {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

[data-balloon][data-balloon-length='small']:after {
  white-space: normal;
  width: 80px;
}

[data-balloon][data-balloon-length='medium']:after {
  white-space: normal;
  width: 150px;
}

[data-balloon][data-balloon-length='large']:after {
  white-space: normal;
  width: 260px;
}

[data-balloon][data-balloon-length='xlarge']:after {
  white-space: normal;
  width: 380px;
}

@media screen and (max-width: 768px) {
  [data-balloon][data-balloon-length='xlarge']:after {
    white-space: normal;
    width: 90vw;
  }
}

[data-balloon][data-balloon-length='fit']:after {
  white-space: normal;
  width: 100%;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-close:before, .fa-remove:before, .fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-cog:before, .fa-gear:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-repeat:before, .fa-rotate-right:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-exclamation-triangle:before, .fa-warning:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-cogs:before, .fa-gears:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before, .fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before, .fa-users:before {
  content: "\F0C0";
}

.fa-chain:before, .fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-floppy-o:before, .fa-save:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-sort:before, .fa-unsorted:before {
  content: "\F0DC";
}

.fa-sort-desc:before, .fa-sort-down:before {
  content: "\F0DD";
}

.fa-sort-asc:before, .fa-sort-up:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\F0E2";
}

.fa-gavel:before, .fa-legal:before {
  content: "\F0E3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-bolt:before, .fa-flash:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-clipboard:before, .fa-paste:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-chain-broken:before, .fa-unlink:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
  content: "\F150";
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
  content: "\F151";
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
  content: "\F152";
}

.fa-eur:before, .fa-euro:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\F155";
}

.fa-inr:before, .fa-rupee:before {
  content: "\F156";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
  content: "\F157";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
  content: "\F158";
}

.fa-krw:before, .fa-won:before {
  content: "\F159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-try:before, .fa-turkish-lira:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
  content: "\F19C";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before, .fa-car:before {
  content: "\F1B9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
  content: "\F1C5";
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
  content: "\F1C6";
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
  content: "\F1D0";
}

.fa-empire:before, .fa-ge:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\F1D7";
}

.fa-paper-plane:before, .fa-send:before {
  content: "\F1D8";
}

.fa-paper-plane-o:before, .fa-send-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-bed:before, .fa-hotel:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-y-combinator:before, .fa-yc:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
  content: "\F240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-television:before, .fa-tv:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
  content: "\F2A3";
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-sign-language:before, .fa-signing:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-o:before {
  content: "\F2B7";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-address-card:before, .fa-vcard:before {
  content: "\F2BB";
}

.fa-address-card-o:before, .fa-vcard-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
  content: "\F2C7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.squares-clear {
  clear: both;
}

.squares-element {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.squares-element > * {
  margin: 0;
}

.squares-element img, .squares-element video {
  max-width: 100%;
  display: block;
}

.squares-button {
  text-decoration: none;
  text-align: center;
}

.squares-button:hover {
  filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}

.squares-button:active {
  filter: brightness(0.9);
  -moz-filter: brightness(0.9);
  -webkit-filter: brightness(0.9);
}

.squares-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 576px) {
  .squares-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .squares-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .squares-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .squares-container {
    max-width: 1140px;
  }
}

.sq-col, .sq-col-1, .sq-col-10, .sq-col-11, .sq-col-12, .sq-col-2, .sq-col-3, .sq-col-4, .sq-col-5, .sq-col-6, .sq-col-7, .sq-col-8, .sq-col-9, .sq-col-auto, .sq-col-lg, .sq-col-lg-1, .sq-col-lg-10, .sq-col-lg-11, .sq-col-lg-12, .sq-col-lg-2, .sq-col-lg-3, .sq-col-lg-4, .sq-col-lg-5, .sq-col-lg-6, .sq-col-lg-7, .sq-col-lg-8, .sq-col-lg-9, .sq-col-lg-auto, .sq-col-md, .sq-col-md-1, .sq-col-md-10, .sq-col-md-11, .sq-col-md-12, .sq-col-md-2, .sq-col-md-3, .sq-col-md-4, .sq-col-md-5, .sq-col-md-6, .sq-col-md-7, .sq-col-md-8, .sq-col-md-9, .sq-col-md-auto, .sq-col-sm, .sq-col-sm-1, .sq-col-sm-10, .sq-col-sm-11, .sq-col-sm-12, .sq-col-sm-2, .sq-col-sm-3, .sq-col-sm-4, .sq-col-sm-5, .sq-col-sm-6, .sq-col-sm-7, .sq-col-sm-8, .sq-col-sm-9, .sq-col-sm-auto, .sq-col-xl, .sq-col-xl-1, .sq-col-xl-10, .sq-col-xl-11, .sq-col-xl-12, .sq-col-xl-2, .sq-col-xl-3, .sq-col-xl-4, .sq-col-xl-5, .sq-col-xl-6, .sq-col-xl-7, .sq-col-xl-8, .sq-col-xl-9, .sq-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.sq-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.sq-col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.sq-col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.sq-col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.sq-col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.sq-col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.sq-col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.sq-col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.sq-col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.sq-col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.sq-col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.sq-col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.sq-col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.sq-col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .sq-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .sq-col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .sq-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .sq-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .sq-col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .sq-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .sq-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .sq-col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .sq-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .sq-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .sq-col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .sq-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .sq-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .sq-col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .sq-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .sq-col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .sq-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .sq-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .sq-col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .sq-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .sq-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .sq-col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .sq-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .sq-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .sq-col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .sq-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .sq-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .sq-col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .sq-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .sq-col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .sq-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .sq-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .sq-col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .sq-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .sq-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .sq-col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .sq-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .sq-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .sq-col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .sq-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .sq-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .sq-col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .sq-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .sq-col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .sq-col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .sq-col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .sq-col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .sq-col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .sq-col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .sq-col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .sq-col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .sq-col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .sq-col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .sq-col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .sq-col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .sq-col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.imp-noscroll {
  overflow: hidden;
}

.imp-wrap {
  position: relative;
  width: auto;
  height: auto;
  -webkit-tap-highlight-color: transparent;
}

.hs-loader-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.imp-main-image {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  max-width: none !important;
  max-height: none !important;
  display: block !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.imp-zoom-outer-wrap {
  overflow: hidden;
}

#imp-fullscreen-wrap .imp-zoom-outer-wrap {
  overflow: visible;
}

#imp-fullscreen-wrap .imp-wrap {
  position: inherit;
}

.imp-tooltips-container {
  position: relative;
  z-index: 9999999;
}

.imp-zoom-outer-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.imp-zoom-wrap {
  -webkit-transform: scale(1, 1) translate(0, 0);
          transform: scale(1, 1) translate(0, 0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.imp-translate-wrap {
  width: 100%;
  height: 100%;
}

.imp-shape-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.imp-shape {
  cursor: pointer;
  pointer-events: all;
  transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.imp-shape-static {
  cursor: default;
}

.imp-shape-oval, .imp-shape-rect, .imp-shape-spot, .imp-shape-text {
  position: absolute;
}

.imp-shape-text {
  cursor: default;
}

.imp-shape-spot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.imp-shape-spot-pin {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.imp-shape-icon-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transform: scale(1, 0.25);
          transform: scale(1, 0.25);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.53) 0, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0.13) 28%, rgba(0, 0, 0, 0.04) 44%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
}

.imp-spot-fontawesome-icon {
  position: relative;
  z-index: 1;
}

.imp-spot-glow {
  z-index: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  background: red;
  -webkit-animation: ShapeGlowAnimation linear 1.5s;
          animation: ShapeGlowAnimation linear 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.imp-no-glow .imp-spot-glow {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 0 !important;
}

.imp-shape-glow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: ShapeGlowAnimation linear 1.5s;
          animation: ShapeGlowAnimation linear 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.imp-no-glow .imp-shape-glow {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 0 !important;
}

@-webkit-keyframes ShapeGlowAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes ShapeGlowAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.imp-shape img {
  width: 100%;
}

.imp-tooltip {
  display: none;
  position: absolute;
  z-index: 1;
  transition-property: none;
  -moz-transition-property: none;
  -webkit-transition-property: none;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: sans-serif;
}

.imp-no-transition .imp-tooltip, .imp-sticky-tooltips .imp-tooltip {
  transition-property: none !important;
  -moz-transition-property: none !important;
  -webkit-transition-property: none !important;
}

.imp-tooltip.imp-tooltip-visible {
  opacity: 1 !important;
  z-index: 4;
  transform: scale(1, 1) !important;
  -moz-transform: scale(1, 1) !important;
  -webkit-transform: scale(1, 1) !important;
}

.imp-tooltip-title {
  display: none;
}

.hs-arrow {
  position: absolute;
}

.hs-arrow-top {
  left: 50%;
  top: 0;
  margin-left: -8px;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #000;
}

.hs-arrow-bottom {
  left: 50%;
  top: 100%;
  margin-left: -8px;
  margin-top: 0;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #000;
}

.hs-arrow-right {
  left: 100%;
  top: 50%;
  margin-left: 0;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #000;
}

.hs-arrow-left {
  left: 0;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #000;
}

.imp-tooltip-buffer {
  position: absolute;
}

.imp-tooltip-buffer-top {
  left: 0;
  top: -20px;
  width: 100%;
  height: 20px;
}

.imp-tooltip-buffer-bottom {
  left: 0;
  top: 100%;
  width: 100%;
  height: 20px;
}

.imp-tooltip-buffer-left {
  left: -20px;
  top: 0;
  width: 20px;
  height: 100%;
}

.imp-tooltip-buffer-right {
  left: 100%;
  top: 0;
  width: 20px;
  height: 100%;
}

.imp-tooltip-buffer-top.imp-tooltip-buffer-large {
  left: 0;
  top: -60px;
  width: 100%;
  height: 60px;
}

.imp-tooltip-buffer-bottom.imp-tooltip-buffer-large {
  left: 0;
  top: 100%;
  width: 100%;
  height: 60px;
}

.imp-tooltip-buffer-left.imp-tooltip-buffer-large {
  left: -60px;
  top: 0;
  width: 60px;
  height: 100%;
}

.imp-tooltip-buffer-right.imp-tooltip-buffer-large {
  left: 100%;
  top: 0;
  width: 60px;
  height: 100%;
}

.imp-image-backgrounds-container {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.imp-shape-background-image {
  position: absolute;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.imp-fullscreen-tooltips-container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow-y: auto;
  z-index: 2147483646;
}

.imp-fullscreen-tooltips-container .imp-fullscreen-tooltip {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition-property: none;
  -moz-transition-property: none;
  -webkit-transition-property: none;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
}

.imp-fullscreen-tooltips-container .imp-fullscreen-tooltip.imp-tooltip-visible {
  opacity: 1 !important;
  z-index: 3;
  transform: scale(1, 1) !important;
  -moz-transform: scale(1, 1) !important;
  -webkit-transform: scale(1, 1) !important;
}

.imp-fullscreen-tooltips-container .imp-fullscreen-tooltip .imp-tooltip-close-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  font-size: 24px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  z-index: 99;
}

.imp-fullscreen-button {
  position: absolute;
  height: 44px;
  line-height: 44px;
  padding: 0 12px;
  background: #fff;
  border-radius: 5px;
  color: #222;
  z-index: 3;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.imp-fullscreen-button i {
  margin-right: 3px;
}

.imp-fullscreen-button-position-0 {
  left: 20px;
  top: 20px;
}

.imp-fullscreen-button-position-1 {
  left: 50%;
  top: 20px;
}

.imp-fullscreen-button-position-2 {
  right: 20px;
  top: 20px;
}

.imp-fullscreen-button-position-3 {
  right: 20px;
  bottom: 20px;
}

.imp-fullscreen-button-position-4 {
  left: 50%;
  bottom: 20px;
}

.imp-fullscreen-button-position-5 {
  left: 20px;
  bottom: 20px;
}

.imp-fullscreen-button-icon-only {
  width: 44px;
  text-align: center;
  font-size: 18px;
  padding: 0;
}

.imp-fullscreen-button-icon-only i {
  margin: 0;
}

#imp-fullscreen-wrap {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.imp-fullscreen-mode {
  overflow: hidden;
}

.imp-ui-navigator-root {
  position: absolute;
  left: 20px;
  bottom: 20px;
  cursor: pointer;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.imp-ui-navigator-root:active {
  filter: none !important;
  -moz-filter: none !important;
  -webkit-filter: none !important;
}

.imp-ui-navigator-background-image-edgefill {
  z-index: 0;
  position: absolute;
  display: block;
  max-width: 150px;
  max-height: 150px;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.imp-ui-navigator-background-image {
  z-index: 1;
  position: relative;
  display: block;
  max-width: 150px;
  max-height: 150px;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

.imp-ui-navigator-overlay {
  z-index: 2;
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: .25;
  left: 0;
  top: 0;
}

.imp-ui-navigator-window-image {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  max-width: 150px;
  max-height: 150px;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.imp-ui-zoom-button {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: #fff;
  color: #222;
  text-align: center;
  line-height: 30px;
  font-size: 12px !important;
  z-index: 1;
  border-radius: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.imp-ui-zoom-button-zoom-in {
  bottom: 54px;
}

.imp-ui-layers-menu-wrap {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}

.imp-ui-layer-switch {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 30px;
  text-align: center;
  height: 22px;
  line-height: 22px;
  cursor: pointer;
  border-radius: 5px 0 0 0;
}

.imp-ui-layer-switch-down {
  top: 22px;
  border-radius: 0 0 0 5px;
}

.imp-ui-layer-switch i {
  width: 100%;
  color: #222;
}

.imp-ui-layer-switch:active {
  background: #0000001a;
}

.imp-ui-layers-select {
  z-index: 1;
  padding: 0 20px 0 40px !important;
  outline: 0;
  -webkit-appearance: none;
  font-size: 14px;
  line-height: 44px !important;
  height: 44px !important;
  vertical-align: inherit;
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f8f8f8;
  color: #222;
  outline-color: #222;
  outline-style: none;
  outline-width: 0;
  border: 1px solid #a6a6a6;
}

.imp-ui-element {
  cursor: pointer;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border: 1px solid #00000059;
  border-radius: 5px;
  font-family: sans-serif;
  font-size: 14px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.imp-ui-element:active {
  filter: brightness(0.8);
  -moz-filter: brightness(0.8);
  -webkit-filter: brightness(0.8);
}

.imp-ui-layers-select:active {
  -webkit-filter: none;
          filter: none;
}

.imp-main-image {
  z-index: 0;
}

.imp-image-backgrounds-container {
  z-index: 1;
}

.imp-shape-container {
  z-index: 2;
}

.imp-ui-element {
  z-index: 3;
}

.imp-ui-scroll-message-wrap {
  z-index: 4;
}

.imp-wrap {
  -ms-flex-item-align: start;
      align-self: start;
}

.imp-shapes-menu-outer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.imp-shapes-menu-wrap {
  position: relative;
  width: 240px;
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.imp-shapes-menu-wrap.imp-shapes-menu-wrap-with-search-box {
  padding-top: 73px;
}

.imp-shapes-menu-wrap-left {
  border-right: 1px solid #dedede;
}

.imp-shapes-menu-wrap-right {
  border-left: 1px solid #dedede;
}

.imp-shapes-menu-search-box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-bottom: 1px solid #dedede;
  background: #f5f5f5;
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.imp-shapes-menu-scroll-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}

.imp-shapes-menu-search-box .imp-shapes-menu-search-box-input-wrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.imp-shapes-menu-search-box input {
  font-size: 14px;
  line-height: 40px;
  padding: 0 35px 0 15px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: 0;
  border: 1px solid #dedede;
}

.imp-shapes-menu-search-box input:focus {
  border: 1px solid #a6a6a6;
}

.imp-shapes-menu-search-box .imp-shapes-menu-search-box-input-wrap i {
  position: absolute;
  right: 14px;
  top: 12px;
  color: #c7c7c7;
  font-size: 18px;
}

.imp-shapes-menu-wrap .imp-shapes-menu-search-box-input-wrap .fa-times {
  display: none;
  cursor: pointer;
  width: 42px;
  height: 42px;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 42px;
}

.imp-shapes-menu-layer-title {
  position: relative;
  padding: 0 20px;
  line-height: 40px;
  background: #f5f5f5;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  z-index: 1;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #222;
}

.imp-shapes-menu-shape-title {
  color: #222;
  position: relative;
  z-index: 0;
  padding: 0 20px;
  line-height: 40px;
  cursor: pointer;
  border-bottom: 1px solid #ececec;
  font-family: sans-serif;
  font-size: 14px;
}

.imp-shapes-menu-shape-title:hover {
  background: #f9f9f9;
}

#imp-fullscreen-wrap .imp-wrap {
  z-index: 0;
}

#imp-fullscreen-wrap .imp-shapes-menu-wrap {
  z-index: 1;
  height: 100%;
  position: absolute;
  top: 0;
}

.imp-fullscreen-root-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

#imp-fullscreen-wrap .imp-shapes-menu-wrap.imp-shapes-menu-wrap-left {
  left: 0;
}

#imp-fullscreen-wrap .imp-shapes-menu-wrap.imp-shapes-menu-wrap-right {
  right: 0;
}

.imp-fullscreen-root-wrap.imp-shapes-menu-left {
  margin-left: 240px;
}

.imp-fullscreen-root-wrap.imp-shapes-menu-right {
  margin-right: 240px;
}

.imp-shapes-menu-wrap span.imp-search-highlight {
  background: #fff05e;
  border-radius: 2px;
}

.imp-shapes-menu-wrap.imp-searching .imp-shapes-menu-search-box-input-wrap .fa-search {
  display: none;
}

.imp-shapes-menu-wrap.imp-searching .imp-shapes-menu-search-box-input-wrap .fa-times {
  display: block;
  color: #222;
}

.imp-shapes-menu-button {
  position: absolute;
  width: 46px;
  height: 46px;
  right: 20px;
  top: 20px;
  line-height: 46px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.imp-responsive-menu {
  z-index: 2147483647;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.imp-responsive-menu .imp-shapes-menu-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.imp-responsive-menu.imp-responsive-menu-visible {
  height: 100%;
}

.imp-responsive-menu.imp-responsive-menu-visible .imp-shapes-menu-wrap {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.imp-responsive-menu .imp-close-responsive-menu {
  width: 60px;
  height: 42px;
  text-align: center;
  font-size: 24px;
  line-height: 42px;
  color: #c7c7c7;
}

.imp-responsive-menu .imp-shapes-menu-search-box {
  padding-right: 0;
}

.imp-ui-scroll-message-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.imp-ui-scroll-message-wrap-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.imp-ui-scroll-message {
  padding: 10px 30px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.66);
  border-radius: 40px;
  font-family: sans-serif;
}

.imp-ui-scroll-message-button {
  border: 1px solid #fff;
  border-radius: 5px;
  display: inline-block;
  line-height: 28px;
  padding: 0 7px;
  margin: 0 6px;
  font-size: 12px;
}

.parallax-slider,
.story {
  padding: 2rem 0;
}

.ball h1 {
  margin: 0 !important;
}

.ball .accolade {
  line-height: 100% !important;
}

.parallax-slider p {
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1rem 0 0.5rem !important;
}

h1 {
  letter-spacing: 12px !important;
}

.page--header {
  padding: 2rem 0;
}

.page--header h1 {
  margin: 2rem 0 1rem;
}

.page--header p {
  font-size: 95%;
}

h2 {
  letter-spacing: 0 !important;
}

h3,
h4,
h5,
h6 {
  letter-spacing: 2px !important;
}

#heropeople .slide-text .inner {
  padding: 10% 40% 10% 3% !important;
}

.video-text h2 {
  line-height: 110%;
  padding-right: 25%;
}

.winery--list .admineditlink,
.winery--list .winery--name {
  margin-top: 0;
  margin-bottom: 2rem;
}

.winery--list a.admineditlink {
  display: inline-block !important;
}

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