@import '../css/bootstrap.3.3.7.min.css';
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import '../css/slick.1.8.1.css';
@import '../css/slick-theme.1.8.1.css';
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap");
@import url("/themes/daytours/css/datePicker.css");
@import url("/themes/daytours/css/datePicker.css");
@font-face {
  font-family: "HallOfFun";
  src: url("../fonts/HallOfFun-CLEAN.eot");
  src: url("../fonts/HallOfFun-CLEAN.eot?#iefix") format("embedded-opentype"), url("../fonts/HallOfFun-CLEAN.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HarlowDuoRegular";
  src: url("../fonts/HarlowDuoSerif-regular.eot");
  src: url("../fonts/HarlowDuoSerif-regular.woff") format("woff"), url("../fonts/HarlowDuoSerif-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GillSansNova";
  src: url("../fonts/GillSansNova-Light.eot");
  src: url("../fonts/GillSansNova-Light.woff") format("woff"), url("../fonts/GillSansNova-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  /* 1 */
  display: block;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}

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

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

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

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

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

/**
 * Add the correct display in IE.
 */
template, [hidden] {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/*!
 * Datepicker for Bootstrap v1.7.1 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.input-append.date .add-on, .input-prepend.date .add-on {
  cursor: pointer;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
  margin-top: 3px;
}

.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

.autocompleter {
  width: 100%;
  display: none;
}

.autocompleter-show {
  display: block;
}

.autocompleter,
.autocompleter-hint {
  position: absolute;
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
}

.autocompleter-list {
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.autocompleter-item {
  cursor: pointer;
  padding: 6px;
}

.autocompleter-item:hover {
  background-color: #5897fb;
  color: #fff;
}

.autocompleter-item-selected {
  /* Selected State */
}

.autocompleter-item strong {
  /* Highlight Matches */
}

.autocompleter-hint {
  width: 100%;
  display: none;
  /** Need absolute position over input text */
}

.autocompleter-hint-show {
  display: block;
}

.autocompleter-hint span {
  color: transparent;
}

[class$="--blue"] {
  color: #165D9D;
}

[class$="--red"] {
  color: #DA1F26;
}

[class$="--brown"] {
  color: #87523D;
}

[class$="--light-brown"] {
  color: #9A8175;
}

[class$="--yellow"] {
  color: #DF8F1A;
}

[class$="--orange"] {
  color: #F36F21;
}

[class$="--title-gray"] {
  color: #bdbdbd;
}

[class$="--dark-blue"] {
  color: #4e5356;
}

[class$="--dark-brown"] {
  color: #733535;
}

[class$="--dark-yellow"] {
  color: #c3a375;
}

body {
  font-family: "Roboto", "Open Sans", sans-serif;
}

a {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
}
a:hover, a:focus {
  text-decoration: none;
  outline: 0;
}
a:hover {
  color: #DA1F26;
}

.main {
  overflow: hidden;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

input [type=text], input [type=password], input [type=email] {
  width: 100%;
  padding: 0.5rem;
}

.custom-checkbox {
  position: relative;
  /* margin: 0.8rem 0; */
}
.custom-checkbox label {
  max-width: calc(100% - 40px);
  display: inline-block;
  vertical-align: top;
}
.custom-checkbox label:before {
  transition: all 100ms linear;
  content: "";
  width: 17px;
  height: 17px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.custom-checkbox label:hover::before {
  background-color: rgba(218, 31, 32, 0.5019607843);
  border-color: rgba(218, 31, 32, 0.5019607843);
}
.custom-checkbox label:after {
  transition: all 100ms linear;
  content: "";
  width: 12px;
  height: 6px;
  position: absolute;
  top: 4px;
  left: 2px;
  border: 2px solid #fcfff4;
  border-top: none;
  border-right: none;
  /* background: transparent; */
  opacity: 0;
  transform: rotate(-45deg);
}
.custom-checkbox label:hover::after {
  opacity: 0.4;
}
.custom-checkbox label.clicked:before {
  background-color: #DA1F26;
  border-color: #DA1F26;
}
.custom-checkbox label.clicked:after {
  opacity: 1;
}
.custom-checkbox input[type=checkbox] {
  visibility: hidden;
  display: inline-block;
  width: 20px;
}
.custom-checkbox input[type=checkbox]:checked + label:before {
  background: #DA1F26;
  border-color: #DA1F26;
}
.custom-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}

input[type=radio] {
  accent-color: #DA1F26;
}

.btn {
  padding: 12px;
}

.btn-primary {
  text-transform: uppercase;
  background-color: #FFF;
  color: #DA1F26;
  border-color: #DA1F26;
  font-weight: 500;
}
.btn-primary.active {
  background-color: #DA1F26;
  color: #FFF;
  border-color: #DA1F26;
  box-shadow: none;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover {
  background-color: #DA1F26;
  color: #FFF;
  border-color: #DA1F26;
  box-shadow: none;
}
.btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover {
  background-color: #DA1F26;
  color: #FFF;
  border-color: #DA1F26;
  box-shadow: none;
}
.btn-primary:hover {
  background-color: #DA1F26;
  color: #FFF;
  border-color: #DA1F26;
  box-shadow: none;
}

.icn {
  width: 100%;
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}

.icn-arrow {
  width: 30px;
  /*height: 57px; PR increase height of arrows*/
  height: 72px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48.5' height='92'%3E%3Cpath fill='%23FFF' d='M3.8 45L47.1 1.7l-.3-.3c-.5-.5-1.2-.5-1.7 0L1.4 45c-.5.5-.5 1.4 0 1.9l43.7 43.7c.5.5 1.2.5 1.7 0l.3-.4L3.8 46.9c-.5-.5-.5-1.3 0-1.9z'/%3E%3C/svg%3E");
  position: absolute;
  /*top: 50%; PR push arrows down  */
  left: 50%;
  top: 55%;
  transform: translateX(-50%) translateY(-45%);
}
.icn-arrow--left {
  transform: translateX(-50%) translateY(-21%) rotateZ(180deg);
}
@media (max-width: 767px) {
  .icn-arrow {
    top: 45%;
    transform: translateX(-50%) translateY(-55%);
  }
  .icn-arrow--left {
    transform: translateX(-50%) translateY(-31%) rotateZ(180deg);
  }
}

.icn-arrow--red {
  width: 30px;
  height: 72px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48.5' height='92'%3E%3Cpath fill='%23DA1F26' d='M3.8 45L47.1 1.7l-.3-.3c-.5-.5-1.2-.5-1.7 0L1.4 45c-.5.5-.5 1.4 0 1.9l43.7 43.7c.5.5 1.2.5 1.7 0l.3-.4L3.8 46.9c-.5-.5-.5-1.3 0-1.9z'/%3E%3C/svg%3E");
}

.icn__car {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 68'%3E%3Cpath d='M21 .038c-6.3 0-12 4.7-12 11v16.2c-2.9 1.5-5 4.3-5 7.8v5H2.7c-1.5.2-2.7 1.5-2.7 3v12c0 1.7 1.3 3 3 3h1v7c0 1.7 1.3 3 3 3h10c1.7 0 3-1.3 3-3v-7h50v7c0 1.7 1.3 3 3 3h10c1.7 0 3-1.3 3-3v-7h1c1.7 0 3-1.3 3-3v-12c0-1.7-1.3-3-3-3h-1v-5c0-3.5-2.1-6.2-5-7.8v-16.2c0-6.3-5.7-11-12-11H21zm0 6h48c3.4 0 6 2.4 6 5v15h-5.5c.3-.9.5-2 .5-3v-2c0-4.9-4.1-9-9-9H51c-2.3 0-4.4.9-6 2.3-1.6-1.4-3.7-2.3-6-2.3H29c-4.9 0-9 4.1-9 9v2c0 1 .2 2.1.5 3H15v-15c0-2.6 2.6-5 6-5zm8 12h10c1.7 0 3 1.3 3 3v2c0 1.7-1.3 3-3 3H29c-1.7 0-3-1.3-3-3v-2c0-1.8 1.3-3 3-3zm22 0h10c1.7 0 3 1.3 3 3v2c0 1.7-1.3 3-3 3H51c-1.7 0-3-1.3-3-3v-2c0-1.8 1.3-3 3-3zm-37 14h62c2.3 0 4 1.7 4 3v5H10v-5c0-1.4 1.7-3 4-3zm-8 14h78v6H6v-6zm4 12h4v4h-4v-4zm66 0h4v4h-4v-4z' fill='%234e5356'/%3E%3C/svg%3E");
}

.icn__star-plus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 90'%3E%3Cpath fill='%234e5356' d='M65.8 67.6h-3.1v-3.3c-.1-1.7-1.5-2.9-3.2-2.8s-2.9 1.5-2.8 3.2v3h-3.2c-1.7.1-2.9 1.5-2.8 3.2.1 1.7 1.5 2.9 3.2 2.8h2.9v3c0 1.7 1.3 3 3 3s3-1.3 3-3v-3.1h3.1c1.7 0 3-1.3 3-3-.1-1.6-1.4-2.9-3.1-3z'/%3E%3Cpath fill='%234e5356' d='M60 50h-.1l-.6-2.9L77 31.2c1.2-1.1 1.3-3 .2-4.2-.5-.5-1.2-.9-1.9-1L51 23.2 41.8 1.8C41.3.7 40.2 0 38.9 0c-1.1 0-2.2.7-2.6 1.8L27 23.2 2.7 26C1 26.2-.2 27.7 0 29.3c.1.7.4 1.4 1 1.9l17.7 15.9L14 70.4c-.3 1.6.7 3.2 2.4 3.5.7.1 1.5 0 2.1-.4l20.5-12 2.3 1.4c-.8 2.2-1.3 4.6-1.3 7.1 0 11 9 20 20 20s20-9 20-20-9-20-20-20zm-15.7 7.7l-3.8-2.2c-.9-.6-2.1-.6-3.1 0L21.3 65 25 46.6c.2-1-.2-2.1-.9-2.8L10 31.2 29.3 29c1.1-.1 2-.8 2.4-1.8L39 10.5l7.2 16.7c.4 1 1.3 1.7 2.4 1.8L68 31.2 54 43.8c-.8.7-1.1 1.8-.9 2.8L54 51c-3.9 1.2-7.2 3.6-9.7 6.7zM60 84c-7.8 0-14-6.2-14-14s6.2-14 14-14 14 6.2 14 14-6.2 14-14 14z'/%3E%3C/svg%3E");
}

.icn__btn-download {
  width: 2rem;
  height: 1.8rem;
  position: relative;
  top: 4px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.icn__btn-download--red {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 17'%3E%3Cpath fill='%23DA1F26' d='M17 8c-.6 0-1 .4-1 1v6H2V9c0-.6-.4-1-1-1s-1 .4-1 1v7c0 .6.4 1 1 1h16c.6 0 1-.4 1-1V9c0-.6-.4-1-1-1z'/%3E%3Cpath fill='%23DA1F26' d='M9 0c-.6 0-1 .4-1 1v6.4L6.9 6.3c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l2.8 2.8c.2.2.5.3.7.3.3 0 .5-.1.7-.3l2.8-2.8c.4-.4.4-1 0-1.4s-1-.4-1.4 0L10 7.5V1c0-.5-.5-1-1-1z'/%3E%3C/svg%3E");
}

.icn__btn-download--white {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 17'%3E%3Cpath fill='%23ffffff' d='M17 8c-.6 0-1 .4-1 1v6H2V9c0-.6-.4-1-1-1s-1 .4-1 1v7c0 .6.4 1 1 1h16c.6 0 1-.4 1-1V9c0-.6-.4-1-1-1z'/%3E%3Cpath fill='%23ffffff' d='M9 0c-.6 0-1 .4-1 1v6.4L6.9 6.3c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l2.8 2.8c.2.2.5.3.7.3.3 0 .5-.1.7-.3l2.8-2.8c.4-.4.4-1 0-1.4s-1-.4-1.4 0L10 7.5V1c0-.5-.5-1-1-1z'/%3E%3C/svg%3E");
}

.icn__btn-order {
  width: 2rem;
  height: 1.5rem;
  position: relative;
  top: 2px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.icn__btn-order--red {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96.4 69.7'%3E%3Cpath d='M29 13.538c-1.5.4-2.5 2.2-2.1 3.7l13.5 50.2c.4 1.2 2 2.6 3.7 2.1l50.2-13.5c1.5-.4 2.5-2.2 2.1-3.7l-13.5-50.2c-.4-1.5-2.2-2.5-3.7-2.1L29 13.538zm4.4 5l14.5-3.9 3.4 12.6c.4 1.6 2.1 2.5 3.7 2.1l9.7-2.6c1.6-.4 2.5-2.1 2.1-3.7l-3.4-12.6 14.5-3.9 11.9 44.4-14.5 3.9-3.4-12.6c-.4-1.6-2.1-2.5-3.7-2.1l-9.7 2.6c-1.6.4-2.5 2.1-2.1 3.7l3.4 12.6-14.5 3.9-11.9-44.4zm20.3-5.4l3.9-1 2.6 9.7-3.9 1-2.6-9.7zm-51.5 24.1c-1.6.4-2.6 2.1-2.1 3.7.4 1.6 2.1 2.6 3.7 2.1l21.3-5.7c1.6-.4 2.6-2.1 2.1-3.7-.4-1.6-2.1-2.6-3.7-2.1l-21.3 5.7zm10.3 7.6c-1.6.4-2.6 2.1-2.1 3.7.4 1.6 2.1 2.6 3.7 2.1l13.5-3.6c1.6-.4 2.6-2.1 2.1-3.7-.4-1.6-2.1-2.6-3.7-2.1l-13.5 3.6zm8.4 8.1c-1.6.4-2.6 2.1-2.1 3.7.4 1.6 2.1 2.6 3.7 2.1l7.7-2.1c1.6-.4 2.6-2.1 2.1-3.7-.4-1.6-2.1-2.6-3.7-2.1l-7.7 2.1zm42.1-5l3.9-1 2.6 9.7-3.9 1-2.6-9.7z' fill='%23cf0a2c'/%3E%3C/svg%3E");
}

.icn__btn-order--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96.4 69.7'%3E%3Cpath d='M29 13.538c-1.5.4-2.5 2.2-2.1 3.7l13.5 50.2c.4 1.2 2 2.6 3.7 2.1l50.2-13.5c1.5-.4 2.5-2.2 2.1-3.7l-13.5-50.2c-.4-1.5-2.2-2.5-3.7-2.1L29 13.538zm4.4 5l14.5-3.9 3.4 12.6c.4 1.6 2.1 2.5 3.7 2.1l9.7-2.6c1.6-.4 2.5-2.1 2.1-3.7l-3.4-12.6 14.5-3.9 11.9 44.4-14.5 3.9-3.4-12.6c-.4-1.6-2.1-2.5-3.7-2.1l-9.7 2.6c-1.6.4-2.5 2.1-2.1 3.7l3.4 12.6-14.5 3.9-11.9-44.4zm20.3-5.4l3.9-1 2.6 9.7-3.9 1-2.6-9.7zm-51.5 24.1c-1.6.4-2.6 2.1-2.1 3.7.4 1.6 2.1 2.6 3.7 2.1l21.3-5.7c1.6-.4 2.6-2.1 2.1-3.7-.4-1.6-2.1-2.6-3.7-2.1l-21.3 5.7zm10.3 7.6c-1.6.4-2.6 2.1-2.1 3.7.4 1.6 2.1 2.6 3.7 2.1l13.5-3.6c1.6-.4 2.6-2.1 2.1-3.7-.4-1.6-2.1-2.6-3.7-2.1l-13.5 3.6zm8.4 8.1c-1.6.4-2.6 2.1-2.1 3.7.4 1.6 2.1 2.6 3.7 2.1l7.7-2.1c1.6-.4 2.6-2.1 2.1-3.7-.4-1.6-2.1-2.6-3.7-2.1l-7.7 2.1zm42.1-5l3.9-1 2.6 9.7-3.9 1-2.6-9.7z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.btn {
  width: 90%;
  display: block;
  margin: 1rem 5%;
  padding: 1.25rem 20px;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
}

.btn--bold {
  font-weight: 500;
}

.btn--small {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  padding: 0.75rem 0;
}

.btn--red-outline {
  border-color: #DA1F26;
  color: #DA1F26;
}
.btn--red-outline .icn__btn--red {
  display: inline-block;
}
.btn--red-outline .icn__btn--white {
  display: none;
}
.btn--red-outline:visited, .btn--red-outline:active {
  color: #DA1F26;
}
.btn--red-outline:hover, .btn--red-outline:focus {
  color: #FFF;
  background-color: #DA1F26;
}
.btn--red-outline:hover .icn__btn--red, .btn--red-outline:focus .icn__btn--red {
  display: none;
}
.btn--red-outline:hover .icn__btn--white, .btn--red-outline:focus .icn__btn--white {
  display: inline-block;
}

.btn--black {
  background-color: #000;
  color: #FFF;
}
.btn--black:hover {
  border-color: #DA1F26;
  color: #DA1F26;
  background-color: #FFF;
}

.btn--red {
  background-color: #DA1F26;
  color: #FFF;
}
.btn--red:visited, .btn--red:active {
  color: #FFF;
}
.btn--red .icn__btn--red {
  display: none;
}
.btn--red .icn__btn--white {
  display: inline-block;
}
.btn--red:hover, .btn--red:focus {
  border-color: #DA1F26;
  color: #DA1F26;
  background-color: #FFF;
}
.btn--red:hover .icn__btn--red, .btn--red:focus .icn__btn--red {
  display: inline-block;
}
.btn--red:hover .icn__btn--white, .btn--red:focus .icn__btn--white {
  display: none;
}

.btn--darkgrey-outline {
  border-color: #666666;
  color: #666666;
}
.btn--darkgrey-outline:visited, .btn--darkgrey-outline:active {
  color: #666666;
}

.btn--grey-outline {
  border: 1px solid #cccccc;
}
.btn--grey-outline:hover {
  color: #DA1F26;
  border-color: #DA1F26;
}

.btn--white-outline {
  border: 1px solid #FFF;
  color: #FFF;
}
.btn--white-outline:hover {
  color: #000;
  background-color: #FFF;
}
.btn--white-outline:hover:active, .btn--white-outline:hover:visited {
  color: #000;
}
.btn--white-outline:active, .btn--white-outline:visited {
  color: #FFF;
}

.btn--full {
  width: 100%;
}

.btn--noMargin {
  margin: 0;
}

.like-button .fa-heart {
  display: none;
}
.like-button .fa-heart-o {
  display: block;
}

.like-button--active {
  color: #DA1F26;
}
.like-button--active .fa-heart {
  display: block;
}
.like-button--active .fa-heart-o {
  display: none;
}

.header-carousel__item {
  height: calc(100vh - 109px);
  min-height: 500px;
}
@media (min-width: 992px) {
  .header-carousel__item {
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .header-carousel__item {
    min-height: 300px;
    max-height: 768px;
  }
}

.wild-border {
  position: relative;
}
.wild-border:before, .wild-border:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 102vw;
  left: -1%;
  margin: auto;
}
.wild-border--top:before {
  top: -2px;
  z-index: 1;
}
.wild-border--bottom:after {
  bottom: -3px;
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
.wild-border--dramatic.wild-border--top:before, .wild-border--dramatic.wild-border--bottom:after {
  height: 160px;
  background-image: url(/themes/daytours/images/dramatic_rustic_border_white_top-w2500.png);
}
.wild-border--subtle.wild-border--top:before, .wild-border--subtle.wild-border--bottom:after {
  height: 40px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1920 60' style='enable-background:new 0 0 1920 60;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M0,19.8l23.3,5.7c0,0,10.1,0,18.2-1s9.1,1,17.2-1c8.1-1.9,7.1-1,31.4-1l21.3-2.9c0,0,8.1-1,16.2,0 s2,1.9,33.4,3.8h19.2c12.1,0,23.3-1.9,23.3-1.9s13.2,1,19.2,0c6.1-1,10.1-3.8,24.3-1c14.2,2.9,8.1,2.9,22.3,3.8 c14.2,1,17.2-0.1,17.2-0.1c0-5.9,51.9-3.4,51.9-3.4s130.9,2.4,141,1.2s34-1.2,56.7-2.4s36.5-1.2,52.9-1.2h40.3 c0,0,8.8,1.2,29,2.4c20.1,1.2,20.1,2.4,36.5,2.4h36.5c8.8,0,96.9-5.9,117.1-2.4c20.1,3.5,23.9,3.5,45.3,2.4 c21.3-1.1,40.2-1.1,40.2-1.1s158.6-5.9,171.2,0s16.4,3.5,36.5,3.5s35.3-3.5,52.9-3.5s137.2-5.9,161.2-2.4 c23.9,3.5,36.5,2.4,51.6,3.5c15.1,1.2,88.1,1.2,110.8,1.2c22.7,0,31.5-3.5,52.9-3.5s27.7-3.5,45.3-1.2 c17.7,2.4,18.9,2.4,36.5,2.4h41.5c11.3,0,25.2,0,30.2,1.2c0,0,9.2-0.7,21.3-0.7c12.1,0,14.2,4.8,24.3,2.9 c10.1-1.9,1-2.9,15.2-2.9s29.4,1,35.4,0c6.1-1,4-2.9,21.3-1c17.2,1.9,17.2,1,29.4,1c12.2,0,21.3-1,26.3,0 c5.1,1,22.3,2.9,22.3,2.9V1H0C0,1,0,5.9,0,19.8z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.topography {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.3;
  filter: contrast(0.5);
  width: 100vw;
  height: auto;
  pointer-events: none;
  background-size: cover;
  background-repeat-x: no-repeat;
}
.topography--left {
  background-image: url(/themes/daytours/images/AAT-Topography-BG_Left-Right.png);
}
.topography--right {
  background-image: url(/themes/daytours/images/AAT-Topography-BG_Right-Left.png);
}

.DarkerBackground {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  min-width: 100%;
  min-height: 100%;
  pointer-events: none;
}
.DarkerBackground--darker {
  background: rgba(0, 0, 0, 0.4);
}

.header-carousel__background {
  background-size: cover;
  background-position: center 20%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.header-carousel__background--mobile {
  display: block;
}

@media (min-width: 992px) {
  .header-carousel__background--mobile {
    display: none;
  }
}
.header-carousel__background--desktop {
  display: none;
}

@media (min-width: 992px) {
  .header-carousel__background--desktop {
    display: block;
  }
}
.header-carousel__video {
  width: 100%;
}

.header-carousel__iframe {
  width: 100vw;
  height: 56vw;
  display: block;
}

.header-carousel__container {
  position: relative;
}

.header-carousel__caption {
  bottom: 20px;
}

@media (min-width: 992px) {
  .header-carousel__caption {
    bottom: 0;
  }
}
.header--home .header-carousel__caption {
  bottom: 55%;
  transform: translateY(50%);
  padding: 0;
  margin-bottom: 27px; /* PR adjust the caption pos */
}

.header--home .header-carousel__slidetitle {
  bottom: 47%;
}

@media (max-width: 991px) {
  .header--home .header-carousel__slidetitle {
    bottom: 45%;
  }
}
@media (max-width: 991px) {
  .header--home .header-carousel__caption {
    bottom: 45%;
  }
}
.header-carousel__caption-text {
  display: block;
}
.header-carousel__caption-text:not(:last-child) {
  margin-bottom: 2px;
}

.header-carousel__caption-text-inner {
  display: inline-block;
  color: #000;
  padding: 2px 10px;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.5);
}

.header-carousel__caption--video {
  top: 20px;
  bottom: auto;
  text-align: center;
  transform: translateY(0);
}

@media (min-width: 992px) {
  .header-carousel__caption--video {
    top: 145px;
  }
}
.header-carousel__title {
  margin: 0;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 1.3;
  text-shadow: 0 0 20px rgba(128, 128, 128, 0.5);
}
@media (min-width: 1200px) {
  .header-carousel__title {
    font-size: 5rem;
    line-height: 1.1;
  }
}
@media (max-width: 375px) {
  .header-carousel__title {
    font-size: 2.5rem;
  }
}

.header-carousel__subtitle {
  margin: 0;
  margin-top: 20px;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.4;
  text-shadow: 0 0 10px rgba(128, 128, 128, 0.5);
}
.header-carousel__subtitle a {
  color: #fff;
  padding-bottom: 2px;
  text-shadow: 0 0 1px transparent;
}
.header-carousel__subtitle a.underlined-link {
  border-bottom: 2px solid #fff;
}
.header-carousel__subtitle a:hover {
  text-shadow: 0 0 1px #ddd;
  box-shadow: none;
}
@media (min-width: 1200px) {
  .header-carousel__subtitle {
    font-size: 3rem;
    line-height: 1.3;
  }
}
@media (max-width: 375px) {
  .header-carousel__subtitle {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}

#HomePage .header-carousel__title {
  font-weight: 700;
  line-height: 1.1;
}
@media (min-width: 768px) {
  #HomePage .header-carousel__title {
    font-size: 4.5rem;
  }
}
@media (min-width: 1601px) {
  #HomePage .header-carousel__title {
    font-size: 6.5rem;
  }
}

.header-carousel__btn {
  display: inline-block;
  width: auto;
  margin: 1em auto;
  font-size: 2.2rem;
  border-radius: 50px;
  padding: 0.6rem 40px;
  font-weight: 500;
  text-transform: inherit;
  pointer-events: auto !important;
}
.header-carousel__btn:visited, .header-carousel__btn:focus {
  color: #FFF;
}
.header-carousel__btn:hover {
  border-color: #FFF;
  color: #DA1F26;
}
@media (max-width: 767px) {
  .header-carousel__btn {
    font-size: 1.4rem;
  }
}

.header-carousel .fa {
  top: 50%;
  position: absolute;
  margin-top: -2.75rem;
  font-size: 5rem;
  opacity: 0;
}

@media (min-width: 768px) {
  .header-carousel .fa {
    opacity: 1;
  }
}
.header-carousel__image {
  width: 100%;
}

@media (max-width: 767px) {
  .header-carousel__image {
    width: auto;
    min-height: 320px;
    height: 50vh;
    max-height: 350px;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
.header-carousel .carousel-indicators {
  display: none; /* PR hide these */
  bottom: 7px;
}
.header-carousel .carousel-indicators li {
  width: 40px;
  height: 3px;
  border-radius: 0;
  border: 0;
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 0;
  margin-bottom: 0;
}
.header-carousel .carousel-indicators li.active {
  background-color: #FFF;
}

@media (min-width: 992px) {
  .header--home .header-carousel .carousel-indicators {
    bottom: 110px;
  }
}
.header--Clean .header-carousel__item {
  min-height: 420px;
}
@media (min-width: 768px) {
  .header--Clean .header-carousel__item {
    height: calc(100vh - 300px);
  }
}
@media (min-width: 992px) {
  .header--Clean .header-carousel__item {
    height: calc(100vh - 240px);
  }
}
@media (min-width: 992px) {
  .header--Clean .carousel-control {
    top: 90px;
  }
}
@media (min-width: 992px) {
  .header--Clean .header-carousel__caption {
    bottom: calc(55% - 45px);
  }
}

.social-icons {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 0 5%;
}

@media (min-width: 992px) {
  .social-icons {
    width: 100%;
    margin: 0;
  }
}
.social-icons__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.social-icons__icon-link {
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
  font-size: 2rem;
}
.social-icons__icon-link:hover:link, .social-icons__icon-link:hover:visited, .social-icons__icon-link:hover:active {
  color: #FFF;
}
.social-icons__icon-link:hover:before {
  opacity: 1;
}
.social-icons__icon-link:before {
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  content: "";
  position: absolute;
  display: block;
  opacity: 0.4;
}

.social-icons__icon-link--facebook {
  color: #002E98;
}
.social-icons__icon-link--facebook:link, .social-icons__icon-link--facebook:visited, .social-icons__icon-link--facebook:active {
  color: #002E98;
}
.social-icons__icon-link--facebook:before {
  border-color: #002E98;
  background-color: transparent;
}
.social-icons__icon-link--facebook:hover:before {
  background-color: #002E98;
}

.social-icons__icon-link--youtube {
  color: #FF0000;
}
.social-icons__icon-link--youtube:link, .social-icons__icon-link--youtube:visited, .social-icons__icon-link--youtube:active {
  color: #FF0000;
}
.social-icons__icon-link--youtube:before {
  border-color: #FF0000;
}
.social-icons__icon-link--youtube:hover:before {
  background-color: #FF0000;
}

.social-icons__icon-link--twitter {
  color: #00A2FF;
}
.social-icons__icon-link--twitter:link, .social-icons__icon-link--twitter:visited, .social-icons__icon-link--twitter:active {
  color: #00A2FF;
}
.social-icons__icon-link--twitter:before {
  border-color: #00A2FF;
}
.social-icons__icon-link--twitter:hover:before {
  background-color: #00A2FF;
}

.social-icons__icon-link--linkedin {
  color: #005CB8;
}
.social-icons__icon-link--linkedin:link, .social-icons__icon-link--linkedin:visited, .social-icons__icon-link--linkedin:active {
  color: #005CB8;
}
.social-icons__icon-link--linkedin:before {
  border-color: #005CB8;
}
.social-icons__icon-link--linkedin:hover:before {
  background-color: #005CB8;
}

.social-icons__icon-link--instagram {
  color: #EE000E;
}
.social-icons__icon-link--instagram:link, .social-icons__icon-link--instagram:visited, .social-icons__icon-link--instagram:active {
  color: #EE000E;
}
.social-icons__icon-link--instagram:before {
  border-color: #EE000E;
}
.social-icons__icon-link--instagram:hover:before {
  background-color: #EE000E;
}

.social-icons__icon-link--tripadvisor {
  color: #FFE188;
}
.social-icons__icon-link--tripadvisor:link, .social-icons__icon-link--tripadvisor:visited, .social-icons__icon-link--tripadvisor:active {
  color: #FFE188;
}
.social-icons__icon-link--tripadvisor:before {
  border-color: #000;
}
.social-icons__icon-link--tripadvisor:hover:before {
  background-color: #000;
}

.home__instagram .social-icons {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  width: auto;
  margin-left: 0;
}

.tour-tabs__slide-inner {
  /*justify-content: flex-end;*/
}
@media (max-width: 1199px) {
  .tour-tabs__slide-inner {
    flex-direction: column;
  }
}

.carousel-card {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  position: relative;
  display: block;
  width: 33.33%;
  margin: 0 1%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .carousel-card {
    width: 80%;
    max-width: 710px;
    margin: 10px auto;
    align-self: center;
  }
}
@media (max-width: 767px) {
  .carousel-card {
    width: 100%;
  }
}
.carousel-card:first-of-type {
  margin-left: 0;
}
@media (max-width: 1199px) {
  .carousel-card:first-of-type {
    margin: auto;
  }
}
.carousel-card:last-of-type {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .carousel-card:last-of-type {
    margin: auto;
  }
}
.carousel-card:after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  content: "";
  opacity: 0.9;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 ); /* IE6-9 */
}
.carousel-card__link {
  -moz-transition: background 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: background 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: background 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: background 500ms cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 25;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-card__link:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.carousel-card__img {
  width: 100%;
  height: auto;
}
.carousel-card__icon {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 20px;
  right: 5px;
  cursor: pointer;
  z-index: 30;
}
.carousel-card__icon .fa {
  font-size: 2.8rem;
  color: #FFF;
}
.carousel-card__icon .fa-heart {
  display: none;
}
.carousel-card__icon--checked .fa-heart {
  display: block;
}
.carousel-card__icon--checked .fa-heart-o {
  display: none;
}
.carousel-card__icon-checkbox {
  display: none;
}
.carousel-card__caption {
  width: 100%;
  text-align: left;
  padding: 0 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  z-index: 15;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.carousel-card__left {
  width: calc(80% - 2rem);
  margin-bottom: 1rem;
  border-right: 1px solid #FFF;
  padding-right: 1rem;
  margin-right: 1rem;
}
.carousel-card__right {
  width: 20%;
  margin-bottom: 1rem;
  position: relative;
}
.carousel-card__h3 {
  font-size: 1.65rem;
  font-weight: 700;
  margin: 0;
}
.carousel-card__h4 {
  font-weight: 400;
  font-size: 1rem;
  color: #cccccc;
}
.carousel-card__price {
  font-size: 2.5rem;
  position: relative;
  padding: 0;
  margin: 0;
  position: absolute;
  top: calc(50% + 0.5rem);
  left: 0;
  transform: translateY(-50%);
  font-weight: 500;
}
.carousel-card__price-sup {
  font-size: 1rem;
  position: absolute;
  top: -0.9rem;
  left: 0;
  color: #b3b3b3;
}
.carousel-card__p {
  font-size: 1.1rem;
  font-weight: 500;
  color: #cccccc;
}
.carousel-card__btn {
  color: #FFF !important;
  border: 1px solid #FFF;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 1rem;
  padding: 10px;
  margin: 0;
  position: absolute;
  top: calc(50% + 0.1rem);
  left: 0;
  transform: translateY(-50%);
  font-weight: 500;
}
.carousel-card__hide-span {
  /* @include breakpoint($xl-down){ */
}
@media (max-width: 1499px) {
  .carousel-card__hide-span {
    display: none;
  }
}

/* HEADER ENDS */
.aat-nav-tabs {
  display: flex;
  justify-content: center;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  /*overflow: hidden;*/
  list-style-type: none;
  padding: 0;
}

.aat-nav-tabs__item {
  flex-grow: 1;
}
.aat-nav-tabs__item:last-child .aat-nav-tabs__link:after {
  display: none;
}
.aat-nav-tabs__item.active {
  background-color: initial;
}
.aat-nav-tabs__item.active .aat-nav-tabs__link {
  color: #DA1F26;
  border-bottom: 1px solid #DA1F26;
  box-shadow: 0 1px 0 rgb(218, 31, 38);
  background-color: initial;
}
.aat-nav-tabs__item.active .aat-nav-tabs__link:focus, .aat-nav-tabs__item.active .aat-nav-tabs__link:hover, .aat-nav-tabs__item.active .aat-nav-tabs__link:visited {
  color: #DA1F26;
  background-color: initial;
}

.aat-nav-tabs__link {
  height: 59px;
  line-height: 1.5rem;
  font-size: 1.05rem;
  min-height: 6rem;
  border-radius: 0;
  display: flex;
  align-items: center;
  text-align: center;
  color: #b3b3b3;
  position: relative;
  justify-content: center;
  margin: 0;
  padding: 2px;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 0 rgba(218, 31, 38, 0);
}
.aat-nav-tabs__link:visited, .aat-nav-tabs__link:focus {
  color: #b3b3b3;
}
.aat-nav-tabs__link:after {
  width: 1px;
  height: 3.6rem;
  display: block;
  background-color: #ccc;
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.aat-nav-tabs__link:hover {
  color: #000;
  background-color: #FFF;
  border-bottom: 1px solid #DA1F26;
  box-shadow: 0 1px 0 rgb(218, 31, 38);
  margin: 0;
}

@media (min-width: 1200px) {
  .aat-nav-tabs__link {
    font-size: 1.2rem;
  }
}
.sub-menu__list {
  margin-top: -15px;
  padding: 1.75rem 0;
}

.sub-menu__link {
  position: relative;
}
.sub-menu__link:hover {
  color: #DA1F26;
}

.sub-menu__link--arrow:before {
  top: 2px;
  width: 5px;
  height: 5px;
  font-family: FontAwesome;
  content: "\f105";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  color: #DA1F26;
}
.sub-menu__link--arrow:active, .sub-menu__link--arrow:focus, .sub-menu__link--arrow:hover {
  color: #DA1F26;
}
.sub-menu__link--arrow:active:before, .sub-menu__link--arrow:focus:before, .sub-menu__link--arrow:hover:before {
  color: #DA1F26;
}

.footer-top__nav .sub-menu__link--arrow:before {
  width: 5px;
  height: 5px;
  font-family: FontAwesome;
  content: "\f105";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  color: #DA1F26;
}
.footer-top__nav .sub-menu__link--arrow:active, .footer-top__nav .sub-menu__link--arrow:focus, .footer-top__nav .sub-menu__link--arrow:hover {
  color: #A4A4A4;
}
.footer-top__nav .sub-menu__link--arrow:active:before, .footer-top__nav .sub-menu__link--arrow:focus:before, .footer-top__nav .sub-menu__link--arrow:hover:before {
  color: #A4A4A4;
}

@media (min-width: 992px) {
  .sub-menu__link--arrow:before {
    top: 4px;
  }
}
.rustic-edge__top--cream:before {
  width: 480px;
  height: 137px;
  display: block;
  content: "";
  position: absolute;
  top: -137px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  z-index: -1;
}

@media (max-width: 479px) {
  .rustic-edge__top--cream:before {
    background-image: url(../../src/images/rustic_border_cream_top-w480.png);
  }
}
@media (min-width: 480px) {
  .rustic-edge__top--cream:before {
    background-image: url(../../src/images/rustic_border_cream_top-w768.png);
    width: 768px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rustic-edge__top--cream:before {
    background-image: url(../../src/images/rustic_border_cream_top-w992.png);
    width: 992px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .rustic-edge__top--cream:before {
    background-image: url(../../src/images/rustic_border_cream_top-w1200.png);
    width: 1200px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .rustic-edge__top--cream:before {
    background-image: url(../../src/images/rustic_border_cream_top-w1500.png);
    width: 1500px;
  }
}
@media (min-width: 1500px) {
  .rustic-edge__top--cream:before {
    background-image: url(../../src/images/rustic_border_cream_top-w2500.png);
    width: 100vw;
  }
}
.rustic-edge__bottom--cream:after {
  width: 480px;
  height: 131px;
  display: block;
  content: "";
  position: absolute;
  bottom: -131px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  z-index: 1;
}

@media (max-width: 479px) {
  .rustic-edge__bottom--cream:after {
    background-image: url(../../src/images/rustic_border_cream_bottom-w480.png);
  }
}
@media (min-width: 480px) {
  .rustic-edge__bottom--cream:after {
    background-image: url(../../src/images/rustic_border_cream_bottom-w768.png);
    width: 768px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rustic-edge__bottom--cream:after {
    background-image: url(../../src/images/rustic_border_cream_bottom-w992.png);
    width: 992px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .rustic-edge__bottom--cream:after {
    background-image: url(../../src/images/rustic_border_cream_bottom-w1200.png);
    width: 1200px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .rustic-edge__bottom--cream:after {
    background-image: url(../../src/images/rustic_border_cream_bottom-w1500.png);
    width: 1500px;
  }
}
@media (min-width: 1500px) {
  .rustic-edge__bottom--cream:after {
    background-image: url(../../src/images/rustic_border_cream_bottom-w2500.png);
    width: 100vw;
  }
}
.card {
  /*@include breakpoint($mid-up) {*/
  width: 100%;
  overflow: hidden;
  display: flex;
  border-radius: 5px;
  border: 1px solid #cccccc;
  margin-bottom: 15px;
  position: relative;
  background-color: #FFF;
}
@media (min-width: 992px) {
  .card {
    display: inline-block;
    padding-bottom: 0.5rem;
  }
}
.card--noborder {
  border: none;
}
.card__title--h4 {
  font-size: 1.5rem;
  font-weight: 500;
}
.card__title--h5 {
  font-size: 1rem;
  color: gray;
}
.card__title--h6 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 1.25rem 0 0;
}
.card__p {
  color: gray;
}
.card__left {
  width: 33.3333%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .card__left {
    /*@include breakpoint($mid-up) {*/
    width: 100%;
    max-height: 130px;
    max-width: 100%;
  }
}
.card__img {
  width: 100%;
  min-width: 125px;
}
@media (min-width: 992px) {
  .card__img {
    /*@include breakpoint($mid-up) {*/
  }
}
.card__right {
  width: 66.6666%;
  padding: 0 0.5rem 0 1rem;
  position: relative;
}
@media (min-width: 992px) {
  .card__right {
    /*@include breakpoint($mid-up) {*/
    width: 100%;
    padding: 0 1rem;
  }
}
.card__bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .card__bottom {
    /*@include breakpoint($mid-down) */
    bottom: 5px;
    width: calc(100% - 1.5rem);
    position: absolute;
  }
}
.card__bottom-left {
  width: 70%;
  position: relative;
}
@media (min-width: 992px) {
  .card__bottom-left {
    /*@include breakpoint($mid-up) {*/
    width: 50%;
  }
}
.card__bottom-left-sup {
  font-size: 1rem;
  position: absolute;
  top: 1px;
  vertical-align: top;
}
.card__bottom-right {
  width: 30%;
}
@media (min-width: 992px) {
  .card__bottom-right {
    /*@include breakpoint($mid-up) {*/
    width: 50%;
  }
}

@media (min-width: 992px) {
  .timeline__copy {
    margin-bottom: 3rem;
  }
}
.timeline__dates {
  position: relative;
  display: block;
}
.timeline__dates:before {
  width: 100vw;
  height: 2px;
  display: block;
  background-color: #DA1F26;
  position: absolute;
  content: "";
  bottom: 9px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.timeline__dates .slick-list {
  z-index: 200;
}
.timeline__dates .slick-next, .timeline__dates .slick-prev {
  transform: translateY(25%);
}
.timeline__dates .slick-next:after, .timeline__dates .slick-prev:after {
  width: 30px;
  height: 2rem;
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  background-color: whitesmoke;
  z-index: -1;
}

@media (min-width: 992px) {
  .timeline__dates {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem;
  }
}
.timeline__date {
  text-align: center;
  padding: 0 0 20px;
  cursor: pointer;
}

.timeline__date-container {
  position: relative;
  z-index: 40;
}

.timeline__date-link {
  display: none;
}
.timeline__date-link:hover:before {
  display: block;
}
.timeline__date-link:hover {
  cursor: pointer;
}

@media (min-width: 992px) {
  .timeline__date-link {
    width: 100%;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 100;
  }
}
@media (min-width: 992px) {
  .timeline__date-link:before {
    width: 40px;
    height: 40px;
    display: block;
    content: " ";
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 1px solid #DA1F26;
    position: absolute;
    border-radius: 50%;
    display: none;
  }
}
.timeline__dot {
  width: 20px;
  height: 20px;
  display: block;
  content: " ";
  position: absolute;
  bottom: 0;
  background-color: #DA1F26;
  border-radius: 50%;
  left: 50%;
  z-index: 40;
  transform: translateX(-50%);
  cursor: pointer;
}

.timeline__cards {
  padding: 0 0 1.5rem;
  position: relative;
  cursor: pointer;
}
.timeline__cards .slick-prev {
  left: 0;
  z-index: 30;
}
.timeline__cards .slick-next {
  right: 0;
  z-index: 30;
}

.slick-current .timeline__dot {
  background-color: #FFF;
  border: 1px solid #DA1F26;
}

.timeline-card {
  background-color: #FFF;
  text-align: center;
  border-radius: 5px;
  margin: 0 auto;
  box-shadow: 0 0 8px #cccccc;
  position: relative;
  max-width: 480px;
}
.timeline-card:before {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 15px solid #FFF;
  position: absolute;
  display: block;
  z-index: 2;
  content: "";
  top: -13px;
  left: 50%;
  transform: translateX(-16px);
}

.timeline-card__outer {
  padding: 15px 30px 5px;
}

.timeline-card__header {
  padding: 0.1rem 1rem 1rem;
}

.timeline-card__date {
  display: block;
}

.timeline-card__title {
  font-size: 1.5rem;
  font-weight: 500;
}

.timeline-card__p {
  font-size: 1.25rem;
}

.timeline-card__img {
  width: 100%;
  border-radius: 0 0 5px 5px;
}

.timeline-card__popover.popover {
  width: 300px;
  margin-top: -4rem;
}
.timeline-card__popover:before {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 15px solid #FFF;
  position: absolute;
  display: block;
  z-index: 2;
  content: "";
  bottom: -13px;
  left: 50%;
  transform: translateX(-16px);
}
.timeline-card__popover .popover-image {
  min-height: 106px;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.timeline-card__popover .popover-content {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.timeline-card__popover .popover-content-inner {
  padding-left: 15px;
  padding-right: 15px;
}

/* slick prev & Accordion */
.slick-prev, .slick-next {
  transform: translateY(-150%);
}

.slick-prev:before {
  transform: rotateZ(90deg);
}

.slick-next:before {
  transform: rotateZ(-90deg);
}

.slick-arrow:before {
  color: #DA1F26;
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.4 25.1'%3E%3Cpath fill='%23da1f26' d='M0 1.4l25.2 23.7L50.4 1.4 49 0 25.2 22.3 1.4 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.accordion-menu--cross .accordion-menu__parent-link {
  color: #6a6e70;
}
.accordion-menu--cross .accordion-menu__parent-link:active, .accordion-menu--cross .accordion-menu__parent-link:focus, .accordion-menu--cross .accordion-menu__parent-link:visited {
  color: #6a6e70;
}
.accordion-menu--cross .accordion-menu__parent-link.collapsed {
  background-color: #FFF;
}
.accordion-menu--cross .accordion-menu__parent-link[data-toggle=collapse]:after {
  width: 27px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  content: " ";
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 106.8 5'%3E%3Cpath d='M2.5 5C1.1 5 0 3.9 0 2.5-.1 1.1 1.1 0 2.5 0h101.9c1.3-.1 2.5 1 2.5 2.4 0 .7-.3 1.3-.8 1.8s-1.1.8-1.8.8H2.5z' fill='%23da1f26'/%3E%3C/svg%3E");
}
.accordion-menu--cross .accordion-menu__parent-link.collapsed {
  background-color: #FFF;
}
.accordion-menu--cross .accordion-menu__parent-link.collapsed:after {
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 109.8 109.8'%3E%3Cdefs%3E%3Cpath id='a' transform='rotate(-45.001 54.889 54.89)' d='M15.9 16.3H94v77.2H15.9z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath d='M107.9 55.3c0-1.4-1.1-2.5-2.5-2.5l-47.7-.1.1-49.1c0-1.4-1.1-2.5-2.5-2.5s-2.5 1.1-2.5 2.5l-.1 49.1H3.5c-1.4 0-2.5 1.1-2.5 2.5 0 .7.3 1.3.8 1.8s1.1.8 1.8.8h49.2v47.7c0 .7.3 1.3.8 1.8s1.1.8 1.8.8c1.4 0 2.5-1.1 2.5-2.5l-.1-47.7h47.7c1.2-.2 2.4-1.3 2.4-2.6' clip-path='url(%23b)' fill='%23da1f26'/%3E%3C/svg%3E");
}

.accordion-menu--arrow .accordion-menu__parent-link {
  background-color: #FFF;
  color: #DA1F26;
}
.accordion-menu--arrow .accordion-menu__parent-link:active, .accordion-menu--arrow .accordion-menu__parent-link:focus, .accordion-menu--arrow .accordion-menu__parent-link:visited {
  color: #DA1F26;
}
.accordion-menu--arrow .accordion-menu__parent-link.collapsed {
  color: #000;
  background-color: #FFF;
}
.accordion-menu--arrow .accordion-menu__parent-link.collapsed:active, .accordion-menu--arrow .accordion-menu__parent-link.collapsed:focus, .accordion-menu--arrow .accordion-menu__parent-link.collapsed:visited {
  color: #DA1F26;
}
.accordion-menu--arrow .accordion-menu__parent-link[data-toggle=collapse]:after {
  width: 27px;
  height: 13px;
  position: absolute;
  right: 15px;
  top: calc(50% - 7px);
  transform: rotateZ(180deg);
  content: " ";
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.4 25.1'%3E%3Cpath fill='%23da1f26' d='M0 1.4l25.2 23.7L50.4 1.4 49 0 25.2 22.3 1.4 0z'/%3E%3C/svg%3E");
}
.accordion-menu--arrow .accordion-menu__parent-link.collapsed:after {
  transform: rotateZ(0deg);
}

.accordion-menu__parent-link {
  width: 100%;
  display: block;
  padding: 1.6rem 1rem;
  font-weight: 500;
  background-color: #f9f9f9;
  position: relative;
}

.accordion-menu__parent-link__footer {
  width: 100%;
  display: block;
  /* padding: 1.6rem 1rem; */
  font-weight: 500;
  /* background-color: #f9f9f9; */
  position: relative;
}

.accordion-menu__parent-sub {
  font-size: 1rem;
  text-transform: lowercase;
  margin-left: 0.75rem;
}

.accordion-menu .panel {
  border: 0;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
  border-top: 1px solid #808080;
}
.accordion-menu .panel-heading {
  padding: 0;
  background-color: #FFF;
  /* background-color: #000; */
  font-family: "objektiv-mk1", sans-serif;
  font-weight: 700;
  font-size: 20px;
  /* color: #FFF; */
}
.accordion-menu .panel + .panel {
  margin-top: 0;
  /* background-color: #000; */
}
.accordion-menu .panel .panel-body {
  padding: 0;
}
.accordion-menu .panel .panel-body--inner {
  padding: 15px;
}
.accordion-menu .panel .panel-body .accordion-menu__parent-link {
  padding-left: 2rem;
  font-weight: 300;
}
.accordion-menu .panel .panel-body .accordion-menu__parent-link[data-toggle=collapse]:after {
  height: 4px;
  right: 9px;
  width: 18px;
}
.accordion-menu .panel .panel-body .accordion-menu__parent-link.collapsed:after {
  width: 22px;
  height: 25px;
  right: 5px;
}
.accordion-menu .panel-group {
  margin-bottom: 0;
}
.accordion-menu .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
  /* background-color: #000000; */
}
.accordion-menu .panel-group .panel-group {
  margin-bottom: 0;
}
.accordion-menu .panel-group .panel-group .global-mobile__nav-parent-link {
  font-weight: 300;
  padding-left: 2rem;
}

@media (min-width: 1200px) {
  .accordion-menu .panel {
    border-top: 0;
  }
}
/* CUSTOMER SUPPORT ICON */
.customer-support {
  padding: 0;
  margin: 2rem 0 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

@media (min-width: 1200px) {
  .customer-support {
    border: 0;
  }
}
.customer-support__icon {
  width: 15px;
  height: 30px;
  position: absolute;
  left: 15px;
  font-size: 3.5rem;
  background-repeat: no-repeat;
}

.customer-support__icon--phone {
  top: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M12.8 9.3L10.3 8c-.5-.2-1.2-.1-1.6.4l-.6.9c-.7-.4-1.2-.8-1.9-1.5S5.1 6.6 4.7 5.9l.8-.7c.5-.4.6-1 .4-1.6L4.7 1.2C4.5.9 4.2.6 3.9.5c-.4-.1-.7 0-1 .2l-1.6 1c-.6.4-.8 1-.8 1.6 0 .6.1 1.1.2 1.5.5 1.8 1.6 3.7 3.2 5.3 1.6 1.6 3.5 2.7 5.3 3.2.4.1.9.2 1.5.2h.1c.6 0 1.1-.3 1.4-.8l1-1.6c.2-.3.2-.7.2-1 0-.3-.3-.6-.6-.8zm-.3 1.4l-1 1.6c-.2.2-.4.4-.7.4-.6 0-1-.1-1.3-.2-1.7-.4-3.4-1.5-4.9-3-1.5-1.5-2.6-3.3-3-5-.1-.2-.1-.7-.2-1.3 0-.3.1-.5.3-.7l1.6-1c.1 0 .1-.1.2-.1h.1c.1 0 .2.1.2.2l1.3 2.5c.1.2 0 .3-.1.4L3.6 5.7l.2.3c.5.9.9 1.6 1.8 2.5.8.8 1.6 1.3 2.4 1.8l.3.2L9.5 9c.1-.2.3-.2.5-.1l2.5 1.3c.1 0 .2.1.2.2-.1.1-.1.2-.2.3z' fill='%23fff' /%3E%3C/svg%3E");
}

.customer-support__icon--email {
  top: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 86 60'%3E%3Cpath d='M8 .038c-4.4 0-8 3.6-8 8v44c0 4.4 3.6 8 8 8h70c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8H8zm0 4h70c.6 0 1.1.1 1.5.3L46 32.638c-1.9 1.6-4.2 1.6-6.1 0L6.5 4.338c.4-.2.9-.3 1.5-.3zm73.9 3.4c0 .2.1.3.1.5v44c0 2.3-1.7 4-4 4H8c-2.3 0-4-1.7-4-4v-44c0-.2 0-.3.1-.5l33.3 28.3c3.3 2.8 8 2.8 11.2 0l33.3-28.3z' fill='%23cf0a2c' stroke='%23cf0a2c' stroke-miterlimit='10'/%3E%3C/svg%3E");
  filter: brightness(0) invert(1);
}

.customer-support__icon--agent {
  top: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72.9 75.5'%3E%3Cpath d='M64.5 28.5h-1v-1c0-14.9-12.1-27-27-27s-27 12.1-27 27v1h-1c-4.4 0-8 3.6-8 8v13c0 4.4 3.6 8 8 8h9v-29h-4v-1c0-12.7 10.3-23 23-23s23 10.3 23 23v1h-4v29h5.7c-.9 3.4-4 6-7.8 6h-5.7c-.9-4.3-4.7-7.5-9.3-7.5-5.2 0-9.5 4.3-9.5 9.5s4.3 9.5 9.5 9.5c4.6 0 8.4-3.2 9.3-7.5h5.7c6 0 10.9-4.4 11.8-10 4-.4 7.2-3.8 7.2-8v-13c.1-4.4-3.4-8-7.9-8zm-51 4v21h-5c-2.2 0-4-1.8-4-4v-13c0-2.2 1.8-4 4-4h5zm25 38.6c-3.1 0-5.5-2.5-5.5-5.5s2.5-5.5 5.5-5.5 5.5 2.5 5.5 5.5-2.5 5.5-5.5 5.5zm30-21.5c0 2.2-1.8 4-4 4h-5v-21h5c2.2 0 4 1.8 4 4v13z' fill='%23cf0a2c' stroke='%23cf0a2c' stroke-miterlimit='10'/%3E%3C/svg%3E");
  filter: brightness(0) invert(1);
}

.customer-support__icons {
  margin-top: 20px;
}

.customer-support__icon-button {
  width: 100%;
  max-width: 281px;
  background-color: #000;
  position: relative;
  color: #fff;
  border-radius: 5px;
  border: 1px solid rgba(218, 31, 38, 0.3);
  margin: 10px auto;
  padding: 0 15px 0 65px;
  font-family: "objektiv-mk1", sans-serif;
  height: 31px;
  margin-top: 21px;
}

.customer-support__icon-button--email {
  border: 0.5px solid #FFF;
}

.customer-support__icon-button--email:hover {
  background-color: #c44c4c;
  border-color: #c44c4c;
}

.customer-support__icon-button--agent {
  border: 0.5px solid #FFF;
}

/*
.customer-support__icon-button--agent:hover>.customer-support__icon--agent {
  left: 48px;
}
*/
.customer-support__icon-button--agent:hover {
  background-color: #c44c4c;
}

.customer-support__icon-button--red {
  background-color: #DA1F26;
  color: #FFF;
}
.customer-support__icon-button--red a {
  color: #FFF;
}
.customer-support__icon-button--red a:visited, .customer-support__icon-button--red a:focus, .customer-support__icon-button--red a:active, .customer-support__icon-button--red a:hover {
  color: #FFF;
}

.customer-support__icon-button-link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  display: block;
}

.customer-support__icon-button-title {
  font-size: 12px;
  font-weight: 500;
  display: block;
  position: relative;
  margin: 0;
  top: 5px;
}

.customer-support__icon-button-title-sub {
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  left: 0;
}

/* ICON END */
.page-nav {
  border: 1px solid #cccccc;
  border-radius: 10px;
  overflow: hidden;
}

.page-nav__image {
  width: 100%;
  min-height: 98px;
}

.page-nav__image-link {
  width: 100%;
  display: block;
}

.page-nav__link {
  margin-top: 1rem;
  color: #DA1F26;
  display: block;
  text-align: center;
}
.page-nav__link:visited {
  color: #DA1F26;
}

.page-nav__p {
  font-size: 1.1rem;
  text-align: center;
  margin-top: 0.5rem;
}

.page-nav .col-xs-6 {
  min-height: 17rem;
}
.page-nav .col-xs-6:first-of-type {
  border-right: 1px solid #cccccc;
}

.slick-dots li button:before {
  font-family: "fontAwesome";
  content: "\f1db";
  font-size: 1.75rem;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  content: "\f111";
}

.global-search {
  -moz-transition: height 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: height 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: height 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: height 500ms cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
  top: 108px;
  z-index: 100;
  position: absolute;
  overflow: hidden;
}
.global-search__date-picker {
  line-height: 45px;
  cursor: pointer;
  color: gray;
  margin: 0;
  background-color: #FFF;
  padding-left: 1em;
}
@media (min-width: 1200px) {
  .global-search__date-picker {
    line-height: 55px;
  }
}
.global-search__date-picker::before {
  width: 1px;
  height: 38px;
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  background-color: #cccccc;
}
@media (min-width: 1200px) {
  .global-search__date-picker::before {
    height: 48px;
  }
}
@media (max-width: 430px) {
  .global-search__date-picker::before {
    width: 0;
  }
}
.global-search__input {
  line-height: 45px;
  height: 45px;
  color: gray;
  margin: 0;
  background-color: #FFF;
  border: 0 none;
  width: 100%;
  padding: 0 1em;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .global-search__input {
    line-height: 55px;
    height: 55px;
  }
}
.global-search .btn-default {
  padding: 1rem 5px;
  text-align: center;
  /*height: 55px;*/
  font-weight: bold;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .global-search .btn-default {
    font-size: 1.1rem;
  }
}
@media (max-width: 991px) {
  .global-search .btn-default {
    font-size: 1.2rem;
  }
}
@media (max-width: 529px) {
  .global-search .btn-default {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .global-search .btn-default {
    font-size: 0.9rem;
    padding: 1.25rem 5px;
  }
}
.global-search .btn-default--no-span {
  line-height: 35px;
}
@media (max-width: 1199px) {
  .global-search .btn-default--no-span {
    line-height: 27px;
  }
}
@media (max-width: 991px) {
  .global-search .btn-default--no-span {
    line-height: 29px;
  }
}
@media (max-width: 529px) {
  .global-search .btn-default--no-span {
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .global-search .btn-default--no-span {
    line-height: 23px;
  }
}
.global-search .button__sub {
  display: block;
  font-size: 1.1rem;
  font-weight: normal;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .global-search .button__sub {
    font-size: 0.85rem;
  }
}
@media (max-width: 991px) {
  .global-search .button__sub {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .global-search .button__sub {
    font-size: 0.8rem;
  }
}
.global-search__btn-group .global-search__cat-btn {
  position: relative;
}
.global-search__btn-group .global-search__cat-btn:last-of-type {
  width: 1.2%;
}
.global-search__btn-group .global-search__cat-btn:last-of-type .btn {
  border-right: 0;
}
.global-search__btn-group .global-search__cat-btn:last-of-type:after {
  display: none;
}
.global-search__btn-group .global-search__cat-btn:after {
  content: "";
  height: 36px;
  width: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 20;
  transform: translateY(-18px);
  background-color: rgba(255, 255, 255, 0.6);
}
.global-search__cat-btn {
  color: #e6e6e6;
  background-color: rgba(0, 0, 0, 0.6);
  border: 0;
  border-radius: 0;
  position: relative;
}
.global-search__cat-btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.global-search__cat-btn.active, .global-search__cat-btn.active.focus, .global-search__cat-btn.focus, .global-search__cat-btn:active, .global-search__cat-btn:active.active, .global-search__cat-btn:active.focus, .global-search__cat-btn:active:hover, .global-search__cat-btn:hover, .global-search__cat-btn:hover.active, .global-search__cat-btn:hover.focus {
  color: #FFF;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.6);
}
.global-search__cat-btn.active:before, .global-search__cat-btn.active.focus:before, .global-search__cat-btn.focus:before, .global-search__cat-btn:active:before, .global-search__cat-btn:active.active:before, .global-search__cat-btn:active.focus:before, .global-search__cat-btn:active:hover:before, .global-search__cat-btn:hover:before, .global-search__cat-btn:hover.active:before, .global-search__cat-btn:hover.focus:before {
  border: 3px solid #FFF;
}
.global-search .global-search__flexible-btn {
  padding: 0.5em 10px;
  color: gray;
  font-weight: normal;
  text-transform: none;
  font-size: 1.25rem;
  background: #FFF;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
}
.global-search .global-search__flexible-btn i {
  display: block;
  font-size: 2em;
}
.global-search .global-search__flexible-btn i.fa-check-circle-o {
  display: none;
}
.global-search .global-search__flexible-btn i.fa-circle-o {
  display: block;
}
.global-search .global-search__flexible-btn.active, .global-search .global-search__flexible-btn.active.focus, .global-search .global-search__flexible-btn.focus, .global-search .global-search__flexible-btn:active, .global-search .global-search__flexible-btn:active.active, .global-search .global-search__flexible-btn:active.focus, .global-search .global-search__flexible-btn:active:hover, .global-search .global-search__flexible-btn:hover, .global-search .global-search__flexible-btn:hover.active, .global-search .global-search__flexible-btn:hover.focus {
  background-color: #FFF;
  box-shadow: none;
}
.global-search .global-search__flexible-btn.active i.fa-check-circle-o {
  display: block;
}
.global-search .global-search__flexible-btn.active i.fa-circle-o {
  display: none;
}
.global-search__btn {
  background-color: #DA1F26;
  color: #FFF;
  width: 100%;
  height: 45px;
  border: none;
  border-top: 1px #e5474d solid;
  border-bottom: 1px #ad191e solid;
  overflow: hidden;
}
.global-search .dropdown-search__wrapper {
  position: relative;
}
.global-search .dropdown-search__select, .global-search .keyword-search, .global-search .dropdown-search__btn {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 991px) {
  .global-search .keyword-search {
    margin-top: 1rem;
  }
}
.global-search .dropdown-search__btn .btn {
  padding: 1.1rem;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .global-search .dropdown-search__btn {
    margin-top: 1rem;
  }
}
.global-search__divider {
  color: #FFF;
}
.global-search__divider p {
  text-align: center;
  width: 100%;
  vertical-align: middle;
  line-height: 40px;
}

/* .global-search ends */
.search-visible-true .search-toggle:after {
  /* background-image: url("../images/svg/cross.svg");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23cf0a2c' viewBox='0 0 85 85'%3E%3Cpath d='M45.8 42.8L82.1 6.5c1-1.1 1-2.8 0-3.7-1.1-1.1-2.8-1.1-3.7 0L42.1 39.1 5.8 2.8C4.7 1.7 3 1.7 2.1 2.8c-.5.5-.8 1.2-.8 1.9s.2 1.4.7 1.9l36.2 36.2L2.1 79c-1.1 1.1-1.1 2.8 0 3.7.5.5 1.2.7 1.9.7s1.4-.2 1.9-.7L42 46.6l36.2 36.2c1.1 1 2.8 1 3.7 0 1.1-1.1 1.1-2.8 0-3.7L45.8 42.8z'/%3E%3C/svg%3E");
}
.search-visible-true .global-search {
  height: 75px;
}
@media (min-width: 992px) {
  .search-visible-true .global-search {
    z-index: 1000 !important;
  }
}
@media (min-width: 1200px) {
  .search-visible-true .global-search {
    height: 90px;
  }
}
@media (max-width: 991px) {
  .search-visible-true .global-search {
    height: auto;
    padding: 2rem 1rem 1rem;
    max-height: 320px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 101;
    position: absoulte;
  }
}
.search-visible-true .global-search.no-hidden-overflow {
  overflow: visible;
}
.search-visible-true .header__mid {
  z-index: 101;
}
@media (min-width: 992px) {
  .search-visible-true .header__mid {
    z-index: 1001;
  }
}
.search-visible-true .header__mid:after {
  width: 100%;
}
@media (min-width: 992px) {
  .search-visible-true .header__mid:after {
    display: none;
  }
}
.search-visible-false .search-toggle .fa-search {
  display: inline-block;
}
.search-visible-false .search-toggle .fa-times {
  display: none;
}
.search-visible-false .global-search {
  height: 0;
  overflow: hidden;
}
.search-visible-false .global-search.no-hidden-overflow {
  overflow: hidden;
}

@media (min-width: 992px) {
  .global-search {
    top: 136px;
    border: none;
    height: 90px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.65);
  }
}
.global-search__form {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .global-search__form {
    width: 970px;
    margin: 0 auto;
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .global-search__form {
    width: 1170px;
  }
}
.global-search__btn-group {
  margin-right: 20px;
}
@media (min-width: 992px) {
  .global-search__btn {
    width: 12%;
    float: right;
    border-radius: 0 5px 5px 0;
  }
}
@media (min-width: 1200px) {
  .global-search__btn {
    height: 55px;
  }
}
.global-search__non-label {
  color: #FFF;
  position: absolute;
  top: -1.6rem;
  left: 0.9rem;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .global-search__cat-btn {
    position: relative;
    background-color: transparent;
  }
  .global-search__cat-btn:after {
    display: none;
  }
  .global-search__cat-btn:before {
    border: 1px solid #FFF;
    width: 97%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    transform: translateX(0px);
    border-radius: 5px;
  }
  .global-search__cat-btn:last-of-type {
    width: 1%;
  }
  .global-search__cat-btn.active, .global-search__cat-btn.active.focus, .global-search__cat-btn.focus, .global-search__cat-btn:active, .global-search__cat-btn:active.active, .global-search__cat-btn:active.focus, .global-search__cat-btn:active:hover, .global-search__cat-btn:hover, .global-search__cat-btn:hover.active, .global-search__cat-btn:hover.focus {
    outline: 0;
    background-color: transparent;
  }
  .global-search__cat-btn.active:before, .global-search__cat-btn.active.focus:before, .global-search__cat-btn.focus:before, .global-search__cat-btn:active:before, .global-search__cat-btn:active.active:before, .global-search__cat-btn:active.focus:before, .global-search__cat-btn:active:hover:before, .global-search__cat-btn:hover:before, .global-search__cat-btn:hover.active:before, .global-search__cat-btn:hover.focus:before {
    border: 3px solid #FFF;
    background: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 1199px) {
  .global-search__flexible-btn {
    font-size: 1rem !important;
  }
}
.global-search__inputs {
  background: #ffffff;
}
@media (max-width: 991px) {
  .global-search__inputs {
    border-bottom: 1px solid #dddddd;
  }
}
@media (min-width: 992px) {
  .global-search__inputs {
    width: 43.7%;
    position: absolute;
    right: 7.3%;
    z-index: 100;
    border-radius: 5px 0 0 5px;
  }
}
@media (max-width: 430px) {
  .global-search__inputs .col-xs-7 {
    width: 100% !important;
    border-bottom: 1px solid #e6e6e6;
  }
  .global-search__inputs .col-xs-3 {
    width: 62.5% !important;
  }
  .global-search__inputs .col-xs-2 {
    width: 37.5% !important;
    border-left: 1px solid #e6e6e6;
  }
}
.global-search__date-picker {
  overflow: hidden;
}
.global-search__input {
  overflow: hidden;
}
@media (min-width: 992px) {
  .global-search__input {
    border-radius: 5px 0 0 5px;
  }
}

@media (min-width: 992px) {
  .Tours .global-search {
    /*top: 420px;*/
  }
}

@media (max-width: 991px) {
  .autocompleter {
    z-index: 9999;
  }
}

.nav-desktop__links {
  width: 100%;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-desktop__li {
  list-style-type: none;
  position: relative;
}
.nav-desktop__li:last-child .nav-desktop__link {
  padding-right: 0;
}
.nav-desktop__li:before {
  -moz-transition: width 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: width 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: width 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: width 500ms cubic-bezier(0.86, 0, 0.07, 1);
  width: 0;
  height: 5px;
  background-color: #DA1F26;
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  transform: translateX(-50%);
}

.nav-desktop__li--dropdown:hover, .nav-desktop__li--dropdown.hover {
  color: #DA1F26;
}
.nav-desktop__li--dropdown:hover .mega-menu__link-panel--left, .nav-desktop__li--dropdown.hover .mega-menu__link-panel--left {
  cursor: pointer;
}
.nav-desktop__li--dropdown:hover .nav-desktop__mega-menu, .nav-desktop__li--dropdown.hover .nav-desktop__mega-menu {
  height: 325px;
  border-bottom: 1px solid #e6e6e6;
}
.nav-desktop__li--dropdown:hover .nav-desktop__sub-menu, .nav-desktop__li--dropdown.hover .nav-desktop__sub-menu {
  max-height: 500px;
  border-bottom: 1px solid #e6e6e6;
  height: auto;
}

.nav-desktop__li:hover:before {
  width: 100%;
}

.nav-desktop__link {
  color: #FFF;
  font-weight: 300;
  height: 48px;
  line-height: 46px;
  letter-spacing: 0.08rem;
  display: block;
  padding: 0 1.5rem;
  margin: -2px auto 2px;
}
.nav-desktop__link:active, .nav-desktop__link:focus, .nav-desktop__link:visited {
  color: #FFF;
}
.nav-desktop__link:hover {
  color: #DA1F26;
}
.nav-desktop__link:hover:active, .nav-desktop__link:hover:focus, .nav-desktop__link:hover:visited {
  color: #DA1F26;
}

.nav-desktop__mega-menu {
  -moz-transition: height 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: height 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: height 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: height 500ms cubic-bezier(0.86, 0, 0.07, 1);
  border-bottom: 0;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  width: 890px;
  height: 0;
  top: 48px;
  left: -335px;
  position: absolute;
  background-color: #FFF;
  overflow: hidden;
  z-index: 120;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-desktop__mega-menu {
    left: -280px;
  }
}
.nav-desktop__sub-menu {
  -moz-transition: max-height 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: max-height 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: max-height 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: max-height 500ms cubic-bezier(0.86, 0, 0.07, 1);
  max-height: 0;
  position: absolute;
  top: 48px;
  right: 0;
  overflow: hidden;
  background-color: #FFF;
  border-radius: 0 0 5px 5px;
  font-size: 1.4rem;
  border-bottom: 0;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.mega-menu {
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}

.mega-menu__link {
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  width: 24%;
  height: 65px;
  display: block;
  color: #DA1F26;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  margin: 0 2px 0;
  position: relative;
  background-color: #FFF;
  background-position: center center;
  background-size: auto 110%;
  overflow: hidden;
}
.mega-menu__link:active, .mega-menu__link:visited {
  color: #DA1F26;
}

.mega-menu__link-text {
  width: 100%;
  position: absolute;
  z-index: 40;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.mega-menu__link-text i.fa-angle-right {
  position: absolute;
  top: -50%;
  margin-left: 5%;
}

.mega-menu__link:hover {
  color: #FFF;
  border: 0;
  background-color: #1a1a1a;
}
.mega-menu__link:hover:active, .mega-menu__link:hover:visited {
  color: #FFF;
}
.mega-menu__link:hover:after {
  /* width: 110%;
  height: 95px; */
  opacity: 0.6;
}
.mega-menu__link:after {
  -moz-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  -webkit-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
  width: calc(100% + 2px);
  height: 95px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 35;
  background-position: center;
  background-size: auto 110%;
  background-repeat: no-repeat;
}

.mega-menu__link-parent {
  width: 200px;
  height: 81.25px;
  position: absolute;
  left: 0;
  color: #6a6e70;
  /* &:nth-child(5) .mega-menu__link-panel--left {
    top: calc(65px * 4);
    z-index: 140;
  }
  &:nth-child(6) .mega-menu__link-panel--left {
    top: calc(65px * 5);
    z-index: 150;
  }*/
}
.mega-menu__link-parent:hover .mega-menu__link-panel--right, .mega-menu__link-parent.hover .mega-menu__link-panel--right {
  -moz-transition: width 500ms cubic-bezier(0.86, 0, 0.07, 1) 250ms;
  -o-transition: width 500ms cubic-bezier(0.86, 0, 0.07, 1) 250ms;
  -webkit-transition: width 500ms cubic-bezier(0.86, 0, 0.07, 1) 250ms;
  transition: width 500ms cubic-bezier(0.86, 0, 0.07, 1) 250ms;
  width: 690px;
}
.mega-menu__link-parent:hover .mega-menu__link-panel--left, .mega-menu__link-parent.hover .mega-menu__link-panel--left {
  border-right: 0;
  color: #111111;
}
.mega-menu__link-parent:hover .mega-menu__link-panel--left .mega-menu__toggle, .mega-menu__link-parent.hover .mega-menu__link-panel--left .mega-menu__toggle, .mega-menu__link-parent:hover .mega-menu__link-panel--left .mega-menu__product-tab, .mega-menu__link-parent.hover .mega-menu__link-panel--left .mega-menu__product-tab {
  background-image: none;
}
.mega-menu__link-parent:first-of-type .mega-menu__link-panel--left {
  z-index: 100;
}
.mega-menu__link-parent:nth-child(2) .mega-menu__link-panel--left {
  top: 81px;
  z-index: 110;
}
.mega-menu__link-parent:nth-child(3) .mega-menu__link-panel--left {
  top: 162px;
  z-index: 120;
}
.mega-menu__link-parent:nth-child(4) .mega-menu__link-panel--left {
  top: 243px;
  z-index: 130;
  border-bottom: none;
}
.mega-menu__link-parent:nth-child(6) {
  display: none !important;
}

.mega-menu__link-panel--left {
  width: 200px;
  height: 81.25px;
  display: block;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.mega-menu__link-panel--left .mega-menu__toggle img.lockup-logo, .mega-menu__link-panel--left .mega-menu__product-tab img.lockup-logo {
  height: 75%;
  margin-top: 7%;
}

.mega-menu__link-panel--right {
  -moz-transition: width 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: width 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: width 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: width 500ms cubic-bezier(0.86, 0, 0.07, 1);
  width: 0;
  height: 325px;
  position: absolute;
  left: 200px;
  top: 0;
  overflow: hidden;
}
.mega-menu__link-panel--right a {
  color: #6a6e70;
}
.mega-menu__link-panel--right a:hover {
  color: #111111;
}

.mega-menu__link-panel-top {
  width: 630px;
  font-size: 1.4rem;
  position: absolute;
  top: 15px;
  left: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}

.mega-menu__link-panel-top--left, .mega-menu__link-panel-top--right {
  display: flex;
  align-items: center;
  height: 80px;
}

.mega-menu__link-panel-top--left {
  width: 33.3333%;
  position: relative;
}
.mega-menu__link-panel-top--left img.lockup-logo {
  height: 65%;
}

.mega-menu__link-panel-top--right {
  width: 66.6666%;
}
.mega-menu__link-panel-top--right .no-padding {
  margin-bottom: 0;
}

.mega-menu__link-panel-bottom {
  width: 630px;
  position: absolute;
  /*  bottom: 10px; */
  top: 60px;
  left: 30px;
  height: 255px;
  padding-top: 15px;
  display: flex;
  flex: 1;
  flex-flow: row wrap;
  align-content: flex-start;
}

.mega-menu__link-heading {
  margin: 0;
  padding-right: 50px;
  font-weight: 500;
}
.mega-menu__link-heading .mega-menu__icon {
  top: 11px;
  right: 30px;
  width: 40px;
  height: 52px;
}

.mega-menu__link--gbr:after {
  background-image: url(../../src/images/mm_gbr.jpg);
}

.mega-menu__link--asa:after {
  background-image: url(../../src/images/mm_asa.jpg);
}

.mega-menu__link--mlv:after {
  background-image: url(../../src/images/mm_mlv.jpg);
}

.mega-menu__link--hbt:after {
  background-image: url(../../src/images/mm_hbt.jpg);
}

.mega-menu__link--nth:after {
  background-image: url(../../src/images/mm_nth.jpg);
}

.mega-menu__link--nsw:after {
  background-image: url(../../src/images/mm_nsw.jpg);
}

.mega-menu__link--pwa:after {
  background-image: url(../../src/images/mm_pwa.jpg);
}

.mega-menu__link--rnt:after {
  background-image: url(../../src/images/mm_rnt.jpg);
}

.mega-menu__link--nzd:after {
  background-image: url(../../src/images/mm_nzd.jpg);
}

.mega-menu__link--nzs:after {
  background-image: url(../../src/images/mm_nzs.jpg);
}

.mega-menu__link--nzn:after {
  background-image: url(../../src/images/mm_nzn.jpg);
}

.mega-menu__row {
  width: 660px;
  margin-left: -15px;
  margin-right: -15px;
}

.mega-menu__row--no-heading {
  padding-top: 4.2rem;
}

.mega-menu__list {
  padding: 0;
  margin: 0;
}

.mega-menu__list-header {
  margin: 0 0 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.mega-menu__list-header span {
  display: block;
  font-size: 0.7em;
  font-weight: 400;
}

@media (max-width: 767px) {
  .col-xs-12 .mega-menu__list-header-empty {
    height: 0;
    overflow: hidden;
    margin: 0;
  }
}
.mega-menu__item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (min-width: 992px) {
  .mega-menu__item {
    height: 55px;
  }
}

.mega-menu__item-link {
  color: #6a6e70;
}

.mega-menu__item-link-title {
  font-size: 1.35rem;
  text-transform: uppercase;
  margin: 0;
  /*padding-right: 30px;*/
  font-weight: 500;
}

.mega-menu__item-link-title--sub {
  font-size: 0.9rem;
  color: ligten(#6a6e70, 10%);
}
.mega-menu__item-link-title--sub:visited {
  color: #6a6e70;
}

.mega-menu__item-link:visited {
  color: #6a6e70;
}

.mega-menu__item-image {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.mega-menu__toggle {
  width: 90%;
  height: 65px;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 49.9'%3E%3Cstyle%3E.st0%7Bfill:%23ececec%7D%3C/style%3E%3Cpath class='st0' d='M21.4 0h7.2v7.2h-7.2zm10.8 10.7h7.2v7.2h-7.2z'/%3E%3Cpath transform='rotate(-90 25 46.271)' class='st0' d='M21.4 42.7h7.2v7.2h-7.2z'/%3E%3Cpath transform='rotate(-90 35.708 24.872)' class='st0' d='M32.1 21.3h7.2v7.2h-7.2z'/%3E%3Cpath class='st0' d='M42.8 21.4H50v7.2h-7.2zM32.1 32h7.2v7.2h-7.2zM21.4 21.4h7.2v7.2h-7.2zm-10.7 0h7.2v7.2h-7.2zM0 21.4h7.2v7.2H0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: auto 25%;
  background-position: 95% center;
  padding: 0 90px 0 0;
  text-align: right;
}

.mega-menu__toggle-text {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 0.9;
  position: relative;
  top: 50%;
  transform: translateY(-57%);
}
.mega-menu__toggle-text .fa {
  position: absolute;
  top: -1px;
  right: 35px;
}

.mega-menu__icon {
  width: 28px;
  height: 45px;
  display: inline-block;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
  right: 50px;
}

.mega-menu__icon--gh {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 232.1 298.5'%3E%3Cpath d='M119.2 9.8L134.5 0l8.3 16.1 18.2-.8-.9 18.1 16.1 8.3-9.7 15.3 9.7 15.3-16.1 8.3.9 18.1-18.2-.8-8.3 16.1-15.3-9.8L104 114l-8.4-16.1-18.1.8.9-18.1-16.2-8.3L72 57l-9.8-15.3 16.2-8.3-.9-18.1 18.1.8L104 0zm1.3 209.2l11.7-7.5 6.4 12.3 13.8-.6-.7 13.8 12.3 6.3-7.4 11.7 7.4 11.7-12.3 6.3.7 13.8-13.8-.6-6.4 12.3-11.7-7.5-11.6 7.5-6.4-12.3-13.8.6.6-13.8-12.3-6.3 7.5-11.7-7.5-11.7 12.3-6.3-.6-13.8 13.8.6 6.4-12.3zM36.7 111.9l9.9-6.3 5.3 10.4 11.7-.6-.6 11.7 10.4 5.4-6.3 9.8 6.3 9.9-10.4 5.3.6 11.7-11.7-.5-5.3 10.3-9.9-6.3-9.8 6.3-5.4-10.3-11.7.5.6-11.7L0 152.2l6.3-9.9-6.3-9.8 10.4-5.4-.6-11.7 11.7.6 5.4-10.4zm161.4 2.1l9.1-5.9 5 9.6 10.8-.5-.5 10.9 9.6 4.9-5.8 9.2 5.8 9.1-9.6 5 .5 10.8-10.8-.5-5 9.6-9.1-5.8-9.1 5.8-5-9.6-10.8.5.5-10.8-9.7-5 5.9-9.1-5.9-9.2 9.7-4.9-.5-10.9 10.8.5 5-9.6z' fill='%23165d9d'/%3E%3C/svg%3E");
}

.mega-menu__icon--sb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 232.1 298.5'%3E%3Cpath d='M116.1 31.3C52.1 31.3 0 83.4 0 147.4c0 64 52.1 116.1 116.1 116.1s116.1-52.1 116.1-116.1c-.1-64-52.1-116.1-116.1-116.1zM15.7 147.4C15.7 92 60.7 47 116.1 47h.5v200.7h-.5c-55.4 0-100.4-45-100.4-100.3z' fill='%2387523d'/%3E%3C/svg%3E");
}

.mega-menu__icon--dt {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 232.1 298.5'%3E%3Cpath fill='%23df8f1a' d='M115.8 50.9l31-19.9 16.9 32.7 36.8-1.7-1.7 36.8 32.7 16.9-19.9 31.1 19.9 31-32.7 16.9 1.7 36.8-36.8-1.7-16.9 32.7-31-19.9-31.1 19.9-16.9-32.7-36.8 1.7 1.7-36.8L0 177.8l19.9-31L0 115.7l32.7-16.9L31 62l36.8 1.7L84.7 31z'/%3E%3C/svg%3E");
}

.mega-menu__icon--ij {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 232.1 298.5'%3E%3Cstyle%3E.st0%7Bfill:%23ac8b73%7D%3C/style%3E%3Cpath class='st0' d='M232.1 164s-17.8-96.9-81.8-104.1-60.5 13.4-64.9 28.5c0 0 7.1 39.1 46.2 38.2 0 0 54.3-8.9 68.5 8.9 0 .1 32 23.2 32 28.5zm-2.6 50.7s-6.2-68.5-49.8-72.9c0 0-40-12.5-94.3 11.6 0 0-36.5 8-36.5-6.2 0 0-9.8-30.2 9.8-35.6 0 0-57.8-8.9-58.7 63.1 0 0 16.4 46.6 56.9 36.5 41.9-10.5 121.9-50.7 172.6 3.5z'/%3E%3Cpath class='st0' d='M77.1 243.2s31.4-33.8 55.7-37.4c0 0-55.1 7.7-64.6 18.4-10 2.4-11.4 24.3 8.9 19z'/%3E%3C/svg%3E");
}

.mega-menu__icon--aa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 232.1 298.5'%3E%3Cpath d='M226.9 96c-6.5-10.3-17.5-17.3-21-29.8-.7-2.7-1.2-7.2-4.9-7-5.4.3-3.4 5-3.3 8.2.2 4.3-3.2 5.9-5.7 8.3-15.3 15.2-32.7 13.9-51.5 7.6-29.2-9.7-58.8-14.2-88.3-.4-6.5 1.2-11.7 9-17.7 8.3C1.1 87.3 40.1 53 46.9 48.3c21.6-8.1 43.9-8.7 66.4-5.8 15 2.1 29.4 6.8 44.1 10.9-9.2-11.3-23.1-13-34.8-18.8-28.4-12.2-56.3-13.1-83.8 2.6-6.5 1.9-11.6 6.2-16.7 10.4-29.3 24.4-29.7 45.8-.5 70.5 7.1 6 10.1 13.4 14 20.9 3.2 9.5 14.2 14.8 14 26.1-6.6 12.9-17.8 21.6-28.3 31-5 4.4-6.6 9-5 15.1 4.8 18.3 12.2 36.8-6.6 55.8 22.5-9 26.5-14.6 21.6-34-3.6-14.1.2-23.8 10.6-32.4 5.7-4.8 11.4-9.7 16.9-14.7 6.7-6.1 40.4-41.5 41.5-44.1 16.2 0 32.5-.5 48.4-3.9 7-1.5 9.5 1.3 11.1 7 2.7 9.6 6.3 19.1 1.6 29.2-1.2 2.7-2.7 6.2 1.6 7.7 5.2 1.8 3.7-4.3 6-6.2 1.3-1.1.2-4.9.1-7.5-.3-10.9-.1-21.8 5.5-31.7 8.1-5 12.1-13.5 16.6-21.2 9.6-16.2 9.4-16.6 25.5-7.2 4.7 2.7 8.6 4.8 12.6-.3 3.5-4.8.1-7.9-2.4-11.7z' fill='%23f36f21'/%3E%3C/svg%3E");
}

.mega-menu__icon--dut {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 232.1 298.5'%3E%3Cpath d='M178.3 82.7c.5 2.6-.3 5-1.3 7.3-9.2 21.1-20.9 40.6-39.3 55-9.5 7.5-20 13.1-32.4 14.1-4.7.4-8.2-1.3-10.4-5.4-2.5-4.7-2-9.7-.3-14.5.5-1.4 1.7-1.4 2.9-.6 10.3 6.4 19.5 2.7 28.3-3.1 14.2-9.4 25.6-21.6 35.4-35.4 4.6-6.5 8.7-13.4 16-17.3.4-.1.7-.1 1.1-.1z' fill='%23febf00'/%3E%3Cpath d='M5 184.8c2.2-6.2 5-11.6 8.3-16.7 21.3-33 51.9-53 89.1-63.8 2.4-.7 5-.8 7.4-.4 2.9.4 5.6 1.6 6.3 4.8.6 3.1.7 6.4-2.1 8.8-2.5 2.1-5.3 3.9-7.3 6.7-1.3 1.8-3.7 1.4-5.6.8-4.1-1.1-7.8-.2-11.6 1.2-23.5 8.6-45.8 19.1-63.7 37.1-5.7 5.8-11 12.1-16.5 18.1-1.1 1.2-1.8 2.9-4.3 3.4z' fill='%23003d8e'/%3E%3Cpath d='M182.8 99.7c-1.5-1.8-2.6-1.4-4 .2-4.2 4.8-4.9 11.7-.5 17.5 5.8 7.7 5.1 15.5 1.4 23.5-7.7 16.3-19.5 29.6-32.5 41.9-10.1 8.9-25.3 23.7-35.6 32.7.8.1 1.4.4 1.9.2 11.5-4.3 23.8-10 33.4-17.7 8.6-4.4 15.4-11.1 23.3-16.5l5.5-5.6c8.6-6.6 15.8-14.3 19.2-24.8 6.3-19.5.6-36.3-12.1-51.4z' fill='%23a1c949'/%3E%3C/svg%3E");
}

.sub-menu__row {
  width: 230px;
  margin-top: 20px;
}
.sub-menu__row--double {
  width: 460px;
}
.sub-menu__row--double .col-md-6:last-of-type {
  border-left: 1px solid #e6e6e6;
}
.sub-menu__row div[class^=col-] {
  margin-bottom: 15px;
}

.sub-menu__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sub-menu__item {
  list-style-type: none;
}

.sub-menu__link {
  padding: 0.75rem 1.25rem;
  display: block;
}

#HomePage .nav-desktop__li--dropdown .nav-desktop__mega-menu, #HomePage .nav-desktop__li--dropdown .nav-desktop__sub-menu {
  background: rgba(255, 255, 255, 0.98);
}

.nav-desktop-search-control .header__nav-link--icon {
  width: 20px;
  margin: -5px 0 2px;
}
.nav-desktop-search-control .header__nav-link--icon:after {
  width: 18px;
  height: 18px;
  transform: translateX(-50%) translateY(-6px);
}

.nav-desktop-search-control .header__nav-link--icon--search:after {
  background-repeat: no-repeat;
}

.search-visible-true .nav-desktop-search-control .search-toggle {
  border: none;
}

/* new 2021 */
.mega-menu__product-tab {
  width: 100%;
  height: 81.25px;
  position: relative;
  padding: 0 2rem;
  text-align: left;
}

.mega-menu__product-tab-text {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.mega-menu__product-tab-text .fa {
  position: absolute;
  top: -1px;
  right: 35px;
}

.mega-menu__category-list {
  flex: 1 100%;
  padding-inline-start: 0;
  display: flex;
  flex-flow: row wrap;
}
.mega-menu__category-list--header {
  flex: 1 100%;
  color: #DA1F26;
  margin-bottom: 0.5rem;
}
.mega-menu__category-list--item {
  flex: 0 50%;
  list-style-type: none;
  height: 2.4rem;
  font-size: 1em;
  font-weight: 400;
}

.mega-menu__link-panel-row {
  width: 630px;
  font-size: 1.4rem;
  position: relative;
  margin-top: 15px;
  margin-left: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
.mega-menu__link-panel-row .mega-menu__link--brand-logo {
  width: 80%;
  margin-right: 20%;
  height: auto;
  opacity: 0.5;
}
.mega-menu__link-panel-row:hover .mega-menu__link--brand-logo {
  opacity: 1;
}

.mega-menu-mobile__tourlist {
  flex: 1 100%;
  padding-inline-start: 0;
  display: flex;
  flex-flow: row wrap;
}
.mega-menu-mobile__tourlist--header {
  flex: 1 100%;
  color: #DA1F26;
  font-size: 1.2em;
}
.mega-menu-mobile__tourlist--item {
  font-size: 1.1em;
  list-style-type: none;
  line-height: 2em;
  flex: 0 50%;
}
@media (max-width: 500px) {
  .mega-menu-mobile__tourlist--item {
    flex: 1 100%;
  }
}
.mega-menu-mobile__tourlist--item a {
  color: #6a6e70;
}
.mega-menu-mobile__tourlist--item a:hover {
  color: #111111;
}

.mega-menu-mobile__brand-link {
  display: block;
  max-width: 320px;
  font-size: 16px;
  color: #6a6e70;
  margin: 1rem;
  font-weight: 300;
}
.mega-menu-mobile__brand-link--sup {
  font-size: 0.7em;
  display: block;
  margin-top: 2px;
  text-transform: none;
}

.global-mobile {
  -moz-transition: height 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: height 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: height 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: height 500ms cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
  background-color: #FFF;
  top: 108px;
  position: fixed;
  overflow-y: scroll;
  z-index: 1002;
}
.global-mobile::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  .global-mobile {
    overflow: hidden;
    /*width: 940px;*/
    top: 42px;
    /*left: 50%;
    transform: translateX(-50%);*/
    background-color: transparent;
  }
}
@media (min-width: 1200px) {
  .global-mobile {
    /*width: 1170px;*/
  }
}

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

.global-mobile__login--simple {
  border-bottom: 1px solid #e6e6e6;
}

.global-mobile__login--link, .global-mobile__login--toggle {
  width: 100%;
  height: 65px;
  display: block;
  position: relative;
  border-right: 1px solid #e6e6e6;
}

.global-mobile__login--link .fa, .global-mobile__login--toggle .fa {
  font-size: 1.8rem;
  color: #DA1F26;
  margin-top: 0.9rem;
}

.global-mobile__login--link-icon {
  width: 19px;
  height: 22px;
  display: inline-block;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
}

.global-mobile__login--link-icon--email {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87 61'%3E%3Cpath d='M8.5.5c-4.4 0-8 3.6-8 8v44c0 4.4 3.6 8 8 8h70c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8h-70zm0 4h70c.6 0 1.1.1 1.5.3L46.5 33.1c-1.9 1.6-4.2 1.6-6.1 0L7 4.8c.4-.2.9-.3 1.5-.3zm73.9 3.4c0 .2.1.3.1.5v44c0 2.3-1.7 4-4 4h-70c-2.3 0-4-1.7-4-4v-44c0-.2 0-.3.1-.5l33.3 28.3c3.3 2.8 8 2.8 11.2 0L82.4 7.9z' fill='%23da1f26'/%3E%3C/svg%3E");
}

.global-mobile__login--link-icon--booking {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 21.5'%3E%3Cstyle%3E.st0%7Bfill:%23cf0a2c%7D%3C/style%3E%3Cpath class='st0' d='M1 1.5v4.4H0V1.5C0 .6.6 0 1.5 0h3.9c.3 0 .5.2.5.5 0 .8.6 1.5 1.4 1.5S8.8 1.4 8.8.5c0-.3.2-.5.5-.5h3.9c.8 0 1.5.6 1.5 1.5v4.4h-1V1.5c0-.3-.2-.5-.5-.5H9.7c-.2 1.1-1.2 2-2.4 2s-2.1-.9-2.4-2H1.5c-.3 0-.5.2-.5.5zm6.3 17.1h1v1h-1c-.8 0-1.5.6-1.5 1.5 0 .3-.2.5-.5.5H1.5C.6 21.5 0 20.9 0 20V6.8h1V20c0 .3.2.5.5.5H5c.2-1.1 1.1-1.9 2.3-1.9z'/%3E%3Cpath class='st0' d='M1 5.9h1v1H1zm1.9 0h1v1h-1zm2 0h1v1h-1zm1.9 0h1v1h-1zm2 0h1v1h-1zm1.9 0h1v1h-1zm2 0h1v1h-1zM4.9 7.8h1v7.3h-1zm-2 0h1v9.8h-1zm7.8 6V8.7c0-.3-.2-.5-.5-.5s-.5.3-.5.5v5.1c-.4.2-.7.6-.7 1.2 0 .5.3 1 .8 1.2v3.2c0 .3.2.5.5.5s.5-.2.5-.5v-3.2c.4-.2.8-.6.8-1.2-.1-.6-.4-1-.9-1.2zm3.8-3.8V8.7c0-.3-.2-.5-.5-.5s-.5.2-.5.5V10c-.4.2-.8.6-.8 1.2s.3 1 .8 1.2v6.9c0 .3.2.5.5.5s.5-.2.5-.5v-6.9c.4-.2.8-.6.8-1.2s-.4-1-.8-1.2zm4.5 6.8c0-.5-.3-1-.8-1.2V8.7c0-.3-.2-.5-.5-.5s-.5.2-.5.5v6.9c-.4.2-.8.6-.8 1.2s.3 1 .8 1.2v1.3c0 .3.2.5.5.5s.5-.2.5-.5V18c.5-.2.8-.6.8-1.2z'/%3E%3C/svg%3E");
}

.global-mobile__login--link-txt {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 300;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #DA1F26;
  padding-top: 2.3rem;
  line-height: 1;
}

.global-mobile__login--toggle, .global-mobile__login--link:last-child {
  background-color: #FFF;
  border-right: 1px solid #ccc;
  overflow: hidden;
}
.global-mobile__login--toggle:after, .global-mobile__login--link:last-child:after {
  width: 21vw;
  height: 1px;
  position: absolute;
  top: 0;
  right: 61%;
  content: "";
  background-color: #FFF;
  z-index: 110;
  transform: translateX(98%);
}
.global-mobile__login--toggle:last-of-type, .global-mobile__login--link:last-child:last-of-type {
  border-right: 0;
}
.global-mobile__login--toggle .fa-times, .global-mobile__login--link:last-child .fa-times {
  margin-top: 0.75rem;
}

@media (min-width: 768px) {
  .global-mobile__login--toggle:after, .global-mobile__login--link:last-child:after {
    width: 300vw;
    right: 50%;
  }
}
.global-mobile__login--toggle-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
}

.global-mobile__login--toggle-icon--login {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87 87'%3E%3Cpath fill='%23DA1F26' d='M43.5 42.6c6.7 0 12.1-5.4 12.1-12.1s-5.4-12.1-12.1-12.1-12.1 5.4-12.1 12.1 5.4 12.1 12.1 12.1zm0-18.2c3.4 0 6.1 2.7 6.1 6.1s-2.7 6.1-6.1 6.1-6.1-2.7-6.1-6.1 2.7-6.1 6.1-6.1z'/%3E%3Cpath fill='%23DA1F26' d='M86.5 43.5c0-23.7-19.3-43-43-43s-43 19.3-43 43 19.3 43 43 43c9.6 0 18.5-3.2 25.7-8.5.2-.1.4-.3.5-.4 10.2-7.9 16.8-20.3 16.8-34.1zm-80 0c0-20.4 16.6-37 37-37s37 16.6 37 37c0 9.8-3.9 18.8-10.1 25.4-2-13.3-13.6-23.4-27.4-23.1-13.5.3-24.5 10.3-26.3 23.1-6.3-6.6-10.2-15.6-10.2-25.4zm15.9 30.4v-1.3c.2-11.7 9.9-21 21.6-20.7 11.7.2 21 9.9 20.7 21.6v.3c-6 4.2-13.3 6.7-21.2 6.7-7.8 0-15.1-2.5-21.1-6.6z'/%3E%3C/svg%3E");
}

.global-mobile__login--link-icon--agentlogin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72.9 75.5'%3E%3Cpath d='M64.5 28.5h-1v-1c0-14.9-12.1-27-27-27s-27 12.1-27 27v1h-1c-4.4 0-8 3.6-8 8v13c0 4.4 3.6 8 8 8h9v-29h-4v-1c0-12.7 10.3-23 23-23s23 10.3 23 23v1h-4v29h5.7c-.9 3.4-4 6-7.8 6h-5.7c-.9-4.3-4.7-7.5-9.3-7.5-5.2 0-9.5 4.3-9.5 9.5s4.3 9.5 9.5 9.5c4.6 0 8.4-3.2 9.3-7.5h5.7c6 0 10.9-4.4 11.8-10 4-.4 7.2-3.8 7.2-8v-13c.1-4.4-3.4-8-7.9-8zm-51 4v21h-5c-2.2 0-4-1.8-4-4v-13c0-2.2 1.8-4 4-4h5zm25 38.6c-3.1 0-5.5-2.5-5.5-5.5s2.5-5.5 5.5-5.5 5.5 2.5 5.5 5.5-2.5 5.5-5.5 5.5zm30-21.5c0 2.2-1.8 4-4 4h-5v-21h5c2.2 0 4 1.8 4 4v13z' fill='%23cf0a2c' stroke='%23cf0a2c' stroke-miterlimit='10'/%3E%3C/svg%3E");
}

.global-mobile__login--toggle-icon--cross {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85.5 85.7'%3E%3Cpath d='M45.8 42.8L82.1 6.5c1-1.1 1-2.8 0-3.7-1.1-1.1-2.8-1.1-3.7 0L42.1 39.1 5.8 2.8C4.7 1.7 3 1.7 2.1 2.8c-.5.5-.8 1.2-.8 1.9s.2 1.4.7 1.9l36.2 36.2L2.1 79c-1.1 1.1-1.1 2.8 0 3.7.5.5 1.2.7 1.9.7s1.4-.2 1.9-.7L42 46.6l36.2 36.2c1.1 1 2.8 1 3.7 0 1.1-1.1 1.1-2.8 0-3.7L45.8 42.8z' fill='%23da1f26'/%3E%3C/svg%3E");
}

.global-mobile__login-heading {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin: 1.3rem 0 0.5rem;
}

.global-mobile__login-form {
  -moz-transition: height 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: height 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: height 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: height 500ms cubic-bezier(0.86, 0, 0.07, 1);
  overflow: hidden;
  position: absolute;
  top: 65px;
  background-color: #FFF;
  width: 100%;
  z-index: 100;
}

@media (min-width: 992px) {
  .global-mobile__login-form {
    width: 275px;
    top: 0;
    right: 0;
    padding-top: 1px;
    border-radius: 0 0 5px 5px;
    border-left: 0;
    border-right: 0;
    border: 1px solid #e6e6e6;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .global-mobile__login-form {
    right: calc((100vw - 1170px) / 2);
  }
}
@media (min-width: 992px) and (min-width: 991px) and (max-width: 1199px) {
  .global-mobile__login-form {
    right: calc((100vw - 970px) / 2);
  }
}
@media (min-width: 992px) {
  .global-mobile__login-form:before {
    width: 100%;
    height: 1px;
    content: "";
    background-color: #DA1F26;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .global-mobile__login-form--desktop-shiftleft {
    right: calc((100vw - 696px) / 2);
  }
}
@media (min-width: 992px) and (min-width: 991px) and (max-width: 1199px) {
  .global-mobile__login-form--desktop-shiftleft {
    right: calc((100vw - 576px) / 2);
  }
}
.global-mobile__login-tabs {
  width: calc(100% + 5px);
}

.global-mobile__login-tab {
  width: 50%;
}
.global-mobile__login-tab.active:first-child .global-mobile__login-tab-link {
  border-left: 1px solid transparent;
}
.global-mobile__login-tab.active:last-child .global-mobile__login-tab-link {
  border-right: 1px solid transparent;
}

.global-mobile__login-tab-link {
  padding: 15px 0 !important;
  border-radius: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.global-mobile__login-tab.active .global-mobile__login-tab-link, .global-mobile__login-tab.focus .global-mobile__login-tab-link, .global-mobile__login-tab:active .global-mobile__login-tab-link, .global-mobile__login-tab:focus .global-mobile__login-tab-link {
  color: #DA1F26;
}
.global-mobile__login-tab.active .global-mobile__login-tab-link:hover, .global-mobile__login-tab.focus .global-mobile__login-tab-link:hover, .global-mobile__login-tab:active .global-mobile__login-tab-link:hover, .global-mobile__login-tab:focus .global-mobile__login-tab-link:hover {
  color: #DA1F26;
}

.global-mobile__nav {
  width: 100%;
}
.global-mobile__nav .panel-title .global-mobile__nav-parent-sup {
  font-size: 0.7em;
  display: block;
  margin-top: 2px;
  text-transform: none;
}
@media (min-width: 568px) {
  .global-mobile__nav .panel-title .global-mobile__nav-parent-sup {
    display: inline-block;
    margin-left: 8px;
    margin-top: 0;
  }
}

.global-mobile__link-panel {
  display: flex;
  flex-wrap: wrap;
}
.global-mobile__link-panel .mega-menu__link {
  width: calc(50% - 10px);
  margin: 5px;
}
.global-mobile__link-panel .mega-menu__link:hover::after {
  opacity: 0.6;
}
.global-mobile__link-panel .mega-menu__link:after {
  -moz-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  -webkit-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 35;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.global-mobile__sub-panel-image {
  width: 100%;
  margin-bottom: 15px;
}

.global-mobile__sub-panel-link-title {
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}

.global-mobile__sub-panel-link-title-sub-text:link, .global-mobile__sub-panel-link-title-sub-text:active, .global-mobile__sub-panel-link-title-sub-text:visited {
  color: #6a6e70;
}

.global-mobile__sub-panel-link-text:link, .global-mobile__sub-panel-link-text:active, .global-mobile__sub-panel-link-text:visited {
  color: #6a6e70;
}

.mobile-nav-btn {
  border: 1px solid transparent;
  height: 65px;
  padding-top: 8px;
  z-index: 1003;
}

.menu-visible-true .mobile-nav-btn--menu {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 2px solid #ffffff;
}

.search-visible-true .mobile-nav-btn--search {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 2px solid #ffffff;
}

.agent-phone-visible-true .mobile-nav-btn--phone {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 2px solid #ffffff;
}

.menu-toggle {
  position: relative;
}
.menu-toggle:before {
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #e6e6e6;
  content: "";
}

.menu-visible-true .global-mobile {
  height: calc(100vh - 42px);
}
@media (max-width: 991px) {
  .menu-visible-true .global-mobile {
    height: calc(100vh - 65px);
  }
}
.menu-visible-true .menu-toggle:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85.5 85.7'%3E%3Cpath d='M45.8 42.8L82.1 6.5c1-1.1 1-2.8 0-3.7-1.1-1.1-2.8-1.1-3.7 0L42.1 39.1 5.8 2.8C4.7 1.7 3 1.7 2.1 2.8c-.5.5-.8 1.2-.8 1.9s.2 1.4.7 1.9l36.2 36.2L2.1 79c-1.1 1.1-1.1 2.8 0 3.7.5.5 1.2.7 1.9.7s1.4-.2 1.9-.7L42 46.6l36.2 36.2c1.1 1 2.8 1 3.7 0 1.1-1.1 1.1-2.8 0-3.7L45.8 42.8z' fill='%23da1f26'/%3E%3C/svg%3E");
}
.menu-visible-true .header__mid {
  z-index: 101;
}
.menu-visible-true .header__mid:after {
  width: 100%;
}
@media (min-width: 992px) {
  .menu-visible-true .header__mid:after {
    display: none;
  }
}

@media (max-width: 991px) {
  .menu-visible-true .menu-toggle, .search-visible-true .search-toggle, .agent-phone-visible-true .agentphone-toggle {
    z-index: 102;
    background-color: #ffffff;
  }
}
.menu-visible-false .global-mobile {
  height: 0;
}
.menu-visible-false .menu-toggle > .fa-bars {
  display: inline-block;
}
.menu-visible-false .menu-toggle > .fa-times {
  display: none;
}

@media (min-width: 992px) {
  .login-form-visible-true #login-form-visible--overlay {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.4);
  }
}
.login-form-visible-true .global-mobile__login-form {
  /*height: 650px;*/
  height: auto;
}
@media (max-width: 991px) {
  .login-form-visible-true .global-mobile__login-form {
    height: calc(100vh - 130px);
    overflow-y: scroll;
  }
}
@media (max-width: 480px) {
  .login-form-visible-true .global-mobile__login-form {
    padding-bottom: 80px;
  }
}
.login-form-visible-true .global-mobile__login--toggle .global-mobile__login--link-txt, .login-form-visible-true .global-mobile__login--toggle .fa-user-o {
  display: none;
}
.login-form-visible-true .global-mobile__login--toggle .fa-times {
  display: block;
  color: #DA1F26;
  top: 45%;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}

.login-form-visible-false .global-mobile__login-form {
  height: 0;
}
.login-form-visible-false .global-mobile__login--toggle .global-mobile__login--link-txt {
  display: inline-block;
}
.login-form-visible-false .global-mobile__login--toggle .fa-times {
  display: none;
}

.agent-phone-visible-true .global-mobile__phone {
  width: 100%;
  height: 65px;
  display: block;
  position: relative;
  text-align: center;
  border-right: 1px solid #e6e6e6;
}
.agent-phone-visible-true .global-mobile__phone--txt {
  height: 60px;
  font-size: 1.3rem;
  font-weight: 300;
  text-align: left;
  display: inline-block;
  line-height: 1.4em;
  vertical-align: middle;
  color: #DA1F26;
  padding: 0.9em 0.5em;
}
.agent-phone-visible-true .global-mobile__phone-icon {
  width: 30px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.agent-phone-visible-true .global-mobile__phone-icon--guest {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87 87'%3E%3Cpath fill='%23DA1F26' d='M43.5 42.6c6.7 0 12.1-5.4 12.1-12.1s-5.4-12.1-12.1-12.1-12.1 5.4-12.1 12.1 5.4 12.1 12.1 12.1zm0-18.2c3.4 0 6.1 2.7 6.1 6.1s-2.7 6.1-6.1 6.1-6.1-2.7-6.1-6.1 2.7-6.1 6.1-6.1z'/%3E%3Cpath fill='%23DA1F26' d='M86.5 43.5c0-23.7-19.3-43-43-43s-43 19.3-43 43 19.3 43 43 43c9.6 0 18.5-3.2 25.7-8.5.2-.1.4-.3.5-.4 10.2-7.9 16.8-20.3 16.8-34.1zm-80 0c0-20.4 16.6-37 37-37s37 16.6 37 37c0 9.8-3.9 18.8-10.1 25.4-2-13.3-13.6-23.4-27.4-23.1-13.5.3-24.5 10.3-26.3 23.1-6.3-6.6-10.2-15.6-10.2-25.4zm15.9 30.4v-1.3c.2-11.7 9.9-21 21.6-20.7 11.7.2 21 9.9 20.7 21.6v.3c-6 4.2-13.3 6.7-21.2 6.7-7.8 0-15.1-2.5-21.1-6.6z'/%3E%3C/svg%3E");
}
.agent-phone-visible-true .global-mobile__phone-icon--agent {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72.9 75.5'%3E%3Cpath d='M64.5 28.5h-1v-1c0-14.9-12.1-27-27-27s-27 12.1-27 27v1h-1c-4.4 0-8 3.6-8 8v13c0 4.4 3.6 8 8 8h9v-29h-4v-1c0-12.7 10.3-23 23-23s23 10.3 23 23v1h-4v29h5.7c-.9 3.4-4 6-7.8 6h-5.7c-.9-4.3-4.7-7.5-9.3-7.5-5.2 0-9.5 4.3-9.5 9.5s4.3 9.5 9.5 9.5c4.6 0 8.4-3.2 9.3-7.5h5.7c6 0 10.9-4.4 11.8-10 4-.4 7.2-3.8 7.2-8v-13c.1-4.4-3.4-8-7.9-8zm-51 4v21h-5c-2.2 0-4-1.8-4-4v-13c0-2.2 1.8-4 4-4h5zm25 38.6c-3.1 0-5.5-2.5-5.5-5.5s2.5-5.5 5.5-5.5 5.5 2.5 5.5 5.5-2.5 5.5-5.5 5.5zm30-21.5c0 2.2-1.8 4-4 4h-5v-21h5c2.2 0 4 1.8 4 4v13z' fill='%23DA1F26' /%3E%3C/svg%3E");
}
.agent-phone-visible-true .agentphone-toggle:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85.5 85.7'%3E%3Cpath d='M45.8 42.8L82.1 6.5c1-1.1 1-2.8 0-3.7-1.1-1.1-2.8-1.1-3.7 0L42.1 39.1 5.8 2.8C4.7 1.7 3 1.7 2.1 2.8c-.5.5-.8 1.2-.8 1.9s.2 1.4.7 1.9l36.2 36.2L2.1 79c-1.1 1.1-1.1 2.8 0 3.7.5.5 1.2.7 1.9.7s1.4-.2 1.9-.7L42 46.6l36.2 36.2c1.1 1 2.8 1 3.7 0 1.1-1.1 1.1-2.8 0-3.7L45.8 42.8z' fill='%23da1f26'/%3E%3C/svg%3E");
}
.agent-phone-visible-true .global-mobile__agent-phone {
  /*height: 650px;*/
  height: auto;
  z-index: 101;
  top: 108px;
  position: absolute;
  width: 100%;
  background: white;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.agent-phone-visible-false .global-mobile__agent-phone {
  height: 0;
  overflow: hidden;
}

.login__link {
  font-size: 1.2rem;
}

.form-control[disabled] {
  background-color: #FFF;
}

.form-group {
  /* clear: both; */
}
.form-group.is-invalid .form__selector, .form-group.is-invalid .form__input, .form-group.is-invalid .form__toggle-list {
  border-color: #DA1F26;
}

.form__validation-message {
  padding-top: 5px;
  color: #DA1F26;
}

/* .form-group--mobile .custom-checkbox{
   @media (max-width: 414px){
   height: 60px;
   }
 }
*/
.form-group .form__validation-message {
  padding-top: 0;
}

.form__validation-message label {
  margin-bottom: 0;
}

.form__input {
  width: 100%;
  padding: 0 15px;
}

.form__textarea {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  height: 143px;
  color: #777777 !important;
}
.form__textarea::-moz-placeholder {
  color: #777777;
}

.form__toggle-list {
  display: flex;
  border: 1px solid #cccccc;
  border-radius: 5px;
  height: 43px;
}

.form__toggle-item {
  width: 50%;
  border-right: 1px solid #cccccc;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
.form__toggle-item:last-child {
  border-right: 0;
}

.form__toggle-item-inner {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.form__toggle-item-inner:hover {
  background-color: #e6e6e6;
}

.form__toggle-item-input {
  position: absolute;
  left: -9999px;
}
.form__toggle-item-input:checked + .form__toggle-item-inner {
  background-color: #e6e6e6;
}
.form__toggle-item-input:checked + .form__toggle-item-inner .form__toggle-item-copy {
  display: inline-block;
  position: relative;
}
.form__toggle-item-input:checked + .form__toggle-item-inner .form__toggle-item-copy::after {
  content: "";
  width: 13px;
  height: 7px;
  position: absolute;
  top: 4px;
  right: -20px;
  border: 2px solid #DA1F26;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 1;
  transform: rotate(-45deg);
}

.form__field {
  width: 100%;
}

.form__field-combo {
  display: flex;
}
.form__field-combo .form-control {
  box-shadow: none;
}
.form__field-combo .form__select {
  width: initial;
  min-width: 100px;
}
.form__field-combo .form__field {
  width: 100%;
  padding-left: 0;
}
.form__field-combo .form__selector {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form__field-combo .form__input {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form__left {
  padding-right: 0.46875rem;
}

.form__right {
  padding-left: 0.46875rem;
}

.form__date-picker {
  border-radius: 5px;
  border: 1px solid #cccccc;
  padding: 1rem;
  margin-bottom: 15px;
  cursor: pointer;
  color: #777777;
}

.form__select {
  position: relative;
}
.form__select:after {
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  color: #DA1F26;
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  right: 15px;
  top: 20px;
  transform: translateY(-50%);
  pointer-events: none;
}

.form__select--red-background:after {
  color: #FFF;
}
.form__select--red-background .form__selector {
  background-color: #DA1F26;
  color: #FFF;
  border: 0;
}

.form__select--with-label .form__selector {
  padding-left: 7rem;
}

.form__select-label {
  color: #777777;
  position: absolute;
  z-index: 20;
  top: 1.15rem;
  left: 2.75rem;
}

.form__selector {
  border-radius: 5px;
  border: 1px solid #cccccc;
  height: 43px;
  margin-bottom: 15px;
  color: #777777;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
}

.form__selector--noMargin {
  margin-bottom: 0;
}

.form__input {
  border-radius: 5px;
  border: 1px solid #cccccc;
  height: 43px;
  /*margin-bottom: 15px;*/
  color: #777777 !important;
}
.form__input::-moz-placeholder {
  color: #777777;
}

.form__counter {
  width: 33%;
  height: 35px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 15px;
  display: block;
  padding: 0;
  border-left: 0;
  border-right: 0;
  border-color: #cccccc;
  box-shadow: none;
  border-radius: 0;
  text-align: center;
  top: 4px;
  color: #777777;
}

.form__counter--disable {
  background-color: #FFF;
}

.form__counter-subtract, .form__counter-add {
  width: 33%;
  height: 35px;
  line-height: 31px;
  text-align: center;
  display: block;
  margin-top: 0;
  top: 4px;
  border: 1px solid #cccccc;
  position: absolute;
  font-size: 2rem;
  color: #777777;
}

.form__counter-subtract:active, .form__counter-subtract:focus {
  color: #777777;
}

.form__counter-add:active, .form__counter-add:focus {
  color: #777777;
}

.form__counter-subtract:visited, .form__counter-subtract:hover {
  color: #DA1F26;
}

.form__counter-add:visited, .form__counter-add:hover {
  color: #DA1F26;
}

.form__counter-subtract {
  border-right: 0;
  border-radius: 50% 0 0 50%;
  left: 0;
}

.form__counter-add {
  border-left: 0;
  border-radius: 0 50% 50% 0;
  right: 15px;
}

input:focus, textarea:focus, .form-control:focus {
  border-color: #cccccc;
  outline: 0;
  -webkit-box-shadow: none;
  background-color: #f9f4f1;
}

.header {
  position: relative;
}

@media (min-width: 992px) {
  .header--simple {
    height: 141px;
  }
}
.header--black .header__top {
  background-color: rgba(0, 0, 0, 0.55);
  top: 0;
  position: absolute;
  z-index: 110;
}
@media (max-width: 991px) {
  .header--black .header__top {
    background-color: #000000;
  }
}
.header--black .header__top .header__top-link {
  color: #FFF;
}
.header--black .header__top .header__top-link:active, .header--black .header__top .header__top-link:focus, .header--black .header__top .header__top-link:visited {
  color: #FFF;
}
.header--black .header__mid {
  background-color: transparent;
}
.header--black .header__mid .header__top-link {
  color: #FFF;
}
.header--black .header__mid .header__top-link:active, .header--black .header__mid .header__top-link:focus, .header--black .header__mid .header__top-link:visited {
  color: #FFF;
}
.header--black .header__mid .header__top-link:hover {
  color: #DA1F26;
}
@media (max-width: 991px) {
  .header--black .header__mid {
    padding-top: 44px;
  }
}
.header--black .header__mid .nav-desktop__link {
  text-shadow: 0 0 8px rgba(128, 128, 128, 0.5);
}
.header--black .header__nav--global-search--hidden, .header--black .nav-desktop-search-control {
  display: none;
}
.header--black .landingpage-container {
  text-align: center;
}
.header--black .landingpage-container * {
  text-align: center;
}
.header--black .landingpage-container h4 {
  color: #ffffff;
  margin: 20px auto;
}
.header--black .landingpage-container a.landingpage-button {
  display: block;
  width: 100%;
  color: #ffffff;
}
.header--black .landingpage-container a.landingpage-button-gh {
  background-color: rgba(22, 93, 157, 0.9);
}
.header--black .landingpage-container a.landingpage-button-sb {
  background-color: rgba(135, 82, 61, 0.9);
}
.header--black .landingpage-container a.landingpage-button-dt {
  background-color: rgba(223, 143, 26, 0.9);
}
.header--black .landingpage-container a.landingpage-button img {
  height: 30px;
  margin: 8px 20px 8px 5px;
}
.header--black .landingpage-container a.landingpage-button:hover {
  color: #ffffff;
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
@media (min-width: 768px) and (max-width: 991px) {
  .header--black .landingpage-container {
    width: 100%;
  }
  .header--black .landingpage-container a.landingpage-button img {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .header--black .landingpage-container {
    margin-top: 5vh;
  }
  .header--black .landingpage-container a.landingpage-button {
    width: 96%;
    margin: auto;
    border-radius: 5px;
  }
  .header--black .landingpage-container a.landingpage-button img {
    height: 45px;
  }
}
.header--black .global-search-homepage-center {
  pointer-events: none;
}
.header--black .global-search-homepage-center .landingpage-button, .header--black .global-search-homepage-center .global-search__form {
  pointer-events: auto;
}
@media (min-width: 992px) {
  .header--black .header-carousel__item {
    min-height: 768px;
  }
  .header--black .global-search-homepage-center {
    height: 40%;
    background-color: rgba(0, 0, 0, 0);
    top: auto;
  }
  .header--black.search-visible-false .global-search-homepage-center {
    overflow: initial;
  }
  .header--black.search-visible-false .global-search-homepage-center.no-hidden-overflow {
    overflow: visible;
  }
  .header--black .autocompleter, .header--black .autocompleter-hint {
    bottom: 45px;
  }
  .header--black .global-search__form {
    padding-top: 0;
  }
  .header--black .global-search__inputs {
    right: 32%;
  }
}
@media (min-width: 1200px) {
  .header--black .autocompleter, .header--black .autocompleter-hint {
    bottom: 55px;
  }
}

.header--white .header--sticky {
  position: fixed;
  width: 100%;
  z-index: 1001;
}
.header--white .global-search-homepage-center {
  display: none;
}
.header--white .header__top {
  background-color: #fbfbfb;
}
.header--white .header__top.header--sticky {
  top: 0;
}
.header--white .header__top .header__top-link {
  color: #fff;
}
.header--white .header__top .header__top-link:active, .header--white .header__top .header__top-link:focus, .header--white .header__top .header__top-link:visited, .header--white .header__top .header__top-link:hover {
  color: #fff !important;
}
.header--white .header__top .header__top-icon--headphones {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72.9 75.5'%3E%3Cpath d='M64.5 28.5h-1v-1c0-14.9-12.1-27-27-27s-27 12.1-27 27v1h-1c-4.4 0-8 3.6-8 8v13c0 4.4 3.6 8 8 8h9v-29h-4v-1c0-12.7 10.3-23 23-23s23 10.3 23 23v1h-4v29h5.7c-.9 3.4-4 6-7.8 6h-5.7c-.9-4.3-4.7-7.5-9.3-7.5-5.2 0-9.5 4.3-9.5 9.5s4.3 9.5 9.5 9.5c4.6 0 8.4-3.2 9.3-7.5h5.7c6 0 10.9-4.4 11.8-10 4-.4 7.2-3.8 7.2-8v-13c.1-4.4-3.4-8-7.9-8zm-51 4v21h-5c-2.2 0-4-1.8-4-4v-13c0-2.2 1.8-4 4-4h5zm25 38.6c-3.1 0-5.5-2.5-5.5-5.5s2.5-5.5 5.5-5.5 5.5 2.5 5.5 5.5-2.5 5.5-5.5 5.5zm30-21.5c0 2.2-1.8 4-4 4h-5v-21h5c2.2 0 4 1.8 4 4v13z' fill='%23DA1F26'/%3E%3C/svg%3E");
}
.header--white .header__top .header__top-icon--phone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85.5 85.7'%3E%3Cpath fill='%23DA1F26' d='M80.6 58.1l-16.1-8.3c-3.5-1.8-7.9-.9-10.4 2.3l-4.3 5.5c-4.2-2.4-8-5.1-12.2-9.4-4.4-4.4-7-8.1-9.5-12.5l5.5-4.3c3.1-2.5 4.1-6.8 2.3-10.4L27.6 5c-1.1-2.1-3-3.6-5.3-4.2s-4.7-.2-6.7 1.1L5.4 8.7C2.1 10.9.3 14.6.5 18.6c.3 4.2.7 7.4 1.3 9.7 3.1 12 10.5 24.3 20.9 34.7s22.7 17.8 34.7 20.9c2.3.6 5.6 1 9.7 1.3h.7c3.7 0 7.2-1.9 9.2-5l6.7-10.3c1.3-2 1.6-4.4 1-6.6-.6-2.2-2-4.1-4.1-5.2zm-1.9 8.6L72 77c-1 1.5-2.7 2.4-4.5 2.3-3.7-.2-6.7-.6-8.6-1.1C48 75.4 36.6 68.5 27 58.8c-9.7-9.7-16.5-21-19.4-31.9-.5-1.9-.9-4.9-1.1-8.6-.1-1.8.7-3.5 2.2-4.5L18.9 7c.5-.3.9-.4 1.3-.4.2 0 .4 0 .6.1.4.1 1.1.4 1.5 1.2l8.3 16c.5 1 .2 2.2-.6 2.9l-9.5 7.4 1.2 2.2c3.1 5.8 6.1 10.5 11.8 16.1C39 58 43.8 61.1 49.4 64.1l2.2 1.2 7.5-9.6c.7-.9 1.9-1.1 2.9-.6l16.1 8.3c.6.3 1 .8 1.2 1.5-.1.6-.2 1.3-.6 1.8z'/%3E%3C/svg%3E");
}
.header--white .header__top .header__top-icon--email {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87 61'%3E%3Cpath d='M8.5.5c-4.4 0-8 3.6-8 8v44c0 4.4 3.6 8 8 8h70c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8h-70zm0 4h70c.6 0 1.1.1 1.5.3L46.5 33.1c-1.9 1.6-4.2 1.6-6.1 0L7 4.8c.4-.2.9-.3 1.5-.3zm73.9 3.4c0 .2.1.3.1.5v44c0 2.3-1.7 4-4 4h-70c-2.3 0-4-1.7-4-4v-44c0-.2 0-.3.1-.5l33.3 28.3c3.3 2.8 8 2.8 11.2 0L82.4 7.9z' fill='%23da1f26'/%3E%3C/svg%3E");
}
.header--white .header__top .header__top-icon--login {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87 87'%3E%3Cpath fill='%23DA1F26' d='M43.5 42.6c6.7 0 12.1-5.4 12.1-12.1s-5.4-12.1-12.1-12.1-12.1 5.4-12.1 12.1 5.4 12.1 12.1 12.1zm0-18.2c3.4 0 6.1 2.7 6.1 6.1s-2.7 6.1-6.1 6.1-6.1-2.7-6.1-6.1 2.7-6.1 6.1-6.1z'/%3E%3Cpath fill='%23DA1F26' d='M86.5 43.5c0-23.7-19.3-43-43-43s-43 19.3-43 43 19.3 43 43 43c9.6 0 18.5-3.2 25.7-8.5.2-.1.4-.3.5-.4 10.2-7.9 16.8-20.3 16.8-34.1zm-80 0c0-20.4 16.6-37 37-37s37 16.6 37 37c0 9.8-3.9 18.8-10.1 25.4-2-13.3-13.6-23.4-27.4-23.1-13.5.3-24.5 10.3-26.3 23.1-6.3-6.6-10.2-15.6-10.2-25.4zm15.9 30.4v-1.3c.2-11.7 9.9-21 21.6-20.7 11.7.2 21 9.9 20.7 21.6v.3c-6 4.2-13.3 6.7-21.2 6.7-7.8 0-15.1-2.5-21.1-6.6z'/%3E%3C/svg%3E");
}
.header--white .header__top--black {
  background-color: #000000;
  color: #ffffff;
}
.header--white .header__top--black .header__top-link {
  color: #ffffff;
}
.header--white .header__top--black .header__top-link:hover {
  color: #DA1F26;
}
.header--white .header__top--black .header__top-icon--headphones {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72.9 75.5'%3E%3Cpath d='M64.5 28.5h-1v-1c0-14.9-12.1-27-27-27s-27 12.1-27 27v1h-1c-4.4 0-8 3.6-8 8v13c0 4.4 3.6 8 8 8h9v-29h-4v-1c0-12.7 10.3-23 23-23s23 10.3 23 23v1h-4v29h5.7c-.9 3.4-4 6-7.8 6h-5.7c-.9-4.3-4.7-7.5-9.3-7.5-5.2 0-9.5 4.3-9.5 9.5s4.3 9.5 9.5 9.5c4.6 0 8.4-3.2 9.3-7.5h5.7c6 0 10.9-4.4 11.8-10 4-.4 7.2-3.8 7.2-8v-13c.1-4.4-3.4-8-7.9-8zm-51 4v21h-5c-2.2 0-4-1.8-4-4v-13c0-2.2 1.8-4 4-4h5zm25 38.6c-3.1 0-5.5-2.5-5.5-5.5s2.5-5.5 5.5-5.5 5.5 2.5 5.5 5.5-2.5 5.5-5.5 5.5zm30-21.5c0 2.2-1.8 4-4 4h-5v-21h5c2.2 0 4 1.8 4 4v13z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.header--white .header__top--black .header__top-icon--phone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85.5 85.7'%3E%3Cpath fill='%23ffffff' d='M80.6 58.1l-16.1-8.3c-3.5-1.8-7.9-.9-10.4 2.3l-4.3 5.5c-4.2-2.4-8-5.1-12.2-9.4-4.4-4.4-7-8.1-9.5-12.5l5.5-4.3c3.1-2.5 4.1-6.8 2.3-10.4L27.6 5c-1.1-2.1-3-3.6-5.3-4.2s-4.7-.2-6.7 1.1L5.4 8.7C2.1 10.9.3 14.6.5 18.6c.3 4.2.7 7.4 1.3 9.7 3.1 12 10.5 24.3 20.9 34.7s22.7 17.8 34.7 20.9c2.3.6 5.6 1 9.7 1.3h.7c3.7 0 7.2-1.9 9.2-5l6.7-10.3c1.3-2 1.6-4.4 1-6.6-.6-2.2-2-4.1-4.1-5.2zm-1.9 8.6L72 77c-1 1.5-2.7 2.4-4.5 2.3-3.7-.2-6.7-.6-8.6-1.1C48 75.4 36.6 68.5 27 58.8c-9.7-9.7-16.5-21-19.4-31.9-.5-1.9-.9-4.9-1.1-8.6-.1-1.8.7-3.5 2.2-4.5L18.9 7c.5-.3.9-.4 1.3-.4.2 0 .4 0 .6.1.4.1 1.1.4 1.5 1.2l8.3 16c.5 1 .2 2.2-.6 2.9l-9.5 7.4 1.2 2.2c3.1 5.8 6.1 10.5 11.8 16.1C39 58 43.8 61.1 49.4 64.1l2.2 1.2 7.5-9.6c.7-.9 1.9-1.1 2.9-.6l16.1 8.3c.6.3 1 .8 1.2 1.5-.1.6-.2 1.3-.6 1.8z'/%3E%3C/svg%3E");
}
.header--white .header__top--black .header__top-icon--email {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87 61'%3E%3Cpath d='M8.5.5c-4.4 0-8 3.6-8 8v44c0 4.4 3.6 8 8 8h70c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8h-70zm0 4h70c.6 0 1.1.1 1.5.3L46.5 33.1c-1.9 1.6-4.2 1.6-6.1 0L7 4.8c.4-.2.9-.3 1.5-.3zm73.9 3.4c0 .2.1.3.1.5v44c0 2.3-1.7 4-4 4h-70c-2.3 0-4-1.7-4-4v-44c0-.2 0-.3.1-.5l33.3 28.3c3.3 2.8 8 2.8 11.2 0L82.4 7.9z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.header--white .header__top--black .header__top-icon--login {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87 87'%3E%3Cpath fill='%23ffffff' d='M43.5 42.6c6.7 0 12.1-5.4 12.1-12.1s-5.4-12.1-12.1-12.1-12.1 5.4-12.1 12.1 5.4 12.1 12.1 12.1zm0-18.2c3.4 0 6.1 2.7 6.1 6.1s-2.7 6.1-6.1 6.1-6.1-2.7-6.1-6.1 2.7-6.1 6.1-6.1z'/%3E%3Cpath fill='%23DA1F26' d='M86.5 43.5c0-23.7-19.3-43-43-43s-43 19.3-43 43 19.3 43 43 43c9.6 0 18.5-3.2 25.7-8.5.2-.1.4-.3.5-.4 10.2-7.9 16.8-20.3 16.8-34.1zm-80 0c0-20.4 16.6-37 37-37s37 16.6 37 37c0 9.8-3.9 18.8-10.1 25.4-2-13.3-13.6-23.4-27.4-23.1-13.5.3-24.5 10.3-26.3 23.1-6.3-6.6-10.2-15.6-10.2-25.4zm15.9 30.4v-1.3c.2-11.7 9.9-21 21.6-20.7 11.7.2 21 9.9 20.7 21.6v.3c-6 4.2-13.3 6.7-21.2 6.7-7.8 0-15.1-2.5-21.1-6.6z'/%3E%3C/svg%3E");
}
.header--white .header__mid {
  background-color: #FFF;
}
.header--white .header__mid.header--sticky {
  top: 44px;
}
.header--white .nav-desktop__link {
  color: #000;
}
.header--white .nav-desktop__link:hover {
  color: #DA1F26;
}
.header--white #header-carousel {
  padding-top: 92px;
}
.header--white #header-carousel .carousel-none {
  height: 76px;
}

@media (max-width: 991px) {
  .header--white #header-carousel {
    padding-top: 0;
  }
  .header--white #header-carousel .carousel-none {
    height: 130px;
  }
}
.header__top {
  width: 100%;
  border-radius: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .header__top--black .text-right {
    text-align: center;
  }
}
@media (max-width: 360px) {
  .header__top--black .text-right {
    padding: 0;
  }
}

.header__top--simple {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__top-col {
  height: 44px;
}

.header__top-link {
  position: relative;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  margin: 0 1rem 0 0;
  font-weight: 400;
  letter-spacing: 0.04rem;
  display: inline-block;
}
.header__top-link:hover {
  color: #DA1F26;
}
.header__top-link:hover:active, .header__top-link:hover:focus, .header__top-link:hover:visited {
  color: #DA1F26;
}
.header__top-link:hover:before, .header__top-link:hover:active:before, .header__top-link:hover:focus:before, .header__top-link:hover:visited:before {
  width: 100%;
}
.header__top-link:hover .header__top-icon--headphones, .header__top-link:hover:active .header__top-icon--headphones, .header__top-link:hover:focus .header__top-icon--headphones, .header__top-link:hover:visited .header__top-icon--headphones {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72.9 75.5'%3E%3Cpath d='M64.5 28.5h-1v-1c0-14.9-12.1-27-27-27s-27 12.1-27 27v1h-1c-4.4 0-8 3.6-8 8v13c0 4.4 3.6 8 8 8h9v-29h-4v-1c0-12.7 10.3-23 23-23s23 10.3 23 23v1h-4v29h5.7c-.9 3.4-4 6-7.8 6h-5.7c-.9-4.3-4.7-7.5-9.3-7.5-5.2 0-9.5 4.3-9.5 9.5s4.3 9.5 9.5 9.5c4.6 0 8.4-3.2 9.3-7.5h5.7c6 0 10.9-4.4 11.8-10 4-.4 7.2-3.8 7.2-8v-13c.1-4.4-3.4-8-7.9-8zm-51 4v21h-5c-2.2 0-4-1.8-4-4v-13c0-2.2 1.8-4 4-4h5zm25 38.6c-3.1 0-5.5-2.5-5.5-5.5s2.5-5.5 5.5-5.5 5.5 2.5 5.5 5.5-2.5 5.5-5.5 5.5zm30-21.5c0 2.2-1.8 4-4 4h-5v-21h5c2.2 0 4 1.8 4 4v13z' fill='%23DA1F26'/%3E%3C/svg%3E");
}
.header__top-link:hover .header__top-icon--phone, .header__top-link:hover:active .header__top-icon--phone, .header__top-link:hover:focus .header__top-icon--phone, .header__top-link:hover:visited .header__top-icon--phone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85.5 85.7'%3E%3Cpath fill='%23DA1F26' d='M80.6 58.1l-16.1-8.3c-3.5-1.8-7.9-.9-10.4 2.3l-4.3 5.5c-4.2-2.4-8-5.1-12.2-9.4-4.4-4.4-7-8.1-9.5-12.5l5.5-4.3c3.1-2.5 4.1-6.8 2.3-10.4L27.6 5c-1.1-2.1-3-3.6-5.3-4.2s-4.7-.2-6.7 1.1L5.4 8.7C2.1 10.9.3 14.6.5 18.6c.3 4.2.7 7.4 1.3 9.7 3.1 12 10.5 24.3 20.9 34.7s22.7 17.8 34.7 20.9c2.3.6 5.6 1 9.7 1.3h.7c3.7 0 7.2-1.9 9.2-5l6.7-10.3c1.3-2 1.6-4.4 1-6.6-.6-2.2-2-4.1-4.1-5.2zm-1.9 8.6L72 77c-1 1.5-2.7 2.4-4.5 2.3-3.7-.2-6.7-.6-8.6-1.1C48 75.4 36.6 68.5 27 58.8c-9.7-9.7-16.5-21-19.4-31.9-.5-1.9-.9-4.9-1.1-8.6-.1-1.8.7-3.5 2.2-4.5L18.9 7c.5-.3.9-.4 1.3-.4.2 0 .4 0 .6.1.4.1 1.1.4 1.5 1.2l8.3 16c.5 1 .2 2.2-.6 2.9l-9.5 7.4 1.2 2.2c3.1 5.8 6.1 10.5 11.8 16.1C39 58 43.8 61.1 49.4 64.1l2.2 1.2 7.5-9.6c.7-.9 1.9-1.1 2.9-.6l16.1 8.3c.6.3 1 .8 1.2 1.5-.1.6-.2 1.3-.6 1.8z'/%3E%3C/svg%3E");
}
.header__top-link:hover .header__top-icon--email, .header__top-link:hover:active .header__top-icon--email, .header__top-link:hover:focus .header__top-icon--email, .header__top-link:hover:visited .header__top-icon--email {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87 61'%3E%3Cpath d='M8.5.5c-4.4 0-8 3.6-8 8v44c0 4.4 3.6 8 8 8h70c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8h-70zm0 4h70c.6 0 1.1.1 1.5.3L46.5 33.1c-1.9 1.6-4.2 1.6-6.1 0L7 4.8c.4-.2.9-.3 1.5-.3zm73.9 3.4c0 .2.1.3.1.5v44c0 2.3-1.7 4-4 4h-70c-2.3 0-4-1.7-4-4v-44c0-.2 0-.3.1-.5l33.3 28.3c3.3 2.8 8 2.8 11.2 0L82.4 7.9z' fill='%23da1f26'/%3E%3C/svg%3E");
}
.header__top-link:hover .header__top-icon--login, .header__top-link:hover:active .header__top-icon--login, .header__top-link:hover:focus .header__top-icon--login, .header__top-link:hover:visited .header__top-icon--login {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87 87'%3E%3Cpath fill='%23DA1F26' d='M43.5 42.6c6.7 0 12.1-5.4 12.1-12.1s-5.4-12.1-12.1-12.1-12.1 5.4-12.1 12.1 5.4 12.1 12.1 12.1zm0-18.2c3.4 0 6.1 2.7 6.1 6.1s-2.7 6.1-6.1 6.1-6.1-2.7-6.1-6.1 2.7-6.1 6.1-6.1z'/%3E%3Cpath fill='%23DA1F26' d='M86.5 43.5c0-23.7-19.3-43-43-43s-43 19.3-43 43 19.3 43 43 43c9.6 0 18.5-3.2 25.7-8.5.2-.1.4-.3.5-.4 10.2-7.9 16.8-20.3 16.8-34.1zm-80 0c0-20.4 16.6-37 37-37s37 16.6 37 37c0 9.8-3.9 18.8-10.1 25.4-2-13.3-13.6-23.4-27.4-23.1-13.5.3-24.5 10.3-26.3 23.1-6.3-6.6-10.2-15.6-10.2-25.4zm15.9 30.4v-1.3c.2-11.7 9.9-21 21.6-20.7 11.7.2 21 9.9 20.7 21.6v.3c-6 4.2-13.3 6.7-21.2 6.7-7.8 0-15.1-2.5-21.1-6.6z'/%3E%3C/svg%3E");
}
.header__top-link .phone-wrapper {
  width: 120px;
  position: absolute;
  top: -10px;
  left: 20px;
}
.header__top-link .phone-wrapper .phone-label {
  position: absolute;
  top: 0;
  left: 2px;
  font-size: 0.7em;
}
.header__top-link .phone-wrapper .phone-number {
  position: absolute;
  top: 1em;
}

.header__top-link--user {
  margin-right: 0;
}

.header__top-link--manage {
  position: relative;
  display: inline-block;
  margin-right: 1rem;
}

.header__top-link:before {
  -moz-transition: width 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: width 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: width 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: width 500ms cubic-bezier(0.86, 0, 0.07, 1);
  width: 0;
  height: 1px;
  background-color: #DA1F26;
  display: block;
  position: absolute;
  bottom: 1px;
  left: 50%;
  content: "";
  transform: translateX(-50%);
}

.header__top-icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}

.header__top-icon--headphones {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72.9 75.5'%3E%3Cpath d='M64.5 28.5h-1v-1c0-14.9-12.1-27-27-27s-27 12.1-27 27v1h-1c-4.4 0-8 3.6-8 8v13c0 4.4 3.6 8 8 8h9v-29h-4v-1c0-12.7 10.3-23 23-23s23 10.3 23 23v1h-4v29h5.7c-.9 3.4-4 6-7.8 6h-5.7c-.9-4.3-4.7-7.5-9.3-7.5-5.2 0-9.5 4.3-9.5 9.5s4.3 9.5 9.5 9.5c4.6 0 8.4-3.2 9.3-7.5h5.7c6 0 10.9-4.4 11.8-10 4-.4 7.2-3.8 7.2-8v-13c.1-4.4-3.4-8-7.9-8zm-51 4v21h-5c-2.2 0-4-1.8-4-4v-13c0-2.2 1.8-4 4-4h5zm25 38.6c-3.1 0-5.5-2.5-5.5-5.5s2.5-5.5 5.5-5.5 5.5 2.5 5.5 5.5-2.5 5.5-5.5 5.5zm30-21.5c0 2.2-1.8 4-4 4h-5v-21h5c2.2 0 4 1.8 4 4v13z' fill='%23fff'/%3E%3C/svg%3E");
}

.header__top-icon--phone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85.5 85.7'%3E%3Cpath d='M80.6 58.1l-16.1-8.3c-3.5-1.8-7.9-.9-10.4 2.3l-4.3 5.5c-4.2-2.4-8-5.1-12.2-9.4-4.4-4.4-7-8.1-9.5-12.5l5.5-4.3c3.1-2.5 4.1-6.8 2.3-10.4L27.6 5c-1.1-2.1-3-3.6-5.3-4.2s-4.7-.2-6.7 1.1L5.4 8.7C2.1 10.9.3 14.6.5 18.6c.3 4.2.7 7.4 1.3 9.7 3.1 12 10.5 24.3 20.9 34.7s22.7 17.8 34.7 20.9c2.3.6 5.6 1 9.7 1.3h.7c3.7 0 7.2-1.9 9.2-5l6.7-10.3c1.3-2 1.6-4.4 1-6.6-.6-2.2-2-4.1-4.1-5.2zm-1.9 8.6L72 77c-1 1.5-2.7 2.4-4.5 2.3-3.7-.2-6.7-.6-8.6-1.1C48 75.4 36.6 68.5 27 58.8c-9.7-9.7-16.5-21-19.4-31.9-.5-1.9-.9-4.9-1.1-8.6-.1-1.8.7-3.5 2.2-4.5L18.9 7c.5-.3.9-.4 1.3-.4.2 0 .4 0 .6.1.4.1 1.1.4 1.5 1.2l8.3 16c.5 1 .2 2.2-.6 2.9l-9.5 7.4 1.2 2.2c3.1 5.8 6.1 10.5 11.8 16.1C39 58 43.8 61.1 49.4 64.1l2.2 1.2 7.5-9.6c.7-.9 1.9-1.1 2.9-.6l16.1 8.3c.6.3 1 .8 1.2 1.5-.1.6-.2 1.3-.6 1.8z' fill='%23fff'/%3E%3C/svg%3E");
}

.header__top-icon--email {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87 61'%3E%3Cpath d='M8.5.5c-4.4 0-8 3.6-8 8v44c0 4.4 3.6 8 8 8h70c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8h-70zm0 4h70c.6 0 1.1.1 1.5.3L46.5 33.1c-1.9 1.6-4.2 1.6-6.1 0L7 4.8c.4-.2.9-.3 1.5-.3zm73.9 3.4c0 .2.1.3.1.5v44c0 2.3-1.7 4-4 4h-70c-2.3 0-4-1.7-4-4v-44c0-.2 0-.3.1-.5l33.3 28.3c3.3 2.8 8 2.8 11.2 0L82.4 7.9z' fill='%23fff'/%3E%3C/svg%3E");
}

.header__top-icon--login {
  width: 20px;
  height: 20px;
  top: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87 87'%3E%3Cpath fill='%23fff' d='M43.5 42.6c6.7 0 12.1-5.4 12.1-12.1s-5.4-12.1-12.1-12.1-12.1 5.4-12.1 12.1 5.4 12.1 12.1 12.1zm0-18.2c3.4 0 6.1 2.7 6.1 6.1s-2.7 6.1-6.1 6.1-6.1-2.7-6.1-6.1 2.7-6.1 6.1-6.1z'/%3E%3Cpath fill='%23fff' d='M86.5 43.5c0-23.7-19.3-43-43-43s-43 19.3-43 43 19.3 43 43 43c9.6 0 18.5-3.2 25.7-8.5.2-.1.4-.3.5-.4 10.2-7.9 16.8-20.3 16.8-34.1zm-80 0c0-20.4 16.6-37 37-37s37 16.6 37 37c0 9.8-3.9 18.8-10.1 25.4-2-13.3-13.6-23.4-27.4-23.1-13.5.3-24.5 10.3-26.3 23.1-6.3-6.6-10.2-15.6-10.2-25.4zm15.9 30.4v-1.3c.2-11.7 9.9-21 21.6-20.7 11.7.2 21 9.9 20.7 21.6v.3c-6 4.2-13.3 6.7-21.2 6.7-7.8 0-15.1-2.5-21.1-6.6z'/%3E%3C/svg%3E");
}

.header__top-dropdown {
  -moz-transition: height 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: height 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: height 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: height 500ms cubic-bezier(0.86, 0, 0.07, 1);
  overflow: hidden;
  height: 0;
  position: absolute;
  top: 43px;
  right: 1rem;
  background-color: #FFF;
  z-index: 200;
}
.header__top-dropdown:after {
  width: 100%;
  height: 1px;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #DA1F26;
}

.header__top-dropdown--manage {
  width: 300px;
}

#ssoRegister, #ssoLogin {
  padding-top: 15px;
  position: relative;
}

p.sso-instruction {
  font-size: 12px;
  margin-top: 15px;
}

a.sso-link {
  color: #DA1F26;
  font-size: 12px;
}

#registerWidgetContainer, #loginWidgetContainer {
  padding-top: 66px;
}

#loginWidgetContainer {
  padding-bottom: 15px;
}

#registerWidgetContainer input[type=text], #registerWidgetContainer input[type=password], #loginWidgetContainer input[type=text], #loginWidgetContainer input[type=password], #submitRegistration, #submitLogin {
  height: 43px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #cccccc;
  padding: 0 15px;
  margin-bottom: 15px;
}

/*#registerWidgetContainer input[type="password"], #loginWidgetContainer input[type="password"] { width: 90%; }*/
div[id$=password-container] {
  position: relative;
}
div[id$=password-container] input[id$=showPassword] {
  position: absolute;
  top: 9px;
  right: -980px;
}
div[id$=password-container] input[id$=showPassword]:before {
  font-family: FontAwesome;
  content: "\f06e";
  margin-left: -1000px;
  padding: 5px;
}
div[id$=password-container] input[id$=showPassword]:checked:before {
  font-family: FontAwesome;
  content: "\f070";
  margin-left: -1000px;
  padding: 5px;
}

#submitRegistration, #submitLogin {
  border: 1px solid #DA1F26;
  color: #DA1F26;
}
#submitRegistration:hover, #submitLogin:hover {
  background-color: #DA1F26;
  color: #fff;
}

.validation-error {
  font-size: 11px;
  color: #DA1F26;
  display: block;
  margin-top: -12px;
  margin-bottom: 12px;
}

#sso-login-forgotPassword {
  cursor: pointer;
  color: #666666;
  font-size: 12px;
  display: inline-block;
  border-bottom: 1px solid #666666;
}

#registerInstruction, #loginInstruction {
  position: absolute;
  top: 60px;
  left: 0;
  font-size: 12px;
}

#facebookRegisterButton {
  position: absolute;
  top: 10px;
  left: 0;
  border: 0;
  border-radius: 3px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  width: 30%;
  height: 40px;
  background: #3D5A97 url(/themes/daytours/images/sso-facebook.png) center/90% no-repeat;
}

#googleRegisterButton {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  border: 0;
  border-radius: 3px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  width: 30%;
  height: 40px;
  background: #f15643 url(/themes/daytours/images/sso-google.png) center/90% no-repeat;
  margin: auto;
}
@media (max-width: 991px) {
  #googleRegisterButton {
    left: 145px;
  }
}

#twitterRegisterButton {
  position: absolute;
  top: 10px;
  right: 0;
  border: 0;
  border-radius: 3px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  width: 30%;
  height: 40px;
  background: #33ccff url(/themes/daytours/images/sso-twitter.png) center/90% no-repeat;
}
@media (max-width: 991px) {
  #twitterRegisterButton {
    right: auto;
    left: 200px;
  }
}

@media (max-width: 991px) {
  input[id$=RegisterButton] {
    top: 0;
    max-width: 90px;
    height: 50px;
  }
}

.sso-error-container {
  margin: 10px auto 20px;
  text-align: center;
}
.sso-error-container .sso-error {
  color: #DA1F26;
}

.sso-quick-links {
  padding-bottom: 15px;
}
.sso-quick-links h2 {
  font-size: 15px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
}

#facebookLoginButton {
  position: absolute;
  top: 10px;
  left: 0;
  border: 0;
  border-radius: 3px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  width: 30%;
  height: 40px;
  background: #3D5A97 url(/themes/daytours/images/sso-login-facebook.png) center/90% no-repeat;
}

#googleLoginButton {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  border: 0;
  border-radius: 3px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  width: 30%;
  height: 40px;
  background: #f15643 url(/themes/daytours/images/sso-login-google.png) center/90% no-repeat;
  margin: auto;
}
@media (max-width: 991px) {
  #googleLoginButton {
    left: 145px;
  }
}

#twitterLoginButton {
  position: absolute;
  top: 10px;
  right: 0;
  border: 0;
  border-radius: 3px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  width: 30%;
  height: 40px;
  background: #33ccff url(/themes/daytours/images/sso-login-twitter.png) center/90% no-repeat;
}
@media (max-width: 991px) {
  #twitterLoginButton {
    left: 200px;
  }
}

@media (max-width: 991px) {
  input[id$=LoginButton] {
    top: 0;
    max-width: 90px;
    height: 50px;
  }
}

#sso-gdpr-message {
  font-size: 9px;
  padding-bottom: 10px;
  line-height: 12px;
}

.header__mid {
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.header__mid:after, .header__mid:before {
  width: 0;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  background-color: #e6e6e6;
  bottom: 1px;
}
.header__mid:after {
  left: 0;
}
.header__mid:before {
  right: 0;
}

@media (min-width: 992px) {
  .header__mid {
    width: 100%;
    height: 92px;
    position: absolute;
    top: 44px;
    z-index: 100;
    border-bottom: 1px solid rgba(200, 200, 200, 0.4);
  }
}
@media (min-width: 992px) {
  .header__mid:after, .header__mid:before {
    display: none;
  }
}
@media (min-width: 480px) {
  .header__mid .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .header__mid .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .header__mid .container {
    width: 1170px;
  }
}
.header__mid-phone {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__mid-phone-inner {
  display: flex;
  align-items: baseline;
}

.header__mid-phone-icon {
  position: relative;
  display: inline-block;
  font-weight: 100;
  line-height: 60px;
  font-size: 1.7em;
  width: 100%;
  text-align: center;
  color: #DA1F26;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85.5 85.7'%3E%3Cpath d='M80.6 58.1l-16.1-8.3c-3.5-1.8-7.9-.9-10.4 2.3l-4.3 5.5c-4.2-2.4-8-5.1-12.2-9.4-4.4-4.4-7-8.1-9.5-12.5l5.5-4.3c3.1-2.5 4.1-6.8 2.3-10.4L27.6 5c-1.1-2.1-3-3.6-5.3-4.2s-4.7-.2-6.7 1.1L5.4 8.7C2.1 10.9.3 14.6.5 18.6c.3 4.2.7 7.4 1.3 9.7 3.1 12 10.5 24.3 20.9 34.7s22.7 17.8 34.7 20.9c2.3.6 5.6 1 9.7 1.3h.7c3.7 0 7.2-1.9 9.2-5l6.7-10.3c1.3-2 1.6-4.4 1-6.6-.6-2.2-2-4.1-4.1-5.2zm-1.9 8.6L72 77c-1 1.5-2.7 2.4-4.5 2.3-3.7-.2-6.7-.6-8.6-1.1C48 75.4 36.6 68.5 27 58.8c-9.7-9.7-16.5-21-19.4-31.9-.5-1.9-.9-4.9-1.1-8.6-.1-1.8.7-3.5 2.2-4.5L18.9 7c.5-.3.9-.4 1.3-.4.2 0 .4 0 .6.1.4.1 1.1.4 1.5 1.2l8.3 16c.5 1 .2 2.2-.6 2.9l-9.5 7.4 1.2 2.2c3.1 5.8 6.1 10.5 11.8 16.1C39 58 43.8 61.1 49.4 64.1l2.2 1.2 7.5-9.6c.7-.9 1.9-1.1 2.9-.6l16.1 8.3c.6.3 1 .8 1.2 1.5-.1.6-.2 1.3-.6 1.8z'/%3E%3C/svg%3E");
  margin-left: 15px;
  margin-right: 5px;
}

.header__logo {
  width: 100%;
  height: 65px;
  display: block;
  max-width: 100px;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 307.7 115.8'%3E%3Cstyle%3E.st0%7Bclip-path:url(%23SVGID_2_)%7D%3C/style%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M0 0h307.7v115.8H0z'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible'/%3E%3C/clipPath%3E%3Cpath class='st0' d='M36.4 55.8l-3.2-9.6H15.4l-3.1 9.6H.4L17.8 4.1h13.5l18.1 51.6h-13zm-9.8-29.3c-1-2.9-1.8-5.5-2.4-8.6H24c-.5 2.8-1.4 6-2.4 9.2l-3.4 9.7h11.9l-3.5-10.3zm60.1 29.3l-3.2-9.6H65.7l-3.1 9.6H50.7L68.1 4.1h13.5l18.1 51.6h-13zm-9.8-29.3c-1-2.9-1.8-5.5-2.4-8.6h-.2c-.5 2.8-1.4 6-2.4 9.2l-3.4 9.7h11.9l-3.5-10.3zm43.9-12.2v41.5h-11.9V14.3H96.5V4.1h36.7v10.2z'/%3E%3Cpath d='M164 55.8l-14-24.3v24.3h-11.9V4.1H150v22.8l14.2-22.8h14.4l-17 24.9 17.9 26.8zm24.6-42c-3.9 0-7.1-3.1-7.1-6.9 0-3.8 3.2-6.9 7.1-6.9 4 0 7.2 3.1 7.2 6.9-.1 3.7-3.3 6.9-7.2 6.9m-5.9 3.9h11.6v38h-11.6v-38zm42 38.1V31.6c0-3.1-.8-4.9-3.5-4.9-4.1 0-7.6 5-7.6 10.6v18.4H202v-38h10.9c0 1.4-.1 4.1-.5 6h.1c2.4-3.9 6.6-6.8 12.6-6.8 8.5 0 11.2 5.4 11.2 12v26.9h-11.6zm32 19c-10.3 0-16.5-3.7-16.5-11.2 0-3.6 2.5-7.3 5.4-8.8-2.2-1.1-3.7-3.2-3.7-5.9 0-2.9 1.9-5.9 4.6-6.8-3.7-1.8-5.6-5.8-5.6-10.4 0-8 6-14.8 17.5-14.8 2.7 0 5 .4 7.1.9h12.8V27h-4.1c.5.8 1 2 1 3.6 0 8.4-6.1 13.6-16.4 13.6-1.1 0-2.2-.1-3.1-.2-1 .4-1.4 1.2-1.4 1.9 0 1.5 1.1 2 5.4 2h5.2c8.2 0 13 3.7 13 11.3.1 8.3-8 15.6-21.2 15.6m5-17.9h-6c-.5 0-1.1 0-1.5-.1-1.7 1.1-2.5 2.8-2.5 4.4 0 2.9 2.4 4.7 6.7 4.7 5.4 0 8.2-2.3 8.2-5.2 0-2-1.4-3.8-4.9-3.8m-3.6-31.7c-3.7 0-6 2.3-6 5.5 0 3.4 2.1 5.6 6.2 5.6 3.5 0 5.9-2.1 5.9-5.5-.1-3.4-2.4-5.6-6.1-5.6m32.1 31.4c-2.7 0-5.4-.3-7.9-.6l.2-9.5c2.3.7 5.2 1.2 8 1.2 3 0 4.8-1.2 4.8-3 0-5.6-14-2.6-14-15.2 0-6.9 5.6-12.7 16.8-12.7 2.1 0 4.5.3 6.7.6l-.2 9.1c-2-.6-4.4-.9-6.7-.9-3 0-4.4 1.1-4.4 2.9 0 4.7 14.2 3.3 14.2 15.2 0 7.9-6.8 12.9-17.5 12.9' fill='%23d50911' clip-path='url(%23SVGID_2_)'/%3E%3Cpath class='st0' d='M36.4,55.8l-3.2-9.6H15.4l-3.1,9.6H0.4L17.8,4.1h13.5l18.1,51.6h-13V55.8z M26.6,26.5c-1-2.9-1.8-5.5-2.4-8.6 H24c-0.5,2.8-1.4,6-2.4,9.2l-3.4,9.7h11.9C30.1,36.8,26.6,26.5,26.6,26.5z M86.7,55.8l-3.2-9.6H65.7l-3.1,9.6H50.7L68.1,4.1h13.5 l18.1,51.6h-13V55.8z M76.9,26.5c-1-2.9-1.8-5.5-2.4-8.6h-0.2c-0.5,2.8-1.4,6-2.4,9.2l-3.4,9.7h11.9L76.9,26.5z M120.8,14.3v41.5 h-11.9V14.3H96.5V4.1h36.7v10.2L120.8,14.3z M0,79c0,0,0.7,17.7,17.9,25.9c47.7,22.7,169.1,8.1,218-25.8C228.6,84.2,120.4,121.8,0,79'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 992px) {
  .header__logo {
    height: 92px;
    max-width: 160px;
  }
}
.header__nav-link {
  color: #000;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  margin: 0 1rem 0 0;
  font-weight: 100;
  letter-spacing: 0.04rem;
}

.header__nav-link--icon {
  position: relative;
  min-width: 4rem;
  display: inline-block;
  font-weight: 100;
  /* height: 65px;
  line-height: 60px; */
  font-size: 1.7em;
  width: 100%;
  text-align: center;
  color: #000;
  background-repeat: no-repeat;
}
.header__nav-link--icon:after {
  width: 24px;
  height: 24px;
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-12px);
  background-repeat: no-repeat;
}

.header__nav-link--icon--phone:after, .header__nav-link--icon--agentphone:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85.5 85.7'%3E%3Cpath d='M80.6 58.1l-16.1-8.3c-3.5-1.8-7.9-.9-10.4 2.3l-4.3 5.5c-4.2-2.4-8-5.1-12.2-9.4-4.4-4.4-7-8.1-9.5-12.5l5.5-4.3c3.1-2.5 4.1-6.8 2.3-10.4L27.6 5c-1.1-2.1-3-3.6-5.3-4.2s-4.7-.2-6.7 1.1L5.4 8.7C2.1 10.9.3 14.6.5 18.6c.3 4.2.7 7.4 1.3 9.7 3.1 12 10.5 24.3 20.9 34.7s22.7 17.8 34.7 20.9c2.3.6 5.6 1 9.7 1.3h.7c3.7 0 7.2-1.9 9.2-5l6.7-10.3c1.3-2 1.6-4.4 1-6.6-.6-2.2-2-4.1-4.1-5.2zm-1.9 8.6L72 77c-1 1.5-2.7 2.4-4.5 2.3-3.7-.2-6.7-.6-8.6-1.1C48 75.4 36.6 68.5 27 58.8c-9.7-9.7-16.5-21-19.4-31.9-.5-1.9-.9-4.9-1.1-8.6-.1-1.8.7-3.5 2.2-4.5L18.9 7c.5-.3.9-.4 1.3-.4.2 0 .4 0 .6.1.4.1 1.1.4 1.5 1.2l8.3 16c.5 1 .2 2.2-.6 2.9l-9.5 7.4 1.2 2.2c3.1 5.8 6.1 10.5 11.8 16.1C39 58 43.8 61.1 49.4 64.1l2.2 1.2 7.5-9.6c.7-.9 1.9-1.1 2.9-.6l16.1 8.3c.6.3 1 .8 1.2 1.5-.1.6-.2 1.3-.6 1.8z'/%3E%3C/svg%3E");
}

.header__nav-link--icon--search:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 85'%3E%3Cpath d='M84.1 79.8L69 64.7c13.3-15.6 12.5-38.8-2-53.3-15.3-15.2-40.2-15.2-55.5 0C4.1 18.7 0 28.6 0 39.1s4.1 20.3 11.5 27.7C25.9 81.3 49.1 82.3 64.6 69l15.1 15.1c.6.6 1.4.9 2.2.9.8 0 1.6-.3 2.2-.9 1.2-1.2 1.2-3.1 0-4.3zM62.6 62.6c-12.9 12.9-33.9 12.9-46.8 0-12.9-12.9-13-33.9-.1-46.9C21.9 9.5 30.2 6 39 6h.1c8.9 0 17.2 3.4 23.5 9.7 12.9 12.9 12.9 34 0 46.9z'/%3E%3C/svg%3E");
}

.header__nav-link--icon--menu:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85.5 85.7'%3E%3Cpath d='M2.9 14.8c0-2.7 1.8-4.5 4.4-4.5h71.1c2.2 0 4.4 1.8 4.4 4.5s-1.8 4.5-4.4 4.5H7.3c-2.7 0-4.4-1.8-4.4-4.5zm0 27.1c0-2.7 1.8-4.5 4.4-4.5h71.1c2.2 0 4.4 1.8 4.4 4.5s-1.8 4.5-4.4 4.5H7.3c-2.7 0-4.4-1.8-4.4-4.5zm0 27.2c0-2.7 1.8-4.5 4.4-4.5h71.1c2.2 0 4.4 1.8 4.4 4.5s-1.8 4.5-4.4 4.5H7.3c-2.7 0-4.4-1.8-4.4-4.5z'/%3E%3C/svg%3E");
}

.header__nav-link--icon--cross:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85.5 85.7'%3E%3Cpath d='M45.8 42.8L82.1 6.5c1-1.1 1-2.8 0-3.7-1.1-1.1-2.8-1.1-3.7 0L42.1 39.1 5.8 2.8C4.7 1.7 3 1.7 2.1 2.8c-.5.5-.8 1.2-.8 1.9s.2 1.4.7 1.9l36.2 36.2L2.1 79c-1.1 1.1-1.1 2.8 0 3.7.5.5 1.2.7 1.9.7s1.4-.2 1.9-.7L42 46.6l36.2 36.2c1.1 1 2.8 1 3.7 0 1.1-1.1 1.1-2.8 0-3.7L45.8 42.8z' fill='%23da1f26'/%3E%3C/svg%3E");
}

