@charset "UTF-8";
@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");
/*! 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)
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

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

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.old, .datepicker table tr td.new {
  color: #999;
}
.datepicker table tr td.disabled {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today.disabled {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active {
  background-color: #fdf59a;
}
.datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active {
  background-color: #fdf59a;
}
.datepicker table tr td.today.active, .datepicker table tr td.today:hover.active {
  background-color: #fdf59a;
}
.datepicker table tr td.today.disabled {
  background-color: #fdf59a;
}
.datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active {
  background-color: #fdf59a;
}
.datepicker table tr td.today:hover.disabled {
  background-color: #fdf59a;
}
.datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled {
  background-color: #fdf59a;
}
.datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active, .datepicker table tr td.today:hover:active {
  background-color: #fbf069 \9 ;
}
.datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active {
  background-color: #fbf069 \9 ;
}
.datepicker table tr td.today.active, .datepicker table tr td.today:hover.active {
  background-color: #fbf069 \9 ;
}
.datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9 ;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.disabled {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today.disabled {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today.disabled {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:hover.disabled {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:hover.disabled {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active {
  background-color: #efe24b \9 ;
}
.datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active {
  background-color: #efe24b \9 ;
}
.datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active {
  background-color: #efe24b \9 ;
}
.datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9 ;
}
.datepicker table tr td.selected {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected.disabled {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active {
  background-color: #808080;
}
.datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active {
  background-color: #808080;
}
.datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active {
  background-color: #808080;
}
.datepicker table tr td.selected.disabled {
  background-color: #808080;
}
.datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active {
  background-color: #808080;
}
.datepicker table tr td.selected:hover.disabled {
  background-color: #808080;
}
.datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:hover.disabled {
  background-color: #808080;
}
.datepicker table tr td.selected[disabled], .datepicker table tr td.selected:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active {
  background-color: #666666 \9 ;
}
.datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active {
  background-color: #666666 \9 ;
}
.datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active {
  background-color: #666666 \9 ;
}
.datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9 ;
}
.datepicker table tr td.active {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active.disabled {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active {
  background-color: #0044cc;
}
.datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active {
  background-color: #0044cc;
}
.datepicker table tr td.active.active, .datepicker table tr td.active:hover.active {
  background-color: #0044cc;
}
.datepicker table tr td.active.disabled {
  background-color: #0044cc;
}
.datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
  background-color: #0044cc;
}
.datepicker table tr td.active:hover.disabled {
  background-color: #0044cc;
}
.datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled {
  background-color: #0044cc;
}
.datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active {
  background-color: #003399 \9 ;
}
.datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active {
  background-color: #003399 \9 ;
}
.datepicker table tr td.active.active, .datepicker table tr td.active:hover.active {
  background-color: #003399 \9 ;
}
.datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9 ;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover, .datepicker table tr td span.focused {
  background: #eee;
}
.datepicker table tr td span.disabled {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td span.active {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active.disabled {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active {
  background-color: #0044cc;
}
.datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active {
  background-color: #0044cc;
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active {
  background-color: #0044cc;
}
.datepicker table tr td span.active.disabled {
  background-color: #0044cc;
}
.datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
  background-color: #0044cc;
}
.datepicker table tr td span.active:hover.disabled {
  background-color: #0044cc;
}
.datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled {
  background-color: #0044cc;
}
.datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active {
  background-color: #003399 \9 ;
}
.datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active {
  background-color: #003399 \9 ;
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active {
  background-color: #003399 \9 ;
}
.datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9 ;
}
.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #999;
}
.datepicker .datepicker-switch {
  width: 145px;
  cursor: pointer;
}
.datepicker .prev, .datepicker .next, .datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .prev.disabled, .datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.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;
}
.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: #db1a2080;
  border-color: #db1a2080;
}
.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;
  opacity: 0;
  transform: rotate(-45deg);
}
.custom-checkbox label:hover::after {
  opacity: 0.4;
}
.custom-checkbox label.clicked:before {
  background-color: #db1a21;
  border-color: #db1a21;
}
.custom-checkbox label.clicked:after {
  opacity: 1;
}
.custom-checkbox input[type=checkbox] {
  visibility: hidden;
}
.custom-checkbox input[type=checkbox]:checked + label:before {
  background: #db1a21;
  border-color: #db1a21;
}
.custom-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.custom-checkbox__text {
  position: absolute;
  top: -1px;
  left: 0;
  padding-left: 30px;
}

.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  */
  top: 55%;
  left: 50%;
  transform: translateX(-50%) translateY(-20px);
}

@media (max-width: 991px) {
  .icn-arrow {
    top: 40%;
  }
}
.HomePage .icn-arrow {
  top: 45%;
}

.icn-arrow--left {
  transform: translateX(-50%) translateY(0) rotateZ(180deg);
  /*top: 67.5%;*/
}

@media (min-width: 992px) {
  .icn-arrow--left {
    /*top: 63.5%;*/
  }
}
.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: 100;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
  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 {
  color: #FFF;
  background-color: #DA1F26;
}
.btn--red-outline:hover .icn__btn--red {
  display: none;
}
.btn--red-outline:hover .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 {
  border-color: #DA1F26;
  color: #DA1F26;
  background-color: #FFF;
}
.btn--red:hover .icn__btn--red {
  display: inline-block;
}
.btn--red:hover .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;
  }
}

@media (min-width: 992px) {
  .header--NZ .header-carousel__item {
    height: calc(100vh - 92px);
  }
}

.header-carousel__background {
  background-size: cover;
  background-position: center;
  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;
}

@media (min-width: 992px) {
  .header-carousel__container .header-carousel__caption {
    left: auto;
    right: auto;
  }
}
.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: 767px) {
  .header--home .header-carousel__caption {
    bottom: 45%;
  }
}
.header-carousel__caption-text {
  display: block;
}
.header-carousel__caption-text:not(:last-child) {
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  .header-carousel__caption-text {
    text-align: left;
  }
}
.header-carousel__caption-text-inner {
  display: inline-block;
  color: #000;
  padding: 2px 10px;
  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: 100;
  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;
}
.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;
  }
}
.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;
}

.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%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 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;
  }
}

