@charset "UTF-8";
/**
 * CSS naming methodology: BEMIT
 * http://csswizardry.com/2015/08/bemit-taking-the-bem-naming-convention-a-step-further/
 * For coding practices visit: http://carter-dev.net/carter-guides/html/FED-Code-Guide.php
 */
.clearfix {
  zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

/**
 * Generated Icons
 *
 * DO NOT EDIT THIS FILE IT IS FOR REFERENCE ONLY
 *
 * This icons Sass file is generated by Gulp
 * To add more icons to the icon font:
 *    1. Add svgs to "images/icons/"
 *    2. Run `gulp icons` in your terminal
 *
 */
@font-face {
  font-family: "intertain";
  src: url("/fonts/intertain.eot");
  src: url("/fonts/intertain.eot?#iefix") format("embedded-opentype"), url("/fonts/intertain.woff") format("woff"), url("/fonts/intertain.ttf") format("truetype"), url("/fonts/intertain.svg#intertain") format("svg");
  font-style: normal;
  font-weight: normal;
}

.i-chevron-small:before, .c-form-select:before, .i-chevron:before, .i-pinterest:before, .c-btn-circle[class*="pinterest"]:before, .i-plus:before, .c-form-select--fake:before, .i-tick:before, .c-btn-check + label:after, .c-checkbox + label:after,
[class^="i-"],
[class*=" i-"] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "intertain";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: none;
  text-transform: none;
}

.i-chevron-small:before,
.c-form-select:before {
  content: "\E001";
}

.i-chevron:before {
  content: "\E002";
}

.i-pinterest:before,
.c-btn-circle[class*="pinterest"]:before {
  content: "\E003";
}

.i-plus:before,
.c-form-select--fake:before {
  content: "\E004";
}

.i-tick:before,
.c-btn-check + label:after,
.c-checkbox + label:after {
  content: "\E005";
}

/**
 * Generated SVG Sprite Sizes
 *
 * DO NOT EDIT THIS FILE IT IS FOR REFERENCE ONLY
 *
 * This sprites Sass file is generated by Gulp
 * To add more icons to the svg spritesheets:
 *    1. Add svgs to "images/svg/sprites/"
 *    2. Run `gulp svg-sprites` in your terminal
 *
 */
.svg-icon-chevron-down, .svg-icon-chevron-left, .svg-icon-chevron-right, .svg-icon-chevron-small, .svg-icon-chevron-up, .svg-icon-close, .svg-icon-email, .svg-icon-facebook, .svg-icon-google-plus, .svg-icon-home, .svg-icon-instagram, .svg-icon-knife-fork, .svg-icon-linkedin, .svg-icon-location, .svg-icon-menu, .svg-icon-pinterest, .svg-icon-pipe-horizontal, .svg-icon-pipe-vertical, .svg-icon-plus, .svg-icon-search, .svg-icon-share, .svg-icon-twitter, .svg-icon-user {
  display: inline-block;
}

.svg-icon-chevron-down {
  height: 9px;
  width: 15px;
}

.svg-icon-chevron-left {
  height: 15px;
  width: 9px;
}

.svg-icon-chevron-right {
  height: 15px;
  width: 9px;
}

.svg-icon-chevron-small {
  height: 6px;
  width: 9px;
}

.svg-icon-chevron-up {
  height: 9px;
  width: 15px;
}

.svg-icon-close {
  height: 22px;
  width: 22px;
}

.svg-icon-email {
  height: 12px;
  width: 18px;
}

.svg-icon-facebook {
  height: 20px;
  width: 20px;
}

.svg-icon-google-plus {
  height: 18px;
  width: 28px;
}

.svg-icon-home {
  height: 22px;
  width: 24px;
}

.svg-icon-instagram {
  height: 20px;
  width: 20px;
}

.svg-icon-knife-fork {
  height: 22px;
  width: 18px;
}

.svg-icon-linkedin {
  height: 20px;
  width: 20px;
}

.svg-icon-location {
  height: 24px;
  width: 24px;
}

.svg-icon-menu {
  height: 19px;
  width: 28px;
}

.svg-icon-pinterest {
  height: 20px;
  width: 20px;
}

.svg-icon-pipe-horizontal {
  height: 6px;
  width: 74px;
}

.svg-icon-pipe-vertical {
  height: 74px;
  width: 6px;
}

.svg-icon-plus {
  height: 22px;
  width: 23px;
}

.svg-icon-search {
  height: 22px;
  width: 21px;
}

.svg-icon-share {
  height: 18px;
  width: 16px;
}

.svg-icon-twitter {
  height: 18px;
  width: 23px;
}

.svg-icon-user {
  height: 25px;
  width: 26px;
}

html {
  box-sizing: border-box;
}

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

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

h1:not([class]), .c-hero__title, .u-varela-xlarge, .s-cms-content h1:not([class]) {
  font-family: "Varela Round", Arial, sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

@media (min-width: 768px) {
  h1:not([class]), .c-hero__title, .u-varela-xlarge, .s-cms-content h1:not([class]) {
    font-size: 2.25rem;
    line-height: 1.6;
  }
}

h2:not([class]), .c-card--feature .c-card__title, .c-content-header__title, .c-panel__title, .c-panel__title a,
.c-panel__title .c-link, .c-section-header--centered .c-section-header__title, .c-section-header--feature .c-section-header__title, .c-slideshow__title, .c-slideshow__title a, .u-varela-large, .s-cms-content h2:not([class]) {
  font-family: "Varela Round", Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

@media (min-width: 768px) {
  h2:not([class]), .c-card--feature .c-card__title, .c-content-header__title, .c-panel__title, .c-panel__title a,
  .c-panel__title .c-link, .c-section-header--centered .c-section-header__title, .c-section-header--feature .c-section-header__title, .c-slideshow__title, .c-slideshow__title a, .u-varela-large, .s-cms-content h2:not([class]) {
    font-size: 2rem;
  }
}

h3:not([class]), .c-hero__content, .c-modal__title, .c-overlay-menu__title, .c-section-header__title, .c-section-header--small .c-section-header__btn, .u-varela-mid-large, .s-cms-content h3:not([class]) {
  font-family: "Varela Round", Arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2;
}

@media (min-width: 768px) {
  h3:not([class]), .c-hero__content, .c-modal__title, .c-overlay-menu__title, .c-section-header__title, .c-section-header--small .c-section-header__btn, .u-varela-mid-large, .s-cms-content h3:not([class]) {
    font-size: 1.5rem;
  }
}

h4:not([class]), h5:not([class]), .c-bar__title, .c-card__title, .c-step-item__title, .c-tile__title, .u-varela-medium, .s-cms-content h4:not([class]), .s-cms-content h5:not([class]) {
  font-family: "Varela Round", Arial, sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.2;
}

h6:not([class]), .c-content-header, .u-varela-base, .s-cms-content h6:not([class]), .s-cms-content blockquote {
  font-family: "Varela Round", Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
}

.c-accordion--block .c-accordion__head, .u-varela-small {
  font-family: "Varela Round", Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}

.u-work-large {
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .u-work-large {
    font-size: 2rem;
  }
}

.u-work-medium {
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .u-work-medium {
    font-size: 1.5rem;
  }
}

.c-content-block__title, .c-quote, .u-work-base {
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.c-email-signup__content, .c-modal__subtitle, .u-work-small {
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
}

.c-btn-check__title, .c-price-tag strong, .c-section-header__subtitle, .c-text-link {
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}

.c-btn-ghost, .c-btn, .c-search-bar__btn, .c-btn-facebook, .c-inline-form__btn, .u-skip-to-content, .c-link, .c-link--grey, .c-table td:before {
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}

.c-form-error, .c-form-field .parsley-errors-list li, .c-price-tag, .c-tag {
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

::-moz-selection {
  color: #ffffff;
  background: #ee334c;
}

::selection {
  color: #ffffff;
  background: #ee334c;
}

::-moz-selection {
  color: #ffffff;
  background: #ee334c;
}

html,
body {
  -moz-osx-font-smoothing: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
  color: #5e5e5e;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  min-width: 320px;
  position: relative;
  text-rendering: optimizeLegibility !important;
  width: 100%;
  z-index: 0;
}

body {
  font-size: 16px;
  font-size: 1rem;
  background-color: #faf8f0;
}

body:after {
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
  z-index: 1010;
}

.js-nav-open body:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

a[href*="mailto:"] {
  word-wrap: break-word;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Varela Round", Arial, sans-serif;
  color: #262626;
  margin-top: 0;
}

h1:not([class]),
h2:not([class]),
h3:not([class]),
h4:not([class]),
h5:not([class]),
h6:not([class]) {
  margin-bottom: 0.625em;
}

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

figure {
  margin: 0;
}

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

a {
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

p b,
p strong {
  font-weight: 600;
}

p i,
p em {
  font-style: italic;
}

a,
input[type="text"],
textarea,
button,
[class^="c-btn"] {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  transition-duration: 0.5s;
  transition-property: background-color, color, opacity, border, border-color, background-position, outline, box-shadow, border-bottom, text-decoration, left, top, -webkit-transform;
  transition-property: background-color, color, opacity, border, border-color, background-position, outline, box-shadow, border-bottom, text-decoration, left, top, transform;
  transition-property: background-color, color, opacity, border, border-color, background-position, outline, box-shadow, border-bottom, text-decoration, left, top, transform, -webkit-transform;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

form fieldset + fieldset {
  margin-top: 50px;
  margin-top: 3.125rem;
}

form input {
  line-height: 1.4;
}

form ol > li {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 100%;
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
}

form ol > li:last-child {
  margin-right: 0;
}

button {
  background: none;
  border: none;
  padding: 0;
}

textarea {
  -webkit-appearance: none;
  resize: none;
  min-height: 150px;
}

textarea:focus {
  outline: none;
}

#js-location-fields {
  background-color: #ee334c;
  bottom: 0;
  left: 0;
  padding: 50px;
  padding: 3.125rem;
  position: fixed;
  text-align: left;
  width: 100%;
}

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

figure {
  margin: 0;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*!
 * Datepicker for Bootstrap v1.6.1 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}

.datepicker > div {
  display: none;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}

.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #afd9ee;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted:hover {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000000;
  background-color: #91cbe8;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}

.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}

.datepicker table tr td.today {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffc966;
  border-color: #b37400;
}

.datepicker table tr td.today:hover {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000000;
  background-color: #ffbc42;
  border-color: #b37400;
}

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today.focused {
  background: #ffc966;
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}

.datepicker table tr td.range {
  color: #000000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}

.datepicker table tr td.range:hover {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}

.datepicker table tr td.range.focused {
  background: #d5d5d5;
}

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}

.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted:hover {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}

.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f4b747;
  border-color: #815608;
}

.datepicker table tr td.range.today:hover {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000000;
  background-color: #f2aa25;
  border-color: #815608;
}

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #161616;
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #ffffff;
  background-color: #4c4c4c;
  border-color: #161616;
}

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-daterange {
  width: 100%;
}

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

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  color: #333333;
  font-size: 13px;
  line-height: 1.42857143;
}

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 0px 5px;
}

/*# sourceMappingURL=bootstrap-datepicker3.standalone.css.map */
@media all {
  /* MONTH CALENDAR */
  #fc_calendar {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  #fc_calendar table, #fc_calendar tr, #fc_calendar td {
    padding: 0px;
  }
  #fc_outer {
    width: 100%;
    margin: 0;
    padding: 0;
    table-layout: fixed;
  }
  #fc_inner {
    width: 100%;
    table-layout: fixed;
  }
  #fc_calendar #fc_inner td {
    width: 14%;
    height: 130px;
    padding: 5px;
  }
  #fc_calendar .event {
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    color: #7f7f7f;
    padding: 2px 0 0 0;
  }
  #fc_calander table table .event a {
    color: #d75452;
    text-decoration: underline;
  }
  #fc_calendar .day_cell .all_day, #fc_calendar .day_cell .multi_day {
    padding: 0 6px;
    line-height: 20px;
    color: #ffffff;
  }
  #fc_calendar .day_cell .all_day {
    margin-bottom: 2px;
    background-color: #377bb5;
  }
  #fc_calendar .day_cell .multi_day {
    margin-bottom: 2px;
    background-color: #60c0dc;
    margin-left: -5px;
    margin-right: -5px;
  }
  #fc_calendar .day_cell .all_day a, #fc_calendar .day_cell .multi_day a {
    color: #ffffff;
    text-decoration: none;
  }
  #fc_calendar .day_cell .all_day a:hover, #fc_calendar .day_cell .multi_day a:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  #fc_calendar .first_day {
    margin-left: 0 !important;
  }
  #fc_calendar .last_day {
    margin-right: 0 !important;
  }
  #fc_calendar .day_cell .date {
    width: 100%;
    text-align: right;
    margin: 0;
    padding: 0 5px 3px 0;
  }
  #fc_calendar .day_cell .date a {
    font-weight: normal;
    color: #000000;
    text-decoration: none;
  }
  #fc_calendar .day_cell .has_events a {
    color: #d75452;
    font-weight: bold;
  }
  #fc_calendar .day_cell .date .num {
    font-size: 15px;
  }
  #fc_calendar .day_cell .date a:hover {
    color: #000000;
    text-decoration: underline;
  }
  #fc_calendar .day_cell .has_events a:hover {
    color: #d75452;
  }
  #fc_calendar td.day_cell {
    padding-top: 30px;
  }
  #fc_calendar .out_of_range {
    background: #fbfbfb;
  }
  #fc_calendar .out_of_range .date {
    color: #aeaeae;
  }
  #fc_calendar td.today {
    background-color: #fcf8e4;
  }
  #days_of_week th {
    padding: 5px 0;
    text-align: center;
  }
  #month_year th {
    padding: 5px;
    color: #000;
  }
  #month_year th.left {
    text-align: left;
  }
  #month_year th.center {
    text-align: center;
  }
  #month_year th.right {
    text-align: right;
  }
  #fc_legend {
    clear: both;
  }
  #fc_legend .event {
    font-size: 12px;
    width: 14%;
    color: #7f7f7f;
    margin: 0 0 0 5px;
    padding: 0 4px;
    line-height: 20px;
    float: left;
  }
  #fc_legend .all_day, #fc_legend .multi_day {
    padding: 0 6px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
  }
  #fc_legend .all_day {
    background-color: #377bb5;
  }
  #fc_legend .multi_day {
    background-color: #60c0dc;
  }
  #fc_legend .all_day a, #fc_legend .multi_day a {
    color: #ffffff;
    text-decoration: none;
  }
  /* WEEK CALENDAR */
  #wc_calendar .header div {
    float: left;
    width: 20%;
  }
  #wc_calendar .header div.left {
    padding-left: 10px;
  }
  #wc_calendar .header div.center {
    width: 55%;
    text-align: center;
  }
  #wc_calendar .header div.right {
    text-align: right;
    padding-right: 10px;
  }
  /* DAY CALENDAR */
  #dc_calendar .header div {
    float: left;
    width: 15%;
  }
  #dc_calendar .header div.left {
    padding-left: 10px;
  }
  #dc_calendar .header div.center {
    width: 65%;
    text-align: center;
  }
  #dc_calendar .header div.right {
    text-align: right;
    padding-right: 10px;
  }
  /* MINI Calendar */
  #mc_calendar {
    margin: 0;
    width: 100%;
  }
  #mc_calendar td {
    padding: 0;
    margin: 0;
    text-align: center;
  }
  #mc_calendar th {
    padding: 0;
    margin: 0;
    text-align: center;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #mc_calendar #mc_days th {
    background: #e5e5e5;
  }
  #mc_calendar th a {
    color: #000;
    font-size: 15px;
  }
  #mc_calendar th a.icon {
    padding: 2px 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
  }
  #mc_calendar a.left {
    padding-right: 7px;
  }
  #mc_calendar a.right {
    padding-left: 8px;
  }
  #mc_calendar td a {
    display: block;
    color: #fff;
  }
  #mc_calendar td div {
    vertical-align: middle;
    text-align: center;
    padding: 6px;
  }
  #mc_calendar td.has_events div {
    padding: 0;
  }
  #mc_calendar td.has_events div #mc_calendar td.mc_pad div {
    vertical-align: middle;
    text-align: center;
    padding: 6px;
  }
  #mc_calendar td.has_events div a {
    font-weight: bold;
    color: #000000;
    display: block;
    padding: 6px;
    background-color: #f5f5f5;
  }
  #mc_calendar td.has_events .middot {
    display: block;
    padding: 6px;
  }
  #mc_calendar td.has_events div a:hover {
    background: #dff0d9;
    text-decoration: none;
  }
  #mc_calendar td.selected div.mc_date {
    background: #dff0d9;
    text-decoration: none;
  }
  #mc_calendar td.today div {
    background-color: #fcf8e4;
  }
  #mc_calendar td.today div a {
    background-color: #fcf8e4;
  }
  #mc_events {
    width: 245px;
    margin: 0 auto;
    padding-top: 4px;
    line-height: 1.5;
  }
  #mc_event_details {
    border: 1px solid #ccc;
    padding: 7px;
    clear: both;
    margin-top: 4px;
  }
  #mc_event_details .event {
    display: none;
  }
  #mc_event_details .active {
    display: block;
  }
  #mc_events hr {
    border: 1px dotted #ccc;
    border-width: 1px 0 0;
  }
  #mc_events h4 {
    margin: 0;
  }
  #mc_days th {
    border: 1px solid #979797;
    border-width: 1px 0;
  }
  .dl-horizontal dt {
    text-align: left;
    line-height: 25px;
  }
  .middot {
    color: #bcbcbc;
  }
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
}

/* end of @media screen */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2002;
  overflow: hidden;
  position: fixed;
  background: #000000;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

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

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

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

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

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

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

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

/*

====== Zoom-out effect ======

*/
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0.3s ease-out;
}