.login-form {
  padding: 1rem 0;
}

.login-form__label {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.login-form__input {
  width: 100%;
  padding: 15px 1rem;
  margin: 0 0 8px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  color: #b3b3b3;
}

.login-form .btn-group {
  width: 100%;
  margin-bottom: 0.4rem;
}
.login-form .btn-group .btn {
  width: 50%;
  margin: 0;
}

.footer {
  background-color: #000000;
}
.footer--simple {
  background-color: #f8f8f8;
  padding: 3rem 0;
}
.footer__top-center {
  text-align: center;
}
.footer__top-heading {
  margin-bottom: 3rem;
}
.footer__top-intro {
  margin: 0 auto 3rem;
  max-width: 650px;
}
.footer__top-buttons {
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .footer__top-buttons {
    display: flex;
  }
}
@media (max-width: 991px) {
  .footer__top > .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .footer-top__nav {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .footer-top__nav .panel {
    width: 20%;
    float: left;
    border: 0;
    background-color: #000;
  }
}
.footer-top__nav .panel:first-of-type {
  background-color: #000000;
}
@media (min-width: 992px) {
  .footer-top__nav .panel:first-of-type {
    margin-left: 0;
  }
}
.footer-top__nav .panel:last-of-type {
  background-color: #000000;
}
@media (min-width: 992px) {
  .footer-top__nav .panel:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .footer-top__nav .panel .accordion-menu__parent-link:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .footer-top__nav .panel .collapse {
    display: block;
  }
}
.footer-top__nav .panel .sub-menu__link {
  padding: 0.15rem 1.25rem;
  color: #FFF;
  font-weight: 300;
}
@media (min-width: 992px) {
  .footer-top__nav .panel .sub-menu__link {
    padding: 0.5rem 1.25rem;
  }
}
.footer-top__nav .panel .sub-menu__link:hover {
  color: #A4A4A4;
}
.footer-top__nav .panel-heading {
  background-color: #000;
  color: #FFF;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .footer-top__nav .panel-heading {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .footer-top__nav .panel-title {
    pointer-events: none;
  }
}
.footer-top__nav .panel-title .accordion-menu__parent-link, .footer-top__nav .panel-title .accordion-menu__parent-link.collapsed {
  background-color: #000;
  color: #FFF;
}
.footer-top__nav .panel-title .accordion-menu__parent-link:active, .footer-top__nav .panel-title .accordion-menu__parent-link:link, .footer-top__nav .panel-title .accordion-menu__parent-link:visited, .footer-top__nav .panel-title .accordion-menu__parent-link.collapsed:active, .footer-top__nav .panel-title .accordion-menu__parent-link.collapsed:link, .footer-top__nav .panel-title .accordion-menu__parent-link.collapsed:visited {
  background-color: #000;
  color: #FFF;
}
.footer-top__nav .panel-group {
  border-bottom: 1px solid #808080;
}
@media (min-width: 768px) {
  .footer-top__nav .panel-group {
    width: 750px;
    margin: 0 auto;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .footer-top__nav .panel-group {
    border: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer-top__nav .panel-group {
    width: 83%;
    margin: 0 auto;
  }
}
.footer-top__nav .panel-collapse, .footer-top__nav .panel-collapse.collapse.in .panel-body {
  background-color: #000000;
}
.footer-top__header {
  right: 80%;
}
@media (max-width: 1200px) {
  .footer-top__header {
    right: 77.5%;
  }
}
@media (max-width: 991px) {
  .footer-top__header {
    float: none;
    clear: both;
    right: 0;
    width: 767px;
    margin: 0 auto;
    padding: 0;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .footer-top__header {
    width: 100%;
    padding-right: 8vw;
    padding-left: 8vw;
  }
}
.footer-top__affiliates {
  display: flex;
  margin: 20px auto 0;
  float: none;
  clear: both;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
}
@media (max-width: 991px) {
  .footer-top__affiliates {
    width: 767px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .footer-top__affiliates {
    width: 100%;
    padding-right: 8vw;
    padding-left: 8vw;
    gap: 19px;
  }
}
@media (max-width: 767px) {
  .footer-top__affiliates {
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .footer-top__affiliates {
    gap: 85px;
  }
}
@media (max-width: 600px) {
  .footer-top__affiliates {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 40px;
    justify-items: center;
  }
}
.footer-top__affiliates-logo {
  width: 100px;
  display: inline-block;
  background-size: 80% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-top__affiliates-logo--long {
  width: 100px;
  background-size: 120% auto;
}
@media (max-width: 991px) {
  .footer-top__affiliates-logo {
    width: 120px;
  }
  .footer-top__affiliates-logo--long {
    width: 130px;
    background-size: 130% auto;
  }
}
@media (max-width: 767px) {
  .footer-top__affiliates-logo {
    width: 80px;
  }
  .footer-top__affiliates-logo--long {
    width: 120px;
  }
}
.footer .accordion-menu--arrow .accordion-menu__parent-link {
  /* background-color: #000;
   color: #FFF; */
}
.footer .accordion-menu--arrow .accordion-menu__parent-link:active, .footer .accordion-menu--arrow .accordion-menu__parent-link:focus, .footer .accordion-menu--arrow .accordion-menu__parent-link:visited {
  color: #FFF;
}
.footer .accordion-menu--arrow .accordion-menu__parent-link.collapsed {
  /* color: #FFF;
   background-color: #000; */
}
.footer .accordion-menu--arrow .accordion-menu__parent-link.collapsed:active, .footer .accordion-menu--arrow .accordion-menu__parent-link.collapsed:focus, .footer .accordion-menu--arrow .accordion-menu__parent-link.collapsed:visited {
  color: #FFF;
}
.footer .accordion-menu--arrow .accordion-menu__parent-link[data-toggle=collapse]:after {
  width: 27px;
  height: 13px;
  position: absolute;
  right: 15px;
  top: calc(50% - 7px);
  transform: rotateZ(180deg);
  content: " ";
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.4 25.1'%3E%3Cpath fill='%23da1f26' d='M7.2,5.1l18,18l18-18L40,2L25.2,16.8L10.4,2L7.2,5.1z'/%3E%3C/svg%3E");
}
@media (min-width: 992px) {
  .footer .accordion-menu--arrow .accordion-menu__parent-link[data-toggle=collapse]:after {
    display: none;
  }
}
.footer .accordion-menu--arrow .accordion-menu__parent-link.collapsed:after {
  transform: rotateZ(0deg);
}
@media (min-width: 992px) {
  .footer .accordion-menu--arrow .accordion-menu__parent-link.collapsed:after {
    display: none;
  }
}
.footer__bottom--center {
  text-align: center;
}

.customer-support__icon-button {
  max-width: 200px;
}

.footer-top__logo {
  width: 100%;
  height: 65px;
  max-width: 150px;
  background-image: url("https://www.aatkings.com/assets/Logo/AAT-Kings-LOGO-Reverse-1.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .footer-top__logo {
    max-width: 150px;
    height: 90px;
    margin: 0 auto;
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  .footer-top__logo {
    max-width: 150px;
    height: 136px;
    margin: 0px 26px -7px 40px;
  }
}
@media (max-width: 992px) {
  .footer-top__logo {
    margin: 20px 0px;
  }
}
@media (max-width: 468px) {
  .footer-top__logo {
    width: 100%;
    height: 65px;
    max-width: 150px;
    background-image: url(https://www.aatkings.com/assets/Logo/AAT-Kings-LOGO-Reverse-1.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    margin: 20px 4px;
  }
}

.footer-top__logo-content {
  font-size: 1.15rem;
  font-weight: 300;
  color: #FFF;
  text-align: left;
}
@media (min-width: 992px) {
  .footer-top__logo-content {
    max-width: 187px;
    margin: 0 auto;
  }
}

.footer-top__affiliates-logo--atas {
  background-image: url("https://www.aatkings.com/assets/ttc-brand-logos/ATAS-logo-rev-white.png");
}

.footer-top__affiliates-logo--ustoa {
  background-image: url("https://www.aatkings.com/assets/Logo/USATOA-Logo-Rev.png");
}

.footer-top__affiliates-logo--afta {
  background-image: url("https://www.aatkings.com/assets/ttc-brand-logos/afta-rev-logo-white.png");
}

.footer-top__affiliates-logo--ttc {
  background-image: url("https://www.aatkings.com/assets/ttc-brand-logos/TTC-family-logo-white.png");
  width: 100px;
}

.footer-top__affiliates-logo--tr {
  background-image: url("https://www.aatkings.com/assets/ttc-brand-logos/Treadright-logo-white.png");
}

.footer-top__affiliates-logo--tm {
  background-image: url("https://www.aatkings.com/assets/ttc-brand-logos/Tollman-logo-white.png");
}

.footer-top__affiliates-logo--iyd {
  background-image: url(../images/fl-international-year.gif);
}

.footer-top__affiliates-logo--nztec {
  background-image: url("https://www.aatkings.com/assets/ttc-brand-logos/qualmark-logo-white.png");
}

.footer-top__affiliates-logo--cato {
  background-image: url(../images/CATO-Accredited-White.png);
}

.footer-top__affiliates-link {
  -moz-transition: opacity 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: opacity 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: opacity 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 500ms cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
  height: 27vw;
  max-height: 200px;
  display: block;
  background-size: 80% auto;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}
@media (max-width: 767px) {
  .footer-top__affiliates-link {
    max-height: 100px;
  }
}
.footer-top__affiliates-link:hover {
  opacity: 1;
}

@media (min-width: 992px) {
  .footer-bottom > .container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.footer-bottom .footer__bottom--noBorder {
  border-top: 0;
}

.footer-bottom__social-title {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 992px) {
  .footer-bottom__social-title {
    position: absolute;
    top: 50%;
    left: -4rem;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .footer-bottom__social-title {
    left: 2rem;
  }
}
.footer-bottom__social-icons {
  position: relative;
}

/* @media (max-width: 991px) {
  .footer-bottom__social-icons {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
     padding-bottom: 1.5rem;
     width: 100%;
   }
 }
*/
@media (min-width: 992px) {
  .footer-bottom__social-icons .social-icons {
    max-width: 265px;
    float: right;
  }
}
.footer-bottom__copyright {
  width: 100%;
  height: 105px;
  display: block;
  position: relative;
}

@media (min-width: 992px) {
  .footer-bottom__copyright {
    width: auto;
    height: auto;
    display: inline-block;
    padding-top: 1rem;
  }
}
.footer-bottom__copyright-text {
  width: 90%;
  bottom: 15px;
  left: 5%;
  position: absolute;
  text-align: center;
  color: #cccccc;
  font-size: 1rem;
  font-weight: 300;
}

@media (min-width: 992px) {
  .footer-bottom__copyright-text {
    position: relative;
    width: auto;
    bottom: auto;
    left: auto;
    text-align: left;
    display: inline-block;
    margin-left: 20px;
  }
}
.footer-bottom__copyright-links {
  width: 90%;
  margin: 25px auto 0;
  text-align: center;
  font-size: 1.2rem;
  color: #cccccc;
}

@media (min-width: 992px) {
  .footer-bottom__copyright-links {
    width: auto;
    margin: 0;
    text-align: left;
    display: inline-block;
  }
}
@media (max-width: 1199px) {
  .footer-bottom__copyright-link {
    display: inline-block;
    padding: 0 0.5rem;
  }
}
.footer-bottom__copyright-link:active, .footer-bottom__copyright-link:link, .footer-bottom__copyright-link:visited {
  color: #b3b3b3;
}

.featured-tour {
  margin: 5rem auto 3.125rem;
  border-bottom: 1px solid #e6e6e6;
  max-width: 1170px;
}

.featured-tour__nav {
  display: none;
}

@media (min-width: 768px) {
  .featured-tour__nav {
    display: block;
  }
}
@media (min-width: 768px) {
  .featured-tour__nav-heading {
    margin: 0 0 10px;
    padding: 0 40px 0 0;
    font-size: 1.75rem;
    font-weight: 500;
  }
}
.featured-tour__nav-heading-sub {
  color: gray;
  margin: 0;
  font-size: 1.25rem;
}

.featured-tour__head {
  padding: 0.625rem 0;
  font-size: 2.8125rem;
  position: relative;
  z-index: 20;
}

@media (min-width: 768px) {
  .featured-tour__head {
    padding: 4.375rem 0;
    font-size: 3.75rem;
  }
}
.featured-tour__p {
  color: #666666;
}

@media (min-width: 768px) {
  .featured-tour__p {
    font-size: 1.2rem;
  }
}
.featured-tour__title-yellow {
  color: #DF8F1A;
}

.featured-tour__title-brown {
  color: #87523D;
}

.featured-tour__title-blue {
  color: #165D9D;
}

.featured-tour__link {
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  height: 52px;
  color: #DA1F26;
  line-height: 1;
  text-align: center;
  font-weight: 400;
  margin: 5px;
  position: relative;
  background-color: #FFF;
  background-position: center center;
  background-size: 100% auto;
  overflow: hidden;
  width: calc(50% - 10px);
}
.featured-tour__link:active, .featured-tour__link:visited {
  color: #DA1F26;
}

@media (min-width: 768px) {
  .featured-tour__link {
    width: calc(25% - 10px);
    height: 85px;
  }
}
.featured-tour__link-text {
  width: 100%;
  position: absolute;
  z-index: 40;
  top: 50%;
  left: 50%;
  line-height: 1.2;
  transform: translateY(-50%) translateX(-50%);
  padding: 0 5px;
  font-weight: 300;
}
.featured-tour__link-text i.fa-angle-right {
  position: absolute;
  top: -45%;
  margin-left: 5%;
}

@media (min-width: 768px) {
  .featured-tour__link-text {
    font-weight: 500;
  }
}
.featured-tour__link:hover, .featured-tour__link:focus {
  color: #FFF;
  background-color: #000;
}
.featured-tour__link:hover:after, .featured-tour__link:focus:after {
  opacity: 0.8;
  width: 110%;
  height: 95px;
}
.featured-tour__link:after {
  -moz-transition: all 200ms ease-out, height 200ms ease-out;
  -o-transition: all 200ms ease-out, height 200ms ease-out;
  -webkit-transition: all 200ms ease-out, height 200ms ease-out;
  transition: all 200ms ease-out, height 200ms ease-out;
  width: calc(100% + 2px);
  height: 87px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 35;
  transform: translateX(-50%) translateY(-50%);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.featured-tour__link--gbr:after {
  background-image: url(../../src/images/mm_gbr.jpg);
}

.featured-tour__link--asa:after {
  background-image: url(../../src/images/mm_asa.jpg);
}

.featured-tour__link--mlv:after {
  background-image: url(../../src/images/mm_mlv.jpg);
}

.featured-tour__link--hbt:after {
  background-image: url(../../src/images/mm_hbt.jpg);
}

.featured-tour__link--nth:after {
  background-image: url(../../src/images/mm_nth.jpg);
}

.featured-tour__link--nsw:after {
  background-image: url(../../src/images/mm_nsw.jpg);
}

.featured-tour__link--pwa:after {
  background-image: url(../../src/images/mm_pwa.jpg);
}

.featured-tour__link--rnt:after {
  background-image: url(../../src/images/mm_rnt.jpg);
}

.featured-tour__link--nzd:after {
  background-image: url(../../src/images/mm_nzd.jpg);
}

.featured-tour__link--nzs:after {
  background-image: url(../../src/images/mm_nzs.jpg);
}

.featured-tour__link--nzn:after {
  background-image: url(../../src/images/mm_nzn.jpg);
}

.featured-tour__icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
  right: 50px;
}

.featured-tour__icon--gh {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 232.1 298.5'%3E%3Cpath d='M119.2 9.8L134.5 0l8.3 16.1 18.2-.8-.9 18.1 16.1 8.3-9.7 15.3 9.7 15.3-16.1 8.3.9 18.1-18.2-.8-8.3 16.1-15.3-9.8L104 114l-8.4-16.1-18.1.8.9-18.1-16.2-8.3L72 57l-9.8-15.3 16.2-8.3-.9-18.1 18.1.8L104 0zm1.3 209.2l11.7-7.5 6.4 12.3 13.8-.6-.7 13.8 12.3 6.3-7.4 11.7 7.4 11.7-12.3 6.3.7 13.8-13.8-.6-6.4 12.3-11.7-7.5-11.6 7.5-6.4-12.3-13.8.6.6-13.8-12.3-6.3 7.5-11.7-7.5-11.7 12.3-6.3-.6-13.8 13.8.6 6.4-12.3zM36.7 111.9l9.9-6.3 5.3 10.4 11.7-.6-.6 11.7 10.4 5.4-6.3 9.8 6.3 9.9-10.4 5.3.6 11.7-11.7-.5-5.3 10.3-9.9-6.3-9.8 6.3-5.4-10.3-11.7.5.6-11.7L0 152.2l6.3-9.9-6.3-9.8 10.4-5.4-.6-11.7 11.7.6 5.4-10.4zm161.4 2.1l9.1-5.9 5 9.6 10.8-.5-.5 10.9 9.6 4.9-5.8 9.2 5.8 9.1-9.6 5 .5 10.8-10.8-.5-5 9.6-9.1-5.8-9.1 5.8-5-9.6-10.8.5.5-10.8-9.7-5 5.9-9.1-5.9-9.2 9.7-4.9-.5-10.9 10.8.5 5-9.6z' fill='%23165d9d'/%3E%3C/svg%3E");
}

.featured-tour__icon--sb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 232.1 298.5'%3E%3Cpath d='M116.1 31.3C52.1 31.3 0 83.4 0 147.4c0 64 52.1 116.1 116.1 116.1s116.1-52.1 116.1-116.1c-.1-64-52.1-116.1-116.1-116.1zM15.7 147.4C15.7 92 60.7 47 116.1 47h.5v200.7h-.5c-55.4 0-100.4-45-100.4-100.3z' fill='%2387523d'/%3E%3C/svg%3E");
}

.featured-tour__icon--dt {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 232.1 298.5'%3E%3Cpath fill='%23df8f1a' d='M115.8 50.9l31-19.9 16.9 32.7 36.8-1.7-1.7 36.8 32.7 16.9-19.9 31.1 19.9 31-32.7 16.9 1.7 36.8-36.8-1.7-16.9 32.7-31-19.9-31.1 19.9-16.9-32.7-36.8 1.7 1.7-36.8L0 177.8l19.9-31L0 115.7l32.7-16.9L31 62l36.8 1.7L84.7 31z'/%3E%3C/svg%3E");
}

.featured-tour__icon--ij {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 232.1 298.5'%3E%3Cstyle%3E.st0%7Bfill:%23ac8b73%7D%3C/style%3E%3Cpath class='st0' d='M232.1 164s-17.8-96.9-81.8-104.1-60.5 13.4-64.9 28.5c0 0 7.1 39.1 46.2 38.2 0 0 54.3-8.9 68.5 8.9 0 .1 32 23.2 32 28.5zm-2.6 50.7s-6.2-68.5-49.8-72.9c0 0-40-12.5-94.3 11.6 0 0-36.5 8-36.5-6.2 0 0-9.8-30.2 9.8-35.6 0 0-57.8-8.9-58.7 63.1 0 0 16.4 46.6 56.9 36.5 41.9-10.5 121.9-50.7 172.6 3.5z'/%3E%3Cpath class='st0' d='M77.1 243.2s31.4-33.8 55.7-37.4c0 0-55.1 7.7-64.6 18.4-10 2.4-11.4 24.3 8.9 19z'/%3E%3C/svg%3E");
}

.featured-tour__icon--aa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 232.1 298.5'%3E%3Cpath d='M226.9 96c-6.5-10.3-17.5-17.3-21-29.8-.7-2.7-1.2-7.2-4.9-7-5.4.3-3.4 5-3.3 8.2.2 4.3-3.2 5.9-5.7 8.3-15.3 15.2-32.7 13.9-51.5 7.6-29.2-9.7-58.8-14.2-88.3-.4-6.5 1.2-11.7 9-17.7 8.3C1.1 87.3 40.1 53 46.9 48.3c21.6-8.1 43.9-8.7 66.4-5.8 15 2.1 29.4 6.8 44.1 10.9-9.2-11.3-23.1-13-34.8-18.8-28.4-12.2-56.3-13.1-83.8 2.6-6.5 1.9-11.6 6.2-16.7 10.4-29.3 24.4-29.7 45.8-.5 70.5 7.1 6 10.1 13.4 14 20.9 3.2 9.5 14.2 14.8 14 26.1-6.6 12.9-17.8 21.6-28.3 31-5 4.4-6.6 9-5 15.1 4.8 18.3 12.2 36.8-6.6 55.8 22.5-9 26.5-14.6 21.6-34-3.6-14.1.2-23.8 10.6-32.4 5.7-4.8 11.4-9.7 16.9-14.7 6.7-6.1 40.4-41.5 41.5-44.1 16.2 0 32.5-.5 48.4-3.9 7-1.5 9.5 1.3 11.1 7 2.7 9.6 6.3 19.1 1.6 29.2-1.2 2.7-2.7 6.2 1.6 7.7 5.2 1.8 3.7-4.3 6-6.2 1.3-1.1.2-4.9.1-7.5-.3-10.9-.1-21.8 5.5-31.7 8.1-5 12.1-13.5 16.6-21.2 9.6-16.2 9.4-16.6 25.5-7.2 4.7 2.7 8.6 4.8 12.6-.3 3.5-4.8.1-7.9-2.4-11.7z' fill='%23f36f21'/%3E%3C/svg%3E");
}

.featured-tour__icon--dut {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 232.1 298.5'%3E%3Cpath d='M178.3 82.7c.5 2.6-.3 5-1.3 7.3-9.2 21.1-20.9 40.6-39.3 55-9.5 7.5-20 13.1-32.4 14.1-4.7.4-8.2-1.3-10.4-5.4-2.5-4.7-2-9.7-.3-14.5.5-1.4 1.7-1.4 2.9-.6 10.3 6.4 19.5 2.7 28.3-3.1 14.2-9.4 25.6-21.6 35.4-35.4 4.6-6.5 8.7-13.4 16-17.3.4-.1.7-.1 1.1-.1z' fill='%23febf00'/%3E%3Cpath d='M5 184.8c2.2-6.2 5-11.6 8.3-16.7 21.3-33 51.9-53 89.1-63.8 2.4-.7 5-.8 7.4-.4 2.9.4 5.6 1.6 6.3 4.8.6 3.1.7 6.4-2.1 8.8-2.5 2.1-5.3 3.9-7.3 6.7-1.3 1.8-3.7 1.4-5.6.8-4.1-1.1-7.8-.2-11.6 1.2-23.5 8.6-45.8 19.1-63.7 37.1-5.7 5.8-11 12.1-16.5 18.1-1.1 1.2-1.8 2.9-4.3 3.4z' fill='%23003d8e'/%3E%3Cpath d='M182.8 99.7c-1.5-1.8-2.6-1.4-4 .2-4.2 4.8-4.9 11.7-.5 17.5 5.8 7.7 5.1 15.5 1.4 23.5-7.7 16.3-19.5 29.6-32.5 41.9-10.1 8.9-25.3 23.7-35.6 32.7.8.1 1.4.4 1.9.2 11.5-4.3 23.8-10 33.4-17.7 8.6-4.4 15.4-11.1 23.3-16.5l5.5-5.6c8.6-6.6 15.8-14.3 19.2-24.8 6.3-19.5.6-36.3-12.1-51.4z' fill='%23a1c949'/%3E%3C/svg%3E");
}

.featured-tour .tour-icon {
  top: 22px;
  right: 30px;
  width: 25px;
  height: 25px;
}

@media (min-width: 768px) {
  .featured-tour .tour-icon {
    top: 7px;
  }
}
.featured-tour__day-tour {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding-top: 1.875rem;
  flex-wrap: wrap;
}

.featured-tour__left {
  width: 100%;
  position: relative;
}
.featured-tour__left:after {
  width: 100vw;
  height: 1px;
  background-color: #e6e6e6;
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .featured-tour__left {
    width: 33.3333%;
    border-top: 0;
  }
}
@media (min-width: 768px) {
  .featured-tour__left:after {
    height: 0;
  }
}
.featured-tour__left-heading {
  font-size: 2rem;
  margin: 0;
  padding: 0.3125rem 0;
  padding-right: 50px;
  font-weight: 500;
  line-height: 2;
  position: relative;
  display: inline-block;
}

@media (min-width: 768px) {
  .featured-tour__left-heading {
    font-size: 1.75rem;
    padding-bottom: 3.125rem;
  }
}
.featured-tour__left-heading-icon {
  width: 22px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 2rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.featured-tour__left-heading-icon--dt {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 232.1 298.5'%3E%3Cpath fill='%23df8f1a' d='M115.8 50.9l31-19.9 16.9 32.7 36.8-1.7-1.7 36.8 32.7 16.9-19.9 31.1 19.9 31-32.7 16.9 1.7 36.8-36.8-1.7-16.9 32.7-31-19.9-31.1 19.9-16.9-32.7-36.8 1.7 1.7-36.8L0 177.8l19.9-31L0 115.7l32.7-16.9L31 62l36.8 1.7L84.7 31z'/%3E%3C/svg%3E");
}

.featured-tour__left-heading-icon--sb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 232.1 298.5'%3E%3Cpath d='M116.1 31.3C52.1 31.3 0 83.4 0 147.4c0 64 52.1 116.1 116.1 116.1s116.1-52.1 116.1-116.1c-.1-64-52.1-116.1-116.1-116.1zM15.7 147.4C15.7 92 60.7 47 116.1 47h.5v200.7h-.5c-55.4 0-100.4-45-100.4-100.3z' fill='%2387523d'/%3E%3C/svg%3E");
}

.featured-tour__left-heading-icon--gh {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 232.1 298.5'%3E%3Cpath d='M119.2 9.8L134.5 0l8.3 16.1 18.2-.8-.9 18.1 16.1 8.3-9.7 15.3 9.7 15.3-16.1 8.3.9 18.1-18.2-.8-8.3 16.1-15.3-9.8L104 114l-8.4-16.1-18.1.8.9-18.1-16.2-8.3L72 57l-9.8-15.3 16.2-8.3-.9-18.1 18.1.8L104 0zm1.3 209.2l11.7-7.5 6.4 12.3 13.8-.6-.7 13.8 12.3 6.3-7.4 11.7 7.4 11.7-12.3 6.3.7 13.8-13.8-.6-6.4 12.3-11.7-7.5-11.6 7.5-6.4-12.3-13.8.6.6-13.8-12.3-6.3 7.5-11.7-7.5-11.7 12.3-6.3-.6-13.8 13.8.6 6.4-12.3zM36.7 111.9l9.9-6.3 5.3 10.4 11.7-.6-.6 11.7 10.4 5.4-6.3 9.8 6.3 9.9-10.4 5.3.6 11.7-11.7-.5-5.3 10.3-9.9-6.3-9.8 6.3-5.4-10.3-11.7.5.6-11.7L0 152.2l6.3-9.9-6.3-9.8 10.4-5.4-.6-11.7 11.7.6 5.4-10.4zm161.4 2.1l9.1-5.9 5 9.6 10.8-.5-.5 10.9 9.6 4.9-5.8 9.2 5.8 9.1-9.6 5 .5 10.8-10.8-.5-5 9.6-9.1-5.8-9.1 5.8-5-9.6-10.8.5.5-10.8-9.7-5 5.9-9.1-5.9-9.2 9.7-4.9-.5-10.9 10.8.5 5-9.6z' fill='%23165d9d'/%3E%3C/svg%3E");
}

.featured-tour__right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 1rem -5px 0;
  padding-bottom: 2rem;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .featured-tour__right {
    width: 66.6666%;
    margin-top: 0.5rem;
  }
}
.featured-tour__tour-info .nav-tabs {
  border-top: 1px solid #e6e6e6;
}
.featured-tour__tour-info .nav-tabs li {
  float: none;
  display: inline-block;
}
.featured-tour__tour-info .nav-tabs li.active:first-child {
  border-bottom: 2px solid #DF8F1A;
}
.featured-tour__tour-info .nav-tabs li.active:nth-of-type(2) {
  border-bottom: 2px solid #87523D;
}
.featured-tour__tour-info .nav-tabs li.active:nth-of-type(3) {
  border-bottom: 2px solid #165D9D;
}
.featured-tour__tour-info .nav-tabs li.active a {
  border-color: transparent;
}
.featured-tour__tour-info .nav-tabs li:hover a {
  background-color: #FFF;
  border-color: transparent;
}

.traveler-stories {
  margin-top: 3rem;
}

@media (min-width: 480px) {
  .traveler-stories {
    margin-top: 2.375rem;
  }
}
.traveler-stories__title {
  font-weight: 300;
  font-size: 3.625rem;
  text-align: center;
}

.traveler-stories__overlay-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.traveler-stories__overlay-img:before {
  width: 480px;
  height: 593px;
  background-image: url(../../src/images/hp_ts_xs.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}

@media (min-width: 480px) {
  .traveler-stories__overlay-img:before {
    width: 768px;
    height: 593px;
    background-image: url(../../src/images/hp_ts_md.jpg);
    top: -50px;
  }
}
@media (min-width: 768px) {
  .traveler-stories__overlay-img:before {
    width: 992px;
    height: 691px;
    background-image: url(../../src/images/hp_ts_lg.jpg);
  }
}
@media (min-width: 992px) {
  .traveler-stories__overlay-img:before {
    width: 100vw;
    height: 670px;
    min-width: 1920px;
    background-image: url(../../src/images/hp_ts_xlg.jpg);
  }
}
.traveler-stories__text {
  color: #FFF;
  padding: 6.25rem 0;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .traveler-stories__text {
    padding: 15rem 0;
  }
}
@media (min-width: 480px) {
  .traveler-stories__text {
    max-width: 480px;
  }
}
.traveler-stories__p {
  padding: 3.125rem 0;
  font-size: 1.75rem;
  font-weight: 300;
}

@media (min-width: 480px) {
  .traveler-stories__p {
    font-size: 1.625rem;
    padding: 3.75rem 0;
  }
}
.traveler-stories__btn {
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #FFF;
  padding: 0.9375rem 1.875rem;
  color: #FFF !important;
}
.traveler-stories__btn i {
  font-size: 1.875rem;
  padding: 0 0.9375rem;
}

@media (min-width: 768px) {
  #dayTour, #shortBreak, #guidedHoliday {
    height: auto;
  }
}
@media (max-width: 767px) {
  #dayTour, #shortBreak, #guidedHoliday {
    -moz-transition: height 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: height 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: height 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: height 500ms cubic-bezier(0.86, 0, 0.07, 1);
    position: relative;
    width: 100%;
    height: 5rem;
    overflow: hidden;
    /*display: block;*/
  }
  #dayTour .featured-tour__day-tour, #shortBreak .featured-tour__day-tour, #guidedHoliday .featured-tour__day-tour {
    position: absolute;
    padding-top: 0;
  }
}
/* Bootstrap override */
.carousel-caption {
  text-shadow: none;
}

/* Header temp fixes */
.header__mid {
  z-index: 101;
}

.header-trade-link {
  margin: 0 1rem;
}

.select2-container--default {
  display: none !important;
}

/* mapbox styling for tour pages */
#TourPage .mapboxgl-ctrl-attrib.mapboxgl-compact {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 2px 2px;
}
#TourPage .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
  width: 20px;
  height: 20px;
}
#TourPage .mapboxgl-ctrl-icon.mapboxgl-ctrl-compass {
  display: none;
}
#TourPage .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
  margin: 0 0 7px 7px;
}
#TourPage a.mapboxgl-ctrl-logo {
  width: 75px;
  height: 15px;
  pointer-events: none;
}
#TourPage .marker {
  display: block;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
}
#TourPage .highlights__wrap {
  padding-bottom: 100%;
}
@media (min-width: 568px) and (max-width: 767px) {
  #TourPage .highlights__wrap {
    padding-bottom: 300px;
  }
}
#TourPage .highlights__wrap i {
  position: absolute;
  top: 3%;
  right: 3%;
  pointer-events: none;
}
#TourPage .highlights__wrap div[id^=mapbox-small], #TourPage .highlights__wrap div[id^=mapbox-enlarge] {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 92%;
  height: 92%;
}
#TourPage .highlights__wrap div[id^=mapbox-enlarge] {
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
}
#TourPage .remove-padding-btm {
  padding-bottom: 0;
}
#TourPage .modal-content {
  overflow: hidden;
}
#TourPage .modal-body {
  margin: 0;
  padding: 0;
  height: 80vh;
  overflow: hidden;
}
#TourPage .modal-backdrop {
  width: 100%;
}
@media (min-width: 1100px) {
  #TourPage .modal-lg {
    width: 90%;
    max-width: 1400px;
  }
}
#TourPage .sidebar {
  width: 33.3333%;
  float: left;
  overflow-y: scroll;
}
#TourPage .sidebar .heading, #TourPage .sidebar .listings, #TourPage .sidebar .importantnote {
  padding: 5px 15px;
}
#TourPage .sidebar .importantnote {
  margin-top: 20px;
  font-size: 12px;
}
#TourPage div[id^=mapbox-large] {
  border-left: 1px solid #fff;
  position: absolute;
  left: 33.3333%;
  width: 66.7%;
  height: 80vh;
  top: 0;
}
@media (max-width: 991px) {
  #TourPage .modal-body {
    height: 90vh;
  }
  #TourPage .modal-header {
    padding: 10px;
  }
  #TourPage .sidebar {
    float: none;
    width: 100%;
    height: 30vh;
    overflow: scroll;
  }
  #TourPage .sidebar .heading {
    display: none;
  }
  #TourPage .highlights__wrap div[id^=mapbox-small], #TourPage .highlights__wrap div[id^=mapbox-enlarge] {
    width: 100%;
    height: 100%;
  }
  #TourPage div[id^=mapbox-large] {
    border-left: 0;
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    height: 60vh;
  }
  #TourPage div[id^=mapbox-large] .mapboxgl-ctrl-bottom-left, #TourPage div[id^=mapbox-large] .mapboxgl-ctrl-bottom-right {
    bottom: 34%;
  }
}
#TourPage .pad2 {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#TourPage .activelist a {
  color: #DA1F26;
}
#TourPage .mapboxgl-popup {
  max-width: 250px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#TourPage .mapboxgl-popup-anchor-top, #TourPage .mapboxgl-popup-anchor-top-right, #TourPage .mapboxgl-popup-anchor-bottom-right {
  top: 10px;
}
#TourPage .mapboxgl-popup-anchor-bottom, #TourPage .mapboxgl-popup-anchor-bottom-right, #TourPage .mapboxgl-popup-anchor-bottom-left {
  top: -10px;
}
#TourPage .mapboxgl-popup-anchor-right {
  left: -10px;
}
#TourPage .mapboxgl-popup-anchor-left {
  left: 10px;
}
#TourPage .mapboxgl-popup img {
  width: 100%;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#TourPage .mapboxgl-popup h6 {
  margin-top: 0;
  margin-right: 15px;
}
#TourPage .mapboxgl-popup p {
  margin-top: 5px;
  margin-bottom: 0;
}
#TourPage .mapboxgl-popup .mapboxgl-popup-close-button {
  font-size: 16px;
  line-height: 16px;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: #DA1F26;
  color: #ffffff;
  border-radius: 50%;
  border: 3px solid #ffffff;
}
#TourPage .legend {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding: 8px;
  position: absolute;
  left: 10px;
  bottom: 30px;
  z-index: 1;
}
#TourPage .legend p {
  margin-bottom: 5px;
  display: block;
  position: relative;
}
#TourPage .legend p span {
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
}
#TourPage .legend p span#startcity {
  background-color: #8ebc72;
}
#TourPage .legend p span#overnightcity {
  background-color: #1d1d1b;
}
#TourPage .legend p span#endcity {
  background-color: #245793;
}
#TourPage .legend p span#sightseespot {
  background-color: #c12b22;
  margin: 0 7px 0 2px;
  width: 0.8em;
  height: 0.8em;
}
@media (max-width: 991px) {
  #TourPage .legend {
    left: 0;
    bottom: auto;
    top: 0;
    width: 100%;
    font-size: 10.5px;
    border-radius: 0;
    text-align: center;
  }
  #TourPage .legend p {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
  }
  #TourPage .mapboxgl-ctrl-top-right .mapboxgl-ctrl {
    margin-top: 40px;
  }
}
#TourPage .footer-top__affiliates {
  gap: 15px;
}