.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 #da1f26;
  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 {
  color: #b3b3b3;
}
.aat-nav-tabs__link:after {
  width: 1px;
  height: 3.6rem;
  display: block;
  background-color: #cccccc;
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.aat-nav-tabs__link:hover {
  color: #DA1F26;
  background-color: #FFF;
  border-bottom: 1px solid #DA1F26;
  box-shadow: 0 1px 0 #da1f26;
  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: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  color: #DA1F26;
}
.sub-menu__link--arrow:active, .sub-menu__link--arrow:focus, .sub-menu__link--arrow:hover {
  padding-left: 1.75rem !important;
}
.sub-menu__link--arrow:active:before, .sub-menu__link--arrow:focus:before, .sub-menu__link--arrow:hover:before {
  left: 0.5rem;
}

@media (min-width: 992px) {
  .sub-menu__link--arrow:before {
    top: 4px;
  }
}
.travel-styles {
  position: relative;
  background-color: #FAF4F1;
  padding-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .travel-styles {
    padding-bottom: 3rem;
  }
}
.travel-styles__title--h2 {
  text-align: center;
  font-size: 3.625rem;
  margin-bottom: 1.5rem;
}
.travel-styles__title--h4 {
  font-size: 1.75rem;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 992px) {
  .travel-styles__title--h4 {
    font-size: 1.25rem;
  }
}
.travel-styles__title--h4 img {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .travel-styles__title--h4 img {
    width: auto;
    height: 30px;
  }
}
.travel-styles__title--h4, .travel-styles__title--h5 {
  line-height: 1.25;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 992px) {
  .travel-styles__title--h5 {
    font-size: 1rem;
  }
}
.travel-styles__title--small {
  font-size: 1.3rem;
}
.travel-styles__p {
  text-align: center;
  font-size: 1.75rem;
  margin: 0 auto 1.5rem;
  max-width: 570px;
}

.travel-styles__boxes {
  width: 100%;
}
@media (min-width: 992px) {
  .travel-styles__boxes {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
  }
}

.travel-styles__box {
  background-color: #e6e6e6;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  color: #FFF;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 992px) {
  .travel-styles__box {
    border-radius: 6px;
  }
}
@media (min-width: 992px) {
  .travel-styles__box {
    width: 50%;
    border: 1px solid #FAF4F1;
    height: 185px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .travel-styles__box {
    width: 25%;
  }
}

.travel-styles__box-content {
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  position: relative;
  height: 100%;
}
.travel-styles__box-content .btn {
  position: absolute;
  max-width: 80px;
  right: 0;
  bottom: 0;
  padding: 1rem 10px;
  font-size: 1rem;
  font-weight: 500;
  margin-right: 10px;
  margin-left: 0;
}

@media (min-width: 992px) {
  .travel-styles__box-content {
    transform: translateY(137px);
  }
}
.travel-styles__box-header {
  width: 100%;
  padding: 2.25rem 0 2.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media (min-width: 992px) {
  .travel-styles__box-header {
    padding: 0.5rem 0 0.5rem 1.5rem;
  }
}
.travel-styles__box-header-link {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

@media (min-width: 992px) {
  .travel-styles__box-header-link {
    display: none;
  }
}
.travel-styles__box-header-left {
  width: 35%;
  max-width: 170px;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  padding: 1rem 15px 1rem 0;
  text-align: right;
  position: relative;
}
.travel-styles__box-header-left:before {
  width: 30px;
  height: 40px;
  display: block;
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media (min-width: 992px) {
  .travel-styles__box-header-left {
    padding: 0.5rem 12px 0.5rem 0;
  }
}

.travel-styles__box-header-right {
  width: 65%;
  display: flex;
  align-items: center;
  padding: 0 3.25rem 0 1.5rem;
  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 20px;
  background-position: 95% center;
}

@media (min-width: 992px) {
  .travel-styles__box-header-right {
    background-image: none;
  }
}
.travel-styles__box-copy {
  display: none;
}

@media (min-width: 992px) {
  .travel-styles__box-copy {
    display: block;
    padding-right: 100px;
  }
}
@media (min-width: 992px) {
  .travel-styles__box:hover .travel-styles__box-content {
    transform: translateY(0px);
  }
}
.travel-styles__box--guided-holidays {
  /* .travel-styles__box-header-left:before {
     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 0l15.2 9.8zm1.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.3 11.6 7.5zM36.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.4 9.8 6.3zm161.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.6 9.1 5.9z' fill='%23fff'/%3E%3C/svg%3E");
     right: 9px;
     top: 8px;
   }*/
}
.travel-styles__box--guided-holidays .travel-styles__box-content {
  background-color: rgba(22, 93, 157, 0.8);
}

@media (min-width: 992px) {
  .travel-styles__box--guided-holidays {
    border-radius: 6px 0 0 6px;
  }
}
@media (min-width: 992px) {
  .travel-styles__box--guided-holidays .travel-styles__box-header-left:before {
    width: 22px;
    right: 14px;
    top: -2px;
  }
}
.travel-styles__box--short-breaks {
  /*.travel-styles__box-header-left:before {
    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.4s52.1 116.1 116.1 116.1 116.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='%23fff'/%3E%3C/svg%3E");
    right: 9px;
    top: 8px;
  }*/
}
.travel-styles__box--short-breaks .travel-styles__box-content {
  background-color: rgba(135, 82, 61, 0.8);
}

@media (min-width: 992px) {
  .travel-styles__box--short-breaks .travel-styles__box-header-left:before {
    width: 26px;
    right: 12px;
    top: -3px;
  }
}
.travel-styles__box--day-tours {
  /* .travel-styles__box-header-left:before {
     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='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 31l31.1 19.9z' fill='%23fff'/%3E%3C/svg%3E");
     right: 9px;
     top: 8px;
   }*/
}
.travel-styles__box--day-tours .travel-styles__box-content {
  background-color: rgba(223, 143, 26, 0.8);
}

@media (min-width: 992px) {
  .travel-styles__box--day-tours {
    /*border-radius: 0 6px 0 0;*/
  }
}
@media (min-width: 992px) {
  .travel-styles__box--day-tours .travel-styles__box-header-left:before {
    width: 26px;
    right: 9px;
    top: -2px;
  }
}
.travel-styles__box--inspiring-journeys {
  /*.travel-styles__box-header-left:before {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_2_1_' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 232.1 298.5'%3E%3Cstyle%3E.st0%7Bfill:%23fff%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");
    right: 9px;
    top: 8px;
  }*/
}
.travel-styles__box--inspiring-journeys .travel-styles__box-content {
  background-color: rgba(172, 139, 115, 0.8);
}

@media (min-width: 992px) {
  .travel-styles__box--inspiring-journeys {
    border-radius: 0 6px 6px 0;
  }
}
@media (min-width: 992px) {
  .travel-styles__box--inspiring-journeys .travel-styles__box-content {
    border-radius: 0 0 0 6px;
  }
}
@media (min-width: 992px) {
  .travel-styles__box--inspiring-journeys .travel-styles__box-header-left:before {
    width: 26px;
    right: 13px;
    top: -3px;
  }
}
.travel-styles__box--aussie-adventures {
  /* .travel-styles__box-header-left:before {
     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='%23fff'/%3E%3C/svg%3E");
     right: 9px;
     top: 8px;
   }*/
}
.travel-styles__box--aussie-adventures .travel-styles__box-content {
  background-color: rgba(243, 111, 33, 0.8);
}

@media (min-width: 992px) {
  .travel-styles__box--aussie-adventures .travel-styles__box-header-left {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .travel-styles__box--aussie-adventures .travel-styles__box-header-left:before {
    top: -2px;
  }
}
.travel-styles__box--downunder-tours {
  /* .travel-styles__box-header-left {
     padding: 1rem 15px 1rem 0;
     &:before {
       width: 65px;
       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-.1zM5 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.4zm177.8-85.1c-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='%23fff'/%3E%3C/svg%3E");
       right: 50px;
       top: -5px;
     }
   }*/
}
.travel-styles__box--downunder-tours .travel-styles__box-content {
  background-color: rgba(0, 60, 142, 0.8);
}

@media (min-width: 992px) {
  .travel-styles__box--downunder-tours {
    display: none;
    border-radius: 0 0 6px 0;
  }
}
@media (min-width: 992px) {
  .travel-styles__box--downunder-tours .travel-styles__box-content {
    border-radius: 0 0 6px 0;
  }
}
@media (min-width: 992px) {
  .travel-styles__box--downunder-tours .travel-styles__box-header {
    border-radius: 0 0 6px 0;
  }
}
@media (min-width: 992px) {
  .travel-styles__box--downunder-tours .travel-styles__box-header-left {
    padding: 0.3rem 15px 0.5rem 0;
  }
}
@media (min-width: 992px) {
  .travel-styles__box--downunder-tours .travel-styles__box-header-left:before {
    width: 49px;
    right: 42px;
    top: -10px;
  }
}
.travel-styles__items {
  list-style-type: none;
  padding: 0;
  margin-top: 2rem;
  position: absolute;
  bottom: 0;
}

.travel-styles__item {
  list-style-type: none;
  padding-left: 1.5rem;
}

.travel-styles__link {
  -moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 300;
  width: 150px;
  position: relative;
  display: block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .travel-styles__link {
    width: 100%;
  }
}
.travel-styles__link .fa {
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 0.5);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 0.5);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 0.5);
  transition: all 500ms cubic-bezier(0.86, 0, 0.07, 0.5);
}
.travel-styles__link .fa:before {
  margin-left: -0.9rem;
}
.travel-styles__link:hover {
  color: #FFF;
  font-weight: 500;
  transform: translateX(0.5rem);
  width: calc(152px + 0.9rem);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .travel-styles__link:hover {
    width: 100%;
  }
}
.travel-styles__link:hover .fa {
  margin-right: 0rem;
}
.travel-styles__link:hover .fa:before {
  margin-left: -0.9rem;
}
.travel-styles__link:active, .travel-styles__link:visited {
  color: #FFF;
}

.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, .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: #6a6e70;
  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: #6a6e70;
}
.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--arrow .sub-menu__link--arrow {
  font-size: 1.3rem;
  color: #6a6e70;
  font-weight: 300;
}
.accordion-menu--arrow .sub-menu__link--arrow:before {
  font-size: 1rem;
}

.accordion-menu__parent-link {
  width: 100%;
  display: block;
  padding: 1.6rem 1rem;
  text-transform: uppercase;
  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 #e6e6e6;
}
.accordion-menu .panel-heading {
  padding: 0;
  background-color: #FFF;
}
.accordion-menu .panel + .panel {
  margin-top: 0;
}
.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;
}
.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 {
  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: 30px;
  height: 30px;
  position: absolute;
  left: 15px;
  top: calc(50% - 15px);
  font-size: 3.5rem;
  background-repeat: no-repeat;
}

.customer-support__icon--phone {
  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: 14px;
  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");
}

.customer-support__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='%23cf0a2c' stroke='%23cf0a2c' stroke-miterlimit='10'/%3E%3C/svg%3E");
}

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

