@charset "UTF-8";
/*!
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
         .   ,,,,     ,,,, ,,,,,,,,,`   ,,,,,,,,,`   ,,,,,,,,,,`   ,,,,,,     ,,,,
        ,,,, ,,,,     ,,,, ,,,,,,,,,,,  ,,,,,,,,,,,  ,,,,,,,,,,`   ,,,,,,     ,,,,
       ,,,,, ,,,,     ,,,, ,,,,,,,,,,,, ,,,,,,,,,,,, ,,,,,,,,,,`  `,,,,,,`    ,,,,
      `,,,,  ,,,,     ,,,, ,,,,,,,,,,,,`,,,,,,,,,,,,`,,,,,,,,,,`  ,,,,,,,,    ,,,,
             ,,,,     ,,,, ,,,,,   .,,,,,,,,,   .,,,,,,,,         ,,,,,,,,    ,,,,
     ,,,,`   ,,,,     ,,,, ,,,,,   .,,,,,,,,,   .,,,,,,,,,,,,,   .,,,,,,,,.   ,,,,
    ,,,,,,,  ,,,,     ,,,, ,,,,,,,,,,,,`,,,,,,,,,,,,`,,,,,,,,,   ,,,,  ,,,,   ,,,,
   .,,,,,,,, ,,,,     ,,,, ,,,,,,,,,,,, ,,,,,,,,,,,, ,,,,,,,,,   ,,,,  ,,,,   ,,,,
   .,,,,,,,,.,,,,     ,,,, ,,,,,,,,,,,  ,,,,,,,,,,,  ,,,,,,,,,  ,,,,,  ,,,,,  ,,,,
  ,    .,,,,,,,,,`    ,,,, ,,,,,,,,,,   ,,,,,,,,,,   ,,,,       ,,,,`  `,,,,  ,,,,
 .,,,   ,,,,,,,,,,, `,,,,, ,,,,. ,,,,,  ,,,,. ,,,,,  ,,,,,,,,,,,,,,,    ,,,,` ,,,,,,,,, .,,
 ,,,,,,,,,,,  ,,,,,,,,,,,, ,,,,.  ,,,,` ,,,,.  ,,,,` ,,,,,,,,,,,,,,,    ,,,,, ,,,,,,,,, ,,,,
 ,,,,,,,,,,,  .,,,,,,,,,,  ,,,,.  ,,,,, ,,,,.  ,,,,, ,,,,,,,,,,,,,,.    .,,,, ,,,,,,,,, ,,,,
  .,,,,,,,.     ,,,,,,,.   ,,,,.   ,,,,`,,,,.   ,,,,`,,,,,,,,,,,,,,      ,,,,.,,,,,,,,, ,,,.

                        The Human Brain V2.0 and a pair of Hands ®
                        powered by Surreal (http://whysurreal.com)

---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
*/
/* Import basic foundation */
/* Initialize foundation */
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.3
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  display: none;
}

.chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-single input[type="text"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */
/* Gutter fix !essential hack! */
.row .column, .row .columns, .row .columns {
  padding-left: 0.515rem;
  padding-right: 0.515rem;
}

/* Initialize foundation */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

/**
     * 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 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 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 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 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 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * 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 style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * 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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  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;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

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

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

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 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 and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button, [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 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

.row::before, .row::after {
  display: table;
  content: ' ';
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

.column-block {
  margin-bottom: 1.25rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}

.tabs::before, .tabs::after {
  display: table;
  content: ' ';
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel[aria-hidden="false"] {
  display: block;
}

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

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

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

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
}

.clearfix::after {
  clear: both;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

table thead,
table tbody,
table tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

table caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

table thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

table tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

table thead tr,
table tfoot tr {
  background: transparent;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

table tbody th,
table tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

table tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
  background-color: #ececec;
}

table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

.tooltip::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  top: 50%;
  bottom: auto;
  left: 100%;
  transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column, .reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}

.is-active > .accordion-title::before {
  content: '\2013';
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

/* Import our own global variables */
/*************************
    # -  Global Utilities
*************************/
.optimizeLegibility, .minionsb, h2, .pageintroduction h2, .minionb, h3, .service h3, .cardescription h3, .minionmed, .minionreg, .brandonbld, .languages a.active, .btn, .btncenter, .book_franklin input[type="submit"], .cardescription p:first-of-type, .card--index .card__link, .brandonmed, .bullet-list li, .book_franklin .inputholder label, .features, .tags, .idealfor, .card--cars .card__title, .book input[type="text"], .book input[type=email], .book input[type=tel], .book .inputholder label[for="pickup-book"], .book .inputholder label[for='dropoff-book'], .book label[for="date"], .book label[for="time"], .chosen, .chosen-container-single .chosen-single span, .chosen-drop .chosen-results li, .brandonreg, footer label[for="email"], footer input[type="email"], footer input[type="email"]::placeholder, body,
html, *, .book_franklin .inputholder input[type="text"], .book_franklin .inputholder input[type="text"]::placeholder, .service p:first-of-type, .blservice span, .cardescription p:nth-of-type(2), .card--index .card__text, .hide-content, .book input[type="text"]::placeholder, .book input[type=email]::placeholder, .book input[type=tel]::placeholder, #ui-datepicker-div, .tooltip, .brandonlight, .languages a, .reachtext ul li {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-variant: normal;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  line-height: 120%;
}

a,
a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  color: inherit;
}

em {
  font-style: normal;
}

nav,
ul {
  margin: 0;
  padding: 0;
}

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

button {
  border: 0;
  background-color: transparent;
}

address {
  font-style: normal;
}

.bgCover {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  background-size: cover !important;
}

.zindex99 {
  z-index: 99;
}

.inline-block-logo span {
  vertical-align: 5px;
}

.margin-negative-top-20 {
  margin-top: -20px;
}

.margin-negative-top-50 {
  margin-top: -50px;
}

.margin-negative-top-70 {
  margin-top: -70px;
}

.margin-negative-top-100 {
  margin-top: -100px;
}