/* GDPR text styling for all forms */
.form .form__field, .form .form__date-picker {
  position: relative;
}
.form .gdpr-group {
  position: absolute;
  bottom: 25%;
  right: 10px;
}
.form .gdpr-group b {
  cursor: pointer;
  border: 1px solid #DA1F26;
  border-radius: 100%;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  text-align: center;
  color: #DA1F26;
}
.form .gdpr-group b:hover + span {
  opacity: 1;
}
.form .gdpr-group span {
  -moz-transition: width 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: width 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: width 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: width 500ms cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 0;
  width: 200px;
  padding: 0.5rem;
  background-color: #FFF;
  position: absolute;
  bottom: 150%;
  right: -10px;
  border: 1px solid #cccccc;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  z-index: 50;
  font-size: 1rem;
  pointer-events: none;
}
.form .gdpr-group span:before {
  width: 0;
  height: 0;
  display: block;
  content: " ";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #FFF;
  position: absolute;
  bottom: -8px;
  right: 10px;
}

/* datepicker style override */
.datepicker table tr * {
  border-radius: 0;
}

.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active, .datepicker table tr td span:hover, .datepicker table tr td span.focused {
  background: #fff;
  color: #DA1F26;
  background-image: none;
  border: none;
  text-shadow: none;
}

