/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 11, ../sass/_00_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 30, ../sass/_00_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 43, ../sass/_00_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../sass/_00_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../sass/_00_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 79, ../sass/_00_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 91, ../sass/_00_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../sass/_00_normalize.scss */
a:focus, .giftcards .form-holder form fieldset .options .option.active a:focus, .giftcards .form-holder form fieldset .options .option a:focus:hover, .giftcards_view .form-holder form fieldset .options .option.active a:focus, .giftcards_view .form-holder form fieldset .options .option a:focus:hover {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 111, ../sass/_00_normalize.scss */
a:active, .giftcards .form-holder form fieldset .options .option.active a:active, .giftcards .form-holder form fieldset .options .option a:active:hover, .giftcards_view .form-holder form fieldset .options .option.active a:active, .giftcards_view .form-holder form fieldset .options .option a:active:hover,
a:hover,
.giftcards .form-holder form fieldset .options .option a:hover,
.giftcards_view .form-holder form fieldset .options .option a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 126, ../sass/_00_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 131, ../sass/_00_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 136, ../sass/_00_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 141, ../sass/_00_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 146, ../sass/_00_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 151, ../sass/_00_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, ../sass/_00_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 168, ../sass/_00_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 173, ../sass/_00_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 181, ../sass/_00_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 190, ../sass/_00_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 200, ../sass/_00_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 209, ../sass/_00_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 218, ../sass/_00_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 231, ../sass/_00_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 241, ../sass/_00_normalize.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 249, ../sass/_00_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 259, ../sass/_00_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 267, ../sass/_00_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 275, ../sass/_00_normalize.scss */
sup {
  top: -0.5em;
}

/* line 279, ../sass/_00_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 291, ../sass/_00_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 298, ../sass/_00_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 306, ../sass/_00_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 316, ../sass/_00_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 331, ../sass/_00_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 340, ../sass/_00_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 352, ../sass/_00_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 364, ../sass/_00_normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 372, ../sass/_00_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 384, ../sass/_00_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 398, ../sass/_00_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 413, ../sass/_00_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 425, ../sass/_00_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 440, ../sass/_00_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 453, ../sass/_00_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 465, ../sass/_00_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 479, ../sass/_00_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 491, ../sass/_00_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 500, ../sass/_00_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 511, ../sass/_00_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 524, ../sass/_00_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 548, ../sass/_00_normalize.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 556, ../sass/_00_normalize.scss */
html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 567, ../sass/_00_normalize.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 572, ../sass/_00_normalize.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 581, ../sass/_00_normalize.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
/* line 595, ../sass/_00_normalize.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 606, ../sass/_00_normalize.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 616, ../sass/_00_normalize.scss */
textarea {
  resize: vertical;
}

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?30413787");
  src: url("../fonts/fontello.eot?30413787#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?30413787") format("woff"), url("../fonts/fontello.ttf?30413787") format("truetype"), url("../fonts/fontello.svg?30413787#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'fontello';
    src: url("../fonts/fontello.svg?30413787#fontello") format("svg");
  }
}
/* line 21, ../sass/_01_fonts.scss */
[class^="fonticon-"]:before, [class*=" fonticon-"]:before, .fonticon:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 52, ../sass/_01_fonts.scss */
.fonticon-menu-arrow:before {
  content: '\e800';
}

/* line 53, ../sass/_01_fonts.scss */
.fonticon-menu-close:before {
  content: '\e801';
}

/* line 54, ../sass/_01_fonts.scss */
.fonticon-login:before {
  content: '\e802';
}

/*
  Icon Font: fontcustom
*/
@font-face {
  font-family: "fontcustom";
  src: url("../fonts/fontcustom.eot");
  src: url("../fonts/fontcustom.eot?#iefix") format("embedded-opentype"), url("../fonts/fontcustom.woff") format("woff"), url("../fonts/fontcustom.ttf") format("truetype"), url("../fonts/fontcustom.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "fontcustom";
    src: url("../fonts/fontcustom.svg#fontcustom") format("svg");
  }
}
/* line 78, ../sass/_01_fonts.scss */
[data-icon]:before {
  content: attr(data-icon);
}

/* line 79, ../sass/_01_fonts.scss */
[data-icon]:before,
.fc-icon-star:before {
  display: inline-block;
  font-family: "fontcustom";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 94, ../sass/_01_fonts.scss */
.fc-icon-star:before {
  content: "\f100";
}

/*
  Icon Font: icons
*/
@font-face {
  font-family: "icons";
  src: url("../fonts/icons_0f9d44425d2d7e2295fd21c7ea1c89d1.eot");
  src: url("../fonts/icons_0f9d44425d2d7e2295fd21c7ea1c89d1.eot?#iefix") format("embedded-opentype"), url("../fonts/icons_0f9d44425d2d7e2295fd21c7ea1c89d1.woff") format("woff"), url("../fonts/icons_0f9d44425d2d7e2295fd21c7ea1c89d1.ttf") format("truetype"), url("../fonts/icons_0f9d44425d2d7e2295fd21c7ea1c89d1.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "icons";
    src: url("../fonts/icons_0f9d44425d2d7e2295fd21c7ea1c89d1.svg#icons") format("svg");
  }
}
/* line 118, ../sass/_01_fonts.scss */
[data-icon]:before {
  content: attr(data-icon);
}

/* line 120, ../sass/_01_fonts.scss */
[data-icon]:before,
.icons-order-arrow:before,
.icons-order-card:before,
.icons-order-datetime:before,
.icons-order-location:before,
.icons-order-optional:before,
.icons-order-service:before,
.icons-star:before {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 142, ../sass/_01_fonts.scss */
.icons-order-arrow:before {
  content: "\f104";
}

/* line 143, ../sass/_01_fonts.scss */
.icons-order-card:before {
  content: "\f105";
}

/* line 144, ../sass/_01_fonts.scss */
.icons-order-datetime:before {
  content: "\f101";
}

/* line 145, ../sass/_01_fonts.scss */
.icons-order-location:before {
  content: "\f102";
}

/* line 146, ../sass/_01_fonts.scss */
.icons-order-optional:before {
  content: "\f103";
}

/* line 147, ../sass/_01_fonts.scss */
.icons-order-service:before {
  content: "\f100";
}

/* line 148, ../sass/_01_fonts.scss */
.icons-star:before {
  content: "\f106";
}

/* UTILIZADO EM ALGUNS TEXTOS */
/* UTILIZADO EM ALGUNS TEXTOS */
/* line 12, ../sass/_01_main.scss */
html {
  min-width: 320px;
}
@media only screen and (max-device-width: 480px) {
  /* line 12, ../sass/_01_main.scss */
  html {
    overflow-x: hidden;
  }
}

/* line 20, ../sass/_01_main.scss */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: #000;
  font-family: "Montserrat";
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Custom, iPhone Retina */
  /* Medium Devices / Desktops */
  /* Large Devices */
}
@media only screen and (max-device-width: 480px) {
  /* line 20, ../sass/_01_main.scss */
  body {
    overflow-x: hidden;
  }
}
/* line 36, ../sass/_01_main.scss */
body.visible {
  visibility: visible;
}
@media only screen and (min-width: 320px) {
  /* line 20, ../sass/_01_main.scss */
  body {
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 20, ../sass/_01_main.scss */
  body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 20, ../sass/_01_main.scss */
  body {
    font-size: 14px;
  }
}

/* line 56, ../sass/_01_main.scss */
input, button {
  font-family: "Montserrat";
  -webkit-font-smoothing: antialiased;
  outline: 0;
}

/* line 63, ../sass/_01_main.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
}
/* line 66, ../sass/_01_main.scss */
h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, .h1.align-left, .h2.align-left, .h3.align-left, .h4.align-left, .h5.align-left, .h6.align-left {
  text-align: left;
}
/* line 70, ../sass/_01_main.scss */
h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, .h1.align-center, .h2.align-center, .h3.align-center, .h4.align-center, .h5.align-center, .h6.align-center {
  text-align: center;
}

/* line 75, ../sass/_01_main.scss */
h1, .h1 {
  font-size: 35px;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  /* line 75, ../sass/_01_main.scss */
  h1, .h1 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 75, ../sass/_01_main.scss */
  h1, .h1 {
    font-size: 22px;
  }
}

/* line 88, ../sass/_01_main.scss */
h2, .h2 {
  font-size: 30px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 767px) {
  /* line 88, ../sass/_01_main.scss */
  h2, .h2 {
    font-size: 20px;
  }
}

/* line 99, ../sass/_01_main.scss */
h4, .h4 {
  font-size: 2em;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  /* line 99, ../sass/_01_main.scss */
  h4, .h4 {
    font-size: 15px;
  }
}

/* line 108, ../sass/_01_main.scss */
h5, .h5 {
  font-size: 1em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

/* line 115, ../sass/_01_main.scss */
h6, .h6 {
  font-size: 0.8em;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
}

/* line 122, ../sass/_01_main.scss */
h6.smaller {
  font-size: 0.7em;
  margin-top: 7px;
}

/* line 127, ../sass/_01_main.scss */
p {
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
/* line 133, ../sass/_01_main.scss */
p.title {
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
@media only screen and (min-width: 992px) {
  /* line 133, ../sass/_01_main.scss */
  p.title {
    font-size: 13px;
  }
}
/* line 143, ../sass/_01_main.scss */
p.gray {
  color: #7d8091;
}
/* line 147, ../sass/_01_main.scss */
p.center {
  text-align: center;
}

/* line 152, ../sass/_01_main.scss */
li {
  -webkit-font-smoothing: antialiased;
}

/* line 156, ../sass/_01_main.scss */
p.title-holder {
  margin: 0;
}

/* line 159, ../sass/_01_main.scss */
p a, p .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active p a, p .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option p a:hover, p .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active p a, p .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option p a:hover, p a:visited, p .giftcards .form-holder form fieldset .options .option.active a:visited, .giftcards .form-holder form fieldset .options .option.active p a:visited, p .giftcards .form-holder form fieldset .options .option a:visited:hover, .giftcards .form-holder form fieldset .options .option p a:visited:hover, p .giftcards_view .form-holder form fieldset .options .option.active a:visited, .giftcards_view .form-holder form fieldset .options .option.active p a:visited, p .giftcards_view .form-holder form fieldset .options .option a:visited:hover, .giftcards_view .form-holder form fieldset .options .option p a:visited:hover, p a:active, p .giftcards .form-holder form fieldset .options .option.active a:active, .giftcards .form-holder form fieldset .options .option.active p a:active, p .giftcards .form-holder form fieldset .options .option a:active:hover, .giftcards .form-holder form fieldset .options .option p a:active:hover, p .giftcards_view .form-holder form fieldset .options .option.active a:active, .giftcards_view .form-holder form fieldset .options .option.active p a:active, p .giftcards_view .form-holder form fieldset .options .option a:active:hover, .giftcards_view .form-holder form fieldset .options .option p a:active:hover {
  color: #000;
  font-weight: bold;
}
/* line 163, ../sass/_01_main.scss */
p a.underline, p .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active p a, p .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option p a:hover, p .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active p a, p .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option p a:hover, p a:visited.underline, p .giftcards .form-holder form fieldset .options .option.active a:visited, .giftcards .form-holder form fieldset .options .option.active p a:visited, p .giftcards .form-holder form fieldset .options .option a:visited:hover, .giftcards .form-holder form fieldset .options .option p a:visited:hover, p .giftcards_view .form-holder form fieldset .options .option.active a:visited, .giftcards_view .form-holder form fieldset .options .option.active p a:visited, p .giftcards_view .form-holder form fieldset .options .option a:visited:hover, .giftcards_view .form-holder form fieldset .options .option p a:visited:hover, p a:active.underline, p .giftcards .form-holder form fieldset .options .option.active a:active, .giftcards .form-holder form fieldset .options .option.active p a:active, p .giftcards .form-holder form fieldset .options .option a:active:hover, .giftcards .form-holder form fieldset .options .option p a:active:hover, p .giftcards_view .form-holder form fieldset .options .option.active a:active, .giftcards_view .form-holder form fieldset .options .option.active p a:active, p .giftcards_view .form-holder form fieldset .options .option a:active:hover, .giftcards_view .form-holder form fieldset .options .option p a:active:hover {
  text-decoration: underline;
}
/* line 167, ../sass/_01_main.scss */
p a:hover, p .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option p a:hover, p .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option p a:hover, p a:visited:hover, p .giftcards .form-holder form fieldset .options .option a:visited:hover, .giftcards .form-holder form fieldset .options .option p a:visited:hover, p .giftcards_view .form-holder form fieldset .options .option a:visited:hover, .giftcards_view .form-holder form fieldset .options .option p a:visited:hover, p a:active:hover, p .giftcards .form-holder form fieldset .options .option a:active:hover, .giftcards .form-holder form fieldset .options .option p a:active:hover, p .giftcards_view .form-holder form fieldset .options .option a:active:hover, .giftcards_view .form-holder form fieldset .options .option p a:active:hover {
  color: #000;
  text-decoration: underline;
}

/* line 172, ../sass/_01_main.scss */
div.title1, span.title1, a.title1, .giftcards .form-holder form fieldset .options .option.active a.title1, .giftcards .form-holder form fieldset .options .option a.title1:hover, .giftcards_view .form-holder form fieldset .options .option.active a.title1, .giftcards_view .form-holder form fieldset .options .option a.title1:hover, a.title1:visited, .giftcards .form-holder form fieldset .options .option.active a.title1:visited, .giftcards .form-holder form fieldset .options .option a.title1:visited:hover, .giftcards_view .form-holder form fieldset .options .option.active a.title1:visited, .giftcards_view .form-holder form fieldset .options .option a.title1:visited:hover {
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
}
/* line 179, ../sass/_01_main.scss */
div.title1:hover,
div.title1 a,
div.title1 .giftcards .form-holder form fieldset .options .option.active a,
.giftcards .form-holder form fieldset .options .option.active div.title1 a,
div.title1 .giftcards .form-holder form fieldset .options .option a:hover,
.giftcards .form-holder form fieldset .options .option div.title1 a:hover,
div.title1 .giftcards_view .form-holder form fieldset .options .option.active a,
.giftcards_view .form-holder form fieldset .options .option.active div.title1 a,
div.title1 .giftcards_view .form-holder form fieldset .options .option a:hover,
.giftcards_view .form-holder form fieldset .options .option div.title1 a:hover, div.title1 a:visited, div.title1 .giftcards .form-holder form fieldset .options .option.active a:visited, .giftcards .form-holder form fieldset .options .option.active div.title1 a:visited, div.title1 .giftcards .form-holder form fieldset .options .option a:visited:hover, .giftcards .form-holder form fieldset .options .option div.title1 a:visited:hover, div.title1 .giftcards_view .form-holder form fieldset .options .option.active a:visited, .giftcards_view .form-holder form fieldset .options .option.active div.title1 a:visited, div.title1 .giftcards_view .form-holder form fieldset .options .option a:visited:hover, .giftcards_view .form-holder form fieldset .options .option div.title1 a:visited:hover, div.title1 a:hover, div.title1 .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option div.title1 a:hover, div.title1 .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option div.title1 a:hover, span.title1:hover,
span.title1 a,
span.title1 .giftcards .form-holder form fieldset .options .option.active a,
.giftcards .form-holder form fieldset .options .option.active span.title1 a,
span.title1 .giftcards .form-holder form fieldset .options .option a:hover,
.giftcards .form-holder form fieldset .options .option span.title1 a:hover,
span.title1 .giftcards_view .form-holder form fieldset .options .option.active a,
.giftcards_view .form-holder form fieldset .options .option.active span.title1 a,
span.title1 .giftcards_view .form-holder form fieldset .options .option a:hover,
.giftcards_view .form-holder form fieldset .options .option span.title1 a:hover, span.title1 a:visited, span.title1 .giftcards .form-holder form fieldset .options .option.active a:visited, .giftcards .form-holder form fieldset .options .option.active span.title1 a:visited, span.title1 .giftcards .form-holder form fieldset .options .option a:visited:hover, .giftcards .form-holder form fieldset .options .option span.title1 a:visited:hover, span.title1 .giftcards_view .form-holder form fieldset .options .option.active a:visited, .giftcards_view .form-holder form fieldset .options .option.active span.title1 a:visited, span.title1 .giftcards_view .form-holder form fieldset .options .option a:visited:hover, .giftcards_view .form-holder form fieldset .options .option span.title1 a:visited:hover, span.title1 a:hover, span.title1 .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option span.title1 a:hover, span.title1 .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option span.title1 a:hover, a.title1:hover, .giftcards .form-holder form fieldset .options .option a.title1:hover, .giftcards_view .form-holder form fieldset .options .option a.title1:hover,
a.title1 a,
.giftcards .form-holder form fieldset .options .option a.title1:hover a,
.giftcards_view .form-holder form fieldset .options .option a.title1:hover a,
a.title1 .giftcards .form-holder form fieldset .options .option.active a,
.giftcards .form-holder form fieldset .options .option.active a.title1 a,
a.title1 .giftcards .form-holder form fieldset .options .option a:hover,
.giftcards .form-holder form fieldset .options .option a.title1 a:hover,
a.title1 .giftcards_view .form-holder form fieldset .options .option.active a,
.giftcards_view .form-holder form fieldset .options .option.active a.title1 a,
a.title1 .giftcards_view .form-holder form fieldset .options .option a:hover,
.giftcards_view .form-holder form fieldset .options .option a.title1 a:hover, a.title1 a:visited, .giftcards .form-holder form fieldset .options .option a.title1:hover a:visited, .giftcards_view .form-holder form fieldset .options .option a.title1:hover a:visited, a.title1 .giftcards .form-holder form fieldset .options .option.active a:visited, .giftcards .form-holder form fieldset .options .option.active a.title1 a:visited, a.title1 .giftcards .form-holder form fieldset .options .option a:visited:hover, .giftcards .form-holder form fieldset .options .option a.title1 a:visited:hover, a.title1 .giftcards_view .form-holder form fieldset .options .option.active a:visited, .giftcards_view .form-holder form fieldset .options .option.active a.title1 a:visited, a.title1 .giftcards_view .form-holder form fieldset .options .option a:visited:hover, .giftcards_view .form-holder form fieldset .options .option a.title1 a:visited:hover, a.title1 a:hover, a.title1 .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option a.title1 a:hover, a.title1 .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option a.title1 a:hover, a.title1:visited:hover, .giftcards .form-holder form fieldset .options .option a.title1:visited:hover, .giftcards_view .form-holder form fieldset .options .option a.title1:visited:hover,
a.title1:visited a,
.giftcards .form-holder form fieldset .options .option a.title1:visited:hover a,
.giftcards_view .form-holder form fieldset .options .option a.title1:visited:hover a,
a.title1:visited .giftcards .form-holder form fieldset .options .option.active a,
.giftcards .form-holder form fieldset .options .option.active a.title1:visited a,
a.title1:visited .giftcards .form-holder form fieldset .options .option a:hover,
.giftcards .form-holder form fieldset .options .option a.title1:visited a:hover,
a.title1:visited .giftcards_view .form-holder form fieldset .options .option.active a,
.giftcards_view .form-holder form fieldset .options .option.active a.title1:visited a,
a.title1:visited .giftcards_view .form-holder form fieldset .options .option a:hover,
.giftcards_view .form-holder form fieldset .options .option a.title1:visited a:hover, a.title1:visited a:visited, .giftcards .form-holder form fieldset .options .option a.title1:visited:hover a:visited, .giftcards_view .form-holder form fieldset .options .option a.title1:visited:hover a:visited, a.title1:visited .giftcards .form-holder form fieldset .options .option.active a:visited, .giftcards .form-holder form fieldset .options .option.active a.title1:visited a:visited, a.title1:visited .giftcards .form-holder form fieldset .options .option a:visited:hover, .giftcards .form-holder form fieldset .options .option a.title1:visited a:visited:hover, a.title1:visited .giftcards_view .form-holder form fieldset .options .option.active a:visited, .giftcards_view .form-holder form fieldset .options .option.active a.title1:visited a:visited, a.title1:visited .giftcards_view .form-holder form fieldset .options .option a:visited:hover, .giftcards_view .form-holder form fieldset .options .option a.title1:visited a:visited:hover, a.title1:visited a:hover, a.title1:visited .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option a.title1:visited a:hover, a.title1:visited .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option a.title1:visited a:hover {
  color: #45bbfc;
}
/* line 184, ../sass/_01_main.scss */
div.title1.big, span.title1.big, a.title1.big, .giftcards .form-holder form fieldset .options .option.active a.title1.big, .giftcards .form-holder form fieldset .options .option a.title1.big:hover, .giftcards_view .form-holder form fieldset .options .option.active a.title1.big, .giftcards_view .form-holder form fieldset .options .option a.title1.big:hover, a.title1:visited.big, .giftcards .form-holder form fieldset .options .option.active a.title1:visited.big, .giftcards .form-holder form fieldset .options .option a.title1:visited.big:hover, .giftcards_view .form-holder form fieldset .options .option.active a.title1:visited.big, .giftcards_view .form-holder form fieldset .options .option a.title1:visited.big:hover {
  padding: 8px 10px;
  font-size: 13px;
  /* Small Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 768px) {
  /* line 184, ../sass/_01_main.scss */
  div.title1.big, span.title1.big, a.title1.big, .giftcards .form-holder form fieldset .options .option.active a.title1.big, .giftcards .form-holder form fieldset .options .option a.title1.big:hover, .giftcards_view .form-holder form fieldset .options .option.active a.title1.big, .giftcards_view .form-holder form fieldset .options .option a.title1.big:hover, a.title1:visited.big, .giftcards .form-holder form fieldset .options .option.active a.title1:visited.big, .giftcards .form-holder form fieldset .options .option a.title1:visited.big:hover, .giftcards_view .form-holder form fieldset .options .option.active a.title1:visited.big, .giftcards_view .form-holder form fieldset .options .option a.title1:visited.big:hover {
    padding: 9px 11px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 184, ../sass/_01_main.scss */
  div.title1.big, span.title1.big, a.title1.big, .giftcards .form-holder form fieldset .options .option.active a.title1.big, .giftcards .form-holder form fieldset .options .option a.title1.big:hover, .giftcards_view .form-holder form fieldset .options .option.active a.title1.big, .giftcards_view .form-holder form fieldset .options .option a.title1.big:hover, a.title1:visited.big, .giftcards .form-holder form fieldset .options .option.active a.title1:visited.big, .giftcards .form-holder form fieldset .options .option a.title1:visited.big:hover, .giftcards_view .form-holder form fieldset .options .option.active a.title1:visited.big, .giftcards_view .form-holder form fieldset .options .option a.title1:visited.big:hover {
    padding: 10px 12px;
    height: 71px;
  }
  /* line 200, ../sass/_01_main.scss */
  div.title1.big.arrow i, span.title1.big.arrow i, a.title1.big.arrow i, .giftcards .form-holder form fieldset .options .option.active a.title1.big.arrow i, .giftcards .form-holder form fieldset .options .option a.title1.big.arrow:hover i, .giftcards_view .form-holder form fieldset .options .option.active a.title1.big.arrow i, .giftcards_view .form-holder form fieldset .options .option a.title1.big.arrow:hover i, a.title1:visited.big.arrow i, .giftcards .form-holder form fieldset .options .option.active a.title1:visited.big.arrow i, .giftcards .form-holder form fieldset .options .option a.title1:visited.big.arrow:hover i, .giftcards_view .form-holder form fieldset .options .option.active a.title1:visited.big.arrow i, .giftcards_view .form-holder form fieldset .options .option a.title1:visited.big.arrow:hover i {
    left: 16px;
  }
}
/* line 207, ../sass/_01_main.scss */
div.title1.black, span.title1.black, a.title1.black, .giftcards .form-holder form fieldset .options .option.active a.title1.black, .giftcards .form-holder form fieldset .options .option a.title1.black:hover, .giftcards_view .form-holder form fieldset .options .option.active a.title1.black, .giftcards_view .form-holder form fieldset .options .option a.title1.black:hover, a.title1:visited.black, .giftcards .form-holder form fieldset .options .option.active a.title1:visited.black, .giftcards .form-holder form fieldset .options .option a.title1:visited.black:hover, .giftcards_view .form-holder form fieldset .options .option.active a.title1:visited.black, .giftcards_view .form-holder form fieldset .options .option a.title1:visited.black:hover {
  color: #000;
}
/* line 211, ../sass/_01_main.scss */
div.title1.blue, span.title1.blue, a.title1.blue, .giftcards .form-holder form fieldset .options .option.active a.title1.blue, .giftcards .form-holder form fieldset .options .option a.title1.blue:hover, .giftcards_view .form-holder form fieldset .options .option.active a.title1.blue, .giftcards_view .form-holder form fieldset .options .option a.title1.blue:hover, a.title1:visited.blue, .giftcards .form-holder form fieldset .options .option.active a.title1:visited.blue, .giftcards .form-holder form fieldset .options .option a.title1:visited.blue:hover, .giftcards_view .form-holder form fieldset .options .option.active a.title1:visited.blue, .giftcards_view .form-holder form fieldset .options .option a.title1:visited.blue:hover {
  background: #45bbfc;
  color: #FFF;
}
/* line 215, ../sass/_01_main.scss */
div.title1.blue:hover, span.title1.blue:hover, a.title1.blue:hover, .giftcards .form-holder form fieldset .options .option a.title1.blue:hover, .giftcards_view .form-holder form fieldset .options .option a.title1.blue:hover, a.title1:visited.blue:hover, .giftcards .form-holder form fieldset .options .option a.title1:visited.blue:hover, .giftcards_view .form-holder form fieldset .options .option a.title1:visited.blue:hover {
  background: #45bbfc;
  color: #FFF;
}
/* line 221, ../sass/_01_main.scss */
div.title1.blue.arrow i, span.title1.blue.arrow i, a.title1.blue.arrow i, .giftcards .form-holder form fieldset .options .option.active a.title1.blue.arrow i, .giftcards .form-holder form fieldset .options .option a.title1.blue.arrow:hover i, .giftcards_view .form-holder form fieldset .options .option.active a.title1.blue.arrow i, .giftcards_view .form-holder form fieldset .options .option a.title1.blue.arrow:hover i, a.title1:visited.blue.arrow i, .giftcards .form-holder form fieldset .options .option.active a.title1:visited.blue.arrow i, .giftcards .form-holder form fieldset .options .option a.title1:visited.blue.arrow:hover i, .giftcards_view .form-holder form fieldset .options .option.active a.title1:visited.blue.arrow i, .giftcards_view .form-holder form fieldset .options .option a.title1:visited.blue.arrow:hover i {
  border-color: #45bbfc transparent transparent transparent;
}
/* line 227, ../sass/_01_main.scss */
div.title1.upper, span.title1.upper, a.title1.upper, .giftcards .form-holder form fieldset .options .option.active a.title1.upper, .giftcards .form-holder form fieldset .options .option a.title1.upper:hover, .giftcards_view .form-holder form fieldset .options .option.active a.title1.upper, .giftcards_view .form-holder form fieldset .options .option a.title1.upper:hover, a.title1:visited.upper, .giftcards .form-holder form fieldset .options .option.active a.title1:visited.upper, .giftcards .form-holder form fieldset .options .option a.title1:visited.upper:hover, .giftcards_view .form-holder form fieldset .options .option.active a.title1:visited.upper, .giftcards_view .form-holder form fieldset .options .option a.title1:visited.upper:hover {
  text-transform: uppercase;
}
/* line 231, ../sass/_01_main.scss */
div.title1.arrow, span.title1.arrow, a.title1.arrow, .giftcards .form-holder form fieldset .options .option.active a.title1.arrow, .giftcards .form-holder form fieldset .options .option a.title1.arrow:hover, .giftcards_view .form-holder form fieldset .options .option.active a.title1.arrow, .giftcards_view .form-holder form fieldset .options .option a.title1.arrow:hover, a.title1:visited.arrow, .giftcards .form-holder form fieldset .options .option.active a.title1:visited.arrow, .giftcards .form-holder form fieldset .options .option a.title1:visited.arrow:hover, .giftcards_view .form-holder form fieldset .options .option.active a.title1:visited.arrow, .giftcards_view .form-holder form fieldset .options .option a.title1:visited.arrow:hover {
  position: relative;
}
/* line 234, ../sass/_01_main.scss */
div.title1.arrow i, span.title1.arrow i, a.title1.arrow i, .giftcards .form-holder form fieldset .options .option.active a.title1.arrow i, .giftcards .form-holder form fieldset .options .option a.title1.arrow:hover i, .giftcards_view .form-holder form fieldset .options .option.active a.title1.arrow i, .giftcards_view .form-holder form fieldset .options .option a.title1.arrow:hover i, a.title1:visited.arrow i, .giftcards .form-holder form fieldset .options .option.active a.title1:visited.arrow i, .giftcards .form-holder form fieldset .options .option a.title1:visited.arrow:hover i, .giftcards_view .form-holder form fieldset .options .option.active a.title1:visited.arrow i, .giftcards_view .form-holder form fieldset .options .option a.title1:visited.arrow:hover i {
  position: absolute;
  bottom: -6px;
  left: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 11px 0 0;
  border-color: #83d3ff transparent transparent transparent;
}

/* line 245, ../sass/_01_main.scss */
.no-padding {
  padding: 0 !important;
}

/* line 250, ../sass/_01_main.scss */
a.underline, .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option a:hover, u.underline {
  border-bottom: 3px solid #000;
  text-decoration: none !important;
  padding: 2px;
  transition: color 150ms ease, border 150ms ease;
}
/* line 257, ../sass/_01_main.scss */
a.underline.white, .giftcards .form-holder form fieldset .options .option.active a.white, .giftcards .form-holder form fieldset .options .option a.white:hover, .giftcards_view .form-holder form fieldset .options .option.active a.white, .giftcards_view .form-holder form fieldset .options .option a.white:hover, u.underline.white {
  border-bottom-color: #FFF;
}
/* line 261, ../sass/_01_main.scss */
a.underline.gray, .giftcards .form-holder form fieldset .options .option.active a.gray, .giftcards .form-holder form fieldset .options .option a.gray:hover, .giftcards_view .form-holder form fieldset .options .option.active a.gray, .giftcards_view .form-holder form fieldset .options .option a.gray:hover, u.underline.gray {
  border-bottom-color: #7d8091;
}

/* line 266, ../sass/_01_main.scss */
a.underline:hover, .giftcards .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option a:hover {
  border-bottom: 3px solid #83d3ff;
  color: #83d3ff;
}

/* line 271, ../sass/_01_main.scss */
.title-hr {
  text-align: center;
}
/* line 274, ../sass/_01_main.scss */
.title-hr hr {
  width: 75%;
  border-top: 1px solid #000;
  margin: auto;
}
/* line 279, ../sass/_01_main.scss */
.title-hr p {
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  top: 36px;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  color: #000;
}

/* line 292, ../sass/_01_main.scss */
.highlight {
  position: relative;
  color: #fff;
}
/* line 301, ../sass/_01_main.scss */
.highlight.window-fixed .content {
  z-index: 1;
}
/* line 306, ../sass/_01_main.scss */
.highlight.small {
  height: 85px;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 479px) {
  /* line 306, ../sass/_01_main.scss */
  .highlight.small {
    height: 65px;
  }
}
/* line 315, ../sass/_01_main.scss */
.highlight .back {
  overflow: hidden;
}
/* line 318, ../sass/_01_main.scss */
.highlight .back .back-container {
  position: relative;
}
/* line 321, ../sass/_01_main.scss */
.highlight .back .back-container img, .highlight .back .back-container video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 330, ../sass/_01_main.scss */
.highlight .back .back-container.with-video img {
  display: none;
}
/* line 333, ../sass/_01_main.scss */
.mobile .highlight .back .back-container.with-video img {
  display: block;
}
/* line 340, ../sass/_01_main.scss */
.mobile .highlight .back .back-container.with-video video {
  display: none;
}
/* line 349, ../sass/_01_main.scss */
.highlight .content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 354, ../sass/_01_main.scss */
.highlight .content .container, .highlight .content .container-fluid {
  height: 100%;
}
/* line 358, ../sass/_01_main.scss */
.highlight .content .content-center {
  display: table;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 100px 0 30px;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 358, ../sass/_01_main.scss */
  .highlight .content .content-center {
    padding-top: 115px;
  }
}
/* line 368, ../sass/_01_main.scss */
.highlight .content .content-center > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 368, ../sass/_01_main.scss */
  .highlight .content .content-center > div {
    position: relative;
  }
}
/* line 381, ../sass/_01_main.scss */
.highlight .content .content-center h2, .highlight .content .content-center .h2 {
  text-indent: 0px;
  text-align: left;
  color: #FFF;
}
/* line 386, ../sass/_01_main.scss */
.highlight .content .content-center h2 small, .highlight .content .content-center .h2 small {
  font-size: 0.3em;
  color: #FFF;
}
/* line 392, ../sass/_01_main.scss */
.highlight .content .content-center h1, .highlight .content .content-center .h1 {
  text-indent: 0px;
  text-align: left;
  color: #FFF;
}
/* line 397, ../sass/_01_main.scss */
.highlight .content .content-center h1.center, .highlight .content .content-center .h1.center {
  text-align: center;
}
/* line 401, ../sass/_01_main.scss */
.highlight .content .content-center h1 small, .highlight .content .content-center .h1 small {
  font-size: 0.3em;
  color: #FFF;
}
/* line 405, ../sass/_01_main.scss */
.highlight .content .content-center h1 small.text-small, .highlight .content .content-center .h1 small.text-small {
  font-size: 14px;
}
/* line 411, ../sass/_01_main.scss */
.highlight .content .content-center h5, .highlight .content .content-center .h5 {
  margin: 3% 0 0;
  text-align: center;
  color: #FFF;
}
/* line 417, ../sass/_01_main.scss */
.highlight .content .content-center p {
  text-align: left;
}
/* line 422, ../sass/_01_main.scss */
.highlight .content .bottom {
  position: relative;
  top: -120px;
}
@media only screen and (max-height: 690px) {
  /* line 422, ../sass/_01_main.scss */
  .highlight .content .bottom {
    top: -100px;
  }
}
/* line 430, ../sass/_01_main.scss */
.highlight .content .bottom form {
  display: flex;
  width: 340px;
  margin: auto;
}
/* line 435, ../sass/_01_main.scss */
.highlight .content .bottom form input {
  flex: 1;
  width: 204px;
  height: 63px;
  line-height: 63px;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.4);
  border: 2px solid #FFF;
  border-radius: 1px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-height: 690px) {
  /* line 435, ../sass/_01_main.scss */
  .highlight .content .bottom form input {
    height: 50px;
    line-height: 50px;
  }
}
/* line 461, ../sass/_01_main.scss */
.highlight .content .bottom form input::-webkit-input-placeholder {
  color: #FFF;
}
/* line 465, ../sass/_01_main.scss */
.highlight .content .bottom form input:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
  opacity: 1;
  font-weight: bold;
}
/* line 471, ../sass/_01_main.scss */
.highlight .content .bottom form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
  opacity: 1;
  font-weight: bold;
}
/* line 477, ../sass/_01_main.scss */
.highlight .content .bottom form input:-ms-input-placeholder {
  color: #FFF;
  opacity: 1;
  font-weight: bold;
}
/* line 484, ../sass/_01_main.scss */
.highlight .content .bottom form button {
  flex: 1;
  display: block;
  background: #83d3ff;
  border-radius: 0;
  color: #000;
  height: 63px;
  border: 2px solid #FFF;
  margin: 0 0 0 -2px;
  padding: 0;
  font-size: 14px;
  line-height: 59px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-height: 690px) {
  /* line 484, ../sass/_01_main.scss */
  .highlight .content .bottom form button {
    height: 50px;
    line-height: 46px;
  }
}
/* line 506, ../sass/_01_main.scss */
.highlight .content .bottom form button:hover {
  background: #FFF;
  color: #000;
  transition: background 0.3s ease;
}

@-webkit-keyframes bounce {
  0% {
    opacity: 0.2;
  }
  40%, 50% {
    opacity: 1;
  }
  90%, 100% {
    opacity: 0.2;
  }
}
@-moz-keyframes bounce {
  0% {
    opacity: 0.2;
  }
  40%, 50% {
    opacity: 1;
  }
  90%, 100% {
    opacity: 0.2;
  }
}
@keyframes bounce {
  0% {
    opacity: 0.2;
  }
  40%, 50% {
    opacity: 1;
  }
  90%, 100% {
    opacity: 0.2;
  }
}
/* line 555, ../sass/_01_main.scss */
.content-highlight {
  position: relative;
}
/* line 558, ../sass/_01_main.scss */
.content-highlight .content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 563, ../sass/_01_main.scss */
.content-highlight .content .container {
  height: 100%;
}
/* line 567, ../sass/_01_main.scss */
.content-highlight .content .content-center {
  display: table;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 35px 0 50px;
}
@media only screen and (max-width: 991px) {
  /* line 567, ../sass/_01_main.scss */
  .content-highlight .content .content-center {
    padding: 0;
  }
}
/* line 577, ../sass/_01_main.scss */
.content-highlight .content .content-center > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
}
/* line 588, ../sass/_01_main.scss */
.content-highlight .back {
  overflow: hidden;
}
/* line 591, ../sass/_01_main.scss */
.content-highlight .back .back-container {
  position: relative;
}
/* line 594, ../sass/_01_main.scss */
.content-highlight .back .back-container img {
  width: 100%;
  height: 100%;
}

/* line 603, ../sass/_01_main.scss */
.content-hightlight.need-load .content, .highlight.need-load .content {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
/* line 609, ../sass/_01_main.scss */
.content-hightlight.need-load .back img, .highlight.need-load .back img {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

/* line 618, ../sass/_01_main.scss */
.btn-live-chat {
  position: fixed;
  z-index: 10;
  top: 50%;
  right: -40px;
  width: 110px;
  height: 35px;
  line-height: 35px;
  transform: rotate(-90deg);
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 618, ../sass/_01_main.scss */
  .btn-live-chat {
    width: 100px;
    height: 30px;
    right: -35px;
  }
}
/* line 632, ../sass/_01_main.scss */
.btn-live-chat a, .btn-live-chat .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .btn-live-chat a, .btn-live-chat .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .btn-live-chat a:hover, .btn-live-chat .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .btn-live-chat a, .btn-live-chat .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .btn-live-chat a:hover {
  display: block;
  width: 100%;
  height: 100%;
  background: #FFF;
  border: 1px solid #000;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  letter-spacing: 1px;
  font-size: 17px;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  line-height: 35px;
  text-align: center;
  color: #000;
  transition: background 0.2s linear, color 0.2s linear;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 632, ../sass/_01_main.scss */
  .btn-live-chat a, .btn-live-chat .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .btn-live-chat a, .btn-live-chat .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .btn-live-chat a:hover, .btn-live-chat .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .btn-live-chat a, .btn-live-chat .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .btn-live-chat a:hover {
    line-height: 30px;
    font-size: 13px;
  }
}
/* line 661, ../sass/_01_main.scss */
.btn-live-chat a:hover, .btn-live-chat .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .btn-live-chat a:hover, .btn-live-chat .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .btn-live-chat a:hover, .btn-live-chat a:active, .btn-live-chat .giftcards .form-holder form fieldset .options .option.active a:active, .giftcards .form-holder form fieldset .options .option.active .btn-live-chat a:active, .btn-live-chat .giftcards .form-holder form fieldset .options .option a:active:hover, .giftcards .form-holder form fieldset .options .option .btn-live-chat a:active:hover, .btn-live-chat .giftcards_view .form-holder form fieldset .options .option.active a:active, .giftcards_view .form-holder form fieldset .options .option.active .btn-live-chat a:active, .btn-live-chat .giftcards_view .form-holder form fieldset .options .option a:active:hover, .giftcards_view .form-holder form fieldset .options .option .btn-live-chat a:active:hover, .btn-live-chat a:visited, .btn-live-chat .giftcards .form-holder form fieldset .options .option.active a:visited, .giftcards .form-holder form fieldset .options .option.active .btn-live-chat a:visited, .btn-live-chat .giftcards .form-holder form fieldset .options .option a:visited:hover, .giftcards .form-holder form fieldset .options .option .btn-live-chat a:visited:hover, .btn-live-chat .giftcards_view .form-holder form fieldset .options .option.active a:visited, .giftcards_view .form-holder form fieldset .options .option.active .btn-live-chat a:visited, .btn-live-chat .giftcards_view .form-holder form fieldset .options .option a:visited:hover, .giftcards_view .form-holder form fieldset .options .option .btn-live-chat a:visited:hover, .btn-live-chat a:focus, .btn-live-chat .giftcards .form-holder form fieldset .options .option.active a:focus, .giftcards .form-holder form fieldset .options .option.active .btn-live-chat a:focus, .btn-live-chat .giftcards .form-holder form fieldset .options .option a:focus:hover, .giftcards .form-holder form fieldset .options .option .btn-live-chat a:focus:hover, .btn-live-chat .giftcards_view .form-holder form fieldset .options .option.active a:focus, .giftcards_view .form-holder form fieldset .options .option.active .btn-live-chat a:focus, .btn-live-chat .giftcards_view .form-holder form fieldset .options .option a:focus:hover, .giftcards_view .form-holder form fieldset .options .option .btn-live-chat a:focus:hover {
  text-decoration: none;
}
/* line 665, ../sass/_01_main.scss */
.btn-live-chat a:hover, .btn-live-chat .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .btn-live-chat a:hover, .btn-live-chat .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .btn-live-chat a:hover {
  background: #000;
  color: #FFF;
}

/* line 672, ../sass/_01_main.scss */
#preloader {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 1;
  transition: opacity 0.8s ease-in-out;
}
/* line 682, ../sass/_01_main.scss */
#preloader .spinner {
  position: relative;
  top: 45%;
  width: 95px;
  height: 95px;
  margin: 0 auto;
  margin-bottom: -45px;
  border-radius: 100%;
  -webkit-animation: rotation 0.750s infinite linear;
  -moz-animation: rotation 0.750s infinite linear;
  -o-animation: rotation 0.750s infinite linear;
  animation: rotation 0.750s infinite linear;
}
/* line 695, ../sass/_01_main.scss */
#preloader .spinner:before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  border-top: 1px solid #888888;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 3px solid transparent;
  border-radius: 100%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* line 728, ../sass/_01_main.scss */
.submenu {
  position: absolute;
  z-index: 16;
  top: 0;
  left: 10px;
  padding: 0;
}
/* line 734, ../sass/_01_main.scss */
.submenu ul {
  width: auto;
  margin: 0 0 40px;
  padding: 0;
  background: #FFF;
  border-top: 2px solid #EAEAEA;
  border-bottom: 2px solid #EAEAEA;
}
/* line 742, ../sass/_01_main.scss */
.submenu ul li {
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-top: 1px solid #EAEAEA;
  list-style: none;
}
/* line 751, ../sass/_01_main.scss */
.submenu ul li:first-child {
  border-top: 0;
}
/* line 758, ../sass/_01_main.scss */
.submenu ul li a, .submenu ul li .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .submenu ul li a, .submenu ul li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .submenu ul li a:hover, .submenu ul li .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .submenu ul li a, .submenu ul li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .submenu ul li a:hover {
  display: block;
  padding: 0 15px;
  background: #FFF;
  color: #000;
  font-size: 13px;
  font-family: "Montserrat";
  font-weight: normal;
  letter-spacing: 1px;
  transition: background 0.3s ease-in-out, color 0.1s linear;
  /* Large Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 758, ../sass/_01_main.scss */
  .submenu ul li a, .submenu ul li .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .submenu ul li a, .submenu ul li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .submenu ul li a:hover, .submenu ul li .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .submenu ul li a, .submenu ul li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .submenu ul li a:hover {
    padding: 0 15px;
    letter-spacing: 0px;
  }
}
/* line 782, ../sass/_01_main.scss */
.submenu ul li a:hover, .submenu ul li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .submenu ul li a:hover, .submenu ul li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .submenu ul li a:hover {
  color: #000;
  background: #eaeaea;
}
/* line 788, ../sass/_01_main.scss */
.submenu ul li a:hover, .submenu ul li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .submenu ul li a:hover, .submenu ul li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .submenu ul li a:hover, .submenu ul li.active a, .submenu ul li.active .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .submenu ul li.active a, .submenu ul li.active .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .submenu ul li.active a:hover, .submenu ul li.active .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .submenu ul li.active a, .submenu ul li.active .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .submenu ul li.active a:hover {
  color: #000;
  text-decoration: none;
}
/* line 793, ../sass/_01_main.scss */
.submenu ul li:first-child {
  border-top: none;
}
/* line 798, ../sass/_01_main.scss */
.submenu ul li:hover a, .submenu ul li:hover .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .submenu ul li:hover a, .submenu ul li:hover .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .submenu ul li:hover a:hover, .submenu ul li:hover .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .submenu ul li:hover a, .submenu ul li:hover .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .submenu ul li:hover a:hover {
  color: #000;
}

/* line 806, ../sass/_01_main.scss */
#devices-menu {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
/* line 816, ../sass/_01_main.scss */
#devices-menu .container {
  position: relative;
}
/* line 820, ../sass/_01_main.scss */
#devices-menu > ul {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}
/* line 828, ../sass/_01_main.scss */
#devices-menu > ul li {
  min-height: 38px;
  margin: 10px 0 0;
  text-align: center;
}
/* line 834, ../sass/_01_main.scss */
#devices-menu > ul li:first-child {
  margin-top: 0;
}
/* line 838, ../sass/_01_main.scss */
#devices-menu > ul li li {
  min-height: inherit;
}
/* line 842, ../sass/_01_main.scss */
#devices-menu > ul li a {
  position: relative;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  /* Custom, iPhone Retina */
  /* Extra Small Devices */
  /* Small Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 320px) {
  /* line 842, ../sass/_01_main.scss */
  #devices-menu > ul li a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 480px) {
  /* line 842, ../sass/_01_main.scss */
  #devices-menu > ul li a {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 842, ../sass/_01_main.scss */
  #devices-menu > ul li a {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 842, ../sass/_01_main.scss */
  #devices-menu > ul li a {
    font-size: 40px;
  }
}
/* line 869, ../sass/_01_main.scss */
#devices-menu > ul li a i {
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  margin-top: 10px;
  font-size: 6px;
  line-height: 1;
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
  /* Custom, iPhone Retina */
  /* Extra Small Devices */
  /* Small Devices */
}
@media only screen and (min-width: 320px) {
  /* line 869, ../sass/_01_main.scss */
  #devices-menu > ul li a i {
    right: -24px;
    margin-top: 10px;
    font-size: 8px;
  }
}
@media only screen and (min-width: 480px) {
  /* line 869, ../sass/_01_main.scss */
  #devices-menu > ul li a i {
    right: -27px;
    margin-top: 14px;
    font-size: 9px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 869, ../sass/_01_main.scss */
  #devices-menu > ul li a i {
    right: -40px;
    margin-top: 22px;
    font-size: 12px;
  }
}
/* line 906, ../sass/_01_main.scss */
#devices-menu > ul li a:hover {
  color: #FFF;
}
/* line 919, ../sass/_01_main.scss */
#devices-menu > ul li.sub.opened i {
  color: #83d3ff;
  transform: rotate(0deg);
}
/* line 925, ../sass/_01_main.scss */
#devices-menu > ul li.sub ul {
  overflow: hidden;
  height: 0;
  margin: 10px 0 0;
  padding-left: 0;
  transition: height 0.3s ease-in-out;
}
/* line 935, ../sass/_01_main.scss */
#devices-menu > ul li.sub ul li a {
  color: #7d8091;
  font-size: 15px;
  /* Custom, iPhone Retina */
  /* Extra Small Devices */
  /* Small Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 320px) {
  /* line 935, ../sass/_01_main.scss */
  #devices-menu > ul li.sub ul li a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 480px) {
  /* line 935, ../sass/_01_main.scss */
  #devices-menu > ul li.sub ul li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 935, ../sass/_01_main.scss */
  #devices-menu > ul li.sub ul li a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 935, ../sass/_01_main.scss */
  #devices-menu > ul li.sub ul li a {
    font-size: 20px;
  }
}

/* line 963, ../sass/_01_main.scss */
#devices-menu {
  z-index: 20;
}
/* line 966, ../sass/_01_main.scss */
#devices-menu .menu-close {
  position: absolute;
  top: 22px;
  right: 14px;
  z-index: 21;
  /* Extra Small Devices */
}
@media only screen and (min-width: 480px) {
  /* line 966, ../sass/_01_main.scss */
  #devices-menu .menu-close {
    right: 12px;
  }
}
/* line 976, ../sass/_01_main.scss */
#devices-menu .menu-close i {
  display: block;
  color: #FFF;
  font-size: 25px;
  /* Custom, iPhone Retina */
  /* Extra Small Devices */
}
@media only screen and (min-width: 320px) {
  /* line 976, ../sass/_01_main.scss */
  #devices-menu .menu-close i {
    font-size: 25px;
  }
}
@media only screen and (min-width: 480px) {
  /* line 976, ../sass/_01_main.scss */
  #devices-menu .menu-close i {
    font-size: 33px;
  }
}
/* line 992, ../sass/_01_main.scss */
#devices-menu .login i {
  top: -6px;
  left: -31px;
  right: 0;
  font-size: 18px;
  text-align: left;
  transform: rotate(0deg);
  /* Custom, iPhone Retina */
  /* Extra Small Devices */
  /* Small Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 320px) {
  /* line 992, ../sass/_01_main.scss */
  #devices-menu .login i {
    font-size: 18px;
  }
}
@media only screen and (min-width: 480px) {
  /* line 992, ../sass/_01_main.scss */
  #devices-menu .login i {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 992, ../sass/_01_main.scss */
  #devices-menu .login i {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 992, ../sass/_01_main.scss */
  #devices-menu .login i {
    font-size: 18px;
  }
}
/* line 1020, ../sass/_01_main.scss */
#devices-menu .signup a {
  color: #83d3ff;
}

/* line 1027, ../sass/_01_main.scss */
.driverAccount .fixed-bar-bottom,
.driverAccount footer {
  display: none;
}

/* line 1033, ../sass/_01_main.scss */
footer {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  background: #FFF;
}
/* line 1042, ../sass/_01_main.scss */
.bussiness-area footer {
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 1042, ../sass/_01_main.scss */
  .bussiness-area footer {
    display: none;
  }
}
/* line 1049, ../sass/_01_main.scss */
footer .top {
  padding: 30px 0 10px;
  text-align: center;
  /* Extra Small Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 480px) {
  /* line 1049, ../sass/_01_main.scss */
  footer .top {
    padding: 20px 0 30px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 1049, ../sass/_01_main.scss */
  footer .top {
    padding: 20px 0 30px;
  }
}
/* line 1063, ../sass/_01_main.scss */
footer .top .logo {
  height: 50px;
  margin: 0 auto 20px;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 1063, ../sass/_01_main.scss */
  footer .top .logo {
    height: 35px;
  }
}
/* line 1073, ../sass/_01_main.scss */
footer .top h4 {
  font-size: 22px;
  /* Extra Small Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 480px) {
  /* line 1073, ../sass/_01_main.scss */
  footer .top h4 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 1073, ../sass/_01_main.scss */
  footer .top h4 {
    font-size: 1.7em;
  }
}
/* line 1086, ../sass/_01_main.scss */
footer .top p {
  margin: 20px 0 30px;
  color: #7d8091;
  font-size: 16px;
  text-align: center;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 1086, ../sass/_01_main.scss */
  footer .top p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
  }
}
/* line 1102, ../sass/_01_main.scss */
footer .top .contact {
  margin: 40px 0 0;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 1102, ../sass/_01_main.scss */
  footer .top .contact {
    margin-top: 50px;
  }
}
/* line 1110, ../sass/_01_main.scss */
footer .top .contact p {
  margin: 0;
  color: #000;
  text-align: left;
  text-transform: uppercase;
}
/* line 1117, ../sass/_01_main.scss */
footer .top .contact .title {
  height: 15px;
  margin-bottom: 15px;
  /* Extra Small Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 480px) {
  /* line 1117, ../sass/_01_main.scss */
  footer .top .contact .title {
    height: 37px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 1117, ../sass/_01_main.scss */
  footer .top .contact .title {
    height: 37px;
  }
}
/* line 1131, ../sass/_01_main.scss */
footer .top .contact .title hr {
  border-top: 1px solid #ecedf3;
}
/* line 1135, ../sass/_01_main.scss */
footer .top .contact .title p {
  display: inline-block;
  position: relative;
  top: -36px;
  margin: auto;
  padding: 10px 30px;
  background: #FFF;
  color: #7d8091;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 1149, ../sass/_01_main.scss */
footer .top .contact .contact-option {
  max-width: 300px;
  margin: auto;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 1149, ../sass/_01_main.scss */
  footer .top .contact .contact-option {
    max-width: 270px;
  }
}
/* line 1159, ../sass/_01_main.scss */
footer .top .contact figure {
  float: left;
}
@media only screen and (max-width: 991px) {
  /* line 1159, ../sass/_01_main.scss */
  footer .top .contact figure {
    transform: scale(0.7);
    transform-origin: left;
    margin-right: -10px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1159, ../sass/_01_main.scss */
  footer .top .contact figure {
    transform: scale(1);
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
/* line 1175, ../sass/_01_main.scss */
footer .top .contact figcaption {
  float: left;
  margin: 10px 0 0 20px;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 1175, ../sass/_01_main.scss */
  footer .top .contact figcaption {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 1175, ../sass/_01_main.scss */
  footer .top .contact figcaption {
    margin-left: 0;
  }
}
/* line 1188, ../sass/_01_main.scss */
footer .top .contact figcaption p {
  font-size: 14px;
  /* Small Devices */
}
@media only screen and (max-width: 991px) {
  /* line 1188, ../sass/_01_main.scss */
  footer .top .contact figcaption p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1188, ../sass/_01_main.scss */
  footer .top .contact figcaption p {
    font-size: 13px;
  }
}
/* line 1201, ../sass/_01_main.scss */
footer .top .contact figcaption a, footer .top .contact figcaption .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active footer .top .contact figcaption a, footer .top .contact figcaption .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option footer .top .contact figcaption a:hover, footer .top .contact figcaption .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active footer .top .contact figcaption a, footer .top .contact figcaption .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option footer .top .contact figcaption a:hover {
  float: left;
  display: block;
  color: #60b8e8;
  text-align: left;
  font-size: 18px;
  /* Extra Small Devices */
  /* Small Devices */
}
@media only screen and (max-width: 991px) {
  /* line 1201, ../sass/_01_main.scss */
  footer .top .contact figcaption a, footer .top .contact figcaption .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active footer .top .contact figcaption a, footer .top .contact figcaption .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option footer .top .contact figcaption a:hover, footer .top .contact figcaption .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active footer .top .contact figcaption a, footer .top .contact figcaption .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option footer .top .contact figcaption a:hover {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1201, ../sass/_01_main.scss */
  footer .top .contact figcaption a, footer .top .contact figcaption .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active footer .top .contact figcaption a, footer .top .contact figcaption .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option footer .top .contact figcaption a:hover, footer .top .contact figcaption .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active footer .top .contact figcaption a, footer .top .contact figcaption .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option footer .top .contact figcaption a:hover {
    font-size: 14px;
  }
}
/* line 1222, ../sass/_01_main.scss */
footer .top .external-links {
  margin: auto;
  width: 338px;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 767px) {
  /* line 1222, ../sass/_01_main.scss */
  footer .top .external-links {
    width: auto;
    max-width: 338px;
  }
}
/* line 1232, ../sass/_01_main.scss */
footer .top .external-links img {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 767px) {
  /* line 1232, ../sass/_01_main.scss */
  footer .top .external-links img {
    width: 100%;
    height: auto;
  }
}
/* line 1240, ../sass/_01_main.scss */
footer .top .external-links > div {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 767px) {
  /* line 1240, ../sass/_01_main.scss */
  footer .top .external-links > div {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* line 1250, ../sass/_01_main.scss */
footer .bottom {
  margin: 10px 0 0;
  padding: 10px 0;
  background: #000;
  color: #FFF;
  font-size: 12px;
  font-weight: 200;
}
@media only screen and (max-width: 767px) {
  /* line 1260, ../sass/_01_main.scss */
  footer .bottom.with-fixed-bar {
    margin: 10px 0 50px;
  }
}
/* line 1266, ../sass/_01_main.scss */
footer .bottom p {
  float: left;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
/* line 1273, ../sass/_01_main.scss */
footer .bottom .share {
  float: left;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 1273, ../sass/_01_main.scss */
  footer .bottom .share {
    float: none;
    display: flex;
    justify-content: center;
  }
}
/* line 1283, ../sass/_01_main.scss */
footer .bottom .share p {
  margin: 0;
  line-height: 30px;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 1283, ../sass/_01_main.scss */
  footer .bottom .share p {
    font-size: 10px;
  }
}
/* line 1293, ../sass/_01_main.scss */
footer .bottom .share ul {
  float: left;
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}
/* line 1298, ../sass/_01_main.scss */
footer .bottom .share ul li {
  float: left;
  margin: 0 0 0 5px;
}
/* line 1302, ../sass/_01_main.scss */
footer .bottom .share ul li:first-child {
  margin-left: 0;
}
/* line 1306, ../sass/_01_main.scss */
footer .bottom .share ul li a, footer .bottom .share ul li .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active footer .bottom .share ul li a, footer .bottom .share ul li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option footer .bottom .share ul li a:hover, footer .bottom .share ul li .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active footer .bottom .share ul li a, footer .bottom .share ul li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option footer .bottom .share ul li a:hover, footer .bottom .share ul li i {
  display: block;
  background: #FFF;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
/* line 1318, ../sass/_01_main.scss */
footer .bottom .share ul li a .fa, footer .bottom .share ul li .giftcards .form-holder form fieldset .options .option.active a .fa, .giftcards .form-holder form fieldset .options .option.active footer .bottom .share ul li a .fa, footer .bottom .share ul li .giftcards .form-holder form fieldset .options .option a:hover .fa, .giftcards .form-holder form fieldset .options .option footer .bottom .share ul li a:hover .fa, footer .bottom .share ul li .giftcards_view .form-holder form fieldset .options .option.active a .fa, .giftcards_view .form-holder form fieldset .options .option.active footer .bottom .share ul li a .fa, footer .bottom .share ul li .giftcards_view .form-holder form fieldset .options .option a:hover .fa, .giftcards_view .form-holder form fieldset .options .option footer .bottom .share ul li a:hover .fa, footer .bottom .share ul li i .fa {
  display: inline-block;
  margin: -1px auto 0;
  vertical-align: middle;
  line-height: 30px;
}
/* line 1324, ../sass/_01_main.scss */
footer .bottom .share ul li a .fa.fa-twitter, footer .bottom .share ul li .giftcards .form-holder form fieldset .options .option.active a .fa.fa-twitter, .giftcards .form-holder form fieldset .options .option.active footer .bottom .share ul li a .fa.fa-twitter, footer .bottom .share ul li .giftcards .form-holder form fieldset .options .option a:hover .fa.fa-twitter, .giftcards .form-holder form fieldset .options .option footer .bottom .share ul li a:hover .fa.fa-twitter, footer .bottom .share ul li .giftcards_view .form-holder form fieldset .options .option.active a .fa.fa-twitter, .giftcards_view .form-holder form fieldset .options .option.active footer .bottom .share ul li a .fa.fa-twitter, footer .bottom .share ul li .giftcards_view .form-holder form fieldset .options .option a:hover .fa.fa-twitter, .giftcards_view .form-holder form fieldset .options .option footer .bottom .share ul li a:hover .fa.fa-twitter, footer .bottom .share ul li i .fa.fa-twitter {
  margin-right: -1px;
  margin-top: -1px;
}
/* line 1329, ../sass/_01_main.scss */
footer .bottom .share ul li a .fa.fa-facebook, footer .bottom .share ul li .giftcards .form-holder form fieldset .options .option.active a .fa.fa-facebook, .giftcards .form-holder form fieldset .options .option.active footer .bottom .share ul li a .fa.fa-facebook, footer .bottom .share ul li .giftcards .form-holder form fieldset .options .option a:hover .fa.fa-facebook, .giftcards .form-holder form fieldset .options .option footer .bottom .share ul li a:hover .fa.fa-facebook, footer .bottom .share ul li .giftcards_view .form-holder form fieldset .options .option.active a .fa.fa-facebook, .giftcards_view .form-holder form fieldset .options .option.active footer .bottom .share ul li a .fa.fa-facebook, footer .bottom .share ul li .giftcards_view .form-holder form fieldset .options .option a:hover .fa.fa-facebook, .giftcards_view .form-holder form fieldset .options .option footer .bottom .share ul li a:hover .fa.fa-facebook, footer .bottom .share ul li i .fa.fa-facebook {
  margin-left: -2px;
  margin-top: -2px;
}
/* line 1334, ../sass/_01_main.scss */
footer .bottom .share ul li a .fa.fa-linkedin, footer .bottom .share ul li .giftcards .form-holder form fieldset .options .option.active a .fa.fa-linkedin, .giftcards .form-holder form fieldset .options .option.active footer .bottom .share ul li a .fa.fa-linkedin, footer .bottom .share ul li .giftcards .form-holder form fieldset .options .option a:hover .fa.fa-linkedin, .giftcards .form-holder form fieldset .options .option footer .bottom .share ul li a:hover .fa.fa-linkedin, footer .bottom .share ul li .giftcards_view .form-holder form fieldset .options .option.active a .fa.fa-linkedin, .giftcards_view .form-holder form fieldset .options .option.active footer .bottom .share ul li a .fa.fa-linkedin, footer .bottom .share ul li .giftcards_view .form-holder form fieldset .options .option a:hover .fa.fa-linkedin, .giftcards_view .form-holder form fieldset .options .option footer .bottom .share ul li a:hover .fa.fa-linkedin, footer .bottom .share ul li i .fa.fa-linkedin {
  margin-top: -4px;
  margin-right: -1px;
}
/* line 1339, ../sass/_01_main.scss */
footer .bottom .share ul li a .fa.fa-google-plus, footer .bottom .share ul li .giftcards .form-holder form fieldset .options .option.active a .fa.fa-google-plus, .giftcards .form-holder form fieldset .options .option.active footer .bottom .share ul li a .fa.fa-google-plus, footer .bottom .share ul li .giftcards .form-holder form fieldset .options .option a:hover .fa.fa-google-plus, .giftcards .form-holder form fieldset .options .option footer .bottom .share ul li a:hover .fa.fa-google-plus, footer .bottom .share ul li .giftcards_view .form-holder form fieldset .options .option.active a .fa.fa-google-plus, .giftcards_view .form-holder form fieldset .options .option.active footer .bottom .share ul li a .fa.fa-google-plus, footer .bottom .share ul li .giftcards_view .form-holder form fieldset .options .option a:hover .fa.fa-google-plus, .giftcards_view .form-holder form fieldset .options .option footer .bottom .share ul li a:hover .fa.fa-google-plus, footer .bottom .share ul li i .fa.fa-google-plus {
  margin-right: -1px;
}
/* line 1348, ../sass/_01_main.scss */
footer .bottom .copyright {
  display: none;
  float: right;
}
@media only screen and (min-width: 768px) {
  /* line 1348, ../sass/_01_main.scss */
  footer .bottom .copyright {
    display: block;
  }
}
/* line 1357, ../sass/_01_main.scss */
footer .bottom .copyright p {
  color: #7b7b7b;
  line-height: 30px;
}
/* line 1361, ../sass/_01_main.scss */
footer .bottom .copyright p span {
  display: none;
}
@media only screen and (min-width: 550px) {
  /* line 1364, ../sass/_01_main.scss */
  footer .bottom .copyright p span.copy {
    display: inline;
  }
}
@media only screen and (min-width: 370px) {
  /* line 1370, ../sass/_01_main.scss */
  footer .bottom .copyright p span.year {
    display: inline;
  }
}

/* line 1381, ../sass/_01_main.scss */
.page-form {
  /* EXTRA GRID SYSTEM */
  /* Small Devices */
  /* END EXTRA GRID SYSTEM */
}
/* line 1382, ../sass/_01_main.scss */
.page-form input[type=password], .page-form input[type=text], .page-form input[type=number], .page-form input[type=email], .page-form input[type=tel], .page-form label, .page-form textarea {
  display: block;
  width: 100%;
}
/* line 1387, ../sass/_01_main.scss */
.page-form .alert {
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 1387, ../sass/_01_main.scss */
  .page-form .alert {
    margin-top: 20px;
  }
}
/* line 1394, ../sass/_01_main.scss */
.page-form .error_list {
  list-style: none;
  padding: 0;
}
/* line 1398, ../sass/_01_main.scss */
.page-form .error_list li {
  font-size: 11px;
  color: #F44336;
}
/* line 1404, ../sass/_01_main.scss */
.page-form .label-holder {
  height: 40px;
}
/* line 1409, ../sass/_01_main.scss */
.page-form .label-holder-inline label {
  top: inherit;
  transform: none;
}
/* line 1414, ../sass/_01_main.scss */
.page-form .label-holder-inline + div {
  font-size: 13px;
  line-height: 1.35;
}
/* line 1420, ../sass/_01_main.scss */
.page-form label {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  text-indent: -1px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  /* Small Devices */
}
@media only screen and (min-width: 992px) {
  /* line 1420, ../sass/_01_main.scss */
  .page-form label {
    text-align: right;
  }
}
/* line 1435, ../sass/_01_main.scss */
.page-form label sup {
  display: none;
}
/* line 1439, ../sass/_01_main.scss */
.page-form label:after {
  content: ':';
}
/* line 1443, ../sass/_01_main.scss */
.page-form label.no-after:after {
  content: '';
}
/* line 1447, ../sass/_01_main.scss */
.page-form label.md-left {
  /* Small Devices */
  /* Large Devices */
}
@media only screen and (min-width: 768px) {
  /* line 1447, ../sass/_01_main.scss */
  .page-form label.md-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 1447, ../sass/_01_main.scss */
  .page-form label.md-left {
    text-align: right;
  }
}
/* line 1459, ../sass/_01_main.scss */
.page-form label.alignleft {
  text-align: left;
  /* Small Devices */
  /* Large Devices */
}
@media only screen and (min-width: 768px) {
  /* line 1459, ../sass/_01_main.scss */
  .page-form label.alignleft {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 1459, ../sass/_01_main.scss */
  .page-form label.alignleft {
    text-align: left;
  }
}
/* line 1473, ../sass/_01_main.scss */
.page-form label.aligncenter {
  text-align: center;
  /* Small Devices */
  /* Large Devices */
}
@media only screen and (min-width: 768px) {
  /* line 1473, ../sass/_01_main.scss */
  .page-form label.aligncenter {
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 1473, ../sass/_01_main.scss */
  .page-form label.aligncenter {
    text-align: center;
  }
}
/* line 1489, ../sass/_01_main.scss */
.page-form.small-labels label {
  font-size: 12px;
}
/* line 1494, ../sass/_01_main.scss */
.page-form input[type=password], .page-form input[type=text], .page-form input[type=number], .page-form input[type=email], .page-form input[type=tel], .page-form textarea, .page-form select {
  background: transparent;
  font-family: 'Montserrat', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 1502, ../sass/_01_main.scss */
.page-form input[type=password]:disabled, .page-form input[type=text]:disabled, .page-form input[type=number]:disabled, .page-form input[type=email]:disabled, .page-form input[type=tel]:disabled, .page-form textarea:disabled, .page-form select:disabled {
  opacity: 0.3;
  cursor: default;
}
/* line 1509, ../sass/_01_main.scss */
.page-form input[type=password], .page-form input[type=text], .page-form input[type=number], .page-form input[type=email], .page-form input[type=tel], .page-form textarea {
  padding: 10px;
  border: 1px solid #cecece;
  border-radius: 1px;
  background: #FFF;
  color: #484040;
  font-size: 13px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  transition: border-color 0.3s linear;
}
/* line 1523, ../sass/_01_main.scss */
.page-form input[type=password]:focus, .page-form input[type=text]:focus, .page-form input[type=number]:focus, .page-form input[type=email]:focus, .page-form input[type=tel]:focus, .page-form textarea:focus {
  outline: 0;
}
/* line 1527, ../sass/_01_main.scss */
.page-form input[type=password].error, .page-form input[type=text].error, .page-form input[type=number].error, .page-form input[type=email].error, .page-form input[type=tel].error, .page-form textarea.error {
  border-color: #d32f2f;
}
/* line 1531, ../sass/_01_main.scss */
.page-form input[type=password].size25, .page-form input[type=text].size25, .page-form input[type=number].size25, .page-form input[type=email].size25, .page-form input[type=tel].size25, .page-form textarea.size25 {
  width: 30%;
}
/* line 1535, ../sass/_01_main.scss */
.page-form input[type=password].small-margin, .page-form input[type=text].small-margin, .page-form input[type=number].small-margin, .page-form input[type=email].small-margin, .page-form input[type=tel].small-margin, .page-form textarea.small-margin {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 1541, ../sass/_01_main.scss */
.page-form textarea {
  height: 100px;
}
/* line 1545, ../sass/_01_main.scss */
.page-form select {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 40px;
  padding: 0 30px 0 10px;
  border: 1px solid #cecece;
  border-radius: 0px;
  background: #FFF url(../img/select-arrow.png) right center no-repeat;
  color: #484040;
  font-size: 13px;
  font-weight: normal;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  appearance: none;
  transition: border-color 0.3s linear, opacity 0.3s linear;
}
/* line 1570, ../sass/_01_main.scss */
.page-form select.small-margin {
  padding-left: 10px;
  padding-right: 10px;
  background-image: url(../img/select-arrow.png);
}
/* line 1576, ../sass/_01_main.scss */
.page-form select:focus {
  outline: 0;
}
/* line 1580, ../sass/_01_main.scss */
.page-form select.error {
  border-color: #d32f2f;
}
/* line 1584, ../sass/_01_main.scss */
.page-form select:disabled {
  opacity: 0.3;
  cursor: default;
}
/* line 1592, ../sass/_01_main.scss */
.page-form .with-buttons select {
  display: inline-block;
  width: 50%;
  margin-right: 15px;
}
/* line 1599, ../sass/_01_main.scss */
.page-form .with-buttons .btn-group {
  margin-left: 15px;
}
/* line 1602, ../sass/_01_main.scss */
.page-form .with-buttons .btn-group label {
  top: 0;
  transform: translateY(0);
}
/* line 1603, ../sass/_01_main.scss */
.page-form .with-buttons .btn-group label.btn {
  margin: 0;
}
/* line 1606, ../sass/_01_main.scss */
.page-form .with-buttons .btn-group label.btn.active {
  background: #000;
}
/* line 1617, ../sass/_01_main.scss */
.page-form .custom-checkbox {
  margin: 20px 0 0;
}
/* line 1620, ../sass/_01_main.scss */
.page-form .custom-checkbox .error_list {
  display: inline-block;
  margin-right: 5px;
}
/* line 1625, ../sass/_01_main.scss */
.page-form .custom-checkbox label:after {
  content: '';
}
/* line 1629, ../sass/_01_main.scss */
.page-form .custom-checkbox input[type=checkbox] {
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 16px;
  margin: -2px 4px 0 0;
  outline: 0;
  padding: 0 !important;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: .05s border-color ease-in-out;
  /* Small Devices */
}
/* line 1650, ../sass/_01_main.scss */
.page-form .custom-checkbox input[type=checkbox].error {
  border-color: #d32f2f;
}
@media only screen and (max-width: 767px) {
  /* line 1629, ../sass/_01_main.scss */
  .page-form .custom-checkbox input[type=checkbox] {
    margin-top: -20px;
  }
}
/* line 1659, ../sass/_01_main.scss */
.page-form .custom-checkbox input[type=checkbox]:before {
  content: "";
  display: block;
  width: 0.65em;
  height: 0.65em;
  margin: 2.5px;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000;
  background-color: CanvasText;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
/* line 1673, ../sass/_01_main.scss */
.page-form .custom-checkbox input[type=checkbox]:checked:before {
  transform: scale(1);
}
/* line 1679, ../sass/_01_main.scss */
.page-form .check-field {
  margin: 20px 0 0;
  text-align: center;
}
/* line 1683, ../sass/_01_main.scss */
.page-form .check-field.small-padding {
  margin-top: 10px;
}
/* line 1687, ../sass/_01_main.scss */
.page-form .check-field input {
  display: inline-block;
  width: inherit;
}
/* line 1692, ../sass/_01_main.scss */
.page-form .check-field label {
  position: relative;
  display: inline-block;
  width: inherit;
  font-weight: normal;
  top: 0%;
  transform: translateY(0%);
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 1692, ../sass/_01_main.scss */
  .page-form .check-field label {
    width: 240px;
    text-align: left;
  }
}
/* line 1709, ../sass/_01_main.scss */
.page-form .check-field .checkbox label {
  text-align: left !important;
}
/* line 1716, ../sass/_01_main.scss */
.page-form button:focus {
  outline: 0;
}
/* line 1721, ../sass/_01_main.scss */
.page-form > .row, .page-form .container > .row {
  margin-top: 10px;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 1721, ../sass/_01_main.scss */
  .page-form > .row, .page-form .container > .row {
    margin-top: 0;
  }
}
/* line 1729, ../sass/_01_main.scss */
.page-form > .row:first-child, .page-form .container > .row:first-child {
  margin-top: 0;
}
/* line 1734, ../sass/_01_main.scss */
.page-form .input-mask {
  position: relative;
}
/* line 1737, ../sass/_01_main.scss */
.page-form .input-mask .separator {
  position: absolute;
  top: 10px;
  right: 12px;
  pointer-events: none;
  color: #484040;
  font-size: 13px;
  /* Large Devices */
  /* Medium Devices / Desktops */
  /* Small Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 1737, ../sass/_01_main.scss */
  .page-form .input-mask .separator {
    right: 10px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 1737, ../sass/_01_main.scss */
  .page-form .input-mask .separator {
    right: 8px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1737, ../sass/_01_main.scss */
  .page-form .input-mask .separator {
    right: 12px;
  }
}
/* line 1761, ../sass/_01_main.scss */
.page-form .input-mask .separator:first-child {
  right: inherit;
  left: 12px;
  /* Large Devices */
  /* Medium Devices / Desktops */
  /* Small Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 1761, ../sass/_01_main.scss */
  .page-form .input-mask .separator:first-child {
    left: 10px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 1761, ../sass/_01_main.scss */
  .page-form .input-mask .separator:first-child {
    left: 8px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1761, ../sass/_01_main.scss */
  .page-form .input-mask .separator:first-child {
    left: 12px;
  }
}
/* line 1782, ../sass/_01_main.scss */
.page-form .input-mask input {
  width: 100% !important;
  text-align: center;
}
/* line 1789, ../sass/_01_main.scss */
.page-form .date-select select {
  float: left;
  width: 31%;
  margin: 0 0 0 2%;
}
/* line 1795, ../sass/_01_main.scss */
.page-form .date-select select:first-child {
  margin-left: 0;
}
/* line 1799, ../sass/_01_main.scss */
.page-form .date-select select#hd_reservation_date_year, .page-form .date-select select.year {
  width: 35%;
}
/* line 1807, ../sass/_01_main.scss */
.page-form .hour-select select {
  float: left;
  width: 30%;
  margin-left: 2%;
}
/* line 1813, ../sass/_01_main.scss */
.page-form .hour-select select:first-child {
  margin-left: 0;
}
/* line 1819, ../sass/_01_main.scss */
.page-form .hour-select.fix-width select {
  float: none;
  display: inline-block;
  width: 125px;
  margin: 0 0 0 5px;
}
/* line 1826, ../sass/_01_main.scss */
.page-form .hour-select.fix-width select:first-child {
  margin-left: 0;
}
/* line 1834, ../sass/_01_main.scss */
.page-form .with-buttons .hour-select .btn {
  margin-left: 15px;
}
/* line 1840, ../sass/_01_main.scss */
.page-form .american-phone input, .page-form .american-phone .input-mask {
  display: inline-block;
  width: 20%;
  /* Medium Devices / Desktops */
  /* Small Devices */
}
@media only screen and (max-width: 991px) {
  /* line 1840, ../sass/_01_main.scss */
  .page-form .american-phone input, .page-form .american-phone .input-mask {
    width: 26%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1840, ../sass/_01_main.scss */
  .page-form .american-phone input, .page-form .american-phone .input-mask {
    width: 28%;
  }
}
/* line 1854, ../sass/_01_main.scss */
.page-form .american-phone input {
  text-align: center;
}
/* line 1858, ../sass/_01_main.scss */
.page-form .american-phone span {
  margin: 0 5px;
}
/* line 1863, ../sass/_01_main.scss */
.page-form .birthday-field {
  display: flex;
}
/* line 1866, ../sass/_01_main.scss */
.page-form .birthday-field select {
  margin-left: 10px;
}
/* line 1869, ../sass/_01_main.scss */
.page-form .birthday-field select:first-child {
  margin-left: 0px;
}
/* line 1877, ../sass/_01_main.scss */
.page-form .credit-card .date input {
  display: inline-block;
  width: 32%;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 1877, ../sass/_01_main.scss */
  .page-form .credit-card .date input {
    width: 23%;
  }
}
/* line 1886, ../sass/_01_main.scss */
.page-form .credit-card .date input.year {
  width: 40%;
}
/* line 1891, ../sass/_01_main.scss */
.page-form .credit-card .date select {
  display: inline-block;
  width: 32%;
}
/* line 1895, ../sass/_01_main.scss */
.page-form .credit-card .date select.year {
  width: 40%;
}
/* line 1902, ../sass/_01_main.scss */
.page-form .credit-card .ccv input {
  display: inline-block;
  width: 66%;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 1902, ../sass/_01_main.scss */
  .page-form .credit-card .ccv input {
    width: 23%;
  }
}
/* line 1913, ../sass/_01_main.scss */
.page-form .credit-card .with-tooltip {
  position: relative;
}
/* line 1916, ../sass/_01_main.scss */
.page-form .credit-card .with-tooltip input {
  text-align: center;
}
/* line 1920, ../sass/_01_main.scss */
.page-form .credit-card .with-tooltip i {
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
}
/* line 1927, ../sass/_01_main.scss */
.page-form .credit-card > div {
  margin-bottom: 20px;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 1927, ../sass/_01_main.scss */
  .page-form .credit-card > div {
    margin-bottom: 0;
  }
}
/* line 1938, ../sass/_01_main.scss */
.page-form .credit-card-select select {
  display: inline-block;
  width: 48%;
}
/* line 1944, ../sass/_01_main.scss */
.page-form hr.form-divider {
  margin: 20px 0;
  border-top: 1px solid #eaeaea;
}
/* line 1949, ../sass/_01_main.scss */
.page-form .divider {
  margin: 0 10px 0 7px;
}
/* line 1953, ../sass/_01_main.scss */
.page-form .clear-divider {
  margin: 30px 0;
}
@media only screen and (max-width: 768px) {
  /* line 1953, ../sass/_01_main.scss */
  .page-form .clear-divider {
    margin: 0;
  }
}
/* line 1961, ../sass/_01_main.scss */
.page-form .form-btns {
  margin-top: 50px;
}
/* line 1965, ../sass/_01_main.scss */
.page-form .silver-back {
  background: #f4f4f4;
  margin: 0;
  padding: 20px 0;
}
/* line 1971, ../sass/_01_main.scss */
.page-form .slider-fieldset {
  position: relative;
  margin: 30px 0;
}
@media only screen and (max-width: 768px) {
  /* line 1971, ../sass/_01_main.scss */
  .page-form .slider-fieldset {
    margin: 15px 0;
  }
}
/* line 1979, ../sass/_01_main.scss */
.page-form .slider-fieldset p {
  font-size: 11px;
  margin-right: 20px;
  float: left;
  margin-top: 7px;
  width: 80%;
  text-align: right;
}
@media only screen and (min-width: 480px) {
  /* line 1979, ../sass/_01_main.scss */
  .page-form .slider-fieldset p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 1979, ../sass/_01_main.scss */
  .page-form .slider-fieldset p {
    float: left;
    width: auto;
    text-align: left;
  }
}
@media only screen and (max-width: 980px) {
  /* line 1979, ../sass/_01_main.scss */
  .page-form .slider-fieldset p {
    width: 50%;
  }
}
/* line 2001, ../sass/_01_main.scss */
.page-form .slider-fieldset .toggle {
  position: relative;
  overflow: hidden;
  float: right;
  width: 74px;
  height: 30px;
  border-radius: 5px;
  background: #000;
  color: #FFF;
}
@media only screen and (max-width: 1200px) {
  /* line 2001, ../sass/_01_main.scss */
  .page-form .slider-fieldset .toggle {
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  /* line 2001, ../sass/_01_main.scss */
  .page-form .slider-fieldset .toggle {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0;
  }
}
/* line 2025, ../sass/_01_main.scss */
.page-form .slider-fieldset .toggle .toggle-content {
  position: relative;
  width: 120px;
  height: 30px;
  left: 0;
}
/* line 2031, ../sass/_01_main.scss */
.page-form .slider-fieldset .toggle .toggle-content span {
  float: left;
  display: block;
  width: 40px;
  height: 30px;
  padding: 5px 0 0;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
/* line 2042, ../sass/_01_main.scss */
.page-form .slider-fieldset .toggle .toggle-content span.on {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background: #000;
  margin-right: -3px;
  padding-right: 3px;
}
/* line 2050, ../sass/_01_main.scss */
.page-form .slider-fieldset .toggle .toggle-content span.off {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background: #7d8091;
  margin-left: -3px;
  padding-left: 3px;
}
/* line 2060, ../sass/_01_main.scss */
.page-form .slider-fieldset .toggle .toggle-content i {
  position: relative;
  z-index: 2;
  float: left;
  display: block;
  width: 37px;
  height: 30px;
  background: #FFF;
  border-radius: 3px;
  cursor: pointer;
}
/* line 2074, ../sass/_01_main.scss */
.page-form .slider-fieldset .slider-container {
  width: 74px;
  height: 30px;
  padding: 10px 7px;
  background: #000;
  float: right;
  position: relative;
  border-radius: 6px;
}
@media only screen and (max-width: 1200px) {
  /* line 2074, ../sass/_01_main.scss */
  .page-form .slider-fieldset .slider-container {
    float: left;
  }
}
@media only screen and (max-width: 980px) {
  /* line 2074, ../sass/_01_main.scss */
  .page-form .slider-fieldset .slider-container {
    top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 2074, ../sass/_01_main.scss */
  .page-form .slider-fieldset .slider-container {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0;
  }
}
/* line 2098, ../sass/_01_main.scss */
.page-form .slider-fieldset .slider-container span {
  position: relative;
  top: -2px;
}
/* line 2102, ../sass/_01_main.scss */
.page-form .slider-fieldset .slider-container.yes {
  text-align: left;
  background: #000;
  color: #fff;
  font-size: 12px;
}
/* line 2109, ../sass/_01_main.scss */
.page-form .slider-fieldset .slider-container.no {
  text-align: right;
  background: #cacaca;
  color: #fff;
  font-size: 12px;
}
/* line 2117, ../sass/_01_main.scss */
.page-form .slider-fieldset .slider-container .drag {
  background: #fff;
  height: 100%;
  width: 50%;
  position: absolute;
  left: 0%;
  top: 0;
  border-radius: 5px;
}
/* line 2128, ../sass/_01_main.scss */
.page-form .slider-fieldset.slider-center {
  text-align: left;
  /* Small Devices */
}
@media only screen and (min-width: 768px) {
  /* line 2128, ../sass/_01_main.scss */
  .page-form .slider-fieldset.slider-center {
    text-align: center;
  }
}
/* line 2136, ../sass/_01_main.scss */
.page-form .slider-fieldset.slider-center p {
  float: none;
  display: inline-block;
  position: relative;
  top: 0px;
  width: inherit;
  margin: 0 14px;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  padding-right: 80px;
  /* Small Devices */
}
@media only screen and (min-width: 768px) {
  /* line 2136, ../sass/_01_main.scss */
  .page-form .slider-fieldset.slider-center p {
    top: -10px;
    text-align: center;
    padding-right: 0;
  }
}
/* line 2161, ../sass/_01_main.scss */
.page-form .slider-fieldset.slider-center .toggle {
  float: none;
  display: inline-block;
}
/* line 2167, ../sass/_01_main.scss */
.page-form .slider-fieldset.extra-margin {
  margin-bottom: 50px;
}
/* line 2175, ../sass/_01_main.scss */
.page-form .col-sm-1_5, .page-form .col-sm-10_5, .page-form .col-md-1_5, .page-form .col-md-10_5,
.page-form .col-sm-2_5, .page-form .col-sm-9_5, .page-form .col-md-2_5, .page-form .col-md-9_5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  /* line 2184, ../sass/_01_main.scss */
  .page-form .col-sm-1_5, .page-form .col-sm-10_5,
  .page-form .col-sm-2_5, .page-form .col-sm-9_5 {
    float: left;
  }
  /* line 2188, ../sass/_01_main.scss */
  .page-form .col-sm-1_5 {
    width: 12.499999995%;
  }
  /* line 2191, ../sass/_01_main.scss */
  .page-form .col-sm-10_5 {
    width: 87.500000005%;
  }
  /* line 2196, ../sass/_01_main.scss */
  .page-form .col-sm-2_5 {
    width: 20.833333333%;
  }
  /* line 2199, ../sass/_01_main.scss */
  .page-form .col-sm-9_5 {
    width: 79.166666667%;
  }
}
@media only screen and (min-width: 992px) {
  /* line 2205, ../sass/_01_main.scss */
  .page-form .col-md-1_5, .page-form .col-md-10_5,
  .page-form .col-md-2_5, .page-form .col-md-9_5 {
    float: left;
  }
  /* line 2209, ../sass/_01_main.scss */
  .page-form .col-md-1_5 {
    width: 12.499999995%;
  }
  /* line 2212, ../sass/_01_main.scss */
  .page-form .col-md-10_5 {
    width: 87.500000005%;
  }
  /* line 2217, ../sass/_01_main.scss */
  .page-form .col-md-2_5 {
    width: 20.833333333%;
  }
  /* line 2220, ../sass/_01_main.scss */
  .page-form .col-md-9_5 {
    width: 79.166666667%;
  }
}
/* line 2226, ../sass/_01_main.scss */
.page-form .radio-inputs {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  /* line 2226, ../sass/_01_main.scss */
  .page-form .radio-inputs {
    margin-top: 10px;
  }
}
/* line 2234, ../sass/_01_main.scss */
.page-form .buttons {
  margin-top: 20px;
}
/* line 2237, ../sass/_01_main.scss */
.page-form .buttons .btn {
  border: 2px solid #000;
}
/* line 2242, ../sass/_01_main.scss */
.page-form .checkbox {
  padding-left: 20px;
  text-align: center;
}
/* line 2246, ../sass/_01_main.scss */
.page-form .checkbox label {
  display: inline-block !important;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
/* line 2252, ../sass/_01_main.scss */
.page-form .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
/* line 2267, ../sass/_01_main.scss */
.page-form .checkbox label::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 1px;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
/* line 2281, ../sass/_01_main.scss */
.page-form .checkbox input[type="checkbox"],
.page-form .checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
/* line 2286, ../sass/_01_main.scss */
.page-form .checkbox input[type="checkbox"]:focus + label::before,
.page-form .checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 2292, ../sass/_01_main.scss */
.page-form .checkbox input[type="checkbox"]:checked + label::after,
.page-form .checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
/* line 2297, ../sass/_01_main.scss */
.page-form .checkbox input[type="checkbox"]:indeterminate + label::after,
.page-form .checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
/* line 2308, ../sass/_01_main.scss */
.page-form .checkbox input[type="checkbox"]:disabled + label,
.page-form .checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
/* line 2312, ../sass/_01_main.scss */
.page-form .checkbox input[type="checkbox"]:disabled + label::before,
.page-form .checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
/* line 2317, ../sass/_01_main.scss */
.page-form .checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
/* line 2320, ../sass/_01_main.scss */
.page-form .checkbox.checkbox-inline {
  margin-top: 0;
}
/* line 2324, ../sass/_01_main.scss */
.page-form .checkbox-primary input[type="checkbox"]:checked + label::before,
.page-form .checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 2329, ../sass/_01_main.scss */
.page-form .checkbox-primary input[type="checkbox"]:checked + label::after,
.page-form .checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}
/* line 2334, ../sass/_01_main.scss */
.page-form .checkbox-danger input[type="checkbox"]:checked + label::before,
.page-form .checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
/* line 2339, ../sass/_01_main.scss */
.page-form .checkbox-danger input[type="checkbox"]:checked + label::after,
.page-form .checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}
/* line 2344, ../sass/_01_main.scss */
.page-form .checkbox-info input[type="checkbox"]:checked + label::before,
.page-form .checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
/* line 2349, ../sass/_01_main.scss */
.page-form .checkbox-info input[type="checkbox"]:checked + label::after,
.page-form .checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}
/* line 2354, ../sass/_01_main.scss */
.page-form .checkbox-warning input[type="checkbox"]:checked + label::before,
.page-form .checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
/* line 2359, ../sass/_01_main.scss */
.page-form .checkbox-warning input[type="checkbox"]:checked + label::after,
.page-form .checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}
/* line 2364, ../sass/_01_main.scss */
.page-form .checkbox-success input[type="checkbox"]:checked + label::before,
.page-form .checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
/* line 2369, ../sass/_01_main.scss */
.page-form .checkbox-success input[type="checkbox"]:checked + label::after,
.page-form .checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}
/* line 2374, ../sass/_01_main.scss */
.page-form .checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.page-form .checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 2380, ../sass/_01_main.scss */
.page-form .checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.page-form .checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
/* line 2385, ../sass/_01_main.scss */
.page-form .checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.page-form .checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
/* line 2391, ../sass/_01_main.scss */
.page-form .checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.page-form .checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
/* line 2396, ../sass/_01_main.scss */
.page-form .checkbox-info input[type="checkbox"]:indeterminate + label::before,
.page-form .checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
/* line 2402, ../sass/_01_main.scss */
.page-form .checkbox-info input[type="checkbox"]:indeterminate + label::after,
.page-form .checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
/* line 2407, ../sass/_01_main.scss */
.page-form .checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.page-form .checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
/* line 2413, ../sass/_01_main.scss */
.page-form .checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.page-form .checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
/* line 2418, ../sass/_01_main.scss */
.page-form .checkbox-success input[type="checkbox"]:indeterminate + label::before,
.page-form .checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
/* line 2424, ../sass/_01_main.scss */
.page-form .checkbox-success input[type="checkbox"]:indeterminate + label::after,
.page-form .checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
/* line 2429, ../sass/_01_main.scss */
.page-form .radio {
  padding-left: 20px;
}
/* line 2432, ../sass/_01_main.scss */
.page-form .radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
/* line 2438, ../sass/_01_main.scss */
.page-form .radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
/* line 2453, ../sass/_01_main.scss */
.page-form .radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
/* line 2473, ../sass/_01_main.scss */
.page-form .radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
/* line 2477, ../sass/_01_main.scss */
.page-form .radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 2482, ../sass/_01_main.scss */
.page-form .radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
/* line 2488, ../sass/_01_main.scss */
.page-form .radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
/* line 2491, ../sass/_01_main.scss */
.page-form .radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
/* line 2494, ../sass/_01_main.scss */
.page-form .radio.radio-inline {
  margin-top: 0;
}
/* line 2498, ../sass/_01_main.scss */
.page-form .radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
/* line 2501, ../sass/_01_main.scss */
.page-form .radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
/* line 2504, ../sass/_01_main.scss */
.page-form .radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}
/* line 2508, ../sass/_01_main.scss */
.page-form .radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
/* line 2511, ../sass/_01_main.scss */
.page-form .radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
/* line 2514, ../sass/_01_main.scss */
.page-form .radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}
/* line 2518, ../sass/_01_main.scss */
.page-form .radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
/* line 2521, ../sass/_01_main.scss */
.page-form .radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
/* line 2524, ../sass/_01_main.scss */
.page-form .radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}
/* line 2528, ../sass/_01_main.scss */
.page-form .radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
/* line 2531, ../sass/_01_main.scss */
.page-form .radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
/* line 2534, ../sass/_01_main.scss */
.page-form .radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}
/* line 2538, ../sass/_01_main.scss */
.page-form .radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
/* line 2541, ../sass/_01_main.scss */
.page-form .radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
/* line 2544, ../sass/_01_main.scss */
.page-form .radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

/* line 2549, ../sass/_01_main.scss */
.fade {
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}
/* line 2552, ../sass/_01_main.scss */
.mobile .fade {
  opacity: 1;
}
/* line 2556, ../sass/_01_main.scss */
.fade.visible {
  opacity: 1;
}

/* line 2563, ../sass/_01_main.scss */
html .aside-news {
  padding: 0 27px 27px;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 2563, ../sass/_01_main.scss */
  html .aside-news {
    margin-top: 30px;
  }
}
/* line 2571, ../sass/_01_main.scss */
html .aside-news h2 {
  margin: 0 0 40px;
  color: #000;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 2571, ../sass/_01_main.scss */
  html .aside-news h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
/* line 2587, ../sass/_01_main.scss */
html .aside-news .articles article {
  position: relative;
  margin: 40px 0 0;
}
/* line 2591, ../sass/_01_main.scss */
html .aside-news .articles article:first-child {
  margin-top: 0;
}
/* line 2595, ../sass/_01_main.scss */
html .aside-news .articles article figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
}
/* line 2601, ../sass/_01_main.scss */
html .aside-news .articles article > div {
  padding: 0 0 0 54px;
}
/* line 2604, ../sass/_01_main.scss */
html .aside-news .articles article > div > a, html .aside-news .articles .giftcards .form-holder form fieldset .options .option.active article > div > a, .giftcards .form-holder form fieldset .options .option.active html .aside-news .articles article > div > a, html .aside-news .articles .giftcards .form-holder form fieldset .options .option article > div > a:hover, .giftcards .form-holder form fieldset .options .option html .aside-news .articles article > div > a:hover, html .aside-news .articles .giftcards_view .form-holder form fieldset .options .option.active article > div > a, .giftcards_view .form-holder form fieldset .options .option.active html .aside-news .articles article > div > a, html .aside-news .articles .giftcards_view .form-holder form fieldset .options .option article > div > a:hover, .giftcards_view .form-holder form fieldset .options .option html .aside-news .articles article > div > a:hover {
  color: #45bbfc;
  text-decoration: underline;
}
/* line 2610, ../sass/_01_main.scss */
html .aside-news .articles article .top {
  color: #7d8091;
  font-size: 12px;
  font-weight: normal;
}
/* line 2615, ../sass/_01_main.scss */
html .aside-news .articles article .top span {
  display: block;
}
/* line 2620, ../sass/_01_main.scss */
html .aside-news .articles article h5 {
  margin: 15px 0;
  color: #000;
  font-size: 14px;
}
/* line 2629, ../sass/_01_main.scss */
html .aside-news .btn-holder {
  margin: 40px 0 0;
  text-align: center;
}

/* line 2635, ../sass/_01_main.scss */
.login-overlay, .forgot-password-overlay {
  opacity: 0;
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  transition: opacity 0.4s ease-in-out;
}
/* line 2644, ../sass/_01_main.scss */
.login-overlay .login-close, .login-overlay .forgot-password-close, .forgot-password-overlay .login-close, .forgot-password-overlay .forgot-password-close {
  position: absolute;
  top: 22px;
  right: 14px;
  /* Extra Small Devices */
}
@media only screen and (min-width: 480px) {
  /* line 2644, ../sass/_01_main.scss */
  .login-overlay .login-close, .login-overlay .forgot-password-close, .forgot-password-overlay .login-close, .forgot-password-overlay .forgot-password-close {
    right: 12px;
  }
}
/* line 2653, ../sass/_01_main.scss */
.login-overlay .login-close i, .login-overlay .forgot-password-close i, .forgot-password-overlay .login-close i, .forgot-password-overlay .forgot-password-close i {
  display: block;
  color: #FFF;
  font-size: 25px;
  /* Custom, iPhone Retina */
  /* Extra Small Devices */
}
@media only screen and (min-width: 320px) {
  /* line 2653, ../sass/_01_main.scss */
  .login-overlay .login-close i, .login-overlay .forgot-password-close i, .forgot-password-overlay .login-close i, .forgot-password-overlay .forgot-password-close i {
    font-size: 25px;
  }
}
@media only screen and (min-width: 480px) {
  /* line 2653, ../sass/_01_main.scss */
  .login-overlay .login-close i, .login-overlay .forgot-password-close i, .forgot-password-overlay .login-close i, .forgot-password-overlay .forgot-password-close i {
    font-size: 33px;
  }
}
/* line 2669, ../sass/_01_main.scss */
.login-overlay .alert, .forgot-password-overlay .alert {
  width: 100%;
  margin: 0 0 5px;
  font-size: 11px;
}
/* line 2675, ../sass/_01_main.scss */
.login-overlay .container, .forgot-password-overlay .container {
  position: relative;
  height: 100%;
}
/* line 2679, ../sass/_01_main.scss */
.login-overlay .container .login-container, .login-overlay .container .forgot-password-container, .forgot-password-overlay .container .login-container, .forgot-password-overlay .container .forgot-password-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 300px;
  transform: translateY(-50%);
}
/* line 2688, ../sass/_01_main.scss */
.login-overlay .container .login-container form, .login-overlay .container .forgot-password-container form, .forgot-password-overlay .container .login-container form, .forgot-password-overlay .container .forgot-password-container form {
  margin: 50px 0 0;
}
/* line 2692, ../sass/_01_main.scss */
.login-overlay .container .login-container h2, .login-overlay .container .login-container .h2, .login-overlay .container .forgot-password-container h2, .login-overlay .container .forgot-password-container .h2, .forgot-password-overlay .container .login-container h2, .forgot-password-overlay .container .login-container .h2, .forgot-password-overlay .container .forgot-password-container h2, .forgot-password-overlay .container .forgot-password-container .h2 {
  margin-bottom: 20px;
  color: #FFF;
}
/* line 2697, ../sass/_01_main.scss */
.login-overlay .container .login-container h2 i, .login-overlay .container .login-container .h2 i, .login-overlay .container .forgot-password-container h2 i, .login-overlay .container .forgot-password-container .h2 i, .forgot-password-overlay .container .login-container h2 i, .forgot-password-overlay .container .login-container .h2 i, .forgot-password-overlay .container .forgot-password-container h2 i, .forgot-password-overlay .container .forgot-password-container .h2 i {
  font-size: 90px;
  margin-bottom: 15px;
}
/* line 2702, ../sass/_01_main.scss */
.login-overlay .container .login-container h2 span, .login-overlay .container .login-container .h2 span, .login-overlay .container .forgot-password-container h2 span, .login-overlay .container .forgot-password-container .h2 span, .forgot-password-overlay .container .login-container h2 span, .forgot-password-overlay .container .login-container .h2 span, .forgot-password-overlay .container .forgot-password-container h2 span, .forgot-password-overlay .container .forgot-password-container .h2 span {
  font-size: 48px;
  font-weight: bolder;
}
/* line 2707, ../sass/_01_main.scss */
.login-overlay .container .login-container h2 i, .login-overlay .container .login-container h2 span, .login-overlay .container .login-container .h2 i, .login-overlay .container .login-container .h2 span, .login-overlay .container .forgot-password-container h2 i, .login-overlay .container .forgot-password-container h2 span, .login-overlay .container .forgot-password-container .h2 i, .login-overlay .container .forgot-password-container .h2 span, .forgot-password-overlay .container .login-container h2 i, .forgot-password-overlay .container .login-container h2 span, .forgot-password-overlay .container .login-container .h2 i, .forgot-password-overlay .container .login-container .h2 span, .forgot-password-overlay .container .forgot-password-container h2 i, .forgot-password-overlay .container .forgot-password-container h2 span, .forgot-password-overlay .container .forgot-password-container .h2 i, .forgot-password-overlay .container .forgot-password-container .h2 span {
  display: block;
  margin: auto;
  text-align: center;
}
/* line 2714, ../sass/_01_main.scss */
.login-overlay .container .login-container input, .login-overlay .container .forgot-password-container input, .forgot-password-overlay .container .login-container input, .forgot-password-overlay .container .forgot-password-container input {
  display: block;
  border-radius: 8px;
  margin: 10px 0 0;
  padding: 20px;
  width: 300px;
  border: 1px solid #FFF;
}
/* line 2724, ../sass/_01_main.scss */
.login-overlay .container .login-container input:first-child, .login-overlay .container .forgot-password-container input:first-child, .forgot-password-overlay .container .login-container input:first-child, .forgot-password-overlay .container .forgot-password-container input:first-child {
  margin-top: 0;
}
/* line 2728, ../sass/_01_main.scss */
.login-overlay .container .login-container input::-webkit-input-placeholder, .login-overlay .container .forgot-password-container input::-webkit-input-placeholder, .forgot-password-overlay .container .login-container input::-webkit-input-placeholder, .forgot-password-overlay .container .forgot-password-container input::-webkit-input-placeholder {
  color: #000;
}
/* line 2732, ../sass/_01_main.scss */
.login-overlay .container .login-container input:-moz-placeholder, .login-overlay .container .forgot-password-container input:-moz-placeholder, .forgot-password-overlay .container .login-container input:-moz-placeholder, .forgot-password-overlay .container .forgot-password-container input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
  font-weight: bold;
}
/* line 2738, ../sass/_01_main.scss */
.login-overlay .container .login-container input::-moz-placeholder, .login-overlay .container .forgot-password-container input::-moz-placeholder, .forgot-password-overlay .container .login-container input::-moz-placeholder, .forgot-password-overlay .container .forgot-password-container input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
  font-weight: bold;
}
/* line 2744, ../sass/_01_main.scss */
.login-overlay .container .login-container input:-ms-input-placeholder, .login-overlay .container .forgot-password-container input:-ms-input-placeholder, .forgot-password-overlay .container .login-container input:-ms-input-placeholder, .forgot-password-overlay .container .forgot-password-container input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
  font-weight: bold;
}
/* line 2751, ../sass/_01_main.scss */
.login-overlay .container .login-container button, .login-overlay .container .forgot-password-container button, .forgot-password-overlay .container .login-container button, .forgot-password-overlay .container .forgot-password-container button {
  width: 300px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: bold;
  background: #b4e4ff;
  color: #000;
}
/* line 2762, ../sass/_01_main.scss */
.login-overlay .container .login-container button:hover, .login-overlay .container .forgot-password-container button:hover, .forgot-password-overlay .container .login-container button:hover, .forgot-password-overlay .container .forgot-password-container button:hover {
  background: #83d3ff;
}
/* line 2767, ../sass/_01_main.scss */
.login-overlay .container .login-container .keep, .login-overlay .container .forgot-password-container .keep, .forgot-password-overlay .container .login-container .keep, .forgot-password-overlay .container .forgot-password-container .keep {
  margin: 20px 0 15px;
}
/* line 2770, ../sass/_01_main.scss */
.login-overlay .container .login-container .keep label, .login-overlay .container .forgot-password-container .keep label, .forgot-password-overlay .container .login-container .keep label, .forgot-password-overlay .container .forgot-password-container .keep label {
  float: right;
  color: #FFF;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
/* line 2778, ../sass/_01_main.scss */
.login-overlay .container .login-container .keep .toggle, .login-overlay .container .forgot-password-container .keep .toggle, .forgot-password-overlay .container .login-container .keep .toggle, .forgot-password-overlay .container .forgot-password-container .keep .toggle {
  position: relative;
  overflow: hidden;
  float: right;
  width: 74px;
  height: 30px;
  margin-top: -5px;
  margin-left: 10px;
  border-radius: 5px;
  background: #83d3ff;
  color: #FFF;
}
/* line 2790, ../sass/_01_main.scss */
.login-overlay .container .login-container .keep .toggle .toggle-content, .login-overlay .container .forgot-password-container .keep .toggle .toggle-content, .forgot-password-overlay .container .login-container .keep .toggle .toggle-content, .forgot-password-overlay .container .forgot-password-container .keep .toggle .toggle-content {
  position: relative;
  width: 120px;
  height: 30px;
  left: 0;
}
/* line 2796, ../sass/_01_main.scss */
.login-overlay .container .login-container .keep .toggle .toggle-content span, .login-overlay .container .forgot-password-container .keep .toggle .toggle-content span, .forgot-password-overlay .container .login-container .keep .toggle .toggle-content span, .forgot-password-overlay .container .forgot-password-container .keep .toggle .toggle-content span {
  float: left;
  display: block;
  width: 40px;
  height: 30px;
  padding: 5px 0 0;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
/* line 2807, ../sass/_01_main.scss */
.login-overlay .container .login-container .keep .toggle .toggle-content span.on, .login-overlay .container .forgot-password-container .keep .toggle .toggle-content span.on, .forgot-password-overlay .container .login-container .keep .toggle .toggle-content span.on, .forgot-password-overlay .container .forgot-password-container .keep .toggle .toggle-content span.on {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background: #83d3ff;
  margin-right: -3px;
  padding-right: 3px;
}
/* line 2815, ../sass/_01_main.scss */
.login-overlay .container .login-container .keep .toggle .toggle-content span.off, .login-overlay .container .forgot-password-container .keep .toggle .toggle-content span.off, .forgot-password-overlay .container .login-container .keep .toggle .toggle-content span.off, .forgot-password-overlay .container .forgot-password-container .keep .toggle .toggle-content span.off {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background: #7d8091;
  margin-left: -3px;
  padding-left: 3px;
}
/* line 2825, ../sass/_01_main.scss */
.login-overlay .container .login-container .keep .toggle .toggle-content i, .login-overlay .container .forgot-password-container .keep .toggle .toggle-content i, .forgot-password-overlay .container .login-container .keep .toggle .toggle-content i, .forgot-password-overlay .container .forgot-password-container .keep .toggle .toggle-content i {
  position: relative;
  z-index: 2;
  float: left;
  display: block;
  width: 37px;
  height: 30px;
  background: #FFF;
  border-radius: 3px;
  cursor: pointer;
}
/* line 2840, ../sass/_01_main.scss */
.login-overlay .container .login-container a, .login-overlay .container .login-container .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .login-overlay .container .login-container a, .login-overlay .container .login-container .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .login-overlay .container .login-container a:hover, .login-overlay .container .login-container .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .login-overlay .container .login-container a, .login-overlay .container .login-container .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .login-overlay .container .login-container a:hover, .login-overlay .container .forgot-password-container a, .login-overlay .container .forgot-password-container .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .login-overlay .container .forgot-password-container a, .login-overlay .container .forgot-password-container .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .login-overlay .container .forgot-password-container a:hover, .login-overlay .container .forgot-password-container .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .login-overlay .container .forgot-password-container a, .login-overlay .container .forgot-password-container .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .login-overlay .container .forgot-password-container a:hover, .forgot-password-overlay .container .login-container a, .forgot-password-overlay .container .login-container .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .forgot-password-overlay .container .login-container a, .forgot-password-overlay .container .login-container .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .forgot-password-overlay .container .login-container a:hover, .forgot-password-overlay .container .login-container .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .forgot-password-overlay .container .login-container a, .forgot-password-overlay .container .login-container .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .forgot-password-overlay .container .login-container a:hover, .forgot-password-overlay .container .forgot-password-container a, .forgot-password-overlay .container .forgot-password-container .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .forgot-password-overlay .container .forgot-password-container a, .forgot-password-overlay .container .forgot-password-container .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .forgot-password-overlay .container .forgot-password-container a:hover, .forgot-password-overlay .container .forgot-password-container .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .forgot-password-overlay .container .forgot-password-container a, .forgot-password-overlay .container .forgot-password-container .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .forgot-password-overlay .container .forgot-password-container a:hover {
  display: block;
  margin: 20px 0 0;
  color: #FFF;
  text-align: center;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: underline;
}
/* line 2854, ../sass/_01_main.scss */
.login-overlay .container .forgot-password-container, .forgot-password-overlay .container .forgot-password-container {
  max-width: 600px;
}
/* line 2857, ../sass/_01_main.scss */
.login-overlay .container .forgot-password-container p, .forgot-password-overlay .container .forgot-password-container p {
  color: #FFF;
  text-align: center;
  padding: 0 20px;
}
/* line 2863, ../sass/_01_main.scss */
.login-overlay .container .forgot-password-container form, .forgot-password-overlay .container .forgot-password-container form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}
/* line 2871, ../sass/_01_main.scss */
.login-overlay .container .forgot-password-container button, .forgot-password-overlay .container .forgot-password-container button {
  margin-top: 15px;
}

/* line 2878, ../sass/_01_main.scss */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 2883, ../sass/_01_main.scss */
input[type="number"] {
  -moz-appearance: textfield;
}

/* line 2887, ../sass/_01_main.scss */
.LPMimage {
  width: 80px;
}

/* line 2891, ../sass/_01_main.scss */
.LPMcontainer.LPMoverlay:focus {
  outline: 0;
}

/* line 2895, ../sass/_01_main.scss */
.vertical-middle-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 2899, ../sass/_01_main.scss */
.vertical-middle-wrap .vertical-middle {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

/* line 2906, ../sass/_01_main.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 2910, ../sass/_01_main.scss */
#hero-modal {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
/* line 2916, ../sass/_01_main.scss */
#hero-modal #hero-modal-container {
  position: relative;
  width: 670px;
  margin: auto;
  padding: 22px 35px 15px;
  background: #FFF;
}
@media only screen and (max-width: 767px) {
  /* line 2916, ../sass/_01_main.scss */
  #hero-modal #hero-modal-container {
    width: 90.4%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 2930, ../sass/_01_main.scss */
#hero-modal #hero-modal-container .close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 36px;
  height: 36px;
  background: #83d3ff;
  border-radius: 50%;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  /* line 2930, ../sass/_01_main.scss */
  #hero-modal #hero-modal-container .close-btn {
    width: 30px;
    height: 30px;
    top: -8px;
    right: -8px;
  }
}
/* line 2945, ../sass/_01_main.scss */
#hero-modal #hero-modal-container .close-btn:hover {
  background: #000;
}
/* line 2948, ../sass/_01_main.scss */
#hero-modal #hero-modal-container .close-btn:hover i {
  color: #000;
}
/* line 2951, ../sass/_01_main.scss */
#hero-modal #hero-modal-container .close-btn:hover i:after {
  background: #FFF;
}
/* line 2957, ../sass/_01_main.scss */
#hero-modal #hero-modal-container .close-btn i {
  position: relative;
  top: 3px;
  left: 6px;
  font-size: 29px;
  color: #83d3ff;
}
@media only screen and (max-width: 767px) {
  /* line 2957, ../sass/_01_main.scss */
  #hero-modal #hero-modal-container .close-btn i {
    top: 1px;
    left: 3px;
  }
}
/* line 2968, ../sass/_01_main.scss */
#hero-modal #hero-modal-container .close-btn i:before {
  position: relative;
  z-index: 2;
}
/* line 2973, ../sass/_01_main.scss */
#hero-modal #hero-modal-container .close-btn i:after {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 1;
  top: 7px;
  left: 5px;
  width: 15px;
  height: 15px;
  background: #000;
}
/* line 2985, ../sass/_01_main.scss */
#hero-modal #hero-modal-container .title {
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  /* line 2985, ../sass/_01_main.scss */
  #hero-modal #hero-modal-container .title {
    font-size: 17px;
  }
}
/* line 2998, ../sass/_01_main.scss */
#hero-modal #hero-modal-container .title small {
  margin-left: 5px;
  font-size: 0.5em;
  font-weight: 600;
}
/* line 3006, ../sass/_01_main.scss */
#hero-modal #hero-modal-container .description {
  margin: 10px 0 0;
  font-size: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  /* line 3006, ../sass/_01_main.scss */
  #hero-modal #hero-modal-container .description {
    font-size: 13px;
  }
}
/* line 3019, ../sass/_01_main.scss */
#hero-modal #hero-modal-container .overlay-price {
  margin: 20px 0;
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 1px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  /* line 3019, ../sass/_01_main.scss */
  #hero-modal #hero-modal-container .overlay-price {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 16px;
  }
}
/* line 3037, ../sass/_01_main.scss */
#hero-modal #hero-modal-container .overlay-price small {
  display: block;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0px;
}
@media only screen and (max-width: 767px) {
  /* line 3037, ../sass/_01_main.scss */
  #hero-modal #hero-modal-container .overlay-price small {
    font-size: 12px;
  }
}
/* line 3049, ../sass/_01_main.scss */
#hero-modal #hero-modal-container .overlay-price small.extra-small {
  margin-top: 10px;
  font-size: 12px;
}
/* line 3056, ../sass/_01_main.scss */
#hero-modal #hero-modal-container .overlay-btn-holder {
  margin: 28px 0 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  /* line 3056, ../sass/_01_main.scss */
  #hero-modal #hero-modal-container .overlay-btn-holder {
    margin-top: 15px;
  }
}
/* line 3065, ../sass/_01_main.scss */
#hero-modal #hero-modal-container .overlay-btn-holder a {
  display: inline-block;
  height: 50px;
  line-height: 46px;
  padding: 0 30px;
  background: #83d3ff;
  border: 2px solid #000;
  color: #000;
  font-size: 15px;
  font-family: 'Montserrat';
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  /* line 3065, ../sass/_01_main.scss */
  #hero-modal #hero-modal-container .overlay-btn-holder a {
    height: 40px;
    line-height: 36px;
    padding: 0 7px;
    font-size: 12px;
    text-transform: none;
    letter-spacing: 0;
  }
}
/* line 3098, ../sass/_01_main.scss */
#hero-modal #hero-modal-container .overlay-btn-holder a:hover {
  background: #000;
  color: #FFF;
  text-decoration: none;
}

/* line 3110, ../sass/_01_main.scss */
.zipcode-area {
  background: #000;
}
/* line 3113, ../sass/_01_main.scss */
.zipcode-area .zip-black-box {
  padding: 40px 30px;
  background: #000;
  color: #FFF;
  text-align: center;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 3113, ../sass/_01_main.scss */
  .zipcode-area .zip-black-box {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 3113, ../sass/_01_main.scss */
  .zipcode-area .zip-black-box {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* line 3134, ../sass/_01_main.scss */
.zipcode-area .zip-black-box h5, .zipcode-area .zip-black-box .h5 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  /* line 3134, ../sass/_01_main.scss */
  .zipcode-area .zip-black-box h5, .zipcode-area .zip-black-box .h5 {
    font-size: 22px;
  }
}
/* line 3143, ../sass/_01_main.scss */
.zipcode-area .zip-black-box h5 span, .zipcode-area .zip-black-box .h5 span {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  /* line 3143, ../sass/_01_main.scss */
  .zipcode-area .zip-black-box h5 span, .zipcode-area .zip-black-box .h5 span {
    font-size: 16px;
  }
}
/* line 3152, ../sass/_01_main.scss */
.zipcode-area .zip-black-box p {
  margin-top: 35px;
  color: #FFF;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  /* line 3152, ../sass/_01_main.scss */
  .zipcode-area .zip-black-box p {
    margin-top: 20px;
    font-size: 12px;
  }
}
/* line 3164, ../sass/_01_main.scss */
.zipcode-area .zip-black-box .bottom {
  position: relative;
}
/* line 3167, ../sass/_01_main.scss */
.zipcode-area .zip-black-box .bottom form {
  display: flex;
  max-width: 390px;
  margin: 0 auto;
}
/* line 3172, ../sass/_01_main.scss */
.zipcode-area .zip-black-box .bottom form input {
  flex: 1;
  height: 60px;
  padding: 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  border: 2px solid #fff;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 3172, ../sass/_01_main.scss */
  .zipcode-area .zip-black-box .bottom form input {
    margin-left: 0;
  }
}
/* line 3195, ../sass/_01_main.scss */
.zipcode-area .zip-black-box .bottom form input::-webkit-input-placeholder {
  color: #fff;
}
/* line 3199, ../sass/_01_main.scss */
.zipcode-area .zip-black-box .bottom form input:-moz-placeholder {
  opacity: 1;
  /* Firefox 18- */
  color: #fff;
}
/* line 3205, ../sass/_01_main.scss */
.zipcode-area .zip-black-box .bottom form input::-moz-placeholder {
  opacity: 1;
  /* Firefox 19+ */
  color: #fff;
}
/* line 3211, ../sass/_01_main.scss */
.zipcode-area .zip-black-box .bottom form input:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  /* line 3172, ../sass/_01_main.scss */
  .zipcode-area .zip-black-box .bottom form input {
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 3223, ../sass/_01_main.scss */
.zipcode-area .zip-black-box .bottom form button {
  width: 110px;
  height: 60px;
  line-height: 56px;
  margin-left: -2px;
  padding: 0;
  border: 2px solid #FFF;
  border-radius: 0;
  background: #83d3ff;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
/* line 3241, ../sass/_01_main.scss */
.zipcode-area .zip-black-box .bottom form button:hover {
  color: #000;
  background: #45bbfc;
  transition: background 0.3s ease;
}

/* line 3254, ../sass/_01_main.scss */
.training-course .training-video {
  height: 481px !important;
  /* Large Devices */
  /* Medium Devices / Desktops */
  /* Small Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 3254, ../sass/_01_main.scss */
  .training-course .training-video {
    height: 441px !important;
  }
}
@media only screen and (max-width: 991px) {
  /* line 3254, ../sass/_01_main.scss */
  .training-course .training-video {
    height: 380px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 3254, ../sass/_01_main.scss */
  .training-course .training-video {
    height: 270px !important;
  }
}
/* line 3272, ../sass/_01_main.scss */
.training-course .video-finished-overlay {
  background: rgba(0, 0, 0, 0.8);
}

/* line 3277, ../sass/_01_main.scss */
.training-course-exam {
  padding-top: 100px;
  padding-bottom: 100px;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 3277, ../sass/_01_main.scss */
  .training-course-exam {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* line 3288, ../sass/_01_main.scss */
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
/* line 3292, ../sass/_01_main.scss */
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0 0 0 35px;
}
/* line 3299, ../sass/_01_main.scss */
.styled-checkbox + label:before {
  content: '';
  margin-right: 15px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
}
/* line 3314, ../sass/_01_main.scss */
.styled-checkbox:hover + label:before {
  background: #FFFFFF;
}
/* line 3319, ../sass/_01_main.scss */
.styled-checkbox:checked + label:before {
  background: #FFFFFF;
}
/* line 3324, ../sass/_01_main.scss */
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
/* line 3330, ../sass/_01_main.scss */
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
/* line 3336, ../sass/_01_main.scss */
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  background: #50bbfc;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
/* line 3348, ../sass/_01_main.scss */
.styled-checkbox.styled-checkbox-sm + label:before {
  width: 14px;
  height: 14px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12);
}
/* line 3355, ../sass/_01_main.scss */
.styled-checkbox.styled-checkbox-sm.error + label:before {
  box-shadow: 0 0 0 2px #d32f2f;
}
/* line 3359, ../sass/_01_main.scss */
.styled-checkbox.styled-checkbox-sm:checked + label:after {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
}
/* line 3366, ../sass/_01_main.scss */
.styled-checkbox.styled-checkbox-sm + label {
  padding: 0 0 0 25px;
}

/* line 3372, ../sass/_01_main.scss */
.modal.center {
  text-align: center;
  padding: 0 !important;
}
/* line 3376, ../sass/_01_main.scss */
.modal.center:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  /* Adjusts for spacing */
}
/* line 3384, ../sass/_01_main.scss */
.modal.center .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/* line 3391, ../sass/_01_main.scss */
.modal .modal-header .modal-title {
  font-size: 20px;
}

/* line 3397, ../sass/_01_main.scss */
.custom-check label:after {
  content: '';
}
/* line 3401, ../sass/_01_main.scss */
.custom-check input[type=radio] {
  position: relative;
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 16px;
  margin: -2px 4px 0 0;
  outline: 0;
  padding: 0 !important;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: .05s border-color ease-in-out;
  transition: .05s border-color ease-in-out;
}
/* line 3425, ../sass/_01_main.scss */
.custom-check input[type=radio]:checked:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #7d7d7d;
  border-radius: 50%;
}
/* line 3435, ../sass/_01_main.scss */
.custom-check input[type=radio]:after {
  content: '';
}
/* line 3440, ../sass/_01_main.scss */
.custom-check input[type=checkbox] {
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 16px;
  margin: -2px 4px 0 0;
  outline: 0;
  padding: 0 !important;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: .05s border-color ease-in-out;
  -webkit-appearance: none;
}
/* line 3461, ../sass/_01_main.scss */
.custom-check input[type=checkbox]:before {
  content: "";
  display: block;
  width: 0.65em;
  height: 0.65em;
  margin: 2.5px;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000;
  background-color: CanvasText;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
/* line 3475, ../sass/_01_main.scss */
.custom-check input[type=checkbox]:checked:before {
  transform: scale(1);
}

/* line 3481, ../sass/_01_main.scss */
.customer-table {
  border-bottom: 1px solid #a6a8b2;
}
/* line 3484, ../sass/_01_main.scss */
.customer-table tr {
  font-size: 9px;
  text-align: center;
  line-height: 1;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 3484, ../sass/_01_main.scss */
  .customer-table tr {
    font-size: 11px;
  }
}
/* line 3495, ../sass/_01_main.scss */
.customer-table tr.with-detail {
  cursor: pointer;
}
/* line 3499, ../sass/_01_main.scss */
.customer-table tr.with-detail td.actions i {
  margin-left: -20px;
}
/* line 3502, ../sass/_01_main.scss */
.customer-table tr.with-detail td.actions .see-more {
  visibility: visible;
  margin-left: 0;
}
/* line 3509, ../sass/_01_main.scss */
.customer-table tr:first-child td {
  border-top: none;
}
/* line 3513, ../sass/_01_main.scss */
.customer-table tr td {
  padding: 15px 5px;
  border-top: 1px solid #a6a8b2;
  vertical-align: middle !important;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 3513, ../sass/_01_main.scss */
  .customer-table tr td {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 3526, ../sass/_01_main.scss */
.customer-table tr td i {
  display: inline-block;
}
/* line 3531, ../sass/_01_main.scss */
.customer-table tr td tbody.price-details th {
  padding: 15px 8px !important;
}
/* line 3535, ../sass/_01_main.scss */
.customer-table tr td tbody.price-details td {
  border-top: solid 1px #ddd;
}
/* line 3540, ../sass/_01_main.scss */
.customer-table tr td.description {
  text-align: right;
}
/* line 3543, ../sass/_01_main.scss */
.customer-table tr td.amount {
  text-align: right;
  padding-right: 8px;
}
/* line 3548, ../sass/_01_main.scss */
.customer-table tr td.value {
  position: relative;
}
/* line 3550, ../sass/_01_main.scss */
.customer-table tr td.value i {
  display: none;
}
/* line 3554, ../sass/_01_main.scss */
.customer-table tr td.value.with-icon {
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 3554, ../sass/_01_main.scss */
  .customer-table tr td.value.with-icon {
    min-width: 102px;
  }
  /* line 3560, ../sass/_01_main.scss */
  .customer-table tr td.value.with-icon span {
    display: inline-block;
    padding-right: 15px;
  }
  /* line 3565, ../sass/_01_main.scss */
  .customer-table tr td.value.with-icon i {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -13px;
  }
}
/* line 3575, ../sass/_01_main.scss */
.customer-table tr td.state {
  position: relative;
}
/* line 3578, ../sass/_01_main.scss */
.customer-table tr td.state span {
  display: inline-block;
}
/* line 3582, ../sass/_01_main.scss */
.customer-table tr td.state i {
  position: relative;
  left: 3px;
}
/* line 3587, ../sass/_01_main.scss */
.customer-table tr td.state.success {
  background-color: transparent;
}
/* line 3590, ../sass/_01_main.scss */
.customer-table tr td.state.success span {
  padding-right: 16px;
  margin-right: -16px;
}
/* line 3596, ../sass/_01_main.scss */
.customer-table tr td.state.success i {
  background-image: url("/img/icons/customer-success.png");
  background-repeat: no-repeat;
  display: inline-block;
}
/* line 3601, ../sass/_01_main.scss */
.customer-table tr td.state.error {
  background-color: transparent;
}
/* line 3604, ../sass/_01_main.scss */
.customer-table tr td.state.error span {
  padding-right: 13px;
  margin-right: -13px;
}
/* line 3610, ../sass/_01_main.scss */
.customer-table tr td.state.error i {
  top: 3px;
  background-image: url("/img/icons/customer-error.png");
  background-repeat: no-repeat;
  display: inline-block;
}
/* line 3618, ../sass/_01_main.scss */
.customer-table tr td.actions {
  position: relative;
}
/* line 3621, ../sass/_01_main.scss */
.customer-table tr td.actions i.see-more {
  visibility: hidden;
  position: absolute;
  top: 15px;
  right: 10px;
}
/* line 3627, ../sass/_01_main.scss */
.customer-table tr td.actions i.more-info {
  display: inline-block;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 3627, ../sass/_01_main.scss */
  .customer-table tr td.actions i.more-info {
    display: none;
  }
}
/* line 3638, ../sass/_01_main.scss */
.customer-table thead tr {
  background: #000;
  color: #a6a8b2;
  text-transform: uppercase;
}
/* line 3645, ../sass/_01_main.scss */
.customer-table tr.detail > td {
  padding: 0;
  border: none;
}
/* line 3650, ../sass/_01_main.scss */
.customer-table tr.detail .holder {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease-in-out;
}
/* line 3660, ../sass/_01_main.scss */
.customer-table tr.detail table {
  margin: 0;
  border: 7px solid #000;
}
/* line 3665, ../sass/_01_main.scss */
.customer-table tr.detail table thead {
  border: 3px solid #FFF;
  border-bottom: 0;
}
/* line 3669, ../sass/_01_main.scss */
.customer-table tr.detail table tbody {
  border: 3px solid #FFF;
  border-top: 0;
}
/* line 3673, ../sass/_01_main.scss */
.customer-table tr.detail table thead tr {
  background: #45bbfc;
  color: #FFF;
}
/* line 3679, ../sass/_01_main.scss */
.customer-table tr.detail table td.success {
  background-color: transparent;
  color: #45bbfc;
}
/* line 3685, ../sass/_01_main.scss */
.customer-table tr.detail table td.error {
  background-color: transparent;
  color: #ff4a4a;
}
/* line 3691, ../sass/_01_main.scss */
.customer-table tr.detail table td.no-border {
  padding: 0;
}
/* line 3694, ../sass/_01_main.scss */
.customer-table tr.detail table td.no-border table {
  border: none;
  padding: 0;
  margin: 0;
}
/* line 3699, ../sass/_01_main.scss */
.customer-table tr.detail table td.no-border table thead, .customer-table tr.detail table td.no-border table tbody {
  border: 0;
}
@media only screen and (max-width: 374px) {
  /* line 3705, ../sass/_01_main.scss */
  .customer-table tr.detail table td .btn {
    width: 60px;
    white-space: normal;
  }
}

/* line 3718, ../sass/_01_main.scss */
html body .terms-modal .modal-content, html body .disclosure-modal .modal-content {
  padding: 20px;
}
/* line 3722, ../sass/_01_main.scss */
html body .terms-modal h3, html body .disclosure-modal h3 {
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
/* line 3731, ../sass/_01_main.scss */
html body .terms-modal .terms .sub-container, html body .disclosure-modal .terms .sub-container {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 20px 20px;
  background: #efefef;
}
/* line 3737, ../sass/_01_main.scss */
html body .terms-modal .terms .sub-container .scroll-outer, html body .disclosure-modal .terms .sub-container .scroll-outer {
  overflow: auto;
  height: 260px;
  font-size: 11px;
  color: #7d8091;
}
/* line 3745, ../sass/_01_main.scss */
html body .terms-modal .terms h3, html body .disclosure-modal .terms h3 {
  font-size: 13px;
  text-transform: none;
}
/* line 3750, ../sass/_01_main.scss */
html body .terms-modal .terms h4, html body .disclosure-modal .terms h4 {
  font-size: 12px;
  font-weight: bold;
}
/* line 3756, ../sass/_01_main.scss */
html body .terms-modal .custom-checkbox label, html body .disclosure-modal .custom-checkbox label {
  font-size: 12px;
}
/* line 3760, ../sass/_01_main.scss */
html body .terms-modal .custom-checkbox.align-left label, html body .disclosure-modal .custom-checkbox.align-left label {
  text-align: left;
}

/* line 1, ../sass/_01_header.scss */
.redirect-overlay {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: #FFF;
  text-align: center;
  padding: 16px 0;
  /* Extra Small Devices */
}
@media only screen and (max-width: 768px) {
  /* line 1, ../sass/_01_header.scss */
  .redirect-overlay {
    height: 120px;
  }
}
/* line 17, ../sass/_01_header.scss */
.redirect-overlay h2 {
  margin-bottom: 15px;
  font-size: 30px;
  text-align: center;
  /* Small Devices */
  /* Super Extra Small Devices */
}
@media only screen and (max-width: 992px) {
  /* line 17, ../sass/_01_header.scss */
  .redirect-overlay h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 17, ../sass/_01_header.scss */
  .redirect-overlay h2 {
    font-size: 17px;
    margin-bottom: 16px;
  }
}
/* line 35, ../sass/_01_header.scss */
.redirect-overlay h2 img {
  /* Small Devices */
  /* Extra Small Devices */
}
@media only screen and (max-width: 992px) {
  /* line 35, ../sass/_01_header.scss */
  .redirect-overlay h2 img {
    width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 35, ../sass/_01_header.scss */
  .redirect-overlay h2 img {
    width: 120px;
  }
}
/* line 47, ../sass/_01_header.scss */
.redirect-overlay h2 span {
  position: relative;
  top: 10px;
  margin-left: 20px;
  /* Small Devices */
  /* Extra Small Devices */
}
@media only screen and (max-width: 992px) {
  /* line 47, ../sass/_01_header.scss */
  .redirect-overlay h2 span {
    top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 47, ../sass/_01_header.scss */
  .redirect-overlay h2 span {
    display: block;
    margin-left: 10px;
  }
}
/* line 66, ../sass/_01_header.scss */
.redirect-overlay p {
  position: relative;
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* Extra Small Devices */
  /* Super Extra Small Devices */
}
@media only screen and (max-width: 768px) {
  /* line 66, ../sass/_01_header.scss */
  .redirect-overlay p {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 66, ../sass/_01_header.scss */
  .redirect-overlay p {
    font-size: 9px;
  }
}

/* line 86, ../sass/_01_header.scss */
html body header {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 84px;
  /* Extra Small Devices */
}
/* line 93, ../sass/_01_header.scss */
html body header.not-fixed {
  position: static;
}
@media only screen and (max-width: 768px) {
  /* line 86, ../sass/_01_header.scss */
  html body header {
    height: 65px;
  }
}
/* line 102, ../sass/_01_header.scss */
html body header .live-chat-trigger {
  float: left;
  border: 2px solid #000;
  width: 40px;
  height: 38px;
  margin-top: 25px;
  margin-right: 15px;
  padding-top: 4px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Montserrat";
  text-align: center;
  cursor: pointer;
  /* Extra Small Devices */
}
@media only screen and (max-width: 768px) {
  /* line 102, ../sass/_01_header.scss */
  html body header .live-chat-trigger {
    margin-top: 15px;
  }
}
/* line 125, ../sass/_01_header.scss */
html body header.with-topbar {
  height: 132px;
  /* Extra Small Devices */
}
@media only screen and (max-width: 768px) {
  /* line 125, ../sass/_01_header.scss */
  html body header.with-topbar {
    height: 112px;
  }
}
/* line 133, ../sass/_01_header.scss */
html body header.with-topbar ~ .highlight, html body header.with-topbar ~ .service-detail .highlight {
  padding-top: 132px;
  /* Extra Small Devices */
}
@media only screen and (max-width: 768px) {
  /* line 133, ../sass/_01_header.scss */
  html body header.with-topbar ~ .highlight, html body header.with-topbar ~ .service-detail .highlight {
    padding-top: 112px;
  }
}
/* line 142, ../sass/_01_header.scss */
html body header.with-topbar ~ .highlight .content .content-center, html body header.with-topbar ~ .service-detail .highlight .content .content-center {
  padding-top: 147px;
}
/* line 146, ../sass/_01_header.scss */
html body header.with-topbar ~ .highlight .hero-services-container, html body header.with-topbar ~ .service-detail .highlight .hero-services-container {
  top: 182px;
}
/* line 151, ../sass/_01_header.scss */
html body header.with-topbar ~ .service-detail .highlight {
  padding-top: 47px;
}
/* line 156, ../sass/_01_header.scss */
html body header .topbar-invest {
  height: 47px;
  background: #2d2d2d;
  border-bottom: 1px solid #CCC;
  text-align: center;
}
/* line 163, ../sass/_01_header.scss */
html body header .topbar-invest .container {
  height: 100%;
}
/* line 167, ../sass/_01_header.scss */
html body header .topbar-invest a, html body header .topbar-invest .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active html body header .topbar-invest a, html body header .topbar-invest .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option html body header .topbar-invest a:hover, html body header .topbar-invest .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active html body header .topbar-invest a, html body header .topbar-invest .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option html body header .topbar-invest a:hover {
  display: block;
  height: 100%;
  text-align: center;
}
/* line 172, ../sass/_01_header.scss */
html body header .topbar-invest a:hover, html body header .topbar-invest .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option html body header .topbar-invest a:hover, html body header .topbar-invest .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option html body header .topbar-invest a:hover, html body header .topbar-invest a:active, html body header .topbar-invest .giftcards .form-holder form fieldset .options .option.active a:active, .giftcards .form-holder form fieldset .options .option.active html body header .topbar-invest a:active, html body header .topbar-invest .giftcards .form-holder form fieldset .options .option a:active:hover, .giftcards .form-holder form fieldset .options .option html body header .topbar-invest a:active:hover, html body header .topbar-invest .giftcards_view .form-holder form fieldset .options .option.active a:active, .giftcards_view .form-holder form fieldset .options .option.active html body header .topbar-invest a:active, html body header .topbar-invest .giftcards_view .form-holder form fieldset .options .option a:active:hover, .giftcards_view .form-holder form fieldset .options .option html body header .topbar-invest a:active:hover, html body header .topbar-invest a:focus, html body header .topbar-invest .giftcards .form-holder form fieldset .options .option.active a:focus, .giftcards .form-holder form fieldset .options .option.active html body header .topbar-invest a:focus, html body header .topbar-invest .giftcards .form-holder form fieldset .options .option a:focus:hover, .giftcards .form-holder form fieldset .options .option html body header .topbar-invest a:focus:hover, html body header .topbar-invest .giftcards_view .form-holder form fieldset .options .option.active a:focus, .giftcards_view .form-holder form fieldset .options .option.active html body header .topbar-invest a:focus, html body header .topbar-invest .giftcards_view .form-holder form fieldset .options .option a:focus:hover, .giftcards_view .form-holder form fieldset .options .option html body header .topbar-invest a:focus:hover {
  text-decoration: none;
}
/* line 176, ../sass/_01_header.scss */
html body header .topbar-invest a > div, html body header .topbar-invest .giftcards .form-holder form fieldset .options .option.active a > div, .giftcards .form-holder form fieldset .options .option.active html body header .topbar-invest a > div, html body header .topbar-invest .giftcards .form-holder form fieldset .options .option a:hover > div, .giftcards .form-holder form fieldset .options .option html body header .topbar-invest a:hover > div, html body header .topbar-invest .giftcards_view .form-holder form fieldset .options .option.active a > div, .giftcards_view .form-holder form fieldset .options .option.active html body header .topbar-invest a > div, html body header .topbar-invest .giftcards_view .form-holder form fieldset .options .option a:hover > div, .giftcards_view .form-holder form fieldset .options .option html body header .topbar-invest a:hover > div {
  display: inline-block;
  height: 47px;
  width: 420px;
}
@media only screen and (max-width: 420px) {
  /* line 176, ../sass/_01_header.scss */
  html body header .topbar-invest a > div, html body header .topbar-invest .giftcards .form-holder form fieldset .options .option.active a > div, .giftcards .form-holder form fieldset .options .option.active html body header .topbar-invest a > div, html body header .topbar-invest .giftcards .form-holder form fieldset .options .option a:hover > div, .giftcards .form-holder form fieldset .options .option html body header .topbar-invest a:hover > div, html body header .topbar-invest .giftcards_view .form-holder form fieldset .options .option.active a > div, .giftcards_view .form-holder form fieldset .options .option.active html body header .topbar-invest a > div, html body header .topbar-invest .giftcards_view .form-holder form fieldset .options .option a:hover > div, .giftcards_view .form-holder form fieldset .options .option html body header .topbar-invest a:hover > div {
    width: 405px;
    margin-left: calc(50% - 405px/2);
    transform: scale(0.7);
    -webkit-transform-origin-y: 0;
    -moz-transform-origin: center;
    -ms-transform-origin-y: 0;
    transform-origin: center;
  }
}
/* line 193, ../sass/_01_header.scss */
html body header .topbar-invest .invest-title {
  float: left;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  letter-spacing: 3px;
  line-height: 47px;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 206, ../sass/_01_header.scss */
html body header .topbar-invest img {
  float: left;
  display: block;
  height: 27px;
  margin-top: 8.5px;
  margin-left: 15px;
  margin-right: 20px;
}
/* line 216, ../sass/_01_header.scss */
html body header .topbar-invest .invest-learn {
  float: left;
  display: block;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  color: #83d3ff;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 2px solid #83d3ff;
  margin-top: 8px;
  padding: 3px 7px;
  transition: all 0.3s ease-in-out;
}
/* line 232, ../sass/_01_header.scss */
html body header .topbar-invest .invest-learn:hover {
  background: #83d3ff;
  color: #000;
}
/* line 239, ../sass/_01_header.scss */
html body header .header-main {
  position: relative;
  z-index: 15;
  height: 84px;
  background: #FFF;
  border-bottom: 1px solid #cacaca;
  /* Extra Small Devices */
}
@media only screen and (max-width: 768px) {
  /* line 239, ../sass/_01_header.scss */
  html body header .header-main {
    height: 65px;
  }
}
/* line 251, ../sass/_01_header.scss */
html body header .header-main .logo-holder {
  position: relative;
  float: left;
  height: 100%;
  /* Extra Small Devices */
}
@media only screen and (max-width: 991px) {
  /* line 251, ../sass/_01_header.scss */
  html body header .header-main .logo-holder {
    width: calc(100% - 40px - 64px);
    text-align: center;
  }
}
/* line 263, ../sass/_01_header.scss */
html body header .header-main .logo-holder a, html body header .header-main .logo-holder .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active html body header .header-main .logo-holder a, html body header .header-main .logo-holder .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option html body header .header-main .logo-holder a:hover, html body header .header-main .logo-holder .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active html body header .header-main .logo-holder a, html body header .header-main .logo-holder .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option html body header .header-main .logo-holder a:hover {
  display: block;
  height: 100%;
  line-height: 84px;
  /* Extra Small Devices */
}
@media only screen and (max-width: 768px) {
  /* line 263, ../sass/_01_header.scss */
  html body header .header-main .logo-holder a, html body header .header-main .logo-holder .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active html body header .header-main .logo-holder a, html body header .header-main .logo-holder .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option html body header .header-main .logo-holder a:hover, html body header .header-main .logo-holder .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active html body header .header-main .logo-holder a, html body header .header-main .logo-holder .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option html body header .header-main .logo-holder a:hover {
    line-height: 65px;
  }
}
/* line 274, ../sass/_01_header.scss */
html body header .header-main .logo-holder a img, html body header .header-main .logo-holder .giftcards .form-holder form fieldset .options .option.active a img, .giftcards .form-holder form fieldset .options .option.active html body header .header-main .logo-holder a img, html body header .header-main .logo-holder .giftcards .form-holder form fieldset .options .option a:hover img, .giftcards .form-holder form fieldset .options .option html body header .header-main .logo-holder a:hover img, html body header .header-main .logo-holder .giftcards_view .form-holder form fieldset .options .option.active a img, .giftcards_view .form-holder form fieldset .options .option.active html body header .header-main .logo-holder a img, html body header .header-main .logo-holder .giftcards_view .form-holder form fieldset .options .option a:hover img, .giftcards_view .form-holder form fieldset .options .option html body header .header-main .logo-holder a:hover img {
  height: 44px;
}
@media only screen and (max-width: 1199px) {
  /* line 274, ../sass/_01_header.scss */
  html body header .header-main .logo-holder a img, html body header .header-main .logo-holder .giftcards .form-holder form fieldset .options .option.active a img, .giftcards .form-holder form fieldset .options .option.active html body header .header-main .logo-holder a img, html body header .header-main .logo-holder .giftcards .form-holder form fieldset .options .option a:hover img, .giftcards .form-holder form fieldset .options .option html body header .header-main .logo-holder a:hover img, html body header .header-main .logo-holder .giftcards_view .form-holder form fieldset .options .option.active a img, .giftcards_view .form-holder form fieldset .options .option.active html body header .header-main .logo-holder a img, html body header .header-main .logo-holder .giftcards_view .form-holder form fieldset .options .option a:hover img, .giftcards_view .form-holder form fieldset .options .option html body header .header-main .logo-holder a:hover img {
    height: 35px;
  }
}
/* line 282, ../sass/_01_header.scss */
html body header .header-main .logo-holder a h2, html body header .header-main .logo-holder .giftcards .form-holder form fieldset .options .option.active a h2, .giftcards .form-holder form fieldset .options .option.active html body header .header-main .logo-holder a h2, html body header .header-main .logo-holder .giftcards .form-holder form fieldset .options .option a:hover h2, .giftcards .form-holder form fieldset .options .option html body header .header-main .logo-holder a:hover h2, html body header .header-main .logo-holder .giftcards_view .form-holder form fieldset .options .option.active a h2, .giftcards_view .form-holder form fieldset .options .option.active html body header .header-main .logo-holder a h2, html body header .header-main .logo-holder .giftcards_view .form-holder form fieldset .options .option a:hover h2, .giftcards_view .form-holder form fieldset .options .option html body header .header-main .logo-holder a:hover h2 {
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  height: 20px;
  margin: 0;
  padding: 0 0 0 55px;
  color: transparent;
  font-size: 7px;
  font-family: "Montserrat";
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* Extra Small Devices */
}
@media only screen and (max-width: 768px) {
  /* line 282, ../sass/_01_header.scss */
  html body header .header-main .logo-holder a h2, html body header .header-main .logo-holder .giftcards .form-holder form fieldset .options .option.active a h2, .giftcards .form-holder form fieldset .options .option.active html body header .header-main .logo-holder a h2, html body header .header-main .logo-holder .giftcards .form-holder form fieldset .options .option a:hover h2, .giftcards .form-holder form fieldset .options .option html body header .header-main .logo-holder a:hover h2, html body header .header-main .logo-holder .giftcards_view .form-holder form fieldset .options .option.active a h2, .giftcards_view .form-holder form fieldset .options .option.active html body header .header-main .logo-holder a h2, html body header .header-main .logo-holder .giftcards_view .form-holder form fieldset .options .option a:hover h2, .giftcards_view .form-holder form fieldset .options .option html body header .header-main .logo-holder a:hover h2 {
    bottom: -1px;
  }
}
/* line 303, ../sass/_01_header.scss */
html body header .header-main .header-navigation {
  float: right;
  width: 100%;
  height: 100%;
  max-width: 81%;
}
/* line 308, ../sass/_01_header.scss */
html body header .header-main .header-navigation.sm-header-nav-full {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 308, ../sass/_01_header.scss */
  html body header .header-main .header-navigation.sm-header-nav-full {
    max-width: 100%;
  }
}
/* line 316, ../sass/_01_header.scss */
html body header .header-main .header-navigation .top-nav {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 321, ../sass/_01_header.scss */
html body header .header-main .header-navigation .main-nav {
  height: 100%;
}
/* line 324, ../sass/_01_header.scss */
html body header .header-main .header-navigation .main-nav div.dual-ul, html body header .header-main .header-navigation .main-nav div.single-ul {
  float: right;
}
/* line 328, ../sass/_01_header.scss */
html body header .header-main .header-navigation .main-nav > ul, html body header .header-main .header-navigation .main-nav div.dual-ul ul, html body header .header-main .header-navigation .main-nav div.single-ul ul {
  float: right;
  height: 100%;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1199px) {
  /* line 334, ../sass/_01_header.scss */
  html body header .header-main .header-navigation .main-nav > ul.account, html body header .header-main .header-navigation .main-nav div.dual-ul ul.account, html body header .header-main .header-navigation .main-nav div.single-ul ul.account {
    margin-left: 10px;
  }
}
/* line 341, ../sass/_01_header.scss */
html body header .header-main .header-navigation .main-nav > ul.account li, html body header .header-main .header-navigation .main-nav div.dual-ul ul.account li, html body header .header-main .header-navigation .main-nav div.single-ul ul.account li {
  border-left: none;
}
/* line 344, ../sass/_01_header.scss */
html body header .header-main .header-navigation .main-nav > ul.account li a, html body header .header-main .header-navigation .main-nav > ul.account li .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul.account li a, html body header .header-main .header-navigation .main-nav > ul.account li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul.account li a:hover, html body header .header-main .header-navigation .main-nav > ul.account li .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul.account li a, html body header .header-main .header-navigation .main-nav > ul.account li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul.account li a:hover, html body header .header-main .header-navigation .main-nav div.dual-ul ul.account li a, html body header .header-main .header-navigation .main-nav div.single-ul ul.account li a {
  margin: 0;
  line-height: 84px;
}
/* line 351, ../sass/_01_header.scss */
html body header .header-main .header-navigation .main-nav > ul > li, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li, html body header .header-main .header-navigation .main-nav div.single-ul ul > li {
  float: left;
  height: 100%;
}
/* line 355, ../sass/_01_header.scss */
html body header .header-main .header-navigation .main-nav > ul > li.sub, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li.sub, html body header .header-main .header-navigation .main-nav div.single-ul ul > li.sub {
  position: relative;
  padding-bottom: 1px;
}
/* line 359, ../sass/_01_header.scss */
html body header .header-main .header-navigation .main-nav > ul > li.sub a, html body header .header-main .header-navigation .main-nav > ul > li.sub .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li.sub a, html body header .header-main .header-navigation .main-nav > ul > li.sub .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li.sub a:hover, html body header .header-main .header-navigation .main-nav > ul > li.sub .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li.sub a, html body header .header-main .header-navigation .main-nav > ul > li.sub .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li.sub a:hover, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li.sub a, html body header .header-main .header-navigation .main-nav div.single-ul ul > li.sub a {
  padding-right: 25px;
  /* Large Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 359, ../sass/_01_header.scss */
  html body header .header-main .header-navigation .main-nav > ul > li.sub a, html body header .header-main .header-navigation .main-nav > ul > li.sub .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li.sub a, html body header .header-main .header-navigation .main-nav > ul > li.sub .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li.sub a:hover, html body header .header-main .header-navigation .main-nav > ul > li.sub .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li.sub a, html body header .header-main .header-navigation .main-nav > ul > li.sub .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li.sub a:hover, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li.sub a, html body header .header-main .header-navigation .main-nav div.single-ul ul > li.sub a {
    padding-right: 15px;
  }
}
/* line 367, ../sass/_01_header.scss */
html body header .header-main .header-navigation .main-nav > ul > li.sub a::after, html body header .header-main .header-navigation .main-nav > ul > li.sub .giftcards .form-holder form fieldset .options .option.active a::after, .giftcards .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li.sub a::after, html body header .header-main .header-navigation .main-nav > ul > li.sub .giftcards .form-holder form fieldset .options .option a:hover::after, .giftcards .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li.sub a:hover::after, html body header .header-main .header-navigation .main-nav > ul > li.sub .giftcards_view .form-holder form fieldset .options .option.active a::after, .giftcards_view .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li.sub a::after, html body header .header-main .header-navigation .main-nav > ul > li.sub .giftcards_view .form-holder form fieldset .options .option a:hover::after, .giftcards_view .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li.sub a:hover::after, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li.sub a::after, html body header .header-main .header-navigation .main-nav div.single-ul ul > li.sub a::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -1px;
  background-image: url("/img/icons/menu-arrow-black.png");
  background-repeat: no-repeat;
  display: inline-block;
  /* Large Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 367, ../sass/_01_header.scss */
  html body header .header-main .header-navigation .main-nav > ul > li.sub a::after, html body header .header-main .header-navigation .main-nav > ul > li.sub .giftcards .form-holder form fieldset .options .option.active a::after, .giftcards .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li.sub a::after, html body header .header-main .header-navigation .main-nav > ul > li.sub .giftcards .form-holder form fieldset .options .option a:hover::after, .giftcards .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li.sub a:hover::after, html body header .header-main .header-navigation .main-nav > ul > li.sub .giftcards_view .form-holder form fieldset .options .option.active a::after, .giftcards_view .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li.sub a::after, html body header .header-main .header-navigation .main-nav > ul > li.sub .giftcards_view .form-holder form fieldset .options .option a:hover::after, .giftcards_view .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li.sub a:hover::after, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li.sub a::after, html body header .header-main .header-navigation .main-nav div.single-ul ul > li.sub a::after {
    right: 5px;
  }
}
/* line 383, ../sass/_01_header.scss */
html body header .header-main .header-navigation .main-nav > ul > li.sub.active, html body header .header-main .header-navigation .main-nav > ul > li.sub.selected, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li.sub.active, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li.sub.selected, html body header .header-main .header-navigation .main-nav div.single-ul ul > li.sub.active, html body header .header-main .header-navigation .main-nav div.single-ul ul > li.sub.selected {
  cursor: pointer;
  background: #e2e2e2;
}
/* line 391, ../sass/_01_header.scss */
html body header .header-main .header-navigation .main-nav > ul > li:hover, html body header .header-main .header-navigation .main-nav > ul > li.active, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li:hover, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li.active, html body header .header-main .header-navigation .main-nav div.single-ul ul > li:hover, html body header .header-main .header-navigation .main-nav div.single-ul ul > li.active {
  background: #e2e2e2;
}
/* line 394, ../sass/_01_header.scss */
html body header .header-main .header-navigation .main-nav > ul > li:hover a, html body header .header-main .header-navigation .main-nav > ul > li:hover .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li:hover a, html body header .header-main .header-navigation .main-nav > ul > li:hover .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li:hover a:hover, html body header .header-main .header-navigation .main-nav > ul > li:hover .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li:hover a, html body header .header-main .header-navigation .main-nav > ul > li:hover .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li:hover a:hover, html body header .header-main .header-navigation .main-nav > ul > li.active a, html body header .header-main .header-navigation .main-nav > ul > li.active .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li.active a, html body header .header-main .header-navigation .main-nav > ul > li.active .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li.active a:hover, html body header .header-main .header-navigation .main-nav > ul > li.active .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li.active a, html body header .header-main .header-navigation .main-nav > ul > li.active .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li.active a:hover, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li:hover a, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li.active a, html body header .header-main .header-navigation .main-nav div.single-ul ul > li:hover a, html body header .header-main .header-navigation .main-nav div.single-ul ul > li.active a {
  color: #000;
  text-decoration: none;
}
/* line 400, ../sass/_01_header.scss */
html body header .header-main .header-navigation .main-nav > ul > li a, html body header .header-main .header-navigation .main-nav > ul > li .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li a, html body header .header-main .header-navigation .main-nav > ul > li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li a:hover, html body header .header-main .header-navigation .main-nav > ul > li .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li a, html body header .header-main .header-navigation .main-nav > ul > li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li a:hover, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li a, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav div.dual-ul ul > li a, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav div.dual-ul ul > li a:hover, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav div.dual-ul ul > li a, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav div.dual-ul ul > li a:hover, html body header .header-main .header-navigation .main-nav div.single-ul ul > li a, html body header .header-main .header-navigation .main-nav div.single-ul ul > li .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav div.single-ul ul > li a, html body header .header-main .header-navigation .main-nav div.single-ul ul > li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav div.single-ul ul > li a:hover, html body header .header-main .header-navigation .main-nav div.single-ul ul > li .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav div.single-ul ul > li a, html body header .header-main .header-navigation .main-nav div.single-ul ul > li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav div.single-ul ul > li a:hover {
  display: block;
  height: 100%;
  line-height: 44px;
  margin: 9px 0;
  padding: 0 15px;
  color: #000;
  font-size: 13px;
  font-family: "Montserrat";
  font-weight: normal;
  letter-spacing: 1px;
  /* Large Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 400, ../sass/_01_header.scss */
  html body header .header-main .header-navigation .main-nav > ul > li a, html body header .header-main .header-navigation .main-nav > ul > li .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li a, html body header .header-main .header-navigation .main-nav > ul > li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li a:hover, html body header .header-main .header-navigation .main-nav > ul > li .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li a, html body header .header-main .header-navigation .main-nav > ul > li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li a:hover, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li a, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav div.dual-ul ul > li a, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav div.dual-ul ul > li a:hover, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav div.dual-ul ul > li a, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav div.dual-ul ul > li a:hover, html body header .header-main .header-navigation .main-nav div.single-ul ul > li a, html body header .header-main .header-navigation .main-nav div.single-ul ul > li .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav div.single-ul ul > li a, html body header .header-main .header-navigation .main-nav div.single-ul ul > li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav div.single-ul ul > li a:hover, html body header .header-main .header-navigation .main-nav div.single-ul ul > li .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav div.single-ul ul > li a, html body header .header-main .header-navigation .main-nav div.single-ul ul > li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav div.single-ul ul > li a:hover {
    padding: 0 10px;
    letter-spacing: 0px;
  }
}
/* line 422, ../sass/_01_header.scss */
html body header .header-main .header-navigation .main-nav > ul > li.login a, html body header .header-main .header-navigation .main-nav > ul > li.login .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li.login a, html body header .header-main .header-navigation .main-nav > ul > li.login .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li.login a:hover, html body header .header-main .header-navigation .main-nav > ul > li.login .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li.login a, html body header .header-main .header-navigation .main-nav > ul > li.login .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li.login a:hover, html body header .header-main .header-navigation .main-nav > ul > li.signup a, html body header .header-main .header-navigation .main-nav > ul > li.signup .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li.signup a, html body header .header-main .header-navigation .main-nav > ul > li.signup .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li.signup a:hover, html body header .header-main .header-navigation .main-nav > ul > li.signup .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li.signup a, html body header .header-main .header-navigation .main-nav > ul > li.signup .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li.signup a:hover, html body header .header-main .header-navigation .main-nav > ul > li.logout a, html body header .header-main .header-navigation .main-nav > ul > li.logout .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li.logout a, html body header .header-main .header-navigation .main-nav > ul > li.logout .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li.logout a:hover, html body header .header-main .header-navigation .main-nav > ul > li.logout .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li.logout a, html body header .header-main .header-navigation .main-nav > ul > li.logout .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li.logout a:hover, html body header .header-main .header-navigation .main-nav > ul > li.profile a, html body header .header-main .header-navigation .main-nav > ul > li.profile .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li.profile a, html body header .header-main .header-navigation .main-nav > ul > li.profile .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li.profile a:hover, html body header .header-main .header-navigation .main-nav > ul > li.profile .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li.profile a, html body header .header-main .header-navigation .main-nav > ul > li.profile .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li.profile a:hover, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li.login a, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li.signup a, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li.logout a, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li.profile a, html body header .header-main .header-navigation .main-nav div.single-ul ul > li.login a, html body header .header-main .header-navigation .main-nav div.single-ul ul > li.signup a, html body header .header-main .header-navigation .main-nav div.single-ul ul > li.logout a, html body header .header-main .header-navigation .main-nav div.single-ul ul > li.profile a {
  padding: 0 15px;
  background: #000;
  color: #FFF;
}
/* line 428, ../sass/_01_header.scss */
html body header .header-main .header-navigation .main-nav > ul > li.login a:hover, html body header .header-main .header-navigation .main-nav > ul > li.signup a:hover, html body header .header-main .header-navigation .main-nav > ul > li.logout a:hover, html body header .header-main .header-navigation .main-nav > ul > li.profile a:hover, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li.login a:hover, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li.signup a:hover, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li.logout a:hover, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li.profile a:hover, html body header .header-main .header-navigation .main-nav div.single-ul ul > li.login a:hover, html body header .header-main .header-navigation .main-nav div.single-ul ul > li.signup a:hover, html body header .header-main .header-navigation .main-nav div.single-ul ul > li.logout a:hover, html body header .header-main .header-navigation .main-nav div.single-ul ul > li.profile a:hover {
  background: #424242;
  color: #FFF;
}
/* line 436, ../sass/_01_header.scss */
html body header .header-main .header-navigation .main-nav > ul > li.login a, html body header .header-main .header-navigation .main-nav > ul > li.login .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li.login a, html body header .header-main .header-navigation .main-nav > ul > li.login .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li.login a:hover, html body header .header-main .header-navigation .main-nav > ul > li.login .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li.login a, html body header .header-main .header-navigation .main-nav > ul > li.login .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li.login a:hover, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li.login a, html body header .header-main .header-navigation .main-nav div.single-ul ul > li.login a {
  position: relative;
  padding-left: 38px;
}
/* line 440, ../sass/_01_header.scss */
html body header .header-main .header-navigation .main-nav > ul > li.login a i, html body header .header-main .header-navigation .main-nav > ul > li.login .giftcards .form-holder form fieldset .options .option.active a i, .giftcards .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li.login a i, html body header .header-main .header-navigation .main-nav > ul > li.login .giftcards .form-holder form fieldset .options .option a:hover i, .giftcards .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li.login a:hover i, html body header .header-main .header-navigation .main-nav > ul > li.login .giftcards_view .form-holder form fieldset .options .option.active a i, .giftcards_view .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li.login a i, html body header .header-main .header-navigation .main-nav > ul > li.login .giftcards_view .form-holder form fieldset .options .option a:hover i, .giftcards_view .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li.login a:hover i, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li.login a i, html body header .header-main .header-navigation .main-nav div.single-ul ul > li.login a i {
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -8px;
  font-size: 17px;
}
/* line 452, ../sass/_01_header.scss */
html body header .header-main .header-navigation .main-nav > ul > li.signup a, html body header .header-main .header-navigation .main-nav > ul > li.signup .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li.signup a, html body header .header-main .header-navigation .main-nav > ul > li.signup .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li.signup a:hover, html body header .header-main .header-navigation .main-nav > ul > li.signup .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li.signup a, html body header .header-main .header-navigation .main-nav > ul > li.signup .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li.signup a:hover, html body header .header-main .header-navigation .main-nav > ul > li.profile a, html body header .header-main .header-navigation .main-nav > ul > li.profile .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li.profile a, html body header .header-main .header-navigation .main-nav > ul > li.profile .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li.profile a:hover, html body header .header-main .header-navigation .main-nav > ul > li.profile .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li.profile a, html body header .header-main .header-navigation .main-nav > ul > li.profile .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li.profile a:hover, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li.signup a, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li.profile a, html body header .header-main .header-navigation .main-nav div.single-ul ul > li.signup a, html body header .header-main .header-navigation .main-nav div.single-ul ul > li.profile a {
  background: #83d3ff;
  color: #000;
}
/* line 456, ../sass/_01_header.scss */
html body header .header-main .header-navigation .main-nav > ul > li.signup a:hover, html body header .header-main .header-navigation .main-nav > ul > li.profile a:hover, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li.signup a:hover, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li.profile a:hover, html body header .header-main .header-navigation .main-nav div.single-ul ul > li.signup a:hover, html body header .header-main .header-navigation .main-nav div.single-ul ul > li.profile a:hover {
  background: #50bbfc;
  color: #000;
}
/* line 464, ../sass/_01_header.scss */
html body header .header-main .header-navigation .main-nav > ul > li.reservations, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li.reservations, html body header .header-main .header-navigation .main-nav div.single-ul ul > li.reservations {
  margin-right: 10px;
}
/* line 467, ../sass/_01_header.scss */
html body header .header-main .header-navigation .main-nav > ul > li.reservations:hover, html body header .header-main .header-navigation .main-nav > ul > li.reservations.active, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li.reservations:hover, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li.reservations.active, html body header .header-main .header-navigation .main-nav div.single-ul ul > li.reservations:hover, html body header .header-main .header-navigation .main-nav div.single-ul ul > li.reservations.active {
  background: transparent;
}
/* line 471, ../sass/_01_header.scss */
html body header .header-main .header-navigation .main-nav > ul > li.reservations.active a, html body header .header-main .header-navigation .main-nav > ul > li.reservations a:hover, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li.reservations.active a, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li.reservations a:hover, html body header .header-main .header-navigation .main-nav div.single-ul ul > li.reservations.active a, html body header .header-main .header-navigation .main-nav div.single-ul ul > li.reservations a:hover {
  background: #2d2d2d;
  color: #FFF;
}
/* line 476, ../sass/_01_header.scss */
html body header .header-main .header-navigation .main-nav > ul > li.reservations a, html body header .header-main .header-navigation .main-nav > ul > li.reservations .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li.reservations a, html body header .header-main .header-navigation .main-nav > ul > li.reservations .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li.reservations a:hover, html body header .header-main .header-navigation .main-nav > ul > li.reservations .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav > ul > li.reservations a, html body header .header-main .header-navigation .main-nav > ul > li.reservations .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav > ul > li.reservations a:hover, html body header .header-main .header-navigation .main-nav div.dual-ul ul > li.reservations a, html body header .header-main .header-navigation .main-nav div.single-ul ul > li.reservations a {
  border: 2px solid #2d2d2d;
  margin-top: 8px;
  margin-bottom: -2px;
  background: #FFF;
  color: #000;
  font-weight: bold;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
/* line 494, ../sass/_01_header.scss */
html body header .header-main .header-navigation .main-nav div.single-ul {
  height: 83px;
}
/* line 498, ../sass/_01_header.scss */
html body header .header-main .header-navigation .main-nav div.single-ul ul li a, html body header .header-main .header-navigation .main-nav div.single-ul ul li .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav div.single-ul ul li a, html body header .header-main .header-navigation .main-nav div.single-ul ul li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav div.single-ul ul li a:hover, html body header .header-main .header-navigation .main-nav div.single-ul ul li .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active html body header .header-main .header-navigation .main-nav div.single-ul ul li a, html body header .header-main .header-navigation .main-nav div.single-ul ul li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option html body header .header-main .header-navigation .main-nav div.single-ul ul li a:hover {
  line-height: 66px;
}
/* line 503, ../sass/_01_header.scss */
html body header .header-main .header-navigation .main-nav div.single-ul ul li.reservations a {
  height: 66px;
  line-height: 64px;
}
/* line 513, ../sass/_01_header.scss */
html body header .header-main .menu-trigger-holder {
  float: right;
  margin-top: 31px;
  /* Extra Small Devices */
}
@media only screen and (max-width: 768px) {
  /* line 513, ../sass/_01_header.scss */
  html body header .header-main .menu-trigger-holder {
    margin-top: 21px;
  }
}
/* line 523, ../sass/_01_header.scss */
html body header .header-main .menu-trigger-holder img {
  height: 25px;
}
/* line 529, ../sass/_01_header.scss */
html body header .top-menu {
  text-align: right;
}
/* line 533, ../sass/_01_header.scss */
html body header .top-menu:first-child {
  margin-left: 0;
}
/* line 537, ../sass/_01_header.scss */
html body header .top-menu a, html body header .top-menu .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active html body header .top-menu a, html body header .top-menu .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option html body header .top-menu a:hover, html body header .top-menu .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active html body header .top-menu a, html body header .top-menu .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option html body header .top-menu a:hover, html body header .top-menu span {
  display: inline-block;
  margin-top: 3px;
  padding: 0 20px;
  line-height: 17px;
  color: #636363;
  font-size: 11px;
  font-weight: normal;
  font-family: "Montserrat";
  letter-spacing: 0.5px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  /* line 537, ../sass/_01_header.scss */
  html body header .top-menu a, html body header .top-menu .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active html body header .top-menu a, html body header .top-menu .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option html body header .top-menu a:hover, html body header .top-menu .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active html body header .top-menu a, html body header .top-menu .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option html body header .top-menu a:hover, html body header .top-menu span {
    padding: 0 10px;
  }
}
/* line 558, ../sass/_01_header.scss */
html body header .sub-nav {
  display: none;
  position: relative;
  z-index: 0;
  top: -45px;
  height: 45px;
  padding-top: 1px;
  background: #2d2d2d;
  text-align: center;
  transition: top 0.15s ease-in-out;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 558, ../sass/_01_header.scss */
  html body header .sub-nav {
    display: block;
  }
}
/* line 575, ../sass/_01_header.scss */
html body header .sub-nav.active {
  top: 0;
}
/* line 579, ../sass/_01_header.scss */
html body header .sub-nav .see-rates {
  display: inline-table;
  padding: 8px 0 0;
}
/* line 583, ../sass/_01_header.scss */
html body header .sub-nav .see-rates input {
  float: left;
  display: block;
  width: 110px;
  height: 29px;
  padding: 0 8px;
  background: #FFF;
  border-radius: 0px;
  border: none;
  color: #000;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
/* line 601, ../sass/_01_header.scss */
html body header .sub-nav .see-rates input::-webkit-input-placeholder {
  color: #000;
}
/* line 606, ../sass/_01_header.scss */
html body header .sub-nav .see-rates input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
}
/* line 611, ../sass/_01_header.scss */
html body header .sub-nav .see-rates input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
/* line 616, ../sass/_01_header.scss */
html body header .sub-nav .see-rates input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
/* line 622, ../sass/_01_header.scss */
html body header .sub-nav .see-rates button {
  float: left;
  display: block;
  border: 2px solid #83d3ff;
  border-radius: 0;
  background: transparent;
  color: #83d3ff;
  text-transform: uppercase;
  height: 29px;
  line-height: 1;
  margin: 0px 0 0 4px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
/* line 642, ../sass/_01_header.scss */
html body header .sub-nav .see-rates button:hover {
  background: #83d3ff;
  transition: background 300ms ease;
  color: #000;
}
/* line 649, ../sass/_01_header.scss */
html body header .sub-nav .see-rates p {
  float: left;
  margin: 0 0 0 10px;
  padding: 7px 0 0 0;
}
/* line 657, ../sass/_01_header.scss */
html body header .header-bottom {
  display: none;
  height: 50px;
}
/* line 661, ../sass/_01_header.scss */
html body header .header-bottom ul {
  float: right;
  height: 100%;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
}
/* line 668, ../sass/_01_header.scss */
html body header .header-bottom ul li {
  float: left;
  height: 100%;
  margin-left: 30px;
}
/* line 673, ../sass/_01_header.scss */
html body header .header-bottom ul li:first-child {
  margin-left: 0;
}
/* line 677, ../sass/_01_header.scss */
html body header .header-bottom ul li a, html body header .header-bottom ul li .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active html body header .header-bottom ul li a, html body header .header-bottom ul li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option html body header .header-bottom ul li a:hover, html body header .header-bottom ul li .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active html body header .header-bottom ul li a, html body header .header-bottom ul li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option html body header .header-bottom ul li a:hover, html body header .header-bottom ul li span {
  line-height: 50px;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 0.5px;
}

/* line 691, ../sass/_01_header.scss */
header {
  opacity: 1;
  transition: opacity 0.2s linear;
}
/* line 695, ../sass/_01_header.scss */
header.fadeout {
  opacity: 0;
}

/* line 702, ../sass/_01_header.scss */
html body .fixed-header .header-main .header-navigation .main-nav ul li a, html body .fixed-header .header-main .header-navigation .main-nav ul li .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active html body .fixed-header .header-main .header-navigation .main-nav ul li a, html body .fixed-header .header-main .header-navigation .main-nav ul li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option html body .fixed-header .header-main .header-navigation .main-nav ul li a:hover, html body .fixed-header .header-main .header-navigation .main-nav ul li .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active html body .fixed-header .header-main .header-navigation .main-nav ul li a, html body .fixed-header .header-main .header-navigation .main-nav ul li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option html body .fixed-header .header-main .header-navigation .main-nav ul li a:hover {
  padding: 0 7px;
}
/* line 706, ../sass/_01_header.scss */
html body .fixed-header .header-main .header-navigation .main-nav ul li.sub a {
  padding-right: 18px;
}
/* line 709, ../sass/_01_header.scss */
html body .fixed-header .header-main .header-navigation .main-nav ul li.sub a::after {
  right: 9px;
}

/* line 716, ../sass/_01_header.scss */
.fixed-bar {
  display: none !important;
}

/* line 721, ../sass/_01_header.scss */
.home .fixed-bar-bottom-download.visible {
  display: block;
}

/* line 726, ../sass/_01_header.scss */
.fixed-bar-bottom-download {
  display: none;
  position: fixed;
  z-index: 8;
  bottom: 0px;
  left: 0;
  padding: 7px 0;
  width: 100%;
  height: 50px;
  background: #FFF;
  transition: bottom 0.2s ease;
}
/* line 736, ../sass/_01_header.scss */
.fixed-bar-bottom-download.hide-bar {
  bottom: -100px;
}
/* line 740, ../sass/_01_header.scss */
.fixed-bar-bottom-download .container {
  max-width: 320px;
  padding-left: 0;
  padding-right: 0;
}
/* line 746, ../sass/_01_header.scss */
.fixed-bar-bottom-download span {
  display: block;
  float: left;
  max-width: 87px;
  padding-top: 3px;
  padding-left: 4px;
  color: #333;
  font-size: 11px;
}
/* line 757, ../sass/_01_header.scss */
.fixed-bar-bottom-download a, .fixed-bar-bottom-download .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .fixed-bar-bottom-download a, .fixed-bar-bottom-download .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .fixed-bar-bottom-download a:hover, .fixed-bar-bottom-download .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .fixed-bar-bottom-download a, .fixed-bar-bottom-download .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .fixed-bar-bottom-download a:hover {
  float: left;
  display: block;
}
/* line 761, ../sass/_01_header.scss */
.fixed-bar-bottom-download a:last-child, .fixed-bar-bottom-download .giftcards .form-holder form fieldset .options .option.active a:last-child, .giftcards .form-holder form fieldset .options .option.active .fixed-bar-bottom-download a:last-child, .fixed-bar-bottom-download .giftcards .form-holder form fieldset .options .option a:last-child:hover, .giftcards .form-holder form fieldset .options .option .fixed-bar-bottom-download a:last-child:hover, .fixed-bar-bottom-download .giftcards_view .form-holder form fieldset .options .option.active a:last-child, .giftcards_view .form-holder form fieldset .options .option.active .fixed-bar-bottom-download a:last-child, .fixed-bar-bottom-download .giftcards_view .form-holder form fieldset .options .option a:last-child:hover, .giftcards_view .form-holder form fieldset .options .option .fixed-bar-bottom-download a:last-child:hover {
  margin-left: 2px;
}

/* line 767, ../sass/_01_header.scss */
.fixed-bar-bottom {
  display: flex;
  position: fixed;
  z-index: 7;
  bottom: -100px;
  left: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  background: #000;
  box-shadow: 0px -2px 9px 0px rgba(0, 0, 0, 0.56);
  transition: bottom 0.2s ease;
}
/* line 778, ../sass/_01_header.scss */
.fixed-bar-bottom.visible {
  bottom: 0;
}
/* line 782, ../sass/_01_header.scss */
.fixed-bar-bottom a.btn, .fixed-bar-bottom .giftcards .form-holder form fieldset .options .option.active a.btn, .giftcards .form-holder form fieldset .options .option.active .fixed-bar-bottom a.btn, .fixed-bar-bottom .giftcards .form-holder form fieldset .options .option a.btn:hover, .giftcards .form-holder form fieldset .options .option .fixed-bar-bottom a.btn:hover, .fixed-bar-bottom .giftcards_view .form-holder form fieldset .options .option.active a.btn, .giftcards_view .form-holder form fieldset .options .option.active .fixed-bar-bottom a.btn, .fixed-bar-bottom .giftcards_view .form-holder form fieldset .options .option a.btn:hover, .giftcards_view .form-holder form fieldset .options .option .fixed-bar-bottom a.btn:hover {
  position: relative;
  width: 117px;
  height: 44px;
  line-height: 42px;
  margin: 3px 0 0 3px;
  padding: 0 3px;
  border-radius: 0;
  font-size: 12px;
  color: #000;
}
/* line 806, ../sass/_01_header.scss */
.fixed-bar-bottom .see-rates {
  flex: 1;
  display: flex;
  margin-left: 3px;
  padding: 0;
}
/* line 812, ../sass/_01_header.scss */
.fixed-bar-bottom .see-rates input {
  flex: 1;
  display: block;
  width: 0;
  height: 44px;
  margin-top: 3px;
  padding: 8px 5px;
  background: transparent;
  border: 2px solid #FFF;
  border-radius: 0;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  /* Extra Small Devices */
}
/* line 831, ../sass/_01_header.scss */
.fixed-bar-bottom .see-rates input::-webkit-input-placeholder {
  color: #FFF;
}
/* line 834, ../sass/_01_header.scss */
.fixed-bar-bottom .see-rates input:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
  opacity: 1;
}
/* line 838, ../sass/_01_header.scss */
.fixed-bar-bottom .see-rates input::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
  opacity: 1;
}
/* line 842, ../sass/_01_header.scss */
.fixed-bar-bottom .see-rates input:-ms-input-placeholder {
  color: #FFF;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  /* line 812, ../sass/_01_header.scss */
  .fixed-bar-bottom .see-rates input {
    height: 35px;
  }
}
/* line 853, ../sass/_01_header.scss */
.fixed-bar-bottom .see-rates button {
  float: left;
  display: block;
  border: none;
  background: #FFF;
  color: #000;
  width: 75px;
  height: 44px;
  line-height: 1;
  margin: 3px 3px 0 0;
  padding: 6px 1px 6px 1px;
  border-radius: 0;
  font-size: 12px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
/* line 874, ../sass/_01_header.scss */
.fixed-bar-bottom .see-rates button:hover {
  background: #83d3ff;
  transition: background 300ms ease;
  color: #FFF;
}
/* line 891, ../sass/_01_header.scss */
.fixed-bar-bottom .see-rates p {
  float: left;
  margin: 0 0 0 10px;
  padding: 7px 0 0 0;
}

/* line 900, ../sass/_01_header.scss */
html body.home header {
  height: 135px;
  background: transparent;
  border-bottom: none;
  /* Extra Small Devices */
}
@media only screen and (max-width: 768px) {
  /* line 900, ../sass/_01_header.scss */
  html body.home header {
    height: 65px;
  }
}
/* line 911, ../sass/_01_header.scss */
html body.home header .header-bottom {
  display: block;
  /* Extra Small Devices */
}
@media only screen and (max-width: 768px) {
  /* line 911, ../sass/_01_header.scss */
  html body.home header .header-bottom {
    display: none;
  }
}

/* line 921, ../sass/_01_header.scss */
.LPMcontainer {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 921, ../sass/_01_header.scss */
  .LPMcontainer {
    right: -1000px !important;
    opacity: 0 !important;
  }
}

/* line 1, ../sass/_01_btns.scss */
.btn {
  padding: 14px 40px;
  border-radius: 0;
  background: #83d3ff;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 300ms ease;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 991px) {
  /* line 1, ../sass/_01_btns.scss */
  .btn {
    font-size: 15px;
  }
}
/* line 18, ../sass/_01_btns.scss */
.btn:hover, .btn:active, .btn:focus {
  color: #FFF;
  background: #000;
}
/* line 23, ../sass/_01_btns.scss */
.btn.disabled {
  cursor: default;
  opacity: 1;
}
/* line 28, ../sass/_01_btns.scss */
.btn.rounded {
  border-radius: 3px;
}
/* line 32, ../sass/_01_btns.scss */
.btn.transparent {
  background: transparent;
  color: #FFF;
  line-height: 1;
}
/* line 38, ../sass/_01_btns.scss */
.btn.transparent:hover {
  color: #000;
  text-decoration: none;
}
/* line 44, ../sass/_01_btns.scss */
.btn.outline {
  border: 2px solid #83d3ff;
}
/* line 47, ../sass/_01_btns.scss */
.btn.outline:hover {
  background: #83d3ff;
  border-color: #000;
}
/* line 53, ../sass/_01_btns.scss */
.btn.small {
  padding: 7px 8px;
  font-size: 12px;
  text-transform: none;
  border-radius: 3px;
}
@media only screen and (min-width: 992px) {
  /* line 53, ../sass/_01_btns.scss */
  .btn.small {
    font-size: 13px;
  }
}
@media only screen and (max-width: 374px) {
  /* line 53, ../sass/_01_btns.scss */
  .btn.small {
    padding: 10px 6px;
    font-size: 11px;
    text-transform: none;
    border-radius: 3px;
  }
}
/* line 72, ../sass/_01_btns.scss */
.btn.small:hover {
  /* background:#fff;
  color:$lightblue; */
}
/* line 78, ../sass/_01_btns.scss */
.btn.xsmall {
  padding: 4px 6px;
  font-size: 12px;
  text-transform: none;
  border-radius: 3px;
}
/* line 85, ../sass/_01_btns.scss */
.btn.xsmall:hover {
  /* background:#fff;
  color:$lightblue; */
}
/* line 92, ../sass/_01_btns.scss */
.btn.medium {
  padding: 14px 30px;
  font-size: 14px;
  border-radius: 0px;
}
/* line 100, ../sass/_01_btns.scss */
.btn.red {
  background: #83d3ff;
}
/* line 103, ../sass/_01_btns.scss */
.btn.red.disabled:hover {
  background: #83d3ff;
}
/* line 107, ../sass/_01_btns.scss */
.btn.red:hover {
  background: #000;
}
/* line 111, ../sass/_01_btns.scss */
.btn.red.to-white:hover {
  background: #FFF;
  color: #000;
}
/* line 117, ../sass/_01_btns.scss */
.btn.green {
  background: #31DE7E;
}
/* line 120, ../sass/_01_btns.scss */
.btn.green.disabled:hover {
  background: #000;
}
/* line 124, ../sass/_01_btns.scss */
.btn.green:hover {
  background: #83d3ff;
}
/* line 129, ../sass/_01_btns.scss */
.btn.black {
  background: #000;
  border: 2px solid #83d3ff;
  color: #FFF;
}
/* line 135, ../sass/_01_btns.scss */
.btn.black.disabled:hover {
  background: #000;
}
/* line 139, ../sass/_01_btns.scss */
.btn.black:hover {
  background: #83d3ff;
  color: #000;
}
/* line 144, ../sass/_01_btns.scss */
.btn.black.to-red:hover {
  background: #83d3ff;
}
/* line 149, ../sass/_01_btns.scss */
.btn.white {
  background: #FFF;
  color: #000;
}
/* line 153, ../sass/_01_btns.scss */
.btn.white.disabled:hover {
  background: #FFF;
  color: #000;
}
/* line 158, ../sass/_01_btns.scss */
.btn.white:hover {
  background: #000;
  color: #FFF;
}
/* line 163, ../sass/_01_btns.scss */
.btn.white.to-black:hover {
  background: #000;
  color: #FFF;
}

/* line 1, ../sass/_01_blackfooter.scss */
.black-footer {
  position: relative;
  z-index: 2;
  background: #000;
  padding: 30px 0;
  text-align: center;
  /* Large Devices - 750 */
  /* Large Devices */
  /* Extra Small Devices */
  /* Medium Devices / Desktops */
  /* Extra Small Devices */
}
@media only screen and (max-height: 750px) {
  /* line 1, ../sass/_01_blackfooter.scss */
  .black-footer {
    margin-bottom: -30px;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 1, ../sass/_01_blackfooter.scss */
  .black-footer {
    margin-bottom: -30px;
  }
}
@media only screen and (min-width: 480px) {
  /* line 1, ../sass/_01_blackfooter.scss */
  .black-footer {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 1, ../sass/_01_blackfooter.scss */
  .black-footer {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1, ../sass/_01_blackfooter.scss */
  .black-footer {
    margin-bottom: 20px;
  }
}
/* line 36, ../sass/_01_blackfooter.scss */
.black-footer ~ footer .top > .container > * {
  display: none;
}
/* line 40, ../sass/_01_blackfooter.scss */
.black-footer ~ footer .top > .container > .contact {
  display: block !important;
}
/* line 44, ../sass/_01_blackfooter.scss */
.black-footer h2 {
  margin: 0 0 40px;
  padding: 0 160px;
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
  color: #FFF;
  /* Large Devices */
  /* Medium Devices / Desktops */
  /* Small Devices */
  /* Extra Small Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 44, ../sass/_01_blackfooter.scss */
  .black-footer h2 {
    padding-left: 140px;
    padding-right: 140px;
    line-height: 1.2;
    font-size: 35px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 44, ../sass/_01_blackfooter.scss */
  .black-footer h2 {
    font-size: 23px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 44, ../sass/_01_blackfooter.scss */
  .black-footer h2 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  /* line 44, ../sass/_01_blackfooter.scss */
  .black-footer h2 {
    font-size: 20px;
  }
}
/* line 78, ../sass/_01_blackfooter.scss */
.black-footer p {
  margin: 30px 0;
  color: #7d8091;
  font-size: 13px;
  text-align: center;
  /* Extra Small Devices */
}
@media only screen and (min-width: 480px) {
  /* line 78, ../sass/_01_blackfooter.scss */
  .black-footer p {
    font-size: 16px;
  }
}
/* line 91, ../sass/_01_blackfooter.scss */
.black-footer .external-links {
  margin: auto;
  width: 410px;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 91, ../sass/_01_blackfooter.scss */
  .black-footer .external-links {
    width: auto;
  }
}
/* line 100, ../sass/_01_blackfooter.scss */
.black-footer .external-links > div {
  padding-left: 0;
  padding-right: 0;
}
/* line 106, ../sass/_01_blackfooter.scss */
.black-footer .external-links > div:first-child {
  text-align: right;
  padding-right: 5px;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 106, ../sass/_01_blackfooter.scss */
  .black-footer .external-links > div:first-child {
    padding-right: 0;
    text-align: center;
  }
}
/* line 118, ../sass/_01_blackfooter.scss */
.black-footer .external-links > div:last-child {
  text-align: left;
  padding-left: 5px;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 118, ../sass/_01_blackfooter.scss */
  .black-footer .external-links > div:last-child {
    margin-top: 10px;
    padding-left: 0;
    text-align: center;
  }
}
/* line 133, ../sass/_01_blackfooter.scss */
.black-footer .bottom-phones {
  margin-top: 70px;
  margin-bottom: -165px;
  text-align: center;
  /* Large Devices - 750 */
  /* Large Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (max-height: 750px) {
  /* line 133, ../sass/_01_blackfooter.scss */
  .black-footer .bottom-phones {
    margin-top: 50px;
    margin-bottom: -120px;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 133, ../sass/_01_blackfooter.scss */
  .black-footer .bottom-phones {
    margin-top: 50px;
    margin-bottom: -120px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 133, ../sass/_01_blackfooter.scss */
  .black-footer .bottom-phones {
    margin-bottom: -80px;
  }
}
/* line 156, ../sass/_01_blackfooter.scss */
.black-footer .bottom-phones img {
  max-width: 907px;
  width: 100%;
  /* Large Devices - 750 */
  /* Large Devices */
  /* Medium Devices / Desktops */
  /* Extra Small Devices */
}
@media only screen and (max-height: 750px) {
  /* line 156, ../sass/_01_blackfooter.scss */
  .black-footer .bottom-phones img {
    width: 65%;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 156, ../sass/_01_blackfooter.scss */
  .black-footer .bottom-phones img {
    width: 75%;
  }
}
@media only screen and (max-width: 991px) {
  /* line 156, ../sass/_01_blackfooter.scss */
  .black-footer .bottom-phones img {
    width: 80%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 156, ../sass/_01_blackfooter.scss */
  .black-footer .bottom-phones img {
    width: 95%;
  }
}

/* line 3, ../sass/_02_aboutus.scss */
.aboutus .highlight p {
  text-align: left;
}
/* line 7, ../sass/_02_aboutus.scss */
.aboutus .highlight .padding {
  padding: 0 20px;
}
/* line 11, ../sass/_02_aboutus.scss */
.aboutus .highlight .content-center {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 767px) {
  /* line 11, ../sass/_02_aboutus.scss */
  .aboutus .highlight .content-center {
    padding-top: 90px;
  }
}
/* line 18, ../sass/_02_aboutus.scss */
.aboutus .highlight .story-container {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 18, ../sass/_02_aboutus.scss */
  .aboutus .highlight .story-container {
    margin-top: 30px;
  }
}
/* line 26, ../sass/_02_aboutus.scss */
.aboutus .people {
  padding-top: 30px;
}
/* line 29, ../sass/_02_aboutus.scss */
.aboutus .people h4 {
  text-align: center;
}
/* line 33, ../sass/_02_aboutus.scss */
.aboutus .people > .container {
  padding-top: 30px;
}
/* line 37, ../sass/_02_aboutus.scss */
.aboutus .people .individual {
  margin-bottom: 20px;
}
/* line 40, ../sass/_02_aboutus.scss */
.aboutus .people .individual > div {
  display: block;
}
/* line 44, ../sass/_02_aboutus.scss */
.aboutus .people .individual .photo {
  width: 100%;
  text-align: center;
}
/* line 49, ../sass/_02_aboutus.scss */
.aboutus .people .individual .designation {
  width: 100%;
  text-align: center;
}
/* line 53, ../sass/_02_aboutus.scss */
.aboutus .people .individual .designation p {
  margin: 0;
}
/* line 57, ../sass/_02_aboutus.scss */
.aboutus .people .individual .designation span {
  color: #83d3ff;
  font-size: 12px;
}
/* line 63, ../sass/_02_aboutus.scss */
.aboutus .people .individual .info {
  margin-top: 13px;
  color: #7d8091;
}
@media only screen and (min-width: 767px) {
  /* line 69, ../sass/_02_aboutus.scss */
  .aboutus .people .individual > div {
    display: table;
  }
  /* line 72, ../sass/_02_aboutus.scss */
  .aboutus .people .individual .designation, .aboutus .people .individual .photo {
    width: auto;
    text-align: left;
  }
  /* line 76, ../sass/_02_aboutus.scss */
  .aboutus .people .individual .designation {
    display: table-cell;
    padding-left: 13px;
    vertical-align: middle;
  }
  /* line 81, ../sass/_02_aboutus.scss */
  .aboutus .people .individual .photo {
    float: left;
  }
}
/* line 88, ../sass/_02_aboutus.scss */
.aboutus .learn-more {
  padding: 30px 0;
  background: #f4f4f4;
}
/* line 93, ../sass/_02_aboutus.scss */
.aboutus .learn-more h4 {
  text-align: center;
}
/* line 97, ../sass/_02_aboutus.scss */
.aboutus .learn-more .container {
  margin-top: 40px;
}
/* line 101, ../sass/_02_aboutus.scss */
.aboutus .learn-more .col {
  text-align: center;
  margin-bottom: 25px;
}
/* line 105, ../sass/_02_aboutus.scss */
.aboutus .learn-more .col p {
  color: #7d8091;
}
/* line 108, ../sass/_02_aboutus.scss */
.aboutus .learn-more .col p.title {
  color: #000;
}
@media only screen and (min-width: 768px) {
  /* line 101, ../sass/_02_aboutus.scss */
  .aboutus .learn-more .col {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 101, ../sass/_02_aboutus.scss */
  .aboutus .learn-more .col {
    margin-bottom: 0;
  }
}
/* line 123, ../sass/_02_aboutus.scss */
.aboutus .btn {
  border-radius: 0;
  border: 2px solid #000;
}

/* line 2, ../sass/_03_home.scss */
.home .home-content {
  position: relative;
  z-index: 3;
  background: #fff;
}
/* line 8, ../sass/_03_home.scss */
.home .highlight {
  padding-top: 84px;
  /* Extra Small Devices */
}
@media only screen and (max-width: 991px) {
  /* line 8, ../sass/_03_home.scss */
  .home .highlight {
    padding-top: 64px;
  }
}
/* line 16, ../sass/_03_home.scss */
.home .highlight .container-fluid {
  position: relative;
}
/* line 19, ../sass/_03_home.scss */
.home .highlight .container-fluid .content-center {
  padding-bottom: 00px;
  padding-top: 30px;
  /* Extra Small Devices */
  /* Extra Small Devices */
  /* Extra Small Devices */
}
@media only screen and (max-width: 991px) {
  /* line 19, ../sass/_03_home.scss */
  .home .highlight .container-fluid .content-center {
    padding-top: 55px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-device-width: 374px) {
  /* line 19, ../sass/_03_home.scss */
  .home .highlight .container-fluid .content-center {
    -webkit-transform: scale(1.14);
  }
}
@media only screen and (min-device-width: 413px) {
  /* line 19, ../sass/_03_home.scss */
  .home .highlight .container-fluid .content-center {
    -webkit-transform: scale(1.22);
  }
}
@media only screen and (min-device-width: 767px) {
  /* line 19, ../sass/_03_home.scss */
  .home .highlight .container-fluid .content-center {
    -webkit-transform: scale(1);
  }
}
@media only screen and (max-device-width: 767px) {
  /* line 46, ../sass/_03_home.scss */
  .home .highlight .hero-claim {
    display: inline-table;
  }
}
@media only screen and (max-width: 640px) {
  /* line 46, ../sass/_03_home.scss */
  .home .highlight .hero-claim {
    margin-top: -55px;
  }
}
@media only screen and (max-device-width: 480px) {
  /* line 46, ../sass/_03_home.scss */
  .home .highlight .hero-claim {
    margin-top: -30px;
  }
}
/* line 60, ../sass/_03_home.scss */
.home .highlight .hero-claim h1 {
  color: #FFF;
  text-align: center;
  font-size: 31px;
  font-family: "Montserrat";
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 991px) {
  /* line 60, ../sass/_03_home.scss */
  .home .highlight .hero-claim h1 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 780px) {
  /* line 60, ../sass/_03_home.scss */
  .home .highlight .hero-claim h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 610px) {
  /* line 60, ../sass/_03_home.scss */
  .home .highlight .hero-claim h1 {
    font-size: 26px;
  }
}
@media only screen and (max-device-width: 767px) {
  /* line 60, ../sass/_03_home.scss */
  .home .highlight .hero-claim h1 {
    font-weight: normal;
    text-align: left;
    font-size: 25px;
  }
}
/* line 86, ../sass/_03_home.scss */
.home .highlight .hero-claim h1 br {
  display: none;
}
@media only screen and (max-device-width: 767px) {
  /* line 86, ../sass/_03_home.scss */
  .home .highlight .hero-claim h1 br {
    display: block;
  }
}
/* line 94, ../sass/_03_home.scss */
.home .highlight .hero-claim h1 sup {
  top: -1em;
  margin-left: 5px;
  font-size: 0.4em;
}
/* line 102, ../sass/_03_home.scss */
.home .highlight .hero-claim h2 {
  margin-top: 0px;
  color: #83d3ff;
  font-size: 20px;
  text-align: center;
  font-family: "Montserrat";
  font-weight: normal;
  line-height: 1.2;
}
@media only screen and (max-width: 671px) {
  /* line 102, ../sass/_03_home.scss */
  .home .highlight .hero-claim h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 610px) {
  /* line 102, ../sass/_03_home.scss */
  .home .highlight .hero-claim h2 {
    font-size: 17px;
  }
}
@media only screen and (max-device-width: 767px) {
  /* line 102, ../sass/_03_home.scss */
  .home .highlight .hero-claim h2 {
    margin-top: 10px;
    font-family: "Montserrat";
    text-align: left;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: -0.3px;
  }
}
/* line 134, ../sass/_03_home.scss */
.home .highlight .hero-see-rates {
  display: none;
  max-width: 290px;
  margin: 30px auto 0;
  /* Small Devices */
}
@media only screen and (max-device-width: 767px) {
  /* line 134, ../sass/_03_home.scss */
  .home .highlight .hero-see-rates {
    display: block;
  }
}
/* line 145, ../sass/_03_home.scss */
.home .highlight .hero-see-rates .see-rates-nav {
  position: relative;
  z-index: 1;
  text-align: left;
}
/* line 149, ../sass/_03_home.scss */
.home .highlight .hero-see-rates .see-rates-nav a, .home .highlight .hero-see-rates .see-rates-nav .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .home .highlight .hero-see-rates .see-rates-nav a, .home .highlight .hero-see-rates .see-rates-nav .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .home .highlight .hero-see-rates .see-rates-nav a:hover, .home .highlight .hero-see-rates .see-rates-nav .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .home .highlight .hero-see-rates .see-rates-nav a, .home .highlight .hero-see-rates .see-rates-nav .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .home .highlight .hero-see-rates .see-rates-nav a:hover {
  position: relative;
  bottom: -2px;
  display: inline-block;
  height: 38px;
  line-height: 40px;
  padding: 0 10px;
  background: rgba(131, 211, 255, 0.92);
  color: #000;
}
/* line 160, ../sass/_03_home.scss */
.home .highlight .hero-see-rates .see-rates-nav a.active, .home .highlight .hero-see-rates .see-rates-nav .giftcards .form-holder form fieldset .options .option.active a.active, .giftcards .form-holder form fieldset .options .option.active .home .highlight .hero-see-rates .see-rates-nav a.active, .home .highlight .hero-see-rates .see-rates-nav .giftcards .form-holder form fieldset .options .option a.active:hover, .giftcards .form-holder form fieldset .options .option .home .highlight .hero-see-rates .see-rates-nav a.active:hover, .home .highlight .hero-see-rates .see-rates-nav .giftcards_view .form-holder form fieldset .options .option.active a.active, .giftcards_view .form-holder form fieldset .options .option.active .home .highlight .hero-see-rates .see-rates-nav a.active, .home .highlight .hero-see-rates .see-rates-nav .giftcards_view .form-holder form fieldset .options .option a.active:hover, .giftcards_view .form-holder form fieldset .options .option .home .highlight .hero-see-rates .see-rates-nav a.active:hover {
  height: 40px;
  background: #FFF;
  border-bottom-color: transparent;
  z-index: 1;
}
/* line 167, ../sass/_03_home.scss */
.home .highlight .hero-see-rates .see-rates-nav a:first-child, .home .highlight .hero-see-rates .see-rates-nav .giftcards .form-holder form fieldset .options .option.active a:first-child, .giftcards .form-holder form fieldset .options .option.active .home .highlight .hero-see-rates .see-rates-nav a:first-child, .home .highlight .hero-see-rates .see-rates-nav .giftcards .form-holder form fieldset .options .option a:first-child:hover, .giftcards .form-holder form fieldset .options .option .home .highlight .hero-see-rates .see-rates-nav a:first-child:hover, .home .highlight .hero-see-rates .see-rates-nav .giftcards_view .form-holder form fieldset .options .option.active a:first-child, .giftcards_view .form-holder form fieldset .options .option.active .home .highlight .hero-see-rates .see-rates-nav a:first-child, .home .highlight .hero-see-rates .see-rates-nav .giftcards_view .form-holder form fieldset .options .option a:first-child:hover, .giftcards_view .form-holder form fieldset .options .option .home .highlight .hero-see-rates .see-rates-nav a:first-child:hover {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
/* line 172, ../sass/_03_home.scss */
.home .highlight .hero-see-rates .see-rates-nav a:last-child, .home .highlight .hero-see-rates .see-rates-nav .giftcards .form-holder form fieldset .options .option.active a:last-child, .giftcards .form-holder form fieldset .options .option.active .home .highlight .hero-see-rates .see-rates-nav a:last-child, .home .highlight .hero-see-rates .see-rates-nav .giftcards .form-holder form fieldset .options .option a:last-child:hover, .giftcards .form-holder form fieldset .options .option .home .highlight .hero-see-rates .see-rates-nav a:last-child:hover, .home .highlight .hero-see-rates .see-rates-nav .giftcards_view .form-holder form fieldset .options .option.active a:last-child, .giftcards_view .form-holder form fieldset .options .option.active .home .highlight .hero-see-rates .see-rates-nav a:last-child, .home .highlight .hero-see-rates .see-rates-nav .giftcards_view .form-holder form fieldset .options .option a:last-child:hover, .giftcards_view .form-holder form fieldset .options .option .home .highlight .hero-see-rates .see-rates-nav a:last-child:hover {
  border-top-right-radius: 15px;
  padding-left: 32px;
  margin-left: -20px;
}
/* line 180, ../sass/_03_home.scss */
.home .highlight .hero-see-rates .see-rates-personal {
  position: relative;
  z-index: 2;
}
/* line 184, ../sass/_03_home.scss */
.home .highlight .hero-see-rates form {
  height: 65px;
  padding: 7px;
  background: #FFF;
  border-radius: 1px;
}
/* line 191, ../sass/_03_home.scss */
.home .highlight .hero-see-rates form input {
  float: left;
  width: 175px;
  height: 50px;
  border-radius: 0;
  border: 2px solid #000;
  background: #FFF;
  text-align: center;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 206, ../sass/_03_home.scss */
.home .highlight .hero-see-rates form input::-webkit-input-placeholder {
  color: #000;
}
/* line 210, ../sass/_03_home.scss */
.home .highlight .hero-see-rates form input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
  font-weight: bold;
}
/* line 216, ../sass/_03_home.scss */
.home .highlight .hero-see-rates form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
  font-weight: bold;
}
/* line 222, ../sass/_03_home.scss */
.home .highlight .hero-see-rates form input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
  font-weight: bold;
}
/* line 229, ../sass/_03_home.scss */
.home .highlight .hero-see-rates form button {
  float: left;
  position: relative;
  width: 102px;
  height: 50px;
  margin-left: -2px;
  background: #83d3ff;
  border: 2px solid #000;
}
/* line 241, ../sass/_03_home.scss */
.home .highlight .hero-services {
  display: block;
  margin-top: 20px;
  /* Small Devices */
}
@media only screen and (max-device-width: 767px) {
  /* line 241, ../sass/_03_home.scss */
  .home .highlight .hero-services {
    display: none;
  }
}
/* line 250, ../sass/_03_home.scss */
.home .highlight .hero-services .services-list {
  position: relative;
  z-index: 5;
}
/* line 254, ../sass/_03_home.scss */
.home .highlight .hero-services .services-type {
  height: 30px;
  max-width: 645px;
  margin: 0 auto 20px;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 254, ../sass/_03_home.scss */
  .home .highlight .hero-services .services-type {
    max-width: 550px;
  }
}
/* line 264, ../sass/_03_home.scss */
.home .highlight .hero-services .services-type a, .home .highlight .hero-services .services-type .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .home .highlight .hero-services .services-type a, .home .highlight .hero-services .services-type .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .home .highlight .hero-services .services-type a:hover, .home .highlight .hero-services .services-type .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .home .highlight .hero-services .services-type a, .home .highlight .hero-services .services-type .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .home .highlight .hero-services .services-type a:hover {
  float: left;
  display: block;
  position: relative;
  top: 4px;
  width: 50%;
  height: 26px;
  line-height: 22px;
  margin: 0;
  outline: none;
  background: #000;
  border: 2px solid #FFF;
  color: #FFF;
  font-size: 11px;
  font-family: "Montserrat";
  font-weight: normal;
  text-transform: none;
  transition: all 0.15s ease-in-out;
}
/* line 286, ../sass/_03_home.scss */
.home .highlight .hero-services .services-type a.active, .home .highlight .hero-services .services-type .giftcards .form-holder form fieldset .options .option.active a.active, .giftcards .form-holder form fieldset .options .option.active .home .highlight .hero-services .services-type a.active, .home .highlight .hero-services .services-type .giftcards .form-holder form fieldset .options .option a.active:hover, .giftcards .form-holder form fieldset .options .option .home .highlight .hero-services .services-type a.active:hover, .home .highlight .hero-services .services-type .giftcards_view .form-holder form fieldset .options .option.active a.active, .giftcards_view .form-holder form fieldset .options .option.active .home .highlight .hero-services .services-type a.active, .home .highlight .hero-services .services-type .giftcards_view .form-holder form fieldset .options .option a.active:hover, .giftcards_view .form-holder form fieldset .options .option .home .highlight .hero-services .services-type a.active:hover, .home .highlight .hero-services .services-type a.active:hover {
  z-index: 2;
  top: 0px;
  height: 30px;
  line-height: 26px;
  background: #FFF;
  border: 2px solid #000;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  box-shadow: 0px 0px 13px 2px rgba(216, 216, 216, 0.6);
}
/* line 302, ../sass/_03_home.scss */
.home .highlight .hero-services .services-type a.active:first-child, .home .highlight .hero-services .services-type a.active:hover:first-child {
  margin-right: -2px;
}
/* line 306, ../sass/_03_home.scss */
.home .highlight .hero-services .services-type a.active:last-child, .home .highlight .hero-services .services-type a.active:hover:last-child {
  margin-left: -2px;
}
/* line 311, ../sass/_03_home.scss */
.home .highlight .hero-services .services-type a:hover, .home .highlight .hero-services .services-type .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .home .highlight .hero-services .services-type a:hover, .home .highlight .hero-services .services-type .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .home .highlight .hero-services .services-type a:hover {
  background: #515151;
  color: #FFF;
  text-decoration: none;
}
/* line 320, ../sass/_03_home.scss */
.home .highlight .hero-services .service {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
/* line 326, ../sass/_03_home.scss */
.home .highlight .hero-services .service:hover {
  transform: scale(1.11);
}
/* line 336, ../sass/_03_home.scss */
.home .highlight .hero-services .service:hover .service-footer {
  background: #83d3ff;
}
/* line 341, ../sass/_03_home.scss */
.home .highlight .hero-services .service .service-popular {
  position: absolute;
  top: -8.5px;
  left: 50%;
  width: 101px;
  height: 17px;
  line-height: 14px;
  margin-left: -50.5px;
  background: #83d3ff;
  border: 2px solid #000;
  color: #000;
  font-weight: bold;
  font-size: 8px;
  font-family: "Montserrat";
  text-transform: uppercase;
  border-radius: 8.5px;
}
/* line 361, ../sass/_03_home.scss */
.home .highlight .hero-services .service .service-top {
  width: 100%;
  height: 94px;
  padding-top: 10px;
  background: rgba(255, 255, 255, 0.9);
}
/* line 367, ../sass/_03_home.scss */
.home .highlight .hero-services .service .service-top .icon-holder {
  height: 34px;
}
/* line 370, ../sass/_03_home.scss */
.home .highlight .hero-services .service .service-top .icon-holder img {
  height: 100%;
}
/* line 375, ../sass/_03_home.scss */
.home .highlight .hero-services .service .service-top .service-title {
  margin-top: 7px;
  color: #000;
  letter-spacing: 1px;
  line-height: 17px;
  font-size: 13px;
  font-family: "Montserrat";
  font-weight: bold;
  text-transform: uppercase;
}
/* line 388, ../sass/_03_home.scss */
.home .highlight .hero-services .service .service-description {
  height: 93px;
  background: rgba(0, 0, 0, 0.7);
}
/* line 392, ../sass/_03_home.scss */
.home .highlight .hero-services .service .service-description .service-price {
  color: #FFF;
  letter-spacing: 1px;
  font-size: 17px;
  font-family: "Montserrat";
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  /* line 392, ../sass/_03_home.scss */
  .home .highlight .hero-services .service .service-description .service-price {
    font-size: 18px;
  }
}
/* line 404, ../sass/_03_home.scss */
.home .highlight .hero-services .service .service-description .service-price.custom-pricing {
  font-size: 15px;
}
/* line 408, ../sass/_03_home.scss */
.home .highlight .hero-services .service .service-description .service-price small {
  font-size: 0.44em;
  font-weight: 300;
  display: block;
}
/* line 413, ../sass/_03_home.scss */
.home .highlight .hero-services .service .service-description .service-price small.extra-bold {
  font-weight: 600;
}
/* line 417, ../sass/_03_home.scss */
.home .highlight .hero-services .service .service-description .service-price small.bold {
  font-weight: 400;
}
/* line 425, ../sass/_03_home.scss */
.home .highlight .hero-services .service .service-footer {
  height: 28px;
  line-height: 28px;
  background: rgba(101, 101, 101, 0.9);
  color: #FFF;
  letter-spacing: 2px;
  font-size: 9px;
  font-family: "Montserrat";
  font-weight: normal;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
/* line 442, ../sass/_03_home.scss */
.home .highlight .hero-services .services-personal-use {
  max-width: 860px;
  margin: 0 auto;
}
/* line 447, ../sass/_03_home.scss */
.home .highlight .hero-services .services-personal-use .service .service-top {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 767px) {
  /* line 447, ../sass/_03_home.scss */
  .home .highlight .hero-services .services-personal-use .service .service-top {
    height: 110px;
    padding-top: 10px;
  }
}
/* line 455, ../sass/_03_home.scss */
.home .highlight .hero-services .services-personal-use .service .service-top .icon-holder {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 767px) {
  /* line 455, ../sass/_03_home.scss */
  .home .highlight .hero-services .services-personal-use .service .service-top .icon-holder {
    height: 37px;
  }
}
/* line 462, ../sass/_03_home.scss */
.home .highlight .hero-services .services-personal-use .service .service-top .service-title {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 767px) {
  /* line 462, ../sass/_03_home.scss */
  .home .highlight .hero-services .services-personal-use .service .service-top .service-title {
    font-size: 13px;
  }
}
/* line 469, ../sass/_03_home.scss */
.home .highlight .hero-services .services-personal-use .service .service-top .service-description {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 767px) {
  /* line 469, ../sass/_03_home.scss */
  .home .highlight .hero-services .services-personal-use .service .service-top .service-description {
    height: 65px;
  }
}
/* line 479, ../sass/_03_home.scss */
.home .highlight .hero-services .services-business {
  max-width: 645px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  /* line 479, ../sass/_03_home.scss */
  .home .highlight .hero-services .services-business {
    margin-bottom: -16px;
  }
}
/* line 487, ../sass/_03_home.scss */
.home .highlight .hero-services .services-business .row > div {
  padding-left: 8px;
  padding-right: 8px;
}
/* line 492, ../sass/_03_home.scss */
.home .highlight .hero-services .services-business .service {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  /* line 492, ../sass/_03_home.scss */
  .home .highlight .hero-services .services-business .service {
    margin-bottom: 16px;
  }
}
/* line 499, ../sass/_03_home.scss */
.home .highlight .hero-services .services-business .service .service-top {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 499, ../sass/_03_home.scss */
  .home .highlight .hero-services .services-business .service .service-top {
    height: 110px;
    padding-top: 0;
  }
}
/* line 506, ../sass/_03_home.scss */
.home .highlight .hero-services .services-business .service .service-top .icon-holder {
  height: 27px;
}
/* line 510, ../sass/_03_home.scss */
.home .highlight .hero-services .services-business .service .service-top .service-title {
  font-size: 11px;
  line-height: 13px;
  /* Large Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 1199px) {
  /* line 510, ../sass/_03_home.scss */
  .home .highlight .hero-services .services-business .service .service-top .service-title {
    font-size: 11px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 510, ../sass/_03_home.scss */
  .home .highlight .hero-services .services-business .service .service-top .service-title {
    font-size: 10px;
  }
}
/* line 525, ../sass/_03_home.scss */
.home .highlight .hero-services .services-business .service .service-top .service-description {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 525, ../sass/_03_home.scss */
  .home .highlight .hero-services .services-business .service .service-top .service-description {
    height: 65px;
  }
}
/* line 536, ../sass/_03_home.scss */
.home .highlight .hero-see-rates-desktop {
  position: relative;
  display: block;
  margin-top: 30px;
  /* Small Devices */
}
@media only screen and (max-device-width: 767px) {
  /* line 536, ../sass/_03_home.scss */
  .home .highlight .hero-see-rates-desktop {
    display: none;
  }
}
/* line 546, ../sass/_03_home.scss */
.home .highlight .hero-see-rates-desktop form {
  display: flex;
  width: 380px;
  margin: auto;
}
/* line 551, ../sass/_03_home.scss */
.home .highlight .hero-see-rates-desktop form input {
  width: 214px;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.4);
  border: 2px solid #FFF;
  border-radius: 1px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 571, ../sass/_03_home.scss */
.home .highlight .hero-see-rates-desktop form input::-webkit-input-placeholder {
  color: #FFF;
}
/* line 575, ../sass/_03_home.scss */
.home .highlight .hero-see-rates-desktop form input:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
  opacity: 1;
  font-weight: bold;
}
/* line 581, ../sass/_03_home.scss */
.home .highlight .hero-see-rates-desktop form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
  opacity: 1;
  font-weight: bold;
}
/* line 587, ../sass/_03_home.scss */
.home .highlight .hero-see-rates-desktop form input:-ms-input-placeholder {
  color: #FFF;
  opacity: 1;
  font-weight: bold;
}
/* line 594, ../sass/_03_home.scss */
.home .highlight .hero-see-rates-desktop form button {
  flex: 1;
  display: block;
  height: 50px;
  line-height: 46px;
  margin: 0 0 0 -2px;
  padding: 0;
  background: #83d3ff;
  border-radius: 0;
  border: 2px solid #FFF;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 610, ../sass/_03_home.scss */
.home .highlight .hero-see-rates-desktop form button:hover {
  background: #FFF;
  color: #000;
  transition: background 0.3s ease;
}
/* line 621, ../sass/_03_home.scss */
.home .highlight .scroll-bottom {
  position: absolute;
  left: 50%;
  bottom: inherit;
  margin-bottom: 0;
  margin-left: -12px;
  cursor: pointer;
  /* Extra Small Devices */
  /* Extra Small Devices */
  /* Extra Small Devices */
  /* Extra Small Devices */
  /* Extra Small Devices */
  /* Extra Small Devices */
}
@media only screen and (min-device-width: 319px) {
  /* line 621, ../sass/_03_home.scss */
  .home .highlight .scroll-bottom {
    bottom: 50px;
  }
}
@media only screen and (min-device-width: 374px) {
  /* line 621, ../sass/_03_home.scss */
  .home .highlight .scroll-bottom {
    bottom: 85px;
  }
}
@media only screen and (min-device-width: 413px) {
  /* line 621, ../sass/_03_home.scss */
  .home .highlight .scroll-bottom {
    bottom: 105px;
  }
}
@media only screen and (min-device-width: 768px) {
  /* line 621, ../sass/_03_home.scss */
  .home .highlight .scroll-bottom {
    position: relative;
    bottom: inherit;
    left: inherit;
    width: 24px;
    height: 45px;
  }
}
@media only screen and (min-device-width: 768px) {
  /* line 621, ../sass/_03_home.scss */
  .home .highlight .scroll-bottom {
    margin: 20px auto -65px;
  }
}
@media only screen and (min-device-width: 991px) {
  /* line 621, ../sass/_03_home.scss */
  .home .highlight .scroll-bottom {
    margin: 20px auto -90px;
  }
}
/* line 661, ../sass/_03_home.scss */
.home .highlight .scroll-bottom i {
  position: absolute;
  top: 6px;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
/* line 674, ../sass/_03_home.scss */
.home .highlight .scroll-bottom i:last-child {
  top: 15px;
  opacity: 1;
}
/* line 687, ../sass/_03_home.scss */
.home .app {
  position: relative;
  z-index: 4;
  padding: 25px 0 5px;
  overflow: hidden;
  /* Custom, iPhone Retina */
  /* Extra Small Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 320px) {
  /* line 687, ../sass/_03_home.scss */
  .home .app {
    font-size: 13px;
  }
}
@media only screen and (min-width: 480px) {
  /* line 687, ../sass/_03_home.scss */
  .home .app {
    padding: 40px 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 687, ../sass/_03_home.scss */
  .home .app {
    padding-bottom: 0;
    margin-bottom: -75px;
  }
}
/* line 709, ../sass/_03_home.scss */
.home .app .back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 709, ../sass/_03_home.scss */
  .home .app .back {
    padding-bottom: 75px;
  }
}
/* line 722, ../sass/_03_home.scss */
.home .app .back > div {
  position: relative;
  height: 100%;
  background: #fff;
}
/* line 731, ../sass/_03_home.scss */
.home .app .content {
  margin-top: 0;
  /* Fix for 320px screen */
  /* Custom, iPhone Retina */
  /* Extra Small Devices */
  /* Small Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 480px) {
  /* line 731, ../sass/_03_home.scss */
  .home .app .content {
    width: 66.6666666%;
  }
}
@media only screen and (min-width: 480px) {
  /* line 731, ../sass/_03_home.scss */
  .home .app .content {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 731, ../sass/_03_home.scss */
  .home .app .content {
    margin-top: 0;
  }
}
/* line 760, ../sass/_03_home.scss */
.home .app .content .externalphonr-links a, .home .app .content .externalphonr-links .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .home .app .content .externalphonr-links a, .home .app .content .externalphonr-links .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .home .app .content .externalphonr-links a:hover, .home .app .content .externalphonr-links .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .home .app .content .externalphonr-links a, .home .app .content .externalphonr-links .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .home .app .content .externalphonr-links a:hover {
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 760, ../sass/_03_home.scss */
  .home .app .content .externalphonr-links a, .home .app .content .externalphonr-links .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .home .app .content .externalphonr-links a, .home .app .content .externalphonr-links .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .home .app .content .externalphonr-links a:hover, .home .app .content .externalphonr-links .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .home .app .content .externalphonr-links a, .home .app .content .externalphonr-links .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .home .app .content .externalphonr-links a:hover {
    display: block;
    margin-bottom: 6px;
  }
}
/* line 770, ../sass/_03_home.scss */
.home .app h4 {
  margin: 0;
  font-size: 24px;
  text-align: left;
  /* Extra Small Devices */
  /* Small Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 480px) {
  /* line 770, ../sass/_03_home.scss */
  .home .app h4 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 770, ../sass/_03_home.scss */
  .home .app h4 {
    margin: 30px 0 27px;
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 770, ../sass/_03_home.scss */
  .home .app h4 {
    font-size: 38px;
  }
}
/* line 794, ../sass/_03_home.scss */
.home .app p {
  margin: 27px 0 50px;
  color: #7d8091;
  font-size: 1.2em;
  /* Fix for 320px screen */
}
@media only screen and (max-width: 768px) {
  /* line 794, ../sass/_03_home.scss */
  .home .app p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 794, ../sass/_03_home.scss */
  .home .app p {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
/* line 811, ../sass/_03_home.scss */
.home .app .img-holder {
  height: 480px;
  /* Fix for 320px screen */
  /* Custom, iPhone Retina */
  /* Extra Small Devices */
  /* Small Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 480px) {
  /* line 811, ../sass/_03_home.scss */
  .home .app .img-holder {
    width: 33.33333333%;
    height: 340px;
  }
  /* line 820, ../sass/_03_home.scss */
  .home .app .img-holder .homepage_phones {
    position: absolute;
    left: -30px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 811, ../sass/_03_home.scss */
  .home .app .img-holder {
    height: 584px;
  }
}
/* line 843, ../sass/_03_home.scss */
.home .membership {
  position: relative;
  z-index: 4;
  font-size: 14px;
  padding: 25px 0 5px;
  overflow: hidden;
  background: #f8f8f8;
}
@media (min-width: 768px) {
  /* line 843, ../sass/_03_home.scss */
  .home .membership {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  /* line 843, ../sass/_03_home.scss */
  .home .membership {
    font-size: 14px;
  }
}
/* line 861, ../sass/_03_home.scss */
.home .membership .top {
  text-align: center;
  font-weight: bold;
  color: #162556;
  font-size: 1.125em;
  text-wrap: balance;
}
@media (min-width: 768px) {
  /* line 861, ../sass/_03_home.scss */
  .home .membership .top {
    font-size: 1.25em;
  }
}
/* line 874, ../sass/_03_home.scss */
.home .membership .top-highlight {
  color: #dc2626;
}
/* line 878, ../sass/_03_home.scss */
.home .membership .membership-grid {
  margin-top: 2em;
  display: grid;
  gap: 1em;
  padding-bottom: 4em;
  max-width: 64em;
  margin-left: auto;
  margin-right: auto;
  justify-items: center;
}
@media (min-width: 768px) {
  /* line 878, ../sass/_03_home.scss */
  .home .membership .membership-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
}
/* line 894, ../sass/_03_home.scss */
.home .membership .membership-option {
  display: flex;
  flex-direction: column;
  background-color: #e5e7eb;
  border-radius: 1em;
  max-width: 400px;
}
/* line 902, ../sass/_03_home.scss */
.home .membership .membership-option.monthly {
  order: 2;
}
@media (min-width: 768px) {
  /* line 902, ../sass/_03_home.scss */
  .home .membership .membership-option.monthly {
    order: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 768px) {
  /* line 912, ../sass/_03_home.scss */
  .home .membership .membership-option.monthly .membership-header {
    border-top-right-radius: 0;
  }
}
/* line 919, ../sass/_03_home.scss */
.home .membership .membership-option.annual {
  order: 1;
  position: relative;
}
@media (min-width: 768px) {
  /* line 919, ../sass/_03_home.scss */
  .home .membership .membership-option.annual {
    order: 2;
    margin-top: -1em;
    margin-bottom: -1em;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  }
}
@media (min-width: 768px) {
  /* line 932, ../sass/_03_home.scss */
  .home .membership .membership-option.annual .membership-header {
    height: 12em;
  }
}
@media (min-width: 768px) {
  /* line 938, ../sass/_03_home.scss */
  .home .membership .membership-option.annual .membership-title {
    margin-top: 0.5em;
  }
}
@media (min-width: 768px) {
  /* line 944, ../sass/_03_home.scss */
  .home .membership .membership-option.annual .membership-footer {
    margin-bottom: 1em;
  }
}
/* line 949, ../sass/_03_home.scss */
.home .membership .membership-option.annual .membership-footer .membership-btn {
  background: #162556;
  color: #fff;
}
/* line 956, ../sass/_03_home.scss */
.home .membership .membership-option.concierge {
  order: 3;
}
@media (min-width: 768px) {
  /* line 956, ../sass/_03_home.scss */
  .home .membership .membership-option.concierge {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  /* line 964, ../sass/_03_home.scss */
  .home .membership .membership-option.concierge .membership-header {
    border-top-left-radius: 0;
  }
}
/* line 972, ../sass/_03_home.scss */
.home .membership .membership-header {
  position: relative;
  height: 11em;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5em 1.1em;
  background-color: #162556;
  color: white;
  border-bottom: 16px solid #dc2626;
  border-radius: 1em 1em 0 0;
  overflow: hidden;
}
/* line 987, ../sass/_03_home.scss */
.home .membership .popular-badge {
  position: absolute;
  top: 16px;
  right: -21px;
  transform: rotate(45deg);
  font-weight: bold;
  font-size: 0.75em;
  background-color: #dc2626;
  color: white;
  text-transform: uppercase;
  width: 90px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
/* line 1005, ../sass/_03_home.scss */
.home .membership .membership-title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.875em;
  letter-spacing: 0.05em;
}
/* line 1012, ../sass/_03_home.scss */
.home .membership .membership-description {
  margin-top: 0.5em;
  line-height: 1.5;
  font-size: 0.95em;
  flex: 1;
  display: flex;
  align-items: center;
}
/* line 1021, ../sass/_03_home.scss */
.home .membership .membership-content {
  flex: 1;
  padding: 1em 1.5em;
  color: #162556;
  font-size: 1.125em;
  line-height: 1.6;
}
/* line 1029, ../sass/_03_home.scss */
.home .membership .membership-list {
  padding-left: 2em;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
}
/* line 1035, ../sass/_03_home.scss */
.home .membership .membership-list li {
  margin-top: 1em;
}
/* line 1038, ../sass/_03_home.scss */
.home .membership .membership-list li:first-child {
  margin-top: 0;
}
/* line 1044, ../sass/_03_home.scss */
.home .membership .membership-footer {
  padding: 0em 3em 2em;
  text-align: center;
  border-radius: 0 0 1em 1em;
}
@media (min-width: 768px) {
  /* line 1044, ../sass/_03_home.scss */
  .home .membership .membership-footer {
    margin-top: 1em;
    padding-top: 1em;
  }
}
/* line 1055, ../sass/_03_home.scss */
.home .membership .membership-price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
  font-weight: 900;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #162556;
}
@media (min-width: 768px) {
  /* line 1055, ../sass/_03_home.scss */
  .home .membership .membership-price {
    height: 4em;
    margin-bottom: 1.5em;
  }
}
/* line 1072, ../sass/_03_home.scss */
.home .membership .membership-btn {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0.75em;
  border-radius: 0.5em;
  border: 2px solid #162556;
  color: #162556;
  transition: background-color 0.3s, color 0.3s;
}
/* line 1084, ../sass/_03_home.scss */
.home .membership .membership-btn:hover {
  background-color: #162556;
  color: white;
  text-decoration: none;
}
/* line 1092, ../sass/_03_home.scss */
.home .services {
  display: block;
  position: relative;
  z-index: 1;
  padding: 80px 0 30px;
  background: #babec2;
  /* Small Devices */
  /* Small Devices */
  /* Small Devices */
}
@media only screen and (max-device-width: 767px) {
  /* line 1092, ../sass/_03_home.scss */
  .home .services {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1092, ../sass/_03_home.scss */
  .home .services {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1092, ../sass/_03_home.scss */
  .home .services {
    padding: 20px 0;
  }
}
/* line 1121, ../sass/_03_home.scss */
.home .services h4 {
  margin: 0 0 40px;
  font-size: 25px;
  color: #000;
  /* Extra Small Devices */
  /* Small Devices */
}
@media only screen and (min-width: 480px) {
  /* line 1121, ../sass/_03_home.scss */
  .home .services h4 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1121, ../sass/_03_home.scss */
  .home .services h4 {
    font-size: 40px;
  }
}
/* line 1139, ../sass/_03_home.scss */
.home .services .top .row {
  max-width: 700px;
  margin: auto;
}
/* line 1143, ../sass/_03_home.scss */
.home .services .top .row > div {
  margin: 0 0 50px;
  text-align: center;
}
/* line 1148, ../sass/_03_home.scss */
.home .services .top .row > div:last-child {
  margin: 0;
}
/* line 1152, ../sass/_03_home.scss */
.home .services .top .row > div figure {
  position: relative;
  width: 198px;
  height: 198px;
  line-height: 198px;
  text-align: center;
  margin: -21px auto 33px;
  background: #000;
  border-radius: 50%;
  border: 2px solid #000;
  transform: scale(0.92);
  transition: all 0.2s ease-in-out;
  /* Small Devices */
}
@media only screen and (max-width: 769px) {
  /* line 1152, ../sass/_03_home.scss */
  .home .services .top .row > div figure {
    margin-top: 0;
  }
}
/* line 1173, ../sass/_03_home.scss */
.home .services .top .row > div figure .popular {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 25px;
  line-height: 25px;
}
/* line 1179, ../sass/_03_home.scss */
.home .services .top .row > div figure .popular span {
  display: inline-block;
  height: 25px;
  line-height: 21px;
  padding: 0 10px;
  background: #FFF;
  border-radius: 8px;
  border: 2px solid #000;
  text-transform: uppercase;
  font-size: 11px;
}
/* line 1194, ../sass/_03_home.scss */
.home .services .top .row > div figure::after, .home .services .top .row > div figure::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -13px;
  left: 50%;
  margin-left: -10px;
  border-style: solid;
  border-width: 14px 10.5px 0 10.5px;
  border-color: #000000 transparent transparent transparent;
  transition: border-color 0.2s linear;
}
/* line 1208, ../sass/_03_home.scss */
.home .services .top .row > div figure::before {
  bottom: -15px;
  margin-left: -12px;
  border-width: 15px 12.5px 0 12.5px;
  border-color: #000000 transparent transparent transparent;
}
/* line 1217, ../sass/_03_home.scss */
.home .services .top .row > div figure img {
  position: relative;
  height: 90px;
}
/* line 1222, ../sass/_03_home.scss */
.home .services .top .row > div figure.personal img {
  height: 110px;
}
/* line 1226, ../sass/_03_home.scss */
.home .services .top .row > div figure.pickup img {
  top: -3px;
}
/* line 1230, ../sass/_03_home.scss */
.home .services .top .row > div figure.events img {
  top: -1px;
}
/* line 1236, ../sass/_03_home.scss */
.home .services .top .row > div:hover figure, .home .services .top .row > div.popular figure {
  background: #83d3ff;
  transform: scale(1);
}
/* line 1241, ../sass/_03_home.scss */
.home .services .top .row > div:hover figure::after, .home .services .top .row > div.popular figure::after {
  border-color: #83d3ff transparent transparent transparent;
}
/* line 1247, ../sass/_03_home.scss */
.home .services .top .row > div .btn {
  border: 2px solid #000;
  border-radius: 0;
}
/* line 1257, ../sass/_03_home.scss */
.home .services .top .row > div h6,
.home .services .top .row > div h5 {
  text-transform: uppercase;
}
/* line 1262, ../sass/_03_home.scss */
.home .services .top .row > div h5 {
  font-weight: bold;
}
/* line 1266, ../sass/_03_home.scss */
.home .services .top .row > div h4 {
  margin: 10px 0 2px;
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
/* line 1276, ../sass/_03_home.scss */
.home .services .top .row > div h4.small {
  margin-top: 3px;
  font-size: 22px;
}
/* line 1282, ../sass/_03_home.scss */
.home .services .top .row > div .price-top {
  margin-top: 10px;
}
/* line 1286, ../sass/_03_home.scss */
.home .services .top .row > div hgroup {
  margin: 20px 0;
  color: #000;
}
/* line 1291, ../sass/_03_home.scss */
.home .services .top .row > div p {
  margin: 5px 0 20px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #7d8091;
}
/* line 1305, ../sass/_03_home.scss */
.home .services .bottom {
  text-align: center;
}
/* line 1308, ../sass/_03_home.scss */
.home .services .bottom img {
  display: block;
  max-width: 560px;
  margin: 20px auto;
  /* Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 1308, ../sass/_03_home.scss */
  .home .services .bottom img {
    margin: 0;
  }
}
/* line 1319, ../sass/_03_home.scss */
.home .services .bottom .title {
  margin: 20px 0 -45px;
  text-align: center;
}
/* line 1324, ../sass/_03_home.scss */
.home .services .bottom .title hr {
  visibility: hidden;
  width: 75%;
  margin: auto;
  border-top: 1px solid #fff;
  /* Small Devices */
}
@media only screen and (min-width: 768px) {
  /* line 1324, ../sass/_03_home.scss */
  .home .services .bottom .title hr {
    visibility: visible;
  }
}
/* line 1337, ../sass/_03_home.scss */
.home .services .bottom .title h4 {
  position: relative;
  top: -40px;
  display: inline-block;
  padding: 10px 20px;
  margin: auto;
  font-size: 20px;
  -webkit-font-smoothing: antialised;
  font-weight: 300;
  color: #fff;
  background: #babec2;
  /* Extra Small Devices */
  /* Small Devices */
}
@media only screen and (min-width: 480px) {
  /* line 1337, ../sass/_03_home.scss */
  .home .services .bottom .title h4 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1337, ../sass/_03_home.scss */
  .home .services .bottom .title h4 {
    font-size: 2.8em;
  }
}
/* line 1363, ../sass/_03_home.scss */
.home .services .bottom p {
  margin: 0 0 20px;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 767px) {
  /* line 1363, ../sass/_03_home.scss */
  .home .services .bottom p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1363, ../sass/_03_home.scss */
  .home .services .bottom p {
    margin-bottom: 15px;
  }
}
/* line 1382, ../sass/_03_home.scss */
.home .services .bottom .btn {
  margin-top: 20px;
  border: 2px solid #000;
  border-radius: 0px;
}
/* line 1391, ../sass/_03_home.scss */
.home .moreinfo {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  background: #fff;
  /* Small Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 768px) {
  /* line 1391, ../sass/_03_home.scss */
  .home .moreinfo {
    padding: 40px 0px 30px 0px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 1391, ../sass/_03_home.scss */
  .home .moreinfo {
    padding: 40px 0px 40px 0px;
  }
}
/* line 1408, ../sass/_03_home.scss */
.home .moreinfo .img-personal-driver {
  display: none;
  /* Small Devices */
  /* Small Devices */
}
@media only screen and (max-device-width: 767px) {
  /* line 1408, ../sass/_03_home.scss */
  .home .moreinfo .img-personal-driver {
    float: right;
    display: block;
    max-width: 220px;
    margin-left: 15px;
    margin-top: 15px;
  }
}
@media only screen and (max-device-width: 479px) {
  /* line 1408, ../sass/_03_home.scss */
  .home .moreinfo .img-personal-driver {
    max-width: inherit;
    float: none;
    margin: 0 auto 15px;
  }
}
/* line 1429, ../sass/_03_home.scss */
.home .moreinfo .reservation {
  background: transparent;
}
/* line 1432, ../sass/_03_home.scss */
.home .moreinfo .reservation h3 {
  margin: 0;
  font-size: 25px;
  -webkit-font-smoothing: antialised;
  font-weight: 400;
  line-height: 1.3;
  /* Extra Small Devices */
  /* Small Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 480px) {
  /* line 1432, ../sass/_03_home.scss */
  .home .moreinfo .reservation h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1432, ../sass/_03_home.scss */
  .home .moreinfo .reservation h3 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 1432, ../sass/_03_home.scss */
  .home .moreinfo .reservation h3 {
    margin: 0 10% 0 0;
  }
  /* line 1452, ../sass/_03_home.scss */
  .home .moreinfo .reservation h3 br {
    display: none;
  }
}
/* line 1457, ../sass/_03_home.scss */
.home .moreinfo .reservation h3 b {
  font-weight: 400;
  color: #83d3ff;
}
/* line 1464, ../sass/_03_home.scss */
.home .moreinfo .reservation h5 {
  margin: 30px 0 0;
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  /* Extra Small Devices */
  /* Small Devices */
}
@media only screen and (min-width: 480px) {
  /* line 1464, ../sass/_03_home.scss */
  .home .moreinfo .reservation h5 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1464, ../sass/_03_home.scss */
  .home .moreinfo .reservation h5 {
    font-size: 14px;
  }
}
/* line 1482, ../sass/_03_home.scss */
.home .moreinfo .reservation p {
  font-size: 12px;
  color: #7d8091;
}
/* line 1488, ../sass/_03_home.scss */
.home .moreinfo .reservation a, .home .moreinfo .reservation .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .home .moreinfo .reservation a, .home .moreinfo .reservation .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .home .moreinfo .reservation a:hover, .home .moreinfo .reservation .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .home .moreinfo .reservation a, .home .moreinfo .reservation .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .home .moreinfo .reservation a:hover {
  margin: 30px 0 0;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 1488, ../sass/_03_home.scss */
  .home .moreinfo .reservation a, .home .moreinfo .reservation .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .home .moreinfo .reservation a, .home .moreinfo .reservation .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .home .moreinfo .reservation a:hover, .home .moreinfo .reservation .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .home .moreinfo .reservation a, .home .moreinfo .reservation .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .home .moreinfo .reservation a:hover {
    margin-top: 10px;
    border-radius: 0px;
  }
}
/* line 1498, ../sass/_03_home.scss */
.home .moreinfo .reservation .types {
  margin-top: 40px;
  /* Small Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 768px) {
  /* line 1498, ../sass/_03_home.scss */
  .home .moreinfo .reservation .types {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 1498, ../sass/_03_home.scss */
  .home .moreinfo .reservation .types {
    margin-top: 0;
  }
}
/* line 1510, ../sass/_03_home.scss */
.home .moreinfo .reservation .types p {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.4;
  /* Small Devices */
}
@media only screen and (min-width: 768px) {
  /* line 1510, ../sass/_03_home.scss */
  .home .moreinfo .reservation .types p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 421px) {
  /* line 1429, ../sass/_03_home.scss */
  .home .moreinfo .reservation {
    text-align: center;
  }
  /* line 1530, ../sass/_03_home.scss */
  .home .moreinfo .reservation h5 {
    font-size: 14px;
  }
  /* line 1534, ../sass/_03_home.scss */
  .home .moreinfo .reservation .types {
    margin: 40px 0;
  }
  /* line 1537, ../sass/_03_home.scss */
  .home .moreinfo .reservation .types > div {
    float: none;
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
  }
  /* line 1544, ../sass/_03_home.scss */
  .home .moreinfo .reservation .types > div:first-child {
    margin-top: 0;
  }
  /* line 1548, ../sass/_03_home.scss */
  .home .moreinfo .reservation .types > div p {
    width: 80%;
    margin: 5px auto 0;
  }
}
/* line 1565, ../sass/_03_home.scss */
.home .moreinfo .another-sections {
  margin: 60px 0 0;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 1565, ../sass/_03_home.scss */
  .home .moreinfo .another-sections {
    margin-top: 30px;
  }
}
/* line 1573, ../sass/_03_home.scss */
.home .moreinfo .another-sections nav {
  position: relative;
  height: 32px;
  margin: 0 0 60px;
  border-top: 1px solid #a6a8b2;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 1573, ../sass/_03_home.scss */
  .home .moreinfo .another-sections nav {
    margin-bottom: 40px;
    padding-left: 25px;
  }
}
/* line 1587, ../sass/_03_home.scss */
.home .moreinfo .another-sections nav i {
  position: absolute;
  top: -1px;
  left: 69.5px;
  display: block;
  width: 0;
  height: 0;
  border-width: 7px 6px 0 6px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  transition: left 0.4s ease-in-out;
}
/* line 1603, ../sass/_03_home.scss */
.home .moreinfo .another-sections nav ul {
  padding: 0;
  margin: 16px 0 0;
}
/* line 1607, ../sass/_03_home.scss */
.home .moreinfo .another-sections nav ul li {
  float: left;
  margin: 0 0 0 36px;
  font-size: 14px;
}
/* line 1613, ../sass/_03_home.scss */
.home .moreinfo .another-sections nav ul li:first-child {
  margin-left: 0;
}
/* line 1617, ../sass/_03_home.scss */
.home .moreinfo .another-sections nav ul li a, .home .moreinfo .another-sections nav ul li .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .home .moreinfo .another-sections nav ul li a, .home .moreinfo .another-sections nav ul li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .home .moreinfo .another-sections nav ul li a:hover, .home .moreinfo .another-sections nav ul li .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .home .moreinfo .another-sections nav ul li a, .home .moreinfo .another-sections nav ul li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .home .moreinfo .another-sections nav ul li a:hover {
  font-weight: 800;
  text-transform: uppercase;
  color: #a6a8b2;
  transition: color 0.15s linear;
}
/* line 1627, ../sass/_03_home.scss */
.home .moreinfo .another-sections nav ul li.active a, .home .moreinfo .another-sections nav ul li.active .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .home .moreinfo .another-sections nav ul li.active a, .home .moreinfo .another-sections nav ul li.active .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .home .moreinfo .another-sections nav ul li.active a:hover, .home .moreinfo .another-sections nav ul li.active .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .home .moreinfo .another-sections nav ul li.active a, .home .moreinfo .another-sections nav ul li.active .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .home .moreinfo .another-sections nav ul li.active a:hover,
.home .moreinfo .another-sections nav ul li a:hover,
.home .moreinfo .another-sections nav ul li .giftcards .form-holder form fieldset .options .option a:hover,
.giftcards .form-holder form fieldset .options .option .home .moreinfo .another-sections nav ul li a:hover,
.home .moreinfo .another-sections nav ul li .giftcards_view .form-holder form fieldset .options .option a:hover,
.giftcards_view .form-holder form fieldset .options .option .home .moreinfo .another-sections nav ul li a:hover {
  text-decoration: none;
  color: #000;
}
/* line 1637, ../sass/_03_home.scss */
.home .moreinfo .another-sections nav ~ div {
  opacity: 0;
  transition: opacity 0.3s linear;
}
/* line 1642, ../sass/_03_home.scss */
.home .moreinfo .another-sections nav ~ div.active {
  opacity: 1;
}
/* line 1646, ../sass/_03_home.scss */
.home .moreinfo .another-sections nav ~ div .more-info {
  margin-top: 15px;
  text-align: center;
}
/* line 1653, ../sass/_03_home.scss */
.home .moreinfo .another-sections .articles {
  position: relative;
  height: 150px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  /* line 1653, ../sass/_03_home.scss */
  .home .moreinfo .another-sections .articles {
    height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 1653, ../sass/_03_home.scss */
  .home .moreinfo .another-sections .articles {
    height: 380px;
  }
}
/* line 1666, ../sass/_03_home.scss */
.home .moreinfo .another-sections .articles .row {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
}
/* line 1672, ../sass/_03_home.scss */
.home .moreinfo .another-sections .articles .row.past {
  z-index: 0;
}
/* line 1674, ../sass/_03_home.scss */
.home .moreinfo .another-sections .articles .row.past article {
  left: -4000px;
}
/* line 1679, ../sass/_03_home.scss */
.home .moreinfo .another-sections .articles .row.future {
  z-index: 0;
}
/* line 1681, ../sass/_03_home.scss */
.home .moreinfo .another-sections .articles .row.future article {
  left: 4000px;
}
/* line 1689, ../sass/_03_home.scss */
.home .moreinfo .another-sections .articles .row.to-past article:nth-child(1), .home .moreinfo .another-sections .articles .row.from-future article:nth-child(1) {
  transition: 1s left 0s ease-in-out;
}
/* line 1692, ../sass/_03_home.scss */
.home .moreinfo .another-sections .articles .row.to-past article:nth-child(2), .home .moreinfo .another-sections .articles .row.from-future article:nth-child(2) {
  transition: 1s left 0.05s ease-in-out;
}
/* line 1695, ../sass/_03_home.scss */
.home .moreinfo .another-sections .articles .row.to-past article:nth-child(3), .home .moreinfo .another-sections .articles .row.from-future article:nth-child(3) {
  transition: 1s left 0.1s ease-in-out;
}
/* line 1704, ../sass/_03_home.scss */
.home .moreinfo .another-sections .articles .row.from-past article:nth-child(1), .home .moreinfo .another-sections .articles .row.to-future article:nth-child(1) {
  transition: 1s left 0.1s ease-in-out;
}
/* line 1707, ../sass/_03_home.scss */
.home .moreinfo .another-sections .articles .row.from-past article:nth-child(2), .home .moreinfo .another-sections .articles .row.to-future article:nth-child(2) {
  transition: 1s left 0.05s ease-in-out;
}
/* line 1710, ../sass/_03_home.scss */
.home .moreinfo .another-sections .articles .row.from-past article:nth-child(3), .home .moreinfo .another-sections .articles .row.to-future article:nth-child(3) {
  transition: 1s left 0s ease-in-out;
}
/* line 1717, ../sass/_03_home.scss */
.home .moreinfo .another-sections .articles article {
  position: relative;
  top: 0;
  left: 0;
}
/* line 1722, ../sass/_03_home.scss */
.home .moreinfo .another-sections .articles article figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
}
/* line 1729, ../sass/_03_home.scss */
.home .moreinfo .another-sections .articles article figure + div {
  padding: 0 0 0 44px;
  margin-left: 0;
}
/* line 1735, ../sass/_03_home.scss */
.home .moreinfo .another-sections .articles article > div {
  margin-left: -15px;
}
/* line 1738, ../sass/_03_home.scss */
.home .moreinfo .another-sections .articles article > div > a, .home .moreinfo .another-sections .articles .giftcards .form-holder form fieldset .options .option.active article > div > a, .giftcards .form-holder form fieldset .options .option.active .home .moreinfo .another-sections .articles article > div > a, .home .moreinfo .another-sections .articles .giftcards .form-holder form fieldset .options .option article > div > a:hover, .giftcards .form-holder form fieldset .options .option .home .moreinfo .another-sections .articles article > div > a:hover, .home .moreinfo .another-sections .articles .giftcards_view .form-holder form fieldset .options .option.active article > div > a, .giftcards_view .form-holder form fieldset .options .option.active .home .moreinfo .another-sections .articles article > div > a, .home .moreinfo .another-sections .articles .giftcards_view .form-holder form fieldset .options .option article > div > a:hover, .giftcards_view .form-holder form fieldset .options .option .home .moreinfo .another-sections .articles article > div > a:hover {
  text-decoration: underline;
  color: #45bbfc;
}
/* line 1745, ../sass/_03_home.scss */
.home .moreinfo .another-sections .articles article .top {
  font-size: 12px;
  font-weight: normal;
  color: #7d8091;
}
/* line 1751, ../sass/_03_home.scss */
.home .moreinfo .another-sections .articles article .top span {
  display: block;
}
/* line 1756, ../sass/_03_home.scss */
.home .moreinfo .another-sections .articles article h5 {
  margin: 15px 0;
  color: #000;
  font-size: 14px;
}
/* line 1768, ../sass/_03_home.scss */
.home .moreinfo .another-sections .pagination {
  display: block;
  margin: 40px 0 0;
  text-align: center;
  opacity: 1;
  border-radius: 0;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 1768, ../sass/_03_home.scss */
  .home .moreinfo .another-sections .pagination {
    margin-top: 20px;
  }
}
/* line 1782, ../sass/_03_home.scss */
.home .moreinfo .another-sections .pagination a, .home .moreinfo .another-sections .pagination .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .home .moreinfo .another-sections .pagination a, .home .moreinfo .another-sections .pagination .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .home .moreinfo .another-sections .pagination a:hover, .home .moreinfo .another-sections .pagination .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .home .moreinfo .another-sections .pagination a, .home .moreinfo .another-sections .pagination .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .home .moreinfo .another-sections .pagination a:hover {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 0 0 10px;
  text-indent: -999em;
  border-radius: 50%;
  background: #c3c3c3;
  transition: background 0.2s linear;
}
/* line 1795, ../sass/_03_home.scss */
.home .moreinfo .another-sections .pagination a:first-child, .home .moreinfo .another-sections .pagination .giftcards .form-holder form fieldset .options .option.active a:first-child, .giftcards .form-holder form fieldset .options .option.active .home .moreinfo .another-sections .pagination a:first-child, .home .moreinfo .another-sections .pagination .giftcards .form-holder form fieldset .options .option a:first-child:hover, .giftcards .form-holder form fieldset .options .option .home .moreinfo .another-sections .pagination a:first-child:hover, .home .moreinfo .another-sections .pagination .giftcards_view .form-holder form fieldset .options .option.active a:first-child, .giftcards_view .form-holder form fieldset .options .option.active .home .moreinfo .another-sections .pagination a:first-child, .home .moreinfo .another-sections .pagination .giftcards_view .form-holder form fieldset .options .option a:first-child:hover, .giftcards_view .form-holder form fieldset .options .option .home .moreinfo .another-sections .pagination a:first-child:hover {
  margin-left: 0;
}
/* line 1799, ../sass/_03_home.scss */
.home .moreinfo .another-sections .pagination a.active, .home .moreinfo .another-sections .pagination .giftcards .form-holder form fieldset .options .option.active a.active, .giftcards .form-holder form fieldset .options .option.active .home .moreinfo .another-sections .pagination a.active, .home .moreinfo .another-sections .pagination .giftcards .form-holder form fieldset .options .option a.active:hover, .giftcards .form-holder form fieldset .options .option .home .moreinfo .another-sections .pagination a.active:hover, .home .moreinfo .another-sections .pagination .giftcards_view .form-holder form fieldset .options .option.active a.active, .giftcards_view .form-holder form fieldset .options .option.active .home .moreinfo .another-sections .pagination a.active, .home .moreinfo .another-sections .pagination .giftcards_view .form-holder form fieldset .options .option a.active:hover, .giftcards_view .form-holder form fieldset .options .option .home .moreinfo .another-sections .pagination a.active:hover, .home .moreinfo .another-sections .pagination a:hover, .home .moreinfo .another-sections .pagination .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .home .moreinfo .another-sections .pagination a:hover, .home .moreinfo .another-sections .pagination .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .home .moreinfo .another-sections .pagination a:hover {
  background: #000;
}
/* line 1808, ../sass/_03_home.scss */
.home .experience {
  position: relative;
  z-index: 1;
}
/* line 1812, ../sass/_03_home.scss */
.home .experience .container {
  text-align: left;
}
/* line 1816, ../sass/_03_home.scss */
.home .experience .content-center {
  padding: 20px 0 20px;
  margin: 0;
  /* Small Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 768px) {
  /* line 1816, ../sass/_03_home.scss */
  .home .experience .content-center {
    padding: 40px 0 60px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 1816, ../sass/_03_home.scss */
  .home .experience .content-center {
    padding: 60px 0 80px;
  }
}
/* line 1831, ../sass/_03_home.scss */
.home .experience .row > div {
  margin: 0 0 40px;
}
@media only screen and (max-width: 479px) {
  /* line 1831, ../sass/_03_home.scss */
  .home .experience .row > div {
    margin-bottom: 20px;
  }
}
/* line 1840, ../sass/_03_home.scss */
.home .experience h3 {
  margin: 0 0 40px;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  /* Extra Small Devices */
  /* Small Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 400px) {
  /* line 1840, ../sass/_03_home.scss */
  .home .experience h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 480px) {
  /* line 1840, ../sass/_03_home.scss */
  .home .experience h3 {
    font-size: 29px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1840, ../sass/_03_home.scss */
  .home .experience h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 1840, ../sass/_03_home.scss */
  .home .experience h3 {
    font-size: 36px;
  }
}
/* line 1867, ../sass/_03_home.scss */
.home .experience h4 {
  font-size: 16px;
  text-align: left;
  color: #000;
  /* Extra Small Devices */
}
@media only screen and (min-width: 400px) {
  /* line 1867, ../sass/_03_home.scss */
  .home .experience h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 480px) {
  /* line 1867, ../sass/_03_home.scss */
  .home .experience h4 {
    font-size: 24px;
  }
}
/* line 1883, ../sass/_03_home.scss */
.home .experience ul {
  padding: 0 0 0 18px;
  margin: 1em 0 0;
}
/* line 1888, ../sass/_03_home.scss */
.home .experience p {
  margin: 1em 0 0;
}
/* line 1892, ../sass/_03_home.scss */
.home .experience p,
.home .experience li {
  font-size: 14px;
  color: #fff;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 1892, ../sass/_03_home.scss */
  .home .experience p,
  .home .experience li {
    font-size: 12px;
    text-align: left;
  }
}
/* line 1906, ../sass/_03_home.scss */
.home .experience .btn {
  margin: 20px 0 0;
  border-radius: 0;
}
@media only screen and (max-width: 479px) {
  /* line 1913, ../sass/_03_home.scss */
  .home .experience .container {
    text-align: center;
  }
  /* line 1916, ../sass/_03_home.scss */
  .home .experience .container h4 {
    text-align: center;
  }
}
/* line 1923, ../sass/_03_home.scss */
.home .services-xs {
  display: none;
  padding: 20px 0;
  background: #83d3ff;
  /* Small Devices */
}
@media only screen and (max-device-width: 767px) {
  /* line 1923, ../sass/_03_home.scss */
  .home .services-xs {
    display: block;
  }
}
/* line 1935, ../sass/_03_home.scss */
.home .services-xs .services-xs-nav {
  display: flex;
  max-width: 240px;
  margin: 0px auto 12px;
}
/* line 1941, ../sass/_03_home.scss */
.home .services-xs .services-xs-nav a, .home .services-xs .services-xs-nav .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .home .services-xs .services-xs-nav a, .home .services-xs .services-xs-nav .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .home .services-xs .services-xs-nav a:hover, .home .services-xs .services-xs-nav .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .home .services-xs .services-xs-nav a, .home .services-xs .services-xs-nav .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .home .services-xs .services-xs-nav a:hover {
  display: block;
  flex: 1;
  height: 34px;
  line-height: 30px;
  border: 2px solid #000;
  text-align: center;
  background: #000;
  color: #fff;
  transform: scale(0.92);
  transform-origin: bottom right;
}
/* line 1956, ../sass/_03_home.scss */
.home .services-xs .services-xs-nav a:last-child, .home .services-xs .services-xs-nav .giftcards .form-holder form fieldset .options .option.active a:last-child, .giftcards .form-holder form fieldset .options .option.active .home .services-xs .services-xs-nav a:last-child, .home .services-xs .services-xs-nav .giftcards .form-holder form fieldset .options .option a:last-child:hover, .giftcards .form-holder form fieldset .options .option .home .services-xs .services-xs-nav a:last-child:hover, .home .services-xs .services-xs-nav .giftcards_view .form-holder form fieldset .options .option.active a:last-child, .giftcards_view .form-holder form fieldset .options .option.active .home .services-xs .services-xs-nav a:last-child, .home .services-xs .services-xs-nav .giftcards_view .form-holder form fieldset .options .option a:last-child:hover, .giftcards_view .form-holder form fieldset .options .option .home .services-xs .services-xs-nav a:last-child:hover {
  transform-origin: bottom left;
}
/* line 1960, ../sass/_03_home.scss */
.home .services-xs .services-xs-nav a:hover, .home .services-xs .services-xs-nav .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .home .services-xs .services-xs-nav a:hover, .home .services-xs .services-xs-nav .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .home .services-xs .services-xs-nav a:hover {
  text-decoration: none;
}
/* line 1964, ../sass/_03_home.scss */
.home .services-xs .services-xs-nav a.active, .home .services-xs .services-xs-nav .giftcards .form-holder form fieldset .options .option.active a.active, .giftcards .form-holder form fieldset .options .option.active .home .services-xs .services-xs-nav a.active, .home .services-xs .services-xs-nav .giftcards .form-holder form fieldset .options .option a.active:hover, .giftcards .form-holder form fieldset .options .option .home .services-xs .services-xs-nav a.active:hover, .home .services-xs .services-xs-nav .giftcards_view .form-holder form fieldset .options .option.active a.active, .giftcards_view .form-holder form fieldset .options .option.active .home .services-xs .services-xs-nav a.active, .home .services-xs .services-xs-nav .giftcards_view .form-holder form fieldset .options .option a.active:hover, .giftcards_view .form-holder form fieldset .options .option .home .services-xs .services-xs-nav a.active:hover {
  transform: scale(1);
  background: #fff;
  color: #000;
}
/* line 1973, ../sass/_03_home.scss */
.home .services-xs .services-xs-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 17px;
}
/* line 1980, ../sass/_03_home.scss */
.home .services-xs .services-xs-business .services-xs-title {
  margin-bottom: 10px;
}
/* line 1984, ../sass/_03_home.scss */
.home .services-xs article {
  position: relative;
  margin-top: 10px;
  background: #FFF;
  border: 2px solid #000;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
/* line 1995, ../sass/_03_home.scss */
.home .services-xs article .service-popular {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 100px;
  height: 20px;
  line-height: 16.5px;
  margin-left: -50px;
  background: #000;
  border: 2px solid #FFF;
  border-radius: 10px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 9px;
}
/* line 2012, ../sass/_03_home.scss */
.home .services-xs article .service-content {
  display: flex;
  padding: 10px 0;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
/* line 2021, ../sass/_03_home.scss */
.home .services-xs article .service-content .icon-holder {
  width: 82px;
  margin-right: 0;
  text-align: center;
}
/* line 2027, ../sass/_03_home.scss */
.home .services-xs article .service-content .icon-holder img {
  width: auto;
  height: 38px;
}
/* line 2033, ../sass/_03_home.scss */
.home .services-xs article .service-content .service-info {
  flex: 1;
  margin-left: -25px;
  text-align: center;
}
/* line 2039, ../sass/_03_home.scss */
.home .services-xs article .service-content .service-info .service-title {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
/* line 2047, ../sass/_03_home.scss */
.home .services-xs article .service-content .service-info .service-price {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: normal;
}
/* line 2052, ../sass/_03_home.scss */
.home .services-xs article .service-content .service-info .service-price small {
  display: block;
}
/* line 2059, ../sass/_03_home.scss */
.home .services-xs article .service-footer {
  height: 36px;
  line-height: 36px;
  background: rgba(101, 101, 101, 0.9);
  border-top: 2px solid #000;
  color: #FFF;
  letter-spacing: 2px;
  font-size: 10px;
  font-family: 'Montserrat';
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
/* line 2079, ../sass/_03_home.scss */
.home .learn-more {
  padding: 30px 0;
  background: #f4f4f4;
}
/* line 2084, ../sass/_03_home.scss */
.home .learn-more h4 {
  text-align: center;
}
/* line 2088, ../sass/_03_home.scss */
.home .learn-more .col {
  text-align: center;
  margin-bottom: 25px;
}
/* line 2092, ../sass/_03_home.scss */
.home .learn-more .col p {
  color: #7d8091;
}
/* line 2095, ../sass/_03_home.scss */
.home .learn-more .col p.title {
  color: #000;
}
@media only screen and (min-width: 768px) {
  /* line 2088, ../sass/_03_home.scss */
  .home .learn-more .col {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 2088, ../sass/_03_home.scss */
  .home .learn-more .col {
    margin-bottom: 0;
  }
}

@media only screen and (max-height: 720px) {
  /* line 2113, ../sass/_03_home.scss */
  .home header.with-topbar-reduce ~ .highlight .hero-claim h1 {
    font-size: 45px;
  }
}
@media only screen and (max-height: 720px) {
  /* line 2119, ../sass/_03_home.scss */
  .home header.with-topbar-reduce ~ .highlight .hero-claim h2 {
    font-size: 19px;
  }
}
@media only screen and (max-height: 780px) {
  /* line 2125, ../sass/_03_home.scss */
  .home header.with-topbar-reduce ~ .highlight .hero-services {
    margin-top: 15px;
  }
}
@media only screen and (max-height: 705px) {
  /* line 2132, ../sass/_03_home.scss */
  .home header.with-topbar-reduce ~ .highlight .content .bottom form input {
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-height: 705px) {
  /* line 2138, ../sass/_03_home.scss */
  .home header.with-topbar-reduce ~ .highlight .content .bottom form button {
    height: 50px;
    line-height: 46px;
  }
}

/* line 4, ../sass/_04_becomedriver.scss */
.becomedriver .highlight .content-center {
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 4, ../sass/_04_becomedriver.scss */
  .becomedriver .highlight .content-center {
    padding-top: 90px;
  }
}
/* line 12, ../sass/_04_becomedriver.scss */
.becomedriver .highlight a.btn, .becomedriver .highlight .giftcards .form-holder form fieldset .options .option.active a.btn, .giftcards .form-holder form fieldset .options .option.active .becomedriver .highlight a.btn, .becomedriver .highlight .giftcards .form-holder form fieldset .options .option a.btn:hover, .giftcards .form-holder form fieldset .options .option .becomedriver .highlight a.btn:hover, .becomedriver .highlight .giftcards_view .form-holder form fieldset .options .option.active a.btn, .giftcards_view .form-holder form fieldset .options .option.active .becomedriver .highlight a.btn, .becomedriver .highlight .giftcards_view .form-holder form fieldset .options .option a.btn:hover, .giftcards_view .form-holder form fieldset .options .option .becomedriver .highlight a.btn:hover {
  margin-top: 50px;
  border: 2px solid #000;
  /* Small Devices */
}
@media only screen and (max-width: 991px) {
  /* line 12, ../sass/_04_becomedriver.scss */
  .becomedriver .highlight a.btn, .becomedriver .highlight .giftcards .form-holder form fieldset .options .option.active a.btn, .giftcards .form-holder form fieldset .options .option.active .becomedriver .highlight a.btn, .becomedriver .highlight .giftcards .form-holder form fieldset .options .option a.btn:hover, .giftcards .form-holder form fieldset .options .option .becomedriver .highlight a.btn:hover, .becomedriver .highlight .giftcards_view .form-holder form fieldset .options .option.active a.btn, .giftcards_view .form-holder form fieldset .options .option.active .becomedriver .highlight a.btn, .becomedriver .highlight .giftcards_view .form-holder form fieldset .options .option a.btn:hover, .giftcards_view .form-holder form fieldset .options .option .becomedriver .highlight a.btn:hover {
    margin-top: 10px;
  }
}
/* line 24, ../sass/_04_becomedriver.scss */
.becomedriver .howitworks {
  padding-top: 20px;
  color: #7d8091;
}
/* line 29, ../sass/_04_becomedriver.scss */
.becomedriver .howitworks h4, .becomedriver .howitworks .h4 {
  color: #000;
}
/* line 33, ../sass/_04_becomedriver.scss */
.becomedriver .howitworks p {
  text-align: center;
}
/* line 37, ../sass/_04_becomedriver.scss */
.becomedriver .howitworks .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* line 41, ../sass/_04_becomedriver.scss */
.becomedriver .howitworks .container p {
  /*margin-top: 15px;*/
}
/* line 46, ../sass/_04_becomedriver.scss */
.becomedriver .howitworks .howitworks2 {
  background: #f4f4f4;
}
/* line 51, ../sass/_04_becomedriver.scss */
.becomedriver .howtoapply {
  position: relative;
  color: #fff;
}
/* line 60, ../sass/_04_becomedriver.scss */
.becomedriver .howtoapply .container {
  text-align: left;
}
/* line 64, ../sass/_04_becomedriver.scss */
.becomedriver .howtoapply .content {
  /* Medium Devices / Desktops */
  /* Large Devices */
}
@media only screen and (min-width: 768px) {
  /* line 65, ../sass/_04_becomedriver.scss */
  .becomedriver .howtoapply .content .content-center {
    padding-bottom: 100px;
  }
}
/* line 71, ../sass/_04_becomedriver.scss */
.becomedriver .howtoapply .content .container {
  text-align: center;
}
/* line 75, ../sass/_04_becomedriver.scss */
.becomedriver .howtoapply .content p.title {
  color: #fff;
}
/* line 78, ../sass/_04_becomedriver.scss */
.becomedriver .howtoapply .content p.main-focus {
  margin: 10px 0 50px;
  font-size: 15px;
}
/* line 84, ../sass/_04_becomedriver.scss */
.becomedriver .howtoapply .content p {
  margin: 0;
}
/* line 88, ../sass/_04_becomedriver.scss */
.becomedriver .howtoapply .content .center {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  /* line 95, ../sass/_04_becomedriver.scss */
  .becomedriver .howtoapply .content p.main-focus {
    font-size: 21px;
  }
  /* line 98, ../sass/_04_becomedriver.scss */
  .becomedriver .howtoapply .content .center {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
/* line 117, ../sass/_04_becomedriver.scss */
.becomedriver .list-services {
  position: relative;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  /* Large Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 117, ../sass/_04_becomedriver.scss */
  .becomedriver .list-services {
    max-width: inherit;
  }
}
/* line 128, ../sass/_04_becomedriver.scss */
.becomedriver .list-services .list-service {
  margin-bottom: 20px;
  background: #FFF;
  border: 4px solid #83d3ff;
}
/* line 136, ../sass/_04_becomedriver.scss */
.becomedriver .list-services .list-service.personal .list-service-content p {
  margin-top: 25px;
  /* Large Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 1199px) {
  /* line 136, ../sass/_04_becomedriver.scss */
  .becomedriver .list-services .list-service.personal .list-service-content p {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 136, ../sass/_04_becomedriver.scss */
  .becomedriver .list-services .list-service.personal .list-service-content p {
    margin-top: 15px;
  }
}
/* line 154, ../sass/_04_becomedriver.scss */
.becomedriver .list-services .list-service.pickup .list-service-content p {
  margin-top: 35px;
  /* Large Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 1199px) {
  /* line 154, ../sass/_04_becomedriver.scss */
  .becomedriver .list-services .list-service.pickup .list-service-content p {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 154, ../sass/_04_becomedriver.scss */
  .becomedriver .list-services .list-service.pickup .list-service-content p {
    margin-top: 15px;
  }
}
/* line 172, ../sass/_04_becomedriver.scss */
.becomedriver .list-services .list-service.event .list-service-content p {
  margin-top: 70px;
  /* Large Devices */
}
@media only screen and (max-width: 991px) {
  /* line 172, ../sass/_04_becomedriver.scss */
  .becomedriver .list-services .list-service.event .list-service-content p {
    margin-top: 15px;
  }
}
/* line 183, ../sass/_04_becomedriver.scss */
.becomedriver .list-services .list-service .list-service-top {
  padding: 10px 0;
  background: #000;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
}
/* line 192, ../sass/_04_becomedriver.scss */
.becomedriver .list-services .list-service .list-service-top h3 {
  margin: 0;
  font-weight: bold;
}
/* line 197, ../sass/_04_becomedriver.scss */
.becomedriver .list-services .list-service .list-service-top p {
  margin: 0;
}
/* line 203, ../sass/_04_becomedriver.scss */
.becomedriver .list-services .list-service .list-service-content {
  margin-right: 15px;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 203, ../sass/_04_becomedriver.scss */
  .becomedriver .list-services .list-service .list-service-content {
    margin-right: 0;
  }
}
/* line 211, ../sass/_04_becomedriver.scss */
.becomedriver .list-services .list-service .list-service-content img {
  /* Medium Devices / Desktops */
  /* Extra Small Devices */
}
@media only screen and (max-width: 991px) {
  /* line 211, ../sass/_04_becomedriver.scss */
  .becomedriver .list-services .list-service .list-service-content img {
    margin-top: 15px;
    max-width: 480px;
  }
}
@media only screen and (max-width: 541px) {
  /* line 211, ../sass/_04_becomedriver.scss */
  .becomedriver .list-services .list-service .list-service-content img {
    margin-top: 0;
  }
}
/* line 224, ../sass/_04_becomedriver.scss */
.becomedriver .list-services .list-service .list-service-content p {
  color: #909090;
  /* Medium Devices / Desktops */
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 224, ../sass/_04_becomedriver.scss */
  .becomedriver .list-services .list-service .list-service-content p {
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
  }
}
@media only screen and (max-width: 441px) {
  /* line 224, ../sass/_04_becomedriver.scss */
  .becomedriver .list-services .list-service .list-service-content p {
    margin-left: 15px;
    margin-right: 15px;
  }
}
/* line 241, ../sass/_04_becomedriver.scss */
.becomedriver .list-services .list-service .list-service-content .btns {
  margin-top: 25px;
  margin-bottom: 10px;
  text-align: center;
}
/* line 247, ../sass/_04_becomedriver.scss */
.becomedriver .list-services .list-service .list-service-content .btns .btn {
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border: 2px solid #000;
  font-size: 12px;
}
/* line 255, ../sass/_04_becomedriver.scss */
.becomedriver .list-services .list-service .list-service-content .btns .btn:first-child {
  margin-left: 0;
}
/* line 264, ../sass/_04_becomedriver.scss */
.becomedriver .map-container {
  padding: 20px 0;
  background: #eaeaea;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 264, ../sass/_04_becomedriver.scss */
  .becomedriver .map-container {
    padding-top: 10px;
  }
}
/* line 274, ../sass/_04_becomedriver.scss */
.becomedriver .map-container p {
  padding: 60px 0 0;
  /* Large Devices */
  /* Small Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 274, ../sass/_04_becomedriver.scss */
  .becomedriver .map-container p {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 274, ../sass/_04_becomedriver.scss */
  .becomedriver .map-container p {
    padding-top: 0;
  }
}
/* line 288, ../sass/_04_becomedriver.scss */
.becomedriver .map-container img {
  width: 100%;
  /* Large Devices */
}
@media only screen and (max-width: 991px) {
  /* line 288, ../sass/_04_becomedriver.scss */
  .becomedriver .map-container img {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 30px auto 0;
  }
}
/* line 301, ../sass/_04_becomedriver.scss */
.becomedriver .bottom-description {
  background: #000;
}
/* line 304, ../sass/_04_becomedriver.scss */
.becomedriver .bottom-description img {
  display: block;
  max-width: 410px;
  margin: 0 auto;
  /* Medium Devices / Desktops */
  /* Extra Small Devices */
}
@media only screen and (max-width: 991px) {
  /* line 304, ../sass/_04_becomedriver.scss */
  .becomedriver .bottom-description img {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 441px) {
  /* line 304, ../sass/_04_becomedriver.scss */
  .becomedriver .bottom-description img {
    margin-top: 0;
  }
}
/* line 320, ../sass/_04_becomedriver.scss */
.becomedriver .bottom-description p {
  margin-top: 50px;
  color: #FFF;
  font-size: 20px;
  /* Large Devices */
  /* Medium Devices / Desktops */
  /* Small Devices */
  /* Extra Small Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 320, ../sass/_04_becomedriver.scss */
  .becomedriver .bottom-description p {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 320, ../sass/_04_becomedriver.scss */
  .becomedriver .bottom-description p {
    max-width: 410px;
    margin: 15px auto;
  }
}
@media only screen and (max-width: 767px) {
  /* line 320, ../sass/_04_becomedriver.scss */
  .becomedriver .bottom-description p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 320, ../sass/_04_becomedriver.scss */
  .becomedriver .bottom-description p {
    font-size: 15px;
  }
}
/* line 349, ../sass/_04_becomedriver.scss */
.becomedriver .btns-container {
  padding: 30px 0;
  background: #eaeaea;
}
/* line 354, ../sass/_04_becomedriver.scss */
.becomedriver .btns-container .btn {
  border: 2px solid #000;
}

/* line 2, ../sass/_05_howitworks.scss */
.howitworks .highlight {
  overflow: hidden;
  text-align: left;
}
/* line 6, ../sass/_05_howitworks.scss */
.howitworks .highlight .content-center {
  margin-bottom: -160px;
  /* Medium Devices / Desktops */
  /* Small Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 6, ../sass/_05_howitworks.scss */
  .howitworks .highlight .content-center {
    margin-bottom: -80px;
  }
}
@media only screen and (max-width: 997px) {
  /* line 6, ../sass/_05_howitworks.scss */
  .howitworks .highlight .content-center {
    margin-bottom: -97px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 6, ../sass/_05_howitworks.scss */
  .howitworks .highlight .content-center {
    padding-top: 90px;
    margin-bottom: 0;
  }
}
/* line 24, ../sass/_05_howitworks.scss */
.howitworks .highlight .content-center > div {
  text-align: left;
}
/* line 28, ../sass/_05_howitworks.scss */
.howitworks .highlight .content-center .btns {
  margin-top: 40px;
  /* Medium Devices / Desktops */
  /* Small Devices */
}
@media only screen and (max-width: 991px) {
  /* line 28, ../sass/_05_howitworks.scss */
  .howitworks .highlight .content-center .btns {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  /* line 28, ../sass/_05_howitworks.scss */
  .howitworks .highlight .content-center .btns {
    margin-top: 30px;
  }
}
/* line 41, ../sass/_05_howitworks.scss */
.howitworks .highlight .content-center .btns .btn {
  margin-top: 0 !important;
  margin-right: 15px;
  padding: 7px 20px;
  border-radius: 0;
}
/* line 52, ../sass/_05_howitworks.scss */
.howitworks .highlight .mobile-img img {
  width: 100%;
}
/* line 57, ../sass/_05_howitworks.scss */
.howitworks .highlight h1 {
  margin-top: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  /* line 57, ../sass/_05_howitworks.scss */
  .howitworks .highlight h1 {
    margin-top: 0px;
    text-align: center !important;
  }
}
/* line 69, ../sass/_05_howitworks.scss */
.howitworks .highlight p.big {
  margin: 30px 0;
  font-size: 17px;
  line-height: 1.4;
}
/* line 76, ../sass/_05_howitworks.scss */
.howitworks .highlight p {
  margin: 0;
}
/* line 80, ../sass/_05_howitworks.scss */
.howitworks .highlight a, .howitworks .highlight .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .howitworks .highlight a, .howitworks .highlight .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .howitworks .highlight a:hover, .howitworks .highlight .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .howitworks .highlight a, .howitworks .highlight .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .howitworks .highlight a:hover {
  margin-top: 60px !important;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  /* line 80, ../sass/_05_howitworks.scss */
  .howitworks .highlight a, .howitworks .highlight .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .howitworks .highlight a, .howitworks .highlight .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .howitworks .highlight a:hover, .howitworks .highlight .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .howitworks .highlight a, .howitworks .highlight .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .howitworks .highlight a:hover {
    font-size: 14px;
  }
}
/* line 91, ../sass/_05_howitworks.scss */
.howitworks .learn-more {
  padding: 80px 0 60px;
  background: #f4f4f4;
}
/* line 96, ../sass/_05_howitworks.scss */
.howitworks .learn-more h4 {
  text-align: center;
}
/* line 100, ../sass/_05_howitworks.scss */
.howitworks .learn-more .container {
  margin-top: 40px;
}
/* line 104, ../sass/_05_howitworks.scss */
.howitworks .learn-more .col {
  margin-bottom: 70px;
  text-align: center;
}
/* line 109, ../sass/_05_howitworks.scss */
.howitworks .learn-more .col p {
  color: #7d8091;
}
/* line 112, ../sass/_05_howitworks.scss */
.howitworks .learn-more .col p.title {
  color: #000;
}
/* line 117, ../sass/_05_howitworks.scss */
.howitworks .learn-more .clearfix {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 117, ../sass/_05_howitworks.scss */
  .howitworks .learn-more .clearfix {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  /* line 117, ../sass/_05_howitworks.scss */
  .howitworks .learn-more .clearfix {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  /* line 129, ../sass/_05_howitworks.scss */
  .howitworks .learn-more .col {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 134, ../sass/_05_howitworks.scss */
  .howitworks .learn-more .col {
    margin-bottom: 0;
  }
}
/* line 140, ../sass/_05_howitworks.scss */
.howitworks .highlight .see-rates {
  width: 315px;
  margin: 40px 0 0;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  /* line 140, ../sass/_05_howitworks.scss */
  .howitworks .highlight .see-rates {
    margin: 20px 0 0;
  }
}
/* line 148, ../sass/_05_howitworks.scss */
.howitworks .highlight .see-rates input {
  width: 94%;
  height: 60px;
  padding: 20px 10px;
  background: transparent;
  border: 2px solid #FFF;
  border-radius: 1px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
/* line 164, ../sass/_05_howitworks.scss */
.howitworks .highlight .see-rates input::-webkit-input-placeholder {
  color: #FFF;
}
/* line 168, ../sass/_05_howitworks.scss */
.howitworks .highlight .see-rates input:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
  opacity: 1;
}
/* line 173, ../sass/_05_howitworks.scss */
.howitworks .highlight .see-rates input::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
  opacity: 1;
}
/* line 178, ../sass/_05_howitworks.scss */
.howitworks .highlight .see-rates input:-ms-input-placeholder {
  color: #FFF;
  opacity: 1;
}
@media only screen and (min-width: 420px) {
  /* line 148, ../sass/_05_howitworks.scss */
  .howitworks .highlight .see-rates input {
    width: auto;
  }
}
/* line 188, ../sass/_05_howitworks.scss */
.howitworks .highlight .see-rates button {
  background: #FFF;
  position: relative;
  color: #000;
  width: 94%;
  margin-left: 0px;
  height: 60px;
  border: none;
  margin: 0;
  padding: 20px 30px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
/* line 204, ../sass/_05_howitworks.scss */
.howitworks .highlight .see-rates button:hover {
  background: #83d3ff;
  color: #fff;
  transition: background 0.3s ease;
}
@media only screen and (min-width: 420px) {
  /* line 188, ../sass/_05_howitworks.scss */
  .howitworks .highlight .see-rates button {
    position: absolute;
    margin-left: 5px;
    width: auto;
  }
}
/* line 219, ../sass/_05_howitworks.scss */
.howitworks .services {
  position: relative;
  z-index: 1;
  padding: 30px 0 0;
  background: #FFF;
}
/* line 225, ../sass/_05_howitworks.scss */
.howitworks .services h4 {
  margin: 0 0 10px;
  color: #45bbfc;
  font-size: 18px;
  font-weight: bold;
  /* Extra Small Devices */
  /* Small Devices */
}
@media only screen and (min-width: 480px) {
  /* line 225, ../sass/_05_howitworks.scss */
  .howitworks .services h4 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 225, ../sass/_05_howitworks.scss */
  .howitworks .services h4 {
    font-size: 30px;
  }
}
/* line 242, ../sass/_05_howitworks.scss */
.howitworks .services .container > h5 {
  margin: 0 0 40px;
  text-align: center;
  font-size: 18px;
  /* Medium Devices / Desktops */
  /* Small Devices */
  /* Extra Small Devices */
}
@media only screen and (max-width: 991px) {
  /* line 242, ../sass/_05_howitworks.scss */
  .howitworks .services .container > h5 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 242, ../sass/_05_howitworks.scss */
  .howitworks .services .container > h5 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 242, ../sass/_05_howitworks.scss */
  .howitworks .services .container > h5 {
    font-size: 13px;
  }
}
/* line 263, ../sass/_05_howitworks.scss */
.howitworks .services .how-to {
  margin-top: 30px;
  margin-bottom: 50px;
  /* Medium Devices / Desktops */
  /* Small Devices */
}
@media only screen and (max-width: 991px) {
  /* line 263, ../sass/_05_howitworks.scss */
  .howitworks .services .how-to {
    max-width: 370px;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 263, ../sass/_05_howitworks.scss */
  .howitworks .services .how-to {
    margin-top: -15px;
  }
}
/* line 278, ../sass/_05_howitworks.scss */
.howitworks .services .how-to .how-to-option {
  position: relative;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 278, ../sass/_05_howitworks.scss */
  .howitworks .services .how-to .how-to-option {
    margin-top: 50px;
  }
}
/* line 286, ../sass/_05_howitworks.scss */
.howitworks .services .how-to .how-to-option .how-to-number {
  position: absolute;
  top: -30px;
  left: 0px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  background: #FFF;
  border: 2px solid #ececec;
  border-radius: 50%;
  color: #45bbfc;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 286, ../sass/_05_howitworks.scss */
  .howitworks .services .how-to .how-to-option .how-to-number {
    width: 40px;
    height: 40px;
    line-height: 36px;
  }
}
/* line 308, ../sass/_05_howitworks.scss */
.howitworks .services .how-to .how-to-option .how-to-top {
  display: flex;
  margin-left: 40px;
  margin-bottom: 15px;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 308, ../sass/_05_howitworks.scss */
  .howitworks .services .how-to .how-to-option .how-to-top {
    margin-left: 30px;
  }
}
/* line 318, ../sass/_05_howitworks.scss */
.howitworks .services .how-to .how-to-option .how-to-top figure {
  height: 60px;
  margin-right: 10px;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 318, ../sass/_05_howitworks.scss */
  .howitworks .services .how-to .how-to-option .how-to-top figure {
    height: 36px;
  }
}
/* line 327, ../sass/_05_howitworks.scss */
.howitworks .services .how-to .how-to-option .how-to-top figure i {
  font-size: 59px;
  line-height: 0.9;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 327, ../sass/_05_howitworks.scss */
  .howitworks .services .how-to .how-to-option .how-to-top figure i {
    font-size: 40px;
  }
}
/* line 337, ../sass/_05_howitworks.scss */
.howitworks .services .how-to .how-to-option .how-to-top figure img {
  height: 100%;
}
/* line 342, ../sass/_05_howitworks.scss */
.howitworks .services .how-to .how-to-option .how-to-top figcaption {
  flex: 1;
  font-size: 20px;
  font-weight: bold;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 342, ../sass/_05_howitworks.scss */
  .howitworks .services .how-to .how-to-option .how-to-top figcaption {
    display: flex;
    height: 48px;
    align-items: center;
    font-size: 15px;
  }
}
/* line 360, ../sass/_05_howitworks.scss */
.howitworks .services .how-to .how-to-option .how-to-description {
  color: #636363;
}
/* line 363, ../sass/_05_howitworks.scss */
.howitworks .services .how-to .how-to-option .how-to-description a, .howitworks .services .how-to .how-to-option .how-to-description .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .howitworks .services .how-to .how-to-option .how-to-description a, .howitworks .services .how-to .how-to-option .how-to-description .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .howitworks .services .how-to .how-to-option .how-to-description a:hover, .howitworks .services .how-to .how-to-option .how-to-description .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .howitworks .services .how-to .how-to-option .how-to-description a, .howitworks .services .how-to .how-to-option .how-to-description .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .howitworks .services .how-to .how-to-option .how-to-description a:hover {
  color: #636363;
  text-decoration: underline;
}
/* line 367, ../sass/_05_howitworks.scss */
.howitworks .services .how-to .how-to-option .how-to-description a:hover {
  text-decoration: underline;
}
/* line 375, ../sass/_05_howitworks.scss */
.howitworks .services .bottom {
  margin: 50px auto 0;
  height: 350px;
  width: 90%;
  /* Extra Small Devices */
  /* Small Devices */
  /* Medium Devices / Desktops */
  /* Large Devices */
}
@media only screen and (min-width: 768px) {
  /* line 375, ../sass/_05_howitworks.scss */
  .howitworks .services .bottom {
    height: 400px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 375, ../sass/_05_howitworks.scss */
  .howitworks .services .bottom {
    height: 450px;
  }
}
@media only screen and (min-width: 1199px) {
  /* line 375, ../sass/_05_howitworks.scss */
  .howitworks .services .bottom {
    margin: 0 auto;
    height: 500px;
  }
}
/* line 401, ../sass/_05_howitworks.scss */
.howitworks .services-offer {
  padding: 30px 0;
  background: #45bbfc;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 401, ../sass/_05_howitworks.scss */
  .howitworks .services-offer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* line 412, ../sass/_05_howitworks.scss */
.howitworks .services-offer h4 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 412, ../sass/_05_howitworks.scss */
  .howitworks .services-offer h4 {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
/* line 426, ../sass/_05_howitworks.scss */
.howitworks .services-offer .service-offer {
  display: block;
  position: relative;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease-in-out;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 426, ../sass/_05_howitworks.scss */
  .howitworks .services-offer .service-offer {
    max-width: 370px;
    margin: 0 auto 30px;
  }
}
/* line 441, ../sass/_05_howitworks.scss */
.howitworks .services-offer .service-offer:hover {
  text-decoration: none;
  transform: scale(1.11);
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 441, ../sass/_05_howitworks.scss */
  .howitworks .services-offer .service-offer:hover {
    transform: scale(1);
  }
}
/* line 451, ../sass/_05_howitworks.scss */
.howitworks .services-offer .service-offer:hover .service-footer {
  background: #FFF;
  color: #000;
}
/* line 457, ../sass/_05_howitworks.scss */
.howitworks .services-offer .service-offer .service-popular {
  position: absolute;
  top: -8.5px;
  left: 50%;
  width: 101px;
  height: 17px;
  line-height: 14px;
  margin-left: -50.5px;
  background: #83d3ff;
  border: 2px solid #000;
  color: #000;
  font-weight: bold;
  font-size: 8px;
  font-family: "Montserrat";
  text-transform: uppercase;
  border-radius: 8.5px;
}
/* line 477, ../sass/_05_howitworks.scss */
.howitworks .services-offer .service-offer .service-top {
  width: 100%;
  height: 80px;
  background: white;
}
/* line 482, ../sass/_05_howitworks.scss */
.howitworks .services-offer .service-offer .service-top .icon-holder {
  height: 34px;
}
/* line 485, ../sass/_05_howitworks.scss */
.howitworks .services-offer .service-offer .service-top .icon-holder img {
  height: 100%;
}
/* line 490, ../sass/_05_howitworks.scss */
.howitworks .services-offer .service-offer .service-top .service-title {
  margin-top: 7px;
  color: #000;
  letter-spacing: 1px;
  line-height: 17px;
  font-size: 13px;
  font-family: "Montserrat";
  font-weight: bold;
  text-transform: uppercase;
}
/* line 503, ../sass/_05_howitworks.scss */
.howitworks .services-offer .service-offer .service-description {
  height: 80px;
  padding: 0 15px;
  background: black;
}
/* line 508, ../sass/_05_howitworks.scss */
.howitworks .services-offer .service-offer .service-description .service-price {
  color: #FFF;
  font-size: 11px;
  font-family: "Montserrat";
  font-weight: normal;
  text-align: left;
  text-transform: normal;
}
/* line 518, ../sass/_05_howitworks.scss */
.howitworks .services-offer .service-offer .service-footer {
  height: 28px;
  line-height: 28px;
  background: #656565;
  color: #FFF;
  letter-spacing: 2px;
  font-size: 9px;
  font-family: "Montserrat";
  font-weight: normal;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
/* line 535, ../sass/_05_howitworks.scss */
.howitworks .services-offer p {
  margin-top: 30px;
  margin-bottom: 0;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 535, ../sass/_05_howitworks.scss */
  .howitworks .services-offer p {
    margin-top: 0;
  }
}
/* line 544, ../sass/_05_howitworks.scss */
.howitworks .services-offer p a, .howitworks .services-offer p .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .howitworks .services-offer p a, .howitworks .services-offer p .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .howitworks .services-offer p a:hover, .howitworks .services-offer p .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .howitworks .services-offer p a, .howitworks .services-offer p .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .howitworks .services-offer p a:hover {
  text-decoration: underline;
}
/* line 550, ../sass/_05_howitworks.scss */
.howitworks .description-area {
  background: #eaeaea;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 550, ../sass/_05_howitworks.scss */
  .howitworks .description-area {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
/* line 559, ../sass/_05_howitworks.scss */
.howitworks .description-area > .container {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 767px) {
  /* line 559, ../sass/_05_howitworks.scss */
  .howitworks .description-area > .container {
    max-width: 370px;
    margin: auto;
  }
}
/* line 567, ../sass/_05_howitworks.scss */
.howitworks .description-area .row > div {
  height: 235px;
  /* Large Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 1199px) {
  /* line 567, ../sass/_05_howitworks.scss */
  .howitworks .description-area .row > div {
    height: 180px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 567, ../sass/_05_howitworks.scss */
  .howitworks .description-area .row > div {
    height: inherit;
  }
}
/* line 581, ../sass/_05_howitworks.scss */
.howitworks .description-area .img-holder {
  text-align: center;
}
/* line 584, ../sass/_05_howitworks.scss */
.howitworks .description-area .img-holder img {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 584, ../sass/_05_howitworks.scss */
  .howitworks .description-area .img-holder img {
    width: 100%;
    height: inherit;
  }
}
/* line 593, ../sass/_05_howitworks.scss */
.howitworks .description-area p {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 593, ../sass/_05_howitworks.scss */
  .howitworks .description-area p {
    margin-bottom: 0;
  }
}

/* line 2, ../sass/_06_yourdriver.scss */
.yourdriver .hiring {
  padding: 30px 0;
}
/* line 3, ../sass/_06_yourdriver.scss */
.yourdriver .hiring p, .yourdriver .hiring li {
  color: #7d8091;
}
/* line 6, ../sass/_06_yourdriver.scss */
.yourdriver .hiring p a, .yourdriver .hiring p .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .yourdriver .hiring p a, .yourdriver .hiring p .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .yourdriver .hiring p a:hover, .yourdriver .hiring p .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .yourdriver .hiring p a, .yourdriver .hiring p .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .yourdriver .hiring p a:hover, .yourdriver .hiring p a:visited, .yourdriver .hiring p .giftcards .form-holder form fieldset .options .option.active a:visited, .giftcards .form-holder form fieldset .options .option.active .yourdriver .hiring p a:visited, .yourdriver .hiring p .giftcards .form-holder form fieldset .options .option a:visited:hover, .giftcards .form-holder form fieldset .options .option .yourdriver .hiring p a:visited:hover, .yourdriver .hiring p .giftcards_view .form-holder form fieldset .options .option.active a:visited, .giftcards_view .form-holder form fieldset .options .option.active .yourdriver .hiring p a:visited, .yourdriver .hiring p .giftcards_view .form-holder form fieldset .options .option a:visited:hover, .giftcards_view .form-holder form fieldset .options .option .yourdriver .hiring p a:visited:hover, .yourdriver .hiring li a, .yourdriver .hiring li .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .yourdriver .hiring li a, .yourdriver .hiring li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .yourdriver .hiring li a:hover, .yourdriver .hiring li .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .yourdriver .hiring li a, .yourdriver .hiring li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .yourdriver .hiring li a:hover, .yourdriver .hiring li a:visited, .yourdriver .hiring li .giftcards .form-holder form fieldset .options .option.active a:visited, .giftcards .form-holder form fieldset .options .option.active .yourdriver .hiring li a:visited, .yourdriver .hiring li .giftcards .form-holder form fieldset .options .option a:visited:hover, .giftcards .form-holder form fieldset .options .option .yourdriver .hiring li a:visited:hover, .yourdriver .hiring li .giftcards_view .form-holder form fieldset .options .option.active a:visited, .giftcards_view .form-holder form fieldset .options .option.active .yourdriver .hiring li a:visited, .yourdriver .hiring li .giftcards_view .form-holder form fieldset .options .option a:visited:hover, .giftcards_view .form-holder form fieldset .options .option .yourdriver .hiring li a:visited:hover {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
/* line 15, ../sass/_06_yourdriver.scss */
.yourdriver .hiring .row > div {
  margin: 0 0 30px;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 15, ../sass/_06_yourdriver.scss */
  .yourdriver .hiring .row > div {
    margin-bottom: 0;
  }
}
/* line 24, ../sass/_06_yourdriver.scss */
.yourdriver .hiring h2 {
  margin: 0 0 30px;
  text-align: center;
}
/* line 30, ../sass/_06_yourdriver.scss */
.yourdriver .hiring ul {
  margin: 1em 0 0;
  padding: 0 0 0 18px;
}
/* line 37, ../sass/_06_yourdriver.scss */
.yourdriver .content-highlight .content-center {
  padding: 40px 0;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 37, ../sass/_06_yourdriver.scss */
  .yourdriver .content-highlight .content-center {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* line 47, ../sass/_06_yourdriver.scss */
.yourdriver .content-highlight h4 {
  color: #FFF;
  text-align: left;
  font-size: 26px;
}

/* line 4, ../sass/_07_testimonials.scss */
.testimonials .highlight .content-container h1 {
  /* Small Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 768px) {
  /* line 4, ../sass/_07_testimonials.scss */
  .testimonials .highlight .content-container h1 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 4, ../sass/_07_testimonials.scss */
  .testimonials .highlight .content-container h1 {
    font-size: 57px;
  }
}
/* line 18, ../sass/_07_testimonials.scss */
.testimonials .cases > div {
  padding: 35px 0;
  background: #f4f4f4;
  /* Extra Small Devices */
  /* Small Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 480px) {
  /* line 18, ../sass/_07_testimonials.scss */
  .testimonials .cases > div {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 18, ../sass/_07_testimonials.scss */
  .testimonials .cases > div {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 18, ../sass/_07_testimonials.scss */
  .testimonials .cases > div {
    padding: 80px 0;
  }
}
/* line 36, ../sass/_07_testimonials.scss */
.testimonials .cases > div.odd {
  background: #FFF;
}
/* line 41, ../sass/_07_testimonials.scss */
.testimonials .cases .title-holder {
  margin-bottom: 35px;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 41, ../sass/_07_testimonials.scss */
  .testimonials .cases .title-holder {
    margin-bottom: 40px;
  }
}
/* line 50, ../sass/_07_testimonials.scss */
.testimonials .cases article {
  margin: 20px 0 0;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 50, ../sass/_07_testimonials.scss */
  .testimonials .cases article {
    margin: 40px 0 0;
  }
}
/* line 59, ../sass/_07_testimonials.scss */
.testimonials .cases article blockquote {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 14px;
  font-style: italic;
  /* Small Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 768px) {
  /* line 59, ../sass/_07_testimonials.scss */
  .testimonials .cases article blockquote {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 59, ../sass/_07_testimonials.scss */
  .testimonials .cases article blockquote {
    font-size: 20px;
  }
}
/* line 76, ../sass/_07_testimonials.scss */
.testimonials .cases article .author {
  color: #45bbfc;
  font-size: 12px;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 76, ../sass/_07_testimonials.scss */
  .testimonials .cases article .author {
    font-size: 14px;
  }
}

/* line 4, ../sass/_07_mobileapp.scss */
.mobileapp .highlight h2 {
  text-align: left;
}
/* line 7, ../sass/_07_mobileapp.scss */
.mobileapp .highlight p {
  text-align: left;
  font-size: 18px;
}
/* line 12, ../sass/_07_mobileapp.scss */
.mobileapp .highlight ul {
  padding: 0 0 0 18px;
}
/* line 15, ../sass/_07_mobileapp.scss */
.mobileapp .highlight ul li {
  font-size: 13px;
  text-align: left;
  list-style: none;
  padding-left: 7px;
  margin-bottom: 5px;
  position: relative;
}
/* line 23, ../sass/_07_mobileapp.scss */
.mobileapp .highlight ul li i {
  display: block;
  width: 14px;
  height: 9px;
  background-image: url("/img/icons/li-blue-arrow.png");
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: -14px;
}
/* line 37, ../sass/_07_mobileapp.scss */
.mobileapp .highlight .content-center {
  padding-bottom: 0;
}
/* line 41, ../sass/_07_mobileapp.scss */
.mobileapp .highlight .smartphone {
  height: 360px;
  margin-top: 69px;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 41, ../sass/_07_mobileapp.scss */
  .mobileapp .highlight .smartphone {
    margin-top: 0px;
  }
}
/* line 50, ../sass/_07_mobileapp.scss */
.mobileapp .highlight .smartphone img {
  height: 360px;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 50, ../sass/_07_mobileapp.scss */
  .mobileapp .highlight .smartphone img {
    height: 360px;
  }
}
/* line 62, ../sass/_07_mobileapp.scss */
.mobileapp .download-area {
  padding: 50px 0;
  background: #f4f4f4;
}
@media (min-width: 768px) {
  /* line 67, ../sass/_07_mobileapp.scss */
  .mobileapp .download-area .push-right-lg {
    float: right;
  }
}
/* line 73, ../sass/_07_mobileapp.scss */
.mobileapp .download-area img {
  width: 100%;
  margin-top: 20px;
}
@media only screen and (min-width: 480px) {
  /* line 73, ../sass/_07_mobileapp.scss */
  .mobileapp .download-area img {
    margin-top: 0;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  /* line 73, ../sass/_07_mobileapp.scss */
  .mobileapp .download-area img {
    width: 100%;
  }
}
/* line 86, ../sass/_07_mobileapp.scss */
.mobileapp .download-area p {
  color: #7d8091;
  font-size: 12px;
}
/* line 90, ../sass/_07_mobileapp.scss */
.mobileapp .download-area p a, .mobileapp .download-area p .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .mobileapp .download-area p a, .mobileapp .download-area p .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .mobileapp .download-area p a:hover, .mobileapp .download-area p .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .mobileapp .download-area p a, .mobileapp .download-area p .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .mobileapp .download-area p a:hover {
  color: #7d8091;
  font-weight: normal;
  text-decoration: underline;
}
/* line 96, ../sass/_07_mobileapp.scss */
.mobileapp .download-area p.title {
  color: #000;
}
/* line 101, ../sass/_07_mobileapp.scss */
.mobileapp .download-area p.intro {
  text-align: center;
  font-size: 17px;
}
/* line 106, ../sass/_07_mobileapp.scss */
.mobileapp .download-area .iphone {
  text-align: right;
}
/* line 109, ../sass/_07_mobileapp.scss */
.mobileapp .download-area .iphone .smartphone {
  text-align: left;
}
/* line 113, ../sass/_07_mobileapp.scss */
.mobileapp .download-area .android {
  text-align: left;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  /* line 113, ../sass/_07_mobileapp.scss */
  .mobileapp .download-area .android {
    margin-top: 0;
  }
}
/* line 122, ../sass/_07_mobileapp.scss */
.mobileapp .download-area .android .smartphone {
  text-align: right;
}

/* line 3, ../sass/_09_faqs.scss */
.faqs .highlight .content .content-center {
  padding-top: 125px;
  padding-bottom: 40px;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 3, ../sass/_09_faqs.scss */
  .faqs .highlight .content .content-center {
    padding-top: 110px;
    padding-bottom: 5px;
  }
}
/* line 16, ../sass/_09_faqs.scss */
.faqs .questions > div {
  padding: 15px 0;
  background: #fff;
  /* Extra Small Devices */
  /* Small Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 480px) {
  /* line 16, ../sass/_09_faqs.scss */
  .faqs .questions > div {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 16, ../sass/_09_faqs.scss */
  .faqs .questions > div {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 16, ../sass/_09_faqs.scss */
  .faqs .questions > div {
    padding: 40px 0;
  }
}
/* line 33, ../sass/_09_faqs.scss */
.faqs .questions > div.odd {
  background: #f4f4f4;
}
/* line 38, ../sass/_09_faqs.scss */
.faqs .questions .title-holder {
  margin-bottom: 35px;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 38, ../sass/_09_faqs.scss */
  .faqs .questions .title-holder {
    margin-bottom: 40px;
  }
}
/* line 48, ../sass/_09_faqs.scss */
.faqs .questions article ul, .faqs .questions article ol {
  margin: 1em 0 0;
  padding: 0 0 0 18px;
}
/* line 53, ../sass/_09_faqs.scss */
.faqs .questions article p, .faqs .questions article li {
  color: #7d8091;
}
/* line 59, ../sass/_09_faqs.scss */
.faqs form {
  display: flex;
}
/* line 62, ../sass/_09_faqs.scss */
.faqs form input {
  display: block;
  width: 125px;
  height: 35px;
  padding: 7px;
  background: transparent;
  border: 2px solid #a4a4a4;
  border-radius: 8px;
  color: #000;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
/* line 78, ../sass/_09_faqs.scss */
.faqs form input::-webkit-input-placeholder {
  color: #000;
}
/* line 82, ../sass/_09_faqs.scss */
.faqs form input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
/* line 86, ../sass/_09_faqs.scss */
.faqs form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
/* line 90, ../sass/_09_faqs.scss */
.faqs form input:-ms-input-placeholder {
  color: #000;
}
/* line 95, ../sass/_09_faqs.scss */
.faqs form button {
  display: block;
  border: none;
  background: #000;
  color: #FFF;
  height: 35px;
  line-height: 1;
  padding: 6px 8px;
  margin: 0 0 0 5px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
/* line 113, ../sass/_09_faqs.scss */
.faqs form button:hover {
  background: #83d3ff;
  transition: background 300ms ease;
  color: #FFF;
}
/* line 120, ../sass/_09_faqs.scss */
.faqs form p {
  float: left;
  margin: 0 0 0 10px;
  padding: 7px 0 0 0;
}

/* line 2, ../sass/_10_contacts.scss */
.contacts .contacts-top {
  padding: 30px 0 0px;
}
/* line 5, ../sass/_10_contacts.scss */
.contacts .contacts-top h1 {
  margin: 0 0 30px;
  color: #3a3a3c;
  font-size: 36px;
  text-align: center;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 5, ../sass/_10_contacts.scss */
  .contacts .contacts-top h1 {
    margin-bottom: 20px;
    font-size: 28px;
  }
}
/* line 21, ../sass/_10_contacts.scss */
.contacts .contacts-top .options {
  margin-bottom: 30px;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 21, ../sass/_10_contacts.scss */
  .contacts .contacts-top .options {
    margin-bottom: 0;
  }
}
/* line 30, ../sass/_10_contacts.scss */
.contacts .contacts-top .option {
  display: flex;
  cursor: pointer;
  width: 320px;
  height: 240px;
  background: #FFF;
  border-radius: 15px;
  border: 2px solid #000;
  transition: background 0.2s ease-in-out;
  /* Medium Devices / Desktops */
  /* Small Devices */
}
/* line 44, ../sass/_10_contacts.scss */
.contacts .contacts-top .option:hover {
  background: #83d3ff;
}
/* line 47, ../sass/_10_contacts.scss */
.contacts .contacts-top .option:hover .title1 {
  color: #FFF;
}
@media only screen and (max-width: 991px) {
  /* line 30, ../sass/_10_contacts.scss */
  .contacts .contacts-top .option {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 30, ../sass/_10_contacts.scss */
  .contacts .contacts-top .option {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 64, ../sass/_10_contacts.scss */
.contacts .contacts-top .option.option-left {
  float: left;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 64, ../sass/_10_contacts.scss */
  .contacts .contacts-top .option.option-left {
    float: none;
  }
}
/* line 73, ../sass/_10_contacts.scss */
.contacts .contacts-top .option.option-right {
  float: right;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 73, ../sass/_10_contacts.scss */
  .contacts .contacts-top .option.option-right {
    float: none;
  }
}
/* line 82, ../sass/_10_contacts.scss */
.contacts .contacts-top .option figure {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px 10px 10px 15px;
}
/* line 89, ../sass/_10_contacts.scss */
.contacts .contacts-top .option figure i {
  font-size: 60px;
}
/* line 93, ../sass/_10_contacts.scss */
.contacts .contacts-top .option figure img {
  max-height: 60px;
}
/* line 98, ../sass/_10_contacts.scss */
.contacts .contacts-top .option figcaption {
  display: flex;
  align-items: left;
  justify-content: center;
  flex-direction: column;
  padding: 8px 0;
}
/* line 106, ../sass/_10_contacts.scss */
.contacts .contacts-top .option figcaption .title1 {
  margin-bottom: 4px;
  text-transform: uppercase;
}
/* line 112, ../sass/_10_contacts.scss */
.contacts .contacts-top .option figcaption > a, .contacts .contacts-top .giftcards .form-holder form fieldset .options .option.active figcaption > a, .giftcards .form-holder form fieldset .options .contacts .contacts-top .option.active figcaption > a, .contacts .contacts-top .giftcards .form-holder form fieldset .options .option figcaption > a:hover, .giftcards .form-holder form fieldset .options .contacts .contacts-top .option figcaption > a:hover, .contacts .contacts-top .giftcards_view .form-holder form fieldset .options .option.active figcaption > a, .giftcards_view .form-holder form fieldset .options .contacts .contacts-top .option.active figcaption > a, .contacts .contacts-top .giftcards_view .form-holder form fieldset .options .option figcaption > a:hover, .giftcards_view .form-holder form fieldset .options .contacts .contacts-top .option figcaption > a:hover {
  display: inline-block;
  margin-bottom: 3px;
  color: #000;
  font-size: 15px;
  font-weight: bold;
}
/* line 121, ../sass/_10_contacts.scss */
.contacts .contacts-top .option figcaption p {
  margin: 0;
  padding: 0;
  line-height: 1.3;
}
/* line 131, ../sass/_10_contacts.scss */
.contacts .form-holder {
  padding: 20px 0;
  background: #f4f4f4;
  /* Small Devices */
}
@media only screen and (min-width: 768px) {
  /* line 131, ../sass/_10_contacts.scss */
  .contacts .form-holder {
    padding: 30px 0;
  }
}
/* line 141, ../sass/_10_contacts.scss */
.contacts .form-holder h2, .contacts .form-holder .h2 {
  margin: 0 0 20px;
  font-size: 18px;
  text-align: center;
  color: #222;
  /* Small Devices */
}
@media only screen and (min-width: 768px) {
  /* line 141, ../sass/_10_contacts.scss */
  .contacts .form-holder h2, .contacts .form-holder .h2 {
    margin: 0 0 30px;
    font-size: 30px;
  }
}
/* line 156, ../sass/_10_contacts.scss */
.contacts .buttons {
  margin-top: 20px;
}

/* line 3, ../sass/_11_services.scss */
.our-services .highlight .content-center {
  padding-bottom: 130px;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 3, ../sass/_11_services.scss */
  .our-services .highlight .content-center {
    padding-top: 90px;
  }
}
/* line 11, ../sass/_11_services.scss */
.our-services .highlight .content-center h1 {
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 11, ../sass/_11_services.scss */
  .our-services .highlight .content-center h1 {
    font-weight: bold;
  }
}
/* line 18, ../sass/_11_services.scss */
.our-services .highlight .content-center p {
  margin-top: 20px;
  font-size: 17px;
  text-align: center;
}
/* line 27, ../sass/_11_services.scss */
.our-services .list-services {
  position: relative;
  margin-top: -120px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  /* Large Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 27, ../sass/_11_services.scss */
  .our-services .list-services {
    max-width: inherit;
  }
}
/* line 39, ../sass/_11_services.scss */
.our-services .list-services .list-service {
  margin-bottom: 20px;
  background: #FFF;
  border: 4px solid #83d3ff;
}
/* line 47, ../sass/_11_services.scss */
.our-services .list-services .list-service.pickup .list-service-content p {
  margin-top: 50px;
  /* Large Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 1199px) {
  /* line 47, ../sass/_11_services.scss */
  .our-services .list-services .list-service.pickup .list-service-content p {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 47, ../sass/_11_services.scss */
  .our-services .list-services .list-service.pickup .list-service-content p {
    margin-top: 15px;
  }
}
/* line 65, ../sass/_11_services.scss */
.our-services .list-services .list-service.event .list-service-content p {
  margin-top: 30px;
  /* Large Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 65, ../sass/_11_services.scss */
  .our-services .list-services .list-service.event .list-service-content p {
    margin-top: 15px;
  }
}
/* line 76, ../sass/_11_services.scss */
.our-services .list-services .list-service .list-service-top {
  padding: 10px 0;
  background: #000;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
}
/* line 85, ../sass/_11_services.scss */
.our-services .list-services .list-service .list-service-top h3 {
  margin: 0;
  font-weight: bold;
}
/* line 90, ../sass/_11_services.scss */
.our-services .list-services .list-service .list-service-top p {
  margin: 0;
}
/* line 96, ../sass/_11_services.scss */
.our-services .list-services .list-service .list-service-content {
  margin-right: 15px;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 96, ../sass/_11_services.scss */
  .our-services .list-services .list-service .list-service-content {
    margin-right: 0;
  }
}
/* line 104, ../sass/_11_services.scss */
.our-services .list-services .list-service .list-service-content img {
  /* Medium Devices / Desktops */
  /* Extra Small Devices */
}
@media only screen and (max-width: 991px) {
  /* line 104, ../sass/_11_services.scss */
  .our-services .list-services .list-service .list-service-content img {
    margin-top: 15px;
    max-width: 480px;
  }
}
@media only screen and (max-width: 541px) {
  /* line 104, ../sass/_11_services.scss */
  .our-services .list-services .list-service .list-service-content img {
    margin-top: 0;
  }
}
/* line 117, ../sass/_11_services.scss */
.our-services .list-services .list-service .list-service-content p {
  /* Medium Devices / Desktops */
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 117, ../sass/_11_services.scss */
  .our-services .list-services .list-service .list-service-content p {
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
  }
}
@media only screen and (max-width: 441px) {
  /* line 117, ../sass/_11_services.scss */
  .our-services .list-services .list-service .list-service-content p {
    margin-left: 15px;
    margin-right: 15px;
  }
}
/* line 132, ../sass/_11_services.scss */
.our-services .list-services .list-service .list-service-content .btns {
  margin-top: 25px;
  margin-bottom: 10px;
  text-align: center;
}
/* line 138, ../sass/_11_services.scss */
.our-services .list-services .list-service .list-service-content .btns .btn {
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border: 2px solid #000;
  font-size: 12px;
}
/* line 146, ../sass/_11_services.scss */
.our-services .list-services .list-service .list-service-content .btns .btn:first-child {
  margin-left: 0;
}

/* line 2, ../sass/_12_pressroom.scss */
.pressroom .mediakit {
  margin: 0 0 80px;
  padding: 30px;
  background: #000;
  color: #FFF;
  text-align: center;
}
/* line 11, ../sass/_12_pressroom.scss */
.pressroom .mediakit h2 {
  color: #FFF;
  text-align: center;
}
/* line 16, ../sass/_12_pressroom.scss */
.pressroom .mediakit p {
  /* Small Devices */
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  /* line 16, ../sass/_12_pressroom.scss */
  .pressroom .mediakit p {
    padding-left: 23%;
    padding-right: 23%;
  }
}
/* line 28, ../sass/_12_pressroom.scss */
.pressroom .mediakit a:hover, .pressroom .mediakit .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .pressroom .mediakit a:hover, .pressroom .mediakit .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .pressroom .mediakit a:hover {
  background: #83d3ff;
}
/* line 34, ../sass/_12_pressroom.scss */
.pressroom .form-kit {
  margin-top: 30px;
}
/* line 37, ../sass/_12_pressroom.scss */
.pressroom .form-kit h6 {
  font-size: 14px;
  text-transform: uppercase;
}
/* line 42, ../sass/_12_pressroom.scss */
.pressroom .form-kit .alert {
  margin-top: 20px;
}
/* line 46, ../sass/_12_pressroom.scss */
.pressroom .form-kit .row {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 52, ../sass/_12_pressroom.scss */
.pressroom .form-kit .row > div {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  /* Small Devices */
}
@media only screen and (min-width: 768px) {
  /* line 52, ../sass/_12_pressroom.scss */
  .pressroom .form-kit .row > div {
    margin-bottom: 0;
  }
}
/* line 64, ../sass/_12_pressroom.scss */
.pressroom .form-kit input {
  width: 100%;
  padding: 10px;
  background: #333;
  border: 1px solid #FFF;
  border-radius: 8px;
  font-size: 13px;
  color: #FFF;
}
/* line 75, ../sass/_12_pressroom.scss */
.pressroom .form-kit input::-webkit-input-placeholder {
  color: #FFF;
}
/* line 79, ../sass/_12_pressroom.scss */
.pressroom .form-kit input:-moz-placeholder, .pressroom .form-kit input::-moz-placeholder, .pressroom .form-kit input:-ms-input-placeholder {
  color: #FFF;
}
/* line 86, ../sass/_12_pressroom.scss */
.pressroom .form-kit .btn {
  margin-bottom: -70px;
  padding-left: 40px;
  padding-right: 40px;
  background: #83d3ff;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 86, ../sass/_12_pressroom.scss */
  .pressroom .form-kit .btn {
    width: calc(100% + 30px + 30px);
    margin-bottom: -30px;
    margin-left: -30px;
    margin-right: -30px;
    border-radius: 0;
  }
}
/* line 103, ../sass/_12_pressroom.scss */
.pressroom .form-kit .btn:hover, .pressroom .form-kit .btn:focus, .pressroom .form-kit .btn:active {
  outline: 0;
  background: #45bbfc;
  color: #000;
}
/* line 110, ../sass/_12_pressroom.scss */
.pressroom .form-kit .btn.disabled, .pressroom .form-kit .btn[disabled] {
  background: #bde8ff;
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
/* line 118, ../sass/_12_pressroom.scss */
.pressroom .interview {
  margin: 25px 0;
  padding: 30px 30px 5px 30px;
  background: #83d3ff;
  color: #000;
  text-align: left;
  /* Small Devices */
  /* Extra Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 118, ../sass/_12_pressroom.scss */
  .pressroom .interview {
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  /* line 118, ../sass/_12_pressroom.scss */
  .pressroom .interview {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 139, ../sass/_12_pressroom.scss */
.pressroom .interview h2 {
  margin-bottom: 20px;
  color: #000;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
/* line 151, ../sass/_12_pressroom.scss */
.pressroom .interview p a, .pressroom .interview p .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .pressroom .interview p a, .pressroom .interview p .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .pressroom .interview p a:hover, .pressroom .interview p .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .pressroom .interview p a, .pressroom .interview p .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .pressroom .interview p a:hover {
  color: #000;
  text-decoration: underline;
}
/* line 156, ../sass/_12_pressroom.scss */
.pressroom .interview p small {
  color: #3a3a3a;
  font-size: 0.9em;
  line-height: 1.1;
}
/* line 163, ../sass/_12_pressroom.scss */
.pressroom .interview .btn {
  width: calc(100% + 30px + 30px);
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -5px;
  background: #000;
  color: #FFF;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 163, ../sass/_12_pressroom.scss */
  .pressroom .interview .btn {
    width: calc(100% + 20px + 20px);
    margin-left: -20px;
    margin-right: -20px;
  }
}
/* line 181, ../sass/_12_pressroom.scss */
.pressroom .press-articles {
  margin: 0 0 40px;
}
/* line 184, ../sass/_12_pressroom.scss */
.pressroom .press-articles h2 {
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 184, ../sass/_12_pressroom.scss */
  .pressroom .press-articles h2 {
    margin-top: 0;
  }
}
/* line 191, ../sass/_12_pressroom.scss */
.pressroom .press-articles .load-more {
  margin: 60px;
  text-align: center;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 191, ../sass/_12_pressroom.scss */
  .pressroom .press-articles .load-more {
    margin: 40px;
  }
}
/* line 201, ../sass/_12_pressroom.scss */
.pressroom .press-articles .load-more img {
  margin: auto;
}
/* line 205, ../sass/_12_pressroom.scss */
.pressroom .press-articles .load-more span {
  display: block;
  margin: 10px 0 0;
  color: #7d8091;
  font-size: 12px;
}

/* line 3, ../sass/_13_services_detail.scss */
.service-detail .highlight .change-page {
  position: absolute;
  top: 50%;
  margin-top: -46px;
  z-index: 2;
  display: none;
}
/* line 12, ../sass/_13_services_detail.scss */
.service-detail .highlight .change-page i {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  transition: left 100ms ease, right 100ms ease;
}
/* line 23, ../sass/_13_services_detail.scss */
.service-detail .highlight .change-page.prev {
  left: 0;
}
/* line 26, ../sass/_13_services_detail.scss */
.service-detail .highlight .change-page.prev i {
  left: 50%;
  margin-left: -14px;
}
/* line 33, ../sass/_13_services_detail.scss */
.service-detail .highlight .change-page.prev:hover i {
  left: 35%;
}
/* line 38, ../sass/_13_services_detail.scss */
.service-detail .highlight .change-page.next {
  right: 0;
}
/* line 41, ../sass/_13_services_detail.scss */
.service-detail .highlight .change-page.next i {
  right: 50%;
  margin-right: -14px;
}
/* line 48, ../sass/_13_services_detail.scss */
.service-detail .highlight .change-page.next:hover i {
  right: 35%;
}
@media only screen and (max-width: 1100px) {
  /* line 3, ../sass/_13_services_detail.scss */
  .service-detail .highlight .change-page {
    display: none;
  }
}
/* line 61, ../sass/_13_services_detail.scss */
.service-detail .highlight .symbol img {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  /* line 61, ../sass/_13_services_detail.scss */
  .service-detail .highlight .symbol img {
    margin-top: 110px;
  }
}
/* line 71, ../sass/_13_services_detail.scss */
.service-detail .highlight .content-center {
  padding: 110px 0 20px;
}
@media only screen and (max-width: 767px) {
  /* line 71, ../sass/_13_services_detail.scss */
  .service-detail .highlight .content-center {
    padding-bottom: 0px;
  }
}
/* line 78, ../sass/_13_services_detail.scss */
.service-detail .highlight .content-center a, .service-detail .highlight .content-center .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .service-detail .highlight .content-center a, .service-detail .highlight .content-center .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .service-detail .highlight .content-center a:hover, .service-detail .highlight .content-center .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .service-detail .highlight .content-center a, .service-detail .highlight .content-center .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .service-detail .highlight .content-center a:hover {
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  /* line 82, ../sass/_13_services_detail.scss */
  .service-detail .highlight .content-center p.text-center {
    text-align: center;
  }
}
/* line 88, ../sass/_13_services_detail.scss */
.service-detail .highlight .content-center .btn {
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  /* line 88, ../sass/_13_services_detail.scss */
  .service-detail .highlight .content-center .btn {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
  }
}
/* line 100, ../sass/_13_services_detail.scss */
.service-detail .highlight h1, .service-detail .highlight .h1 {
  font-size: 35px;
}
@media only screen and (max-width: 991px) {
  /* line 100, ../sass/_13_services_detail.scss */
  .service-detail .highlight h1, .service-detail .highlight .h1 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 100, ../sass/_13_services_detail.scss */
  .service-detail .highlight h1, .service-detail .highlight .h1 {
    font-size: 22px;
  }
}
/* line 113, ../sass/_13_services_detail.scss */
.service-detail .schedule {
  padding-top: 0px;
}
/* line 116, ../sass/_13_services_detail.scss */
.service-detail .schedule .intro {
  font-size: 30px;
}
@media only screen and (max-width: 991px) {
  /* line 116, ../sass/_13_services_detail.scss */
  .service-detail .schedule .intro {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 123, ../sass/_13_services_detail.scss */
  .service-detail .schedule .intro p {
    margin: 0px 0 5px;
  }
}
/* line 130, ../sass/_13_services_detail.scss */
.service-detail .schedule .small-intro {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 130, ../sass/_13_services_detail.scss */
  .service-detail .schedule .small-intro {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
/* line 138, ../sass/_13_services_detail.scss */
.service-detail .schedule .small-intro a:not(.btn), .service-detail .schedule .small-intro .giftcards .form-holder form fieldset .options .option.active a:not(.btn), .giftcards .form-holder form fieldset .options .option.active .service-detail .schedule .small-intro a:not(.btn), .service-detail .schedule .small-intro .giftcards .form-holder form fieldset .options .option a:not(.btn):hover, .giftcards .form-holder form fieldset .options .option .service-detail .schedule .small-intro a:not(.btn):hover, .service-detail .schedule .small-intro .giftcards_view .form-holder form fieldset .options .option.active a:not(.btn), .giftcards_view .form-holder form fieldset .options .option.active .service-detail .schedule .small-intro a:not(.btn), .service-detail .schedule .small-intro .giftcards_view .form-holder form fieldset .options .option a:not(.btn):hover, .giftcards_view .form-holder form fieldset .options .option .service-detail .schedule .small-intro a:not(.btn):hover {
  border-bottom: 3px solid #000;
  transition: color 150ms ease, border 150ms ease;
  text-decoration: none;
}
/* line 144, ../sass/_13_services_detail.scss */
.service-detail .schedule .small-intro a:not(.btn):hover, .service-detail .schedule .small-intro .giftcards .form-holder form fieldset .options .option a:not(.btn):hover, .giftcards .form-holder form fieldset .options .option .service-detail .schedule .small-intro a:not(.btn):hover, .service-detail .schedule .small-intro .giftcards_view .form-holder form fieldset .options .option a:not(.btn):hover, .giftcards_view .form-holder form fieldset .options .option .service-detail .schedule .small-intro a:not(.btn):hover {
  color: #83d3ff;
  border-bottom: 3px solid #83d3ff;
}
/* line 150, ../sass/_13_services_detail.scss */
.service-detail .schedule .small-intro p {
  text-align: left;
}
/* line 153, ../sass/_13_services_detail.scss */
.service-detail .schedule .small-intro p:first-child {
  margin-top: 0;
}
/* line 157, ../sass/_13_services_detail.scss */
.service-detail .schedule .small-intro p:last-child {
  margin-bottom: 0;
}
/* line 162, ../sass/_13_services_detail.scss */
.service-detail .schedule .small-intro.big {
  padding-bottom: 40px;
}
/* line 165, ../sass/_13_services_detail.scss */
.service-detail .schedule .small-intro.big p, .service-detail .schedule .small-intro.big ul {
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  /* line 165, ../sass/_13_services_detail.scss */
  .service-detail .schedule .small-intro.big p, .service-detail .schedule .small-intro.big ul {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 173, ../sass/_13_services_detail.scss */
  .service-detail .schedule .small-intro.big ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
/* line 180, ../sass/_13_services_detail.scss */
.service-detail .schedule .small-intro.big ul li {
  position: relative;
}
@media only screen and (max-width: 991px) {
  /* line 180, ../sass/_13_services_detail.scss */
  .service-detail .schedule .small-intro.big ul li {
    text-align: center;
    list-style: none;
  }
  /* line 187, ../sass/_13_services_detail.scss */
  .service-detail .schedule .small-intro.big ul li:before {
    content: ' ';
    display: inline-block;
    position: relative;
    top: -2px;
    width: 4px;
    height: 4px;
    margin-right: 5px;
    background: #000;
    border-radius: 50%;
  }
}
/* line 204, ../sass/_13_services_detail.scss */
.service-detail .schedule .small-intro.big p {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 991px) {
  /* line 208, ../sass/_13_services_detail.scss */
  .service-detail .schedule .small-intro.big p.sm-text-center {
    text-align: center;
  }
}
/* line 216, ../sass/_13_services_detail.scss */
.service-detail .schedule .small-intro h2, .service-detail .schedule .small-intro .h2 {
  font-size: 30px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  /* line 216, ../sass/_13_services_detail.scss */
  .service-detail .schedule .small-intro h2, .service-detail .schedule .small-intro .h2 {
    margin-top: 20px;
    font-size: 20px;
    text-align: left;
  }
}
/* line 231, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver p {
  text-align: left;
}
/* line 234, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver p:first-child {
  margin-top: 0;
}
/* line 238, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver p:last-child {
  margin-bottom: 0;
}
/* line 242, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver p.text-center {
  text-align: center;
}
/* line 247, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .small-intro {
  margin-bottom: 30px;
}
/* line 251, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver.with-margin {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  /* line 251, ../sass/_13_services_detail.scss */
  .service-detail .schedule .schedule-driver.with-margin {
    margin-top: 0;
  }
}
/* line 258, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver.with-margin .black-box {
  padding-top: 210px;
}
@media only screen and (max-width: 767px) {
  /* line 258, ../sass/_13_services_detail.scss */
  .service-detail .schedule .schedule-driver.with-margin .black-box {
    padding-top: 0;
  }
}
/* line 265, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver.with-margin .black-box .service-option {
  top: -60px;
}
@media only screen and (max-width: 767px) {
  /* line 265, ../sass/_13_services_detail.scss */
  .service-detail .schedule .schedule-driver.with-margin .black-box .service-option {
    top: 0;
  }
}
/* line 275, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box {
  background: #000;
  padding: 0 0 25px;
  margin-top: 0px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  /* line 275, ../sass/_13_services_detail.scss */
  .service-detail .schedule .schedule-driver .black-box {
    width: 110%;
    padding-top: 265px;
    margin-top: 0;
    margin-left: -5%;
  }
}
/* line 289, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box h2, .service-detail .schedule .schedule-driver .black-box .h2 {
  font-size: 40px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  /* line 289, ../sass/_13_services_detail.scss */
  .service-detail .schedule .schedule-driver .black-box h2, .service-detail .schedule .schedule-driver .black-box .h2 {
    margin-top: 30px;
    font-size: 24px;
  }
}
/* line 301, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box h2.smaller, .service-detail .schedule .schedule-driver .black-box .h2.smaller {
  font-size: 22px;
}
@media only screen and (min-width: 768px) {
  /* line 301, ../sass/_13_services_detail.scss */
  .service-detail .schedule .schedule-driver .black-box h2.smaller, .service-detail .schedule .schedule-driver .black-box .h2.smaller {
    font-size: 25px;
  }
}
/* line 309, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box h2 span, .service-detail .schedule .schedule-driver .black-box h2 sup, .service-detail .schedule .schedule-driver .black-box .h2 span, .service-detail .schedule .schedule-driver .black-box .h2 sup {
  top: -0.9em;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  /* line 309, ../sass/_13_services_detail.scss */
  .service-detail .schedule .schedule-driver .black-box h2 span, .service-detail .schedule .schedule-driver .black-box h2 sup, .service-detail .schedule .schedule-driver .black-box .h2 span, .service-detail .schedule .schedule-driver .black-box .h2 sup {
    font-size: 24px;
  }
}
/* line 319, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box h3, .service-detail .schedule .schedule-driver .black-box .h3 {
  margin: 25px 0 0;
  color: #83d3ff;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  /* Small Devices */
}
/* line 327, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box h3.mt-2, .service-detail .schedule .schedule-driver .black-box .h3.mt-2 {
  margin-top: 2em;
}
@media only screen and (max-width: 991px) {
  /* line 319, ../sass/_13_services_detail.scss */
  .service-detail .schedule .schedule-driver .black-box h3, .service-detail .schedule .schedule-driver .black-box .h3 {
    margin-bottom: 20px;
    font-size: 17px;
  }
}
/* line 339, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box ul {
  margin: 20px 0 20px;
  padding: 0 0 0 20px;
  color: #FFF;
  /* Small Devices */
}
@media only screen and (max-width: 991px) {
  /* line 339, ../sass/_13_services_detail.scss */
  .service-detail .schedule .schedule-driver .black-box ul {
    margin: 0;
  }
}
/* line 350, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box ul li {
  position: relative;
  font-weight: normal;
  font-size: 14px;
  /* Small Devices */
}
@media only screen and (max-width: 991px) {
  /* line 350, ../sass/_13_services_detail.scss */
  .service-detail .schedule .schedule-driver .black-box ul li {
    font-size: 13px;
  }
}
/* line 377, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box p {
  margin-top: 35px;
  color: #FFF;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  /* line 377, ../sass/_13_services_detail.scss */
  .service-detail .schedule .schedule-driver .black-box p {
    margin-top: 20px;
  }
}
/* line 387, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box p.normal {
  margin-top: 20px;
  text-transform: none;
}
/* line 391, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box p.normal a, .service-detail .schedule .schedule-driver .black-box p.normal .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .service-detail .schedule .schedule-driver .black-box p.normal a, .service-detail .schedule .schedule-driver .black-box p.normal .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .service-detail .schedule .schedule-driver .black-box p.normal a:hover, .service-detail .schedule .schedule-driver .black-box p.normal .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .service-detail .schedule .schedule-driver .black-box p.normal a, .service-detail .schedule .schedule-driver .black-box p.normal .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .service-detail .schedule .schedule-driver .black-box p.normal a:hover {
  color: #FFF;
}
/* line 397, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box .service-option {
  position: absolute;
  width: 91%;
  top: 0px;
}
@media only screen and (max-width: 767px) {
  /* line 397, ../sass/_13_services_detail.scss */
  .service-detail .schedule .schedule-driver .black-box .service-option {
    position: relative;
    width: auto;
  }
}
/* line 407, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box .service-option .blue {
  background: #45bbfc;
}
/* line 410, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box .service-option .blue1 {
  background: #6fccff;
}
/* line 413, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box .service-option .blue2 {
  background: #a4dfff;
}
/* line 416, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box .service-option .red {
  background: #ff4a4a;
}
/* line 420, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box .service-option .option {
  height: 245px;
  overflow: hidden;
  padding: 30px 30px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  right: 0;
  z-index: 2;
  transition: height 300ms ease;
}
@media only screen and (max-width: 767px) {
  /* line 420, ../sass/_13_services_detail.scss */
  .service-detail .schedule .schedule-driver .black-box .service-option .option {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 437, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box .service-option .option.bigger {
  height: 290px;
  /* Extra Small Devices */
  /* Small Devices */
  /* Medium Devices / Desktops */
  /* Large Devices */
}
@media only screen and (min-width: 450px) {
  /* line 437, ../sass/_13_services_detail.scss */
  .service-detail .schedule .schedule-driver .black-box .service-option .option.bigger {
    height: 290px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 437, ../sass/_13_services_detail.scss */
  .service-detail .schedule .schedule-driver .black-box .service-option .option.bigger {
    height: 310px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 437, ../sass/_13_services_detail.scss */
  .service-detail .schedule .schedule-driver .black-box .service-option .option.bigger {
    height: 265px;
  }
}
/* line 458, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box .service-option .option .description {
  margin: 10px 0 0;
  text-transform: none;
  color: #fff;
}
/* line 468, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box .service-option .option.disabled * {
  opacity: .5;
  transition: opacity 300ms ease;
}
/* line 476, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box .service-option .option:first-child {
  left: 0;
}
/* line 482, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box .service-option .option .close-btn {
  display: none;
  color: #000;
  background: #fff;
}
/* line 497, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box .service-option .option .more-content {
  opacity: 0;
  transition: opacity 300ms ease;
}
/* line 502, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box .service-option .option .more-content .symbol {
  margin: 30px 0 15px;
}
/* line 505, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box .service-option .option .more-content p {
  margin-top: 15px;
  font-size: 13px;
  text-align: center;
  text-transform: none;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  /* line 514, ../sass/_13_services_detail.scss */
  .service-detail .schedule .schedule-driver .black-box .service-option .option .more-content p.sm-text-center {
    text-align: center;
  }
}
/* line 521, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box .service-option .option .more-content .narrow {
  padding: 0px 15%;
}
@media only screen and (max-width: 991px) {
  /* line 526, ../sass/_13_services_detail.scss */
  .service-detail .schedule .schedule-driver .black-box .service-option .option .more-content .narrow {
    padding: 0px 0px;
  }
}
/* line 532, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box .service-option .option.active {
  height: auto;
}
/* line 535, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box .service-option .option.active .more-content {
  opacity: 1;
}
/* line 538, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box .service-option .option.active .more-info-btn {
  display: none;
}
/* line 541, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box .service-option .option.active .close-btn {
  display: inline-block;
}
/* line 546, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box .service-option .option h5, .service-detail .schedule .schedule-driver .black-box .service-option .option .h5 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  /* Small Devices */
}
@media only screen and (max-width: 991px) {
  /* line 546, ../sass/_13_services_detail.scss */
  .service-detail .schedule .schedule-driver .black-box .service-option .option h5, .service-detail .schedule .schedule-driver .black-box .service-option .option .h5 {
    font-size: 16px;
  }
}
/* line 558, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box .service-option .option .subtitle {
  display: block;
  margin-bottom: 15px;
}
/* line 563, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box .service-option .option p {
  margin: 0;
  color: #000;
  font-size: 13px;
  text-align: center;
}
/* line 570, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box .service-option .option p.price {
  margin: 0;
  font-size: 28px;
  line-height: 1;
  color: #FFF;
}
/* line 578, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box .service-option .option p.price.big {
  margin-top: 10px;
  font-size: 59px;
  /* Small Devices */
}
@media only screen and (max-width: 991px) {
  /* line 578, ../sass/_13_services_detail.scss */
  .service-detail .schedule .schedule-driver .black-box .service-option .option p.price.big {
    font-size: 33px;
  }
}
/* line 590, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .black-box .service-option .option .btn {
  margin-top: 18px;
}
/* line 598, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .bottom {
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 598, ../sass/_13_services_detail.scss */
  .service-detail .schedule .schedule-driver .bottom {
    text-align: center;
  }
}
/* line 605, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .bottom p {
  text-align: center;
}
/* line 609, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .bottom form {
  width: 390px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  /* line 609, ../sass/_13_services_detail.scss */
  .service-detail .schedule .schedule-driver .bottom form {
    display: inline-block;
    width: auto;
  }
}
/* line 618, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .bottom form input {
  height: 60px;
  padding: 20px 10px;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 1px;
  background: transparent;
  margin-left: auto;
  margin-right: auto;
}
/* line 634, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .bottom form input::-webkit-input-placeholder {
  color: #fff;
}
/* line 638, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .bottom form input:-moz-placeholder {
  opacity: 1;
  /* Firefox 18- */
  color: #fff;
}
/* line 644, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .bottom form input::-moz-placeholder {
  opacity: 1;
  /* Firefox 19+ */
  color: #fff;
}
/* line 650, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .bottom form input:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  /* line 618, ../sass/_13_services_detail.scss */
  .service-detail .schedule .schedule-driver .bottom form input {
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 665, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .bottom form button {
  position: absolute;
  width: auto;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  border: none;
  border-radius: 0;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  /* line 665, ../sass/_13_services_detail.scss */
  .service-detail .schedule .schedule-driver .bottom form button {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -4px;
  }
}
/* line 691, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .bottom form button:hover {
  color: #fff;
  background: #83d3ff;
  transition: background 0.3s ease;
}
/* line 700, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .bottom .big-callto {
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 23px;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  /* line 700, ../sass/_13_services_detail.scss */
  .service-detail .schedule .schedule-driver .bottom .big-callto {
    margin-top: 20px;
    margin-bottom: -8px;
    font-size: 17px;
  }
}
/* line 718, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .bottom .big-callto b {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  /* line 718, ../sass/_13_services_detail.scss */
  .service-detail .schedule .schedule-driver .bottom .big-callto b {
    display: block;
    margin-bottom: -15px;
    font-size: 28px;
    text-align: center;
  }
}
/* line 730, ../sass/_13_services_detail.scss */
.service-detail .schedule .schedule-driver .bottom .big-callto a, .service-detail .schedule .schedule-driver .bottom .big-callto .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .service-detail .schedule .schedule-driver .bottom .big-callto a, .service-detail .schedule .schedule-driver .bottom .big-callto .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .service-detail .schedule .schedule-driver .bottom .big-callto a:hover, .service-detail .schedule .schedule-driver .bottom .big-callto .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .service-detail .schedule .schedule-driver .bottom .big-callto a, .service-detail .schedule .schedule-driver .bottom .big-callto .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .service-detail .schedule .schedule-driver .bottom .big-callto a:hover {
  color: #FFF;
  text-decoration: none;
}
/* line 739, ../sass/_13_services_detail.scss */
.service-detail .some-info {
  padding: 10px 0px 30px 0px;
  background: #f4f4f4;
}
@media only screen and (max-width: 767px) {
  /* line 739, ../sass/_13_services_detail.scss */
  .service-detail .some-info {
    padding-bottom: 10px;
  }
}
/* line 748, ../sass/_13_services_detail.scss */
.service-detail .some-info p {
  color: #7d8091;
  text-align: left;
}
/* line 753, ../sass/_13_services_detail.scss */
.service-detail .some-info .title-holder {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  /* line 753, ../sass/_13_services_detail.scss */
  .service-detail .some-info .title-holder {
    margin-top: 20px;
  }
}
/* line 763, ../sass/_13_services_detail.scss */
.service-detail .how-it-works h4, .service-detail .how-it-works .h4 {
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 763, ../sass/_13_services_detail.scss */
  .service-detail .how-it-works h4, .service-detail .how-it-works .h4 {
    padding-top: 20px;
  }
}
/* line 771, ../sass/_13_services_detail.scss */
.service-detail .how-it-works.gray {
  background: #f4f4f4;
}
/* line 775, ../sass/_13_services_detail.scss */
.service-detail .how-it-works .reservation {
  padding-top: 40px;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  /* line 775, ../sass/_13_services_detail.scss */
  .service-detail .how-it-works .reservation {
    padding-top: 10px;
  }
}
/* line 783, ../sass/_13_services_detail.scss */
.service-detail .how-it-works .reservation .types {
  max-width: 860px;
  margin: auto;
  text-align: center;
  /* Medium Devices / Desktops */
}
/* line 789, ../sass/_13_services_detail.scss */
.service-detail .how-it-works .reservation .types.full {
  max-width: inherit;
}
@media only screen and (max-width: 991px) {
  /* line 783, ../sass/_13_services_detail.scss */
  .service-detail .how-it-works .reservation .types {
    max-width: inherit;
  }
}
/* line 799, ../sass/_13_services_detail.scss */
.service-detail .how-it-works .reservation h5, .service-detail .how-it-works .reservation .h5 {
  margin: 30px 0 0;
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  /* Extra Small Devices */
  /* Small Devices */
}
@media only screen and (min-width: 480px) {
  /* line 799, ../sass/_13_services_detail.scss */
  .service-detail .how-it-works .reservation h5, .service-detail .how-it-works .reservation .h5 {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 799, ../sass/_13_services_detail.scss */
  .service-detail .how-it-works .reservation h5, .service-detail .how-it-works .reservation .h5 {
    font-size: 14px;
  }
}
/* line 817, ../sass/_13_services_detail.scss */
.service-detail .how-it-works .reservation p {
  font-size: 13px;
  color: #7d8091;
}
/* line 825, ../sass/_13_services_detail.scss */
.service-detail .how-it-works .why-reserve {
  padding-top: 20px;
  padding-bottom: 20px;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 825, ../sass/_13_services_detail.scss */
  .service-detail .how-it-works .why-reserve {
    padding-top: 0;
  }
}
/* line 834, ../sass/_13_services_detail.scss */
.service-detail .how-it-works .why-reserve ul {
  padding-left: 15px;
}
/* line 838, ../sass/_13_services_detail.scss */
.service-detail .how-it-works .why-reserve p,
.service-detail .how-it-works .why-reserve li {
  font-size: 13px;
}
/* line 843, ../sass/_13_services_detail.scss */
.service-detail .how-it-works .why-reserve .title1 {
  display: inline-block;
}
/* line 847, ../sass/_13_services_detail.scss */
.service-detail .how-it-works .why-reserve blockquote {
  padding: 0;
  margin: 0 0 10px;
  font-size: 13px;
  border: none;
}
/* line 855, ../sass/_13_services_detail.scss */
.service-detail .how-it-works .why-reserve blockquote p {
  margin: 1em 0 0;
}
/* line 859, ../sass/_13_services_detail.scss */
.service-detail .how-it-works .why-reserve blockquote cite {
  color: #7d8091;
}
/* line 864, ../sass/_13_services_detail.scss */
.service-detail .how-it-works .why-reserve .title-holder {
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 864, ../sass/_13_services_detail.scss */
  .service-detail .how-it-works .why-reserve .title-holder {
    margin-top: 15px;
  }
}

/* line 876, ../sass/_13_services_detail.scss */
.airport .highlight .symbol img {
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  /* line 882, ../sass/_13_services_detail.scss */
  .airport .service-detail .schedule .schedule-driver .black-box {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 887, ../sass/_13_services_detail.scss */
  .airport .service-detail .schedule .schedule-driver .black-box .service-option {
    top: -30px;
  }
}
/* line 894, ../sass/_13_services_detail.scss */
.airport .service-detail .schedule .schedule-driver .airport-description {
  position: relative;
  z-index: 2;
  top: -55px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  text-transform: none;
}
@media only screen and (max-width: 991px) {
  /* line 894, ../sass/_13_services_detail.scss */
  .airport .service-detail .schedule .schedule-driver .airport-description {
    position: static;
    margin-bottom: 35px;
  }
}

/* line 912, ../sass/_13_services_detail.scss */
.airport-how-it-works h5 {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (max-width: 479px) {
  /* line 912, ../sass/_13_services_detail.scss */
  .airport-how-it-works h5 {
    font-size: 13px;
  }
}

/* line 939, ../sass/_13_services_detail.scss */
.vehicle-transfers .highlight h2, .vehicle-transfers .highlight .h2,
.shuttle-driver .highlight h2,
.shuttle-driver .highlight .h2,
.driver-fleet .highlight h2,
.driver-fleet .highlight .h2,
.part-time .highlight h2,
.part-time .highlight .h2 {
  margin: 1em 0;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}
@media only screen and (max-width: 479px) {
  /* line 939, ../sass/_13_services_detail.scss */
  .vehicle-transfers .highlight h2, .vehicle-transfers .highlight .h2,
  .shuttle-driver .highlight h2,
  .shuttle-driver .highlight .h2,
  .driver-fleet .highlight h2,
  .driver-fleet .highlight .h2,
  .part-time .highlight h2,
  .part-time .highlight .h2 {
    font-size: 13px;
    padding-right: 42px;
  }
}
/* line 951, ../sass/_13_services_detail.scss */
.vehicle-transfers .highlight .content-center,
.shuttle-driver .highlight .content-center,
.driver-fleet .highlight .content-center,
.part-time .highlight .content-center {
  padding: 125px 0 30px;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 951, ../sass/_13_services_detail.scss */
  .vehicle-transfers .highlight .content-center,
  .shuttle-driver .highlight .content-center,
  .driver-fleet .highlight .content-center,
  .part-time .highlight .content-center {
    padding: 110px 0 0;
  }
}

/* line 964, ../sass/_13_services_detail.scss */
.part-time .small-intro .btn {
  margin-top: 15px;
  color: #FFF;
  border: 2px solid #000;
  background: #83d3ff;
}
/* line 971, ../sass/_13_services_detail.scss */
.part-time .small-intro .btn:hover {
  background: #000;
  color: #FFF;
}

/* line 981, ../sass/_13_services_detail.scss */
.personal-driver .highlight .content .content-center h2, .personal-driver .highlight .content .content-center .h2 {
  margin-top: 14px;
  font-size: 22px;
  letter-spacing: -0.5px;
  /* Small Devices */
  /* Extra Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 981, ../sass/_13_services_detail.scss */
  .personal-driver .highlight .content .content-center h2, .personal-driver .highlight .content .content-center .h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 981, ../sass/_13_services_detail.scss */
  .personal-driver .highlight .content .content-center h2, .personal-driver .highlight .content .content-center .h2 {
    font-size: 19px;
  }
}
/* line 998, ../sass/_13_services_detail.scss */
.personal-driver .service-detail .schedule .schedule-driver .black-box {
  padding-top: 260px;
}
@media only screen and (max-width: 767px) {
  /* line 998, ../sass/_13_services_detail.scss */
  .personal-driver .service-detail .schedule .schedule-driver .black-box {
    padding-top: 0;
  }
}
/* line 1006, ../sass/_13_services_detail.scss */
.personal-driver .table-alignment {
  display: inline-table;
}
/* line 1010, ../sass/_13_services_detail.scss */
.personal-driver .see-rates-form {
  position: relative;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 1010, ../sass/_13_services_detail.scss */
  .personal-driver .see-rates-form {
    padding-bottom: 20px;
    text-align: center;
  }
}
/* line 1020, ../sass/_13_services_detail.scss */
.personal-driver .see-rates-form p {
  margin: 0 0 15px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center !important;
}
/* line 1028, ../sass/_13_services_detail.scss */
.personal-driver .see-rates-form form {
  display: flex;
  max-width: 390px;
  margin: 0 auto;
}
/* line 1033, ../sass/_13_services_detail.scss */
.personal-driver .see-rates-form form input {
  flex: 1;
  height: 60px;
  padding: 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  border: 2px solid #fff;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 1033, ../sass/_13_services_detail.scss */
  .personal-driver .see-rates-form form input {
    margin-left: 0;
  }
}
/* line 1056, ../sass/_13_services_detail.scss */
.personal-driver .see-rates-form form input::-webkit-input-placeholder {
  color: #fff;
}
/* line 1060, ../sass/_13_services_detail.scss */
.personal-driver .see-rates-form form input:-moz-placeholder {
  opacity: 1;
  /* Firefox 18- */
  color: #fff;
}
/* line 1066, ../sass/_13_services_detail.scss */
.personal-driver .see-rates-form form input::-moz-placeholder {
  opacity: 1;
  /* Firefox 19+ */
  color: #fff;
}
/* line 1072, ../sass/_13_services_detail.scss */
.personal-driver .see-rates-form form input:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  /* line 1033, ../sass/_13_services_detail.scss */
  .personal-driver .see-rates-form form input {
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 1084, ../sass/_13_services_detail.scss */
.personal-driver .see-rates-form form button {
  width: 110px;
  height: 60px;
  line-height: 56px;
  margin-left: -2px;
  padding: 0;
  border: 2px solid #FFF;
  border-radius: 0;
  background: #83d3ff;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
/* line 1102, ../sass/_13_services_detail.scss */
.personal-driver .see-rates-form form button:hover {
  color: #000;
  background: #45bbfc;
  transition: background 0.3s ease;
}
/* line 1112, ../sass/_13_services_detail.scss */
.personal-driver .service-container {
  background: #45bbfc;
  color: #FFF;
  text-transform: uppercase;
}
/* line 1118, ../sass/_13_services_detail.scss */
.personal-driver .service-container .service {
  padding: 35px 0;
  /* Large Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 1118, ../sass/_13_services_detail.scss */
  .personal-driver .service-container .service {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* line 1127, ../sass/_13_services_detail.scss */
.personal-driver .service-container .service.service-sm {
  padding: 20px 0;
}
/* line 1130, ../sass/_13_services_detail.scss */
.personal-driver .service-container .service.service-sm .price {
  margin: 15px 0 -7px;
}
/* line 1136, ../sass/_13_services_detail.scss */
.personal-driver .service-container .img-holder {
  /* Large Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 1199px) {
  /* line 1136, ../sass/_13_services_detail.scss */
  .personal-driver .service-container .img-holder {
    margin: 36px 0;
  }
}
@media only screen and (max-width: 991px) {
  /* line 1136, ../sass/_13_services_detail.scss */
  .personal-driver .service-container .img-holder {
    margin: 88px 0;
  }
}
/* line 1148, ../sass/_13_services_detail.scss */
.personal-driver .service-container h5, .personal-driver .service-container .h5 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
/* line 1154, ../sass/_13_services_detail.scss */
.personal-driver .service-container .subtitle {
  display: block;
  margin-top: 5px;
  color: #000;
  font-size: 17px;
  font-weight: normal;
  text-transform: none;
}
/* line 1164, ../sass/_13_services_detail.scss */
.personal-driver .service-container p {
  margin: 0;
  color: #000;
  font-size: 13px;
  color: #000;
  text-transform: none;
}
/* line 1173, ../sass/_13_services_detail.scss */
.personal-driver .service-container p.price {
  margin: 22px 0 5px;
  font-size: 21px;
  line-height: 1;
  color: #FFF;
  font-weight: bold;
}
/* line 1182, ../sass/_13_services_detail.scss */
.personal-driver .service-container .more-content {
  margin-top: 20px;
}
/* line 1185, ../sass/_13_services_detail.scss */
.personal-driver .service-container .more-content p {
  padding: 0;
  color: #FFF;
  text-align: left;
  text-transform: none;
}
/* line 1195, ../sass/_13_services_detail.scss */
.personal-driver .how-to-container {
  padding: 30px 0;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 1195, ../sass/_13_services_detail.scss */
  .personal-driver .how-to-container {
    padding-bottom: 10px;
  }
}
/* line 1203, ../sass/_13_services_detail.scss */
.personal-driver .how-to-container p, .personal-driver .how-to-container .p {
  margin: 10px 0 0;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.7;
  /* Medium Devices / Desktops */
  /* Medium Devices / Desktops */
  /* Small Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 1203, ../sass/_13_services_detail.scss */
  .personal-driver .how-to-container p, .personal-driver .how-to-container .p {
    margin-top: 14px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 1203, ../sass/_13_services_detail.scss */
  .personal-driver .how-to-container p, .personal-driver .how-to-container .p {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1203, ../sass/_13_services_detail.scss */
  .personal-driver .how-to-container p, .personal-driver .how-to-container .p {
    text-align: center;
  }
}
/* line 1227, ../sass/_13_services_detail.scss */
.personal-driver .how-to-container .flex {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: center;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 1227, ../sass/_13_services_detail.scss */
  .personal-driver .how-to-container .flex {
    justify-content: left;
    max-width: 230px;
    margin: auto;
  }
}
/* line 1243, ../sass/_13_services_detail.scss */
.personal-driver .how-to-container i {
  font-size: 70px;
  text-align: right;
  /* Medium Devices / Desktops */
  /* Small Devices */
}
@media only screen and (max-width: 991px) {
  /* line 1243, ../sass/_13_services_detail.scss */
  .personal-driver .how-to-container i {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1243, ../sass/_13_services_detail.scss */
  .personal-driver .how-to-container i {
    width: 60px;
    text-align: center;
  }
}
/* line 1258, ../sass/_13_services_detail.scss */
.personal-driver .how-to-container i.fa-mobile {
  font-size: 80px;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 1258, ../sass/_13_services_detail.scss */
  .personal-driver .how-to-container i.fa-mobile {
    font-size: 60px;
  }
}
/* line 1268, ../sass/_13_services_detail.scss */
.personal-driver .how-to-container span {
  margin-left: 15px;
  text-align: left;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  /* line 1268, ../sass/_13_services_detail.scss */
  .personal-driver .how-to-container span {
    flex: 1;
  }
}
/* line 1279, ../sass/_13_services_detail.scss */
.personal-driver .how-to-container span a, .personal-driver .how-to-container span .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .personal-driver .how-to-container span a, .personal-driver .how-to-container span .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .personal-driver .how-to-container span a:hover, .personal-driver .how-to-container span .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .personal-driver .how-to-container span a, .personal-driver .how-to-container span .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .personal-driver .how-to-container span a:hover {
  color: #000;
}
/* line 1285, ../sass/_13_services_detail.scss */
.personal-driver .slogan-container {
  padding: 30px 0;
  background: #000;
  color: #FFF;
}
/* line 1291, ../sass/_13_services_detail.scss */
.personal-driver .slogan-container h2, .personal-driver .slogan-container .h2 {
  font-size: 40px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  /* line 1291, ../sass/_13_services_detail.scss */
  .personal-driver .slogan-container h2, .personal-driver .slogan-container .h2 {
    font-size: 24px;
  }
}
/* line 1302, ../sass/_13_services_detail.scss */
.personal-driver .slogan-container h2 span, .personal-driver .slogan-container h2 sup, .personal-driver .slogan-container .h2 span, .personal-driver .slogan-container .h2 sup {
  top: -0.9em;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  /* line 1302, ../sass/_13_services_detail.scss */
  .personal-driver .slogan-container h2 span, .personal-driver .slogan-container h2 sup, .personal-driver .slogan-container .h2 span, .personal-driver .slogan-container .h2 sup {
    font-size: 24px;
  }
}

/* line 3, ../sass/_15_news.scss */
.news .intro {
  padding: 50px 0 70px;
  text-align: center;
}
/* line 7, ../sass/_15_news.scss */
.news .intro .center-block {
  float: none;
}
/* line 11, ../sass/_15_news.scss */
.news .intro a, .news .intro .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .news .intro a, .news .intro .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .news .intro a:hover, .news .intro .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .news .intro a, .news .intro .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .news .intro a:hover {
  border-bottom: 2px solid #000;
  text-decoration: none;
  transition: color 150ms ease, border 150ms ease;
}
/* line 15, ../sass/_15_news.scss */
.news .intro a:hover, .news .intro .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .news .intro a:hover, .news .intro .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .news .intro a:hover {
  border-bottom: 2px solid #83d3ff;
  color: #83d3ff;
}
/* line 21, ../sass/_15_news.scss */
.news .intro h1 {
  text-align: center;
}
/* line 25, ../sass/_15_news.scss */
.news .news-list {
  border-top: 1px solid #a6a8b2;
  position: relative;
}
/* line 29, ../sass/_15_news.scss */
.news .news-list nav {
  text-align: center;
}
/* line 33, ../sass/_15_news.scss */
.news .news-list nav i {
  position: absolute;
  top: -1px;
  left: 0;
  transition: left 300ms ease;
}
/* line 39, ../sass/_15_news.scss */
.news .news-list nav i.print {
  left: 12px;
}
/* line 42, ../sass/_15_news.scss */
.news .news-list nav i.tv {
  left: 96px;
}
/* line 45, ../sass/_15_news.scss */
.news .news-list nav i.radio {
  left: 179px;
  margin: 0;
}
/* line 51, ../sass/_15_news.scss */
.news .news-list nav ul {
  display: inline-block;
  margin: 0;
  padding: 20px 0 0;
  position: relative;
}
/* line 58, ../sass/_15_news.scss */
.news .news-list nav li {
  list-style: none;
  float: left;
  margin-left: 55px;
}
/* line 64, ../sass/_15_news.scss */
.news .news-list nav li:first-child {
  margin-left: 0;
  color: red;
}
/* line 69, ../sass/_15_news.scss */
.news .news-list nav li a, .news .news-list nav li .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .news .news-list nav li a, .news .news-list nav li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .news .news-list nav li a:hover, .news .news-list nav li .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .news .news-list nav li a, .news .news-list nav li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .news .news-list nav li a:hover {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #a6a8b2;
  font-weight: bold;
  transition: color 150ms ease;
}
/* line 77, ../sass/_15_news.scss */
.news .news-list nav li a:hover, .news .news-list nav li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .news .news-list nav li a:hover, .news .news-list nav li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .news .news-list nav li a:hover, .news .news-list nav li a.active, .news .news-list nav li .giftcards .form-holder form fieldset .options .option.active a.active, .giftcards .form-holder form fieldset .options .option.active .news .news-list nav li a.active, .news .news-list nav li .giftcards .form-holder form fieldset .options .option a.active:hover, .giftcards .form-holder form fieldset .options .option .news .news-list nav li a.active:hover, .news .news-list nav li .giftcards_view .form-holder form fieldset .options .option.active a.active, .giftcards_view .form-holder form fieldset .options .option.active .news .news-list nav li a.active, .news .news-list nav li .giftcards_view .form-holder form fieldset .options .option a.active:hover, .giftcards_view .form-holder form fieldset .options .option .news .news-list nav li a.active:hover {
  color: #000;
}
/* line 85, ../sass/_15_news.scss */
.news .news-list .news-content {
  margin-top: 70px;
  position: relative;
}
/* line 89, ../sass/_15_news.scss */
.news .news-list .news-content .center-block {
  float: none;
}
/* line 93, ../sass/_15_news.scss */
.news .news-list .news-content .news-type {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 100ms ease;
}
/* line 101, ../sass/_15_news.scss */
.news .news-list .news-content .news-type.active {
  opacity: 1;
  display: block;
  z-index: 2;
}
/* line 110, ../sass/_15_news.scss */
.news .news-list .news-content .news-type.print article {
  text-align: center;
  margin-bottom: 80px;
}
/* line 114, ../sass/_15_news.scss */
.news .news-list .news-content .news-type.print article .station {
  text-align: center;
}
/* line 117, ../sass/_15_news.scss */
.news .news-list .news-content .news-type.print article .station a {
  border: none;
}
/* line 121, ../sass/_15_news.scss */
.news .news-list .news-content .news-type.print article .station a:hover {
  border: none;
}
/* line 126, ../sass/_15_news.scss */
.news .news-list .news-content .news-type.print article p {
  color: #7d8091;
  font-size: 12px;
  margin: 4px 0;
}
/* line 132, ../sass/_15_news.scss */
.news .news-list .news-content .news-type.print article a, .news .news-list .news-content .news-type.print article .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .news .news-list .news-content .news-type.print article a, .news .news-list .news-content .news-type.print article .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .news .news-list .news-content .news-type.print article a:hover, .news .news-list .news-content .news-type.print article .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .news .news-list .news-content .news-type.print article a, .news .news-list .news-content .news-type.print article .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .news .news-list .news-content .news-type.print article a:hover {
  color: #000;
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
  border-bottom: 3px solid #000;
  transition: color 150ms ease, border 150ms ease;
}
/* line 140, ../sass/_15_news.scss */
.news .news-list .news-content .news-type.print article a:hover {
  color: #83d3ff;
  border-bottom: 3px solid #83d3ff;
}
/* line 147, ../sass/_15_news.scss */
.news .news-list .news-content .news-type.print article .other-appearance {
  margin-top: 15px;
}
/* line 149, ../sass/_15_news.scss */
.news .news-list .news-content .news-type.print article .other-appearance p {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  /* line 110, ../sass/_15_news.scss */
  .news .news-list .news-content .news-type.print article {
    text-align: left;
  }
  /* line 158, ../sass/_15_news.scss */
  .news .news-list .news-content .news-type.print article .station {
    text-align: right;
  }
  /* line 162, ../sass/_15_news.scss */
  .news .news-list .news-content .news-type.print article p {
    margin: 0;
    line-height: 17px;
  }
}
/* line 173, ../sass/_15_news.scss */
.news .news-list .news-content .news-type.radio article {
  margin-bottom: 60px;
}
/* line 176, ../sass/_15_news.scss */
.news .news-list .news-content .news-type.radio article a, .news .news-list .news-content .news-type.radio article .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .news .news-list .news-content .news-type.radio article a, .news .news-list .news-content .news-type.radio article .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .news .news-list .news-content .news-type.radio article a:hover, .news .news-list .news-content .news-type.radio article .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .news .news-list .news-content .news-type.radio article a, .news .news-list .news-content .news-type.radio article .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .news .news-list .news-content .news-type.radio article a:hover {
  text-decoration: none;
}
/* line 181, ../sass/_15_news.scss */
.news .news-list .news-content .news-type.radio article a:hover p.title {
  color: #83d3ff;
}
/* line 185, ../sass/_15_news.scss */
.news .news-list .news-content .news-type.radio article a:hover figure {
  background: #83d3ff;
}
/* line 191, ../sass/_15_news.scss */
.news .news-list .news-content .news-type.radio article img {
  float: left;
}
/* line 195, ../sass/_15_news.scss */
.news .news-list .news-content .news-type.radio article figure {
  float: left;
  position: relative;
  width: 72px;
  height: 72px;
  background: #000;
  border-radius: 50%;
  transition: background 0.15s ease;
}
/* line 205, ../sass/_15_news.scss */
.news .news-list .news-content .news-type.radio article figure i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -16px 0 0 -6px;
  border-style: solid;
  border-width: 16px 0 16px 20px;
  border-color: transparent transparent transparent #FFFFFF;
}
/* line 221, ../sass/_15_news.scss */
.news .news-list .news-content .news-type.radio article .info {
  float: left;
  width: 70%;
  margin-left: 15px;
}
/* line 227, ../sass/_15_news.scss */
.news .news-list .news-content .news-type.radio article p.title {
  font-size: 17px;
  color: #000;
  margin: 0;
  transition: color 150ms ease;
}
/* line 233, ../sass/_15_news.scss */
.news .news-list .news-content .news-type.radio article p.description {
  font-size: 14px;
  color: #7d8091;
  margin: 0;
}
/* line 241, ../sass/_15_news.scss */
.news .news-list .news-content .news-type.tv {
  margin-bottom: 60px;
}
/* line 244, ../sass/_15_news.scss */
.news .news-list .news-content .news-type.tv article {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
/* line 252, ../sass/_15_news.scss */
.news .news-list .news-content .news-type.tv article a, .news .news-list .news-content .news-type.tv article .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .news .news-list .news-content .news-type.tv article a, .news .news-list .news-content .news-type.tv article .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .news .news-list .news-content .news-type.tv article a:hover, .news .news-list .news-content .news-type.tv article .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .news .news-list .news-content .news-type.tv article a, .news .news-list .news-content .news-type.tv article .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .news .news-list .news-content .news-type.tv article a:hover {
  text-decoration: none;
}
/* line 257, ../sass/_15_news.scss */
.news .news-list .news-content .news-type.tv article a:hover p.title {
  color: #83d3ff;
  border-bottom: 3px solid #83d3ff;
}
/* line 261, ../sass/_15_news.scss */
.news .news-list .news-content .news-type.tv article a:hover .btn {
  background: #000;
  color: #fff;
}
/* line 269, ../sass/_15_news.scss */
.news .news-list .news-content .news-type.tv article p.title {
  display: inline;
  font-size: 14px;
  line-height: 35px;
  color: #000;
  margin: 0;
  border-bottom: 3px solid #000;
  transition: color 150ms ease, border 150ms ease;
}
/* line 280, ../sass/_15_news.scss */
.news .news-list .news-content .news-type.tv article .btn {
  position: absolute;
  z-index: 2;
  top: 20%;
  margin-top: 0px;
  left: 50%;
  margin-left: -22px;
}
@media only screen and (min-width: 1200px) {
  /* line 280, ../sass/_15_news.scss */
  .news .news-list .news-content .news-type.tv article .btn {
    margin-left: -52px;
  }
}
/* line 293, ../sass/_15_news.scss */
.news .news-list .news-content .news-type.tv article .info {
  padding: 0 34px;
}
@media only screen and (min-width: 768px) {
  /* line 298, ../sass/_15_news.scss */
  .news .news-list .news-content .news-type.tv article .info {
    padding: 0 160px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 244, ../sass/_15_news.scss */
  .news .news-list .news-content .news-type.tv article {
    text-align: left;
  }
  /* line 305, ../sass/_15_news.scss */
  .news .news-list .news-content .news-type.tv article p.title {
    font-size: 17px;
  }
  /* line 308, ../sass/_15_news.scss */
  .news .news-list .news-content .news-type.tv article .info {
    padding: 0;
  }
}

/* line 2, ../sass/_16_cities.scss */
.cities .cities-highlight {
  position: relative;
  padding-top: 120px;
  background: #babfc3;
}
@media only screen and (max-width: 991px) {
  /* line 2, ../sass/_16_cities.scss */
  .cities .cities-highlight {
    padding-top: 90px;
  }
}
/* line 13, ../sass/_16_cities.scss */
.cities .cities-highlight .container {
  position: relative;
  margin-bottom: 30px;
}
/* line 18, ../sass/_16_cities.scss */
.cities .cities-highlight img {
  display: block;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  /* line 18, ../sass/_16_cities.scss */
  .cities .cities-highlight img {
    width: 90%;
  }
}
/* line 27, ../sass/_16_cities.scss */
.cities .cities-highlight h1 {
  position: absolute;
  left: 15px;
  bottom: 0;
  font-size: 40px;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  /* line 27, ../sass/_16_cities.scss */
  .cities .cities-highlight h1 {
    position: static;
    font-size: 30px;
  }
}
/* line 43, ../sass/_16_cities.scss */
.cities .states {
  padding-top: 40px;
}
/* line 45, ../sass/_16_cities.scss */
.cities .states h4 {
  width: 100%;
  position: relative;
  text-align: left;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 45, ../sass/_16_cities.scss */
  .cities .states h4 {
    font-size: 20px;
  }
}
/* line 57, ../sass/_16_cities.scss */
.cities .states p {
  font-size: 16px;
  color: #7d8091;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 57, ../sass/_16_cities.scss */
  .cities .states p {
    font-size: 14px;
  }
}
/* line 69, ../sass/_16_cities.scss */
.cities .cities-list.cities-list-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 650px;
  margin-top: 20px;
  /* Large Devices */
  /* Medium Devices / Desktops */
  /* Small Devices */
  /* Extra Small Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 69, ../sass/_16_cities.scss */
  .cities .cities-list.cities-list-flex {
    height: 760px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 69, ../sass/_16_cities.scss */
  .cities .cities-list.cities-list-flex {
    height: 930px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 69, ../sass/_16_cities.scss */
  .cities .cities-list.cities-list-flex {
    height: 1140px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 69, ../sass/_16_cities.scss */
  .cities .cities-list.cities-list-flex {
    height: 1700px;
  }
}
/* line 98, ../sass/_16_cities.scss */
.cities .cities-list > ul {
  margin-right: 15px;
}
/* line 102, ../sass/_16_cities.scss */
.cities .cities-list ul {
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 0;
  padding: 0;
}
/* line 108, ../sass/_16_cities.scss */
.cities .cities-list ul li {
  margin-bottom: 10px;
  list-style-type: initial;
  color: #45bbfc;
}
/* line 114, ../sass/_16_cities.scss */
.cities .cities-list ul li.text-black {
  color: #000;
}
/* line 118, ../sass/_16_cities.scss */
.cities .cities-list ul li a, .cities .cities-list ul li .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .cities .cities-list ul li a, .cities .cities-list ul li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .cities .cities-list ul li a:hover, .cities .cities-list ul li .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .cities .cities-list ul li a, .cities .cities-list ul li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .cities .cities-list ul li a:hover {
  font-size: 12px;
  color: #000;
  text-decoration: underline;
}
/* line 123, ../sass/_16_cities.scss */
.cities .cities-list ul li a:hover, .cities .cities-list ul li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .cities .cities-list ul li a:hover, .cities .cities-list ul li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .cities .cities-list ul li a:hover {
  color: #83d3ff;
}
/* line 128, ../sass/_16_cities.scss */
.cities .cities-list ul li ul {
  margin-top: 10px;
}
/* line 131, ../sass/_16_cities.scss */
.cities .cities-list ul li ul li {
  color: #000;
}
/* line 139, ../sass/_16_cities.scss */
.cities .schedule {
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 139, ../sass/_16_cities.scss */
  .cities .schedule {
    padding-top: 20px;
  }
}
/* line 147, ../sass/_16_cities.scss */
.cities .schedule .top-part h1 {
  font-size: 32px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  /* line 147, ../sass/_16_cities.scss */
  .cities .schedule .top-part h1 {
    font-size: 24px;
  }
}
/* line 156, ../sass/_16_cities.scss */
.cities .schedule .top-part h2 {
  margin-top: 15px;
  margin-bottom: 35px;
  font-size: 26px;
  text-align: center;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 156, ../sass/_16_cities.scss */
  .cities .schedule .top-part h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
  }
}
/* line 173, ../sass/_16_cities.scss */
.cities .schedule .top-part p {
  margin-bottom: 0;
  text-align: left !important;
}
/* line 181, ../sass/_16_cities.scss */
.cities .schedule .small-intro a, .cities .schedule .small-intro .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .cities .schedule .small-intro a, .cities .schedule .small-intro .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .cities .schedule .small-intro a:hover, .cities .schedule .small-intro .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .cities .schedule .small-intro a, .cities .schedule .small-intro .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .cities .schedule .small-intro a:hover {
  border-bottom: 3px solid #000;
  text-decoration: none;
  transition: color 150ms ease, border 150ms ease;
}
/* line 187, ../sass/_16_cities.scss */
.cities .schedule .small-intro a:hover, .cities .schedule .small-intro .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .cities .schedule .small-intro a:hover, .cities .schedule .small-intro .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .cities .schedule .small-intro a:hover {
  color: #83d3ff;
  border-bottom: 3px solid #83d3ff;
}
/* line 195, ../sass/_16_cities.scss */
.cities .schedule .intro p {
  text-align: center;
}
/* line 202, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver p {
  text-align: center;
}
/* line 205, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .small-intro {
  margin-bottom: 30px;
}
/* line 210, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .black-box {
  position: relative;
  margin-top: 20px;
  padding: 0 0 28px;
  background: #000;
}
@media only screen and (min-width: 768px) {
  /* line 210, ../sass/_16_cities.scss */
  .cities .schedule .schedule-driver .black-box {
    width: 110%;
    margin-top: 90px;
    margin-left: -5%;
    padding-top: 210px;
    padding-bottom: 35px;
  }
}
/* line 224, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .black-box h2 {
  margin-top: 20px;
  color: #fff;
  text-align: center;
  font-size: 25px;
}
/* line 231, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .black-box h2 span {
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  /* line 224, ../sass/_16_cities.scss */
  .cities .schedule .schedule-driver .black-box h2 {
    margin-top: 0px;
    font-size: 40px;
  }
  /* line 239, ../sass/_16_cities.scss */
  .cities .schedule .schedule-driver .black-box h2 span {
    font-size: 18px;
  }
}
/* line 245, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .black-box p {
  color: #fff;
  margin-top: 35px;
  text-transform: uppercase;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 245, ../sass/_16_cities.scss */
  .cities .schedule .schedule-driver .black-box p {
    margin-top: 20px;
  }
}
/* line 256, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .black-box .service-option {
  position: relative;
  top: 0;
  width: auto;
}
@media only screen and (min-width: 768px) {
  /* line 256, ../sass/_16_cities.scss */
  .cities .schedule .schedule-driver .black-box .service-option {
    width: 91%;
    top: -60px;
    position: absolute;
  }
}
/* line 267, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .black-box .service-option .blue {
  background: #45bbfc;
}
/* line 270, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .black-box .service-option .blue1 {
  background: #6fccff;
}
/* line 273, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .black-box .service-option .blue2 {
  background: #a4dfff;
}
/* line 276, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .black-box .service-option .red {
  background: #ff4a4a;
}
/* line 280, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .black-box .service-option .option {
  height: 245px;
  overflow: hidden;
  padding: 40px 20px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  right: 0;
  z-index: 2;
  transition: height 300ms ease;
}
@media only screen and (min-width: 768px) {
  /* line 280, ../sass/_16_cities.scss */
  .cities .schedule .schedule-driver .black-box .service-option .option {
    height: 235px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 280, ../sass/_16_cities.scss */
  .cities .schedule .schedule-driver .black-box .service-option .option {
    height: 245px;
  }
}
/* line 301, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .black-box .service-option .option.disabled * {
  transition: opacity 300ms ease;
  opacity: 0.5;
}
/* line 309, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .black-box .service-option .option:first-child {
  left: 0;
}
/* line 315, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .black-box .service-option .option .close-btn {
  display: none;
  background: #fff;
  color: #000;
}
/* line 324, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .black-box .service-option .option a.btn:hover {
  background: #fff;
  color: #000;
}
/* line 331, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .black-box .service-option .option .more-content {
  opacity: 0;
  transition: opacity 300ms ease;
}
/* line 335, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .black-box .service-option .option .more-content img {
  margin-top: 20px;
  height: 80px;
}
/* line 340, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .black-box .service-option .option .more-content p {
  color: #000;
  font-size: 12px;
  text-transform: none;
  margin-top: 15px;
}
/* line 348, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .black-box .service-option .option.active {
  height: auto;
}
/* line 351, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .black-box .service-option .option.active .more-content {
  opacity: 1;
}
/* line 354, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .black-box .service-option .option.active .more-info-btn {
  display: none;
}
/* line 357, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .black-box .service-option .option.active .close-btn {
  display: inline-block;
}
/* line 362, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .black-box .service-option .option h5 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  /* Medium Devices / Desktops */
  /* Small Devices */
}
@media only screen and (max-width: 991px) {
  /* line 362, ../sass/_16_cities.scss */
  .cities .schedule .schedule-driver .black-box .service-option .option h5 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 362, ../sass/_16_cities.scss */
  .cities .schedule .schedule-driver .black-box .service-option .option h5 {
    font-size: 20px;
  }
}
/* line 378, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .black-box .service-option .option .subtitle {
  display: block;
  margin-bottom: 15px;
  /* Medium Devices / Desktops */
  /* Small Devices */
}
@media only screen and (max-width: 991px) {
  /* line 378, ../sass/_16_cities.scss */
  .cities .schedule .schedule-driver .black-box .service-option .option .subtitle {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 378, ../sass/_16_cities.scss */
  .cities .schedule .schedule-driver .black-box .service-option .option .subtitle {
    font-size: 13px;
  }
}
/* line 393, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .black-box .service-option .option p {
  font-size: 12px;
  color: #000;
  margin: 0;
}
/* line 398, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .black-box .service-option .option p.price {
  color: #fff;
  font-size: 28px;
  line-height: 1;
  margin: 5px 0;
}
/* line 407, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .black-box .service-option .option .btn {
  margin-top: 8px;
}
/* line 417, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .bottom {
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 417, ../sass/_16_cities.scss */
  .cities .schedule .schedule-driver .bottom {
    text-align: center;
  }
}
/* line 424, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .bottom form {
  width: 390px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  /* line 424, ../sass/_16_cities.scss */
  .cities .schedule .schedule-driver .bottom form {
    display: inline-block;
    width: auto;
  }
}
/* line 433, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .bottom form input {
  height: 60px;
  padding: 20px 10px;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 1px;
  background: transparent;
  margin-left: auto;
  margin-right: auto;
}
/* line 449, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .bottom form input::-webkit-input-placeholder {
  color: #fff;
}
/* line 453, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .bottom form input:-moz-placeholder {
  opacity: 1;
  /* Firefox 18- */
  color: #fff;
}
/* line 459, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .bottom form input::-moz-placeholder {
  opacity: 1;
  /* Firefox 19+ */
  color: #fff;
}
/* line 465, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .bottom form input:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  /* line 433, ../sass/_16_cities.scss */
  .cities .schedule .schedule-driver .bottom form input {
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 480, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .bottom form button {
  position: absolute;
  width: auto;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  border: none;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  /* line 480, ../sass/_16_cities.scss */
  .cities .schedule .schedule-driver .bottom form button {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -4px;
  }
}
/* line 505, ../sass/_16_cities.scss */
.cities .schedule .schedule-driver .bottom form button:hover {
  color: #fff;
  background: #83d3ff;
  transition: background 0.3s ease;
}
/* line 517, ../sass/_16_cities.scss */
.cities .cities-filter {
  border-top: 1px solid #a6a8b2;
  position: relative;
  margin-top: 50px;
  /* Extra Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 517, ../sass/_16_cities.scss */
  .cities .cities-filter {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 517, ../sass/_16_cities.scss */
  .cities .cities-filter {
    border-top: 0;
  }
}
/* line 532, ../sass/_16_cities.scss */
.cities .cities-filter nav {
  margin-bottom: 30px;
  text-align: center;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 532, ../sass/_16_cities.scss */
  .cities .cities-filter nav {
    margin-bottom: 15px;
  }
}
/* line 541, ../sass/_16_cities.scss */
.cities .cities-filter nav i {
  position: absolute;
  top: -1px;
  left: 0;
  transition: left 300ms ease;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 541, ../sass/_16_cities.scss */
  .cities .cities-filter nav i {
    display: none;
  }
}
/* line 552, ../sass/_16_cities.scss */
.cities .cities-filter nav i.local {
  left: 35px;
}
/* line 555, ../sass/_16_cities.scss */
.cities .cities-filter nav i.zip {
  left: 167px;
}
/* line 558, ../sass/_16_cities.scss */
.cities .cities-filter nav i.countries {
  left: 293px;
}
/* line 561, ../sass/_16_cities.scss */
.cities .cities-filter nav i.popular {
  left: 452px;
}
/* line 566, ../sass/_16_cities.scss */
.cities .cities-filter nav ul {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 20px 0 0;
  text-align: left;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 566, ../sass/_16_cities.scss */
  .cities .cities-filter nav ul {
    padding-top: 0;
    height: 50px;
    margin-left: 30px;
  }
}
/* line 581, ../sass/_16_cities.scss */
.cities .cities-filter nav li {
  list-style: none;
  float: left;
  margin-left: 55px;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 581, ../sass/_16_cities.scss */
  .cities .cities-filter nav li {
    width: 47%;
    height: 25px;
    margin-left: 0;
    text-align: left;
  }
}
/* line 595, ../sass/_16_cities.scss */
.cities .cities-filter nav li:first-child {
  margin-left: 0;
  color: red;
}
/* line 600, ../sass/_16_cities.scss */
.cities .cities-filter nav li a, .cities .cities-filter nav li .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .cities .cities-filter nav li a, .cities .cities-filter nav li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .cities .cities-filter nav li a:hover, .cities .cities-filter nav li .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .cities .cities-filter nav li a, .cities .cities-filter nav li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .cities .cities-filter nav li a:hover {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #a6a8b2;
  font-weight: bold;
  transition: color 150ms ease;
}
/* line 608, ../sass/_16_cities.scss */
.cities .cities-filter nav li a:hover, .cities .cities-filter nav li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .cities .cities-filter nav li a:hover, .cities .cities-filter nav li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .cities .cities-filter nav li a:hover {
  color: #000;
}
/* line 613, ../sass/_16_cities.scss */
.cities .cities-filter nav li.active a, .cities .cities-filter nav li.active .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .cities .cities-filter nav li.active a, .cities .cities-filter nav li.active .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .cities .cities-filter nav li.active a:hover, .cities .cities-filter nav li.active .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .cities .cities-filter nav li.active a, .cities .cities-filter nav li.active .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .cities .cities-filter nav li.active a:hover {
  color: #000;
}
/* line 621, ../sass/_16_cities.scss */
.cities .wine-tour-highlight {
  margin-top: 10px;
  padding-top: 20px;
  text-align: right;
  /* Small Devices */
}
/* line 627, ../sass/_16_cities.scss */
.cities .wine-tour-highlight.small {
  padding-bottom: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 769px) {
  /* line 627, ../sass/_16_cities.scss */
  .cities .wine-tour-highlight.small {
    line-height: 30px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 621, ../sass/_16_cities.scss */
  .cities .wine-tour-highlight {
    margin-bottom: 50px;
    text-align: center;
  }
}
/* line 643, ../sass/_16_cities.scss */
.cities .wine-tour-highlight p {
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  /* Small Devices */
  /* Extra Small Devices */
}
@media only screen and (max-width: 769px) {
  /* line 643, ../sass/_16_cities.scss */
  .cities .wine-tour-highlight p {
    text-align: center;
  }
}
@media only screen and (max-width: 481px) {
  /* line 643, ../sass/_16_cities.scss */
  .cities .wine-tour-highlight p {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
/* line 666, ../sass/_16_cities.scss */
.cities .wine-tour-highlight.small p {
  font-size: 22px;
  line-height: 50px;
}
/* line 671, ../sass/_16_cities.scss */
.cities .wine-tour-highlight .btn {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  /* Small Devices */
}
@media only screen and (max-width: 769px) {
  /* line 671, ../sass/_16_cities.scss */
  .cities .wine-tour-highlight .btn {
    max-width: 400px;
  }
}
/* line 686, ../sass/_16_cities.scss */
.cities .wine-tour-highlight .btn:hover {
  color: #FFF;
}

/* line 3, ../sass/_17_partners.scss */
.partners .intro {
  padding-top: 50px;
}
/* line 6, ../sass/_17_partners.scss */
.partners .intro p {
  text-align: center;
}
/* line 9, ../sass/_17_partners.scss */
.partners .intro .center-block {
  float: none;
}
/* line 12, ../sass/_17_partners.scss */
.partners .intro h1 {
  font-size: 2.3em;
  line-height: 1.3;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
/* line 19, ../sass/_17_partners.scss */
.partners .main-partners {
  padding-top: 50px;
  text-align: center;
}
/* line 23, ../sass/_17_partners.scss */
.partners .main-partners .col {
  margin-top: 60px;
}
/* line 26, ../sass/_17_partners.scss */
.partners .main-partners .col:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  /* line 23, ../sass/_17_partners.scss */
  .partners .main-partners .col {
    margin-top: 0;
  }
}
/* line 36, ../sass/_17_partners.scss */
.partners .main-partners p {
  color: #7d8091;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  /* line 46, ../sass/_17_partners.scss */
  .partners .bars .intro {
    padding-top: 80px;
  }
}
/* line 51, ../sass/_17_partners.scss */
.partners .bars .intro p {
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  /* line 58, ../sass/_17_partners.scss */
  .partners .bars .list-bars .row {
    margin-bottom: 10px;
  }
}
/* line 63, ../sass/_17_partners.scss */
.partners .bars .list-bars .col {
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}
/* line 69, ../sass/_17_partners.scss */
.partners .bars .list-bars .col a, .partners .bars .list-bars .col .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .partners .bars .list-bars .col a, .partners .bars .list-bars .col .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .partners .bars .list-bars .col a:hover, .partners .bars .list-bars .col .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .partners .bars .list-bars .col a, .partners .bars .list-bars .col .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .partners .bars .list-bars .col a:hover {
  text-decoration: none;
}
/* line 73, ../sass/_17_partners.scss */
.partners .bars .list-bars .col .hover {
  position: relative;
  top: 0px;
  height: 100%;
  width: 100%;
  background: #FF2400;
}
/* line 81, ../sass/_17_partners.scss */
.partners .bars .list-bars .col .hover:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  /* line 85, ../sass/_17_partners.scss */
  .partners .bars .list-bars .col img {
    width: 100%;
  }
}
/* line 91, ../sass/_17_partners.scss */
.partners .bars .list-bars .col span {
  text-align: center;
  color: #fff;
  font-size: 31px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -28px;
}
/* line 102, ../sass/_17_partners.scss */
.partners .bars .list-bars .col span.two-lines {
  /* margin-top:-57px; */
  margin-top: -44px;
}
@media only screen and (min-width: 768px) {
  /* line 91, ../sass/_17_partners.scss */
  .partners .bars .list-bars .col span {
    font-size: 27px;
    margin-top: -18px;
  }
  /* line 114, ../sass/_17_partners.scss */
  .partners .bars .list-bars .col span.two-lines {
    margin-top: -38px;
  }
}
@media only screen and (min-width: 998px) {
  /* line 91, ../sass/_17_partners.scss */
  .partners .bars .list-bars .col span {
    font-size: 33px;
    margin-top: -24px;
  }
  /* line 123, ../sass/_17_partners.scss */
  .partners .bars .list-bars .col span.two-lines {
    margin-top: -47px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 91, ../sass/_17_partners.scss */
  .partners .bars .list-bars .col span {
    font-size: 42px;
    margin-top: -30px;
  }
  /* line 132, ../sass/_17_partners.scss */
  .partners .bars .list-bars .col span.two-lines {
    margin-top: -60px;
  }
}

/* line 2, ../sass/_18_partners_detail.scss */
.partners-detail .intro {
  padding: 50px 0;
}
/* line 5, ../sass/_18_partners_detail.scss */
.partners-detail .intro p {
  text-align: center;
}
/* line 9, ../sass/_18_partners_detail.scss */
.partners-detail .intro .center-block {
  float: none;
}
/* line 14, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content {
  position: relative;
  padding: 60px 0;
  background: #f4f4f4;
}
@media only screen and (max-width: 768px) {
  /* line 14, ../sass/_18_partners_detail.scss */
  .partners-detail .detail-content {
    padding: 30px 0;
  }
}
/* line 23, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .change-page {
  position: absolute;
  z-index: 2;
  top: 34px;
}
/* line 28, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .change-page i {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  transition: left 100ms ease, right 100ms ease;
}
/* line 36, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .change-page.prev {
  left: 0;
}
/* line 39, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .change-page.prev i {
  left: 50%;
  margin-left: -14px;
}
/* line 45, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .change-page.prev:hover i {
  left: 35%;
}
/* line 50, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .change-page.next {
  right: 0;
}
/* line 53, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .change-page.next i {
  right: 50%;
  margin-right: -14px;
}
/* line 59, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .change-page.next:hover i {
  right: 35%;
}
@media only screen and (max-width: 1100px) {
  /* line 23, ../sass/_18_partners_detail.scss */
  .partners-detail .detail-content .change-page {
    display: none;
  }
}
/* line 72, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .top .back-state a, .partners-detail .detail-content .top .back-state .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .partners-detail .detail-content .top .back-state a, .partners-detail .detail-content .top .back-state .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .partners-detail .detail-content .top .back-state a:hover, .partners-detail .detail-content .top .back-state .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .partners-detail .detail-content .top .back-state a, .partners-detail .detail-content .top .back-state .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .partners-detail .detail-content .top .back-state a:hover {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  padding-left: 25px;
}
/* line 79, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .top .back-state a i, .partners-detail .detail-content .top .back-state .giftcards .form-holder form fieldset .options .option.active a i, .giftcards .form-holder form fieldset .options .option.active .partners-detail .detail-content .top .back-state a i, .partners-detail .detail-content .top .back-state .giftcards .form-holder form fieldset .options .option a:hover i, .giftcards .form-holder form fieldset .options .option .partners-detail .detail-content .top .back-state a:hover i, .partners-detail .detail-content .top .back-state .giftcards_view .form-holder form fieldset .options .option.active a i, .giftcards_view .form-holder form fieldset .options .option.active .partners-detail .detail-content .top .back-state a i, .partners-detail .detail-content .top .back-state .giftcards_view .form-holder form fieldset .options .option a:hover i, .giftcards_view .form-holder form fieldset .options .option .partners-detail .detail-content .top .back-state a:hover i {
  position: absolute;
  left: 0;
  top: 2px;
}
@media only screen and (max-width: 768px) {
  /* line 71, ../sass/_18_partners_detail.scss */
  .partners-detail .detail-content .top .back-state {
    text-align: center;
  }
}
/* line 90, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .top h4 {
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
}
/* line 95, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .top .number-states {
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  /* line 95, ../sass/_18_partners_detail.scss */
  .partners-detail .detail-content .top .number-states {
    text-align: center;
  }
}
/* line 104, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .top .number-states span {
  color: #ff4a4a;
}
/* line 109, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .cities-filter {
  position: relative;
  border-top: 1px solid #a6a8b2;
  margin-top: 50px;
}
/* line 114, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .cities-filter nav {
  margin-bottom: 30px;
  text-align: center;
}
/* line 118, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .cities-filter nav i {
  position: absolute;
  top: -1px;
  left: 0;
  transition: left 300ms ease;
}
/* line 124, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .cities-filter nav i.daytona {
  left: 24px;
}
/* line 127, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .cities-filter nav i.gainesville {
  left: 116px;
}
/* line 130, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .cities-filter nav i.jacksonville {
  left: 226px;
}
/* line 133, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .cities-filter nav i.orlando {
  left: 328px;
}
/* line 138, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .cities-filter nav ul {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 20px 0 0;
}
/* line 145, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .cities-filter nav li {
  list-style: none;
  float: left;
  margin-left: 29px;
}
/* line 151, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .cities-filter nav li:first-child {
  margin-left: 0;
  color: red;
}
/* line 156, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .cities-filter nav li a, .partners-detail .detail-content .cities-filter nav li .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .partners-detail .detail-content .cities-filter nav li a, .partners-detail .detail-content .cities-filter nav li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .partners-detail .detail-content .cities-filter nav li a:hover, .partners-detail .detail-content .cities-filter nav li .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .partners-detail .detail-content .cities-filter nav li a, .partners-detail .detail-content .cities-filter nav li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .partners-detail .detail-content .cities-filter nav li a:hover {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  color: #a6a8b2;
  font-weight: bold;
  transition: color 150ms ease;
}
/* line 164, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .cities-filter nav li a:hover, .partners-detail .detail-content .cities-filter nav li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .partners-detail .detail-content .cities-filter nav li a:hover, .partners-detail .detail-content .cities-filter nav li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .partners-detail .detail-content .cities-filter nav li a:hover {
  color: #000;
}
/* line 170, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .cities-filter nav li.active a, .partners-detail .detail-content .cities-filter nav li.active .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .partners-detail .detail-content .cities-filter nav li.active a, .partners-detail .detail-content .cities-filter nav li.active .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .partners-detail .detail-content .cities-filter nav li.active a:hover, .partners-detail .detail-content .cities-filter nav li.active .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .partners-detail .detail-content .cities-filter nav li.active a, .partners-detail .detail-content .cities-filter nav li.active .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .partners-detail .detail-content .cities-filter nav li.active a:hover {
  color: #000;
}
@media only screen and (min-width: 768px) {
  /* line 178, ../sass/_18_partners_detail.scss */
  .partners-detail .detail-content .cities-list {
    padding: 0 40px;
  }
}
/* line 183, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .cities-list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  text-align: center;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  /* line 183, ../sass/_18_partners_detail.scss */
  .partners-detail .detail-content .cities-list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  /* line 183, ../sass/_18_partners_detail.scss */
  .partners-detail .detail-content .cities-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  /* line 183, ../sass/_18_partners_detail.scss */
  .partners-detail .detail-content .cities-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* line 204, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .cities-list ul li {
  margin-bottom: 12px;
  color: #000;
  list-style-position: inside;
}
/* line 210, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .cities-list ul li a, .partners-detail .detail-content .cities-list ul li .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .partners-detail .detail-content .cities-list ul li a, .partners-detail .detail-content .cities-list ul li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .partners-detail .detail-content .cities-list ul li a:hover, .partners-detail .detail-content .cities-list ul li .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .partners-detail .detail-content .cities-list ul li a, .partners-detail .detail-content .cities-list ul li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .partners-detail .detail-content .cities-list ul li a:hover {
  font-size: 12px;
  color: #000;
  text-decoration: underline;
}
/* line 215, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .cities-list ul li a:hover, .partners-detail .detail-content .cities-list ul li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .partners-detail .detail-content .cities-list ul li a:hover, .partners-detail .detail-content .cities-list ul li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .partners-detail .detail-content .cities-list ul li a:hover {
  color: #83d3ff;
}
/* line 220, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .cities-list ul li.disabled {
  color: #7d8091;
}
/* line 223, ../sass/_18_partners_detail.scss */
.partners-detail .detail-content .cities-list ul li.disabled a, .partners-detail .detail-content .cities-list ul li.disabled .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .partners-detail .detail-content .cities-list ul li.disabled a, .partners-detail .detail-content .cities-list ul li.disabled .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .partners-detail .detail-content .cities-list ul li.disabled a:hover, .partners-detail .detail-content .cities-list ul li.disabled .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .partners-detail .detail-content .cities-list ul li.disabled a, .partners-detail .detail-content .cities-list ul li.disabled .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .partners-detail .detail-content .cities-list ul li.disabled a:hover {
  text-decoration: none;
  color: #7d8091;
}

/* line 3, ../sass/_19_order_overview.scss */
.calendar-datepicker * {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
}
/* line 10, ../sass/_19_order_overview.scss */
.calendar-datepicker .datepickerContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #FFF;
}
/* line 16, ../sass/_19_order_overview.scss */
.calendar-datepicker .datepickerBorderT, .calendar-datepicker .datepickerBorderB, .calendar-datepicker .datepickerBorderL, .calendar-datepicker .datepickerBorderR, .calendar-datepicker .datepickerBorderTL, .calendar-datepicker .datepickerBorderTR, .calendar-datepicker .datepickerBorderBL, .calendar-datepicker .datepickerBorderBR {
  display: none;
}
/* line 19, ../sass/_19_order_overview.scss */
.calendar-datepicker .datepickerBorderT {
  position: absolute;
  left: 10px;
  top: 0;
  right: 10px;
  height: 10px;
}
/* line 24, ../sass/_19_order_overview.scss */
.calendar-datepicker .datepickerBorderB {
  position: absolute;
  left: 10px;
  bottom: 0;
  right: 10px;
  height: 10px;
}
/* line 29, ../sass/_19_order_overview.scss */
.calendar-datepicker .datepickerBorderL {
  position: absolute;
  left: 0;
  bottom: 10px;
  top: 10px;
  width: 10px;
}
/* line 34, ../sass/_19_order_overview.scss */
.calendar-datepicker .datepickerBorderR {
  position: absolute;
  right: 0;
  bottom: 10px;
  top: 10px;
  width: 10px;
}
/* line 39, ../sass/_19_order_overview.scss */
.calendar-datepicker .datepickerBorderTL {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
}
/* line 44, ../sass/_19_order_overview.scss */
.calendar-datepicker .datepickerBorderTR {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
}
/* line 49, ../sass/_19_order_overview.scss */
.calendar-datepicker .datepickerBorderBL {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
}
/* line 54, ../sass/_19_order_overview.scss */
.calendar-datepicker .datepickerBorderBR {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
}
/* line 59, ../sass/_19_order_overview.scss */
.calendar-datepicker .datepickerHidden {
  display: none;
}
/* line 62, ../sass/_19_order_overview.scss */
.calendar-datepicker div.datepicker table {
  border-collapse: collapse;
}
/* line 65, ../sass/_19_order_overview.scss */
.calendar-datepicker div.datepicker a, .calendar-datepicker div.datepicker .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .calendar-datepicker div.datepicker a, .calendar-datepicker div.datepicker .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .calendar-datepicker div.datepicker a:hover, .calendar-datepicker div.datepicker .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .calendar-datepicker div.datepicker a, .calendar-datepicker div.datepicker .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .calendar-datepicker div.datepicker a:hover {
  color: #363636;
  text-decoration: none;
  cursor: default;
  outline: none;
}
/* line 71, ../sass/_19_order_overview.scss */
.calendar-datepicker div.datepicker table td {
  text-align: right;
  padding: 0;
  margin: 0;
}
/* line 76, ../sass/_19_order_overview.scss */
.calendar-datepicker div.datepicker th {
  text-align: center;
  color: #999;
  font-weight: normal;
}
/* line 81, ../sass/_19_order_overview.scss */
.calendar-datepicker div.datepicker tbody th {
  text-align: center;
}
/* line 84, ../sass/_19_order_overview.scss */
.calendar-datepicker div.datepicker tbody a, .calendar-datepicker div.datepicker tbody .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .calendar-datepicker div.datepicker tbody a, .calendar-datepicker div.datepicker tbody .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .calendar-datepicker div.datepicker tbody a:hover, .calendar-datepicker div.datepicker tbody .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .calendar-datepicker div.datepicker tbody a, .calendar-datepicker div.datepicker tbody .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .calendar-datepicker div.datepicker tbody a:hover {
  display: block;
  text-align: center;
}
/* line 88, ../sass/_19_order_overview.scss */
.calendar-datepicker .datepickerDays a, .calendar-datepicker .datepickerDays .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .calendar-datepicker .datepickerDays a, .calendar-datepicker .datepickerDays .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .calendar-datepicker .datepickerDays a:hover, .calendar-datepicker .datepickerDays .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .calendar-datepicker .datepickerDays a, .calendar-datepicker .datepickerDays .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .calendar-datepicker .datepickerDays a:hover {
  height: 20px;
  line-height: 16px;
  padding-top: 4px;
  margin: 2px 0 0 2px;
  text-align: center;
  color: #454545;
  border-radius: 3px;
}
/* line 98, ../sass/_19_order_overview.scss */
.calendar-datepicker .datepickerDays .datepickerSunday a, .calendar-datepicker .datepickerDays .datepickerSunday .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .calendar-datepicker .datepickerDays .datepickerSunday a, .calendar-datepicker .datepickerDays .datepickerSunday .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .calendar-datepicker .datepickerDays .datepickerSunday a:hover, .calendar-datepicker .datepickerDays .datepickerSunday .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .calendar-datepicker .datepickerDays .datepickerSunday a, .calendar-datepicker .datepickerDays .datepickerSunday .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .calendar-datepicker .datepickerDays .datepickerSunday a:hover {
  padding-right: 0;
}
/* line 101, ../sass/_19_order_overview.scss */
.calendar-datepicker .datepickerYears a, .calendar-datepicker .datepickerYears .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .calendar-datepicker .datepickerYears a, .calendar-datepicker .datepickerYears .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .calendar-datepicker .datepickerYears a:hover, .calendar-datepicker .datepickerYears .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .calendar-datepicker .datepickerYears a, .calendar-datepicker .datepickerYears .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .calendar-datepicker .datepickerYears a:hover,
.calendar-datepicker .datepickerMonths a,
.calendar-datepicker .datepickerMonths .giftcards .form-holder form fieldset .options .option.active a,
.giftcards .form-holder form fieldset .options .option.active .calendar-datepicker .datepickerMonths a,
.calendar-datepicker .datepickerMonths .giftcards .form-holder form fieldset .options .option a:hover,
.giftcards .form-holder form fieldset .options .option .calendar-datepicker .datepickerMonths a:hover,
.calendar-datepicker .datepickerMonths .giftcards_view .form-holder form fieldset .options .option.active a,
.giftcards_view .form-holder form fieldset .options .option.active .calendar-datepicker .datepickerMonths a,
.calendar-datepicker .datepickerMonths .giftcards_view .form-holder form fieldset .options .option a:hover,
.giftcards_view .form-holder form fieldset .options .option .calendar-datepicker .datepickerMonths a:hover {
  width: 38px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
/* line 108, ../sass/_19_order_overview.scss */
.calendar-datepicker td.datepickerNotInMonth a, .calendar-datepicker td.datepickerNotInMonth .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .calendar-datepicker td.datepickerNotInMonth a, .calendar-datepicker td.datepickerNotInMonth .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .calendar-datepicker td.datepickerNotInMonth a:hover, .calendar-datepicker td.datepickerNotInMonth .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .calendar-datepicker td.datepickerNotInMonth a, .calendar-datepicker td.datepickerNotInMonth .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .calendar-datepicker td.datepickerNotInMonth a:hover {
  color: #666;
  background: #FFF;
}
/* line 112, ../sass/_19_order_overview.scss */
.calendar-datepicker tbody.datepickerDays td.datepickerSelected a, .calendar-datepicker tbody.datepickerDays td.datepickerSelected .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .calendar-datepicker tbody.datepickerDays td.datepickerSelected a, .calendar-datepicker tbody.datepickerDays td.datepickerSelected .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .calendar-datepicker tbody.datepickerDays td.datepickerSelected a:hover, .calendar-datepicker tbody.datepickerDays td.datepickerSelected .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .calendar-datepicker tbody.datepickerDays td.datepickerSelected a, .calendar-datepicker tbody.datepickerDays td.datepickerSelected .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .calendar-datepicker tbody.datepickerDays td.datepickerSelected a:hover {
  background: #45bbfc;
  color: #FFF !important;
}
/* line 116, ../sass/_19_order_overview.scss */
.calendar-datepicker tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected a, .calendar-datepicker tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .calendar-datepicker tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected a, .calendar-datepicker tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .calendar-datepicker tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected a:hover, .calendar-datepicker tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .calendar-datepicker tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected a, .calendar-datepicker tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .calendar-datepicker tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected a:hover {
  background: #45bbfc;
  color: #8e8e8e;
}
/* line 121, ../sass/_19_order_overview.scss */
.calendar-datepicker tbody.datepickerDays a:hover, .calendar-datepicker tbody.datepickerDays .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .calendar-datepicker tbody.datepickerDays a:hover, .calendar-datepicker tbody.datepickerDays .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .calendar-datepicker tbody.datepickerDays a:hover {
  cursor: pointer;
  background: #45bbfc;
  color: #FFF !important;
}
/* line 126, ../sass/_19_order_overview.scss */
.calendar-datepicker tbody.datepickerYears td.datepickerSelected,
.calendar-datepicker tbody.datepickerMonths td.datepickerSelected {
  background: #FFF;
}
/* line 130, ../sass/_19_order_overview.scss */
.calendar-datepicker div.datepicker a:hover, .calendar-datepicker div.datepicker .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .calendar-datepicker div.datepicker a:hover, .calendar-datepicker div.datepicker .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .calendar-datepicker div.datepicker a:hover {
  color: inherit;
}
/* line 133, ../sass/_19_order_overview.scss */
.calendar-datepicker div.datepicker tbody th {
  text-align: center;
}
/* line 136, ../sass/_19_order_overview.scss */
.calendar-datepicker .datepickerSpace div {
  width: 20px;
}
/* line 139, ../sass/_19_order_overview.scss */
.calendar-datepicker .datepickerGoPrev {
  height: 50px;
}
/* line 142, ../sass/_19_order_overview.scss */
.calendar-datepicker .datepickerGoNext a, .calendar-datepicker .datepickerGoNext .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .calendar-datepicker .datepickerGoNext a, .calendar-datepicker .datepickerGoNext .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .calendar-datepicker .datepickerGoNext a:hover, .calendar-datepicker .datepickerGoNext .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .calendar-datepicker .datepickerGoNext a, .calendar-datepicker .datepickerGoNext .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .calendar-datepicker .datepickerGoNext a:hover,
.calendar-datepicker .datepickerGoPrev a,
.calendar-datepicker .datepickerGoPrev .giftcards .form-holder form fieldset .options .option.active a,
.giftcards .form-holder form fieldset .options .option.active .calendar-datepicker .datepickerGoPrev a,
.calendar-datepicker .datepickerGoPrev .giftcards .form-holder form fieldset .options .option a:hover,
.giftcards .form-holder form fieldset .options .option .calendar-datepicker .datepickerGoPrev a:hover,
.calendar-datepicker .datepickerGoPrev .giftcards_view .form-holder form fieldset .options .option.active a,
.giftcards_view .form-holder form fieldset .options .option.active .calendar-datepicker .datepickerGoPrev a,
.calendar-datepicker .datepickerGoPrev .giftcards_view .form-holder form fieldset .options .option a:hover,
.giftcards_view .form-holder form fieldset .options .option .calendar-datepicker .datepickerGoPrev a:hover,
.calendar-datepicker .datepickerMonth a,
.calendar-datepicker .datepickerMonth .giftcards .form-holder form fieldset .options .option.active a,
.giftcards .form-holder form fieldset .options .option.active .calendar-datepicker .datepickerMonth a,
.calendar-datepicker .datepickerMonth .giftcards .form-holder form fieldset .options .option a:hover,
.giftcards .form-holder form fieldset .options .option .calendar-datepicker .datepickerMonth a:hover,
.calendar-datepicker .datepickerMonth .giftcards_view .form-holder form fieldset .options .option.active a,
.giftcards_view .form-holder form fieldset .options .option.active .calendar-datepicker .datepickerMonth a,
.calendar-datepicker .datepickerMonth .giftcards_view .form-holder form fieldset .options .option a:hover,
.giftcards_view .form-holder form fieldset .options .option .calendar-datepicker .datepickerMonth a:hover {
  height: 20px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
/* line 150, ../sass/_19_order_overview.scss */
.calendar-datepicker .datepickerGoNext a, .calendar-datepicker .datepickerGoNext .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .calendar-datepicker .datepickerGoNext a, .calendar-datepicker .datepickerGoNext .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .calendar-datepicker .datepickerGoNext a:hover, .calendar-datepicker .datepickerGoNext .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .calendar-datepicker .datepickerGoNext a, .calendar-datepicker .datepickerGoNext .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .calendar-datepicker .datepickerGoNext a:hover {
  float: right;
  width: 20px;
  color: #000 !important;
}
/* line 155, ../sass/_19_order_overview.scss */
.calendar-datepicker .datepickerGoPrev a, .calendar-datepicker .datepickerGoPrev .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .calendar-datepicker .datepickerGoPrev a, .calendar-datepicker .datepickerGoPrev .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .calendar-datepicker .datepickerGoPrev a:hover, .calendar-datepicker .datepickerGoPrev .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .calendar-datepicker .datepickerGoPrev a, .calendar-datepicker .datepickerGoPrev .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .calendar-datepicker .datepickerGoPrev a:hover {
  float: left;
  width: 20px;
  color: #000 !important;
}
/* line 160, ../sass/_19_order_overview.scss */
.calendar-datepicker .datepickerGoNext a:hover, .calendar-datepicker .datepickerGoNext .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .calendar-datepicker .datepickerGoNext a:hover, .calendar-datepicker .datepickerGoNext .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .calendar-datepicker .datepickerGoNext a:hover,
.calendar-datepicker .datepickerGoPrev a:hover,
.calendar-datepicker .datepickerGoPrev .giftcards .form-holder form fieldset .options .option a:hover,
.giftcards .form-holder form fieldset .options .option .calendar-datepicker .datepickerGoPrev a:hover,
.calendar-datepicker .datepickerGoPrev .giftcards_view .form-holder form fieldset .options .option a:hover,
.giftcards_view .form-holder form fieldset .options .option .calendar-datepicker .datepickerGoPrev a:hover {
  color: #000 !important;
}
/* line 164, ../sass/_19_order_overview.scss */
.calendar-datepicker .datepickerMonth a:hover, .calendar-datepicker .datepickerMonth .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .calendar-datepicker .datepickerMonth a:hover, .calendar-datepicker .datepickerMonth .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .calendar-datepicker .datepickerMonth a:hover {
  color: #000 !important;
}
/* line 167, ../sass/_19_order_overview.scss */
.calendar-datepicker tr.datepickerDoW {
  display: none;
}
/* line 171, ../sass/_19_order_overview.scss */
.calendar-datepicker table.datepickerViewDays tbody.datepickerMonths,
.calendar-datepicker table.datepickerViewDays tbody.datepickerYears {
  display: none;
}
/* line 175, ../sass/_19_order_overview.scss */
.calendar-datepicker table.datepickerViewMonths tbody.datepickerDays,
.calendar-datepicker table.datepickerViewMonths tbody.datepickerYears,
.calendar-datepicker table.datepickerViewMonths tr.datepickerDoW {
  display: none;
}
/* line 180, ../sass/_19_order_overview.scss */
.calendar-datepicker table.datepickerViewYears tbody.datepickerDays,
.calendar-datepicker table.datepickerViewYears tbody.datepickerMonths,
.calendar-datepicker table.datepickerViewYears tr.datepickerDoW {
  display: none;
}
/* line 185, ../sass/_19_order_overview.scss */
.calendar-datepicker td.datepickerDisabled a, .calendar-datepicker td.datepickerDisabled .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .calendar-datepicker td.datepickerDisabled a, .calendar-datepicker td.datepickerDisabled .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .calendar-datepicker td.datepickerDisabled a:hover, .calendar-datepicker td.datepickerDisabled .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .calendar-datepicker td.datepickerDisabled a, .calendar-datepicker td.datepickerDisabled .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .calendar-datepicker td.datepickerDisabled a:hover,
.calendar-datepicker td.datepickerDisabled.datepickerNotInMonth a,
.calendar-datepicker td.datepickerDisabled.datepickerNotInMonth .giftcards .form-holder form fieldset .options .option.active a,
.giftcards .form-holder form fieldset .options .option.active .calendar-datepicker td.datepickerDisabled.datepickerNotInMonth a,
.calendar-datepicker td.datepickerDisabled.datepickerNotInMonth .giftcards .form-holder form fieldset .options .option a:hover,
.giftcards .form-holder form fieldset .options .option .calendar-datepicker td.datepickerDisabled.datepickerNotInMonth a:hover,
.calendar-datepicker td.datepickerDisabled.datepickerNotInMonth .giftcards_view .form-holder form fieldset .options .option.active a,
.giftcards_view .form-holder form fieldset .options .option.active .calendar-datepicker td.datepickerDisabled.datepickerNotInMonth a,
.calendar-datepicker td.datepickerDisabled.datepickerNotInMonth .giftcards_view .form-holder form fieldset .options .option a:hover,
.giftcards_view .form-holder form fieldset .options .option .calendar-datepicker td.datepickerDisabled.datepickerNotInMonth a:hover {
  color: #c3c3c3;
}
/* line 189, ../sass/_19_order_overview.scss */
.calendar-datepicker td.datepickerDisabled a:hover, .calendar-datepicker td.datepickerDisabled .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .calendar-datepicker td.datepickerDisabled a:hover, .calendar-datepicker td.datepickerDisabled .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .calendar-datepicker td.datepickerDisabled a:hover {
  color: #c3c3c3;
}
/* line 192, ../sass/_19_order_overview.scss */
.calendar-datepicker td.datepickerSpecial a, .calendar-datepicker td.datepickerSpecial .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .calendar-datepicker td.datepickerSpecial a, .calendar-datepicker td.datepickerSpecial .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .calendar-datepicker td.datepickerSpecial a:hover, .calendar-datepicker td.datepickerSpecial .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .calendar-datepicker td.datepickerSpecial a, .calendar-datepicker td.datepickerSpecial .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .calendar-datepicker td.datepickerSpecial a:hover {
  background: #700;
}
/* line 195, ../sass/_19_order_overview.scss */
.calendar-datepicker td.datepickerSpecial.datepickerSelected a, .calendar-datepicker td.datepickerSpecial.datepickerSelected .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .calendar-datepicker td.datepickerSpecial.datepickerSelected a, .calendar-datepicker td.datepickerSpecial.datepickerSelected .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .calendar-datepicker td.datepickerSpecial.datepickerSelected a:hover, .calendar-datepicker td.datepickerSpecial.datepickerSelected .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .calendar-datepicker td.datepickerSpecial.datepickerSelected a, .calendar-datepicker td.datepickerSpecial.datepickerSelected .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .calendar-datepicker td.datepickerSpecial.datepickerSelected a:hover {
  background: #a00;
}
/* line 199, ../sass/_19_order_overview.scss */
.calendar-datepicker .datepickerViewDays thead tr:first-child {
  height: 27px;
  vertical-align: top;
}
/* line 203, ../sass/_19_order_overview.scss */
.calendar-datepicker .calendar-datepicker {
  position: relative;
  height: 370px;
  top: -39px;
}
/* line 208, ../sass/_19_order_overview.scss */
.calendar-datepicker .datepicker {
  width: 100% !important;
}
/* line 212, ../sass/_19_order_overview.scss */
.calendar-datepicker tr.datepickerDoW {
  display: table-row;
  color: #7d8091;
  font-size: 16px;
}
/* line 219, ../sass/_19_order_overview.scss */
.calendar-datepicker .datepickerNotInMonth {
  visibility: hidden;
}
/* line 223, ../sass/_19_order_overview.scss */
.calendar-datepicker .datepickerContainer {
  width: 100% !important;
}
/* line 226, ../sass/_19_order_overview.scss */
.calendar-datepicker .datepickerContainer table {
  width: 100%;
}
/* line 231, ../sass/_19_order_overview.scss */
.calendar-datepicker .launch header {
  display: none !important;
}
/* line 237, ../sass/_19_order_overview.scss */
.calendar-datepicker .launch .highlight .content .content-center {
  position: relative;
}
/* line 240, ../sass/_19_order_overview.scss */
.calendar-datepicker .launch .highlight .content .content-center h1 {
  display: none;
  position: absolute;
  top: 30px;
  left: 30px;
}
/* line 245, ../sass/_19_order_overview.scss */
.calendar-datepicker .launch .highlight .content .content-center h2 {
  margin: 0 0 20px;
  text-align: center;
  color: #000;
  line-height: 1.3;
}
/* line 251, ../sass/_19_order_overview.scss */
.calendar-datepicker .launch .highlight .content .content-center h2 span {
  display: inline;
  background: #FFF;
  padding: 10px;
  color: #000;
}
/* line 260, ../sass/_19_order_overview.scss */
.calendar-datepicker .launch .highlight .content .content-center h3 {
  background: #000;
  width: 70%;
  margin: 0 auto 30px;
  padding: 20px;
  font-weight: lighter;
  line-height: 1.8;
}
/* line 270, ../sass/_19_order_overview.scss */
.calendar-datepicker .launch .highlight .content .content-center .promo {
  margin-bottom: 80px;
}
/* line 274, ../sass/_19_order_overview.scss */
.calendar-datepicker .launch .highlight .content .content-center a.go-down {
  position: absolute;
  z-index: 100;
  bottom: 20px;
  left: 50%;
  width: 115px;
  height: 56px;
  margin-left: -57.5px;
  cursor: pointer;
}
/* line 282, ../sass/_19_order_overview.scss */
.calendar-datepicker .launch .highlight .content .content-center a.go-down:hover {
  text-decoration: none;
}
/* line 286, ../sass/_19_order_overview.scss */
.calendar-datepicker .launch .highlight .content .content-center a.go-down span {
  display: block;
  color: #000;
}
/* line 290, ../sass/_19_order_overview.scss */
.calendar-datepicker .launch .highlight .content .content-center a.go-down i {
  display: block;
  margin: 10px auto 0;
}
/* line 298, ../sass/_19_order_overview.scss */
.calendar-datepicker .launch .content-highlight {
  z-index: 2;
}
/* line 302, ../sass/_19_order_overview.scss */
.calendar-datepicker .launch .content-highlight .content .content-center h4 {
  color: #83d3ff;
  font-size: 20px;
  margin-bottom: 30px;
}
/* line 308, ../sass/_19_order_overview.scss */
.calendar-datepicker .launch .content-highlight .content .content-center h3 {
  font-size: 54px;
  color: #FFF;
}
/* line 313, ../sass/_19_order_overview.scss */
.calendar-datepicker .launch .content-highlight .content .content-center p {
  color: #FFF;
  margin: 30px 0;
}
/* line 318, ../sass/_19_order_overview.scss */
.calendar-datepicker .launch .content-highlight .content .content-center h2 {
  text-indent: -4px;
  text-align: left;
  color: #FFF;
}
/* line 324, ../sass/_19_order_overview.scss */
.calendar-datepicker .launch .content-highlight .content .content-center a.gray {
  color: #7d8091;
}
/* line 327, ../sass/_19_order_overview.scss */
.calendar-datepicker .launch .content-highlight .content .content-center a.gray:hover {
  color: #83d3ff;
}
/* line 333, ../sass/_19_order_overview.scss */
.calendar-datepicker .launch .content-highlight .content .content-center label {
  color: #FFF;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 20px;
}
/* line 342, ../sass/_19_order_overview.scss */
.calendar-datepicker .launch .schedule {
  z-index: 3;
}
/* line 345, ../sass/_19_order_overview.scss */
.calendar-datepicker .launch .background-fix {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  padding-top: 119px;
}
/* line 350, ../sass/_19_order_overview.scss */
.calendar-datepicker .launch .background-fix > div {
  height: 100%;
  background: #FFF;
}

/* line 3, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .highlight .change-page {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: none;
  margin-top: -46px;
}
/* line 11, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .highlight .change-page i {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -4px;
  transition: left 100ms ease, right 100ms ease;
}
/* line 21, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .highlight .change-page.prev {
  left: 0;
}
/* line 24, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .highlight .change-page.prev i {
  left: 50%;
  margin-left: -14px;
}
/* line 31, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .highlight .change-page.prev:hover i {
  left: 35%;
}
/* line 36, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .highlight .change-page.next {
  right: 0;
}
/* line 39, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .highlight .change-page.next i {
  right: 50%;
  margin-right: -14px;
}
/* line 46, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .highlight .change-page.next:hover i {
  right: 35%;
}
@media only screen and (max-width: 1100px) {
  /* line 3, ../sass/_20_corporate_transportation.scss */
  .corporate-transportation .highlight .change-page {
    display: none;
  }
}
/* line 60, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .highlight .symbol img {
  margin-top: 110px;
}
@media only screen and (min-width: 768px) {
  /* line 60, ../sass/_20_corporate_transportation.scss */
  .corporate-transportation .highlight .symbol img {
    margin-top: 0;
  }
}
/* line 70, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .highlight .content-center {
  padding: 110px 0 20px;
}
@media only screen and (max-width: 767px) {
  /* line 70, ../sass/_20_corporate_transportation.scss */
  .corporate-transportation .highlight .content-center {
    padding-top: 90px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 79, ../sass/_20_corporate_transportation.scss */
  .corporate-transportation .highlight .content-center p.sm-text-center {
    text-align: center;
  }
}
/* line 86, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .highlight .content-center .btn {
  margin-top: 10px;
}
/* line 91, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .highlight h1 {
  font-size: 35px;
}
@media only screen and (max-width: 991px) {
  /* line 91, ../sass/_20_corporate_transportation.scss */
  .corporate-transportation .highlight h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 91, ../sass/_20_corporate_transportation.scss */
  .corporate-transportation .highlight h1 {
    font-size: 22px;
  }
}
/* line 104, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .services-description {
  padding: 30px 0;
  background: #FFF;
}
@media only screen and (max-width: 991px) {
  /* line 104, ../sass/_20_corporate_transportation.scss */
  .corporate-transportation .services-description {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 114, ../sass/_20_corporate_transportation.scss */
  .corporate-transportation .services-description .xs-text-center {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  /* line 120, ../sass/_20_corporate_transportation.scss */
  .corporate-transportation .services-description h3, .corporate-transportation .services-description .h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 126, ../sass/_20_corporate_transportation.scss */
  .corporate-transportation .services-description h4, .corporate-transportation .services-description .h4 {
    font-size: 16px;
    line-height: 1.4;
  }
}
/* line 133, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .services-description .small-intro {
  margin-top: 0px;
  margin-bottom: 30px;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 133, ../sass/_20_corporate_transportation.scss */
  .corporate-transportation .services-description .small-intro {
    margin-top: 20px;
  }
}
/* line 142, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .services-description .small-intro h2 {
  margin-top: 0;
  color: #888;
}
/* line 148, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .services-description .small-intro a:not(.btn), .corporate-transportation .services-description .small-intro .giftcards .form-holder form fieldset .options .option.active a:not(.btn), .giftcards .form-holder form fieldset .options .option.active .corporate-transportation .services-description .small-intro a:not(.btn), .corporate-transportation .services-description .small-intro .giftcards .form-holder form fieldset .options .option a:not(.btn):hover, .giftcards .form-holder form fieldset .options .option .corporate-transportation .services-description .small-intro a:not(.btn):hover, .corporate-transportation .services-description .small-intro .giftcards_view .form-holder form fieldset .options .option.active a:not(.btn), .giftcards_view .form-holder form fieldset .options .option.active .corporate-transportation .services-description .small-intro a:not(.btn), .corporate-transportation .services-description .small-intro .giftcards_view .form-holder form fieldset .options .option a:not(.btn):hover, .giftcards_view .form-holder form fieldset .options .option .corporate-transportation .services-description .small-intro a:not(.btn):hover {
  border-bottom: 3px solid #000;
  transition: color 150ms ease, border 150ms ease;
  text-decoration: none;
}
/* line 154, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .services-description .small-intro a:not(.btn):hover, .corporate-transportation .services-description .small-intro .giftcards .form-holder form fieldset .options .option a:not(.btn):hover, .giftcards .form-holder form fieldset .options .option .corporate-transportation .services-description .small-intro a:not(.btn):hover, .corporate-transportation .services-description .small-intro .giftcards_view .form-holder form fieldset .options .option a:not(.btn):hover, .giftcards_view .form-holder form fieldset .options .option .corporate-transportation .services-description .small-intro a:not(.btn):hover {
  color: #83d3ff;
  border-bottom: 3px solid #83d3ff;
}
/* line 161, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .services-description .intro {
  margin-bottom: 60px;
}
/* line 164, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .services-description .intro p {
  text-align: center;
  font-size: 30px;
}
/* line 170, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .services-description .service {
  margin-bottom: 20px;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 170, ../sass/_20_corporate_transportation.scss */
  .corporate-transportation .services-description .service {
    max-width: 330px;
    margin: 0 auto 20px;
  }
}
/* line 179, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .services-description .service .service-top {
  display: flex;
  height: 60px;
  padding: 0 15px;
  background: #000;
  color: #FFF;
}
/* line 188, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .services-description .service .service-top h3 {
  display: flex;
  margin: auto;
  justify-content: center;
  align-content: center;
  font-size: 16px;
  font-weight: normal;
  font-family: "Montserrat";
  text-align: center;
}
/* line 202, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .services-description .service .service-content {
  display: flex;
  min-height: 280px;
  padding: 15px;
  -webkit-flex-direction: column;
  flex-direction: column;
  border: 1px solid #ccc;
  border-top: 0;
  /* Large Devices */
  /* Small Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 202, ../sass/_20_corporate_transportation.scss */
  .corporate-transportation .services-description .service .service-content {
    min-height: 310px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 202, ../sass/_20_corporate_transportation.scss */
  .corporate-transportation .services-description .service .service-content {
    min-height: inherit;
  }
}
/* line 225, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .services-description .service .symbol {
  margin-bottom: 20px;
  text-align: center;
}
/* line 230, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .services-description .service .symbol img {
  height: 60px;
}
/* line 235, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .services-description .service span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  background: #fff;
}
/* line 247, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .services-description .service p {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  color: #7d8091;
  font-size: 13px;
}
/* line 256, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .services-description .service .buttons {
  margin-top: 15px;
}
/* line 259, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .services-description .service .buttons .btn {
  padding: 10px 20px;
  border-radius: 0;
  border: 2px solid #000;
  font-size: 12px;
}
/* line 271, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .content-highlight {
  font-size: 24px;
  color: #fff;
}
/* line 276, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .content-highlight p {
  text-align: left;
}
@media only screen and (max-width: 480px) {
  /* line 276, ../sass/_20_corporate_transportation.scss */
  .corporate-transportation .content-highlight p {
    font-size: 18px;
    text-align: center;
  }
}
/* line 284, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .content-highlight .underline, .corporate-transportation .content-highlight .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .corporate-transportation .content-highlight a, .corporate-transportation .content-highlight .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .corporate-transportation .content-highlight a:hover, .corporate-transportation .content-highlight .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .corporate-transportation .content-highlight a, .corporate-transportation .content-highlight .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .corporate-transportation .content-highlight a:hover {
  color: #fff;
  border-color: #fff;
}
/* line 289, ../sass/_20_corporate_transportation.scss */
.corporate-transportation .content-highlight .underline:hover, .corporate-transportation .content-highlight .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .corporate-transportation .content-highlight a:hover, .corporate-transportation .content-highlight .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .corporate-transportation .content-highlight a:hover {
  color: #83d3ff;
  border-color: #83d3ff;
}

/* line 2, ../sass/_21_dui.scss */
.dui101 .legal {
  padding: 100px 0;
  /* Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 2, ../sass/_21_dui.scss */
  .dui101 .legal {
    padding: 25px 0;
  }
}
/* line 10, ../sass/_21_dui.scss */
.dui101 .legal h2 {
  margin-bottom: 70px;
  /* Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 10, ../sass/_21_dui.scss */
  .dui101 .legal h2 {
    margin-bottom: 15px;
  }
}
/* line 19, ../sass/_21_dui.scss */
.dui101 .legal p {
  color: #7d8091;
}
/* line 23, ../sass/_21_dui.scss */
.dui101 .legal ul {
  background: #000;
  border-radius: 10px;
  margin: 10px 0 0;
  padding: 30px 40px 30px 50px;
}
/* line 30, ../sass/_21_dui.scss */
.dui101 .legal ul li {
  margin: 10px 0 0;
  color: #FFF;
}
/* line 34, ../sass/_21_dui.scss */
.dui101 .legal ul li:first-child {
  margin-top: 0;
}
/* line 44, ../sass/_21_dui.scss */
.dui101 .highlight p a, .dui101 .highlight p .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .dui101 .highlight p a, .dui101 .highlight p .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .dui101 .highlight p a:hover, .dui101 .highlight p .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .dui101 .highlight p a, .dui101 .highlight p .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .dui101 .highlight p a:hover {
  color: #45bbfc;
}
/* line 53, ../sass/_21_dui.scss */
.dui101 .content-highlight h2 {
  padding: 40px 0;
  color: #FFF;
}
/* line 59, ../sass/_21_dui.scss */
.dui101 .dui-content {
  padding: 80px 0;
  /* Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 59, ../sass/_21_dui.scss */
  .dui101 .dui-content {
    padding: 20px 0;
  }
}
/* line 67, ../sass/_21_dui.scss */
.dui101 .dui-content.gray {
  background: #f4f4f4;
}
/* line 71, ../sass/_21_dui.scss */
.dui101 .dui-content p {
  color: #7d8091;
}
/* line 74, ../sass/_21_dui.scss */
.dui101 .dui-content p .underline, .dui101 .dui-content p .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .dui101 .dui-content p a, .dui101 .dui-content p .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .dui101 .dui-content p a:hover, .dui101 .dui-content p .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .dui101 .dui-content p a, .dui101 .dui-content p .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .dui101 .dui-content p a:hover {
  color: #000;
}
/* line 78, ../sass/_21_dui.scss */
.dui101 .dui-content p a.underline:hover, .dui101 .dui-content p .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .dui101 .dui-content p a:hover, .dui101 .dui-content p .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .dui101 .dui-content p a:hover {
  color: #83d3ff;
}
/* line 84, ../sass/_21_dui.scss */
.dui101 .other-resources {
  padding: 80px 0;
  /* Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 84, ../sass/_21_dui.scss */
  .dui101 .other-resources {
    padding: 20px 0;
  }
}
/* line 92, ../sass/_21_dui.scss */
.dui101 .other-resources h4 {
  margin: 0 0 20px;
  color: #3a3a3c;
}
/* line 97, ../sass/_21_dui.scss */
.dui101 .other-resources article {
  margin-top: 15px;
  /* Small Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 768px) {
  /* line 97, ../sass/_21_dui.scss */
  .dui101 .other-resources article {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 97, ../sass/_21_dui.scss */
  .dui101 .other-resources article {
    margin-top: 45px;
  }
}
/* line 109, ../sass/_21_dui.scss */
.dui101 .other-resources article h5 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  /* Small Devices */
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 479px) {
  /* line 109, ../sass/_21_dui.scss */
  .dui101 .other-resources article h5 {
    margin-top: 20px;
  }
}
/* line 122, ../sass/_21_dui.scss */
.dui101 .other-resources article p {
  color: #7d8091;
  line-height: 1.6;
}
/* line 127, ../sass/_21_dui.scss */
.dui101 .other-resources article > a, .dui101 .other-resources .giftcards .form-holder form fieldset .options .option.active article > a, .giftcards .form-holder form fieldset .options .option.active .dui101 .other-resources article > a, .dui101 .other-resources .giftcards .form-holder form fieldset .options .option article > a:hover, .giftcards .form-holder form fieldset .options .option .dui101 .other-resources article > a:hover, .dui101 .other-resources .giftcards_view .form-holder form fieldset .options .option.active article > a, .giftcards_view .form-holder form fieldset .options .option.active .dui101 .other-resources article > a, .dui101 .other-resources .giftcards_view .form-holder form fieldset .options .option article > a:hover, .giftcards_view .form-holder form fieldset .options .option .dui101 .other-resources article > a:hover, .dui101 .other-resources article > div > a, .dui101 .other-resources .giftcards .form-holder form fieldset .options .option.active article > div > a, .giftcards .form-holder form fieldset .options .option.active .dui101 .other-resources article > div > a, .dui101 .other-resources .giftcards .form-holder form fieldset .options .option article > div > a:hover, .giftcards .form-holder form fieldset .options .option .dui101 .other-resources article > div > a:hover, .dui101 .other-resources .giftcards_view .form-holder form fieldset .options .option.active article > div > a, .giftcards_view .form-holder form fieldset .options .option.active .dui101 .other-resources article > div > a, .dui101 .other-resources .giftcards_view .form-holder form fieldset .options .option article > div > a:hover, .giftcards_view .form-holder form fieldset .options .option .dui101 .other-resources article > div > a:hover {
  color: #45bbfc;
  text-decoration: underline;
}

/* line 3, ../sass/_22_giftcards.scss */
.giftcards .highlight .content-center, .giftcards_view .highlight .content-center {
  padding-bottom: 0;
}
/* line 7, ../sass/_22_giftcards.scss */
.giftcards .form-holder, .giftcards_view .form-holder {
  padding: 40px 0 0;
}
/* line 10, ../sass/_22_giftcards.scss */
.giftcards .form-holder h2, .giftcards_view .form-holder h2 {
  font-size: 30px;
}
/* line 14, ../sass/_22_giftcards.scss */
.giftcards .form-holder p, .giftcards_view .form-holder p {
  margin: 40px 0 0;
  font-size: 19px;
}
/* line 19, ../sass/_22_giftcards.scss */
.giftcards .form-holder form, .giftcards_view .form-holder form {
  margin: 60px 0 0;
  background: #f4f4f4;
  /* Small Devices */
}
@media only screen and (min-width: 768px) {
  /* line 19, ../sass/_22_giftcards.scss */
  .giftcards .form-holder form, .giftcards_view .form-holder form {
    margin: 60px 0 0;
  }
}
/* line 28, ../sass/_22_giftcards.scss */
.giftcards .form-holder form input.amount, .giftcards_view .form-holder form input.amount {
  display: block;
  width: 80%;
  height: 70px;
  margin: -35px auto 0;
  border-radius: 7px;
  background: #000;
  border: 1px solid #000;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  font-size: 16px;
  /* Custom, iPhone Retina */
  /* Extra Small Devices */
  /* Small Devices */
  /* Medium Devices / Desktops */
  /* Large Devices */
}
@media only screen and (min-width: 768px) {
  /* line 28, ../sass/_22_giftcards.scss */
  .giftcards .form-holder form input.amount, .giftcards_view .form-holder form input.amount {
    width: 430px;
    height: 90px;
    margin: -45px auto 0;
    border-radius: 12px;
  }
}
/* line 69, ../sass/_22_giftcards.scss */
.giftcards .form-holder form input.amount::-webkit-input-placeholder, .giftcards_view .form-holder form input.amount::-webkit-input-placeholder {
  color: #FFF;
}
/* line 74, ../sass/_22_giftcards.scss */
.giftcards .form-holder form input.amount:-moz-placeholder, .giftcards_view .form-holder form input.amount:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
  opacity: 1;
}
/* line 79, ../sass/_22_giftcards.scss */
.giftcards .form-holder form input.amount::-moz-placeholder, .giftcards_view .form-holder form input.amount::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
  opacity: 1;
}
/* line 84, ../sass/_22_giftcards.scss */
.giftcards .form-holder form input.amount:-ms-input-placeholder, .giftcards_view .form-holder form input.amount:-ms-input-placeholder {
  color: #FFF;
  opacity: 1;
}
/* line 90, ../sass/_22_giftcards.scss */
.giftcards .form-holder form fieldset, .giftcards_view .form-holder form fieldset {
  display: block;
}
/* line 93, ../sass/_22_giftcards.scss */
.giftcards .form-holder form fieldset:first-child, .giftcards .form-holder form fieldset:first-of-type, .giftcards_view .form-holder form fieldset:first-child, .giftcards_view .form-holder form fieldset:first-of-type {
  margin: 50px 0 0;
}
/* line 97, ../sass/_22_giftcards.scss */
.giftcards .form-holder form fieldset label, .giftcards_view .form-holder form fieldset label {
  display: block;
  text-align: center;
}
/* line 101, ../sass/_22_giftcards.scss */
.giftcards .form-holder form fieldset label hr, .giftcards_view .form-holder form fieldset label hr {
  margin-top: -15px;
  border-top: 1px solid #000;
}
/* line 105, ../sass/_22_giftcards.scss */
.giftcards .form-holder form fieldset label span, .giftcards_view .form-holder form fieldset label span {
  display: inline-block;
  padding: 0 15px;
  background: #f4f4f4;
  color: #83d3ff;
  font-size: 18px;
  text-transform: uppercase;
}
/* line 115, ../sass/_22_giftcards.scss */
.giftcards .form-holder form fieldset .options, .giftcards_view .form-holder form fieldset .options {
  margin: 40px 0;
  text-align: center;
  /* Extra Small Devices */
}
@media only screen and (min-width: 480px) {
  /* line 115, ../sass/_22_giftcards.scss */
  .giftcards .form-holder form fieldset .options, .giftcards_view .form-holder form fieldset .options {
    margin: 40px 0 60px;
  }
}
/* line 124, ../sass/_22_giftcards.scss */
.giftcards .form-holder form fieldset .options .option, .giftcards_view .form-holder form fieldset .options .option {
  display: block;
  margin: 15px 0 0;
  /* Extra Small Devices */
}
@media only screen and (min-width: 480px) {
  /* line 124, ../sass/_22_giftcards.scss */
  .giftcards .form-holder form fieldset .options .option, .giftcards_view .form-holder form fieldset .options .option {
    display: inline-block;
    margin: 0 0 0 40px;
  }
}
/* line 134, ../sass/_22_giftcards.scss */
.giftcards .form-holder form fieldset .options .option:first-child, .giftcards_view .form-holder form fieldset .options .option:first-child {
  margin-left: 0;
}
/* line 138, ../sass/_22_giftcards.scss */
.giftcards .form-holder form fieldset .options .option a, .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option a, .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option a:hover {
  padding: 5px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 146, ../sass/_22_giftcards.scss */
.giftcards .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option a:hover {
  border-bottom-color: #000;
}
/* line 150, ../sass/_22_giftcards.scss */
.giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option a:hover {
  text-decoration: none;
}
/* line 157, ../sass/_22_giftcards.scss */
.giftcards .form-holder form fieldset textarea, .giftcards_view .form-holder form fieldset textarea {
  display: block;
  width: 100%;
  height: 150px;
  margin: 50px 0;
  padding: 20px;
  border: 1px solid #FFF;
  border-radius: 10px;
}
/* line 164, ../sass/_22_giftcards.scss */
.giftcards .form-holder form fieldset textarea:focus, .giftcards_view .form-holder form fieldset textarea:focus {
  outline: 0;
}
/* line 169, ../sass/_22_giftcards.scss */
.giftcards .form-holder form .btns, .giftcards_view .form-holder form .btns {
  text-align: center;
}
/* line 176, ../sass/_22_giftcards.scss */
.giftcards .shipping-address-fields > .row, .giftcards_view .shipping-address-fields > .row {
  margin-top: 10px;
}

/* line 182, ../sass/_22_giftcards.scss */
.giftcards_view .form-holder p {
  margin: 30px 0 0;
  color: #7d8091;
  text-align: center;
  font-size: 12px;
  /* Small Devices */
}
@media only screen and (min-width: 768px) {
  /* line 182, ../sass/_22_giftcards.scss */
  .giftcards_view .form-holder p {
    margin: 70px 0 0;
  }
}
/* line 193, ../sass/_22_giftcards.scss */
.giftcards_view table {
  margin: 30px 0 0;
  /* Small Devices */
}
@media only screen and (min-width: 768px) {
  /* line 193, ../sass/_22_giftcards.scss */
  .giftcards_view table {
    margin: 70px 0 0;
  }
}
/* line 201, ../sass/_22_giftcards.scss */
.giftcards_view table td {
  text-align: center;
  text-transform: uppercase;
  /* <- Extra Small Devices */
}
@media only screen and (max-width: 480px) {
  /* line 201, ../sass/_22_giftcards.scss */
  .giftcards_view table td {
    font-size: 10px;
  }
}
/* line 210, ../sass/_22_giftcards.scss */
.giftcards_view table td .btn {
  /* <- Extra Small Devices */
}
@media only screen and (max-width: 480px) {
  /* line 210, ../sass/_22_giftcards.scss */
  .giftcards_view table td .btn {
    font-size: 10px;
    padding-top: 4px;
    padding-bottom: 3px;
  }
}
/* line 221, ../sass/_22_giftcards.scss */
.giftcards_view table thead td {
  color: #45bbfc;
}
/* line 226, ../sass/_22_giftcards.scss */
.giftcards_view table .btn {
  display: block;
  margin: -3px 0;
  padding-top: 3px;
  padding-bottom: 3px;
  /* Large Devices */
}
@media only screen and (min-width: 1200px) {
  /* line 226, ../sass/_22_giftcards.scss */
  .giftcards_view table .btn {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 240, ../sass/_22_giftcards.scss */
.giftcards_view .btns {
  padding: 10px 0 30px;
  /* Extra Small Devices */
  /* Small Devices */
}
/* line 243, ../sass/_22_giftcards.scss */
.giftcards_view .btns .left {
  margin-bottom: 40px;
}
/* line 247, ../sass/_22_giftcards.scss */
.giftcards_view .btns .right {
  width: 85%;
  margin: auto;
}
/* line 251, ../sass/_22_giftcards.scss */
.giftcards_view .btns .right a, .giftcards .form-holder form fieldset .options .option.active .giftcards_view .btns .right a, .giftcards .form-holder form fieldset .options .option .giftcards_view .btns .right a:hover, .giftcards_view .btns .right .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .btns .right a, .giftcards_view .btns .right .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .btns .right a:hover {
  margin-bottom: 15px;
}
@media only screen and (min-width: 480px) {
  /* line 240, ../sass/_22_giftcards.scss */
  .giftcards_view .btns {
    width: auto;
    margin: inherit;
  }
  /* line 262, ../sass/_22_giftcards.scss */
  .giftcards_view .btns .right a:first-child, .giftcards .form-holder form fieldset .options .option.active .giftcards_view .btns .right a:first-child, .giftcards .form-holder form fieldset .options .option .giftcards_view .btns .right a:first-child:hover, .giftcards_view .btns .right .form-holder form fieldset .options .option.active a:first-child, .giftcards_view .form-holder form fieldset .options .option.active .btns .right a:first-child, .giftcards_view .btns .right .form-holder form fieldset .options .option a:first-child:hover, .giftcards_view .form-holder form fieldset .options .option .btns .right a:first-child:hover {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 240, ../sass/_22_giftcards.scss */
  .giftcards_view .btns {
    padding: 0 0 50px;
  }
  /* line 271, ../sass/_22_giftcards.scss */
  .giftcards_view .btns .left {
    float: left;
  }
  /* line 274, ../sass/_22_giftcards.scss */
  .giftcards_view .btns .right {
    float: right;
    width: auto;
    margin: inherit;
  }
  /* line 279, ../sass/_22_giftcards.scss */
  .giftcards_view .btns .right a, .giftcards .form-holder form fieldset .options .option.active .giftcards_view .btns .right a, .giftcards .form-holder form fieldset .options .option .giftcards_view .btns .right a:hover, .giftcards_view .btns .right .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .btns .right a, .giftcards_view .btns .right .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .btns .right a:hover {
    margin-bottom: 0;
  }
  /* line 283, ../sass/_22_giftcards.scss */
  .giftcards_view .btns .right a:first-child, .giftcards .form-holder form fieldset .options .option.active .giftcards_view .btns .right a:first-child, .giftcards .form-holder form fieldset .options .option .giftcards_view .btns .right a:first-child:hover, .giftcards_view .btns .right .form-holder form fieldset .options .option.active a:first-child, .giftcards_view .form-holder form fieldset .options .option.active .btns .right a:first-child, .giftcards_view .btns .right .form-holder form fieldset .options .option a:first-child:hover, .giftcards_view .form-holder form fieldset .options .option .btns .right a:first-child:hover {
    margin-right: 0;
  }
}
/* line 291, ../sass/_22_giftcards.scss */
.giftcards_view .totals {
  margin: 25px 0;
  /* Small Devices */
}
@media only screen and (min-width: 768px) {
  /* line 291, ../sass/_22_giftcards.scss */
  .giftcards_view .totals {
    margin: 50px 0;
  }
}
/* line 299, ../sass/_22_giftcards.scss */
.giftcards_view .totals .right {
  float: none;
  /* Small Devices */
}
@media only screen and (min-width: 768px) {
  /* line 299, ../sass/_22_giftcards.scss */
  .giftcards_view .totals .right {
    float: right;
  }
}
/* line 308, ../sass/_22_giftcards.scss */
.giftcards_view .totals p {
  margin: 0;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  /* Small Devices */
}
/* line 318, ../sass/_22_giftcards.scss */
.giftcards_view .totals p b {
  margin-right: 10px;
  /* Small Devices */
}
@media only screen and (min-width: 768px) {
  /* line 318, ../sass/_22_giftcards.scss */
  .giftcards_view .totals p b {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 308, ../sass/_22_giftcards.scss */
  .giftcards_view .totals p {
    text-align: left;
  }
}

/* line 2, ../sass/_23_registration.scss */
.customer-registration .highlight .content .content-center, .driver-registration .highlight .content .content-center, .background-check-approval .highlight .content .content-center, .password-change .highlight .content .content-center {
  padding-top: 105px;
  padding-bottom: 20px;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 2, ../sass/_23_registration.scss */
  .customer-registration .highlight .content .content-center, .driver-registration .highlight .content .content-center, .background-check-approval .highlight .content .content-center, .password-change .highlight .content .content-center {
    padding-bottom: 15px;
    padding-top: 80px;
  }
}
/* line 13, ../sass/_23_registration.scss */
.customer-registration .highlight .content .content-center h1, .driver-registration .highlight .content .content-center h1, .background-check-approval .highlight .content .content-center h1, .password-change .highlight .content .content-center h1 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}
/* line 23, ../sass/_23_registration.scss */
.customer-registration .questions, .driver-registration .questions, .background-check-approval .questions, .password-change .questions {
  margin-bottom: -20px;
}
/* line 26, ../sass/_23_registration.scss */
.customer-registration .questions .question, .driver-registration .questions .question, .background-check-approval .questions .question, .password-change .questions .question {
  padding: 15px;
  margin-bottom: 30px;
  background: #f4f4f4;
  /* Small Devices */
}
/* line 32, ../sass/_23_registration.scss */
.customer-registration .questions .question.error, .driver-registration .questions .question.error, .background-check-approval .questions .question.error, .password-change .questions .question.error {
  outline: 1px solid #F44336;
}
@media only screen and (max-width: 767px) {
  /* line 26, ../sass/_23_registration.scss */
  .customer-registration .questions .question, .driver-registration .questions .question, .background-check-approval .questions .question, .password-change .questions .question {
    margin-bottom: 20px;
  }
}
/* line 41, ../sass/_23_registration.scss */
.customer-registration .questions .question label:after, .driver-registration .questions .question label:after, .background-check-approval .questions .question label:after, .password-change .questions .question label:after {
  content: '';
}
/* line 45, ../sass/_23_registration.scss */
.customer-registration .questions .question > label, .driver-registration .questions .question > label, .background-check-approval .questions .question > label, .password-change .questions .question > label {
  position: static;
  top: inherit;
  min-height: 37px;
  text-align: center;
  /* Small Devices */
  transform: none;
  text-indent: 0px;
  font-size: 13px;
  cursor: default;
}
@media only screen and (max-width: 767px) {
  /* line 45, ../sass/_23_registration.scss */
  .customer-registration .questions .question > label, .driver-registration .questions .question > label, .background-check-approval .questions .question > label, .password-change .questions .question > label {
    min-height: auto;
  }
}
/* line 64, ../sass/_23_registration.scss */
.customer-registration .questions .question .radio_list, .driver-registration .questions .question .radio_list, .background-check-approval .questions .question .radio_list, .password-change .questions .question .radio_list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
/* line 71, ../sass/_23_registration.scss */
.customer-registration .questions .question .radio_list li, .driver-registration .questions .question .radio_list li, .background-check-approval .questions .question .radio_list li, .password-change .questions .question .radio_list li {
  position: relative;
  display: inline-block;
  margin-left: 15px;
}
/* line 77, ../sass/_23_registration.scss */
.customer-registration .questions .question .radio_list li:first-child, .driver-registration .questions .question .radio_list li:first-child, .background-check-approval .questions .question .radio_list li:first-child, .password-change .questions .question .radio_list li:first-child {
  margin-left: 0;
}
/* line 81, ../sass/_23_registration.scss */
.customer-registration .questions .question .radio_list li label, .driver-registration .questions .question .radio_list li label, .background-check-approval .questions .question .radio_list li label, .password-change .questions .question .radio_list li label {
  margin-top: -1px;
}

/* line 92, ../sass/_23_registration.scss */
.rescuewing .highlight .registration-number, .customer-registration .highlight .registration-number, .driver-registration .highlight .registration-number, #driver-profile .highlight .registration-number, #driver-adjustment .highlight .registration-number, .bar-registration .highlight .registration-number, .background-check-approval .highlight .registration-number {
  font-size: 100px;
  text-align: center !important;
}
/* line 97, ../sass/_23_registration.scss */
.rescuewing .highlight h3, .customer-registration .highlight h3, .driver-registration .highlight h3, #driver-profile .highlight h3, #driver-adjustment .highlight h3, .bar-registration .highlight h3, .background-check-approval .highlight h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 14px;
}
/* line 104, ../sass/_23_registration.scss */
.rescuewing .highlight a.underline, .rescuewing .highlight .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .rescuewing .highlight a, .rescuewing .highlight .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .rescuewing .highlight a:hover, .rescuewing .highlight .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .rescuewing .highlight a, .rescuewing .highlight .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .rescuewing .highlight a:hover, .customer-registration .highlight a.underline, .customer-registration .highlight .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .customer-registration .highlight a, .customer-registration .highlight .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .customer-registration .highlight a:hover, .customer-registration .highlight .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .customer-registration .highlight a, .customer-registration .highlight .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .customer-registration .highlight a:hover, .driver-registration .highlight a.underline, .driver-registration .highlight .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .driver-registration .highlight a, .driver-registration .highlight .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .driver-registration .highlight a:hover, .driver-registration .highlight .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .driver-registration .highlight a, .driver-registration .highlight .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .driver-registration .highlight a:hover, #driver-profile .highlight a.underline, #driver-profile .highlight .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active #driver-profile .highlight a, #driver-profile .highlight .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option #driver-profile .highlight a:hover, #driver-profile .highlight .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active #driver-profile .highlight a, #driver-profile .highlight .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option #driver-profile .highlight a:hover, #driver-adjustment .highlight a.underline, #driver-adjustment .highlight .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active #driver-adjustment .highlight a, #driver-adjustment .highlight .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option #driver-adjustment .highlight a:hover, #driver-adjustment .highlight .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active #driver-adjustment .highlight a, #driver-adjustment .highlight .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option #driver-adjustment .highlight a:hover, .bar-registration .highlight a.underline, .bar-registration .highlight .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .bar-registration .highlight a, .bar-registration .highlight .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .bar-registration .highlight a:hover, .bar-registration .highlight .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .bar-registration .highlight a, .bar-registration .highlight .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .bar-registration .highlight a:hover, .background-check-approval .highlight a.underline, .background-check-approval .highlight .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .background-check-approval .highlight a, .background-check-approval .highlight .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .background-check-approval .highlight a:hover, .background-check-approval .highlight .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .background-check-approval .highlight a, .background-check-approval .highlight .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .background-check-approval .highlight a:hover {
  text-transform: uppercase;
  color: #FFF;
}
/* line 108, ../sass/_23_registration.scss */
.rescuewing .highlight a.underline:hover, .rescuewing .highlight .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .rescuewing .highlight a:hover, .rescuewing .highlight .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .rescuewing .highlight a:hover, .customer-registration .highlight a.underline:hover, .customer-registration .highlight .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .customer-registration .highlight a:hover, .customer-registration .highlight .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .customer-registration .highlight a:hover, .driver-registration .highlight a.underline:hover, .driver-registration .highlight .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .driver-registration .highlight a:hover, .driver-registration .highlight .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .driver-registration .highlight a:hover, #driver-profile .highlight a.underline:hover, #driver-profile .highlight .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option #driver-profile .highlight a:hover, #driver-profile .highlight .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option #driver-profile .highlight a:hover, #driver-adjustment .highlight a.underline:hover, #driver-adjustment .highlight .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option #driver-adjustment .highlight a:hover, #driver-adjustment .highlight .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option #driver-adjustment .highlight a:hover, .bar-registration .highlight a.underline:hover, .bar-registration .highlight .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .bar-registration .highlight a:hover, .bar-registration .highlight .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .bar-registration .highlight a:hover, .background-check-approval .highlight a.underline:hover, .background-check-approval .highlight .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .background-check-approval .highlight a:hover, .background-check-approval .highlight .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .background-check-approval .highlight a:hover {
  color: #83d3ff;
}
/* line 113, ../sass/_23_registration.scss */
.rescuewing .highlight div.margintop, .customer-registration .highlight div.margintop, .driver-registration .highlight div.margintop, #driver-profile .highlight div.margintop, #driver-adjustment .highlight div.margintop, .bar-registration .highlight div.margintop, .background-check-approval .highlight div.margintop {
  margin: 40px 0 0;
}

/* line 121, ../sass/_23_registration.scss */
.launch .form-holder {
  position: relative;
  z-index: 2;
  background: #FFF;
  padding: 30px 0;
  margin: 0;
}
/* line 128, ../sass/_23_registration.scss */
.launch .form-holder h2 {
  text-align: center;
  margin: 10px 0 40px;
}

/* line 135, ../sass/_23_registration.scss */
.rescuewing .form-holder, .launch .form-holder, .customer-registration .form-holder, .driver-registration .form-holder, #driver-profile .form-holder, #driver-adjustment .form-holder, .bar-registration .form-holder, .background-check-approval .form-holder, .giftcards .form-holder {
  margin: 20px 0;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 135, ../sass/_23_registration.scss */
  .rescuewing .form-holder, .launch .form-holder, .customer-registration .form-holder, .driver-registration .form-holder, #driver-profile .form-holder, #driver-adjustment .form-holder, .bar-registration .form-holder, .background-check-approval .form-holder, .giftcards .form-holder {
    margin: 0px;
  }
}
/* line 144, ../sass/_23_registration.scss */
.rescuewing .g-recaptcha, .launch .g-recaptcha, .customer-registration .g-recaptcha, .driver-registration .g-recaptcha, #driver-profile .g-recaptcha, #driver-adjustment .g-recaptcha, .bar-registration .g-recaptcha, .background-check-approval .g-recaptcha, .giftcards .g-recaptcha {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 768px) {
  /* line 144, ../sass/_23_registration.scss */
  .rescuewing .g-recaptcha, .launch .g-recaptcha, .customer-registration .g-recaptcha, .driver-registration .g-recaptcha, #driver-profile .g-recaptcha, #driver-adjustment .g-recaptcha, .bar-registration .g-recaptcha, .background-check-approval .g-recaptcha, .giftcards .g-recaptcha {
    margin-left: -15px;
    margin-right: -15px;
    transform: scale(0.82);
  }
}
/* line 153, ../sass/_23_registration.scss */
.rescuewing h2, .launch h2, .customer-registration h2, .driver-registration h2, #driver-profile h2, #driver-adjustment h2, .bar-registration h2, .background-check-approval h2, .giftcards h2 {
  margin-bottom: 60px;
  font-size: 20px;
  text-align: center;
}
/* line 160, ../sass/_23_registration.scss */
.rescuewing h3, .launch h3, .customer-registration h3, .driver-registration h3, #driver-profile h3, #driver-adjustment h3, .bar-registration h3, .background-check-approval h3, .giftcards h3 {
  margin: 20px 0 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 160, ../sass/_23_registration.scss */
  .rescuewing h3, .launch h3, .customer-registration h3, .driver-registration h3, #driver-profile h3, #driver-adjustment h3, .bar-registration h3, .background-check-approval h3, .giftcards h3 {
    margin-bottom: 10px;
  }
}
/* line 172, ../sass/_23_registration.scss */
.rescuewing h3.first, .launch h3.first, .customer-registration h3.first, .driver-registration h3.first, #driver-profile h3.first, #driver-adjustment h3.first, .bar-registration h3.first, .background-check-approval h3.first, .giftcards h3.first {
  margin-top: 0;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 172, ../sass/_23_registration.scss */
  .rescuewing h3.first, .launch h3.first, .customer-registration h3.first, .driver-registration h3.first, #driver-profile h3.first, #driver-adjustment h3.first, .bar-registration h3.first, .background-check-approval h3.first, .giftcards h3.first {
    margin-top: 20px;
  }
}
/* line 181, ../sass/_23_registration.scss */
.rescuewing h3.small-margin-bottom, .launch h3.small-margin-bottom, .customer-registration h3.small-margin-bottom, .driver-registration h3.small-margin-bottom, #driver-profile h3.small-margin-bottom, #driver-adjustment h3.small-margin-bottom, .bar-registration h3.small-margin-bottom, .background-check-approval h3.small-margin-bottom, .giftcards h3.small-margin-bottom {
  margin-bottom: 30px;
}
/* line 185, ../sass/_23_registration.scss */
.rescuewing h3.no-margin, .launch h3.no-margin, .customer-registration h3.no-margin, .driver-registration h3.no-margin, #driver-profile h3.no-margin, #driver-adjustment h3.no-margin, .bar-registration h3.no-margin, .background-check-approval h3.no-margin, .giftcards h3.no-margin {
  margin-bottom: 0;
}
/* line 189, ../sass/_23_registration.scss */
.rescuewing h3 span, .launch h3 span, .customer-registration h3 span, .driver-registration h3 span, #driver-profile h3 span, #driver-adjustment h3 span, .bar-registration h3 span, .background-check-approval h3 span, .giftcards h3 span {
  display: inline-block;
  padding: 12px 17px;
  background: #000;
  border-radius: 10px;
  color: #FFF;
  text-transform: uppercase;
}
/* line 200, ../sass/_23_registration.scss */
.rescuewing .availability, .launch .availability, .customer-registration .availability, .driver-registration .availability, #driver-profile .availability, #driver-adjustment .availability, .bar-registration .availability, .background-check-approval .availability, .giftcards .availability {
  margin-bottom: 60px;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 200, ../sass/_23_registration.scss */
  .rescuewing .availability, .launch .availability, .customer-registration .availability, .driver-registration .availability, #driver-profile .availability, #driver-adjustment .availability, .bar-registration .availability, .background-check-approval .availability, .giftcards .availability {
    margin-bottom: 40px;
  }
}
/* line 208, ../sass/_23_registration.scss */
.rescuewing .availability table, .launch .availability table, .customer-registration .availability table, .driver-registration .availability table, #driver-profile .availability table, #driver-adjustment .availability table, .bar-registration .availability table, .background-check-approval .availability table, .giftcards .availability table {
  width: 100%;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 208, ../sass/_23_registration.scss */
  .rescuewing .availability table, .launch .availability table, .customer-registration .availability table, .driver-registration .availability table, #driver-profile .availability table, #driver-adjustment .availability table, .bar-registration .availability table, .background-check-approval .availability table, .giftcards .availability table {
    margin-top: 20px;
  }
}
/* line 218, ../sass/_23_registration.scss */
.rescuewing .availability table tbody tr td, .launch .availability table tbody tr td, .customer-registration .availability table tbody tr td, .driver-registration .availability table tbody tr td, #driver-profile .availability table tbody tr td, #driver-adjustment .availability table tbody tr td, .bar-registration .availability table tbody tr td, .background-check-approval .availability table tbody tr td, .giftcards .availability table tbody tr td {
  border-top: 1px solid #f6f6f6;
}
/* line 222, ../sass/_23_registration.scss */
.rescuewing .availability table tbody tr th, .launch .availability table tbody tr th, .customer-registration .availability table tbody tr th, .driver-registration .availability table tbody tr th, #driver-profile .availability table tbody tr th, #driver-adjustment .availability table tbody tr th, .bar-registration .availability table tbody tr th, .background-check-approval .availability table tbody tr th, .giftcards .availability table tbody tr th {
  background: #000;
  color: #FFF;
}
/* line 228, ../sass/_23_registration.scss */
.rescuewing .availability table tbody tr:first-child td, .launch .availability table tbody tr:first-child td, .customer-registration .availability table tbody tr:first-child td, .driver-registration .availability table tbody tr:first-child td, #driver-profile .availability table tbody tr:first-child td, #driver-adjustment .availability table tbody tr:first-child td, .bar-registration .availability table tbody tr:first-child td, .background-check-approval .availability table tbody tr:first-child td, .giftcards .availability table tbody tr:first-child td {
  border-top: 0;
}
/* line 233, ../sass/_23_registration.scss */
.rescuewing .availability table tbody tr:last-child td:last-child, .launch .availability table tbody tr:last-child td:last-child, .customer-registration .availability table tbody tr:last-child td:last-child, .driver-registration .availability table tbody tr:last-child td:last-child, #driver-profile .availability table tbody tr:last-child td:last-child, #driver-adjustment .availability table tbody tr:last-child td:last-child, .bar-registration .availability table tbody tr:last-child td:last-child, .background-check-approval .availability table tbody tr:last-child td:last-child, .giftcards .availability table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
/* line 239, ../sass/_23_registration.scss */
.rescuewing .availability table td, .rescuewing .availability table th, .launch .availability table td, .launch .availability table th, .customer-registration .availability table td, .customer-registration .availability table th, .driver-registration .availability table td, .driver-registration .availability table th, #driver-profile .availability table td, #driver-profile .availability table th, #driver-adjustment .availability table td, #driver-adjustment .availability table th, .bar-registration .availability table td, .bar-registration .availability table th, .background-check-approval .availability table td, .background-check-approval .availability table th, .giftcards .availability table td, .giftcards .availability table th {
  width: 12.5%;
  border-right: 1px solid #f6f6f6;
  padding: 10px;
  text-align: center;
  text-transform: none;
  font-size: 12px;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 239, ../sass/_23_registration.scss */
  .rescuewing .availability table td, .rescuewing .availability table th, .launch .availability table td, .launch .availability table th, .customer-registration .availability table td, .customer-registration .availability table th, .driver-registration .availability table td, .driver-registration .availability table th, #driver-profile .availability table td, #driver-profile .availability table th, #driver-adjustment .availability table td, #driver-adjustment .availability table th, .bar-registration .availability table td, .bar-registration .availability table th, .background-check-approval .availability table td, .background-check-approval .availability table th, .giftcards .availability table td, .giftcards .availability table th {
    font-size: 10px;
  }
}
@media only screen and (max-width: 370px) {
  /* line 239, ../sass/_23_registration.scss */
  .rescuewing .availability table td, .rescuewing .availability table th, .launch .availability table td, .launch .availability table th, .customer-registration .availability table td, .customer-registration .availability table th, .driver-registration .availability table td, .driver-registration .availability table th, #driver-profile .availability table td, #driver-profile .availability table th, #driver-adjustment .availability table td, #driver-adjustment .availability table th, .bar-registration .availability table td, .bar-registration .availability table th, .background-check-approval .availability table td, .background-check-approval .availability table th, .giftcards .availability table td, .giftcards .availability table th {
    padding: 5px;
  }
}
/* line 258, ../sass/_23_registration.scss */
.rescuewing .availability table td:last-child, .rescuewing .availability table th:last-child, .launch .availability table td:last-child, .launch .availability table th:last-child, .customer-registration .availability table td:last-child, .customer-registration .availability table th:last-child, .driver-registration .availability table td:last-child, .driver-registration .availability table th:last-child, #driver-profile .availability table td:last-child, #driver-profile .availability table th:last-child, #driver-adjustment .availability table td:last-child, #driver-adjustment .availability table th:last-child, .bar-registration .availability table td:last-child, .bar-registration .availability table th:last-child, .background-check-approval .availability table td:last-child, .background-check-approval .availability table th:last-child, .giftcards .availability table td:last-child, .giftcards .availability table th:last-child {
  border-right: 0;
}
/* line 263, ../sass/_23_registration.scss */
.rescuewing .availability table th, .launch .availability table th, .customer-registration .availability table th, .driver-registration .availability table th, #driver-profile .availability table th, #driver-adjustment .availability table th, .bar-registration .availability table th, .background-check-approval .availability table th, .giftcards .availability table th {
  background: #83d3ff;
  border-right-color: #ffffff;
  border-top: 1px solid #ffffff;
}
/* line 268, ../sass/_23_registration.scss */
.rescuewing .availability table th.empty, .launch .availability table th.empty, .customer-registration .availability table th.empty, .driver-registration .availability table th.empty, #driver-profile .availability table th.empty, #driver-adjustment .availability table th.empty, .bar-registration .availability table th.empty, .background-check-approval .availability table th.empty, .giftcards .availability table th.empty {
  background: none;
}
/* line 272, ../sass/_23_registration.scss */
.rescuewing .availability table th.top-first, .launch .availability table th.top-first, .customer-registration .availability table th.top-first, .driver-registration .availability table th.top-first, #driver-profile .availability table th.top-first, #driver-adjustment .availability table th.top-first, .bar-registration .availability table th.top-first, .background-check-approval .availability table th.top-first, .giftcards .availability table th.top-first {
  border-top-left-radius: 10px;
}
/* line 276, ../sass/_23_registration.scss */
.rescuewing .availability table th.top-last, .launch .availability table th.top-last, .customer-registration .availability table th.top-last, .driver-registration .availability table th.top-last, #driver-profile .availability table th.top-last, #driver-adjustment .availability table th.top-last, .bar-registration .availability table th.top-last, .background-check-approval .availability table th.top-last, .giftcards .availability table th.top-last {
  border-top-right-radius: 10px;
}
/* line 280, ../sass/_23_registration.scss */
.rescuewing .availability table th.left-first, .launch .availability table th.left-first, .customer-registration .availability table th.left-first, .driver-registration .availability table th.left-first, #driver-profile .availability table th.left-first, #driver-adjustment .availability table th.left-first, .bar-registration .availability table th.left-first, .background-check-approval .availability table th.left-first, .giftcards .availability table th.left-first {
  border-top-left-radius: 10px;
}
/* line 284, ../sass/_23_registration.scss */
.rescuewing .availability table th.left-last, .launch .availability table th.left-last, .customer-registration .availability table th.left-last, .driver-registration .availability table th.left-last, #driver-profile .availability table th.left-last, #driver-adjustment .availability table th.left-last, .bar-registration .availability table th.left-last, .background-check-approval .availability table th.left-last, .giftcards .availability table th.left-last {
  border-bottom-left-radius: 10px;
}
/* line 290, ../sass/_23_registration.scss */
.rescuewing .availability table td:nth-child(even), .launch .availability table td:nth-child(even), .customer-registration .availability table td:nth-child(even), .driver-registration .availability table td:nth-child(even), #driver-profile .availability table td:nth-child(even), #driver-adjustment .availability table td:nth-child(even), .bar-registration .availability table td:nth-child(even), .background-check-approval .availability table td:nth-child(even), .giftcards .availability table td:nth-child(even) {
  background: #f9f9f9;
}
/* line 295, ../sass/_23_registration.scss */
.rescuewing .availability table i, .launch .availability table i, .customer-registration .availability table i, .driver-registration .availability table i, #driver-profile .availability table i, #driver-adjustment .availability table i, .bar-registration .availability table i, .background-check-approval .availability table i, .giftcards .availability table i {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 14px;
  height: 14px;
  background: #FFF;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
}
/* line 306, ../sass/_23_registration.scss */
.rescuewing .availability table i:after, .launch .availability table i:after, .customer-registration .availability table i:after, .driver-registration .availability table i:after, #driver-profile .availability table i:after, #driver-adjustment .availability table i:after, .bar-registration .availability table i:after, .background-check-approval .availability table i:after, .giftcards .availability table i:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  opacity: 0;
  background: #50bbfc;
  border-radius: 50%;
  transition: opacity 0.2s ease-in-out;
}
/* line 321, ../sass/_23_registration.scss */
.rescuewing .availability table i.error, .launch .availability table i.error, .customer-registration .availability table i.error, .driver-registration .availability table i.error, #driver-profile .availability table i.error, #driver-adjustment .availability table i.error, .bar-registration .availability table i.error, .background-check-approval .availability table i.error, .giftcards .availability table i.error {
  box-shadow: 0 0 0 2px #F44336;
}
/* line 326, ../sass/_23_registration.scss */
.rescuewing .availability table i:hover:after, .rescuewing .availability table i.active:after, .launch .availability table i:hover:after, .launch .availability table i.active:after, .customer-registration .availability table i:hover:after, .customer-registration .availability table i.active:after, .driver-registration .availability table i:hover:after, .driver-registration .availability table i.active:after, #driver-profile .availability table i:hover:after, #driver-profile .availability table i.active:after, #driver-adjustment .availability table i:hover:after, #driver-adjustment .availability table i.active:after, .bar-registration .availability table i:hover:after, .bar-registration .availability table i.active:after, .background-check-approval .availability table i:hover:after, .background-check-approval .availability table i.active:after, .giftcards .availability table i:hover:after, .giftcards .availability table i.active:after {
  opacity: 1;
}
/* line 332, ../sass/_23_registration.scss */
.rescuewing .availability table tr.not-available i:after, .launch .availability table tr.not-available i:after, .customer-registration .availability table tr.not-available i:after, .driver-registration .availability table tr.not-available i:after, #driver-profile .availability table tr.not-available i:after, #driver-adjustment .availability table tr.not-available i:after, .bar-registration .availability table tr.not-available i:after, .background-check-approval .availability table tr.not-available i:after, .giftcards .availability table tr.not-available i:after {
  background: #F00;
}
/* line 340, ../sass/_23_registration.scss */
.rescuewing .page-form .promotion, .launch .page-form .promotion, .customer-registration .page-form .promotion, .driver-registration .page-form .promotion, #driver-profile .page-form .promotion, #driver-adjustment .page-form .promotion, .bar-registration .page-form .promotion, .background-check-approval .page-form .promotion, .giftcards .page-form .promotion {
  margin-top: 40px;
}
/* line 343, ../sass/_23_registration.scss */
.rescuewing .page-form .promotion input, .launch .page-form .promotion input, .customer-registration .page-form .promotion input, .driver-registration .page-form .promotion input, #driver-profile .page-form .promotion input, #driver-adjustment .page-form .promotion input, .bar-registration .page-form .promotion input, .background-check-approval .page-form .promotion input, .giftcards .page-form .promotion input {
  background: #f4f4f4;
}
/* line 347, ../sass/_23_registration.scss */
.rescuewing .page-form .terms, .launch .page-form .terms, .customer-registration .page-form .terms, .driver-registration .page-form .terms, #driver-profile .page-form .terms, #driver-adjustment .page-form .terms, .bar-registration .page-form .terms, .background-check-approval .page-form .terms, .giftcards .page-form .terms {
  margin: 20px 0 0;
}
/* line 350, ../sass/_23_registration.scss */
.rescuewing .page-form .terms .sub-container, .launch .page-form .terms .sub-container, .customer-registration .page-form .terms .sub-container, .driver-registration .page-form .terms .sub-container, #driver-profile .page-form .terms .sub-container, #driver-adjustment .page-form .terms .sub-container, .bar-registration .page-form .terms .sub-container, .background-check-approval .page-form .terms .sub-container, .giftcards .page-form .terms .sub-container {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 20px 20px;
  background: #efefef;
}
/* line 358, ../sass/_23_registration.scss */
.rescuewing .page-form .terms .scroll-outer, .launch .page-form .terms .scroll-outer, .customer-registration .page-form .terms .scroll-outer, .driver-registration .page-form .terms .scroll-outer, #driver-profile .page-form .terms .scroll-outer, #driver-adjustment .page-form .terms .scroll-outer, .bar-registration .page-form .terms .scroll-outer, .background-check-approval .page-form .terms .scroll-outer, .giftcards .page-form .terms .scroll-outer {
  overflow: auto;
  height: 260px;
  font-size: 11px;
  color: #7d8091;
}
/* line 369, ../sass/_23_registration.scss */
.rescuewing .page-form .checks-needed .checkbox input:focus, .launch .page-form .checks-needed .checkbox input:focus, .customer-registration .page-form .checks-needed .checkbox input:focus, .driver-registration .page-form .checks-needed .checkbox input:focus, #driver-profile .page-form .checks-needed .checkbox input:focus, #driver-adjustment .page-form .checks-needed .checkbox input:focus, .bar-registration .page-form .checks-needed .checkbox input:focus, .background-check-approval .page-form .checks-needed .checkbox input:focus, .giftcards .page-form .checks-needed .checkbox input:focus {
  outline: 0;
}
/* line 372, ../sass/_23_registration.scss */
.rescuewing .page-form .checks-needed .checkbox input:focus + label::before, .launch .page-form .checks-needed .checkbox input:focus + label::before, .customer-registration .page-form .checks-needed .checkbox input:focus + label::before, .driver-registration .page-form .checks-needed .checkbox input:focus + label::before, #driver-profile .page-form .checks-needed .checkbox input:focus + label::before, #driver-adjustment .page-form .checks-needed .checkbox input:focus + label::before, .bar-registration .page-form .checks-needed .checkbox input:focus + label::before, .background-check-approval .page-form .checks-needed .checkbox input:focus + label::before, .giftcards .page-form .checks-needed .checkbox input:focus + label::before {
  outline: 0;
}
/* line 377, ../sass/_23_registration.scss */
.rescuewing .page-form .checks-needed .checkbox input.error + label:before, .launch .page-form .checks-needed .checkbox input.error + label:before, .customer-registration .page-form .checks-needed .checkbox input.error + label:before, .driver-registration .page-form .checks-needed .checkbox input.error + label:before, #driver-profile .page-form .checks-needed .checkbox input.error + label:before, #driver-adjustment .page-form .checks-needed .checkbox input.error + label:before, .bar-registration .page-form .checks-needed .checkbox input.error + label:before, .background-check-approval .page-form .checks-needed .checkbox input.error + label:before, .giftcards .page-form .checks-needed .checkbox input.error + label:before {
  border-color: #d32f2f;
}
/* line 381, ../sass/_23_registration.scss */
.rescuewing .page-form .checks-needed .checkbox label, .launch .page-form .checks-needed .checkbox label, .customer-registration .page-form .checks-needed .checkbox label, .driver-registration .page-form .checks-needed .checkbox label, #driver-profile .page-form .checks-needed .checkbox label, #driver-adjustment .page-form .checks-needed .checkbox label, .bar-registration .page-form .checks-needed .checkbox label, .background-check-approval .page-form .checks-needed .checkbox label, .giftcards .page-form .checks-needed .checkbox label {
  text-align: left;
}
/* line 384, ../sass/_23_registration.scss */
.rescuewing .page-form .checks-needed .checkbox label:after, .launch .page-form .checks-needed .checkbox label:after, .customer-registration .page-form .checks-needed .checkbox label:after, .driver-registration .page-form .checks-needed .checkbox label:after, #driver-profile .page-form .checks-needed .checkbox label:after, #driver-adjustment .page-form .checks-needed .checkbox label:after, .bar-registration .page-form .checks-needed .checkbox label:after, .background-check-approval .page-form .checks-needed .checkbox label:after, .giftcards .page-form .checks-needed .checkbox label:after {
  content: '';
}
/* line 391, ../sass/_23_registration.scss */
.rescuewing .page-form .buttons, .launch .page-form .buttons, .customer-registration .page-form .buttons, .driver-registration .page-form .buttons, #driver-profile .page-form .buttons, #driver-adjustment .page-form .buttons, .bar-registration .page-form .buttons, .background-check-approval .page-form .buttons, .giftcards .page-form .buttons {
  margin-top: 30px;
}
/* line 396, ../sass/_23_registration.scss */
.rescuewing .silver-back, .launch .silver-back, .customer-registration .silver-back, .driver-registration .silver-back, #driver-profile .silver-back, #driver-adjustment .silver-back, .bar-registration .silver-back, .background-check-approval .silver-back, .giftcards .silver-back {
  background: #f4f4f4;
  margin: 70px 0 0;
  padding: 70px 0;
}
/* line 402, ../sass/_23_registration.scss */
.rescuewing .slider-fieldset, .launch .slider-fieldset, .customer-registration .slider-fieldset, .driver-registration .slider-fieldset, #driver-profile .slider-fieldset, #driver-adjustment .slider-fieldset, .bar-registration .slider-fieldset, .background-check-approval .slider-fieldset, .giftcards .slider-fieldset {
  position: relative;
  margin: 15px 0 0;
}
@media only screen and (max-width: 768px) {
  /* line 402, ../sass/_23_registration.scss */
  .rescuewing .slider-fieldset, .launch .slider-fieldset, .customer-registration .slider-fieldset, .driver-registration .slider-fieldset, #driver-profile .slider-fieldset, #driver-adjustment .slider-fieldset, .bar-registration .slider-fieldset, .background-check-approval .slider-fieldset, .giftcards .slider-fieldset {
    margin: 15px 0;
  }
}
/* line 410, ../sass/_23_registration.scss */
.rescuewing .slider-fieldset p, .launch .slider-fieldset p, .customer-registration .slider-fieldset p, .driver-registration .slider-fieldset p, #driver-profile .slider-fieldset p, #driver-adjustment .slider-fieldset p, .bar-registration .slider-fieldset p, .background-check-approval .slider-fieldset p, .giftcards .slider-fieldset p {
  font-size: 11px;
  margin-right: 20px;
  float: left;
  margin-top: 7px;
  width: 80%;
  text-align: right;
}
@media only screen and (min-width: 480px) {
  /* line 410, ../sass/_23_registration.scss */
  .rescuewing .slider-fieldset p, .launch .slider-fieldset p, .customer-registration .slider-fieldset p, .driver-registration .slider-fieldset p, #driver-profile .slider-fieldset p, #driver-adjustment .slider-fieldset p, .bar-registration .slider-fieldset p, .background-check-approval .slider-fieldset p, .giftcards .slider-fieldset p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 410, ../sass/_23_registration.scss */
  .rescuewing .slider-fieldset p, .launch .slider-fieldset p, .customer-registration .slider-fieldset p, .driver-registration .slider-fieldset p, #driver-profile .slider-fieldset p, #driver-adjustment .slider-fieldset p, .bar-registration .slider-fieldset p, .background-check-approval .slider-fieldset p, .giftcards .slider-fieldset p {
    float: left;
    width: auto;
    text-align: left;
  }
}
@media only screen and (max-width: 980px) {
  /* line 410, ../sass/_23_registration.scss */
  .rescuewing .slider-fieldset p, .launch .slider-fieldset p, .customer-registration .slider-fieldset p, .driver-registration .slider-fieldset p, #driver-profile .slider-fieldset p, #driver-adjustment .slider-fieldset p, .bar-registration .slider-fieldset p, .background-check-approval .slider-fieldset p, .giftcards .slider-fieldset p {
    width: 50%;
  }
}
/* line 432, ../sass/_23_registration.scss */
.rescuewing .slider-fieldset .toggle, .launch .slider-fieldset .toggle, .customer-registration .slider-fieldset .toggle, .driver-registration .slider-fieldset .toggle, #driver-profile .slider-fieldset .toggle, #driver-adjustment .slider-fieldset .toggle, .bar-registration .slider-fieldset .toggle, .background-check-approval .slider-fieldset .toggle, .giftcards .slider-fieldset .toggle {
  position: relative;
  overflow: hidden;
  float: right;
  width: 74px;
  height: 30px;
  border-radius: 5px;
  background: #000;
  color: #FFF;
}
@media only screen and (max-width: 1200px) {
  /* line 432, ../sass/_23_registration.scss */
  .rescuewing .slider-fieldset .toggle, .launch .slider-fieldset .toggle, .customer-registration .slider-fieldset .toggle, .driver-registration .slider-fieldset .toggle, #driver-profile .slider-fieldset .toggle, #driver-adjustment .slider-fieldset .toggle, .bar-registration .slider-fieldset .toggle, .background-check-approval .slider-fieldset .toggle, .giftcards .slider-fieldset .toggle {
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  /* line 432, ../sass/_23_registration.scss */
  .rescuewing .slider-fieldset .toggle, .launch .slider-fieldset .toggle, .customer-registration .slider-fieldset .toggle, .driver-registration .slider-fieldset .toggle, #driver-profile .slider-fieldset .toggle, #driver-adjustment .slider-fieldset .toggle, .bar-registration .slider-fieldset .toggle, .background-check-approval .slider-fieldset .toggle, .giftcards .slider-fieldset .toggle {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0;
  }
}
/* line 456, ../sass/_23_registration.scss */
.rescuewing .slider-fieldset .toggle .toggle-content, .launch .slider-fieldset .toggle .toggle-content, .customer-registration .slider-fieldset .toggle .toggle-content, .driver-registration .slider-fieldset .toggle .toggle-content, #driver-profile .slider-fieldset .toggle .toggle-content, #driver-adjustment .slider-fieldset .toggle .toggle-content, .bar-registration .slider-fieldset .toggle .toggle-content, .background-check-approval .slider-fieldset .toggle .toggle-content, .giftcards .slider-fieldset .toggle .toggle-content {
  position: relative;
  width: 120px;
  height: 30px;
  left: 0;
}
/* line 462, ../sass/_23_registration.scss */
.rescuewing .slider-fieldset .toggle .toggle-content span, .launch .slider-fieldset .toggle .toggle-content span, .customer-registration .slider-fieldset .toggle .toggle-content span, .driver-registration .slider-fieldset .toggle .toggle-content span, #driver-profile .slider-fieldset .toggle .toggle-content span, #driver-adjustment .slider-fieldset .toggle .toggle-content span, .bar-registration .slider-fieldset .toggle .toggle-content span, .background-check-approval .slider-fieldset .toggle .toggle-content span, .giftcards .slider-fieldset .toggle .toggle-content span {
  float: left;
  display: block;
  width: 40px;
  height: 30px;
  padding: 5px 0 0;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
/* line 473, ../sass/_23_registration.scss */
.rescuewing .slider-fieldset .toggle .toggle-content span.on, .launch .slider-fieldset .toggle .toggle-content span.on, .customer-registration .slider-fieldset .toggle .toggle-content span.on, .driver-registration .slider-fieldset .toggle .toggle-content span.on, #driver-profile .slider-fieldset .toggle .toggle-content span.on, #driver-adjustment .slider-fieldset .toggle .toggle-content span.on, .bar-registration .slider-fieldset .toggle .toggle-content span.on, .background-check-approval .slider-fieldset .toggle .toggle-content span.on, .giftcards .slider-fieldset .toggle .toggle-content span.on {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background: #000;
  margin-right: -3px;
  padding-right: 3px;
}
/* line 481, ../sass/_23_registration.scss */
.rescuewing .slider-fieldset .toggle .toggle-content span.off, .launch .slider-fieldset .toggle .toggle-content span.off, .customer-registration .slider-fieldset .toggle .toggle-content span.off, .driver-registration .slider-fieldset .toggle .toggle-content span.off, #driver-profile .slider-fieldset .toggle .toggle-content span.off, #driver-adjustment .slider-fieldset .toggle .toggle-content span.off, .bar-registration .slider-fieldset .toggle .toggle-content span.off, .background-check-approval .slider-fieldset .toggle .toggle-content span.off, .giftcards .slider-fieldset .toggle .toggle-content span.off {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background: #7d8091;
  margin-left: -3px;
  padding-left: 3px;
}
/* line 491, ../sass/_23_registration.scss */
.rescuewing .slider-fieldset .toggle .toggle-content i, .launch .slider-fieldset .toggle .toggle-content i, .customer-registration .slider-fieldset .toggle .toggle-content i, .driver-registration .slider-fieldset .toggle .toggle-content i, #driver-profile .slider-fieldset .toggle .toggle-content i, #driver-adjustment .slider-fieldset .toggle .toggle-content i, .bar-registration .slider-fieldset .toggle .toggle-content i, .background-check-approval .slider-fieldset .toggle .toggle-content i, .giftcards .slider-fieldset .toggle .toggle-content i {
  position: relative;
  z-index: 2;
  float: left;
  display: block;
  width: 37px;
  height: 30px;
  background: #FFF;
  border-radius: 3px;
  cursor: pointer;
}
/* line 505, ../sass/_23_registration.scss */
.rescuewing .slider-fieldset .slider-container, .launch .slider-fieldset .slider-container, .customer-registration .slider-fieldset .slider-container, .driver-registration .slider-fieldset .slider-container, #driver-profile .slider-fieldset .slider-container, #driver-adjustment .slider-fieldset .slider-container, .bar-registration .slider-fieldset .slider-container, .background-check-approval .slider-fieldset .slider-container, .giftcards .slider-fieldset .slider-container {
  width: 74px;
  height: 30px;
  padding: 10px 7px;
  background: #000;
  float: right;
  position: relative;
  border-radius: 6px;
}
@media only screen and (max-width: 1200px) {
  /* line 505, ../sass/_23_registration.scss */
  .rescuewing .slider-fieldset .slider-container, .launch .slider-fieldset .slider-container, .customer-registration .slider-fieldset .slider-container, .driver-registration .slider-fieldset .slider-container, #driver-profile .slider-fieldset .slider-container, #driver-adjustment .slider-fieldset .slider-container, .bar-registration .slider-fieldset .slider-container, .background-check-approval .slider-fieldset .slider-container, .giftcards .slider-fieldset .slider-container {
    float: left;
  }
}
@media only screen and (max-width: 980px) {
  /* line 505, ../sass/_23_registration.scss */
  .rescuewing .slider-fieldset .slider-container, .launch .slider-fieldset .slider-container, .customer-registration .slider-fieldset .slider-container, .driver-registration .slider-fieldset .slider-container, #driver-profile .slider-fieldset .slider-container, #driver-adjustment .slider-fieldset .slider-container, .bar-registration .slider-fieldset .slider-container, .background-check-approval .slider-fieldset .slider-container, .giftcards .slider-fieldset .slider-container {
    top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 505, ../sass/_23_registration.scss */
  .rescuewing .slider-fieldset .slider-container, .launch .slider-fieldset .slider-container, .customer-registration .slider-fieldset .slider-container, .driver-registration .slider-fieldset .slider-container, #driver-profile .slider-fieldset .slider-container, #driver-adjustment .slider-fieldset .slider-container, .bar-registration .slider-fieldset .slider-container, .background-check-approval .slider-fieldset .slider-container, .giftcards .slider-fieldset .slider-container {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0;
  }
}
/* line 529, ../sass/_23_registration.scss */
.rescuewing .slider-fieldset .slider-container span, .launch .slider-fieldset .slider-container span, .customer-registration .slider-fieldset .slider-container span, .driver-registration .slider-fieldset .slider-container span, #driver-profile .slider-fieldset .slider-container span, #driver-adjustment .slider-fieldset .slider-container span, .bar-registration .slider-fieldset .slider-container span, .background-check-approval .slider-fieldset .slider-container span, .giftcards .slider-fieldset .slider-container span {
  position: relative;
  top: -2px;
}
/* line 533, ../sass/_23_registration.scss */
.rescuewing .slider-fieldset .slider-container.yes, .launch .slider-fieldset .slider-container.yes, .customer-registration .slider-fieldset .slider-container.yes, .driver-registration .slider-fieldset .slider-container.yes, #driver-profile .slider-fieldset .slider-container.yes, #driver-adjustment .slider-fieldset .slider-container.yes, .bar-registration .slider-fieldset .slider-container.yes, .background-check-approval .slider-fieldset .slider-container.yes, .giftcards .slider-fieldset .slider-container.yes {
  text-align: left;
  background: #000;
  color: #fff;
  font-size: 12px;
}
/* line 540, ../sass/_23_registration.scss */
.rescuewing .slider-fieldset .slider-container.no, .launch .slider-fieldset .slider-container.no, .customer-registration .slider-fieldset .slider-container.no, .driver-registration .slider-fieldset .slider-container.no, #driver-profile .slider-fieldset .slider-container.no, #driver-adjustment .slider-fieldset .slider-container.no, .bar-registration .slider-fieldset .slider-container.no, .background-check-approval .slider-fieldset .slider-container.no, .giftcards .slider-fieldset .slider-container.no {
  text-align: right;
  background: #cacaca;
  color: #fff;
  font-size: 12px;
}
/* line 548, ../sass/_23_registration.scss */
.rescuewing .slider-fieldset .slider-container .drag, .launch .slider-fieldset .slider-container .drag, .customer-registration .slider-fieldset .slider-container .drag, .driver-registration .slider-fieldset .slider-container .drag, #driver-profile .slider-fieldset .slider-container .drag, #driver-adjustment .slider-fieldset .slider-container .drag, .bar-registration .slider-fieldset .slider-container .drag, .background-check-approval .slider-fieldset .slider-container .drag, .giftcards .slider-fieldset .slider-container .drag {
  background: #fff;
  height: 100%;
  width: 50%;
  position: absolute;
  left: 0%;
  top: 0;
  border-radius: 5px;
}
/* line 559, ../sass/_23_registration.scss */
.rescuewing .slider-fieldset.slider-center, .launch .slider-fieldset.slider-center, .customer-registration .slider-fieldset.slider-center, .driver-registration .slider-fieldset.slider-center, #driver-profile .slider-fieldset.slider-center, #driver-adjustment .slider-fieldset.slider-center, .bar-registration .slider-fieldset.slider-center, .background-check-approval .slider-fieldset.slider-center, .giftcards .slider-fieldset.slider-center {
  text-align: left;
  /* Small Devices */
}
@media only screen and (min-width: 768px) {
  /* line 559, ../sass/_23_registration.scss */
  .rescuewing .slider-fieldset.slider-center, .launch .slider-fieldset.slider-center, .customer-registration .slider-fieldset.slider-center, .driver-registration .slider-fieldset.slider-center, #driver-profile .slider-fieldset.slider-center, #driver-adjustment .slider-fieldset.slider-center, .bar-registration .slider-fieldset.slider-center, .background-check-approval .slider-fieldset.slider-center, .giftcards .slider-fieldset.slider-center {
    text-align: center;
  }
}
/* line 567, ../sass/_23_registration.scss */
.rescuewing .slider-fieldset.slider-center p, .launch .slider-fieldset.slider-center p, .customer-registration .slider-fieldset.slider-center p, .driver-registration .slider-fieldset.slider-center p, #driver-profile .slider-fieldset.slider-center p, #driver-adjustment .slider-fieldset.slider-center p, .bar-registration .slider-fieldset.slider-center p, .background-check-approval .slider-fieldset.slider-center p, .giftcards .slider-fieldset.slider-center p {
  float: none;
  display: inline-block;
  position: relative;
  top: 0px;
  width: inherit;
  margin: 0 14px;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  padding-right: 80px;
  /* Small Devices */
}
@media only screen and (min-width: 768px) {
  /* line 567, ../sass/_23_registration.scss */
  .rescuewing .slider-fieldset.slider-center p, .launch .slider-fieldset.slider-center p, .customer-registration .slider-fieldset.slider-center p, .driver-registration .slider-fieldset.slider-center p, #driver-profile .slider-fieldset.slider-center p, #driver-adjustment .slider-fieldset.slider-center p, .bar-registration .slider-fieldset.slider-center p, .background-check-approval .slider-fieldset.slider-center p, .giftcards .slider-fieldset.slider-center p {
    top: -10px;
    text-align: center;
    padding-right: 0;
  }
}
/* line 592, ../sass/_23_registration.scss */
.rescuewing .slider-fieldset.slider-center .toggle, .launch .slider-fieldset.slider-center .toggle, .customer-registration .slider-fieldset.slider-center .toggle, .driver-registration .slider-fieldset.slider-center .toggle, #driver-profile .slider-fieldset.slider-center .toggle, #driver-adjustment .slider-fieldset.slider-center .toggle, .bar-registration .slider-fieldset.slider-center .toggle, .background-check-approval .slider-fieldset.slider-center .toggle, .giftcards .slider-fieldset.slider-center .toggle {
  float: none;
  display: inline-block;
}
/* line 598, ../sass/_23_registration.scss */
.rescuewing .slider-fieldset.extra-margin, .launch .slider-fieldset.extra-margin, .customer-registration .slider-fieldset.extra-margin, .driver-registration .slider-fieldset.extra-margin, #driver-profile .slider-fieldset.extra-margin, #driver-adjustment .slider-fieldset.extra-margin, .bar-registration .slider-fieldset.extra-margin, .background-check-approval .slider-fieldset.extra-margin, .giftcards .slider-fieldset.extra-margin {
  margin-bottom: 50px;
}
/* line 603, ../sass/_23_registration.scss */
.rescuewing .page-form .btn-group, .rescuewing .page-form .btn-group-vertical, .launch .page-form .btn-group, .launch .page-form .btn-group-vertical, .customer-registration .page-form .btn-group, .customer-registration .page-form .btn-group-vertical, .driver-registration .page-form .btn-group, .driver-registration .page-form .btn-group-vertical, #driver-profile .page-form .btn-group, #driver-profile .page-form .btn-group-vertical, #driver-adjustment .page-form .btn-group, #driver-adjustment .page-form .btn-group-vertical, .bar-registration .page-form .btn-group, .bar-registration .page-form .btn-group-vertical, .background-check-approval .page-form .btn-group, .background-check-approval .page-form .btn-group-vertical, .giftcards .page-form .btn-group, .giftcards .page-form .btn-group-vertical {
  display: table;
  text-align: center;
  width: 100%;
}
/* line 608, ../sass/_23_registration.scss */
.rescuewing .page-form .btn-group label, .rescuewing .page-form .btn-group-vertical label, .launch .page-form .btn-group label, .launch .page-form .btn-group-vertical label, .customer-registration .page-form .btn-group label, .customer-registration .page-form .btn-group-vertical label, .driver-registration .page-form .btn-group label, .driver-registration .page-form .btn-group-vertical label, #driver-profile .page-form .btn-group label, #driver-profile .page-form .btn-group-vertical label, #driver-adjustment .page-form .btn-group label, #driver-adjustment .page-form .btn-group-vertical label, .bar-registration .page-form .btn-group label, .bar-registration .page-form .btn-group-vertical label, .background-check-approval .page-form .btn-group label, .background-check-approval .page-form .btn-group-vertical label, .giftcards .page-form .btn-group label, .giftcards .page-form .btn-group-vertical label {
  width: auto;
  display: inline-block;
  float: none;
  background-color: #FFF;
  border-color: #f4f4f4;
  padding: 9px 13px;
  color: #7d8091;
  font-size: 13px;
  text-transform: none;
  top: 0;
  transform: translateY(0%);
  /* Extra Small Devices */
  /* Small Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 480px) {
  /* line 608, ../sass/_23_registration.scss */
  .rescuewing .page-form .btn-group label, .rescuewing .page-form .btn-group-vertical label, .launch .page-form .btn-group label, .launch .page-form .btn-group-vertical label, .customer-registration .page-form .btn-group label, .customer-registration .page-form .btn-group-vertical label, .driver-registration .page-form .btn-group label, .driver-registration .page-form .btn-group-vertical label, #driver-profile .page-form .btn-group label, #driver-profile .page-form .btn-group-vertical label, #driver-adjustment .page-form .btn-group label, #driver-adjustment .page-form .btn-group-vertical label, .bar-registration .page-form .btn-group label, .bar-registration .page-form .btn-group-vertical label, .background-check-approval .page-form .btn-group label, .background-check-approval .page-form .btn-group-vertical label, .giftcards .page-form .btn-group label, .giftcards .page-form .btn-group-vertical label {
    padding: 14px 18px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 608, ../sass/_23_registration.scss */
  .rescuewing .page-form .btn-group label, .rescuewing .page-form .btn-group-vertical label, .launch .page-form .btn-group label, .launch .page-form .btn-group-vertical label, .customer-registration .page-form .btn-group label, .customer-registration .page-form .btn-group-vertical label, .driver-registration .page-form .btn-group label, .driver-registration .page-form .btn-group-vertical label, #driver-profile .page-form .btn-group label, #driver-profile .page-form .btn-group-vertical label, #driver-adjustment .page-form .btn-group label, #driver-adjustment .page-form .btn-group-vertical label, .bar-registration .page-form .btn-group label, .bar-registration .page-form .btn-group-vertical label, .background-check-approval .page-form .btn-group label, .background-check-approval .page-form .btn-group-vertical label, .giftcards .page-form .btn-group label, .giftcards .page-form .btn-group-vertical label {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 608, ../sass/_23_registration.scss */
  .rescuewing .page-form .btn-group label, .rescuewing .page-form .btn-group-vertical label, .launch .page-form .btn-group label, .launch .page-form .btn-group-vertical label, .customer-registration .page-form .btn-group label, .customer-registration .page-form .btn-group-vertical label, .driver-registration .page-form .btn-group label, .driver-registration .page-form .btn-group-vertical label, #driver-profile .page-form .btn-group label, #driver-profile .page-form .btn-group-vertical label, #driver-adjustment .page-form .btn-group label, #driver-adjustment .page-form .btn-group-vertical label, .bar-registration .page-form .btn-group label, .bar-registration .page-form .btn-group-vertical label, .background-check-approval .page-form .btn-group label, .background-check-approval .page-form .btn-group-vertical label, .giftcards .page-form .btn-group label, .giftcards .page-form .btn-group-vertical label {
    padding: 14px 20px;
  }
}
/* line 641, ../sass/_23_registration.scss */
.rescuewing .page-form .btn-group label.active, .rescuewing .page-form .btn-group-vertical label.active, .launch .page-form .btn-group label.active, .launch .page-form .btn-group-vertical label.active, .customer-registration .page-form .btn-group label.active, .customer-registration .page-form .btn-group-vertical label.active, .driver-registration .page-form .btn-group label.active, .driver-registration .page-form .btn-group-vertical label.active, #driver-profile .page-form .btn-group label.active, #driver-profile .page-form .btn-group-vertical label.active, #driver-adjustment .page-form .btn-group label.active, #driver-adjustment .page-form .btn-group-vertical label.active, .bar-registration .page-form .btn-group label.active, .bar-registration .page-form .btn-group-vertical label.active, .background-check-approval .page-form .btn-group label.active, .background-check-approval .page-form .btn-group-vertical label.active, .giftcards .page-form .btn-group label.active, .giftcards .page-form .btn-group-vertical label.active {
  background: #000;
  color: #FFF;
}
/* line 650, ../sass/_23_registration.scss */
.rescuewing .page-form .btn-group label:first-child, .launch .page-form .btn-group label:first-child, .customer-registration .page-form .btn-group label:first-child, .driver-registration .page-form .btn-group label:first-child, #driver-profile .page-form .btn-group label:first-child, #driver-adjustment .page-form .btn-group label:first-child, .bar-registration .page-form .btn-group label:first-child, .background-check-approval .page-form .btn-group label:first-child, .giftcards .page-form .btn-group label:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 0;
}
/* line 657, ../sass/_23_registration.scss */
.rescuewing .page-form .btn-group label:last-child, .launch .page-form .btn-group label:last-child, .customer-registration .page-form .btn-group label:last-child, .driver-registration .page-form .btn-group label:last-child, #driver-profile .page-form .btn-group label:last-child, #driver-adjustment .page-form .btn-group label:last-child, .bar-registration .page-form .btn-group label:last-child, .background-check-approval .page-form .btn-group label:last-child, .giftcards .page-form .btn-group label:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 10px;
}
/* line 665, ../sass/_23_registration.scss */
.rescuewing .page-form .btn-group-vertical label, .launch .page-form .btn-group-vertical label, .customer-registration .page-form .btn-group-vertical label, .driver-registration .page-form .btn-group-vertical label, #driver-profile .page-form .btn-group-vertical label, #driver-adjustment .page-form .btn-group-vertical label, .bar-registration .page-form .btn-group-vertical label, .background-check-approval .page-form .btn-group-vertical label, .giftcards .page-form .btn-group-vertical label {
  border-radius: 0;
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
}
@media only screen and (min-width: 480px) {
  /* line 665, ../sass/_23_registration.scss */
  .rescuewing .page-form .btn-group-vertical label, .launch .page-form .btn-group-vertical label, .customer-registration .page-form .btn-group-vertical label, .driver-registration .page-form .btn-group-vertical label, #driver-profile .page-form .btn-group-vertical label, #driver-adjustment .page-form .btn-group-vertical label, .bar-registration .page-form .btn-group-vertical label, .background-check-approval .page-form .btn-group-vertical label, .giftcards .page-form .btn-group-vertical label {
    font-size: 13px;
  }
}
/* line 685, ../sass/_23_registration.scss */
.rescuewing .page-form .btn-group-vertical label:first-child, .launch .page-form .btn-group-vertical label:first-child, .customer-registration .page-form .btn-group-vertical label:first-child, .driver-registration .page-form .btn-group-vertical label:first-child, #driver-profile .page-form .btn-group-vertical label:first-child, #driver-adjustment .page-form .btn-group-vertical label:first-child, .bar-registration .page-form .btn-group-vertical label:first-child, .background-check-approval .page-form .btn-group-vertical label:first-child, .giftcards .page-form .btn-group-vertical label:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 692, ../sass/_23_registration.scss */
.rescuewing .page-form .btn-group-vertical label:last-child, .launch .page-form .btn-group-vertical label:last-child, .customer-registration .page-form .btn-group-vertical label:last-child, .driver-registration .page-form .btn-group-vertical label:last-child, #driver-profile .page-form .btn-group-vertical label:last-child, #driver-adjustment .page-form .btn-group-vertical label:last-child, .bar-registration .page-form .btn-group-vertical label:last-child, .background-check-approval .page-form .btn-group-vertical label:last-child, .giftcards .page-form .btn-group-vertical label:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* line 700, ../sass/_23_registration.scss */
.rescuewing .check-area, .launch .check-area, .customer-registration .check-area, .driver-registration .check-area, #driver-profile .check-area, #driver-adjustment .check-area, .bar-registration .check-area, .background-check-approval .check-area, .giftcards .check-area {
  margin: 70px 0;
}
/* line 703, ../sass/_23_registration.scss */
.rescuewing .check-area p, .launch .check-area p, .customer-registration .check-area p, .driver-registration .check-area p, #driver-profile .check-area p, #driver-adjustment .check-area p, .bar-registration .check-area p, .background-check-approval .check-area p, .giftcards .check-area p {
  text-transform: uppercase;
  text-align: center;
}
/* line 710, ../sass/_23_registration.scss */
.rescuewing .check-area .the-time.btn-group-vertical, .rescuewing .check-area .day-list.btn-group-vertical, .launch .check-area .the-time.btn-group-vertical, .launch .check-area .day-list.btn-group-vertical, .customer-registration .check-area .the-time.btn-group-vertical, .customer-registration .check-area .day-list.btn-group-vertical, .driver-registration .check-area .the-time.btn-group-vertical, .driver-registration .check-area .day-list.btn-group-vertical, #driver-profile .check-area .the-time.btn-group-vertical, #driver-profile .check-area .day-list.btn-group-vertical, #driver-adjustment .check-area .the-time.btn-group-vertical, #driver-adjustment .check-area .day-list.btn-group-vertical, .bar-registration .check-area .the-time.btn-group-vertical, .bar-registration .check-area .day-list.btn-group-vertical, .background-check-approval .check-area .the-time.btn-group-vertical, .background-check-approval .check-area .day-list.btn-group-vertical, .giftcards .check-area .the-time.btn-group-vertical, .giftcards .check-area .day-list.btn-group-vertical {
  width: 150px;
  margin: 0 auto 40px;
}
/* line 715, ../sass/_23_registration.scss */
.rescuewing .check-area .the-time label, .rescuewing .check-area .day-list label, .launch .check-area .the-time label, .launch .check-area .day-list label, .customer-registration .check-area .the-time label, .customer-registration .check-area .day-list label, .driver-registration .check-area .the-time label, .driver-registration .check-area .day-list label, #driver-profile .check-area .the-time label, #driver-profile .check-area .day-list label, #driver-adjustment .check-area .the-time label, #driver-adjustment .check-area .day-list label, .bar-registration .check-area .the-time label, .bar-registration .check-area .day-list label, .background-check-approval .check-area .the-time label, .background-check-approval .check-area .day-list label, .giftcards .check-area .the-time label, .giftcards .check-area .day-list label {
  text-transform: none;
  color: #7d8091;
  font-size: 13px;
  text-align: center;
}
/* line 724, ../sass/_23_registration.scss */
.rescuewing .check-area .the-time, .launch .check-area .the-time, .customer-registration .check-area .the-time, .driver-registration .check-area .the-time, #driver-profile .check-area .the-time, #driver-adjustment .check-area .the-time, .bar-registration .check-area .the-time, .background-check-approval .check-area .the-time, .giftcards .check-area .the-time {
  margin: 5px 0 0;
}
/* line 727, ../sass/_23_registration.scss */
.rescuewing .check-area .the-time label, .launch .check-area .the-time label, .customer-registration .check-area .the-time label, .driver-registration .check-area .the-time label, #driver-profile .check-area .the-time label, #driver-adjustment .check-area .the-time label, .bar-registration .check-area .the-time label, .background-check-approval .check-area .the-time label, .giftcards .check-area .the-time label {
  padding: 9px 25px;
  /* Extra Small Devices */
  /* Small Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 480px) {
  /* line 727, ../sass/_23_registration.scss */
  .rescuewing .check-area .the-time label, .launch .check-area .the-time label, .customer-registration .check-area .the-time label, .driver-registration .check-area .the-time label, #driver-profile .check-area .the-time label, #driver-adjustment .check-area .the-time label, .bar-registration .check-area .the-time label, .background-check-approval .check-area .the-time label, .giftcards .check-area .the-time label {
    padding: 14px 18px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 727, ../sass/_23_registration.scss */
  .rescuewing .check-area .the-time label, .launch .check-area .the-time label, .customer-registration .check-area .the-time label, .driver-registration .check-area .the-time label, #driver-profile .check-area .the-time label, #driver-adjustment .check-area .the-time label, .bar-registration .check-area .the-time label, .background-check-approval .check-area .the-time label, .giftcards .check-area .the-time label {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 727, ../sass/_23_registration.scss */
  .rescuewing .check-area .the-time label, .launch .check-area .the-time label, .customer-registration .check-area .the-time label, .driver-registration .check-area .the-time label, #driver-profile .check-area .the-time label, #driver-adjustment .check-area .the-time label, .bar-registration .check-area .the-time label, .background-check-approval .check-area .the-time label, .giftcards .check-area .the-time label {
    padding: 14px 20px;
  }
}
/* line 749, ../sass/_23_registration.scss */
.rescuewing .center-row, .launch .center-row, .customer-registration .center-row, .driver-registration .center-row, #driver-profile .center-row, #driver-adjustment .center-row, .bar-registration .center-row, .background-check-approval .center-row, .giftcards .center-row {
  margin: 30px 0 0;
}
/* line 752, ../sass/_23_registration.scss */
.rescuewing .center-row .center-block, .launch .center-row .center-block, .customer-registration .center-row .center-block, .driver-registration .center-row .center-block, #driver-profile .center-row .center-block, #driver-adjustment .center-row .center-block, .bar-registration .center-row .center-block, .background-check-approval .center-row .center-block, .giftcards .center-row .center-block {
  float: none;
}
/* line 757, ../sass/_23_registration.scss */
.rescuewing .toggle-areas, .launch .toggle-areas, .customer-registration .toggle-areas, .driver-registration .toggle-areas, #driver-profile .toggle-areas, #driver-adjustment .toggle-areas, .bar-registration .toggle-areas, .background-check-approval .toggle-areas, .giftcards .toggle-areas {
  width: 80%;
  margin: auto;
}

/* line 764, ../sass/_23_registration.scss */
.bar-registration h2 {
  font-size: 42px;
  text-align: center;
  margin: 10px 0 40px;
}

/* line 771, ../sass/_23_registration.scss */
.background-check-approval h2 {
  font-size: 42px;
  text-align: center;
  margin: 10px 0 40px;
  letter-spacing: -4px;
  font-weight: 600;
}
/* line 779, ../sass/_23_registration.scss */
.background-check-approval .instructions {
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.3;
}
/* line 785, ../sass/_23_registration.scss */
.background-check-approval .identifications {
  margin-top: 30px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.3;
}
/* line 794, ../sass/_23_registration.scss */
.background-check-approval h3 {
  margin-top: 50px;
}
/* line 797, ../sass/_23_registration.scss */
.background-check-approval h3 b {
  color: #ff4a4a;
  font-weight: normal;
}
/* line 804, ../sass/_23_registration.scss */
.background-check-approval .row.alignleft label {
  text-align: left;
}

/* line 1, ../sass/_24_customer_account.scss */
.customer-account {
  /* Custom, iPhone Retina */
  /* Extra Small Devices */
  /* Small Devices */
  /* Medium Devices / Desktops */
  /* Large Devices */
}
/* line 24, ../sass/_24_customer_account.scss */
.customer-account .customer-icon {
  margin: 35px 0 20px;
  text-align: center;
}
@media only screen and (max-width: 374px) {
  /* line 24, ../sass/_24_customer_account.scss */
  .customer-account .customer-icon {
    display: none;
  }
}
/* line 32, ../sass/_24_customer_account.scss */
.customer-account .customer-icon img {
  height: 80px;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 32, ../sass/_24_customer_account.scss */
  .customer-account .customer-icon img {
    height: 117px;
  }
}
/* line 42, ../sass/_24_customer_account.scss */
.customer-account h3 {
  margin: 0 0 27px;
  padding: 0;
  color: #3a3a3c;
  text-align: center;
  font-size: 30px;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 42, ../sass/_24_customer_account.scss */
  .customer-account h3 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 374px) {
  /* line 42, ../sass/_24_customer_account.scss */
  .customer-account h3 {
    margin-top: 30px;
  }
}
/* line 59, ../sass/_24_customer_account.scss */
.customer-account .top-info {
  margin-bottom: 30px;
}
/* line 62, ../sass/_24_customer_account.scss */
.customer-account .top-info > div {
  text-align: center;
  /* Small Devices */
}
@media only screen and (min-width: 768px) {
  /* line 62, ../sass/_24_customer_account.scss */
  .customer-account .top-info > div {
    text-align: left;
  }
}
/* line 71, ../sass/_24_customer_account.scss */
.customer-account .top-info .info {
  position: relative;
  margin: 25px 0 0;
  text-align: center;
  /* Small Devices */
}
@media only screen and (min-width: 768px) {
  /* line 71, ../sass/_24_customer_account.scss */
  .customer-account .top-info .info {
    margin-top: 8px;
    text-align: left;
  }
}
/* line 83, ../sass/_24_customer_account.scss */
.customer-account .top-info .info i {
  display: inline-block;
  /* Small Devices */
}
@media only screen and (min-width: 768px) {
  /* line 83, ../sass/_24_customer_account.scss */
  .customer-account .top-info .info i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* line 94, ../sass/_24_customer_account.scss */
.customer-account .top-info .info p {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  text-transform: uppercase;
  /* Small Devices */
}
@media only screen and (min-width: 768px) {
  /* line 94, ../sass/_24_customer_account.scss */
  .customer-account .top-info .info p {
    padding-left: 20px;
  }
}
/* line 106, ../sass/_24_customer_account.scss */
.customer-account .top-info .info p b {
  color: #83d3ff;
  font-weight: normal;
}
/* line 114, ../sass/_24_customer_account.scss */
.customer-account .customer-nav {
  position: relative;
  display: table;
  margin: 0 auto 40px;
  border-left: 1px solid #a6a8b2;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 114, ../sass/_24_customer_account.scss */
  .customer-account .customer-nav {
    width: 100%;
    height: 32px;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
    border-left: 0;
    border-top: 1px solid #a6a8b2;
  }
}
/* line 135, ../sass/_24_customer_account.scss */
.customer-account .customer-nav i {
  display: block;
  position: absolute;
  top: 18px;
  left: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 6px;
  border-color: transparent transparent transparent #000;
  transition: top 0.4s ease-in-out;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 135, ../sass/_24_customer_account.scss */
  .customer-account .customer-nav i {
    top: -1px;
    left: 46px;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
    transition: left 0.4s ease-in-out;
  }
}
/* line 159, ../sass/_24_customer_account.scss */
.customer-account .customer-nav ul {
  margin: 10px 0 10px 15px;
  padding: 0;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 159, ../sass/_24_customer_account.scss */
  .customer-account .customer-nav ul {
    margin-top: 16px;
    margin-left: 0;
    margin-bottom: 0;
  }
}
/* line 169, ../sass/_24_customer_account.scss */
.customer-account .customer-nav ul li {
  height: 30px;
  padding: 5px 0;
  font-size: 14px;
  /* Medium Devices / Desktops */
  /* Large Devices */
}
@media only screen and (min-width: 992px) {
  /* line 169, ../sass/_24_customer_account.scss */
  .customer-account .customer-nav ul li {
    float: left;
    height: auto;
    margin-left: 25px;
    padding: 0;
  }
  /* line 181, ../sass/_24_customer_account.scss */
  .customer-account .customer-nav ul li:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 169, ../sass/_24_customer_account.scss */
  .customer-account .customer-nav ul li {
    margin-left: 36px;
  }
}
/* line 191, ../sass/_24_customer_account.scss */
.customer-account .customer-nav ul li a, .customer-account .customer-nav ul li .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .customer-account .customer-nav ul li a, .customer-account .customer-nav ul li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .customer-account .customer-nav ul li a:hover, .customer-account .customer-nav ul li .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .customer-account .customer-nav ul li a, .customer-account .customer-nav ul li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .customer-account .customer-nav ul li a:hover {
  display: block;
  color: #a6a8b2;
  font-weight: 800;
  text-transform: uppercase;
  transition: color 0.15s linear;
}
/* line 201, ../sass/_24_customer_account.scss */
.customer-account .customer-nav ul li.active a, .customer-account .customer-nav ul li.active .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .customer-account .customer-nav ul li.active a, .customer-account .customer-nav ul li.active .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .customer-account .customer-nav ul li.active a:hover, .customer-account .customer-nav ul li.active .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .customer-account .customer-nav ul li.active a, .customer-account .customer-nav ul li.active .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .customer-account .customer-nav ul li.active a:hover, .customer-account .customer-nav ul li a:hover, .customer-account .customer-nav ul li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .customer-account .customer-nav ul li a:hover, .customer-account .customer-nav ul li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .customer-account .customer-nav ul li a:hover {
  color: #000;
  text-decoration: none;
}
/* line 209, ../sass/_24_customer_account.scss */
.customer-account .customer-container {
  padding: 20px 0;
  background: #f4f4f4;
}
/* line 215, ../sass/_24_customer_account.scss */
.customer-account .customer-container .customer-filter-nav nav {
  margin: 0 0 30px;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 215, ../sass/_24_customer_account.scss */
  .customer-account .customer-container .customer-filter-nav nav {
    height: 50px;
  }
}
/* line 223, ../sass/_24_customer_account.scss */
.customer-account .customer-container .customer-filter-nav nav ul {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 229, ../sass/_24_customer_account.scss */
.customer-account .customer-container .customer-filter-nav nav ul li {
  display: block;
  margin: 15px 0 0;
  line-height: 1;
  /* Medium Devices / Desktops */
}
/* line 236, ../sass/_24_customer_account.scss */
.customer-account .customer-container .customer-filter-nav nav ul li:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  /* line 229, ../sass/_24_customer_account.scss */
  .customer-account .customer-container .customer-filter-nav nav ul li {
    display: inline-block;
    margin-left: 10px;
  }
  /* line 246, ../sass/_24_customer_account.scss */
  .customer-account .customer-container .customer-filter-nav nav ul li:first-child {
    margin-left: 0;
  }
}
/* line 251, ../sass/_24_customer_account.scss */
.customer-account .customer-container .customer-filter-nav nav ul li a, .customer-account .customer-container .customer-filter-nav nav ul li .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .customer-account .customer-container .customer-filter-nav nav ul li a, .customer-account .customer-container .customer-filter-nav nav ul li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .customer-account .customer-container .customer-filter-nav nav ul li a:hover, .customer-account .customer-container .customer-filter-nav nav ul li .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .customer-account .customer-container .customer-filter-nav nav ul li a, .customer-account .customer-container .customer-filter-nav nav ul li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .customer-account .customer-container .customer-filter-nav nav ul li a:hover {
  display: inline-block;
  background: #FFF;
  padding: 7px 10px;
  color: #000;
  font-size: 14px;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 251, ../sass/_24_customer_account.scss */
  .customer-account .customer-container .customer-filter-nav nav ul li a, .customer-account .customer-container .customer-filter-nav nav ul li .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .customer-account .customer-container .customer-filter-nav nav ul li a, .customer-account .customer-container .customer-filter-nav nav ul li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .customer-account .customer-container .customer-filter-nav nav ul li a:hover, .customer-account .customer-container .customer-filter-nav nav ul li .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .customer-account .customer-container .customer-filter-nav nav ul li a, .customer-account .customer-container .customer-filter-nav nav ul li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .customer-account .customer-container .customer-filter-nav nav ul li a:hover {
    font-size: 11px;
  }
}
/* line 267, ../sass/_24_customer_account.scss */
.customer-account .customer-container .customer-filter-nav nav ul li a:hover, .customer-account .customer-container .customer-filter-nav nav ul li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .customer-account .customer-container .customer-filter-nav nav ul li a:hover, .customer-account .customer-container .customer-filter-nav nav ul li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .customer-account .customer-container .customer-filter-nav nav ul li a:hover, .customer-account .customer-container .customer-filter-nav nav ul li.active a, .customer-account .customer-container .customer-filter-nav nav ul li.active .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .customer-account .customer-container .customer-filter-nav nav ul li.active a, .customer-account .customer-container .customer-filter-nav nav ul li.active .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .customer-account .customer-container .customer-filter-nav nav ul li.active a:hover, .customer-account .customer-container .customer-filter-nav nav ul li.active .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .customer-account .customer-container .customer-filter-nav nav ul li.active a, .customer-account .customer-container .customer-filter-nav nav ul li.active .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .customer-account .customer-container .customer-filter-nav nav ul li.active a:hover {
  text-decoration: none;
  background: #000;
  color: #FFF;
}
/* line 278, ../sass/_24_customer_account.scss */
.customer-account .customer-pagination {
  margin: 40px 0 0;
  text-align: center;
}
/* line 283, ../sass/_24_customer_account.scss */
.customer-account .customer-pagination nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 288, ../sass/_24_customer_account.scss */
.customer-account .customer-pagination nav ul {
  display: flex;
  align-items: center;
  height: 40px;
  margin: 0 5px 10px;
  padding: 0 10px;
  border-radius: 5px;
  background: #FFF;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 374px) {
  /* line 300, ../sass/_24_customer_account.scss */
  .customer-account .customer-pagination nav ul.results {
    flex-basis: 100%;
    justify-content: center;
  }
}
/* line 307, ../sass/_24_customer_account.scss */
.customer-account .customer-pagination nav ul.results li {
  font-weight: bold;
  border-radius: 0;
}
/* line 311, ../sass/_24_customer_account.scss */
.customer-account .customer-pagination nav ul.results li b {
  color: #ff4a4a;
  margin-right: 5px;
}
/* line 320, ../sass/_24_customer_account.scss */
.customer-account .customer-pagination nav ul.shortcuts li.next a, .customer-account .customer-pagination nav ul.shortcuts li.next .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .customer-account .customer-pagination nav ul.shortcuts li.next a, .customer-account .customer-pagination nav ul.shortcuts li.next .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .customer-account .customer-pagination nav ul.shortcuts li.next a:hover, .customer-account .customer-pagination nav ul.shortcuts li.next .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .customer-account .customer-pagination nav ul.shortcuts li.next a, .customer-account .customer-pagination nav ul.shortcuts li.next .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .customer-account .customer-pagination nav ul.shortcuts li.next a:hover, .customer-account .customer-pagination nav ul.shortcuts li.last a, .customer-account .customer-pagination nav ul.shortcuts li.last .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .customer-account .customer-pagination nav ul.shortcuts li.last a, .customer-account .customer-pagination nav ul.shortcuts li.last .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .customer-account .customer-pagination nav ul.shortcuts li.last a:hover, .customer-account .customer-pagination nav ul.shortcuts li.last .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .customer-account .customer-pagination nav ul.shortcuts li.last a, .customer-account .customer-pagination nav ul.shortcuts li.last .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .customer-account .customer-pagination nav ul.shortcuts li.last a:hover {
  width: inherit;
}
/* line 326, ../sass/_24_customer_account.scss */
.customer-account .customer-pagination nav ul li {
  display: flex;
  text-transform: uppercase;
  font-size: 12px;
  background: transparent;
}
/* line 334, ../sass/_24_customer_account.scss */
.customer-account .customer-pagination nav ul li a, .customer-account .customer-pagination nav ul li .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .customer-account .customer-pagination nav ul li a, .customer-account .customer-pagination nav ul li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .customer-account .customer-pagination nav ul li a:hover, .customer-account .customer-pagination nav ul li .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .customer-account .customer-pagination nav ul li a, .customer-account .customer-pagination nav ul li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .customer-account .customer-pagination nav ul li a:hover {
  display: inline-block;
  margin-top: 5px;
  color: #a6a8b2;
  border-bottom: 3px solid transparent;
  line-height: 1;
  padding-bottom: 2px;
  width: 14px;
  font-weight: bold;
  transition: color 0.1s linear, border-bottom 0.1s linear;
}
/* line 349, ../sass/_24_customer_account.scss */
.customer-account .customer-pagination nav ul li.active a, .customer-account .customer-pagination nav ul li.active .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .customer-account .customer-pagination nav ul li.active a, .customer-account .customer-pagination nav ul li.active .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .customer-account .customer-pagination nav ul li.active a:hover, .customer-account .customer-pagination nav ul li.active .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .customer-account .customer-pagination nav ul li.active a, .customer-account .customer-pagination nav ul li.active .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .customer-account .customer-pagination nav ul li.active a:hover {
  border-bottom-color: #000;
  color: #000;
}
/* line 354, ../sass/_24_customer_account.scss */
.customer-account .customer-pagination nav ul li a:hover, .customer-account .customer-pagination nav ul li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .customer-account .customer-pagination nav ul li a:hover, .customer-account .customer-pagination nav ul li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .customer-account .customer-pagination nav ul li a:hover {
  color: #000;
  text-decoration: none;
}
/* line 364, ../sass/_24_customer_account.scss */
.customer-account #customer-profile h3 {
  margin: 20px 0 30px;
  font-size: 14px;
  text-align: center;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 364, ../sass/_24_customer_account.scss */
  .customer-account #customer-profile h3 {
    margin-bottom: 10px;
  }
}
/* line 374, ../sass/_24_customer_account.scss */
.customer-account #customer-profile h3.margintop {
  margin-top: 40px;
}
/* line 378, ../sass/_24_customer_account.scss */
.customer-account #customer-profile h3 span {
  display: inline-block;
  padding: 12px 17px;
  background: #000;
  border-radius: 10px;
  color: #FFF;
  text-transform: uppercase;
}
/* line 389, ../sass/_24_customer_account.scss */
.customer-account #customer-profile form .submit-form {
  margin-top: 80px;
  width: auto !important;
  font-size: 14px !important;
  color: #fff !important;
  border: none;
  background: #ff4a4a;
  text-transform: uppercase;
  padding: 24px 70px !important;
  position: relative;
  left: 50%;
  margin-left: -91px !important;
}
@media only screen and (max-width: 768px) {
  /* line 389, ../sass/_24_customer_account.scss */
  .customer-account #customer-profile form .submit-form {
    padding: 14px 42px !important;
  }
}
/* line 412, ../sass/_24_customer_account.scss */
.customer-account #customer-transaction .table td.success, .customer-account #customer-adjustments .table td.success {
  background-color: transparent;
  color: #45bbfc;
}
/* line 418, ../sass/_24_customer_account.scss */
.customer-account #customer-transaction .table td.error, .customer-account #customer-adjustments .table td.error {
  background-color: transparent;
  color: #ff4a4a;
}
/* line 428, ../sass/_24_customer_account.scss */
.customer-account #customer-promotion form {
  margin: 0 0 40px;
}
/* line 431, ../sass/_24_customer_account.scss */
.customer-account #customer-promotion form div {
  text-align: center;
}
/* line 435, ../sass/_24_customer_account.scss */
.customer-account #customer-promotion form label {
  text-transform: uppercase;
  font-size: 12px;
}
/* line 440, ../sass/_24_customer_account.scss */
.customer-account #customer-promotion form input {
  height: 50px;
  margin: 0 15px;
  border-radius: 5px;
  border: none;
  background: #FFF;
  padding: 10px;
}
/* line 450, ../sass/_24_customer_account.scss */
.customer-account #customer-promotion form button:focus {
  outline: 0;
}
/* line 457, ../sass/_24_customer_account.scss */
.customer-account #customer-promotion .table td.success i, .customer-account #customer-promotion .table td.error i {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  top: 3px;
  border-radius: 50%;
}
/* line 465, ../sass/_24_customer_account.scss */
.customer-account #customer-promotion .table td.success span, .customer-account #customer-promotion .table td.error span {
  padding-right: 18px;
  margin-right: -13px;
}
/* line 471, ../sass/_24_customer_account.scss */
.customer-account #customer-promotion .table td.success {
  background-color: transparent;
}
/* line 474, ../sass/_24_customer_account.scss */
.customer-account #customer-promotion .table td.success i {
  background: #12d665;
}
/* line 479, ../sass/_24_customer_account.scss */
.customer-account #customer-promotion .table td.error {
  background-color: transparent;
}
/* line 482, ../sass/_24_customer_account.scss */
.customer-account #customer-promotion .table td.error i {
  background: #ff4a4a;
}
/* line 490, ../sass/_24_customer_account.scss */
.customer-account #customer-referral hgroup {
  margin: 40px 0 30px;
}
/* line 493, ../sass/_24_customer_account.scss */
.customer-account #customer-referral h3 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #000;
  font-size: 40px;
  text-align: left;
}
/* line 500, ../sass/_24_customer_account.scss */
.customer-account #customer-referral h4 {
  margin: 0;
  padding: 0;
  color: #7d8091;
  font-size: 24px;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
}
/* line 509, ../sass/_24_customer_account.scss */
.customer-account #customer-referral p {
  color: #7d8091;
}
/* line 513, ../sass/_24_customer_account.scss */
.customer-account #customer-referral .share {
  margin: 40px 0 50px;
}
/* line 516, ../sass/_24_customer_account.scss */
.customer-account #customer-referral .share a {
  display: inline-block;
}
/* line 520, ../sass/_24_customer_account.scss */
.customer-account #customer-referral .share .margin {
  margin-left: 20px;
}

/* line 1, ../sass/_25_driver_account.scss */
.driver-account {
  /* Custom, iPhone Retina */
  /* Extra Small Devices */
  /* Small Devices */
  /* Medium Devices / Desktops */
  /* Large Devices */
}
/* line 25, ../sass/_25_driver_account.scss */
.driver-account .margin10 {
  margin-top: 10px;
}
/* line 29, ../sass/_25_driver_account.scss */
.driver-account .margin5 {
  margin-top: 5px;
}
/* line 33, ../sass/_25_driver_account.scss */
.driver-account .legend {
  margin-bottom: 20px;
  text-align: center;
}
/* line 38, ../sass/_25_driver_account.scss */
.driver-account .legend .legend-item {
  display: inline-block;
  margin-left: 11px;
  font-size: 12px;
}
/* line 45, ../sass/_25_driver_account.scss */
.driver-account .driver-icon {
  margin: 35px 0 20px;
  text-align: center;
}
/* line 49, ../sass/_25_driver_account.scss */
.driver-account .driver-icon img {
  height: 80px;
}
/* line 56, ../sass/_25_driver_account.scss */
.driver-account .basic-warning.margin-bottom {
  margin-bottom: 50px;
}
/* line 60, ../sass/_25_driver_account.scss */
.driver-account .basic-warning.small-margin-bottom {
  margin-bottom: 25px;
}
/* line 64, ../sass/_25_driver_account.scss */
.driver-account .basic-warning span.black-area {
  text-transform: uppercase;
  background: #000;
  display: inline-block;
  border-radius: 9px;
  color: #FFF;
  padding: 6px 30px;
}
/* line 74, ../sass/_25_driver_account.scss */
.driver-account h5 {
  margin: 30px 0 0;
  color: #000;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}
/* line 83, ../sass/_25_driver_account.scss */
.driver-account h3 {
  margin: 0 0 20px;
  padding: 0;
  color: #3a3a3c;
  text-align: center;
  font-size: 30px;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 83, ../sass/_25_driver_account.scss */
  .driver-account h3 {
    font-size: 35px;
  }
}
/* line 96, ../sass/_25_driver_account.scss */
.driver-account .top-info {
  margin-bottom: 30px;
  text-align: center;
}
/* line 101, ../sass/_25_driver_account.scss */
.driver-account .top-info .profile-warn {
  text-transform: uppercase;
  color: #31de7e;
  font-size: 12px;
  font-weight: bold;
}
/* line 108, ../sass/_25_driver_account.scss */
.driver-account .top-info .profile-warn a:hover, .driver-account .top-info .profile-warn .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .driver-account .top-info .profile-warn a:hover, .driver-account .top-info .profile-warn .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .driver-account .top-info .profile-warn a:hover {
  color: #31de7e;
  border-color: #31de7e;
}
/* line 116, ../sass/_25_driver_account.scss */
.driver-account .pdf {
  margin-top: 30px;
}
/* line 119, ../sass/_25_driver_account.scss */
.driver-account .pdf a, .driver-account .pdf .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .driver-account .pdf a, .driver-account .pdf .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .driver-account .pdf a:hover, .driver-account .pdf .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .driver-account .pdf a, .driver-account .pdf .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .driver-account .pdf a:hover {
  font-weight: normal;
  text-decoration: underline;
}
/* line 123, ../sass/_25_driver_account.scss */
.driver-account .pdf a span, .driver-account .pdf .giftcards .form-holder form fieldset .options .option.active a span, .giftcards .form-holder form fieldset .options .option.active .driver-account .pdf a span, .driver-account .pdf .giftcards .form-holder form fieldset .options .option a:hover span, .giftcards .form-holder form fieldset .options .option .driver-account .pdf a:hover span, .driver-account .pdf .giftcards_view .form-holder form fieldset .options .option.active a span, .giftcards_view .form-holder form fieldset .options .option.active .driver-account .pdf a span, .driver-account .pdf .giftcards_view .form-holder form fieldset .options .option a:hover span, .giftcards_view .form-holder form fieldset .options .option .driver-account .pdf a:hover span {
  display: inline-block;
  margin: 0 0 0 15px;
  text-decoration: underline;
}
/* line 132, ../sass/_25_driver_account.scss */
.driver-account .driver-nav {
  position: relative;
  display: table;
  margin: 0 auto 20px;
  border-left: 1px solid #a6a8b2;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 132, ../sass/_25_driver_account.scss */
  .driver-account .driver-nav {
    width: 100%;
    height: 32px;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
    border-left: 0;
    border-top: 1px solid #a6a8b2;
  }
}
/* line 153, ../sass/_25_driver_account.scss */
.driver-account .driver-nav i {
  display: block;
  position: absolute;
  top: 18px;
  left: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 6px;
  border-color: transparent transparent transparent #000;
  transition: top 0.4s ease-in-out;
  /* Medium Devices / Desktops */
}
/* line 165, ../sass/_25_driver_account.scss */
.driver-account .driver-nav i.profile {
  top: 48px;
}
/* line 169, ../sass/_25_driver_account.scss */
.driver-account .driver-nav i.transaction {
  top: 78px;
}
/* line 173, ../sass/_25_driver_account.scss */
.driver-account .driver-nav i.adjustments {
  top: 108px;
}
/* line 177, ../sass/_25_driver_account.scss */
.driver-account .driver-nav i.promotion {
  top: 138px;
}
/* line 181, ../sass/_25_driver_account.scss */
.driver-account .driver-nav i.referral {
  top: 168px;
}
@media only screen and (min-width: 992px) {
  /* line 153, ../sass/_25_driver_account.scss */
  .driver-account .driver-nav i {
    top: -1px;
    left: 46px;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
    transition: left 0.4s ease-in-out;
  }
  /* line 195, ../sass/_25_driver_account.scss */
  .driver-account .driver-nav i.profile {
    top: -1px;
    left: 170px;
  }
  /* line 200, ../sass/_25_driver_account.scss */
  .driver-account .driver-nav i.transaction {
    top: -1px;
    left: 334px;
  }
  /* line 205, ../sass/_25_driver_account.scss */
  .driver-account .driver-nav i.adjustments {
    top: -1px;
    left: 700px;
  }
  /* line 210, ../sass/_25_driver_account.scss */
  .driver-account .driver-nav i.promotion {
    top: -1px;
    left: 667px;
  }
  /* line 215, ../sass/_25_driver_account.scss */
  .driver-account .driver-nav i.referral {
    top: -1px;
    left: 868px;
  }
}
/* line 222, ../sass/_25_driver_account.scss */
.driver-account .driver-nav ul {
  margin: 10px 0 10px 15px;
  padding: 0;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 222, ../sass/_25_driver_account.scss */
  .driver-account .driver-nav ul {
    display: table-row;
    height: 31px;
    margin-top: 16px;
    margin-left: 0;
    margin-bottom: 0;
  }
}
/* line 236, ../sass/_25_driver_account.scss */
.driver-account .driver-nav ul li {
  height: 30px;
  padding: 5px 0;
  font-size: 14px;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 236, ../sass/_25_driver_account.scss */
  .driver-account .driver-nav ul li {
    display: table-cell;
    vertical-align: bottom;
    height: auto;
    padding: 0;
    text-align: center;
  }
  /* line 252, ../sass/_25_driver_account.scss */
  .driver-account .driver-nav ul li:first-child {
    margin-left: 0;
  }
}
/* line 257, ../sass/_25_driver_account.scss */
.driver-account .driver-nav ul li a, .driver-account .driver-nav ul li .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .driver-account .driver-nav ul li a, .driver-account .driver-nav ul li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .driver-account .driver-nav ul li a:hover, .driver-account .driver-nav ul li .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .driver-account .driver-nav ul li a, .driver-account .driver-nav ul li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .driver-account .driver-nav ul li a:hover {
  display: block;
  color: #a6a8b2;
  font-weight: 800;
  text-transform: uppercase;
  transition: color 0.15s linear;
}
/* line 267, ../sass/_25_driver_account.scss */
.driver-account .driver-nav ul li.active a, .driver-account .driver-nav ul li.active .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .driver-account .driver-nav ul li.active a, .driver-account .driver-nav ul li.active .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .driver-account .driver-nav ul li.active a:hover, .driver-account .driver-nav ul li.active .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .driver-account .driver-nav ul li.active a, .driver-account .driver-nav ul li.active .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .driver-account .driver-nav ul li.active a:hover, .driver-account .driver-nav ul li a:hover, .driver-account .driver-nav ul li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .driver-account .driver-nav ul li a:hover, .driver-account .driver-nav ul li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .driver-account .driver-nav ul li a:hover {
  color: #000;
  text-decoration: none;
}
/* line 275, ../sass/_25_driver_account.scss */
.driver-account .driver-container {
  padding: 20px 0;
  background: #f4f4f4;
}
/* line 281, ../sass/_25_driver_account.scss */
.driver-account .driver-container .driver-filter-nav nav {
  margin: 0 0 30px;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 281, ../sass/_25_driver_account.scss */
  .driver-account .driver-container .driver-filter-nav nav {
    height: 50px;
  }
}
/* line 289, ../sass/_25_driver_account.scss */
.driver-account .driver-container .driver-filter-nav nav ul {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 295, ../sass/_25_driver_account.scss */
.driver-account .driver-container .driver-filter-nav nav ul li {
  display: block;
  margin: 15px 0 0;
  line-height: 1;
  /* Medium Devices / Desktops */
}
/* line 302, ../sass/_25_driver_account.scss */
.driver-account .driver-container .driver-filter-nav nav ul li:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  /* line 295, ../sass/_25_driver_account.scss */
  .driver-account .driver-container .driver-filter-nav nav ul li {
    display: inline-block;
    margin-left: 10px;
  }
  /* line 312, ../sass/_25_driver_account.scss */
  .driver-account .driver-container .driver-filter-nav nav ul li:first-child {
    margin-left: 0;
  }
}
/* line 317, ../sass/_25_driver_account.scss */
.driver-account .driver-container .driver-filter-nav nav ul li a, .driver-account .driver-container .driver-filter-nav nav ul li .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .driver-account .driver-container .driver-filter-nav nav ul li a, .driver-account .driver-container .driver-filter-nav nav ul li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .driver-account .driver-container .driver-filter-nav nav ul li a:hover, .driver-account .driver-container .driver-filter-nav nav ul li .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .driver-account .driver-container .driver-filter-nav nav ul li a, .driver-account .driver-container .driver-filter-nav nav ul li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .driver-account .driver-container .driver-filter-nav nav ul li a:hover {
  display: inline-block;
  background: #FFF;
  padding: 7px 10px;
  color: #000;
  font-size: 14px;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 317, ../sass/_25_driver_account.scss */
  .driver-account .driver-container .driver-filter-nav nav ul li a, .driver-account .driver-container .driver-filter-nav nav ul li .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .driver-account .driver-container .driver-filter-nav nav ul li a, .driver-account .driver-container .driver-filter-nav nav ul li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .driver-account .driver-container .driver-filter-nav nav ul li a:hover, .driver-account .driver-container .driver-filter-nav nav ul li .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .driver-account .driver-container .driver-filter-nav nav ul li a, .driver-account .driver-container .driver-filter-nav nav ul li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .driver-account .driver-container .driver-filter-nav nav ul li a:hover {
    font-size: 11px;
  }
}
/* line 333, ../sass/_25_driver_account.scss */
.driver-account .driver-container .driver-filter-nav nav ul li a:hover, .driver-account .driver-container .driver-filter-nav nav ul li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .driver-account .driver-container .driver-filter-nav nav ul li a:hover, .driver-account .driver-container .driver-filter-nav nav ul li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .driver-account .driver-container .driver-filter-nav nav ul li a:hover, .driver-account .driver-container .driver-filter-nav nav ul li.active a, .driver-account .driver-container .driver-filter-nav nav ul li.active .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .driver-account .driver-container .driver-filter-nav nav ul li.active a, .driver-account .driver-container .driver-filter-nav nav ul li.active .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .driver-account .driver-container .driver-filter-nav nav ul li.active a:hover, .driver-account .driver-container .driver-filter-nav nav ul li.active .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .driver-account .driver-container .driver-filter-nav nav ul li.active a, .driver-account .driver-container .driver-filter-nav nav ul li.active .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .driver-account .driver-container .driver-filter-nav nav ul li.active a:hover {
  text-decoration: none;
  background: #000;
  color: #FFF;
}
/* line 343, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table {
  border-bottom: 1px solid #a6a8b2;
}
/* line 347, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr {
  font-size: 9px;
  text-align: center;
  line-height: 1;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 347, ../sass/_25_driver_account.scss */
  .driver-account .driver-container table.driver-table tr {
    font-size: 11px;
  }
}
/* line 357, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr th {
  min-width: 100px;
  vertical-align: middle;
  text-align: left;
}
/* line 362, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr th.th-actions {
  min-width: 200px;
}
@media only screen and (max-width: 768px) {
  /* line 357, ../sass/_25_driver_account.scss */
  .driver-account .driver-container table.driver-table tr th {
    min-width: auto;
  }
}
/* line 373, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr.with-detail {
  cursor: pointer;
}
/* line 377, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr.with-detail td.actions i {
  margin-left: -20px;
}
/* line 380, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr.with-detail td.actions .see-more {
  visibility: visible;
  margin-left: 0;
}
/* line 387, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr:first-child td {
  border-top: none;
}
/* line 391, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr td {
  padding: 15px 5px;
  border-top: 1px solid #a6a8b2;
  vertical-align: top;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 391, ../sass/_25_driver_account.scss */
  .driver-account .driver-container table.driver-table tr td {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* line 404, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr td i {
  display: inline-block;
}
/* line 408, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr td.value {
  position: relative;
}
/* line 410, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr td.value i {
  display: none;
}
/* line 414, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr td.value.with-icon {
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 418, ../sass/_25_driver_account.scss */
  .driver-account .driver-container table.driver-table tr td.value.with-icon span {
    display: inline-block;
    padding-right: 15px;
  }
  /* line 423, ../sass/_25_driver_account.scss */
  .driver-account .driver-container table.driver-table tr td.value.with-icon i {
    display: block;
    position: absolute;
    top: 9px;
    right: 10px;
  }
}
/* line 432, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr td.state {
  position: relative;
}
/* line 435, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr td.state span {
  display: inline-block;
}
/* line 439, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr td.state i {
  position: relative;
  left: 3px;
}
/* line 444, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr td.state.success {
  background-color: transparent;
}
/* line 447, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr td.state.success span {
  padding-right: 16px;
  margin-right: -16px;
}
/* line 453, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr td.state.success i {
  background-image: url("/img/icons/customer-success.png");
  background-repeat: no-repeat;
  display: inline-block;
}
/* line 458, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr td.state.error {
  background-color: transparent;
}
/* line 461, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr td.state.error span {
  padding-right: 13px;
  margin-right: -13px;
}
/* line 467, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr td.state.error i {
  top: 3px;
  background-image: url("/img/icons/customer-error.png");
  background-repeat: no-repeat;
  display: inline-block;
}
/* line 475, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr td.actions {
  position: relative;
}
/* line 478, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr td.actions i.see-more {
  visibility: hidden;
  position: absolute;
  top: 15px;
  right: 10px;
}
/* line 484, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr td.actions i.more-info {
  display: inline-block;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 484, ../sass/_25_driver_account.scss */
  .driver-account .driver-container table.driver-table tr td.actions i.more-info {
    display: none;
  }
}
/* line 496, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table thead tr {
  text-transform: uppercase;
  background: #ddd;
}
/* line 502, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table thead:first-child tr {
  background: #000;
  color: #a6a8b2;
}
/* line 509, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table th:first-child, .driver-account .driver-container table.driver-table td:first-child {
  width: 20px !important;
  min-width: 20px !important;
}
/* line 514, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table a i.see-more, .driver-account .driver-container table.driver-table .giftcards .form-holder form fieldset .options .option.active a i.see-more, .giftcards .form-holder form fieldset .options .option.active .driver-account .driver-container table.driver-table a i.see-more, .driver-account .driver-container table.driver-table .giftcards .form-holder form fieldset .options .option a:hover i.see-more, .giftcards .form-holder form fieldset .options .option .driver-account .driver-container table.driver-table a:hover i.see-more, .driver-account .driver-container table.driver-table .giftcards_view .form-holder form fieldset .options .option.active a i.see-more, .giftcards_view .form-holder form fieldset .options .option.active .driver-account .driver-container table.driver-table a i.see-more, .driver-account .driver-container table.driver-table .giftcards_view .form-holder form fieldset .options .option a:hover i.see-more, .giftcards_view .form-holder form fieldset .options .option .driver-account .driver-container table.driver-table a:hover i.see-more {
  color: #fff;
}
/* line 519, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table td.text-center, .driver-account .driver-container table.driver-table th.text-center {
  text-align: center;
}
/* line 522, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table td.text-left, .driver-account .driver-container table.driver-table th.text-left {
  text-align: left;
}
/* line 525, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table td.text-right, .driver-account .driver-container table.driver-table th.text-right {
  text-align: right;
}
/* line 531, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr.detail > td {
  padding: 0;
  border: none;
}
/* line 536, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr.detail .holder {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease-in-out;
}
/* line 546, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr.detail table {
  margin: 0;
  border: 7px solid #000;
}
/* line 551, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr.detail table thead {
  border: 3px solid #FFF;
  border-bottom: 0;
}
/* line 555, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr.detail table tbody {
  border: 3px solid #FFF;
  border-top: 0;
}
/* line 559, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr.detail table thead tr {
  background: #45bbfc;
  color: #FFF;
}
/* line 565, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr.detail table td.success {
  background-color: transparent;
  color: #45bbfc;
}
/* line 571, ../sass/_25_driver_account.scss */
.driver-account .driver-container table.driver-table tr.detail table td.error {
  background-color: transparent;
  color: #ff4a4a;
}
/* line 582, ../sass/_25_driver_account.scss */
.driver-account .driver-pagination {
  margin: 40px 0 0;
  text-align: center;
}
/* line 587, ../sass/_25_driver_account.scss */
.driver-account .driver-pagination .info {
  font-size: 12px;
}
/* line 592, ../sass/_25_driver_account.scss */
.driver-account .driver-pagination nav ul {
  display: block;
  margin: 15px 0 0;
  padding: 0;
  background: transparent;
  text-align: center;
  /* Medium Devices / Desktops */
}
/* line 599, ../sass/_25_driver_account.scss */
.driver-account .driver-pagination nav ul:first-child {
  margin-top: 0;
}
/* line 605, ../sass/_25_driver_account.scss */
.driver-account .driver-pagination nav ul.numbers li:first-child, .driver-account .driver-pagination nav ul.shortcuts li:first-child, .driver-account .driver-pagination nav ul.results li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-left: 15px;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 605, ../sass/_25_driver_account.scss */
  .driver-account .driver-pagination nav ul.numbers li:first-child, .driver-account .driver-pagination nav ul.shortcuts li:first-child, .driver-account .driver-pagination nav ul.results li:first-child {
    border: 0;
    padding-left: 0;
  }
}
/* line 616, ../sass/_25_driver_account.scss */
.driver-account .driver-pagination nav ul.numbers li:last-child, .driver-account .driver-pagination nav ul.shortcuts li:last-child, .driver-account .driver-pagination nav ul.results li:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-right: 15px;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 616, ../sass/_25_driver_account.scss */
  .driver-account .driver-pagination nav ul.numbers li:last-child, .driver-account .driver-pagination nav ul.shortcuts li:last-child, .driver-account .driver-pagination nav ul.results li:last-child {
    border: 0;
    padding-right: 0;
  }
}
/* line 630, ../sass/_25_driver_account.scss */
.driver-account .driver-pagination nav ul.results li {
  font-weight: bold;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 630, ../sass/_25_driver_account.scss */
  .driver-account .driver-pagination nav ul.results li {
    padding-left: 5px;
    padding-right: 15px !important;
    border-radius: 0;
  }
}
/* line 640, ../sass/_25_driver_account.scss */
.driver-account .driver-pagination nav ul.results li b {
  color: #31de7e;
}
/* line 646, ../sass/_25_driver_account.scss */
.driver-account .driver-pagination nav ul.shortcuts li.next, .driver-account .driver-pagination nav ul.shortcuts li.last {
  padding-left: 15px;
}
/* line 649, ../sass/_25_driver_account.scss */
.driver-account .driver-pagination nav ul.shortcuts li.next a, .driver-account .driver-pagination nav ul.shortcuts li.next .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .driver-account .driver-pagination nav ul.shortcuts li.next a, .driver-account .driver-pagination nav ul.shortcuts li.next .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .driver-account .driver-pagination nav ul.shortcuts li.next a:hover, .driver-account .driver-pagination nav ul.shortcuts li.next .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .driver-account .driver-pagination nav ul.shortcuts li.next a, .driver-account .driver-pagination nav ul.shortcuts li.next .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .driver-account .driver-pagination nav ul.shortcuts li.next a:hover, .driver-account .driver-pagination nav ul.shortcuts li.last a, .driver-account .driver-pagination nav ul.shortcuts li.last .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .driver-account .driver-pagination nav ul.shortcuts li.last a, .driver-account .driver-pagination nav ul.shortcuts li.last .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .driver-account .driver-pagination nav ul.shortcuts li.last a:hover, .driver-account .driver-pagination nav ul.shortcuts li.last .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .driver-account .driver-pagination nav ul.shortcuts li.last a, .driver-account .driver-pagination nav ul.shortcuts li.last .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .driver-account .driver-pagination nav ul.shortcuts li.last a:hover {
  width: inherit;
}
@media only screen and (min-width: 992px) {
  /* line 592, ../sass/_25_driver_account.scss */
  .driver-account .driver-pagination nav ul {
    display: inline-block;
    margin-top: 0;
    background: #FFF;
  }
  /* line 663, ../sass/_25_driver_account.scss */
  .driver-account .driver-pagination nav ul:first-child {
    padding-left: 25px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  /* line 669, ../sass/_25_driver_account.scss */
  .driver-account .driver-pagination nav ul:last-child {
    padding-right: 25px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
/* line 677, ../sass/_25_driver_account.scss */
.driver-account .driver-pagination nav ul li {
  display: inline-block;
  height: 38px;
  padding: 14px 5px 10px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 12px;
  background: #FFF;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 677, ../sass/_25_driver_account.scss */
  .driver-account .driver-pagination nav ul li {
    background: transparent;
  }
}
/* line 695, ../sass/_25_driver_account.scss */
.driver-account .driver-pagination nav ul li a, .driver-account .driver-pagination nav ul li .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .driver-account .driver-pagination nav ul li a, .driver-account .driver-pagination nav ul li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .driver-account .driver-pagination nav ul li a:hover, .driver-account .driver-pagination nav ul li .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .driver-account .driver-pagination nav ul li a, .driver-account .driver-pagination nav ul li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .driver-account .driver-pagination nav ul li a:hover {
  display: inline-block;
  color: #a6a8b2;
  border-bottom: 3px solid transparent;
  line-height: 1;
  padding-bottom: 2px;
  width: 14px;
  font-weight: bold;
  transition: color 0.1s linear, border-bottom 0.1s linear;
}
/* line 709, ../sass/_25_driver_account.scss */
.driver-account .driver-pagination nav ul li.active a, .driver-account .driver-pagination nav ul li.active .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .driver-account .driver-pagination nav ul li.active a, .driver-account .driver-pagination nav ul li.active .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .driver-account .driver-pagination nav ul li.active a:hover, .driver-account .driver-pagination nav ul li.active .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .driver-account .driver-pagination nav ul li.active a, .driver-account .driver-pagination nav ul li.active .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .driver-account .driver-pagination nav ul li.active a:hover {
  border-bottom-color: #000;
  color: #000;
}
/* line 714, ../sass/_25_driver_account.scss */
.driver-account .driver-pagination nav ul li a:hover, .driver-account .driver-pagination nav ul li .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .driver-account .driver-pagination nav ul li a:hover, .driver-account .driver-pagination nav ul li .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .driver-account .driver-pagination nav ul li a:hover {
  color: #000;
  text-decoration: none;
}
/* line 724, ../sass/_25_driver_account.scss */
.driver-account #driver-profile #heard-about-us-container {
  margin-top: 15px;
}
/* line 731, ../sass/_25_driver_account.scss */
.driver-account #driver-adjustments .table td.success {
  background-color: transparent;
  color: #31de7e;
}
/* line 737, ../sass/_25_driver_account.scss */
.driver-account #driver-adjustments .table td.error {
  background-color: transparent;
  color: #ff4a4a;
}
/* line 747, ../sass/_25_driver_account.scss */
.driver-account #driver-balance .info-balance {
  padding: 40px;
  margin-bottom: 40px;
  background: #000;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
}
/* line 756, ../sass/_25_driver_account.scss */
.driver-account #driver-balance .info-balance h4 {
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  /* Extra Small Devices */
  /* Small Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 480px) {
  /* line 756, ../sass/_25_driver_account.scss */
  .driver-account #driver-balance .info-balance h4 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 756, ../sass/_25_driver_account.scss */
  .driver-account #driver-balance .info-balance h4 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 756, ../sass/_25_driver_account.scss */
  .driver-account #driver-balance .info-balance h4 {
    margin-bottom: 20px;
  }
}
/* line 783, ../sass/_25_driver_account.scss */
.driver-account #driver-balance .info-balance table {
  margin: auto;
}
/* line 786, ../sass/_25_driver_account.scss */
.driver-account #driver-balance .info-balance table tr td {
  padding: 5px 5px;
  color: #a6a8b2;
  -webkit-font-smoothing: antialiased;
  text-align: left;
}
/* line 794, ../sass/_25_driver_account.scss */
.driver-account #driver-balance .info-balance table tr td:first-child {
  padding-left: 0;
}
/* line 798, ../sass/_25_driver_account.scss */
.driver-account #driver-balance .info-balance table tr td b {
  color: #FFF;
  font-weight: normal;
}
/* line 805, ../sass/_25_driver_account.scss */
.driver-account #driver-balance .info-balance .table {
  border-bottom-color: #FFF;
}
/* line 808, ../sass/_25_driver_account.scss */
.driver-account #driver-balance .info-balance .table td {
  -webkit-font-smoothing: antialiased;
}
/* line 813, ../sass/_25_driver_account.scss */
.driver-account #driver-balance .info-balance .table thead tr {
  background: #FFF;
}
/* line 818, ../sass/_25_driver_account.scss */
.driver-account #driver-balance .info-balance .table tbody tr {
  background: #a6a8b2;
}
/* line 821, ../sass/_25_driver_account.scss */
.driver-account #driver-balance .info-balance .table tbody tr.paid {
  background: #31de7e;
}
/* line 825, ../sass/_25_driver_account.scss */
.driver-account #driver-balance .info-balance .table tbody tr td {
  color: #FFF;
  border-top-color: #FFF;
}
/* line 834, ../sass/_25_driver_account.scss */
.driver-account #driver-balance .info-balance > .row > div {
  padding: 20px 20px;
  text-align: center;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 834, ../sass/_25_driver_account.scss */
  .driver-account #driver-balance .info-balance > .row > div {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 110px;
    border-left: 1px solid #6d6e75;
  }
}
/* line 847, ../sass/_25_driver_account.scss */
.driver-account #driver-balance .info-balance > .row > div:first-child {
  border-left: 0;
}
/* line 851, ../sass/_25_driver_account.scss */
.driver-account #driver-balance .info-balance > .row > div.earnings-ytd {
  padding-left: 0;
  padding-right: 0;
}
/* line 855, ../sass/_25_driver_account.scss */
.driver-account #driver-balance .info-balance > .row > div.earnings-ytd .scroll-outer {
  overflow: auto;
  height: 100px;
}
/* line 863, ../sass/_25_driver_account.scss */
.driver-account #driver-balance .info-balance h5 {
  margin: 0 0 20px;
  color: #31de7e;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
/* line 871, ../sass/_25_driver_account.scss */
.driver-account #driver-balance .info-balance h6 {
  margin: 0 0 5px;
  color: #9799a2;
  -webkit-font-smoothing: antialiased;
}
/* line 878, ../sass/_25_driver_account.scss */
.driver-account #driver-balance .info-balance p {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
/* line 891, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form {
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  /* line 894, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .btns {
    position: relative;
    top: 15px;
    margin-bottom: 15px;
  }
}
/* line 902, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .schedule-form-container {
  height: 460px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  /* line 902, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .schedule-form-container {
    height: auto;
  }
}
/* line 910, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .schedule-form-container > .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 915, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .schedule-form-container .schedule-calendar {
  height: 460px;
  padding: 30px;
  background: #19191b;
}
@media only screen and (max-width: 370px) {
  /* line 915, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .schedule-form-container .schedule-calendar {
    height: 420px;
    padding: 20px 10px;
  }
}
/* line 927, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .schedule-form-container .schedule-select-available {
  height: 460px;
  padding: 30px;
  background: #000;
}
@media only screen and (max-width: 991px) {
  /* line 927, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .schedule-form-container .schedule-select-available {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 927, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .schedule-form-container .schedule-select-available {
    height: 420px;
  }
}
@media only screen and (max-width: 370px) {
  /* line 927, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .schedule-form-container .schedule-select-available {
    padding: 20px 5px;
  }
}
/* line 947, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .select-month {
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 980px) {
  /* line 947, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .select-month {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 947, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .select-month {
    width: 60%;
    margin: 0 auto;
  }
}
/* line 963, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .select-month span {
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
/* line 970, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .select-month a {
  display: block;
  position: absolute;
  top: 2px;
}
/* line 976, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .select-month a.left {
  left: 0;
}
/* line 980, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .select-month a.right {
  right: 0;
}
/* line 987, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .col {
  position: relative;
}
/* line 990, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .col > i {
  display: block;
  width: 79px;
  height: 79px;
  position: absolute;
  left: 50%;
  margin-left: -39px;
  top: -140px;
  margin-top: 0;
}
/* line 1001, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .col > i.calendar {
  background: url(../img/order-overview/calendar-symbol.png);
}
/* line 1004, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .col > i.clock {
  background: url(../img/order-overview/clock-symbol.png);
}
/* line 1012, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar {
  position: relative;
}
/* line 1015, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar .calendar-datepicker {
  position: relative;
  z-index: 2;
  height: 396px;
  top: 0;
  left: 0;
}
/* line 1021, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar .calendar-datepicker .datepickerContainer {
  background: transparent;
}
/* line 1025, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar .calendar-datepicker .datepickerMonth a:hover {
  color: #FFF !important;
}
/* line 1029, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar .calendar-datepicker .datepickerGoNext a,
.driver-account #driver-schedule .schedule-form .calendar .calendar-datepicker .datepickerGoPrev a {
  color: #ff4a4a !important;
}
/* line 1034, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar .calendar-datepicker div.datepicker th {
  color: #FFF;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 370px) {
  /* line 1034, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .calendar .calendar-datepicker div.datepicker th {
    font-size: 12px;
  }
}
/* line 1047, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar .calendar-datepicker tbody.datepickerDays tr {
  cursor: pointer;
}
/* line 1050, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar .calendar-datepicker tbody.datepickerDays tr td a {
  width: 30px;
  height: 23px;
  margin: auto;
  padding-top: 7px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 370px) {
  /* line 1050, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .calendar .calendar-datepicker tbody.datepickerDays tr td a {
    width: 24px;
    height: 20px;
    padding-top: 4px;
    font-size: 12px;
  }
}
/* line 1068, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar .calendar-datepicker tbody.datepickerDays a:hover {
  background: transparent;
  border-radius: 50%;
  color: #FFF !important;
}
/* line 1074, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar .calendar-datepicker tbody.datepickerDays td.datepickerSelected a {
  background: #30de7d;
  border-radius: 50%;
  color: #000 !important;
}
/* line 1081, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar .calendar-datepicker tbody.datepickerDays td.datepickerSelected.red a {
  background: #ff4a4a;
}
/* line 1093, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar .calendar-datepicker .datepickerDays .datepickerNotInMonth {
  visibility: visible;
}
/* line 1096, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar .calendar-datepicker .datepickerDays .datepickerNotInMonth a {
  background: transparent;
  color: #8C8C8C;
}
/* line 1100, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar .calendar-datepicker .datepickerDays .datepickerNotInMonth a:hover {
  color: #8C8C8C !important;
}
/* line 1106, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar .calendar-datepicker .datepickerDays .datepickerNotInMonth.datepickerSelected a:hover {
  color: #000 !important;
}
@media only screen and (max-width: 768px) {
  /* line 1113, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .calendar table {
    width: 100%;
  }
}
/* line 1119, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar table tr {
  color: #FFF;
}
/* line 1122, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar table tr td {
  padding: 12px 16px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  /* line 1122, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .calendar table tr td {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 992px) {
  /* line 1122, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .calendar table tr td {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 1122, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .calendar table tr td {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }
}
/* line 1146, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar table tr td a {
  color: #FFF;
}
/* line 1150, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar table tr td.active {
  text-decoration: none;
}
/* line 1154, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar table tr td.active span {
  color: #fff;
  position: relative;
  z-index: 2;
}
/* line 1160, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar table tr td.active i {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 7px;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  background: #83d3ff;
}
@media only screen and (max-width: 768px) {
  /* line 1160, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .calendar table tr td.active i {
    left: 50%;
    margin-left: -19px;
  }
}
/* line 1181, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar table tr.week {
  color: #7d8091;
  font-size: 16px;
}
/* line 1192, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar .schedule-week-highlighters {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 1199, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar .schedule-week-highlighters > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  background: #1D1D1D;
  border: 2px solid #232323;
  border-radius: 25px;
  opacity: 0;
  transition: top 0.2s ease-in-out, border-color 0.2s ease-in-out, background 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
@media only screen and (max-width: 370px) {
  /* line 1199, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .calendar .schedule-week-highlighters > div {
    height: 36px;
  }
}
/* line 1223, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar .schedule-week-highlighters > div.hover {
  opacity: 1;
}
/* line 1227, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar .schedule-week-highlighters > div.active {
  opacity: 1;
  background: #000;
  border: 2px solid #3f3f3f;
}
/* line 1233, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar .schedule-week-highlighters > div.week1 {
  top: 91px;
}
@media only screen and (max-width: 370px) {
  /* line 1233, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .calendar .schedule-week-highlighters > div.week1 {
    top: 85px;
  }
}
/* line 1241, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar .schedule-week-highlighters > div.week2 {
  top: 145px;
}
@media only screen and (max-width: 370px) {
  /* line 1241, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .calendar .schedule-week-highlighters > div.week2 {
    top: 133px;
  }
}
/* line 1249, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar .schedule-week-highlighters > div.week3 {
  top: 199px;
}
@media only screen and (max-width: 370px) {
  /* line 1249, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .calendar .schedule-week-highlighters > div.week3 {
    top: 181px;
  }
}
/* line 1257, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar .schedule-week-highlighters > div.week4 {
  top: 253px;
}
@media only screen and (max-width: 370px) {
  /* line 1257, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .calendar .schedule-week-highlighters > div.week4 {
    top: 229px;
  }
}
/* line 1265, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar .schedule-week-highlighters > div.week5 {
  top: 307px;
}
@media only screen and (max-width: 370px) {
  /* line 1265, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .calendar .schedule-week-highlighters > div.week5 {
    top: 277px;
  }
}
/* line 1273, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .calendar .schedule-week-highlighters > div.week6 {
  top: 361px;
}
@media only screen and (max-width: 370px) {
  /* line 1273, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .calendar .schedule-week-highlighters > div.week6 {
    top: 325px;
  }
}
/* line 1285, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .schedule-select-available .schedule-title {
  position: relative;
  margin: 0 0 30px;
  padding: 12px 0 0;
}
/* line 1290, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .schedule-select-available .schedule-title h4 {
  font-size: 15px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: bold;
}
/* line 1299, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .schedule-select-available .schedule-title a.arrow-left, .driver-account #driver-schedule .schedule-form .schedule-select-available .schedule-title a.arrow-right {
  display: block;
  position: absolute;
  top: 11px;
  color: #ff4a4a;
  text-decoration: none;
}
/* line 1308, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .schedule-select-available .schedule-title a.arrow-left:hover, .driver-account #driver-schedule .schedule-form .schedule-select-available .schedule-title a.arrow-right:hover {
  text-decoration: none;
}
/* line 1313, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .schedule-select-available .schedule-title a.arrow-left {
  left: 5px;
}
/* line 1317, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .schedule-select-available .schedule-title a.arrow-right {
  right: 5px;
}
/* line 1322, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .schedule-select-available .day {
  margin-top: 10px;
}
/* line 1325, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .schedule-select-available .day:first-child {
  margin-top: 0;
}
/* line 1330, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .schedule-select-available .label {
  float: left;
  display: block;
  width: 115px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 1199px) {
  /* line 1330, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .schedule-select-available .label {
    width: 90px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 1330, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .schedule-select-available .label {
    width: 80px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1330, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .schedule-select-available .label {
    width: 65px;
  }
}
@media only screen and (max-width: 370px) {
  /* line 1330, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .schedule-select-available .label {
    width: 30px;
    margin-right: 10px;
    overflow: hidden;
  }
}
/* line 1357, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .schedule-select-available .label span {
  display: block;
  line-height: 1.5;
  font-size: 15px;
}
@media only screen and (max-width: 1199px) {
  /* line 1357, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .schedule-select-available .label span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 1357, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .schedule-select-available .label span {
    font-size: 11px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1357, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .schedule-select-available .label span {
    font-size: 10px;
  }
}
@media only screen and (max-width: 370px) {
  /* line 1357, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .schedule-select-available .label span {
    font-size: 9px;
  }
}
/* line 1381, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .schedule-select-available .label small {
  display: block;
  color: #8C8C8C;
  font-size: 12px;
}
@media only screen and (max-width: 991px) {
  /* line 1381, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .schedule-select-available .label small {
    font-size: 10px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1381, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .schedule-select-available .label small {
    font-size: 9px;
  }
}
@media only screen and (max-width: 370px) {
  /* line 1381, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .schedule-select-available .label small {
    font-size: 8px;
  }
}
/* line 1400, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .schedule-select-available .btn-group {
  float: left;
  width: 395px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  /* line 1400, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .schedule-select-available .btn-group {
    width: 320px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 1400, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .schedule-select-available .btn-group {
    width: 250px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1400, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .schedule-select-available .btn-group {
    width: 250px;
  }
}
@media only screen and (max-width: 370px) {
  /* line 1400, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .schedule-select-available .btn-group {
    width: 225px;
  }
}
/* line 1423, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .schedule-select-available .btn-group label {
  width: auto;
  display: inline-block;
  float: none;
  background-color: #151515;
  border-color: #3f3f3f;
  padding: 9px 14px;
  color: #FFF;
  font-size: 14px;
  text-transform: none;
  top: 0;
  transform: translateY(0%);
}
@media only screen and (max-width: 1199px) {
  /* line 1423, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .schedule-select-available .btn-group label {
    font-size: 11px;
    padding: 9px 12px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 1423, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .schedule-select-available .btn-group label {
    padding: 9px 6px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 370px) {
  /* line 1423, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .schedule-select-available .btn-group label {
    top: -1px;
    padding: 9px 5px;
    font-size: 9px;
  }
}
/* line 1460, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .schedule-select-available .btn-group label.active {
  background: #30de7d;
  color: #000;
}
/* line 1464, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .schedule-select-available .btn-group label.active.not-available {
  background: #ff494b;
}
/* line 1469, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .schedule-select-available .btn-group label:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* line 1474, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .schedule-select-available .btn-group label:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* line 1484, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .opt-scroll {
  position: relative;
  margin-top: 30px;
}
/* line 1488, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .opt-scroll:first-child {
  margin-top: 0;
}
/* line 1491, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .opt-scroll p {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  text-align: left;
  padding-left: 13px;
}
/* line 1500, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .opt-scroll p span {
  color: #31de7e;
}
/* line 1505, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .opt-scroll i {
  display: block;
  position: absolute;
  top: 35px;
}
/* line 1511, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .opt-scroll i.left {
  left: 10px;
}
/* line 1516, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .opt-scroll i.right {
  right: 10px;
}
/* line 1521, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .opt-scroll .slide-holder {
  margin: auto;
  position: relative;
  top: -5px;
}
/* line 1527, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .opt-scroll .scroll-container {
  position: relative;
  background: #444445;
  height: 6px;
  border-radius: 10px;
  width: 80%;
  margin: 9px auto 0;
}
@media only screen and (max-width: 1199px) {
  /* line 1527, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .opt-scroll .scroll-container {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1527, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .opt-scroll .scroll-container {
    width: 80%;
  }
}
@media only screen and (max-width: 524px) {
  /* line 1527, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .opt-scroll .scroll-container {
    width: 70%;
  }
}
@media only screen and (max-width: 420px) {
  /* line 1527, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .opt-scroll .scroll-container {
    width: 60%;
  }
}
/* line 1552, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .opt-scroll .scroll-container .fill {
  background: #FFF;
  width: 50%;
  height: 100%;
  border-radius: 10px;
}
/* line 1559, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .opt-scroll .scroll-container a.control {
  background: #FFF;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
}
/* line 1569, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .opt-scroll .scroll-container .counter {
  display: none;
}
/* line 1578, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .opt-scroll.black p span {
  color: #7d8091;
}
/* line 1582, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .opt-scroll.black .counter {
  background: #000;
}
/* line 1585, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .opt-scroll.black .counter:before {
  background-image: url("/img/icons/black-arrow-counter.png");
  background-repeat: no-repeat;
  display: inline-block;
}
/* line 1590, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .opt-scroll.black i {
  color: #7d8091;
  font-style: normal;
}
/* line 1597, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .opt-scroll.black .scroll-container .fill {
  background: #000;
}
/* line 1601, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .opt-scroll.black .scroll-container a.control {
  background: #000;
}
/* line 1608, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .opt-scroll.active .counter {
  display: block;
  width: 100px;
  height: 36px;
  position: absolute;
  top: -55px;
  left: 50%;
  margin-left: -50px;
  background: #83d3ff;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 9px;
}
/* line 1623, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .opt-scroll.active .counter:before {
  content: '';
  position: absolute;
  background-image: url("/img/icons/blue-arrow-counter.png");
  background-repeat: no-repeat;
  display: inline-block;
  bottom: -5px;
  left: 50%;
  margin-left: -7px;
}
/* line 1638, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .service-type {
  text-align: left;
  /* Small Devices */
}
@media only screen and (min-width: 768px) {
  /* line 1638, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .service-type {
    text-align: right;
  }
}
/* line 1646, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .service-type label {
  color: #FFF;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
/* line 1653, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .service-type select {
  display: inline-block;
  overflow: hidden;
  height: 50px;
  padding: 15px 45px 15px 20px;
  margin: 0 0 0 10px;
  border: 2px solid #000;
  border-radius: 10px;
  background: #FFF url(../img/select-arrow.png) right center no-repeat;
  color: #7d8091;
  font-size: 12px;
  font-weight: bold;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  appearance: none;
  transition: border-color 0.3s linear;
}
/* line 1677, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .service-type select:focus {
  outline: 0;
}
/* line 1681, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .service-type select.error {
  border-color: #83d3ff;
}
/* line 1687, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .slider-fieldset {
  position: relative;
  margin: 15px 0 0;
}
@media only screen and (max-width: 768px) {
  /* line 1687, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .slider-fieldset {
    margin: 15px 0;
  }
}
/* line 1695, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .slider-fieldset p {
  font-size: 11px;
  margin-right: 20px;
  float: left;
  margin-top: 7px;
  width: 80%;
  text-align: right;
  color: #FFF;
}
@media only screen and (min-width: 480px) {
  /* line 1695, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .slider-fieldset p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 1695, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .slider-fieldset p {
    width: 73%;
  }
}
@media only screen and (max-width: 980px) {
  /* line 1695, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .slider-fieldset p {
    width: 74%;
    margin-right: 2px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1695, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .slider-fieldset p {
    float: left;
    width: auto;
    margin-right: 20px;
    text-align: left;
  }
}
/* line 1727, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .slider-fieldset .toggle {
  position: relative;
  overflow: hidden;
  float: right;
  width: 74px;
  height: 30px;
  border-radius: 5px;
  background: #000;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  /* line 1727, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .slider-fieldset .toggle {
    float: left;
  }
}
/* line 1744, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .slider-fieldset .toggle .toggle-content {
  position: relative;
  width: 120px;
  height: 30px;
  left: 0;
}
/* line 1750, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .slider-fieldset .toggle .toggle-content span {
  float: left;
  display: block;
  width: 40px;
  height: 30px;
  padding: 5px 0 0;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
/* line 1761, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .slider-fieldset .toggle .toggle-content span.on {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background: #31de7e;
  margin-right: -3px;
  padding-right: 3px;
}
/* line 1769, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .slider-fieldset .toggle .toggle-content span.off {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background: #444445;
  margin-left: -3px;
  padding-left: 3px;
}
/* line 1779, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .slider-fieldset .toggle .toggle-content i {
  position: relative;
  z-index: 2;
  float: left;
  display: block;
  width: 37px;
  height: 30px;
  background: #FFF;
  border-radius: 3px;
  cursor: pointer;
}
/* line 1793, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .slider-fieldset .slider-container {
  width: 74px;
  height: 30px;
  padding: 10px 7px;
  background: #000;
  float: right;
  position: relative;
  border-radius: 6px;
}
@media only screen and (max-width: 1200px) {
  /* line 1793, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .slider-fieldset .slider-container {
    float: left;
  }
}
@media only screen and (max-width: 980px) {
  /* line 1793, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .slider-fieldset .slider-container {
    top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1793, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .slider-fieldset .slider-container {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0;
  }
}
/* line 1817, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .slider-fieldset .slider-container span {
  position: relative;
  top: -2px;
}
/* line 1821, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .slider-fieldset .slider-container.yes {
  text-align: left;
  background: #000;
  color: #fff;
  font-size: 12px;
}
/* line 1828, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .slider-fieldset .slider-container.no {
  text-align: right;
  background: #cacaca;
  color: #fff;
  font-size: 12px;
}
/* line 1836, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .slider-fieldset .slider-container .drag {
  background: #fff;
  height: 100%;
  width: 50%;
  position: absolute;
  left: 0%;
  top: 0;
  border-radius: 5px;
}
/* line 1847, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .slider-fieldset.slider-center {
  text-align: left;
  /* Small Devices */
}
@media only screen and (min-width: 768px) {
  /* line 1847, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .slider-fieldset.slider-center {
    text-align: center;
  }
}
/* line 1855, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .slider-fieldset.slider-center p {
  float: none;
  display: inline-block;
  position: relative;
  top: 0px;
  width: inherit;
  margin: 0 14px;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  padding-right: 80px;
  /* Small Devices */
}
@media only screen and (min-width: 768px) {
  /* line 1855, ../sass/_25_driver_account.scss */
  .driver-account #driver-schedule .schedule-form .slider-fieldset.slider-center p {
    top: -10px;
    text-align: center;
    padding-right: 0;
  }
}
/* line 1880, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .slider-fieldset.slider-center .toggle {
  float: none;
  display: inline-block;
}
/* line 1886, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .slider-fieldset.extra-margin {
  margin-bottom: 50px;
}
/* line 1891, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .schedule-form .set-time-interval {
  margin: 30px 0 0;
}
/* line 1896, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .table {
  border-bottom-color: #FFF;
}
/* line 1899, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .table td {
  -webkit-font-smoothing: antialiased;
}
/* line 1904, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .table thead tr {
  background: #FFF;
}
/* line 1909, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .table tbody tr {
  background: #26c46d;
}
/* line 1912, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .table tbody tr td {
  color: #FFF;
  border-top-color: #FFF;
}
/* line 1916, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .table tbody tr td i {
  display: inline-block;
}
/* line 1920, ../sass/_25_driver_account.scss */
.driver-account #driver-schedule .table tbody tr td .delete {
  display: inline-block;
  margin-left: 5px;
}
/* line 1932, ../sass/_25_driver_account.scss */
.driver-account #driver-zipcodes .info p {
  text-transform: uppercase;
}
/* line 1935, ../sass/_25_driver_account.scss */
.driver-account #driver-zipcodes .info p.tit {
  padding-top: 8px;
}
/* line 1939, ../sass/_25_driver_account.scss */
.driver-account #driver-zipcodes .info p select {
  display: inline-block;
  overflow: hidden;
  height: 40px;
  padding: 10px 45px 10px 20px;
  border-radius: 10px;
  border: none;
  background: #FFF url(../img/select-arrow.png) right center no-repeat;
  color: #7d8091;
  font-size: 12px;
  font-weight: bold;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  appearance: none;
  transition: border-color 0.3s linear;
}
/* line 1962, ../sass/_25_driver_account.scss */
.driver-account #driver-zipcodes .info p select:focus {
  outline: 0;
}
/* line 1966, ../sass/_25_driver_account.scss */
.driver-account #driver-zipcodes .info p select.error {
  border-color: #83d3ff;
}
/* line 1973, ../sass/_25_driver_account.scss */
.driver-account #driver-zipcodes table a {
  color: #31de7e;
  text-decoration: underline;
}
/* line 1978, ../sass/_25_driver_account.scss */
.driver-account #driver-zipcodes .btns {
  margin-top: 40px;
  margin-bottom: -40px;
}
/* line 1985, ../sass/_25_driver_account.scss */
.driver-account .quiz .instructions {
  background: #DCDCDC;
  padding: 20px;
  margin-bottom: 30px;
}
/* line 1991, ../sass/_25_driver_account.scss */
.driver-account .quiz .instructions h4 {
  font-size: 2em;
}
/* line 1995, ../sass/_25_driver_account.scss */
.driver-account .quiz .instructions p:last-child {
  margin-bottom: 0;
}
/* line 2000, ../sass/_25_driver_account.scss */
.driver-account .quiz .question {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
/* line 2008, ../sass/_25_driver_account.scss */
.driver-account .quiz .answers ul {
  list-style: none;
  padding: 0;
}
/* line 2013, ../sass/_25_driver_account.scss */
.driver-account .quiz .answers li {
  position: relative;
}
/* line 2017, ../sass/_25_driver_account.scss */
.driver-account .quiz .answers label {
  font-weight: 400;
}

/* line 2, ../sass/_26_winetour.scss */
html body.winetour .winetour .highlight .content-center {
  padding-bottom: 30px;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 2, ../sass/_26_winetour.scss */
  html body.winetour .winetour .highlight .content-center {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
/* line 11, ../sass/_26_winetour.scss */
html body.winetour .winetour .highlight .content-center h3 {
  margin-top: 20px;
  font-weight: bold;
  font-size: 23px;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 11, ../sass/_26_winetour.scss */
  html body.winetour .winetour .highlight .content-center h3 {
    font-size: 17px;
  }
}
/* line 24, ../sass/_26_winetour.scss */
html body.winetour .winetour h2 {
  text-align: center;
  font-size: 2.3em;
  /* Extra Small Devices */
}
@media only screen and (max-width: 480px) {
  /* line 24, ../sass/_26_winetour.scss */
  html body.winetour .winetour h2 {
    font-size: 2.3em;
  }
}
/* line 33, ../sass/_26_winetour.scss */
html body.winetour .winetour .benefits {
  position: relative;
  padding: 0;
}
/* line 37, ../sass/_26_winetour.scss */
html body.winetour .winetour .benefits .high {
  position: relative;
}
/* line 40, ../sass/_26_winetour.scss */
html body.winetour .winetour .benefits .high figure {
  position: absolute;
  top: 0px;
  left: -80px;
  /* Medium Devices / Desktops */
  /* Small Devices */
}
@media only screen and (max-width: 991px) {
  /* line 40, ../sass/_26_winetour.scss */
  html body.winetour .winetour .benefits .high figure {
    top: 0px;
    left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 40, ../sass/_26_winetour.scss */
  html body.winetour .winetour .benefits .high figure {
    display: none;
  }
}
/* line 55, ../sass/_26_winetour.scss */
html body.winetour .winetour .benefits .high figure img {
  height: 670px;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 55, ../sass/_26_winetour.scss */
  html body.winetour .winetour .benefits .high figure img {
    width: 300px;
  }
}
/* line 65, ../sass/_26_winetour.scss */
html body.winetour .winetour .benefits .high figcaption {
  position: relative;
  z-index: 3;
  margin-left: 350px;
  /* Medium Devices / Desktops */
  /* Small Devices */
}
@media only screen and (max-width: 991px) {
  /* line 65, ../sass/_26_winetour.scss */
  html body.winetour .winetour .benefits .high figcaption {
    margin-left: 320px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 65, ../sass/_26_winetour.scss */
  html body.winetour .winetour .benefits .high figcaption {
    margin-left: 0;
  }
}
/* line 79, ../sass/_26_winetour.scss */
html body.winetour .winetour .benefits .high figcaption h2 {
  text-align: left;
}
/* line 83, ../sass/_26_winetour.scss */
html body.winetour .winetour .benefits .high figcaption ul {
  padding-left: 18px;
  margin-top: 25px;
}
/* line 87, ../sass/_26_winetour.scss */
html body.winetour .winetour .benefits .high figcaption ul li {
  margin-top: 10px;
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 87, ../sass/_26_winetour.scss */
  html body.winetour .winetour .benefits .high figcaption ul li {
    font-size: 16px;
  }
}
/* line 99, ../sass/_26_winetour.scss */
html body.winetour .winetour .benefits .the-services {
  position: relative;
  z-index: 3;
  background: #000;
  padding: 30px;
  margin: 0;
}
/* line 106, ../sass/_26_winetour.scss */
html body.winetour .winetour .benefits .the-services .row > div {
  /* Extra Small Devices */
  /* Extra Small Devices */
}
/* line 108, ../sass/_26_winetour.scss */
html body.winetour .winetour .benefits .the-services .row > div:first-child {
  /* Extra Small Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 108, ../sass/_26_winetour.scss */
  html body.winetour .winetour .benefits .the-services .row > div:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 106, ../sass/_26_winetour.scss */
  html body.winetour .winetour .benefits .the-services .row > div {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 106, ../sass/_26_winetour.scss */
  html body.winetour .winetour .benefits .the-services .row > div {
    margin-top: 10px;
  }
}
/* line 126, ../sass/_26_winetour.scss */
html body.winetour .winetour .benefits .the-services h5 {
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  margin: 0 0 30px;
}
/* line 135, ../sass/_26_winetour.scss */
html body.winetour .winetour .benefits .the-services figure {
  float: left;
  /* Small Devices */
  /* Extra Small Devices */
}
@media only screen and (max-width: 480px) {
  /* line 135, ../sass/_26_winetour.scss */
  html body.winetour .winetour .benefits .the-services figure {
    width: 45px;
  }
  /* line 147, ../sass/_26_winetour.scss */
  html body.winetour .winetour .benefits .the-services figure img {
    width: 100%;
  }
}
/* line 153, ../sass/_26_winetour.scss */
html body.winetour .winetour .benefits .the-services figcaption {
  float: left;
  margin: 0 0 0 20px;
  padding: 15px 0 0;
  /* Extra Small Devices */
}
@media only screen and (max-width: 480px) {
  /* line 153, ../sass/_26_winetour.scss */
  html body.winetour .winetour .benefits .the-services figcaption {
    margin-left: 10px;
    padding-top: 7px;
  }
}
/* line 165, ../sass/_26_winetour.scss */
html body.winetour .winetour .benefits .the-services figcaption p {
  font-weight: bold;
  font-size: 12px;
  color: #FFF;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 10px;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  /* Extra Small Devices */
}
@media only screen and (max-width: 480px) {
  /* line 165, ../sass/_26_winetour.scss */
  html body.winetour .winetour .benefits .the-services figcaption p {
    margin-bottom: 3px;
    font-size: 11px;
  }
}
/* line 183, ../sass/_26_winetour.scss */
html body.winetour .winetour .benefits .the-services figcaption span {
  line-height: 1;
  font-size: 18px;
  color: #45bbfc;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  /* Extra Small Devices */
}
@media only screen and (max-width: 480px) {
  /* line 183, ../sass/_26_winetour.scss */
  html body.winetour .winetour .benefits .the-services figcaption span {
    font-size: 15px;
  }
}
/* line 203, ../sass/_26_winetour.scss */
html body.winetour .winetour .schedule .schedule-driver .black-box {
  padding-top: 175px;
  /* Small Devices */
  /* Small Devices */
}
@media only screen and (max-width: 991px) {
  /* line 203, ../sass/_26_winetour.scss */
  html body.winetour .winetour .schedule .schedule-driver .black-box {
    padding-top: 195px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 203, ../sass/_26_winetour.scss */
  html body.winetour .winetour .schedule .schedule-driver .black-box {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 216, ../sass/_26_winetour.scss */
  html body.winetour .winetour .schedule .schedule-driver .black-box .service-option .option {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
/* line 222, ../sass/_26_winetour.scss */
html body.winetour .winetour .schedule .schedule-driver .black-box .service-option .option h5 {
  font-size: 26px;
  color: #FFF;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 767px) {
  /* line 222, ../sass/_26_winetour.scss */
  html body.winetour .winetour .schedule .schedule-driver .black-box .service-option .option h5 {
    margin-bottom: 5px;
    font-size: 17px;
  }
}
/* line 234, ../sass/_26_winetour.scss */
html body.winetour .winetour .schedule .schedule-driver .black-box .service-option .option .more-content p {
  /* Medium Devices / Desktops */
}
@media only screen and (min-width: 992px) {
  /* line 234, ../sass/_26_winetour.scss */
  html body.winetour .winetour .schedule .schedule-driver .black-box .service-option .option .more-content p {
    font-size: 14px;
  }
}
/* line 246, ../sass/_26_winetour.scss */
html body.winetour .winetour .more-about {
  padding-top: 40px;
  padding-bottom: 20px;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 246, ../sass/_26_winetour.scss */
  html body.winetour .winetour .more-about {
    padding-top: 20px;
  }
}
/* line 255, ../sass/_26_winetour.scss */
html body.winetour .winetour .more-about h2 {
  margin-top: 30px;
  text-align: left;
  font-size: 1.7em;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 255, ../sass/_26_winetour.scss */
  html body.winetour .winetour .more-about h2 {
    font-size: 1.4em;
  }
}
/* line 266, ../sass/_26_winetour.scss */
html body.winetour .winetour .more-about h2:first-child {
  margin-top: 0;
}
/* line 271, ../sass/_26_winetour.scss */
html body.winetour .winetour .more-about p {
  font-size: 14px;
}
/* line 275, ../sass/_26_winetour.scss */
html body.winetour .winetour .more-about ul {
  padding-left: 20px;
  font-size: 14px;
}
/* line 282, ../sass/_26_winetour.scss */
html body.winetour .winetour .map {
  background: #babec2;
  text-align: center;
}
/* line 287, ../sass/_26_winetour.scss */
html body.winetour .winetour .map img {
  display: block;
  max-width: 540px;
  margin: 20px auto 70px;
}
/* line 294, ../sass/_26_winetour.scss */
html body.winetour .winetour .map .title {
  margin: 50px 0 -45px;
  text-align: center;
  /* Extra Small Devices */
  /* Small Devices */
  /* Medium Devices / Desktops */
  /* Large Devices */
}
@media only screen and (max-width: 768px) {
  /* line 294, ../sass/_26_winetour.scss */
  html body.winetour .winetour .map .title {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 294, ../sass/_26_winetour.scss */
  html body.winetour .winetour .map .title {
    margin-top: 100px;
  }
}
/* line 315, ../sass/_26_winetour.scss */
html body.winetour .winetour .map .title hr {
  width: 75%;
  border-top: 1px solid #FFF;
  margin: auto;
  visibility: hidden;
  /* Small Devices */
}
@media only screen and (min-width: 768px) {
  /* line 315, ../sass/_26_winetour.scss */
  html body.winetour .winetour .map .title hr {
    visibility: visible;
  }
}
/* line 329, ../sass/_26_winetour.scss */
html body.winetour .winetour .map .title h2 {
  display: inline-block;
  position: relative;
  top: -40px;
  margin: auto;
  padding: 10px 20px;
  background: #babec2;
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
  -webkit-font-smoothing: antialised;
  /* Extra Small Devices */
  /* Small Devices */
}
@media only screen and (min-width: 480px) {
  /* line 329, ../sass/_26_winetour.scss */
  html body.winetour .winetour .map .title h2 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 329, ../sass/_26_winetour.scss */
  html body.winetour .winetour .map .title h2 {
    font-size: 2.3em;
  }
}
/* line 353, ../sass/_26_winetour.scss */
html body.winetour .winetour .map p {
  margin: 0 0 30px;
  color: #000;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  /* line 353, ../sass/_26_winetour.scss */
  html body.winetour .winetour .map p {
    font-size: 18px;
  }
}
/* line 372, ../sass/_26_winetour.scss */
html body.winetour .winetour .how-it-works {
  background: #babec2;
}
/* line 375, ../sass/_26_winetour.scss */
html body.winetour .winetour .how-it-works h4 {
  text-align: center;
  position: relative;
  top: -40px;
  margin: auto;
  padding: 10px 20px;
  background: #babec2;
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
  -webkit-font-smoothing: antialised;
  /* Extra Small Devices */
  /* Small Devices */
}
@media only screen and (min-width: 480px) {
  /* line 375, ../sass/_26_winetour.scss */
  html body.winetour .winetour .how-it-works h4 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 375, ../sass/_26_winetour.scss */
  html body.winetour .winetour .how-it-works h4 {
    font-size: 2.3em;
  }
}
/* line 398, ../sass/_26_winetour.scss */
html body.winetour .winetour .how-it-works .reservation {
  padding-top: 0;
}
/* line 401, ../sass/_26_winetour.scss */
html body.winetour .winetour .how-it-works .reservation .col {
  /* Small Devices */
}
@media only screen and (max-width: 768px) {
  /* line 401, ../sass/_26_winetour.scss */
  html body.winetour .winetour .how-it-works .reservation .col {
    margin-top: 30px;
  }
  /* line 406, ../sass/_26_winetour.scss */
  html body.winetour .winetour .how-it-works .reservation .col:first-child {
    margin-top: 0;
  }
}
/* line 413, ../sass/_26_winetour.scss */
html body.winetour .winetour .how-it-works .reservation p {
  color: #ffffff;
}

/* line 5, ../sass/_28_rescuewing.scss */
.rescuewing .highlight .content .content-center .content-container h2 {
  /* Extra Small Devices */
}
@media only screen and (max-width: 769px) {
  /* line 5, ../sass/_28_rescuewing.scss */
  .rescuewing .highlight .content .content-center .content-container h2 {
    font-size: 30px;
  }
}
/* line 12, ../sass/_28_rescuewing.scss */
.rescuewing .highlight .content .content-center .content-container p {
  margin: 30px 0;
}
/* line 15, ../sass/_28_rescuewing.scss */
.rescuewing .highlight .content .content-center .content-container p a, .rescuewing .highlight .content .content-center .content-container p .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .rescuewing .highlight .content .content-center .content-container p a, .rescuewing .highlight .content .content-center .content-container p .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .rescuewing .highlight .content .content-center .content-container p a:hover, .rescuewing .highlight .content .content-center .content-container p .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .rescuewing .highlight .content .content-center .content-container p a, .rescuewing .highlight .content .content-center .content-container p .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .rescuewing .highlight .content .content-center .content-container p a:hover {
  text-transform: none;
  border-bottom-color: #FFF;
}
/* line 19, ../sass/_28_rescuewing.scss */
.rescuewing .highlight .content .content-center .content-container p a:hover {
  border-bottom-color: #83d3ff;
}
/* line 27, ../sass/_28_rescuewing.scss */
.rescuewing form h2 {
  margin-bottom: 80px;
  font-size: 42px;
  /* Extra Small Devices */
}
@media only screen and (max-width: 769px) {
  /* line 27, ../sass/_28_rescuewing.scss */
  .rescuewing form h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
/* line 38, ../sass/_28_rescuewing.scss */
.rescuewing form h2 b {
  font-weight: normal;
  color: #ff4a4a;
}
/* line 46, ../sass/_28_rescuewing.scss */
.rescuewing form .custom-name-line > div {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 52, ../sass/_28_rescuewing.scss */
.rescuewing form .custom-name-line > div .label-holder, .rescuewing form .custom-name-line > div .label-holder + div {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 60, ../sass/_28_rescuewing.scss */
.rescuewing form .custom-name-line .first-name {
  width: 40%;
  /* Extra Small Devices */
}
@media only screen and (max-width: 769px) {
  /* line 60, ../sass/_28_rescuewing.scss */
  .rescuewing form .custom-name-line .first-name {
    width: 100%;
  }
}
/* line 71, ../sass/_28_rescuewing.scss */
.rescuewing form .custom-name-line .first-name .label-holder {
  width: 31.4%;
  /* Extra Small Devices */
}
@media only screen and (max-width: 769px) {
  /* line 71, ../sass/_28_rescuewing.scss */
  .rescuewing form .custom-name-line .first-name .label-holder {
    width: 100%;
  }
}
/* line 80, ../sass/_28_rescuewing.scss */
.rescuewing form .custom-name-line .first-name .label-holder + div {
  width: 68.6%;
  /* Extra Small Devices */
}
@media only screen and (max-width: 769px) {
  /* line 80, ../sass/_28_rescuewing.scss */
  .rescuewing form .custom-name-line .first-name .label-holder + div {
    width: 100%;
  }
}
/* line 90, ../sass/_28_rescuewing.scss */
.rescuewing form .custom-name-line .middle-name {
  width: 24%;
  /* Extra Small Devices */
}
@media only screen and (max-width: 769px) {
  /* line 90, ../sass/_28_rescuewing.scss */
  .rescuewing form .custom-name-line .middle-name {
    width: 100%;
  }
}
/* line 98, ../sass/_28_rescuewing.scss */
.rescuewing form .custom-name-line .middle-name .label-holder {
  width: 61%;
  /* Extra Small Devices */
}
@media only screen and (max-width: 769px) {
  /* line 98, ../sass/_28_rescuewing.scss */
  .rescuewing form .custom-name-line .middle-name .label-holder {
    width: 100%;
  }
}
/* line 107, ../sass/_28_rescuewing.scss */
.rescuewing form .custom-name-line .middle-name .label-holder + div {
  width: 39%;
  /* Extra Small Devices */
}
@media only screen and (max-width: 769px) {
  /* line 107, ../sass/_28_rescuewing.scss */
  .rescuewing form .custom-name-line .middle-name .label-holder + div {
    width: 25%;
  }
}
/* line 116, ../sass/_28_rescuewing.scss */
.rescuewing form .custom-name-line .middle-name input {
  text-align: center;
}
/* line 121, ../sass/_28_rescuewing.scss */
.rescuewing form .custom-name-line .last-name {
  width: 36%;
  /* Extra Small Devices */
}
@media only screen and (max-width: 769px) {
  /* line 121, ../sass/_28_rescuewing.scss */
  .rescuewing form .custom-name-line .last-name {
    width: 100%;
  }
}
/* line 129, ../sass/_28_rescuewing.scss */
.rescuewing form .custom-name-line .last-name .label-holder {
  width: 31.4%;
  /* Extra Small Devices */
}
@media only screen and (max-width: 769px) {
  /* line 129, ../sass/_28_rescuewing.scss */
  .rescuewing form .custom-name-line .last-name .label-holder {
    width: 100%;
  }
}
/* line 138, ../sass/_28_rescuewing.scss */
.rescuewing form .custom-name-line .last-name .label-holder + div {
  width: 68.6%;
  /* Extra Small Devices */
}
@media only screen and (max-width: 769px) {
  /* line 138, ../sass/_28_rescuewing.scss */
  .rescuewing form .custom-name-line .last-name .label-holder + div {
    width: 100%;
  }
}
/* line 150, ../sass/_28_rescuewing.scss */
.rescuewing .map {
  padding-bottom: 500px;
  background: #babec2;
  text-align: center;
}
/* line 157, ../sass/_28_rescuewing.scss */
.rescuewing .map img {
  display: block;
  max-width: 800px;
  margin: 20px auto;
}
/* line 164, ../sass/_28_rescuewing.scss */
.rescuewing .map .title {
  margin: 50px 0 -45px;
  text-align: center;
  /* Extra Small Devices */
  /* Small Devices */
  /* Medium Devices / Desktops */
  /* Large Devices */
}
@media only screen and (max-width: 768px) {
  /* line 164, ../sass/_28_rescuewing.scss */
  .rescuewing .map .title {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 164, ../sass/_28_rescuewing.scss */
  .rescuewing .map .title {
    margin-top: 100px;
  }
}
/* line 185, ../sass/_28_rescuewing.scss */
.rescuewing .map .title hr {
  width: 75%;
  border-top: 1px solid #FFF;
  margin: auto;
  visibility: hidden;
  /* Small Devices */
}
@media only screen and (min-width: 768px) {
  /* line 185, ../sass/_28_rescuewing.scss */
  .rescuewing .map .title hr {
    visibility: visible;
  }
}
/* line 199, ../sass/_28_rescuewing.scss */
.rescuewing .map .title h2 {
  display: inline-block;
  position: relative;
  top: -40px;
  margin: auto;
  padding: 10px 20px;
  background: #babec2;
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
  -webkit-font-smoothing: antialised;
  /* Extra Small Devices */
  /* Small Devices */
}
@media only screen and (min-width: 480px) {
  /* line 199, ../sass/_28_rescuewing.scss */
  .rescuewing .map .title h2 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 199, ../sass/_28_rescuewing.scss */
  .rescuewing .map .title h2 {
    font-size: 2.8em;
  }
}
/* line 223, ../sass/_28_rescuewing.scss */
.rescuewing .map p {
  margin: 0 0 50px;
  color: #000;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  /* line 223, ../sass/_28_rescuewing.scss */
  .rescuewing .map p {
    font-size: 24px;
  }
}
/* line 242, ../sass/_28_rescuewing.scss */
.rescuewing .schedule {
  margin-top: -510px;
  padding-top: 50px;
}
/* line 247, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .small-intro a, .rescuewing .schedule .small-intro .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .rescuewing .schedule .small-intro a, .rescuewing .schedule .small-intro .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .rescuewing .schedule .small-intro a:hover, .rescuewing .schedule .small-intro .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .rescuewing .schedule .small-intro a, .rescuewing .schedule .small-intro .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .rescuewing .schedule .small-intro a:hover {
  border-bottom: 3px solid #000;
  transition: color 150ms ease, border 150ms ease;
  text-decoration: none;
}
/* line 252, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .small-intro a:hover, .rescuewing .schedule .small-intro .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .rescuewing .schedule .small-intro a:hover, .rescuewing .schedule .small-intro .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .rescuewing .schedule .small-intro a:hover {
  color: #83d3ff;
  border-bottom: 3px solid #83d3ff;
}
/* line 260, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .small-intro p {
  text-align: center;
}
/* line 267, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver p {
  text-align: center;
}
/* line 270, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .small-intro {
  margin-bottom: 30px;
}
/* line 275, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .black-box {
  background: #000;
  padding: 60px 0 35px;
  margin-top: 20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  /* line 275, ../sass/_28_rescuewing.scss */
  .rescuewing .schedule .schedule-driver .black-box {
    padding-top: 270px;
    width: 110%;
    margin-left: -5%;
    margin-top: 90px;
  }
}
/* line 290, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .black-box h2 {
  color: #fff;
  text-align: center;
  font-size: 30px;
}
/* line 295, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .black-box h2 span {
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  /* line 290, ../sass/_28_rescuewing.scss */
  .rescuewing .schedule .schedule-driver .black-box h2 {
    font-size: 40px;
  }
  /* line 302, ../sass/_28_rescuewing.scss */
  .rescuewing .schedule .schedule-driver .black-box h2 span {
    font-size: 18px;
  }
}
/* line 308, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .black-box p {
  color: #fff;
  margin-top: 35px;
  text-transform: uppercase;
}
/* line 319, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .black-box .service-option {
  /* position:relative;
  top:-310px; */
  position: relative;
  top: -60px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  /* line 319, ../sass/_28_rescuewing.scss */
  .rescuewing .schedule .schedule-driver .black-box .service-option {
    width: 91%;
    position: absolute;
  }
}
/* line 334, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .black-box .service-option .blue {
  background: #45bbfc;
}
/* line 337, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .black-box .service-option .blue1 {
  background: #6fccff;
}
/* line 340, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .black-box .service-option .blue2 {
  background: #a4dfff;
}
/* line 343, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .black-box .service-option .red {
  background: #ff4a4a;
}
/* line 347, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .black-box .service-option .option {
  height: 245px;
  overflow: hidden;
  padding: 40px 30px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  right: 0;
  z-index: 2;
  transition: height 300ms ease;
}
/* line 359, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .black-box .service-option .option.bigger {
  height: 330px;
  /* Custom, iPhone Retina */
  /* Extra Small Devices */
  /* Small Devices */
  /* Medium Devices / Desktops */
  /* Large Devices */
}
@media only screen and (min-width: 450px) {
  /* line 359, ../sass/_28_rescuewing.scss */
  .rescuewing .schedule .schedule-driver .black-box .service-option .option.bigger {
    height: 290px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 359, ../sass/_28_rescuewing.scss */
  .rescuewing .schedule .schedule-driver .black-box .service-option .option.bigger {
    height: 310px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 359, ../sass/_28_rescuewing.scss */
  .rescuewing .schedule .schedule-driver .black-box .service-option .option.bigger {
    height: 265px;
  }
}
/* line 384, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .black-box .service-option .option .description {
  margin: 10px 0 0;
  color: #FFF;
  text-transform: none;
}
/* line 393, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .black-box .service-option .option.disabled * {
  transition: opacity 300ms ease;
  opacity: 0.5;
}
/* line 401, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .black-box .service-option .option:first-child {
  left: 0;
}
/* line 407, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .black-box .service-option .option .close-btn {
  display: none;
  background: #fff;
  color: #000;
}
/* line 416, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .black-box .service-option .option a.btn:hover {
  background: #fff;
  color: #000;
}
/* line 423, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .black-box .service-option .option .more-content {
  opacity: 0;
  transition: opacity 300ms ease;
}
/* line 427, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .black-box .service-option .option .more-content .symbol {
  margin: 30px 0 15px;
}
/* line 430, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .black-box .service-option .option .more-content p {
  color: #fff;
  font-size: 12px;
  text-transform: none;
  margin-top: 15px;
}
/* line 438, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .black-box .service-option .option.active {
  height: auto;
}
/* line 441, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .black-box .service-option .option.active .more-content {
  opacity: 1;
}
/* line 444, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .black-box .service-option .option.active .more-info-btn {
  display: none;
}
/* line 447, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .black-box .service-option .option.active .close-btn {
  display: inline-block;
}
/* line 452, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .black-box .service-option .option h5 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
/* line 457, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .black-box .service-option .option p {
  font-size: 12px;
  color: #000;
  margin: 0;
}
/* line 462, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .black-box .service-option .option p.price {
  color: #fff;
  font-size: 28px;
  line-height: 1;
  margin: 22px 0 5px;
}
/* line 471, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .black-box .service-option .option .btn {
  margin-top: 8px;
}
/* line 481, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .bottom {
  position: relative;
}
/* line 485, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .bottom form {
  width: 315px;
  margin: auto;
}
/* line 489, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .bottom form input {
  width: 94%;
  height: 60px;
  padding: 20px 10px;
  background: transparent;
  border: 2px solid #FFF;
  border-radius: 1px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
/* line 505, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .bottom form input::-webkit-input-placeholder {
  color: #FFF;
}
/* line 509, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .bottom form input:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
  opacity: 1;
}
/* line 514, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .bottom form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
  opacity: 1;
}
/* line 519, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .bottom form input:-ms-input-placeholder {
  color: #FFF;
  opacity: 1;
}
@media only screen and (min-width: 420px) {
  /* line 489, ../sass/_28_rescuewing.scss */
  .rescuewing .schedule .schedule-driver .bottom form input {
    width: auto;
  }
}
/* line 531, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .bottom form button {
  background: #FFF;
  color: #000;
  width: 94%;
  height: 60px;
  border: none;
  margin: 0;
  padding: 20px 30px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
/* line 545, ../sass/_28_rescuewing.scss */
.rescuewing .schedule .schedule-driver .bottom form button:hover {
  background: #83d3ff;
  color: #fff;
  transition: background 0.3s ease;
}
@media only screen and (min-width: 420px) {
  /* line 531, ../sass/_28_rescuewing.scss */
  .rescuewing .schedule .schedule-driver .bottom form button {
    width: auto;
  }
}

/* line 3, ../sass/_31_giftcard_stick.scss */
.giftcard-stick {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 85px;
  background: #0176C3 url(../img/topbar-giftcard-back.jpg) no-repeat center;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 3, ../sass/_31_giftcard_stick.scss */
  .giftcard-stick {
    height: 72px;
  }
}
/* line 14, ../sass/_31_giftcard_stick.scss */
.giftcard-stick ~ header {
  margin-top: 85px;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 14, ../sass/_31_giftcard_stick.scss */
  .giftcard-stick ~ header {
    margin-top: 72px;
  }
}
/* line 23, ../sass/_31_giftcard_stick.scss */
.giftcard-stick ~ .highlight .content .content-center {
  padding-top: 215px;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 23, ../sass/_31_giftcard_stick.scss */
  .giftcard-stick ~ .highlight .content .content-center {
    padding-top: 202px;
  }
}
/* line 32, ../sass/_31_giftcard_stick.scss */
.giftcard-stick ~ .highlight.window-fixed .content {
  top: 85px;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 32, ../sass/_31_giftcard_stick.scss */
  .giftcard-stick ~ .highlight.window-fixed .content {
    top: 72px;
  }
}
/* line 40, ../sass/_31_giftcard_stick.scss */
.giftcard-stick ~ .highlight.window-fixed .content .content-center {
  padding-top: 0px;
}
/* line 44, ../sass/_31_giftcard_stick.scss */
.giftcard-stick ~ .highlight.window-fixed .content .bottom {
  top: -200px;
}
/* line 49, ../sass/_31_giftcard_stick.scss */
.giftcard-stick ~ .highlight.small {
  height: 205px;
}
/* line 54, ../sass/_31_giftcard_stick.scss */
.giftcard-stick .container {
  position: relative;
  max-width: 950px;
  height: 85px;
  /* Large Devices - height 750 */
  /* Large Devices */
  /* Medium Devices / Desktops */
  /* Small Devices */
}
@media only screen and (max-width: 991px) {
  /* line 54, ../sass/_31_giftcard_stick.scss */
  .giftcard-stick .container {
    height: 72px;
  }
}
/* line 80, ../sass/_31_giftcard_stick.scss */
.giftcard-stick h3 {
  padding-right: 130px;
  margin-top: 31px;
  font-size: 21px;
  color: #FFF;
  line-height: 1;
  text-align: center;
  /* Large Devices */
  /* Medium Devices / Desktops */
  /* Small Devices */
  /* Small Devices */
  /* Small Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 80, ../sass/_31_giftcard_stick.scss */
  .giftcard-stick h3 {
    margin-top: 36px;
    font-size: 19px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 80, ../sass/_31_giftcard_stick.scss */
  .giftcard-stick h3 {
    margin-top: 10px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 601px) {
  /* line 80, ../sass/_31_giftcard_stick.scss */
  .giftcard-stick h3 {
    margin-top: 17px;
    padding-right: 120px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 451px) {
  /* line 80, ../sass/_31_giftcard_stick.scss */
  .giftcard-stick h3 {
    margin-top: 14px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 350px) {
  /* line 80, ../sass/_31_giftcard_stick.scss */
  .giftcard-stick h3 {
    margin-top: 17px;
    padding-right: 0;
    font-size: 14px;
  }
}
/* line 125, ../sass/_31_giftcard_stick.scss */
.giftcard-stick h3 a, .giftcard-stick h3 .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .giftcard-stick h3 a, .giftcard-stick h3 .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .giftcard-stick h3 a:hover, .giftcard-stick h3 .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .giftcard-stick h3 a, .giftcard-stick h3 .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .giftcard-stick h3 a:hover {
  color: #FFF;
  border: 0 !important;
}
/* line 129, ../sass/_31_giftcard_stick.scss */
.giftcard-stick h3 a:hover, .giftcard-stick h3 .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .giftcard-stick h3 a:hover, .giftcard-stick h3 .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .giftcard-stick h3 a:hover {
  text-decoration: underline;
  color: #FFF;
}
/* line 136, ../sass/_31_giftcard_stick.scss */
.giftcard-stick .card-img-holder {
  display: block;
  position: absolute;
  right: 0;
  top: 7px;
  /* Small Devices */
}
@media only screen and (max-width: 451px) {
  /* line 136, ../sass/_31_giftcard_stick.scss */
  .giftcard-stick .card-img-holder {
    display: none;
  }
}
/* line 146, ../sass/_31_giftcard_stick.scss */
.giftcard-stick .card-img-holder img {
  height: 78px;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 146, ../sass/_31_giftcard_stick.scss */
  .giftcard-stick .card-img-holder img {
    height: 65px;
  }
}

/* line 2, ../sass/_32_puppylovin.scss */
.puppylovin.modal-open .fade {
  background: rgba(0, 0, 0, 0.3);
}
/* line 6, ../sass/_32_puppylovin.scss */
.puppylovin .modal {
  text-align: center;
  padding: 0 !important;
}
/* line 10, ../sass/_32_puppylovin.scss */
.puppylovin .modal p {
  text-align: center;
}
/* line 15, ../sass/_32_puppylovin.scss */
.puppylovin .modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
/* line 23, ../sass/_32_puppylovin.scss */
.puppylovin .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 90%;
  max-width: 600px;
}
/* line 33, ../sass/_32_puppylovin.scss */
.puppylovin .highlight .content .content-center .content-container h1 {
  margin-bottom: 26px;
  text-align: left;
  font-size: 41px;
  font-weight: 200;
  line-height: 1.2;
  padding: 300px 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Large Devices - height 750 */
  /* Medium Devices / Desktops */
  /* Small Devices */
  /* Extra Small Devices */
}
@media only screen and (max-height: 750px) {
  /* line 33, ../sass/_32_puppylovin.scss */
  .puppylovin .highlight .content .content-center .content-container h1 {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 1281px) {
  /* line 33, ../sass/_32_puppylovin.scss */
  .puppylovin .highlight .content .content-center .content-container h1 {
    padding: 160px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  /* line 33, ../sass/_32_puppylovin.scss */
  .puppylovin .highlight .content .content-center .content-container h1 {
    padding-top: 80px;
    margin-bottom: 22px;
    font-size: 28px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  /* line 33, ../sass/_32_puppylovin.scss */
  .puppylovin .highlight .content .content-center .content-container h1 {
    font-size: 22px;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  /* line 33, ../sass/_32_puppylovin.scss */
  .puppylovin .highlight .content .content-center .content-container h1 {
    font-size: 18px;
  }
}
/* line 77, ../sass/_32_puppylovin.scss */
.puppylovin .highlight .content .content-center .content-container .side-info {
  font-size: 14px;
  padding-bottom: 70px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Large Devices - height 750 */
  /* Medium Devices / Desktops */
}
@media only screen and (max-height: 750px) {
  /* line 77, ../sass/_32_puppylovin.scss */
  .puppylovin .highlight .content .content-center .content-container .side-info {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1281px) {
  /* line 77, ../sass/_32_puppylovin.scss */
  .puppylovin .highlight .content .content-center .content-container .side-info {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 77, ../sass/_32_puppylovin.scss */
  .puppylovin .highlight .content .content-center .content-container .side-info {
    text-align: center;
  }
}
/* line 103, ../sass/_32_puppylovin.scss */
.puppylovin .main {
  position: relative;
  margin-bottom: 0px;
  background: #ff4a4a;
  /* Large Devices */
}
/* line 113, ../sass/_32_puppylovin.scss */
.puppylovin .main .section {
  position: relative;
  padding: 100px 0 120px;
  /* Large Devices - height 750 */
  /* Large Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (max-height: 750px) {
  /* line 113, ../sass/_32_puppylovin.scss */
  .puppylovin .main .section {
    padding-top: 60px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 113, ../sass/_32_puppylovin.scss */
  .puppylovin .main .section {
    padding-top: 50px;
    padding-bottom: 65px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 113, ../sass/_32_puppylovin.scss */
  .puppylovin .main .section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
/* line 136, ../sass/_32_puppylovin.scss */
.puppylovin .main .section figure {
  position: relative;
  margin-top: -150px;
  margin-bottom: 50px;
  /* Large Devices */
  /* Medium Devices / Desktops */
  /* Extra Small Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 136, ../sass/_32_puppylovin.scss */
  .puppylovin .main .section figure {
    margin-top: -114px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 136, ../sass/_32_puppylovin.scss */
  .puppylovin .main .section figure {
    margin-top: -88px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 136, ../sass/_32_puppylovin.scss */
  .puppylovin .main .section figure {
    margin-top: -96px;
  }
}
/* line 157, ../sass/_32_puppylovin.scss */
.puppylovin .main .section figure img {
  /* Large Devices */
  /* Medium Devices / Desktops */
  /* Extra Small Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 157, ../sass/_32_puppylovin.scss */
  .puppylovin .main .section figure img {
    width: 360px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 157, ../sass/_32_puppylovin.scss */
  .puppylovin .main .section figure img {
    width: 300px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 157, ../sass/_32_puppylovin.scss */
  .puppylovin .main .section figure img {
    width: 70%;
  }
}
/* line 175, ../sass/_32_puppylovin.scss */
.puppylovin .main .section .text-section {
  position: relative;
  margin-top: 75px;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 175, ../sass/_32_puppylovin.scss */
  .puppylovin .main .section .text-section {
    margin-top: 30px;
  }
}
/* line 184, ../sass/_32_puppylovin.scss */
.puppylovin .main .section .text-section .text-container {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}
/* line 191, ../sass/_32_puppylovin.scss */
.puppylovin .main .main-title {
  margin: 0 0 40px;
  padding: 0 40px;
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
  color: #FFF;
  /* Large Devices */
  /* Medium Devices / Desktops */
  /* Small Devices */
  /* Extra Small Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 191, ../sass/_32_puppylovin.scss */
  .puppylovin .main .main-title {
    margin-bottom: 30px;
    line-height: 1.2;
    font-size: 35px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 191, ../sass/_32_puppylovin.scss */
  .puppylovin .main .main-title {
    font-size: 23px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 191, ../sass/_32_puppylovin.scss */
  .puppylovin .main .main-title {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 191, ../sass/_32_puppylovin.scss */
  .puppylovin .main .main-title {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 20px;
  }
}
/* line 229, ../sass/_32_puppylovin.scss */
.puppylovin .main .main-text p {
  padding: 0;
  font-size: 16px;
  text-align: left;
  margin: 1.5em 0;
  color: #FFF;
  /* Medium Devices / Desktops */
  /* Medium Devices / Desktops */
  /* Small Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 229, ../sass/_32_puppylovin.scss */
  .puppylovin .main .main-text p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 229, ../sass/_32_puppylovin.scss */
  .puppylovin .main .main-text p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 229, ../sass/_32_puppylovin.scss */
  .puppylovin .main .main-text p {
    padding-right: 0;
  }
}
/* line 254, ../sass/_32_puppylovin.scss */
.puppylovin .main .main-text p a, .puppylovin .main .main-text p .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .puppylovin .main .main-text p a, .puppylovin .main .main-text p .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .puppylovin .main .main-text p a:hover, .puppylovin .main .main-text p .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .puppylovin .main .main-text p a, .puppylovin .main .main-text p .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .puppylovin .main .main-text p a:hover {
  color: #31c5f4;
  font-weight: normal;
  word-break: break-all;
}
/* line 263, ../sass/_32_puppylovin.scss */
.puppylovin .main a.btn, .puppylovin .main .giftcards .form-holder form fieldset .options .option.active a.btn, .giftcards .form-holder form fieldset .options .option.active .puppylovin .main a.btn, .puppylovin .main .giftcards .form-holder form fieldset .options .option a.btn:hover, .giftcards .form-holder form fieldset .options .option .puppylovin .main a.btn:hover, .puppylovin .main .giftcards_view .form-holder form fieldset .options .option.active a.btn, .giftcards_view .form-holder form fieldset .options .option.active .puppylovin .main a.btn, .puppylovin .main .giftcards_view .form-holder form fieldset .options .option a.btn:hover, .giftcards_view .form-holder form fieldset .options .option .puppylovin .main a.btn:hover {
  height: 65px;
  padding: 20px 40px;
  margin-top: 30px;
  font-size: 14px;
}

/* line 2, ../sass/_33_ratingstar.scss */
.customer-driver-feedback .main-container {
  margin-top: 40px;
  margin-bottom: 40px;
  background: #f1f1f1;
}
@media only screen and (max-width: 769px) {
  /* line 2, ../sass/_33_ratingstar.scss */
  .customer-driver-feedback .main-container {
    margin-top: 0;
    margin-bottom: 0;
  }
}
/* line 13, ../sass/_33_ratingstar.scss */
.customer-driver-feedback .feedback-container {
  margin: auto;
  padding: 40px;
}
@media only screen and (max-width: 769px) {
  /* line 13, ../sass/_33_ratingstar.scss */
  .customer-driver-feedback .feedback-container {
    padding: 40px 0;
  }
}
/* line 22, ../sass/_33_ratingstar.scss */
.customer-driver-feedback .feedback-container h2 {
  margin-bottom: 20px;
  color: #3a3a3c;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 374px) {
  /* line 22, ../sass/_33_ratingstar.scss */
  .customer-driver-feedback .feedback-container h2 {
    font-size: 15px;
  }
}
/* line 36, ../sass/_33_ratingstar.scss */
.customer-driver-feedback .feedback-container .order-info {
  margin-bottom: 20px;
  padding: 15px;
  background: #FFF;
  border-radius: 5px;
}
/* line 43, ../sass/_33_ratingstar.scss */
.customer-driver-feedback .feedback-container .order-info p {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
/* line 50, ../sass/_33_ratingstar.scss */
.customer-driver-feedback .feedback-container .order-info p.date {
  color: #55bcf9;
  font-weight: normal;
}
/* line 58, ../sass/_33_ratingstar.scss */
.customer-driver-feedback .feedback-container .order-total p {
  text-transform: uppercase;
  font-size: 18px;
  color: #7c7c7c;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 374px) {
  /* line 58, ../sass/_33_ratingstar.scss */
  .customer-driver-feedback .feedback-container .order-total p {
    font-size: 15px;
  }
}
/* line 70, ../sass/_33_ratingstar.scss */
.customer-driver-feedback .feedback-container .order-total p b {
  color: #000;
  font-size: 25px;
}
@media only screen and (max-width: 374px) {
  /* line 70, ../sass/_33_ratingstar.scss */
  .customer-driver-feedback .feedback-container .order-total p b {
    font-size: 22px;
  }
}
/* line 81, ../sass/_33_ratingstar.scss */
.customer-driver-feedback .feedback-container .feedback-gratuity {
  margin-top: 40px;
}
@media only screen and (max-width: 374px) {
  /* line 81, ../sass/_33_ratingstar.scss */
  .customer-driver-feedback .feedback-container .feedback-gratuity {
    margin-top: 20px;
  }
}
/* line 88, ../sass/_33_ratingstar.scss */
.customer-driver-feedback .feedback-container .feedback-gratuity .tip-pct-buttons {
  display: block;
  margin-bottom: 12.5px;
}
/* line 92, ../sass/_33_ratingstar.scss */
.customer-driver-feedback .feedback-container .feedback-gratuity .tip-pct-buttons label {
  width: calc(20% - 10px);
  height: 60px;
  line-height: 60px;
  margin: 0 12.5px 0 0;
  padding: 0;
  background: #FFF;
  border: none;
  border-radius: 10px !important;
  color: #7c7c7c;
  font-size: 17px;
  font-weight: bold;
  text-transform: lowercase;
}
@media only screen and (max-width: 556px) {
  /* line 92, ../sass/_33_ratingstar.scss */
  .customer-driver-feedback .feedback-container .feedback-gratuity .tip-pct-buttons label {
    font-size: 11px;
  }
}
@media only screen and (max-width: 374px) {
  /* line 92, ../sass/_33_ratingstar.scss */
  .customer-driver-feedback .feedback-container .feedback-gratuity .tip-pct-buttons label {
    width: calc(20% - 4px);
    margin: 0 5px 0 0;
    font-size: 11px;
  }
}
/* line 117, ../sass/_33_ratingstar.scss */
.customer-driver-feedback .feedback-container .feedback-gratuity .tip-pct-buttons label:last-child {
  margin-right: 0;
}
/* line 121, ../sass/_33_ratingstar.scss */
.customer-driver-feedback .feedback-container .feedback-gratuity .tip-pct-buttons label.active, .customer-driver-feedback .feedback-container .feedback-gratuity .tip-pct-buttons label:active {
  background: #55bcf9;
  color: #FFF;
  box-shadow: none;
}
/* line 130, ../sass/_33_ratingstar.scss */
.customer-driver-feedback .feedback-container .feedback-gratuity .input-holder input {
  height: 60px;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  background: #FFF;
  border: none;
  border-radius: 10px;
}
@media only screen and (max-width: 556px) {
  /* line 130, ../sass/_33_ratingstar.scss */
  .customer-driver-feedback .feedback-container .feedback-gratuity .input-holder input {
    font-size: 17px;
  }
}
/* line 148, ../sass/_33_ratingstar.scss */
.customer-driver-feedback .feedback-container .feedback-rate {
  margin-top: 40px;
  text-align: center;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 1199px) {
  /* line 148, ../sass/_33_ratingstar.scss */
  .customer-driver-feedback .feedback-container .feedback-rate {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 400px) {
  /* line 148, ../sass/_33_ratingstar.scss */
  .customer-driver-feedback .feedback-container .feedback-rate {
    margin-top: 40px;
  }
}
/* line 161, ../sass/_33_ratingstar.scss */
.customer-driver-feedback .feedback-container .feedback-rate .new-stars {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 556px) {
  /* line 161, ../sass/_33_ratingstar.scss */
  .customer-driver-feedback .feedback-container .feedback-rate .new-stars {
    height: 43px;
    line-height: 43px;
  }
}
@media only screen and (max-width: 374px) {
  /* line 161, ../sass/_33_ratingstar.scss */
  .customer-driver-feedback .feedback-container .feedback-rate .new-stars {
    height: 36px;
    line-height: 36px;
  }
}
/* line 178, ../sass/_33_ratingstar.scss */
.customer-driver-feedback .feedback-container .feedback-rate .new-stars span.star {
  float: right;
  display: block;
  padding: 0 17px;
  color: #cbcbcb;
  font-size: 50px;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  /* line 178, ../sass/_33_ratingstar.scss */
  .customer-driver-feedback .feedback-container .feedback-rate .new-stars span.star {
    font-size: 40px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 374px) {
  /* line 178, ../sass/_33_ratingstar.scss */
  .customer-driver-feedback .feedback-container .feedback-rate .new-stars span.star {
    font-size: 34px;
  }
}
/* line 200, ../sass/_33_ratingstar.scss */
.customer-driver-feedback .feedback-container .feedback-rate .new-stars span.star.active, .customer-driver-feedback .feedback-container .feedback-rate .new-stars span.star:hover, .customer-driver-feedback .feedback-container .feedback-rate .new-stars span.star:hover ~ span.star, .customer-driver-feedback .feedback-container .feedback-rate .new-stars span.star.active ~ span.star {
  color: #55bcf9;
}
/* line 206, ../sass/_33_ratingstar.scss */
.customer-driver-feedback .feedback-container .feedback-rate textarea.notes {
  height: 60px;
  padding: 13px 0 0;
  vertical-align: middle;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  background: #FFF;
  border: none;
  border-radius: 10px;
  font-family: "Montserrat";
  resize: none;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 1199px) {
  /* line 206, ../sass/_33_ratingstar.scss */
  .customer-driver-feedback .feedback-container .feedback-rate textarea.notes {
    margin-top: 40px;
    height: 150px;
  }
}
@media only screen and (max-width: 556px) {
  /* line 206, ../sass/_33_ratingstar.scss */
  .customer-driver-feedback .feedback-container .feedback-rate textarea.notes {
    font-size: 17px;
    height: 75px;
  }
}
/* line 238, ../sass/_33_ratingstar.scss */
.customer-driver-feedback .btns {
  margin-top: 60px;
}
@media only screen and (max-width: 400px) {
  /* line 238, ../sass/_33_ratingstar.scss */
  .customer-driver-feedback .btns {
    margin-top: 40px;
  }
}
/* line 246, ../sass/_33_ratingstar.scss */
.customer-driver-feedback .error-message {
  color: #FF0000;
}
/* line 250, ../sass/_33_ratingstar.scss */
.customer-driver-feedback input.error {
  background: #ffe4e4 !important;
}
/* line 253, ../sass/_33_ratingstar.scss */
.customer-driver-feedback span.star.error {
  -webkit-text-stroke: 3px #FF0000;
  -moz-text-stroke: 3px #FF0000;
  text-stroke: 3px #FF0000;
}

/* rating stars */
/* line 261, ../sass/_33_ratingstar.scss */
.jq-ry-container {
  position: relative;
  padding: 0 5px;
  line-height: 0;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 271, ../sass/_33_ratingstar.scss */
.jq-ry-container[readonly="readonly"] {
  cursor: default;
}
/* line 276, ../sass/_33_ratingstar.scss */
.jq-ry-container > .jq-ry-group-wrapper {
  position: relative;
  width: 100%;
}
/* line 281, ../sass/_33_ratingstar.scss */
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
  position: relative;
  line-height: 0;
  z-index: 10;
  white-space: nowrap;
}
/* line 288, ../sass/_33_ratingstar.scss */
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
  display: inline-block;
}
/* line 293, ../sass/_33_ratingstar.scss */
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
  width: 100%;
}
/* line 298, ../sass/_33_ratingstar.scss */
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
  width: 0;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

/* line 2, ../sass/_34_blog.scss */
.blog * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 8, ../sass/_34_blog.scss */
.blog .highlight .content .content-center {
  padding-top: 125px;
  padding-bottom: 40px;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 8, ../sass/_34_blog.scss */
  .blog .highlight .content .content-center {
    padding-top: 110px;
    padding-bottom: 5px;
  }
}
/* line 19, ../sass/_34_blog.scss */
.blog .highlight img {
  height: 41px;
  /* Extra Small Devices */
}
@media only screen and (max-width: 481px) {
  /* line 19, ../sass/_34_blog.scss */
  .blog .highlight img {
    height: 30px;
  }
}
/* line 29, ../sass/_34_blog.scss */
.blog .blog-main {
  margin: 40px 0 80px;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 29, ../sass/_34_blog.scss */
  .blog .blog-main {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
/* line 38, ../sass/_34_blog.scss */
.blog .blog-main article {
  margin: 45px 0 0;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 38, ../sass/_34_blog.scss */
  .blog .blog-main article {
    margin-top: 25px;
  }
}
/* line 46, ../sass/_34_blog.scss */
.blog .blog-main article:first-child {
  margin-top: 0;
}
/* line 50, ../sass/_34_blog.scss */
.blog .blog-main article .top {
  margin: 0 0 10px;
  color: #7d8091;
  font-size: 12px;
  font-weight: 200;
}
/* line 57, ../sass/_34_blog.scss */
.blog .blog-main article h1, .blog .blog-main article h2 {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: normal;
  line-height: 1.5;
  text-decoration: none;
  /* Extra Small Devices */
}
@media only screen and (max-width: 481px) {
  /* line 57, ../sass/_34_blog.scss */
  .blog .blog-main article h1, .blog .blog-main article h2 {
    font-size: 18px;
  }
}
/* line 70, ../sass/_34_blog.scss */
.blog .blog-main article h1 a, .blog .blog-main article h1 .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .blog .blog-main article h1 a, .blog .blog-main article h1 .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .blog .blog-main article h1 a:hover, .blog .blog-main article h1 .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .blog .blog-main article h1 a, .blog .blog-main article h1 .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .blog .blog-main article h1 a:hover, .blog .blog-main article h2 a, .blog .blog-main article h2 .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .blog .blog-main article h2 a, .blog .blog-main article h2 .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .blog .blog-main article h2 a:hover, .blog .blog-main article h2 .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .blog .blog-main article h2 a, .blog .blog-main article h2 .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .blog .blog-main article h2 a:hover {
  color: #000;
}
/* line 73, ../sass/_34_blog.scss */
.blog .blog-main article h1 a:hover, .blog .blog-main article h1 .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .blog .blog-main article h1 a:hover, .blog .blog-main article h1 .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .blog .blog-main article h1 a:hover, .blog .blog-main article h2 a:hover, .blog .blog-main article h2 .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .blog .blog-main article h2 a:hover, .blog .blog-main article h2 .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .blog .blog-main article h2 a:hover {
  text-decoration: none;
}
/* line 79, ../sass/_34_blog.scss */
.blog .blog-main article img {
  width: 100%;
}
/* line 83, ../sass/_34_blog.scss */
.blog .blog-main article p {
  color: #7d8091;
  line-height: 1.6;
}
/* line 88, ../sass/_34_blog.scss */
.blog .blog-main article .main-text {
  color: #000;
  line-height: 1.6;
}
/* line 92, ../sass/_34_blog.scss */
.blog .blog-main article .main-text h2 {
  margin-top: 30px;
  font-size: 19px;
}
/* line 98, ../sass/_34_blog.scss */
.blog .blog-main article .main-text p {
  color: #000;
}
/* line 101, ../sass/_34_blog.scss */
.blog .blog-main article .main-text p a, .blog .blog-main article .main-text p .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .blog .blog-main article .main-text p a, .blog .blog-main article .main-text p .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .blog .blog-main article .main-text p a:hover, .blog .blog-main article .main-text p .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .blog .blog-main article .main-text p a, .blog .blog-main article .main-text p .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .blog .blog-main article .main-text p a:hover {
  text-decoration: underline;
}
/* line 106, ../sass/_34_blog.scss */
.blog .blog-main article .main-text ol {
  padding-left: 15px;
}
/* line 109, ../sass/_34_blog.scss */
.blog .blog-main article .main-text ol li {
  margin-bottom: 5px;
}
/* line 116, ../sass/_34_blog.scss */
.blog .blog-main article .article-footer a, .blog .blog-main article .article-footer .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .blog .blog-main article .article-footer a, .blog .blog-main article .article-footer .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .blog .blog-main article .article-footer a:hover, .blog .blog-main article .article-footer .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .blog .blog-main article .article-footer a, .blog .blog-main article .article-footer .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .blog .blog-main article .article-footer a:hover {
  color: #83d3ff;
  text-decoration: underline;
}
/* line 122, ../sass/_34_blog.scss */
.blog .blog-main article blockquote {
  margin: 10px;
}
/* line 125, ../sass/_34_blog.scss */
.blog .blog-main article blockquote p {
  margin: 5px 0;
  font-size: 14px;
}
/* line 132, ../sass/_34_blog.scss */
.blog .blog-main .make-reservation {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #000;
  text-align: right;
  /* Small Devices */
}
/* line 139, ../sass/_34_blog.scss */
.blog .blog-main .make-reservation.small {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  /* line 139, ../sass/_34_blog.scss */
  .blog .blog-main .make-reservation.small {
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 132, ../sass/_34_blog.scss */
  .blog .blog-main .make-reservation {
    margin-bottom: 50px;
    text-align: center;
  }
}
/* line 159, ../sass/_34_blog.scss */
.blog .blog-main .make-reservation p {
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  font-family: "Suranna", serif;
  letter-spacing: 3px;
  /* Small Devices */
  /* Extra Small Devices */
}
@media only screen and (max-width: 769px) {
  /* line 159, ../sass/_34_blog.scss */
  .blog .blog-main .make-reservation p {
    text-align: center;
  }
}
@media only screen and (max-width: 481px) {
  /* line 159, ../sass/_34_blog.scss */
  .blog .blog-main .make-reservation p {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
/* line 181, ../sass/_34_blog.scss */
.blog .blog-main .make-reservation.small p {
  font-size: 23px;
  line-height: 50px;
  /* Extra Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 181, ../sass/_34_blog.scss */
  .blog .blog-main .make-reservation.small p {
    line-height: inherit;
  }
}
/* line 191, ../sass/_34_blog.scss */
.blog .blog-main .make-reservation .btn {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  /* Small Devices */
}
@media only screen and (max-width: 769px) {
  /* line 191, ../sass/_34_blog.scss */
  .blog .blog-main .make-reservation .btn {
    max-width: 400px;
  }
}
/* line 206, ../sass/_34_blog.scss */
.blog .blog-main .make-reservation .btn:hover {
  color: #FFF;
}
/* line 213, ../sass/_34_blog.scss */
.blog .blog-main aside .make-reservation {
  margin-top: 0;
  margin-bottom: 35px;
  margin-left: 27px;
  border-top: none;
  text-align: left;
}
/* line 222, ../sass/_34_blog.scss */
.blog .blog-main aside .make-reservation .btn {
  width: auto;
  font-size: 13px;
}
/* line 230, ../sass/_34_blog.scss */
.blog .blog-main .aside-news {
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 230, ../sass/_34_blog.scss */
  .blog .blog-main .aside-news {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 239, ../sass/_34_blog.scss */
.blog .blog-main .aside-news h2 {
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 239, ../sass/_34_blog.scss */
  .blog .blog-main .aside-news h2 {
    text-align: center;
  }
}
/* line 248, ../sass/_34_blog.scss */
.blog footer {
  border-top: 1px solid #f8f8f8;
}
/* line 252, ../sass/_34_blog.scss */
.blog .black-box {
  display: inline-block;
  background: #000;
  border-radius: 5px;
  color: #FFF;
  padding: 7px 10px;
}
/* line 260, ../sass/_34_blog.scss */
.blog .zip-black-box {
  margin-top: 50px;
  padding: 40px 30px;
  background: #000;
  color: #FFF;
  text-align: center;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 260, ../sass/_34_blog.scss */
  .blog .zip-black-box {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 260, ../sass/_34_blog.scss */
  .blog .zip-black-box {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* line 281, ../sass/_34_blog.scss */
.blog .zip-black-box h5 {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  /* line 281, ../sass/_34_blog.scss */
  .blog .zip-black-box h5 {
    font-size: 22px;
  }
}
/* line 288, ../sass/_34_blog.scss */
.blog .zip-black-box h5 span {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  /* line 288, ../sass/_34_blog.scss */
  .blog .zip-black-box h5 span {
    font-size: 16px;
  }
}
/* line 297, ../sass/_34_blog.scss */
.blog .zip-black-box p {
  margin-top: 35px;
  color: #FFF;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  /* line 297, ../sass/_34_blog.scss */
  .blog .zip-black-box p {
    margin-top: 20px;
    font-size: 12px;
  }
}
/* line 309, ../sass/_34_blog.scss */
.blog .zip-black-box .bottom {
  position: relative;
}
/* line 312, ../sass/_34_blog.scss */
.blog .zip-black-box .bottom form {
  display: flex;
  max-width: 390px;
  margin: 0 auto;
}
/* line 317, ../sass/_34_blog.scss */
.blog .zip-black-box .bottom form input {
  flex: 1;
  height: 60px;
  padding: 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  border: 2px solid #fff;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 317, ../sass/_34_blog.scss */
  .blog .zip-black-box .bottom form input {
    margin-left: 0;
  }
}
/* line 340, ../sass/_34_blog.scss */
.blog .zip-black-box .bottom form input::-webkit-input-placeholder {
  color: #fff;
}
/* line 344, ../sass/_34_blog.scss */
.blog .zip-black-box .bottom form input:-moz-placeholder {
  opacity: 1;
  /* Firefox 18- */
  color: #fff;
}
/* line 350, ../sass/_34_blog.scss */
.blog .zip-black-box .bottom form input::-moz-placeholder {
  opacity: 1;
  /* Firefox 19+ */
  color: #fff;
}
/* line 356, ../sass/_34_blog.scss */
.blog .zip-black-box .bottom form input:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  /* line 317, ../sass/_34_blog.scss */
  .blog .zip-black-box .bottom form input {
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 368, ../sass/_34_blog.scss */
.blog .zip-black-box .bottom form button {
  width: 110px;
  height: 60px;
  line-height: 56px;
  margin-left: -2px;
  padding: 0;
  border: 2px solid #FFF;
  border-radius: 0;
  background: #83d3ff;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
/* line 386, ../sass/_34_blog.scss */
.blog .zip-black-box .bottom form button:hover {
  color: #000;
  background: #45bbfc;
  transition: background 0.3s ease;
}

/* line 2, ../sass/_35_napa.scss */
.napa-sonoma .mt-0 {
  margin-top: 0;
}
/* line 6, ../sass/_35_napa.scss */
.napa-sonoma .mt-1 {
  margin-top: 1em;
}
/* line 10, ../sass/_35_napa.scss */
.napa-sonoma .mb-1 {
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  /* line 14, ../sass/_35_napa.scss */
  .napa-sonoma .mb-sm-1 {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 20, ../sass/_35_napa.scss */
  .napa-sonoma .mb-sm-2 {
    margin-bottom: 2em;
  }
}
/* line 26, ../sass/_35_napa.scss */
.napa-sonoma .mb-2 {
  margin-bottom: 2em;
}
/* line 30, ../sass/_35_napa.scss */
.napa-sonoma .mb-3 {
  margin-bottom: 3em;
}
/* line 34, ../sass/_35_napa.scss */
.napa-sonoma .mb-4 {
  margin-bottom: 4em;
}
/* line 38, ../sass/_35_napa.scss */
.napa-sonoma ul, .napa-sonoma p {
  font-size: 14px;
}
/* line 41, ../sass/_35_napa.scss */
.napa-sonoma ul:last-child, .napa-sonoma p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  /* line 38, ../sass/_35_napa.scss */
  .napa-sonoma ul, .napa-sonoma p {
    font-size: 13px;
  }
}
/* line 51, ../sass/_35_napa.scss */
.napa-sonoma .highlight h1 {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  /* line 51, ../sass/_35_napa.scss */
  .napa-sonoma .highlight h1 {
    font-weight: bold;
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 51, ../sass/_35_napa.scss */
  .napa-sonoma .highlight h1 {
    margin-bottom: 30px;
    font-size: 25px;
  }
}
/* line 66, ../sass/_35_napa.scss */
.napa-sonoma .highlight h2 {
  margin-top: 15px;
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  /* line 66, ../sass/_35_napa.scss */
  .napa-sonoma .highlight h2 {
    margin-top: -10px;
    margin-bottom: 30px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 66, ../sass/_35_napa.scss */
  .napa-sonoma .highlight h2 {
    font-size: 25px;
  }
}
/* line 81, ../sass/_35_napa.scss */
.napa-sonoma .highlight .content-center {
  padding-top: 160px;
  padding-bottom: 220px;
}
@media only screen and (max-width: 767px) {
  /* line 81, ../sass/_35_napa.scss */
  .napa-sonoma .highlight .content-center {
    padding-top: 110px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 81, ../sass/_35_napa.scss */
  .napa-sonoma .highlight .content-center {
    padding-top: 90px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 374px) {
  /* line 81, ../sass/_35_napa.scss */
  .napa-sonoma .highlight .content-center {
    padding-top: 90px;
  }
}
/* line 101, ../sass/_35_napa.scss */
.napa-sonoma .explore {
  position: relative;
  padding: 0;
  background: #cacaca;
  color: #333;
}
/* line 108, ../sass/_35_napa.scss */
.napa-sonoma .explore .explore-call {
  position: absolute;
  z-index: 1;
  top: -150px;
  width: 100%;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  /* line 108, ../sass/_35_napa.scss */
  .napa-sonoma .explore .explore-call {
    position: static;
  }
}
/* line 120, ../sass/_35_napa.scss */
.napa-sonoma .explore .explore-call.invert p {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 125, ../sass/_35_napa.scss */
.napa-sonoma .explore .explore-call.invert form {
  margin-bottom: 30px;
}
/* line 130, ../sass/_35_napa.scss */
.napa-sonoma .explore .explore-call .container {
  padding: 50px;
  background: #a11a1e;
  border: 2px solid #FFF;
}
@media only screen and (max-width: 480px) {
  /* line 130, ../sass/_35_napa.scss */
  .napa-sonoma .explore .explore-call .container {
    padding: 30px 0;
  }
}
/* line 141, ../sass/_35_napa.scss */
.napa-sonoma .explore .explore-call h2 {
  font-size: 29px;
  text-align: center;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  /* line 141, ../sass/_35_napa.scss */
  .napa-sonoma .explore .explore-call h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 141, ../sass/_35_napa.scss */
  .napa-sonoma .explore .explore-call h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 141, ../sass/_35_napa.scss */
  .napa-sonoma .explore .explore-call h2 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 321px) {
  /* line 141, ../sass/_35_napa.scss */
  .napa-sonoma .explore .explore-call h2 {
    font-size: 17px;
  }
}
/* line 163, ../sass/_35_napa.scss */
.napa-sonoma .explore .explore-call h2.smaller {
  font-size: 26px;
}
@media only screen and (max-width: 991px) {
  /* line 163, ../sass/_35_napa.scss */
  .napa-sonoma .explore .explore-call h2.smaller {
    font-size: 29px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 163, ../sass/_35_napa.scss */
  .napa-sonoma .explore .explore-call h2.smaller {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 163, ../sass/_35_napa.scss */
  .napa-sonoma .explore .explore-call h2.smaller {
    font-size: 17px;
  }
}
@media only screen and (max-width: 321px) {
  /* line 163, ../sass/_35_napa.scss */
  .napa-sonoma .explore .explore-call h2.smaller {
    font-size: 16px;
  }
}
/* line 184, ../sass/_35_napa.scss */
.napa-sonoma .explore .explore-call p {
  font-size: 22px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  /* line 184, ../sass/_35_napa.scss */
  .napa-sonoma .explore .explore-call p {
    font-size: 13px;
  }
}
/* line 194, ../sass/_35_napa.scss */
.napa-sonoma .explore .explore-call form {
  text-align: center;
}
/* line 197, ../sass/_35_napa.scss */
.napa-sonoma .explore .explore-call form input {
  position: relative;
  display: inline-block;
  height: 60px;
  padding: 20px 10px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 1px;
  background: transparent;
}
@media only screen and (max-width: 991px) {
  /* line 197, ../sass/_35_napa.scss */
  .napa-sonoma .explore .explore-call form input {
    top: -2px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 197, ../sass/_35_napa.scss */
  .napa-sonoma .explore .explore-call form input {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
  }
}
/* line 226, ../sass/_35_napa.scss */
.napa-sonoma .explore .explore-call form input::-webkit-input-placeholder {
  color: #fff;
}
/* line 230, ../sass/_35_napa.scss */
.napa-sonoma .explore .explore-call form input:-moz-placeholder {
  opacity: 1;
  /* Firefox 18- */
  color: #fff;
}
/* line 236, ../sass/_35_napa.scss */
.napa-sonoma .explore .explore-call form input::-moz-placeholder {
  opacity: 1;
  /* Firefox 19+ */
  color: #fff;
}
/* line 242, ../sass/_35_napa.scss */
.napa-sonoma .explore .explore-call form input:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
/* line 248, ../sass/_35_napa.scss */
.napa-sonoma .explore .explore-call form button {
  position: relative;
  top: -2px;
  display: inline-block;
  width: auto;
  height: 60px;
  padding: 20px 30px;
  margin: 0 0 0 5px;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  border: none;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  /* line 248, ../sass/_35_napa.scss */
  .napa-sonoma .explore .explore-call form button {
    top: -3px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 248, ../sass/_35_napa.scss */
  .napa-sonoma .explore .explore-call form button {
    top: -2px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 280, ../sass/_35_napa.scss */
.napa-sonoma .explore .explore-call .price small {
  text-align: center;
}
/* line 285, ../sass/_35_napa.scss */
.napa-sonoma .explore .explore-call .price b {
  font-size: 18px;
  text-align: center;
}
/* line 295, ../sass/_35_napa.scss */
.napa-sonoma .page-content {
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  /* line 295, ../sass/_35_napa.scss */
  .napa-sonoma .page-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* line 303, ../sass/_35_napa.scss */
.napa-sonoma .page-content .container {
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 991px) {
  /* line 303, ../sass/_35_napa.scss */
  .napa-sonoma .page-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 313, ../sass/_35_napa.scss */
.napa-sonoma .page-content h3, .napa-sonoma .page-content h2 {
  padding-bottom: 15px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
}
/* line 320, ../sass/_35_napa.scss */
.napa-sonoma .page-content h3.smaller, .napa-sonoma .page-content h2.smaller {
  font-size: 22px;
}
@media only screen and (max-width: 991px) {
  /* line 320, ../sass/_35_napa.scss */
  .napa-sonoma .page-content h3.smaller, .napa-sonoma .page-content h2.smaller {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 313, ../sass/_35_napa.scss */
  .napa-sonoma .page-content h3, .napa-sonoma .page-content h2 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 313, ../sass/_35_napa.scss */
  .napa-sonoma .page-content h3, .napa-sonoma .page-content h2 {
    padding-bottom: 5px;
    font-size: 19px;
  }
}
/* line 338, ../sass/_35_napa.scss */
.napa-sonoma .page-content ul, .napa-sonoma .page-content ol {
  color: #000;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  /* line 338, ../sass/_35_napa.scss */
  .napa-sonoma .page-content ul, .napa-sonoma .page-content ol {
    margin-top: 0;
    margin-bottom: 0;
  }
}
/* line 349, ../sass/_35_napa.scss */
.napa-sonoma .page-content ol li {
  margin-bottom: 20px;
}
/* line 354, ../sass/_35_napa.scss */
.napa-sonoma .page-content .image-move-top {
  position: relative;
  top: -60px;
}
@media only screen and (max-width: 991px) {
  /* line 354, ../sass/_35_napa.scss */
  .napa-sonoma .page-content .image-move-top {
    top: 0;
  }
}
/* line 364, ../sass/_35_napa.scss */
.napa-sonoma .explore-content {
  position: relative;
  padding-top: 200px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  /* line 364, ../sass/_35_napa.scss */
  .napa-sonoma .explore-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* line 374, ../sass/_35_napa.scss */
.napa-sonoma .explore-content.is-concierge {
  padding-top: 230px;
}
@media only screen and (max-width: 767px) {
  /* line 374, ../sass/_35_napa.scss */
  .napa-sonoma .explore-content.is-concierge {
    padding-top: 5px;
    padding-bottom: 30px;
  }
}
/* line 383, ../sass/_35_napa.scss */
.napa-sonoma .explore-content h3 {
  font-size: 1.6em;
  line-height: 1.4;
}
/* line 389, ../sass/_35_napa.scss */
.napa-sonoma .rental-car {
  padding: 60px 0;
}
@media only screen and (max-width: 480px) {
  /* line 389, ../sass/_35_napa.scss */
  .napa-sonoma .rental-car {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* line 397, ../sass/_35_napa.scss */
.napa-sonoma .rental-car h3 {
  font-size: 40px;
}
@media only screen and (max-width: 991px) {
  /* line 397, ../sass/_35_napa.scss */
  .napa-sonoma .rental-car h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 397, ../sass/_35_napa.scss */
  .napa-sonoma .rental-car h3 {
    margin-bottom: 0px;
    font-size: 22px;
  }
}
/* line 411, ../sass/_35_napa.scss */
.napa-sonoma .rental-car p {
  margin-bottom: 50px;
}
@media only screen and (max-width: 480px) {
  /* line 411, ../sass/_35_napa.scss */
  .napa-sonoma .rental-car p {
    margin-bottom: 25px;
  }
}
/* line 419, ../sass/_35_napa.scss */
.napa-sonoma .rental-car a.btn, .napa-sonoma .rental-car .giftcards .form-holder form fieldset .options .option.active a.btn, .giftcards .form-holder form fieldset .options .option.active .napa-sonoma .rental-car a.btn, .napa-sonoma .rental-car .giftcards .form-holder form fieldset .options .option a.btn:hover, .giftcards .form-holder form fieldset .options .option .napa-sonoma .rental-car a.btn:hover, .napa-sonoma .rental-car .giftcards_view .form-holder form fieldset .options .option.active a.btn, .giftcards_view .form-holder form fieldset .options .option.active .napa-sonoma .rental-car a.btn, .napa-sonoma .rental-car .giftcards_view .form-holder form fieldset .options .option a.btn:hover, .giftcards_view .form-holder form fieldset .options .option .napa-sonoma .rental-car a.btn:hover {
  background: transparent;
  border: 2px solid #000;
  border-radius: 2px;
  padding-left: 60px;
  padding-right: 60px;
  color: #000;
  font-size: 12px;
}
/* line 429, ../sass/_35_napa.scss */
.napa-sonoma .rental-car a.btn:hover, .napa-sonoma .rental-car .giftcards .form-holder form fieldset .options .option a.btn:hover, .giftcards .form-holder form fieldset .options .option .napa-sonoma .rental-car a.btn:hover, .napa-sonoma .rental-car .giftcards_view .form-holder form fieldset .options .option a.btn:hover, .giftcards_view .form-holder form fieldset .options .option .napa-sonoma .rental-car a.btn:hover {
  background: #000;
  color: #FFF;
}
@media only screen and (max-width: 480px) {
  /* line 419, ../sass/_35_napa.scss */
  .napa-sonoma .rental-car a.btn, .napa-sonoma .rental-car .giftcards .form-holder form fieldset .options .option.active a.btn, .giftcards .form-holder form fieldset .options .option.active .napa-sonoma .rental-car a.btn, .napa-sonoma .rental-car .giftcards .form-holder form fieldset .options .option a.btn:hover, .giftcards .form-holder form fieldset .options .option .napa-sonoma .rental-car a.btn:hover, .napa-sonoma .rental-car .giftcards_view .form-holder form fieldset .options .option.active a.btn, .giftcards_view .form-holder form fieldset .options .option.active .napa-sonoma .rental-car a.btn, .napa-sonoma .rental-car .giftcards_view .form-holder form fieldset .options .option a.btn:hover, .giftcards_view .form-holder form fieldset .options .option .napa-sonoma .rental-car a.btn:hover {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* line 441, ../sass/_35_napa.scss */
.napa-sonoma .tour-faqs {
  padding: 90px 0 75px;
  background-color: #000;
  background-image: url(../img/tour/wine.jpg);
  background-size: cover;
  color: #FFF;
}
@media only screen and (max-width: 480px) {
  /* line 441, ../sass/_35_napa.scss */
  .napa-sonoma .tour-faqs {
    padding: 40px 0 35px;
  }
}
/* line 454, ../sass/_35_napa.scss */
.napa-sonoma .tour-faqs .container {
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 991px) {
  /* line 454, ../sass/_35_napa.scss */
  .napa-sonoma .tour-faqs .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 463, ../sass/_35_napa.scss */
.napa-sonoma .tour-faqs .container h3 {
  color: #a14242;
  font-size: 35px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  /* line 463, ../sass/_35_napa.scss */
  .napa-sonoma .tour-faqs .container h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 463, ../sass/_35_napa.scss */
  .napa-sonoma .tour-faqs .container h3 {
    font-size: 22px;
  }
}
/* line 478, ../sass/_35_napa.scss */
.napa-sonoma .tour-faqs .container p {
  margin-bottom: 40px;
}
/* line 482, ../sass/_35_napa.scss */
.napa-sonoma .tour-faqs .container ul {
  padding-left: 15px;
}
/* line 488, ../sass/_35_napa.scss */
.napa-sonoma .tour-testimonials {
  padding: 35px 0;
  background-color: #83d3ff;
}
/* line 493, ../sass/_35_napa.scss */
.napa-sonoma .tour-testimonials .container {
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 991px) {
  /* line 493, ../sass/_35_napa.scss */
  .napa-sonoma .tour-testimonials .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 503, ../sass/_35_napa.scss */
.napa-sonoma .tour-testimonials h3 {
  font-size: 35px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  /* line 503, ../sass/_35_napa.scss */
  .napa-sonoma .tour-testimonials h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 503, ../sass/_35_napa.scss */
  .napa-sonoma .tour-testimonials h3 {
    font-size: 22px;
  }
}
/* line 517, ../sass/_35_napa.scss */
.napa-sonoma .tour-testimonials blockquote {
  border: none;
  margin: 0 0 30px;
  padding: 0;
  font-style: italic;
}
@media only screen and (max-width: 480px) {
  /* line 517, ../sass/_35_napa.scss */
  .napa-sonoma .tour-testimonials blockquote {
    font-size: 14px;
  }
}
/* line 528, ../sass/_35_napa.scss */
.napa-sonoma .tour-testimonials blockquote p {
  margin-bottom: 0px;
}
/* line 532, ../sass/_35_napa.scss */
.napa-sonoma .tour-testimonials blockquote footer {
  background: none;
  color: #FFF;
}
/* line 540, ../sass/_35_napa.scss */
.napa-sonoma.black .explore {
  background: #FFF;
}
/* line 543, ../sass/_35_napa.scss */
.napa-sonoma.black .explore .explore-call {
  color: #000;
}
/* line 546, ../sass/_35_napa.scss */
.napa-sonoma.black .explore .explore-call .container {
  background: #FFF;
  border-color: #83d3ff;
  border-width: 6px;
}
@media only screen and (max-width: 480px) {
  /* line 546, ../sass/_35_napa.scss */
  .napa-sonoma.black .explore .explore-call .container {
    border-width: 3px;
  }
}
/* line 556, ../sass/_35_napa.scss */
.napa-sonoma.black .explore .explore-call p, .napa-sonoma.black .explore .explore-call .smaller {
  color: #636363;
}
/* line 561, ../sass/_35_napa.scss */
.napa-sonoma.black .explore .explore-call form input {
  color: #636363;
  border-color: #000;
}
/* line 565, ../sass/_35_napa.scss */
.napa-sonoma.black .explore .explore-call form input::-webkit-input-placeholder {
  color: #636363;
}
/* line 569, ../sass/_35_napa.scss */
.napa-sonoma.black .explore .explore-call form input:-moz-placeholder {
  opacity: 1;
  /* Firefox 18- */
  color: #636363;
}
/* line 575, ../sass/_35_napa.scss */
.napa-sonoma.black .explore .explore-call form input::-moz-placeholder {
  opacity: 1;
  /* Firefox 19+ */
  color: #636363;
}
/* line 581, ../sass/_35_napa.scss */
.napa-sonoma.black .explore .explore-call form input:-ms-input-placeholder {
  opacity: 1;
  color: #636363;
}
/* line 587, ../sass/_35_napa.scss */
.napa-sonoma.black .explore .explore-call form button {
  margin-left: -2px;
  color: #000;
  border: 2px solid #000;
  background: #83d3ff;
}
/* line 598, ../sass/_35_napa.scss */
.napa-sonoma.black .rental-car {
  background: #cacaca;
}
/* line 602, ../sass/_35_napa.scss */
.napa-sonoma.black .black-content {
  background-color: #333;
  color: #FFF;
}
/* line 608, ../sass/_35_napa.scss */
.napa-sonoma.black .black-content ul li {
  color: #FFF;
}
/* line 613, ../sass/_35_napa.scss */
.napa-sonoma.black .black-content a, .napa-sonoma.black .black-content .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .napa-sonoma.black .black-content a, .napa-sonoma.black .black-content .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .napa-sonoma.black .black-content a:hover, .napa-sonoma.black .black-content .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .napa-sonoma.black .black-content a, .napa-sonoma.black .black-content .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .napa-sonoma.black .black-content a:hover {
  color: #FFF;
}

/* line 1, ../sass/_36_reservation.scss */
.reservation {
  background: #f7f7f7;
}
@media only screen and (max-width: 768px) {
  /* line 1, ../sass/_36_reservation.scss */
  .reservation {
    overflow-x: hidden;
    background: #FFFFFF;
  }
}
/* line 10, ../sass/_36_reservation.scss */
.reservation * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 15, ../sass/_36_reservation.scss */
.reservation .fixed-bar-bottom {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 768px) {
  /* line 15, ../sass/_36_reservation.scss */
  .reservation .fixed-bar-bottom {
    display: none !important;
  }
}
/* line 22, ../sass/_36_reservation.scss */
.reservation .steps-container {
  /* Medium Devices / Desktops */
}
/* line 29, ../sass/_36_reservation.scss */
.reservation header {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 768px) {
  /* line 29, ../sass/_36_reservation.scss */
  .reservation header {
    z-index: 11;
  }
}
/* line 36, ../sass/_36_reservation.scss */
.reservation footer {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 768px) {
  /* line 36, ../sass/_36_reservation.scss */
  .reservation footer {
    display: none;
  }
}
/* line 42, ../sass/_36_reservation.scss */
.reservation footer .top {
  padding-top: 20px;
}
/* line 45, ../sass/_36_reservation.scss */
.reservation footer .top-side {
  display: none;
}
/* line 48, ../sass/_36_reservation.scss */
.reservation footer .contact {
  margin-top: 0;
}
/* line 53, ../sass/_36_reservation.scss */
.reservation .highlight {
  opacity: 0;
  pointer-events: none;
}
/* line 57, ../sass/_36_reservation.scss */
.reservation .highlight .back {
  background: #FFF;
  height: 85px !important;
}
/* line 61, ../sass/_36_reservation.scss */
.reservation .highlight .back img {
  opacity: 0;
}
/* line 66, ../sass/_36_reservation.scss */
.reservation .highlight .content .content-center {
  padding-bottom: 15px;
  padding-top: 100px;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 768px) {
  /* line 66, ../sass/_36_reservation.scss */
  .reservation .highlight .content .content-center {
    padding-top: 80px;
  }
}
/* line 75, ../sass/_36_reservation.scss */
.reservation .highlight .content .content-center > div {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 480px) {
  /* line 75, ../sass/_36_reservation.scss */
  .reservation .highlight .content .content-center > div {
    top: 0;
  }
}
/* line 82, ../sass/_36_reservation.scss */
.reservation .highlight .content .content-center h2, .reservation .highlight .content .content-center h1 {
  padding-top: 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 768px) {
  /* line 82, ../sass/_36_reservation.scss */
  .reservation .highlight .content .content-center h2, .reservation .highlight .content .content-center h1 {
    position: relative;
    color: #000;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: normal;
  }
}
/* line 105, ../sass/_36_reservation.scss */
.reservation.reservation-overview .highlight .back {
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 105, ../sass/_36_reservation.scss */
  .reservation.reservation-overview .highlight .back {
    height: 65px !important;
  }
}
/* line 116, ../sass/_36_reservation.scss */
.reservation .steps button, .reservation .steps .btn,
.reservation .change-card button,
.reservation .change-card .btn,
.reservation .overview button,
.reservation .overview .btn,
.reservation .overview-footer button,
.reservation .overview-footer .btn {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background: #83d3ff;
  border: none;
  text-transform: uppercase;
  color: #000;
  font-size: 11px;
  font-family: "Montserrat";
  font-weight: normal;
  letter-spacing: 0px;
  transition: all 0.2s ease-in-out;
}
/* line 134, ../sass/_36_reservation.scss */
.reservation .steps button.btn-100, .reservation .steps .btn.btn-100,
.reservation .change-card button.btn-100,
.reservation .change-card .btn.btn-100,
.reservation .overview button.btn-100,
.reservation .overview .btn.btn-100,
.reservation .overview-footer button.btn-100,
.reservation .overview-footer .btn.btn-100 {
  width: 100%;
}
/* line 138, ../sass/_36_reservation.scss */
.reservation .steps button:hover, .reservation .steps .btn:hover,
.reservation .change-card button:hover,
.reservation .change-card .btn:hover,
.reservation .overview button:hover,
.reservation .overview .btn:hover,
.reservation .overview-footer button:hover,
.reservation .overview-footer .btn:hover {
  background: #33b7ff;
  color: #000;
}
/* line 143, ../sass/_36_reservation.scss */
.reservation .steps button.disabled, .reservation .steps button.loading, .reservation .steps .btn.disabled, .reservation .steps .btn.loading,
.reservation .change-card button.disabled,
.reservation .change-card button.loading,
.reservation .change-card .btn.disabled,
.reservation .change-card .btn.loading,
.reservation .overview button.disabled,
.reservation .overview button.loading,
.reservation .overview .btn.disabled,
.reservation .overview .btn.loading,
.reservation .overview-footer button.disabled,
.reservation .overview-footer button.loading,
.reservation .overview-footer .btn.disabled,
.reservation .overview-footer .btn.loading {
  pointer-events: none;
}
/* line 147, ../sass/_36_reservation.scss */
.reservation .steps button.black, .reservation .steps .btn.black,
.reservation .change-card button.black,
.reservation .change-card .btn.black,
.reservation .overview button.black,
.reservation .overview .btn.black,
.reservation .overview-footer button.black,
.reservation .overview-footer .btn.black {
  background: #000;
  color: #FFF;
}
/* line 151, ../sass/_36_reservation.scss */
.reservation .steps button.black:hover, .reservation .steps .btn.black:hover,
.reservation .change-card button.black:hover,
.reservation .change-card .btn.black:hover,
.reservation .overview button.black:hover,
.reservation .overview .btn.black:hover,
.reservation .overview-footer button.black:hover,
.reservation .overview-footer .btn.black:hover {
  background: #656565;
  color: #FFF;
}
/* line 157, ../sass/_36_reservation.scss */
.reservation .steps button.btn-submit, .reservation .steps button.btn-back, .reservation .steps .btn.btn-submit, .reservation .steps .btn.btn-back,
.reservation .change-card button.btn-submit,
.reservation .change-card button.btn-back,
.reservation .change-card .btn.btn-submit,
.reservation .change-card .btn.btn-back,
.reservation .overview button.btn-submit,
.reservation .overview button.btn-back,
.reservation .overview .btn.btn-submit,
.reservation .overview .btn.btn-back,
.reservation .overview-footer button.btn-submit,
.reservation .overview-footer button.btn-back,
.reservation .overview-footer .btn.btn-submit,
.reservation .overview-footer .btn.btn-back {
  margin-top: 20px;
  height: 45px;
  line-height: 41px;
  padding-left: 30px;
  padding-right: 30px;
  background: #000;
  border: 2px solid #83d3ff;
  color: #FFF;
  font-size: 17px;
}
/* line 172, ../sass/_36_reservation.scss */
.reservation .steps button.btn-submit:hover, .reservation .steps button.btn-back:hover, .reservation .steps .btn.btn-submit:hover, .reservation .steps .btn.btn-back:hover,
.reservation .change-card button.btn-submit:hover,
.reservation .change-card button.btn-back:hover,
.reservation .change-card .btn.btn-submit:hover,
.reservation .change-card .btn.btn-back:hover,
.reservation .overview button.btn-submit:hover,
.reservation .overview button.btn-back:hover,
.reservation .overview .btn.btn-submit:hover,
.reservation .overview .btn.btn-back:hover,
.reservation .overview-footer button.btn-submit:hover,
.reservation .overview-footer button.btn-back:hover,
.reservation .overview-footer .btn.btn-submit:hover,
.reservation .overview-footer .btn.btn-back:hover {
  background: #656565;
  border-color: #656565;
}
/* line 178, ../sass/_36_reservation.scss */
.reservation .steps button.btn-back, .reservation .steps .btn.btn-back,
.reservation .change-card button.btn-back,
.reservation .change-card .btn.btn-back,
.reservation .overview button.btn-back,
.reservation .overview .btn.btn-back,
.reservation .overview-footer button.btn-back,
.reservation .overview-footer .btn.btn-back {
  background: #83d3ff;
  border-color: #83d3ff;
  color: #000;
}
/* line 183, ../sass/_36_reservation.scss */
.reservation .steps button.btn-back:hover, .reservation .steps .btn.btn-back:hover,
.reservation .change-card button.btn-back:hover,
.reservation .change-card .btn.btn-back:hover,
.reservation .overview button.btn-back:hover,
.reservation .overview .btn.btn-back:hover,
.reservation .overview-footer button.btn-back:hover,
.reservation .overview-footer .btn.btn-back:hover {
  background: #33b7ff;
  border-color: #33b7ff;
}
/* line 191, ../sass/_36_reservation.scss */
.reservation .steps {
  margin-top: 15px;
  margin-bottom: 30px;
}
/* line 195, ../sass/_36_reservation.scss */
.reservation .steps .step {
  padding: 15px 0;
}
/* line 198, ../sass/_36_reservation.scss */
.reservation .steps .step.inactive {
  pointer-events: none;
  opacity: 0.3;
}
/* line 203, ../sass/_36_reservation.scss */
.reservation .steps .step .left-label {
  position: relative;
  padding-right: 0;
  min-height: 35px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
  text-transform: uppercase;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 203, ../sass/_36_reservation.scss */
  .reservation .steps .step .left-label {
    margin-bottom: 20px;
    text-align: center;
  }
}
/* line 222, ../sass/_36_reservation.scss */
.reservation .steps .step .left-label .label-wrapper {
  display: inline-block;
  position: relative;
  padding-top: 2px;
  padding-left: 60px;
  text-align: left;
}
/* line 231, ../sass/_36_reservation.scss */
.reservation .steps .step .left-label .number {
  position: absolute;
  display: block;
  top: 0;
  left: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #83d3ff;
  border-radius: 50%;
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  text-indent: 3px;
}
/* line 248, ../sass/_36_reservation.scss */
.reservation .steps .step .step-content {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 248, ../sass/_36_reservation.scss */
  .reservation .steps .step .step-content {
    text-align: center;
  }
}
/* line 257, ../sass/_36_reservation.scss */
.reservation .steps .step.step-login .step-content .divider {
  margin: 0 10px;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* line 269, ../sass/_36_reservation.scss */
.reservation .steps form textarea, .reservation .steps form input, .reservation .steps form select {
  width: 100%;
  height: 40px;
  min-height: 40px;
  padding: 0 15px;
  background: #FFF;
  border-radius: 0px;
  border: 1px solid #cecece;
  font-size: 13px;
  font-family: "Montserrat";
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  resize: none;
}
/* line 286, ../sass/_36_reservation.scss */
.reservation .steps form textarea:focus, .reservation .steps form input:focus, .reservation .steps form select:focus {
  outline: 0;
}
/* line 289, ../sass/_36_reservation.scss */
.reservation .steps form textarea::-webkit-input-placeholder, .reservation .steps form input::-webkit-input-placeholder, .reservation .steps form select::-webkit-input-placeholder {
  text-align: center;
  color: #a1a1a1;
}
/* line 294, ../sass/_36_reservation.scss */
.reservation .steps form textarea:-moz-placeholder, .reservation .steps form input:-moz-placeholder, .reservation .steps form select:-moz-placeholder {
  /* Firefox 18- */
  color: #a1a1a1;
  opacity: 1;
}
/* line 299, ../sass/_36_reservation.scss */
.reservation .steps form textarea::-moz-placeholder, .reservation .steps form input::-moz-placeholder, .reservation .steps form select::-moz-placeholder {
  /* Firefox 19+ */
  color: #a1a1a1;
  opacity: 1;
}
/* line 304, ../sass/_36_reservation.scss */
.reservation .steps form textarea:-ms-input-placeholder, .reservation .steps form input:-ms-input-placeholder, .reservation .steps form select:-ms-input-placeholder {
  color: #a1a1a1;
  opacity: 1;
}
/* line 310, ../sass/_36_reservation.scss */
.reservation .steps form textarea {
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}
/* line 317, ../sass/_36_reservation.scss */
.reservation .steps form input, .reservation .steps form select, .reservation .steps form .custom-label-select, .reservation .steps form .custom-label-input {
  text-align: center;
}
/* line 320, ../sass/_36_reservation.scss */
.reservation .steps form input.error, .reservation .steps form select.error, .reservation .steps form .custom-label-select.error, .reservation .steps form .custom-label-input.error {
  position: relative;
  background-color: #ffecec !important;
  border-color: #ffb3b3;
  z-index: 2;
}
/* line 327, ../sass/_36_reservation.scss */
.reservation .steps form input.disabled, .reservation .steps form select.disabled, .reservation .steps form .custom-label-select.disabled, .reservation .steps form .custom-label-input.disabled {
  opacity: 0.5;
  pointer-events: none;
}
/* line 333, ../sass/_36_reservation.scss */
.reservation .steps form input.payment-info, .reservation .steps form select.payment-info, .reservation .steps form .custom-label-select.payment-info, .reservation .steps form .custom-label-input.payment-info {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 333, ../sass/_36_reservation.scss */
  .reservation .steps form input.payment-info, .reservation .steps form select.payment-info, .reservation .steps form .custom-label-select.payment-info, .reservation .steps form .custom-label-input.payment-info {
    height: auto;
    min-height: 40px;
    line-height: auto;
  }
  /* line 340, ../sass/_36_reservation.scss */
  .reservation .steps form input.payment-info label, .reservation .steps form select.payment-info label, .reservation .steps form .custom-label-select.payment-info label, .reservation .steps form .custom-label-input.payment-info label {
    margin-top: 10px;
    line-height: 19px;
  }
}
/* line 349, ../sass/_36_reservation.scss */
.reservation .steps form .clear {
  opacity: 0;
  position: absolute;
  top: 1px;
  right: 15px;
  font-size: 25px;
  color: #cacaca;
  cursor: pointer;
}
/* line 359, ../sass/_36_reservation.scss */
.reservation .steps form .clear:focus, .reservation .steps form .clear:active {
  opacity: 1;
}
/* line 363, ../sass/_36_reservation.scss */
.reservation .steps form .clear:hover {
  color: #a0a0a0;
}
/* line 368, ../sass/_36_reservation.scss */
.reservation .steps form input:focus ~ .clear,
.reservation .steps form input:active .clear,
.reservation .steps form textarea:focus ~ .clear,
.reservation .steps form textarea:active .clear {
  opacity: 1;
}
/* line 375, ../sass/_36_reservation.scss */
.reservation .steps form .error-tooltip {
  display: inline-block;
  position: relative;
  background: #383838;
  color: #fff;
  margin-top: 5px;
  margin-left: 10px;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 12px;
  white-space: nowrap;
  text-shadow: 0 -1px 0 #000;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  left: -30px;
  opacity: 0;
  transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
  /* Medium Devices / Desktops */
}
/* line 407, ../sass/_36_reservation.scss */
.reservation .steps form .error-tooltip.visible {
  left: 0;
  opacity: 1;
}
/* line 412, ../sass/_36_reservation.scss */
.reservation .steps form .error-tooltip:before {
  content: "";
  visibility: visible;
  position: absolute;
  z-index: 1000001;
  opacity: 1;
  top: 50%;
  margin-top: -5px;
  left: -12px;
  background: transparent;
  border: 6px solid transparent;
  border-right-color: #383838;
}
/* line 430, ../sass/_36_reservation.scss */
.reservation .steps form select {
  width: 160px;
  padding-right: 30px;
  -webkit-appearance: none;
  background: #FFF url(../img/select-arrow.svg) top right no-repeat;
}
/* line 437, ../sass/_36_reservation.scss */
.reservation .steps form select.inactive {
  color: #a1a1a1;
}
/* line 443, ../sass/_36_reservation.scss */
.reservation .steps form .contact-phone-col .custom-label-input input {
  width: 80px !important;
}
/* line 448, ../sass/_36_reservation.scss */
.reservation .steps form .custom-label-select, .reservation .steps form .custom-label-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 40px;
  line-height: 38px;
  padding: 0 30px 0 20px;
  background: #FFF url(../img/select-arrow.svg) top right no-repeat;
  border: 1px solid #d0d0d0;
}
/* line 457, ../sass/_36_reservation.scss */
.reservation .steps form .custom-label-select.is-active, .reservation .steps form .custom-label-select.error.is-active, .reservation .steps form .custom-label-input.is-active, .reservation .steps form .custom-label-input.error.is-active {
  z-index: 4;
}
/* line 461, ../sass/_36_reservation.scss */
.reservation .steps form .custom-label-select.no-arrow, .reservation .steps form .custom-label-input.no-arrow {
  background: #FFF;
}
/* line 464, ../sass/_36_reservation.scss */
.reservation .steps form .custom-label-select.no-arrow label b, .reservation .steps form .custom-label-input.no-arrow label b {
  color: #000;
  font-weight: normal;
}
/* line 470, ../sass/_36_reservation.scss */
.reservation .steps form .custom-label-select.custom-label-input, .reservation .steps form .custom-label-input.custom-label-input {
  background: #FFF;
  cursor: text;
  padding-right: 50px;
}
/* line 476, ../sass/_36_reservation.scss */
.reservation .steps form .custom-label-select.custom-label-input.align-left.has-value, .reservation .steps form .custom-label-input.custom-label-input.align-left.has-value {
  text-align: left;
}
/* line 481, ../sass/_36_reservation.scss */
.reservation .steps form .custom-label-select.custom-label-input.has-value label, .reservation .steps form .custom-label-input.custom-label-input.has-value label {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 481, ../sass/_36_reservation.scss */
  .reservation .steps form .custom-label-select.custom-label-input.has-value label, .reservation .steps form .custom-label-input.custom-label-input.has-value label {
    display: none;
  }
}
/* line 488, ../sass/_36_reservation.scss */
.reservation .steps form .custom-label-select.custom-label-input.has-value input, .reservation .steps form .custom-label-input.custom-label-input.has-value input {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 488, ../sass/_36_reservation.scss */
  .reservation .steps form .custom-label-select.custom-label-input.has-value input, .reservation .steps form .custom-label-input.custom-label-input.has-value input {
    width: 100% !important;
    text-align: center;
  }
}
/* line 497, ../sass/_36_reservation.scss */
.reservation .steps form .custom-label-select.custom-label-input input, .reservation .steps form .custom-label-input.custom-label-input input {
  position: static;
  background: transparent;
  display: inline-block;
  opacity: 1;
  width: 5px;
  min-width: 5px;
  text-align: left;
  font-size: 13px;
  border: none;
  cursor: text;
}
/* line 511, ../sass/_36_reservation.scss */
.reservation .steps form .custom-label-select.custom-label-input input.hidden-input, .reservation .steps form .custom-label-input.custom-label-input input.hidden-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 38px;
  height: 38px;
  pointer-events: none;
  opacity: 0;
}
/* line 523, ../sass/_36_reservation.scss */
.reservation .steps form .custom-label-select.with-help, .reservation .steps form .custom-label-input.with-help {
  background: white url(../img/select-arrow.svg) top right 30px no-repeat;
}
/* line 526, ../sass/_36_reservation.scss */
.reservation .steps form .custom-label-select.with-help > i, .reservation .steps form .custom-label-input.with-help > i {
  position: absolute;
  top: 13px;
  right: 10px;
  color: #a1a1a1;
}
/* line 536, ../sass/_36_reservation.scss */
.reservation .steps form .custom-label-select.hide-label-when-active select, .reservation .steps form .custom-label-input.hide-label-when-active select {
  width: 100%;
}
/* line 541, ../sass/_36_reservation.scss */
.reservation .steps form .custom-label-select.hide-label-when-active.with-value label, .reservation .steps form .custom-label-input.hide-label-when-active.with-value label {
  display: none;
}
/* line 547, ../sass/_36_reservation.scss */
.reservation .steps form .custom-label-select label, .reservation .steps form .custom-label-input label {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #a1a1a1;
}
/* line 561, ../sass/_36_reservation.scss */
.reservation .steps form .custom-label-select select, .reservation .steps form .custom-label-select input, .reservation .steps form .custom-label-input select, .reservation .steps form .custom-label-input input {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  opacity: 0;
  font-size: 15px;
  text-align: center;
}
/* line 571, ../sass/_36_reservation.scss */
.reservation .steps form .custom-label-select select:focus, .reservation .steps form .custom-label-select input:focus, .reservation .steps form .custom-label-input select:focus, .reservation .steps form .custom-label-input input:focus {
  outline: 0;
}
/* line 576, ../sass/_36_reservation.scss */
.reservation .steps form .custom-label-select input, .reservation .steps form .custom-label-input input {
  cursor: default;
  width: 100%;
}
/* line 581, ../sass/_36_reservation.scss */
.reservation .steps form .custom-label-select .active-value, .reservation .steps form .custom-label-input .active-value {
  color: #000;
  font-size: 13px;
  text-align: center;
  pointer-events: none;
}
/* line 589, ../sass/_36_reservation.scss */
.reservation .steps form .custom-label-select .custom-select, .reservation .steps form .custom-label-input .custom-select {
  position: absolute;
  z-index: 3;
  top: 39px;
  left: -1px;
  width: calc(100% + 2px);
  overflow: hidden;
  visibility: hidden;
  max-height: 270px;
  overflow-y: auto;
  border-bottom: 1px solid transparent;
  transition: 0.05s border-bottom 0.15s ease-in-out;
}
/* line 603, ../sass/_36_reservation.scss */
.reservation .steps form .custom-label-select .custom-select ul, .reservation .steps form .custom-label-input .custom-select ul {
  position: relative;
  top: -200px;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #d0d0d0;
  border-top: 0;
  border-bottom: 0;
  transition: top 0.15s ease-in-out;
}
/* line 617, ../sass/_36_reservation.scss */
.reservation .steps form .custom-label-select .custom-select ul li, .reservation .steps form .custom-label-input .custom-select ul li {
  background: #eaf7ff;
  border-top: 1px solid #b7cbd8;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
/* line 625, ../sass/_36_reservation.scss */
.reservation .steps form .custom-label-select .custom-select ul li:hover, .reservation .steps form .custom-label-input .custom-select ul li:hover {
  background: #83d3ff;
}
/* line 629, ../sass/_36_reservation.scss */
.reservation .steps form .custom-label-select .custom-select ul li:first-child, .reservation .steps form .custom-label-select .custom-select ul li.first, .reservation .steps form .custom-label-input .custom-select ul li:first-child, .reservation .steps form .custom-label-input .custom-select ul li.first {
  border-top: 0;
}
/* line 635, ../sass/_36_reservation.scss */
.reservation .steps form .custom-label-select .custom-select.active, .reservation .steps form .custom-label-input .custom-select.active {
  visibility: visible;
  border-bottom-color: #d0d0d0;
}
/* line 640, ../sass/_36_reservation.scss */
.reservation .steps form .custom-label-select .custom-select.active ul, .reservation .steps form .custom-label-input .custom-select.active ul {
  top: 0;
}
/* line 647, ../sass/_36_reservation.scss */
.reservation .steps form .custom-label-input {
  z-index: 3;
}
/* line 651, ../sass/_36_reservation.scss */
.reservation .steps form .custom-label-select.date.active {
  z-index: 5;
}
/* line 654, ../sass/_36_reservation.scss */
.reservation .steps form .custom-label-select.date.active label {
  display: block;
}
/* line 658, ../sass/_36_reservation.scss */
.reservation .steps form .custom-label-select.date.active .active-value {
  display: none;
}
/* line 665, ../sass/_36_reservation.scss */
.reservation .services {
  max-width: 780px;
  -webkit-font-smoothing: antialiased;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 665, ../sass/_36_reservation.scss */
  .reservation .services {
    margin: 0 auto;
    max-width: 350px;
  }
}
/* line 675, ../sass/_36_reservation.scss */
.reservation .services .service {
  position: relative;
  cursor: pointer;
  text-align: center;
  opacity: 1;
  box-shadow: 0px 0px 25px rgba(204, 204, 204, 0);
  transition: all 0.2s ease-in-out;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 675, ../sass/_36_reservation.scss */
  .reservation .services .service {
    margin-top: 15px;
  }
}
/* line 691, ../sass/_36_reservation.scss */
.reservation .services .service:hover {
  cursor: pointer;
  box-shadow: 0px 0px 25px #cccccc;
}
/* line 696, ../sass/_36_reservation.scss */
.reservation .services .service:hover .service-top {
  border-color: #a9a9a9;
}
/* line 700, ../sass/_36_reservation.scss */
.reservation .services .service:hover .service-description {
  border-color: #a9a9a9;
}
/* line 704, ../sass/_36_reservation.scss */
.reservation .services .service:hover .service-footer button {
  background: #33b7ff;
  border-color: #a9a9a9;
}
/* line 710, ../sass/_36_reservation.scss */
.reservation .services .service.inactive {
  opacity: 0.7;
}
/* line 713, ../sass/_36_reservation.scss */
.reservation .services .service.inactive:hover {
  opacity: 1;
}
/* line 718, ../sass/_36_reservation.scss */
.reservation .services .service.disabled, .reservation .services .service.disabled.inactive {
  pointer-events: none;
  opacity: 0.3;
}
/* line 724, ../sass/_36_reservation.scss */
.reservation .services .service.popular {
  box-shadow: 0px 0px 25px #83d3ff;
}
/* line 727, ../sass/_36_reservation.scss */
.reservation .services .service.popular .service-popular {
  box-shadow: 0px 0px 25px #83d3ff;
}
/* line 732, ../sass/_36_reservation.scss */
.reservation .services .service .service-popular {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 115px;
  height: 20px;
  line-height: 20px;
  margin-left: -57.5px;
  background: #83d3ff;
  color: #000;
  font-weight: bold;
  font-size: 9px;
  letter-spacing: 1px;
  font-family: "Montserrat";
  text-transform: uppercase;
  border-radius: 10px;
}
/* line 752, ../sass/_36_reservation.scss */
.reservation .services .service .service-top {
  width: 100%;
  height: 105px;
  padding-top: 8px;
  background: #FFF;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  transition: all 0.2s ease-in-out;
}
/* line 762, ../sass/_36_reservation.scss */
.reservation .services .service .service-top .icon-holder {
  height: 32px;
}
/* line 765, ../sass/_36_reservation.scss */
.reservation .services .service .service-top .icon-holder img {
  height: 100%;
}
/* line 770, ../sass/_36_reservation.scss */
.reservation .services .service .service-top .service-title {
  margin-top: 8px;
  color: #000;
  letter-spacing: 2px;
  line-height: 18px;
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: bold;
  text-transform: uppercase;
}
/* line 783, ../sass/_36_reservation.scss */
.reservation .services .service .service-description {
  height: 100px;
  background: #000;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-top: 0;
  transition: all 0.2s ease-in-out;
}
/* line 792, ../sass/_36_reservation.scss */
.reservation .services .service .service-description .service-price {
  color: #FFF;
  letter-spacing: 2px;
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  /* line 792, ../sass/_36_reservation.scss */
  .reservation .services .service .service-description .service-price {
    font-size: 18px;
  }
}
/* line 804, ../sass/_36_reservation.scss */
.reservation .services .service .service-description .service-price.custom-pricing {
  font-size: 15px;
}
/* line 808, ../sass/_36_reservation.scss */
.reservation .services .service .service-description .service-price small {
  font-size: 0.4em;
  font-weight: 300;
  display: block;
}
/* line 813, ../sass/_36_reservation.scss */
.reservation .services .service .service-description .service-price small.extra-bold {
  font-weight: 600;
}
/* line 817, ../sass/_36_reservation.scss */
.reservation .services .service .service-description .service-price small.bold {
  font-weight: 400;
}
/* line 823, ../sass/_36_reservation.scss */
.reservation .services .service .service-description .service-learn-more {
  max-width: 60%;
  margin: 7px auto 0;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  background: #656565;
  color: #FFF;
  letter-spacing: 2px;
  font-size: 9px;
  font-family: "Montserrat";
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
/* line 843, ../sass/_36_reservation.scss */
.reservation .services .service .service-description .service-learn-more:hover {
  background: #FFF;
  color: #000;
}
/* line 848, ../sass/_36_reservation.scss */
.reservation .services .service .service-description .service-learn-more span {
  text-transform: uppercase;
}
/* line 851, ../sass/_36_reservation.scss */
.reservation .services .service .service-description .service-learn-more span i {
  text-transform: none;
}
/* line 858, ../sass/_36_reservation.scss */
.reservation .services .service .service-footer {
  height: 40px;
  line-height: 40px;
}
/* line 862, ../sass/_36_reservation.scss */
.reservation .services .service .service-footer button {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 39px;
  padding: 0;
  background: #83d3ff;
  border: 1px solid #e6e6e6;
  border-top: 0;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* line 878, ../sass/_36_reservation.scss */
.reservation .services .service .service-footer button:hover {
  background: #33b7ff;
  color: #000;
}
/* line 886, ../sass/_36_reservation.scss */
.reservation .services .service.active .service-top, .reservation .services .service.active .service-description, .reservation .services .service.active .service-footer button {
  border-color: #33b7ff;
}
/* line 889, ../sass/_36_reservation.scss */
.reservation .services .service.active .service-footer button, .reservation .services .service.active .service-footer button:hover {
  background: #656565 !important;
  color: #FFF;
  pointer-events: none;
}
/* line 899, ../sass/_36_reservation.scss */
.reservation .business-services {
  margin-top: 10px;
}
/* line 902, ../sass/_36_reservation.scss */
.reservation .business-services a, .reservation .business-services .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .reservation .business-services a, .reservation .business-services .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .reservation .business-services a:hover, .reservation .business-services .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .reservation .business-services a, .reservation .business-services .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .reservation .business-services a:hover {
  font-family: "Montserrat";
  font-weight: normal;
  color: #000;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 912, ../sass/_36_reservation.scss */
.reservation .business-services a:hover, .reservation .business-services .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .reservation .business-services a:hover, .reservation .business-services .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .reservation .business-services a:hover {
  text-decoration: none;
}
/* line 915, ../sass/_36_reservation.scss */
.reservation .business-services a:hover span, .reservation .business-services .giftcards .form-holder form fieldset .options .option a:hover span, .giftcards .form-holder form fieldset .options .option .reservation .business-services a:hover span, .reservation .business-services .giftcards_view .form-holder form fieldset .options .option a:hover span, .giftcards_view .form-holder form fieldset .options .option .reservation .business-services a:hover span {
  display: inline-block;
  text-decoration: underline;
}
/* line 921, ../sass/_36_reservation.scss */
.reservation .business-services a i, .reservation .business-services .giftcards .form-holder form fieldset .options .option.active a i, .giftcards .form-holder form fieldset .options .option.active .reservation .business-services a i, .reservation .business-services .giftcards .form-holder form fieldset .options .option a:hover i, .giftcards .form-holder form fieldset .options .option .reservation .business-services a:hover i, .reservation .business-services .giftcards_view .form-holder form fieldset .options .option.active a i, .giftcards_view .form-holder form fieldset .options .option.active .reservation .business-services a i, .reservation .business-services .giftcards_view .form-holder form fieldset .options .option a:hover i, .giftcards_view .form-holder form fieldset .options .option .reservation .business-services a:hover i {
  position: relative;
  top: 2px;
  font-size: 17px;
}
/* line 929, ../sass/_36_reservation.scss */
.reservation form#step-check-rates {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 929, ../sass/_36_reservation.scss */
  .reservation form#step-check-rates {
    display: inline-block;
    margin-right: -30px;
  }
}
/* line 936, ../sass/_36_reservation.scss */
.reservation form#step-check-rates input {
  float: left;
  display: block;
  width: 190px;
  border-right: 0;
}
/* line 944, ../sass/_36_reservation.scss */
.reservation form#step-check-rates button {
  float: left;
  top: 0;
  border-radius: 0;
}
/* line 952, ../sass/_36_reservation.scss */
.reservation form.select-date-time {
  max-width: 721px;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 952, ../sass/_36_reservation.scss */
  .reservation form.select-date-time {
    text-align: center;
  }
}
/* line 960, ../sass/_36_reservation.scss */
.reservation form.select-date-time div, .reservation form.select-date-time button {
  float: left;
  border-radius: 0;
}
/* line 965, ../sass/_36_reservation.scss */
.reservation form.select-date-time > div + div {
  margin-left: -1px;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 965, ../sass/_36_reservation.scss */
  .reservation form.select-date-time > div + div {
    margin-left: 0;
    margin-top: -1px;
  }
}
/* line 975, ../sass/_36_reservation.scss */
.reservation form.select-date-time .date {
  width: 30%;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 975, ../sass/_36_reservation.scss */
  .reservation form.select-date-time .date {
    width: 100% !important;
  }
}
/* line 984, ../sass/_36_reservation.scss */
.reservation form.select-date-time .time {
  width: 20%;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 984, ../sass/_36_reservation.scss */
  .reservation form.select-date-time .time {
    width: 100% !important;
  }
}
/* line 993, ../sass/_36_reservation.scss */
.reservation form.select-date-time .duration {
  width: calc(35%);
  border-right: 0;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 993, ../sass/_36_reservation.scss */
  .reservation form.select-date-time .duration {
    width: 100% !important;
    border-right: 1px solid #cecece;
  }
}
/* line 1006, ../sass/_36_reservation.scss */
.reservation form.select-date-time.no-button .date {
  width: 35%;
}
/* line 1010, ../sass/_36_reservation.scss */
.reservation form.select-date-time.no-button .time {
  width: 25%;
}
/* line 1014, ../sass/_36_reservation.scss */
.reservation form.select-date-time.no-button .duration {
  width: calc(40% + 1px);
  border-right: 1px solid #cecece;
}
/* line 1021, ../sass/_36_reservation.scss */
.reservation form.select-date-time.active-service-pickup .duration {
  display: none;
}
/* line 1025, ../sass/_36_reservation.scss */
.reservation form.select-date-time.active-service-pickup .date {
  width: 50%;
}
/* line 1029, ../sass/_36_reservation.scss */
.reservation form.select-date-time.active-service-pickup .time {
  width: 35%;
  border-right: 0;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 1029, ../sass/_36_reservation.scss */
  .reservation form.select-date-time.active-service-pickup .time {
    border-right: 1px solid #cecece;
  }
}
/* line 1041, ../sass/_36_reservation.scss */
.reservation form.select-date-time.active-service-pickup.no-button .date {
  width: 55%;
}
/* line 1045, ../sass/_36_reservation.scss */
.reservation form.select-date-time.active-service-pickup.no-button .time {
  width: 45%;
  border-right: 1px solid #cecece;
}
/* line 1053, ../sass/_36_reservation.scss */
.reservation form.select-date-time button {
  width: 15%;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 1053, ../sass/_36_reservation.scss */
  .reservation form.select-date-time button {
    margin-top: 10px;
    width: auto;
    float: none;
  }
}
/* line 1065, ../sass/_36_reservation.scss */
.reservation form.select-date-time.no-button button {
  display: none;
}
/* line 1071, ../sass/_36_reservation.scss */
.reservation form.order-info,
.reservation form.driver-info-form,
.reservation form.driver-info-choice {
  max-width: 720px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 1079, ../sass/_36_reservation.scss */
.reservation form.order-info.active-service-pickup .input-notes,
.reservation form.driver-info-form.active-service-pickup .input-notes,
.reservation form.driver-info-choice.active-service-pickup .input-notes {
  border-top: 1px solid #cecece;
}
/* line 1083, ../sass/_36_reservation.scss */
.reservation form.order-info.active-service-pickup .input-phone,
.reservation form.driver-info-form.active-service-pickup .input-phone,
.reservation form.driver-info-choice.active-service-pickup .input-phone {
  border-top: 0;
  border-right: 1px solid #cecece;
  border-bottom: 0;
}
/* line 1091, ../sass/_36_reservation.scss */
.reservation form.order-info .row > div,
.reservation form.driver-info-form .row > div,
.reservation form.driver-info-choice .row > div {
  padding-left: 0;
  padding-right: 0;
}
/* line 1097, ../sass/_36_reservation.scss */
.reservation form.order-info .order-info-group,
.reservation form.driver-info-form .order-info-group,
.reservation form.driver-info-choice .order-info-group {
  margin-top: 10px;
}
/* line 1100, ../sass/_36_reservation.scss */
.reservation form.order-info .order-info-group:first-child,
.reservation form.driver-info-form .order-info-group:first-child,
.reservation form.driver-info-choice .order-info-group:first-child {
  margin-top: 0;
}
/* line 1105, ../sass/_36_reservation.scss */
.reservation form.order-info .owner-car-fields,
.reservation form.driver-info-form .owner-car-fields,
.reservation form.driver-info-choice .owner-car-fields {
  position: relative;
  top: -1px;
}
/* line 1110, ../sass/_36_reservation.scss */
.reservation form.order-info input, .reservation form.order-info select,
.reservation form.driver-info-form input,
.reservation form.driver-info-form select,
.reservation form.driver-info-choice input,
.reservation form.driver-info-choice select {
  width: 100%;
}
/* line 1114, ../sass/_36_reservation.scss */
.reservation form.order-info .input-start-address,
.reservation form.driver-info-form .input-start-address,
.reservation form.driver-info-choice .input-start-address {
  border-bottom: 0;
}
/* line 1118, ../sass/_36_reservation.scss */
.reservation form.order-info .input-phone,
.reservation form.driver-info-form .input-phone,
.reservation form.driver-info-choice .input-phone {
  border-right: 0;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 1118, ../sass/_36_reservation.scss */
  .reservation form.order-info .input-phone,
  .reservation form.driver-info-form .input-phone,
  .reservation form.driver-info-choice .input-phone {
    border-right: 1px solid #cecece;
  }
}
/* line 1127, ../sass/_36_reservation.scss */
.reservation form.order-info .input-notes,
.reservation form.driver-info-form .input-notes,
.reservation form.driver-info-choice .input-notes {
  text-align: left;
  border-top: 0;
  padding-left: 53px;
}
/* line 1133, ../sass/_36_reservation.scss */
.reservation form.order-info .input-own-vehicle,
.reservation form.driver-info-form .input-own-vehicle,
.reservation form.driver-info-choice .input-own-vehicle {
  border-left: 0;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 1133, ../sass/_36_reservation.scss */
  .reservation form.order-info .input-own-vehicle,
  .reservation form.driver-info-form .input-own-vehicle,
  .reservation form.driver-info-choice .input-own-vehicle {
    margin-top: -1px;
  }
}
/* line 1142, ../sass/_36_reservation.scss */
.reservation form.order-info .input-owner-email,
.reservation form.driver-info-form .input-owner-email,
.reservation form.driver-info-choice .input-owner-email {
  border-left: 0;
  border-right: 0;
}
/* line 1147, ../sass/_36_reservation.scss */
.reservation form.order-info #previous-driver-group,
.reservation form.driver-info-form #previous-driver-group,
.reservation form.driver-info-choice #previous-driver-group {
  border-color: #83d3ff;
  border-width: 2px;
}
/* line 1153, ../sass/_36_reservation.scss */
.reservation form.driver-info-form {
  position: relative;
  top: -2px;
}
/* line 1160, ../sass/_36_reservation.scss */
.reservation form.driver-info-choice .col-more-drivers-number > label {
  line-height: 38px;
  margin: 0 10px 0 0;
  font-weight: normal;
}
/* line 1166, ../sass/_36_reservation.scss */
.reservation form.driver-info-choice .col-more-drivers-number .float-left {
  float: left;
}
/* line 1170, ../sass/_36_reservation.scss */
.reservation form.driver-info-choice .col-more-drivers-number .custom-label-select {
  width: 70px;
}
/* line 1174, ../sass/_36_reservation.scss */
.reservation form.driver-info-choice .col-more-drivers-number .checkboxs {
  margin-top: -13px;
}
/* line 1177, ../sass/_36_reservation.scss */
.reservation form.driver-info-choice .col-more-drivers-number .checkboxs u {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border: 1px solid #d0d0d0;
  background: #FFF;
  text-decoration: none;
  text-align: center;
}
/* line 1187, ../sass/_36_reservation.scss */
.reservation form.driver-info-choice .col-more-drivers-number .checkboxs u i {
  opacity: 0;
}
/* line 1192, ../sass/_36_reservation.scss */
.reservation form.driver-info-choice .col-more-drivers-number .checkboxs input:checked + label u i {
  opacity: 1;
}
/* line 1196, ../sass/_36_reservation.scss */
.reservation form.driver-info-choice .col-more-drivers-number .checkboxs span {
  display: inline-block;
}
/* line 1204, ../sass/_36_reservation.scss */
.reservation .drivers-info .driver-info {
  margin-top: 20px;
}
/* line 1207, ../sass/_36_reservation.scss */
.reservation .drivers-info .driver-info > label {
  max-width: 720px;
  font-weight: normal;
  font-size: 13px;
  background: #000;
  margin-bottom: 0;
  height: 40px;
  width: 100%;
  color: #FFF;
  text-align: center;
  line-height: 40px;
}
/* line 1222, ../sass/_36_reservation.scss */
.reservation .datepicker {
  padding: 10px;
}

/* line 1227, ../sass/_36_reservation.scss */
.pac-container {
  z-index: 3;
  border: 1px solid #CCC;
  border-top: 0;
  border-radius: 0;
  box-shadow: none;
}
/* line 1235, ../sass/_36_reservation.scss */
.pac-container:after {
  display: none !important;
}
/* line 1239, ../sass/_36_reservation.scss */
.pac-container .pac-item {
  border-top: 1px solid #CCC;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
/* line 1248, ../sass/_36_reservation.scss */
.pac-container .pac-item .pac-item-query {
  font-size: 14px;
}
/* line 1252, ../sass/_36_reservation.scss */
.pac-container .pac-item .pac-icon {
  margin-top: 11px;
  margin-left: 10px;
}

/* line 1259, ../sass/_36_reservation.scss */
.change-card {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
/* line 1267, ../sass/_36_reservation.scss */
.change-card.active {
  display: block;
}
/* line 1271, ../sass/_36_reservation.scss */
.change-card .change-card-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 393px;
  height: 290px;
  margin-left: -196.5px;
  margin-top: -100px;
  background: #f7f7f7;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 768px) {
  /* line 1271, ../sass/_36_reservation.scss */
  .change-card .change-card-wrapper {
    width: calc(300px);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 365px;
    margin: auto;
  }
}
/* line 1288, ../sass/_36_reservation.scss */
.change-card .change-card-wrapper .change-card-container {
  position: relative;
  padding: 15px 25px;
  text-align: center;
}
/* line 1294, ../sass/_36_reservation.scss */
.change-card .change-card-wrapper .change-card-container .change-card-header {
  margin-bottom: 15px;
}
/* line 1297, ../sass/_36_reservation.scss */
.change-card .change-card-wrapper .change-card-container .change-card-header .title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 1303, ../sass/_36_reservation.scss */
.change-card .change-card-wrapper .change-card-container .change-card-header .close {
  position: absolute;
  right: 25px;
  top: 15px;
  color: #000;
  opacity: 1;
}
/* line 1312, ../sass/_36_reservation.scss */
.change-card .change-card-wrapper .change-card-container .change-card-content .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 1316, ../sass/_36_reservation.scss */
.change-card .change-card-wrapper .change-card-container .change-card-content .row > div.col-sm-4 {
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 1316, ../sass/_36_reservation.scss */
  .change-card .change-card-wrapper .change-card-container .change-card-content .row > div.col-sm-4 {
    margin-top: -1px;
  }
}
/* line 1323, ../sass/_36_reservation.scss */
.change-card .change-card-wrapper .change-card-container .change-card-content .row #change-card-number {
  border-bottom: 0;
}
/* line 1327, ../sass/_36_reservation.scss */
.change-card .change-card-wrapper .change-card-container .change-card-content .row #change-card-year-group {
  width: calc(100% + 2px);
  margin-left: -1px;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 768px) {
  /* line 1327, ../sass/_36_reservation.scss */
  .change-card .change-card-wrapper .change-card-container .change-card-content .row #change-card-year-group {
    margin-left: 0;
    width: 100%;
  }
}
/* line 1337, ../sass/_36_reservation.scss */
.change-card .change-card-wrapper .change-card-container .change-card-content .row #change-card-year-group .custom-select {
  width: calc(100% + 3px);
}
/* line 1340, ../sass/_36_reservation.scss */
.change-card .change-card-wrapper .change-card-container .change-card-content .row #change-card-year-group .custom-select ul {
  border-right-width: 2px;
}
/* line 1346, ../sass/_36_reservation.scss */
.change-card .change-card-wrapper .change-card-container .change-card-content .row .ccv-wrapper {
  position: relative;
}
/* line 1349, ../sass/_36_reservation.scss */
.change-card .change-card-wrapper .change-card-container .change-card-content .row .ccv-wrapper i {
  position: absolute;
  z-index: 2;
  top: 13px;
  right: 14px;
}
/* line 1356, ../sass/_36_reservation.scss */
.change-card .change-card-wrapper .change-card-container .change-card-content .row .ccv-wrapper input {
  padding-right: 40px;
}
/* line 1361, ../sass/_36_reservation.scss */
.change-card .change-card-wrapper .change-card-container .change-card-content .row > div {
  padding-left: 0;
  padding-right: 0;
}
/* line 1367, ../sass/_36_reservation.scss */
.change-card .change-card-wrapper .change-card-container .change-card-content button {
  margin-top: 14px;
  width: 100px;
}
/* line 1376, ../sass/_36_reservation.scss */
.change-card form textarea, .change-card form input, .change-card form select {
  width: 100%;
  height: 40px;
  min-height: 40px;
  padding: 0 15px;
  background: #FFF;
  border-radius: 0px;
  border: 1px solid #cecece;
  font-size: 13px;
  font-family: "Montserrat";
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  resize: none;
}
/* line 1393, ../sass/_36_reservation.scss */
.change-card form textarea:focus, .change-card form input:focus, .change-card form select:focus {
  outline: 0;
}
/* line 1396, ../sass/_36_reservation.scss */
.change-card form textarea::-webkit-input-placeholder, .change-card form input::-webkit-input-placeholder, .change-card form select::-webkit-input-placeholder {
  text-align: center;
  color: #a1a1a1;
}
/* line 1401, ../sass/_36_reservation.scss */
.change-card form textarea:-moz-placeholder, .change-card form input:-moz-placeholder, .change-card form select:-moz-placeholder {
  /* Firefox 18- */
  color: #a1a1a1;
  opacity: 1;
}
/* line 1406, ../sass/_36_reservation.scss */
.change-card form textarea::-moz-placeholder, .change-card form input::-moz-placeholder, .change-card form select::-moz-placeholder {
  /* Firefox 19+ */
  color: #a1a1a1;
  opacity: 1;
}
/* line 1411, ../sass/_36_reservation.scss */
.change-card form textarea:-ms-input-placeholder, .change-card form input:-ms-input-placeholder, .change-card form select:-ms-input-placeholder {
  color: #a1a1a1;
  opacity: 1;
}
/* line 1417, ../sass/_36_reservation.scss */
.change-card form textarea {
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}
/* line 1424, ../sass/_36_reservation.scss */
.change-card form input, .change-card form select, .change-card form .custom-label-select, .change-card form .custom-label-input {
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 1431, ../sass/_36_reservation.scss */
.change-card form input.error, .change-card form select.error, .change-card form .custom-label-select.error, .change-card form .custom-label-input.error {
  position: relative;
  background-color: #ffecec !important;
  border-color: #ffb3b3;
  z-index: 2;
}
/* line 1438, ../sass/_36_reservation.scss */
.change-card form input.disabled, .change-card form select.disabled, .change-card form .custom-label-select.disabled, .change-card form .custom-label-input.disabled {
  opacity: 0.5;
  pointer-events: none;
}
/* line 1444, ../sass/_36_reservation.scss */
.change-card form input input:focus ~ .clear, .change-card form input:focus ~ .clear, .change-card form input:active ~ .clear, .change-card form select input:focus ~ .clear, .change-card form select:focus ~ .clear, .change-card form select:active ~ .clear, .change-card form .custom-label-select input:focus ~ .clear, .change-card form .custom-label-select:focus ~ .clear, .change-card form .custom-label-select:active ~ .clear, .change-card form .custom-label-input input:focus ~ .clear, .change-card form .custom-label-input:focus ~ .clear, .change-card form .custom-label-input:active ~ .clear {
  opacity: 1;
}
/* line 1450, ../sass/_36_reservation.scss */
.change-card form input.payment-info, .change-card form select.payment-info, .change-card form .custom-label-select.payment-info, .change-card form .custom-label-input.payment-info {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 1450, ../sass/_36_reservation.scss */
  .change-card form input.payment-info, .change-card form select.payment-info, .change-card form .custom-label-select.payment-info, .change-card form .custom-label-input.payment-info {
    height: auto;
    min-height: 40px;
    line-height: auto;
  }
  /* line 1457, ../sass/_36_reservation.scss */
  .change-card form input.payment-info label, .change-card form select.payment-info label, .change-card form .custom-label-select.payment-info label, .change-card form .custom-label-input.payment-info label {
    margin-top: 10px;
    line-height: 19px;
  }
}
/* line 1466, ../sass/_36_reservation.scss */
.change-card form .error-tooltip {
  display: inline-block;
  position: relative;
  background: #383838;
  color: #fff;
  margin-top: 5px;
  margin-left: 10px;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 12px;
  white-space: nowrap;
  text-shadow: 0 -1px 0 #000;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  left: -30px;
  opacity: 0;
  transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
  /* Medium Devices / Desktops */
}
/* line 1498, ../sass/_36_reservation.scss */
.change-card form .error-tooltip.visible {
  left: 0;
  opacity: 1;
}
/* line 1503, ../sass/_36_reservation.scss */
.change-card form .error-tooltip:before {
  content: "";
  visibility: visible;
  position: absolute;
  z-index: 1000001;
  opacity: 1;
  top: 50%;
  margin-top: -5px;
  left: -12px;
  background: transparent;
  border: 6px solid transparent;
  border-right-color: #383838;
}
/* line 1521, ../sass/_36_reservation.scss */
.change-card form select {
  width: 160px;
  padding-right: 30px;
  -webkit-appearance: none;
  background: #FFF url(../img/select-arrow.svg) top right no-repeat;
}
/* line 1528, ../sass/_36_reservation.scss */
.change-card form select.inactive {
  color: #a1a1a1;
}
/* line 1534, ../sass/_36_reservation.scss */
.change-card form .contact-phone-col .custom-label-input input {
  width: 80px !important;
}
/* line 1539, ../sass/_36_reservation.scss */
.change-card form .custom-label-input input {
  cursor: text;
}
/* line 1545, ../sass/_36_reservation.scss */
.change-card form .custom-label-select, .change-card form .custom-label-input {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 38px;
  padding: 0 30px 0 20px;
  background: #FFF url(../img/select-arrow.svg) top right no-repeat;
  border: 1px solid #d0d0d0;
}
/* line 1554, ../sass/_36_reservation.scss */
.change-card form .custom-label-select.no-arrow, .change-card form .custom-label-input.no-arrow {
  background: #FFF;
}
/* line 1557, ../sass/_36_reservation.scss */
.change-card form .custom-label-select.no-arrow label, .change-card form .custom-label-input.no-arrow label {
  color: #000;
}
/* line 1562, ../sass/_36_reservation.scss */
.change-card form .custom-label-select.custom-label-input, .change-card form .custom-label-input.custom-label-input {
  background: #FFF;
  cursor: text;
  padding-right: 50px;
}
/* line 1568, ../sass/_36_reservation.scss */
.change-card form .custom-label-select.custom-label-input.align-left.has-value, .change-card form .custom-label-input.custom-label-input.align-left.has-value {
  text-align: left;
}
/* line 1573, ../sass/_36_reservation.scss */
.change-card form .custom-label-select.custom-label-input.has-value label, .change-card form .custom-label-input.custom-label-input.has-value label {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 1573, ../sass/_36_reservation.scss */
  .change-card form .custom-label-select.custom-label-input.has-value label, .change-card form .custom-label-input.custom-label-input.has-value label {
    display: none;
  }
}
/* line 1580, ../sass/_36_reservation.scss */
.change-card form .custom-label-select.custom-label-input.has-value input, .change-card form .custom-label-input.custom-label-input.has-value input {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 1580, ../sass/_36_reservation.scss */
  .change-card form .custom-label-select.custom-label-input.has-value input, .change-card form .custom-label-input.custom-label-input.has-value input {
    width: 100% !important;
    text-align: center;
  }
}
/* line 1589, ../sass/_36_reservation.scss */
.change-card form .custom-label-select.custom-label-input input, .change-card form .custom-label-input.custom-label-input input {
  position: static;
  background: transparent;
  display: inline-block;
  opacity: 1;
  width: 5px;
  min-width: 5px;
  text-align: left;
  font-size: 13px;
  border: none;
  cursor: text;
}
/* line 1603, ../sass/_36_reservation.scss */
.change-card form .custom-label-select.custom-label-input input.hidden-input, .change-card form .custom-label-input.custom-label-input input.hidden-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 38px;
  height: 38px;
  pointer-events: none;
  opacity: 0;
}
/* line 1615, ../sass/_36_reservation.scss */
.change-card form .custom-label-select.with-help, .change-card form .custom-label-input.with-help {
  background: white url(../img/select-arrow.svg) top right 30px no-repeat;
}
/* line 1618, ../sass/_36_reservation.scss */
.change-card form .custom-label-select.with-help > i, .change-card form .custom-label-input.with-help > i {
  position: absolute;
  top: 13px;
  right: 10px;
  color: #a1a1a1;
}
/* line 1628, ../sass/_36_reservation.scss */
.change-card form .custom-label-select.hide-label-when-active select, .change-card form .custom-label-input.hide-label-when-active select {
  width: 100%;
}
/* line 1633, ../sass/_36_reservation.scss */
.change-card form .custom-label-select.hide-label-when-active.with-value label, .change-card form .custom-label-input.hide-label-when-active.with-value label {
  display: none;
}
/* line 1639, ../sass/_36_reservation.scss */
.change-card form .custom-label-select label, .change-card form .custom-label-input label {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #a1a1a1;
}
/* line 1653, ../sass/_36_reservation.scss */
.change-card form .custom-label-select select, .change-card form .custom-label-select input, .change-card form .custom-label-input select, .change-card form .custom-label-input input {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  opacity: 0;
  font-size: 15px;
  text-align: center;
}
/* line 1663, ../sass/_36_reservation.scss */
.change-card form .custom-label-select select:focus, .change-card form .custom-label-select input:focus, .change-card form .custom-label-input select:focus, .change-card form .custom-label-input input:focus {
  outline: 0;
}
/* line 1668, ../sass/_36_reservation.scss */
.change-card form .custom-label-select input, .change-card form .custom-label-input input {
  cursor: default;
  width: 100%;
}
/* line 1673, ../sass/_36_reservation.scss */
.change-card form .custom-label-select .active-value, .change-card form .custom-label-input .active-value {
  color: #000;
  font-size: 13px;
  text-align: center;
  pointer-events: none;
}
/* line 1681, ../sass/_36_reservation.scss */
.change-card form .custom-label-select .custom-select, .change-card form .custom-label-input .custom-select {
  position: absolute;
  z-index: 3;
  top: 39px;
  left: -1px;
  width: calc(100% + 2px);
  overflow: hidden;
  visibility: hidden;
  max-height: 195px;
  overflow-y: auto;
  border-bottom: 1px solid transparent;
  transition: 0.05s border-bottom 0.15s ease-in-out;
}
/* line 1695, ../sass/_36_reservation.scss */
.change-card form .custom-label-select .custom-select ul, .change-card form .custom-label-input .custom-select ul {
  position: relative;
  top: -200px;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #d0d0d0;
  border-top: 0;
  border-bottom: 0;
  transition: top 0.15s ease-in-out;
}
/* line 1709, ../sass/_36_reservation.scss */
.change-card form .custom-label-select .custom-select ul li, .change-card form .custom-label-input .custom-select ul li {
  background: #eaf7ff;
  border-top: 1px solid #b7cbd8;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
/* line 1717, ../sass/_36_reservation.scss */
.change-card form .custom-label-select .custom-select ul li:hover, .change-card form .custom-label-input .custom-select ul li:hover {
  background: #83d3ff;
}
/* line 1721, ../sass/_36_reservation.scss */
.change-card form .custom-label-select .custom-select ul li:first-child, .change-card form .custom-label-select .custom-select ul li.first, .change-card form .custom-label-input .custom-select ul li:first-child, .change-card form .custom-label-input .custom-select ul li.first {
  border-top: 0;
}
/* line 1727, ../sass/_36_reservation.scss */
.change-card form .custom-label-select .custom-select.active, .change-card form .custom-label-input .custom-select.active {
  visibility: visible;
  border-bottom-color: #d0d0d0;
}
/* line 1732, ../sass/_36_reservation.scss */
.change-card form .custom-label-select .custom-select.active ul, .change-card form .custom-label-input .custom-select.active ul {
  top: 0;
}

/* line 1741, ../sass/_36_reservation.scss */
.reservation-tmp-input {
  position: absolute;
  white-space: pre;
  font-size: 13px;
  font-family: "Montserrat";
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

/* line 1750, ../sass/_36_reservation.scss */
body.change-card-active {
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  /* line 1754, ../sass/_36_reservation.scss */
  .reservation .container-overview {
    padding: 0;
  }
}

/* line 1763, ../sass/_36_reservation.scss */
.reservation .overview {
  max-width: 660px;
  margin: 20px auto 20px;
  border: 3px solid #000;
  background: #FFF;
  -webkit-font-smoothing: antialiased;
}
/* line 1773, ../sass/_36_reservation.scss */
.reservation .overview.footer-fixed {
  margin-bottom: 102px;
}
@media only screen and (max-width: 768px) {
  /* line 1763, ../sass/_36_reservation.scss */
  .reservation .overview {
    margin-top: 0;
    margin-bottom: 0;
    border: none;
  }
}
/* line 1784, ../sass/_36_reservation.scss */
.reservation .overview .alert {
  margin-bottom: 0;
}
/* line 1788, ../sass/_36_reservation.scss */
.reservation .overview .overview-driver-name {
  padding: 15px;
  background: #83d3ff;
}
/* line 1793, ../sass/_36_reservation.scss */
.reservation .overview .overview-header {
  padding: 15px;
  background: #000;
  color: #FFF;
  text-align: center;
  font-family: "Montserrat";
}
/* line 1803, ../sass/_36_reservation.scss */
.reservation .overview .overview-header .header-label {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
}
/* line 1809, ../sass/_36_reservation.scss */
.reservation .overview .overview-header .header-price {
  font-size: 40px;
}
/* line 1814, ../sass/_36_reservation.scss */
.reservation .overview .overview-header .header-more-info a, .reservation .overview .overview-header .header-more-info .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .reservation .overview .overview-header .header-more-info a, .reservation .overview .overview-header .header-more-info .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .reservation .overview .overview-header .header-more-info a:hover, .reservation .overview .overview-header .header-more-info .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .reservation .overview .overview-header .header-more-info a, .reservation .overview .overview-header .header-more-info .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .reservation .overview .overview-header .header-more-info a:hover {
  color: #999999;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
}
/* line 1820, ../sass/_36_reservation.scss */
.reservation .overview .overview-header .header-more-info a:hover, .reservation .overview .overview-header .header-more-info .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .reservation .overview .overview-header .header-more-info a:hover, .reservation .overview .overview-header .header-more-info .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .reservation .overview .overview-header .header-more-info a:hover {
  text-decoration: underline;
}
/* line 1824, ../sass/_36_reservation.scss */
.reservation .overview .overview-header .header-more-info a i, .reservation .overview .overview-header .header-more-info .giftcards .form-holder form fieldset .options .option.active a i, .giftcards .form-holder form fieldset .options .option.active .reservation .overview .overview-header .header-more-info a i, .reservation .overview .overview-header .header-more-info .giftcards .form-holder form fieldset .options .option a:hover i, .giftcards .form-holder form fieldset .options .option .reservation .overview .overview-header .header-more-info a:hover i, .reservation .overview .overview-header .header-more-info .giftcards_view .form-holder form fieldset .options .option.active a i, .giftcards_view .form-holder form fieldset .options .option.active .reservation .overview .overview-header .header-more-info a i, .reservation .overview .overview-header .header-more-info .giftcards_view .form-holder form fieldset .options .option a:hover i, .giftcards_view .form-holder form fieldset .options .option .reservation .overview .overview-header .header-more-info a:hover i {
  margin-right: 3px;
}
/* line 1830, ../sass/_36_reservation.scss */
.reservation .overview .overview-header .header-more-info-detail {
  padding-top: 10px;
  text-transform: uppercase;
  color: #999999;
}
@media only screen and (max-width: 768px) {
  /* line 1830, ../sass/_36_reservation.scss */
  .reservation .overview .overview-header .header-more-info-detail {
    font-size: 11px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1842, ../sass/_36_reservation.scss */
  .reservation .overview .overview-content {
    margin-bottom: 60px;
  }
}
/* line 1847, ../sass/_36_reservation.scss */
.reservation .overview .overview-content .overview-option {
  padding: 10px 15px;
  border-bottom: 1px solid #e0e0e0;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 15px;
  word-wrap: break-word;
}
/* line 1856, ../sass/_36_reservation.scss */
.reservation .overview .overview-content .overview-option .overview-option-label {
  color: #2cb2ff;
}
/* line 1860, ../sass/_36_reservation.scss */
.reservation .overview .overview-content .overview-option .overview-option-value {
  font-weight: 500;
}

/* line 1868, ../sass/_36_reservation.scss */
.reservation .overview-footer {
  padding: 0 15px 20px;
  text-align: center;
}
/* line 1872, ../sass/_36_reservation.scss */
.reservation .overview-footer.fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 82px;
  left: 0;
  z-index: 10;
  background: #FFF;
  border-top: 2px solid #000;
  box-shadow: 1px 1px 17px rgba(0, 0, 0, 0.56);
  padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
  /* line 1868, ../sass/_36_reservation.scss */
  .reservation .overview-footer {
    margin-top: 0px;
  }
  /* line 1889, ../sass/_36_reservation.scss */
  .reservation .overview-footer .btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1868, ../sass/_36_reservation.scss */
  .reservation .overview-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    height: 60px;
    padding: 0;
    margin: 0;
    /* border-top: 2px solid #FFF; */
  }
  /* line 1908, ../sass/_36_reservation.scss */
  .reservation .overview-footer .btn.btn-back {
    float: left;
    display: block;
    height: 60px;
    line-height: 56px;
    width: 30%;
    margin: 0;
    border-top: 2px solid #dedede;
    border-bottom: 2px solid #dedede;
  }
  /* line 1919, ../sass/_36_reservation.scss */
  .reservation .overview-footer .btn.btn-submit {
    float: left;
    display: block;
    width: 70%;
    height: 60px;
    line-height: 56px;
    margin: 0;
    border: none;
    border-top: 2px solid #dedede;
    border-bottom: 2px solid #dedede;
  }
}

/* line 1934, ../sass/_36_reservation.scss */
.reservation .overview-confirmed,
.giftcards .overview-confirmed {
  max-width: 660px;
  margin: 20px auto;
  padding: 20px;
  background: #83d3ff;
  color: #000;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-family: "Montserrat";
}
@media only screen and (max-width: 768px) {
  /* line 1934, ../sass/_36_reservation.scss */
  .reservation .overview-confirmed,
  .giftcards .overview-confirmed {
    margin-top: 0;
  }
}
/* line 1952, ../sass/_36_reservation.scss */
.reservation .overview-confirmed i,
.giftcards .overview-confirmed i {
  font-size: 80px;
}
/* line 1956, ../sass/_36_reservation.scss */
.reservation .overview-confirmed h3,
.giftcards .overview-confirmed h3 {
  margin: 10px 0;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
}

/* line 1965, ../sass/_36_reservation.scss */
.overview-confirmed-wrapper {
  min-height: calc(100vh - 170px - 225px);
}
@media only screen and (max-width: 1200px) {
  /* line 1965, ../sass/_36_reservation.scss */
  .overview-confirmed-wrapper {
    min-height: calc(100vh - 170px - 365px);
  }
}

/* line 1973, ../sass/_36_reservation.scss */
.reservation .mobile {
  padding-bottom: 59px;
  background: #FFF;
}
/* line 1979, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-steps {
  min-height: calc(100vh - 85px);
}
/* line 1983, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step {
  margin-top: 1px;
  border-bottom: 1px solid #e4e8f5;
}
/* line 1987, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step:first-child {
  margin-top: 0;
}
/* line 1991, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step.inactive {
  opacity: 0.5;
  pointer-events: none;
}
/* line 1995, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step.inactive .info-done, .reservation .mobile .mobile-step.inactive .info-next {
  display: none !important;
}
/* line 2001, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step.active .mobile-step-title {
  background: #000;
  color: #FFF;
}
/* line 2006, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step.active .mobile-step-title i {
  color: #FFF !important;
}
/* line 2010, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step.active .mobile-step-title .info-active {
  display: block;
}
/* line 2014, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step.active .mobile-step-title .info-next, .reservation .mobile .mobile-step.active .mobile-step-title .info-done {
  display: none !important;
}
/* line 2022, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step.next .mobile-step-title .info-next {
  display: block;
}
/* line 2031, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step.done .mobile-step-title i {
  color: #55bcf9;
}
/* line 2035, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step.done .mobile-step-title .info-done {
  display: block;
}
/* line 2039, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step.done .mobile-step-title .info-next {
  display: none;
}
/* line 2046, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-title {
  position: relative;
  height: 60px;
  line-height: 60px;
  padding: 0px 12px 0px 55px;
  background: #FFF;
  font-size: 11px;
  color: #000;
  text-transform: uppercase;
}
/* line 2058, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-title i {
  position: absolute;
  top: 0;
  left: 15px;
  color: #000;
  font-size: 28px;
  line-height: 60px;
}
/* line 2067, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-title i.icons-order-datetime {
  top: -2px;
  left: 23px;
  font-size: 24px;
}
/* line 2073, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-title em {
  display: none;
  position: absolute;
  overflow: hidden;
  top: -2px;
  right: 0;
  width: 90px;
  height: 64px;
  padding-right: 15px;
  color: #FFF;
  text-align: center;
  font-style: normal;
  font-size: 13px;
  text-transform: uppercase;
}
/* line 2090, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-title em.info-done {
  background: #66BB6A;
}
/* line 2093, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-title em.info-done u {
  color: #000;
}
/* line 2098, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-title em.info-next {
  background: #55bcf9;
}
/* line 2101, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-title em.info-next u {
  color: #FFF;
}
/* line 2107, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-title em.info-active u {
  right: 26px;
  font-size: 9px;
  color: #b1b1b1;
  transform: rotate(180deg);
}
/* line 2118, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-title em.info-done u, .reservation .mobile .mobile-step-title em.info-next u {
  top: -2px;
  right: 10px;
  transform: rotate(90deg);
}
/* line 2125, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-title em u {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 60px;
  line-height: 60px;
  font-style: normal;
  font-size: 7px;
  text-decoration: none;
}
/* line 2143, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content {
  overflow: hidden;
  background: #55bcf9;
}
/* line 2151, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form {
  padding: 10px;
}
/* line 2154, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .mobile-owner-info {
  margin: 15px 0 0;
}
/* line 2157, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .mobile-owner-info h6 {
  margin-bottom: 10px;
  color: #FFF;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0px;
}
/* line 2168, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field {
  position: relative;
  height: 41px;
  background: #FFF;
  border-top: 1px solid #e4e8f5;
}
/* line 2175, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field:first-child {
  height: 40px;
  border-top: 0;
}
/* line 2180, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field.form-field-textarea {
  height: auto;
}
/* line 2186, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field.with-icon.drop-address img {
  top: 10px;
}
/* line 2191, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field.with-icon img {
  position: absolute;
  top: 14px;
  left: 12px;
  width: 12px;
  pointer-events: none;
}
/* line 2199, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field.with-icon input {
  padding-left: 30px;
  border: none;
  font-size: 12px;
}
/* line 2208, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field.with-address-btns input {
  padding-right: 86px;
}
/* line 2212, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field.with-address-btns .clear {
  right: 85px;
}
/* line 2217, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field.with-address-btns.only-one-button input {
  padding-right: 48px;
}
/* line 2221, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field.with-address-btns.only-one-button .clear {
  right: 45px;
}
/* line 2227, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field input, .reservation .mobile .mobile-step-content form .form-field textarea {
  font-family: "Montserrat";
  width: 100%;
  height: 40px;
  padding: 12px;
  font-size: 12px;
  resize: none;
  border: none;
  border-radius: 0;
}
/* line 2239, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field input[type="date"], .reservation .mobile .mobile-step-content form .form-field textarea[type="date"] {
  border: none;
  border-radius: none;
  -webkit-appearance: none;
  font-family: "Montserrat";
  font-size: 14px;
}
/* line 2248, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field input::-webkit-input-placeholder, .reservation .mobile .mobile-step-content form .form-field textarea::-webkit-input-placeholder {
  color: #000;
}
/* line 2252, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field input:-moz-placeholder, .reservation .mobile .mobile-step-content form .form-field textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
}
/* line 2257, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field input::-moz-placeholder, .reservation .mobile .mobile-step-content form .form-field textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
/* line 2262, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field input:-ms-input-placeholder, .reservation .mobile .mobile-step-content form .form-field textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
/* line 2268, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field textarea {
  height: 100px;
}
/* line 2272, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field .clear {
  opacity: 0;
  position: absolute;
  top: 6px;
  right: 45px;
  font-size: 20px;
  color: #c5c5c5;
  cursor: pointer;
  padding-left: 10px;
  background: #FFF;
}
/* line 2284, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field .clear:focus, .reservation .mobile .mobile-step-content form .form-field .clear:active {
  opacity: 1;
}
/* line 2288, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field .clear:hover {
  color: #a0a0a0;
}
/* line 2293, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field input:focus ~ .clear {
  opacity: 1;
}
/* line 2297, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field .address-btns {
  position: absolute;
  top: 2px;
  right: 2px;
  height: 36px;
}
/* line 2302, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field .address-btns .address-btn {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-left: 2px;
  background: #ccc;
  text-align: center;
}
/* line 2311, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field .address-btns .address-btn img {
  position: static;
  margin-top: -1px;
  width: 42%;
}
/* line 2319, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field .custom-label-select {
  position: relative;
}
/* line 2323, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field .custom-label-select.with-value.hide-label-when-active label {
  display: none;
}
/* line 2327, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field .custom-label-select.with-value .active-value {
  display: block;
}
/* line 2332, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field .custom-label-select .label-wrapper {
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 30px 0 12px;
}
/* line 2339, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field .custom-label-select label, .reservation .mobile .mobile-step-content form .form-field .custom-label-select .active-value {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
}
/* line 2345, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field .custom-label-select label small, .reservation .mobile .mobile-step-content form .form-field .custom-label-select .active-value small {
  color: #8c8c8c;
}
/* line 2350, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field .custom-label-select .select-arrow {
  position: absolute;
  top: 0;
  right: 16px;
  line-height: 40px;
  font-size: 7px;
  transform: rotate(180deg);
}
/* line 2359, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field .custom-label-select .question {
  position: absolute;
  top: 14px;
  right: 39px;
  color: #969696;
}
/* line 2365, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field .custom-label-select select {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-appearance: none;
  width: 100%;
  height: 40px;
  border: none;
  outline: 0;
  border-radius: 0;
}
/* line 2378, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field .custom-label-select .custom-select {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  z-index: 3;
  top: 39px;
  left: -1px;
  width: calc(100% + 2px);
  max-height: 200px;
  overflow-y: auto;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid transparent;
  transition: 0.05s border-bottom 0.15s ease-in-out;
}
/* line 2392, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field .custom-label-select .custom-select.active {
  visibility: visible;
  border-bottom-color: #bfbfbf;
}
/* line 2397, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field .custom-label-select .custom-select.active ul {
  top: 0;
}
/* line 2402, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field .custom-label-select .custom-select ul {
  position: relative;
  top: -200px;
  margin: -1px 0 -1px;
  padding: 0;
  list-style: none;
  background: #eaf7ff;
  border: 1px solid #b7cbd8;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.42);
  transition: top 0.15s ease-in-out;
}
/* line 2414, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field .custom-label-select .custom-select ul li {
  background: #eaf7ff;
  border-top: 1px solid #b7cbd8;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 14px;
  text-align: center;
}
/* line 2426, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field .custom-label-select .custom-select ul li:first-child, .reservation .mobile .mobile-step-content form .form-field .custom-label-select .custom-select ul li.first {
  border-top: 0;
}
/* line 2431, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field .custom-label-select .custom-select ul li.active .bullet:after {
  opacity: 1;
}
/* line 2436, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field .custom-label-select .custom-select ul li .bullet {
  display: block;
  position: absolute;
  top: 15px;
  left: 16px;
  width: 11px;
  height: 11px;
  border: 2px solid #000;
  border-radius: 50%;
  filter: brightness(100%);
  transform: rotate(0deg);
}
/* line 2448, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-step-content form .form-field .custom-label-select .custom-select ul li .bullet:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 5px;
  height: 5px;
  background: #55bcf9;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
/* line 2471, ../sass/_36_reservation.scss */
.reservation .mobile .step-see-rates form {
  margin-bottom: 10px;
  text-align: center;
}
/* line 2476, ../sass/_36_reservation.scss */
.reservation .mobile .step-see-rates form input {
  height: 40px;
  min-height: 40px;
  padding: 0 15px;
  background: #FFF;
  border-radius: 0px;
  border: 1px solid #cecece;
  font-size: 13px;
  font-family: "Montserrat";
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 2495, ../sass/_36_reservation.scss */
.reservation .mobile .step-see-rates form button {
  position: relative;
  top: -1px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background: #83d3ff;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  color: #000;
  font-size: 11px;
  font-family: "Montserrat";
  font-weight: normal;
  letter-spacing: 0px;
  transition: all 0.2s ease-in-out;
}
/* line 2513, ../sass/_36_reservation.scss */
.reservation .mobile .step-see-rates form button:hover, .reservation .mobile .step-see-rates form button:active {
  background: #33b7ff;
  color: #000;
}
/* line 2522, ../sass/_36_reservation.scss */
.reservation .mobile .step-service .mobile-step-content ul {
  position: relative;
  max-width: 360px;
  margin: 15px auto 20px;
  padding: 0 15px 0 15px;
  list-style: none;
}
/* line 2530, ../sass/_36_reservation.scss */
.reservation .mobile .step-service .mobile-step-content ul li {
  float: left;
  width: 49%;
}
/* line 2534, ../sass/_36_reservation.scss */
.reservation .mobile .step-service .mobile-step-content ul li:first-child {
  margin-right: -7%;
}
/* line 2538, ../sass/_36_reservation.scss */
.reservation .mobile .step-service .mobile-step-content ul li:last-child {
  margin-left: -7%;
}
/* line 2542, ../sass/_36_reservation.scss */
.reservation .mobile .step-service .mobile-step-content ul li.active, .reservation .mobile .step-service .mobile-step-content ul li.hover {
  width: 58%;
}
/* line 2545, ../sass/_36_reservation.scss */
.reservation .mobile .step-service .mobile-step-content ul li.active:first-child, .reservation .mobile .step-service .mobile-step-content ul li.hover:first-child {
  margin-right: 0;
}
/* line 2549, ../sass/_36_reservation.scss */
.reservation .mobile .step-service .mobile-step-content ul li.active:last-child, .reservation .mobile .step-service .mobile-step-content ul li.hover:last-child {
  margin-left: 0;
}
/* line 2553, ../sass/_36_reservation.scss */
.reservation .mobile .step-service .mobile-step-content ul li.active > div, .reservation .mobile .step-service .mobile-step-content ul li.hover > div {
  z-index: 2;
  height: 270px;
  margin: 0;
  opacity: 1;
  background: #FFF;
  border-color: transparent;
  box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.43);
}
/* line 2563, ../sass/_36_reservation.scss */
.reservation .mobile .step-service .mobile-step-content ul li.active > div > *, .reservation .mobile .step-service .mobile-step-content ul li.hover > div > * {
  opacity: 1;
}
/* line 2571, ../sass/_36_reservation.scss */
.reservation .mobile .step-service .mobile-step-content ul li.service-personal > div p {
  display: none;
}
/* line 2578, ../sass/_36_reservation.scss */
.reservation .mobile .step-service .mobile-step-content ul li.service-personal.active > div p, .reservation .mobile .step-service .mobile-step-content ul li.service-personal.hover > div p {
  display: block;
}
/* line 2587, ../sass/_36_reservation.scss */
.reservation .mobile .step-service .mobile-step-content ul li.service-pickup > div h5 {
  margin-top: 15px;
}
/* line 2594, ../sass/_36_reservation.scss */
.reservation .mobile .step-service .mobile-step-content ul li.service-pickup.active > div h5, .reservation .mobile .step-service .mobile-step-content ul li.service-pickup.hover > div h5 {
  font-size: 23px;
}
/* line 2598, ../sass/_36_reservation.scss */
.reservation .mobile .step-service .mobile-step-content ul li.service-pickup.active > div p, .reservation .mobile .step-service .mobile-step-content ul li.service-pickup.hover > div p {
  font-size: 13px;
}
/* line 2602, ../sass/_36_reservation.scss */
.reservation .mobile .step-service .mobile-step-content ul li.service-pickup.active > div .price, .reservation .mobile .step-service .mobile-step-content ul li.service-pickup.hover > div .price {
  bottom: 90px;
}
/* line 2609, ../sass/_36_reservation.scss */
.reservation .mobile .step-service .mobile-step-content ul li > div {
  position: relative;
  text-align: center;
  height: 240px;
  margin: 17px 0 0 0;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0);
  border-right-color: #1196ce;
  background: #FFF;
  color: #000;
  text-decoration: none;
  box-shadow: 0px 0px 17px 2px rgba(0, 41, 236, 0.43);
  transition: background 0.3s ease-in-out;
}
/* line 2626, ../sass/_36_reservation.scss */
.reservation .mobile .step-service .mobile-step-content ul li > div > * {
  opacity: 0.7;
}
/* line 2631, ../sass/_36_reservation.scss */
.reservation .mobile .step-service .mobile-step-content ul li .popular {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 0 7px;
  background: #000;
  border-radius: 7px;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
/* line 2648, ../sass/_36_reservation.scss */
.reservation .mobile .step-service .mobile-step-content ul li h5 {
  font-size: 19px;
  line-height: 1;
  text-transform: uppercase;
}
/* line 2654, ../sass/_36_reservation.scss */
.reservation .mobile .step-service .mobile-step-content ul li p {
  padding: 0;
  color: #636363;
  font-size: 11px;
  line-height: 1.3;
}
/* line 2662, ../sass/_36_reservation.scss */
.reservation .mobile .step-service .mobile-step-content ul li .price {
  position: absolute;
  bottom: 83px;
  left: 0;
  width: 100%;
  color: #000;
  text-transform: uppercase;
  line-height: 1.2;
}
/* line 2672, ../sass/_36_reservation.scss */
.reservation .mobile .step-service .mobile-step-content ul li .price b {
  display: block;
  font-size: 18px;
}
/* line 2677, ../sass/_36_reservation.scss */
.reservation .mobile .step-service .mobile-step-content ul li .price > span {
  display: block;
  font-size: 10px;
}
/* line 2683, ../sass/_36_reservation.scss */
.reservation .mobile .step-service .mobile-step-content ul li .more-info {
  display: block;
  position: absolute;
  bottom: 55px;
  left: 0;
  width: 100%;
  color: #636363;
}
/* line 2691, ../sass/_36_reservation.scss */
.reservation .mobile .step-service .mobile-step-content ul li .more-info span {
  border-bottom: 1px solid #636363;
  color: #636363;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1;
}
/* line 2701, ../sass/_36_reservation.scss */
.reservation .mobile .step-service .mobile-step-content ul li .service-button {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  height: 27px;
  line-height: 23px;
  margin: auto;
  max-width: 88px;
  padding: 0 10px;
  background: #FFF;
  border: 2px solid #55bcf9;
  border-radius: 7px;
  color: #55bcf9;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}
/* line 2727, ../sass/_36_reservation.scss */
.reservation .mobile .step-date-time .mobile-step-content {
  background: #55bcf9;
}
/* line 2730, ../sass/_36_reservation.scss */
.reservation .mobile .step-date-time .mobile-step-content .date-time-duration-select {
  position: relative;
  padding: 10px 0;
}
/* line 2734, ../sass/_36_reservation.scss */
.reservation .mobile .step-date-time .mobile-step-content .date-time-duration-select .row {
  margin: 0;
}
/* line 2737, ../sass/_36_reservation.scss */
.reservation .mobile .step-date-time .mobile-step-content .date-time-duration-select .row > div {
  padding: 0;
}
/* line 2742, ../sass/_36_reservation.scss */
.reservation .mobile .step-date-time .mobile-step-content .date-time-duration-select h6 {
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}
/* line 2749, ../sass/_36_reservation.scss */
.reservation .mobile .step-date-time .mobile-step-content .date-time-duration-select .selectable-line {
  position: absolute;
  top: 91px;
  left: 0;
  width: 100%;
  height: 34px;
  margin-top: -12.5px;
  border-top: 2px solid #717171;
  border-bottom: 2px solid #717171;
  pointer-events: none;
}
/* line 2760, ../sass/_36_reservation.scss */
.reservation .mobile .step-date-time .mobile-step-content .date-time-duration-select .scroll-wrap {
  position: relative;
  height: 140px;
}
/* line 2764, ../sass/_36_reservation.scss */
.reservation .mobile .step-date-time .mobile-step-content .date-time-duration-select .scroll-wrap .scroller {
  position: relative;
  overflow-y: scroll;
  height: 140px;
}
/* line 2770, ../sass/_36_reservation.scss */
.reservation .mobile .step-date-time .mobile-step-content .date-time-duration-select .scroll-wrap .dropdown {
  padding-top: 60px;
  padding-bottom: 50px;
}
/* line 2774, ../sass/_36_reservation.scss */
.reservation .mobile .step-date-time .mobile-step-content .date-time-duration-select .scroll-wrap .dropdown ul {
  margin: 0;
  padding: 0;
  color: #4c4c4c;
  list-style: none;
}
/* line 2780, ../sass/_36_reservation.scss */
.reservation .mobile .step-date-time .mobile-step-content .date-time-duration-select .scroll-wrap .dropdown ul li {
  height: 29px;
  line-height: 29px;
  font-size: 18px;
  text-align: center;
}
/* line 2789, ../sass/_36_reservation.scss */
.reservation .mobile .step-date-time .mobile-step-content .date-time-duration-select .scroll-wrap .opacity-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(#FFF 0%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 65%, #FFF 100%);
  background: linear-gradient(#ffffff 0%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 65%, #ffffff 100%);
  pointer-events: none;
}
/* line 2800, ../sass/_36_reservation.scss */
.reservation .mobile .step-date-time .mobile-step-content label {
  color: #969696;
}
/* line 2806, ../sass/_36_reservation.scss */
.reservation .mobile .step-credit-card .mobile-step-content .mobile-credit-card {
  position: relative;
  margin: 10px;
  padding: 10px 15px;
  background: #FFF;
  font-size: 16px;
}
/* line 2814, ../sass/_36_reservation.scss */
.reservation .mobile .step-credit-card .mobile-step-content .mobile-credit-card .mobile-edit-btn {
  display: inline-block;
  width: 100%;
  height: 44px;
  line-height: 40px;
  padding: 0 10px;
  background: #FFF;
  border: 2px solid #55bcf9;
  border-radius: 5px;
  color: #55bcf9;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 2832, ../sass/_36_reservation.scss */
.reservation .mobile .step-notes .mobile-step-content form .form-field textarea {
  font-size: 14px;
}
/* line 2835, ../sass/_36_reservation.scss */
.reservation .mobile .step-notes .mobile-step-content form .form-field textarea:focus {
  outline: none;
}
/* line 2843, ../sass/_36_reservation.scss */
.reservation .mobile .step-login .mobile-step-title > i {
  font-size: 23px;
}
/* line 2850, ../sass/_36_reservation.scss */
.reservation .mobile .step-login .mobile-step-content .login-options {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
/* line 2858, ../sass/_36_reservation.scss */
.reservation .mobile .step-login .mobile-step-content .divider {
  margin: 0 10px;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* line 2866, ../sass/_36_reservation.scss */
.reservation .mobile .step-login .mobile-step-content button, .reservation .mobile .step-login .mobile-step-content .btn {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background: #FFF;
  border: none;
  text-transform: uppercase;
  color: #000;
  font-size: 11px;
  font-family: "Montserrat";
  font-weight: normal;
  letter-spacing: 0px;
  transition: all 0.2s ease-in-out;
}
/* line 2884, ../sass/_36_reservation.scss */
.reservation .mobile .step-login .mobile-step-content button.btn-100, .reservation .mobile .step-login .mobile-step-content .btn.btn-100 {
  width: 100%;
}
/* line 2888, ../sass/_36_reservation.scss */
.reservation .mobile .step-login .mobile-step-content button:hover, .reservation .mobile .step-login .mobile-step-content button:active, .reservation .mobile .step-login .mobile-step-content .btn:hover, .reservation .mobile .step-login .mobile-step-content .btn:active {
  background: #33b7ff;
  color: #000;
}
/* line 2893, ../sass/_36_reservation.scss */
.reservation .mobile .step-login .mobile-step-content button.disabled, .reservation .mobile .step-login .mobile-step-content button.loading, .reservation .mobile .step-login .mobile-step-content .btn.disabled, .reservation .mobile .step-login .mobile-step-content .btn.loading {
  pointer-events: none;
}
/* line 2897, ../sass/_36_reservation.scss */
.reservation .mobile .step-login .mobile-step-content button.black, .reservation .mobile .step-login .mobile-step-content .btn.black {
  background: #000;
  color: #FFF;
}
/* line 2901, ../sass/_36_reservation.scss */
.reservation .mobile .step-login .mobile-step-content button.black:hover, .reservation .mobile .step-login .mobile-step-content .btn.black:hover {
  background: #656565;
  color: #FFF;
}
/* line 2907, ../sass/_36_reservation.scss */
.reservation .mobile .step-login .mobile-step-content button.btn-submit, .reservation .mobile .step-login .mobile-step-content button.btn-back, .reservation .mobile .step-login .mobile-step-content .btn.btn-submit, .reservation .mobile .step-login .mobile-step-content .btn.btn-back {
  margin-top: 20px;
  height: 45px;
  line-height: 41px;
  padding-left: 30px;
  padding-right: 30px;
  background: #000;
  border: 2px solid #83d3ff;
  color: #FFF;
  font-size: 17px;
}
/* line 2922, ../sass/_36_reservation.scss */
.reservation .mobile .step-login .mobile-step-content button.btn-submit:hover, .reservation .mobile .step-login .mobile-step-content button.btn-back:hover, .reservation .mobile .step-login .mobile-step-content .btn.btn-submit:hover, .reservation .mobile .step-login .mobile-step-content .btn.btn-back:hover {
  background: #656565;
  border-color: #656565;
}
/* line 2928, ../sass/_36_reservation.scss */
.reservation .mobile .step-login .mobile-step-content button.btn-back, .reservation .mobile .step-login .mobile-step-content .btn.btn-back {
  background: #83d3ff;
  border-color: #83d3ff;
  color: #000;
}
/* line 2933, ../sass/_36_reservation.scss */
.reservation .mobile .step-login .mobile-step-content button.btn-back:hover, .reservation .mobile .step-login .mobile-step-content .btn.btn-back:hover {
  background: #33b7ff;
  border-color: #33b7ff;
}
/* line 2943, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-submit-wrapper {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #000;
}
/* line 2950, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-submit-wrapper .mobile-submit-button {
  height: 60px;
  line-height: 60px;
  background: #000;
  color: #FFF;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
/* line 2962, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-submit-wrapper .mobile-submit-button.inactive {
  opacity: 0.5;
  pointer-events: none;
}
/* line 2968, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-submit-wrapper .mobile-submit-button.disabled, .reservation .mobile .mobile-submit-wrapper .mobile-submit-button.loading {
  pointer-events: none;
}
/* line 2972, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-submit-wrapper .mobile-submit-button span {
  padding-right: 10px;
}
/* line 2976, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-submit-wrapper .mobile-submit-button i {
  display: inline-block;
  position: relative;
  top: -5px;
  font-size: 9px;
  color: #55bcf9;
  transform: rotate(90deg);
}
/* line 2988, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-overlay-info {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 155px 20px 20px 20px;
  background: rgba(0, 0, 0, 0.85);
  color: #FFF;
}
/* line 2998, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-overlay-info .close-btn {
  position: absolute;
  top: 67px;
  right: 15px;
  font-size: 41px;
}
/* line 3005, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-overlay-info h3 {
  margin-bottom: 10px;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1;
}
/* line 3014, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-overlay-info h4 {
  text-align: left;
  font-size: 14px;
}
/* line 3019, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-overlay-info .price {
  margin: 15px 0 30px;
  color: #55bcf9;
  color: #55bcf9;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1px;
}
/* line 3029, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-overlay-info .price > span, .reservation .mobile .mobile-overlay-info .price > small {
  display: block;
}
/* line 3033, ../sass/_36_reservation.scss */
.reservation .mobile .mobile-overlay-info .price small {
  font-size: 45%;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0px;
}

/* line 3043, ../sass/_36_reservation.scss */
body.card-issue-active {
  overflow: hidden;
}

/* line 3047, ../sass/_36_reservation.scss */
.card-issue-popup {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
/* line 3056, ../sass/_36_reservation.scss */
.card-issue-popup.card-issue-declined .card-issue-wrapper {
  margin-top: -158px;
  height: 316px;
}
@media only screen and (max-width: 768px) {
  /* line 3056, ../sass/_36_reservation.scss */
  .card-issue-popup.card-issue-declined .card-issue-wrapper {
    height: 340px;
    margin-top: auto;
  }
}
/* line 3067, ../sass/_36_reservation.scss */
.card-issue-popup.active {
  display: block;
}
/* line 3071, ../sass/_36_reservation.scss */
.card-issue-popup .card-issue-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 506px;
  height: 265px;
  margin-left: -253px;
  margin-top: -132px;
  background: #FFF;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 768px) {
  /* line 3071, ../sass/_36_reservation.scss */
  .card-issue-popup .card-issue-wrapper {
    width: calc(300px);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 265px;
    margin: auto;
  }
}
/* line 3088, ../sass/_36_reservation.scss */
.card-issue-popup .card-issue-wrapper .card-issue-container {
  position: relative;
  text-align: center;
}
/* line 3092, ../sass/_36_reservation.scss */
.card-issue-popup .card-issue-wrapper .card-issue-container .card-issue-top {
  padding: 20px 0 18px;
  background: #f7f7f7;
}
/* line 3096, ../sass/_36_reservation.scss */
.card-issue-popup .card-issue-wrapper .card-issue-container .card-issue-top .h4 {
  position: relative;
  margin: 0;
  letter-spacing: -.040em;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 3096, ../sass/_36_reservation.scss */
  .card-issue-popup .card-issue-wrapper .card-issue-container .card-issue-top .h4 {
    font-size: 19px;
  }
}
/* line 3107, ../sass/_36_reservation.scss */
.card-issue-popup .card-issue-wrapper .card-issue-container .card-issue-top .h4 img {
  position: relative;
  top: -2px;
  margin-right: 10px;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 3107, ../sass/_36_reservation.scss */
  .card-issue-popup .card-issue-wrapper .card-issue-container .card-issue-top .h4 img {
    height: 36px;
    top: -1px;
    margin-right: 10px;
  }
}
/* line 3122, ../sass/_36_reservation.scss */
.card-issue-popup .card-issue-wrapper .card-issue-container .card-issue-content {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 3126, ../sass/_36_reservation.scss */
.card-issue-popup .card-issue-wrapper .card-issue-container .card-issue-content p {
  margin-top: 19px;
  margin-bottom: 20px;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 3126, ../sass/_36_reservation.scss */
  .card-issue-popup .card-issue-wrapper .card-issue-container .card-issue-content p {
    font-size: 12px;
  }
}
/* line 3136, ../sass/_36_reservation.scss */
.card-issue-popup .card-issue-wrapper .card-issue-container .card-issue-content .btn {
  padding: 10px 20px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: -.040em;
}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
/* line 18, ../sass/_37_dtp.scss */
.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 29, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget {
  list-style: none;
  color: #666;
  font-family: "Montserrat";
  font-weight: normal;
}
/* line 35, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget .datepicker, .bootstrap-datetimepicker-widget .datepicker-days {
  width: 100%;
}
/* line 39, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  /* line 44, ../sass/_37_dtp.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  /* line 44, ../sass/_37_dtp.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  /* line 44, ../sass/_37_dtp.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
/* line 58, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
/* line 65, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
/* line 74, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
/* line 84, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
/* line 93, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
/* line 103, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
/* line 108, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
/* line 115, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
/* line 119, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget a[data-action], .bootstrap-datetimepicker-widget .giftcards .form-holder form fieldset .options .option.active a[data-action], .giftcards .form-holder form fieldset .options .option.active .bootstrap-datetimepicker-widget a[data-action], .bootstrap-datetimepicker-widget .giftcards .form-holder form fieldset .options .option a[data-action]:hover, .giftcards .form-holder form fieldset .options .option .bootstrap-datetimepicker-widget a[data-action]:hover, .bootstrap-datetimepicker-widget .giftcards_view .form-holder form fieldset .options .option.active a[data-action], .giftcards_view .form-holder form fieldset .options .option.active .bootstrap-datetimepicker-widget a[data-action], .bootstrap-datetimepicker-widget .giftcards_view .form-holder form fieldset .options .option a[data-action]:hover, .giftcards_view .form-holder form fieldset .options .option .bootstrap-datetimepicker-widget a[data-action]:hover {
  padding: 6px 0;
}
/* line 123, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget a[data-action]:active, .bootstrap-datetimepicker-widget .giftcards .form-holder form fieldset .options .option.active a[data-action]:active, .giftcards .form-holder form fieldset .options .option.active .bootstrap-datetimepicker-widget a[data-action]:active, .bootstrap-datetimepicker-widget .giftcards .form-holder form fieldset .options .option a[data-action]:active:hover, .giftcards .form-holder form fieldset .options .option .bootstrap-datetimepicker-widget a[data-action]:active:hover, .bootstrap-datetimepicker-widget .giftcards_view .form-holder form fieldset .options .option.active a[data-action]:active, .giftcards_view .form-holder form fieldset .options .option.active .bootstrap-datetimepicker-widget a[data-action]:active, .bootstrap-datetimepicker-widget .giftcards_view .form-holder form fieldset .options .option a[data-action]:active:hover, .giftcards_view .form-holder form fieldset .options .option .bootstrap-datetimepicker-widget a[data-action]:active:hover {
  box-shadow: none;
}
/* line 127, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
/* line 134, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
/* line 138, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours";
}
/* line 143, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes";
}
/* line 148, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours";
}
/* line 153, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes";
}
/* line 158, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours";
}
/* line 163, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes";
}
/* line 168, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM";
}
/* line 173, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker";
}
/* line 178, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today";
}
/* line 183, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget .picker-switch {
  font-size: 12px;
  pointer-events: none;
  text-align: center;
}
/* line 189, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}
/* line 194, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
/* line 201, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
/* line 209, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
/* line 214, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0;
  font-weight: normal;
}
/* line 222, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
/* line 227, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget table th.dow {
  font-size: 11px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-transform: uppercase;
}
/* line 233, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
/* line 237, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #ccc;
  cursor: not-allowed;
}
/* line 244, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget table th.prev {
  text-align: left;
}
/* line 247, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}
/* line 253, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget table th.next {
  text-align: right;
}
/* line 256, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}
/* line 263, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
/* line 271, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget table td {
  position: relative;
  z-index: 1;
  height: 54px;
  line-height: 54px;
  width: 54px;
}
/* line 279, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #ccc;
}
/* line 286, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
  font-size: 12px;
}
/* line 293, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget table td.day:after {
  content: ' ';
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: transparent;
  transition: background 0.2s ease-in-out;
}
/* line 309, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget table td.day.today:after {
  background: #ededed;
}
/* line 315, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget table td.day:hover:after, .bootstrap-datetimepicker-widget table td.day.today:hover:after {
  background: #b4e4ff;
}
/* line 322, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget table td.day.disabled {
  pointer-events: none;
}
/* line 327, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  cursor: pointer;
}
/* line 335, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #ccc;
}
/* line 340, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
/* line 346, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget table td.active:after, .bootstrap-datetimepicker-widget table td.active:hover:after {
  background: #83d3ff;
}
/* line 351, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #ccc;
  cursor: not-allowed;
}
/* line 358, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0;
}
/* line 367, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget table td span:hover {
  background: #ccc;
}
/* line 371, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget table td span.active {
  background-color: red;
  color: green;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 377, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget table td span.old {
  color: #ccc;
}
/* line 381, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #ccc;
  cursor: not-allowed;
}
/* line 390, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget table tbody tr:first-child td.day {
  padding-top: 10px;
}
/* line 393, ../sass/_37_dtp.scss */
.bootstrap-datetimepicker-widget table tbody tr:first-child td.day:after {
  margin-top: -10px;
}

/* line 401, ../sass/_37_dtp.scss */
.input-group.date .input-group-addon {
  cursor: pointer;
}

/* Extra Small Devices */
/* Small Devices */
/* Medium Devices / Desktops */
/* Large Devices */
/* line 20, ../sass/_38_korbel_campaign.scss */
.korbel-campaign * {
  -webkit-font-smoothing: antialiased;
}
/* line 24, ../sass/_38_korbel_campaign.scss */
.korbel-campaign footer .top-side {
  display: none;
}
/* line 28, ../sass/_38_korbel_campaign.scss */
.korbel-campaign footer .contact {
  margin-top: 0;
  /* Extra Small Devices */
}
@media only screen and (max-width: 991px) {
  /* line 28, ../sass/_38_korbel_campaign.scss */
  .korbel-campaign footer .contact {
    margin-top: 15px;
  }
}
/* line 37, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center {
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 37, ../sass/_38_korbel_campaign.scss */
  .korbel-campaign .highlight .content .content-center {
    padding-bottom: 5px;
  }
}
/* line 45, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center .is-success h1 {
  margin-top: 44px;
  /* Extra Small Devices */
}
@media only screen and (max-width: 991px) {
  /* line 45, ../sass/_38_korbel_campaign.scss */
  .korbel-campaign .highlight .content .content-center .is-success h1 {
    margin-top: 0;
  }
}
/* line 54, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center .is-success .logos {
  margin-top: 0;
}
/* line 59, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center h1 {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.2;
  /* Medium Devices / Desktops */
  /* Extra Small Devices */
}
@media only screen and (max-width: 991px) {
  /* line 59, ../sass/_38_korbel_campaign.scss */
  .korbel-campaign .highlight .content .content-center h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  /* line 59, ../sass/_38_korbel_campaign.scss */
  .korbel-campaign .highlight .content .content-center h1 {
    font-size: 20px;
  }
}
/* line 76, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center h2 {
  margin-bottom: 30px;
  font-size: 20px;
  /* Medium Devices / Desktops */
  /* Extra Small Devices */
}
@media only screen and (max-width: 991px) {
  /* line 76, ../sass/_38_korbel_campaign.scss */
  .korbel-campaign .highlight .content .content-center h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  /* line 76, ../sass/_38_korbel_campaign.scss */
  .korbel-campaign .highlight .content .content-center h2 {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.3;
  }
}
/* line 95, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center p {
  max-width: 550px;
  /* Medium Devices / Desktops */
  /* Extra Small Devices */
}
@media only screen and (max-width: 991px) {
  /* line 95, ../sass/_38_korbel_campaign.scss */
  .korbel-campaign .highlight .content .content-center p {
    padding: 0 15px;
    text-align: left;
    margin: auto;
  }
}
@media only screen and (max-width: 479px) {
  /* line 95, ../sass/_38_korbel_campaign.scss */
  .korbel-campaign .highlight .content .content-center p {
    font-size: 11px;
  }
}
/* line 111, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center p a, .korbel-campaign .highlight .content .content-center p .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .korbel-campaign .highlight .content .content-center p a, .korbel-campaign .highlight .content .content-center p .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .korbel-campaign .highlight .content .content-center p a:hover, .korbel-campaign .highlight .content .content-center p .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .korbel-campaign .highlight .content .content-center p a, .korbel-campaign .highlight .content .content-center p .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .korbel-campaign .highlight .content .content-center p a:hover {
  color: #FFF;
  text-decoration: none;
  font-weight: normal;
}
/* line 116, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center p a:hover, .korbel-campaign .highlight .content .content-center p .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .korbel-campaign .highlight .content .content-center p a:hover, .korbel-campaign .highlight .content .content-center p .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .korbel-campaign .highlight .content .content-center p a:hover {
  text-decoration: underline;
}
/* line 122, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center .continue-arrow {
  position: relative;
  top: 25px;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 122, ../sass/_38_korbel_campaign.scss */
  .korbel-campaign .highlight .content .content-center .continue-arrow {
    top: 12px;
  }
}
/* line 131, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center .continue-arrow img {
  height: 20px;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 131, ../sass/_38_korbel_campaign.scss */
  .korbel-campaign .highlight .content .content-center .continue-arrow img {
    height: 15px;
  }
}
/* line 141, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center form {
  max-width: 700px;
  margin: 20px auto 0;
  background: rgba(0, 0, 0, 0.43);
  border: 2px solid #83d3ff;
}
/* line 148, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center form .alert {
  margin: 15px 15px -5px;
  padding: 5px;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  /* line 148, ../sass/_38_korbel_campaign.scss */
  .korbel-campaign .highlight .content .content-center form .alert {
    font-size: 11px;
    padding: 10px;
  }
}
/* line 160, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center form .form-fields {
  height: 84px;
  padding: 15px;
  margin-bottom: 0px;
}
/* line 165, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center form .form-fields input {
  float: left;
  display: block;
  width: 60%;
  height: 50px;
  padding: 0 15px;
  background: #000;
  border: 2px solid #FFF;
  border-right: 0;
  border-radius: 0;
  color: #FFF;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  /* Extra Small Devices */
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 165, ../sass/_38_korbel_campaign.scss */
  .korbel-campaign .highlight .content .content-center form .form-fields input {
    width: 62%;
    padding-left: 1px;
    padding-right: 1px;
    font-size: 10px;
    letter-spacing: -0.2px;
  }
}
@media only screen and (max-width: 374px) {
  /* line 165, ../sass/_38_korbel_campaign.scss */
  .korbel-campaign .highlight .content .content-center form .form-fields input {
    font-size: 9px;
  }
}
/* line 197, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center form .form-fields input::-webkit-input-placeholder {
  text-align: center;
  color: #FFF;
}
/* line 202, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center form .form-fields input:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
  opacity: 1;
}
/* line 207, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center form .form-fields input::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
  opacity: 1;
}
/* line 212, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center form .form-fields input:-ms-input-placeholder {
  color: #FFF;
  opacity: 1;
}
/* line 218, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center form .form-fields button {
  float: left;
  display: block;
  width: 40%;
  height: 50px;
  background: #83d3ff;
  border: 2px solid #FFF;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  transition: background 0.2s ease-in-out;
  /* Extra Small Devices */
}
/* line 234, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center form .form-fields button:hover {
  background: #50bbfc;
}
@media only screen and (max-width: 479px) {
  /* line 218, ../sass/_38_korbel_campaign.scss */
  .korbel-campaign .highlight .content .content-center form .form-fields button {
    width: 38%;
    font-size: 9px;
  }
}
/* line 246, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center form .form-checkboxs {
  margin-bottom: 10px;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 246, ../sass/_38_korbel_campaign.scss */
  .korbel-campaign .highlight .content .content-center form .form-checkboxs {
    margin-left: 15px;
    margin-right: 15px;
  }
}
/* line 256, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center form .custom-checkbox {
  margin-bottom: 5px;
}
/* line 259, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center form .custom-checkbox input {
  display: none;
}
/* line 262, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center form .custom-checkbox input:checked + label:after {
  opacity: 1;
}
/* line 269, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center form .custom-checkbox label:hover:before,
.korbel-campaign .highlight .content .content-center form .custom-checkbox input:checked + label:before {
  background: rgba(131, 211, 255, 0.3);
}
/* line 274, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center form .custom-checkbox label {
  position: relative;
  padding-left: 30px;
  font-weight: normal;
  cursor: pointer;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 274, ../sass/_38_korbel_campaign.scss */
  .korbel-campaign .highlight .content .content-center form .custom-checkbox label {
    text-align: left;
  }
}
/* line 287, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center form .custom-checkbox label:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: 2px solid #FFF;
  background: rgba(131, 211, 255, 0);
  transition: background 0.2s ease-in-out;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 287, ../sass/_38_korbel_campaign.scss */
  .korbel-campaign .highlight .content .content-center form .custom-checkbox label:before {
    top: 7px;
  }
}
/* line 305, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center form .custom-checkbox label:after {
  opacity: 0;
  display: block;
  position: absolute;
  top: 4px;
  left: 0px;
  width: 20px;
  height: 16px;
  text-align: center;
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 305, ../sass/_38_korbel_campaign.scss */
  .korbel-campaign .highlight .content .content-center form .custom-checkbox label:after {
    top: 11px;
  }
}
/* line 329, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center .success-layer {
  max-width: 700px;
  margin: 35px auto 0;
  padding: 6px 15px 20px;
  background: #FFF;
  border: 4px solid #83d3ff;
  color: #000;
  text-align: center;
}
/* line 340, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center .success-layer i {
  font-size: 85px;
}
/* line 344, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center .success-layer p {
  max-width: 400px;
  margin: 15px auto 0;
  font-size: 15px;
  text-align: center;
}
/* line 353, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center .share {
  margin-top: 10px;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 353, ../sass/_38_korbel_campaign.scss */
  .korbel-campaign .highlight .content .content-center .share {
    margin-top: 20px;
  }
}
/* line 361, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center .share .share-label {
  margin-right: 10px;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 361, ../sass/_38_korbel_campaign.scss */
  .korbel-campaign .highlight .content .content-center .share .share-label {
    display: block;
  }
}
/* line 370, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center .share .share-buttons {
  position: relative;
  top: 4px;
}
/* line 375, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center .share a:hover {
  text-decoration: none;
}
/* line 378, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center .share a:hover span {
  text-decoration: underline;
}
/* line 383, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center .share .share-facebook {
  display: inline-block;
  padding: 3px 10px;
  background: #4367b1;
  border: 1px solid #2f487d;
  color: #FFF;
}
/* line 391, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center .share .share-facebook span {
  margin-left: 5px;
}
/* line 396, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center .share .share-twitter {
  display: inline-block;
  padding: 3px 10px;
  background: #1DA1F2;
  border: 1px solid #156da2;
  color: #FFF;
}
/* line 404, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center .share .share-twitter span {
  margin-left: 5px;
}
/* line 410, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .highlight .content .content-center .logos {
  margin-top: 30px;
  max-width: 400px;
}
@media only screen and (max-width: 991px) {
  /* line 410, ../sass/_38_korbel_campaign.scss */
  .korbel-campaign .highlight .content .content-center .logos {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 410, ../sass/_38_korbel_campaign.scss */
  .korbel-campaign .highlight .content .content-center .logos {
    max-width: 80%;
  }
}
/* line 425, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .how-it-works {
  padding: 30px 0;
}
/* line 428, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .how-it-works .bottle {
  width: 180%;
  margin-top: -170px;
  margin-left: 0;
}
/* line 434, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .how-it-works h2 {
  font-size: 30px;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 434, ../sass/_38_korbel_campaign.scss */
  .korbel-campaign .how-it-works h2 {
    font-size: 20px;
  }
}
/* line 443, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .how-it-works .bullets {
  margin-top: 20px;
}
/* line 448, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .how-it-works .points .bullet {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  line-height: 36px;
  background: transparent;
  border: 2px solid #83d3ff;
  border-radius: 50%;
  text-align: center;
}
/* line 461, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .how-it-works .points p a, .korbel-campaign .how-it-works .points p .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .korbel-campaign .how-it-works .points p a, .korbel-campaign .how-it-works .points p .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .korbel-campaign .how-it-works .points p a:hover, .korbel-campaign .how-it-works .points p .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .korbel-campaign .how-it-works .points p a, .korbel-campaign .how-it-works .points p .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .korbel-campaign .how-it-works .points p a:hover {
  font-weight: normal;
  text-decoration: underline;
}
/* line 465, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .how-it-works .points p a.no-underline, .korbel-campaign .how-it-works .points p .giftcards .form-holder form fieldset .options .option.active a.no-underline, .giftcards .form-holder form fieldset .options .option.active .korbel-campaign .how-it-works .points p a.no-underline, .korbel-campaign .how-it-works .points p .giftcards .form-holder form fieldset .options .option a.no-underline:hover, .giftcards .form-holder form fieldset .options .option .korbel-campaign .how-it-works .points p a.no-underline:hover, .korbel-campaign .how-it-works .points p .giftcards_view .form-holder form fieldset .options .option.active a.no-underline, .giftcards_view .form-holder form fieldset .options .option.active .korbel-campaign .how-it-works .points p a.no-underline, .korbel-campaign .how-it-works .points p .giftcards_view .form-holder form fieldset .options .option a.no-underline:hover, .giftcards_view .form-holder form fieldset .options .option .korbel-campaign .how-it-works .points p a.no-underline:hover {
  text-decoration: none;
}
/* line 473, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .fine-print {
  background: #ededed;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 30px 0;
}
/* line 479, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .fine-print h2 {
  margin-top: 0px;
  font-size: 20px;
  text-align: center;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 479, ../sass/_38_korbel_campaign.scss */
  .korbel-campaign .fine-print h2 {
    margin-bottom: 20px;
  }
}
/* line 491, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .fine-print ul {
  margin: 0;
  padding-left: 20px;
}
/* line 497, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .terms {
  margin-top: 20px;
  font-size: 8px;
}
/* line 502, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .terms .disclaimer {
  margin-top: 20px;
  color: #747373;
  font-size: 10px;
}
/* line 508, ../sass/_38_korbel_campaign.scss */
.korbel-campaign .terms .disclaimer b {
  color: #d1a23a;
  font-family: georgia,serif;
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
}

/* line 523, ../sass/_38_korbel_campaign.scss */
.korbel-campaign-age-popup {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
/* line 530, ../sass/_38_korbel_campaign.scss */
.korbel-campaign-age-popup .korbel-campaign-age-popup-container {
  position: absolute;
  top: 50%;
  width: 100%;
  margin: -150px 0 0;
  height: 300px;
}
/* line 537, ../sass/_38_korbel_campaign.scss */
.korbel-campaign-age-popup .korbel-campaign-age-popup-container .age-popup-content {
  max-width: 600px;
  height: 200px;
  margin: auto;
  background: #000;
  border: 2px solid #83d3ff;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 537, ../sass/_38_korbel_campaign.scss */
  .korbel-campaign-age-popup .korbel-campaign-age-popup-container .age-popup-content {
    width: 90%;
  }
}
/* line 550, ../sass/_38_korbel_campaign.scss */
.korbel-campaign-age-popup .korbel-campaign-age-popup-container .age-popup-content p {
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
}
/* line 555, ../sass/_38_korbel_campaign.scss */
.korbel-campaign-age-popup .korbel-campaign-age-popup-container .age-popup-content p.small {
  margin-bottom: 10px;
  text-transform: none;
  font-size: 11px;
  color: #bdbdbd;
}
/* line 563, ../sass/_38_korbel_campaign.scss */
.korbel-campaign-age-popup .korbel-campaign-age-popup-container .age-popup-content .flex {
  display: flex;
  justify-content: center;
}
/* line 567, ../sass/_38_korbel_campaign.scss */
.korbel-campaign-age-popup .korbel-campaign-age-popup-container .age-popup-content .flex input {
  height: 40px;
  background: #000;
  border: 2px solid #FFF;
  text-align: center;
  width: 70px;
  margin-right: 10px;
  color: #FFF;
}
/* line 577, ../sass/_38_korbel_campaign.scss */
.korbel-campaign-age-popup .korbel-campaign-age-popup-container .age-popup-content .flex input.year {
  width: 93px;
  margin-right: 0;
}
/* line 584, ../sass/_38_korbel_campaign.scss */
.korbel-campaign-age-popup .korbel-campaign-age-popup-container .age-popup-content .btns {
  margin-top: 15px;
}
/* line 587, ../sass/_38_korbel_campaign.scss */
.korbel-campaign-age-popup .korbel-campaign-age-popup-container .age-popup-content .btns .btn {
  border-radius: 0;
  border: 2px solid #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 3, ../sass/_39_partners_program.scss */
.partners-program .highlight h1 {
  padding-top: 20px;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 3, ../sass/_39_partners_program.scss */
  .partners-program .highlight h1 {
    padding-top: 0;
  }
}
/* line 12, ../sass/_39_partners_program.scss */
.partners-program .highlight p {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 12, ../sass/_39_partners_program.scss */
  .partners-program .highlight p {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* line 25, ../sass/_39_partners_program.scss */
.partners-program .testimonial {
  padding: 30px 0;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 25, ../sass/_39_partners_program.scss */
  .partners-program .testimonial {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
/* line 34, ../sass/_39_partners_program.scss */
.partners-program .testimonial hr {
  width: 70%;
  margin: 30px auto;
  border-top: 1px solid #ecedf3;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 34, ../sass/_39_partners_program.scss */
  .partners-program .testimonial hr {
    margin-top: 20px;
  }
}
/* line 45, ../sass/_39_partners_program.scss */
.partners-program .testimonial p {
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
  color: #5a5a5a;
  font-size: 16px;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 45, ../sass/_39_partners_program.scss */
  .partners-program .testimonial p {
    font-size: 14px;
  }
}
/* line 59, ../sass/_39_partners_program.scss */
.partners-program .testimonial p.no-margin {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
/* line 65, ../sass/_39_partners_program.scss */
.partners-program .testimonial p i {
  position: absolute;
  color: #83d3ff;
  font-size: 25px;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 65, ../sass/_39_partners_program.scss */
  .partners-program .testimonial p i {
    font-size: 20px;
  }
}
/* line 76, ../sass/_39_partners_program.scss */
.partners-program .testimonial p i.fa-quote-left {
  top: 0;
  left: 0;
}
/* line 80, ../sass/_39_partners_program.scss */
.partners-program .testimonial p i.fa-quote-right {
  bottom: 0;
  right: 0;
}
/* line 86, ../sass/_39_partners_program.scss */
.partners-program .testimonial .signature-wrapper {
  padding-top: 30px;
  /* Medium Devices / Desktops */
  /* Small Devices */
}
@media only screen and (max-width: 991px) {
  /* line 86, ../sass/_39_partners_program.scss */
  .partners-program .testimonial .signature-wrapper {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 86, ../sass/_39_partners_program.scss */
  .partners-program .testimonial .signature-wrapper {
    padding-top: 20px;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 102, ../sass/_39_partners_program.scss */
.partners-program .testimonial .signature-wrapper p.signature {
  margin: 1px 0 0;
  padding: 0;
  font-size: 0.9em;
  font-weight: bold;
}
/* line 110, ../sass/_39_partners_program.scss */
.partners-program .testimonial .signature-wrapper img {
  /* Large Devices */
  /* Small Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 110, ../sass/_39_partners_program.scss */
  .partners-program .testimonial .signature-wrapper img {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 110, ../sass/_39_partners_program.scss */
  .partners-program .testimonial .signature-wrapper img {
    margin-top: 0;
  }
}
/* line 122, ../sass/_39_partners_program.scss */
.partners-program .testimonial .signature-wrapper .row > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 122, ../sass/_39_partners_program.scss */
  .partners-program .testimonial .signature-wrapper .row > div {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/* line 135, ../sass/_39_partners_program.scss */
.partners-program .testimonial .testimonial-bottom img {
  /* Large Devices */
  /* Small Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 135, ../sass/_39_partners_program.scss */
  .partners-program .testimonial .testimonial-bottom img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 135, ../sass/_39_partners_program.scss */
  .partners-program .testimonial .testimonial-bottom img {
    margin-bottom: 20px;
  }
}
/* line 149, ../sass/_39_partners_program.scss */
.partners-program .apply-wrapper {
  padding: 40px 0;
  background: #f4f4f4;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 149, ../sass/_39_partners_program.scss */
  .partners-program .apply-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* line 160, ../sass/_39_partners_program.scss */
.partners-program .apply-wrapper .btn {
  border: 4px solid #83d3ff;
  background: rgba(131, 211, 255, 0);
}
/* line 164, ../sass/_39_partners_program.scss */
.partners-program .apply-wrapper .btn:hover, .partners-program .apply-wrapper .btn:active, .partners-program .apply-wrapper .btn:focus {
  background: #83d3ff;
  color: #000;
}
/* line 172, ../sass/_39_partners_program.scss */
.partners-program .benefits {
  padding: 30px 0;
  color: #5a5a5a;
}
/* line 177, ../sass/_39_partners_program.scss */
.partners-program .benefits h2 {
  margin-bottom: 20px;
}
/* line 181, ../sass/_39_partners_program.scss */
.partners-program .benefits ul {
  padding-left: 18px;
}
/* line 185, ../sass/_39_partners_program.scss */
.partners-program .benefits li {
  margin-top: 15px;
  font-size: 16px;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 185, ../sass/_39_partners_program.scss */
  .partners-program .benefits li {
    font-size: 14px;
  }
}
/* line 196, ../sass/_39_partners_program.scss */
.partners-program .benefits img {
  margin-top: -80px;
  width: 130%;
  /* Large Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 196, ../sass/_39_partners_program.scss */
  .partners-program .benefits img {
    margin-top: 0;
  }
}
/* line 207, ../sass/_39_partners_program.scss */
.partners-program .who-can-apply {
  padding: 30px 0;
  background: #000;
  color: #FFF;
}
/* line 213, ../sass/_39_partners_program.scss */
.partners-program .who-can-apply h2 {
  margin-bottom: 20px;
}
/* line 217, ../sass/_39_partners_program.scss */
.partners-program .who-can-apply p {
  margin-top: 0;
  font-size: 16px;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 217, ../sass/_39_partners_program.scss */
  .partners-program .who-can-apply p {
    font-size: 14px;
  }
}
/* line 229, ../sass/_39_partners_program.scss */
.partners-program .form-wrapper {
  padding: 30px 0;
  color: #5a5a5a;
}
/* line 233, ../sass/_39_partners_program.scss */
.partners-program .form-wrapper h2 {
  margin-bottom: 20px;
}
/* line 237, ../sass/_39_partners_program.scss */
.partners-program .form-wrapper form {
  margin: 20px 0 0;
  padding: 20px 0 0;
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 237, ../sass/_39_partners_program.scss */
  .partners-program .form-wrapper form {
    margin-top: 0;
    padding-top: 0;
  }
}
/* line 248, ../sass/_39_partners_program.scss */
.partners-program .form-wrapper form label:after {
  display: none;
}
/* line 252, ../sass/_39_partners_program.scss */
.partners-program .form-wrapper form label sup {
  display: inline-block;
  color: #F00;
  font-weight: normal;
  font-size: 1em;
  top: -0.1em;
  margin-left: 2px;
}
/* line 262, ../sass/_39_partners_program.scss */
.partners-program .form-wrapper form .buttons {
  margin-top: 40px;
}
/* line 266, ../sass/_39_partners_program.scss */
.partners-program .form-wrapper form .buttons .btn:hover, .partners-program .form-wrapper form .buttons .btn:active, .partners-program .form-wrapper form .buttons .btn:focus {
  color: #FFF;
}
/* line 270, ../sass/_39_partners_program.scss */
.partners-program .form-wrapper form .buttons .btn.disabled {
  opacity: 0.5;
}
/* line 272, ../sass/_39_partners_program.scss */
.partners-program .form-wrapper form .buttons .btn.disabled:hover, .partners-program .form-wrapper form .buttons .btn.disabled:active, .partners-program .form-wrapper form .buttons .btn.disabled:focus {
  color: #000;
}
/* line 277, ../sass/_39_partners_program.scss */
.partners-program .form-wrapper form .buttons .btn.submitted {
  padding-left: 15px;
  padding-right: 15px;
  background: #dff0d8;
  opacity: 1;
  font-weight: normal;
  text-transform: none;
  font-size: 13px;
  white-space: normal;
}
/* line 289, ../sass/_39_partners_program.scss */
.partners-program .form-wrapper form .buttons .btn.submitted:hover, .partners-program .form-wrapper form .buttons .btn.submitted:active, .partners-program .form-wrapper form .buttons .btn.submitted:focus {
  color: #000;
}
/* line 296, ../sass/_39_partners_program.scss */
.partners-program .form-wrapper form .alert {
  border-radius: 0;
  font-size: 12px;
}
/* line 303, ../sass/_39_partners_program.scss */
.partners-program .fleet-info {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f4f4f4;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 303, ../sass/_39_partners_program.scss */
  .partners-program .fleet-info {
    padding-top: 0;
  }
}
/* line 314, ../sass/_39_partners_program.scss */
.partners-program .fleet-info .description {
  margin-top: 20px;
}
/* line 317, ../sass/_39_partners_program.scss */
.partners-program .fleet-info .description label {
  margin-bottom: 10px;
  position: static;
  text-align: center;
  transform: translateY(0%);
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 317, ../sass/_39_partners_program.scss */
  .partners-program .fleet-info .description label {
    text-align: left;
  }
}
/* line 332, ../sass/_39_partners_program.scss */
.partners-program .fleet-info .description textarea {
  resize: none;
  height: 92px;
}

/* line 2, ../sass/_40_content_page.scss */
.content-page article {
  max-width: 820px;
  margin: auto;
}
/* line 7, ../sass/_40_content_page.scss */
.content-page h1 {
  margin-bottom: 20px;
  font-size: 25px;
  text-align: center;
  line-height: 1.6;
  /* Small Devices */
  /* Extra Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 7, ../sass/_40_content_page.scss */
  .content-page h1 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 7, ../sass/_40_content_page.scss */
  .content-page h1 {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
/* line 29, ../sass/_40_content_page.scss */
.content-page h3 {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
  /* Small Devices */
  /* Extra Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 29, ../sass/_40_content_page.scss */
  .content-page h3 {
    margin-bottom: 10px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 29, ../sass/_40_content_page.scss */
  .content-page h3 {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
/* line 50, ../sass/_40_content_page.scss */
.content-page .top {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #CCC;
  text-align: center;
  /* Small Devices */
  /* Extra Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 50, ../sass/_40_content_page.scss */
  .content-page .top {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 50, ../sass/_40_content_page.scss */
  .content-page .top {
    margin-top: 20px;
  }
}
/* line 70, ../sass/_40_content_page.scss */
.content-page .description {
  color: #777;
  font-size: 12px;
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 70, ../sass/_40_content_page.scss */
  .content-page .description {
    font-size: 10px;
  }
}
/* line 79, ../sass/_40_content_page.scss */
.content-page .description a, .content-page .description .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option.active .content-page .description a, .content-page .description .giftcards .form-holder form fieldset .options .option a:hover, .giftcards .form-holder form fieldset .options .option .content-page .description a:hover, .content-page .description .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option.active .content-page .description a, .content-page .description .giftcards_view .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option .content-page .description a:hover {
  color: #000;
  text-decoration: underline;
}
/* line 85, ../sass/_40_content_page.scss */
.content-page .text {
  line-height: 2.1;
}
/* line 89, ../sass/_40_content_page.scss */
.content-page .btns {
  margin-top: 20px;
  text-align: center;
}

/* line 2, ../sass/_41_recruitment.scss */
.recruitment > .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 85px - 60px);
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 2, ../sass/_41_recruitment.scss */
  .recruitment > .container {
    min-height: calc(100vh - 65px - 60px);
  }
}
/* line 15, ../sass/_41_recruitment.scss */
.recruitment .recruitment-flow {
  margin-top: 30px;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 15, ../sass/_41_recruitment.scss */
  .recruitment .recruitment-flow {
    margin-top: 10px;
  }
}
/* line 23, ../sass/_41_recruitment.scss */
.recruitment .recruitment-flow h3 {
  color: #8e8e8e;
}
/* line 28, ../sass/_41_recruitment.scss */
.recruitment .steps {
  display: flex;
  margin: 50px 60px 30px;
  justify-content: space-between;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 28, ../sass/_41_recruitment.scss */
  .recruitment .steps {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 43, ../sass/_41_recruitment.scss */
.recruitment .step {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 10px;
  height: 230px;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 43, ../sass/_41_recruitment.scss */
  .recruitment .step {
    margin-bottom: 10px;
    margin-right: 0;
    height: auto;
    min-height: 230px;
  }
}
/* line 61, ../sass/_41_recruitment.scss */
.recruitment .step.step-actual {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 61, ../sass/_41_recruitment.scss */
  .recruitment .step.step-actual {
    margin-top: 40px;
  }
}
/* line 68, ../sass/_41_recruitment.scss */
.recruitment .step.step-actual ~ .step {
  /* SET NEXT STEPS AS DISABLED */
  opacity: 0.5;
  pointer-events: none;
}
/* line 73, ../sass/_41_recruitment.scss */
.recruitment .step.step-actual .step-header {
  background: #83d3ff;
  color: #000;
}
/* line 78, ../sass/_41_recruitment.scss */
.recruitment .step.step-actual .step-tooltip {
  display: block;
  background: #83d3ff;
}
/* line 82, ../sass/_41_recruitment.scss */
.recruitment .step.step-actual .step-tooltip:after {
  border-top-color: #83d3ff;
}
/* line 89, ../sass/_41_recruitment.scss */
.recruitment .step.step-done .step-header {
  background: #51d88a;
  color: #000;
}
/* line 93, ../sass/_41_recruitment.scss */
.recruitment .step.step-done .step-content {
  border-color: #51d88a;
}
/* line 98, ../sass/_41_recruitment.scss */
.recruitment .step.step-final .step-tooltip {
  background: #aed581;
}
/* line 101, ../sass/_41_recruitment.scss */
.recruitment .step.step-final .step-tooltip:after {
  border-top-color: #aed581;
}
/* line 106, ../sass/_41_recruitment.scss */
.recruitment .step:last-child {
  margin-right: 0;
}
/* line 110, ../sass/_41_recruitment.scss */
.recruitment .step .step-tooltip {
  display: none;
  position: absolute;
  top: -40px;
  left: 50%;
  width: 110px;
  height: 30px;
  line-height: 28px;
  margin-left: -55px;
  background: yellow;
  border: 1px solid #000;
  border-radius: 3px;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
}
/* line 128, ../sass/_41_recruitment.scss */
.recruitment .step .step-tooltip:after, .recruitment .step .step-tooltip:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 139, ../sass/_41_recruitment.scss */
.recruitment .step .step-tooltip:after {
  border-color: rgba(255, 255, 0, 0);
  border-top-color: #FF0;
  border-width: 5px;
  margin-left: -5px;
}
/* line 145, ../sass/_41_recruitment.scss */
.recruitment .step .step-tooltip:before {
  border-color: transparent;
  border-top-color: #000;
  border-width: 6px;
  margin-left: -6px;
}
/* line 153, ../sass/_41_recruitment.scss */
.recruitment .step .step-header {
  height: 40px;
  line-height: 40px;
  background: #CCC;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 166, ../sass/_41_recruitment.scss */
.recruitment .step .step-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border: 1px solid #45bbfc;
  border-top: 0;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 166, ../sass/_41_recruitment.scss */
  .recruitment .step .step-content {
    align-items: center;
  }
}
/* line 182, ../sass/_41_recruitment.scss */
.recruitment .step .step-content img {
  height: 50px;
  /* Large Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 182, ../sass/_41_recruitment.scss */
  .recruitment .step .step-content img {
    height: 35px;
  }
}
/* line 191, ../sass/_41_recruitment.scss */
.recruitment .step .step-content h4 {
  margin-top: 10px;
  font-size: 12px;
  /* Large Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 191, ../sass/_41_recruitment.scss */
  .recruitment .step .step-content h4 {
    font-size: 11px;
  }
}
/* line 202, ../sass/_41_recruitment.scss */
.recruitment .step .documents {
  display: flex;
  flex: 1;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 202, ../sass/_41_recruitment.scss */
  .recruitment .step .documents {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
/* line 214, ../sass/_41_recruitment.scss */
.recruitment .step .documents .document {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 214, ../sass/_41_recruitment.scss */
  .recruitment .step .documents .document {
    padding-top: 10px;
  }
}
/* line 220, ../sass/_41_recruitment.scss */
.recruitment .step .documents .document .document-content {
  /* Large Devices */
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 1199px) {
  /* line 220, ../sass/_41_recruitment.scss */
  .recruitment .step .documents .document .document-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 220, ../sass/_41_recruitment.scss */
  .recruitment .step .documents .document .document-content {
    padding-bottom: 15px;
  }
}
/* line 235, ../sass/_41_recruitment.scss */
.recruitment .step .document {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 120px;
  /* Large Devices */
  /* Large Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 235, ../sass/_41_recruitment.scss */
  .recruitment .step .document {
    width: 99px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 235, ../sass/_41_recruitment.scss */
  .recruitment .step .document {
    width: 180px;
  }
}
/* line 255, ../sass/_41_recruitment.scss */
.recruitment .step .document.document-done .document-footer .tw-btn {
  display: none;
}
/* line 259, ../sass/_41_recruitment.scss */
.recruitment .step .document.document-done .document-footer .done {
  display: inline-block;
  line-height: normal;
}
/* line 264, ../sass/_41_recruitment.scss */
.recruitment .step .document.document-done .document-footer .scheduled {
  display: none !important;
}
/* line 271, ../sass/_41_recruitment.scss */
.recruitment .step .document.document-scheduled .document-footer {
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 271, ../sass/_41_recruitment.scss */
  .recruitment .step .document.document-scheduled .document-footer {
    height: 90px;
    line-height: 90px;
  }
}
/* line 278, ../sass/_41_recruitment.scss */
.recruitment .step .document.document-scheduled .document-footer .tw-btn {
  display: none;
}
@media only screen and (max-width: 991px) {
  /* line 278, ../sass/_41_recruitment.scss */
  .recruitment .step .document.document-scheduled .document-footer .tw-btn {
    margin-top: 10px;
  }
}
/* line 286, ../sass/_41_recruitment.scss */
.recruitment .step .document.document-scheduled .document-footer .scheduled {
  display: inline-block;
  line-height: normal;
}
/* line 293, ../sass/_41_recruitment.scss */
.recruitment .step .document .document-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
}
/* line 302, ../sass/_41_recruitment.scss */
.recruitment .step .document .document-footer {
  height: 80px;
  line-height: 80px;
  text-align: center;
  /* Large Devices */
}
@media only screen and (max-width: 1199px) {
  /* line 302, ../sass/_41_recruitment.scss */
  .recruitment .step .document .document-footer {
    height: 60px;
    line-height: 60px;
    font-size: 11px;
  }
}
/* line 316, ../sass/_41_recruitment.scss */
.recruitment .step .document .document-footer .done, .recruitment .step .document .document-footer .scheduled {
  display: none;
}
/* line 320, ../sass/_41_recruitment.scss */
.recruitment .step .document .document-footer .scheduled-date {
  margin-top: 10px;
  font-size: 11px;
}
/* line 324, ../sass/_41_recruitment.scss */
.recruitment .step .document .document-footer .scheduled-date .tw-btn {
  font-size: 10px;
  padding: 8px;
}
/* line 333, ../sass/_41_recruitment.scss */
.recruitment .recruitment-popup {
  display: none;
  position: fixed;
  z-index: 10;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
/* line 344, ../sass/_41_recruitment.scss */
.recruitment .recruitment-popup.fluid .recruitment-popup-container {
  max-width: 95%;
}
/* line 348, ../sass/_41_recruitment.scss */
.recruitment .recruitment-popup.fluid .recruitment-popup-content {
  overflow: scroll;
  height: 80vh;
}
/* line 354, ../sass/_41_recruitment.scss */
.recruitment .recruitment-popup.visible {
  display: flex;
}
/* line 358, ../sass/_41_recruitment.scss */
.recruitment .recruitment-popup .recruitment-popup-container {
  background: #FFF;
  max-width: 500px;
  width: 100%;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 358, ../sass/_41_recruitment.scss */
  .recruitment .recruitment-popup .recruitment-popup-container {
    max-width: 95%;
  }
}
/* line 370, ../sass/_41_recruitment.scss */
.recruitment .recruitment-popup .recruitment-popup-header {
  position: relative;
  height: 50px;
  line-height: 50px;
  background: #000;
  color: #FFF;
  text-align: center;
}
/* line 379, ../sass/_41_recruitment.scss */
.recruitment .recruitment-popup .recruitment-popup-header .recruitment-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 20px;
  padding: 15px;
  color: #FFF;
  font-size: 20px;
}
/* line 392, ../sass/_41_recruitment.scss */
.recruitment .recruitment-popup .recruitment-popup-content {
  padding: 20px 30px;
  text-align: center;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 392, ../sass/_41_recruitment.scss */
  .recruitment .recruitment-popup .recruitment-popup-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 406, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-upload-docs .recruitment-popup-content h4 {
  font-size: 20px;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 406, ../sass/_41_recruitment.scss */
  .recruitment #recruitment-popup-upload-docs .recruitment-popup-content h4 {
    font-size: 16px;
  }
}
/* line 415, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-upload-docs .recruitment-popup-content img {
  height: 150px;
  margin: 20px 0;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 415, ../sass/_41_recruitment.scss */
  .recruitment #recruitment-popup-upload-docs .recruitment-popup-content img {
    height: 110px;
  }
}
/* line 425, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-upload-docs .recruitment-popup-content .btns {
  height: 55px;
  line-height: 55px;
}
/* line 430, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-upload-docs .recruitment-popup-content .insurance-expire-date {
  margin: 0 0 30px;
}
/* line 433, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-upload-docs .recruitment-popup-content .insurance-expire-date label {
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 13px;
}
/* line 440, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-upload-docs .recruitment-popup-content .insurance-expire-date div {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 445, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-upload-docs .recruitment-popup-content .insurance-expire-date div input {
  width: 50px;
  padding: 10px;
  border: 1px solid #cecece;
  border-radius: 1px;
  background: #FFF;
  color: #484040;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
/* line 459, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-upload-docs .recruitment-popup-content .insurance-expire-date div .divider {
  margin: 0 10px;
  font-size: 14px;
}
/* line 468, ../sass/_41_recruitment.scss */
.recruitment.recruitment-view {
  overflow: none;
}
/* line 472, ../sass/_41_recruitment.scss */
.recruitment.recruitment-view #recruitment-popup-w9 * {
  box-sizing: border-box;
}
/* line 476, ../sass/_41_recruitment.scss */
.recruitment.recruitment-view #recruitment-popup-w9 .header-call-to-action, .recruitment.recruitment-view #recruitment-popup-w9 .submit-overlay {
  display: none;
}
/* line 480, ../sass/_41_recruitment.scss */
.recruitment.recruitment-view #recruitment-popup-w9 .w9-document {
  padding: 0;
  background: #FFF;
}
/* line 486, ../sass/_41_recruitment.scss */
.recruitment.recruitment-view #recruitment-popup-w9 .w9-form-page ~ .w9-page {
  display: none;
}
/* line 490, ../sass/_41_recruitment.scss */
.recruitment.recruitment-view #recruitment-popup-w9 input[type="text"], .recruitment.recruitment-view #recruitment-popup-w9 textarea {
  background: transparent;
}
/* line 494, ../sass/_41_recruitment.scss */
.recruitment.recruitment-view #recruitment-popup-w9 .w9-checkbox input + label {
  background: #FFF;
}
/* line 498, ../sass/_41_recruitment.scss */
.recruitment.recruitment-view #recruitment-popup-w9 .number-highlighter {
  background: transparent;
}
/* line 506, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-schedule .calendar h2 {
  font-size: 26px;
  /* Medium Devices / Desktops */
}
@media only screen and (max-width: 991px) {
  /* line 506, ../sass/_41_recruitment.scss */
  .recruitment #recruitment-popup-schedule .calendar h2 {
    font-size: 19px;
  }
}
/* line 515, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-schedule .calendar .btn {
  background: #7fd2ff;
  border: 2px solid #000;
  text-transform: capitalize;
  line-height: 14px;
}
/* line 522, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-schedule .calendar .btn:focus, .recruitment #recruitment-popup-schedule .calendar .btn:hover {
  outline: 0;
  color: #000;
}
/* line 527, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-schedule .calendar .btn.disabled {
  opacity: 0.3;
  pointer-events: none;
}
/* line 534, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-schedule .calendar .btn-group .btn:first-child {
  margin-right: -2px;
}
/* line 539, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-schedule .calendar .fc-view-container *,
.recruitment #recruitment-popup-schedule .calendar .fc-view-container :after,
.recruitment #recruitment-popup-schedule .calendar .fc-view-container :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 547, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-schedule .calendar .fc-header-toolbar {
  max-width: 390px;
  margin: 0 auto 15px;
}
/* line 552, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-schedule .calendar .fc-today-button {
  display: none;
}
/* line 557, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-schedule .calendar .fc-button-group button {
  margin: 0 -1px;
  background: #83d3ff;
  border: 2px solid #000;
  color: #000;
}
/* line 566, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-schedule .calendar .fc-event .fc-time {
  /* Extra Small Devices */
}
@media only screen and (max-width: 479px) {
  /* line 566, ../sass/_41_recruitment.scss */
  .recruitment #recruitment-popup-schedule .calendar .fc-event .fc-time {
    display: none;
  }
}
/* line 576, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-schedule .calendar table .fc-head td {
  border: none;
}
/* line 580, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-schedule .calendar table .fc-head th {
  border: none;
  border-right: 1px solid #f6f6f6;
  padding: 5px;
  text-align: center;
  text-transform: none;
  font-size: 12px;
}
/* line 589, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-schedule .calendar table .fc-head th.fc-axis {
  border: none;
}
/* line 592, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-schedule .calendar table .fc-head th.fc-axis + .fc-day-header {
  border-top-left-radius: 10px;
}
/* line 597, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-schedule .calendar table .fc-head th.fc-day-header:last-child {
  border-top-right-radius: 10px;
}
/* line 602, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-schedule .calendar table .fc-head .fc-day-header {
  background: #83d3ff;
}
/* line 607, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-schedule .calendar table td.fc-today {
  background: #FFFFFF;
}
/* line 611, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-schedule .calendar table .fc-widget-content {
  border-width: 0;
}
/* line 614, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-schedule .calendar table .fc-widget-content .fc-widget-content {
  border-width: 1px;
}
/* line 620, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-schedule .calendar table .fc-widget-content tr:first-child .fc-axis {
  border-top-left-radius: 10px;
}
/* line 626, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-schedule .calendar table .fc-widget-content tr:last-child .fc-axis {
  border-bottom-left-radius: 10px;
}
/* line 631, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-schedule .calendar table .fc-widget-content tr .fc-axis {
  padding: 0 2px;
  border: none;
  border-top: 1px solid #ffffff;
  background: #000;
  color: #FFF;
  text-align: center;
  text-transform: none;
  font-size: 12px;
}
/* line 645, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-schedule .calendar table .fc-widget-content tr.fc-minor .fc-axis {
  border-top: none;
}
/* line 656, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-w9 .recruitment-popup-content {
  padding: 0;
}
/* line 660, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-w9 .accept-terms {
  text-align: left;
}
/* line 664, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-w9 .accept-terms div p {
  margin: 0;
}
/* line 667, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-w9 .accept-terms div p a {
  font-weight: normal;
  text-decoration: underline;
}
/* line 674, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-w9 .accept-terms div .terms-check input {
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 16px;
  margin: -2px 4px 0 0;
  outline: 0;
  padding: 0 !important;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: .05s border-color ease-in-out;
  -webkit-appearance: none;
}
/* line 695, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-w9 .accept-terms div .terms-check input:before {
  content: "";
  display: block;
  width: 0.65em;
  height: 0.65em;
  margin: 2.5px;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000;
  background-color: CanvasText;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
/* line 709, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-w9 .accept-terms div .terms-check input:checked:before {
  transform: scale(1);
}
/* line 714, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-w9 .accept-terms div .terms-check label {
  font-weight: normal;
}
/* line 722, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-w9 .w9-document.disabled {
  position: relative;
  pointer-events: none;
}
/* line 726, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-w9 .w9-document.disabled:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
}
/* line 738, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-w9 .w9-page {
  text-align: left;
  max-width: 1223px;
  margin: 0 auto;
  position: relative;
}
/* line 745, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-w9 input[type="text"],
.recruitment #recruitment-popup-w9 input[type="number"],
.recruitment #recruitment-popup-w9 textarea {
  position: absolute;
  background: transparent;
  border: none;
  font-weight: bold;
  resize: none;
}
/* line 755, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-w9 input[type="text"],
.recruitment #recruitment-popup-w9 textarea {
  background: #ffeb3b70;
}
/* line 760, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-w9 input[type="text"]:focus,
.recruitment #recruitment-popup-w9 input[type="number"]:focus,
.recruitment #recruitment-popup-w9 textarea:focus {
  outline: none;
}
/* line 766, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-w9 input[type="number"] {
  -moz-appearance: textfield;
  /* Remove controls from Safari and Chrome */
}
/* line 770, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-w9 input[type="number"]::-webkit-inner-spin-button, .recruitment #recruitment-popup-w9 input[type="number"]::-webkit-outer-spin-button {
  webkit-appearance: none;
  margin: 0;
  /* Removes leftover margin */
}
/* line 778, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-w9 .w9-checkbox input {
  display: none;
}
/* line 781, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-w9 .w9-checkbox input + label {
  position: absolute;
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  border: solid #000;
  background: #fff99e;
  text-align: center;
}
/* line 791, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-w9 .w9-checkbox input + label i {
  opacity: 0;
}
/* line 796, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-w9 .w9-checkbox input:checked + label i {
  opacity: 1;
}
/* line 802, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-w9 #w9-date, .recruitment #recruitment-popup-w9 #w9-signature {
  position: absolute;
  font-weight: bold;
}
/* line 807, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-w9 #w9-signature {
  font-family: 'Yellowtail', cursive;
}
/* line 811, ../sass/_41_recruitment.scss */
.recruitment #recruitment-popup-w9 .number-highlighter {
  position: absolute;
  display: block;
  pointer-events: none;
  background: #ffeb3b70;
}

/* line 2, ../sass/_42_recruitment_conference.scss */
.recruitment-conference .countdown {
  min-height: calc(100vh - 90px);
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 2, ../sass/_42_recruitment_conference.scss */
  .recruitment-conference .countdown {
    min-height: calc(100vh - 65px);
  }
}
/* line 11, ../sass/_42_recruitment_conference.scss */
.recruitment-conference .fixed-bar-bottom {
  display: none;
}
/* line 15, ../sass/_42_recruitment_conference.scss */
.recruitment-conference footer {
  display: none;
}
/* line 19, ../sass/_42_recruitment_conference.scss */
.recruitment-conference #getting-started {
  text-align: center;
  color: #444;
}
/* line 23, ../sass/_42_recruitment_conference.scss */
.recruitment-conference #getting-started span {
  display: block;
  line-height: 2em;
  font-size: 2em;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
/* line 31, ../sass/_42_recruitment_conference.scss */
.recruitment-conference .conference-wrapper {
  margin-top: 15px;
  height: calc(100vh - 90px);
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 31, ../sass/_42_recruitment_conference.scss */
  .recruitment-conference .conference-wrapper {
    height: calc(100vh - 65px);
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
    background: #000;
  }
}
/* line 47, ../sass/_42_recruitment_conference.scss */
.recruitment-conference .yourself {
  /* Small Devices */
}
@media only screen and (max-width: 767px) {
  /* line 47, ../sass/_42_recruitment_conference.scss */
  .recruitment-conference .yourself {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 35%;
  }
  /* line 55, ../sass/_42_recruitment_conference.scss */
  .recruitment-conference .yourself #onUserStatusChanged {
    display: none;
  }
  /* line 59, ../sass/_42_recruitment_conference.scss */
  .recruitment-conference .yourself video {
    border: 1px solid #CCC;
    border-radius: 15px;
  }
}
/* line 66, ../sass/_42_recruitment_conference.scss */
.recruitment-conference .extra-controls {
  position: absolute;
  right: 21%;
}
/* line 73, ../sass/_42_recruitment_conference.scss */
.recruitment-conference #other-videos video {
  width: 100%;
  height: 100%;
}
/* line 77, ../sass/_42_recruitment_conference.scss */
.recruitment-conference #txt-chat-message {
  width: 100%;
  resize: vertical;
  margin: 5px;
  margin-right: 0;
  min-height: 25px;
  font-size: 12px;
}
/* line 87, ../sass/_42_recruitment_conference.scss */
.recruitment-conference .emojionearea {
  font-size: 11px;
}
/* line 90, ../sass/_42_recruitment_conference.scss */
.recruitment-conference .emojionearea.emojionearea-inline {
  height: 30px;
}
/* line 94, ../sass/_42_recruitment_conference.scss */
.recruitment-conference .emojionearea .emojionearea-editor {
  line-height: 1.6;
  left: 8px;
}
/* line 99, ../sass/_42_recruitment_conference.scss */
.recruitment-conference #btn-chat-message {
  margin: 5px;
}
/* line 105, ../sass/_42_recruitment_conference.scss */
.recruitment-conference #conversation-panel {
  margin-bottom: 10px;
  text-align: left;
  overflow: auto;
  width: 100%;
}
/* line 112, ../sass/_42_recruitment_conference.scss */
.recruitment-conference #conversation-panel .message {
  border-bottom: 1px solid #E5E5E5;
  padding: 5px 0px;
}
/* line 116, ../sass/_42_recruitment_conference.scss */
.recruitment-conference #conversation-panel .message img, .recruitment-conference #conversation-panel .message video, .recruitment-conference #conversation-panel .message iframe {
  max-width: 100%;
}
/* line 119, ../sass/_42_recruitment_conference.scss */
.recruitment-conference #main-video, .recruitment-conference #remote-video {
  width: 100%;
  display: none;
}
/* line 123, ../sass/_42_recruitment_conference.scss */
.recruitment-conference hr {
  height: 1px;
  border: 0;
  background: #E5E5E5;
}
/* line 128, ../sass/_42_recruitment_conference.scss */
.recruitment-conference #btn-attach-file {
  width: 25px;
  vertical-align: middle;
  cursor: pointer;
  display: none;
}
/* line 134, ../sass/_42_recruitment_conference.scss */
.recruitment-conference .checkmark {
  display: none;
  width: 15px;
  vertical-align: middle;
}
/* line 139, ../sass/_42_recruitment_conference.scss */
.recruitment-conference #screen-viewer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999999;
  display: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 9, ../sass/_99_helpers.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 17, ../sass/_99_helpers.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 28, ../sass/_99_helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 37, ../sass/_99_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 53, ../sass/_99_helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 67, ../sass/_99_helpers.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 83, ../sass/_99_helpers.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 89, ../sass/_99_helpers.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 98, ../sass/_99_helpers.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 125, ../sass/_99_helpers.scss */
  a, .giftcards .form-holder form fieldset .options .option.active a, .giftcards .form-holder form fieldset .options .option a:hover, .giftcards_view .form-holder form fieldset .options .option.active a, .giftcards_view .form-holder form fieldset .options .option a:hover,
  a:visited,
  .giftcards .form-holder form fieldset .options .option.active a:visited,
  .giftcards .form-holder form fieldset .options .option a:visited:hover,
  .giftcards_view .form-holder form fieldset .options .option.active a:visited,
  .giftcards_view .form-holder form fieldset .options .option a:visited:hover {
    text-decoration: underline;
  }

  /* line 130, ../sass/_99_helpers.scss */
  a[href]:after, .giftcards .form-holder form fieldset .options .option.active a[href]:after, .giftcards .form-holder form fieldset .options .option a[href]:hover:after, .giftcards_view .form-holder form fieldset .options .option.active a[href]:after, .giftcards_view .form-holder form fieldset .options .option a[href]:hover:after {
    content: " (" attr(href) ")";
  }

  /* line 134, ../sass/_99_helpers.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 142, ../sass/_99_helpers.scss */
  .ir a:after, .ir .giftcards .form-holder form fieldset .options .option.active a:after, .giftcards .form-holder form fieldset .options .option.active .ir a:after, .ir .giftcards .form-holder form fieldset .options .option a:hover:after, .giftcards .form-holder form fieldset .options .option .ir a:hover:after, .ir .giftcards_view .form-holder form fieldset .options .option.active a:after, .giftcards_view .form-holder form fieldset .options .option.active .ir a:after, .ir .giftcards_view .form-holder form fieldset .options .option a:hover:after, .giftcards_view .form-holder form fieldset .options .option .ir a:hover:after,
  a[href^="javascript:"]:after,
  .giftcards .form-holder form fieldset .options .option.active a[href^="javascript:"]:after,
  .giftcards .form-holder form fieldset .options .option a[href^="javascript:"]:hover:after,
  .giftcards_view .form-holder form fieldset .options .option.active a[href^="javascript:"]:after,
  .giftcards_view .form-holder form fieldset .options .option a[href^="javascript:"]:hover:after,
  a[href^="#"]:after,
  .giftcards .form-holder form fieldset .options .option.active a[href^="#"]:after,
  .giftcards .form-holder form fieldset .options .option a[href^="#"]:hover:after,
  .giftcards_view .form-holder form fieldset .options .option.active a[href^="#"]:after,
  .giftcards_view .form-holder form fieldset .options .option a[href^="#"]:hover:after {
    content: "";
  }

  /* line 148, ../sass/_99_helpers.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 154, ../sass/_99_helpers.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 158, ../sass/_99_helpers.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 163, ../sass/_99_helpers.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 171, ../sass/_99_helpers.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 178, ../sass/_99_helpers.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