.valign {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.max-height-link {
  height: 44px;
}

.right {
  float: right;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: black;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: black;
}

.full-width {
  width: 100%;
}

.pl-small {
  padding-left: 5px;
}

.pr-small {
  padding-right: 5px;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-50 {
  opacity: 0.5;
}

.oh {
  overflow: hidden;
}

.oh-body {
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%;
  height: 100%;
}

.block {
  display: block;
}

.inline {
  display: inline-block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fr {
  float: right;
}

.visible {
  visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  height: auto;
}

.hidden {
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 0;
}

.line-height100 {
  line-height: 100%;
}

.line-height110 {
  line-height: 110%;
}

.line-height120 {
  line-height: 120%;
}

.line-height130 {
  line-height: 130%;
}

.line-height140 {
  line-height: 140%;
}

.line-height150 {
  line-height: 150%;
}

.line-height160 {
  line-height: 160%;
}

* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

*:focus {
  outline: 0;
}

.transition {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.link-container {
  height: 42px;
}

.mt-small {
  margin-top: 5px;
}

.mt-px15 {
  margin-top: 15px;
}

.pb-px15 {
  padding-bottom: 15px;
}

.mt-pxn40 {
  margin-top: -40px;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.underline {
  text-decoration: underline;
}

.small-caps {
  font-variant: small-caps;
}

/*************************
# -  Colors
*************************/
.white {
  color: white;
}

.black {
  color: black;
}

.bg-white {
  background-color: white;
}

.bg-black {
  background-color: black;
}

.bg-beige {
  background-color: #F7F7F7;
}

.blue, footer input[type="email"], footer input[type="email"]::placeholder, .bullet-list li, .card--index .card__link {
  color: #2BB7EA;
}

.bg-blue {
  background-color: #2BB7EA;
}

.grey, .book_franklin .inputholder input[type="text"]::placeholder, .service p:first-of-type, .cardescription p:first-of-type, .cardescription p:nth-of-type(2), .book input[type="text"]::placeholder, .book input[type=email]::placeholder, .book input[type=tel]::placeholder {
  color: #838383;
}

.softblack {
  color: #4A4A4A;
}

/*************************
# -  Fonts classes names
*************************/
.minionsb, h2, .pageintroduction h2 {
  font-family: "minion-pro", "Times New Roman", Times, serif;
  font-weight: 700;
}

.minionb, h3, .service h3, .cardescription h3 {
  font-family: "minion-pro", "Times New Roman", Times, serif;
  font-weight: 800;
}

.minionmed {
  font-family: "minion-pro", "Times New Roman", Times, serif;
  font-weight: 600;
}

.minionreg {
  font-family: "minion-pro", "Times New Roman", Times, serif;
  font-weight: 400;
}

.brandonbld, .languages a.active, .btn, .btncenter, .book_franklin input[type="submit"], .cardescription p:first-of-type, .card--index .card__link {
  font-family: "brandon-grotesque", Helvetica, Arial, Sans-Serif;
  font-style: normal;
  font-weight: 700;
}

.brandonmed, .bullet-list li, .book_franklin .inputholder label, .features, .tags, .idealfor, .card--cars .card__title, .book input[type="text"], .book input[type=email], .book input[type=tel], .book .inputholder label[for="pickup-book"], .book .inputholder label[for='dropoff-book'], .book label[for="date"], .book label[for="time"], .chosen, .chosen-container-single .chosen-single span, .chosen-drop .chosen-results li {
  font-family: "brandon-grotesque", Helvetica, Arial, Sans-Serif;
  font-weight: 500;
}

.brandonreg, footer label[for="email"], footer input[type="email"], footer input[type="email"]::placeholder, body,
html, *, .book_franklin .inputholder input[type="text"], .book_franklin .inputholder input[type="text"]::placeholder, .service p:first-of-type, .blservice span, .cardescription p:nth-of-type(2), .card--index .card__text, .hide-content, .book input[type="text"]::placeholder, .book input[type=email]::placeholder, .book input[type=tel]::placeholder, #ui-datepicker-div, .tooltip {
  font-family: "brandon-grotesque", Helvetica, Arial, Sans-Serif;
  font-weight: 400;
}

.brandonlight, .languages a, .reachtext ul li {
  font-family: "brandon-grotesque", Helvetica, Arial, Sans-Serif;
  font-weight: 200;
}

/*************************
# -  Mixins
*************************/
/*===========================================================================================
/*=========================================================================================== CLASSES
/*=========================================================================================== */
.size130 {
  font-size: 8.125em;
}

.size129 {
  font-size: 8.0625em;
}

.size128 {
  font-size: 8em;
}

.size127 {
  font-size: 7.9375em;
}

.size126 {
  font-size: 7.875em;
}

.size125 {
  font-size: 7.8125em;
}

.size124 {
  font-size: 7.75em;
}

.size123 {
  font-size: 7.6875em;
}

.size122 {
  font-size: 7.625em;
}

.size121 {
  font-size: 7.5625em;
}

.size120 {
  font-size: 7.5em;
}

.size119 {
  font-size: 7.4375em;
}

.size118 {
  font-size: 7.375em;
}

.size117 {
  font-size: 7.3125em;
}

.size116 {
  font-size: 7.25em;
}

.size115 {
  font-size: 7.1875em;
}

.size114 {
  font-size: 7.125em;
}

.size113 {
  font-size: 7.0625em;
}

.size112 {
  font-size: 7em;
}

.size111 {
  font-size: 6.9375em;
}

.size110 {
  font-size: 6.875em;
}

.size109 {
  font-size: 6.8125em;
}

.size108 {
  font-size: 6.75em;
}

.size107 {
  font-size: 6.6875em;
}

.size106 {
  font-size: 6.625em;
}

.size105 {
  font-size: 6.5625em;
}

.size104 {
  font-size: 6.5em;
}

.size103 {
  font-size: 6.4375em;
}

.size102 {
  font-size: 6.375em;
}

.size101 {
  font-size: 6.3125em;
}

.size100 {
  font-size: 6.25em;
}

.size99 {
  font-size: 6.1875em;
}

.size98 {
  font-size: 6.125em;
}

.size97 {
  font-size: 6.0625em;
}

.size96 {
  font-size: 6em;
}

.size95 {
  font-size: 5.9375em;
}

.size94 {
  font-size: 5.875em;
}

.size93 {
  font-size: 5.8125em;
}

.size92 {
  font-size: 5.75em;
}

.size91 {
  font-size: 5.6875em;
}

.size90 {
  font-size: 5.625em;
}

.size89 {
  font-size: 5.5625em;
}

.size88 {
  font-size: 5.5em;
}

.size87 {
  font-size: 5.4375em;
}

.size86 {
  font-size: 5.375em;
}

.size85 {
  font-size: 5.3125em;
}

.size84 {
  font-size: 5.25em;
}

.size83 {
  font-size: 5.1875em;
}

.size82 {
  font-size: 5.125em;
}

.size81 {
  font-size: 5.0625em;
}

.size80 {
  font-size: 5em;
}

.size79 {
  font-size: 4.9375em;
}

.size78 {
  font-size: 4.875em;
}

.size77 {
  font-size: 4.8125em;
}

.size76 {
  font-size: 4.75em;
}

.size75 {
  font-size: 4.6875em;
}

.size74 {
  font-size: 4.625em;
}

.size73 {
  font-size: 4.5625em;
}

.size72 {
  font-size: 4.5em;
}

.size71 {
  font-size: 4.4375em;
}

.size70 {
  font-size: 4.375em;
}

.size69 {
  font-size: 4.3125em;
}

.size68 {
  font-size: 4.25em;
}

.size67 {
  font-size: 4.1875em;
}

.size66 {
  font-size: 4.125em;
}

.size65 {
  font-size: 4.0625em;
}

.size64 {
  font-size: 4em;
}

.size63 {
  font-size: 3.9375em;
}

.size62 {
  font-size: 3.875em;
}

.size61 {
  font-size: 3.8125em;
}

.size60 {
  font-size: 3.75em;
}

.size59 {
  font-size: 3.6875em;
}

.size58 {
  font-size: 3.625em;
}

.size57 {
  font-size: 3.5625em;
}

.size56 {
  font-size: 3.5em;
}

.size55 {
  font-size: 3.4375em;
}

.size54 {
  font-size: 3.375em;
}

.size53 {
  font-size: 3.3125em;
}

.size52 {
  font-size: 3.25em;
}

.size51 {
  font-size: 3.1875em;
}

.size50 {
  font-size: 3.125em;
}

.size49 {
  font-size: 3.0625em;
}

.size48 {
  font-size: 3em;
}

.size47 {
  font-size: 2.9375em;
}

.size46 {
  font-size: 2.875em;
}

.size45 {
  font-size: 2.8125em;
}

.size44 {
  font-size: 2.75em;
}

.size43 {
  font-size: 2.6875em;
}

.size42 {
  font-size: 2.625em;
}

.size41 {
  font-size: 2.5625em;
}

.size40 {
  font-size: 2.5em;
}

.size39 {
  font-size: 2.4375em;
}

.size38 {
  font-size: 2.375em;
}

.size37 {
  font-size: 2.3125em;
}

.size36 {
  font-size: 2.25em;
}

.size35 {
  font-size: 2.1875em;
}

.size34 {
  font-size: 2.125em;
}

.size33 {
  font-size: 2.0625em;
}

.size32 {
  font-size: 2em;
}

.size31 {
  font-size: 1.9375em;
}

.size30 {
  font-size: 1.875em;
}

.size29 {
  font-size: 1.8125em;
}

.size28 {
  font-size: 1.75em;
}

.size27 {
  font-size: 1.6875em;
}

.size26 {
  font-size: 1.625em;
}

.size25 {
  font-size: 1.5625em;
}

.size24 {
  font-size: 1.5em;
}

.size23 {
  font-size: 1.4375em;
}

.size22 {
  font-size: 1.375em;
}

.size21 {
  font-size: 1.3125em;
}

.size20 {
  font-size: 1.25em;
}

.size19 {
  font-size: 1.1875em;
}

.size18 {
  font-size: 1.125em;
}

.size17 {
  font-size: 1.0625em;
}

.size16 {
  font-size: 1em;
}

.size15 {
  font-size: 0.9375em;
}

.size14 {
  font-size: 0.875em;
}

.size13 {
  font-size: 0.8125em;
}

.size12 {
  font-size: 0.75em;
}

.size11 {
  font-size: 0.6875em;
}

.size10 {
  font-size: 0.625em;
}

.mt-px300 {
  margin-top: 18.75em;
}

.mt-px290 {
  margin-top: 18.125em;
}

.mt-px280 {
  margin-top: 17.5em;
}

.mt-px270 {
  margin-top: 16.875em;
}

.mt-px260 {
  margin-top: 16.25em;
}

.mt-px250 {
  margin-top: 15.625em;
}

.mt-px240 {
  margin-top: 15em;
}

.mt-px230 {
  margin-top: 14.375em;
}

.mt-px220 {
  margin-top: 13.75em;
}

.mt-px210 {
  margin-top: 13.125em;
}

.mt-px200 {
  margin-top: 12.5em;
}

.mt-px190 {
  margin-top: 11.875em;
}

.mt-px180 {
  margin-top: 11.25em;
}

.mt-px170 {
  margin-top: 10.625em;
}

.mt-px160 {
  margin-top: 10em;
}

.mt-px150 {
  margin-top: 9.375em;
}

.mt-px140 {
  margin-top: 8.75em;
}

.mt-px130 {
  margin-top: 8.125em;
}

.mt-px120 {
  margin-top: 7.5em;
}

.mt-px110 {
  margin-top: 6.875em;
}

.mt-px100 {
  margin-top: 6.25em;
}

.mt-px90 {
  margin-top: 5.625em;
}

.mt-px80 {
  margin-top: 5em;
}

.mt-px70 {
  margin-top: 4.375em;
}

.mt-px60 {
  margin-top: 3.75em;
}

.mt-px50 {
  margin-top: 3.125em;
}

.mt-px40 {
  margin-top: 2.5em;
}

.mt-px30 {
  margin-top: 1.875em;
}

.mt-px20 {
  margin-top: 1.25em;
}

.mt-px10 {
  margin-top: 0.625em;
}

.mb-px150 {
  margin-bottom: 9.375em;
}

.mb-px140 {
  margin-bottom: 8.75em;
}

.mb-px130 {
  margin-bottom: 8.125em;
}

.mb-px120 {
  margin-bottom: 7.5em;
}

.mb-px110 {
  margin-bottom: 6.875em;
}

.mb-px100 {
  margin-bottom: 6.25em;
}

.mb-px90 {
  margin-bottom: 5.625em;
}

.mb-px80 {
  margin-bottom: 5em;
}

.mb-px70 {
  margin-bottom: 4.375em;
}

.mb-px60 {
  margin-bottom: 3.75em;
}

.mb-px50 {
  margin-bottom: 3.125em;
}

.mb-px40 {
  margin-bottom: 2.5em;
}

.mb-px30 {
  margin-bottom: 1.875em;
}

.mb-px20 {
  margin-bottom: 1.25em;
}

.mb-px10 {
  margin-bottom: 0.625em;
}

.pt-px300 {
  padding-top: 18.75em;
}

.pt-px299 {
  padding-top: 18.6875em;
}

.pt-px298 {
  padding-top: 18.625em;
}

.pt-px297 {
  padding-top: 18.5625em;
}

.pt-px296 {
  padding-top: 18.5em;
}

.pt-px295 {
  padding-top: 18.4375em;
}

.pt-px294 {
  padding-top: 18.375em;
}

.pt-px293 {
  padding-top: 18.3125em;
}

.pt-px292 {
  padding-top: 18.25em;
}

.pt-px291 {
  padding-top: 18.1875em;
}

.pt-px290 {
  padding-top: 18.125em;
}

.pt-px289 {
  padding-top: 18.0625em;
}

.pt-px288 {
  padding-top: 18em;
}

.pt-px287 {
  padding-top: 17.9375em;
}

.pt-px286 {
  padding-top: 17.875em;
}

.pt-px285 {
  padding-top: 17.8125em;
}

.pt-px284 {
  padding-top: 17.75em;
}

.pt-px283 {
  padding-top: 17.6875em;
}

.pt-px282 {
  padding-top: 17.625em;
}

.pt-px281 {
  padding-top: 17.5625em;
}

.pt-px280 {
  padding-top: 17.5em;
}

.pt-px279 {
  padding-top: 17.4375em;
}

.pt-px278 {
  padding-top: 17.375em;
}

.pt-px277 {
  padding-top: 17.3125em;
}

.pt-px276 {
  padding-top: 17.25em;
}

.pt-px275 {
  padding-top: 17.1875em;
}

.pt-px274 {
  padding-top: 17.125em;
}

.pt-px273 {
  padding-top: 17.0625em;
}

.pt-px272 {
  padding-top: 17em;
}

.pt-px271 {
  padding-top: 16.9375em;
}

.pt-px270 {
  padding-top: 16.875em;
}

.pt-px269 {
  padding-top: 16.8125em;
}

.pt-px268 {
  padding-top: 16.75em;
}

.pt-px267 {
  padding-top: 16.6875em;
}

.pt-px266 {
  padding-top: 16.625em;
}

.pt-px265 {
  padding-top: 16.5625em;
}

.pt-px264 {
  padding-top: 16.5em;
}

.pt-px263 {
  padding-top: 16.4375em;
}

.pt-px262 {
  padding-top: 16.375em;
}

.pt-px261 {
  padding-top: 16.3125em;
}

.pt-px260 {
  padding-top: 16.25em;
}

.pt-px259 {
  padding-top: 16.1875em;
}

.pt-px258 {
  padding-top: 16.125em;
}

.pt-px257 {
  padding-top: 16.0625em;
}

.pt-px256 {
  padding-top: 16em;
}

.pt-px255 {
  padding-top: 15.9375em;
}

.pt-px254 {
  padding-top: 15.875em;
}

.pt-px253 {
  padding-top: 15.8125em;
}

.pt-px252 {
  padding-top: 15.75em;
}

.pt-px251 {
  padding-top: 15.6875em;
}

.pt-px250 {
  padding-top: 15.625em;
}

.pt-px249 {
  padding-top: 15.5625em;
}

.pt-px248 {
  padding-top: 15.5em;
}

.pt-px247 {
  padding-top: 15.4375em;
}

.pt-px246 {
  padding-top: 15.375em;
}

.pt-px245 {
  padding-top: 15.3125em;
}

.pt-px244 {
  padding-top: 15.25em;
}

.pt-px243 {
  padding-top: 15.1875em;
}

.pt-px242 {
  padding-top: 15.125em;
}

.pt-px241 {
  padding-top: 15.0625em;
}

.pt-px240 {
  padding-top: 15em;
}

.pt-px239 {
  padding-top: 14.9375em;
}

.pt-px238 {
  padding-top: 14.875em;
}

.pt-px237 {
  padding-top: 14.8125em;
}

.pt-px236 {
  padding-top: 14.75em;
}

.pt-px235 {
  padding-top: 14.6875em;
}

.pt-px234 {
  padding-top: 14.625em;
}

.pt-px233 {
  padding-top: 14.5625em;
}

.pt-px232 {
  padding-top: 14.5em;
}

.pt-px231 {
  padding-top: 14.4375em;
}

.pt-px230 {
  padding-top: 14.375em;
}

.pt-px229 {
  padding-top: 14.3125em;
}

.pt-px228 {
  padding-top: 14.25em;
}

.pt-px227 {
  padding-top: 14.1875em;
}

.pt-px226 {
  padding-top: 14.125em;
}

.pt-px225 {
  padding-top: 14.0625em;
}

.pt-px224 {
  padding-top: 14em;
}

.pt-px223 {
  padding-top: 13.9375em;
}

.pt-px222 {
  padding-top: 13.875em;
}

.pt-px221 {
  padding-top: 13.8125em;
}

.pt-px220 {
  padding-top: 13.75em;
}

.pt-px219 {
  padding-top: 13.6875em;
}

.pt-px218 {
  padding-top: 13.625em;
}

.pt-px217 {
  padding-top: 13.5625em;
}

.pt-px216 {
  padding-top: 13.5em;
}

.pt-px215 {
  padding-top: 13.4375em;
}

.pt-px214 {
  padding-top: 13.375em;
}

.pt-px213 {
  padding-top: 13.3125em;
}

.pt-px212 {
  padding-top: 13.25em;
}

.pt-px211 {
  padding-top: 13.1875em;
}

.pt-px210 {
  padding-top: 13.125em;
}

.pt-px209 {
  padding-top: 13.0625em;
}

.pt-px208 {
  padding-top: 13em;
}

.pt-px207 {
  padding-top: 12.9375em;
}

.pt-px206 {
  padding-top: 12.875em;
}

.pt-px205 {
  padding-top: 12.8125em;
}

.pt-px204 {
  padding-top: 12.75em;
}

.pt-px203 {
  padding-top: 12.6875em;
}

.pt-px202 {
  padding-top: 12.625em;
}

.pt-px201 {
  padding-top: 12.5625em;
}

.pt-px200 {
  padding-top: 12.5em;
}

.pt-px199 {
  padding-top: 12.4375em;
}

.pt-px198 {
  padding-top: 12.375em;
}

.pt-px197 {
  padding-top: 12.3125em;
}

.pt-px196 {
  padding-top: 12.25em;
}

.pt-px195 {
  padding-top: 12.1875em;
}

.pt-px194 {
  padding-top: 12.125em;
}

.pt-px193 {
  padding-top: 12.0625em;
}

.pt-px192 {
  padding-top: 12em;
}

.pt-px191 {
  padding-top: 11.9375em;
}

.pt-px190 {
  padding-top: 11.875em;
}

.pt-px189 {
  padding-top: 11.8125em;
}

.pt-px188 {
  padding-top: 11.75em;
}

.pt-px187 {
  padding-top: 11.6875em;
}

.pt-px186 {
  padding-top: 11.625em;
}

.pt-px185 {
  padding-top: 11.5625em;
}

.pt-px184 {
  padding-top: 11.5em;
}

.pt-px183 {
  padding-top: 11.4375em;
}

.pt-px182 {
  padding-top: 11.375em;
}

.pt-px181 {
  padding-top: 11.3125em;
}

.pt-px180 {
  padding-top: 11.25em;
}

.pt-px179 {
  padding-top: 11.1875em;
}

.pt-px178 {
  padding-top: 11.125em;
}

.pt-px177 {
  padding-top: 11.0625em;
}

.pt-px176 {
  padding-top: 11em;
}

.pt-px175 {
  padding-top: 10.9375em;
}

.pt-px174 {
  padding-top: 10.875em;
}

.pt-px173 {
  padding-top: 10.8125em;
}

.pt-px172 {
  padding-top: 10.75em;
}

.pt-px171 {
  padding-top: 10.6875em;
}

.pt-px170 {
  padding-top: 10.625em;
}

.pt-px169 {
  padding-top: 10.5625em;
}

.pt-px168 {
  padding-top: 10.5em;
}

.pt-px167 {
  padding-top: 10.4375em;
}

.pt-px166 {
  padding-top: 10.375em;
}

.pt-px165 {
  padding-top: 10.3125em;
}

.pt-px164 {
  padding-top: 10.25em;
}

.pt-px163 {
  padding-top: 10.1875em;
}

.pt-px162 {
  padding-top: 10.125em;
}

.pt-px161 {
  padding-top: 10.0625em;
}

.pt-px160 {
  padding-top: 10em;
}

.pt-px159 {
  padding-top: 9.9375em;
}

.pt-px158 {
  padding-top: 9.875em;
}

.pt-px157 {
  padding-top: 9.8125em;
}

.pt-px156 {
  padding-top: 9.75em;
}

.pt-px155 {
  padding-top: 9.6875em;
}

.pt-px154 {
  padding-top: 9.625em;
}

.pt-px153 {
  padding-top: 9.5625em;
}

.pt-px152 {
  padding-top: 9.5em;
}

.pt-px151 {
  padding-top: 9.4375em;
}

.pt-px150 {
  padding-top: 9.375em;
}

.pt-px149 {
  padding-top: 9.3125em;
}

.pt-px148 {
  padding-top: 9.25em;
}

.pt-px147 {
  padding-top: 9.1875em;
}

.pt-px146 {
  padding-top: 9.125em;
}

.pt-px145 {
  padding-top: 9.0625em;
}

.pt-px144 {
  padding-top: 9em;
}

.pt-px143 {
  padding-top: 8.9375em;
}

.pt-px142 {
  padding-top: 8.875em;
}

.pt-px141 {
  padding-top: 8.8125em;
}

.pt-px140 {
  padding-top: 8.75em;
}

.pt-px139 {
  padding-top: 8.6875em;
}

.pt-px138 {
  padding-top: 8.625em;
}

.pt-px137 {
  padding-top: 8.5625em;
}

.pt-px136 {
  padding-top: 8.5em;
}

.pt-px135 {
  padding-top: 8.4375em;
}

.pt-px134 {
  padding-top: 8.375em;
}

.pt-px133 {
  padding-top: 8.3125em;
}

.pt-px132 {
  padding-top: 8.25em;
}

.pt-px131 {
  padding-top: 8.1875em;
}

.pt-px130 {
  padding-top: 8.125em;
}

.pt-px129 {
  padding-top: 8.0625em;
}

.pt-px128 {
  padding-top: 8em;
}

.pt-px127 {
  padding-top: 7.9375em;
}

.pt-px126 {
  padding-top: 7.875em;
}

.pt-px125 {
  padding-top: 7.8125em;
}

.pt-px124 {
  padding-top: 7.75em;
}

.pt-px123 {
  padding-top: 7.6875em;
}

.pt-px122 {
  padding-top: 7.625em;
}

.pt-px121 {
  padding-top: 7.5625em;
}

.pt-px120 {
  padding-top: 7.5em;
}

.pt-px119 {
  padding-top: 7.4375em;
}

.pt-px118 {
  padding-top: 7.375em;
}

.pt-px117 {
  padding-top: 7.3125em;
}

.pt-px116 {
  padding-top: 7.25em;
}

.pt-px115 {
  padding-top: 7.1875em;
}

.pt-px114 {
  padding-top: 7.125em;
}

.pt-px113 {
  padding-top: 7.0625em;
}

.pt-px112 {
  padding-top: 7em;
}

.pt-px111 {
  padding-top: 6.9375em;
}

.pt-px110 {
  padding-top: 6.875em;
}

.pt-px109 {
  padding-top: 6.8125em;
}

.pt-px108 {
  padding-top: 6.75em;
}

.pt-px107 {
  padding-top: 6.6875em;
}

.pt-px106 {
  padding-top: 6.625em;
}

.pt-px105 {
  padding-top: 6.5625em;
}

.pt-px104 {
  padding-top: 6.5em;
}

.pt-px103 {
  padding-top: 6.4375em;
}

.pt-px102 {
  padding-top: 6.375em;
}

.pt-px101 {
  padding-top: 6.3125em;
}

.pt-px100 {
  padding-top: 6.25em;
}

.pt-px99 {
  padding-top: 6.1875em;
}

.pt-px98 {
  padding-top: 6.125em;
}

.pt-px97 {
  padding-top: 6.0625em;
}

.pt-px96 {
  padding-top: 6em;
}

.pt-px95 {
  padding-top: 5.9375em;
}

.pt-px94 {
  padding-top: 5.875em;
}

.pt-px93 {
  padding-top: 5.8125em;
}

.pt-px92 {
  padding-top: 5.75em;
}

.pt-px91 {
  padding-top: 5.6875em;
}

.pt-px90 {
  padding-top: 5.625em;
}

.pt-px89 {
  padding-top: 5.5625em;
}

.pt-px88 {
  padding-top: 5.5em;
}

.pt-px87 {
  padding-top: 5.4375em;
}

.pt-px86 {
  padding-top: 5.375em;
}

.pt-px85 {
  padding-top: 5.3125em;
}

.pt-px84 {
  padding-top: 5.25em;
}

.pt-px83 {
  padding-top: 5.1875em;
}

.pt-px82 {
  padding-top: 5.125em;
}

.pt-px81 {
  padding-top: 5.0625em;
}

.pt-px80 {
  padding-top: 5em;
}

.pt-px79 {
  padding-top: 4.9375em;
}

.pt-px78 {
  padding-top: 4.875em;
}

.pt-px77 {
  padding-top: 4.8125em;
}

.pt-px76 {
  padding-top: 4.75em;
}

.pt-px75 {
  padding-top: 4.6875em;
}

.pt-px74 {
  padding-top: 4.625em;
}

.pt-px73 {
  padding-top: 4.5625em;
}

.pt-px72 {
  padding-top: 4.5em;
}

.pt-px71 {
  padding-top: 4.4375em;
}

.pt-px70 {
  padding-top: 4.375em;
}

.pt-px69 {
  padding-top: 4.3125em;
}

.pt-px68 {
  padding-top: 4.25em;
}

.pt-px67 {
  padding-top: 4.1875em;
}

.pt-px66 {
  padding-top: 4.125em;
}

.pt-px65 {
  padding-top: 4.0625em;
}

.pt-px64 {
  padding-top: 4em;
}

.pt-px63 {
  padding-top: 3.9375em;
}

.pt-px62 {
  padding-top: 3.875em;
}

.pt-px61 {
  padding-top: 3.8125em;
}

.pt-px60 {
  padding-top: 3.75em;
}

.pt-px59 {
  padding-top: 3.6875em;
}

.pt-px58 {
  padding-top: 3.625em;
}

.pt-px57 {
  padding-top: 3.5625em;
}

.pt-px56 {
  padding-top: 3.5em;
}

.pt-px55 {
  padding-top: 3.4375em;
}

.pt-px54 {
  padding-top: 3.375em;
}

.pt-px53 {
  padding-top: 3.3125em;
}

.pt-px52 {
  padding-top: 3.25em;
}

.pt-px51 {
  padding-top: 3.1875em;
}

.pt-px50 {
  padding-top: 3.125em;
}

.pt-px49 {
  padding-top: 3.0625em;
}

.pt-px48 {
  padding-top: 3em;
}

.pt-px47 {
  padding-top: 2.9375em;
}

.pt-px46 {
  padding-top: 2.875em;
}

.pt-px45 {
  padding-top: 2.8125em;
}

.pt-px44 {
  padding-top: 2.75em;
}

.pt-px43 {
  padding-top: 2.6875em;
}

.pt-px42 {
  padding-top: 2.625em;
}

.pt-px41 {
  padding-top: 2.5625em;
}

.pt-px40 {
  padding-top: 2.5em;
}

.pt-px39 {
  padding-top: 2.4375em;
}

.pt-px38 {
  padding-top: 2.375em;
}

.pt-px37 {
  padding-top: 2.3125em;
}

.pt-px36 {
  padding-top: 2.25em;
}

.pt-px35 {
  padding-top: 2.1875em;
}

.pt-px34 {
  padding-top: 2.125em;
}

.pt-px33 {
  padding-top: 2.0625em;
}

.pt-px32 {
  padding-top: 2em;
}

.pt-px31 {
  padding-top: 1.9375em;
}

.pt-px30 {
  padding-top: 1.875em;
}

.pt-px29 {
  padding-top: 1.8125em;
}

.pt-px28 {
  padding-top: 1.75em;
}

.pt-px27 {
  padding-top: 1.6875em;
}

.pt-px26 {
  padding-top: 1.625em;
}

.pt-px25 {
  padding-top: 1.5625em;
}

.pt-px24 {
  padding-top: 1.5em;
}

.pt-px23 {
  padding-top: 1.4375em;
}

.pt-px22 {
  padding-top: 1.375em;
}

.pt-px21 {
  padding-top: 1.3125em;
}

.pt-px20 {
  padding-top: 1.25em;
}

.pt-px19 {
  padding-top: 1.1875em;
}

.pt-px18 {
  padding-top: 1.125em;
}

.pt-px17 {
  padding-top: 1.0625em;
}

.pt-px16 {
  padding-top: 1em;
}

.pt-px15 {
  padding-top: 0.9375em;
}

.pt-px14 {
  padding-top: 0.875em;
}

.pt-px13 {
  padding-top: 0.8125em;
}

.pt-px12 {
  padding-top: 0.75em;
}

.pt-px11 {
  padding-top: 0.6875em;
}

.pt-px10 {
  padding-top: 0.625em;
}

.pt-px9 {
  padding-top: 0.5625em;
}

.pt-px8 {
  padding-top: 0.5em;
}

.pt-px7 {
  padding-top: 0.4375em;
}

.pt-px6 {
  padding-top: 0.375em;
}

.pt-px5 {
  padding-top: 0.3125em;
}

.pt-px4 {
  padding-top: 0.25em;
}

.pt-px3 {
  padding-top: 0.1875em;
}

.pt-px2 {
  padding-top: 0.125em;
}

.pt-px1 {
  padding-top: 0.0625em;
}

.pb-px200 {
  padding-bottom: 12.5em;
}

.pb-px190 {
  padding-bottom: 11.875em;
}

.pb-px180 {
  padding-bottom: 11.25em;
}

.pb-px170 {
  padding-bottom: 10.625em;
}

.pb-px160 {
  padding-bottom: 10em;
}

.pb-px150 {
  padding-bottom: 9.375em;
}

.pb-px140 {
  padding-bottom: 8.75em;
}

.pb-px130 {
  padding-bottom: 8.125em;
}

.pb-px120 {
  padding-bottom: 7.5em;
}

.pb-px110 {
  padding-bottom: 6.875em;
}

.pb-px100 {
  padding-bottom: 6.25em;
}

.pb-px90 {
  padding-bottom: 5.625em;
}

.pb-px80 {
  padding-bottom: 5em;
}

.pb-px70 {
  padding-bottom: 4.375em;
}

.pb-px60 {
  padding-bottom: 3.75em;
}

.pb-px50 {
  padding-bottom: 3.125em;
}

.pb-px40 {
  padding-bottom: 2.5em;
}

.pb-px30 {
  padding-bottom: 1.875em;
}

.pb-px20 {
  padding-bottom: 1.25em;
}

.pb-px10 {
  padding-bottom: 0.625em;
}

.pl-px100 {
  padding-left: 100px;
}

.pl-px90 {
  padding-left: 90px;
}

.pl-px80 {
  padding-left: 80px;
}

.pl-px70 {
  padding-left: 70px;
}

.pl-px60 {
  padding-left: 60px;
}

.pl-px50 {
  padding-left: 50px;
}

.pl-px40 {
  padding-left: 40px;
}

.pl-px30 {
  padding-left: 30px;
}

.pl-px20 {
  padding-left: 20px;
}

.pl-px10 {
  padding-left: 10px;
}

.pr-px100 {
  padding-right: 100px;
}

.pr-px90 {
  padding-right: 90px;
}

.pr-px80 {
  padding-right: 80px;
}

.pr-px70 {
  padding-right: 70px;
}

.pr-px60 {
  padding-right: 60px;
}

.pr-px50 {
  padding-right: 50px;
}

.pr-px40 {
  padding-right: 40px;
}

.pr-px30 {
  padding-right: 30px;
}

.pr-px20 {
  padding-right: 20px;
}

.pr-px10 {
  padding-right: 10px;
}

.ml-px50 {
  margin-left: 50px;
}

.ml-px40 {
  margin-left: 40px;
}

.ml-px30 {
  margin-left: 30px;
}

.ml-px20 {
  margin-left: 20px;
}

.ml-px10 {
  margin-left: 10px;
}

.mr-px50 {
  margin-right: 50px;
}

.mr-px40 {
  margin-right: 40px;
}

.mr-px30 {
  margin-right: 30px;
}

.mr-px20 {
  margin-right: 20px;
}

.mr-px10 {
  margin-right: 10px;
}

.chosen-container-single .chosen-single {
  border-radius: 0 !important;
  background: white;
  background-clip: none;
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

.chosen-container-single .chosen-single span {
  line-height: 20px;
}

.chosen-search {
  display: none;
}

.chosen-container-active {
  border: 0 !important;
}

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chosen-container div b {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  background-position: center center !important;
}

.chosen-single {
  width: 100%;
  height: 40px !important;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  background-color: #f7f7f7;
  border: 0 !important;
}

.chosen-single span {
  height: 40px !important;
  line-height: 40px !important;
  font-size: 1.1em;
  font-family: "Avenir Next LT W01 Bold";
  color: #005594;
  text-transform: uppercase;
  border: 0;
}

.chosen-single div {
  width: 40px;
}

.chosen-single div b {
  line-height: 40px !important;
  background-image: url("../../../../img/biofresh_arrow.svg") !important;
  background-position: center center !important;
  background-size: auto !important;
  width: 40px;
  padding-right: 10px;
}

.chosen-drop {
  box-shadow: none !important;
  border-radius: 0 !important;
  border: 2px solid white !important;
}

.chosen-results {
  padding: 0 !important;
  margin: 0 !important;
}

.chosen-results li {
  line-height: 40px !important;
  vertical-align: middle !important;
  padding: 0 10px !important;
  font-family: "Avenir Next LT W01 Bold";
  color: #005594;
  font-size: .9em;
  text-transform: uppercase;
}

.chosen-container .chosen-results li.highlighted {
  background-image: linear-gradient(#005594 20%, #005594 90%);
  background-size: cover !important;
  color: #fff;
  width: 100% !important;
}

/* Templates */
/***************
Header
****************/
.languages a {
  position: relative;
}

@media screen and (max-width: 63.9375em) {
  .languages a {
    font-size: 14px;
    margin-right: 10px;
  }
}

@media print, screen and (min-width: 64em) {
  .languages {
    position: absolute;
    top: 0;
    color: white;
    font-size: 14px;
    padding: 6px 51px 0 0;
    text-align: right;
    z-index: 99999999;
  }
  .languages a {
    margin-left: 10px;
  }
}

.stop-scrolling {
  height: 100vh;
  overflow: hidden;
}

.nav-up {
  top: -80px;
}

.nav-color {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #F7F7F7;
}

@media screen and (max-width: 39.9375em) {
  .nav-down {
    height: 100vh;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

.bgOn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #F7F7F7;
  max-height: 50px;
}

.bgOff {
  background-color: transparent !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-height: 0px;
}

.header {
  position: relative;
}

.pageintroduction h2,
.headerwrapper {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 80em) {
  .headerwrapper {
    margin-top: 16%;
  }
  .headerwrapper h1 {
    font-size: 3.125rem;
  }
}

@media screen and (min-width: 86.25em) {
  .headerwrapper h1 {
    font-size: 4.375rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .headerwrapper {
    margin-top: 40% !important;
  }
}

.header:after {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
}

body.fixed {
  position: fixed;
  overflow: hidden;
  max-width: 100vw;
}

header {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  height: 80px;
  width: 100%;
  top: 0;
  overflow: hidden;
  z-index: 9999999;
  -webkit-transition: top .3s ease-in-out;
  transition: top .3s ease-in-out;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  header {
    position: fixed;
    padding-bottom: 30px;
    height: 100px;
  }
}

@media print, screen and (min-width: 64em) {
  header {
    height: 100px;
    position: fixed;
    padding: 20px 40px 0px 40px;
  }
}

header .btn {
  display: inline-block;
  padding: 10px 15px;
  margin: 0px 10px;
}

header .btn a {
  font-size: 0.75rem;
  letter-spacing: 1px;
}

.logo {
  background-image: url("/img/franklinheader.svg");
  background-repeat: no-repeat;
  height: 40px;
  margin-top: 20px;
  width: 300px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .logo {
    margin-top: 45px;
  }
}

.logo.active {
  background-image: url("/img/franklinlogoblk.svg");
}

body.privacy header nav a,
body.terms header nav a {
  color: #0a0a0a;
}

body.privacy .logo,
body.terms .logo {
  background-image: url("/img/franklinlogoblk.svg");
}

nav a {
  position: relative;
  font-size: 1rem;
}

nav a.isSelected:before {
  content: '';
  position: absolute;
  background: #2BB7EA;
  height: 1px;
  width: 100%;
  margin-top: 34px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

nav a.isSelected.isBlue:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  background: #2BB7EA;
  height: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

nav ul {
  overflow: hidden;
  margin: 0;
  z-index: 999;
  width: 600px;
}

nav ul li {
  color: white;
  display: inline-block;
  padding: 25px 15px;
  font-size: 19px;
}

nav ul li.active {
  color: black;
}

.handle {
  width: 100%;
  height: 50px;
  text-align: left;
  box-sizing: border-box;
  cursor: pointer;
  display: none;
}

header span {
  display: block;
  transition: .25s ease-in-out;
  box-sizing: border-box;
}

@media screen and (max-width: 39.9375em) {
  header {
    height: 50px;
    width: 100%;
    overflow: hidden;
    padding: 0;
  }
  header .btn {
    display: inline-block;
    width: 100%;
    margin: 0;
  }
  nav ul {
    max-height: 0px;
    position: fixed;
    top: 50px;
    width: 100vw;
    z-index: 999;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  nav ul li {
    color: black;
    background-color: #F7F7F7;
    box-sizing: border-box;
    text-align: left;
    padding: 10px 20px;
    width: 100%;
    font-family: "brandon-grotesque";
    font-weight: 200;
  }
  nav a {
    font-size: 1.125rem;
  }
  nav a.isSelected:before {
    bottom: -3px;
    height: 1px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }
  .handle {
    display: block;
  }
  .showing {
    max-height: 400px;
  }
  .logo {
    margin-top: 15px;
    margin-left: 15px;
  }
  button {
    width: 100%;
  }
  #menu-toggle {
    width: 30px;
    height: 30px;
    position: relative;
    margin-top: 14px;
    margin-right: 10px;
    cursor: pointer;
  }
  #menu-toggle #hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
  }
  #menu-toggle #hamburger span {
    background: white;
    width: 100%;
    height: 3px;
    position: relative;
    top: 0px;
    right: 0px;
    margin: 5px 0;
  }
  #menu-toggle #hamburger span:nth-child(1) {
    transition-delay: .5s;
  }
  #menu-toggle #hamburger span:nth-child(2) {
    width: 80%;
    transition-delay: .625s;
  }
  #menu-toggle #cross {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
  }
  #menu-toggle #cross span {
    background: black;
  }
  #menu-toggle #cross span:nth-child(1) {
    height: 0%;
    width: 3px;
    position: absolute;
    top: 0;
    left: 10px;
    transition-delay: 0s;
  }
  #menu-toggle #cross span:nth-child(2) {
    width: 0%;
    height: 3px;
    position: absolute;
    left: 1px;
    top: 10px;
    transition-delay: .25s;
  }
  #menu-toggle.open #hamburger span {
    width: 0%;
  }
  #menu-toggle.open #hamburger span:nth-child(1) {
    transition-delay: 0s;
  }
  #menu-toggle.open #hamburger span:nth-child(2) {
    transition-delay: .125s;
  }
  #menu-toggle.open #cross span:nth-child(1) {
    height: 75%;
    transition-delay: .625s;
  }
  #menu-toggle.open #cross span:nth-child(2) {
    width: 75%;
    transition-delay: .375s;
  }
}