.datepicker table tr td span.month.focused.active {
  color: #000000;
}

.datepicker table tr td.day:hover {
  background: #fff;
  box-shadow: 0 -3px 0 0 #DA1F26 inset;
  border: none;
  color: #DA1F26;
  text-shadow: none;
}

.datepicker table tr td.selected, .datepicker table tr td.day.focused, .datepicker table tr td.active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.day.active:hover, .datepicker table tr td span.focused {
  background: #fff;
  box-shadow: 0 -3px 0 0 #94CC3E inset;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #000;
  font-weight: 700;
  text-shadow: none;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover, .datepicker table tr td span.disabled {
  background-color: #eee !important;
  color: #666 !important;
  cursor: default;
  box-shadow: none;
  font-weight: initial;
}

.datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today, .datepicker table tr td.today.disabled {
  background-image: none !important;
  background-color: #eee !important;
  color: #333 !important;
  box-shadow: 0 0 0 1px #333 inset;
  cursor: default;
}

.datepicker-years .datepicker-switch {
  pointer-events: none;
}

/* killing ugly blue glow */
body *, form * {
  outline: none !important;
}

/* stop body moving while mobile menu open */
body.menu-open {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* stop desktop browser width that is too small that breaks the style.. */
html {
  min-width: 320px;
}

/* stop form element force zoom-in on mobile */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
textarea,
input {
    font-size: 16px;
  }
}
/* stop button double-tap zoom-in on mobile */
a, button, canvas {
  touch-action: manipulation;
}

.card__bottom-left {
  margin-left: 3%;
}

#ApplyPromoButton {
  background-color: #DA1F26;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  padding: 8px 6px;
  margin-left: 8px;
}