.customer-support__icon-button {
  width: 100%;
  max-width: calc(570px / 2);
  background-color: #FFF;
  position: relative;
  color: #DA1F26;
  border-radius: 5px;
  border: 1px solid rgba(218, 31, 38, 0.3);
  margin: 10px auto;
  padding: 0 15px 0 65px;
}

.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: 1.65rem;
  font-weight: 500;
  display: block;
  position: relative;
  padding: 1.8rem 0 0.5rem;
  margin: 0;
}

.customer-support__icon-button-title-sub {
  font-size: 1.5rem;
  font-weight: 300;
  position: absolute;
  top: 3px;
  left: 0;
}

.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: "";
  font-size: 1.75rem;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  content: "";
}

.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__non-label {
  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 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;
    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;
  font-size: 0.9rem;
}
@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: 100;
  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: 65px;
  position: absolute;
  left: 0;
  color: #6a6e70;
  /*&: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;
}
.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 {
  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: 65px;
  z-index: 110;
}
.mega-menu__link-parent:nth-child(3) .mega-menu__link-panel--left {
  top: calc(65px * 2);
  z-index: 120;
}
.mega-menu__link-parent:nth-child(4) .mega-menu__link-panel--left {
  top: calc(65px * 3);
  z-index: 130;
}
.mega-menu__link-parent:nth-child(5) .mega-menu__link-panel--left {
  top: calc(65px * 4);
  z-index: 140;
}
.mega-menu__link-parent:nth-child(6) {
  display: none !important;
}

.mega-menu__link-panel--left {
  width: 200px;
  height: calc(325px / 5);
  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 {
  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-top {
  width: 630px;
  position: absolute;
  top: 15px;
  left: 30px;
  display: flex;
  justify-content: space-between;
}

.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%;
  font-size: 1.2rem;
}
.mega-menu__link-panel-top--right .no-padding {
  margin-bottom: 0;
}

.mega-menu__link-panel-bottom {
  width: 630px;
  position: absolute;
  bottom: 10px;
  left: 30px;
  height: 235px;
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
}

.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: 200px;
  height: calc(325px / 5);
  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;
}

.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.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 .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: "";
  font: normal normal normal 14px/1 FontAwesome;
  right: 15px;
  top: 20px;
  transform: translateY(-50%);
}

.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;
  }
}
@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: 50px;
  }
}
.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: #db1a21;
  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: "";
  margin-left: -1000px;
  padding: 5px;
}
div[id$=password-container] input[id$=showPassword]:checked:before {
  font-family: FontAwesome;
  content: "";
  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: #db1a21;
}

.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 5px 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='M2.4 72.6H.1v-9.1h2.7c2 0 3 .8 3 2.2 0 1-.6 1.8-1.6 2.1 1.2.1 1.8 1.1 1.8 2 0 1.1-.7 2.8-3.6 2.8m.2-8.2H1.4v2.9h.8c1.5 0 2.3-.6 2.3-1.6 0-.7-.4-1.3-1.9-1.3m-.4 3.9h-.9v3.2c.2 0 .6.1 1.2.1 1.5 0 2.1-.7 2.1-1.7.1-1.2-1-1.6-2.4-1.6m8.9-1.4c-1.4-.2-2.1.8-2.1 2.9v2.7H7.8v-6.7H9c0 .4 0 1-.1 1.6.3-.9 1-1.9 2.3-1.7l-.1 1.2zm2.1-2.2c-.4 0-.8-.4-.8-.8s.4-.8.8-.8.8.3.8.8-.3.8-.8.8m-.6 1.1h1.2v6.7h-1.2v-6.7zm7.8 6.8v-4.3c0-.9-.3-1.5-1.1-1.5-1.1 0-1.9 1.1-1.9 2.6v3.2h-1.2v-6.7h1.2c0 .4 0 1-.1 1.4.4-.9 1.2-1.6 2.4-1.6 1.5 0 2 1 2 2.1v4.7h-1.3zm5.8 3.4c-1.7 0-2.8-.7-2.8-2 0-.8.5-1.4 1.1-1.7-.4-.2-.7-.5-.7-1s.3-.9.8-1.1c-.7-.4-1-1.1-1-1.9 0-1.4 1.1-2.6 2.9-2.6.4 0 .7 0 1.1.1h2.3v1h-1.1c.4.3.6.7.6 1.3 0 1.4-1 2.5-2.9 2.5-.3 0-.6 0-.9-.1-.3.1-.4.3-.4.6 0 .4.3.5 1.1.5h1.2c1.5 0 2.3.7 2.3 1.9-.1 1.4-1.5 2.5-3.6 2.5m.9-3.4h-1.7c-.5.3-.9.7-.9 1.2 0 .8.8 1.2 1.8 1.2 1.4 0 2.2-.6 2.2-1.4 0-.6-.4-1-1.4-1m-.7-6c-1.1 0-1.7.7-1.7 1.6 0 1 .6 1.5 1.7 1.5 1 0 1.7-.6 1.7-1.5 0-1-.6-1.6-1.7-1.6m5.7-1.9c-.4 0-.8-.4-.8-.8s.4-.8.8-.8.8.3.8.8-.4.8-.8.8m-.6 1.1h1.2v6.7h-1.2v-6.7zm7.7 6.8v-4.3c0-.9-.3-1.5-1.1-1.5-1.1 0-1.9 1.1-1.9 2.6v3.2H35v-6.7h1.2c0 .4 0 1-.1 1.4.4-.9 1.2-1.6 2.4-1.6 1.5 0 2 1 2 2.1v4.7h-1.3zM45 76c-1.7 0-2.8-.7-2.8-2 0-.8.5-1.4 1.1-1.7-.4-.2-.7-.5-.7-1s.3-.9.8-1.1c-.7-.4-1-1.1-1-1.9 0-1.4 1.1-2.6 2.9-2.6.4 0 .7 0 1.1.1h2.3v1h-1.1c.4.3.6.7.6 1.3 0 1.4-1 2.5-2.9 2.5-.3 0-.6 0-.9-.1-.3.1-.4.3-.4.6 0 .4.3.5 1.1.5h1.2c1.5 0 2.3.7 2.3 1.9-.1 1.4-1.5 2.5-3.6 2.5m.9-3.4h-1.7c-.5.3-.9.7-.9 1.2 0 .8.8 1.2 1.8 1.2 1.4 0 2.2-.6 2.2-1.4 0-.6-.4-1-1.4-1m-.6-6c-1.1 0-1.7.7-1.7 1.6 0 1 .6 1.5 1.7 1.5 1 0 1.7-.6 1.7-1.5-.1-1-.7-1.6-1.7-1.6m14.1 6l-.8-2.1h-3.9l-.7 2.1h-1.3l3.3-9.1h1.4l3.3 9.1h-1.3zm-2.3-6.4c-.2-.5-.3-.9-.4-1.4-.1.4-.2.9-.4 1.4l-1.2 3.2h3.2l-1.2-3.2zm9.3 6.4c0-.4 0-1 .1-1.4-.4.9-1.2 1.6-2.4 1.6-1.5 0-2-1-2-2.1V66h1.2v4.3c0 .9.3 1.5 1.1 1.5 1.1 0 1.9-1.1 1.9-2.6V66h1.2v6.7h-1.1zm4.5.1c-.5 0-1 0-1.4-.1v-1.1c.4.1 1 .2 1.5.2.9 0 1.5-.4 1.5-1 0-1.5-3.1-.6-3.1-2.9 0-1.1.9-2 2.7-2 .4 0 .9.1 1.3.1v1c-.4-.1-.9-.2-1.4-.2-.9 0-1.3.4-1.3 1 0 1.5 3.1.7 3.1 2.9 0 1.2-1.1 2.1-2.9 2.1m6.8 0c-1.4 0-1.8-.6-1.8-2v-3.9h-1.4v-.9h1.4v-2.2l1.2-.3v2.5H79v.9h-1.9v3.4c0 1.1.2 1.4 1 1.4.3 0 .6-.1.9-.1v1c-.4.1-.9.2-1.3.2m6.2-5.8c-1.4-.2-2.1.8-2.1 2.9v2.7h-1.2v-6.7h1.2c0 .4 0 1-.1 1.6.3-.9 1-1.9 2.3-1.7l-.1 1.2zm5.1 5.7c0-.5 0-1 .1-1.3-.3.8-1.2 1.5-2.3 1.5-1.1 0-1.9-.6-1.9-1.7 0-1.5 1.5-2.4 4-2.4v-.5c0-.9-.4-1.4-1.5-1.4-.6 0-1.4.2-2 .6l-.1-1c.6-.3 1.5-.5 2.4-.5 1.9 0 2.5.9 2.5 2.2v4.6H89zm-.1-3.1c-2.3 0-2.8.7-2.8 1.3 0 .6.4.9 1 .9 1.1 0 1.8-1.1 1.8-2.1v-.1zm3.6-6.8h1.2v9.9h-1.2zm4.1 2c-.4 0-.8-.4-.8-.8s.4-.8.8-.8.8.3.8.8-.3.8-.8.8m-.6 1.1h1.2v6.7H96v-6.7zm7.1 6.8c0-.5 0-1 .1-1.3-.3.8-1.2 1.5-2.3 1.5-1.1 0-1.9-.6-1.9-1.7 0-1.5 1.5-2.4 4-2.4v-.5c0-.9-.4-1.4-1.5-1.4-.6 0-1.4.2-2 .6l-.1-1c.6-.3 1.5-.5 2.4-.5 1.9 0 2.5.9 2.5 2.2v4.6h-1.2zm-.1-3.1c-2.3 0-2.8.7-2.8 1.3 0 .6.4.9 1 .9 1.1 0 1.8-1.1 1.8-2.1v-.1zm14.9 3.3c-.6-.4-1.4-1-1.9-1.4-.9.8-2.1 1.3-3.6 1.3-1.9 0-3-1.1-3-2.6 0-1.2.8-2.1 1.9-3-.9-1.1-1.3-1.7-1.3-2.5 0-1.1.9-2.1 2.4-2.1 1.4 0 2.2.8 2.2 1.8 0 .9-.5 1.7-1.7 2.7.8.8 1.9 1.9 3 2.8.6-.8 1-2 .9-3.4h1.2c0 1.5-.4 3-1.2 4 .7.5 1.4 1 1.9 1.4l-.8 1zm-5.9-5c-.9.8-1.3 1.4-1.3 2.1 0 1 .7 1.8 1.9 1.8 1.1 0 1.9-.4 2.5-.9-1.1-1-2.4-2.2-3.1-3m.3-4.3c-.6 0-1.1.4-1.1 1.1 0 .4.3 1 1 1.8.8-.6 1.2-1.2 1.2-1.9 0-.5-.3-1-1.1-1m16.8 9.1l-3.5-5.6c-.4-.7-.7-1.3-1-1.9.1 1 .1 3.2.1 4.6v2.9h-1.2v-9.1h1.6l3.4 5.5c.4.7.8 1.3 1.1 2-.1-1.1-.1-3.4-.1-4.9v-2.6h1.2v9.1h-1.6zm9-3.5h-4.4c-.1 1.8.7 2.6 2.1 2.6.7 0 1.4-.2 2-.4l.1 1c-.6.3-1.4.4-2.3.4-2.1 0-3.2-1.1-3.2-3.4 0-2 1.1-3.5 3-3.5s2.7 1.3 2.7 2.8c.1.1 0 .3 0 .5m-2.7-2.5c-.9 0-1.5.7-1.6 1.6h3.1c0-.9-.5-1.6-1.5-1.6m11.7 6h-1.4l-1.3-4c-.1-.4-.3-.9-.4-1.3-.1.6-.3 1.1-.5 1.7l-1.1 3.6h-1.3l-2.1-6.7h1.3l1 3.6c.2.6.4 1.2.5 1.8.1-.6.3-1.2.5-1.7l1.1-3.6h1.3l1.2 3.6c.3.8.4 1.3.5 1.8.1-.6.3-1.1.5-1.7l1.1-3.6h1.3l-2.2 6.5zm6 0v-.9l3.8-6c.3-.4.5-.7.7-1.1h-4.4v-1.1h5.9v.9l-4 6.3c-.2.3-.4.5-.5.8h4.6v1.1h-6.1zm12.9-3.5h-4.4c-.1 1.8.7 2.6 2.1 2.6.7 0 1.4-.2 2-.4l.1 1c-.6.3-1.4.4-2.3.4-2.1 0-3.2-1.1-3.2-3.4 0-2 1.1-3.5 3-3.5s2.7 1.3 2.7 2.8v.5m-2.7-2.5c-.9 0-1.5.7-1.6 1.6h3.1c0-.9-.6-1.6-1.5-1.6m8.1 6c0-.5 0-1 .1-1.3-.3.8-1.2 1.5-2.3 1.5-1.1 0-1.9-.6-1.9-1.7 0-1.5 1.5-2.4 4-2.4v-.5c0-.9-.4-1.4-1.5-1.4-.6 0-1.4.2-2 .6l-.1-1c.6-.3 1.5-.5 2.3-.5 1.9 0 2.5.9 2.5 2.2v4.6h-1.1zm-.1-3.1c-2.3 0-2.8.7-2.8 1.3 0 .6.4.9 1 .9 1.1 0 1.8-1.1 1.8-2.1v-.1zm3.5-6.8h1.2v9.9h-1.2zm7.1 9.9c0-.5 0-1 .1-1.3-.3.8-1.2 1.5-2.3 1.5-1.1 0-1.9-.6-1.9-1.7 0-1.5 1.5-2.4 4-2.4v-.5c0-.9-.4-1.4-1.5-1.4-.6 0-1.4.2-2 .6l-.1-1c.6-.3 1.5-.5 2.3-.5 1.9 0 2.5.9 2.5 2.2v4.6h-1.1zm0-3.1c-2.3 0-2.8.7-2.8 1.3 0 .6.4.9 1 .9 1.1 0 1.8-1.1 1.8-2.1v-.1zm7.8 3.1v-4.3c0-.9-.3-1.5-1.1-1.5-1.1 0-1.9 1.1-1.9 2.6v3.2h-1.2v-6.7h1.2c0 .4 0 1-.1 1.4.4-.9 1.2-1.6 2.4-1.6 1.5 0 2 1 2 2.1v4.7h-1.3zm7.5 0c0-.4 0-1 .1-1.4-.4.9-1.2 1.5-2.3 1.5-1.6 0-2.5-1.2-2.5-3.2 0-2.3 1.3-3.8 3.5-3.8.4 0 .7 0 1.1.1v-3.1h1.2v9.9h-1.1zm0-5.7c-.4-.1-.8-.1-1.2-.1-1.3 0-2.1.8-2.1 2.7 0 1.4.5 2.3 1.5 2.3 1.2 0 1.8-1.4 1.8-2.6v-2.3zm8.5 5.8c-1.4 0-1.8-.6-1.8-2v-3.9h-1.4v-.9h1.4v-2.2l1.2-.3v2.5h1.9v.9h-1.9v3.4c0 1.1.2 1.4 1 1.4.3 0 .6-.1.9-.1v1c-.4.1-.8.2-1.3.2m5.4 0c-1.8 0-3-1.1-3-3.4 0-2 1.2-3.5 3.3-3.5 1.7 0 3 .9 3 3.4-.1 1.9-1.3 3.5-3.3 3.5m.1-6c-1 0-1.9.7-1.9 2.4 0 1.6.7 2.5 1.9 2.5 1 0 1.9-.8 1.9-2.5 0-1.5-.6-2.4-1.9-2.4m7.5-4h1.2v9.9h-1.2zm4.2 2c-.4 0-.8-.4-.8-.8s.4-.8.8-.8.8.3.8.8-.4.8-.8.8m-.6 1.1h1.2v6.7h-1.2v-6.7zm7.4-2.1c-.3-.1-.7-.1-1-.1-1 0-1.4.5-1.4 1.7v.5h1.9v.9h-1.9v5.8h-1.2v-5.8h-1.4v-.9h1.4v-.5c0-1.9.9-2.7 2.6-2.7.4 0 .7 0 1.1.1l-.1 1zm5.9 5.4h-4.4c-.1 1.8.7 2.6 2.1 2.6.7 0 1.4-.2 2-.4l.1 1c-.6.3-1.4.4-2.3.4-2.1 0-3.2-1.1-3.2-3.4 0-2 1.1-3.5 3-3.5s2.7 1.3 2.7 2.8v.5m-2.7-2.5c-.9 0-1.5.7-1.6 1.6h3.1c0-.9-.6-1.6-1.5-1.6M0 79s.7 17.7 17.9 25.9c47.7 22.7 169.1 8.1 218-25.8-7.3 5.1-115.5 42.7-235.9-.1'/%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__top--center {
  text-align: center;
}

.footer__top--simple {
  background-color: #f8f8f8;
  padding: 3rem 0;
}

.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;
  }
}
.footer__bottom--center {
  text-align: center;
}

@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;
  }
  .footer-top__nav .panel:first-of-type {
    margin-left: 0;
  }
  .footer-top__nav .panel:last-of-type {
    margin-right: 0;
  }
  .footer-top__nav .panel .accordion-menu__parent-link:after {
    display: none;
  }
  .footer-top__nav .panel .collapse {
    display: block;
  }
  .footer-top__nav .panel .sub-menu__link {
    padding: 0.15rem 1.25rem;
  }
}
.footer-top__nav .panel-group {
  border-bottom: 1px solid #e6e6e6;
}

@media (min-width: 992px) {
  .footer-top__nav .panel-group {
    border: 0;
  }

  .footer-top__nav .panel-title {
    pointer-events: none;
  }
}
@media (max-width: 991px) {
  .footer-top__header {
    max-width: 560px;
    margin: 0 auto;
    float: none;
    clear: both;
    padding-top: 10px;
  }
}
.footer-top__logo {
  width: 100%;
  height: 65px;
  max-width: 98px;
  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='M2.4 72.6H.1v-9.1h2.7c2 0 3 .8 3 2.2 0 1-.6 1.8-1.6 2.1 1.2.1 1.8 1.1 1.8 2 0 1.1-.7 2.8-3.6 2.8m.2-8.2H1.4v2.9h.8c1.5 0 2.3-.6 2.3-1.6 0-.7-.4-1.3-1.9-1.3m-.4 3.9h-.9v3.2c.2 0 .6.1 1.2.1 1.5 0 2.1-.7 2.1-1.7.1-1.2-1-1.6-2.4-1.6m8.9-1.4c-1.4-.2-2.1.8-2.1 2.9v2.7H7.8v-6.7H9c0 .4 0 1-.1 1.6.3-.9 1-1.9 2.3-1.7l-.1 1.2zm2.1-2.2c-.4 0-.8-.4-.8-.8s.4-.8.8-.8.8.3.8.8-.3.8-.8.8m-.6 1.1h1.2v6.7h-1.2v-6.7zm7.8 6.8v-4.3c0-.9-.3-1.5-1.1-1.5-1.1 0-1.9 1.1-1.9 2.6v3.2h-1.2v-6.7h1.2c0 .4 0 1-.1 1.4.4-.9 1.2-1.6 2.4-1.6 1.5 0 2 1 2 2.1v4.7h-1.3zm5.8 3.4c-1.7 0-2.8-.7-2.8-2 0-.8.5-1.4 1.1-1.7-.4-.2-.7-.5-.7-1s.3-.9.8-1.1c-.7-.4-1-1.1-1-1.9 0-1.4 1.1-2.6 2.9-2.6.4 0 .7 0 1.1.1h2.3v1h-1.1c.4.3.6.7.6 1.3 0 1.4-1 2.5-2.9 2.5-.3 0-.6 0-.9-.1-.3.1-.4.3-.4.6 0 .4.3.5 1.1.5h1.2c1.5 0 2.3.7 2.3 1.9-.1 1.4-1.5 2.5-3.6 2.5m.9-3.4h-1.7c-.5.3-.9.7-.9 1.2 0 .8.8 1.2 1.8 1.2 1.4 0 2.2-.6 2.2-1.4 0-.6-.4-1-1.4-1m-.7-6c-1.1 0-1.7.7-1.7 1.6 0 1 .6 1.5 1.7 1.5 1 0 1.7-.6 1.7-1.5 0-1-.6-1.6-1.7-1.6m5.7-1.9c-.4 0-.8-.4-.8-.8s.4-.8.8-.8.8.3.8.8-.4.8-.8.8m-.6 1.1h1.2v6.7h-1.2v-6.7zm7.7 6.8v-4.3c0-.9-.3-1.5-1.1-1.5-1.1 0-1.9 1.1-1.9 2.6v3.2H35v-6.7h1.2c0 .4 0 1-.1 1.4.4-.9 1.2-1.6 2.4-1.6 1.5 0 2 1 2 2.1v4.7h-1.3zM45 76c-1.7 0-2.8-.7-2.8-2 0-.8.5-1.4 1.1-1.7-.4-.2-.7-.5-.7-1s.3-.9.8-1.1c-.7-.4-1-1.1-1-1.9 0-1.4 1.1-2.6 2.9-2.6.4 0 .7 0 1.1.1h2.3v1h-1.1c.4.3.6.7.6 1.3 0 1.4-1 2.5-2.9 2.5-.3 0-.6 0-.9-.1-.3.1-.4.3-.4.6 0 .4.3.5 1.1.5h1.2c1.5 0 2.3.7 2.3 1.9-.1 1.4-1.5 2.5-3.6 2.5m.9-3.4h-1.7c-.5.3-.9.7-.9 1.2 0 .8.8 1.2 1.8 1.2 1.4 0 2.2-.6 2.2-1.4 0-.6-.4-1-1.4-1m-.6-6c-1.1 0-1.7.7-1.7 1.6 0 1 .6 1.5 1.7 1.5 1 0 1.7-.6 1.7-1.5-.1-1-.7-1.6-1.7-1.6m14.1 6l-.8-2.1h-3.9l-.7 2.1h-1.3l3.3-9.1h1.4l3.3 9.1h-1.3zm-2.3-6.4c-.2-.5-.3-.9-.4-1.4-.1.4-.2.9-.4 1.4l-1.2 3.2h3.2l-1.2-3.2zm9.3 6.4c0-.4 0-1 .1-1.4-.4.9-1.2 1.6-2.4 1.6-1.5 0-2-1-2-2.1V66h1.2v4.3c0 .9.3 1.5 1.1 1.5 1.1 0 1.9-1.1 1.9-2.6V66h1.2v6.7h-1.1zm4.5.1c-.5 0-1 0-1.4-.1v-1.1c.4.1 1 .2 1.5.2.9 0 1.5-.4 1.5-1 0-1.5-3.1-.6-3.1-2.9 0-1.1.9-2 2.7-2 .4 0 .9.1 1.3.1v1c-.4-.1-.9-.2-1.4-.2-.9 0-1.3.4-1.3 1 0 1.5 3.1.7 3.1 2.9 0 1.2-1.1 2.1-2.9 2.1m6.8 0c-1.4 0-1.8-.6-1.8-2v-3.9h-1.4v-.9h1.4v-2.2l1.2-.3v2.5H79v.9h-1.9v3.4c0 1.1.2 1.4 1 1.4.3 0 .6-.1.9-.1v1c-.4.1-.9.2-1.3.2m6.2-5.8c-1.4-.2-2.1.8-2.1 2.9v2.7h-1.2v-6.7h1.2c0 .4 0 1-.1 1.6.3-.9 1-1.9 2.3-1.7l-.1 1.2zm5.1 5.7c0-.5 0-1 .1-1.3-.3.8-1.2 1.5-2.3 1.5-1.1 0-1.9-.6-1.9-1.7 0-1.5 1.5-2.4 4-2.4v-.5c0-.9-.4-1.4-1.5-1.4-.6 0-1.4.2-2 .6l-.1-1c.6-.3 1.5-.5 2.4-.5 1.9 0 2.5.9 2.5 2.2v4.6H89zm-.1-3.1c-2.3 0-2.8.7-2.8 1.3 0 .6.4.9 1 .9 1.1 0 1.8-1.1 1.8-2.1v-.1zm3.6-6.8h1.2v9.9h-1.2zm4.1 2c-.4 0-.8-.4-.8-.8s.4-.8.8-.8.8.3.8.8-.3.8-.8.8m-.6 1.1h1.2v6.7H96v-6.7zm7.1 6.8c0-.5 0-1 .1-1.3-.3.8-1.2 1.5-2.3 1.5-1.1 0-1.9-.6-1.9-1.7 0-1.5 1.5-2.4 4-2.4v-.5c0-.9-.4-1.4-1.5-1.4-.6 0-1.4.2-2 .6l-.1-1c.6-.3 1.5-.5 2.4-.5 1.9 0 2.5.9 2.5 2.2v4.6h-1.2zm-.1-3.1c-2.3 0-2.8.7-2.8 1.3 0 .6.4.9 1 .9 1.1 0 1.8-1.1 1.8-2.1v-.1zm14.9 3.3c-.6-.4-1.4-1-1.9-1.4-.9.8-2.1 1.3-3.6 1.3-1.9 0-3-1.1-3-2.6 0-1.2.8-2.1 1.9-3-.9-1.1-1.3-1.7-1.3-2.5 0-1.1.9-2.1 2.4-2.1 1.4 0 2.2.8 2.2 1.8 0 .9-.5 1.7-1.7 2.7.8.8 1.9 1.9 3 2.8.6-.8 1-2 .9-3.4h1.2c0 1.5-.4 3-1.2 4 .7.5 1.4 1 1.9 1.4l-.8 1zm-5.9-5c-.9.8-1.3 1.4-1.3 2.1 0 1 .7 1.8 1.9 1.8 1.1 0 1.9-.4 2.5-.9-1.1-1-2.4-2.2-3.1-3m.3-4.3c-.6 0-1.1.4-1.1 1.1 0 .4.3 1 1 1.8.8-.6 1.2-1.2 1.2-1.9 0-.5-.3-1-1.1-1m16.8 9.1l-3.5-5.6c-.4-.7-.7-1.3-1-1.9.1 1 .1 3.2.1 4.6v2.9h-1.2v-9.1h1.6l3.4 5.5c.4.7.8 1.3 1.1 2-.1-1.1-.1-3.4-.1-4.9v-2.6h1.2v9.1h-1.6zm9-3.5h-4.4c-.1 1.8.7 2.6 2.1 2.6.7 0 1.4-.2 2-.4l.1 1c-.6.3-1.4.4-2.3.4-2.1 0-3.2-1.1-3.2-3.4 0-2 1.1-3.5 3-3.5s2.7 1.3 2.7 2.8c.1.1 0 .3 0 .5m-2.7-2.5c-.9 0-1.5.7-1.6 1.6h3.1c0-.9-.5-1.6-1.5-1.6m11.7 6h-1.4l-1.3-4c-.1-.4-.3-.9-.4-1.3-.1.6-.3 1.1-.5 1.7l-1.1 3.6h-1.3l-2.1-6.7h1.3l1 3.6c.2.6.4 1.2.5 1.8.1-.6.3-1.2.5-1.7l1.1-3.6h1.3l1.2 3.6c.3.8.4 1.3.5 1.8.1-.6.3-1.1.5-1.7l1.1-3.6h1.3l-2.2 6.5zm6 0v-.9l3.8-6c.3-.4.5-.7.7-1.1h-4.4v-1.1h5.9v.9l-4 6.3c-.2.3-.4.5-.5.8h4.6v1.1h-6.1zm12.9-3.5h-4.4c-.1 1.8.7 2.6 2.1 2.6.7 0 1.4-.2 2-.4l.1 1c-.6.3-1.4.4-2.3.4-2.1 0-3.2-1.1-3.2-3.4 0-2 1.1-3.5 3-3.5s2.7 1.3 2.7 2.8v.5m-2.7-2.5c-.9 0-1.5.7-1.6 1.6h3.1c0-.9-.6-1.6-1.5-1.6m8.1 6c0-.5 0-1 .1-1.3-.3.8-1.2 1.5-2.3 1.5-1.1 0-1.9-.6-1.9-1.7 0-1.5 1.5-2.4 4-2.4v-.5c0-.9-.4-1.4-1.5-1.4-.6 0-1.4.2-2 .6l-.1-1c.6-.3 1.5-.5 2.3-.5 1.9 0 2.5.9 2.5 2.2v4.6h-1.1zm-.1-3.1c-2.3 0-2.8.7-2.8 1.3 0 .6.4.9 1 .9 1.1 0 1.8-1.1 1.8-2.1v-.1zm3.5-6.8h1.2v9.9h-1.2zm7.1 9.9c0-.5 0-1 .1-1.3-.3.8-1.2 1.5-2.3 1.5-1.1 0-1.9-.6-1.9-1.7 0-1.5 1.5-2.4 4-2.4v-.5c0-.9-.4-1.4-1.5-1.4-.6 0-1.4.2-2 .6l-.1-1c.6-.3 1.5-.5 2.3-.5 1.9 0 2.5.9 2.5 2.2v4.6h-1.1zm0-3.1c-2.3 0-2.8.7-2.8 1.3 0 .6.4.9 1 .9 1.1 0 1.8-1.1 1.8-2.1v-.1zm7.8 3.1v-4.3c0-.9-.3-1.5-1.1-1.5-1.1 0-1.9 1.1-1.9 2.6v3.2h-1.2v-6.7h1.2c0 .4 0 1-.1 1.4.4-.9 1.2-1.6 2.4-1.6 1.5 0 2 1 2 2.1v4.7h-1.3zm7.5 0c0-.4 0-1 .1-1.4-.4.9-1.2 1.5-2.3 1.5-1.6 0-2.5-1.2-2.5-3.2 0-2.3 1.3-3.8 3.5-3.8.4 0 .7 0 1.1.1v-3.1h1.2v9.9h-1.1zm0-5.7c-.4-.1-.8-.1-1.2-.1-1.3 0-2.1.8-2.1 2.7 0 1.4.5 2.3 1.5 2.3 1.2 0 1.8-1.4 1.8-2.6v-2.3zm8.5 5.8c-1.4 0-1.8-.6-1.8-2v-3.9h-1.4v-.9h1.4v-2.2l1.2-.3v2.5h1.9v.9h-1.9v3.4c0 1.1.2 1.4 1 1.4.3 0 .6-.1.9-.1v1c-.4.1-.8.2-1.3.2m5.4 0c-1.8 0-3-1.1-3-3.4 0-2 1.2-3.5 3.3-3.5 1.7 0 3 .9 3 3.4-.1 1.9-1.3 3.5-3.3 3.5m.1-6c-1 0-1.9.7-1.9 2.4 0 1.6.7 2.5 1.9 2.5 1 0 1.9-.8 1.9-2.5 0-1.5-.6-2.4-1.9-2.4m7.5-4h1.2v9.9h-1.2zm4.2 2c-.4 0-.8-.4-.8-.8s.4-.8.8-.8.8.3.8.8-.4.8-.8.8m-.6 1.1h1.2v6.7h-1.2v-6.7zm7.4-2.1c-.3-.1-.7-.1-1-.1-1 0-1.4.5-1.4 1.7v.5h1.9v.9h-1.9v5.8h-1.2v-5.8h-1.4v-.9h1.4v-.5c0-1.9.9-2.7 2.6-2.7.4 0 .7 0 1.1.1l-.1 1zm5.9 5.4h-4.4c-.1 1.8.7 2.6 2.1 2.6.7 0 1.4-.2 2-.4l.1 1c-.6.3-1.4.4-2.3.4-2.1 0-3.2-1.1-3.2-3.4 0-2 1.1-3.5 3-3.5s2.7 1.3 2.7 2.8v.5m-2.7-2.5c-.9 0-1.5.7-1.6 1.6h3.1c0-.9-.6-1.6-1.5-1.6M0 79s.7 17.7 17.9 25.9c47.7 22.7 169.1 8.1 218-25.8-7.3 5.1-115.5 42.7-235.9-.1'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .footer-top__logo {
    max-width: 135px;
    height: 92px;
    margin: 0;
  }
}
.footer-top__logo-content {
  font-size: 1.15rem;
  font-weight: 300;
  color: #999999;
  text-align: center;
}

@media (min-width: 992px) {
  .footer-top__logo-content {
    text-align: left;
  }
}
.footer-top__affiliates {
  display: block;
  margin: 20px auto 0;
  float: none;
  clear: both;
  text-align: center;
}

/*@media (min-width: 992px) {
  .footer-top__affiliates {
    max-width: 992px;
  }
}*/
.footer-top__affiliates-logo {
  width: 120px;
  display: inline-block;
  /* height: 27vw;
   max-height: 144px;*/
  background-size: 80% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-top__affiliates-logo--long {
  width: 160px;
}
@media (max-width: 991px) {
  .footer-top__affiliates-logo {
    width: 90px;
  }
  .footer-top__affiliates-logo--long {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .footer-top__affiliates-logo {
    width: 80px;
  }
  .footer-top__affiliates-logo--long {
    width: 120px;
  }
}

.footer-top__affiliates-logo--atas {
  background-image: url(../images/fl-atas.gif);
}
.footer-top__affiliates-logo--atas .footer-top__affiliates-link {
  background-image: url(../images/fl-atas-hover.gif);
}
.footer-top__affiliates-logo--atas .footer-top__affiliates-link:hover {
  opacity: 1;
}

.footer-top__affiliates-logo--ustoa {
  background-image: url(../images/fl-ustoa.gif);
}
.footer-top__affiliates-logo--ustoa .footer-top__affiliates-link {
  background-image: url(../images/fl-ustoa-hover.gif);
}
.footer-top__affiliates-logo--ustoa .footer-top__affiliates-link:hover {
  opacity: 1;
}

.footer-top__affiliates-logo--afta {
  background-image: url(../images/fl-afta.gif);
}
.footer-top__affiliates-logo--afta .footer-top__affiliates-link {
  background-image: url(../images/fl-afta-hover.gif);
}
.footer-top__affiliates-logo--afta .footer-top__affiliates-link:hover {
  opacity: 1;
}

.footer-top__affiliates-logo--ttc {
  background-image: url(../images/fl-ttc-stacked-logo.gif);
  width: 100px;
}
.footer-top__affiliates-logo--ttc .footer-top__affiliates-link {
  background-image: url(../images/fl-ttc-stacked-logo-hover.gif);
}
.footer-top__affiliates-logo--ttc .footer-top__affiliates-link:hover {
  opacity: 1;
}

.footer-top__affiliates-logo--tr {
  background-image: url(../images/fl-treadright.gif);
}
.footer-top__affiliates-logo--tr .footer-top__affiliates-link {
  background-image: url(../images/fl-treadright-hover.gif);
}
.footer-top__affiliates-logo--tr .footer-top__affiliates-link:hover {
  opacity: 1;
}

.footer-top__affiliates-logo--tm {
  background-image: url(../images/fl-tollman.gif);
}
.footer-top__affiliates-logo--tm .footer-top__affiliates-link {
  background-image: url(../images/fl-tollman-hover.gif);
}
.footer-top__affiliates-logo--tm .footer-top__affiliates-link:hover {
  opacity: 1;
}

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

.footer-top__affiliates-logo--nztec {
  background-image: url(../images/fl-nztec.gif);
}
.footer-top__affiliates-logo--nztec .footer-top__affiliates-link {
  background-image: url(../images/fl-nztec-hover.gif);
}
.footer-top__affiliates-logo--nztec .footer-top__affiliates-link:hover {
  opacity: 1;
}

.footer-top__affiliates-logo--cato {
  background-image: url(../images/fl-cato.gif);
}
.footer-top__affiliates-logo--cato .footer-top__affiliates-link {
  background-image: url(../images/fl-cato-hover.gif);
}
.footer-top__affiliates-logo--cato .footer-top__affiliates-link:hover {
  opacity: 1;
}

.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: 144px;
  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: 90px;
  }
}
.footer-top__affiliates-link:hover {
  opacity: 1;
}