.lt-ie9 .mfp-zoom-out.mfp-bg {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mfp-zoom-out.mfp-bg.mfp-ready {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.lt-ie9 .mfp-zoom-out.mfp-bg.mfp-ready {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mfp-zoom-out.mfp-bg.mfp-removing {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.lt-ie9 .mfp-zoom-out.mfp-bg.mfp-removing {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mfp-zoom-out .mfp-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.mfp-zoom-out.mfp-ready .mfp-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-out.mfp-removing .mfp-content {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.rangeslider, .rangeslider__fill {
  display: block;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.rangeslider {
  background: #e6e6e6;
  position: relative;
}

.rangeslider--horizontal {
  height: 12px;
  width: 95%;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.rangeslider__fill {
  background: #ee334c;
  position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.rangeslider__handle:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  border-radius: 50%;
}

.rangeslider__handle:active {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}

.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

.star {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAABQCAYAAAAZQFV3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABOFJREFUeNrsmEFoHFUYx9/MdHfTJRKzUhBaFiL1YghZCFQUIV6UQJuLWCgr8eKpIoiFSqsHQYrmYj14KHqxKAl6MbA5eCgKRVAMBhpCwIJQCETRQzTsNtnO7s74+17fbGc3M7OzZhUsHfjzdvd97/++973vff99Y/m+rwb5WL0Idz60h2nckTc8Nw2hncLmAnhtIB7i3VGan8VD8Dhebh+U8FOaX8Bh4EB48R8TQlai+QnkgMTxD/AYpFt9EULk0EyBD8Dn4BPT9TZ4CrwD6Wos4V+XrUdpXzQk4tUEkAFXwNUu+1fAWWO7anADLDLJTkCYpf0K3DQe3Ui5oUI6B8ShlyBstZfMMiXoX4MV8GZKQgnJcXA6nKPtGJoE/gZ8Cy6mIJPwnIJsL3ZTIB2h+U6WANZjyE6Aj8Cz3WT7TooJ7HUwneDdc+BaFFnc0SuCzQTCTWOT+iwfN6cjWJ6clo9NzOS5Bcb6IZTZj5pU+syEYNV8XzA2Y6lOCptyhGbDeDFPnJa6TlGZ5rxJ/nxkSRPCACR5EUyHf4sCNjOgENVn/ecVe+CEy8vLWgJmZ2fd1IRra2vxSbe5eYlmu1gsXo6zmZycTKcpkEn6vC61kM+FQYiUeDdvauP5Ay0ZjyIlgKVv9bVkiBwQVJRX2YwWkKLxrhxB+qYSPaxUKrESANHVrh2PlQAzqSbskAA6UkkA5B0SICvRSzb5ddrMWu4jh8umSLwckLVjSKClWJ6SwsrM76fwLpCAM4x1I9OGjhrN8+AkAyYSyGTDnhEHjCPxeYhBagmIIvtXJOBQkgSY5Z01/76umAy4lbpiG5IqzQuG6Alz9LLmf+IP5hh+AfmxnoSQdUgAg5a6JuuQgMiSFi7fJHkR9JQAbGbA/SoBi4uLWgLK5XIqCdBpkyQBZne3sTm4BGxsbLQlgM+DkYBsNjucyWQKaSXATvCuZFnWHIQqlxMVUOeMx/0RMsgBWgIgcyBVgqwwIwH0JUvAwsJChwQwuOQ4jrJtO/CsfQBc11We56lWqyXfOySALNgJdlmuWzNSB/P5vBKyyJnxMjxBs9mc2tvbEye+DN1l7uYhuaZvAXg1LaQyOOkRL3d3d8XLishHOEd1DMfHx7UEYLjCrCop2aXP2Mht4QxjoyWADi0BxGddZm80GjpWYSL5TfpkYnHAOBK/yxhoCZAl1et1PbharWrUajX9m/SJBESRJUlAr6fvW0CvZyyxOIQPN4kbnv1mlwQERGPhMbHli/Q5Yv5lSdDnSYelrlLWIQGRJS1cvjk1RdBTArCZAferBPT7IkjvcuP7t3pKADaxEpB5+r10FXv3x3kKqqUlgM+DkQB76OFhKzdycAnAo5KynTlraFTZQ4/gqH3ursd9EjLIAVoC7KGCAxFWNqSjWgLoS5aAfS+C7EzJcrLKOjSkrNwoFu0ToPz6n8pv3dFQXjPyRdA9CbDsk/ZDx5SQxWiAsg4X7vE361NedQsn/P0SELwIgmzaHiZMtpMcKK+pWlUuVF6j0v0iSMcw/+QFLQF+y13xbv/GpF4CWUt5tV+FTEsAY6MlgA4tASxlnaUo362yLGLlh2Lo1iCjj4nFAeNI/H9sDHbYxesEfcK//XvSoq9Fkf0/JCDqDWfV3I+TJGCLne19CzAvgtoS8OBF0APC6OdvAQYAj2xzC/IfXBsAAAAASUVORK5CYII=");
  background-position: left -2px;
  display: block;
  width: 20px;
  height: 16px;
  line-height: 16px;
  float: left;
  cursor: pointer;
  zoom: 1;
}

.fullStar {
  background-position: left -59px;
}

.stars {
  overflow: hidden;
}

.tmp_es {
  background-position: left -21px;
}

.tmp_fs {
  background-position: left -40px;
}

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

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

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

.slick-next:focus:before, .slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.slick-next:before,
.slick-prev:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.slick-prev:before {
  content: "←";
}

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

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

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

.slick-next:before {
  content: "→";
}

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

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

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

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

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.o-banner {
  background-color: #ee334c;
  padding: 0 20px;
  padding: 0 1.25rem;
}

@media (min-width: 768px) {
  .o-banner {
    padding: 0 1.875rem;
  }
}

.o-banner__inner {
  max-width: 720px;
  max-width: 45rem;
  margin: 0 auto;
}

.o-banner--beige {
  background-color: #eee7d1;
}

.o-banner--no-pad {
  padding: 0;
}

.o-block-group__item {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.o-block-group__item:last-child {
  margin-bottom: 0 !important;
}

.o-content-wrap {
  background-color: #ffffff;
  display: block;
  padding: 30px 0;
  padding: 1.875rem 0;
  position: relative;
  width: 100%;
}

@media (min-width: 540px) {
  .o-content-wrap {
    padding: 1.875rem 0;
  }
}

@media (min-width: 768px) {
  .o-content-wrap {
    padding: 3.75rem 0 5rem;
  }
}

@media (min-width: 1200px) {
  .o-content-wrap {
    padding: 3.75rem 0 7.5rem;
  }
}

.o-content-wrap__inner {
  margin: 0 auto;
  max-width: 720px;
  max-width: 45rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  position: relative;
}

@media (min-width: 540px) {
  .o-content-wrap__inner {
    padding: 0 1.875rem;
  }
}

.o-content-wrap .s-cms-content {
  text-align: left;
}

@media (min-width: 992px) {
  .o-content-wrap .c-share {
    margin-right: 3%;
    position: absolute;
    right: 100%;
  }
}

@media (min-width: 1200px) {
  .o-content-wrap .c-share {
    margin-right: 10%;
  }
}

.o-content-wrap--medium .o-content-wrap__inner {
  max-width: 540px;
  max-width: 33.75rem;
}

.o-content-wrap--skinny .o-content-wrap__inner {
  max-width: 380px;
  max-width: 23.75rem;
}

.o-grid,
.c-email-signup__inner {
  zoom: 1;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.o-grid:before, .o-grid:after,
.c-email-signup__inner:before,
.c-email-signup__inner:after {
  content: "";
  display: table;
}

.o-grid:after,
.c-email-signup__inner:after {
  clear: both;
}

@media (min-width: 768px) {
  .o-grid,
  .c-email-signup__inner {
    padding: 0 1.875rem;
  }
}

@media (max-width: 540px) {
  .o-grid,
  .c-email-signup__inner {
    padding: 0 0.9375rem;
  }
}

.o-grid--no-pad {
  padding: 0;
}

.o-grid--pad\@small {
  padding: 0;
}

@media (min-width: 540px) {
  .o-grid--pad\@small {
    padding: 0 1.25rem;
  }
}

@media (min-width: 768px) {
  .o-grid--pad\@small {
    padding: 0 1.875rem;
  }
}

.o-grid--pad\@medium {
  padding: 0;
}

@media (min-width: 768px) {
  .o-grid--pad\@medium {
    padding: 0 1.875rem;
  }
}

.o-grid--pad\@large {
  padding: 0;
}

@media (min-width: 768px) {
  .o-grid--pad\@large {
    padding: 0 3.125rem;
  }
}

.o-grid--pad\@xlarge {
  padding: 0;
}

@media (min-width: 768px) {
  .o-grid--pad\@xlarge {
    padding: 0 5rem;
  }
}

.o-grid--pad\@xxlarge {
  padding: 0;
}

@media (min-width: 768px) {
  .o-grid--pad\@xxlarge {
    padding: 0 8rem;
    background-color: #ffffff;
  }
}

.o-grid--medium {
  max-width: 780px;
  max-width: 48.75rem;
}

.o-grid--skinny {
  max-width: 360px;
  max-width: 22.5rem;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left;
}

.col-xs-12 {
  float: left;
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
  }
  .col-sm-12 {
    float: left;
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }
  .col-md-12 {
    float: left;
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
  }
  .col-lg-12 {
    float: left;
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}

.o-inline-group__item {
  display: inline-block;
  margin-right: 20px;
  margin-right: 1.25rem;
}

@media (min-width: 768px) {
  .o-inline-group__item {
    margin-right: 1.875rem;
  }
}

.o-inline-group__item:last-child {
  margin-right: 0 !important;
}

@media (min-width: 540px) {
  .o-inline-group__item.u-show\@small {
    display: inline-block !important;
  }
}

.o-inline-group--tight .o-inline-group__item {
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.o-listing {
  zoom: 1;
}

.o-listing:before, .o-listing:after {
  content: "";
  display: table;
}

.o-listing:after {
  clear: both;
}

.o-listing__item {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

@media (min-width: 768px) {
  .o-listing__item {
    margin-bottom: 2.63158%;
  }
}

@media (max-width: 767px) {
  .o-listing__item:last-child {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .o-listing--1\/2 .o-listing__item {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 48.57143%;
    margin-bottom: 0;
  }
  .o-listing--1\/2 .o-listing__item:last-child {
    margin-right: 0;
  }
  .o-listing--1\/2 .o-listing__item:nth-child(2n) {
    margin-right: 0;
  }
  .o-listing--1\/2 .o-listing__item:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 768px) {
  .o-listing--1\/3 .o-listing__item {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 48.57143%;
  }
  .o-listing--1\/3 .o-listing__item:last-child {
    margin-right: 0;
  }
  .o-listing--1\/3 .o-listing__item:nth-child(2n) {
    margin-right: 0;
  }
  .o-listing--1\/3 .o-listing__item:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 992px) {
  .o-listing--1\/3 .o-listing__item {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 31.42857%;
  }
  .o-listing--1\/3 .o-listing__item:last-child {
    margin-right: 0;
  }
  .o-listing--1\/3 .o-listing__item:nth-child(2n) {
    margin-right: 2.85714%;
  }
  .o-listing--1\/3 .o-listing__item:nth-child(2n+1) {
    clear: none;
  }
  .o-listing--1\/3 .o-listing__item:nth-child(3n) {
    margin-right: 0;
  }
  .o-listing--1\/3 .o-listing__item:nth-child(3n+1) {
    clear: left;
  }
}

@media (min-width: 768px) {
  .o-listing--1\/3 .o-listing__item:nth-child(3):last-child {
    margin-left: 25.71429%;
  }
}

@media (min-width: 992px) {
  .o-listing--1\/3 .o-listing__item:nth-child(3):last-child {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .o-listing--1\/3\@large .o-listing__item {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 31.42857%;
    margin-bottom: 0;
  }
  .o-listing--1\/3\@large .o-listing__item:last-child {
    margin-right: 0;
  }
}

@media (max-width: 540px) {
  .o-section--thin-spacing\@xsmall .o-listing .o-listing__item {
    margin-bottom: 0.125rem;
  }
}

@media (max-width: 540px) {
  .o-listing--pad-top\@xsmall {
    padding-top: 0.9375rem;
  }
}

.o-main-content {
  padding: 20px 0;
  padding: 1.25rem 0;
}

@media (min-width: 768px) {
  .o-main-content {
    padding: 1.875rem 0;
  }
}

@media (max-width: 540px) {
  .o-main-content--thin-pad\@xsmall {
    padding-top: 0.125rem;
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .o-main-content--large-pad\@medium {
    padding: 3.75rem 0 1.875rem;
  }
}

@media (max-width: 540px) {
  .o-main-content--last-section-no-pad\@xsmall .o-section:last-child {
    margin-bottom: 0.125rem;
  }
}

.o-section {
  zoom: 1;
  display: block;
  display: block;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.o-section:before, .o-section:after {
  content: "";
  display: table;
}

.o-section:after {
  clear: both;
}

@media (min-width: 768px) {
  .o-section {
    margin-bottom: 1.875rem;
  }
}

@media (max-width: 540px) {
  .o-section--thin-spacing\@xsmall {
    margin-bottom: 0.125rem;
  }
}

@media (max-width: 540px) {
  .o-section--no-spacing\@xsmall {
    margin: 0;
  }
}

.o-section--large {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .o-section--large {
    margin-bottom: 3.75rem;
  }
}

.o-section--wrap {
  margin: 30px 0;
  margin: 1.875rem 0;
}

@media (min-width: 768px) {
  .o-section--wrap {
    margin: 3.125rem 0;
  }
}

.o-sidebar-split {
  zoom: 1;
}

.o-sidebar-split:before, .o-sidebar-split:after {
  content: "";
  display: table;
}

.o-sidebar-split:after {
  clear: both;
}

.o-sidebar-split__content {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .o-sidebar-split__content {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 48.57143%;
  }
  .o-sidebar-split__content:last-child {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .o-sidebar-split__content {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 57.14286%;
  }
  .o-sidebar-split__content:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .o-sidebar-split__content {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 65.71429%;
  }
  .o-sidebar-split__content:last-child {
    margin-right: 0;
  }
}

.o-sidebar-split__sidebar {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .o-sidebar-split__sidebar {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 48.57143%;
  }
  .o-sidebar-split__sidebar:last-child {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .o-sidebar-split__sidebar {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 40%;
  }
  .o-sidebar-split__sidebar:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .o-sidebar-split__sidebar {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 31.42857%;
  }
  .o-sidebar-split__sidebar:last-child {
    margin-right: 0;
  }
}

.o-site-container {
  background: #faf8f0;
  min-height: 100vh;
  padding-top: 60px;
  padding-top: 3.75rem;
  position: relative;
}

@media (min-width: 768px) {
  .o-site-container {
    padding-top: 0;
  }
}

.js-nav-open .o-site-container,
.js-overlay-menu-open .o-site-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
}

.o-site-container--pad-top-medium {
  padding-top: 104px;
  padding-top: 6.5rem;
}

@media (min-width: 768px) {
  .o-site-container--pad-top-medium {
    padding-top: 6.25rem;
  }
}

.o-site-container--pad-top-large {
  padding-top: 150px;
  padding-top: 9.375rem;
}

@media (min-width: 540px) {
  .o-site-container--pad-top-large {
    padding-top: 6.25rem;
  }
}

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

.c-accordion__head {
  display: block;
  position: relative;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

.c-accordion__head svg {
  display: inline-block;
  height: 7px;
  margin-left: 10px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 10px;
}

.c-accordion__head:focus {
  outline: none;
}

.js .c-accordion__drawer {
  display: none;
}

.c-accordion__body + .c-text-link {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.c-accordion--block {
  background-color: #faf8f0;
}

.c-accordion--block .c-accordion__head {
  color: #262626;
  padding: 23px 50px 23px 30px;
  padding: 1.4375rem 3.125rem 1.4375rem 1.875rem;
  text-align: left;
}

@media (max-width: 540px) {
  .c-accordion--block .c-accordion__head {
    font-size: 1rem;
    padding: 0.9375rem 3.125rem 0.9375rem 1.25rem;
  }
}

.c-accordion--block .c-accordion__head svg {
  fill: #ee334c;
  height: 8px;
  margin-top: -4px;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 50%;
  width: 14px;
}

.c-accordion--block .c-accordion__head:hover {
  color: #ee334c;
}

.c-accordion--block .c-accordion__drawer {
  padding: 0 30px 30px;
  padding: 0 1.875rem 1.875rem;
}

@media (max-width: 540px) {
  .c-accordion--block .c-accordion__drawer {
    padding: 0 1.25rem 1.25rem;
  }
}

.c-accordion--block.is-visible .c-accordion__head {
  color: #ee334c;
  font-weight: 600;
}

.c-accordion.is-visible .c-accordion__head svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-accordion--inline\@medium {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

@media (min-width: 768px) {
  .c-accordion--inline\@medium {
    margin-bottom: 0;
  }
}

@media (max-width: 540px) {
  .c-accordion--inline\@medium {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .c-accordion--inline\@medium .c-accordion__head {
    display: none;
  }
}

@media (min-width: 768px) {
  .js .c-accordion--inline\@medium .c-accordion__drawer {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .c-accordion--inline\@medium .c-accordion__drawer li {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .c-accordion--inline\@medium svg {
    display: none;
  }
}

.c-bar {
  display: block;
  background: #262626;
  padding: 20px;
  padding: 1.25rem;
  text-align: center;
}

@media (min-width: 768px) {
  .c-bar {
    padding: 1.5625rem 1.25rem;
  }
}

.c-bar__title {
  color: #ffffff;
  margin-bottom: 0;
}

@media (max-width: 540px) {
  .c-bar__title {
    font-size: 1.125rem;
  }
}

.c-btn-check {
  left: -9999em;
  position: absolute;
  visibility: hidden;
}

.c-btn-check + label {
  color: #5e5e5e;
  cursor: pointer;
  display: block;
  font-size: 0.875em;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  text-transform: none;
  width: 100%;
}

@media (max-width: 540px) {
  .c-btn-check + label {
    padding: 1.25rem 0;
    text-align: left;
  }
}

.c-btn-check + label:hover .c-btn-check__img img {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.c-btn-check + label:hover .c-btn-check__title:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  visibility: visible;
}

.c-btn-check + label:before {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  border: 2px solid #ffffff;
  content: '.';
  cursor: pointer;
  height: 30px;
  height: 1.875rem;
  left: 15px;
  left: 0.9375rem;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  text-indent: -999em;
  top: 15px;
  top: 0.9375rem;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 30px;
  width: 1.875rem;
  z-index: 1;
}

@media (max-width: 540px) {
  .c-btn-check + label:before {
    background-color: transparent;
    border-color: #e6e6e6;
    height: 1.625rem;
    left: auto;
    margin-top: -0.8125rem;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 0;
    top: 50%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 1.625rem;
  }
}

.c-btn-check + label:after {
  color: #ffffff;
  display: block;
  font-size: 14px;
  left: 23px;
  left: 1.4375rem;
  line-height: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 23px;
  top: 1.4375rem;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}

@media (max-width: 540px) {
  .c-btn-check + label:after {
    font-size: 12px;
    left: auto;
    margin-top: -0.375rem;
    right: 0.4375rem;
    top: 50%;
  }
}

.c-btn-check:checked + label:before,
.c-btn-check:checked + label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 540px) {
  .c-btn-check:checked + label:before {
    background-color: #ee334c;
    border-color: #ee334c;
  }
}

.c-btn-check__img {
  display: block;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}

@media (max-width: 540px) {
  .c-btn-check__img {
    display: none;
  }
}

.c-btn-check__img img {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  width: 100%;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-btn-check__title, .c-btn-check__title:link, .c-btn-check__title:visited {
  display: inline-block;
  position: relative;
  text-decoration: none;
  word-break: break-word;
}

.c-btn-check__title:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.c-btn-check__title:before {
  background-color: #ee334c;
  bottom: -0.15em;
  content: "";
  height: 0.0625em;
  left: 0;
  position: absolute;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
  width: 100%;
}

@media (min-width: 540px) {
  .c-btn-check__title {
    color: #ffffff;
    left: 50%;
    position: absolute;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.c-btn-check__title:before {
  height: 2px;
  background: #ffffff;
}

.c-btn-circle {
  font-size: 0;
  background-color: #ffffff;
  border-radius: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  display: block;
  height: 44px;
  height: 2.75rem;
  line-height: 1;
  overflow: hidden !important;
  position: relative;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 44px;
  width: 2.75rem;
}

.c-btn-circle:focus {
  outline: none;
}

.c-btn-circle:hover, .c-btn-circle:active {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.c-btn-circle:hover svg, .c-btn-circle:active svg {
  fill: #ee334c;
}

.c-btn-circle > span {
  display: none !important;
}

.c-btn-circle svg {
  fill: #ffffff !important;
  left: 50%;
  margin-left: -22.5%;
  margin-top: -22.5%;
  max-height: 20px;
  max-width: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-btn-circle[class*="facebook"] {
  background-color: #3b5998;
}

.c-btn-circle[class*="google"] {
  background-color: #dd4b39;
}

.c-btn-circle[class*="instagram"] {
  background-color: #DC3274;
}

.c-btn-circle[class*="linkedin"] {
  background-color: #007bb5;
}

.c-btn-circle[class*="pinterest"] {
  background-color: #cb2027;
}

.c-btn-circle[class*="pinterest"]:before {
  color: #ffffff;
  font-size: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-btn-circle[class*="twitter"] {
  background-color: #00aced;
}

.c-btn-circle[class*="youtube"] {
  background-color: #bb0000;
}

.c-btn-circle[class*="mail"] {
  background-color: #ee334c;
}

.c-btn-clear {
  background-color: #ffffff;
  height: 100%;
  line-height: 1;
  max-height: 43px;
  max-height: 2.6875rem;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
  width: 44px;
  width: 2.75rem;
  z-index: 1;
}

@media (min-width: 768px) {
  .c-btn-clear {
    max-height: 3.75rem;
  }
}

.c-btn-clear:after {
  background-color: #b3b3b3;
  border-radius: 100%;
  content: "";
  display: block;
  height: 20px;
  height: 1.25rem;
  left: 50%;
  position: absolute;
  top: 51%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 20px;
  width: 1.25rem;
  z-index: -1;
}

.c-btn-clear:focus {
  outline: none;
}

.c-btn-clear:hover:after {
  background-color: #ee334c;
}

.c-btn-clear svg {
  fill: #ffffff;
  height: 10px;
  height: 0.625rem;
  left: 50%;
  margin-left: -5px;
  margin-left: -0.3125rem;
  margin-top: -5px;
  margin-top: -0.3125rem;
  position: absolute;
  top: 51%;
  width: 10px;
  width: 0.625rem;
}

.c-btn-clear.is-visible {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.c-btn-close {
  position: relative;
  width: 44px;
  height: 44px;
}

.c-btn-close:focus {
  outline: none;
}

.c-btn-close svg {
  fill: #ee334c;
  width: 24px;
  height: 24px;
  position: absolute;
  margin-left: -12px;
  margin-top: -12px;
  left: 50%;
  top: 50%;
}

@media (min-width: 768px) {
  .c-btn-close--large svg {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
  }
}

.c-btn-facebook.c-btn-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  min-height: 44px;
  min-height: 2.75rem;
  padding: 11px 25px 10px;
  padding: 0.6875rem 1.5625rem 0.625rem;
}

.c-btn-facebook.c-btn-facebook:hover {
  background-color: #2f477a;
  border-color: #2f477a;
}

.c-btn-facebook.c-btn-facebook svg {
  height: 16px;
  height: 1rem;
  width: 16px;
  width: 1rem;
}

.c-btn-geolocate {
  background-color: #262626;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  left: 0;
  min-width: 280px;
  min-width: 17.5rem;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding: 11px 15px 11px 50px;
  padding: 0.6875rem 0.9375rem 0.6875rem 3.125rem;
  position: absolute;
  text-align: left;
  top: 100%;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
  width: 100%;
  z-index: 9;
}

@media (min-width: 768px) {
  .c-btn-geolocate {
    padding: 1.125rem 1.25rem 1.125rem 3.75rem;
  }
}

.c-btn-geolocate:hover {
  text-decoration: underline;
}

.c-btn-geolocate svg {
  fill: #ee334c;
  height: 22px;
  height: 1.375rem;
  left: 15px;
  left: 0.9375rem;
  margin-top: -11px;
  margin-top: -0.6875rem;
  position: absolute;
  top: 50%;
  width: 22px;
  width: 1.375rem;
}

@media (min-width: 768px) {
  .c-btn-geolocate svg {
    left: 1.25rem;
  }
}

.c-btn-geolocate.is-visible {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.c-btn-ghost {
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #ee334c;
  color: #ee334c;
  display: inline-block;
  line-height: 1.4;
  min-width: 100px;
  min-width: 6.25rem;
  padding: 10px 25px;
  padding: 0.625rem 1.5625rem;
  position: relative;
  text-align: center;
  text-shadow: none !important;
  z-index: 1;
}

@media (max-width: 540px) {
  .touch .c-btn-ghost {
    white-space: nowrap;
  }
}

.c-btn-ghost:after {
  -webkit-animation: spinner 1s infinite linear;
          animation: spinner 1s infinite linear;
  border-color: #ee334c #ee334c #ee334c #ee334c;
  border-color: rgba(238, 51, 76, 0.3) rgba(238, 51, 76, 0.3) rgba(238, 51, 76, 0.3) #ee334c;
  border-radius: 40px;
  border-style: solid;
  border-width: 4px;
  content: "";
  display: none;
  height: 26px;
  left: 50%;
  margin-left: -13px;
  margin-top: -13px;
  position: absolute;
  top: 50%;
  transition-duration: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 26px;
  z-index: -1;
}

.c-btn-ghost:focus {
  outline: none;
}

.c-btn-ghost:hover, .c-btn-ghost:focus {
  background-color: #b32538;
  border-color: #b32538;
  color: #ffffff;
  outline: none;
}

.c-btn-ghost--reversed {
  border-color: #ffffff;
  color: #ffffff;
}

.c-btn-ghost--reversed:after {
  border-color: #ffffff #ffffff #ffffff #ffffff;
  border-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) #ffffff;
}

@media (min-width: 768px) {
  .c-btn-ghost--reversed\@medium {
    border-color: #ffffff;
    color: #ffffff;
  }
  .c-btn-ghost--reversed\@medium:after {
    border-color: #ffffff #ffffff #ffffff #ffffff;
    border-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) #ffffff;
  }
}

@media (max-width: 767px) {
  .c-btn-ghost--small\@medium-max {
    min-width: 0;
    padding: 0.4375rem 0.9375rem;
  }
}

@media (min-width: 768px) {
  .c-btn-ghost--link\@medium, .c-header--secondary .c-header__links [class*="c-btn-ghost"] {
    background-color: transparent !important;
    border: none;
    color: #ee334c;
    line-height: 1.3;
    min-width: 0;
    padding: 0;
  }
  .c-btn-ghost--link\@medium, .c-header--secondary .c-header__links [class*="c-btn-ghost"], .c-btn-ghost--link\@medium:link, .c-header--secondary .c-header__links [class*="c-btn-ghost"]:link, .c-btn-ghost--link\@medium:visited, .c-header--secondary .c-header__links [class*="c-btn-ghost"]:visited {
    display: inline-block;
    position: relative;
    text-decoration: none;
    word-break: break-word;
  }
  .c-btn-ghost--link\@medium:hover:before, .c-header--secondary .c-header__links [class*="c-btn-ghost"]:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .c-btn-ghost--link\@medium:before, .c-header--secondary .c-header__links [class*="c-btn-ghost"]:before {
    background-color: #ee334c;
    bottom: -0.15em;
    content: "";
    height: 0.0625em;
    left: 0;
    position: absolute;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    visibility: hidden;
    width: 100%;
  }
  .c-btn-ghost--link\@medium:hover, .c-header--secondary .c-header__links [class*="c-btn-ghost"]:hover, .c-btn-ghost--link\@medium:focus, .c-header--secondary .c-header__links [class*="c-btn-ghost"]:focus {
    color: #ee334c;
  }
}

@media (min-width: 540px) {
  .c-btn-ghost--solid\@small {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #ee334c;
  }
  .c-btn-ghost--solid\@small:hover, .c-btn-ghost--solid\@small:focus {
    background-color: #ee334c;
    border-color: #ee334c;
    color: #ffffff;
  }
}

.c-btn-ghost.is-loading {
  color: transparent !important;
}

.c-btn-ghost.is-loading:after {
  display: block;
}

.c-btn, .c-search-bar__btn,
.c-btn-facebook,
.c-inline-form__btn,
.u-skip-to-content {
  background-color: #ee334c;
  border-radius: 4px;
  border: 1px solid #ee334c;
  color: #ffffff;
  display: inline-block;
  line-height: 1.4;
  min-width: 100px;
  min-width: 6.25rem;
  padding: 10px 25px;
  padding: 0.625rem 1.5625rem;
  position: relative;
  text-align: center;
  text-shadow: none !important;
  z-index: 1;
}

@media (max-width: 540px) {
  .touch .c-btn, .touch .c-search-bar__btn,
  .touch .c-btn-facebook,
  .touch .c-inline-form__btn,
  .touch .u-skip-to-content {
    white-space: nowrap;
  }
}

.c-btn:after, .c-search-bar__btn:after,
.c-btn-facebook:after,
.c-inline-form__btn:after,
.u-skip-to-content:after {
  -webkit-animation: spinner 1s infinite linear;
          animation: spinner 1s infinite linear;
  border-color: #ffffff #ffffff #ffffff #ffffff;
  border-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) #ffffff;
  border-radius: 40px;
  border-style: solid;
  border-width: 4px;
  content: "";
  display: none;
  height: 26px;
  left: 50%;
  margin-left: -13px;
  margin-top: -13px;
  position: absolute;
  top: 50%;
  transition-duration: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 26px;
  z-index: -1;
}

.c-btn:focus, .c-search-bar__btn:focus,
.c-btn-facebook:focus,
.c-inline-form__btn:focus,
.u-skip-to-content:focus {
  outline: none;
}

.c-btn:hover, .c-search-bar__btn:hover, .c-btn:focus, .c-search-bar__btn:focus,
.c-btn-facebook:hover,
.c-inline-form__btn:hover,
.u-skip-to-content:hover,
.c-btn-facebook:focus,
.c-inline-form__btn:focus,
.u-skip-to-content:focus {
  background-color: #b32538;
  border-color: #b32538;
  color: #ffffff;
  outline: none;
}

.c-btn svg, .c-search-bar__btn svg, .c-btn-facebook svg, .c-inline-form__btn svg, .u-skip-to-content svg {
  fill: #ffffff;
  height: 20px;
  margin-right: 0.625em;
  position: relative;
  top: -0.125em;
  vertical-align: middle;
  width: 20px;
}

.c-btn--full-width {
  display: block;
  width: 100%;
}

.c-btn--wider {
  min-width: 200px;
  min-width: 12.5rem;
}

.c-btn--reversed {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ee334c;
}

.c-btn--reversed:hover, .c-btn--reversed:focus {
  color: #ffffff;
}

.c-btn--reversed:after {
  border-color: #000000 #000000 #000000 #000000;
  border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) #000000;
}

.c-btn--large {
  border-radius: 0;
  display: block;
  min-height: 44px;
  min-height: 2.75rem;
  padding: 11px 25px;
  padding: 0.6875rem 1.5625rem;
}

@media (min-width: 768px) {
  .c-btn--large {
    font-size: 1rem;
    height: 3.8125rem;
    padding: 1.125rem 1.5625rem;
  }
}

@media (min-width: 992px) {
  .c-btn--large {
    min-width: 9.375rem;
  }
}

.c-btn.is-loading, .is-loading.c-search-bar__btn,
.is-loading.c-btn-facebook,
.is-loading.c-inline-form__btn,
.is-loading.u-skip-to-content {
  color: transparent !important;
}

.c-btn.is-loading:after, .is-loading.c-search-bar__btn:after,
.is-loading.c-btn-facebook:after,
.is-loading.c-inline-form__btn:after,
.is-loading.u-skip-to-content:after {
  display: block;
}

.c-card {
  zoom: 1;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
  color: #5e5e5e;
  display: block;
  position: relative;
}

.c-card:before, .c-card:after {
  content: "";
  display: table;
}

.c-card:after {
  clear: both;
}

@media (min-width: 768px) {
  .c-card {
    box-shadow: none;
  }
}

.c-card:before {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  right: 10px;
  right: 0.625rem;
  top: 10px;
  top: 0.625rem;
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

@media (max-width: 540px) {
  .c-card:before {
    display: none;
  }
}

.c-card:hover .c-card__title {
  text-decoration: underline;
}

.c-card:hover:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.c-card:hover .c-card__img-content:after {
  top: -30%;
}

.c-card__inner {
  zoom: 1;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.c-card__inner:before, .c-card__inner:after {
  content: "";
  display: table;
}

.c-card__inner:after {
  clear: both;
}

.c-card__bg-img {
  background-color: #262626;
  overflow: hidden;
  position: relative;
}

.c-card__img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}

.c-card__img img {
  width: 100%;
}

.c-card__img.lazyload {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.c-card__img.lazyloaded {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.c-card__img.lazyloaded + .c-loader {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.no-js .c-card__img {
  display: none;
}

.no-js noscript .c-card__img {
  display: block;
}

.c-card__img-content {
  bottom: 0;
  left: 0;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  position: absolute;
  width: 100%;
  z-index: 2;
}

@media (min-width: 768px) {
  .c-card__img-content {
    padding: 1.25rem 1.875rem;
  }
}

.c-card__img-content:after {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: top 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
}

.c-card .c-tag {
  left: 15px;
  left: 0.9375rem;
  position: absolute;
  top: 15px;
  top: 0.9375rem;
}

@media (min-width: 768px) {
  .c-card .c-tag {
    top: 1.25rem;
    left: 1.25rem;
  }
}

.c-card__content {
  background-color: #ffffff;
  padding: 20px;
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .c-card__content {
    padding: 1.875rem;
  }
}

.c-card__title {
  color: #ee334c;
  margin: 0;
}

.c-card__body {
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media (min-width: 540px) {
  .c-card--landscape\@small .c-card__bg-img {
    float: left;
    width: 40%;
  }
}

@media (min-width: 992px) {
  .c-card--landscape\@small .c-card__bg-img {
    float: none;
    width: 100%;
  }
}

@media (min-width: 540px) {
  .c-card--landscape\@small .c-card__content {
    float: left;
    width: 60%;
  }
}

@media (min-width: 992px) {
  .c-card--landscape\@small .c-card__content {
    float: none;
    width: 100%;
  }
}

.c-card--feature .c-tag {
  position: static;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.c-card--feature .c-card__title {
  color: #ffffff;
  line-height: 1.2;
}

.c-card--feature .c-card__body {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.c-checkbox {
  left: -9999em;
  position: absolute;
  visibility: hidden;
}

.c-checkbox + label {
  color: #5e5e5e;
  cursor: pointer;
  font-size: 0.875em;
  font-weight: normal;
  letter-spacing: 0;
  letter-spacing: 0;
  line-height: 1.6em;
  padding-left: 35px;
  position: relative;
  text-transform: none;
}

.c-checkbox + label:before {
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  content: '.';
  cursor: pointer;
  height: 20px;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  text-indent: -999em;
  top: 50%;
  transition: background 200ms ease-in-out;
  width: 20px;
}

.c-checkbox + label:after {
  color: #ffffff;
  display: block;
  font-size: 12px;
  left: 5px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
}

.c-checkbox:checked + label:before {
  background-color: #ee334c;
}

.c-circle-frame {
  border-radius: 100px;
  bottom: 2px solid #e6e6e6;
  display: block;
  height: 50px;
  height: 3.125rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 50px;
  width: 3.125rem;
}

@media (min-width: 768px) {
  .c-circle-frame {
    height: 6.25rem;
    width: 6.25rem;
  }
}

.c-circle-frame__img {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .c-circle-frame--medium\@medium {
    height: 5rem;
    width: 5rem;
  }
}

.c-circle-frame--small {
  height: 44px;
  height: 2.75rem;
  width: 44px;
  width: 2.75rem;
}

.c-content-block {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .c-content-block {
    margin-bottom: 2.5rem;
  }
}

.c-content-block__title {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.c-content-header {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  text-align: left;
}

@media (min-width: 768px) {
  .c-content-header {
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

@media (max-width: 540px) {
  .c-content-header {
    font-size: 1.125rem;
  }
}

.c-content-header__title {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.c-content-header .o-inline-group__item {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.c-cta-block {
  background: #262626;
  color: #ffffff;
  font-family: "Varela Round", Arial, sans-serif;
  margin: 0 auto;
  max-width: 1200px;
  padding: 48px 20px 54px;
  padding: 3rem 1.25rem 3.375rem;
  position: relative;
  text-align: center;
  z-index: 100;
}

@media (min-width: 768px) {
  .c-cta-block {
    padding: 4rem 1.875rem 4.75rem;
  }
}

@media (min-width: 768px) {
  .c-cta-block__inner {
    margin: 0 auto;
    max-width: 42.5rem;
  }
}

.c-cta-block__title {
  color: #ffffff;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 400;
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
}

@media (min-width: 768px) {
  .c-cta-block__title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

.c-cta-block__content p:last-child:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .c-cta-block__content {
    font-size: 1.25rem;
  }
}

.c-cta-block--triangle {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  position: relative;
}

.c-cta-block--triangle:after {
  border-color: #262626 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-width: 0.625rem 0.625rem 0 0.625rem;
  content: "";
  left: 50%;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-cta-block--small, .c-cta-block--caps {
  padding: 50px 20px 20px;
  padding: 3.125rem 1.25rem 1.25rem;
}

@media (min-width: 768px) {
  .c-cta-block--small, .c-cta-block--caps {
    padding: 3.75rem 1.25rem 1.5625rem;
  }
}

.c-cta-block--caps .c-cta-block__title {
  font-size: 22px;
  font-size: 1.375rem;
  text-transform: uppercase;
}

.c-cta-panel {
  background-color: #ee334c;
  color: #ffffff;
  font-family: "Varela Round", Arial, sans-serif;
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
  padding: 37px 20px 36px;
  padding: 2.3125rem 1.25rem 2.25rem;
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  .c-cta-panel {
    padding: 5.625rem 1.875rem;
  }
}

.c-cta-panel__bg-img {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

.c-cta-panel__bg-img:after {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.c-cta-panel__img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}

.c-cta-panel__img.lazyload {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.c-cta-panel__img.lazyloaded {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.c-cta-panel__img.lazyloaded + .c-loader {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.c-cta-panel__inner {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .c-cta-panel__inner {
    margin: 0 auto;
    max-width: 45rem;
  }
}

.c-cta-panel__content-wrap {
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.js .is-loading .c-cta-panel__content-wrap {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.c-cta-panel__title {
  color: #ffffff;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 400;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  position: relative;
}

@media (min-width: 768px) {
  .c-cta-panel__title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

.c-cta-panel__content {
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (min-width: 768px) {
  .c-cta-panel__content {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
  }
}

.c-cta-panel__content:last-child {
  margin-bottom: 0;
}

.c-cta-panel__content p:last-child:last-of-type {
  margin-bottom: 0;
}

.c-cta-panel--visual {
  background-color: #ee334c;
}

@media (min-width: 540px) {
  .c-cta-panel--visual {
    background-color: #262626;
    text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
  }
}

.c-cta-panel--visual .c-cta-panel__bg-img {
  display: block;
}

@media (max-width: 540px) {
  .c-cta-panel--visual .c-cta-panel__bg-img {
    display: none !important;
  }
}

@media (min-width: 540px) {
  .c-cta-panel--visual .c-inline-icon {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 768px) {
  .c-cta-panel--visual .c-cta-panel__inner {
    max-width: 35rem;
  }
}

@media (min-width: 768px) {
  .c-cta-panel--visual.c-cta-panel--large .c-cta-panel__inner {
    max-width: 45rem;
  }
}

@media (min-width: 768px) {
  .c-cta-panel--large {
    padding: 9.375rem 1.875rem;
  }
}

@media (min-width: 768px) {
  .c-cta-panel--small {
    padding: 3.75rem 1.875rem;
  }
}

.c-dropdown {
  max-height: 60px;
  max-height: 3.75rem;
  position: relative;
  z-index: 2000;
}

@media (min-width: 768px) {
  .c-dropdown {
    max-height: 2.5rem;
  }
}

.c-dropdown.is-active .c-dropdown__btn {
  outline: none;
}

.c-dropdown.is-active .c-dropdown__drawer {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  visibility: visible;
}

.c-dropdown.is-active .c-dropdown__chevron {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-dropdown__btn {
  display: block;
  height: 60px;
  height: 3.75rem;
  line-height: 1;
  width: 55px;
  width: 3.4375rem;
  position: relative;
}

.c-dropdown__btn:focus {
  outline: none;
}

@media (min-width: 768px) {
  .c-dropdown__btn {
    height: 2.5rem;
    width: 4.0625rem;
  }
}

.c-dropdown__btn:before {
  background-color: #5e5e5e;
  content: "";
  display: none;
  height: 50%;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
}

@media (min-width: 768px) {
  .c-dropdown__btn:before {
    display: block;
  }
}

.c-dropdown__user {
  fill: #262626;
  height: 30px;
  height: 1.875rem;
  left: 0;
  margin-top: -15px;
  margin-top: -0.9375rem;
  position: absolute;
  top: 50%;
  width: 30px;
  width: 1.875rem;
}

@media (min-width: 768px) {
  .c-dropdown__user {
    fill: #ffffff;
    height: 1.5rem;
    left: 1.25rem;
    margin-top: -0.75rem;
    width: 1.5rem;
  }
}

.c-dropdown__chevron {
  fill: #ee334c;
  height: 8px;
  height: 0.5rem;
  margin-top: -3px;
  margin-top: -0.1875rem;
  position: absolute;
  right: 5px;
  right: 0.3125rem;
  top: 50%;
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 14px;
  width: 0.875rem;
}

@media (min-width: 768px) {
  .c-dropdown__chevron {
    right: 0;
  }
}

.c-dropdown__drawer {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0.125rem 0.375rem 0 rgba(0, 0, 0, 0.4);
  color: #5e5e5e;
  margin-top: 5px;
  margin-top: 0.3125rem;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  position: absolute;
  right: 8px;
  right: 0.5rem;
  text-align: left;
  top: 100%;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 180px;
  width: 11.25rem;
}

@media (min-width: 768px) {
  .c-dropdown__drawer {
    background-color: #ffffff;
    margin-top: 0.9375rem;
    right: -0.5625rem;
  }
}

.js .c-dropdown__drawer {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  visibility: hidden;
}

.c-dropdown__drawer:before {
  border-color: transparent transparent #e6e6e6 transparent;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-width: 0 0.75rem 0.75rem 0.75rem;
  height: 0;
  width: 0;
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: -12px;
  top: -0.75rem;
}

@media (min-width: 768px) {
  .c-dropdown__drawer:before {
    right: 1.875rem;
  }
}

.c-dropdown__drawer:after {
  border-color: transparent transparent #ffffff transparent;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-width: 0 0.75rem 0.75rem 0.75rem;
  height: 0;
  width: 0;
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: -10px;
  top: -0.625rem;
}

@media (min-width: 768px) {
  .c-dropdown__drawer:after {
    right: 1.875rem;
  }
}

.c-dropdown__drawer a {
  color: #262626;
  font-weight: 400;
}

.c-dropdown__item {
  display: block;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.c-dropdown__item:last-child {
  border-top: 1px solid #e6e6e6;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.c-header--solid .c-dropdown .c-dropdown__user {
  fill: #5e5e5e;
}

.c-email-signup {
  background: #2b2b2b;
  color: #ffffff;
  padding: 45px 0;
  padding: 2.8125rem 0;
  text-align: center;
}

.c-email-signup__inner {
  max-width: 1020px;
  max-width: 63.75rem;
}

@media (min-width: 768px) {
  .c-email-signup__inner {
    display: table;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .c-email-signup__item {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

@media (min-width: 768px) {
  .c-email-signup__item:first-child {
    width: 3rem;
  }
}

@media (min-width: 768px) {
  .c-email-signup__item:nth-child(2) {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .c-email-signup__item:last-child {
    width: 20rem;
  }
}

.c-email-signup__icon {
  height: 52px;
  height: 3.25rem;
  margin: 0 auto 35px;
  margin: 0 auto 2.1875rem;
  width: 52px;
  width: 3.25rem;
}

@media (min-width: 768px) {
  .c-email-signup__icon {
    margin: 0;
  }
}

.c-email-signup__icon svg {
  height: 100%;
  width: 100%;
}

.c-email-signup__content {
  margin: 0 auto 27px;
  margin: 0 auto 1.6875rem;
  max-width: 480px;
  max-width: 30rem;
  text-align: center;
}

@media (min-width: 768px) {
  .c-email-signup__content {
    margin: 0;
    padding: 0 1.875rem;
    text-align: left;
  }
}

@media (max-width: 540px) {
  .c-email-signup__content {
    max-width: 20rem;
  }
}

.c-email-signup__content p:last-child:last-of-type {
  margin-bottom: 0;
}

.c-footer {
  background: #262626;
  padding: 40px 0;
  padding: 2.5rem 0;
  text-align: center;
}

@media (min-width: 768px) {
  .c-footer {
    padding: 0;
  }
}

.c-footer__logo {
  display: block;
  line-height: 1;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}

@media (min-width: 768px) {
  .c-footer__logo {
    margin-bottom: 1.25rem;
  }
}

.c-footer__logo svg {
  fill: rgba(255, 255, 255, 0.4);
  height: 44px;
  height: 2.75rem;
  width: 44px;
  width: 2.75rem;
}

@media (min-width: 768px) {
  .c-footer__inner {
    padding: 3.125rem 0 2.8125rem;
  }
}

.c-footer__links li {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  text-align: center;
}

@media (min-width: 768px) {
  .c-footer__links li {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .c-footer__links li:first-child {
    margin-left: 0;
  }
  .c-footer__links li:last-child {
    margin-right: 0;
  }
}

.c-footer__links .c-link {
  margin: 0 auto;
}

.c-footer__links .c-link:hover {
  color: #ffffff;
}

.c-footer__bar {
  zoom: 1;
  display: block;
}

.c-footer__bar:before, .c-footer__bar:after {
  content: "";
  display: table;
}

.c-footer__bar:after {
  clear: both;
}

@media (min-width: 768px) {
  .c-footer__bar:last-child:last-of-type {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
  }
}

.c-footer__bar .c-accordion {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .c-footer__bar .c-accordion {
    margin-bottom: 0;
  }
}

.c-footer__bar .c-accordion__head {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .c-footer__bar-item {
    display: inline-block;
    padding: 0.8125rem 0 1.125rem;
  }
}

@media (min-width: 768px) {
  .c-footer__bar-item:first-child {
    float: left;
  }
}

@media (min-width: 768px) {
  .c-footer__bar-item:last-child {
    float: right;
  }
}

.datepicker {
  border-radius: 4px;
}

.datepicker:before {
  display: none;
}

.datepicker:after {
  border-bottom-color: #262626;
}

.datepicker.datepicker-orient-top:after {
  border-top-color: #262626;
}

.datepicker.dropdown-menu {
  background-color: #262626;
  box-shadow: none;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 10px;
  padding: 0.625rem;
}

@media (min-width: 540px) {
  .datepicker.dropdown-menu {
    padding: 0.9375rem;
  }
}

.datepicker .datepicker-days .dow {
  color: #5e5e5e;
}

.datepicker .datepicker-days .day {
  background-color: #363636;
  border-radius: 0;
  color: #ffffff;
  padding: 5px;
  padding: 0.3125rem;
}

@media (min-width: 540px) {
  .datepicker .datepicker-days .day {
    padding: 0.625rem 0.9375rem;
  }
}

.datepicker .datepicker-days .day:hover {
  background-color: #ee334c;
  color: #ffffff;
}

.datepicker .datepicker-days .day.active {
  background-color: #b43142;
  color: #ffffff;
}

.datepicker .datepicker-days .day.active:hover {
  background-color: #ee334c;
}

.datepicker .datepicker-days .day.old, .datepicker .datepicker-days .day.new {
  background-color: #2b2b2b;
  color: #afafaf;
}

.datepicker .datepicker-days .day.old:hover, .datepicker .datepicker-days .day.new:hover {
  background-color: #8d2f3c;
  color: #ffffff;
}

.datepicker .datepicker-days .day.disabled, .datepicker .datepicker-days .day.disabled:hover {
  background-color: transparent;
  color: #424242;
}

.datepicker .datepicker-days .day.today {
  color: #ee334c;
}

.datepicker .datepicker-days .day.today.disabled:hover {
  color: #ee334c;
}

.datepicker .next,
.datepicker .prev,
.datepicker .datepicker-switch {
  color: #ffffff;
}

.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker .datepicker-switch:hover {
  background-color: #ee334c;
}

.datepicker .datepicker-years .year,
.datepicker .datepicker-years .month,
.datepicker .datepicker-months .year,
.datepicker .datepicker-months .month {
  color: #ffffff;
}

.datepicker .datepicker-years .year:hover,
.datepicker .datepicker-years .month:hover,
.datepicker .datepicker-months .year:hover,
.datepicker .datepicker-months .month:hover {
  background-color: #ee334c;
}

.datepicker .datepicker-years .year.disabled, .datepicker .datepicker-years .year.disabled:hover,
.datepicker .datepicker-years .month.disabled,
.datepicker .datepicker-years .month.disabled:hover,
.datepicker .datepicker-months .year.disabled,
.datepicker .datepicker-months .year.disabled:hover,
.datepicker .datepicker-months .month.disabled,
.datepicker .datepicker-months .month.disabled:hover {
  background-color: transparent;
  color: #424242;
}

.datepicker .datepicker-years .year.active, .datepicker .datepicker-years .year.active.active,
.datepicker .datepicker-years .month.active,
.datepicker .datepicker-years .month.active.active,
.datepicker .datepicker-months .year.active,
.datepicker .datepicker-months .year.active.active,
.datepicker .datepicker-months .month.active,
.datepicker .datepicker-months .month.active.active {
  background-color: transparent;
  color: #ee334c;
}

.datepicker .datepicker-years .year.active:hover, .datepicker .datepicker-years .year.active.active:hover,
.datepicker .datepicker-years .month.active:hover,
.datepicker .datepicker-years .month.active.active:hover,
.datepicker .datepicker-months .year.active:hover,
.datepicker .datepicker-months .year.active.active:hover,
.datepicker .datepicker-months .month.active:hover,
.datepicker .datepicker-months .month.active.active:hover {
  background-color: #ee334c;
  color: #ffffff;
}

.datepicker .datepicker-years .year.focused, .datepicker .datepicker-years .year.active.focused,
.datepicker .datepicker-years .month.focused,
.datepicker .datepicker-years .month.active.focused,
.datepicker .datepicker-months .year.focused,
.datepicker .datepicker-months .year.active.focused,
.datepicker .datepicker-months .month.focused,
.datepicker .datepicker-months .month.active.focused {
  background-color: #8d2f3c;
  color: #ffffff;
}

.datepicker .datepicker-years .year.focused:hover, .datepicker .datepicker-years .year.active.focused:hover,
.datepicker .datepicker-years .month.focused:hover,
.datepicker .datepicker-years .month.active.focused:hover,
.datepicker .datepicker-months .year.focused:hover,
.datepicker .datepicker-months .year.active.focused:hover,
.datepicker .datepicker-months .month.focused:hover,
.datepicker .datepicker-months .month.active.focused:hover {
  background-color: #ee334c;
}

.c-form-error,
.c-form-field .parsley-errors-list li {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 100%;
  color: #f00f00;
  display: block;
  font-weight: 400;
  margin: 0;
  text-align: left;
}

.c-form-error:last-child,
.c-form-field .parsley-errors-list li:last-child {
  margin-right: 0;
}

.c-form-error li, .c-form-field .parsley-errors-list li li {
  padding: 5px 0 10px;
  padding: 0.3125rem 0 0.625rem;
}

.c-form-error--message {
  font-size: 16px;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.c-form-field {
  position: relative;
}

.c-form-field.parsley-error input,
.c-form-field.parsley-error textarea {
  border-color: #f00f00;
}

.c-form-field input,
.c-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  color: #5e5e5e;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 13px 15px;
  padding: 0.8125rem 0.9375rem;
  transition: border 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

.c-form-field input::-webkit-input-placeholder,
.c-form-field textarea::-webkit-input-placeholder {
  color: #5e5e5e;
  color: rgba(94, 94, 94, 0.5);
  font-size: 13px;
  font-size: 0.8125rem;
}

@media (min-width: 540px) {
  .c-form-field input::-webkit-input-placeholder,
  .c-form-field textarea::-webkit-input-placeholder {
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) {
  .c-form-field input::-webkit-input-placeholder,
  .c-form-field textarea::-webkit-input-placeholder {
    font-size: 1rem;
  }
}

.c-form-field input::-moz-placeholder,
.c-form-field textarea::-moz-placeholder {
  color: #5e5e5e;
  color: rgba(94, 94, 94, 0.5);
  font-size: 13px;
  font-size: 0.8125rem;
}

@media (min-width: 540px) {
  .c-form-field input::-moz-placeholder,
  .c-form-field textarea::-moz-placeholder {
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) {
  .c-form-field input::-moz-placeholder,
  .c-form-field textarea::-moz-placeholder {
    font-size: 1rem;
  }
}

.c-form-field input:-moz-placeholder,
.c-form-field textarea:-moz-placeholder {
  color: #5e5e5e;
  color: rgba(94, 94, 94, 0.5);
  font-size: 13px;
  font-size: 0.8125rem;
}

@media (min-width: 540px) {
  .c-form-field input:-moz-placeholder,
  .c-form-field textarea:-moz-placeholder {
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) {
  .c-form-field input:-moz-placeholder,
  .c-form-field textarea:-moz-placeholder {
    font-size: 1rem;
  }
}

.c-form-field input:-ms-input-placeholder,
.c-form-field textarea:-ms-input-placeholder {
  color: #5e5e5e;
  color: rgba(94, 94, 94, 0.5);
  font-size: 13px;
  font-size: 0.8125rem;
}

@media (min-width: 540px) {
  .c-form-field input:-ms-input-placeholder,
  .c-form-field textarea:-ms-input-placeholder {
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) {
  .c-form-field input:-ms-input-placeholder,
  .c-form-field textarea:-ms-input-placeholder {
    font-size: 1rem;
  }
}

.c-form-field input:focus,
.c-form-field textarea:focus {
  outline: none;
  border-color: #5e5e5e;
}

.c-form-field input:disabled,
.c-form-field textarea:disabled {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.c-form-field .parsley-errors-list li {
  padding: 5px 0 10px;
  padding: 0.3125rem 0 0.625rem;
}

.c-form-field > svg, .c-form-field__icon {
  display: none;
  fill: #ee334c;
  height: 22px;
  height: 1.375rem;
  left: 20px;
  left: 1.25rem;
  margin-top: -11px;
  margin-top: -0.6875rem;
  position: absolute;
  top: 50%;
  width: 22px;
  width: 1.375rem;
}

@media (min-width: 768px) {
  .c-form-field > svg, .c-form-field__icon {
    display: block;
  }
}

.c-form-field--borderless input,
.c-form-field--borderless textarea {
  border: none;
}

.c-form-field--large\@medium input,
.c-form-field--large\@medium textarea {
  font-size: 16px;
  font-size: 1rem;
  max-height: 44px;
  max-height: 2.75rem;
  padding: 14px 15px;
  padding: 0.875rem 0.9375rem;
}

@media (min-width: 768px) {
  .c-form-field--large\@medium input,
  .c-form-field--large\@medium textarea {
    max-height: 3.75rem;
    padding: 1.375rem 0.9375rem;
  }
}

@media (min-width: 768px) {
  .c-form-field--icon\@medium input,
  .c-form-field--icon\@medium textarea {
    padding-left: 3.75rem;
  }
}

.c-form-label {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  min-height: 16px;
  min-height: 1rem;
  padding-left: 2px;
  text-align: left;
  vertical-align: middle;
}

.c-form-label > em {
  color: #ee334c;
  font-style: normal;
}

.c-form-label--invisible {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  font-size: 0;
}

.c-form-select {
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  color: #5e5e5e;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  position: relative;
}

.c-form-select.parsley-error {
  border-color: #f00f00;
}

.c-form-select:before {
  color: #ee334c;
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  position: absolute;
  right: 15px;
  right: 0.9375rem;
  top: 50%;
  -webkit-transform: translateY(-51%);
      -ms-transform: translateY(-51%);
          transform: translateY(-51%);
}

.lt-ie10 .c-form-select:before {
  display: none;
}

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

.c-form-select__btn,
.c-form-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  color: #5e5e5e;
  text-overflow: ellipsis;
  cursor: pointer;
  overflow: hidden;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  line-height: normal;
  padding: 13px 15px;
  padding: 0.8125rem 0.9375rem;
  position: relative;
  width: 100%;
  display: block;
  text-align: left;
}

.c-form-select__btn:focus,
.c-form-select select:focus {
  outline: none;
}

.lt-ie10 .c-form-select__btn, .lt-ie10
.c-form-select select {
  padding: 11px;
}

.c-form-select--borderless {
  border: none;
}

@media (min-width: 768px) {
  .c-form-select--large\@medium:before {
    font-size: 16px;
    right: 1.25rem;
  }
}

.c-form-select--large\@medium select,
.c-form-select--large\@medium .c-form-select__btn {
  font-size: 16px;
  font-size: 1rem;
  max-height: 42px;
  max-height: 2.625rem;
  padding: 12px 40px 12px 15px;
  padding: 0.75rem 2.5rem 0.75rem 0.9375rem;
}

@media (min-width: 768px) {
  .c-form-select--large\@medium select,
  .c-form-select--large\@medium .c-form-select__btn {
    max-height: 3.625rem;
    padding: 1.25rem 2.5rem 1.25rem 0.9375rem;
  }
}

@media (min-width: 768px) {
  .c-form-select--icon\@medium {
    padding-left: 2.5rem;
  }
}

.c-form-select--icon\@medium svg {
  display: none;
  fill: #ee334c;
  height: 20px;
  left: 18px;
  left: 1.125rem;
  margin-top: -9px;
  margin-top: -0.5625rem;
  position: absolute;
  top: 50%;
  width: 20px;
}

@media (min-width: 768px) {
  .c-form-select--icon\@medium svg {
    display: block;
  }
}

.c-form-select--fake:before {
  font-size: 16px;
  font-size: 1rem;
}

.js .c-form-select--fake select {
  display: none;
}

.no-js .c-form-select--fake .c-form-select__btn {
  display: none;
}

.c-form-select--filter {
  display: inline-block;
  width: 150px;
  width: 9.375rem;
}

@media (min-width: 540px) {
  .c-form-select--filter {
    width: 14.375rem;
  }
}

.c-form-select--filter select {
  color: #ee334c;
  font-weight: 600;
}

.c-gallery {
  background-color: #262626;
  position: relative;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (min-width: 540px) {
  .c-gallery {
    height: auto !important;
  }
}

.touch .c-gallery {
  cursor: -webkit-grab;
  cursor: grab;
}

.touch .c-gallery:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.c-gallery:before {
  -webkit-animation: spinner 1s infinite linear;
          animation: spinner 1s infinite linear;
  border-color: #ffffff #ffffff #ffffff #ffffff;
  border-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.25) #ffffff;
  border-radius: 40px;
  border-style: solid;
  border-width: 4px;
  content: "";
  display: block;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  transition-duration: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 50px;
}

.js .c-gallery .c-gallery__list,
.js .c-gallery .c-gallery__prev,
.js .c-gallery .c-gallery__next {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.js .c-gallery.is-loaded {
  height: auto;
}

.js .c-gallery.is-loaded:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.js .c-gallery.is-loaded .c-gallery__list,
.js .c-gallery.is-loaded .c-gallery__prev,
.js .c-gallery.is-loaded .c-gallery__next {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.c-gallery__list {
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (min-width: 540px) {
  .c-gallery__list {
    height: auto;
  }
}

.c-gallery__list:before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 66.67%;
}

.c-gallery__item {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-gallery__item img {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.c-gallery__item.is-hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-gallery__item.is-hidden img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.c-gallery__item.is-selected img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.c-gallery__img {
  background-color: #262626;
  height: auto;
  position: absolute;
  width: auto;
  overflow: hidden;
}

.c-gallery__img img {
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-gallery__img img.is-loaded {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 540px) {
  .c-gallery__img img.is-loaded {
    height: 100%;
  }
}

.c-gallery__img[data-type="landscape"] {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.c-gallery__img[data-type="landscape"]:before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 66.667%;
}

.c-gallery__img[data-type="portrait"] {
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 100%;
}

@media (min-width: 540px) {
  .c-gallery__img[data-type="portrait"] {
    top: 50%;
    left: 5%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 42.5%;
  }
}

.c-gallery__img[data-type="portrait"]:before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 133.33%;
}

@media (min-width: 540px) {
  .c-gallery__img[data-type="portrait"][data-align="right"] {
    left: auto;
    right: 5%;
  }
}

.c-gallery__prev, .c-gallery__next {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: #ee334c;
  border-radius: 100%;
  height: 44px;
  position: absolute;
  top: 50%;
  width: 44px;
  z-index: 100;
}

.c-gallery__prev:focus, .c-gallery__next:focus {
  outline: none;
}

.c-gallery__prev:hover, .c-gallery__next:hover {
  background-color: #b32538;
}

.c-gallery__prev svg, .c-gallery__next svg {
  fill: #ffffff;
  height: 14px;
  left: 50%;
  margin-left: -5px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 8px;
}

.c-gallery__prev {
  left: 5px;
  left: 0.3125rem;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (min-width: 540px) {
  .c-gallery__prev {
    left: 0.9375rem;
  }
}

@media (min-width: 768px) {
  .c-gallery__prev {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.c-gallery__next {
  right: 5px;
  right: 0.3125rem;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (min-width: 540px) {
  .c-gallery__next {
    right: 0.9375rem;
  }
}

@media (min-width: 768px) {
  .c-gallery__next {
    right: 0;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

.c-gallery__next svg {
  margin-left: -3px;
}

.c-header {
  zoom: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  left: 0;
  min-width: 320px;
  min-width: 20rem;
  position: fixed;
  top: 0;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  z-index: 1000;
}

.c-header:before, .c-header:after {
  content: "";
  display: table;
}

.c-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .c-header {
    box-shadow: none;
    max-height: 80px;
  }
  .js .is-loading .c-header {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.c-header:before {
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
  content: "";
  display: none;
  height: 150px;
  left: 0;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
}

@media (min-width: 768px) {
  .c-header:before {
    display: block;
  }
}

.c-header__inner {
  margin: 0 auto;
  max-width: 1440px;
  max-width: 90rem;
}

@media (min-width: 768px) {
  .c-header__inner {
    padding: 0 1.875rem;
  }
}

.c-header__logo {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 140px;
  width: 8.75rem;
}

@media (min-width: 768px) {
  .c-header__logo {
    float: left;
    left: auto;
    padding: 1.4375rem 0;
    position: static;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 180px;
  }
}

.c-header__logo svg {
  fill: #ffffff;
}

.c-header__logo #logo {
  fill: #ee334c;
  height: 20px;
  height: 1.25rem;
  left: 50%;
  margin-left: -58px;
  margin-left: -3.625rem;
  margin-top: -10px;
  margin-top: -0.625rem;
  position: absolute;
  top: 50%;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 118px;
  width: 7.375rem;
}

@media (min-width: 768px) {
  .c-header__logo #logo {
    fill: #ffffff;
    height: 1.75rem;
    margin: 0;
    width: 10.3125rem;
    position: static;
  }
}

.c-header__logo #logo-small {
  display: none;
}

.c-header__bar {
  position: relative;
  background-color: #ffffff;
  height: 60px;
  height: 3.75rem;
}

@media (min-width: 768px) {
  .c-header__bar {
    height: auto;
  }
}

.c-header__account {
  position: absolute;
  right: 5px;
  right: 0.3125rem;
  top: 0;
}

.c-header__secondary-container {
  display: none;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-header__secondary-container.is-hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.c-header__menu-btn {
  height: 100%;
  position: absolute;
  width: 60px;
  width: 3.75rem;
}

@media (min-width: 768px) {
  .c-header__menu-btn {
    display: none;
  }
}

.c-header__menu-btn svg {
  fill: #262626;
  height: 18px;
  left: 50%;
  margin-left: -14px;
  margin-left: -0.875rem;
  margin-top: -9px;
  margin-top: -0.5625rem;
  position: absolute;
  top: 50%;
  width: 28px;
}

.c-header__menu-btn:focus {
  outline: none;
}

@media (min-width: 768px) {
  .c-header__links {
    float: right;
    padding: 1.25rem 0;
    width: calc(100% - 180px);
  }
}

.c-header--shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

@media (min-width: 768px) {
  .c-header--solid {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #ffffff;
  }
  .c-header--solid:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
  }
  .c-header--solid .c-header__logo #logo {
    fill: #ee334c;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .c-header--solid .c-link {
    color: #5e5e5e;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .c-header--solid .c-btn-ghost {
    border-color: #ee334c;
    color: #ee334c;
  }
  .c-header--solid .c-btn-ghost:hover, .c-header--solid .c-btn-ghost:focus {
    color: #ffffff;
  }
}

@media (min-width: 768px) {
  .c-header--secondary {
    max-height: 100px;
  }
}

.js .is-loading .c-header--secondary {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.c-header--secondary:before {
  display: none;
}

.c-header--secondary .c-header__bar {
  border-bottom: 1px solid #e6e6e6;
}

@media (min-width: 768px) {
  .c-header--secondary .c-header__bar {
    border-bottom: none;
  }
}

@media (min-width: 768px) {
  .c-header--secondary .c-header__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .c-header--secondary .c-header__inner {
    padding-left: 1.25rem;
  }
}

.c-header--secondary .c-header__secondary-container {
  display: block;
  height: 61px;
  height: 3.8125rem;
  background-color: #ffffff;
}

@media (min-width: 540px) {
  .c-header--secondary .c-header__secondary-container {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .c-header--secondary .c-header__secondary-container:after {
    background-color: #ffffff;
    border-bottom: 1px solid #e6e6e6;
    /*content: "";*/
    height: 3.8125rem;
    left: 0;
    position: fixed;
    top: 2.5rem;
    width: 100%;
  }
}

.c-header--secondary .c-header__links {
  float: none;
}

@media (min-width: 768px) {
  .c-header--secondary .c-header__links {
    height: 40px;
    padding: 0 1.25rem 0 6.25rem;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .c-header--secondary .c-header__links:after {
    background-color: #262626;
    content: "";
    display: block;
    height: 2.5rem;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .c-header--secondary .c-header__logo {
    background-color: #ee334c;
    height: 101px;
    position: relative;
    width: 100px;
    z-index: 1100;
  }
}

@media (min-width: 768px) {
  .c-header--secondary .c-header__logo #logo {
    display: none;
  }
}

.c-header--secondary .c-header__logo #logo-small {
  left: 50%;
  margin-left: -28px;
  margin-left: -1.75rem;
  margin-top: -21px;
  margin-top: -1.3125rem;
  position: absolute;
  top: 50%;
}

@media (min-width: 768px) {
  .c-header--secondary .c-header__logo #logo-small {
    display: block;
  }
}

.c-hero {
  background-color: #262626;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.c-hero__bg-img {
  bottom: 0;
  left: 50%;
  max-width: 1920px;
  max-width: 120rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  background-size: cover;
}

.c-hero__bg-img:after {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.c-hero__img {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}

.c-hero__img.lazyload {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.c-hero__img.lazyloaded {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.c-hero__img.lazyloaded + .c-loader {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.c-hero__inner {
  background-color: #262626;
  display: table;
  height: 360px;
  padding: 90px 0 90px;
  padding: 5.625rem 0 5.625rem;
  table-layout: fixed;
  width: 100%;
}

@media (min-width: 768px) {
  .c-hero__inner {
    height: 600px;
    padding: 3.75rem 0;
  }
}

.c-hero__content-wrap {
  display: table-cell;
  position: relative;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  vertical-align: middle;
  z-index: 10;
}

.js .is-loading .c-hero__content-wrap {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.c-hero__content {
  color: #ffffff;
  margin: 0 auto;
  max-width: 720px;
  max-width: 45rem;
}

@media (max-width: 540px) {
  .c-hero__content {
    font-size: 1.125rem;
  }
}

.c-hero__content .o-inline-group__item {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.c-hero__body {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.c-hero__title {
  color: #ffffff;
  line-height: 1.3;
  margin: 0 auto 20px;
  margin: 0 auto 1.25rem;
  max-width: 480px;
  max-width: 30rem;
}

.c-hero--left-aligned {
  text-align: left;
}

.c-hero--left-aligned .c-hero__content {
  margin-left: 0;
}

.c-hero--left-aligned .c-hero__title {
  margin-left: 0;
}

.c-hero--feature .c-hero__title {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .c-hero--feature .c-hero__title {
    margin-bottom: 0;
  }
}

.c-hero--split {
  max-width: 1920px;
  max-width: 120rem;
}

.c-hero--split .c-share {
  position: relative;
  z-index: 10;
}

@media (min-width: 992px) {
  .c-hero--split .c-share {
    position: absolute;
    left: 50%;
    top: 3.125rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.c-hero--split .c-hero__bg-img {
  background-position: 50% 0%;
  display: block;
  left: auto;
  position: relative;
  top: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 100%;
}

.c-hero--split .c-hero__bg-img:after {
  display: none;
}

@media (min-width: 768px) {
  .c-hero--split .c-hero__bg-img {
    left: 0;
    position: absolute;
    top: 0;
    width: 33.33%;
  }
}

@media (min-width: 992px) {
  .c-hero--split .c-hero__bg-img {
    width: 50%;
  }
}

.c-hero--split .c-hero__img {
  position: relative;
  left: auto;
  top: auto;
}

@media (min-width: 768px) {
  .c-hero--split .c-hero__img {
    left: 0;
    position: absolute;
    top: 0;
  }
}

.c-hero--split .c-hero__inner {
  background-color: #ffffff;
  color: #5e5e5e;
  display: block;
  height: auto;
  margin: 0;
  text-align: left;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  width: 100%;
}

@media (min-width: 540px) {
  .c-hero--split .c-hero__inner {
    padding: 1.875rem 1.875rem 3.125rem;
  }
}

@media (min-width: 768px) {
  .c-hero--split .c-hero__inner {
    margin-left: 33.33%;
    min-height: 37.5rem;
    padding-left: 1.875rem;
    width: 66.66%;
  }
}

@media (min-width: 992px) {
  .c-hero--split .c-hero__inner {
    margin-left: 50%;
    padding-left: 3.125rem;
    padding-top: 3.125rem;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .c-hero--split .c-hero__inner {
    padding-left: 6.25rem;
    padding-right: 3.125rem;
  }
}

.c-hero--split .c-hero__content-wrap {
  vertical-align: top;
}

@media (max-width: 540px) {
  .c-hero--split .c-hero__content-wrap {
    display: block;
  }
}

.c-hero--split .c-hero__title {
  color: #262626;
  margin-left: 0;
}

.c-hero--split .c-hero__content {
  color: #5e5e5e;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  max-width: none;
  margin: 0;
}

@media (min-width: 992px) {
  .c-hero--split .c-hero__content {
    max-width: 31.25rem;
  }
}

@media (min-width: 540px) {
  .c-hero--negative-bottom\@small {
    margin-bottom: -3.75rem;
  }
}

@media (min-width: 768px) {
  .c-hero--negative-bottom\@small {
    margin-bottom: -5.625rem;
  }
}

@media (min-width: 540px) {
  .c-hero--negative-bottom\@small .c-hero__inner {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .c-hero--negative-bottom\@small .c-hero__inner {
    padding-bottom: 3.75rem;
  }
}

@media (min-width: 540px) {
  .c-hero--negative-bottom\@small.c-hero--left-aligned .c-hero__inner {
    padding-bottom: 5.625rem;
  }
}

@media (min-width: 768px) {
  .c-hero--negative-bottom\@small.c-hero--left-aligned .c-hero__inner {
    padding-bottom: 3.75rem;
  }
}

@media (min-width: 768px) {
  .c-hero--negative-bottom\@medium {
    margin-bottom: -5.625rem;
  }
}

@media (min-width: 540px) {
  .c-hero--negative-bottom\@medium.c-hero--split .c-hero__inner {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .c-hero--negative-bottom\@medium.c-hero--split .c-hero__inner {
    padding-bottom: 6.875rem;
  }
}

.c-icon-social {
  color: #444;
  font-size: 24px;
  font-size: 1.5rem;
  transition: color 0.2s ease-in-out;
}

.c-icon-social[class*="facebook"]:hover {
  color: #3b5998;
}

.c-icon-social[class*="google-plus"]:hover {
  color: #dd4b39;
}

.c-icon-social[class*="instagram"]:hover {
  color: #DC3274;
}

.c-icon-social[class*="linked-in"]:hover {
  color: #007bb5;
}

.c-icon-social[class*="pinterest"]:hover {
  color: #cb2027;
}

.c-icon-social[class*="twitter"]:hover {
  color: #00aced;
}

.c-icon-social[class*="youtube"]:hover {
  color: #bb0000;
}

.c-inline-form {
  zoom: 1;
  margin: 0 auto;
  max-width: 480px;
  max-width: 30rem;
}

.c-inline-form:before, .c-inline-form:after {
  content: "";
  display: table;
}

.c-inline-form:after {
  clear: both;
}

@media (min-width: 768px) {
  .c-inline-form {
    margin: 0;
  }
}

@media (max-width: 540px) {
  .c-inline-form {
    max-width: 20rem;
  }
}

.c-inline-form__item {
  float: left;
  margin: 0;
}

.c-inline-form__item:first-child {
  width: calc(100% - 100px);
}

.c-inline-form__item:last-child {
  float: right;
  width: 100px;
  width: 6.25rem;
}

.c-inline-form .c-form-field input {
  border-radius: 4px 0 0 4px;
  color: #262626;
  font-size: 16px;
  min-height: 45px;
  min-height: 2.8125rem;
  padding: 10px 14px 11px;
  padding: 0.625rem 0.875rem 0.6875rem;
  width: 100%;
}

.c-inline-form .c-form-field input::-webkit-input-placeholder {
  color: #5e5e5e;
  color: rgba(94, 94, 94, 0.5);
}

.c-inline-form .c-form-field input::-moz-placeholder {
  color: #5e5e5e;
  color: rgba(94, 94, 94, 0.5);
}

.c-inline-form .c-form-field input:-moz-placeholder {
  color: #5e5e5e;
  color: rgba(94, 94, 94, 0.5);
}

.c-inline-form .c-form-field input:-ms-input-placeholder {
  color: #5e5e5e;
  color: rgba(94, 94, 94, 0.5);
}

.c-inline-form .c-form-field input:focus {
  border-color: #ffffff;
}

.c-inline-form .c-form-field.parsley-error input:focus {
  border-color: #f00f00;
}

.c-inline-form .parsley-errors-list li {
  position: absolute;
  top: 100%;
  left: 0;
}

.c-inline-form__btn {
  border-radius: 0 4px 4px 0;
  font-size: 16px;
  line-height: 1;
  min-height: 45px;
  min-height: 2.8125rem;
  padding: 11px 20px 11px;
  padding: 0.6875rem 1.25rem 0.6875rem;
  width: 100%;
}

.c-inline-icon {
  display: inline-block;
  font-size: 0;
  margin: 0 5px;
  margin: 0 0.3125rem;
  position: relative;
  top: -0.125em;
  vertical-align: middle;
}

.c-inline-icon svg {
  display: inline-block;
  fill: #ffffff;
  height: 34px;
  height: 2.125rem;
  width: 34px;
  width: 2.125rem;
}

@media (min-width: 768px) {
  .c-inline-icon svg {
    height: 2.75rem;
    width: 2.75rem;
  }
}

.c-link {
  color: #ffffff;
  line-height: 1.3;
  position: relative;
}

.c-link, .c-link:link, .c-link:visited {
  display: inline-block;
  position: relative;
  text-decoration: none;
  word-break: break-word;
}

.c-link:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.c-link:before {
  background-color: #ee334c;
  bottom: -0.15em;
  content: "";
  height: 0.0625em;
  left: 0;
  position: absolute;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
  width: 100%;
}

@media (max-width: 540px) {
  .touch .c-link {
    white-space: nowrap;
  }
}

.c-link svg {
  display: inline-block;
  fill: #ee334c;
  height: 12px;
  height: 0.75rem;
  position: relative;
  vertical-align: middle;
  width: 8px;
  width: 0.5rem;
}

.c-link:focus {
  outline: none;
}

.c-link--red {
  color: #ee334c !important;
}

.c-link--icon-left svg {
  margin-right: 10px;
  margin-right: 0.625rem;
}

.c-link--medium {
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 540px) {
  .touch .c-link--wrap {
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .c-link--btn\@medium-max {
    background-color: #262626;
    border: 1px solid #262626;
    color: #ffffff !important;
    display: block !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    min-height: 2.75rem;
    padding: 0.6875rem 0.625rem;
    text-align: center;
  }
  .c-link--btn\@medium-max:before {
    display: none;
  }
  .c-link--btn\@medium-max svg {
    fill: #ffffff;
    left: 0.625rem;
    margin-top: -0.375rem;
    position: absolute;
    top: 50%;
  }
}

.c-link--grey {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}

.c-link--grey, .c-link--grey:link, .c-link--grey:visited {
  display: inline-block;
  position: relative;
  text-decoration: none;
  word-break: break-word;
}

.c-link--grey:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.c-link--grey:before {
  background-color: #ee334c;
  bottom: -0.15em;
  content: "";
  height: 0.0625em;
  left: 0;
  position: absolute;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
  width: 100%;
}

.c-link.is-active:before {
  visibility: visible !important;
  -webkit-transform: scaleX(1) !important;
      -ms-transform: scaleX(1) !important;
          transform: scaleX(1) !important;
}

.c-list,
.s-cms-content ul:not([class*="c-"]),
.s-cms-content ol:not([class*="c-"]) {
  list-style-type: none;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding: 0;
  position: relative;
}

.c-list li, .s-cms-content ul:not([class*="c-"]) li, .s-cms-content ol:not([class*="c-"]) li {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding-left: 1.5625em;
  position: relative;
}

.c-list li:before, .s-cms-content ul:not([class*="c-"]) li:before, .s-cms-content ol:not([class*="c-"]) li:before {
  color: #ee334c;
  display: inline-block;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  vertical-align: middle;
}

.c-list--unordered li:before,
.c-list .s-cms-content ul:not([class*="c-"]) li:before, .s-cms-content
.c-list ul:not([class*="c-"]) li:before, .s-cms-content ul:not([class*="c-"]) li:before, .s-cms-content ul:not([class*="c-"]) ul:not([class*="c-"]) li:before, .s-cms-content ol:not([class*="c-"]) ul:not([class*="c-"]) li:before {
  content: ".";
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 10px;
  top: -0.12em;
}

.c-list--ordered,
.c-list .s-cms-content ol:not([class*="c-"]), .s-cms-content
.c-list ol:not([class*="c-"]),
.s-cms-content ol:not([class*="c-"]), .s-cms-content ul:not([class*="c-"]) ol:not([class*="c-"]), .s-cms-content ol:not([class*="c-"]) ol:not([class*="c-"]) {
  counter-reset: section;
}

.c-list--ordered li:before,
.c-list .s-cms-content ol:not([class*="c-"]) li:before, .s-cms-content
.c-list ol:not([class*="c-"]) li:before, .s-cms-content ol:not([class*="c-"]) li:before, .s-cms-content ul:not([class*="c-"]) ol:not([class*="c-"]) li:before, .s-cms-content ol:not([class*="c-"]) ol:not([class*="c-"]) li:before {
  content: counter(section, decimal) ".";
  counter-increment: section;
  font-weight: 600;
  left: 0;
  line-height: 1.4;
}

.c-list--ordered ol li:before,
.c-list .s-cms-content ol:not([class*="c-"]) ol li:before, .s-cms-content
.c-list ol:not([class*="c-"]) ol li:before, .s-cms-content ol:not([class*="c-"]) ol li:before, .s-cms-content ul:not([class*="c-"]) ol:not([class*="c-"]) ol li:before, .s-cms-content ol:not([class*="c-"]) ol:not([class*="c-"]) ol li:before {
  content: counter(section);
}

.c-loader {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-loader:after {
  -webkit-animation: spinner 1s infinite linear;
          animation: spinner 1s infinite linear;
  border-color: #ffffff #ffffff #ffffff #ffffff;
  border-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) #ffffff;
  border-radius: 40px;
  border-style: solid;
  border-width: 4px;
  content: "";
  display: block;
  height: 50px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition-duration: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 50px;
}

.c-loader--dark:after {
  border-color: #5e5e5e #5e5e5e #5e5e5e #262626;
  border-color: rgba(94, 94, 94, 0.3) rgba(94, 94, 94, 0.3) rgba(94, 94, 94, 0.3) #262626;
}

.c-loader--small:after {
  width: 30px;
  height: 30px;
}

.c-loader.is-visible:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.c-mockup {
  display: inline-block;
  padding: 0;
}

.c-mockup img {
  max-width: 100%;
  width: 100%;
}

.c-modal {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 50px 20px 50px;
  padding: 3.125rem 1.25rem 3.125rem;
  text-align: center;
}

@media (min-width: 768px) {
  .c-modal {
    padding: 3.125rem;
    max-width: 37.5rem;
    padding-top: 1rem;
    padding-bottom: 0;
  }
  .c-modal--share {
    max-width: 70%;
  }
  .c-modal--share .c-modal__inner {
    max-width: 100%;
  }
}

.c-modal__header {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.c-modal__header p:last-child:last-of-type {
  margin: 0;
}

.c-modal__inner {
  margin: 0 auto;
  max-width: 320px;
  max-width: 20rem;
}

.c-modal__title {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.c-modal__subtitle {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #5e5e5e;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.c-modal__block {
  position: relative;
  border-top: 1px solid #e6e6e6;
  padding: 30px 0;
  padding: 1.875rem 0;
}

.c-modal__block:last-child {
  padding-bottom: 0;
}

.c-modal--large .c-modal__inner {
  max-width: 400px;
  max-width: 25rem;
}

.mfp-wrap {
  min-width: 320px;
  min-width: 20rem;
}

.mfp-wrap .c-btn-close {
  position: absolute;
  right: 25px;
  right: 1.5625rem;
  top: 35px;
  top: 2.1875rem;
}

@media (min-width: 768px) {
  .mfp-wrap .c-btn-close {
    right: 1.875rem;
    top: 1.875rem;
  }
}

.mfp-content {
  padding: 30px 10px;
  padding: 1.875rem 0.625rem;
  vertical-align: top;
}

@media (min-width: 768px) {
  .mfp-content {
    padding: 0;
    vertical-align: middle;
  }
}

.mfp-swoop-up.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mfp-swoop-up.mfp-bg.mfp-ready {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.mfp-swoop-up.mfp-bg.mfp-removing {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.mfp-swoop-up.mfp-wrap .c-modal {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}

.mfp-swoop-up.mfp-wrap .c-btn-close {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 9999;
}

.mfp-swoop-up.mfp-wrap.mfp-ready .c-modal {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  transition: all 0.87s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.mfp-swoop-up.mfp-wrap.mfp-ready .c-btn-close {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.mfp-swoop-up.mfp-wrap.mfp-removing .c-modal {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mfp-swoop-up.mfp-wrap.mfp-removing .c-btn-close {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */
.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.ms-choice {
  width: 100%;
  color: #5e5e5e;
  display: block;
  text-align: left;
  -moz-border-radius: 4px;
  padding: 13px 15px;
  padding: .8125rem .9375rem;
  font-size: 14px;
  font-size: .875rem;
  -webkit-appearance: none;
  margin: 0;
}

.ms-choice.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.ms-choice > span {
  width: 100%;
  padding-left: 8px;
  cursor: pointer;
}

.ms-choice > span.placeholder {
  color: #999;
}

.ms-choice > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 25px;
  background: url("multiple-select.png") left top no-repeat;
}

.ms-choice > div.open {
  background: url("multiple-select.png") right top no-repeat;
}

.ms-drop {
  width: 100%;
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #000;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

.ms-drop ul {
  overflow: auto;
}

.ms-drop ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e6e6e6;
}

.ms-drop.bottom {
  top: 100%;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.ms-drop.top {
  bottom: 100%;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 4px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
}

.ms-drop ul > li .disabled {
  opacity: .35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: Alpha(Opacity=35);
}

.ms-drop ul > li.multiple {
  display: block;
  float: left;
}

.ms-drop ul > li.group {
  clear: both;
}

.ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ms-drop ul > li label {
  font-weight: normal;
  display: block;
  white-space: nowrap;
  text-align: left;
  padding-left: 10px;
}

.ms-drop ul > li label span {
  cursor: pointer;
}

.ms-drop ul > li label.optgroup {
  font-weight: bold;
}

.ms-drop input[type="checkbox"] {
  vertical-align: middle;
}

.ms-drop .ms-no-results {
  display: none;
}

.c-form-field .ms-drop input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: auto;
  padding: 0;
  margin-right: 10px;
  cursor: pointer;
}

.c-nav-bar {
  zoom: 1;
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
}

.c-nav-bar:before, .c-nav-bar:after {
  content: "";
  display: table;
}

.c-nav-bar:after {
  clear: both;
}

.c-nav-bar__inner {
  line-height: 1;
}

@media (min-width: 768px) {
  .c-nav-bar__inner {
    float: left;
    padding: 0.5625rem 0.625rem;
  }
}

@media (min-width: 768px) {
  .c-nav-bar__links {
    float: right;
  }
}

.c-nav-bar__links ul {
  zoom: 1;
}

.c-nav-bar__links ul:before, .c-nav-bar__links ul:after {
  content: "";
  display: table;
}

.c-nav-bar__links ul:after {
  clear: both;
}

.c-nav-bar__links li {
  float: left;
  width: 50%;
}

@media (min-width: 768px) {
  .c-nav-bar__links li {
    height: 3.8125rem;
    width: auto;
  }
}

@media (min-width: 768px) {
  .c-nav-bar__links li:last-child {
    margin-left: 0.625rem;
  }
}

@media (min-width: 992px) {
  .c-nav-bar__links li:last-child {
    margin-left: 0.9375rem;
  }
}

.c-nav-bar__links a:not([class*="c-btn"]),
.c-nav-bar__links .c-link {
  color: #ee334c;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 20px 10px;
  margin: 1.25rem 0.625rem;
}

@media (min-width: 992px) {
  .c-nav-bar__links a:not([class*="c-btn"]),
  .c-nav-bar__links .c-link {
    margin: 1.25rem 0.9375rem;
  }
}

.c-nav-bar .c-circle-frame {
  display: inline-block;
  vertical-align: middle;
}

.c-nav-bar__title {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  padding: 14px 10px;
  padding: 0.875rem 0.625rem;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .c-nav-bar--links-full .c-nav-bar__links li {
    width: 100%;
  }
}

.c-nav {
  background-color: #262626;
  height: 100%;
  left: 0;
  min-height: 100vh;
  padding-top: 60px;
  padding-top: 3.75rem;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 280px;
  z-index: 1100;
}

@media (min-width: 768px) {
  .c-nav {
    background-color: transparent;
    height: auto;
    min-height: 0;
    padding-top: 0;
    position: relative;
    text-align: right;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
  }
}

.c-nav__header {
  left: 0;
  padding: 10px 15px 10px 60px;
  padding: 0.625rem 0.9375rem 0.625rem 3.75rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media (min-width: 768px) {
  .c-nav__header {
    display: none;
  }
}

.c-nav__header li {
  display: inline-block;
  vertical-align: top;
}

.c-nav__header li:first-child {
  left: 7px;
  left: 0.4375rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-nav__header li:last-child {
  position: absolute;
  right: 0;
  right: 15px;
  right: 0.9375rem;
  top: 13px;
  top: 0.8125rem;
}

.c-nav__menu-btn {
  display: block;
  width: 44px;
  height: 44px;
}

.c-nav__menu-btn svg {
  fill: #ffffff;
  height: 22px;
  left: 50%;
  margin-left: -11px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 22px;
}

.c-nav__menu-btn:focus {
  outline: none;
}

.c-nav__logo {
  display: block;
  line-height: 1;
}

.c-nav__logo svg {
  fill: #ffffff;
  width: 30px;
  height: 30px;
}

@media (min-width: 768px) {
  .c-nav__logo {
    display: none;
  }
}

.c-nav__prev {
  position: absolute;
  left: 15px;
  left: 0.9375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .c-nav__links .c-link {
    display: block;
    padding: 1.75rem 1.25rem 0.625rem;
  }
}

@media (max-width: 767px) {
  .c-nav__links .c-link:before {
    display: none;
  }
}

.c-nav__links li:not([class*="c-"]) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .c-nav__links li:not([class*="c-"]) {
    border-bottom: none;
    display: inline-block;
    line-height: 2.5rem;
    margin: 0 0.5rem;
    vertical-align: middle;
  }
}

@media (min-width: 992px) {
  .c-nav__links li:not([class*="c-"]) {
    margin: 0 0.9375rem;
  }
}

@media (min-width: 768px) {
  .c-nav__links li:not([class*="c-"]):last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .c-nav__links li:not([class*="c-"])[class*="u-"] {
    display: inline-block !important;
  }
}

.c-nav__footer {
  bottom: 0;
  left: 0;
  padding: 25px;
  padding: 1.5625rem;
  position: absolute;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .c-nav__footer {
    display: none;
  }
}

@media screen and (max-height: 480px) {
  .c-nav__footer {
    display: none;
  }
}

.js-nav-open .c-nav {
  position: relative;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.c-overlay-menu {
  /*background-color: $c-white;*/
  background-color: #e6e6e6;
  margin: auto;
  bottom: 0;
  /*left: 0;*/
  min-height: 100vh;
  /*min-width: 320px;*/
  width: 80%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: fixed;
  /*right: 0;*/
  text-align: center;
  top: 0;
  transition: opacity 0.33s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.33s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.33s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.33s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.33s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.33s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.33s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.33s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.33s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.33s cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
  z-index: 2000;
}

.c-overlay-menu__header {
  /*background-color: $c-white;*/
  background-color: #e6e6e6;
  /*left: 0;*/
  /*min-width: 320px;*/
  width: 80%;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: fixed;
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: opacity 0.33s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: opacity 0.33s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: opacity 0.33s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  /*width: 100%;*/
  z-index: 2100;
}

.c-overlay-menu__header-inner {
  display: table;
  height: 60px;
  height: 3.75rem;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  padding: 0 1.25rem;
  width: 100%;
}

@media (min-width: 768px) {
  .c-overlay-menu__header-inner {
    height: 7.5rem;
    padding: 0 1.875rem;
  }
}

@media screen and (max-height: 600px) {
  .c-overlay-menu__header-inner {
    height: 5rem;
  }
}

.c-overlay-menu__header-item {
  display: table-cell;
  vertical-align: middle;
}

.c-overlay-menu__header-item:first-child {
  text-align: left;
}

.c-overlay-menu__header-item:last-child {
  text-align: right;
}

.c-overlay-menu__logo {
  display: inline-block;
  line-height: 1;
}

.c-overlay-menu__logo svg {
  fill: #ee334c;
  height: 30px;
  width: 30px;
}

@media (min-width: 768px) {
  .c-overlay-menu__logo svg {
    height: 42px;
    width: 42px;
  }
}

.c-overlay-menu__title {
  color: #262626;
  margin: 0;
}

@media (max-width: 540px) {
  .c-overlay-menu__title {
    font-size: 1.125rem;
  }
}

.c-overlay-menu__content {
  padding-top: 90px;
  padding-top: 5.625rem;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (min-width: 768px) {
  .c-overlay-menu__content {
    padding-top: 7.5rem;
  }
}

@media screen and (max-height: 600px) {
  .c-overlay-menu__content {
    padding-top: 5rem;
  }
}

.c-overlay-menu__list {
  display: block;
}

@media (max-width: 540px) {
  .c-overlay-menu__list {
    padding: 0 1.875rem;
  }
}

.c-overlay-menu__item {
  border-bottom: 1px solid #e6e6e6;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  transition: opacity 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: opacity 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: opacity 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.js .c-overlay-menu__item {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@media (min-width: 768px) {
  .js .c-overlay-menu__item {
    -webkit-transform: scale(0.95) translateY(-20px);
        -ms-transform: scale(0.95) translateY(-20px);
            transform: scale(0.95) translateY(-20px);
  }
}

@media (min-width: 540px) {
  .c-overlay-menu__item {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 48.57143%;
    border: none;
    margin-bottom: 2.63158%;
  }
  .c-overlay-menu__item:last-child {
    margin-right: 0;
  }
  .c-overlay-menu__item:nth-child(2n) {
    margin-right: 0;
  }
  .c-overlay-menu__item:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 768px) {
  .c-overlay-menu__item {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 31.42857%;
  }
  .c-overlay-menu__item:last-child {
    margin-right: 0;
  }
  .c-overlay-menu__item:nth-child(2n) {
    margin-right: 2.85714%;
  }
  .c-overlay-menu__item:nth-child(2n+1) {
    clear: none;
  }
  .c-overlay-menu__item:nth-child(3n) {
    margin-right: 0;
  }
  .c-overlay-menu__item:nth-child(3n+1) {
    clear: left;
  }
}

@media (min-width: 992px) {
  .c-overlay-menu__item {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 22.85714%;
  }
  .c-overlay-menu__item:last-child {
    margin-right: 0;
  }
  .c-overlay-menu__item:nth-child(3n) {
    margin-right: 2.85714%;
  }
  .c-overlay-menu__item:nth-child(3n+1) {
    clear: none;
  }
  .c-overlay-menu__item:nth-child(4n) {
    margin-right: 0;
  }
  .c-overlay-menu__item:nth-child(4n+1) {
    clear: left;
  }
}

.c-overlay-menu__item:last-child {
  border: none;
  margin-bottom: 0 !important;
}

.c-overlay-menu.is-visible {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  position: relative;
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.c-overlay-menu.is-visible .c-overlay-menu__header {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  transition-delay: 0s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(1) {
  transition-delay: 0.23s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(2) {
  transition-delay: 0.26s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(3) {
  transition-delay: 0.29s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(4) {
  transition-delay: 0.32s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(5) {
  transition-delay: 0.35s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(6) {
  transition-delay: 0.38s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(7) {
  transition-delay: 0.41s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(8) {
  transition-delay: 0.44s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(9) {
  transition-delay: 0.47s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(10) {
  transition-delay: 0.5s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(11) {
  transition-delay: 0.53s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(12) {
  transition-delay: 0.56s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(13) {
  transition-delay: 0.59s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(14) {
  transition-delay: 0.62s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(15) {
  transition-delay: 0.65s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(16) {
  transition-delay: 0.68s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(17) {
  transition-delay: 0.71s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(18) {
  transition-delay: 0.74s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(19) {
  transition-delay: 0.77s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(20) {
  transition-delay: 0.8s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(21) {
  transition-delay: 0.83s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(22) {
  transition-delay: 0.86s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(23) {
  transition-delay: 0.89s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(24) {
  transition-delay: 0.92s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(25) {
  transition-delay: 0.95s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(26) {
  transition-delay: 0.98s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(27) {
  transition-delay: 1.01s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(28) {
  transition-delay: 1.04s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(29) {
  transition-delay: 1.07s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(30) {
  transition-delay: 1.1s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(31) {
  transition-delay: 1.13s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(32) {
  transition-delay: 1.16s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(33) {
  transition-delay: 1.19s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(34) {
  transition-delay: 1.22s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(35) {
  transition-delay: 1.25s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(36) {
  transition-delay: 1.28s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(37) {
  transition-delay: 1.31s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(38) {
  transition-delay: 1.34s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(39) {
  transition-delay: 1.37s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(40) {
  transition-delay: 1.4s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(41) {
  transition-delay: 1.43s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(42) {
  transition-delay: 1.46s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(43) {
  transition-delay: 1.49s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(44) {
  transition-delay: 1.52s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(45) {
  transition-delay: 1.55s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(46) {
  transition-delay: 1.58s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(47) {
  transition-delay: 1.61s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(48) {
  transition-delay: 1.64s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(49) {
  transition-delay: 1.67s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(50) {
  transition-delay: 1.7s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(51) {
  transition-delay: 1.73s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(52) {
  transition-delay: 1.76s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(53) {
  transition-delay: 1.79s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(54) {
  transition-delay: 1.82s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(55) {
  transition-delay: 1.85s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(56) {
  transition-delay: 1.88s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(57) {
  transition-delay: 1.91s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(58) {
  transition-delay: 1.94s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(59) {
  transition-delay: 1.97s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(60) {
  transition-delay: 2s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(61) {
  transition-delay: 2.03s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(62) {
  transition-delay: 2.06s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(63) {
  transition-delay: 2.09s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(64) {
  transition-delay: 2.12s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(65) {
  transition-delay: 2.15s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(66) {
  transition-delay: 2.18s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(67) {
  transition-delay: 2.21s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(68) {
  transition-delay: 2.24s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(69) {
  transition-delay: 2.27s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(70) {
  transition-delay: 2.3s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(71) {
  transition-delay: 2.33s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(72) {
  transition-delay: 2.36s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(73) {
  transition-delay: 2.39s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(74) {
  transition-delay: 2.42s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(75) {
  transition-delay: 2.45s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(76) {
  transition-delay: 2.48s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(77) {
  transition-delay: 2.51s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(78) {
  transition-delay: 2.54s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(79) {
  transition-delay: 2.57s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(80) {
  transition-delay: 2.6s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(81) {
  transition-delay: 2.63s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(82) {
  transition-delay: 2.66s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(83) {
  transition-delay: 2.69s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(84) {
  transition-delay: 2.72s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(85) {
  transition-delay: 2.75s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(86) {
  transition-delay: 2.78s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(87) {
  transition-delay: 2.81s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(88) {
  transition-delay: 2.84s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(89) {
  transition-delay: 2.87s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(90) {
  transition-delay: 2.9s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(91) {
  transition-delay: 2.93s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(92) {
  transition-delay: 2.96s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(93) {
  transition-delay: 2.99s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(94) {
  transition-delay: 3.02s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(95) {
  transition-delay: 3.05s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(96) {
  transition-delay: 3.08s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(97) {
  transition-delay: 3.11s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(98) {
  transition-delay: 3.14s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(99) {
  transition-delay: 3.17s;
}

.c-overlay-menu.is-visible .c-overlay-menu__item:nth-child(100) {
  transition-delay: 3.2s;
}

.c-pagination {
  background-color: #ffffff;
  border-top: 1px solid #e6e6e6;
  overflow: hidden;
}

.c-pagination__inner {
  font-size: 0;
}

.c-pagination__item {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  max-height: 80px;
  max-height: 5rem;
  vertical-align: middle;
  width: 25%;
}

@media (min-width: 768px) {
  .c-pagination__item {
    width: 30%;
  }
}

@media (min-width: 992px) {
  .c-pagination__item {
    max-height: 7.5rem;
  }
}

@media (max-width: 540px) {
  .c-pagination__item {
    font-size: 0.875rem;
    max-height: 3.75rem;
    width: 3.75rem;
  }
}

.c-pagination__item:first-child {
  text-align: left;
}

.c-pagination__item:nth-child(2) {
  padding: 0 20px;
  padding: 0 1.25rem;
  text-align: center;
  width: 50%;
}

@media (min-width: 768px) {
  .c-pagination__item:nth-child(2) {
    width: 40%;
  }
}

@media (max-width: 540px) {
  .c-pagination__item:nth-child(2) {
    width: calc(100% - 120px);
  }
}

.c-pagination__item:last-child {
  text-align: right;
}

.c-pagination__item p {
  margin: 0;
}

.c-pagination__prev, .c-pagination__next {
  color: #ee334c;
  display: inline-block;
  font-weight: 600;
  min-height: 60px;
  min-height: 3.75rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media (min-width: 540px) {
  .c-pagination__prev, .c-pagination__next {
    min-height: 5rem;
    padding: 2.0625rem 0;
  }
}

@media (min-width: 992px) {
  .c-pagination__prev, .c-pagination__next {
    min-height: 7.5rem;
    padding: 3.4375rem 0;
  }
}

.c-pagination__prev:focus, .c-pagination__next:focus {
  outline: none;
}

.c-pagination__prev:after, .c-pagination__next:after {
  background-color: #ee334c;
  bottom: 0;
  content: "";
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 150%;
  z-index: -1;
}

@media (min-width: 1200px) {
  .c-pagination__prev:after, .c-pagination__next:after {
    width: 300%;
  }
}

.c-pagination__prev:hover, .c-pagination__next:hover {
  color: #ffffff;
}

.c-pagination__prev:hover:after, .c-pagination__next:hover:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (min-width: 1200px) {
  .c-pagination__prev:hover:after, .c-pagination__next:hover:after {
    transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}

.c-pagination__prev:hover svg, .c-pagination__next:hover svg {
  fill: #ffffff;
}

.c-pagination__prev svg, .c-pagination__next svg {
  fill: #ee334c;
  font-size: 0;
  height: 15px;
  height: 0.9375rem;
  margin-top: -7px;
  margin-top: -0.4375rem;
  position: absolute;
  top: 50%;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 12px;
  width: 0.75rem;
}

@media (max-width: 540px) {
  .c-pagination__prev > span, .c-pagination__next > span {
    display: none;
  }
}

.c-pagination__prev {
  border-right: 1px solid #e6e6e6;
  padding-left: 30px;
  padding-left: 1.875rem;
  text-align: left;
}

@media (min-width: 768px) {
  .c-pagination__prev {
    padding-left: 2.5rem;
  }
}

.c-pagination__prev:after {
  right: 0;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}

.c-pagination__prev svg {
  left: 0;
}

@media (max-width: 540px) {
  .c-pagination__prev svg {
    left: 50%;
    margin-left: -0.375rem;
  }
}

.c-pagination__next {
  border-left: 1px solid #e6e6e6;
  padding-right: 30px;
  padding-right: 1.875rem;
  text-align: right;
}

@media (min-width: 768px) {
  .c-pagination__next {
    padding-right: 2.5rem;
  }
}

.c-pagination__next:after {
  left: 0;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.c-pagination__next svg {
  right: 0;
}

@media (max-width: 540px) {
  .c-pagination__next svg {
    margin-right: -0.375rem;
    right: 50%;
  }
}

.c-panel {
  zoom: 1;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
  position: relative;
}

.c-panel:before, .c-panel:after {
  content: "";
  display: table;
}

.c-panel:after {
  clear: both;
}

@media (min-width: 992px) {
  .c-panel {
    box-shadow: none;
  }
}

.c-panel__inner {
  left: 0;
  padding: 20px;
  padding: 1.25rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

@media (min-width: 540px) {
  .c-panel__inner {
    left: auto;
    position: relative;
    top: auto;
  }
}

@media (min-width: 768px) {
  .c-panel__inner {
    float: left;
    padding: 3.125rem 1.875rem;
    width: 20rem;
  }
}

@media (min-width: 992px) {
  .c-panel__inner {
    width: 25rem;
  }
}

.c-panel__img-container {
  background-color: #262626;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .c-panel__img-container {
    float: right;
    min-height: 37.5rem;
    width: calc(100% - 320px);
  }
}

@media (min-width: 992px) {
  .c-panel__img-container {
    width: calc(100% - 400px);
  }
}

.c-panel__slider-container {
  background-color: #262626;
  position: relative;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  z-index: 1;
}

@media (min-width: 992px) {
  .c-panel__slider-container {
    float: right;
    margin: 0;
    min-height: 18.75rem;
    width: calc(100% - 400px);
  }
}

.c-panel__slider-container:after {
  -webkit-animation: spinner 1s infinite linear;
          animation: spinner 1s infinite linear;
  border-color: #ffffff #ffffff #ffffff #ffffff;
  border-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) #ffffff;
  border-radius: 40px;
  border-style: solid;
  border-width: 4px;
  content: "";
  display: block;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  transition-duration: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 50px;
  z-index: -1;
}

.c-panel__slider-container .c-panel__slider,
.c-panel__slider-container .c-panel__slider-nav {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.c-panel__slider-container.js-match-height-loaded .c-panel__slider,
.c-panel__slider-container.js-match-height-loaded .c-panel__slider-nav {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.c-panel__slider {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-panel__slider-nav {
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

@media (min-width: 992px) {
  .c-panel__slider-nav {
    top: auto;
    bottom: 0;
    height: 3.75rem;
  }
}

.c-panel__img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  text-align: center;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}

@media (min-width: 768px) {
  .c-panel__img {
    left: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.c-panel__img:before {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  bottom: 0;
  content: "";
  display: block;
  height: 33.33%;
  left: 0;
  position: absolute;
  right: 0;
}

@media (min-width: 540px) {
  .c-panel__img:before {
    display: none;
  }
}

.c-panel__img.lazyload {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.c-panel__img.lazyloaded {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.c-panel__img.lazyloaded ~ .c-loader {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.c-panel__title {
  color: #ee334c;
  line-height: 1;
}

@media (min-width: 540px) {
  .c-panel__title {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 540px) {
  .c-panel__title {
    bottom: 0;
    color: #ffffff;
    left: 1.25rem;
    position: absolute;
  }
}

.c-panel__title a,
.c-panel__title .c-link {
  color: #ee334c;
  display: inline;
}

@media (max-width: 540px) {
  .c-panel__title a,
  .c-panel__title .c-link {
    color: #ffffff;
  }
}

.c-panel__subtitle {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}

@media (min-width: 540px) {
  .c-panel__subtitle {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .c-panel__content-wrap {
    display: table;
    height: 31.25rem;
    width: 100%;
  }
}

.c-panel__content {
  display: table-cell;
  vertical-align: middle;
}

.c-panel__content .c-tag {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

@media (min-width: 540px) {
  .c-panel__content .c-text-link.u-show\@small {
    display: inline-block !important;
  }
}

.c-panel__body {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .c-panel__body {
    margin-bottom: 1.25rem;
  }
}

.c-panel__body + .o-inline-group {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

@media (min-width: 768px) {
  .c-panel__body + .o-inline-group {
    margin-top: 2.1875rem;
  }
}

@media (min-width: 768px) {
  .c-panel--right-aligned .c-panel__img-container {
    float: left;
  }
}

.c-panel--slider-nav .c-panel__slider-container {
  margin-bottom: 44px;
  margin-bottom: 2.75rem;
}

@media (min-width: 768px) {
  .c-panel--slider-nav .c-panel__slider-container {
    margin-bottom: 3.75rem;
  }
}

@media (min-width: 992px) {
  .c-panel--slider-nav .c-panel__slider-container {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .c-panel--slider-nav .c-panel__slider {
    bottom: 3.75rem;
  }
}

.c-panel--slider .c-circle-frame {
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .c-panel--slider .c-circle-frame {
    right: 1.875rem;
    top: 1.875rem;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (min-width: 992px) {
  .c-panel--slider .c-circle-frame {
    position: static;
    margin-bottom: 1.875rem;
  }
}

.c-panel--slider .c-panel__title {
  position: static;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .c-panel--slider .c-panel__title {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 540px) {
  .c-panel--slider .c-panel__title {
    font-size: 1rem;
  }
}

.c-panel--slider .c-panel__title .c-link {
  color: #262626;
}

@media (max-width: 540px) {
  .c-panel--slider .c-panel__title .c-link {
    font-size: 1rem;
  }
}

.c-panel--slider .c-panel__content-wrap {
  display: table-cell;
  height: auto;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .c-panel--slider .c-panel__content-wrap {
    display: block;
  }
}

@media (min-width: 992px) {
  .c-panel--slider .c-panel__content-wrap {
    display: table;
    /*height: toRems(480px);*/
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.c-panel--slider .c-panel__inner {
  display: table;
  float: none;
  left: auto;
  height: 80px;
  height: 5rem;
  padding-right: 90px;
  padding-right: 5.625rem;
  position: relative;
  text-align: left;
  top: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .c-panel--slider .c-panel__inner {
    display: block;
    height: auto;
    min-height: 10rem;
    padding: 1.875rem;
    padding-right: 10rem;
  }
}

@media (min-width: 992px) {
  .c-panel--slider .c-panel__inner {
    float: left;
    padding: 1.875rem;
    text-align: center;
    width: 25rem;
  }
}

@media (max-width: 540px) {
  .c-panel--slider .c-panel__inner {
    padding: 0.9375rem;
    padding-right: 5.625rem;
  }
}

.c-panel--simple-slider .c-panel__title {
  color: #ee334c;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

@media (max-width: 540px) {
  .c-panel--simple-slider .c-panel__title {
    font-size: 1.25rem;
  }
}

.c-panel--simple-slider .c-panel__title a,
.c-panel--simple-slider .c-panel__title .c-link {
  color: #ee334c;
}

@media (max-width: 540px) {
  .c-panel--simple-slider .c-panel__title a,
  .c-panel--simple-slider .c-panel__title .c-link {
    font-size: 1.25rem;
  }
}

.c-panel--simple-slider .c-panel__inner {
  padding: 15px 15px 30px;
  padding: 0.9375rem 0.9375rem 1.875rem;
}

@media (min-width: 540px) {
  .c-panel--simple-slider .c-panel__inner {
    padding: 1.25rem 1.25rem 1.875rem;
  }
}

@media (min-width: 768px) {
  .c-panel--simple-slider .c-panel__inner {
    padding: 1.875rem;
  }
}

.c-panel--simple-slider .c-circle-frame {
  bottom: 0;
  margin: 0;
  position: absolute;
  right: 15px;
  right: 0.9375rem;
  top: auto;
  z-index: 100;
}

@media (min-width: 768px) {
  .c-panel--simple-slider .c-circle-frame {
    bottom: 1.5625rem;
    right: 1.5625rem;
  }
}

@media (min-width: 768px) {
  .c-panel--even-split .c-panel__inner,
  .c-panel--even-split .c-panel__img-container {
    width: 50%;
    float: none;
  }
}

@media (min-width: 992px) {
  .c-panel--even-split .c-panel__inner {
    padding: 7.5%;
  }
}

.c-panel--even-split .c-panel__img-container {
  background-color: #262626;
}

@media (min-width: 768px) {
  .c-panel--even-split .c-panel__img-container {
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.c-panel--even-split .c-panel__img {
  padding: 7%;
}

@media (min-width: 768px) {
  .c-panel--even-split .c-panel__img {
    bottom: auto;
    display: block;
    height: auto;
    left: 50%;
    padding: 10%;
    right: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
}

@media (min-width: 768px) {
  .c-panel--even-split.c-panel--right-aligned .c-panel__inner {
    margin-left: 50%;
  }
}

@media (min-width: 768px) {
  .c-panel--even-split.c-panel--right-aligned .c-panel__img-container {
    left: 0;
    right: auto;
  }
}

.c-pipe {
  display: block;
}

@media (min-width: 768px) {
  .c-pipe {
    margin: 1.25rem;
  }
}

.c-pipe svg {
  fill: #ffffff;
  max-height: 75px;
  max-height: 4.6875rem;
  max-width: 6px;
  max-width: 0.375rem;
}

.c-placeholder {
  display: block;
  width: 100%;
}

.c-price-tag {
  background-color: #262626;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  color: #ffffff;
  display: inline-block;
  line-height: 1.3;
  min-height: 50px;
  min-height: 3.125rem;
  padding: 10px 10px;
  padding: 0.625rem 0.625rem;
  text-align: center;
  vertical-align: middle;
  width: 88px;
  width: 5.5rem;
}

@media (min-width: 768px) {
  .c-price-tag {
    width: 7.5rem;
    min-height: 3.75rem;
    padding: 0.625rem 0.9375rem;
  }
}

.c-price-tag p {
  margin: 0;
}

.c-price-tag--small {
  min-height: 50px;
  min-height: 3.125rem;
  padding: 10px 10px;
  padding: 0.625rem 0.625rem;
  width: 88px;
  width: 5.5rem;
}

.c-quote {
  margin: 0;
  padding: 0;
  text-align: center;
}

@media (max-width: 540px) {
  .c-quote {
    font-size: 1.125rem;
  }
}

.c-quote__author {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}

.c-quote p {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.c-quote p:before {
  content: "“";
}

.c-quote p:after {
  content: "”";
}

.c-radio {
  left: -9999em;
  position: absolute;
  visibility: hidden;
}

.c-radio + label {
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 2em;
  padding-left: 35px;
  padding-right: 20px;
  position: relative;
  text-transform: none;
}

.c-radio + label:before {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  content: '.';
  cursor: pointer;
  height: 20px;
  left: 0;
  position: absolute;
  text-indent: -999em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: background 200ms ease-in-out;
  width: 20px;
}

.c-radio + label:after {
  border-radius: 20px;
  content: '.';
  cursor: pointer;
  height: 10px;
  left: 5px;
  position: absolute;
  text-indent: -999em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: background 200ms ease-in-out;
  width: 10px;
}

.c-radio:checked + label:after {
  background: #ee334c;
}

.c-search-bar {
  position: relative;
}

.c-search-bar fieldset {
  margin: 0;
}

.c-search-bar__inner {
  zoom: 1;
  display: block;
  margin: 0 auto;
  max-width: 860px;
  width: 100%;
}

.c-search-bar__inner:before, .c-search-bar__inner:after {
  content: "";
  display: table;
}

.c-search-bar__inner:after {
  clear: both;
}

.c-search-bar__item {
  float: left;
  position: relative;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}

.c-search-bar__item:first-child {
  width: calc(100% - 44px);
}

@media (min-width: 540px) {
  .c-search-bar__item:first-child {
    width: calc(60% - 22px);
  }
}

@media (min-width: 768px) {
  .c-search-bar__item:first-child {
    width: calc(60% - 72px);
  }
}

.c-search-bar__item:first-child .c-form-field input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.c-search-bar__item:nth-child(2):before {
  background-color: #e6e6e6;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 1;
}

@media (min-width: 540px) {
  .c-search-bar__item:nth-child(2) {
    display: inline-block !important;
    width: calc(40% - 22px);
  }
}

@media (min-width: 768px) {
  .c-search-bar__item:nth-child(2) {
    width: calc(40% - 72px);
  }
}

@media (max-width: 540px) {
  .c-search-bar__item:nth-child(2) {
    display: none;
  }
}

.c-search-bar__item:nth-child(2) .c-form-select {
  border-radius: 0;
}

.c-search-bar__item:last-child {
  width: 44px;
}

@media (min-width: 768px) {
  .c-search-bar__item:last-child {
    width: 9rem;
  }
}

.c-search-bar__btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-size: 16px;
  font-size: 1rem;
  min-height: 44px;
  min-height: 2.75rem;
  min-width: 0;
  padding: 8px 11px;
  padding: 0.5rem 0.6875rem;
}

@media (min-width: 768px) {
  .c-search-bar__btn {
    min-height: 3.75rem;
    padding: 1rem 1.875rem 1rem 1.5625rem;
    width: 100%;
  }
}

.c-search-bar__btn:after {
  -webkit-animation: spinner 1s infinite linear;
          animation: spinner 1s infinite linear;
  border-color: #ffffff #ffffff #ffffff #ffffff;
  border-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) #ffffff;
  border-radius: 40px;
  border-style: solid;
  border-width: 4px;
  content: "";
  display: none;
  height: 26px;
  left: 50%;
  margin-left: -13px;
  margin-top: -13px;
  position: absolute;
  top: 50%;
  transition-duration: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 26px;
  z-index: -1;
}

.c-search-bar__btn svg {
  margin-right: 0;
}

@media (min-width: 768px) {
  .c-search-bar__btn svg {
    margin-right: 0.625em;
  }
}

.c-search-bar__btn span {
  display: none;
}

@media (min-width: 768px) {
  .c-search-bar__btn span {
    display: inline-block;
  }
}

.c-search-bar__btn.is-loading {
  color: transparent;
}

.c-search-bar__btn.is-loading svg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.c-search-bar__btn.is-loading:after {
  display: block;
}

.c-search-bar--full {
  z-index: 1;
}

.c-search-bar--full .c-form-select {
  border: none;
}

.c-search-bar--full .c-form-select__btn {
  min-height: 44px;
  min-height: 2.75rem;
}

@media (min-width: 768px) {
  .c-search-bar--full .c-form-select__btn {
    min-height: 3.75rem;
  }
}

.c-search-bar--full .c-search-bar__inner {
  max-width: 100%;
}

.c-search-bar--full .c-search-bar__item:first-child {
  display: block;
  width: calc(100% - 44px);
}

@media (min-width: 540px) {
  .c-search-bar--full .c-search-bar__item:first-child {
    display: inline-block;
    width: calc(100% - 264px);
  }
}

@media (min-width: 768px) {
  .c-search-bar--full .c-search-bar__item:first-child {
    width: calc(100% - 364px);
  }
}

.c-search-bar--full .c-search-bar__item:nth-child(2) {
  display: block;
  border-top: 1px solid #e6e6e6;
  width: 100%;
}

@media (min-width: 540px) {
  .c-search-bar--full .c-search-bar__item:nth-child(2) {
    border: none;
    width: 13.75rem;
  }
}

@media (max-width: 540px) {
  .c-search-bar--full .c-search-bar__item:last-child {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.c-search-bar--full .c-search-bar__btn {
  border-radius: 0;
}

.c-section-header {
  font-size: 0;
  padding: 20px 0;
  padding: 1.25rem 0;
}

@media (min-width: 768px) {
  .c-section-header {
    padding: 1.875rem 1.25rem;
  }
}

@media (min-width: 992px) {
  .c-section-header {
    padding: 1.875rem;
  }
}

.c-section-header__title {
  color: #262626;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  width: 50%;
}

.c-section-header__subtitle {
  color: #ee334c;
}

.c-section-header__btn {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  width: 50%;
}

.c-section-header__body {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.c-section-header--small {
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
}

@media (min-width: 768px) {
  .c-section-header--small {
    padding: 1.5625rem 1.25rem;
  }
}

.c-section-header--small .c-section-header__title {
  font-size: 16px;
  font-size: 1rem;
}

.c-section-header--small .c-section-header__btn {
  color: #262626;
}

@media (min-width: 540px) {
  .c-section-header--no-pad\@small {
    padding: 0 1.25rem;
  }
}

@media (min-width: 992px) {
  .c-section-header--no-pad\@small {
    padding: 0 1.875rem;
  }
}

.c-section-header--centered {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.c-section-header--centered .c-section-header__title {
  width: 100%;
}

.c-section-header--feature {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .c-section-header--feature {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}

.c-section-header--feature .c-section-header__title {
  color: #ffffff;
}

@media (max-width: 540px) {
  .c-section-header--feature .c-section-header__title {
    display: block;
    margin-bottom: 0.9375rem;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 540px) {
  .c-section-header--feature .c-section-header__btn {
    display: block;
    text-align: center;
    width: 100%;
  }
}

.c-share {
  zoom: 1;
  line-height: 1;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.c-share:before, .c-share:after {
  content: "";
  display: table;
}

.c-share:after {
  clear: both;
}

@media (min-width: 540px) {
  .c-share {
    margin-left: -0.3125rem;
  }
}

@media (min-width: 768px) {
  .c-share {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .c-share {
    margin-left: 0;
  }
}

.c-share__btn {
  background-color: #262626;
  display: block;
  float: left;
  position: relative;
  z-index: 10;
}

@media (min-width: 992px) {
  .c-share__btn {
    float: none;
    margin-bottom: 0.3125rem;
  }
}

@media (max-width: 540px) {
  .c-share__btn {
    display: none;
  }
}

.c-share__btn:hover {
  background-color: #ee334c;
}

.c-share__item {
  float: left;
  line-height: 0;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
  padding: 0;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (min-width: 992px) {
  .c-share__item {
    float: none;
    margin-left: 0;
  }
  .js .c-share__item {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

.c-share__drawer {
  float: left;
  transition: opacity 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (min-width: 992px) {
  .c-share__drawer {
    float: none;
  }
  .js .c-share__drawer {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
  }
}

.c-share.is-open .c-share__btn {
  background-color: #262626;
}

.c-share.is-open .c-share__drawer {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.c-share.is-open .c-share__item {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.c-share.is-open .c-share__item:nth-child(2) {
  transition-delay: 0.1s;
}

.c-share.is-open .c-share__item:nth-child(3) {
  transition-delay: 0.2s;
}

.c-share.is-open .c-share__item:nth-child(4) {
  transition-delay: 0.3s;
}

.c-share.is-open .c-share__item:nth-child(5) {
  transition-delay: 0.4s;
}

.c-share.is-open .c-share__item:nth-child(6) {
  transition-delay: 0.5s;
}

.c-share.is-open .c-share__item:nth-child(7) {
  transition-delay: 0.6s;
}

.c-share.is-open .c-share__item:nth-child(8) {
  transition-delay: 0.7s;
}

@media (min-width: 992px) {
  .c-share--spacing-top\@large {
    margin-top: 2.1875rem;
  }
}

.c-slideshow-nav {
  zoom: 1;
  background-color: #262626;
  color: #ffffff;
  position: relative;
}

.c-slideshow-nav:before, .c-slideshow-nav:after {
  content: "";
  display: table;
}

.c-slideshow-nav:after {
  clear: both;
}

.c-slideshow-nav__inner {
  float: left;
  height: 44px;
  height: 2.75rem;
  position: relative;
  width: calc(100% - 89px);
}

@media (min-width: 768px) {
  .c-slideshow-nav__inner {
    height: 3.75rem;
    width: calc(100% - 121px);
  }
}

.c-slideshow-nav__controls {
  background-color: #f15c70;
  float: right;
}

.c-slideshow-nav__title {
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  left: 0;
  line-height: 1.1;
  margin: 0;
  padding: 0 15px;
  padding: 0 0.9375rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

@media (min-width: 540px) {
  .c-slideshow-nav__title {
    font-size: 1rem;
    padding: 0 1.25rem;
    padding-right: 9.375rem;
  }
}

@media (min-width: 768px) {
  .c-slideshow-nav__title {
    padding-left: 1.875rem;
  }
}

.c-slideshow-nav__title strong {
  font-weight: 600;
}

.c-slideshow-nav__count {
  line-height: 1.1;
  padding-right: 20px;
  padding-right: 1.25rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .c-slideshow-nav__count {
    padding-right: 1.875rem;
  }
}

@media (max-width: 540px) {
  .c-slideshow-nav__count {
    display: none;
  }
}

.c-slideshow-nav__prev, .c-slideshow-nav__next {
  background-color: #ee334c;
  position: relative;
  float: left;
  height: 44px;
  width: 44px;
}

.c-slideshow-nav__prev:focus, .c-slideshow-nav__next:focus {
  outline: none;
}

.c-slideshow-nav__prev:hover, .c-slideshow-nav__prev:active, .c-slideshow-nav__next:hover, .c-slideshow-nav__next:active {
  background-color: #b32538;
}

@media (min-width: 768px) {
  .c-slideshow-nav__prev, .c-slideshow-nav__next {
    height: 3.75rem;
    width: 3.75rem;
  }
}

.c-slideshow-nav__prev svg, .c-slideshow-nav__next svg {
  fill: #ffffff;
  height: 14px;
  left: 50%;
  margin-left: -4px;
  margin-left: -0.25rem;
  margin-top: -7px;
  margin-top: -0.4375rem;
  position: absolute;
  top: 50%;
  width: 8px;
}

.c-slideshow-nav__prev {
  margin-right: 1px;
}

.c-slideshow {
  background-color: #5e5e5e;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: max-height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}

.c-slideshow:after {
  -webkit-animation: spinner 1s infinite linear;
          animation: spinner 1s infinite linear;
  border-color: #ffffff #ffffff #ffffff #ffffff;
  border-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) #ffffff;
  border-radius: 40px;
  border-style: solid;
  border-width: 4px;
  content: "";
  display: block;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  transition-duration: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 50px;
  z-index: -1;
}

.no-touch .c-slideshow:hover .c-slideshow__prev,
.no-touch .c-slideshow:hover .c-slideshow__next {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

@media (min-width: 768px) {
  .no-touch .c-slideshow:hover .c-slideshow__prev {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (min-width: 768px) {
  .no-touch .c-slideshow:hover .c-slideshow__next {
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

.c-slideshow.slick-initialized .slick-track {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.c-slideshow__item {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-slideshow__content {
  bottom: 0;
  color: #ffffff;
  left: 0;
  padding: 15px;
  padding: 0.9375rem;
  padding-right: 103px;
  padding-right: 6.4375rem;
  position: absolute;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 1;
}

@media (min-width: 540px) {
  .c-slideshow__content {
    padding: 1.25rem;
    padding-right: 6.75rem;
  }
}

@media (min-width: 768px) {
  .c-slideshow__content {
    padding: 1.875rem;
    padding-right: 9.375rem;
  }
}

.c-slideshow__content:before {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.c-slideshow__header {
  position: relative;
  z-index: 5;
}

@media (min-width: 768px) {
  .c-slideshow__header {
    margin-bottom: 0.625rem;
  }
}

.c-slideshow__header .o-inline-group__item {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.c-slideshow__body {
  position: relative;
  z-index: 5;
}

.c-slideshow__title {
  margin-bottom: 0;
}

@media (max-width: 540px) {
  .c-slideshow__title {
    font-size: 1.375rem;
  }
}

@media (max-width: 540px) {
  .c-slideshow__title a {
    font-size: 1.375rem;
  }
}

.c-slideshow .c-price-tag {
  bottom: 15px;
  bottom: 0.9375rem;
  position: absolute;
  right: 0;
}

@media (min-width: 540px) {
  .c-slideshow .c-price-tag {
    bottom: 1.25rem;
  }
}

@media (min-width: 768px) {
  .c-slideshow .c-price-tag {
    bottom: 1.875rem;
  }
}

.c-slideshow__prev, .c-slideshow__next {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: #ee334c;
  border-radius: 100%;
  height: 44px;
  position: absolute;
  top: 50%;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 44px;
  z-index: 100;
}

.c-slideshow__prev:focus, .c-slideshow__next:focus {
  outline: none;
}

.c-slideshow__prev:hover, .c-slideshow__next:hover {
  background-color: #b32538;
}

.c-slideshow__prev svg, .c-slideshow__next svg {
  fill: #ffffff;
  height: 14px;
  left: 50%;
  margin-left: -4px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 8px;
}

.no-touch .c-slideshow__prev, .no-touch .c-slideshow__next {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.c-slideshow__prev {
  left: 15px;
  left: 0.9375rem;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (min-width: 768px) {
  .c-slideshow__prev {
    left: 0;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

@media (min-width: 768px) {
  .no-touch .c-slideshow__prev {
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.c-slideshow__next {
  right: 15px;
  right: 0.9375rem;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (min-width: 768px) {
  .c-slideshow__next {
    right: 0;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

@media (min-width: 768px) {
  .no-touch .c-slideshow__next {
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.js .c-slideshow {
  max-height: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.c-slideshow.slick-slider {
  margin: 0 !important;
}

.c-slideshow.slick-initialized {
  max-height: 1000px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.c-slideshow .slick-list,
.c-slideshow .slick-track {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.c-slideshow .slick-list {
  -webkit-user-select: auto;
}

.c-slideshow .slick-track {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-slideshow .slick-dots {
  bottom: 20px;
  bottom: 1.25rem;
  z-index: 10;
}

.c-slideshow .slick-dots li {
  margin: 0;
}

.c-slideshow .slick-dots li.slick-active button:before {
  background-color: transparent;
  border: 2px solid #ffffff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  height: 12px;
  width: 12px;
}

.c-slideshow .slick-dots button {
  line-height: 1;
  position: relative;
  width: 16px;
}

.c-slideshow .slick-dots button:before {
  background-color: #ffffff;
  border-radius: 100%;
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 8px;
}

.c-slideshow--simple:before {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  bottom: 0;
  content: "";
  display: block;
  height: 33.33%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.c-slideshow--quote {
  background-color: transparent;
  bottom: auto;
  left: auto;
  position: relative;
  right: auto;
  top: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.c-slideshow--quote:after {
  display: none;
}

.c-slideshow--quote.slick-initialized {
  max-height: 400px;
  max-height: 25rem;
}

.c-slideshow--quote .slick-list,
.c-slideshow--quote .slick-track {
  position: static;
}

.c-slideshow--quote .slick-dots {
  margin-top: 20px;
  margin-top: 1.25rem;
  position: static;
}

.c-slideshow--quote .c-slideshow__prev,
.c-slideshow--quote .c-slideshow__next {
  display: none !important;
}

/*
.c-slideshow {
	background-color: palette(grey);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;

	&:after {
		animation: spinner 1s infinite linear;
		border-color: rgba($c-white, 0.3) rgba($c-white, 0.3) rgba($c-white, 0.3) $c-white;
		border-radius: 40px;
		border-style: solid;
		border-width: 4px;
		content: "";
		display: block;
		height: 50px;
		left: 50%;
		margin-left: -25px;
		margin-top: -25px;
		position: absolute;
		top: 50%;
		transition-duration: transform 0.3s $global-easing, opacity 0.3s $global-easing;
		width: 50px;
		z-index: -1;
	}

	// Fade in slider
	&.slick-initialized {
		.slick-track {
			opacity: 1;
		}
	}

	&__item {
		position: relative;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: cover;
	}

	&__content {
		bottom: 0;
		color: $c-white;
		left: 0;
		padding: $spacing-small;
		padding-right: toRems(88px) + $spacing-small;
		position: absolute;
		text-shadow: 0 2px 4px rgba($c-black, 0.5);
		width: 100%;
		z-index: 1;

		@include breakpoint($bp-small) {
			padding: $spacing-base;
			padding-right: toRems(88px) + $spacing-base;
		}

		@include breakpoint($bp-medium) {
			padding: $spacing-medium;
			padding-right: toRems(120px) + $spacing-medium;
		}

		&:before {
			background-image: linear-gradient(to top, rgba($c-black, 0.7), rgba($c-black, 0));
			bottom: 0;
			content: "";
			display: block;
			left: 0;
			pointer-events: none;
			position: absolute;
			right: 0;
			top: 0;
			z-index: -1;
		}
	}

	&__header {
		position: relative;
		z-index: 5;

		@include breakpoint($bp-medium) {
			margin-bottom: $spacing-xsmall;
		}

		.o-inline-group__item {
			margin-bottom: $spacing-xsmall;
		}
	}

	&__body {
		position: relative;
		z-index: 5;
	}

	&__title {
		@extend %varela-large;
		margin-bottom: 0;

		@include breakpoint($bp-xsmall) {
			font-size: $font-size-4;
		}

		a {
			@extend %varela-large;

			@include breakpoint($bp-xsmall) {
				font-size: $font-size-4;
			}
		}
	}

	.c-price-tag {
		bottom: $spacing-small;
		position: absolute;
		right: 0;

		@include breakpoint($bp-small) {
			bottom: $spacing-base;
		}

		@include breakpoint($bp-medium) {
			bottom: $spacing-medium;
		}
	}

	&__prev,
	&__next {
		@include material-shadow(2);
		background-color: palette(red);
		border-radius: 100%;
		height: 44px;
		position: absolute;
		right: $spacing-small;
		top: 50%;
		width: 44px;
		z-index: 100;

		@include breakpoint($bp-medium) {
			right: 0;
		}

		&:focus {
			outline: none;
		}

		&:hover {
			background-color: palette(red, dark);
		}

		svg {
			fill: $c-white;
			height: 8px;
			left: 50%;
			line-height: 0;
			margin-left: -7px;
			margin-top: -4px;
			position: absolute;
			width: 14px;
		}
	}

	&__prev {
		top: calc(50% - 54px);

		@include breakpoint($bp-medium) {
			transform: translate(50%, 0);
		}
	}

	&__next {
		bottom: calc(50% - 54px);

		@include breakpoint($bp-medium) {
			transform: translate(50%, 0);
		}
	}

	&.slick-slider {
		margin: 0 !important;
	}

	// Slick container
	.slick-list,
	.slick-track {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	.slick-list {
		-webkit-user-select: auto;
	}

	.slick-track {
		opacity: 0;
		transition: opacity 2s $global-easing;
	}

	.slick-dots {
		bottom: $spacing-base;
		z-index: 10;

		li {
			margin: 0;

			&.slick-active {
				button:before {
					background-color: transparent;
					border: 2px solid $c-white;
					opacity: 1;
					height: 12px;
					width: 12px;
				}
			}
		}

		button {
			line-height: 1;
			position: relative;
			width: 16px;

			&:before {
				background-color: $c-white;
				border-radius: 100%;
				content: "";
				height: 8px;
				left: 50%;
				position: absolute;
				top: 50%;
				opacity: 0.5;
				transform: translate(-50%, -50%);
				transition: all 0.3s $global-easing;
				width: 8px;
			}
		}
	}

	&--simple {
		cursor: grab;

		&:active {
			cursor: grabbing;
		}

		&:before {
			background-image: linear-gradient(to right, rgba($c-black, 0.5), rgba($c-black, 0));
			height: 100%;
			top: 0;
			z-index: 1;
            bottom: 0;
            content: "";
            display: block;
            left: 0;
            position: absolute;
            width: toRems(150px);
		}

		.slick-dots {
			bottom: auto;
			left: $spacing-base;
			top: 50%;
			transform: translateY(-50%);
			width: auto;
			z-index: 1;

			li {
				display: block;
			}
		}
	}

	&--no-arrows {
		.c-slideshow__next,
		.c-slideshow__prev {
			display: none;
		}
	}
}

*/
.c-social-list {
  text-align: center;
}

.c-social-list li {
  display: inline-block;
  padding: 0 5px;
  padding: 0 0.3125rem;
  vertical-align: middle;
}

.c-social-list li:first-child {
  margin-left: 0;
}

.c-social-list li:last-child {
  margin-right: 0;
}

.c-social-list a {
  display: block;
  line-height: 1;
}

.c-social-list svg {
  fill: #ffffff;
  position: relative;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-social-list svg.svg-icon-twitter {
  top: 1px;
  top: 0.0625rem;
}

.c-social-list svg.svg-icon-twitter:hover {
  fill: #00aced;
}

.c-social-list svg.svg-icon-facebook:hover {
  fill: #3b5998;
}

.c-social-list svg.svg-icon-instagram:hover {
  fill: #DC3274;
}

.c-social-list svg.svg-icon-pinterest:hover {
  fill: #cb2027;
}

.c-social-list svg.svg-icon-linkedin {
  top: -2px;
  top: -0.125rem;
}

.c-social-list svg.svg-icon-linkedin:hover {
  fill: #007bb5;
}

.c-step-item {
  padding: 30px 16px;
  padding: 1.875rem 1rem;
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  .c-step-item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.c-step-item__icon {
  line-height: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  position: relative;
}

@media (min-width: 768px) {
  .c-step-item__icon {
    margin-bottom: 1.5625rem;
  }
}

.c-step-item__icon svg {
  height: 65px;
  height: 4.0625rem;
  width: 65px;
  width: 4.0625rem;
}

@media (min-width: 768px) {
  .c-step-item__icon svg {
    height: 5.3125rem;
    width: 5.3125rem;
  }
}

.c-step-item__icon svg path {
  fill: #ee334c;
}

.c-step-item__icon-pipe {
  display: none;
}

@media (min-width: 992px) {
  .c-step-item__icon-pipe {
    display: inline-block;
    position: absolute;
    right: -4.5454502%;
    top: 5rem;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

.c-step-item__icon-pipe svg {
  fill: #ee334c;
  height: 6px;
  height: 0.375rem;
  width: 70px;
  width: 4.375rem;
}

.c-step-item__title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

@media (min-width: 768px) {
  .c-step-item__title {
    margin-bottom: 1.3125rem;
  }
}

@media (max-width: 540px) {
  .c-step-item__title {
    font-family: "Work Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }
}

.c-step-item__body {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 auto 21px;
  margin: 0 auto 1.3125rem;
  max-width: 480px;
  max-width: 30rem;
}

@media (min-width: 768px) {
  .c-step-item__body {
    margin-bottom: 1.9375rem;
  }
}

.c-step-item__body p:last-child:last-of-type {
  margin-bottom: 0;
}

.c-step-item .c-text-link {
  font-size: 16px;
}

.c-step-item--simple .c-step-item__icon-pipe {
  display: none;
}

.c-table {
  width: 100%;
}

.c-table td {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  vertical-align: top;
}

@media (max-width: 540px) {
  .c-table td {
    display: block;
    margin-bottom: 0.9375rem;
  }
}

.c-table td:first-child {
  padding-right: 20px;
  padding-right: 1.25rem;
}

@media (max-width: 540px) {
  .c-table td:first-child {
    display: none;
  }
}

.c-table td:before {
  content: attr(data-heading) ":";
  display: block;
}

@media (min-width: 540px) {
  .c-table td:before {
    display: none;
  }
}

.c-tag {
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  color: #5e5e5e;
  display: inline-block;
  line-height: 1;
  min-width: 50px;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  text-align: center;
  white-space: nowrap;
}

.c-tag--dark-bg {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.c-tag--yellow {
  border-color: #f5a623;
  color: #f5a623;
}

@media (max-width: 540px) {
  .c-tag--dark-bg\@xsmall {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.6);
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
  }
}

.c-text-link {
  color: #ee334c;
  display: inline-block;
  position: relative;
  /*	&:after {
		background-color: palette(red);
		bottom: 0;
		content: "";
		height: toEms(10px);
		left: 0;
		opacity: 0.1;
		position: absolute;
		transition: all 0.5s $global-easing;
		width: 100%;
	}*/
}

@media (max-width: 540px) {
  .c-text-link {
    font-size: 0.875rem;
  }
  .touch .c-text-link {
    white-space: nowrap;
  }
}

a:hover .c-text-link, .c-text-link:hover, .c-text-link:focus {
  outline: none;
}

a:hover .c-text-link:after, .c-text-link:hover:after, .c-text-link:focus:after {
  height: 0.125em;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.c-text-link--one-size {
  font-size: 16px;
  font-size: 1rem;
}

.c-tile {
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.c-tile:hover .c-tile__title {
  text-decoration: underline;
}

.c-tile:hover .c-tile__inner:before {
  top: -33.33%;
}

.c-tile img {
  width: 100%;
}

.c-tile__img {
  /*background-color: palette(grey, dark);*/
}

.c-tile__img img {
  position: relative;
  z-index: 1;
}

.c-tile__img img.lazyload {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.c-tile__img img.lazyloaded {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.c-tile__img img.lazyloaded ~ .c-loader {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.c-tile__img img.lazyloaded ~ .c-placeholder {
  display: none;
}

.no-js .c-tile__img .c-placeholder {
  display: none;
}

.c-tile__inner {
  bottom: 0;
  left: 0;
  padding: 15px;
  padding: 0.9375rem;
  position: absolute;
  right: 0;
  z-index: 1;
}

@media (min-width: 540px) {
  .c-tile__inner {
    padding: 1.25rem;
  }
}

@media (min-width: 768px) {
  .c-tile__inner {
    padding: 1.5625rem 1.875rem;
  }
}

.c-tile__inner:before {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: top 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
}

.c-tile__inner .o-inline-group__item {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.c-tile__inner .c-price-tag {
  display: none;
  bottom: 15px;
  bottom: 0.9375rem;
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .c-tile__inner .c-price-tag {
    bottom: 1.5625rem;
  }
}

.c-tile__title {
  color: #ffffff;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.c-tile--price .c-tile__inner {
  padding-right: 103px;
  padding-right: 6.4375rem;
}

@media (min-width: 540px) {
  .c-tile--price .c-tile__inner {
    padding-right: 6.75rem;
  }
}

@media (min-width: 768px) {
  .c-tile--price .c-tile__inner {
    padding-right: 7.375rem;
  }
}

.c-tile--price .c-price-tag {
  display: block;
}

.c-tooltip {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  padding-left: 0.3125rem;
}

.c-tooltip__btn {
  background-color: #ee334c;
  border-radius: 100%;
  color: #ffffff;
  content: "";
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  height: 15px;
  height: 0.9375rem;
  line-height: 1;
  padding-top: 1px;
  right: 0;
  text-align: center;
  top: 50%;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 15px;
  width: 0.9375rem;
  z-index: 100;
}

.c-tooltip__btn:hover, .c-tooltip__btn:focus {
  background-color: #b32538;
}

.c-tooltip__btn:hover:before, .c-tooltip__btn:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  visibility: visible;
}

@media (min-width: 992px) {
  .c-tooltip__btn:hover:before, .c-tooltip__btn:focus:before {
    -webkit-transform: translateX(50%) translateY(0);
        -ms-transform: translateX(50%) translateY(0);
            transform: translateX(50%) translateY(0);
  }
}

.c-tooltip__btn:before {
  -webkit-backface-visibility: none;
          backface-visibility: none;
  border: 1px solid #e6e6e6;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
  font-weight: 400;
  background-color: #ffffff;
  border-radius: 4px;
  color: #262626;
  content: attr(data-text);
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-top: 24px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding: 15px;
  padding: 0.9375rem;
  position: absolute;
  right: -20px;
  right: -1.25rem;
  text-align: left;
  top: 50%;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
  width: 230px;
  width: 14.375rem;
  z-index: 100;
}

@media (min-width: 540px) {
  .c-tooltip__btn:before {
    width: 18.75rem;
  }
}

@media (min-width: 992px) {
  .c-tooltip__btn:before {
    -webkit-transform: translateX(50%) translateY(-20px);
        -ms-transform: translateX(50%) translateY(-20px);
            transform: translateX(50%) translateY(-20px);
    right: 11px;
    margin-top: 19px;
  }
}

.u-visually-hidden {
  border: 0 !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.u-skip-to-content {
  left: 20px;
  left: 1.25rem;
  margin-left: -9999em;
  position: absolute;
  top: 20px;
  top: 1.25rem;
}

.u-skip-to-content:focus {
  margin-left: 0;
  z-index: 9999;
}

.u-bg-white {
  background-color: #ffffff;
}

.u-bg-grey-dark {
  background-color: #262626;
}

.u-bg-grey {
  background-color: #5e5e5e;
}

.u-bg-grey-light {
  background-color: #e6e6e6;
}

.u-bg-red-dark {
  background-color: #b32538;
}

.u-bg-red {
  background-color: #ee334c;
}

.u-bg-yellow {
  background-color: #f5a623;
}

.u-bg-beige {
  background-color: #eee7d1;
}

.u-bg-beige-light {
  background-color: #faf8f0;
}

.u-block.u-block {
  display: block;
}

.u-inline-block.u-inline-block {
  display: inline-block;
}

/**
 * Displays @bp-medium
 */
.u-block\@medium.u-block\@medium {
  display: block;
}

.u-inline-block\@medium.u-inline-block\@medium {
  display: inline-block;
}

/**
 * Floats @bp-medium
 */
@media (min-width: 768px) {
  .u-float-left\@medium.u-float-left\@medium {
    float: left !important;
  }
}

@media (min-width: 768px) {
  .u-float-right\@medium.u-float-right\@medium {
    float: right !important;
  }
}

.u-clearfix.u-clearfix {
  zoom: 1;
}

.u-clearfix.u-clearfix:before, .u-clearfix.u-clearfix:after {
  content: "";
  display: table;
}

.u-clearfix.u-clearfix:after {
  clear: both;
}

.u-display-none.u-display-none {
  display: none;
}

.u-1\/1 {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 100%;
}

.u-1\/1:last-child {
  margin-right: 0;
}

.u-1\/2 {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 48.57143%;
}

.u-1\/2:last-child {
  margin-right: 0;
}

.u-1\/2-tight {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 47.82609%;
}

.u-1\/2-tight:last-child {
  margin-right: 0;
}

.u-1\/4 {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 22.85714%;
}

.u-1\/4:last-child {
  margin-right: 0;
}

.u-3\/4 {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 74.28571%;
}

.u-3\/4:last-child {
  margin-right: 0;
}

.u-1\/3 {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 31.42857%;
}

.u-1\/3:last-child {
  margin-right: 0;
}

.u-2\/3 {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 65.71429%;
}

.u-2\/3:last-child {
  margin-right: 0;
}

/**
 * @bp-medium
 */
@media (min-width: 768px) {
  .u-1\/2\@medium {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 48.57143%;
  }
  .u-1\/2\@medium:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .u-1\/4\@medium {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 22.85714%;
  }
  .u-1\/4\@medium:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .u-3\/4\@medium {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 74.28571%;
  }
  .u-3\/4\@medium:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .u-1\/3\@medium {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 31.42857%;
  }
  .u-1\/3\@medium:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .u-2\/3\@medium {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 31.42857%;
  }
  .u-2\/3\@medium:last-child {
    margin-right: 0;
  }
}

/**
 * @bp-large
 */
@media (min-width: 992px) {
  .u-1\/2\@large {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 48.57143%;
  }
  .u-1\/2\@large:last-child {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .u-1\/4\@large {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 22.85714%;
  }
  .u-1\/4\@large:last-child {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .u-3\/4\@large {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 74.28571%;
  }
  .u-3\/4\@large:last-child {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .u-1\/3\@large {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 31.42857%;
  }
  .u-1\/3\@large:last-child {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .u-2\/3\@large {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 31.42857%;
  }
  .u-2\/3\@large:last-child {
    margin-right: 0;
  }
}

.u-grid-last.u-grid-last {
  margin-right: 0;
}

/**
 * Show/hide @bp-xlarge
 */
.u-show\@xlarge.u-show\@xlarge {
  display: none;
}

@media (min-width: 1200px) {
  .u-show\@xlarge.u-show\@xlarge {
    display: block;
  }
}

@media (min-width: 1200px) {
  .u-hide\@xlarge.u-hide\@xlarge {
    display: none;
  }
}

/**
 * Show/hide @bp-large
 */
.u-show\@large.u-show\@large {
  display: none;
}

@media (min-width: 992px) {
  .u-show\@large.u-show\@large {
    display: block;
  }
}

@media (min-width: 992px) {
  .u-hide\@large.u-hide\@large {
    display: none;
  }
}

/**
 * Show/hide @bp-medium
 */
.u-show\@medium.u-show\@medium {
  display: none;
}

@media (min-width: 768px) {
  .u-show\@medium.u-show\@medium {
    display: block;
  }
}

@media (min-width: 768px) {
  .u-hide\@medium.u-hide\@medium {
    display: none;
  }
}

/**
 * Show/hide @bp-small
 */
.u-show\@small.u-show\@small {
  display: none;
}

@media (min-width: 540px) {
  .u-show\@small.u-show\@small {
    display: block;
  }
}

@media (min-width: 540px) {
  .u-hide\@small.u-hide\@small {
    display: none;
  }
}

/**
 * Show/hide @touch
 */
.u-show\@touch.u-show\@touch {
  display: none;
}

.touch .u-show\@touch.u-show\@touch {
  display: block;
}

.touch .u-hide\@touch.u-hide\@touch {
  display: none;
}

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

.u-img-1\/2-left.u-img-1\/2-left {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 47.82609%;
  float: left;
  margin-bottom: 2.85714%;
}

.u-img-1\/2-left.u-img-1\/2-left:last-child {
  margin-right: 0;
}

@media (min-width: 992px) {
  .u-img-1\/2-left.u-img-1\/2-left {
    margin-left: -9.78261%;
  }
}

@media (min-width: 1200px) {
  .u-img-1\/2-left.u-img-1\/2-left {
    margin-left: -26.08696%;
  }
}

.u-img-1\/3-left.u-img-1\/3-left {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 31.42857%;
  float: left;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.u-img-1\/3-left.u-img-1\/3-left:last-child {
  margin-right: 0;
}

.u-img-1\/4-left.u-img-1\/4-left {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 22.85714%;
  float: left;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.u-img-1\/4-left.u-img-1\/4-left:last-child {
  margin-right: 0;
}

.u-img-1\/2-right.u-img-1\/2-right {
  float: right;
  display: block;
  margin-left: 4.34783%;
  width: 47.82609%;
  float: right;
  margin-bottom: 2.85714%;
}

.u-img-1\/2-right.u-img-1\/2-right:last-child {
  margin-left: 0;
}

@media (min-width: 992px) {
  .u-img-1\/2-right.u-img-1\/2-right {
    margin-right: -9.78261%;
  }
}

@media (min-width: 1200px) {
  .u-img-1\/2-right.u-img-1\/2-right {
    margin-right: -26.08696%;
  }
}

.u-img-1\/3-right.u-img-1\/3-right {
  float: right;
  display: block;
  margin-left: 2.85714%;
  width: 31.42857%;
  float: right;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.u-img-1\/3-right.u-img-1\/3-right:last-child {
  margin-left: 0;
}

.u-img-1\/4-right.u-img-1\/4-right {
  float: right;
  display: block;
  margin-left: 2.85714%;
  width: 22.85714%;
  float: right;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.u-img-1\/4-right.u-img-1\/4-right:last-child {
  margin-left: 0;
}

.u-spacing-top-zero.u-spacing-top-zero {
  margin-top: 0;
}

.u-spacing-bottom-zero.u-spacing-bottom-zero {
  margin-bottom: 0;
}

.u-spacing-top-small.u-spacing-top-small {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.u-spacing-bottom-small.u-spacing-bottom-small {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.u-spacing-top-base.u-spacing-top-base {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.u-spacing-bottom-base.u-spacing-bottom-base {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.u-spacing-top-medium.u-spacing-top-medium {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.u-spacing-bottom-medium.u-spacing-bottom-medium {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.u-spacing-top-large.u-spacing-top-large {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.u-spacing-bottom-large.u-spacing-bottom-large {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.u-spacing-top-xlarge.u-spacing-top-xlarge {
  margin-top: 80px;
  margin-top: 5rem;
}

.u-spacing-bottom-xlarge.u-spacing-bottom-xlarge {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

/**
* @bp-medium
*/
@media (min-width: 768px) {
  .u-spacing-top-zero\@medium.u-spacing-top-zero\@medium {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .u-spacing-bottom-zero\@medium.u-spacing-bottom-zero\@medium {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .u-spacing-top-small\@medium.u-spacing-top-small\@medium {
    margin-top: 0.9375rem;
  }
}

@media (min-width: 768px) {
  .u-spacing-bottom-small\@medium.u-spacing-bottom-small\@medium {
    margin-bottom: 0.9375rem;
  }
}

@media (min-width: 768px) {
  .u-spacing-top-base\@medium.u-spacing-top-base\@medium {
    margin-top: 1.25rem;
  }
}

@media (min-width: 768px) {
  .u-spacing-bottom-base\@medium.u-spacing-bottom-base\@medium {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) {
  .u-spacing-top-medium\@medium.u-spacing-top-medium\@medium {
    margin-top: 1.875rem;
  }
}

@media (min-width: 768px) {
  .u-spacing-bottom-medium\@medium.u-spacing-bottom-medium\@medium {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 768px) {
  .u-spacing-top-xlarge\@medium.u-spacing-top-xlarge\@medium {
    margin-top: 5rem;
  }
}

@media (min-width: 768px) {
  .u-spacing-bottom-xlarge\@medium.u-spacing-bottom-xlarge\@medium {
    margin-bottom: 5rem;
  }
}

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

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

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

.u-uppercase.u-uppercase {
  text-transform: uppercase;
}

.u-lowercase.u-lowercase {
  text-transform: lowercase;
}

.u-no-case.u-no-case {
  text-transform: none;
}

.u-ui-header {
  background: #333;
  color: #ffffff;
  padding-bottom: 30px;
  padding-top: 80px;
  position: relative;
}

.u-ui-header-logo {
  position: absolute;
  right: 30px;
  top: 30px;
}

.u-ui-header-logo img {
  width: 80px;
}

.u-ui-heading-large, .u-ui-heading-medium, .u-ui-heading-small {
  border-bottom: 1px solid #bfbfbf;
  color: gray;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 50px;
  margin-top: 0;
}

.u-ui-heading-large {
  border: none;
  color: #ffffff;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
}

.u-ui-heading-medium {
  font-size: 30px;
  font-size: 1.875rem;
  padding-bottom: 10px;
}

.u-ui-heading-small {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1;
  padding-bottom: 10px;
  margin: 30px 0;
}

.u-ui-color {
  float: left;
  display: block;
  margin-right: 1.40845%;
  width: 18.87324%;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 20px;
  overflow: hidden;
  padding-top: 150px;
}

.u-ui-color:nth-child(5n) {
  margin-right: 0;
}

.u-ui-color:nth-child(5n+1) {
  clear: left;
}

.u-ui-color:last-child {
  margin-right: 0;
}

.u-ui-color > div {
  background: #ffffff;
  padding: 10px;
}

.u-ui-color h4 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
}

.u-ui-section {
  padding: 50px 0;
}

.u-ui-section-medium {
  background: #eee;
}

.u-ui-section-medium [class^="ui-heading"] {
  color: #595959;
  border-color: #595959;
}

.u-ui-section-dark {
  background: #666;
}

.u-ui-section-dark [class^="ui-heading"] {
  color: #ffffff;
  border-color: #ffffff;
}

.u-ui-bg-wrap {
  display: inline-block;
  padding: 15px;
}

.u-ui-code-wrap,
.u-ui-heading-large code,
.u-ui-heading-medium code,
.u-ui-heading-small code,
.u-ui-note code {
  background-color: #666;
  color: #ffffff;
  display: inline-block;
  font-family: monospace;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-left: 20px;
  padding: 10px 15px;
  text-transform: none;
  vertical-align: middle;
}

.u-ui-note {
  background-color: #754ACC;
  color: #ffffff;
  display: block;
  margin: 30px 0;
  padding: 25px;
}

.u-ui-note:before {
  content: "DEVELOPER NOTE*";
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-decoration: underline;
}

.u-ui-note a {
  color: #ffffff;
  text-decoration: underline;
}

.u-ui-note code {
  background-color: #ffffff;
  color: #754ACC;
  margin: 0 10px;
  margin: 0 0.625rem;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
}

.s-cms-content {
  zoom: 1;
}

.s-cms-content:before, .s-cms-content:after {
  content: "";
  display: table;
}

.s-cms-content:after {
  clear: both;
}

.s-cms-content h1:not([class]),
.s-cms-content h2:not([class]),
.s-cms-content h3:not([class]),
.s-cms-content h4:not([class]),
.s-cms-content h5:not([class]),
.s-cms-content h6:not([class]) {
  margin-bottom: 0.625em;
}

.s-cms-content a:not([class*="c-"]) {
  border-bottom: 1px solid transparent;
  color: #ee334c;
  text-decoration: none;
}

.s-cms-content a:not([class*="c-"]):hover {
  color: #ee334c;
  border-bottom-color: #ee334c;
}

.s-cms-content a:not([class*="c-"]):visited, .s-cms-content a:not([class*="c-"]):active {
  color: #b32538;
}

.s-cms-content figure {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.s-cms-content figcaption {
  background: #ccc;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
}

.s-cms-content a {
  word-break: break-word;
}

.s-cms-content p {
  margin-bottom: 1.25em;
  margin-top: 0;
}

.s-cms-content p:last-of-type:last-child {
  margin-bottom: 0;
}

.s-cms-content blockquote {
  color: #262626;
  margin: 20px 0;
  margin: 1.25rem 0;
  padding-left: 30px;
  padding-left: 1.875rem;
}

@media (min-width: 768px) {
  .s-cms-content blockquote {
    margin: 1.875rem 0;
  }
}

.s-cms-content blockquote p {
  text-indent: -1.6em;
  quotes: "“" "”" "‘" "’";
}

.s-cms-content blockquote p:before, .s-cms-content blockquote p:after {
  color: #ee334c;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 16px;
  line-height: 1rem;
}

.s-cms-content blockquote p:before {
  content: open-quote;
  margin-right: 10px;
  vertical-align: -0.35em;
}

.s-cms-content blockquote p:after {
  content: close-quote;
  margin-left: 10px;
  vertical-align: -0.5em;
}

.s-cms-content--small {
  font-size: 14px;
  font-size: 0.875rem;
}

.s-healthcheck {
  /**
     * Outline all classes.
     */
  /**
     * Outline all BEM Elements.
     */
  /**
     * Outline all BEM Modifiers.
     */
  /**
     * Outline all Object classes.
     */
  /**
     * Outline all Component classes.
     */
  /**
     * Outline all Responsive classes.
     */
  /**
     * Outline all Hack classes.
     */
}

.s-healthcheck [class] {
  outline: 5px solid lightgrey;
}

.s-healthcheck [class*="__"] {
  outline: 5px solid grey;
}

.s-healthcheck [class*="--"] {
  outline: 5px solid darkgrey;
}

.s-healthcheck [class^="o-"],
.s-healthcheck [class*=" o-"] {
  outline: 5px solid orange;
}

.s-healthcheck [class^="c-"],
.s-healthcheck [class*=" c-"] {
  outline: 5px solid cyan;
}

.s-healthcheck [class*="@"] {
  outline: 5px solid rosybrown;
}

.s-healthcheck [class^="_"] {
  outline: 5px solid red;
}

body {
  background-color: #fafafa;
}

p.comments-width-fix img {
  display: inline;
  float: left;
}

output {
  text-align: center;
  display: block;
}

.rating-area h4 {
  text-align: left;
  margin-bottom: 5px;
}

.rating-area p {
  clear: both;
  float: left;
  margin-bottom: 5px;
}

.arrow {
  position: absolute;
  top: 0;
  left: 45%;
  height: 30px;
  cursor: pointer;
  z-index: 2;
  background-color: #ee334c;
  color: #fff;
  padding: 2px 5px;
}

.arrow-home {
  left: 43%;
  top: -30px;
}

.arrow > span {
  width: 25px;
  height: 25px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
  background-repeat: no-repeat;
  float: right;
}

.no-padding {
  padding: 0 !important;
}

.rotate-arrow {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.rating-section {
  text-align: left;
  padding: 0 5%;
}

.pading-left0 {
  padding-left: 0 !important;
}

.add-minus {
  display: none;
}

.add-plus, .add-minus {
  border: 1px solid #e6e6e6;
  padding: 5px 10px;
  float: right;
  margin-top: 10px;
  margin-left: 10px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.calendar-months div {
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

.calendar-months div a {
  cursor: pointer;
  border: 1px solid #e6e6e6;
  margin: 5px;
  border-radius: 4px;
  padding: 5px;
}

.calendar-months div a:hover {
  text-decoration: none;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

#fc_calendar ul li:before {
  content: '';
}

.c-search-bar__item {
  /*width: 20% !important;*/
  background-color: #fff;
  min-height: 60px;
  min-height: 3.75rem;
}

.c-search-bar__inner {
  max-width: 100%;
}

.datepicker.dropdown-menu {
  z-index: 9999 !important;
}

.rangeslider--horizontal {
  margin-right: 5px;
}

ul.occurrences {
  padding: 0 3%;
}

ul.occurrences li {
  padding-bottom: 5px;
  padding-top: 5px;
  display: inline-block;
  clear: both;
  width: 100%;
}

ul.occurrences li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.occurrence-l {
  width: 77%;
  float: left;
}

.occurrence-r {
  width: 23%;
  float: left;
}

.lunch-booking label, .dinner-booking label, .breakfast-booking label {
  cursor: pointer;
  font-weight: normal;
}

.c-search-bar__btn {
  border-radius: 0;
}

.lt {
  float: left;
  width: 20%;
}

.ct {
  clear: inherit;
  width: 50%;
  text-align: center;
  margin: auto;
  padding-top: 25px;
}

.rt {
  float: right;
  width: 20%;
}

.day_of_week {
  background-color: #ee334c !important;
  color: #fff !important;
}

#fc_calendar .out_of_range {
  background: #ffffff !important;
}

#fc_calendar .out_of_range .date {
  color: #000000 !important;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #000 !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px 0px 8px 8px !important;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

ul.occurrences {
  padding: 0 0 0 3%;
}

.ghost {
  display: none;
}

.human {
  display: block;
}

/*  Responsive calender css  */
.responsive-calendar .controls {
  text-align: center;
}

.responsive-calendar .controls a {
  cursor: pointer;
}

.responsive-calendar .controls h4 {
  display: inline;
}

.responsive-calendar .day-headers, .responsive-calendar .days {
  font-size: 0;
}

.responsive-calendar .day {
  display: inline-block;
  position: relative;
  font-size: 14px;
  width: 14.285714285714286%;
  text-align: center;
}

.responsive-calendar .day a {
  color: #000000;
  display: block;
  cursor: pointer;
  padding: 20% 0 20% 0;
}

.responsive-calendar .day a:hover {
  background-color: #eee;
  text-decoration: none;
}

.responsive-calendar .day.header {
  border-bottom: 1px gray solid;
}

.responsive-calendar .day.active a {
  background-color: #1d86c8;
  color: #ffffff;
}

.responsive-calendar .day.active a:hover {
  background-color: #36a0e2;
}

.responsive-calendar .day.active .not-current {
  background-color: #8fcaef;
  color: #ffffff;
}

.responsive-calendar .day.active .not-current:hover {
  background-color: #bcdff5;
}

.responsive-calendar .day.not-current a {
  color: #ddd;
}

.responsive-calendar .day .badge {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.switch span {
  margin-left: 42px;
}

.switch input {
  display: none;
}

/* Hide default HTML checkbox */
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b32538;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
}

input:checked + .slider {
  background-color: green;
}

input:focus + .slider {
  box-shadow: 0 0 1px green;
}

input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.min-switch {
  display: none;
}

.hidn {
  visibility: visible;
}

.rwd-table {
  margin: 1em 0;
  width: 100%;
  background: #34495e;
  background: rgba(52, 73, 94, 0);
  color: #5e5e5e;
  border-radius: 0em;
  overflow: hidden;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  padding-top: .5em;
}

.rwd-table td:last-child {
  padding-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 10.5em;
  display: inline-block;
}

.rwd-table th, .rwd-table td {
  text-align: left;
}

.rwd-table tr {
  border-color: #ddd;
}

.rwd-table th, .rwd-table td {
  margin: 0em 0em;
}

.rwd-table th, .rwd-table td span {
  padding: 0.5em;
  line-height: 40px;
}

tr.clickable td {
  font-weight: bold;
  cursor: pointer;
}

.rwd-table th {
  color: #fff;
  background-color: #ee334c;
  padding: 5px;
  margin-right: 1em;
}

.rwd-table td:before {
  color: #fff;
  background-color: #ee334c;
  padding: 9px;
  margin-right: 1em;
}

form#form-booking-modal li#number_age_years {
  display: none;
}

table.rwd-table .c-dropdown__btn:before {
  background-color: inherit;
}

.c-tag--white {
  color: #ccc;
}

li.menu-items-container {
  display: none;
}

.price-filter output {
  padding-top: 2px;
  color: #F00;
}

.menu-page-content {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.menu-page-content .c-cta-block__inner {
  max-width: 90%;
  font-size: 16px;
}

.menu-page-content .c-cta-block__inner .c-cta-block__content h1.c-hero__title {
  max-width: 90%;
}

.menu-page-content .c-cta-block__inner .c-cta-block__content p {
  font-size: 16px;
}

.menu-page-content .c-cta-block__inner .c-cta-block__content h2, .menu-page-content .c-cta-block__inner .c-cta-block__content h3 {
  color: #ffffff;
}

.menu-page-content .c-cta-block__inner .c-cta-block__content ul {
  display: inline-block;
  text-align: left;
  list-style-type: circle;
}

.menu-page-content .c-cta-block__inner .c-cta-block__content ul > li > a {
  font-size: 16px;
  font-weight: inherit;
  color: #ffffff;
}

.menu-page-copy .c-step-item__body ul {
  list-style-type: circle;
  margin-left: 10%;
}

.menu-page-copy .c-step-item__body ul li {
  text-align: left;
}

.menu-page-copy ul li a {
  border: 1px solid transparent;
  margin: 2px 0;
  color: #ee334c !important;
  background: #f0f0f0;
}

.rating-section .c-quote__author {
  color: inherit;
}

.rating-section .c-slideshow .slick-dots button:before, .rating-section .c-slideshow .slick-dots li.slick-active button:before {
  border: 2px solid #000;
}

/**** Start - Quick COntact Form ***/
.quick-contact-form {
  display: none;
  position: fixed;
  z-index: 9999;
  background-color: #ffffff;
  width: 300px;
  right: 10px;
  bottom: 10px;
  height: auto;
  border-radius: 5px;
  box-shadow: 4px 4px 4px 4px #ccc;
}

.quick-contact-form .general_errors {
  display: none;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 30%;
  padding-bottom: 30%;
}

.quick-contact-form header {
  border-bottom: 1px solid #e6e6e6;
  font-size: 18px;
  padding: 10px;
  background-color: #ee334c;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
}

.quick-contact-form .js-validate {
  padding: 10px;
}

.quick-contact-form .js-validate textarea {
  min-height: 100px;
}

#show-quick-contact-form {
  position: fixed;
  right: 5px;
  bottom: 50px;
  z-index: 9999;
  border: 1px solid #e6e6e6;
  padding-left: 15px;
}

#show-quick-contact-form:before {
  background-image: url("/images/icons/icon-chat.png");
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  float: left;
  width: 25px;
  height: 20px;
}

#show-quick-contact-form:hover::before {
  background-image: url("/images/icons/icon-chat-white.png");
}

#cookiesdirective {
  border-top: 1px solid #e7e7e7;
}

#cookiesdirective input.c-btn-ghost {
  border: 1px solid #e6e6e6 !important;
}

.quick-contact-form header:after {
  background-image: url("/images/icons/icon-close.png");
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  float: right;
  width: 25px;
  height: 20px;
}

/**** end - Quick COntact Form ***/
.calendar-months div a {
  padding: 3px 5px;
}

.s-cms-content a:not([class*=c-]) {
  border: 1px solid transparent;
  margin: 2px 0;
  color: #ee334c !important;
  background: #f0f0f0;
}

.s-cms-content a:hover:not([class*=c-]) {
  border: 1px solid transparent;
  background: #ee334c;
  color: #fff !important;
}

.s-cms-content .well-sm {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.5);
}

.calendar-months div a {
  display: inline-block;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 0 !important;
}

#days_of_week th {
  padding: 10px 5px !important;
}

#fc_calendar .out_of_range .date {
  position: relative;
  background: #f0f0f0;
}

#fc_calendar .out_of_range .date:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  border-top-color: #f0f0f0;
  right: 5px;
  bottom: -20px;
}

.breakfast-booking:hover, .lunch-booking:hover, .dinner-booking:hover {
  background: #f0f0f0;
}

.breakfast-booking, .lunch-booking, .dinner-booking {
  padding: 5px 0 0 5px;
}

.pager li > a, .pager li > span {
  font-weight: 700;
  border-radius: 3px;
}

.slider.round {
  border-radius: 3px;
}

.slider.round::before {
  border-radius: 3px;
}

.rwd-table th {
  border-bottom: 5px solid #cd142d;
}

.rwd-table th:first-child {
  border-radius: 6px 0 0 6px;
}

.rwd-table th:last-child {
  border-radius: 0 6px 6px 0;
}

.table-striped > tbody > tr:nth-child(2n-1) {
  background: white;
  background: linear-gradient(to bottom, white 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
}

.table-striped > tbody > tr:nth-child(2n+2) {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.table-striped > tbody > tr:hover:nth-child(2n-1) {
  background: #eeeeee;
  background: linear-gradient(to bottom, #eeeeee 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
}

.rwd-table th, .rwd-table td span {
  padding: 0.5em 0;
}

.occurrences.list-group {
  margin: 20px 0;
  padding: 0;
}

.occurrences.list-group li {
  margin: 0;
}

.pagination > li > a, .pagination > li > span {
  color: #F00;
}

.pagination > .disabled > span {
  background: #ee334c;
  color: #fff;
}

.pagination > .disabled > span:hover, .pagination > .disabled > span:focus {
  background: #ee334c;
  color: #fff;
}

.pagination > .disabled > a {
  background: #ee334c;
  color: #fff;
}

.pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  background: #ee334c;
  color: #fff;
}

.rwd-table.table-striped .list-group .list-group-item:hover {
  background: #f0f0f0;
}

.c-pipe {
  margin: 16px;
  margin: 1rem;
}

.c-pipe svg {
  max-height: 43.008px;
  max-height: 2.688rem;
}

.search-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 10px;
}

.search-bg .c-search-bar__item:nth-child(n)::before {
  background: none;
}

.search-filter .c-search-bar__item {
  border-radius: 5px;
  margin: 0 0.3%;
}

.c-search-bar__btn, .c-search-bar--full .c-search-bar__btn {
  border-radius: 5px;
}

.search-filter .c-form-field input, .search-filter .c-form-field textarea {
  border: 1px solid #ccc;
  background: none;
  border-radius: 5px !important;
}

.search-filter .c-form-select {
  border: 1px solid #ccc;
  background: none;
  border-radius: 5px !important;
}

.search-filter .c-form-select__btn, .search-filter .c-form-select select {
  color: #F00 !important;
}

.search-filter .c-btn-clear {
  top: 5px;
  right: 1px;
}

.rangeslider__handle::after {
  padding-left: 3px;
  line-height: normal;
}

.search-bg ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: red !important;
}

.search-bg :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: red !important;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.search-bg ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: red !important;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.search-bg :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: red !important;
}

.c-search-bar--full .c-form-select__btn {
  min-height: 58px;
  min-height: 3.625rem;
}

.c-search-bar--full .c-search-bar__item:nth-child(2) {
  border: 0;
}

.white-block {
  background-color: #fff;
  padding: 32px 20px 25px;
  padding: 2rem 1.25rem 1.5625rem;
}

.white-block .c-cta-block__title {
  color: #333;
}

.rating-section {
  color: #333;
}

.rating-section h5 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.rating-section h5 small {
  font-size: 12px;
  color: #666;
}

.rating-section hr {
  border-color: #f0f0f0;
}

.list-rating {
  margin: 0;
}

.list-rating li {
  background: transparent;
  border: 0;
  border: 0;
  padding: 0 5px;
}

.list-rating label {
  width: 60%;
  vertical-align: top;
  color: #333;
  font-weight: 400;
}

#menu-items-container label {
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: normal;
  cursor: pointer;
}

#menu-items-container .c-form-label {
  color: #ee334c;
  display: block;
  padding: 0;
}

/* inner hero image css 8*/
.o-site-container-inner {
  min-height: inherit;
}

.o-site-container--pad-top-medium.with-inner-hero {
  padding-top: 0;
}

.rwd-table tr {
  border-color: transparent;
}

#main .booking-head {
  padding: 10px 5px;
  font-size: 20px;
  margin-bottom: 0;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}

.with-inner-hero .c-hero--negative-bottom\@small {
  margin-bottom: -160px;
  margin-bottom: -10rem;
}

.o-site-container--pad-top-large.with-inner-hero {
  padding: 0;
}

.with-inner-hero .c-hero__inner {
  height: 500px;
}

.o-site-container, #fc_calendar #availability-form {
  background: #fafafa;
  border-radius: 5px;
}

.btn-available {
  padding: 20px 0 0;
  text-align: center;
}

#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 0;
}

#quote-carousel .carousel-control {
  background: none;
  color: #CACACA;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

#quote-carousel .carousel-control.left {
  left: -60px;
}

#quote-carousel .carousel-control.right {
  right: -60px;
}

#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  margin: 5px;
  cursor: pointer;
  border: 4px solid #CCC;
  border-radius: 50px;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  overflow: hidden;
  transition: all 0.4s;
}

#quote-carousel .carousel-indicators .active {
  background: #333;
  border-color: #f33;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  overflow: hidden;
}

.carousel-inner {
  min-height: 50px;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (-webkit-min-device-pixel-ratio: 10000), not all and (-webkit-min-device-pixel-ratio: 0) {
  .day_of_week {
    background-color: #ee334c !important;
    color: #fff !important;
  }
  #fc_calendar .out_of_range .date {
    color: #000000 !important;
  }
  .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #000 !important;
  }
}

.home-search-container {
  text-align: left;
  max-width: 1088px;
  max-width: 68rem;
}

.home-search-container #home-search-form {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  margin: auto 1%;
}

.home-search-container #home-search-form .js-drawer-btn {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  color: #a0a0a0;
  padding: 13px 15px;
  height: inherit;
  width: 100%;
  background-color: #ffffff;
}

.home-search-container #home-search-form .js-drawer-btn:before {
  background-image: url("/images/icons/icon-users.png");
  background-color: unset;
  width: 22px;
  height: 21px;
  left: 20px;
  left: 1.25rem;
  background-repeat: no-repeat;
}

.home-search-container #home-search-form .js-drawer-btn .c-dropdown__chevron {
  right: 10px;
}

.home-search-container #home-search-form .c-dropdown__drawer {
  width: 100%;
}

.home-search-container #home-search-form .c-dropdown__drawer .c-dropdown__item {
  clear: both;
  line-height: 1;
}

.home-search-container #home-search-form .c-dropdown__drawer .c-dropdown__item .inc, .home-search-container #home-search-form .c-dropdown__drawer .c-dropdown__item .dec {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #ee334c;
  color: #ee334c;
  border-radius: 100%;
  margin-bottom: 20px;
  line-height: .9;
  height: 25px;
  width: 25px;
  text-align: center;
}

.home-search-container #home-search-form .c-dropdown__drawer .c-dropdown__item .inc {
  float: right;
}

.home-search-container #home-search-form .c-dropdown__drawer .c-dropdown__item .dec {
  float: left;
}

.home-search-container #home-search-form .c-dropdown__drawer .c-dropdown__item .child_count, .home-search-container #home-search-form .c-dropdown__drawer .c-dropdown__item .adult_count {
  display: inline-block;
  margin-top: 3px;
}

.home-search-container #home-search-form .c-dropdown {
  z-index: 2;
}

.home-search-container .c-cta-panel {
  background-color: unset;
  text-align: left;
}

.home-search-container .c-cta-panel h1.c-cta-panel__title {
  font-size: 48px;
  font-size: 3rem;
}

.home-search-container .right-text .c-cta-panel__title {
  font-size: 64px !important;
  font-size: 4rem !important;
}

.home-search-container .right-text #logo {
  fill: #ffffff;
}

.home-search-container .right-text .c-cta-panel__content {
  font-size: 160%;
}

.home-search-container .right-text a.c-btn, .home-search-container .right-text a.c-search-bar__btn {
  margin-left: 30%;
}

.home-occassion-menu .o-content-wrap {
  padding-bottom: 2em;
}

.home-occassion-menu .c-tile__img a.c-btn, .home-occassion-menu .c-tile__img a.c-search-bar__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.home-four-blocks {
  background-color: #ffffff;
}

.home-four-blocks .o-content-wrap {
  padding-bottom: 2em;
}

.home-four-blocks .c-panel {
  border: 2px solid #cccccc;
}

.home-four-blocks .home-four-blocks-left {
  float: left;
  width: 400px;
  width: 25rem;
  min-height: 600px;
  min-height: 37.5rem;
  border-right: 2px solid #cccccc;
  position: relative;
}

.home-four-blocks .home-four-blocks-right {
  float: right;
  width: calc(100% - 400px);
  min-height: 600px;
  min-height: 37.5rem;
}

.home-four-blocks .home-four-blocks-right .home-four-blocks-right-uf, .home-four-blocks .home-four-blocks-right .home-four-blocks-right-lf {
  min-height: 296px;
  min-height: 18.5rem;
  display: block;
  position: relative;
}

.home-four-blocks .home-four-blocks-right .home-four-blocks-right-uf {
  border-bottom: 2px solid #cccccc;
}

.home-four-blocks .home-four-blocks-right .home-four-blocks-right-uf .u-1\/2 {
  width: 50%;
  margin: 0;
  padding: 0;
  float: left;
  min-height: 296px;
  min-height: 18.5rem;
  position: relative;
}

.home-four-blocks .home-four-blocks-right .home-four-blocks-right-uf .u-1\/2:first-child {
  border-right: 2px solid #cccccc;
}

.home-statics .o-content-wrap {
  padding-bottom: 2em;
}

.home-statics h3 {
  margin-bottom: 0;
}

.centered-text {
  position: absolute;
  float: left;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

p.hosting-event-text {
  margin-bottom: 10px;
}

.c-header--solid a.top-sign-up, .c-header--solid .c-nav__links li {
  color: #5e5e5e;
}

a.top-sign-up, .c-nav__links li {
  color: #ffffff;
}

#menu-search-popup-form .js-drawer-btn {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  color: #a0a0a0;
  padding: 13px 15px;
  height: inherit;
  width: 100%;
  background-color: #ffffff;
}

#menu-search-popup-form .js-drawer-btn:before {
  background-image: url("/images/icons/icon-users.png");
  background-color: unset;
  width: 22px;
  height: 21px;
  left: 20px;
  left: 1.25rem;
  background-repeat: no-repeat;
}

#menu-search-popup-form .js-drawer-btn .c-dropdown__chevron {
  right: 10px;
}

#menu-search-popup-form .c-dropdown__drawer {
  width: 100%;
}

#menu-search-popup-form .c-dropdown__drawer .c-dropdown__item {
  clear: both;
  line-height: 1;
}

#menu-search-popup-form .c-dropdown__drawer .c-dropdown__item .inc, #menu-search-popup-form .c-dropdown__drawer .c-dropdown__item .dec {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #ee334c;
  color: #ee334c;
  border-radius: 100%;
  margin-bottom: 20px;
  line-height: .9;
  height: 25px;
  width: 25px;
  text-align: center;
}

#menu-search-popup-form .c-dropdown__drawer .c-dropdown__item .inc {
  float: right;
}

#menu-search-popup-form .c-dropdown__drawer .c-dropdown__item .dec {
  float: left;
}

#menu-search-popup-form .c-dropdown__drawer .c-dropdown__item .child_count, #menu-search-popup-form .c-dropdown__drawer .c-dropdown__item .adult_count {
  display: inline-block;
  margin-top: 3px;
}

#menu-search-form fieldset {
  padding: .35em .625em .75em;
}

#menu-search-form .c-dropdown {
  z-index: 9;
}

#menu-search-form .js-drawer-btn {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  color: #a0a0a0;
  padding: 13px 15px;
  height: inherit;
  width: 100%;
  background-color: #ffffff;
}

#menu-search-form .js-drawer-btn:before {
  background-image: url("/images/icons/icon-users.png");
  background-color: unset;
  width: 22px;
  height: 21px;
  left: 20px;
  left: 1.25rem;
  background-repeat: no-repeat;
}

#menu-search-form .js-drawer-btn .c-dropdown__chevron {
  right: 10px;
}

#menu-search-form .c-dropdown__drawer {
  width: 100%;
}

#menu-search-form .c-dropdown__drawer .c-dropdown__item {
  clear: both;
  line-height: 1;
}

#menu-search-form .c-dropdown__drawer .c-dropdown__item .inc, #menu-search-form .c-dropdown__drawer .c-dropdown__item .dec {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #ee334c;
  color: #ee334c;
  border-radius: 100%;
  margin-bottom: 20px;
  line-height: .9;
  height: 25px;
  width: 25px;
  text-align: center;
}

#menu-search-form .c-dropdown__drawer .c-dropdown__item .inc {
  float: right;
}

#menu-search-form .c-dropdown__drawer .c-dropdown__item .dec {
  float: left;
}

#menu-search-form .c-dropdown__drawer .c-dropdown__item .child_count, #menu-search-form .c-dropdown__drawer .c-dropdown__item .adult_count {
  display: inline-block;
  margin-top: 3px;
}

section.search-results li {
  padding-bottom: 90px;
}

section.search-results .c-panel__slider-nav {
  top: 100%;
}

section.search-results .c-panel__slider-nav .c-slideshow-nav .c-btn, section.search-results .c-panel__slider-nav .c-slideshow-nav .c-search-bar__btn {
  margin: 2% 5%;
  float: left;
}

section.search-results .c-panel__slider-container {
  width: 100%;
  min-height: 300px;
}

section.search-results .c-slideshow__content {
  padding-right: 1em;
}

section.search-results .c-slideshow__content .c-slideshow__header {
  width: 90%;
}

section.search-results .c-slideshow__content .c-slideshow__header .c-slideshow__title {
  text-align: left;
}

section.search-results .c-slideshow__content .c-slideshow__header ul.o-inline-group {
  text-align: left;
}

section.search-results .c-slideshow__content .c-slideshow__header ul.o-inline-group .o-inline-group__item {
  margin-bottom: 0;
  padding-bottom: 0;
}

section.search-results .s-cms-content {
  text-align: left;
}

section.search-results .price-filter-menus .c-slideshow-nav__inner {
  width: 100%;
}

section.search-results .price-filter-menus .no-of-guests {
  float: right;
}

.c-header--solid .home-top-search-form {
  /*display: block;*/
}

.c-header--solid .home-top-search-form fieldset {
  width: 100%;
  background-color: #ffffff;
  padding-left: 5% !important;
}

.no-of-guests {
  display: inline-block;
  margin: 4% 5%;
  position: relative;
  float: left;
}

.no-of-guests select {
  background-color: #ee334c;
  cursor: pointer;
  border: 1px solid #ee334c;
}

#form-enquiry-modal .form-section {
  display: none;
}

#form-enquiry-modal .form-section.current {
  display: inherit;
}

#form-enquiry-modal .form-navigation {
  float: left;
  width: 100%;
}

#form-enquiry-modal .form-navigation li {
  width: auto;
}

.microsite-page .c-hero__bg-img {
  background-size: cover;
}

.microsite-page .microsite-menus .o-content-wrap {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.microsite-page .microsite-menus .o-grid {
  background-image: url("../images/uploads/Hero-Images/bg-hero1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 50px;
}

.microsite-page .microsite-menus .no-of-guests {
  float: right;
}

.microsite-page .microsite-menus .container-filter-state {
  margin-bottom: 20px;
}

.microsite-page .microsite-menus .container-filter-state span {
  font-size: 18px;
  font-weight: bold;
}

.microsite-page .microsite-menus .container-filter-state select {
  background-color: #ee334c;
  cursor: pointer;
  border: 1px solid #ee334c;
  color: #ffffff;
  font-size: 18px;
}

.microsite-page .microsite-menus .recommendedby-logo img {
  margin: auto;
  max-width: 50%;
  margin-bottom: 20px;
}

.c-modal--share .input-copy-link input {
  border: 1px solid #ee334c;
}

.c-modal--share .input-copy-link span {
  position: absolute;
  top: 12px;
  right: 15px;
  color: #ee334c;
}

.c-modal--share li {
  padding: 15px;
}

.c-modal--share em > a {
  color: #ee334c;
  text-decoration: underline;
}

.c-modal--share div.import-from {
  text-align: right;
  font-size: 13px;
}

.c-modal--share div.import-from a {
  color: #ee334c;
}

.c-modal--share .js-validate ol > li.share-modal-left {
  width: 48.5% !important;
  position: relative;
}

.c-modal--share .js-validate ol > li.share-modal-left:after {
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e6e6e6;
}

.c-modal--share .js-validate ol > li.share-modal-right {
  display: none;
}

.c-modal--share .js-validate ol > li:first-child {
  width: 90%;
}

.c-modal--share .more-ways-to-share .border-bottom {
  border-bottom: 1px solid #e6e6e6;
}

.c-modal--share .more-ways-to-share .facebook-msg a {
  color: #0080f6;
}

.c-modal--share .more-ways-to-share .facebook-msg:before {
  background-image: url(/images/icons/icon-fb-msg.png);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  float: left;
  width: 30px;
  height: 25px;
}

.c-modal--share .more-ways-to-share .facebook a {
  color: #395a94;
}

.c-modal--share .more-ways-to-share .facebook:before {
  background-image: url(/images/icons/icon-facebook.jpg);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  float: left;
  width: 30px;
  height: 25px;
}

.c-modal--share .more-ways-to-share .copy-link a {
  color: inherit;
}

.c-modal--share .more-ways-to-share .copy-link:before {
  background-image: url(/images/icons/icon-copy.png);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  float: left;
  width: 30px;
  height: 25px;
}

.c-modal--share .more-ways-to-share .input-copy-link span {
  display: none;
  background-color: #ffffff;
  width: 30%;
}

.c-modal--share .list-invites {
  position: relative;
  overflow: hidden;
  padding: 15px 0;
}

.c-modal--share .list-invites .delete-invitation {
  color: #ee334c;
  font-weight: bold;
  cursor: pointer;
}

.c-modal--share .list-invites .c-tooltip {
  bottom: 5px;
}

.c-modal--share .list-invites .c-tooltip .c-tooltip__btn:before {
  -webkit-transform: translateX(30%) translateY(0) !important;
      -ms-transform: translateX(30%) translateY(0) !important;
          transform: translateX(30%) translateY(0) !important;
}

.c-modal--share .list-invites .close-invites {
  position: absolute;
  top: 20px;
  right: 0;
  color: #ee334c;
  cursor: pointer;
  font-size: 13px;
}

.c-modal--share .list-invites td, .c-modal--share .list-invites th {
  padding: 8px;
  padding: 0.5rem;
  border-bottom: 1px solid #e6e6e6;
  vertical-align: middle;
}

.section-webcome-guest .c-cta-panel--large p {
  font-size: 24px;
  font-size: 1.5rem;
}

.section-webcome-guest .c-cta-panel--large .c-btn-ghost {
  font-size: 24px;
  font-size: 1.5rem;
  background-color: #ffffff;
  color: #ee334c;
}

#google-contacts-modal #contact_list {
  max-height: 300px;
  overflow: auto;
}

#google-contacts-modal #contact_list li {
  text-align: left;
  padding: 15px 0;
  padding-right: 10px;
  border-bottom: 1px solid #e6e6e6;
}

#google-contacts-modal #contact_list li input[type=checkbox] {
  float: right;
  cursor: pointer;
}

#google-contacts-modal .c-modal__inner {
  max-width: 100%;
}

.c-nav-bar__links li span {
  color: #fff;
  float: right;
  background-color: #ee334c;
  border-radius: 100%;
  text-align: center;
  height: 24px;
  height: 1.5rem;
  width: 24px;
  width: 1.5rem;
  margin: 20px 0;
  margin: 1.25rem 0;
}

.booking-event-title img {
  width: 25px;
  display: inline;
}

.search-form-result-page {
  display: block !important;
  margin-top: 85px;
}

.price-filter-fields ul li {
  padding: 1%;
  cursor: pointer;
  margin-right: 0;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  height: 100px;
}

.price-filter-fields ul li:not(:last-child) {
  border-right: none;
}

.price-filter-fields ul li.active {
  border: 1px solid #ee334c;
}

.price-filter-fields ul li:hover {
  border: 1px solid #ee334c;
}

.basic-filters-popup {
  display: none;
}

.width-100 {
  width: 100%;
}

.c-slideshow .c-chef-icon {
  position: absolute;
  background-color: #ffffff;
  right: 20px;
  right: 1.25rem;
  bottom: 100px;
  z-index: 9;
}

.search-form-result-page .btn-cuisine .make-a-request a {
  margin-top: 2%;
  margin-right: 5%;
}

.o-listing--1\/4 .o-listing__item {
  float: left;
  display: block;
  margin-right: 2%;
  width: 23%;
}

.o-listing--1\/4 .o-listing__item p {
  margin-bottom: 0;
}

.o-listing--1\/4 .o-listing__item p strong {
  font-size: 18px;
}

.o-listing--1\/2 .o-listing__item .c-tooltip {
  z-index: 999;
  bottom: 25px;
  right: -39%;
}

.o-listing--1\/2 .o-listing__item .c-tooltip .c-tooltip__btn {
  background-color: #ffffff;
  color: #000;
}

.o-listing--1\/2 .o-listing__item .c-tooltip__btn:before {
  text-align: center;
}

/************** MEDIA CSS ******************/
@media (min-width: 992px) {
  .o-listing--1\/4 .o-listing__item {
    margin-right: 2%;
    width: 23%;
  }
}

@media (min-width: 540px) {
  .c-search-bar--full .c-search-bar__item:nth-child(2) {
    border: 0;
    width: 13.75rem;
    border-bottom: 1px solid #e6e6e6;
  }
}

/*** START: max-width: 1080px *****/
@media (max-width: 1080px) {
  .c-search-bar__item {
    width: 50% !important;
    background-color: #fff;
    min-height: 3.75rem;
    border-bottom: 1px solid #e6e6e6;
  }
  .c-btn-geolocate {
    z-index: 9;
  }
  .c-search-bar__item:last-child {
    width: auto !important;
    position: absolute;
    right: 0;
    bottom: 0px;
    background-color: transparent;
    border-bottom: 0px;
  }
  .c-search-bar__item:nth-child(3) {
    padding-left: 1.5rem;
    min-height: 3.75rem;
  }
  .c-search-bar__btn {
    min-height: 3.75rem;
    border-radius: 0;
  }
  .c-btn, .c-search-bar__btn, .c-btn-facebook, .c-inline-form__btn, .c-search-bar__btn, .u-skip-to-content {
    background-color: #ee334c;
    border-radius: 4px;
    border: 0px solid #ee334c;
    color: #fff;
    display: inline-block;
    line-height: 1.4;
    min-width: 100px;
    min-width: 6.25rem;
    padding: 10px 25px;
    padding: .625rem 1.5625rem;
    position: relative;
    text-align: center;
    text-shadow: none !important;
    z-index: 1;
  }
  .c-search-bar__item:nth-child(4) .c-form-field--large\@medium input, .c-search-bar__item:nth-child(4) .c-form-field--large\@medium textarea {
    max-height: 3.75rem;
    padding: 1.1rem 3rem;
  }
  .list-rating {
    margin-top: 20px;
  }
  .list-rating li {
    padding: 5px 0;
  }
  .with-inner-hero .c-hero__inner {
    height: 400px;
  }
  .with-inner-hero .c-hero--negative-bottom\@small {
    margin-bottom: -1.75rem;
  }
  #quote-carousel {
    margin-top: 30px;
  }
}

/*** END: max-width: 1080px *****/
/*** START: max-width: 768px *****/
@media (max-width: 768px) {
  .home-top-search-form {
    display: none !important;
  }
  #home-search-form #booking-date-container > ul > li.u-1\/2 {
    width: 100%;
  }
  #home-search-form .u-show\@small.u-show\@small {
    display: block;
  }
  .c-search-bar__item {
    width: 70% !important;
    background-color: #fff;
    min-height: 2.75rem;
    border-bottom: 1px solid #ccc;
  }
  .c-search-bar__inner {
    max-width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-34%);
        -ms-transform: translateX(-34%);
            transform: translateX(-34%);
  }
  .c-search-bar__btn {
    min-height: 2.8rem;
    border-radius: 0;
    right: 0px;
    bottom: -46px;
    position: absolute;
  }
  .c-search-bar__item:last-child {
    width: auto !important;
    position: relative;
    right: 0px;
    bottom: 45px;
    background-color: transparent;
    border-bottom: 0px;
  }
  .o-site-container--pad-top-large {
    padding-top: 150px;
    padding-top: 9.375rem;
    position: relative;
    top: 70px;
  }
  .c-search-bar__item:nth-child(4) .c-form-field--large\@medium input, .c-search-bar__item:nth-child(4) .c-form-field--large\@medium textarea {
    max-height: 3.75rem;
    padding: 0.75rem 0.9375rem;
  }
  .two_chars span {
    visibility: hidden;
    padding-left: 10px;
  }
  .two_chars:first-letter {
    visibility: visible;
  }
  #fc_calendar #fc_inner td {
    width: 14%;
    height: auto !important;
    padding: 5px;
  }
  #fc_calendar .day_cell .date {
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 0 3px 0;
  }
  #fc_calendar .out_of_range .date {
    color: #969696;
  }
  #fc_calendar .event {
    font-size: 10px !important;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold !important;
    color: #ee334c !important;
    padding: 2px 0 0 0;
  }
  #fc_inner {
    width: 94%;
    table-layout: fixed;
  }
  #month_year .left {
    text-align: left;
  }
  #month_year .center {
    text-align: center;
  }
  #month_year .right {
    text-align: right;
  }
  #fc_calendar ul.pager li {
    padding-left: 0px;
  }
  #fc_calendar .center h3 {
    text-align: center;
  }
  .lt {
    float: left;
    width: 50%;
  }
  .ct {
    clear: both;
    width: 100%;
    text-align: center;
    margin: auto;
  }
  .rt {
    float: right;
    width: 50%;
  }
  .c-header__account {
    position: absolute;
    right: 5px;
    right: 1rem;
    top: 0;
  }
  #fc_calendar .center h5 {
    font-size: 14px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 0px;
    color: #ee334c;
    text-transform: uppercase;
  }
  #fc_calendar .center p {
    background-color: aliceblue;
    padding: 4px 0px;
  }
  .wrapp {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
  }
  .lane {
    clear: both;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
  }
  .d1, .d2 {
    padding: 5px;
  }
  .ghost {
    display: block;
  }
  .human {
    display: none;
  }
  .min-switch {
    margin-left: 5px !important;
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    display: inline-block;
  }
  .hidn {
    visibility: hidden;
  }
  .o-site-container--pad-top-large {
    padding-top: 0;
  }
  .o-site-container-inner .c-hero__inner {
    padding: 30px 0;
  }
  .o-site-container-inner .c-hero--feature .c-hero__title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
  }
  .o-site-container-inner .c-hero__content-wrap {
    vertical-align: top;
  }
  .with-inner-hero {
    padding-top: 0;
  }
  #fc_calendar #fc_inner td {
    height: 70px !important;
  }
  .with-inner-hero .c-hero__inner {
    height: 350px;
  }
  .with-inner-hero .c-hero--negative-bottom\@small {
    margin-bottom: -1.75rem;
  }
  #quote-carousel {
    margin-top: 30px;
  }
  #days_of_week th span {
    width: 50%;
    display: block;
    margin: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    visibility: visible;
  }
  .two_chars span {
    padding-left: 0;
  }
  .ghost {
    background: #fff;
    border: 1px solid #CCC;
  }
  #fc_calendar .center p {
    background: #f0f0f0;
  }
  .o-site-container--pad-top-medium {
    padding-top: 3.5rem;
  }
  .hidn {
    display: none;
  }
  .switch {
    margin-bottom: 0;
  }
  .rwd-table.table-striped th {
    padding: 0.5em 1em;
    line-height: normal;
  }
  .rwd-table.table-striped td {
    margin: 0.5em 0 !important;
    line-height: normal;
    font-size: 14px;
  }
  .home-four-blocks .home-four-blocks-left, .home-four-blocks .home-four-blocks-right-uf > div, .home-four-blocks .home-four-blocks-right-lf, .home-four-blocks .home-four-blocks-right {
    width: 100% !important;
    float: left !important;
    display: block;
  }
  .home-four-blocks .home-four-blocks-right-uf > div:first-child, .home-four-blocks .home-four-blocks-right-lf {
    border-top: 2px solid #cccccc;
  }
  .home-four-blocks .home-four-blocks-left, .home-four-blocks .home-four-blocks-right-uf > div:first-child {
    border-right: none !important;
  }
  .c-nav__header[data-set='sign-in-up'] {
    display: none;
  }
  .o-site-container {
    padding-top: 0;
  }
  section.search-results .c-panel__slider-nav .c-slideshow-nav .c-btn, section.search-results .c-panel__slider-nav .c-slideshow-nav .c-search-bar__btn {
    margin: 1% 5%;
  }
  .c-header--secondary .c-header__secondary-container {
    height: auto;
  }
  .c-header--secondary .c-header__secondary-container #menu-search-form fieldset .u-1\/4 {
    width: 46%;
    margin-top: 1%;
  }
  .home-occassion-menu .o-listing--1\/4 .o-listing__item {
    margin-right: 2%;
    width: 48%;
  }
  .home-occassion-menu .o-listing--1\/4 .o-listing__item p {
    margin-bottom: 20px;
  }
}

/*** END: max-width: 768px *****/
/*** START: max-width: 540px *****/
@media (max-width: 540px) {
  .c-search-bar__item:nth-child(2) {
    display: block !important;
  }
  .c-search-bar__item:last-child {
    width: auto !important;
    position: relative;
    left: 0px;
    bottom: 46px;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.19);
    border-bottom: 0px;
  }
  .c-search-bar--full .c-search-bar__item:last-child {
    position: relative;
    right: 0;
    top: -46px;
  }
  .c-search-bar__btn {
    min-height: 2.75rem;
    border-radius: 0;
    right: 0px;
    position: absolute;
  }
  .c-search-bar__item:nth-child(4) .c-form-field--large\@medium input, .c-search-bar__item:nth-child(4) .c-form-field--large\@medium textarea {
    max-height: 3.75rem;
    padding: 0.75rem 0.9375rem;
  }
  .c-btn-ghost--reversed {
    color: #ee334c;
  }
  #show-quick-contact-form {
    display: none;
  }
  .search-results .c-content-header__title {
    font-size: 1.3rem;
    padding-left: 5px;
  }
  .search-results .search-result-items li.o-listing__item {
    margin-bottom: 4rem;
  }
  .search-form-result-page {
    margin-top: 0;
  }
  .search-form-result-page #menu-search-form {
    padding-left: 10px;
    padding-right: 10px;
  }
  .search-form-result-page .price-filter-fields {
    margin-top: 10px;
  }
  .search-form-result-page .price-filter-fields ul li {
    height: auto;
    padding: 1% 5%;
    display: none;
  }
  .search-form-result-page .price-filter-fields ul li.active {
    display: block;
    border-radius: 5px;
  }
  .search-form-result-page .price-filter-fields ul li:after {
    content: "\2193";
    font-size: 20px;
    right: 10px;
    position: absolute;
    top: 40%;
  }
  .search-form-result-page .basic-filters li:not(:first-child) {
    display: none;
  }
  .search-form-result-page .btn-cuisine {
    margin-top: 4%;
  }
  .search-form-result-page .btn-cuisine ul li:first-child {
    display: none;
  }
  .search-form-result-page .btn-cuisine ul li:nth-child(2) {
    display: none;
  }
  #search-filters-modal .price-filter-fields {
    margin-top: 10px;
  }
  #search-filters-modal .price-filter-fields ul li {
    text-align: left;
    height: auto;
    padding: 1% 5%;
  }
  #search-filters-modal .price-filter-fields ul li.active {
    display: block;
    border: 1px solid #ee334c;
  }
  #search-filters-modal .price-filter-fields ul li:not(:last-child) {
    border: 1px solid #e6e6e6;
  }
  .basic-filters-popup {
    display: block;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    padding: 2% 5%;
    border-radius: 5px;
    height: 40px;
  }
  .basic-filters-popup span {
    width: 24px;
    position: absolute;
    right: 10px;
  }
  ul.basic-filters {
    display: none;
  }
  .c-overlay-menu {
    width: 100%;
  }
  .home-search-container #home-search-form {
    padding: 15px;
  }
  .c-overlay-menu__header {
    width: 100%;
  }
}

/*** END: max-width: 540px *****/
/*** START: max-width: 480px *****/
@media (max-width: 480px) {
  .c-search-bar__item {
    width: 100% !important;
    background-color: #fff;
    min-height: 2.75rem;
    border-bottom: 1px solid #ccc;
  }
  .c-search-bar__inner {
    max-width: 100%;
    position: relative;
    left: 0%;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  .c-search-bar__item:last-child {
    width: 100% !important;
    position: relative;
    right: 0px;
    bottom: 45px;
    background-color: transparent;
    border-bottom: 0px;
  }
  .c-search-bar__item:nth-child(4) .c-form-field--large\@medium input, .c-search-bar__item:nth-child(4) .c-form-field--large\@medium textarea {
    max-height: 3.75rem;
    padding: 0.75rem 0.9375rem;
  }
  .c-search-bar__btn {
    min-height: 2.8rem;
    border-radius: 0;
    right: 0px;
    bottom: 0px;
    position: absolute;
  }
  #fc_calendar .out_of_range .date:before {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 0;
  }
  .slider::before {
    width: 15px;
  }
  input:checked + .slider::before {
    -webkit-transform: translateX(18px);
        -ms-transform: translateX(18px);
            transform: translateX(18px);
  }
  .min-switch {
    font-size: 13px;
    margin-left: 4px !important;
  }
  .two_chars span {
    padding-left: 0;
    font-size: 14px;
  }
  .c-list {
    margin-bottom: 0;
  }
  .s-cms-content ol:not([class*="c-"]), .s-cms-content ul:not([class*="c-"]) {
    margin-bottom: 0;
  }
  #days_of_week th span {
    width: 75%;
  }
  .calendar-months div a {
    font-size: 12px;
  }
  #fc_calendar .center p {
    font-size: 14px;
  }
  .search-filter .c-search-bar__item.w50 {
    width: 99% !important;
    margin: 0.5%;
  }
  .list-rating li label {
    font-size: 12px;
  }
}

/*** END: max-width: 480px *****/
/*** START: min-width: 768px *****/
@media (min-width: 768px) {
  .c-pipe {
    margin: 1.70rem;
  }
  #form-rating .c-form-label {
    width: 40%;
    display: inline;
    float: left;
  }
  .c-btn-clear {
    max-height: 3.05rem;
  }
  .c-header--third .c-header__logo {
    background-color: #ee334c;
    height: 80px;
    position: relative;
    width: 100px;
    z-index: 1100;
    padding: 17px 0;
  }
  .c-header--third .c-header__logo #logo-small {
    position: absolute;
    left: 50%;
    margin-left: -28px;
    display: block;
  }
  .c-header--third .c-header__logo #logo {
    display: none;
  }
  .grid-margin-zero {
    margin-right: 0 !important;
    clear: unset !important;
  }
  .grid-margin-2 {
    margin-right: 2.85714% !important;
    clear: left !important;
  }
  .c-modal--share {
    padding: 1rem 3.125rem;
  }
  .c-header--secondary--small {
    max-height: 40px !important;
  }
  .o-section-cta-panel {
    padding-top: 1.875rem;
  }
  .search-form-result-page .o-listing .o-listing__item {
    width: 25%;
    float: left;
    padding-right: 10px;
    margin-bottom: 1.5%;
  }
  .search-form-result-page .basic-filters .o-listing .o-listing__item {
    padding-right: 10px;
  }
  .search-form-result-page .btn-cuisine .o-listing__item {
    width: 33.3333%;
    float: left;
    margin-right: 0;
    padding-right: 0;
  }
  .c-header--small-height {
    max-height: 40px;
  }
  .search-results {
    margin-top: 1.5rem;
  }
}

/*** END: min-width: 768px *****/
/*** START: max-width: 440px *****/
@media (max-width: 440px) {
  .rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 100%;
    display: inline-block;
  }
}

/*** END: max-width: 440px *****/
/*** START: min-width: 600px *****/
@media (min-width: 600px) {
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
    padding: 0em 1em !important;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}

/*** END: min-width: 600px *****/
@media (min-width: 769px) and (max-width: 968px) {
  .hidn {
    font-size: 14px;
  }
  .switch {
    width: 30px;
  }
  .slider::before {
    width: 10px;
  }
  .switch span {
    margin-left: 33px;
  }
  input:checked + .slider::before {
    -webkit-transform: translateX(13px);
        -ms-transform: translateX(13px);
            transform: translateX(13px);
  }
  #quote-carousel {
    margin-top: 30px;
  }
}

@media (max-width: 599px) {
  .rwd-table .u-bg-white, .rwd-table td.u-bg-white:before {
    width: 99.5%;
  }
  .rwd-table.table-striped td {
    margin: 0 !important;
  }
  .with-inner-hero .c-hero__inner {
    height: 300px;
  }
}

@media (max-width: 360px) {
  input:checked + .slider::before {
    -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
            transform: translateX(15px);
  }
  #days_of_week th span {
    width: 90%;
  }
  #menu-items-container .col-xs-6 {
    width: 100%;
    float: none;
  }
}

@media (max-width: 480px) {
  form#search-form .c-search-bar__btn {
    min-height: 2.75rem;
    position: relative;
    width: 100%;
    padding: 0 !important;
    bottom: 0;
    border-radius: 5px;
  }
  form#search-form .c-search-bar__item:last-child {
    bottom: 0;
  }
}

@media (min-width: 1200px) {
  .search-results .o-content-wrap {
    padding: 1.75rem 0 7.5rem;
  }
  .o-section-steps .o-content-wrap {
    padding: 3.75rem 0 1rem;
  }
}
.gmail-icon{
  margin-top: 3px;
  float: left;
  margin-right: 10px;
}
.c-btn-gmail {
  margin-bottom:1.875rem;
}
.c-btn-gmail span{
    font-size: 16px;
  }
  fieldset{border:0;}
  
.list-group-item{
      margin-bottom:20px;
  }
/*# sourceMappingURL=styles.css.map */