.payment-button {
  float: right;
  background-color: #da1f26;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 20px;
  width: 100%;
}

.shoppingcartno {
  color: #DA1F26;
  font-size: 13px;
}

.header-notification {
  position: absolute;
  top: 136px;
  left: 0;
  display: block;
  z-index: 100;
  background-color: #DA1F26;
  color: white;
  width: 100%;
  padding: 10px 0;
}
@media (max-width: 991px) {
  .header-notification {
    top: 109px;
    font-size: 0.9em;
  }
}
.header-notification a {
  color: white;
}
.header-notification a:hover {
  color: white;
}
.header-notification .notice-close {
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
}
.header-notification .notice-close:hover {
  text-decoration: underline;
}
.header-notification .notice-close .close-all__icn {
  color: white !important;
  font-size: 1rem;
}

.header__top--logo {
  margin: 0 2.8rem 0 0;
}
.header__top--logo:after {
  position: absolute;
  right: -2.2rem;
  top: -1px;
  content: "|";
  font-size: 18px;
  font-weight: 100;
  line-height: 44px;
  color: #fff;
}
.header__top--logo:last-child {
  margin-right: 1rem;
}
.header__top--logo:last-child:after {
  display: none;
}
@media (max-width: 360px) {
  .header__top--logo {
    margin: 0 2rem 0 0;
  }
  .header__top--logo:after {
    position: absolute;
    right: -1.6rem;
  }
}
.header__top--logo .text-logo {
  display: inline-block;
  vertical-align: top;
  background-position: center;
  background-repeat: no-repeat;
}
.header__top--logo .text-logo--seit {
  width: 74px;
  height: 22px;
  margin-top: 11px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 358.097 123.152'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff%3B%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m59.843 120.436c-.235-.948-.347-1.755-.128-1.983 0 0 1.172-3.915 2.732-4.894-.312-.082-.078-2.447-.078-2.447l1.326-.489c2.107-3.588.39-12.967 5.775-18.676l.312-3.099s-9.911-8.563-11.627-12.152c-6.399 8.889-4.76 15.74-6.945 19.736l-2.341.408-1.249 15.251.39 1.468s1.483.979 1.639 2.773c.781 1.558 3.814 1.37 5.181 3.591.483 1.013.666 2.027.413 2.906 2.082.213 4.195.323 6.333.323.079 0 .157-.006.236-.006-.812-.212-1.346-.499-1.346-.499l-.623-2.211Z'/%3E%3Cpath class='cls-1' d='m41.151 116.169c.263-1.051.728-2.434 1.475-3.262 1.093-4.649-2.107-10.765-.858-16.066 0 0-.702-7.829 3.121-12.315.312-1.55.156-14.517.156-15.822l-1.561-1.142s.39-9.216.156-11.091l-5.15-3.262c-1.171 1.223-3.356 2.61-3.356 2.61l-1.56-.734s2.965-2.12 3.277-3.507c0 0-1.249-2.773-.546-3.915l-4.838-2.773s-1.639-2.936-.624-4.567c1.014-1.631 5.228-7.177 5.228-7.177l.156-2.202.781-.652c.234-3.915 1.794-6.198 3.199-7.014 0 0 3.434-.571 5.072.163l1.716-1.468 4.916.245 1.092.652 1.483-.897v-1.386c-.546-.163-1.795-.897-1.951-2.039-7.023-.489-11.705-7.422.312-9.379l1.092-4.078c.027-.138.068-.256.106-.376.309-1.748 11.166-2.576 12.162-.667-.02 0-.039-.003-.058-.004.048.048.09.097.119.149l.859 6.687c13.344-.652 1.951 4.975-1.249 5.872-.312.897-.234 3.262-1.249 4.241l-.234 1.957s2.497-.245 3.511.897c1.015 1.142 3.356 4.078 3.356 4.078l3.824.489s1.248-1.876 2.809.245l16.309-6.769 2.029-4.567c.624.163.936 1.142.39 2.284l3.764-2.337 2.601-1.263C92.054 6.062 77.523 0 61.576 0 27.569 0 0 27.569 0 61.576c0 26.701 16.999 49.426 40.762 57.961-.021-1.723.388-3.368.388-3.368Z'/%3E%3Cpath class='cls-1' d='m123.152 61.576c0-17.768-7.535-33.768-19.573-45.007-.122.371-.472.83-1.327 1.288l.351 3.156s-.232 2.334-2.455 3.086c-.637.216-1.13.365-1.522.472-.627.454-1.963 1.273-3.326 1.154l-15.529 9.623c-.624 2.12-1.95 3.996-3.043 3.833 0 0-6.009-.489-7.96-2.284 0 0 .312 6.769-.078 8.808.78 1.468.468 7.666-1.405 9.542l3.355 9.216-1.093 2.12c3.044 4.241 9.365 15.822 10.847 20.226 0 0 .858 4.975.546 6.198l-3.59.245-7.96 17.29.312 2.283s2.575.571 2.653 2.365c.183 1.275 3.364 2.007 4.932 3.667l.236 2.197c26.273-7.028 45.626-30.988 45.626-59.478Z'/%3E%3Cpath class='cls-1' d='m188.12 51.233c0-4.827-.489-8.235-1.468-10.226-.978-1.989-2.414-2.984-4.306-2.984-.523 0-1.061.066-1.614.196-.555.131-1.094.408-1.615.831-.523.425-.946 1.077-1.272 1.957-.327.881-.489 2.072-.489 3.572 0 1.956.472 3.947 1.419 5.969.944 2.023 2.135 4.095 3.571 6.214 1.434 2.121 2.967 4.307 4.6 6.557 1.629 2.251 3.163 4.568 4.6 6.948 1.434 2.382 2.625 4.845 3.571 7.389.945 2.544 1.419 5.186 1.419 7.926s-.392 5.106-1.174 7.095c-.783 1.991-1.811 3.621-3.083 4.893s-2.739 2.202-4.404 2.789c-1.663.587-3.409.88-5.235.88-2.023 0-3.882-.342-5.579-1.027-1.697-.685-3.18-1.825-4.453-3.425-1.272-1.597-2.267-3.719-2.984-6.361-.719-2.641-1.076-5.92-1.076-9.834h8.024c0 2.74.162 4.976.489 6.703.326 1.73.766 3.116 1.321 4.16.554 1.044 1.206 1.761 1.957 2.152.749.392 1.549.588 2.397.588.652 0 1.337-.098 2.055-.294.717-.196 1.37-.587 1.957-1.174s1.076-1.402 1.468-2.446c.391-1.043.587-2.381.587-4.013 0-2.153-.474-4.338-1.419-6.557-.946-2.216-2.153-4.453-3.621-6.703-1.468-2.251-3.033-4.534-4.698-6.85-1.663-2.315-3.229-4.649-4.697-6.997-1.468-2.349-2.676-4.747-3.621-7.193-.946-2.446-1.419-4.942-1.419-7.486 0-2.87.456-5.202 1.37-6.997.913-1.794 2.038-3.18 3.376-4.16 1.336-.978 2.755-1.646 4.257-2.006 1.5-.357 2.838-.538 4.013-.538 1.566 0 3.163.262 4.795.783 1.63.523 3.083 1.517 4.356 2.984 1.272 1.468 2.314 3.54 3.131 6.215.815 2.675 1.223 6.165 1.223 10.47h-7.731Z'/%3E%3Cpath class='cls-1' d='m230.59 31.76h22.802v7.241h-14.875v23.584h13.407v7.242h-13.407v23.192h14.875v7.242h-22.802V31.76Z'/%3E%3Cpath class='cls-1' d='m289.01 31.76h7.927v68.501h-7.927V31.76Z'/%3E%3Cpath class='cls-1' d='m358.097 31.76v7.241h-12.233v61.26h-7.927v-61.26h-12.232v-7.241h32.391Z'/%3E%3Crect class='cls-1' x='144.123' y='14.168' width='.965' height='98.085'/%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .header__top--logo .text-logo--seit {
    width: 46px;
    height: 40px;
    margin-top: 3px;
  }
}
.header__top--logo .text-logo--dut {
  width: 142px;
  height: 13px;
  margin-top: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 449.86 40.6'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2,.cls-3%7Bfill:%23fff;%7D.cls-2%7Bfill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M230.45,15.72c-6,0-7,5.2-7,10.63s1,10.63,7,10.63,7-5.2,7-10.63S236.5,15.72,230.45,15.72Z'/%3E%3Cpath class='cls-1' d='M352.51,15.72a7,7,0,0,0-5,2c-2,2-2.26,5.48-2.26,8.59s.23,6.56,2.26,8.6a7,7,0,0,0,5,2,7.13,7.13,0,0,0,5.09-2c2-2,2.2-5.49,2.2-8.6s-.17-6.56-2.2-8.59A7.14,7.14,0,0,0,352.51,15.72Z'/%3E%3Cpath class='cls-1' d='M262.33,15.55a6.93,6.93,0,0,0-6.51,4.19,11.64,11.64,0,0,0-.84,4.63h14.7a11.63,11.63,0,0,0-.85-4.63A6.91,6.91,0,0,0,262.33,15.55Z'/%3E%3Cpath class='cls-1' d='M11.08,15.72c-6,0-7,5.2-7,10.63S5,37,11.08,37s7-5.2,7-10.63S17.14,15.72,11.08,15.72Z'/%3E%3Cpath class='cls-1' d='M42.29,15.72a7,7,0,0,0-5,2c-2,2-2.27,5.48-2.27,8.59s.23,6.56,2.27,8.6a7,7,0,0,0,5,2,7.13,7.13,0,0,0,5.09-2c2-2,2.2-5.49,2.2-8.6s-.17-6.56-2.2-8.59A7.14,7.14,0,0,0,42.29,15.72Z'/%3E%3Cpath class='cls-2' d='M18,15.66c-2.26-2.88-4.81-3.56-7.86-3.56a9.7,9.7,0,0,0-6.79,2.43C.57,17.36,0,22,0,26.35s.57,9,3.39,11.82a9.7,9.7,0,0,0,6.79,2.43,9,9,0,0,0,7.92-3.67v3.33h4V0H18ZM11.08,37c-6,0-7-5.2-7-10.63s1-10.63,7-10.63,7,5.2,7,10.63S17.14,37,11.08,37Z'/%3E%3Cpath class='cls-2' d='M42.29,12.1a11,11,0,0,0-8,3.17c-2.82,2.88-3.39,6.78-3.39,11.08s.57,8.2,3.39,11.09a11,11,0,0,0,8,3.16,10.94,10.94,0,0,0,8-3.16c2.83-2.89,3.4-6.79,3.4-11.09s-.57-8.2-3.4-11.08A10.94,10.94,0,0,0,42.29,12.1ZM47.38,35a7.13,7.13,0,0,1-5.09,2,7,7,0,0,1-5-2c-2-2-2.27-5.49-2.27-8.6s.23-6.56,2.27-8.59a7,7,0,0,1,5-2,7.14,7.14,0,0,1,5.09,2c2,2,2.2,5.48,2.2,8.59S49.41,32.91,47.38,35Z'/%3E%3Cpolygon class='cls-3' points='88.56 34.78 81.21 12.44 77.7 12.44 70.41 34.78 64.02 12.44 59.61 12.44 68.43 40.26 72.22 40.26 79.46 18.66 86.75 40.26 90.54 40.26 99.31 12.44 94.89 12.44 88.56 34.78'/%3E%3Cpath class='cls-3' d='M118.82,12.1a10,10,0,0,0-7.8,3.39V12.44H107V40.26H111V23.13c0-4.86,2.72-7.41,6.9-7.41s6.84,2.49,6.84,7.41V40.26h4.07V22.45A10.3,10.3,0,0,0,126,14.7,9.79,9.79,0,0,0,118.82,12.1Z'/%3E%3Cpath class='cls-3' d='M173.37,29.58c0,4.86-2.78,7.4-7,7.4s-6.79-2.48-6.79-7.4V12.44h-4.07V30.2c0,3.22.85,5.88,2.83,7.8a9.87,9.87,0,0,0,7.18,2.6,10.17,10.17,0,0,0,7.86-3.45v3.11h4V12.44h-4.07Z'/%3E%3Cpath class='cls-3' d='M200.21,12.1a10,10,0,0,0-7.81,3.39V12.44h-4.07V40.26h4.07V23.13c0-4.86,2.72-7.41,6.9-7.41s6.85,2.49,6.85,7.41V40.26h4.07V22.45a10.3,10.3,0,0,0-2.89-7.75A9.76,9.76,0,0,0,200.21,12.1Z'/%3E%3Cpath class='cls-2' d='M237.4,15.66c-2.26-2.88-4.8-3.56-7.86-3.56a9.69,9.69,0,0,0-6.78,2.43c-2.82,2.83-3.39,7.47-3.39,11.82s.57,9,3.39,11.82a9.69,9.69,0,0,0,6.78,2.43c3.06,0,5.66-.73,7.92-3.67v3.33h4V0H237.4Zm-7,21.32c-6,0-7-5.2-7-10.63s1-10.63,7-10.63,7,5.2,7,10.63S236.5,37,230.45,37Z'/%3E%3Cpath class='cls-2' d='M262.33,12.1c-7.07,0-11.42,5.26-11.42,14.25,0,9.84,4.8,14.25,12.15,14.25a12.74,12.74,0,0,0,10.18-4.3l-2.77-2.43A9.11,9.11,0,0,1,263.18,37c-5.32,0-8.2-3.51-8.2-9.61h18.77V25.56C273.75,17.3,269.51,12.1,262.33,12.1ZM255,24.37a11.64,11.64,0,0,1,.84-4.63,7.14,7.14,0,0,1,13,0,11.63,11.63,0,0,1,.85,4.63Z'/%3E%3Cpath class='cls-3' d='M287.78,15.83V12.44H283.7V40.26h4.08V23.19c0-4.25,2.6-7.47,6.67-7.47a5.82,5.82,0,0,1,4.81,2l3-3.06a8.56,8.56,0,0,0-6.67-2.6A9.36,9.36,0,0,0,287.78,15.83Z'/%3E%3Cpath class='cls-3' d='M327.19,3.9h-4.08v8.71h-3.5v3.11h3.5V32.8c0,4.13,2.38,7.46,7.13,7.46h2.88v-3.5H331c-2.6,0-3.78-1.53-3.78-4.07v-17h5.93V12.61h-5.93Z'/%3E%3Cpath class='cls-2' d='M352.51,12.1a11,11,0,0,0-8,3.17c-2.82,2.88-3.39,6.78-3.39,11.08s.57,8.2,3.39,11.09a11.64,11.64,0,0,0,16,0c2.83-2.89,3.39-6.79,3.39-11.09s-.56-8.2-3.39-11.08A10.94,10.94,0,0,0,352.51,12.1ZM357.6,35a7.13,7.13,0,0,1-5.09,2,7,7,0,0,1-5-2c-2-2-2.26-5.49-2.26-8.6s.23-6.56,2.26-8.59a7,7,0,0,1,5-2,7.14,7.14,0,0,1,5.09,2c2,2,2.2,5.48,2.2,8.59S359.63,32.91,357.6,35Z'/%3E%3Cpath class='cls-3' d='M390.63,29.58c0,4.86-2.77,7.4-6.95,7.4s-6.79-2.48-6.79-7.4V12.44h-4.07V30.2c0,3.22.85,5.88,2.83,7.8a9.85,9.85,0,0,0,7.18,2.6,10.17,10.17,0,0,0,7.86-3.45v3.11h4V12.44h-4.07Z'/%3E%3Cpath class='cls-3' d='M409.5,15.83V12.44h-4.07V40.26h4.07V23.19c0-4.25,2.6-7.47,6.68-7.47a5.8,5.8,0,0,1,4.8,2l3-3.06a8.57,8.57,0,0,0-6.67-2.6A9.37,9.37,0,0,0,409.5,15.83Z'/%3E%3Cpath class='cls-3' d='M441.67,24.6l-4.47-.4c-3.51-.28-4.87-1.69-4.87-4.07,0-2.83,2.15-4.58,6.22-4.58A11.85,11.85,0,0,1,446,17.76l2.66-2.66c-2.49-2-6.05-3-10-3-5.94,0-10.23,3.06-10.23,8.14,0,4.59,2.88,7,8.31,7.47l4.58.4c3.22.28,4.64,1.63,4.64,4.07,0,3.28-2.83,4.92-7.41,4.92-3.45,0-6.45-.91-8.65-3.23l-2.72,2.72c3.05,2.94,6.73,4,11.42,4,6.73,0,11.31-3.11,11.31-8.48C449.86,26.92,446.53,25.05,441.67,24.6Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .header__top--logo .text-logo--dut {
    width: 100px;
    height: 9px;
    margin-top: 18px;
  }
}
.header__top--logo .text-logo--ij {
  width: 144px;
  height: 16px;
  margin-top: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 465.39 52.57'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M14.06,4.26C10.31,4.42,9.59,5,9.59,9V36.36c0,4,.72,4.58,4.47,4.74v1.11c-1.7-.11-4.47-.17-7-.17-2.86,0-5.53.06-7.06.17V41.1c3.74-.16,4.47-.73,4.47-4.74V9c0-4-.73-4.58-4.47-4.74V3.15c1.53.11,4.2.16,7.06.16,2.53,0,5.3-.05,7-.16Z'/%3E%3Cpath class='cls-1' d='M42.37,15.11c1.37,1.51,1.91,3.47,1.91,7.24V37.09c0,3.07,1.16,4,4.2,4v1.16c-1.26-.06-4.2-.22-6.63-.22s-5,.16-6.16.22V41.05c2.64,0,3.63-.89,3.63-4v-16c0-3.42-.48-6.35-4.47-6.35-4.63,0-7.73,4.41-7.73,10V37.09c0,3.07,1,4,3.67,4v1.16C29.63,42.15,27,42,24.59,42s-5.36.16-6.62.22V41.05c3,0,4.2-.89,4.2-4V19.82c0-3.31-1-4.87-4.2-4.87V13.79c1.15.11,2.31.16,3.42.16a18.35,18.35,0,0,0,5.73-.75v6.49c1.94-5,5.63-6.65,9.4-6.65,2.8,0,4.58.75,5.85,2.07'/%3E%3Cpath class='cls-1' d='M66.75,15.06a1.73,1.73,0,0,0,1,.45c.64,0,1-.78,1.24-2.42h1.26c-.16,2-.21,4.63-.21,9.37H68.74c-.67-4.09-2.53-8.37-7.51-8.37-2.59,0-4.53,1.48-4.53,4.22,0,3.32,3.31,4.85,7.08,7.3,4.18,2.7,7.55,5.12,7.55,9.65,0,5.06-4.42,7.73-9.43,7.73a11.39,11.39,0,0,1-4.36-.79,11.16,11.16,0,0,1-2.27-1.48.71.71,0,0,0-.51-.21c-.48,0-.92.7-1.13,2.07H52.37c.16-2.37.21-5.44.21-11h1.26c.73,6.17,2.16,10.31,7.68,10.31,2.21,0,4.9-1.32,4.9-5.25,0-3.2-2.64-5-6.25-7.22-4-2.53-7.59-4.68-7.59-9.26,0-4.91,3.8-7.11,8.16-7.11a9.68,9.68,0,0,1,6,2'/%3E%3Cpath class='cls-1' d='M98,27.47c0-8.75-2.21-12.79-6.41-12.79-3.2,0-6.14,2.32-7.33,7V38.16a6.22,6.22,0,0,0,5.85,3.56c6.11,0,7.89-6.41,7.89-14.25m5.36-.75c0,8-3.66,16.27-12.63,16.27a7.91,7.91,0,0,1-6.47-3v7c0,3.16,2,4,5.31,4V52.2c-1.62-.05-4.74-.24-8-.24-2.31,0-4.79.19-6,.24V51c2.64,0,3.64-.78,3.64-3.42V19.82c0-3.31-1-4.87-4.2-4.87V13.79c1.16.11,2.31.16,3.42.16a18.35,18.35,0,0,0,5.73-.75V19a9.41,9.41,0,0,1,8.84-6c5.79,0,10.26,4.79,10.26,13.68'/%3E%3Cpath class='cls-1' d='M117.39,3.53a3.53,3.53,0,1,1-7.06,0,3.53,3.53,0,0,1,7.06,0m-.68,33.56c0,3.07,1.16,4,4.21,4v1.16c-1.27-.06-4.15-.22-6.68-.22s-5.42.16-6.68.22V41.05c3,0,4.2-.89,4.2-4V19.82c0-3.31-1-4.87-4.2-4.87V13.79c1.16.11,2.31.16,3.42.16a18.31,18.31,0,0,0,5.73-.75Z'/%3E%3Cpath class='cls-1' d='M145.91,17.37a3.22,3.22,0,0,1-3.15,3.48A2.79,2.79,0,0,1,139.83,18a3.59,3.59,0,0,1,1.88-3,1.33,1.33,0,0,0-1.16-.54c-4.63,0-7.67,6.28-7.67,10.37V36.52c0,3.58,2.21,4.53,5.84,4.53V42.2c-1.69-.05-5.06-.21-8.48-.21-2.53,0-5.25.16-6.52.21V41.05c3,0,4.2-.89,4.2-4V19.82c0-3.31-1-4.87-4.2-4.87V13.79c1.16.11,2.32.16,3.42.16a18.37,18.37,0,0,0,5.74-.75v6.89c1.16-3.2,4.15-7,8-7,3,0,5,2,5,4.33'/%3E%3Cpath class='cls-1' d='M158.09,3.53a3.53,3.53,0,1,1-7.06,0,3.53,3.53,0,1,1,7.06,0m-.67,33.56c0,3.07,1.16,4,4.2,4v1.16c-1.27-.06-4.15-.22-6.68-.22s-5.41.16-6.68.22V41.05c3,0,4.2-.89,4.2-4V19.82c0-3.31-1-4.87-4.2-4.87V13.79c1.16.11,2.32.16,3.42.16a18.37,18.37,0,0,0,5.74-.75Z'/%3E%3Cpath class='cls-1' d='M188.82,15.11c1.38,1.51,1.92,3.47,1.92,7.24V37.09c0,3.07,1.16,4,4.2,4v1.16c-1.27-.06-4.2-.22-6.63-.22s-5,.16-6.17.22V41.05c2.65,0,3.64-.89,3.64-4v-16c0-3.42-.48-6.35-4.47-6.35-4.63,0-7.73,4.41-7.73,10V37.09c0,3.07,1,4,3.66,4v1.16c-1.16-.06-3.77-.22-6.19-.22s-5.36.16-6.63.22V41.05c3.05,0,4.2-.89,4.2-4V19.82c0-3.31-1-4.87-4.2-4.87V13.79c1.16.11,2.32.16,3.42.16a18.37,18.37,0,0,0,5.74-.75v6.49c1.94-5,5.63-6.65,9.4-6.65,2.8,0,4.58.75,5.84,2.07'/%3E%3Cpath class='cls-1' d='M205,21.74c0,5.89,1.94,7.73,5,7.73s5-1.84,5-7.73S213.09,14,210,14s-5,1.83-5,7.73m14.57,22.11c0-2-.83-3.07-4.2-3.07H205.1a6.53,6.53,0,0,0-3.75,5.57c0,3.75,4.37,5.28,8.05,5.28,4.64,0,10.16-2.48,10.16-7.78m-2.67-7.7c3.48,0,6.47,1.26,6.47,5.11,0,4.9-4.74,11.31-15.44,11.31-5.57,0-11.09-1.69-11.09-5.06,0-2.69,3.42-5.14,6.92-6.73h-.19c-1.94,0-5.52-.51-5.52-4.2,0-2.37,1.64-4.61,6.9-7-3.1-1.21-5.12-3.74-5.12-7.86,0-6.06,4.39-8.71,10.18-8.71a15,15,0,0,1,3.9.49,12,12,0,0,1,1.94-4.9,4.7,4.7,0,0,1,3.77-1.83,2.7,2.7,0,0,1,2.91,2.88,2.58,2.58,0,0,1-2.64,2.64c-2,0-2.58-1.32-2.93-3.48a6.52,6.52,0,0,0-1.48,2.7,14.12,14.12,0,0,0-.57,2.29c3.21,1.18,5.3,3.74,5.3,7.92,0,6.06-4.41,8.72-10.2,8.72a14.77,14.77,0,0,1-4.07-.51c-2.48,1.32-4.63,2.67-4.63,4.36,0,1.22.75,1.84,2.64,1.84Z'/%3E%3Cpath class='cls-1' d='M267.89,4.26c-3.75.16-4.48.72-4.48,4.74V29.2c0,4.57-.05,10.69-.94,14.38a11.41,11.41,0,0,1-11.63,9,10.37,10.37,0,0,1-4.64-1,4.24,4.24,0,0,1-2.64-3.8,2.82,2.82,0,0,1,2.91-2.94,2.86,2.86,0,0,1,3.05,3,2.69,2.69,0,0,1-2.32,2.81c.73.72,2.59.89,3.53.89a6.67,6.67,0,0,0,6.62-4.69c.76-2.32.95-5,.95-12.63V9c0-4-.73-4.58-4.47-4.74V3.15c1.53.11,4.17.16,7,.16,2.53,0,5.28-.05,7-.16Z'/%3E%3Cpath class='cls-1' d='M276.78,28c0,9.86,3,13.84,7.16,13.84s7.17-4,7.17-13.84-3-13.9-7.17-13.9-7.16,4-7.16,13.9m19.69,0c0,10.58-5.53,15-12.53,15s-12.52-4.37-12.52-15,5.52-15,12.52-15,12.53,4.4,12.53,15'/%3E%3Cpath class='cls-1' d='M325.69,36.25c0,3.32,1,4.85,4.2,4.85v1.16c-1.15-.11-2.31-.16-3.42-.16a17.53,17.53,0,0,0-5.74.78V36.36c-1.88,4.79-5.52,6.63-9.05,6.63a7.64,7.64,0,0,1-5.73-2.1c-1.38-1.49-1.83-3.75-1.83-7.22V19.82c0-3.31-1-4.87-4.18-4.87V13.79c1.16.11,2.32.16,3.42.16a18.5,18.5,0,0,0,5.74-.75V34.88c0,3.42.22,6.33,4.17,6.33,4.31,0,7.46-4.36,7.46-10V19.82c0-3.31-1-4.87-4.2-4.87V13.79c1.16.11,2.32.16,3.42.16a18.37,18.37,0,0,0,5.74-.75Z'/%3E%3Cpath class='cls-1' d='M354.89,17.37a3.22,3.22,0,0,1-3.15,3.48A2.8,2.8,0,0,1,348.8,18a3.58,3.58,0,0,1,1.89-3,1.33,1.33,0,0,0-1.16-.54c-4.63,0-7.67,6.28-7.67,10.37V36.52c0,3.58,2.2,4.53,5.84,4.53V42.2c-1.7-.05-5.06-.21-8.48-.21-2.54,0-5.26.16-6.52.21V41.05c3,0,4.2-.89,4.2-4V19.82c0-3.31-1-4.87-4.2-4.87V13.79c1.16.11,2.31.16,3.42.16a18.41,18.41,0,0,0,5.74-.75v6.89c1.15-3.2,4.14-7,8-7,3,0,5,2,5,4.33'/%3E%3Cpath class='cls-1' d='M381.64,15.11c1.37,1.51,1.91,3.47,1.91,7.24V37.09c0,3.07,1.16,4,4.2,4v1.16c-1.26-.06-4.2-.22-6.62-.22s-5,.16-6.17.22V41.05c2.64,0,3.64-.89,3.64-4v-16c0-3.42-.49-6.35-4.47-6.35-4.64,0-7.73,4.41-7.73,10V37.09c0,3.07,1,4,3.66,4v1.16c-1.16-.06-3.77-.22-6.2-.22s-5.36.16-6.62.22V41.05c3,0,4.2-.89,4.2-4V19.82c0-3.31-1-4.87-4.2-4.87V13.79c1.15.11,2.31.16,3.42.16a18.41,18.41,0,0,0,5.74-.75v6.49c1.93-5,5.62-6.65,9.4-6.65,2.8,0,4.57.75,5.84,2.07'/%3E%3Cpath class='cls-1' d='M396.59,24.11h12c.19-5.39-1.53-10-5.22-10-3.29,0-6.2,3.07-6.79,10m17.53,11.47A10.78,10.78,0,0,1,403.81,43c-8,0-12.69-5.85-12.69-14.3C391.12,19,396,13,403.59,13c6.47,0,10.32,3.8,10.32,12.13H396.67a30,30,0,0,0-.19,3.53c0,7.56,4.2,12,8.43,12,3.32,0,6.2-1.4,8.11-5.52Z'/%3E%3Cpath class='cls-1' d='M443.22,13.79v1.1c-1.38.17-2.53,1.06-3.59,3.88l-9.05,23.71-1.88,4.79a9.65,9.65,0,0,1-2.37,3.88A6.55,6.55,0,0,1,422,52.57c-2.1,0-3.74-1.15-3.74-3.31a2.72,2.72,0,0,1,2.93-2.91,2.53,2.53,0,0,1,2.8,2.59,2.77,2.77,0,0,1-1.48,2.48.74.74,0,0,0,.32,0c2,0,3.53-1.27,4.69-4.31l2-5-10-24.08c-1.43-2.89-2.86-3.1-3.75-3.1V13.79a38.82,38.82,0,0,0,5.42.35c2.23,0,4.95-.19,7.16-.35V15c-2.07,0-3.85,0-3.85,1.91a7.74,7.74,0,0,0,.7,2.72l6.65,16.48,6.09-16a7.68,7.68,0,0,0,.59-2.53c0-1.75-1.32-2.48-4.12-2.67v-1.1c1.94.11,2.94.16,4.64.16s3,0,4.2-.16'/%3E%3Cpath class='cls-1' d='M460.81,15.06a1.73,1.73,0,0,0,1,.45c.64,0,1.05-.78,1.24-2.42h1.26c-.16,2-.21,4.63-.21,9.37H462.8c-.67-4.09-2.53-8.37-7.51-8.37-2.59,0-4.53,1.48-4.53,4.22,0,3.32,3.31,4.85,7.09,7.3,4.17,2.7,7.54,5.12,7.54,9.65C465.39,40.32,461,43,456,43a11.39,11.39,0,0,1-4.36-.79,11.16,11.16,0,0,1-2.27-1.48.71.71,0,0,0-.51-.21c-.48,0-.91.7-1.13,2.07h-1.26c.16-2.37.21-5.44.21-11h1.27c.72,6.17,2.15,10.31,7.67,10.31,2.21,0,4.91-1.32,4.91-5.25,0-3.2-2.64-5-6.25-7.22-4-2.53-7.6-4.68-7.6-9.26,0-4.91,3.8-7.11,8.16-7.11a9.68,9.68,0,0,1,6,2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .header__top--logo .text-logo--ij {
    width: 100px;
    height: 11px;
    margin-top: 18px;
  }
}
.header__top--logo .text-logo--aat {
  width: 60px;
  height: 14px;
  margin-top: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 279.38 68'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M32.75,50.69,29.83,42H13.63l-2.85,8.69H0L15.85,3.76H28.16L44.64,50.69Zm-8.9-26.63a49.35,49.35,0,0,1-2.16-7.79h-.14a61.84,61.84,0,0,1-2.22,8.34l-3.06,8.84H27.12Z'/%3E%3Cpath class='cls-1' d='M78.5,50.69,75.58,42H59.38l-2.85,8.69H45.75L61.61,3.76h12.3L90.39,50.69ZM69.6,24.06a49.32,49.32,0,0,1-2.15-7.79h-.14a62,62,0,0,1-2.23,8.34L62,33.45H72.87Z'/%3E%3Cpath class='cls-1' d='M109.44,13V50.69H98.67V13H87.4V3.76h33.31V13Z'/%3E%3Cpath class='cls-1' d='M148.73,50.69,136,28.65v22H125.16V3.76H136V24.48L148.87,3.76H162L146.5,26.35l16.28,24.34Z'/%3E%3Cpath class='cls-1' d='M171.05,12.52a6.37,6.37,0,0,1-6.47-6.26,6.51,6.51,0,0,1,13,0A6.43,6.43,0,0,1,171.05,12.52Zm-5.28,38.17V16.13h10.57V50.69Z'/%3E%3Cpath class='cls-1' d='M203.87,50.69v-22c0-2.78-.77-4.45-3.2-4.45-3.75,0-6.88,4.59-6.88,9.66V50.69H183.22V16.13h9.87a31.17,31.17,0,0,1-.42,5.43h.07a12.87,12.87,0,0,1,11.48-6.19c7.71,0,10.22,4.93,10.22,10.91V50.69Z'/%3E%3Cpath class='cls-1' d='M233,68c-9.38,0-15-3.34-15-10.22a9.72,9.72,0,0,1,4.93-8,5.87,5.87,0,0,1-3.34-5.35,6.71,6.71,0,0,1,4.18-6.19c-3.34-1.67-5.08-5.28-5.08-9.45,0-7.3,5.42-13.49,15.92-13.49a26.38,26.38,0,0,1,6.47.83h11.61v8.35h-3.75a5.73,5.73,0,0,1,.9,3.26c0,7.65-5.56,12.38-15,12.38-1,0-2-.07-2.78-.14a1.86,1.86,0,0,0-1.25,1.74c0,1.39,1,1.81,4.94,1.81h4.72c7.44,0,11.82,3.33,11.82,10.29C252.33,61.4,245,68,233,68Zm4.52-16.27H232a7.92,7.92,0,0,1-1.32-.07,4.87,4.87,0,0,0-2.3,4c0,2.64,2.23,4.31,6.12,4.31,4.94,0,7.44-2.09,7.44-4.73C242,53.33,240.72,51.73,237.52,51.73ZM234.26,23c-3.41,0-5.5,2.08-5.5,5s2,5.08,5.63,5.08c3.2,0,5.36-2,5.36-5S237.66,23,234.26,23Z'/%3E%3Cpath class='cls-1' d='M263.46,51.45a58.25,58.25,0,0,1-7.16-.55l.21-8.62a26.4,26.4,0,0,0,7.23,1.11c2.71,0,4.38-1.11,4.38-2.71,0-5.08-12.73-2.37-12.73-13.84,0-6.26,5.08-11.54,15.3-11.54a45.8,45.8,0,0,1,6.05.55l-.21,8.28a21.55,21.55,0,0,0-6.12-.84c-2.71,0-4,1.05-4,2.65,0,4.31,12.93,3,12.93,13.83C279.38,46.93,273.12,51.45,263.46,51.45Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .header__top--logo .text-logo--aat {
    width: 39px;
    height: 10px;
    margin-top: 17px;
  }
}