@media (min-width: 992px) {
  .footer-bottom > .container {
    border-top: 2px solid #e6e6e6;
    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;
  }
}
.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;
}

#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;
}

/* 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;
}
@media (min-width: 1100px) {
  #TourPage .modal-lg {
    width: 80%;
    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: #db1a21;
}
#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: #db1a21;
  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;
  }
}

/* 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: #db1a21;
  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: #db1a21;
  font-size: 13px;
}

.header-notification {
  position: absolute;
  top: 136px;
  left: 0;
  display: block;
  z-index: 100;
  background-color: #db1a21;
  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: 60px;
  height: 14px;
  margin-top: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 187.26 47.66'%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='M35.21,20.75c-7.52-5-16.41-3.63-16.41-8.75,0-2.34,2.14-3.25,4.15-3.25,6.75,0,9.28,7.4,13.62,7.4,2.4,0,3.83-2.21,3.83-4.41,0-5.45-4.93-10.25-7.14-10.25-1.36,0-2.27.78-3.17.78S24.45.39,20.3.39C7.72.39,1.23,8.75,1.23,15.5c0,4.67,2.6,8.62,6.16,11.47,7.2,5.78,16.08,4.61,16.08,9.28,0,2.46-3.56,3.17-5,3.17C6.55,39.42,7.33,29.11,2.72,29.11.78,29.11,0,30.86,0,32.62c0,3.3,1.49,10.18,4.6,11.93,3.7,2,11,3.11,15.31,3.11,15.1,0,21.33-8.56,21.33-16.15C41.24,26.65,39.23,23.41,35.21,20.75Z'/%3E%3Cpath class='cls-1' d='M92.6,31c-5.32,0-1.56,9.15-14.85,9.15-6.81,0-7.46.45-7.46-9,0-2.07-.06-4.54,2.66-4.54,6.55,0,2.53,6.81,6.55,6.81S83.84,25.61,83.84,23s-.26-9.85-4-9.85c-4.6,0-.91,7.2-5.83,7.2-4,0-4.15-.13-4.15-3.89,0-7.46-.72-8.76,6.48-8.76,12.32,0,8.17,6.23,13.29,6.23,2.53,0,3.38-2.53,3.38-4.67C93,6.35,91.43,0,87.73,0c-1,0-2.27,1.3-11,1.3H58.1C55.44,1.3,50,.65,50,4.6c0,4.61,4.92-.51,5.38,9.41.65,11.73.58,10.57-.2,22.37-.45,6.87-4.86,4-4.86,7.58,0,.85.06,2.79,4.34,2.79H81.31c2.21,0,4,.2,5.45.32s2.4.39,2.85.39c2.6,0,6.1-7.91,6.1-12.32C95.71,33.33,94.67,31,92.6,31Z'/%3E%3Cpath class='cls-1' d='M128.12,9c1.49-1.68,4-1.55,4-3.89,0-4.41-8-4.54-11.87-4.54-1.29,0-14.52,0-14.52,4.67,0,2.47,2.53,2.66,4,4.54.71.91,1.36,2.79,1.36,11v6.42c0,9.08-.65,11.48-1.43,12.39-1,1.23-3.24,1.55-3.24,3.63,0,4.15,8.17,4.21,10.89,4.21,14.2,0,14.79-2.91,14.79-4.86s-1.56-2.33-3.18-3.31c-1.29-.77-2.07-.51-2.07-12.06V20.81C126.83,16.28,126.89,10.44,128.12,9Z'/%3E%3Cpath class='cls-1' d='M179.48.39a7.85,7.85,0,0,0-2.66.45,22.06,22.06,0,0,1-5.06.46H155.81a32.43,32.43,0,0,1-5.57-.46,16.94,16.94,0,0,0-2.4-.45c-3.7,0-8.37,7.2-8.37,12.71,0,2.33,1.49,4.67,4,4.67,5.25,0,6.68-7.66,9.6-7.66.91,0,2.27-.06,2,6.75l-.52,14.33c-.06,1.62-.32,5.51-1,6.87-1.3,2.47-5.32,1.1-5.32,4.54,0,5,12.13,4.86,15.43,4.86,12.13,0,13.36-2.85,13.36-4.86,0-4.54-6-.84-6-8.56V14.14c0-.52-.26-4,2.27-4,3.3,0,3.24,7.66,8.88,7.66,3.31,0,5-2.14,5-5.39C187.26,5.38,182,.39,179.48.39Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .header__top--logo .text-logo--seit {
    width: 39px;
    height: 10px;
    margin-top: 17px;
  }
}
.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%;
}

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