/*************************
# -  Footer
*************************/
footer .contacts a {
  display: block;
}

footer .icons svg {
  margin-right: 10px;
}

footer a svg:hover #facebook,
footer a svg:hover #instagram,
footer a svg:hover #twitter {
  fill: #158FBB;
}

footer a {
  font-size: 15px !important;
  line-height: 140%;
}

footer a svg #facebook,
footer a svg #instagram,
footer a svg #twitter {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

footer label[for="email"] {
  position: absolute;
  top: -25px;
  left: 0;
  text-transform: none;
  font-size: 0.875rem;
}

footer .newsholder {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-top: 26px;
}

footer .newsholder label {
  font-size: 15.6px;
}

footer input[type="email"] {
  display: inline-block;
  background: transparent;
  border: 1px solid #2BB7EA;
  letter-spacing: 1px;
  padding: 0px 40px 0px 10px;
  height: 30px;
  width: 100%;
}

footer input[type="email"]::placeholder {
  font-size: 0.875rem;
}

footer input[type="email"]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

@media screen and (max-width: 39.9375em) {
  footer form {
    max-width: 100% !important;
  }
}

footer input[type="submit"] {
  position: absolute;
  display: inline-block;
  background-image: url("/img/inputarrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #2BB7EA;
  right: 0;
  height: 30px;
  width: 30px;
}

@media print, screen and (min-width: 64em) {
  footer input[type="submit"] {
    top: 8px;
  }
}

@media screen and (max-width: 39.9375em) {
  footer input[type="submit"] {
    top: 8px;
    right: 0;
  }
}

footer ul {
  list-style: none;
  padding-top: 10px;
}

footer li {
  display: block;
  color: #838383;
  line-height: 160%;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) and (orientation: portrait) {
  footer .medium-3:not(:first-of-type) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 39.9375em) {
  footer {
    padding-top: 40px !important;
  }
  footer .icons a svg {
    width: 30px;
    margin: 0px;
  }
  footer .newsholder {
    width: auto;
  }
  footer input[type="email"] {
    width: 240px;
  }
  footer div:nth-of-type(2) a {
    text-align: center !important;
  }
  footer .column:nth-of-type(2), footer .columns:nth-of-type(2) {
    padding-top: 30px;
  }
  footer div:nth-of-type(3) {
    padding-top: 30px;
  }
  footer div:nth-of-type(4) {
    padding-top: 30px;
  }
  footer div:nth-of-type(5) {
    padding-top: 30px;
  }
  footer div:nth-of-type(6) {
    padding-top: 30px;
  }
  footer input[type="email"] {
    width: 270px;
    margin: 0 auto !important;
  }
  footer a, footer p {
    font-size: 0.875rem !important;
    line-height: 1.375rem;
  }
  footer .copyright {
    padding: 0;
  }
  .surreal p {
    text-align: center !important;
  }
}

/*************************
# -  Styles
*************************/
.t14 {
  font-size: 0.875rem;
}

.t20 {
  font-size: 1.25rem;
}

.t18 {
  font-size: 1.125rem;
}

.lh30 {
  line-height: 1.875rem;
}

.lh26 {
  line-height: 1.625rem;
}

.bold {
  font-weight: 900;
}

.content_rich ul {
  list-style: none;
}

.content_rich ul li {
  color: #838383;
  line-height: 160%;
}

.content_rich ul li:before {
  content: '●';
  color: #2BB7EA;
  margin-right: 10px;
}

.blue-link {
  color: #2BB7EA !important;
}

.blue-link:hover {
  color: #0a0a0a !important;
}

/* Content */
body,
html {
  font-size: 16px;
  overflow-x: hidden;
  background: #F8F8F8;
}

.row {
  max-width: 95%;
}

@media screen and (min-width: 64.0625em) {
  .row {
    max-width: 76.25rem;
  }
}

@media screen and (max-width: 40em) {
  .row {
    max-width: 90%;
  }
}

.row.column, .row.columns, .row.columns,
.row .column,
.row .columns, .row .columns {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

[data-element="tour"] article {
  -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.23);
  overflow: hidden;
}

[data-element="tour"] .content {
  height: 240px;
  padding: 20px;
  background: #F7F7F7;
  position: relative;
}

[data-element="tour"] .content a {
  position: absolute;
  bottom: 14px;
}

[data-element="tour"] .image {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  background-size: cover !important;
  height: 200px;
}

@media print, screen and (min-width: 64em) {
  [data-element="tour"] .content,
  [data-element="tour"] .image {
    height: 290px;
  }
  [data-element="tour"] .image {
    width: 40%;
    display: inline-block;
    float: left;
  }
  [data-element="tour"] .content {
    width: 60%;
    float: left;
    display: inline-block;
  }
}

/*************************
STYLES
*************************/
a:hover {
  color: inherit;
}

a:visited {
  color: inherit;
}

h1 {
  font-size: 4.375rem;
}

h2 {
  font-size: 3rem;
  line-height: 3.375rem;
}

h3 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

h4 {
  font-size: 1.875rem;
}

.btn {
  display: block;
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn:hover {
  background-color: #1FA6D7;
  color: white;
  -webkit-box-shadow: 0px 6px 10px 3px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 6px 10px 3px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 6px 10px 3px rgba(50, 50, 50, 0.1);
}

.btn:visited {
  color: white;
}

nav .btn {
  -webkit-box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

nav .btn:hover {
  -webkit-box-shadow: 0px 6px 11px 3px rgba(40, 40, 40, 0.1);
  -moz-box-shadow: 0px 6px 11px 3px rgba(40, 40, 40, 0.1);
  box-shadow: 0px 6px 11px 3px rgba(40, 40, 40, 0.1);
}

.btncenter {
  display: inline-block;
  padding: 15px 30px;
  margin-top: 20px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btncenter:hover {
  background-color: #1FA6D7;
  color: white;
  -webkit-box-shadow: 0px 6px 11px 3px rgba(30, 30, 30, 0.1);
  -moz-box-shadow: 0px 6px 11px 3px rgba(30, 30, 30, 0.1);
  box-shadow: 0px 6px 11px 3px rgba(30, 30, 30, 0.1);
}

.btncenter:visited {
  color: white;
}

.pageintroduction {
  padding-top: 350px;
}

.header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 75vh;
}

@media print, screen and (min-width: 40em) {
  .header {
    min-height: 640px;
  }
}

.bullet-list li {
  list-style-position: inside;
  font-size: 25px;
}

.bullet-list li span {
  position: relative;
  top: -4px;
  left: -10px;
  color: black;
  font-size: 1.25rem;
  vertical-align: middle;
}

span.decorativeline {
  height: 2px;
  width: 29px;
  background-color: black;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .header {
    height: 550px !important;
  }
  .header img {
    height: 40px;
  }
  .pageintroduction {
    padding-top: 220px;
  }
  .pageintroduction h2 {
    font-size: 2.5rem;
    line-height: 2.875rem;
  }
  .btncenter {
    margin-top: 20px;
  }
}

@media screen and (max-width: 39.9375em) {
  .pageintroduction h2 {
    font-size: 1.875rem;
    line-height: 2rem;
  }
  h1 {
    font-size: 1.875rem;
    line-height: 2rem;
  }
  h2 {
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }
  h3 {
    font-size: 1.125rem;
    line-height: 2.5625rem;
  }
  h4 {
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }
  p {
    font-size: 1rem;
    line-height: 1.4375rem;
  }
  .pageintroduction {
    padding: 150px 30px 0px 30px;
  }
  .header {
    height: 395px !important;
  }
  .header img {
    height: 40px;
  }
  .btncenter {
    font-size: 0.75rem;
    letter-spacing: 1px;
    margin-top: 20px;
  }
  .personalizedservice h3, .personalizedservice p {
    text-align: center !important;
  }
}

/*************************
HOMEPAGE OR INDEX
*************************/
.headerwrapper {
  padding: 0px 40px;
  min-width: 900px;
}

.negative {
  margin-top: -80px !important;
}

.italic {
  font-style: italic;
}

.book_franklin {
  border-top: 5px solid #2BB7EA;
  padding: 30px 50px;
  width: 940px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 15px 10px -19px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 15px 10px -19px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 15px 10px -19px rgba(0, 0, 0, 0.5);
}

.book_franklin form {
  padding-top: 20px;
}

.book_franklin .inputholder {
  display: inline-block;
  position: relative;
  padding: 0 5px;
}

@media print, screen and (min-width: 64em) {
  .book_franklin .inputholder {
    float: left;
  }
}

.book_franklin .inputholder input[type="text"] {
  border: 1px solid #C0C0C0;
  height: 40px;
  margin-top: 10px;
  padding: 8px 10px 0px 10px;
  position: relative;
  width: 280px;
  font-size: 0.875rem;
  color: #838383;
}

.book_franklin .inputholder input[type="text"]::placeholder {
  padding-top: 10px;
  font-size: 0.875rem;
  visibility: hidden;
  opacity: 0;
}

.book_franklin .inputholder input[type="text"][name="date"] {
  width: 150px;
}

.book_franklin .inputholder label {
  position: absolute;
  top: 25px;
  left: 15px;
  font-size: 0.625rem;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.book_franklin .inputholder input:invalid {
  box-shadow: none;
}

.book_franklin .inputholder input:invalid + label {
  top: 25px !important;
}

.book_franklin .inputholder input:focus + label,
.book_franklin .inputholder input:valid + label {
  top: 16px !important;
  font-size: 0.5rem;
}

.book_franklin .inputsubmit {
  display: inline-block;
  position: relative;
  float: left;
  padding-left: 5px;
}

.book_franklin input[type="submit"] {
  width: 61px;
  text-transform: uppercase;
  height: 40px;
  margin-top: 10px;
  position: relative;
  font-size: 14px !important;
  cursor: pointer;
}

.book_franklin input[type="submit"]:hover {
  background-color: #1FA6D7;
}

.features {
  font-size: 1.25rem;
}

.features div {
  height: 500px;
  padding: 90px 120px 60px 120px !important;
}

.features div h4 {
  padding-bottom: 30px;
}

ul.features-vehicles {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.features-vehicles li {
  padding: 15px 0px;
  display: inline-block;
}

ul.features-types li {
  padding: 7px 0px;
}

.icon {
  width: 30px;
  margin-right: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.homebanner {
  background-image: url("/img/index_bannerhome.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 457px;
}

.clients {
  text-align: center;
}

.clients img {
  padding: 0px 30px 20px 30px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.clients img:hover {
  opacity: 0.4;
}

@media print, screen and (min-width: 64em) {
  .clients img {
    width: auto;
  }
}

.line {
  text-align: center;
  position: relative;
}

.line::before {
  content: '';
  display: inline-block;
  height: 2px;
  width: 29px;
  background-color: black;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  position: absolute;
  top: -10px;
  left: calc(50% - 106px);
  visibility: visible;
}

/******************
******************
******************/
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .headerwrapper {
    margin: 180px 0px 10px 0px;
    min-width: auto;
  }
  .header h1 {
    font-size: 3.4375rem;
    line-height: 3.75rem;
  }
  .book_franklin {
    width: 650px;
  }
  .book_franklin .inputholder:nth-of-type(1) {
    width: 100%;
  }
  .book_franklin .inputholder:nth-of-type(1) input[type="text"] {
    width: 100%;
  }
  .book_franklin .inputholder:nth-of-type(2, 3) {
    width: 50%;
  }
  .book_franklin .inputholder:nth-of-type(2, 3) input[type="text"] {
    width: 100%;
  }
  .book_franklin input[type="submit"] {
    width: 112px;
  }
  .features div {
    height: 340px;
    padding: 40px 40px !important;
  }
  .features div h4 {
    font-size: 1.25rem;
  }
  .features div ul {
    font-size: 1rem;
  }
  .features div .bullet-list li span {
    font-size: 1rem;
  }
  .features div ul.features-types li {
    padding: 2px 0px;
  }
  .homebanner h2 {
    font-size: 1.75rem;
  }
}

/******************
******************
******************/
@media screen and (max-width: 39.9375em) {
  .headerwrapper {
    padding: 130px 0px 0px 15px !important;
    min-width: 100%;
    margin: 0px;
  }
  .homepage h1, .homepage h2, .homepage h3, .homepage h4, .homepage p {
    text-align: left !important;
  }
  .negative {
    margin-top: -40px;
  }
  .book_franklin {
    border-top: 5px solid #2BB7EA;
    padding: 15px;
  }
  .book_franklin .inputholder {
    display: block;
  }
  .book_franklin .inputholder input[type="text"] {
    width: 100%;
  }
  .book_franklin h3 {
    font-size: 1.5rem;
  }
  .book_franklin input[type="text"] {
    width: 100%;
  }
  .book_franklin input[name="date"] {
    width: 100% !important;
  }
  .book_franklin input[type="submit"] {
    margin-top: 20px;
    width: 100%;
  }
  .book_franklin .inputsubmit {
    width: 100%;
  }
  .index-introduction {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .features div {
    height: 270px;
    padding: 40px 20px !important;
  }
  .features div h4 {
    padding-bottom: 10px;
  }
  .features div .features-vehicles {
    font-size: 0.875rem;
  }
  .features div .features-vehicles .request {
    font-size: 0.75rem;
    display: block;
  }
  .features div .features-vehicles li:nth-of-type(4) {
    width: 90px;
    word-wrap: break-word;
  }
  .features div .features-vehicles .icon:nth-of-type(2) {
    margin-left: calc(57px + 10px);
  }
  .features div .features-vehicles .icon:nth-of-type(4) {
    margin-left: 10px;
  }
  .features div .features-types .wrapper {
    display: inline-block;
    width: 49%;
  }
  .features div .features-types span {
    font-size: 1rem;
  }
  .features div .features-types li {
    font-size: 1.125rem;
  }
  .icon {
    width: 30px;
    margin-right: 10px;
  }
  .homebanner {
    height: 230px;
  }
  .section-clients {
    padding-top: 40px;
  }
  .clients {
    padding-bottom: 0;
  }
  .clients img {
    padding: 0;
    margin: 0px 10px;
  }
  .line {
    font-size: 1.25rem;
  }
  .line::before {
    left: 0;
  }
}

/*************************
SERVICES
*************************/
.service-why {
  padding-top: 40px;
}

.tags {
  background-color: transparent;
  color: #2BB7EA;
  border: 1px solid #2BB7EA;
  display: inline-block;
  font-size: 1rem;
  padding: 10px 15px;
  margin-right: 20px;
  margin-bottom: 15px;
  width: 150px;
}

.tags img {
  vertical-align: middle;
  padding-right: 20px;
  height: 35px;
}

.description {
  padding: 40px 20px 0px 70px !important;
}

.descriptionodd {
  padding: 40px 70px 0px 20px !important;
}

.bg-grad {
  background: -webkit-linear-gradient(bottom, rgba(247, 247, 247, 0), rgba(247, 247, 247, 0.8));
  width: 100% !important;
}

.badge img, .badge span {
  vertical-align: middle;
  display: inline-block;
}

.badge img {
  margin-right: 5px;
}

.badge .badgeicon:not(:last-of-type) span {
  margin-right: 10px;
}

.badge .badgeicon:not(:last-of-type) span:after {
  content: '|';
  margin-left: 10px;
}

.service {
  height: 440px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service p:first-of-type {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.negativeservice {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}

.idealfor {
  font-size: 1.125rem;
  padding-bottom: 20px;
}

.blservice span {
  color: #838383 !important;
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  [data-module="services"] .column, [data-module="services"] .columns {
    display: block;
    width: 80%;
    margin-left: 10%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .description {
    padding: 40px 20px 0px 20px !important;
  }
  .tags {
    font-size: 0.875rem;
    padding: 10px 15px;
    margin-right: 10px;
    margin-bottom: 15px;
    width: 120px;
  }
  .tags img {
    padding-right: 10px;
    height: 20px;
  }
}

@media screen and (max-width: 39.9375em) {
  .services h1, .services h2, .services h3, .services h4, .services p {
    text-align: left !important;
  }
  .services .bullet-list
span {
    font-size: 1rem;
  }
  .services section {
    margin-top: 20px;
  }
  .service {
    height: auto;
  }
  .bg-grad:nth-of-type(1) {
    margin-top: 30px;
  }
  .service:nth-of-type(1) {
    margin-top: -30px;
  }
  .description {
    margin-top: 0;
    padding: 20px 0.75rem 0px 0.75rem !important;
  }
  .description .idealfor {
    padding: 20px 0px 10px 0px;
  }
  .service-why {
    padding: 0px;
  }
  .service-choose {
    line-height: 1.375rem;
  }
  .service-image {
    margin-top: 20px;
    height: 161px;
  }
  .tags {
    font-size: 0.875rem;
    padding: 10px 15px;
    margin-right: 10px;
    margin-bottom: 15px;
    width: 45%;
  }
  .tags img {
    padding-right: 10px;
    height: 20px;
  }
  .personalizedservice h3, .personalizedservice p {
    text-align: center !important;
  }
}

/*************************
CARS
*************************/
.margintop {
  margin-top: 60px;
  transition: 1s;
}

.nomargin {
  transition: 1s;
  margin-top: 0px;
}

.accordion-item .arrow {
  position: absolute;
  top: 0;
  margin-left: 10px;
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .accordion-item .arrow {
    margin-left: 0px;
    right: -20px;
  }
}

@media screen and (max-width: 39.9375em) {
  .accordion-item {
    padding-right: 20px;
  }
  .accordion-item .arrow {
    right: 0;
  }
}

.arrow {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  position: relative;
  margin: 0 1rem;
  vertical-align: middle;
}

.arrow.active span:first-of-type {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.arrow.active span:last-of-type {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow span {
  top: .5rem;
  position: absolute;
  width: .75rem;
  height: .1rem;
  background-color: black;
  display: inline-block;
  transition: all .2s ease;
}

.arrow span:first-of-type {
  left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow span:last-of-type {
  right: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.carsection .bullet-list {
  display: none;
}

.models .stdbutton {
  font-size: 0.875rem;
}

.bg-grad {
  background: -webkit-linear-gradient(bottom, rgba(247, 247, 247, 0), rgba(247, 247, 247, 0.8));
  width: 100% !important;
}

.models {
  height: 420px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cardescription {
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 20px 0px 70px;
}

@media screen and (max-width: 63.9375em) {
  .cardescription {
    padding: 30px 20px 0px 15px !important;
  }
}

.cardescription p:first-of-type {
  font-size: 0.75rem;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.cardescription p:nth-of-type(2) {
  font-size: 1.125rem;
  line-height: 1.625rem;
  padding-bottom: 20px;
}

.cardescription .bullet-list {
  margin-bottom: 30px;
}

.cardescription .bullet-list li {
  font-size: 15px;
  padding: 2px 0px;
}

.cardescription .bullet-list li span {
  position: relative;
  left: -5px;
  color: black;
  font-size: 0.875rem;
  vertical-align: middle;
}

.negativecars {
  margin-top: -60px;
}

.accordion {
  background: transparent;
}

.accordion .bullet-circle {
  position: relative;
  top: -3px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  margin-right: 7px;
  background-color: #2BB7EA;
  display: inline-block !important;
  margin-top: 10px;
}

.accordion :last-child:not(.is-active) > .accordion-title {
  border: none;
}

.accordion :last-child > .accordion-content:last-child {
  border: none;
}

.accordion .accordion-title {
  color: black;
  border: none;
  padding: 0px 0px 10px 0px;
}

.accordion .accordion-title:hover {
  background-color: transparent;
}

.accordion .accordion-title:active {
  background-color: transparent;
}

.accordion .accordion-title:focus {
  background-color: transparent;
}

.accordion .accordion-title:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 1rem;
  margin-top: -0.5rem;
  content: '';
}

.accordion .accordion-content {
  border: none;
  background-color: transparent;
  padding: 0px 0px 20px 0px;
}

.accordion .accordion-content span {
  margin-top: 15px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .cardescription {
    height: auto;
  }
}

@media screen and (max-width: 39.9375em) {
  .cardcars {
    padding-bottom: 10px;
  }
  .negativecars {
    margin-top: -130px;
  }
  .cardescription {
    padding: 0;
    height: auto;
  }
  .cardescription h5 {
    max-width: 90%;
  }
  .cardescription h3 {
    line-height: 1.2em;
  }
  .cardescription p:first-of-type {
    padding-bottom: 10px;
  }
  .cardescription p:nth-of-type(2) {
    font-size: 1rem;
    line-height: 1.4375rem;
  }
  .cardescription .arrow {
    margin: 0 0.3em;
  }
}

@media screen and (max-width: 39.9375em) and (min-width: 64em) {
  .bg-grad {
    margin-top: 100px;
  }
}

@media screen and (max-width: 39.9375em) {
  .bg-grad .btn {
    margin-top: 20px;
  }
}

/*************************
CARDS
*************************/
.card {
  will-change: transform;
  margin: 0;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  width: 0;
}

.card:hover {
  cursor: pointer;
}

.card__image {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  opacity: 0;
}

.card__title {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  overflow: hidden;
}

.card__text {
  font-size: 14px;
  display: block;
  left: 0;
  right: 0;
  top: 0px;
  padding: 0px;
  margin: 0;
  line-height: 1.6;
  position: absolute;
  color: #000;
  overflow: hidden;
}

.card__link {
  font-size: 14px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  padding: 0 30px;
  opacity: 0;
}

.card__line {
  height: 2px;
  width: 29px;
  background-color: black;
  position: absolute;
}

.card--cars {
  width: 100%;
  height: 256px;
  min-height: 256px;
  margin: 0;
  padding-top: 0px;
  -webkit-box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.1);
}

.card--cars:hover {
  -webkit-box-shadow: 0px 6px 15px 5px rgba(30, 30, 30, 0.1);
  -moz-box-shadow: 0px 6px 15px 5px rgba(30, 30, 30, 0.1);
  box-shadow: 0px 6px 15px 5px rgba(30, 30, 30, 0.1);
  transform: scale(1.01);
}

.card--cars .card__image {
  border-radius: 1px 1px 0 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 1;
  height: 150px;
  max-height: 150px;
}

.card--cars .card__title {
  top: 140px;
  padding-top: 45px;
  text-align: center;
  font-size: 1.5625rem;
}

.card--index {
  height: 300px;
  width: 100%;
  min-height: 300px;
  margin: 15px 0px;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.1);
}

.card--index:hover {
  -webkit-box-shadow: 0px 6px 10px 5px rgba(20, 20, 20, 0.2);
  -moz-box-shadow: 0px 6px 10px 5px rgba(20, 20, 20, 0.2);
  box-shadow: 0px 6px 10px 5px rgba(20, 20, 20, 0.2);
  transform: scale(1);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.card--index .card__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 224px;
  max-height: 300px;
  opacity: 1;
  background-position: center;
  background-size: cover;
}

.card--index .card__title {
  left: 220px;
  top: 40px;
  padding: 0px 0px 0px 30px;
}

.card--index .card__text {
  color: #838383;
  left: 224px;
  top: 100px;
  padding: 0px 30px;
  font-size: 1rem;
}

.card--index .card__line {
  left: 224px;
  top: 10px;
  margin: 20px 0px 0px 30px;
}

.card--index .card__link {
  left: 224px;
  top: 270px;
  text-transform: uppercase;
  opacity: 1;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .card--index {
    -webkit-tap-highlight-color: transparent;
  }
  .card--index:hover {
    -webkit-box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.1);
    transform: scale(1);
  }
  .card--cars {
    margin: 10px;
  }
  .card--cars a {
    color: black;
    position: static;
    display: block;
  }
  .card--cars:hover {
    color: inherit;
    -webkit-box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.1);
    transform: scale(1);
  }
}

@media screen and (max-width: 39.9375em) {
  .card--index {
    height: 75px;
    width: 100%;
    min-height: 75px;
    margin: 7px 0px;
    -webkit-box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.1);
  }
  .card--index:hover {
    -webkit-box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.1);
    transform: scale(1);
  }
  .card--index .card__image {
    width: 120px;
    max-height: 75px;
  }
  .card--index .card__title {
    left: 120px;
    top: 25px;
    padding: 0px 0px 0px 20px;
  }
  .card--index .card__line {
    left: 120px;
    top: 0px;
    margin: 20px 0px 0px 20px;
    width: 16px;
  }
  .card--cars {
    width: 100%;
    height: 45px;
    min-height: 45px;
    margin: 10px 0px;
    padding-top: 40px;
    -webkit-box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.1);
  }
  .card--cars:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transform: scale(1);
  }
  .card--cars a {
    position: static;
  }
  .card--cars .card__title {
    color: #4A4A4A;
    top: 0px;
    padding-top: 10px;
    text-align: center;
    font-size: 1.125rem;
  }
}

/*************************
SLICK
*************************/
.controller {
  position: absolute;
  top: 20px;
  right: 30px;
  position: absolute;
  z-index: 9999999999999999 !important;
}

.controller img {
  display: none;
}

.hide-content {
  z-index: 9999999999999999999 !important;
  position: fixed;
  top: 7%;
  right: 6%;
  font-size: 40px;
  color: white;
  /* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
}

.hide-content:hover {
  color: #2BB7EA;
}

.tourSlide,
.carSlide {
  height: 100%;
  position: relative;
  top: 0;
  right: 0;
  overflow: hidden;
}

.tourSlide .slick-list,
.carSlide .slick-list {
  display: inline-block;
  width: 100%;
  height: 100%;
}

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

.tourSlide .slick-list .slick-track .slide,
.carSlide .slick-list .slick-track .slide {
  float: left;
  display: inline-block;
  height: 480px;
  background-size: cover;
  background-position: center center;
}

.tourSlide .slick-dots,
.carSlide .slick-dots {
  display: block;
  position: absolute;
  bottom: 15px;
  display: inline-block;
  left: 40%;
  list-style: none;
  width: auto;
}

.tourSlide .slick-dots li,
.carSlide .slick-dots li {
  width: 30px;
  height: 5px;
  background-color: white;
  opacity: 0.7;
  display: inline-block;
  margin-right: 1px;
}

.tourSlide .slick-dots li:last-of-type,
.carSlide .slick-dots li:last-of-type {
  margin-right: 0;
}

.tourSlide .slick-dots li.slick-active,
.carSlide .slick-dots li.slick-active {
  opacity: 1;
}

.tourSlide .slick-dots li button,
.carSlide .slick-dots li button {
  display: none;
}

@media screen and (max-width: 39.9375em) {
  .tourSlide,
  .service-image,
  .carSlide {
    margin-top: 0px !important;
    height: 230px;
  }
  .tourSlide .slick-list .slick-track .slide,
  .service-image .slick-list .slick-track .slide,
  .carSlide .slick-list .slick-track .slide {
    float: left;
    display: inline-block;
    height: 230px;
    margin-top: 0px !important;
    background-size: cover;
    background-position: center center;
  }
  .tourSlide .slick-dots,
  .service-image .slick-dots,
  .carSlide .slick-dots {
    width: 100%;
    left: 35%;
  }
}

/**********************
Selects, Input, Chosen
**********************/
.book {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
}

.book .logobook {
  background-image: url("/img/franklinlogoblk.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 200px;
}

.book .closebutton {
  background-image: url("/img/closebutton.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  height: 20px;
  width: 100%;
}

.book .chosen-search-input {
  display: none !important;
}

.book input[type="text"], .book input[type=email], .book input[type=tel] {
  border: 1px solid black;
  background-color: transparent;
  display: block;
  height: 40px;
  font-size: 0.625rem;
  margin-top: 15px;
  text-transform: uppercase;
  padding: 10px 8px;
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.02);
  /*
        &:focus{
            border:1px solid $blue;
        }
        */
}

.book input[type="text"][name="date"], .book input[type=email][name="date"], .book input[type=tel][name="date"] {
  width: 97%;
  display: inline-block;
}

.book input[type="text"]::placeholder, .book input[type=email]::placeholder, .book input[type=tel]::placeholder {
  font-size: 12px;
}

.book .booknext form {
  width: 50%;
}

.book .booknext form input[type='submit'] {
  width: 96%;
}

.book .inputholder {
  display: block;
  position: relative;
}

.book .inputholder input[name="pickup-book"], .book .inputholder input[name='dropoff-book'] {
  padding: 12px 0px 0px 8px;
}

.book .inputholder input[name="pickup-book"]::placeholder, .book .inputholder input[name='dropoff-book']::placeholder {
  visibility: hidden;
}

.book .inputholder input[name="pickup-book"]:focus::placeholder, .book .inputholder input[name='dropoff-book']:focus::placeholder {
  visibility: visible;
}

.book .inputholder label[for="pickup-book"], .book .inputholder label[for='dropoff-book'] {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 0.625rem;
  padding: 10px 8px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.book .inputholder .label-active2 {
  position: absolute;
  top: -3px !important;
  font-size: 0.5rem !important;
}

.book .date, .book .time {
  position: relative;
  display: inline-block;
}

.book label[for="date"] {
  position: absolute;
  bottom: 5px;
  left: 0;
  font-size: 0.625rem;
  padding: 10px 8px;
  text-transform: uppercase;
}

.book label[for="time"] {
  position: absolute;
  bottom: 5px;
  left: 0;
  font-size: 0.625rem;
  padding: 10px 8px;
  text-transform: uppercase;
}

.book input[type="checkbox"] {
  display: none;
  visibility: hidden;
}

.book input[type="checkbox"]:checked + label:before {
  background-color: #2BB7EA;
  background-image: url("/img/checkbox.svg");
  background-size: 70% 70%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: none;
}

.book label[for="babycheck"]:before {
  content: '';
  border: 1px solid black;
  height: 15px;
  margin-right: 10px;
  margin-top: 20px;
  width: 15px;
  vertical-align: bottom;
  display: inline-block;
}

.book input[type="button"],
.book input[type="submit"] {
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 10px 30px;
  cursor: pointer;
}

@media screen and (max-width: 39.9375em) {
  .book img {
    height: 14px;
  }
  .book h2 {
    font-size: 1.875rem;
  }
  input[type="submit"] {
    width: 50%;
  }
}

/**********************
CHOSEN
**********************/
.chosen-container {
  margin: 10px 0px;
}

.chosen-container-active, .chosen-container-single, .chosen-single, .chosen-with-drop {
  border: 1px solid black !important;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: transparent;
  display: block;
  position: relative;
  height: 40px;
  width: 100%;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.02);
}

.chosen-container-single .chosen-single {
  background-color: transparent;
}

.chosen-container-single .chosen-single div {
  right: 20px !important;
}

.chosen-container-single .chosen-single div b {
  background-image: url("/img/selectup.svg") !important;
  background-size: 15px 8px !important;
}

.chosen-container-single .chosen-single span {
  color: #0a0a0a;
  font-size: 0.625rem;
  text-transform: uppercase;
}

.chosen-container-active {
  background-color: transparent;
}

.chosen-drop .chosen-results {
  border: 1px solid black;
}

.chosen-drop .chosen-results li {
  color: #0a0a0a;
}

.chosen-drop .chosen-results li.highlighted {
  background-image: linear-gradient(#2BB7EA 20%, #2BB7EA 90%);
}

.chosen-drop .chosen-results .active-result {
  background-color: #F7F7F7;
}

@media screen and (max-width: 39.9375em) {
  .select-wrapper {
    position: relative;
  }
  .select-wrapper::before {
    content: '';
    color: black;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 16px;
    width: 18px;
    height: 8px;
    background-image: url("/img/selectdown.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
  }
  .select-wrapper .chosen {
    border: 1px solid black !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-color: transparent;
    display: block;
    position: relative;
    height: 40px;
    width: 100%;
    color: #0a0a0a;
    font-size: 0.625rem;
    text-transform: uppercase;
    margin: 10px 0px;
    padding-left: 8px;
    -webkit-box-shadow: 0 6px 10px 0 transparent;
    -moz-box-shadow: 0 6px 10px 0 transparent;
    box-shadow: 0 6px 10px 0 transparent;
  }
}

/*************************
ANIMATIONS
*************************/
.BeforeScroll {
  opacity: 0;
}

.holder:nth-child(2) .fadeIn {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
}

.holder:nth-child(3) .fadeIn {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
}

.holder:nth-child(4) .fadeIn {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
}

@-webkit-keyframes arrow-movement {
  0% {
    opacity: 0.2;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

@-moz-keyframes arrow-movement {
  0% {
    opacity: 0.2;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

@-o-keyframes arrow-movement {
  0% {
    opacity: 0.2;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

@keyframes arrow-movement {
  0% {
    opacity: 0.2;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

.fadeIn {
  visibility: hidden;
  -webkit-animation: fadeIn 0.4s 0.3s forwards;
  -moz-animation: fadeIn 0.4s 0.3s forwards;
  -o-animation: fadeIn 0.4s 0.3s forwards;
  animation: fadeIn 0.4s 0.3s forwards;
}

.circle {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: white;
  margin: 0 auto;
  position: relative;
  top: -30px;
  overflow: hidden;
}

.circle .arrow {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0 !important;
  -webkit-animation: arrow-movement 1s infinite alternate ease-in-out;
  -moz-animation: arrow-movement 1s infinite alternate ease-in-out;
  -o-animation: arrow-movement 1s infinite alternate ease-in-out;
  animation: arrow-movement 1s infinite alternate ease-in-out;
  margin-left: -10px;
  margin-top: -10px;
}

.circle .arrow:before,
.circle .arrow:after {
  background: black;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 10px;
}

.circle .arrow:before {
  transform: rotate(45deg) translateX(-23%);
  transform-origin: top left;
}

.circle .arrow:after {
  transform: rotate(-45deg) translateX(23%);
  transform-origin: top right;
}

/*************************
ABOUT
*************************/
.about-images div {
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .about-images div {
    margin: 20px 0px 0px 0px;
    height: 300px;
  }
}

@media screen and (max-width: 39.9375em) {
  .about h1, .about h2, .about h4, .about p {
    text-align: left !important;
  }
  .about h2 {
    padding: 0px;
  }
  .about .personalizedservice h3, .about .personalizedservice p {
    text-align: center !important;
  }
  .about .negative {
    margin-top: 30px !important;
  }
  .about-description {
    margin-bottom: 50px;
  }
  .about-images div {
    margin: 20px 0px 0px 0px;
    height: 160px;
  }
  .about-images div:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .about-left {
    text-align: left;
  }
}

#ui-datepicker-div {
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 39.9375em) {
  #ui-datepicker-div {
    margin: 0;
    width: 90%;
  }
}

.ui-datepicker-header {
  height: 45px;
  color: #2BB7EA;
  background: #2BB7EA;
  padding-top: 15px;
}

.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  cursor: pointer;
  overflow: hidden;
  margin-top: -2px;
  line-height: 50px;
}

.ui-datepicker-header .ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}

.ui-datepicker-header .ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}

.ui-datepicker-header .ui-datepicker-prev.ui-state-disabled {
  visibility: hidden;
}

.ui-datepicker-header .ui-datepicker-next {
  float: right;
  margin-right: 12px;
}

.ui-datepicker-header .ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}

.ui-datepicker-header .ui-datepicker-prev:after,
.ui-datepicker-header .ui-datepicker-next:after {
  content: '';
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
}

.ui-datepicker-header .ui-datepicker-prev:hover,
.ui-datepicker-header .ui-datepicker-next:hover,
.ui-datepicker-header .ui-datepicker-prev:hover:after,
.ui-datepicker-header .ui-datepicker-next:hover:after {
  border-color: #2BB7EA;
}

.ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #2BB7EA !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
}

.ui-datepicker-header .ui-datepicker-title span {
  color: white !important;
}

.ui-datepicker-calendar {
  width: 280px;
  text-align: center;
  background-color: #f7f7f7;
  margin-bottom: 0;
  padding: 30px;
}

@media screen and (max-width: 39.9375em) {
  .ui-datepicker-calendar {
    width: 280px !important;
    padding: 15px;
  }
}

.ui-datepicker-calendar thead tr th {
  padding: 0;
}

.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 40px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 13px;
  color: #2BB7EA;
}

.ui-datepicker-calendar tbody {
  background-color: transparent;
}

.ui-datepicker-calendar tbody tr {
  background-color: transparent !important;
}

.ui-datepicker-calendar tbody td {
  padding: 0 !important;
  background-color: transparent;
}

.ui-datepicker-calendar .ui-state-default {
  display: block;
  text-decoration: none;
  color: #2BB7EA;
  line-height: 28px;
  font-size: 12px;
}

.ui-datepicker-calendar .ui-state-default:hover {
  background: rgba(0, 0, 0, 0.08);
}

.ui-datepicker-calendar .ui-state-highlight {
  color: #2BB7EA;
}

.ui-datepicker-calendar .ui-state-active {
  color: white;
  background-color: #2BB7EA;
}

.ui-datepicker-calendar .ui-state-active:hover {
  color: white;
  background-color: #2BB7EA;
  opacity: 1;
}

.ui-datepicker-calendar .ui-datepicker-unselectable .ui-state-default {
  opacity: 0.15;
}

.ui-datepicker-calendar .ui-datepicker-unselectable .ui-state-default:hover {
  color: #2BB7EA;
  background-color: transparent;
  opacity: 0.15;
}

.ui-datepicker-calendar table tbody tr:nth-child(even) {
  background-color: transparent !important;
}

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

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

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

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

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

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

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  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: "←";
}

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

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

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

.slick-next:before {
  content: "→";
}

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 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: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

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

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

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.carSlide {
  cursor: pointer;
}

.carSlide .slick-dots {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fullscreenSlider {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  right: 0 !important;
  bottom: 0 !important;
  min-width: 90% !important;
  height: 90% !important;
  z-index: 999999999999999 !important;
  padding: 0 !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.fullscreenSlider .slide {
  width: 100%;
  height: 100vh !important;
}

.has-tip {
  outline: none;
  border: 0;
}

.tooltip {
  background: #2BB7EA;
  font-size: 16px;
  min-width: 300px !important;
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2BB7EA transparent transparent;
}

.tooltip::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #2BB7EA;
}

.reveal {
  background: #F7F7F7;
  z-index: 99999999999999999999;
}

.reveal button span {
  font-size: 30px;
  display: block;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.reveal .icon_modal {
  position: absolute;
  max-width: 54px;
  margin-left: -80px;
}

.reachtext ul {
  list-style: none;
  padding: 0;
  position: relative;
  margin: 10px 0 0 0;
}

.reachtext ul:before {
  content: url("../../../img/marker.svg");
  position: absolute;
  margin-left: -25px;
}

.reachtext ul:after {
  content: url("../../../img/marker.svg");
  position: absolute;
  margin-left: -25px;
  bottom: 3px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.reachtext ul li {
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  color: #838383;
}

.reachtext ul li:before {
  color: #2BB7EA;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  content: '|';
  margin-left: -20px;
  position: absolute;
  font-size: 9px;
}

.reachtext ul li:after {
  color: #2BB7EA;
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
  content: '|';
  margin-left: -20px;
  font-size: 9px;
  left: 0;
  position: absolute;
}

.reachtext ul li:last-of-type:before, .reachtext ul li:last-of-type:after, .reachtext ul li:first-of-type:before, .reachtext ul li:first-of-type:after {
  content: '';
}

.accordion .accordion-item a span.label:after {
  content: url("../../../img/arrow.svg");
  margin-left: 10px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.accordion .accordion-item.is-active a span.label:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.slick-prev {
  top: 50%;
  z-index: 99;
  right: 20px;
  height: 45px;
  left: 20px;
  background: url("../../../img/arrow-left.svg");
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slick-prev:before {
  content: '';
}

.slick-prev:hover {
  background: url("../../../img/arrow-left.svg");
}

.slick-next {
  top: 50%;
  z-index: 99;
  width: 20px;
  right: 20px;
  height: 45px;
  background: url("../../../img/arrow-left.svg");
  -webkit-transform: rotate(180deg) translateY(50%) translateX(0%);
  -moz-transform: rotate(180deg) translateY(50%) translateX(0%);
  -ms-transform: rotate(180deg) translateY(50%) translateX(0%);
  -o-transform: rotate(180deg) translateY(50%) translateX(0%);
  transform: rotate(180deg) translateY(50%) translateX(0%);
}

.slick-next:before {
  content: '';
}

.slick-next:hover {
  background: url("../../../img/arrow-left.svg");
}

.slick-next::before, .slick-prev::before {
  opacity: 1;
  font-size: 40px;
  -webkit-filter: drop-shadow(-5px -5px 5px #000);
  filter: drop-shadow(-5px -5px 5px #000);
}

.slick-dotted.slick-slider {
  margin-bottom: 10px !important;
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    max-width: 90% !important;
    left: 5% !important;
  }
  .reveal .row {
    max-width: 100% !important;
  }
  .reveal .close-button {
    z-index: 9999 !important;
    right: 0 !important;
    position: absolute !important;
    top: 0;
    right: 0;
    width: 30px;
  }
}

@media print, screen and (min-width: 64em) {
  .reveal {
    max-width: 80%;
    margin: 0 auto;
  }
}