.tour-display-only {
  display: none;
}

#TourPage .tour-display-only {
  display: block !important;
  float: left;
  width: 32%;
  margin-right: 5%;
}

.card {
  text-align: left;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 666px) and (max-width: 767px) {
  .card {
    flex-flow: row wrap;
  }
}
.card__left, .card__right {
  width: auto;
  height: 220px;
  min-height: 220px;
  max-height: 220px;
  /* flex: 0 100%; */
  flex: none;
  position: relative;
}
@media (min-width: 666px) and (max-width: 767px) {
  .card__left {
    flex: 1 40%;
  }
}
@media (min-width: 666px) and (max-width: 767px) {
  .card__right {
    flex: 1 60%;
  }
}
.card .card__header {
  min-height: 140px;
}
.card .card__tag {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 150px;
}
.card .card-product-class-icon {
  width: 150px;
  position: absolute;
  bottom: 5px;
  left: 0;
}
.card .card__product-class {
  font-weight: 600;
  margin-bottom: -4px;
}
.card .card__product-class .card__touricon {
  position: relative;
  display: inline-block;
}
.card .card__product-class .card__touricon img {
  height: 1.3em;
  margin: 0 2px 2px 0;
  width: auto;
  vertical-align: middle;
}
.card .card__product-class .card__touricon--tooltip {
  display: none;
  position: absolute;
  top: -2em;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #ccc;
  background: white;
  padding: 2px 4px;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
  font-size: 0.9em;
}
.card .card__product-class .card__touricon--tooltip:before {
  border: 7px solid transparent;
  border-bottom: 0;
  height: 0;
  border-top: 7px solid #ccc;
  width: 0;
  border-top-width: 6px;
  content: "";
  display: block;
  position: absolute;
  left: calc(45% - 2px);
  bottom: -6px;
}
.card .card__product-class .card__touricon--tooltip:after {
  border: 5px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: 0;
  height: 0;
  width: 0;
  border-top-width: 5px;
  content: "";
  display: block;
  position: absolute;
  left: 45%;
  bottom: -5px;
}
.card .card__product-class .card__touricon.showtooltip:hover {
  cursor: help;
}
.card .card__product-class .card__touricon:hover .card__touricon--tooltip {
  display: block;
}
.card .card__promobar {
  width: auto;
  max-width: 70%;
  position: absolute;
  top: 14px;
  left: 0;
  text-align: left;
  font-size: 1.25rem;
  padding: 5px 8px;
  color: #ffffff;
  background-color: #db1a21;
  border: 1px solid #db1a21;
}
.card .card__promobar--noclick:hover {
  color: #ffffff;
  background-color: #db1a21;
}
.card .card__promobar:hover {
  color: #db1a21;
  background-color: #ffffff;
}
.card .card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card h4 {
  color: #000;
  font-weight: 500;
}
.card .card__p {
  font-size: 1.25rem;
}
.card .card__title--h6 {
  font-size: 3rem;
  margin: 0;
}
.card .card__bottom-left-sup {
  position: initial;
  top: auto;
  vertical-align: initial;
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1.2rem;
  font-weight: 400;
  color: #666;
}
.card__bottom {
  bottom: auto;
  width: auto;
  position: relative;
}
.card__bottom-left, .card__bottom-right {
  width: auto;
  flex: 1 50%;
  align-self: flex-start;
  justify-self: stretch;
}
.card__bottom-left {
  color: #000;
}
.card__bottom-btn.btn {
  font-size: 1.3rem;
  font-weight: 400;
  padding: 0.5rem 10px;
  margin: 2rem 5%;
}
@media (max-width: 767px) {
  .card__bottom-btn.btn {
    font-size: 1.2rem;
    padding: 1.1rem 5px;
  }
}

.brochure-add-button {
  position: absolute;
  line-height: 44px;
  cursor: pointer;
  display: inline-block;
  top: -35px;
  right: 3px;
}

.brochurecartplus {
  border-radius: 8px;
  color: #fff;
  background-color: #db1a21;
  font-size: 14px;
  padding: 0 4px;
  text-align: center;
  position: absolute;
  right: -3px;
  top: 18px;
  line-height: 17px;
}

.brochure-tick-button {
  display: none;
  position: absolute;
  line-height: 44px;
  cursor: pointer;
  top: -36px;
  right: 3px;
}

.brochurecarttick {
  border-radius: 8px;
  color: #fff;
  background-color: rgb(131, 219, 26);
  font-size: 12px;
  padding: 0 4px;
  text-align: center;
  position: absolute;
  right: -3px;
  top: 18px;
  line-height: 17px;
}

.brochure-add-button:hover ~ .cbtiletooltip {
  display: block;
}

.cbtiletooltip {
  right: 0px;
  top: -55px;
  width: 166px;
}

.cbtooltip, .cbtiletooltip, .cbtourtooltip {
  background-color: #fff;
  font-size: 12px;
  padding: 4px 5px 4px 6px;
  width: 190px;
  display: none;
  position: absolute;
  text-align: left;
  border-radius: 3px;
  right: -140px;
  z-index: 10;
  top: 4px;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
}

.reverse-icon {
  position: absolute;
  /* width: 36%; 
       min-width: 125px;
  */
  width: 36%;
  min-width: 90px;
  max-width: 125px;
  top: -10px;
  right: -10px;
}

.first-choice {
  color: #003D77;
}

.best-buys {
  color: #F37E32;
}

.short-breaks {
  color: #744727;
}

.day-tours {
  color: #F59C1A;
}

.inspiring-journeys {
  color: #856550;
}

.brochure-add-cart-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(139, 139, 139, 0.46);
  z-index: 1000;
  overflow: auto;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

/* .brochure-add-cart-modal {
   display: none; position: fixed; top: 30%; left: 0; right: 0; margin: auto; border-radius: 8px; z-index: 1005; width: 25%;-webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.8); box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.8); background-color: #fff; text-align: center; padding: 1%; font-size: 16px; max-height: 500px; overflow: scroll;
 } */
.brochure-cart-options {
  background-color: #fff;
  padding: 8px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
  width: 40%;
  text-align: center;
  font-weight: 400;
}

.brochure-redirects {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid black;
}

.brochure-add-cart-modal-close {
  cursor: pointer;
}

.brochure-add-cart-add-more {
  cursor: pointer;
  background-color: #db1a21;
  color: white;
  padding: 10px;
  border-radius: 5px;
  min-width: 157px;
}

.brochure-add-cart-link {
  cursor: pointer;
  background: white;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid;
  min-width: 150px;
}

.brochure-add-cart-modal-close {
  float: right;
  font-size: 30px;
}

.brochure-add-cart-modal-header h4 {
  font-size: 16px;
  font-weight: 400;
}

.reverse-banner-icon {
  width: 15%;
  z-index: 10;
  position: absolute;
  float: right;
  display: flex;
  right: 0;
}

.header__slogantext, .header__dropdown-search {
  background-color: #000;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  bottom: 16px;
  padding: 20px 0px 20px 0px;
}
@media (max-width: 1200px) {
  .header__slogantext, .header__dropdown-search {
    width: 90%;
    bottom: 20px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .header__slogantext, .header__dropdown-search {
    bottom: -20px;
  }
}
@media (max-width: 568px) and (max-height: 660px) {
  .header__slogantext, .header__dropdown-search {
    position: relative;
    width: 100%;
    bottom: auto;
    left: auto;
    transform: none;
  }
}
.header__slogantext::before, .header__dropdown-search::before {
  display: none;
}
.header__slogantext::after, .header__dropdown-search::after {
  clear: none;
}
.header__slogantext .container, .header__dropdown-search .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1800px;
  gap: 30px;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: "objektiv-mk1", sans-serif;
}
@media (max-width: 1200px) {
  .header__slogantext .container, .header__dropdown-search .container {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .header__slogantext .container, .header__dropdown-search .container {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .header__slogantext .container, .header__dropdown-search .container {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
.header__slogantext .container h2, .header__dropdown-search .container h2 {
  margin: 0;
  font-size: 24px;
}
@media (max-width: 1200px) {
  .header__slogantext .container h2, .header__dropdown-search .container h2 {
    font-size: 22px;
    width: 90%;
    text-align: left;
  }
}
@media (max-width: 568px) {
  .header__slogantext .container h2, .header__dropdown-search .container h2 {
    font-size: 18px;
  }
}
.header__slogantext .container .dropdown-search__form, .header__dropdown-search .container .dropdown-search__form {
  width: 62%;
  gap: 10px;
  font-family: "objektiv-mk1", sans-serif;
}
@media (max-width: 1200px) {
  .header__slogantext .container .dropdown-search__form, .header__dropdown-search .container .dropdown-search__form {
    width: 90%;
    flex-direction: row;
    flex-flow: nowrap;
  }
}
@media (max-width: 768px) {
  .header__slogantext .container .dropdown-search__form, .header__dropdown-search .container .dropdown-search__form {
    flex-direction: column;
  }
}
.header__slogantext .container .dropdown-search__form .form__selector, .header__dropdown-search .container .dropdown-search__form .form__selector {
  border-radius: 5px;
  border: 1px solid #333;
  height: 40px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .header__slogantext .container .dropdown-search__form .dropdown-search__btn, .header__dropdown-search .container .dropdown-search__form .dropdown-search__btn {
    width: 100%;
  }
}
.header__slogantext .container .dropdown-search__form .dropdown-search__btn .btn, .header__dropdown-search .container .dropdown-search__form .dropdown-search__btn .btn {
  width: 100%;
  margin: 0;
  line-height: 0.8;
  font-family: "objektiv-mk1", sans-serif;
  text-transform: none;
}
@media (min-width: 1200px) {
  .header__slogantext .container .dropdown-search__form .dropdown-search__select-long, .header__dropdown-search .container .dropdown-search__form .dropdown-search__select-long {
    flex: 1 0 40%;
  }
}
@media (min-width: 1300px) {
  .header__slogantext .container .dropdown-search__form .dropdown-search__select-long, .header__dropdown-search .container .dropdown-search__form .dropdown-search__select-long {
    flex: 1 0 25%;
  }
}
@media (max-width: 992px) {
  .header__slogantext .container .dropdown-search__form .dropdown-search__select-long, .header__dropdown-search .container .dropdown-search__form .dropdown-search__select-long {
    flex: 1 100%;
  }
}
@media (max-width: 992px) {
  .header__slogantext .container .dropdown-search__form .dropdown-search__select, .header__dropdown-search .container .dropdown-search__form .dropdown-search__select {
    flex: 1 70%;
  }
}

.header__slogantext {
  bottom: 36px;
}
@media (max-width: 991px) {
  .header__slogantext {
    bottom: 30px;
    padding: 0;
  }
}
@media (max-width: 568px) {
  .header__slogantext {
    bottom: 0;
  }
}
.header__slogantext .container h2 {
  text-align: center;
  line-height: 1.5em;
}

#TourPage .header-carousel .item {
  max-height: 800px;
}

#TourPage .header-carousel__container {
  position: initial;
}

#TourPage .header-carousel__caption {
  bottom: 3%;
  transform: none;
  margin-bottom: 0;
}

.pink-bgcolor {
  background-color: #faf4f1;
}

.header__blackbar:after {
  background-color: #faf4f1;
  content: "";
  display: block;
  height: 60px;
}
@media (max-width: 568px) {
  .header__blackbar:after {
    height: 30px;
  }
}

#HomePage .header__blackbar:after {
  height: 60px;
}
@media (max-width: 1200px) {
  #HomePage .header__blackbar:after {
    height: 90px;
  }
}
@media (max-width: 768px) {
  #HomePage .header__blackbar:after {
    height: 180px;
  }
}
@media (max-width: 568px) and (max-height: 660px) {
  #HomePage .header__blackbar:after {
    height: 0;
  }
}

/*# sourceMappingURL=layout.css.map */
