/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 641px;
  --breakpoint-md: 641px;
  --breakpoint-lg: 641px;
  --breakpoint-xl: 641px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1875;
  color: #4A4A4A;
  text-align: left;
  background-color: #FFFFFF; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #417C3D;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #00402F;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .news-landing-page-content .date, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Panton", sans-serif;
  font-weight: 700;
  line-height: 1.2222;
  color: #4A4A4A; }

h1, .h1 {
  font-size: 2.25rem; }

h2, .h2, .news-landing-page-content .date {
  font-size: 1.5625rem; }

h3, .h3 {
  font-size: 1.25rem; }

h4, .h4 {
  font-size: 1.125rem; }

h5, .h5 {
  font-size: 0.875rem; }

h6, .h6 {
  font-size: 0.75rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 641px) {
    .container {
      max-width: 1170px; } }
  @media (min-width: 641px) {
    .container {
      max-width: 1170px; } }
  @media (min-width: 641px) {
    .container {
      max-width: 1170px; } }
  @media (min-width: 641px) {
    .container {
      max-width: 1170px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 641px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 641px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 641px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 641px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #DDDDDD; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #DDDDDD; }
  .table tbody + tbody {
    border-top: 2px solid #DDDDDD; }
  .table .table {
    background-color: #FFFFFF; }

.table-sm th,
.table-sm td {
  padding: 8px; }

.table-bordered {
  border: 1px solid #DDDDDD; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #DDDDDD; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #F9F9F9; }

.table-hover tbody tr:hover {
  background-color: #F5F5F5; }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: #F5F5F5; }

.table-hover .table-active:hover {
  background-color: #e8e8e8; }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: #e8e8e8; }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #DDDDDD; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 640px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 640px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 640px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 640px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #333333;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #E6E7E8;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #66AFE9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #333333;
  background-color: #FFFFFF; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn-link, .booking-widget .bottom-links .input-group-sm > .input-group-prepend > a.form-control-plaintext,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.btn-link, .booking-widget .bottom-links .input-group-sm > .input-group-append > a.form-control-plaintext, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn-link, .booking-widget .bottom-links .input-group-lg > .input-group-prepend > a.form-control-plaintext,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.btn-link, .booking-widget .bottom-links .input-group-lg > .input-group-append > a.form-control-plaintext {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .btn-link, .booking-widget .bottom-links .input-group-sm > .input-group-prepend > a,
.input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .btn-link, .booking-widget .bottom-links .input-group-sm > .input-group-append > a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 5px; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn-link:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.btn-link:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .btn-link, .booking-widget .bottom-links .input-group-lg > .input-group-prepend > a,
.input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .btn-link, .booking-widget .bottom-links .input-group-lg > .input-group-append > a {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 5px; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn-link:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.btn-link:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 641px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn, .btn-link, .booking-widget .bottom-links a {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn, .btn-link, .booking-widget .bottom-links a {
      transition: none; } }
  .btn:hover, .btn-link:hover, .booking-widget .bottom-links a:hover, .btn:focus, .btn-link:focus, .booking-widget .bottom-links a:focus {
    text-decoration: none; }
  .btn:focus, .btn-link:focus, .booking-widget .bottom-links a:focus, .btn.focus, .focus.btn-link, .booking-widget .bottom-links a.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .disabled.btn-link, .booking-widget .bottom-links a.disabled, .btn:disabled, .btn-link:disabled, .booking-widget .bottom-links a:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled), .btn-link:not(:disabled):not(.disabled), .booking-widget .bottom-links a:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn-link:not(:disabled):not(.disabled):active, .booking-widget .bottom-links a:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .btn-link:not(:disabled):not(.disabled).active, .booking-widget .bottom-links a:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled, a.disabled.btn-link, .booking-widget .bottom-links a.disabled,
fieldset:disabled a.btn,
fieldset:disabled a.btn-link,
fieldset:disabled .booking-widget .bottom-links a,
.booking-widget .bottom-links fieldset:disabled a {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link, .booking-widget .bottom-links a {
  font-weight: 400;
  color: #417C3D;
  background-color: transparent; }
  .btn-link:hover, .booking-widget .bottom-links a:hover {
    color: #00402F;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .booking-widget .bottom-links a:focus, .btn-link.focus, .booking-widget .bottom-links a.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .booking-widget .bottom-links a:disabled, .btn-link.disabled, .booking-widget .bottom-links a.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .btn-link, .booking-widget .bottom-links .btn-group-lg > a {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .btn-link, .booking-widget .bottom-links .btn-group-sm > a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 0;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #4A4A4A;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid transparent; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #03A6FF;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #79a3c2;
    text-decoration: none;
    background-color: transparent; }
  .dropdown-item.active, .dropdown-item:active {
    color: #03A6FF;
    text-decoration: none;
    background-color: transparent; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #03A6FF; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .btn-group > .btn-link, .booking-widget .bottom-links .btn-group > a,
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-link,
  .booking-widget .bottom-links .btn-group-vertical > a {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover, .btn-group > .btn-link:hover, .booking-widget .bottom-links .btn-group > a:hover,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn-link:hover,
    .booking-widget .bottom-links .btn-group-vertical > a:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn-link:focus, .booking-widget .bottom-links .btn-group > a:focus, .btn-group > .btn:active, .btn-group > .btn-link:active, .booking-widget .bottom-links .btn-group > a:active, .btn-group > .btn.active, .btn-group > .active.btn-link, .booking-widget .bottom-links .btn-group > a.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn-link:focus,
    .booking-widget .bottom-links .btn-group-vertical > a:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn-link:active,
    .booking-widget .bottom-links .btn-group-vertical > a:active,
    .btn-group-vertical > .btn.active,
    .btn-group-vertical > .active.btn-link,
    .booking-widget .bottom-links .btn-group-vertical > a.active {
      z-index: 1; }
  .btn-group .btn + .btn, .btn-group .btn-link + .btn, .btn-group .booking-widget .bottom-links a + .btn, .booking-widget .bottom-links .btn-group a + .btn, .btn-group .btn + .btn-link, .btn-group .btn-link + .btn-link, .btn-group .booking-widget .bottom-links a + .btn-link, .booking-widget .bottom-links .btn-group a + .btn-link, .btn-group .booking-widget .bottom-links .btn + a, .booking-widget .bottom-links .btn-group .btn + a, .btn-group .booking-widget .bottom-links .btn-link + a, .booking-widget .bottom-links .btn-group .btn-link + a, .btn-group .booking-widget .bottom-links a + a, .booking-widget .bottom-links .btn-group a + a,
  .btn-group .btn + .btn-group,
  .btn-group .btn-link + .btn-group,
  .btn-group .booking-widget .bottom-links a + .btn-group,
  .booking-widget .bottom-links .btn-group a + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-link,
  .btn-group .booking-widget .bottom-links .btn-group + a,
  .booking-widget .bottom-links .btn-group .btn-group + a,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn-link + .btn,
  .btn-group-vertical .booking-widget .bottom-links a + .btn,
  .booking-widget .bottom-links .btn-group-vertical a + .btn,
  .btn-group-vertical .btn + .btn-link,
  .btn-group-vertical .btn-link + .btn-link,
  .btn-group-vertical .booking-widget .bottom-links a + .btn-link,
  .booking-widget .bottom-links .btn-group-vertical a + .btn-link,
  .btn-group-vertical .booking-widget .bottom-links .btn + a,
  .booking-widget .bottom-links .btn-group-vertical .btn + a,
  .btn-group-vertical .booking-widget .bottom-links .btn-link + a,
  .booking-widget .bottom-links .btn-group-vertical .btn-link + a,
  .btn-group-vertical .booking-widget .bottom-links a + a,
  .booking-widget .bottom-links .btn-group-vertical a + a,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-link + .btn-group,
  .btn-group-vertical .booking-widget .bottom-links a + .btn-group,
  .booking-widget .bottom-links .btn-group-vertical a + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-link,
  .btn-group-vertical .booking-widget .bottom-links .btn-group + a,
  .booking-widget .bottom-links .btn-group-vertical .btn-group + a,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child, .btn-group > .btn-link:first-child, .booking-widget .bottom-links .btn-group > a:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-link:not(:last-child):not(.dropdown-toggle), .booking-widget .bottom-links .btn-group > a:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .btn-link,
.booking-widget .bottom-links .btn-group > .btn-group:not(:last-child) > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child), .btn-group > .btn-link:not(:first-child), .booking-widget .bottom-links .btn-group > a:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .btn-link,
.booking-widget .bottom-links .btn-group > .btn-group:not(:first-child) > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .btn-link + .dropdown-toggle-split, .booking-widget .bottom-links .btn-group-sm > a + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .btn-link + .dropdown-toggle-split, .booking-widget .bottom-links .btn-group-lg > a + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn, .btn-group-vertical .btn-link, .btn-group-vertical .booking-widget .bottom-links a, .booking-widget .bottom-links .btn-group-vertical a,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn-link + .btn, .booking-widget .bottom-links .btn-group-vertical > a + .btn, .btn-group-vertical > .btn + .btn-link, .btn-group-vertical > .btn-link + .btn-link, .booking-widget .bottom-links .btn-group-vertical > a + .btn-link, .booking-widget .bottom-links .btn-group-vertical > .btn + a, .booking-widget .bottom-links .btn-group-vertical > .btn-link + a, .booking-widget .bottom-links .btn-group-vertical > a + a,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-link + .btn-group,
  .booking-widget .bottom-links .btn-group-vertical > a + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-link,
  .booking-widget .bottom-links .btn-group-vertical > .btn-group + a,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-link:not(:last-child):not(.dropdown-toggle), .booking-widget .bottom-links .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .btn-group-vertical > .btn-group:not(:last-child) > .btn-link,
  .booking-widget .bottom-links .btn-group-vertical > .btn-group:not(:last-child) > a {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-link:not(:first-child), .booking-widget .bottom-links .btn-group-vertical > a:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn-link,
  .booking-widget .bottom-links .btn-group-vertical > .btn-group:not(:first-child) > a {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-link, .booking-widget .bottom-links .btn-group-toggle > a,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .btn-link,
.booking-widget .bottom-links .btn-group-toggle > .btn-group > a {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn-link input[type="radio"], .booking-widget .bottom-links .btn-group-toggle > a input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-link input[type="checkbox"],
  .booking-widget .bottom-links .btn-group-toggle > a input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn-link input[type="radio"],
  .booking-widget .bottom-links .btn-group-toggle > .btn-group > a input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn-link input[type="checkbox"],
  .booking-widget .bottom-links .btn-group-toggle > .btn-group > a input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend .btn-link, .input-group-prepend .booking-widget .bottom-links a, .booking-widget .bottom-links .input-group-prepend a,
  .input-group-append .btn,
  .input-group-append .btn-link,
  .input-group-append .booking-widget .bottom-links a,
  .booking-widget .bottom-links .input-group-append a {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn, .input-group-prepend .btn-link + .btn, .input-group-prepend .booking-widget .bottom-links a + .btn, .booking-widget .bottom-links .input-group-prepend a + .btn, .input-group-prepend .btn + .btn-link, .input-group-prepend .btn-link + .btn-link, .input-group-prepend .booking-widget .bottom-links a + .btn-link, .booking-widget .bottom-links .input-group-prepend a + .btn-link, .input-group-prepend .booking-widget .bottom-links .btn + a, .booking-widget .bottom-links .input-group-prepend .btn + a, .input-group-prepend .booking-widget .bottom-links .btn-link + a, .booking-widget .bottom-links .input-group-prepend .btn-link + a, .input-group-prepend .booking-widget .bottom-links a + a, .booking-widget .bottom-links .input-group-prepend a + a,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .btn-link + .input-group-text,
  .input-group-prepend .booking-widget .bottom-links a + .input-group-text,
  .booking-widget .bottom-links .input-group-prepend a + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .input-group-text + .btn-link,
  .input-group-prepend .booking-widget .bottom-links .input-group-text + a,
  .booking-widget .bottom-links .input-group-prepend .input-group-text + a,
  .input-group-append .btn + .btn,
  .input-group-append .btn-link + .btn,
  .input-group-append .booking-widget .bottom-links a + .btn,
  .booking-widget .bottom-links .input-group-append a + .btn,
  .input-group-append .btn + .btn-link,
  .input-group-append .btn-link + .btn-link,
  .input-group-append .booking-widget .bottom-links a + .btn-link,
  .booking-widget .bottom-links .input-group-append a + .btn-link,
  .input-group-append .booking-widget .bottom-links .btn + a,
  .booking-widget .bottom-links .input-group-append .btn + a,
  .input-group-append .booking-widget .bottom-links .btn-link + a,
  .booking-widget .bottom-links .input-group-append .btn-link + a,
  .input-group-append .booking-widget .bottom-links a + a,
  .booking-widget .bottom-links .input-group-append a + a,
  .input-group-append .btn + .input-group-text,
  .input-group-append .btn-link + .input-group-text,
  .input-group-append .booking-widget .bottom-links a + .input-group-text,
  .booking-widget .bottom-links .input-group-append a + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .input-group-text + .btn-link,
  .input-group-append .booking-widget .bottom-links .input-group-text + a,
  .booking-widget .bottom-links .input-group-append .input-group-text + a {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 5px; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .btn-link, .booking-widget .bottom-links .input-group > .input-group-prepend > a,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .btn-link,
.booking-widget .bottom-links .input-group > .input-group-append:not(:last-child) > a,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn-link:not(:last-child):not(.dropdown-toggle),
.booking-widget .bottom-links .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .btn-link, .booking-widget .bottom-links .input-group > .input-group-append > a,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .btn-link,
.booking-widget .bottom-links .input-group > .input-group-prepend:not(:first-child) > a,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .btn-link:not(:first-child),
.booking-widget .bottom-links .input-group > .input-group-prepend:first-child > a:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.1875rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.09375rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.09375rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #333333;
      background-color: #FFFFFF; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #80bdff; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-webkit-slider-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-moz-range-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-ms-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 640px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 641px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 640px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 641px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 640px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 641px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 640px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 641px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 641px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 641px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 641px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0px;
  margin-bottom: 0px;
  list-style: none;
  background-color: transparent;
  border-radius: 0; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 8px; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 8px;
    color: #000000;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #03A6FF; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 4px; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge, .btn-link .badge, .booking-widget .bottom-links a .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 641px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 641px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 641px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1875;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1875;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 4px !important; }

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important; }

.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important; }

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 641px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 641px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 641px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 641px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 641px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 641px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 641px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 641px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 641px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 641px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 641px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 641px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 641px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 641px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 641px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 641px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 641px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 641px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 641px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 641px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #4A4A4A !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn):not(.btn-link) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 641px !important; }
  .container {
    min-width: 641px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #DDDDDD; }
  .table .thead-dark th {
    color: inherit;
    border-color: #DDDDDD; } }

/*
For naming convention of color variable I have used this site
https://www.htmlcsscolor.com/hex/262928
we have to place the hex code of color after the last slash (/), It give a nice name for the color
*/
/*
 * Vendor Prefix generator
 */
/*
 * a small mixin for easy use of rem with px as fallback
 * usage: @include x-rem(font-size, 14px)
 * usage: @include x-rem(margin, 0 12px 2 1.2)
 * usage: @include x-rem(padding, 1.5 24px)
 *
 * thanks to Eric Meyer for https://github.com/ericam/susy
 * and Hans Christian Reinl for http://drublic.de/blog/rem-fallback-sass-less/
 */
/*
 * Linear gradient generator. 'start' is top, 'end' is bottom. IE9 support not included using CSS SVG include.
 *
 * Use http://www.colorzilla.com/gradient-editor/ to generate IE9 SVG element
 *
 */
/****************** BUTTONS **************************/
/*
 * Linear gradient generator. 'start' is top, 'end' is bottom. IE9 support not included using CSS SVG include.
 *
 * Use http://www.colorzilla.com/gradient-editor/ to generate IE9 SVG element
 *
 */
#browser-upgrade,
#browser-warning {
  width: 100%;
  display: block;
  padding: 20px 0; }
  @media screen and (max-width: 640px) {
    #browser-upgrade .row,
    #browser-warning .row {
      margin-left: 0;
      margin-right: 0; } }
  #browser-upgrade p,
  #browser-warning p {
    line-height: 1; }

#browser-upgrade {
  background-color: #F2F3F3; }

#browser-warning {
  background-color: #F2F3F3; }

#browser-upgrade p,
#browser-warning p {
  font-size: 14px;
  color: #262928;
  padding: 0;
  margin: 0;
  line-height: 1.5; }
  #browser-upgrade p i,
  #browser-warning p i {
    margin-right: 10px;
    font-size: 1.25rem;
    vertical-align: text-bottom;
    line-height: 1; }

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot"), url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block; }

.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

@media screen and (min-width: 641px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 1.875rem; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; } }

.svg-alert-icon, .notices .container:before, .brexit-info .container:before {
  background: url("svg/sprite.svg") 75.53957% 48.10127% no-repeat;
  width: 36px;
  height: 36px; }

.svg-arrivals, .btn-featured.icon-arrivals:before {
  background: url("svg/sprite.svg") 0 62.6556% no-repeat;
  width: 41px;
  height: 32px; }

.svg-arrow-dark, .pin-bar .btn-link:after, .pin-bar .booking-widget .bottom-links a:after, .booking-widget .bottom-links .pin-bar a:after {
  background: url("svg/sprite.svg") 52.17391% 97.6834% no-repeat;
  width: 15px;
  height: 14px; }

.svg-by_bus, .btn-featured.icon-bus:before, .icon-cta-spotlight.buy-bus-ticket:before, .icon-cta-spotlight.buy-bus-ticket.active:before, .icon-cta-spotlight.buy-bus-ticket:hover:before {
  background: url("svg/sprite.svg") 37.64259% 47.95082% no-repeat;
  width: 51px;
  height: 29px; }

.svg-by_car, .btn-featured.icon-car:before {
  background: url("svg/sprite.svg") 38.07692% 37.09677% no-repeat;
  width: 54px;
  height: 25px; }

.svg-calendar-icon, .datepicker-with-label:after, .promo:after, .platinum-booking-type:after, .terminal:after, .form-wrapper .input-group:after {
  background: url("svg/sprite.svg") 36.57718% 98.44358% no-repeat;
  width: 16px;
  height: 16px; }

.svg-check {
  background: url("svg/sprite.svg") 43.70861% 31.69811% no-repeat;
  width: 12px;
  height: 8px; }

.svg-chevron, #loadEarlierButton:after, .side-nav > ul > li.dropdown > ul > li > a:before, .side-nav.chevron > ul > li.dropdown > a:after, .pagination-bar ul.paging li.previous-page a:before, .pagination-bar ul.paging li.next-page a:before, .icon-cta-spotlight:after, #megaMenu .gns > ul.mega-menu > li > a[aria-haspopup="true"]:before, #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub.active > a[aria-haspopup="true"]:after {
  background: url("svg/sprite.svg") 65.46053% 47.65625% no-repeat;
  width: 10px;
  height: 17px; }

.svg-chevron-gray, .pagination-bar ul.paging li.previous-page.disabled a:before, .pagination-bar ul.paging li.next-page.disabled a:before, #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub > a[aria-haspopup="true"]:after, .breadcrumb.d-block .breadcrumb-item a:before {
  background: url("svg/sprite.svg") 49.34211% 45.70313% no-repeat;
  width: 10px;
  height: 17px; }

.svg-close, #wechatModal .modal-dialog .modal-header .close, #header_drill_down.inner-page .search-btn.open, #header_drill_down #toggleSearch.open, #header_drill_down #toggleMenu.active, #header_drill_down.bg-green:not(.sticky):not(.opened).opened #toggleSearch.open, #header_drill_down.bg-green:not(.sticky):not(.opened).opened #toggleMenu {
  background: url("svg/sprite.svg") 61.01695% 59.68379% no-repeat;
  width: 19px;
  height: 20px; }

.svg-close-white, #header_drill_down .search-btn.open, #header_drill_down.bg-green:not(.sticky):not(.opened) #toggleSearch.open {
  background: url("svg/sprite.svg") 86.44068% 86.16601% no-repeat;
  width: 19px;
  height: 20px; }

.svg-departures, .btn-featured.icon-departures:before {
  background: url("svg/sprite.svg") 58.60806% 11.15702% no-repeat;
  width: 41px;
  height: 31px; }

.svg-down-chevron, .flight-list-header .search .form-group:first-of-type:after, .flight-list-header .search .form-group:nth-of-type(2):after, .styled-select:after, .inner-banner .search .form-group:after, .destination-filter-wrapper .search-destination .form-group:after, .membership-tabs .left-side-card .form-group:after {
  background: url("svg/sprite.svg") 57.19064% 96.19772% no-repeat;
  width: 15px;
  height: 10px; }

.svg-download-icon, .standard-content a.btn-download:before {
  background: url("svg/sprite.svg") 75.53957% 32.91139% no-repeat;
  width: 36px;
  height: 36px; }

.svg-dublin-airport-logo-green, #header_drill_down .logo, #header_drill_down.bg-green:not(.sticky):not(.opened).opened .logo {
  background: url("svg/sprite.svg") 0 11.88525% no-repeat;
  width: 160px;
  height: 29px; }

.svg-dublin-airport-logo-white, #header_drill_down.bg-green:not(.sticky):not(.opened) .logo {
  background: url("svg/sprite.svg") 0 0 no-repeat;
  width: 160px;
  height: 29px; }

.svg-dubplus {
  background: url("svg/sprite.svg") 0 24.26778% no-repeat;
  width: 132px;
  height: 34px; }

.svg-facilities, .btn-featured.icon-facilities:before {
  background: url("svg/sprite.svg") 98.25784% 90.51383% no-repeat;
  width: 27px;
  height: 20px; }

.svg-fast-track {
  background: url("svg/sprite.svg") 99.64664% 38.70968% no-repeat;
  width: 31px;
  height: 25px; }

.svg-getintouch-email, .get-in-touch ul.contact-list li.email:before {
  background: url("svg/sprite.svg") 45.83333% 61.1336% no-repeat;
  width: 26px;
  height: 26px; }

.svg-getintouch-phone {
  background: url("svg/sprite.svg") 27.77778% 61.1336% no-repeat;
  width: 26px;
  height: 26px; }

.svg-getintouch-twitter, .get-in-touch ul.contact-list li.twitter:before {
  background: url("svg/sprite.svg") 36.80556% 61.1336% no-repeat;
  width: 26px;
  height: 26px; }

.svg-info-maps, .btn-featured.icon-info:before {
  background: url("svg/sprite.svg") 71.98582% 88.97959% no-repeat;
  width: 32px;
  height: 28px; }

.svg-link-arrow, .btn-link:after, .booking-widget .bottom-links a:after, .btn-link.back:after, .flight-list table tbody tr td:nth-of-type(8) a:after, #megaMenu .gns .mega-menu > li a.btn:before, #megaMenu .gns .mega-menu > li a.btn-link:before, #megaMenu .gns .mega-menu > li .booking-widget .bottom-links a:before, .booking-widget .bottom-links #megaMenu .gns .mega-menu > li a:before {
  background: url("svg/sprite.svg") 87.95987% 78.37838% no-repeat;
  width: 15px;
  height: 14px; }

.svg-link-arrow-dark {
  background: url("svg/sprite.svg") 47.15719% 97.6834% no-repeat;
  width: 15px;
  height: 14px; }

.svg-lounges, .btn-featured.icon-lounges:before {
  background: url("svg/sprite.svg") 97.91667% 82.11382% no-repeat;
  width: 26px;
  height: 27px; }

.svg-lounges-darker {
  background: url("svg/sprite.svg") 100% 26.55602% no-repeat;
  width: 32px;
  height: 32px; }

.svg-menu-green, #header_drill_down #toggleMenu {
  background: url("svg/sprite.svg") 99.29577% 60.1626% no-repeat;
  width: 30px;
  height: 27px; }

.svg-menu-white, #header_drill_down.bg-green:not(.sticky):not(.opened) #toggleMenu {
  background: url("svg/sprite.svg") 99.29577% 71.13821% no-repeat;
  width: 30px;
  height: 27px; }

.svg-minus, .accordion .card .card-header a:after {
  background: url("svg/sprite.svg") 94.63087% 91.88192% no-repeat;
  width: 16px;
  height: 2px; }

.svg-newsletter-check, .get-in-touch ul:not(.contact-list) li:before {
  background: url("svg/sprite.svg") 45.83333% 23.48178% no-repeat;
  width: 26px;
  height: 26px; }

.svg-nrLogo {
  background: url("svg/sprite.svg") 0 42.99065% no-repeat;
  width: 99px;
  height: 59px; }

.svg-pin-green, .pin-bar .container:before {
  background: url("svg/sprite.svg") 0 100% no-repeat;
  width: 20px;
  height: 20px; }

.svg-pin-white, .btn-icon.pin:before {
  background: url("svg/sprite.svg") 6.80272% 100% no-repeat;
  width: 20px;
  height: 20px; }

.svg-platinum {
  background: url("svg/sprite.svg") 60.6383% 90.45643% no-repeat;
  width: 32px;
  height: 32px; }

.svg-plus, .accordion .card .card-header a.collapsed:after, .side-nav h3:after, .side-nav > ul > li.dropdown > a:after {
  background: url("svg/sprite.svg") 41.94631% 98.44358% no-repeat;
  width: 16px;
  height: 16px; }

.svg-prm, .promo:after {
  background: url("svg/sprite.svg") 20.06689% 98.82813% no-repeat;
  width: 15px;
  height: 17px; }

.svg-refresh-icon, .refresh-icon {
  background: url("svg/sprite.svg") 25.25253% 98.82813% no-repeat;
  width: 17px;
  height: 17px; }

.svg-refresh-icon-hover, .refresh-icon:hover {
  background: url("svg/sprite.svg") 30.97643% 98.82813% no-repeat;
  width: 17px;
  height: 17px; }

.svg-restaurants, .btn-featured.icon-restaurants:before {
  background: url("svg/sprite.svg") 88.53047% 14.28571% no-repeat;
  width: 35px;
  height: 28px; }

.svg-search, .search-box .form-group .input-group .input-group-append:before, #header_drill_down.inner-page .search-btn, #header_drill_down #toggleSearch, #header_drill_down.bg-green:not(.sticky):not(.opened).opened #toggleSearch {
  background: url("svg/sprite.svg") 54.10959% 60.15936% no-repeat;
  width: 22px;
  height: 22px; }

.svg-search-white, #header_drill_down .search-btn, #header_drill_down.bg-green:not(.sticky):not(.opened) #toggleSearch {
  background: url("svg/sprite.svg") 79.93197% 86.16601% no-repeat;
  width: 20px;
  height: 20px; }

.svg-services_airport_club, .icon-cta-spotlight.aiport-club:before {
  background: url("svg/sprite.svg") 14.90909% 61.38211% no-repeat;
  width: 39px;
  height: 27px; }

.svg-services_airport_club-dark, .icon-cta-spotlight.aiport-club.active:before, .icon-cta-spotlight.aiport-club:hover:before {
  background: url("svg/sprite.svg") 58.18182% 49.5935% no-repeat;
  width: 39px;
  height: 27px; }

.svg-services_fast_track, .icon-cta-spotlight.fast-track:before {
  background: url("svg/sprite.svg") 58.60806% 37.3444% no-repeat;
  width: 41px;
  height: 32px; }

.svg-services_fast_track-dark, .icon-cta-spotlight.fast-track.active:before, .icon-cta-spotlight.fast-track:hover:before, .btn.btn-book-flight.fast-track:before, .btn-book-flight.fast-track.btn-link:before, .booking-widget .bottom-links a.btn-book-flight.fast-track:before {
  background: url("svg/sprite.svg") 58.60806% 24.06639% no-repeat;
  width: 41px;
  height: 32px; }

.svg-services_lounges, .icon-cta-spotlight.lounges:before, .forms-tabs .icon-cta-spotlight.lounges:before {
  background: url("svg/sprite.svg") 75.81227% 0 no-repeat;
  width: 37px;
  height: 39px; }

.svg-services_lounges-dark, .icon-cta-spotlight.lounges.active:before, .icon-cta-spotlight.lounges:hover:before, .btn.btn-book-flight.lounge:before, .btn-book-flight.lounge.btn-link:before, .booking-widget .bottom-links a.btn-book-flight.lounge:before {
  background: url("svg/sprite.svg") 75.81227% 16.66667% no-repeat;
  width: 37px;
  height: 39px; }

.svg-services_parking, .icon-cta-spotlight.parking:before, .forms-tabs .icon-cta-spotlight.parking:before {
  background: url("svg/sprite.svg") 74.7331% 62.24066% no-repeat;
  width: 33px;
  height: 32px; }

.svg-services_parking-dark, .icon-cta-spotlight.parking.active:before, .icon-cta-spotlight.parking:hover:before, .forms-tabs .icon-cta-spotlight.parking:before {
  background: url("svg/sprite.svg") 49.11032% 90.45643% no-repeat;
  width: 33px;
  height: 32px; }

.svg-services_parking-dropdown {
  background: url("svg/sprite.svg") 37.36655% 90.45643% no-repeat;
  width: 33px;
  height: 32px; }

.svg-services_platinum_services, .icon-cta-spotlight.platinum:before, .forms-tabs .icon-cta-spotlight.platinum:before {
  background: url("svg/sprite.svg") 100% 13.27801% no-repeat;
  width: 32px;
  height: 32px; }

.svg-services_platinum_services-dark, .icon-cta-spotlight.platinum.active:before, .icon-cta-spotlight.platinum:hover:before {
  background: url("svg/sprite.svg") 100% 0 no-repeat;
  width: 32px;
  height: 32px; }

.svg-shopping, .btn-featured.icon-shopping:before, .icon-cta-spotlight.duty-free-shopping:before, .icon-cta-spotlight.duty-free-shopping.active:before, .icon-cta-spotlight.duty-free-shopping:hover:before {
  background: url("svg/sprite.svg") 99.64664% 49.18699% no-repeat;
  width: 31px;
  height: 27px; }

.svg-small-search, .flight-list-header .search .form-group:last-of-type:after {
  background: url("svg/sprite.svg") 82.88591% 78.68217% no-repeat;
  width: 16px;
  height: 15px; }

.svg-social-facebook-green, .home-page-news .social-wrapper ul.social-link-list li a.facebook, .rrssb-buttons li.rrssb-facebook a {
  background: url("svg/sprite.svg") 88.53047% 55.88235% no-repeat;
  width: 35px;
  height: 35px; }

.svg-social-facebook-white, ul.social-link-list li a.facebook {
  background: url("svg/sprite.svg") 88.53047% 26.47059% no-repeat;
  width: 35px;
  height: 35px; }

.svg-social-facebook-white-hover, ul.social-link-list li a.facebook:hover, .home-page-news .social-wrapper ul.social-link-list li a.facebook:hover, .rrssb-buttons li.rrssb-facebook a:hover {
  background: url("svg/sprite.svg") 0 76.89076% no-repeat;
  width: 35px;
  height: 35px; }

.svg-social-instagram-green, .home-page-news .social-wrapper ul.social-link-list li a.instagram {
  background: url("svg/sprite.svg") 12.5448% 91.59664% no-repeat;
  width: 35px;
  height: 35px; }

.svg-social-instagram-white, ul.social-link-list li a.instagram {
  background: url("svg/sprite.svg") 88.53047% 41.17647% no-repeat;
  width: 35px;
  height: 35px; }

.svg-social-instagram-white-hover, ul.social-link-list li a.instagram:hover, .home-page-news .social-wrapper ul.social-link-list li a.instagram:hover {
  background: url("svg/sprite.svg") 88.53047% 70.58824% no-repeat;
  width: 35px;
  height: 35px; }

.svg-social-linkedin-green, .home-page-news .social-wrapper ul.social-link-list li a.linkedin, .rrssb-buttons li.rrssb-linkedin a {
  background: url("svg/sprite.svg") 0 91.59664% no-repeat;
  width: 35px;
  height: 35px; }

.svg-social-linkedin-white, ul.social-link-list li a.linkedin {
  background: url("svg/sprite.svg") 25.08961% 91.59664% no-repeat;
  width: 35px;
  height: 35px; }

.svg-social-linkedin-white-hover, ul.social-link-list li a.linkedin:hover, .home-page-news .social-wrapper ul.social-link-list li a.linkedin:hover, .rrssb-buttons li.rrssb-linkedin a:hover {
  background: url("svg/sprite.svg") 50.17921% 76.89076% no-repeat;
  width: 35px;
  height: 35px; }

.svg-social-twitter-green, .home-page-news .social-wrapper ul.social-link-list li a.twitter, .rrssb-buttons li.rrssb-twitter a {
  background: url("svg/sprite.svg") 37.63441% 76.89076% no-repeat;
  width: 35px;
  height: 35px; }

.svg-social-twitter-white, ul.social-link-list li a.twitter {
  background: url("svg/sprite.svg") 12.5448% 76.89076% no-repeat;
  width: 35px;
  height: 35px; }

.svg-social-twitter-white-hover, ul.social-link-list li a.twitter:hover, .home-page-news .social-wrapper ul.social-link-list li a.twitter:hover, .rrssb-buttons li.rrssb-twitter a:hover {
  background: url("svg/sprite.svg") 88.53047% 0 no-repeat;
  width: 35px;
  height: 35px; }

.svg-social-wechat-green, .home-page-news .social-wrapper ul.social-link-list li a.wechat {
  background: url("svg/sprite.svg") 75.26882% 76.89076% no-repeat;
  width: 35px;
  height: 35px; }

.svg-social-wechat-white, ul.social-link-list li a.wechat {
  background: url("svg/sprite.svg") 62.72401% 76.89076% no-repeat;
  width: 35px;
  height: 35px; }

.svg-social-wechat-white-hover, ul.social-link-list li a.wechat:hover, .home-page-news .social-wrapper ul.social-link-list li a.wechat:hover {
  background: url("svg/sprite.svg") 25.08961% 76.89076% no-repeat;
  width: 35px;
  height: 35px; }

.svg-taxi, .btn-featured.icon-taxi:before {
  background: url("svg/sprite.svg") 60.60606% 0 no-repeat;
  width: 50px;
  height: 27px; }

.svg-whatsapp {
  background: url("svg/sprite.svg") 13.60544% 100% no-repeat;
  width: 20px;
  height: 20px; }

.svg-loop-arrow, .btn-featured.icon-loop-arrow:before {
  background: url("svg/sprite.css-4a0dc329.svg") 0 69.81132% no-repeat;
  width: 35px;
  height: 38px; }

.svg-loop-click-collect, .btn-featured.icon-loop-click-collect:before {
  background: url("svg/sprite.css-4a0dc329.svg") 29.91453% 69.81132% no-repeat;
  width: 35px;
  height: 38px; }

.svg-loop-shop-collect, .btn-featured.icon-loop-shop-collect:before {
  background: url("svg/sprite.css-4a0dc329.svg") 68.37607% 0 no-repeat;
  width: 35px;
  height: 38px; }

.svg-parking {
  background: url("svg/sprite.css-4a0dc329.svg") 67.22689% 33.92857% no-repeat;
  width: 33px;
  height: 32px; }

.svg-parking-directions {
  background: url("svg/sprite.css-4a0dc329.svg") 53.33333% 96.55172% no-repeat;
  width: 32px;
  height: 28px; }

.svg-parking-faqs, .icon-cta-spotlight.parking-faq:before {
  background: url("svg/sprite.css-4a0dc329.svg") 26.66667% 100% no-repeat;
  width: 32px;
  height: 32px; }

.svg-parking-faqs-hover, .icon-cta-spotlight.parking-faq.active:before, .icon-cta-spotlight.parking-faq:hover:before {
  background: url("svg/sprite.css-4a0dc329.svg") 0 100% no-repeat;
  width: 32px;
  height: 32px; }

.svg-parking-info, .icon-cta-spotlight.parking-info:before {
  background: url("svg/sprite.css-4a0dc329.svg") 100% 0 no-repeat;
  width: 37px;
  height: 35px; }

.svg-parking-info-hover, .icon-cta-spotlight.parking-info.active:before, .icon-cta-spotlight.parking-info:hover:before {
  background: url("svg/sprite.css-4a0dc329.svg") 60.86957% 67.88991% no-repeat;
  width: 37px;
  height: 35px; }

.svg-parking-long-term, .icon-cta-spotlight.parking-long-term:before {
  background: url("svg/sprite.css-4a0dc329.svg") 34.51327% 34.57944% no-repeat;
  width: 39px;
  height: 37px; }

.svg-parking-long-term-hover, .icon-cta-spotlight.parking-long-term.active:before, .icon-cta-spotlight.parking-long-term:hover:before {
  background: url("svg/sprite.css-4a0dc329.svg") 0 34.57944% no-repeat;
  width: 39px;
  height: 37px; }

.svg-parking-reduced-mob, .icon-cta-spotlight.parking-reduced-mob:before {
  background: url("svg/sprite.css-4a0dc329.svg") 97.45763% 31.53153% no-repeat;
  width: 34px;
  height: 33px; }

.svg-parking-reduced-mob-hover, .icon-cta-spotlight.parking-reduced-mob.active:before, .icon-cta-spotlight.parking-reduced-mob:hover:before {
  background: url("svg/sprite.css-4a0dc329.svg") 97.45763% 61.26126% no-repeat;
  width: 34px;
  height: 33px; }

.svg-parking-short-term, .icon-cta-spotlight.parking-short-term:before {
  background: url("svg/sprite.css-4a0dc329.svg") 35.71429% 0 no-repeat;
  width: 40px;
  height: 37px; }

.svg-parking-short-term-hover, .icon-cta-spotlight.parking-short-term.active:before, .icon-cta-spotlight.parking-short-term:hover:before {
  background: url("svg/sprite.css-4a0dc329.svg") 0 0 no-repeat;
  width: 40px;
  height: 37px; }

input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

@media screen and (max-width: 640px) {
  .container {
    max-width: 480px; } }

@media screen and (min-width: 641px) and (max-width: 1200px) {
  html {
    min-width: 1200px !important;
    width: 100% !important; }
  body > *:not(.datepicker),
  body main > *:not(.container) {
    min-width: 1200px !important;
    width: 100% !important; } }

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  body {
    min-height: 1570px !important; } }

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  body {
    min-height: 860px !important; } }

.centered-image {
  overflow: hidden; }
  .centered-image img {
    position: relative;
    left: 50% !important;
    transform: translateX(-50%); }

input[type="text"]::-ms-clear {
  display: none; }

.std-form label {
  text-align: right;
  margin-bottom: 0;
  padding-top: 7px;
  font-weight: bold; }

.std-form input.form-control {
  padding: 0.344rem 0.75rem; }

.std-form .checkbox label {
  font-weight: normal;
  cursor: pointer; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-size: inherit;
  line-height: inherit; }
  h1 a:hover, h1 a:focus, h1 a:active,
  h2 a:hover,
  h2 a:focus,
  h2 a:active,
  h3 a:hover,
  h3 a:focus,
  h3 a:active,
  h4 a:hover,
  h4 a:focus,
  h4 a:active,
  h5 a:hover,
  h5 a:focus,
  h5 a:active,
  h6 a:hover,
  h6 a:focus,
  h6 a:active {
    color: inherit; }

.loading-app {
  min-height: 600px;
  cursor: wait;
  position: relative; }
  .loading-app:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 80px;
    height: 80px;
    background: url("imgs/loading.gif") no-repeat center center; }

span.h1,
span.h2,
.news-landing-page-content span.date,
span.h3 {
  display: block; }

h1, .h1 {
  font-size: 2.25rem;
  line-height: 40px;
  color: #417C3D;
  font-weight: 400; }
  @media screen and (max-width: 640px) {
    h1, .h1 {
      font-size: 1.5rem;
      line-height: 28px; } }

h2, .h2, .news-landing-page-content .date {
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 30px; }
  @media screen and (max-width: 640px) {
    h2, .h2, .news-landing-page-content .date {
      font-size: 1.25rem;
      line-height: 30px; } }
  h2 span,
  .h2 span,
  .news-landing-page-content .date span {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 19px;
    font-weight: normal;
    display: inline-block;
    margin-left: 16px;
    vertical-align: middle; }
    @media screen and (max-width: 640px) {
      h2 span,
      .h2 span,
      .news-landing-page-content .date span {
        font-size: 1rem;
        line-height: 20px;
        display: block;
        margin-left: 0; } }

h3, .h3 {
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 24px; }

@media screen and (max-width: 640px) {
  p {
    font-size: 1rem;
    line-height: 20px; } }

.btn, .btn-link, .booking-widget .bottom-links a {
  font-family: "Panton", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 17px;
  border-radius: 4px;
  transition: all 0.5s; }

.btn-default {
  color: #ffffff;
  padding: 17px 15px 16px;
  min-width: 250px;
  max-width: 100%;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(90deg, #417C3D 0%, #00402F 50%, #00402F 100%) !important;
  background-size: 200% !important;
  background-position: 100% !important; }
  @media screen and (max-width: 640px) {
    .btn-default {
      width: 100%;
      max-width: 250px;
      margin: auto; } }
  .btn-default:hover, .btn-default:active, .btn-default:focus {
    background-position: 0 !important;
    color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .btn-default.ng-scope, .btn-default.ng-binding {
    background-image: none !important;
    padding: 3px 6px;
    font-size: 0.8125rem;
    min-width: 0;
    color: #333333;
    background-color: #ffffff !important;
    border: 1px solid #8c8c8c !important;
    text-transform: inherit;
    box-shadow: none;
    font-family: open_sansregular, Arial, Verdana, sans-serif; }
    .btn-default.ng-scope:hover, .btn-default.ng-scope:active, .btn-default.ng-scope:focus, .btn-default.ng-binding:hover, .btn-default.ng-binding:active, .btn-default.ng-binding:focus {
      color: #333333;
      background-color: #d8d8d8 !important; }
    .btn-default.ng-scope:after, .btn-default.ng-binding:after {
      display: none; }

.btn-primary {
  color: #ffffff;
  padding: 17px 15px 16px;
  min-width: 182px;
  max-width: 100%;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-image: linear-gradient(128.7deg, #96CA4F 0%, #00402F 50%, #96CA4F 100%) !important;
  background-size: 200% !important;
  background-position: 100% !important; }
  @media screen and (max-width: 640px) {
    .btn-primary {
      width: 100%; } }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-position: 0 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: #ffffff; }
  .btn-primary.ng-scope, .btn-primary.ng-binding {
    background-image: none !important;
    padding: 6px 12px;
    font-size: 0.8125rem;
    min-width: 0;
    color: #ffffff;
    background-color: #4CB861 !important;
    border-color: transparent !important;
    text-transform: inherit;
    box-shadow: none;
    font-family: open_sansregular, Arial, Verdana, sans-serif; }
    .btn-primary.ng-scope:hover, .btn-primary.ng-scope:active, .btn-primary.ng-scope:focus, .btn-primary.ng-binding:hover, .btn-primary.ng-binding:active, .btn-primary.ng-binding:focus {
      background-color: #3b964d !important; }
    .btn-primary.ng-scope:after, .btn-primary.ng-binding:after {
      display: none; }

.btn-form, .booking-widget .book-btn input,
.booking-widget .book-btn a {
  color: #ffffff;
  padding: 17px 15px 16px;
  min-width: 182px;
  max-width: 100%;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(90deg, #00402F 0%, #417C3D 50%, #417C3D 100%) !important;
  background-size: 200% !important;
  background-position: 100% !important; }
  @media screen and (max-width: 640px) {
    .btn-form, .booking-widget .book-btn input,
    .booking-widget .book-btn a {
      width: 100%;
      max-width: 250px; } }
  .btn-form:hover, .booking-widget .book-btn input:hover,
  .booking-widget .book-btn a:hover, .btn-form:active, .booking-widget .book-btn input:active,
  .booking-widget .book-btn a:active, .btn-form:focus, .booking-widget .book-btn input:focus,
  .booking-widget .book-btn a:focus {
    background-position: 0 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: #ffffff; }

.btn-link, .booking-widget .bottom-links a {
  color: #00402F;
  line-height: 19px;
  padding: 0 30px 0 0;
  position: relative;
  text-align: left;
  min-width: 0;
  font-size: 0.9375rem; }
  @media screen and (max-width: 640px) {
    .btn-link, .booking-widget .bottom-links a {
      line-height: 15px; } }
  .btn-link:after, .booking-widget .bottom-links a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto; }
  .btn-link:hover, .booking-widget .bottom-links a:hover, .btn-link:active, .booking-widget .bottom-links a:active, .btn-link:focus, .booking-widget .bottom-links a:focus {
    text-decoration: underline; }
  .btn-link.back, .booking-widget .bottom-links a.back {
    padding: 0 0 0 30px; }
    .btn-link.back:after, .booking-widget .bottom-links a.back:after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 5px;
      margin: auto;
      right: auto;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .btn-link.ng-scope, .booking-widget .bottom-links a.ng-scope, .btn-link.ng-binding, .booking-widget .bottom-links a.ng-binding {
    color: #105CB6;
    padding: 6px 12px;
    font-size: 0.8125rem;
    text-transform: inherit;
    box-shadow: none;
    font-family: open_sansregular, Arial, Verdana, sans-serif; }
    .btn-link.ng-scope:hover, .booking-widget .bottom-links a.ng-scope:hover, .btn-link.ng-scope:active, .booking-widget .bottom-links a.ng-scope:active, .btn-link.ng-scope:focus, .booking-widget .bottom-links a.ng-scope:focus, .btn-link.ng-binding:hover, .booking-widget .bottom-links a.ng-binding:hover, .btn-link.ng-binding:active, .booking-widget .bottom-links a.ng-binding:active, .btn-link.ng-binding:focus, .booking-widget .bottom-links a.ng-binding:focus {
      color: #333333;
      text-decoration: none; }
    .btn-link.ng-scope:after, .booking-widget .bottom-links a.ng-scope:after, .btn-link.ng-binding:after, .booking-widget .bottom-links a.ng-binding:after {
      display: none; }

.btn-line {
  min-width: 182px;
  max-width: 100%;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #417C3D;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 0.8125;
  line-height: 1rem;
  color: #417C3D;
  letter-spacing: normal;
  padding: 11px 18px;
  margin: 1px 6px auto 17px; }
  @media screen and (max-width: 640px) {
    .btn-line {
      width: 100%; } }
  .btn-line:hover, .btn-line:active, .btn-line:focus {
    background-position: 0 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #417C3D;
    color: #ffffff; }

.standard-content {
  padding-bottom: 15px; }
  @media screen and (max-width: 640px) {
    .standard-content {
      padding-bottom: 0; }
      .standard-content iframe {
        max-width: 100%;
        display: none !important; }
        .standard-content iframe.infoFrame {
          visibility: visible !important;
          display: block !important;
          width: 100%;
          height: auto;
          border: none; }
          .standard-content iframe.infoFrame#lostPropertyInfo {
            min-height: 1025px; } }
        @media screen and (max-width: 640px) and (max-width: 640px) {
          .standard-content iframe.infoFrame#lostPropertyInfo {
            min-height: 1850px; } }
  @media screen and (max-width: 640px) {
          .standard-content iframe.infoFrame#autismTravelInfo {
            min-height: 1150px; } }
        @media screen and (max-width: 640px) and (max-width: 640px) {
          .standard-content iframe.infoFrame#autismTravelInfo {
            min-height: 1200px; } }
  @media screen and (max-width: 640px) {
      .standard-content .embed-responsive iframe {
        display: block !important; }
      .standard-content #wwfModal .modal-body iframe {
        display: block; } }
  .standard-content iframe.infoFrame {
    visibility: visible !important;
    display: block !important;
    width: 100%;
    height: auto;
    border: none; }
    .standard-content iframe.infoFrame#lostPropertyInfo {
      min-height: 1025px; }
      @media screen and (max-width: 640px) {
        .standard-content iframe.infoFrame#lostPropertyInfo {
          min-height: 1850px; } }
    .standard-content iframe.infoFrame#autismTravelInfo {
      min-height: 1150px; }
      @media screen and (max-width: 640px) {
        .standard-content iframe.infoFrame#autismTravelInfo {
          min-height: 1200px; } }
  .standard-content #wwfModal .modal-dialog {
    max-width: calc(100% - 300px); }
    @media screen and (max-width: 640px) {
      .standard-content #wwfModal .modal-dialog {
        max-width: 100%; } }
    .standard-content #wwfModal .modal-dialog .modal-content {
      width: 100%;
      /* @media screen and (max-width: $screen-xs) {
          padding-right: 15px;
        } */ }
      @media screen and (max-width: 640px) {
        .standard-content #wwfModal .modal-dialog .modal-content .modal-body {
          padding: 8px;
          /* overflow-x:scroll;
            &::-webkit-scrollbar {
              width: 1em;
            }
            &::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            }
            &::-webkit-scrollbar-thumb {
              background-color: darkgrey;
              outline: 1px solid slategrey;
            }*/ } }
      .standard-content #wwfModal .modal-dialog .modal-content .modal-body .wwf-wrapper {
        /* @media screen and (max-width: $screen-xs) {
              width: 900px;
              background-color: #fff;
              
            } */ }
        .standard-content #wwfModal .modal-dialog .modal-content .modal-body .wwf-wrapper iframe {
          display: block !important;
          visibility: visible;
          height: calc(100vh - 149px);
          width: 100%;
          border: none; }
          @media screen and (max-width: 640px) {
            .standard-content #wwfModal .modal-dialog .modal-content .modal-body .wwf-wrapper iframe {
              height: calc(100vh - 109px); } }
  .standard-content > h1:first-of-type {
    margin-bottom: 4px; }
  .standard-content h1,
  .standard-content .h1 {
    line-height: 39px;
    margin-bottom: 16px;
    clear: both; }
    @media screen and (max-width: 640px) {
      .standard-content h1,
      .standard-content .h1 {
        line-height: 28px; } }
  .standard-content h2,
  .standard-content .h2,
  .standard-content .news-landing-page-content .date,
  .news-landing-page-content .standard-content .date {
    clear: both;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      .standard-content h2,
      .standard-content .h2,
      .standard-content .news-landing-page-content .date,
      .news-landing-page-content .standard-content .date {
        margin-bottom: 18px; } }
  .standard-content h3 {
    margin-bottom: 23px;
    font-size: 1.3125rem;
    font-weight: bold;
    line-height: 22px;
    clear: both; }
    @media screen and (max-width: 640px) {
      .standard-content h3 {
        margin-bottom: 21px;
        font-size: 1.0625rem; } }
    .standard-content h3.green-header {
      color: #417C3D;
      margin-top: 0; }
      @media screen and (max-width: 640px) {
        .standard-content h3.green-header {
          font-size: 1.25rem; } }
  .standard-content p {
    margin: 0 0 10px;
    line-height: 20px;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      .standard-content p {
        font-size: 1rem;
        line-height: 20px; } }
  .standard-content ol,
  .standard-content ul {
    padding: 0 0 10px 15px;
    margin: 0; }
    .standard-content ol li,
    .standard-content ul li {
      padding: 0 0 5px; }
      @media screen and (max-width: 640px) {
        .standard-content ol li,
        .standard-content ul li {
          font-size: 1rem;
          line-height: 20px; } }
    .standard-content ol.wrapped li,
    .standard-content ul.wrapped li {
      font-family: "Panton", sans-serif;
      font-size: 0.9375rem;
      font-weight: bold;
      color: #417C3D;
      margin-bottom: 16px; }
      .standard-content ol.wrapped li span,
      .standard-content ul.wrapped li span {
        color: #4A4A4A;
        font-family: "Roboto", sans-serif;
        font-size: 1rem;
        line-height: 20px;
        font-weight: 400; }
        @media screen and (max-width: 640px) {
          .standard-content ol.wrapped li span,
          .standard-content ul.wrapped li span {
            font-size: 1rem;
            line-height: 20px; } }
      @media screen and (max-width: 640px) {
        .standard-content ol.wrapped li,
        .standard-content ul.wrapped li {
          margin-bottom: 12px; } }
  .standard-content ul.wrapped li {
    list-style: none; }
    .standard-content ul.wrapped li .btn-download {
      margin-bottom: 0;
      display: inline-block; }
    .standard-content ul.wrapped li span:not(.sr-only) {
      display: initial;
      vertical-align: top;
      position: relative; }
      .standard-content ul.wrapped li span:not(.sr-only):first-of-type:before {
        content: "";
        height: 5px;
        width: 5px;
        position: absolute;
        left: -16px;
        top: 7px;
        background: #417C3D;
        border-radius: 50%; }
        @media screen and (max-width: 640px) {
          .standard-content ul.wrapped li span:not(.sr-only):first-of-type:before {
            top: 6px; } }
      @media screen and (max-width: 640px) {
        .standard-content ul.wrapped li span:not(.sr-only) a {
          display: inline;
          vertical-align: top; } }
    .standard-content ul.wrapped li span.phone:before {
      display: none; }
  .standard-content img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 30px 0 38px; }
    @media screen and (max-width: 640px) {
      .standard-content img {
        margin: 20px 0 28px; } }
    .standard-content img.left, .standard-content img.float-left, .standard-content img[style*="float: left;"] {
      width: auto;
      height: auto;
      float: left;
      margin: 0 30px 38px 0; }
      @media screen and (max-width: 640px) {
        .standard-content img.left, .standard-content img.float-left, .standard-content img[style*="float: left;"] {
          float: none;
          display: block;
          margin: 0 0 15px 0; } }
    .standard-content img.right, .standard-content img.float-right, .standard-content img[style*="float: right;"] {
      width: auto;
      height: auto;
      float: right;
      margin: 0 0 38px 30px; }
      @media screen and (max-width: 640px) {
        .standard-content img.right, .standard-content img.float-right, .standard-content img[style*="float: right;"] {
          float: none;
          display: block;
          margin: 0 0 15px 0; } }
  .standard-content img.left + p:after,
  .standard-content img.right + p:after {
    visibility: hidden;
    content: " ";
    clear: both;
    height: 0; }
  .standard-content span.left img {
    width: auto;
    height: auto;
    float: left;
    margin: 0 30px 20px 0; }
    @media screen and (max-width: 640px) {
      .standard-content span.left img {
        float: none;
        display: block;
        margin: 0 0 15px 0; } }
  .standard-content span.left + br {
    display: none; }
  .standard-content span.right img {
    width: auto;
    height: auto;
    float: right;
    margin: 0 0 20px 30px; }
    @media screen and (max-width: 640px) {
      .standard-content span.right img {
        float: none;
        display: block;
        margin: 0 0 15px 0; } }
  .standard-content span.right + br {
    display: none; }
  .standard-content span.rounded img {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 5px; }
  .standard-content .rounded {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 5px; }
  .standard-content figure {
    margin: 0 0 10px; }
    .standard-content figure figcaption {
      text-align: center;
      font-style: italic;
      font-size: 0.75rem; }
  .standard-content dl {
    margin: 0 0 10px; }
    .standard-content dl dd {
      padding: 0 0 0 10px;
      margin: 0 0 10px; }
  .standard-content meter {
    width: 100%;
    margin: 0 0 10px; }
  .standard-content progress {
    width: 100%;
    margin: 0 0 10px; }
  .standard-content details {
    margin: 0 0 10px; }
    .standard-content details summary {
      font-weight: bold; }
    .standard-content details p {
      margin-left: 15px; }
  .standard-content blockquote {
    margin: 0 0 30px;
    font-size: 1.09375rem; }
    .standard-content blockquote:before, .standard-content blockquote:after {
      font-size: 1.25rem;
      content: ""; }
    .standard-content blockquote small {
      display: block;
      line-height: 1.42857143; }
      .standard-content blockquote small:before {
        content: "\2014 \00A0"; }
  .standard-content table {
    visibility: hidden; }
  .standard-content .table-wrapper {
    width: 100%;
    overflow-y: auto;
    padding-bottom: 6px;
    margin: 0 0 33px; }
    @media screen and (max-width: 640px) {
      .standard-content .table-wrapper {
        margin: 0 0 18px; } }
    .standard-content .table-wrapper::-webkit-scrollbar {
      -webkit-appearance: none;
      appearance: none;
      width: 10px;
      height: 10px; }
    .standard-content .table-wrapper::-webkit-scrollbar-thumb {
      border: 1px solid #E6E7E8;
      background-color: #F5F5F5; }
    .standard-content .table-wrapper table {
      visibility: visible;
      width: 100%;
      margin: 0;
      border-left: 1px solid #E6E7E8;
      border-right: 1px solid #E6E7E8; }
      @media screen and (max-width: 640px) {
        .standard-content .table-wrapper table {
          font-size: 1.0625rem; } }
      .standard-content .table-wrapper table caption {
        display: none; }
      .standard-content .table-wrapper table thead {
        background-color: #F5F5F5; }
        .standard-content .table-wrapper table thead tr th {
          color: #417C3D;
          border-bottom: none;
          padding: 24px 25px 18px;
          font-size: 1.125rem;
          font-weight: bold;
          line-height: 22px;
          border-color: #E6E7E8; }
        .standard-content .table-wrapper table thead tr:first-of-type th:first-of-type {
          border-radius: 3px 0 0 0; }
        .standard-content .table-wrapper table thead tr:first-of-type th:last-of-type {
          border-radius: 0 3px 0 0; }
      .standard-content .table-wrapper table tbody tr td {
        padding: 15px 25px;
        white-space: nowrap;
        background: #ffffff;
        border-color: #E6E7E8;
        border-bottom: 1px solid #E6E7E8;
        line-height: 20px; }
      .standard-content .table-wrapper table tbody tr:last-of-type td:first-of-type {
        border-radius: 0 0 0 3px; }
      .standard-content .table-wrapper table tbody tr:last-of-type td:last-of-type {
        border-radius: 0 0 3px 0; }
  .standard-content iframe {
    display: block;
    visibility: hidden; }
    .standard-content iframe[src*="netlify.app"] {
      visibility: visible;
      width: 100% !important;
      min-height: 800px;
      border: 1px solid #E6E7E8; }
      @media screen and (max-width: 640px) {
        .standard-content iframe[src*="netlify.app"] {
          min-height: 1px !important;
          height: 1px !important;
          max-height: 1px !important;
          overflow: hidden;
          display: block !important;
          opacity: 0;
          z-index: -1; } }
  .standard-content .embed-responsive {
    margin-bottom: 45px; }
    .standard-content .embed-responsive iframe {
      visibility: visible; }
  .standard-content iframe.cke_wysiwyg_frame.cke_reset {
    visibility: visible; }
  .standard-content a.btn, .standard-content a.btn-link, .standard-content .booking-widget .bottom-links a, .booking-widget .bottom-links .standard-content a {
    margin: 0 10px 0 0; }
    @media screen and (max-width: 640px) {
      .standard-content a.btn, .standard-content a.btn-link, .standard-content .booking-widget .bottom-links a, .booking-widget .bottom-links .standard-content a {
        width: 100%;
        margin: 0 0 10px 0; } }
  .standard-content a.btn-download {
    padding: 18px 18px 17px 84px;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: block;
    font-size: 0.875rem;
    line-height: 18px;
    color: #4A4A4A;
    position: relative;
    clear: both; }
    @media screen and (max-width: 640px) {
      .standard-content a.btn-download {
        padding: 16px 16px 16px 65px; } }
    .standard-content a.btn-download:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 25px;
      margin: auto;
      display: block; }
      @media screen and (max-width: 640px) {
        .standard-content a.btn-download:before {
          left: 15px;
          top: 16px;
          bottom: auto; } }
    .standard-content a.btn-download span,
    .standard-content a.btn-download strong {
      display: inline-block;
      margin-right: 18px;
      font-size: 1.125rem;
      font-weight: bold;
      line-height: 30px;
      color: #417C3D;
      position: relative;
      vertical-align: middle;
      padding-right: 20px; }
      @media screen and (max-width: 640px) {
        .standard-content a.btn-download span,
        .standard-content a.btn-download strong {
          font-size: 1.0625rem;
          margin-right: 0;
          padding-right: 0;
          line-height: 21px;
          margin-bottom: 11px;
          padding-bottom: 11px;
          display: block; } }
      .standard-content a.btn-download span:after,
      .standard-content a.btn-download strong:after {
        content: "";
        height: 25px;
        width: 1px;
        background-color: #E6E7E8;
        position: absolute;
        right: 0; }
        @media screen and (max-width: 640px) {
          .standard-content a.btn-download span:after,
          .standard-content a.btn-download strong:after {
            height: 1px;
            width: 25px;
            right: auto;
            left: 0;
            bottom: 0; } }
  .standard-content hr {
    clear: both; }
  .standard-content .btn-link, .standard-content .booking-widget .bottom-links a, .booking-widget .bottom-links .standard-content a {
    display: inline-block;
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
    @media screen and (max-width: 640px) {
      .standard-content .btn-link, .standard-content .booking-widget .bottom-links a, .booking-widget .bottom-links .standard-content a {
        width: auto !important; } }
  .standard-content .accordion {
    margin-bottom: 25px; }
    @media screen and (max-width: 640px) {
      .standard-content .accordion .card .card-body {
        font-size: 1rem;
        line-height: 20px; } }
  .standard-content .btn-download {
    margin-bottom: 45px; }
  .standard-content a span.btn-primary,
  .standard-content a span.btn-default,
  .standard-content a.btn-default,
  .standard-content a.btn-primary {
    margin-bottom: 20px; }
  .standard-content .accordion,
  .standard-content .row {
    clear: both; }
  .standard-content .card img {
    margin: 0; }
  .standard-content .accordion + .btn-link, .standard-content .booking-widget .bottom-links .accordion + a, .booking-widget .bottom-links .standard-content .accordion + a {
    margin-top: 0 !important; }

.sidebar {
  background-color: #F2F3F3;
  height: 100vh;
  padding: 10px; }

@media screen and (max-width: 640px) {
  .standard-page-content article.standard-content {
    padding-top: 20px; } }

@media screen and (max-width: 640px) {
  .landing-page-content .sf_colsIn > ul li {
    font-size: 1rem;
    line-height: 20px; } }

.close-map {
  display: none !important; }

@media screen and (max-width: 640px) {
  .view-map {
    margin-bottom: 30px; }
  #wrapper.show-map iframe[src*="netlify.app"],
  #wrapper.show-map iframe[src*="daaappsuat"] {
    background-color: #e6e7e8;
    display: block !important;
    visibility: visible;
    opacity: 1;
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    z-index: 999999988 !important;
    min-height: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    overflow: hidden; }
  #wrapper.show-map .close-map {
    display: inline-block !important;
    min-width: 1px !important;
    width: auto !important;
    position: fixed;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 999999999 !important;
    padding: 6px 6px;
    margin: 0;
    border: 2px solid #417C3D;
    border-radius: 50%; }
    #wrapper.show-map .close-map .icon {
      display: block; } }

/*
For naming convention of color variable I have used this site
https://www.htmlcsscolor.com/hex/262928
we have to place the hex code of color after the last slash (/), It give a nice name for the color
*/
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    /*background: transparent !important;*/
    color: #262928 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after,
  a[href^="mailto:"]:after {
    content: ""; }
  a[href].external-link:after {
    background: transparent !important;
    width: auto !important;
    height: auto !important;
    display: inline-block;
    margin-left: 0;
    content: " (" attr(href) ")"; }
  pre,
  blockquote {
    border: 1px solid #F5F5F5;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, .btn-link > .caret, .booking-widget .bottom-links a > .caret,
  .dropup > .btn > .caret,
  .dropup > .btn-link > .caret,
  .booking-widget .bottom-links .dropup > a > .caret {
    border-top-color: #262928 !important; }
  .label {
    border: 1px solid #262928; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #ffffff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #F5F5F5 !important; } }

/*!
 * Datepicker for Bootstrap v1.8.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr; }
  @media screen and (max-width: 640px) {
    .datepicker {
      padding: 6px 25px 6px 12px; } }

.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 #999999;
  border-top: none;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: none;
  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: none;
  border-top: 7px solid #999999; }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: none;
  border-top: 6px solid #ffffff; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-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: #eeeeee;
  cursor: pointer; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0; }

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.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-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;
  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: #000000; }

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.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,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069; }

.datepicker table tr td.today:hover:hover {
  color: #000000; }

.datepicker table tr td.today.active:hover {
  color: #ffffff; }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.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-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;
  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:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.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,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b; }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.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-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;
  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: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.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,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666; }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #006dcc, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #006dcc, #0044cc);
  background-image: -webkit-linear-gradient(to bottom, #006dcc, #0044cc);
  background-image: -o-linear-gradient(to bottom, #006dcc, #0044cc);
  background-image: linear-gradient(to bottom, #006dcc, #0044cc);
  background-repeat: repeat-x;
  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: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.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,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399; }

.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: #eeeeee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #006dcc, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #006dcc, #0044cc);
  background-image: -webkit-linear-gradient(to bottom, #006dcc, #0044cc);
  background-image: -o-linear-gradient(to bottom, #006dcc, #0044cc);
  background-image: linear-gradient(to bottom, #006dcc, #0044cc);
  background-repeat: repeat-x;
  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: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.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,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee; }

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden; }

.datepicker .cw {
  font-size: 0.625rem;
  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: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  margin-left: -5px;
  margin-right: -5px; }

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000 !important;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-right-width: 2px;
  border-bottom-width: 2px;
  color: #333333;
  font-size: 0.8125rem;
  line-height: 20px; }

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 4px 5px; }

@media print {
  * {
    -webkit-print-color-adjust: exact;
    box-sizing: border-box;
    min-height: 1px !important;
    height: auto;
    max-height: none;
    background-color: transparent !important; }
  /*redefine bootstrap column structure for print media*/
  *[class*="col-"],
  *[class*="col-sm-"],
  *[class*="col-md-"],
  *[class*="col-lg-"],
  *[class*="col-xl-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
    float: left !important; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  *[class*="-offset-"] {
    margin: 0 !important; }
  /*Column clear fix*/
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1) {
    clear: left !important; }
  /*redefine bootstrap column structure for print media end*/
  .standard-content table {
    visibility: visible; }
    .standard-content table th {
      background-color: #262928;
      color: #ffffff; }
  article {
    width: 100%; }
  a[href^="#"]:after {
    content: "";
    display: none; }
  a[href]:after {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
    background: none !important; }
  /*Show all tabs on print media*/
  .tab-content .tab-pane {
    display: block;
    opacity: 1; }
  /*Show all accordions on print media*/
  .panel .panel-collapse,
  .panel .collapse {
    display: block;
    opacity: 1; }
  /*Show all carousel items*/
  .carousel .carousel-indicators {
    display: none !important; }
  .carousel .carousel-inner .carousel-item {
    display: block;
    opacity: 1; }
  h2,
  h3 {
    page-break-after: initial; }
  a.external-link:after {
    content: " (" attr(href) ")";
    font-family: inherit; }
  article,
  section,
  main {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
    article h1,
    article .h1,
    section h1,
    section .h1,
    main h1,
    main .h1 {
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 10px;
      line-height: 1; }
  /*avoid these selector to break on two pages*/
  img {
    page-break-before: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid;
    /* or 'auto' */ }
  /*site specific styling start here*/
  footer,
  .embed-responsive, .btn, .btn-link, .booking-widget .bottom-links a,
  nav {
    display: none !important; }
  .container {
    width: 100%;
    max-width: none; }
    .container.medium, .container.smaller {
      max-width: none; }
  /*site specific styling end here*/
  /*plugin elements to hide on print media*/
  .play-pause,
  .carousel-control,
  .arrow-control,
  .control,
  .testimonial-div:after,
  .social-links-list,
  .tabbed-nav .last-column,
  .header-three-cols .right,
  .search,
  .flight-selection,
  #flight-list tr td:last-of-type,
  .get-in-touch,
  #toggleSearch,
  #toggleMenu,
  .standard-page-content .col-sm-3,
  #homeLink,
  #header_drill_down .logo:after,
  #header_drill_down .logo:before,
  aside.notices,
  aside.brexit-info,
  .forms-tabs input,
  .forms-tabs button,
  .forms-tabs select,
  .flight-details > *,
  .forms-tabs,
  .form-wrapper,
  .refresh-icon,
  .col-sm-3.pin-flight,
  .col-sm-3.spotlight-wrapper {
    display: none !important; }
  .col-sm-9 {
    flex: 0 0 100%;
    max-width: 100%; }
  .inner-banner {
    background: none !important;
    margin-top: 20px; }
  .flight-details-header,
  .flight-list-header {
    background: none !important;
    margin-top: 30px; }
  .header-banner.landing-banner img {
    opacity: 0;
    height: 150px;
    display: none; }
  .header-banner.landing-banner {
    min-height: 150px;
    height: 150px; }
    .header-banner.landing-banner .container {
      position: relative;
      top: 0; }
  .flight-details .nv-spotlights {
    display: block !important; }
  .standard-page-content .col-sm-9 {
    width: 100%; }
  #main-content .container {
    padding-top: 25px; }
  .video-banner {
    display: none !important; }
  .table tr th {
    background: #6a6a6a !important;
    color: white !important;
    border-radius: 0 !important; }
  a,
  a:visited {
    text-decoration: none !important; }
  a[href]:after {
    text-decoration: none !important; }
  .accordion .collapse:not(.show) {
    display: block !important; } }

body {
  line-height: 20px;
  position: relative;
  max-width: 2560px;
  margin: auto; }
  @media screen and (max-width: 640px) {
    body.sticky {
      padding-top: 57px; } }

.breadcrumb-wrapper {
  position: absolute;
  width: 100%;
  top: 116px;
  z-index: 9;
  display: none; }
  .breadcrumb-wrapper.pinbar {
    top: 171px; }
    @media screen and (max-width: 640px) {
      .breadcrumb-wrapper.pinbar {
        top: 0; } }
  .breadcrumb-wrapper.brexitinfo {
    top: 200px; }
    @media screen and (max-width: 640px) {
      .breadcrumb-wrapper.brexitinfo {
        top: 0; } }
    .breadcrumb-wrapper.brexitinfo.pinbar {
      top: 242px; }
      @media screen and (max-width: 640px) {
        .breadcrumb-wrapper.brexitinfo.pinbar {
          top: 0; } }
  .breadcrumb-wrapper.wnotice {
    top: 207px;
    display: block; }
    @media screen and (max-width: 640px) {
      .breadcrumb-wrapper.wnotice {
        position: relative;
        top: 0 !important; } }
    @media screen and (max-width: 640px) {
      .breadcrumb-wrapper.wnotice.pinbar {
        top: 0 !important; } }
  @media screen and (max-width: 640px) {
    .breadcrumb-wrapper {
      position: relative;
      top: 0;
      margin-top: 0;
      background: #ebf0e5; }
      .breadcrumb-wrapper.landing {
        background: #F2F3F3; } }
  .breadcrumb-wrapper .breadcrumb {
    padding: 15px 3px; }
    @media screen and (max-width: 640px) {
      .breadcrumb-wrapper .breadcrumb {
        padding: 15px 0; } }
    .breadcrumb-wrapper .breadcrumb .breadcrumb-item a,
    .breadcrumb-wrapper .breadcrumb .breadcrumb-item span {
      color: #4A4A4A;
      font-size: 0.8125rem;
      letter-spacing: 0.17px;
      font-weight: 300; }
    .breadcrumb-wrapper .breadcrumb .breadcrumb-item + .breadcrumb-item {
      padding-left: 2px; }
      .breadcrumb-wrapper .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
        color: #4A4A4A;
        font-size: 0.8125rem;
        padding-right: 4px; }
  .breadcrumb-wrapper.landing {
    display: block; }
    @media screen and (max-width: 640px) {
      .breadcrumb-wrapper.landing {
        background-color: #ebf0e5; } }
    .breadcrumb-wrapper.landing .breadcrumb .breadcrumb-item a,
    .breadcrumb-wrapper.landing .breadcrumb .breadcrumb-item span {
      color: #ffffff; }
      @media screen and (max-width: 640px) {
        .breadcrumb-wrapper.landing .breadcrumb .breadcrumb-item a,
        .breadcrumb-wrapper.landing .breadcrumb .breadcrumb-item span {
          color: #4A4A4A; } }
    .breadcrumb-wrapper.landing .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
      color: #ffffff; }
      @media screen and (max-width: 640px) {
        .breadcrumb-wrapper.landing .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
          color: #4A4A4A; } }
  .breadcrumb-wrapper.inner {
    display: block; }
    .breadcrumb-wrapper.inner.no-bg {
      background: none; }
  .breadcrumb-wrapper.no-header {
    display: block; }
    @media screen and (max-width: 640px) {
      .breadcrumb-wrapper.no-header {
        background: transparent; } }
  @media screen and (max-width: 640px) {
    .breadcrumb-wrapper.gray-bg {
      background-color: rgba(230, 231, 232, 0.5); } }

.btn-icon {
  border-radius: 4px;
  background-color: #417C3D;
  color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  font-family: "Panton", sans-serif;
  font-weight: bold;
  letter-spacing: 1.07px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  padding: 16px 15px 15px 50px;
  position: relative; }
  .btn-icon:hover, .btn-icon:active, .btn-icon:focus {
    color: #ffffff; }
  .btn-icon.pin:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 15px; }

span.badge {
  border-radius: 4px;
  padding: 5px 10px;
  margin-top: 10px;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1.1px; }
  @media screen and (max-width: 640px) {
    span.badge {
      font-size: 0.6875rem; } }
  span.badge.green {
    background-color: #008910; }
  span.badge.yellow {
    background-color: #FFBF00;
    color: #000; }
  span.badge.red {
    background-color: #DA3535; }
  span.badge.blue {
    background-color: #006AD5; }

span.block-time {
  display: block;
  margin-top: -10px;
  text-transform: uppercase;
  color: #417C3D;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 1.1px; }
  @media screen and (max-width: 640px) {
    span.block-time {
      margin-bottom: -15px;
      font-size: 0.6875rem; } }

.flight-list-header {
  background: url("svg/banner-bg-inner.svg") no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 50px; }
  @media screen and (max-width: 640px) {
    .flight-list-header {
      background: #ebf0e5;
      margin-top: -50px; } }
  .flight-list-header h1 {
    color: #417C3D;
    font-family: "Panton", sans-serif;
    font-size: 2.25rem;
    line-height: 44px;
    font-weight: 400;
    margin-bottom: 15px; }
    @media screen and (max-width: 640px) {
      .flight-list-header h1 {
        font-size: 1.5rem;
        line-height: 28px;
        margin-bottom: 12px; } }
  .flight-list-header p {
    margin-bottom: 27px; }
    @media screen and (max-width: 640px) {
      .flight-list-header p {
        margin-bottom: 15px;
        font-size: 1rem;
        line-height: 20px; } }
  .flight-list-header .search {
    margin-bottom: 15px; }
    @media screen and (max-width: 640px) {
      .flight-list-header .search {
        margin-bottom: 10px; } }
    .flight-list-header .search #date-picker,
    .flight-list-header .search #terminals {
      background: #ffffff;
      height: 50px !important;
      width: 290px;
      border: 1px solid #e6e7e8;
      border-radius: 3px;
      background-color: transparent !important;
      letter-spacing: 1px;
      padding-left: 13px;
      text-transform: uppercase;
      position: relative;
      z-index: 2;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      @media screen and (max-width: 640px) {
        .flight-list-header .search #date-picker,
        .flight-list-header .search #terminals {
          width: 100%; } }
    .flight-list-header .search .form-group {
      float: left;
      margin-right: 13px;
      margin-bottom: 31px; }
      @media screen and (max-width: 640px) {
        .flight-list-header .search .form-group {
          float: none;
          margin-right: 0;
          margin-bottom: 10px; } }
      .flight-list-header .search .form-group:first-of-type, .flight-list-header .search .form-group:nth-of-type(2) {
        background-color: #ffffff !important;
        border-radius: 3px;
        position: relative; }
        .flight-list-header .search .form-group:first-of-type:after, .flight-list-header .search .form-group:nth-of-type(2):after {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto;
          right: 12px;
          -webkit-transform: scale(1.3);
          -moz-transform: scale(1.3);
          -ms-transform: scale(1.3);
          -o-transform: scale(1.3);
          transform: scale(1.3); }
          @media screen and (max-width: 640px) {
            .flight-list-header .search .form-group:first-of-type:after, .flight-list-header .search .form-group:nth-of-type(2):after {
              top: 3px; } }
        .flight-list-header .search .form-group:first-of-type input, .flight-list-header .search .form-group:nth-of-type(2) input {
          width: 290px;
          border: 1px solid #e6e7e8;
          border-radius: 3px;
          background-color: transparent !important;
          letter-spacing: 1px;
          padding-left: 13px;
          text-transform: uppercase;
          position: relative;
          z-index: 2; }
          @media screen and (max-width: 640px) {
            .flight-list-header .search .form-group:first-of-type input, .flight-list-header .search .form-group:nth-of-type(2) input {
              width: 100%; } }
      .flight-list-header .search .form-group:last-of-type {
        margin-right: 0;
        background-color: #ffffff !important;
        border-radius: 3px;
        position: relative; }
        .flight-list-header .search .form-group:last-of-type input {
          width: 438px;
          border: 1px solid #e6e7e8;
          border-radius: 3px;
          background-color: transparent !important;
          letter-spacing: 1px;
          padding-left: 13px;
          text-transform: uppercase;
          font-size: 0.8125rem; }
          .flight-list-header .search .form-group:last-of-type input::-webkit-input-placeholder {
            color: #9b9b9b; }
          .flight-list-header .search .form-group:last-of-type input:-moz-placeholder {
            /* Firefox 18- */
            color: #9b9b9b; }
          .flight-list-header .search .form-group:last-of-type input::-moz-placeholder {
            /* Firefox 19+ */
            color: #9b9b9b; }
          .flight-list-header .search .form-group:last-of-type input:-ms-input-placeholder {
            color: #9b9b9b; }
          @media screen and (max-width: 640px) {
            .flight-list-header .search .form-group:last-of-type input {
              width: 100%;
              padding-right: 38px; } }
        .flight-list-header .search .form-group:last-of-type:after {
          content: "";
          position: absolute;
          right: 30px;
          top: 17px; }
          @media screen and (max-width: 640px) {
            .flight-list-header .search .form-group:last-of-type:after {
              right: 12px;
              top: 18px; } }
  .flight-list-header .flight-selection {
    font-size: 0;
    margin-bottom: 15px;
    clear: both; }
    @media screen and (max-width: 640px) {
      .flight-list-header .flight-selection {
        margin-left: -15px;
        margin-right: -15px; } }
    .flight-list-header .flight-selection .departures-btn,
    .flight-list-header .flight-selection .arrivals-btn {
      display: inline-block;
      width: 365px;
      padding: 24px 15px 20px;
      text-align: center;
      font-size: 1rem;
      font-weight: bold;
      color: #00402F;
      border-radius: 4px 4px 0 0;
      background-color: #ffffff;
      box-shadow: inset 0 -2px 10px 1px rgba(0, 0, 0, 0.1);
      border: 1px solid #e6e7e8;
      letter-spacing: 1px; }
      @media screen and (max-width: 640px) {
        .flight-list-header .flight-selection .departures-btn,
        .flight-list-header .flight-selection .arrivals-btn {
          width: 50%;
          margin-right: 0 !important;
          border-radius: 0 !important;
          background-color: transparent;
          box-shadow: none;
          color: #417C3D;
          padding: 15px 15px 14px; } }
      .flight-list-header .flight-selection .departures-btn.active,
      .flight-list-header .flight-selection .arrivals-btn.active {
        box-shadow: none;
        border: 1px solid #ffffff; }
        @media screen and (max-width: 640px) {
          .flight-list-header .flight-selection .departures-btn.active,
          .flight-list-header .flight-selection .arrivals-btn.active {
            border: 1px solid #00402F;
            background: #00402F;
            color: #ffffff; } }
    .flight-list-header .flight-selection .departures-btn {
      margin-right: 11px; }
      @media screen and (max-width: 640px) {
        .flight-list-header .flight-selection .departures-btn.active {
          border-radius: 0 4px 4px 0 !important; } }
    @media screen and (max-width: 640px) {
      .flight-list-header .flight-selection .arrivals-btn.active {
        border-radius: 4px 0 0 4px !important; } }

.refresh-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.flight-details-header {
  background: url("svg/banner-bg-inner.svg") no-repeat;
  background-position: top center;
  background-size: cover;
  margin-bottom: 32px;
  padding-top: 51px; }
  @media screen and (max-width: 640px) {
    .flight-details-header {
      background: #ebf0e5;
      margin-top: -50px;
      margin-bottom: 20px;
      padding-top: 50px; } }
  .flight-details-header .buttons-group .btn.btn-book-flight.fast-track:before, .flight-details-header .buttons-group .btn-book-flight.fast-track.btn-link:before, .flight-details-header .buttons-group .booking-widget .bottom-links a.btn-book-flight.fast-track:before, .booking-widget .bottom-links .flight-details-header .buttons-group a.btn-book-flight.fast-track:before {
    height: 31px; }
  .flight-details-header h2 {
    color: #417C3D;
    font-family: "Panton", sans-serif;
    font-size: 2.25rem;
    line-height: 44px;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
    padding-right: 25px; }
    @media screen and (max-width: 640px) {
      .flight-details-header h2 {
        font-size: 1.5rem;
        line-height: 28px;
        margin-bottom: 13px; } }
  .flight-details-header .info-list {
    display: inline-block;
    position: relative;
    bottom: 3px; }
    @media screen and (max-width: 640px) {
      .flight-details-header .info-list {
        bottom: 0;
        display: block; } }
    .flight-details-header .info-list > span {
      padding: 0 26px;
      position: relative; }
      @media screen and (max-width: 640px) {
        .flight-details-header .info-list > span {
          font-size: 1rem; }
          .flight-details-header .info-list > span:first-of-type {
            margin-bottom: 5px;
            font-size: 1rem; } }
      @media screen and (max-width: 640px) {
        .flight-details-header .info-list > span {
          display: block;
          padding: 0;
          margin-bottom: 15px; } }
      .flight-details-header .info-list > span:before {
        content: "";
        height: 25px;
        width: 1px;
        background-color: #dcdcdc;
        position: absolute;
        left: 0;
        top: -4px; }
        @media screen and (max-width: 640px) {
          .flight-details-header .info-list > span:before {
            display: none; } }
      @media screen and (min-width: 768px) {
        .flight-details-header .info-list > span:nth-of-type(2):before {
          left: -1px;
          top: 6px; } }
      @media screen and (min-width: 768px) {
        .flight-details-header .info-list > span:nth-of-type(4) {
          padding-left: 17px; }
          .flight-details-header .info-list > span:nth-of-type(4):before {
            left: -7px; } }
      .flight-details-header .info-list > span .badge {
        margin-top: 0;
        top: -3px;
        position: relative; }
        @media screen and (max-width: 640px) {
          .flight-details-header .info-list > span .badge {
            margin-top: 0;
            top: 0;
            margin-right: 15px; } }
      .flight-details-header .info-list > span .message {
        margin-left: 10px; }
        @media screen and (max-width: 640px) {
          .flight-details-header .info-list > span .message {
            margin-left: 0; } }
        .flight-details-header .info-list > span .message:empty {
          display: none !important; }
      .flight-details-header .info-list > span:last-of-type, .flight-details-header .info-list > span:nth-last-of-type(2) {
        display: inline-block; }
  .flight-details-header .details {
    display: block; }
    .flight-details-header .details:not(:empty) {
      margin-bottom: 19px;
      margin-top: 4px; }
      @media screen and (max-width: 640px) {
        .flight-details-header .details:not(:empty) {
          margin-bottom: 15px;
          font-size: 1rem;
          line-height: 18px; } }
  .flight-details-header .col-sm-9 h3 {
    color: #417C3D;
    margin-bottom: 10px; }
    @media screen and (max-width: 640px) {
      .flight-details-header .col-sm-9 h3 {
        font-size: 1.25rem; } }
  @media screen and (max-width: 640px) {
    .flight-details-header .col-sm-3 .btn-icon:last-of-type {
      margin-bottom: 20px; } }
  .flight-details-header dl {
    border-radius: 2px;
    background: #ffffff;
    padding: 25px 23px;
    margin-bottom: 22px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 640px) {
      .flight-details-header dl {
        padding: 23px 0 2px 0;
        float: left;
        margin-bottom: 20px; } }
    .flight-details-header dl dt {
      display: block;
      color: #474C4B;
      font-family: Roboto;
      font-size: 0.8125rem;
      letter-spacing: 1px;
      line-height: 15px;
      font-weight: 400;
      margin-bottom: 6px;
      text-transform: uppercase; }
    .flight-details-header dl dd {
      display: block;
      color: #474C4B;
      font-family: Panton;
      font-size: 1rem;
      font-weight: bold;
      line-height: 22px;
      margin-bottom: 0;
      position: relative; }
      @media screen and (max-width: 640px) {
        .flight-details-header dl dd {
          margin-bottom: 15px;
          display: block;
          min-height: 22px; } }
      .flight-details-header dl dd span {
        font-size: 0.75rem;
        font-weight: 400;
        text-decoration: line-through;
        margin-right: 8px; }
      .flight-details-header dl dd i {
        display: inline-block;
        vertical-align: middle;
        margin-left: 0;
        transform: scale(0.55);
        position: absolute;
        top: -4px; }
    @media screen and (max-width: 640px) {
      .flight-details-header dl .row {
        width: 50%;
        float: left;
        margin-right: 0;
        margin-left: 0; }
        .flight-details-header dl .row .col-sm {
          padding-right: 0; } }
    .flight-details-header dl .row:first-of-type {
      margin-bottom: 32px; }
      @media screen and (max-width: 640px) {
        .flight-details-header dl .row:first-of-type {
          margin-bottom: 0; } }
      .flight-details-header dl .row:first-of-type .col-sm:not(:last-of-type) {
        position: relative; }
        .flight-details-header dl .row:first-of-type .col-sm:not(:last-of-type):after {
          content: "";
          height: 115px;
          width: 1px;
          background-color: #e6e7e8;
          position: absolute;
          right: 15px;
          top: 3px; }
          @media screen and (max-width: 640px) {
            .flight-details-header dl .row:first-of-type .col-sm:not(:last-of-type):after {
              display: none; } }
  .flight-details-header .pin-flight {
    margin-top: 34px;
    margin-bottom: 22px; }
    @media screen and (max-width: 640px) {
      .flight-details-header .pin-flight {
        margin-top: 0;
        margin-bottom: 0; } }
    .flight-details-header .pin-flight .btn-icon {
      margin-bottom: 16px;
      text-transform: uppercase; }

.btn-featured {
  display: inline-block;
  padding: 11px 30px 21px;
  text-align: center;
  width: 100%;
  color: #417C3D;
  font-family: "Panton", sans-serif;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  height: 65px;
  transition: 0.5s; }
  @media screen and (max-width: 640px) {
    .btn-featured {
      font-size: 0.9375rem;
      line-height: 16px;
      height: 70px; } }
  .btn-featured .subtitle {
    display: none;
    text-align: left;
    font-size: 0.8125rem;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 7px;
    color: #4A4A4A;
    line-height: 18px;
    font-family: "Roboto", sans-serif; }
  .btn-featured:focus, .btn-featured:active, .btn-featured:hover {
    box-shadow: none;
    background-color: #F2F3F3;
    text-decoration: none; }
  .btn-featured:before {
    content: "";
    display: inline-block;
    position: relative; }
  .btn-featured.icon-loop-arrow {
    padding: 1px 30px 20px; }
    .btn-featured.icon-loop-arrow:before {
      content: "";
      top: 13px;
      margin-right: 11px; }
  .btn-featured.icon-loop-click-collect {
    padding: 1px 30px 20px; }
    .btn-featured.icon-loop-click-collect:before {
      content: "";
      top: 10px;
      margin-right: 11px; }
  .btn-featured.icon-loop-shop-collect {
    padding: 1px 30px 20px; }
    .btn-featured.icon-loop-shop-collect:before {
      content: "";
      top: 8px;
      margin-right: 11px; }
  .btn-featured.icon-bus {
    padding: 11px 30px 21px; }
    @media screen and (max-width: 640px) {
      .btn-featured.icon-bus {
        padding: 12px 10px 24px; } }
    .btn-featured.icon-bus:before {
      content: "";
      top: 8px;
      margin-right: 11px; }
      @media screen and (max-width: 640px) {
        .btn-featured.icon-bus:before {
          margin-right: 9px; } }
  .btn-featured.icon-car {
    padding: 15px 30px 21px; }
    @media screen and (max-width: 640px) {
      .btn-featured.icon-car {
        height: 70px;
        padding: 15px 10px 21px; } }
    .btn-featured.icon-car:before {
      left: -18px;
      margin-right: -12px;
      top: 6px; }
      @media screen and (max-width: 640px) {
        .btn-featured.icon-car:before {
          left: 0;
          margin-right: 5px; } }
  .btn-featured.icon-taxi {
    padding: 15px 30px 21px; }
    @media screen and (max-width: 640px) {
      .btn-featured.icon-taxi {
        height: 70px;
        padding: 15px 10px 21px; } }
    .btn-featured.icon-taxi:before {
      left: -18px;
      margin-right: -12px;
      top: 6px; }
      @media screen and (max-width: 640px) {
        .btn-featured.icon-taxi:before {
          left: 0;
          margin-right: 5px; } }
  .btn-featured.icon-shopping {
    padding: 10px 30px 21px;
    letter-spacing: initial; }
    @media screen and (max-width: 640px) {
      .btn-featured.icon-shopping {
        height: 70px;
        padding: 15px 10px 21px; } }
    .btn-featured.icon-shopping:before {
      left: -18px;
      margin-right: -10px;
      top: 7px; }
      @media screen and (max-width: 640px) {
        .btn-featured.icon-shopping:before {
          left: 0;
          margin-right: 5px;
          -webkit-transform: scale(1.3);
          -moz-transform: scale(1.3);
          -ms-transform: scale(1.3);
          -o-transform: scale(1.3);
          transform: scale(1.3); } }
  .btn-featured.icon-lounges {
    padding: 20px 30px 21px;
    letter-spacing: initial; }
    @media screen and (max-width: 640px) {
      .btn-featured.icon-lounges {
        height: 70px;
        padding: 15px 10px 21px; } }
    .btn-featured.icon-lounges:before {
      left: -10px;
      margin-right: 0;
      top: -2px;
      vertical-align: middle; }
      @media screen and (max-width: 640px) {
        .btn-featured.icon-lounges:before {
          left: 0;
          margin-right: 5px;
          top: 34px !important;
          -webkit-transform: scale(1.5);
          -moz-transform: scale(1.5);
          -ms-transform: scale(1.5);
          -o-transform: scale(1.5);
          transform: scale(1.5); } }
  .btn-featured.icon-facilities {
    padding: 19px 30px 21px;
    letter-spacing: initial; }
    @media screen and (max-width: 640px) {
      .btn-featured.icon-facilities {
        height: 70px;
        padding: 15px 10px 21px; } }
    .btn-featured.icon-facilities:before {
      left: -25px;
      margin-right: -11px;
      top: 4px; }
      @media screen and (max-width: 640px) {
        .btn-featured.icon-facilities:before {
          left: 0;
          margin-right: 5px;
          -webkit-transform: scale(1.5);
          -moz-transform: scale(1.5);
          -ms-transform: scale(1.5);
          -o-transform: scale(1.5);
          transform: scale(1.5); } }
  .btn-featured.icon-restaurants {
    padding: 9px 30px 21px;
    letter-spacing: initial; }
    @media screen and (max-width: 640px) {
      .btn-featured.icon-restaurants {
        height: 70px;
        padding: 15px 10px 21px; } }
    .btn-featured.icon-restaurants:before {
      left: -16px;
      margin-right: -5px;
      top: 8px; }
      @media screen and (max-width: 640px) {
        .btn-featured.icon-restaurants:before {
          left: 0;
          margin-right: 5px;
          -webkit-transform: scale(1.5);
          -moz-transform: scale(1.5);
          -ms-transform: scale(1.5);
          -o-transform: scale(1.5);
          transform: scale(1.5); } }
  .btn-featured.icon-info:before {
    top: 8px;
    margin-right: 5px; }
  .btn-featured.icon-departures, .btn-featured.icon-arrivals {
    display: inline-block;
    padding: 25px 30px 23px;
    text-transform: uppercase;
    text-indent: 28px;
    text-align: center;
    width: 263px;
    margin: 0 15px;
    color: #00402F;
    font-family: "Panton", sans-serif;
    border-radius: 4px;
    font-size: 0.9375rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 18px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
    background: #ffffff; }
    .btn-featured.icon-departures:focus, .btn-featured.icon-departures:active, .btn-featured.icon-departures:hover, .btn-featured.icon-arrivals:focus, .btn-featured.icon-arrivals:active, .btn-featured.icon-arrivals:hover {
      box-shadow: none;
      background-color: #F2F3F3;
      text-decoration: none; }
    .btn-featured.icon-departures:before, .btn-featured.icon-arrivals:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 18px;
      left: 55px;
      -webkit-transform: scale(0.6);
      -moz-transform: scale(0.6);
      -ms-transform: scale(0.6);
      -o-transform: scale(0.6);
      transform: scale(0.6); }
      @media screen and (max-width: 640px) {
        .btn-featured.icon-departures:before, .btn-featured.icon-arrivals:before {
          display: block;
          position: relative;
          left: 0;
          right: 0;
          margin: auto;
          top: 0;
          margin-top: -8px; } }
  .btn-featured.icon-arrivals:before {
    top: 18px;
    left: 62px; }
    @media screen and (max-width: 640px) {
      .btn-featured.icon-arrivals:before {
        top: 0;
        left: 0; } }

.home-icons .icon-felt-mobile {
  margin-bottom: 37px; }
  @media screen and (max-width: 640px) {
    .home-icons .icon-felt-mobile {
      margin-bottom: 27px; } }
  @media screen and (max-width: 640px) {
    .home-icons .icon-felt-mobile .col:last-of-type {
      display: none; } }
  @media screen and (max-width: 640px) {
    .home-icons .icon-felt-mobile .col:first-of-type {
      padding-right: 7.5px; } }
  @media screen and (max-width: 640px) {
    .home-icons .icon-felt-mobile .col:nth-of-type(2) {
      padding-left: 7.5px; } }

div:not(.home-icons) > .icon-top-mobile,
div:not(.home-icons) > .icon-felt-mobile {
  margin-bottom: 20px; }
  @media screen and (max-width: 640px) {
    div:not(.home-icons) > .icon-top-mobile,
    div:not(.home-icons) > .icon-felt-mobile {
      margin-left: -7.5px;
      margin-right: -7.5px;
      margin-bottom: 15px; }
      div:not(.home-icons) > .icon-top-mobile .btn-featured,
      div:not(.home-icons) > .icon-felt-mobile .btn-featured {
        padding: 57px 0 9px !important;
        height: 91px !important; }
        div:not(.home-icons) > .icon-top-mobile .btn-featured:before,
        div:not(.home-icons) > .icon-felt-mobile .btn-featured:before {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 44px;
          margin: auto !important;
          top: auto; }
      div:not(.home-icons) > .icon-top-mobile .col,
      div:not(.home-icons) > .icon-felt-mobile .col {
        padding-left: 7.5px;
        padding-right: 7.5px; } }

.icon-top-2-by-2 {
  margin-bottom: 43px; }
  @media screen and (max-width: 640px) {
    .icon-top-2-by-2 {
      margin-left: -7.5px;
      margin-right: -7.5px;
      margin-bottom: 7px; }
      .icon-top-2-by-2 .btn-featured {
        min-height: 125px;
        padding: 85px 0 20px !important; }
        .icon-top-2-by-2 .btn-featured:before {
          position: absolute;
          left: 0;
          right: 0;
          bottom: auto;
          margin: auto !important;
          top: 42px; }
        .icon-top-2-by-2 .btn-featured.icon-lounges:before {
          top: 42px !important; }
        .icon-top-2-by-2 .btn-featured.icon-facilities:before {
          top: 48px !important; }
      .icon-top-2-by-2 .col-6 {
        padding-left: 7.5px;
        padding-right: 7.5px;
        margin-bottom: 15px; } }

.get-in-touch {
  background: #F5F5F5;
  padding: 29px 0 16px; }
  @media screen and (max-width: 640px) {
    .get-in-touch {
      background: transparent;
      padding: 10px 0 8px; }
      .get-in-touch .container > .row > .col-sm-8 {
        background: #F2F3F3;
        margin-bottom: 24px;
        padding: 26px 15px 18px; }
        .get-in-touch .container > .row > .col-sm-8 .col-sm-7 {
          display: none; } }
  .get-in-touch .btn, .get-in-touch .btn-link, .get-in-touch .booking-widget .bottom-links a, .booking-widget .bottom-links .get-in-touch a {
    min-width: 218px; }
  .get-in-touch .col-sm-8 .col-sm-7 {
    padding-left: 0; }
  @media screen and (min-width: 641px) {
    .get-in-touch .col-sm-8 h3 {
      text-wrap: nowrap; } }
  .get-in-touch h3 {
    font-size: 1.3125rem;
    font-weight: 700;
    margin-bottom: 19px; }
  .get-in-touch p {
    margin-bottom: 22px; }
  .get-in-touch a.btn-default {
    width: 100%;
    max-width: 218px; }
  .get-in-touch ul:not(.contact-list) {
    list-style: none;
    padding: 0;
    margin-top: 52px;
    margin-left: -23px; }
    @media screen and (max-width: 640px) {
      .get-in-touch ul:not(.contact-list) {
        margin-top: 0;
        margin-bottom: 17px;
        margin-left: 0; } }
    .get-in-touch ul:not(.contact-list) li {
      padding-left: 40px;
      position: relative;
      margin-bottom: 20px; }
      @media screen and (max-width: 640px) {
        .get-in-touch ul:not(.contact-list) li {
          margin-bottom: 14px;
          padding-left: 25px;
          font-size: 0.875rem; } }
      .get-in-touch ul:not(.contact-list) li:before {
        content: "";
        position: absolute;
        left: 3px;
        top: -5px; }
        @media screen and (max-width: 640px) {
          .get-in-touch ul:not(.contact-list) li:before {
            top: 2px;
            background: url("svg/sprite.svg") 43.70861% 31.69811% no-repeat;
            width: 12px;
            height: 8px; } }
  .get-in-touch ul.contact-list {
    list-style: none;
    padding: 0;
    margin-top: 30px; }
    @media screen and (max-width: 640px) {
      .get-in-touch ul.contact-list {
        margin-top: 0; } }
    .get-in-touch ul.contact-list li {
      padding-left: 40px;
      position: relative;
      margin-bottom: 22px; }
      @media screen and (max-width: 640px) {
        .get-in-touch ul.contact-list li {
          background: #F2F3F3;
          padding: 15px 15px 15px 55px;
          margin-bottom: 12px; } }
      .get-in-touch ul.contact-list li a {
        color: #4A4A4A; }
        @media screen and (max-width: 640px) {
          .get-in-touch ul.contact-list li a {
            font-size: 0.875rem; } }
      .get-in-touch ul.contact-list li:before {
        content: "";
        position: absolute;
        left: -3px;
        top: -5px; }
        @media screen and (max-width: 640px) {
          .get-in-touch ul.contact-list li:before {
            top: 12px;
            left: 15px; } }
      .get-in-touch ul.contact-list li.mobile:before {
        background-image: url("data:image/svg+xml,%3Csvg width='28' height='31' viewBox='0 0 28 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.2704 19.623C22.9711 23.1644 20.0263 26.0407 16.1053 27.0913C9.7049 28.8063 3.12418 25.0077 1.40895 18.6064C-0.306285 12.2051 3.49324 5.62408 9.89362 3.9091C16.295 2.19387 22.8759 5.9934 24.5912 12.3947C24.6441 12.5924 24.6922 12.7913 24.734 12.9899' stroke='%2393C853' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.88437 12.6287C9.94969 12.6252 9.99956 12.6204 10.0494 12.6204C10.4223 12.6192 10.7964 12.6204 11.1847 12.6204C11.2061 12.909 11.2251 13.1845 11.2464 13.4742C12.5717 13.4742 13.8946 13.4742 15.2388 13.4742C15.259 13.1975 15.278 12.922 15.2994 12.6335C15.7304 12.6335 16.152 12.6335 16.6032 12.6335C16.6032 12.9173 16.6092 13.2058 16.6009 13.4944C16.5961 13.6345 16.6341 13.7462 16.7208 13.8578C17.9036 15.3718 19.0815 16.8906 20.2655 18.4047C20.3605 18.5258 20.4044 18.647 20.408 18.8013C20.4305 19.7585 20.4614 20.7168 20.4899 21.6739C20.4923 21.7356 20.4899 21.7986 20.4899 21.8793C15.6532 22.0408 10.8296 22.0396 5.98938 21.8793C5.98938 21.7641 5.98581 21.6632 5.98938 21.5635C6.02263 20.6194 6.0535 19.6741 6.09507 18.7301C6.09982 18.6315 6.14019 18.5187 6.20075 18.4403C7.36925 16.9073 8.54487 15.379 9.71337 13.8459C9.77987 13.758 9.81787 13.6333 9.82856 13.5217C9.85944 13.232 9.86656 12.941 9.88437 12.6287ZM11.3189 18.1886C11.3889 18.1898 11.4578 18.191 11.5279 18.1886C11.8057 18.1803 11.9281 18.0591 11.9364 17.7789C11.9399 17.6269 11.9411 17.4749 11.934 17.3229C11.9221 17.0937 11.7867 16.9631 11.5599 16.956C11.402 16.9512 11.2429 16.9512 11.0849 16.956C10.851 16.9631 10.7109 17.1032 10.7026 17.3383C10.6978 17.4903 10.699 17.6423 10.7026 17.7943C10.7085 18.0425 10.8415 18.1755 11.0909 18.1874C11.1669 18.191 11.2441 18.1886 11.3189 18.1886ZM11.3141 16.5095C11.3842 16.5095 11.4531 16.5106 11.5231 16.5095C11.8022 16.5047 11.9281 16.3848 11.9352 16.1057C11.9399 15.9478 11.9411 15.7886 11.9316 15.6319C11.9186 15.4122 11.7856 15.2887 11.5635 15.2816C11.4115 15.2768 11.2595 15.278 11.1075 15.2804C10.8403 15.284 10.7061 15.4217 10.7014 15.6948C10.7002 15.7649 10.7014 15.8338 10.7014 15.9038C10.7014 16.4441 10.7679 16.5095 11.3141 16.5095ZM12.6037 17.5651H12.6026C12.6026 17.6352 12.6014 17.7041 12.6026 17.7741C12.6073 18.0544 12.7272 18.1803 13.0051 18.1874C13.169 18.1921 13.3341 18.1933 13.4979 18.1826C13.6879 18.1708 13.8186 18.0413 13.8269 17.8561C13.8364 17.6673 13.8364 17.4761 13.8269 17.2873C13.8174 17.1044 13.6808 16.9702 13.4944 16.9595C13.3115 16.95 13.1274 16.95 12.9446 16.9595C12.7498 16.969 12.6168 17.1068 12.6049 17.3003C12.599 17.3882 12.6037 17.4773 12.6037 17.5651ZM13.8292 15.905C13.8304 15.905 13.8304 15.905 13.8316 15.905C13.8316 15.835 13.8328 15.7661 13.8316 15.696C13.8269 15.4086 13.6998 15.2828 13.4112 15.2804C13.2592 15.2792 13.1072 15.2756 12.9552 15.2816C12.7486 15.2899 12.6121 15.4241 12.6037 15.6295C12.5966 15.8065 12.5966 15.9834 12.6037 16.1603C12.6121 16.367 12.7462 16.4988 12.9552 16.5059C13.1322 16.5118 13.3091 16.513 13.4861 16.5059C13.6844 16.4976 13.8138 16.367 13.8281 16.1698C13.8352 16.082 13.8292 15.9929 13.8292 15.905ZM12.6014 19.2704C12.6014 19.3274 12.6014 19.3844 12.6014 19.4414C12.6026 19.7478 12.7118 19.8606 13.0229 19.8677C13.1809 19.8713 13.3388 19.8736 13.4967 19.8618C13.7152 19.8451 13.8269 19.7216 13.8316 19.5067C13.834 19.3547 13.8352 19.2039 13.8316 19.0519C13.8269 18.8429 13.7247 18.7182 13.5146 18.7004C13.3198 18.685 13.1227 18.6838 12.9279 18.6992C12.7082 18.7158 12.6061 18.8405 12.6026 19.0626C12.6002 19.1315 12.6014 19.2015 12.6014 19.2704ZM15.1307 16.5095C15.1877 16.5095 15.2447 16.5095 15.3017 16.5095C15.5986 16.5083 15.7269 16.3836 15.7304 16.0879C15.7316 15.9359 15.7376 15.7839 15.7281 15.6331C15.715 15.4158 15.5761 15.2851 15.3635 15.2816C15.2115 15.2792 15.0595 15.2792 14.9087 15.2816C14.7044 15.2851 14.5631 15.4122 14.5501 15.6188C14.5394 15.8017 14.5394 15.9858 14.5501 16.1686C14.5619 16.3836 14.7032 16.5059 14.9229 16.5095C14.9918 16.5106 15.0619 16.5095 15.1307 16.5095ZM15.7292 17.5841H15.7304C15.7304 17.5141 15.7316 17.4452 15.7304 17.3751C15.7257 17.0913 15.5939 16.9571 15.3148 16.956C15.1818 16.9548 15.0488 16.9536 14.917 16.956C14.7032 16.9595 14.5607 17.0901 14.5501 17.3063C14.5406 17.4832 14.5417 17.6601 14.5501 17.8371C14.5607 18.0544 14.6973 18.1826 14.9146 18.1886C15.0666 18.1921 15.2186 18.1933 15.3694 18.1886C15.5761 18.1826 15.7091 18.0568 15.7281 17.8501C15.7364 17.7611 15.7292 17.672 15.7292 17.5841ZM11.3296 19.8689C11.3996 19.8677 11.4697 19.8713 11.5386 19.8677C11.8259 19.8546 11.934 19.7406 11.9376 19.4521C11.9387 19.3191 11.9411 19.1861 11.9364 19.0519C11.9292 18.8405 11.8259 18.7158 11.6169 18.6992C11.4222 18.6838 11.2239 18.6838 11.0279 18.6992C10.8154 18.7158 10.7049 18.8524 10.7014 19.0685C10.699 19.1766 10.7014 19.2846 10.7014 19.3915C10.7014 19.7585 10.8071 19.8641 11.1764 19.8689C11.2274 19.8701 11.2785 19.8689 11.3296 19.8689ZM14.5465 19.2597C14.5465 19.3226 14.5465 19.3868 14.5465 19.4497C14.5477 19.7466 14.6629 19.8653 14.9562 19.8689C15.1022 19.8713 15.2483 19.8736 15.3932 19.8665C15.5951 19.8558 15.7221 19.7276 15.7292 19.5281C15.7352 19.363 15.7352 19.198 15.7292 19.0341C15.7233 18.8417 15.6046 18.7063 15.4146 18.6945C15.2317 18.6826 15.0464 18.6826 14.8636 18.6945C14.6736 18.7063 14.556 18.8405 14.5465 19.0317C14.5441 19.1065 14.5465 19.1825 14.5465 19.2597Z' fill='%2300402F'/%3E%3Cpath d='M6.85104 14.7874C6.55892 14.7874 6.26798 14.7897 5.97585 14.7874C5.55548 14.7826 5.26098 14.5855 5.13154 14.1782C4.91779 13.5072 4.97954 12.8363 5.20873 12.182C5.54717 11.2154 6.23354 10.5361 7.07785 10.0017C8.13829 9.33319 9.31272 8.96863 10.5347 8.73944C11.6177 8.53638 12.7113 8.4675 13.8098 8.51381C15.559 8.58744 17.2571 8.89381 18.8329 9.70131C19.7271 10.1609 20.5013 10.7641 20.9953 11.6666C21.4015 12.4064 21.5131 13.1961 21.3611 14.0214C21.2613 14.5617 20.974 14.7862 20.4218 14.7874C19.8767 14.7886 19.3305 14.7802 18.7854 14.7886C18.0646 14.7992 17.3283 14.1675 17.358 13.3647C17.3723 12.9788 17.3521 12.5905 17.3628 12.2046C17.3711 11.9136 17.2452 11.707 17.0101 11.5538C16.6313 11.3068 16.205 11.1821 15.7692 11.099C14.0829 10.7796 12.3919 10.7677 10.7057 11.099C10.3197 11.175 9.9421 11.3211 9.57635 11.4719C9.22248 11.6167 9.04672 11.8911 9.06929 12.2984C9.09304 12.7033 9.08235 13.1106 9.06691 13.5156C9.0396 14.196 8.44348 14.7719 7.76542 14.7862C7.46023 14.7921 7.15504 14.7862 6.85104 14.7874Z' fill='%2300402F'/%3E%3C/svg%3E%0A");
        width: 26px;
        height: 26px; }
      .get-in-touch ul.contact-list li.w-mobile a {
        font-weight: bold;
        color: #417C3D;
        font-family: "Panton", sans-serif; }
      .get-in-touch ul.contact-list li.w-mobile:before {
        background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.94739 6.37078C4.98353 3.22721 8.42962 1.11578 12.3874 1.00444C18.8501 0.8259 24.2315 6.0498 24.4067 12.675C24.5818 19.3001 19.4851 24.8169 13.0234 24.9955C6.56079 25.176 1.17934 19.9511 1.00419 13.3269C0.999303 13.1213 0.998324 12.9167 1.00322 12.7141' stroke='%2393C853' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.44858 20.5538C5.61362 20.0571 5.76678 19.5946 5.92125 19.1334C6.08101 18.6551 6.23944 18.1755 6.40448 17.6985C6.43617 17.6063 6.43485 17.5365 6.37675 17.4508C5.31259 15.8987 4.84388 14.1766 5.04589 12.3121C5.37333 9.29611 6.90619 7.05485 9.67223 5.78994C12.4647 4.51317 15.1964 4.79119 17.7076 6.57261C19.453 7.81116 20.5119 9.53329 20.8697 11.6428C21.3199 14.2991 20.6017 16.63 18.7414 18.5813C17.4435 19.9424 15.8314 20.7304 13.9566 20.9425C12.0316 21.1612 10.2466 20.758 8.61731 19.696C8.55525 19.6552 8.44699 19.6499 8.37305 19.671C7.4528 19.9464 6.53519 20.2284 5.61626 20.509C5.57137 20.5235 5.52912 20.5327 5.44858 20.5538ZM19.1163 13.0474C19.1124 9.67954 16.3688 6.9165 13.0284 6.91782C9.64318 6.91914 6.88771 9.67163 6.88639 13.0513C6.88507 16.3809 9.66035 19.1229 13.0324 19.1229C16.3596 19.1229 19.1203 16.3664 19.1163 13.0474Z' fill='%2300402F'/%3E%3Cpath d='M15.0968 16.9993C14.731 16.9926 14.139 16.7689 13.5747 16.4603C12.0033 15.5992 10.6894 14.3878 9.69068 12.7693C9.37423 12.2559 9.12878 11.7034 9.03011 11.0795C8.93867 10.5054 9.04816 10.0095 9.45966 9.62144C9.65579 9.43682 9.84349 9.24143 10.0408 9.05681C10.0793 9.02043 10.1407 8.99752 10.1912 9.00021C10.391 9.00965 10.5907 9.02312 10.7892 9.05412C10.847 9.06355 10.9216 9.1188 10.9468 9.1754C11.2248 9.80201 11.4931 10.434 11.7699 11.0606C11.8096 11.1496 11.7951 11.2021 11.7434 11.2722C11.5641 11.5161 11.3932 11.7681 11.2116 12.0093C11.1394 12.105 11.1297 12.1926 11.1646 12.3071C11.2898 12.7262 11.5268 13.0645 11.7915 13.3784C12.2836 13.9646 12.8371 14.4619 13.5121 14.7651C13.5218 14.7691 13.5302 14.7745 13.5398 14.7786C13.9718 14.9524 13.9982 14.9443 14.293 14.5603C14.4338 14.377 14.5782 14.1978 14.7141 14.0118C14.7671 13.939 14.8152 13.9256 14.897 13.9498C15.5023 14.1236 16.1075 14.2934 16.7151 14.4578C16.815 14.4848 16.8583 14.5333 16.8751 14.6478C16.9124 14.8958 17.0267 15.1532 16.9943 15.385C16.9606 15.6248 16.7897 15.8404 16.6766 16.0655C16.6369 16.145 16.5936 16.2231 16.5479 16.3C16.2218 16.8579 15.9643 17.0115 15.0968 16.9993Z' fill='%2300402F'/%3E%3C/svg%3E%0A");
        width: 26px;
        height: 26px; }
      .get-in-touch ul.contact-list li:last-of-type a {
        font-weight: bold;
        color: #417C3D;
        font-family: "Panton", sans-serif; }
  .get-in-touch.landing ul.contact-list li:last-of-type a {
    font-weight: 400;
    color: #4A4A4A;
    font-family: "Roboto", sans-serif; }
  @media screen and (max-width: 640px) {
    .get-in-touch .centered-content {
      text-align: center; } }

.btn-google-play,
.btn-google-play:active {
  display: inline-block;
  width: 165px;
  height: 56px;
  background: url("svg/app-google-play.svg") no-repeat !important;
  background-size: 100% !important; }
  @media screen and (max-width: 640px) {
    .btn-google-play,
    .btn-google-play:active {
      width: 141px;
      height: 48px; } }

.btn-app-store,
.btn-app-store:active {
  display: inline-block;
  width: 165px;
  height: 56px;
  background: url("svg/app-apple.svg") no-repeat !important;
  margin-right: 26px;
  background-size: 100% !important; }
  @media screen and (max-width: 640px) {
    .btn-app-store,
    .btn-app-store:active {
      width: 141px;
      height: 48px;
      margin-right: 4px; } }

@media screen and (min-width: 641px) {
  .forms-tabs {
    margin-top: -80px;
    margin-bottom: 28px; } }

.forms-tabs.inner-page-tabs {
  display: none; }
  .forms-tabs.inner-page-tabs.show {
    display: block; }

@media screen and (max-width: 640px) {
  .forms-tabs:not(.inner-page-tabs) .tab-content.booking-widget.parking {
    display: block !important; } }

.forms-tabs .col-sm-12 {
  padding: 0; }

@media screen and (min-width: 641px) {
  .forms-tabs .widget-tabs:nth-of-type(6) {
    display: none; }
  .forms-tabs .widget-tabs:nth-of-type(7) {
    display: none; } }

@media screen and (max-width: 640px) {
  .forms-tabs {
    margin-bottom: 15px; }
    .forms-tabs .widget-tabs:first-of-type {
      margin-top: 0;
      padding: 24px 15px 24px 15px; }
    .forms-tabs .widget-tabs:nth-of-type(2) {
      order: 2; }
    .forms-tabs .widget-tabs:nth-of-type(3) {
      order: 3; }
    .forms-tabs .widget-tabs:nth-of-type(4) {
      order: 5; }
    .forms-tabs .widget-tabs:nth-of-type(5) {
      order: 6; }
    .forms-tabs .widget-tabs:nth-of-type(6) {
      order: 4; }
    .forms-tabs .widget-tabs:nth-of-type(7) {
      order: 7; } }

@media screen and (max-width: 640px) {
  .forms-tabs.container {
    max-width: 100%; } }

.forms-tabs .form-control {
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 1px; }
  .forms-tabs .form-control::-webkit-input-placeholder {
    color: #9B9B9B; }
  .forms-tabs .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #9B9B9B; }
  .forms-tabs .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #9B9B9B; }
  .forms-tabs .form-control:-ms-input-placeholder {
    color: #9B9B9B; }

.forms-tabs #ddlTerminalLounge,
.forms-tabs #ddlTerminalFastTrack,
.forms-tabs #service_type_id {
  position: absolute;
  left: -10px;
  opacity: 0;
  top: 0;
  width: calc(100% + 10px) !important;
  z-index: 99; }

.forms-tabs span.select-val {
  color: #9B9B9B;
  padding-left: 5px;
  font-size: 0.875rem;
  white-space: nowrap;
  width: calc(100% - 25px);
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  margin-top: 16px; }
  @media screen and (max-width: 640px) {
    .forms-tabs span.select-val {
      padding-left: 3px;
      width: calc(100% - 253px); } }

.forms-tabs #platinum-tab .platinum-booking-type span.select-val, .forms-tabs #platinum-tab .terminal span.select-val {
  width: calc(100% - 130px); }

#parking-tab {
  position: relative; }
  @media screen and (max-width: 640px) {
    #parking-tab {
      margin-bottom: 15px;
      z-index: 99; } }
  @media screen and (max-width: 640px) {
    #parking-tab legend {
      display: none; } }
  #parking-tab .bottom-links {
    position: absolute;
    margin: 0;
    right: -6px;
    top: -4px; }
    @media screen and (max-width: 640px) {
      #parking-tab .bottom-links {
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        margin-top: 15px;
        margin-bottom: 5px; } }
    #parking-tab .bottom-links a {
      margin-left: 15px; }
      @media screen and (max-width: 640px) {
        #parking-tab .bottom-links a {
          margin-left: 0; }
          #parking-tab .bottom-links a:first-of-type {
            float: left; }
          #parking-tab .bottom-links a:last-of-type {
            float: right; } }

ul.social-link-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 0; }
  ul.social-link-list li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 4px; }
    ul.social-link-list li a {
      display: inline-block; }

.sec-times {
  padding: 19px 0 19px 20px;
  background: #00402E;
  color: #ffffff;
  margin: 30px 0;
  border-radius: 2px; }
  @media screen and (max-width: 640px) {
    .sec-times.sticky {
      position: fixed;
      background: #E57200;
      padding: 15px;
      z-index: 997;
      top: 57px; } }
  @media screen and (max-width: 640px) {
    .sec-times {
      padding: 15px;
      font-size: 0.875rem;
      margin: 0;
      border-radius: 0; } }
  .sec-times > span {
    margin-right: 33px;
    display: inline-block;
    font-size: 1.25rem; }
    .sec-times > span:last-of-type {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .sec-times > span {
        margin-right: 20px;
        font-size: 0.9375rem; }
        .sec-times > span span {
          display: none; } }
  .sec-times .label-sec-time {
    font-weight: 700;
    margin-right: 40px;
    font-family: "Panton", sans-serif;
    position: relative;
    top: 0;
    font-size: 1.25rem; }
    @media screen and (max-width: 640px) {
      .sec-times .label-sec-time {
        margin-right: 10px;
        font-size: 0.9375rem;
        top: 0; } }
  @media screen and (max-width: 640px) {
    .sec-times {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0; } }

.time-container.arrival-list {
  padding-top: 20px; }

@media screen and (max-width: 640px) {
  .time-container {
    padding-top: 63px;
    position: relative; }
    .time-container.arrival-list {
      padding-top: 5px; }
      .time-container.arrival-list .flight-list table tbody tr {
        height: 142px; }
        .time-container.arrival-list .flight-list table tbody tr td:nth-of-type(5) {
          margin-top: 0; }
        .time-container.arrival-list .flight-list table tbody tr td:nth-of-type(6) {
          top: 96px; } }

.flight-list table thead {
  display: none; }

.flight-list table.table caption {
  padding-top: 2px;
  padding-bottom: 2px; }

.flight-list table tbody {
  clear: both; }
  .flight-list table tbody tr {
    display: block;
    position: relative;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
    padding-top: 27px;
    padding-bottom: 23px;
    border-radius: 2px;
    transition: 0.5s; }
    @media screen and (max-width: 640px) {
      .flight-list table tbody tr {
        height: auto;
        width: 100%;
        font-size: 0;
        padding-top: 0;
        padding-bottom: 0;
        display: table; }
        .flight-list table tbody tr.not-available {
          height: 142px; } }
    .flight-list table tbody tr:hover {
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
      cursor: pointer; }
      .flight-list table tbody tr:hover td:nth-of-type(2), .flight-list table tbody tr:hover td:nth-of-type(3),
      .flight-list table tbody tr:hover td a {
        text-decoration: underline; }
    .flight-list table tbody tr td {
      padding-top: 0;
      padding-left: 15px;
      display: inline-block;
      border: none;
      font-size: 0.875rem; }
      @media screen and (max-width: 640px) {
        .flight-list table tbody tr td {
          float: left;
          padding: 15px;
          font-size: 0.875rem; } }
      .flight-list table tbody tr td:first-of-type {
        width: 150px;
        font-family: "Panton", sans-serif;
        font-size: 1rem;
        font-weight: 700;
        padding-left: 23px; }
        .flight-list table tbody tr td:first-of-type span {
          font-size: 0.75rem;
          font-weight: 400;
          text-decoration: line-through;
          margin-right: 8px; }
          @media screen and (max-width: 640px) {
            .flight-list table tbody tr td:first-of-type span {
              margin-right: 0; } }
        @media screen and (max-width: 640px) {
          .flight-list table tbody tr td:first-of-type {
            height: 88px;
            width: 65px;
            text-align: center;
            padding-left: 12px;
            padding-right: 12px; }
            .flight-list table tbody tr td:first-of-type span {
              display: block;
              font-size: 0.75rem;
              font-weight: 400;
              text-decoration: line-through; } }
      .flight-list table tbody tr td:nth-of-type(2) {
        position: relative;
        width: 265px;
        font-size: 1rem;
        font-weight: 700;
        font-family: "Panton", sans-serif; }
        @media screen and (max-width: 640px) {
          .flight-list table tbody tr td:nth-of-type(2) {
            width: auto; } }
        .flight-list table tbody tr td:nth-of-type(2):after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          height: 40px;
          width: 1px;
          background-color: #E6E7E8; }
          @media screen and (max-width: 640px) {
            .flight-list table tbody tr td:nth-of-type(2):after {
              display: none; } }
      .flight-list table tbody tr td:nth-of-type(3) {
        position: absolute;
        left: 154px;
        top: 53px;
        width: 265px; }
        @media screen and (max-width: 640px) {
          .flight-list table tbody tr td:nth-of-type(3) {
            position: absolute;
            left: 65px;
            top: 22px;
            width: auto;
            padding-right: 0; } }
      .flight-list table tbody tr td:nth-of-type(4) {
        width: 200px;
        padding-left: 9px;
        padding-top: 3px; }
        @media screen and (max-width: 640px) {
          .flight-list table tbody tr td:nth-of-type(4) {
            padding-left: 15px;
            padding-top: 15px;
            padding-bottom: 0;
            width: calc(100% - 65px); }
            .flight-list table tbody tr td:nth-of-type(4) .gate-number {
              white-space: nowrap;
              position: relative;
              top: -12px;
              padding-top: 10px;
              display: inline-block; } }
        .flight-list table tbody tr td:nth-of-type(4) .badge {
          position: relative;
          top: -14px; }
          @media screen and (max-width: 640px) {
            .flight-list table tbody tr td:nth-of-type(4) .badge {
              margin-right: 10px; } }
      .flight-list table tbody tr td:nth-of-type(5) {
        padding-left: 12px;
        position: relative;
        font-weight: 700;
        width: 192px; }
        .flight-list table tbody tr td:nth-of-type(5) span {
          font-weight: 400; }
        @media screen and (max-width: 640px) {
          .flight-list table tbody tr td:nth-of-type(5) {
            width: 100%;
            border-top: 1px solid #E6E7E8;
            padding-top: 15px;
            margin-top: 0; }
            .flight-list table tbody tr td:nth-of-type(5).not-available {
              margin-top: 0; } }
        .flight-list table tbody tr td:nth-of-type(5):after {
          content: "";
          position: absolute;
          left: -4px;
          top: -2px;
          height: 40px;
          width: 1px;
          background-color: #E6E7E8; }
          @media screen and (max-width: 640px) {
            .flight-list table tbody tr td:nth-of-type(5):after {
              display: none; } }
      .flight-list table tbody tr td:nth-of-type(6) {
        position: absolute;
        top: 53px;
        left: 624px;
        font-weight: 700; }
        .flight-list table tbody tr td:nth-of-type(6) .th {
          font-weight: 400;
          margin-right: 5px; }
        @media screen and (max-width: 640px) {
          .flight-list table tbody tr td:nth-of-type(6) {
            right: 0;
            left: initial;
            top: auto;
            bottom: 0; }
            .flight-list table tbody tr td:nth-of-type(6).not-available {
              top: 96px; } }
      .flight-list table tbody tr td:nth-of-type(7) {
        width: 145px;
        font-weight: 700;
        padding-left: 0; }
        .flight-list table tbody tr td:nth-of-type(7) .th {
          font-weight: 400; }
          .flight-list table tbody tr td:nth-of-type(7) .th.dashes {
            letter-spacing: 2px;
            font-weight: 700; }
        .flight-list table tbody tr td:nth-of-type(7) i {
          display: inline-block;
          vertical-align: middle;
          margin-left: -5px;
          -webkit-transform: scale(0.55);
          -moz-transform: scale(0.55);
          -ms-transform: scale(0.55);
          -o-transform: scale(0.55);
          transform: scale(0.55);
          position: absolute;
          top: 19px; }
          @media screen and (max-width: 640px) {
            .flight-list table tbody tr td:nth-of-type(7) i {
              top: 8px; } }
        @media screen and (max-width: 640px) {
          .flight-list table tbody tr td:nth-of-type(7) {
            position: absolute;
            left: 79px;
            bottom: 40px;
            display: none; } }
      .flight-list table tbody tr td:nth-of-type(8) {
        width: 123px;
        text-align: right;
        padding-right: 12px; }
        .flight-list table tbody tr td:nth-of-type(8) a {
          font-family: "Panton", sans-serif;
          font-weight: 700;
          letter-spacing: 1px;
          font-size: 0.9375rem; }
          @media screen and (max-width: 640px) {
            .flight-list table tbody tr td:nth-of-type(8) a {
              display: block;
              width: 20px;
              overflow: hidden;
              height: 15px;
              text-indent: 9999px; } }
          .flight-list table tbody tr td:nth-of-type(8) a:after {
            position: absolute;
            right: 35px;
            top: 30px;
            content: ""; }
            @media screen and (max-width: 640px) {
              .flight-list table tbody tr td:nth-of-type(8) a:after {
                background: url("svg/sprite.svg") 47.15719% 97.6834% no-repeat;
                top: 15px;
                right: 17px; } }
        @media screen and (max-width: 640px) {
          .flight-list table tbody tr td:nth-of-type(8) {
            position: absolute;
            top: 0;
            right: 0;
            overflow: hidden;
            width: 50px; } }

#loadEarlierButton {
  width: 100%;
  margin-bottom: 30px;
  background: #ffffff !important;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  color: #00402E;
  font-size: 0.9375rem;
  text-transform: initial; }
  @media screen and (max-width: 640px) {
    #loadEarlierButton {
      max-width: 100%;
      margin-bottom: 15px;
      border: 1px solid #dee2e6;
      border-radius: 3px; } }
  #loadEarlierButton:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: 15px; }
    @media screen and (max-width: 640px) {
      #loadEarlierButton:after {
        -webkit-transform: rotate(-90deg) scale(0.8);
        -moz-transform: rotate(-90deg) scale(0.8);
        -ms-transform: rotate(-90deg) scale(0.8);
        -o-transform: rotate(-90deg) scale(0.8);
        transform: rotate(-90deg) scale(0.8); } }
  #loadEarlierButton:hover, #loadEarlierButton:focus, #loadEarlierButton:active {
    background: #ffffff !important;
    color: #00402E; }
  #loadEarlierButton:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4); }

.load-more-wrapper {
  text-align: center; }
  .load-more-wrapper .btn-primary.more-flights {
    margin: auto;
    left: 0;
    right: 0;
    height: 50px;
    width: 290px;
    border-radius: 3px;
    background: linear-gradient(128.7deg, #00402f 0%, #96ca4f 100%);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 45px; }
    @media screen and (max-width: 640px) {
      .load-more-wrapper .btn-primary.more-flights {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px; } }

.form-control {
  border-radius: 5px;
  border: 1px solid #dee2e6;
  font-size: 0.875rem;
  height: 50px;
  color: #9B9B9B; }

.booking-widget {
  float: left;
  width: 100%;
  clear: both;
  font-size: 0.875rem; }
  @media screen and (max-width: 640px) {
    .booking-widget {
      padding: 15px 15px;
      background: #F2F3F3; } }
  .booking-widget fieldset legend {
    font-size: 1.125rem;
    color: #417C3D;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "Panton", sans-serif;
    letter-spacing: 1px;
    line-height: normal;
    position: relative; }
    .booking-widget fieldset legend small,
    .booking-widget fieldset legend span {
      color: #4A4A4A;
      font-family: "Roboto", sans-serif;
      font-size: 0.875rem;
      line-height: 16px;
      vertical-align: middle;
      text-transform: none;
      letter-spacing: normal; }
    .booking-widget fieldset legend small {
      /*For all version of internet explorer*/ }

@media screen and (min-width: 0) and (min-width: 641px) {
  .booking-widget fieldset legend small {
    position: absolute;
    left: 161px; } }
      @supports (-ms-ime-align: auto) {
        @media screen and (min-width: 641px) {
          .booking-widget fieldset legend small {
            position: absolute;
            left: unset; } } }
  .booking-widget .book-btn input,
  .booking-widget .book-btn a {
    min-width: 160px; }
    @media screen and (max-width: 640px) {
      .booking-widget .book-btn input,
      .booking-widget .book-btn a {
        width: 100%;
        max-width: 100%; } }
  .booking-widget fieldset {
    float: left;
    width: 100%; }
    @media screen and (max-width: 640px) {
      .booking-widget fieldset {
        max-width: 450px;
        margin: auto;
        float: none; } }
  .booking-widget .bottom-links {
    float: left;
    margin-top: 41px; }
    @media screen and (max-width: 640px) {
      .booking-widget .bottom-links {
        width: 100%;
        max-width: 450px;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none; } }
    .booking-widget .bottom-links a {
      display: inline-block;
      font-size: 0.875rem; }
  .booking-widget.fst-lounge .time {
    margin-right: 20px; }
    .booking-widget.fst-lounge .time select {
      color: #4A4A4A; }

#parking-tab,
#lounges-tab,
#fasttrack-tab {
  position: relative; }
  #parking-tab legend,
  #lounges-tab legend,
  #fasttrack-tab legend {
    margin-bottom: 13px; }
  #parking-tab .content,
  #lounges-tab .content,
  #fasttrack-tab .content {
    display: inline-block; }
    @media screen and (min-width: 641px) {
      #parking-tab .content,
      #lounges-tab .content,
      #fasttrack-tab .content {
        width: 61%; } }
  #parking-tab .bottom-links,
  #lounges-tab .bottom-links,
  #fasttrack-tab .bottom-links {
    position: absolute;
    margin: 0;
    right: -22px;
    top: 41px; }
    @media screen and (max-width: 640px) {
      #parking-tab .bottom-links,
      #lounges-tab .bottom-links,
      #fasttrack-tab .bottom-links {
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        margin-top: 15px;
        margin-bottom: 5px; } }
  #parking-tab .book-btn,
  #lounges-tab .book-btn,
  #fasttrack-tab .book-btn {
    display: inline-block;
    vertical-align: top; }
    #parking-tab .book-btn input,
    #parking-tab .book-btn a,
    #lounges-tab .book-btn input,
    #lounges-tab .book-btn a,
    #fasttrack-tab .book-btn input,
    #fasttrack-tab .book-btn a {
      min-width: 158px; }

.calender-group {
  width: 337px;
  float: left; }
  .calender-group.exitDate-group {
    width: 320px; }
    @media screen and (max-width: 640px) {
      .calender-group.exitDate-group {
        width: 100%; } }
  .calender-group.fst {
    width: auto; }
  @media screen and (max-width: 640px) {
    .calender-group {
      width: 100%; } }

.datepicker-with-label, .promo, .platinum-booking-type, .terminal, .form-wrapper .input-group {
  width: 225px;
  float: left;
  margin-right: 6px;
  background: #ffffff;
  border: 1px solid #dee2e6;
  padding-left: 10px;
  border-radius: 5px !important;
  position: relative;
  height: 50px; }
  .datepicker-with-label.exitDatePicker, .exitDatePicker.promo, .exitDatePicker.platinum-booking-type, .exitDatePicker.terminal, .form-wrapper .exitDatePicker.input-group {
    width: 208px; }
    @media screen and (max-width: 640px) {
      .datepicker-with-label.exitDatePicker, .exitDatePicker.promo, .exitDatePicker.platinum-booking-type, .exitDatePicker.terminal, .form-wrapper .exitDatePicker.input-group {
        width: 100%; } }
  .datepicker-with-label:after, .promo:after, .platinum-booking-type:after, .terminal:after, .form-wrapper .input-group:after {
    content: "";
    position: absolute;
    top: 17px;
    bottom: 0;
    right: 14px;
    display: inline-block; }
  @media screen and (max-width: 640px) {
    .datepicker-with-label, .promo, .platinum-booking-type, .terminal, .form-wrapper .input-group {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px; } }
  .datepicker-with-label label, .promo label, .platinum-booking-type label, .terminal label, .form-wrapper .input-group label {
    padding-top: 17px;
    text-transform: uppercase;
    float: left;
    padding-left: 3px;
    font-size: 0.8125rem;
    letter-spacing: 1px;
    z-index: 9;
    position: relative;
    line-height: 16px; }
  .datepicker-with-label .form-control, .promo .form-control, .platinum-booking-type .form-control, .terminal .form-control, .form-wrapper .input-group .form-control {
    border: none;
    border-radius: 5px !important;
    background: transparent !important;
    height: 48px;
    float: left; }
    .datepicker-with-label .form-control.datepicker, .promo .form-control.datepicker, .platinum-booking-type .form-control.datepicker, .terminal .form-control.datepicker, .form-wrapper .input-group .form-control.datepicker {
      z-index: 2; }

.promo {
  margin-right: 20px;
  width: 217px; }
  .promo:after {
    top: 16px !important; }
  @media screen and (max-width: 640px) {
    .promo {
      width: 100%;
      margin-right: 0; } }
  .promo input {
    width: 118px; }

.time {
  width: 87px;
  float: left;
  margin-right: 0;
  text-transform: uppercase; }
  .time .form-control {
    height: 50px !important; }

.platinum-booking-type, .terminal {
  width: 301px;
  margin-right: 20px; }
  @media screen and (max-width: 640px) {
    .platinum-booking-type, .terminal {
      width: 100%; } }
  .platinum-booking-type label, .terminal label {
    padding-top: 17px; }
  .platinum-booking-type:after, .terminal:after {
    display: none; }
  .platinum-booking-type select, .terminal select {
    width: 183px !important;
    height: 48px !important; }
    @media screen and (max-width: 640px) {
      .platinum-booking-type select, .terminal select {
        width: calc(100% - 107px) !important; } }

.platinum-guests-count {
  width: 133px;
  float: left;
  margin-right: 20px;
  position: relative; }
  @media screen and (max-width: 640px) {
    .platinum-guests-count {
      margin-right: 0;
      width: 100%;
      margin-bottom: 10px; } }
  .platinum-guests-count input {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield; }

#platinum-tab .calender-group {
  width: auto;
  margin-right: 20px; }
  @media screen and (max-width: 640px) {
    #platinum-tab .calender-group {
      margin-right: 0;
      width: 100%; } }
  #platinum-tab .calender-group .datepicker-with-label, #platinum-tab .calender-group .promo, #platinum-tab .calender-group .platinum-booking-type, #platinum-tab .calender-group .terminal, #platinum-tab .calender-group .form-wrapper .input-group, .form-wrapper #platinum-tab .calender-group .input-group {
    margin-right: 0; }

#platinum-tab .bottom-links {
  position: absolute;
  margin: 0;
  right: 138px;
  top: 65px; }
  @media screen and (max-width: 640px) {
    #platinum-tab .bottom-links {
      position: relative;
      top: auto;
      bottom: auto;
      right: auto;
      margin-top: 15px;
      margin-bottom: 5px;
      left: 0; }
      #platinum-tab .bottom-links a:last-of-type {
        float: left; } }

#airportclub-tab .content {
  margin-right: 20px;
  width: 700px;
  float: left; }
  @media screen and (max-width: 640px) {
    #airportclub-tab .content {
      width: 100%;
      margin-bottom: 15px; } }
  #airportclub-tab .content p {
    margin-bottom: 0;
    color: #474C4B;
    font-size: 0.875rem;
    line-height: 19px; }

#airportclub-tab .bottom-links {
  position: absolute;
  margin: 0;
  right: 36px;
  top: 65px; }
  @media screen and (max-width: 640px) {
    #airportclub-tab .bottom-links {
      position: relative;
      top: auto;
      bottom: auto;
      right: auto;
      margin-top: 15px;
      margin-bottom: 5px;
      left: 0; }
      #airportclub-tab .bottom-links a:last-of-type {
        float: left; } }

.terminal {
  text-transform: uppercase;
  width: 298px; }
  @media screen and (max-width: 640px) {
    .terminal {
      width: 100%; } }
  .terminal .form-control {
    height: 50px !important; }
  .terminal select {
    width: 55px !important;
    min-width: 0; }
    @media screen and (max-width: 640px) {
      .terminal select {
        width: 47px !important;
        float: right !important;
        padding-left: 3px; } }

.styled-select {
  background: #ffffff;
  position: relative;
  border-radius: 5px;
  height: 48px; }
  @media screen and (max-width: 640px) {
    .styled-select {
      width: 100%;
      margin-bottom: 10px; } }
  .styled-select:after {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 0;
    right: 10px;
    display: inline-block; }
  .styled-select select {
    padding-right: 25px !important;
    background: transparent !important;
    position: relative;
    z-index: 2;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

@media screen and (min-width: 641px) {
  .spotlight-list {
    margin-left: -5px;
    margin-right: -5px; } }

.spotlight-list .col-sm {
  padding: 0 5px;
  position: relative;
  z-index: 9; }
  @media screen and (max-width: 640px) {
    .spotlight-list .col-sm {
      padding: 0 15px; } }

.spotlight-list .icon-cta-spotlight {
  padding: 60px 10px 20px 10px;
  min-height: 130px; }
  .spotlight-list .icon-cta-spotlight:before {
    top: 20px; }
    @media screen and (max-width: 640px) {
      .spotlight-list .icon-cta-spotlight:before {
        top: 0; } }
  @media screen and (max-width: 640px) {
    .spotlight-list .icon-cta-spotlight {
      min-height: 0; } }

.spotlight-list .no-subtitle .icon-cta-spotlight {
  padding: 76px 10px 20px 10px; }
  .spotlight-list .no-subtitle .icon-cta-spotlight:before {
    top: 35px; }
    @media screen and (max-width: 640px) {
      .spotlight-list .no-subtitle .icon-cta-spotlight:before {
        top: 0; } }
  @media screen and (max-width: 640px) {
    .spotlight-list .no-subtitle .icon-cta-spotlight {
      padding: 15px 30px 15px 60px !important; } }

@media screen and (min-width: 641px) {
  .content-area {
    display: flex;
    margin: -50px 5px 0 5px;
    padding: 75px 36px 30px;
    background-color: #F5F5F5;
    height: 185px;
    margin-top: -50px;
    z-index: -1;
    border-radius: 0 0 4px 4px; }
    .content-area > div.tab-content {
      display: none; }
      .content-area > div.tab-content.active {
        display: block; }
        .content-area > div.tab-content.active.no-form {
          display: flex; } }

@media screen and (max-width: 640px) {
  .content-area .tab-content {
    display: none !important; } }

.content-area {
  /* @media screen and (max-width: $screen-xs) { bug #21152
    &:before {
      content: "";
      background: url("imgs/downtip.png");
      background-position-x: 50%;
      position: absolute;
      top: -19px;
      left: 0;
      width: 100%;
      height: 11px;
      z-index: 99;
    }
  } */ }
  @media screen and (max-width: 640px) {
    .content-area .tab-content {
      display: block;
      margin-bottom: 15px;
      margin-top: -8px;
      position: relative; } }
  @media screen and (max-width: 640px) {
    .content-area .tab-content legend {
      display: none; } }
  .content-area .tab-content .bottom-links {
    position: absolute;
    margin: 0;
    right: -6px;
    top: -10px; }
    @media screen and (max-width: 640px) {
      .content-area .tab-content .bottom-links {
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        margin-top: 15px;
        margin-bottom: 5px; } }
    .content-area .tab-content .bottom-links a {
      margin-left: 17px; }
      @media screen and (max-width: 640px) {
        .content-area .tab-content .bottom-links a {
          margin-left: 0; }
          .content-area .tab-content .bottom-links a:first-of-type {
            float: left; }
          .content-area .tab-content .bottom-links a:last-of-type {
            float: right; } }
  @media screen and (max-width: 640px) {
    .content-area .tab-content .btn-book {
      width: 100%; } }
  @media screen and (max-width: 640px) {
    .content-area.hide-parking:before {
      content: "";
      background: url("imgs/downtip-white.png");
      background-position-x: 50%;
      position: absolute;
      top: -19px;
      left: 0;
      width: 100%;
      height: 11px;
      z-index: 100; }
    .content-area.hide-parking:after {
      content: "";
      background: #ffffff;
      position: absolute;
      top: -8px;
      left: 0;
      width: 100%;
      height: 11px;
      z-index: 100; } }

.nv-spotlights {
  background-color: #F5F5F5;
  border-radius: 4px;
  margin-bottom: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 640px) {
    .nv-spotlights {
      margin-bottom: 15px; } }
  .nv-spotlights .nv-spotlight {
    padding: 32px 24px 32px 32px;
    border-right: 1px solid #E6E7E8; }
    @media screen and (max-width: 640px) {
      .nv-spotlights .nv-spotlight {
        border-right: none;
        padding: 10px 30px; } }
    .nv-spotlights .nv-spotlight h3 {
      color: #417C3D; }
      @media screen and (max-width: 640px) {
        .nv-spotlights .nv-spotlight h3 {
          margin-bottom: 13px; } }
    .nv-spotlights .nv-spotlight p {
      color: #474C4B; }
      @media screen and (max-width: 640px) {
        .nv-spotlights .nv-spotlight p {
          margin-bottom: 10px;
          font-size: 1rem;
          line-height: 20px; } }
    @media screen and (max-width: 640px) {
      .nv-spotlights .nv-spotlight ul li {
        font-size: 1rem;
        line-height: 20px; } }
    .nv-spotlights .nv-spotlight .btn-link, .nv-spotlights .nv-spotlight .booking-widget .bottom-links a, .booking-widget .bottom-links .nv-spotlights .nv-spotlight a {
      font-weight: 700;
      margin-bottom: 6px; }
      @media screen and (max-width: 640px) {
        .nv-spotlights .nv-spotlight .btn-link, .nv-spotlights .nv-spotlight .booking-widget .bottom-links a, .booking-widget .bottom-links .nv-spotlights .nv-spotlight a {
          padding-right: 0;
          display: block;
          margin-bottom: 12px; }
          .nv-spotlights .nv-spotlight .btn-link:last-of-type, .nv-spotlights .nv-spotlight .booking-widget .bottom-links a:last-of-type, .booking-widget .bottom-links .nv-spotlights .nv-spotlight a:last-of-type {
            margin-bottom: 6px; }
          .nv-spotlights .nv-spotlight .btn-link:after, .nv-spotlights .nv-spotlight .booking-widget .bottom-links a:after, .booking-widget .bottom-links .nv-spotlights .nv-spotlight a:after {
            top: 3px;
            bottom: 0;
            right: -11px;
            position: relative; } }
    .nv-spotlights .nv-spotlight:last-of-type {
      border: none; }
      @media screen and (max-width: 640px) {
        .nv-spotlights .nv-spotlight:last-of-type a {
          margin-bottom: 8px;
          margin-top: 0; } }
    .nv-spotlights .nv-spotlight:first-of-type {
      padding-left: 50px; }
      @media screen and (max-width: 640px) {
        .nv-spotlights .nv-spotlight:first-of-type {
          padding-left: 30px; }
          .nv-spotlights .nv-spotlight:first-of-type:after {
            content: "";
            height: 1px;
            width: calc(100% - 30px);
            background: #e6e7e8;
            position: absolute;
            bottom: 0;
            left: 15px; } }
    @media screen and (max-width: 640px) {
      .nv-spotlights .nv-spotlight:nth-of-type(2) {
        padding-bottom: 19px;
        padding-top: 13px;
        margin-bottom: 4px; }
        .nv-spotlights .nv-spotlight:nth-of-type(2):after {
          content: "";
          height: 1px;
          width: calc(100% - 30px);
          background: #e6e7e8;
          position: absolute;
          bottom: 14px;
          left: 15px; } }
    @media screen and (max-width: 640px) {
      .nv-spotlights .nv-spotlight:nth-of-type(1) {
        position: relative;
        padding-top: 21px;
        margin-bottom: 5px; }
        .nv-spotlights .nv-spotlight:nth-of-type(1) p {
          position: relative;
          margin-bottom: 10px; }
          .nv-spotlights .nv-spotlight:nth-of-type(1) p:after {
            content: none;
            height: 1px;
            width: calc(100% + 30px);
            background: #E6E7E8;
            position: absolute;
            left: -15px;
            bottom: -17px; } }
    @media screen and (max-width: 640px) {
      .nv-spotlights .nv-spotlight:nth-of-type(3) {
        position: relative;
        margin-top: -20px;
        padding-bottom: 15px;
        padding-top: 20px; }
        .nv-spotlights .nv-spotlight:nth-of-type(3):after {
          content: "";
          height: 1px;
          width: calc(100% - 30px);
          background: #E6E7E8;
          position: absolute;
          left: 15px;
          bottom: 0; } }

.plugin-title {
  margin: 30px 0; }

footer {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  clear: both; }
  footer .h3 {
    display: block;
    margin-bottom: 18px;
    color: #ffffff;
    line-height: 25px; }
    @media screen and (max-width: 350px) {
      footer .h3 {
        margin-bottom: 10px; } }
  footer a:focus,
  footer .btn:focus,
  footer .btn-link:focus,
  footer .booking-widget .bottom-links a:focus,
  .booking-widget .bottom-links footer a:focus {
    outline: #ffffff dotted thin;
    box-shadow: none; }
  @media screen and (max-width: 640px) {
    footer .apps {
      padding-left: 15px;
      display: block; } }
  footer .apps.desktop {
    display: block;
    padding-left: 6px; }
    @media screen and (max-width: 640px) {
      footer .apps.desktop {
        display: none; } }
  footer .apps.mobile {
    position: relative;
    z-index: 99;
    display: none; }
    footer .apps.mobile .h3 {
      margin-bottom: 30px;
      color: #4A4A4A; }
      @media screen and (max-width: 640px) {
        footer .apps.mobile .h3 {
          margin-bottom: 11px; } }
    @media screen and (max-width: 640px) {
      footer .apps.mobile {
        display: block;
        padding-bottom: 15px; } }
  footer .footer-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 48px 0 70px 0; }
    @media screen and (max-width: 640px) {
      footer .footer-wrapper {
        padding: 128px 0 70px 0;
        min-height: 500px; } }
    footer .footer-wrapper .links .col-sm-6:first-of-type {
      padding-right: 2px; }
      @media screen and (max-width: 640px) {
        footer .footer-wrapper .links .col-sm-6:first-of-type {
          padding-right: 15px;
          order: 2; } }
    footer .footer-wrapper .links .col-sm-6:last-of-type {
      padding-left: 113px; }
      @media screen and (max-width: 640px) {
        footer .footer-wrapper .links .col-sm-6:last-of-type {
          order: 1;
          padding-left: 30px;
          margin-bottom: 20px; }
          footer .footer-wrapper .links .col-sm-6:last-of-type .h3 {
            display: inline-block;
            vertical-align: middle;
            margin-right: 23px;
            font-size: 1.0625rem;
            font-family: "Panton", sans-serif;
            font-weight: bold; }
          footer .footer-wrapper .links .col-sm-6:last-of-type .social-link-list {
            display: inline-block;
            vertical-align: text-bottom; }
            footer .footer-wrapper .links .col-sm-6:last-of-type .social-link-list li {
              margin-right: 12px; } }
    footer .footer-wrapper .footer-menu {
      list-style-type: none;
      padding: 0;
      margin-left: 12px;
      -moz-column-count: 2;
      -moz-column-gap: 20px;
      -webkit-column-count: 2;
      -webkit-column-gap: 20px;
      column-count: 2;
      column-gap: 20px; }
      @media screen and (max-width: 640px) {
        footer .footer-wrapper .footer-menu {
          column-count: unset;
          column-gap: unset; } }
      footer .footer-wrapper .footer-menu li {
        margin-bottom: 15px; }
        footer .footer-wrapper .footer-menu li a {
          color: #ffffff;
          font-family: "Panton", sans-serif;
          font-size: 0.9375rem;
          line-height: 20px;
          letter-spacing: 0.2px;
          font-weight: 700; }
          @media screen and (max-width: 640px) {
            footer .footer-wrapper .footer-menu li a {
              letter-spacing: 0.19px;
              font-size: 0.875rem; } }
    footer .footer-wrapper .copyright-row {
      margin-top: 50px; }
      @media screen and (max-width: 640px) {
        footer .footer-wrapper .copyright-row {
          margin-top: 8px; } }
      footer .footer-wrapper .copyright-row .order-first {
        padding-left: 25px; }
        @media screen and (max-width: 640px) {
          footer .footer-wrapper .copyright-row .order-first {
            padding-left: 30px; } }
        footer .footer-wrapper .copyright-row .order-first span {
          display: inline-block;
          margin-top: 22px;
          font-size: 0.8125rem;
          font-weight: 300;
          letter-spacing: 0.17px;
          line-height: 20px; }
          @media screen and (max-width: 640px) {
            footer .footer-wrapper .copyright-row .order-first span {
              margin-top: 16px; } }
      footer .footer-wrapper .copyright-row .order-last {
        text-align: right;
        padding-right: 43px; }
        footer .footer-wrapper .copyright-row .order-last img {
          width: 160px;
          margin-top: 18px;
          margin-right: 2px; }
          @media screen and (max-width: 640px) {
            footer .footer-wrapper .copyright-row .order-last img {
              width: 120px;
              margin-top: 13px; } }
        @media screen and (max-width: 640px) {
          footer .footer-wrapper .copyright-row .order-last {
            text-align: left;
            padding-right: 0; } }
        @media screen and (max-width: 640px) {
          footer .footer-wrapper .copyright-row .order-last a {
            position: absolute;
            right: 24px; } }
  @media screen and (max-width: 640px) {
    footer .centered-image img {
      min-height: 0;
      height: 450px;
      min-width: 100%;
      object-fit: cover; } }
  @media screen and (max-width: 350px) {
    footer .centered-image img {
      height: 470px; } }
  @media screen and (max-width: 640px) {
    footer .order-first,
    footer .order-last {
      order: unset; }
    footer .order-last {
      padding-left: 30px; } }

.inner-pages-content {
  display: none;
  max-width: 450px;
  margin: auto; }

@media screen and (max-width: 640px) {
  .widget-tabs,
  .mobile-journey {
    max-width: 480px;
    margin: auto; }
  .inner-page-tabs .widget-tabs,
  .inner-page-tabs .mobile-journey {
    display: none !important; }
  .inner-page-tabs .inner-pages-content,
  .inner-page-tabs .booking-widget {
    display: block; }
  .inner-page-tabs .tab-content {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important; }
  .inner-page-tabs .content-area.hide-parking:before, .inner-page-tabs .content-area.hide-parking:after {
    display: none !important; }
  .inner-page-tabs.parking #parking-tab {
    display: block !important; }
  .inner-page-tabs.fast-track #fasttrack-tab {
    display: block !important;
    background-color: #ebf0e5; }
  .inner-page-tabs.lounges #lounges-tab {
    display: block !important;
    background-color: #ebf0e5; }
  .inner-page-tabs.platinum-services #platinum-tab {
    display: block !important;
    background-color: #ebf0e5; }
  .inner-page-tabs.airport-club #airportclub-tab {
    display: block !important;
    background-color: #ebf0e5; }
  .single-tab-parking-widget .widget-tabs:not(:first-of-type),
  .single-tab-parking-widget .mobile-journey,
  .single-tab-parking-widget .content-area.hide-parking {
    display: none !important; }
  .single-tab-parking-widget .widget-tabs:first-of-type {
    margin-top: 0; }
  .single-tab-parking-widget .booking-widget.active {
    display: block !important; }
  .single-tab-parking-widget .content-area:before {
    display: none !important; }
  .single-tab-parking-widget .content-area #parking-tab {
    margin-top: 7px; }
    .single-tab-parking-widget .content-area #parking-tab:after {
      content: "";
      width: 0;
      height: 0;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      border-bottom: 9px solid #F2F3F3;
      position: absolute;
      top: -9px;
      left: 0;
      right: 0;
      margin: auto; } }

.callout-block {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 27px 35px 8px;
  margin-bottom: 30px;
  overflow-x: hidden; }
  .callout-block h3 {
    color: #417C3D; }
  .callout-block.gray {
    background: #F5F5F5; }
  @media screen and (max-width: 640px) {
    .callout-block {
      padding: 15px;
      margin-bottom: 15px; } }

.green-bg {
  background: url("../images/banner-gradient.svg") no-repeat;
  background-size: cover;
  padding: 50px; }
  @media screen and (max-width: 640px) {
    .green-bg {
      padding: 50px 15px;
      display: none; } }

.header-banner {
  min-height: 240px;
  position: relative;
  text-align: center;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .header-banner {
      min-height: 142px; } }
  .header-banner img {
    display: block;
    width: auto;
    position: relative;
    left: 50% !important;
    transform: translateX(-50%);
    height: 240px;
    object-fit: cover; }
    @media screen and (max-width: 640px) {
      .header-banner img {
        height: 142px;
        min-width: 100%; } }
  .header-banner h1 {
    color: #ffffff;
    margin-bottom: 30px; }
    @media screen and (max-width: 640px) {
      .header-banner h1 {
        margin-top: 8px;
        margin-bottom: 22px;
        max-width: 215px;
        margin-left: auto;
        margin-right: auto; } }
  .header-banner .container {
    padding-bottom: 0;
    position: absolute;
    top: 144px;
    left: 0;
    right: 0;
    z-index: 9; }
    @media screen and (max-width: 640px) {
      .header-banner .container {
        top: 65px; } }
    .header-banner .container .col {
      display: inline-block;
      width: auto;
      padding: 0; }
      @media screen and (max-width: 640px) {
        .header-banner .container .col {
          width: calc(50% - 4px); }
          .header-banner .container .col a {
            padding: 12px 15px 12px;
            margin: 0;
            width: 100%;
            font-size: 0.875rem;
            letter-spacing: 1px;
            height: 65px; }
          .header-banner .container .col:first-of-type {
            margin-left: 0;
            margin-right: 2px; }
          .header-banner .container .col:last-of-type {
            margin-right: 0;
            margin-left: 2px; }
            .header-banner .container .col:last-of-type a {
              padding: 11px 15px 12px; } }
    @media screen and (max-width: 640px) {
      .header-banner .container.text-center {
        display: block; } }
  .header-banner.landing-banner {
    min-height: 250px;
    text-align: left;
    color: #ffffff; }
    @media screen and (max-width: 640px) {
      .header-banner.landing-banner {
        display: none; } }
    .header-banner.landing-banner .container {
      top: 54px; }
    .header-banner.landing-banner h1 {
      margin-bottom: 15px; }
    .header-banner.landing-banner img {
      height: 250px; }
    @media screen and (max-width: 640px) {
      .header-banner.landing-banner + .sf_colsIn .forms-tabs #parking-tab,
      .header-banner.landing-banner + .forms-tabs #parking-tab {
        background-color: #ebf0e5; } }

.home-page-content h2,
.home-page-content .h2,
.home-page-content .news-landing-page-content .date,
.news-landing-page-content .home-page-content .date {
  margin-bottom: 22px; }
  @media screen and (max-width: 640px) {
    .home-page-content h2,
    .home-page-content .h2,
    .home-page-content .news-landing-page-content .date,
    .news-landing-page-content .home-page-content .date {
      margin-bottom: 15px; } }

.home-page-content .card-wide {
  margin-bottom: 13px; }
  @media screen and (max-width: 640px) {
    .home-page-content .card-wide {
      margin-bottom: 0; } }

@media screen and (max-width: 640px) {
  .home-page-content .loop-icons {
    /* h2:first-of-type {
        display: none;
      } */ }
    .home-page-content .loop-icons .row.icon-felt-mobile .col:nth-of-type(3) {
      display: none; }
    .home-page-content .loop-icons .row.icon-felt-mobile .col .btn-featured {
      padding: 27px 4px 30px 83px !important;
      text-align: left !important;
      height: 70px !important;
      font-size: 1.0625rem;
      /* &:after {
              content: "";
              background: $svg-chevron;
              width: 10px;
              height: 17px;
              display: inline-block;
              position: absolute;
              right: 25px;
              top: 0;
              bottom: 0;
              margin: auto;
            } */ }
      .home-page-content .loop-icons .row.icon-felt-mobile .col .btn-featured:before {
        top: 0 !important;
        right: auto !important;
        bottom: 0 !important;
        left: 27px !important; } }

.flight-details {
  margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    .flight-details {
      margin-bottom: 15px; } }
  .flight-details h3 {
    margin-bottom: 20px; }

select::-ms-expand {
  display: none; }

.datepicker,
.datepicker-filter {
  cursor: pointer; }

.accordion .card {
  border-radius: 0;
  margin-bottom: -1px;
  border-color: #E6E7E8; }
  .accordion .card .card-header {
    border-radius: 0;
    border-bottom: none;
    padding: 0;
    background: #F5F5F5; }
    .accordion .card .card-header a {
      padding: 20px 55px 20px 25px;
      display: block;
      color: #417C3D;
      font-size: 1.125rem;
      font-weight: bold;
      line-height: 22px;
      border-bottom: 1px solid #E6E7E8;
      position: relative; }
      @media screen and (max-width: 640px) {
        .accordion .card .card-header a {
          font-size: 1.0625rem;
          line-height: 21px;
          padding: 20px 48px 20px 25px; } }
      .accordion .card .card-header a:after {
        content: "";
        position: absolute;
        right: 25px;
        top: 0;
        bottom: 0;
        margin: auto; }
        @media screen and (max-width: 640px) {
          .accordion .card .card-header a:after {
            top: 23px;
            bottom: auto;
            right: 20px; } }
      .accordion .card .card-header a.collapsed {
        border-bottom: none; }
  .accordion .card .card-body {
    padding: 20px 25px;
    color: #474C4B;
    font-size: 1rem;
    line-height: 20px; }
    .accordion .card .card-body ul li {
      list-style: none;
      display: block;
      position: relative; }
      .accordion .card .card-body ul li:before {
        content: "";
        height: 5px;
        width: 5px;
        position: absolute;
        left: -16px;
        top: 8px;
        background: #417C3D;
        border-radius: 50%; }
    .accordion .card .card-body ul.wrapped li:before {
      display: none; }
    .accordion .card .card-body ul.wrapped li a {
      display: inline;
      vertical-align: top; }

.accordion h3 {
  margin-bottom: 20px; }

.accordion .btn-link, .accordion .booking-widget .bottom-links a, .booking-widget .bottom-links .accordion a {
  margin-top: 15px; }

.side-nav {
  margin: 0 0 30px;
  background: #F5F5F5;
  border-radius: 3px; }
  @media screen and (max-width: 640px) {
    .side-nav {
      margin: 0 0 20px;
      display: none; } }
  .side-nav h3 {
    color: #4A4A4A;
    font-family: "Panton", sans-serif;
    font-size: 1.3125rem;
    font-weight: bold;
    line-height: 50px;
    padding: 0 23px;
    border-bottom: 1px solid #E6E7E8;
    margin-bottom: 0; }
    .side-nav h3:after {
      content: "";
      position: absolute;
      right: 15px;
      top: 0;
      bottom: 0;
      margin: auto;
      display: none; }
  @media screen and (max-width: 640px) {
    .side-nav:not(.right) h3 {
      border-bottom: none;
      cursor: pointer;
      position: relative; }
      .side-nav:not(.right) h3:after {
        display: block; }
      .side-nav:not(.right) h3.active {
        border-bottom: 1px solid #E6E7E8; } }
  @media screen and (max-width: 640px) {
    .side-nav:not(.right) > ul {
      display: none; }
      .side-nav:not(.right) > ul.active {
        display: block; } }
  .side-nav.right {
    background: transparent; }
    .side-nav.right h3 {
      padding: 0;
      border-bottom: none; }
  .side-nav > ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .side-nav > ul > li {
      border-bottom: 1px solid #E6E7E8;
      display: inline-block;
      width: 100%;
      padding: 0; }
      .side-nav > ul > li:last-of-type {
        border-bottom: none; }
      .side-nav > ul > li a {
        padding: 11px 35px 13px 23px;
        display: inline-block;
        width: 100%;
        color: #4A4A4A;
        font-family: "Panton", sans-serif;
        font-size: 0.9375rem;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 25px;
        position: relative; }
      .side-nav > ul > li.active a {
        font-weight: bold; }
      .side-nav > ul > li.dropdown > a:after {
        content: "";
        position: absolute;
        right: 21px;
        top: 0;
        bottom: 0;
        margin: auto; }
        @media screen and (max-width: 640px) {
          .side-nav > ul > li.dropdown > a:after {
            right: 18px; } }
      .side-nav > ul > li.dropdown > ul {
        display: none;
        list-style: none;
        padding-bottom: 10px;
        padding-left: 0;
        margin-top: -4px; }
        .side-nav > ul > li.dropdown > ul > li {
          padding-left: 15px; }
          .side-nav > ul > li.dropdown > ul > li.active > a {
            color: #417C3D !important;
            text-decoration: underline; }
          .side-nav > ul > li.dropdown > ul > li > a {
            position: relative;
            color: #4a4a4a;
            font-family: "Panton", sans-serif;
            font-size: 0.9375rem;
            font-weight: 400;
            letter-spacing: 1px;
            line-height: 18px;
            padding: 3px 35px 8px 23px; }
            .side-nav > ul > li.dropdown > ul > li > a.active {
              color: #417C3D !important;
              text-decoration: underline; }
            .side-nav > ul > li.dropdown > ul > li > a:before {
              content: "";
              position: absolute;
              left: 8px;
              top: -6px;
              bottom: 0;
              margin: auto;
              -webkit-transform: scale(0.6);
              -moz-transform: scale(0.6);
              -ms-transform: scale(0.6);
              -o-transform: scale(0.6);
              transform: scale(0.6);
              /*Target only edge windows 10*/ }
              @supports (-ms-ime-align: auto) {
                .side-nav > ul > li.dropdown > ul > li > a:before {
                  -webkit-transform: scale(0.63);
                  -moz-transform: scale(0.63);
                  -ms-transform: scale(0.63);
                  -o-transform: scale(0.63);
                  transform: scale(0.63); } }
      .side-nav > ul > li.dropdown.active > a {
        font-weight: 700; }
      .side-nav > ul > li.dropdown.active > ul {
        display: block; }
      .side-nav > ul > li.active-item {
        padding: 0; }
        .side-nav > ul > li.active-item > a {
          text-decoration: underline; }
  .side-nav.chevron > ul > li.dropdown > a:after {
    -webkit-transform: rotate(90deg) scale(0.83);
    -moz-transform: rotate(90deg) scale(0.83);
    -ms-transform: rotate(90deg) scale(0.83);
    -o-transform: rotate(90deg) scale(0.83);
    transform: rotate(90deg) scale(0.83);
    transition: 0.5s;
    /*For all version os internet explorer*/ }
    @media screen and (min-width: 0) {
      .side-nav.chevron > ul > li.dropdown > a:after {
        -webkit-transform: rotate(90deg) scale(0.9);
        -moz-transform: rotate(90deg) scale(0.9);
        -ms-transform: rotate(90deg) scale(0.9);
        -o-transform: rotate(90deg) scale(0.9);
        transform: rotate(90deg) scale(0.9); } }
    @supports (-ms-ime-align: auto) {
      .side-nav.chevron > ul > li.dropdown > a:after {
        -webkit-transform: rotate(90deg) scale(0.9);
        -moz-transform: rotate(90deg) scale(0.9);
        -ms-transform: rotate(90deg) scale(0.9);
        -o-transform: rotate(90deg) scale(0.9);
        transform: rotate(90deg) scale(0.9); } }
  .side-nav.chevron > ul > li.dropdown.active > a:after {
    -webkit-transform: rotate(270deg) scale(0.83);
    -moz-transform: rotate(270deg) scale(0.83);
    -ms-transform: rotate(270deg) scale(0.83);
    -o-transform: rotate(270deg) scale(0.83);
    transform: rotate(270deg) scale(0.83);
    /*For all version os internet explorer*/
    /*Target only edge windows 10*/ }
    @media screen and (min-width: 0) {
      .side-nav.chevron > ul > li.dropdown.active > a:after {
        -webkit-transform: rotate(270deg) scale(0.9);
        -moz-transform: rotate(270deg) scale(0.9);
        -ms-transform: rotate(270deg) scale(0.9);
        -o-transform: rotate(270deg) scale(0.9);
        transform: rotate(270deg) scale(0.9); } }
    @supports (-ms-ime-align: auto) {
      .side-nav.chevron > ul > li.dropdown.active > a:after {
        -webkit-transform: rotate(270deg) scale(0.9);
        -moz-transform: rotate(270deg) scale(0.9);
        -ms-transform: rotate(270deg) scale(0.9);
        -o-transform: rotate(270deg) scale(0.9);
        transform: rotate(270deg) scale(0.9); } }

.error-message:empty {
  display: none !important; }

.error-message:not(.form-control) {
  color: #ffffff;
  background: #DA3535;
  display: block;
  position: absolute;
  top: 55px;
  left: 0;
  padding: 6px 8px;
  font-size: 0.75rem;
  margin: auto;
  text-transform: initial;
  border-radius: 3px;
  font-style: italic;
  z-index: 9; }
  .error-message:not(.form-control):before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #DA3535;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto; }
  @media screen and (max-width: 640px) {
    .error-message:not(.form-control) {
      top: 50px;
      left: 0;
      margin: auto;
      z-index: 3;
      right: 0;
      width: 150px; } }

.form-wrapper .error-message:not(.form-control) {
  padding: 1px 8px;
  top: 48px;
  width: auto;
  min-width: 150px; }

.form-wrapper .error-message:before {
  left: 12px;
  right: auto; }

.form-group.privacy .error-message {
  top: 26px !important; }
  @media screen and (max-width: 640px) {
    .form-group.privacy .error-message {
      top: 41px !important; } }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

.row.equal .col-sm,
.row.equal .col-sm-3 {
  display: flex !important; }

#homeLink {
  position: fixed;
  bottom: 30px;
  left: 30px;
  padding: 15px;
  border-radius: 50%;
  border: 3px solid red;
  z-index: 999999;
  color: red; }

.notices, .brexit-info {
  background-color: #D76024;
  color: #ffffff; }
  .notices .container, .brexit-info .container {
    padding-top: 25px;
    padding-bottom: 18px;
    padding-left: 68px;
    position: relative; }
    @media screen and (max-width: 640px) {
      .notices .container, .brexit-info .container {
        padding-top: 11px;
        padding-bottom: 14px;
        padding-left: 15px; } }
    .notices .container:before, .brexit-info .container:before {
      content: "";
      position: absolute;
      left: 15px;
      top: 26px; }
      @media screen and (max-width: 640px) {
        .notices .container:before, .brexit-info .container:before {
          display: none; } }
    .notices .container span, .brexit-info .container span {
      display: block;
      color: #ffffff;
      font-family: "Panton", sans-serif;
      font-size: 1.3125rem;
      font-weight: bold;
      line-height: 20px;
      margin-bottom: 8px; }
      @media screen and (max-width: 640px) {
        .notices .container span, .brexit-info .container span {
          font-size: 1.125rem;
          line-height: 22px; } }
    .notices .container p, .brexit-info .container p {
      margin: 0;
      font-size: 1rem;
      line-height: 20px; }
      @media screen and (max-width: 640px) {
        .notices .container p, .brexit-info .container p {
          font-size: 0.875rem;
          line-height: 18px; } }
  .notices.light-green, .light-green.brexit-info {
    background-color: #E8EEE2;
    color: #ffffff;
    padding-bottom: 2px; }
    .notices.light-green .container, .light-green.brexit-info .container {
      padding-top: 25px;
      padding-bottom: 18px;
      padding-left: 68px;
      position: relative; }
      @media screen and (min-width: 641px) {
        .notices.light-green .container .row .col-sm-6:nth-of-type(2), .light-green.brexit-info .container .row .col-sm-6:nth-of-type(2) {
          text-align: right; }
          .notices.light-green .container .row .col-sm-6:nth-of-type(2) .btn.btn-line:nth-of-type(2), .light-green.brexit-info .container .row .col-sm-6:nth-of-type(2) .btn.btn-line:nth-of-type(2), .notices.light-green .container .row .col-sm-6:nth-of-type(2) .btn-line.btn-link:nth-of-type(2), .light-green.brexit-info .container .row .col-sm-6:nth-of-type(2) .btn-line.btn-link:nth-of-type(2), .notices.light-green .container .row .col-sm-6:nth-of-type(2) .booking-widget .bottom-links a.btn-line:nth-of-type(2), .booking-widget .bottom-links .notices.light-green .container .row .col-sm-6:nth-of-type(2) a.btn-line:nth-of-type(2), .light-green.brexit-info .container .row .col-sm-6:nth-of-type(2) .booking-widget .bottom-links a.btn-line:nth-of-type(2), .booking-widget .bottom-links .light-green.brexit-info .container .row .col-sm-6:nth-of-type(2) a.btn-line:nth-of-type(2) {
            margin-right: 0; } }
      @media screen and (max-width: 640px) {
        .notices.light-green .container, .light-green.brexit-info .container {
          padding-top: 11px;
          padding-bottom: 14px;
          padding-left: 15px; } }
      .notices.light-green .container:before, .light-green.brexit-info .container:before {
        content: "";
        background: url("svg/notice-icon.svg");
        width: 36px;
        height: 36px;
        position: absolute;
        left: 15px;
        top: 26px; }
        @media screen and (max-width: 640px) {
          .notices.light-green .container:before, .light-green.brexit-info .container:before {
            display: none; } }
      .notices.light-green .container span, .light-green.brexit-info .container span {
        display: block;
        color: #417C3D;
        font-family: "Panton", sans-serif;
        font-size: 1.3125rem;
        font-weight: bold;
        line-height: 20px;
        margin-bottom: 7px;
        text-transform: uppercase; }
        @media screen and (max-width: 640px) {
          .notices.light-green .container span, .light-green.brexit-info .container span {
            font-size: 1.125rem;
            line-height: 22px;
            margin-bottom: 10px; } }
      .notices.light-green .container p, .light-green.brexit-info .container p {
        margin: 0;
        font-size: 1rem;
        line-height: 20px;
        color: #4A4A4A; }
        @media screen and (max-width: 640px) {
          .notices.light-green .container p, .light-green.brexit-info .container p {
            font-size: 1rem;
            line-height: 19px;
            margin-bottom: 13px; } }
      .notices.light-green .container .btn-line, .light-green.brexit-info .container .btn-line {
        padding: 11px 18px 10px 18px; }
        @media screen and (min-width: 641px) {
          .notices.light-green .container .btn-line, .light-green.brexit-info .container .btn-line {
            margin-right: 12px; }
            .notices.light-green .container .btn-line:last-of-type, .light-green.brexit-info .container .btn-line:last-of-type {
              margin-right: 0;
              margin-top: -1px; } }
        @media screen and (max-width: 640px) {
          .notices.light-green .container .btn-line, .light-green.brexit-info .container .btn-line {
            margin: 0;
            margin-bottom: 10px; }
            .notices.light-green .container .btn-line:last-of-type, .light-green.brexit-info .container .btn-line:last-of-type {
              margin-bottom: 3px; } }
    .notices.light-green.security-times .container span, .light-green.security-times.brexit-info .container span {
      color: #941B00; }
    .notices.light-green.security-times .container:before, .light-green.security-times.brexit-info .container:before {
      background: url("svg/notice-icon-red.svg"); }
    .notices.light-green.security-times .container p a, .light-green.security-times.brexit-info .container p a {
      color: #008910;
      font-weight: bold; }
    .notices.light-green.security-times .sec-times-info, .light-green.security-times.brexit-info .sec-times-info {
      position: relative;
      display: inline-block;
      background: #00402E;
      width: 461px;
      text-align: left !important;
      border-radius: 4px;
      font-size: 1.125rem;
      font-family: "Panton", sans-serif;
      color: #ffffff;
      margin-right: 20px;
      padding: 1px 0 0 0; }
      @media screen and (max-width: 640px) {
        .notices.light-green.security-times .sec-times-info, .light-green.security-times.brexit-info .sec-times-info {
          width: 100%;
          margin-bottom: 15px;
          font-size: 0.8125rem;
          margin-right: 0; } }
      .notices.light-green.security-times .sec-times-info img, .light-green.security-times.brexit-info .sec-times-info img {
        margin-left: 4px; }
      .notices.light-green.security-times .sec-times-info strong, .light-green.security-times.brexit-info .sec-times-info strong {
        margin: 0 9px 0 3px;
        text-transform: uppercase; }
        @media screen and (max-width: 640px) {
          .notices.light-green.security-times .sec-times-info strong, .light-green.security-times.brexit-info .sec-times-info strong {
            position: absolute;
            top: 4px;
            left: 48px; } }
        @media only screen and (min-device-width: 375px) and (max-device-width: 640px) {
          .notices.light-green.security-times .sec-times-info strong, .light-green.security-times.brexit-info .sec-times-info strong {
            display: inline-block;
            position: initial; } }
      .notices.light-green.security-times .sec-times-info .wrapper-for-mobile, .light-green.security-times.brexit-info .sec-times-info .wrapper-for-mobile {
        display: inline-block; }
        @media screen and (max-width: 374px) {
          .notices.light-green.security-times .sec-times-info .wrapper-for-mobile, .light-green.security-times.brexit-info .sec-times-info .wrapper-for-mobile {
            position: absolute;
            top: 19px;
            left: 50px; } }
        @media only screen and (min-device-width: 375px) and (max-device-width: 640px) {
          .notices.light-green.security-times .sec-times-info .wrapper-for-mobile, .light-green.security-times.brexit-info .sec-times-info .wrapper-for-mobile {
            display: inline-block; } }
        .notices.light-green.security-times .sec-times-info .wrapper-for-mobile .info-block, .light-green.security-times.brexit-info .sec-times-info .wrapper-for-mobile .info-block {
          display: inline-block;
          font-size: 1.125rem;
          font-family: "Panton", sans-serif;
          color: #ffffff;
          font-weight: 400;
          text-transform: capitalize;
          margin-bottom: 0; }
          .notices.light-green.security-times .sec-times-info .wrapper-for-mobile .info-block span, .light-green.security-times.brexit-info .sec-times-info .wrapper-for-mobile .info-block span {
            display: inline-block;
            color: #ffffff;
            font-weight: 400;
            text-transform: capitalize;
            font-size: 1.125rem; }
          .notices.light-green.security-times .sec-times-info .wrapper-for-mobile .info-block:first-of-type, .light-green.security-times.brexit-info .sec-times-info .wrapper-for-mobile .info-block:first-of-type {
            margin-right: 10px; }
          @media screen and (max-width: 640px) {
            .notices.light-green.security-times .sec-times-info .wrapper-for-mobile .info-block, .light-green.security-times.brexit-info .sec-times-info .wrapper-for-mobile .info-block {
              font-size: 0.8125rem; }
              .notices.light-green.security-times .sec-times-info .wrapper-for-mobile .info-block span, .light-green.security-times.brexit-info .sec-times-info .wrapper-for-mobile .info-block span {
                font-size: 0.8125rem; } }
    .notices.light-green.security-times.thin a, .light-green.security-times.thin.brexit-info a {
      text-decoration: none; }
    .notices.light-green.security-times.thin .container, .light-green.security-times.thin.brexit-info .container {
      padding-top: 16px;
      padding-bottom: 0;
      padding-left: 51px; }
      @media screen and (max-width: 640px) {
        .notices.light-green.security-times.thin .container, .light-green.security-times.thin.brexit-info .container {
          padding-left: 44px; } }
      .notices.light-green.security-times.thin .container:before, .light-green.security-times.thin.brexit-info .container:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 12.0008C0 5.38225 5.38216 0 12 0C18.6178 0 24 5.38225 24 12.0008C24 18.6178 18.6178 24 12 24C7.83972 24 4.1688 21.8723 2.0173 18.6537C1.73399 18.2299 1.8479 17.6566 2.27173 17.3733C2.69556 17.09 3.26881 17.2039 3.55212 17.6278C5.37668 20.3573 8.4838 22.1538 12 22.1538C17.5982 22.1538 22.1538 17.5982 22.1538 12.0008C22.1538 6.40177 17.5982 1.84615 12 1.84615C6.40185 1.84615 1.84615 6.40177 1.84615 12.0008C1.84615 12.5106 1.43288 12.9238 0.923077 12.9238C0.413276 12.9238 0 12.5106 0 12.0008Z' fill='%2396CA4F'/%3E%3Cpath d='M12.0618 5.75586H11.939C11.1322 5.75586 10.8691 6.0014 10.8691 6.80817V6.96601C10.8691 7.77278 11.1322 8.03586 11.939 8.03586H12.0618C12.8685 8.03586 13.1316 7.77278 13.1316 6.96601V6.80817C13.1316 6.0014 12.8685 5.75586 12.0618 5.75586ZM12.4827 9.15832H11.5181C11.1147 9.15832 10.9919 9.28109 10.9919 9.68448V17.6996C10.9919 18.1029 11.1147 18.2432 11.5181 18.2432H12.4827C12.8861 18.2432 13.0264 18.1029 13.0264 17.6996V9.68448C13.0264 9.28109 12.8861 9.15832 12.4827 9.15832Z' fill='%2300402F'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        top: 13px; }
        @media screen and (max-width: 640px) {
          .notices.light-green.security-times.thin .container:before, .light-green.security-times.thin.brexit-info .container:before {
            display: block;
            transform: scale(0.75);
            left: 12px; } }
    .notices.light-green.security-times.thin span, .light-green.security-times.thin.brexit-info span {
      display: inline-block;
      color: #00402E;
      font-family: unset;
      font-size: unset;
      font-weight: unset;
      text-transform: none; }
      @media screen and (max-width: 640px) {
        .notices.light-green.security-times.thin span, .light-green.security-times.thin.brexit-info span {
          margin-bottom: 4px; } }
      .notices.light-green.security-times.thin span.sec-label, .light-green.security-times.thin.brexit-info span.sec-label {
        font-family: "Panton", sans-serif;
        font-size: 1.25rem;
        font-weight: 700;
        margin-right: 21px; }
        @media screen and (max-width: 640px) {
          .notices.light-green.security-times.thin span.sec-label, .light-green.security-times.thin.brexit-info span.sec-label {
            font-size: 0.875rem;
            margin-right: 14px; } }
      .notices.light-green.security-times.thin span.info-block, .light-green.security-times.thin.brexit-info span.info-block {
        font-size: 1.25rem;
        font-weight: 400;
        font-family: Roboto;
        margin-right: 21px; }
        @media screen and (max-width: 640px) {
          .notices.light-green.security-times.thin span.info-block, .light-green.security-times.thin.brexit-info span.info-block {
            font-size: 0.875rem;
            margin-right: 14px; } }
        .notices.light-green.security-times.thin span.info-block:last-of-type, .light-green.security-times.thin.brexit-info span.info-block:last-of-type {
          margin-right: 0; }
      .notices.light-green.security-times.thin span.sec-link, .light-green.security-times.thin.brexit-info span.sec-link {
        font-family: "Panton", sans-serif;
        font-size: 0.875rem;
        font-weight: 700;
        letter-spacing: 1px;
        padding-right: 27px;
        position: relative; }
        @media screen and (max-width: 640px) {
          .notices.light-green.security-times.thin span.sec-link, .light-green.security-times.thin.brexit-info span.sec-link {
            display: none; } }
        .notices.light-green.security-times.thin span.sec-link:after, .light-green.security-times.thin.brexit-info span.sec-link:after {
          content: "";
          position: absolute;
          top: 1px;
          right: 0;
          display: block;
          background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.64029 1.125L6.86098 2.89243L10.7208 6.75227H0.5V9.24716H10.7208L6.86098 13.107L8.64029 14.8744L15.5 7.99971L8.64029 1.125Z' fill='%2396CA4F'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          width: 20px;
          height: 15px; }

.search-box {
  width: calc(100% - 30px);
  background: #ffffff;
  border-radius: 3px;
  padding: 24px 37px;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: none;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 640px) {
    .search-box {
      width: 100%;
      padding: 20px 15px 16px;
      background: #F5F5F5;
      border-radius: 0;
      margin-top: 1px;
      box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.05); } }
  .search-box.active {
    display: block; }
  .search-box:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    position: absolute;
    top: -8px;
    right: 6px;
    display: block !important;
    border-top: none;
    z-index: 12; }
    @media screen and (max-width: 640px) {
      .search-box:before {
        left: 18px;
        border-bottom: 8px solid #F5F5F5; } }
  .search-box label {
    display: block;
    color: #417C3D;
    font-family: "Panton", sans-serif;
    font-size: 1.3125rem;
    font-weight: bold;
    line-height: 30px;
    margin-right: 30px; }
    @media screen and (max-width: 640px) {
      .search-box label {
        display: none; } }
  .search-box .form-group {
    width: 100%; }
    @media screen and (max-width: 640px) {
      .search-box .form-group {
        margin-bottom: 0; } }
    .search-box .form-group .input-group {
      width: calc(100% - 266px); }
      @media screen and (max-width: 640px) {
        .search-box .form-group .input-group {
          width: 100%; } }
      .search-box .form-group .input-group input {
        border-right: none;
        border-color: #e6e7e8;
        color: #474C4B;
        font-family: "Roboto", sans-serif;
        font-size: 0.8125rem;
        letter-spacing: 1px;
        line-height: 15px;
        border-radius: 4px; }
        .search-box .form-group .input-group input::-webkit-input-placeholder {
          color: #9B9B9B; }
        .search-box .form-group .input-group input:-moz-placeholder {
          /* Firefox 18- */
          color: #9B9B9B; }
        .search-box .form-group .input-group input::-moz-placeholder {
          /* Firefox 19+ */
          color: #9B9B9B; }
        .search-box .form-group .input-group input:-ms-input-placeholder {
          color: #9B9B9B; }
      .search-box .form-group .input-group .input-group-append {
        position: relative; }
        @media screen and (max-width: 640px) {
          .search-box .form-group .input-group .input-group-append {
            background: #ffffff;
            border-radius: 5px;
            margin-left: -5px; } }
        .search-box .form-group .input-group .input-group-append:before {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; }
      .search-box .form-group .input-group .btn, .search-box .form-group .input-group .btn-link, .search-box .form-group .input-group .booking-widget .bottom-links a, .booking-widget .bottom-links .search-box .form-group .input-group a {
        background: transparent;
        border: 1px solid #e6e7e8;
        border-left: none;
        text-indent: -999999px;
        overflow: hidden;
        width: 90px; }
        @media screen and (max-width: 640px) {
          .search-box .form-group .input-group .btn, .search-box .form-group .input-group .btn-link, .search-box .form-group .input-group .booking-widget .bottom-links a, .booking-widget .bottom-links .search-box .form-group .input-group a {
            width: 50px; } }

@media screen and (max-width: 640px) {
  .sticky .search-box,
  .inner-page .search-box,
  .opened .search-box {
    margin-top: 0; }
    .sticky .search-box:before,
    .inner-page .search-box:before,
    .opened .search-box:before {
      display: none !important; } }

.pagination-bar {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 37px;
  text-align: center; }
  @media screen and (max-width: 640px) {
    .pagination-bar {
      margin-bottom: 18px; } }
  .pagination-bar ul.paging {
    margin: 0;
    padding: 0;
    font-size: 0; }
    .pagination-bar ul.paging li {
      padding: 0;
      margin: 0;
      display: inline-block;
      vertical-align: middle;
      line-height: 0; }
      .pagination-bar ul.paging li a {
        margin: 0;
        padding: 1px 10px;
        border: none;
        color: #4A4A4A;
        line-height: 28px;
        font-weight: 400;
        border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        height: 30px;
        width: 30px;
        text-align: center;
        display: block;
        font-size: 0.8125rem; }
        .pagination-bar ul.paging li a:hover {
          text-decoration: underline; }
      .pagination-bar ul.paging li.previous-page a, .pagination-bar ul.paging li.next-page a {
        width: 30px;
        height: 30px;
        display: inline-block;
        padding: 0;
        line-height: 1;
        color: #96ca4f;
        background-color: #ffffff;
        position: relative;
        border-radius: 3px 0 0 3px;
        border-left: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6; }
        .pagination-bar ul.paging li.previous-page a:before, .pagination-bar ul.paging li.next-page a:before {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          -webkit-transform: rotate(180deg) scale(0.6);
          -moz-transform: rotate(180deg) scale(0.6);
          -ms-transform: rotate(180deg) scale(0.6);
          -o-transform: rotate(180deg) scale(0.6);
          transform: rotate(180deg) scale(0.6); }
      .pagination-bar ul.paging li.next-page a {
        border-radius: 0 3px 3px 0; }
        .pagination-bar ul.paging li.next-page a:before {
          -webkit-transform: rotate(0deg) scale(0.6);
          -moz-transform: rotate(0deg) scale(0.6);
          -ms-transform: rotate(0deg) scale(0.6);
          -o-transform: rotate(0deg) scale(0.6);
          transform: rotate(0deg) scale(0.6); }
      .pagination-bar ul.paging li.active a {
        background-color: #96ca4f;
        font-weight: 700;
        width: 36px;
        height: 36px;
        border-top: none;
        border-bottom: none;
        border-radius: 3px;
        font-size: 0.875rem;
        padding-top: 5px; }
      .pagination-bar ul.paging li.previous-page.disabled, .pagination-bar ul.paging li.next-page.disabled {
        pointer-events: none;
        box-sizing: border-box; }
        .pagination-bar ul.paging li.previous-page.disabled a, .pagination-bar ul.paging li.next-page.disabled a {
          cursor: default; }

.home-page-news {
  position: relative; }
  .home-page-news .spotlight-wrapper {
    margin-bottom: 25px; }
  .home-page-news .social-wrapper {
    position: absolute;
    top: 0;
    right: -6px;
    width: 280px;
    height: 41px;
    display: flex;
    align-items: center;
    /*For all version os internet explorer*/ }
    @media screen and (min-width: 0) {
      .home-page-news .social-wrapper {
        width: 281px; } }
    @media screen and (max-width: 640px) {
      .home-page-news .social-wrapper {
        position: relative;
        right: auto;
        top: -5px;
        margin-bottom: 13px; } }
    .home-page-news .social-wrapper .h3 {
      margin: 0; }
      @media screen and (max-width: 640px) {
        .home-page-news .social-wrapper .h3 {
          font-size: 1.125rem; } }
    .home-page-news .social-wrapper ul.social-link-list {
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 640px) {
        .home-page-news .social-wrapper ul.social-link-list {
          padding-top: 11px; } }
      .home-page-news .social-wrapper ul.social-link-list li {
        margin-right: -1px;
        margin-top: 0; }
        .home-page-news .social-wrapper ul.social-link-list li:first-of-type {
          margin-left: 20px; }
          @media screen and (max-width: 640px) {
            .home-page-news .social-wrapper ul.social-link-list li:first-of-type {
              margin-left: 15px; } }
        .home-page-news .social-wrapper ul.social-link-list li:last-of-type {
          margin-right: 0; }
        .home-page-news .social-wrapper ul.social-link-list li a {
          display: inline-block;
          -webkit-transform: scale(0.8);
          -moz-transform: scale(0.8);
          -ms-transform: scale(0.8);
          -o-transform: scale(0.8);
          transform: scale(0.8); }
  @media screen and (max-width: 640px) {
    .home-page-news .col-sm:nth-of-type(3),
    .home-page-news .col-sm:nth-of-type(4) {
      display: none !important; } }

.landing-page-content iframe {
  width: 100%;
  height: 640px;
  margin-top: 20px;
  margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    .landing-page-content iframe {
      height: 300px; } }

.landing-page-content h3 {
  margin-bottom: 20px; }

.landing-page-content .spotlight-list {
  margin-bottom: 35px; }
  @media screen and (max-width: 640px) {
    .landing-page-content .spotlight-list {
      margin-bottom: 0; } }

.landing-page-content .accordion {
  margin-bottom: 20px; }

@media screen and (max-width: 640px) {
  .landing-page-content .faqs {
    margin-top: 10px; } }

.inner-banner {
  background: url("svg/banner-bg-inner.svg") no-repeat top center;
  padding-top: 53px;
  padding-bottom: 24px;
  background-position-y: -5px; }
  .inner-banner .search-box {
    max-width: 855px;
    width: 100%;
    padding: 0;
    margin-right: auto;
    display: block !important;
    margin-left: 0;
    margin-top: 0;
    border-radius: 5px;
    box-shadow: none; }
    .inner-banner .search-box .form-group .input-group {
      width: 100%; }
    .inner-banner .search-box:before {
      display: none !important; }
  @media screen and (max-width: 640px) {
    .inner-banner {
      background: #ebf0e5;
      padding-bottom: 1px;
      padding-top: 0; } }
  .inner-banner.no-bg {
    background: none; }
  .inner-banner h1 {
    margin-bottom: 13px; }
    @media screen and (max-width: 640px) {
      .inner-banner h1 {
        padding-top: 0;
        padding-right: 60px; } }
  .inner-banner p {
    margin-top: 15px; }
    @media screen and (max-width: 640px) {
      .inner-banner p {
        margin-top: 13px; } }
  .inner-banner .search {
    margin-bottom: 10px;
    margin-top: 40px; }
    @media screen and (max-width: 640px) {
      .inner-banner .search {
        margin-bottom: 14px;
        margin-top: 17px; } }
    .inner-banner .search .form-group {
      width: 365px;
      margin-right: 15px;
      background: #ffffff;
      border: 1px solid #dee2e6;
      padding-left: 10px;
      border-radius: 5px !important;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0;
      height: 50px; }
      .inner-banner .search .form-group:after {
        content: "";
        position: absolute;
        top: 19px;
        bottom: 0;
        right: 16px;
        display: inline-block; }
      @media screen and (max-width: 640px) {
        .inner-banner .search .form-group {
          width: 100%;
          margin-right: 0;
          margin-bottom: 12px; } }
      .inner-banner .search .form-group label {
        padding-top: 16px;
        text-transform: uppercase;
        float: none;
        padding-left: 3px;
        font-size: 0.8125rem;
        letter-spacing: 1px; }
        @media screen and (max-width: 640px) {
          .inner-banner .search .form-group label {
            padding-top: 17px; } }
      .inner-banner .search .form-group .form-control {
        border: none;
        border-radius: 5px !important;
        background: transparent !important;
        height: 48px;
        float: none;
        width: 123px;
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: relative;
        z-index: 99;
        cursor: pointer; }
        .inner-banner .search .form-group .form-control:focus {
          outline: none;
          box-shadow: none; }
        @media screen and (max-width: 640px) {
          .inner-banner .search .form-group .form-control {
            width: calc(100% - 153px); } }
      .inner-banner .search .form-group select.form-control {
        position: absolute;
        left: 0;
        opacity: 0;
        top: 0;
        width: 100%; }
      .inner-banner .search .form-group span.select-val {
        color: #9b9b9b;
        padding-left: 12px;
        font-size: 0.875rem;
        white-space: nowrap;
        width: 175px;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        text-transform: uppercase; }
        @media screen and (max-width: 640px) {
          .inner-banner .search .form-group span.select-val {
            padding-left: 2px;
            width: calc(100% - 178px); } }
    .inner-banner .search .btn-form, .inner-banner .search .booking-widget .book-btn input, .booking-widget .book-btn .inner-banner .search input,
    .inner-banner .search .booking-widget .book-btn a, .booking-widget .book-btn .inner-banner .search a {
      vertical-align: middle; }
      @media screen and (max-width: 640px) {
        .inner-banner .search .btn-form, .inner-banner .search .booking-widget .book-btn input, .booking-widget .book-btn .inner-banner .search input,
        .inner-banner .search .booking-widget .book-btn a, .booking-widget .book-btn .inner-banner .search a {
          width: 100%;
          max-width: 100%; } }
  .inner-banner .container {
    position: relative; }
  .inner-banner .banner-logo {
    display: inline-block;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: -13px;
    bottom: 0;
    margin: auto;
    z-index: 99; }
    @media screen and (max-width: 640px) {
      .inner-banner .banner-logo {
        top: 0;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        right: -7px; } }
  .inner-banner.corp-banner {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0; }
    .inner-banner.corp-banner > .container {
      padding-top: 45px;
      padding-bottom: 35px;
      min-height: 247px; }
    @media screen and (max-width: 640px) {
      .inner-banner.corp-banner {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0; }
        .inner-banner.corp-banner > .container {
          padding-top: 27px;
          padding-bottom: 23px;
          min-height: 0; } }
    .inner-banner.corp-banner p {
      max-width: 475px;
      color: #4A4A4A;
      font-family: "Panton", sans-serif;
      font-size: 1.3125rem;
      font-weight: bold;
      line-height: 24px; }
      @media screen and (max-width: 640px) {
        .inner-banner.corp-banner p {
          font-size: 1.125rem;
          line-height: 22px;
          margin-top: 0;
          margin-bottom: 0; } }
    .inner-banner.corp-banner img {
      position: absolute;
      top: 0;
      left: 485px;
      right: 0;
      margin: auto;
      min-height: 100%; }
  .inner-banner.search-results {
    padding-top: 63px;
    padding-bottom: 30px; }
    @media screen and (max-width: 640px) {
      .inner-banner.search-results {
        padding-top: 0;
        padding-bottom: 18px; } }
  @media screen and (max-width: 640px) {
    .inner-banner .search-box.form-inline {
      margin-bottom: 18px; } }
  @media screen and (max-width: 640px) {
    .inner-banner.b2b h1 {
      max-width: 65%; } }

.inner-page-content {
  padding-top: 32px; }
  @media screen and (max-width: 640px) {
    .inner-page-content {
      padding-top: 20px; } }

.standard-page-content {
  padding-top: 59px; }
  @media screen and (max-width: 640px) {
    .standard-page-content {
      padding-top: 0; } }

.search-results-page-content {
  padding-top: 30px; }
  @media screen and (max-width: 640px) {
    .search-results-page-content {
      padding-top: 14px; } }
  .search-results-page-content .page-count {
    color: #4A4A4A;
    font-size: 1rem;
    line-height: 20px;
    display: block;
    margin-bottom: 22px;
    margin-top: 11px; }
    @media screen and (max-width: 640px) {
      .search-results-page-content .page-count {
        margin-bottom: 14px;
        margin-top: 14px; } }
  .search-results-page-content .result-item {
    border-bottom: 1px solid #e6e7e8;
    padding-bottom: 25px;
    margin-bottom: 27px; }
    .search-results-page-content .result-item:last-of-type {
      border-bottom: none;
      margin-bottom: 14px; }
      @media screen and (max-width: 640px) {
        .search-results-page-content .result-item:last-of-type {
          margin-bottom: 18px; } }
    @media screen and (max-width: 640px) {
      .search-results-page-content .result-item {
        padding-bottom: 0;
        margin-bottom: 12px; } }
    .search-results-page-content .result-item a {
      color: #417C3D;
      font-family: "Panton", sans-serif;
      font-size: 1.3125rem;
      font-weight: bold;
      line-height: 24px;
      text-decoration: underline;
      position: relative;
      margin-bottom: 18px;
      display: inline-block; }
      .search-results-page-content .result-item a:hover {
        text-decoration: none; }
      @media screen and (max-width: 640px) {
        .search-results-page-content .result-item a {
          font-size: 1.0625rem;
          line-height: 21px;
          margin-bottom: 16px;
          word-break: break-all; } }
    .search-results-page-content .result-item p {
      line-height: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      line-clamp: 2;
      -webkit-box-orient: vertical; }
      @media screen and (max-width: 640px) {
        .search-results-page-content .result-item p {
          font-size: 0.875rem;
          line-height: 18px;
          margin-bottom: 14px;
          -webkit-line-clamp: 8; } }

.news-landing-page-content {
  padding-bottom: 50px; }
  @media screen and (max-width: 640px) {
    .news-landing-page-content {
      padding-bottom: 30px; } }
  .news-landing-page-content .date-wrapper {
    margin-bottom: 20px;
    margin-top: -5px; }
    @media screen and (max-width: 640px) {
      .news-landing-page-content .date-wrapper {
        margin-bottom: 16px; } }
    .news-landing-page-content .date-wrapper .btn, .news-landing-page-content .date-wrapper .btn-link, .news-landing-page-content .date-wrapper .booking-widget .bottom-links a, .booking-widget .bottom-links .news-landing-page-content .date-wrapper a {
      float: right;
      margin-top: 8px; }
      @media screen and (max-width: 640px) {
        .news-landing-page-content .date-wrapper .btn, .news-landing-page-content .date-wrapper .btn-link, .news-landing-page-content .date-wrapper .booking-widget .bottom-links a, .booking-widget .bottom-links .news-landing-page-content .date-wrapper a {
          float: none;
          margin-top: 0; } }
  .news-landing-page-content .date {
    margin-bottom: 20px;
    display: inline-block !important; }
    @media screen and (max-width: 640px) {
      .news-landing-page-content .date {
        margin-bottom: 16px;
        display: block; } }
  .news-landing-page-content img {
    clear: both;
    width: 100%;
    margin-bottom: 30px; }
  .news-landing-page-content p {
    color: #474C4B;
    line-height: 20px; }

.corp-inner-page-content {
  padding-top: 30px; }
  @media screen and (max-width: 640px) {
    .corp-inner-page-content {
      padding-top: 20px; } }

#faq-accordion + .btn-link, .booking-widget .bottom-links #faq-accordion + a,
#faq-accordion + a .btn-link,
#faq-accordion + a .booking-widget .bottom-links a,
.booking-widget .bottom-links #faq-accordion + a a {
  margin-bottom: 39px;
  display: inline-block; }
  @media screen and (max-width: 640px) {
    #faq-accordion + .btn-link, .booking-widget .bottom-links #faq-accordion + a,
    #faq-accordion + a .btn-link,
    #faq-accordion + a .booking-widget .bottom-links a,
    .booking-widget .bottom-links #faq-accordion + a a {
      margin-bottom: 10px; } }

.no-results {
  display: block;
  margin-bottom: 20px;
  font-size: 2rem;
  font-family: "Panton", sans-serif;
  line-height: 38px; }
  @media screen and (max-width: 640px) {
    .no-results {
      margin-bottom: 10px;
      font-size: 1.375rem;
      line-height: 28px; } }

.inner-page-content aside.spotlight-wrapper.col-sm-3 .row {
  margin: 0 !important;
  display: block !important; }

.inner-page-content aside.spotlight-wrapper .card-wide.card-aligned .card-body, .inner-page-content aside.spotlight-wrapper .card-wide.card.card-details .card-body {
  padding: 20px; }

.inner-page-content aside.spotlight-wrapper .col-sm {
  flex-basis: unset;
  padding: 0;
  /*For all version os internet explorer*/ }
  @media screen and (min-width: 0) {
    .inner-page-content aside.spotlight-wrapper .col-sm {
      display: block !important;
      flex-basis: initial;
      flex-grow: initial; } }

/* Safari ONLY */
body[class*="safari"] {
  /* .svg-social-twitter-white,
  ul.social-link-list li a.twitter,
  .svg-social-linkedin-white,
  ul.social-link-list li a.linkedin {
    width: 36px;
    &:hover {
      width: 36px;
    }
  } */ }
  body[class*="safari"] #header_drill_down.inner-page #megaMenu .gns > ul.mega-menu > li:not(:last-of-type).active > a:after {
    bottom: -2px; }
  body[class*="safari"] .btn-link:after, body[class*="safari"] .booking-widget .bottom-links a:after, .booking-widget .bottom-links body[class*="safari"] a:after,
  body[class*="safari"] .btn-link.back:after,
  body[class*="safari"] .booking-widget .bottom-links a.back:after,
  .booking-widget .bottom-links body[class*="safari"] a.back:after {
    top: -1px; }

.form-wrapper {
  background-color: #F2F3F3;
  border-radius: 5px;
  padding: 38px 52px;
  margin-bottom: 40px;
  /** float container */ }
  @media screen and (max-width: 640px) {
    .form-wrapper {
      padding: 15px 15px;
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: -11px;
      border-radius: 0; } }
  .form-wrapper .input-group {
    width: 100%;
    margin-bottom: 10px; }
    .form-wrapper .input-group:not(.datepicker-with-label):not(.promo):not(.platinum-booking-type):not(.terminal):after {
      display: none; }
    @media screen and (max-width: 640px) {
      .form-wrapper .input-group label {
        max-width: calc(100% - 15px);
        overflow: hidden;
        white-space: nowrap; } }
  .form-wrapper .btn, .form-wrapper .btn-link, .form-wrapper .booking-widget .bottom-links a, .booking-widget .bottom-links .form-wrapper a {
    width: 100%;
    max-width: 100%; }
  .form-wrapper .privacy {
    position: relative;
    clear: both;
    float: left;
    margin-top: 6px; }
    .form-wrapper .privacy label {
      font-size: 0.875rem;
      letter-spacing: 1px;
      position: relative;
      padding-left: 18px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      cursor: pointer; }
      .form-wrapper .privacy label:before {
        content: "";
        height: 14px;
        width: 14px;
        position: absolute;
        left: 0;
        top: 1px;
        background: #ffffff;
        border-radius: 3px;
        border: 1px solid #dee2e6; }
      .form-wrapper .privacy label:after {
        content: "";
        position: absolute;
        display: none;
        left: 5px;
        top: 4px;
        width: 4px;
        height: 7px;
        border: solid #4A4A4A;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    .form-wrapper .privacy input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
      .form-wrapper .privacy input:checked + label:after,
      .form-wrapper .privacy input:checked ~ label:after {
        display: block; }
      .form-wrapper .privacy input:focus + label,
      .form-wrapper .privacy input:focus ~ label {
        outline: black dotted thin; }
  .form-wrapper .type,
  .form-wrapper .radio-btn-group {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative; }
    .form-wrapper .type input,
    .form-wrapper .radio-btn-group input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
      .form-wrapper .type input:checked + label:after,
      .form-wrapper .type input:checked ~ label:after,
      .form-wrapper .radio-btn-group input:checked + label:after,
      .form-wrapper .radio-btn-group input:checked ~ label:after {
        display: block; }
      .form-wrapper .type input:focus + label,
      .form-wrapper .type input:focus ~ label,
      .form-wrapper .radio-btn-group input:focus + label,
      .form-wrapper .radio-btn-group input:focus ~ label {
        outline: black dotted thin; }
    .form-wrapper .type label,
    .form-wrapper .radio-btn-group label {
      text-transform: uppercase;
      float: left;
      font-size: 0.8125rem;
      letter-spacing: 1px;
      z-index: 9;
      position: relative;
      padding-left: 18px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      cursor: pointer; }
      .form-wrapper .type label:before,
      .form-wrapper .radio-btn-group label:before {
        content: "";
        height: 14px;
        width: 14px;
        position: absolute;
        left: 0;
        top: 1px;
        background: #ffffff;
        border-radius: 50%;
        border: 1px solid #dee2e6; }
      .form-wrapper .type label:after,
      .form-wrapper .radio-btn-group label:after {
        content: "";
        position: absolute;
        display: none;
        left: 4px;
        top: 5px;
        width: 6px;
        height: 6px;
        background: #96ca4f;
        border-radius: 50%; }
    .form-wrapper .type > label,
    .form-wrapper .radio-btn-group > label {
      min-width: 54px;
      float: left;
      padding-left: 0; }
      .form-wrapper .type > label:after, .form-wrapper .type > label:before,
      .form-wrapper .radio-btn-group > label:after,
      .form-wrapper .radio-btn-group > label:before {
        display: none; }
    .form-wrapper .type .radio-btns,
    .form-wrapper .radio-btn-group .radio-btns {
      width: calc(100% - 54px);
      float: left; }
      .form-wrapper .type .radio-btns .radio,
      .form-wrapper .radio-btn-group .radio-btns .radio {
        clear: both; }
  .form-wrapper .radio-btn-group > label {
    width: 165px; }
  .form-wrapper .radio-btn-group .radio-btns {
    width: calc(100% - 165px); }
  .form-wrapper .error-message:not(.form-control) {
    right: auto;
    left: 0;
    z-index: 99; }
    @media screen and (max-width: 640px) {
      .form-wrapper .error-message:not(.form-control) {
        left: 0; } }
  .form-wrapper .input-group {
    position: relative;
    padding-left: 0;
    /** active label */ }
    .form-wrapper .input-group input,
    .form-wrapper .input-group textarea {
      width: 100%;
      padding-top: 15px;
      padding-left: 15px; }
    .form-wrapper .input-group label {
      position: absolute;
      transform-origin: top left;
      transform: translate(0, 16px) scale(1);
      transition: all 0.1s ease-in-out;
      padding: 1px 15px;
      font-size: 0.875rem; }
    .form-wrapper .input-group.active label {
      transform: translate(0, 5px);
      font-size: 0.6875rem; }
  .form-wrapper .styled-select {
    width: 100%; }
    .form-wrapper .styled-select select {
      padding-top: 20px;
      height: 100% !important;
      z-index: 999; }
  .form-wrapper .float-container.active .styled-select select {
    padding-left: 15px !important;
    padding-top: 12px !important; }
  .form-wrapper .radio-btns {
    position: relative; }
  .form-wrapper .col-sm-3 {
    padding-right: 0; }
    @media screen and (max-width: 640px) {
      .form-wrapper .col-sm-3 {
        padding-right: 15px; } }
  .form-wrapper .green-header small {
    font-size: 0.9375rem;
    margin-left: 10px;
    color: #4A4A4A; }
  .form-wrapper .text-area {
    height: auto; }
    .form-wrapper .text-area textarea {
      min-height: 200px;
      padding-top: 18px; }

.green-header {
  color: #417C3D; }

.corp-inner-page-content iframe {
  width: 100%;
  height: 642px;
  margin-bottom: 40px;
  margin-top: 20px; }
  @media screen and (max-width: 640px) {
    .corp-inner-page-content iframe {
      height: 350px;
      margin-bottom: 20px;
      margin-top: 10px; } }

#wechatModal {
  background: rgba(0, 0, 0, 0.8); }
  #wechatModal .modal-dialog {
    max-width: 380px;
    background: #ffffff; }
    #wechatModal .modal-dialog .modal-header {
      border-bottom: none;
      padding-left: 20px;
      padding-top: 20px;
      padding-bottom: 0; }
      #wechatModal .modal-dialog .modal-header .modal-title {
        color: #417C3D; }
      #wechatModal .modal-dialog .modal-header .close {
        color: #417C3D;
        position: absolute;
        top: 35px;
        right: 35px;
        padding: 0;
        overflow: hidden;
        text-indent: -9999px; }
    #wechatModal .modal-dialog .modal-content {
      border: none; }
      #wechatModal .modal-dialog .modal-content img {
        display: block;
        margin: auto;
        margin-bottom: 20px;
        min-width: 270px; }
      #wechatModal .modal-dialog .modal-content p {
        text-align: center;
        font-size: 0.875rem; }
        #wechatModal .modal-dialog .modal-content p strong {
          display: block; }

.latest-news-inner-page {
  margin-top: 20px;
  margin-bottom: 10px; }
  .latest-news-inner-page h2 {
    margin-bottom: 18px; }

.pin-bar {
  color: #ffffff;
  padding: 17px 0;
  display: none;
  background-color: #F5F5F5;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer; }
  @media screen and (max-width: 640px) {
    .pin-bar {
      padding: 15px 0; } }
  .pin-bar.active {
    display: block; }
  .pin-bar .container {
    padding-left: 60px;
    position: relative; }
    @media screen and (max-width: 640px) {
      .pin-bar .container {
        padding-left: 50px;
        padding-right: 14px; } }
    .pin-bar .container:before {
      content: "";
      position: absolute;
      left: 15px; }
      @media screen and (max-width: 640px) {
        .pin-bar .container:before {
          left: 20px; } }
  .pin-bar span {
    font-size: 0.8125rem;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 10px;
    font-weight: 300;
    color: #00402E; }
    @media screen and (max-width: 640px) {
      .pin-bar span {
        display: none; } }
    .pin-bar span.flight-name {
      color: #00402E;
      font-family: "Panton", sans-serif;
      font-size: 1.125rem;
      text-transform: inherit;
      font-weight: 300; }
      @media screen and (max-width: 640px) {
        .pin-bar span.flight-name {
          display: inline-block;
          font-size: 1rem; } }
      .pin-bar span.flight-name b,
      .pin-bar span.flight-name strong {
        font-weight: bold; }
  .pin-bar .btn-link, .pin-bar .booking-widget .bottom-links a, .booking-widget .bottom-links .pin-bar a {
    float: right;
    color: #00402E;
    letter-spacing: 1px;
    font-size: 0.875rem;
    padding-right: 27px; }
    .pin-bar .btn-link:after, .pin-bar .booking-widget .bottom-links a:after, .booking-widget .bottom-links .pin-bar a:after {
      right: 0;
      top: -1px; }
    @media screen and (max-width: 640px) {
      .pin-bar .btn-link, .pin-bar .booking-widget .bottom-links a, .booking-widget .bottom-links .pin-bar a {
        margin-top: 2px;
        width: 20px;
        overflow: hidden;
        text-indent: -99999px; } }

body[class*="safari"] .external-link-btn {
  display: none; }
  body[class*="safari"] .external-link-btn.show-btn {
    display: initial; }

@media screen and (max-width: 640px) {
  .external-link-btn:not(.ext-btn-link) {
    display: inline-block;
    padding-right: 0; } }

.external-link-btn:not(.ext-btn-link) .btn, .external-link-btn:not(.ext-btn-link) .btn-link, .external-link-btn:not(.ext-btn-link) .booking-widget .bottom-links a, .booking-widget .bottom-links .external-link-btn:not(.ext-btn-link) a {
  padding-right: 40px;
  position: relative; }
  .external-link-btn:not(.ext-btn-link) .btn:before, .external-link-btn:not(.ext-btn-link) .btn-link:before, .external-link-btn:not(.ext-btn-link) .booking-widget .bottom-links a:before, .booking-widget .bottom-links .external-link-btn:not(.ext-btn-link) a:before {
    position: absolute;
    font-family: "Glyphicons Halflings";
    content: "\e066";
    line-height: 1;
    font-size: 0.75rem;
    width: 12px;
    height: 12px;
    top: 18px !important;
    right: 18px !important;
    left: auto !important;
    bottom: auto !important;
    color: #ffffff !important; }
    @media screen and (max-width: 640px) {
      .external-link-btn:not(.ext-btn-link) .btn:before, .external-link-btn:not(.ext-btn-link) .btn-link:before, .external-link-btn:not(.ext-btn-link) .booking-widget .bottom-links a:before, .booking-widget .bottom-links .external-link-btn:not(.ext-btn-link) a:before {
        top: 18px !important; } }

@media screen and (max-width: 640px) {
  .external-link-btn.ext-btn-link {
    display: inline-block;
    padding-right: 0; } }

.external-link-btn.ext-btn-link .btn-link, .external-link-btn.ext-btn-link .booking-widget .bottom-links a, .booking-widget .bottom-links .external-link-btn.ext-btn-link a {
  padding-right: 50px;
  position: relative;
  white-space: pre-wrap; }
  .external-link-btn.ext-btn-link .btn-link:after, .external-link-btn.ext-btn-link .booking-widget .bottom-links a:after, .booking-widget .bottom-links .external-link-btn.ext-btn-link a:after {
    top: 2px;
    bottom: auto; }
    @media screen and (max-width: 640px) {
      .external-link-btn.ext-btn-link .btn-link:after, .external-link-btn.ext-btn-link .booking-widget .bottom-links a:after, .booking-widget .bottom-links .external-link-btn.ext-btn-link a:after {
        top: 0; } }
  .external-link-btn.ext-btn-link .btn-link:before, .external-link-btn.ext-btn-link .booking-widget .bottom-links a:before, .booking-widget .bottom-links .external-link-btn.ext-btn-link a:before {
    position: absolute;
    font-family: "Glyphicons Halflings";
    content: "\e066";
    line-height: 1;
    font-size: 0.75rem;
    width: 12px;
    height: 12px;
    color: #00402E !important;
    top: 3px !important;
    right: 29px !important;
    display: block !important; }
    @media screen and (max-width: 640px) {
      .external-link-btn.ext-btn-link .btn-link:before, .external-link-btn.ext-btn-link .booking-widget .bottom-links a:before, .booking-widget .bottom-links .external-link-btn.ext-btn-link a:before {
        top: 0 !important;
        right: 30px !important; } }

.nav-sitemap {
  display: block;
  padding-left: 15px; }
  .nav-sitemap li {
    list-style: none;
    display: block;
    position: relative;
    color: #417c3d;
    font-weight: 400;
    margin-bottom: 10px;
    padding-bottom: 0; }
    .nav-sitemap li .nav-link {
      padding: 0;
      font-weight: 400; }
      .nav-sitemap li .nav-link strong {
        font-weight: 400; }
    .nav-sitemap li .nav {
      display: block;
      margin-top: 12px;
      padding-left: 11px; }
    .nav-sitemap li:before {
      content: "";
      height: 5px;
      width: 5px;
      position: absolute;
      left: -16px;
      top: 8px;
      background: #417C3D;
      border-radius: 50%; }

#main-content img {
  max-width: 100%; }

.form-success-msg {
  font-weight: bold;
  background: #F5F5F5;
  color: #417C3D;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 30px; }
  .form-success-msg.error {
    color: #DA3535; }

.clearfix {
  clear: both; }

.hide {
  display: none; }

@media screen and (max-width: 640px) {
  ul.wrapped li a.external-link {
    position: relative;
    top: auto;
    display: inline;
    vertical-align: top; }
    ul.wrapped li a.external-link:after {
      top: -3px; } }

.share-wrapper {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 6px; }
  @media screen and (max-width: 640px) {
    .share-wrapper {
      margin-bottom: 20px;
      align-items: start; } }
  .share-wrapper .rrssb-buttons {
    margin-bottom: 0; }
  .share-wrapper .share-label {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    color: #00402E;
    padding-right: 15px; }
    @media screen and (max-width: 640px) {
      .share-wrapper .share-label {
        margin-top: 7px;
        padding-right: 4px; } }
  .share-wrapper .addthis_inline_share_toolbox {
    display: table-cell; }

@media screen and (max-width: 640px) {
  .at-resp-share-element .at-share-btn {
    transform: scale(0.95) !important;
    padding: 4px !important; } }

.show-desktop {
  display: block !important; }
  @media screen and (max-width: 640px) {
    .show-desktop {
      display: none !important; } }

#lounges-tab .terminal .select-val {
  max-width: initial; }

.g-recaptcha iframe {
  visibility: visible !important; }
  @media screen and (max-width: 640px) {
    .g-recaptcha iframe {
      display: block !important; } }

.tab-content input[type="number"]::-webkit-inner-spin-button,
.tab-content input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important; }

.tab-content input[type="number"] {
  appearance: textfield !important; }

@media screen and (max-width: 640px) {
  .cancelled-flight-message {
    display: block !important; } }

.form-wrapper .input-group.contact-number-m,
.form-wrapper .input-group.add-margin-bottom {
  margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    .form-wrapper .input-group.contact-number-m,
    .form-wrapper .input-group.add-margin-bottom {
      margin-bottom: 20px; } }

.form-wrapper .form-group.privacy.proof {
  display: none;
  margin-bottom: 20px;
  margin-top: -5px; }
  @media screen and (max-width: 640px) {
    .form-wrapper .form-group.privacy.proof {
      margin-bottom: 5px; } }

#Status {
  display: none; }

.form-wrapper .input-group.collection-location {
  margin-bottom: 34px; }
  @media screen and (max-width: 640px) {
    .form-wrapper .input-group.collection-location {
      margin-bottom: 10px; } }

.iceResults .grey-box {
  padding: 30px 50px;
  background: #f3f1f1;
  border-radius: 5px;
  margin-bottom: 33px; }
  @media screen and (max-width: 640px) {
    .iceResults .grey-box {
      padding: 20px 15px;
      margin-bottom: 25px; } }
  .iceResults .grey-box h3 {
    margin-bottom: 10px;
    margin-top: 30px; }
    @media screen and (max-width: 640px) {
      .iceResults .grey-box h3 {
        margin-top: 20px; } }
  .iceResults .grey-box .submit-btn .btn-form, .iceResults .grey-box .submit-btn .booking-widget .book-btn input, .booking-widget .book-btn .iceResults .grey-box .submit-btn input,
  .iceResults .grey-box .submit-btn .booking-widget .book-btn a, .booking-widget .book-btn .iceResults .grey-box .submit-btn a {
    width: 100%; }
    @media screen and (max-width: 640px) {
      .iceResults .grey-box .submit-btn .btn-form, .iceResults .grey-box .submit-btn .booking-widget .book-btn input, .booking-widget .book-btn .iceResults .grey-box .submit-btn input,
      .iceResults .grey-box .submit-btn .booking-widget .book-btn a, .booking-widget .book-btn .iceResults .grey-box .submit-btn a {
        max-width: 100%; } }
  .iceResults .grey-box .btn-link, .iceResults .grey-box .booking-widget .bottom-links a, .booking-widget .bottom-links .iceResults .grey-box a {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
    .iceResults .grey-box .btn-link .btn-link, .iceResults .grey-box .booking-widget .bottom-links a .btn-link, .booking-widget .bottom-links .iceResults .grey-box a .btn-link, .iceResults .grey-box .btn-link .booking-widget .bottom-links a, .booking-widget .bottom-links .iceResults .grey-box .btn-link a, .iceResults .grey-box .booking-widget .bottom-links a a, .booking-widget .bottom-links .iceResults .grey-box a a {
      padding-right: 0; }

.brexit-info {
  background: #ffffff;
  display: none;
  border-bottom: 1px solid #e6e7e8; }
  .brexit-info.active {
    display: block; }
  .brexit-info .container {
    padding-top: 29px;
    padding-bottom: 22px;
    padding-left: 135px;
    position: relative; }
    .brexit-info .container span,
    .brexit-info .container p {
      display: block;
      color: #00402E;
      font-family: "Panton", sans-serif;
      font-size: 1.3125rem;
      font-weight: bold;
      line-height: 20px;
      margin-bottom: 8px; }
      @media screen and (max-width: 640px) {
        .brexit-info .container span,
        .brexit-info .container p {
          font-size: 1.125rem;
          line-height: 22px; } }
    .brexit-info .container img {
      position: absolute;
      left: 15px;
      bottom: 0; }
    .brexit-info .container .svg-close, .brexit-info .container #wechatModal .modal-dialog .modal-header .close, #wechatModal .modal-dialog .modal-header .brexit-info .container .close, .brexit-info .container #header_drill_down.inner-page .search-btn.open, #header_drill_down.inner-page .brexit-info .container .search-btn.open, .brexit-info .container #header_drill_down #toggleSearch.open, #header_drill_down .brexit-info .container #toggleSearch.open, .brexit-info .container #header_drill_down #toggleMenu.active, #header_drill_down .brexit-info .container #toggleMenu.active, .brexit-info .container #header_drill_down.bg-green:not(.sticky):not(.opened).opened #toggleSearch.open, #header_drill_down.bg-green:not(.sticky):not(.opened).opened .brexit-info .container #toggleSearch.open, .brexit-info .container #header_drill_down.bg-green:not(.sticky):not(.opened).opened #toggleMenu, #header_drill_down.bg-green:not(.sticky):not(.opened).opened .brexit-info .container #toggleMenu {
      display: block;
      position: absolute;
      right: 15px;
      top: 0;
      bottom: 0;
      margin: auto; }

.card.card-wide.card-details.logo .card-body h2.card-title {
  line-height: 20px; }

@media screen and (max-width: 640px) {
  .indoor-map-wrapper {
    height: 430px; } }

iframe[src*="journeyplanner.transportforireland.ie"] {
  visibility: visible;
  width: 100%;
  height: 705px;
  border: none;
  display: block !important; }
  @media screen and (max-width: 640px) {
    iframe[src*="journeyplanner.transportforireland.ie"] {
      height: 380px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  #fasttrack-tab .bottom-links,
  #lounges-tab .bottom-links {
    right: -44px; }
  #airportclub-tab .bottom-links {
    right: 5px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #fasttrack-tab .bottom-links,
  #lounges-tab .bottom-links {
    right: -44px; }
  #airportclub-tab .bottom-links {
    right: 5px; } }

@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #fasttrack-tab .bottom-links,
  #lounges-tab .bottom-links {
    right: -44px; }
  #airportclub-tab .bottom-links {
    right: 5px; } }

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #fasttrack-tab .bottom-links,
  #lounges-tab .bottom-links {
    right: -44px; }
  #airportclub-tab .bottom-links {
    right: 5px; } }

.submit-error-message {
  color: #ffffff;
  background: #da3535;
  display: block;
  position: absolute;
  top: 80px;
  right: 12px;
  padding: 6px 8px;
  font-size: 0.75rem;
  margin: auto;
  text-transform: initial;
  border-radius: 3px;
  font-style: italic;
  z-index: 9; }
  .submit-error-message:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #da3535;
    position: absolute;
    top: -5px;
    left: 165px;
    right: 0;
    margin: auto; }

.flabel {
  text-transform: uppercase;
  float: left;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  margin-bottom: 0.5rem; }

.comp-form form {
  padding: 30px;
  background: #f2f3f3;
  border-radius: 5px; }
  @media screen and (max-width: 640px) {
    .comp-form form {
      padding: 15px; } }
  .comp-form form label {
    text-transform: uppercase;
    padding-left: 3px;
    font-size: 0.8125rem;
    letter-spacing: 1px;
    z-index: 9;
    position: relative;
    line-height: 16px;
    margin-right: 6px; }
  .comp-form form input {
    border-radius: 5px;
    height: 48px;
    font-size: 0.8125rem;
    letter-spacing: 1px;
    background: #ffffff;
    border: 1px solid #dee2e6;
    padding-left: 10px;
    outline: none;
    width: 100%; }
    .comp-form form input::-webkit-input-placeholder {
      color: #9B9B9B; }
    .comp-form form input:-moz-placeholder {
      /* Firefox 18- */
      color: #9B9B9B; }
    .comp-form form input::-moz-placeholder {
      /* Firefox 19+ */
      color: #9B9B9B; }
    .comp-form form input:-ms-input-placeholder {
      color: #9B9B9B; }
  .comp-form form button {
    margin-top: 15px;
    font-family: "Panton", sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 17px;
    border-radius: 4px;
    transition: all 0.5s;
    color: #ffffff;
    padding: 17px 15px 16px;
    min-width: 182px;
    max-width: 100%;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(90deg, #00402f 0%, #417c3d 50%, #417c3d 100%) !important;
    background-size: 200% !important;
    background-position: 100% !important; }
    @media screen and (max-width: 640px) {
      .comp-form form button {
        width: 100%; } }
    .comp-form form button:hover, .comp-form form button:active, .comp-form form button:focus {
      background-position: 0 !important;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      color: #ffffff; }

.wwf-wrapper-fullwidth {
  margin-top: 0;
  margin-bottom: -6px; }
  @media screen and (max-width: 640px) {
    .wwf-wrapper-fullwidth {
      margin-top: 0;
      margin-bottom: -16px;
      /* overflow-x:scroll;
    &::-webkit-scrollbar {
      width: 1em;
    }
    &::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }
    &::-webkit-scrollbar-thumb {
      background-color: darkgrey;
      outline: 1px solid slategrey;
    } */ } }
  .wwf-wrapper-fullwidth .wwf-iframe-fullwdth {
    height: calc(100vh - 200px);
    border: none; }
    @media screen and (max-width: 640px) {
      .wwf-wrapper-fullwidth .wwf-iframe-fullwdth {
        height: calc(100vh - 150px); } }
  .wwf-wrapper-fullwidth.full-height {
    margin-top: 0; }
    .wwf-wrapper-fullwidth.full-height .wwf-iframe-fullwdth {
      height: calc(100vh - 15px); }

@media screen and (max-width: 640px) {
  #searchAbleDataTable .inner-banner {
    padding-bottom: 18px; } }

@media screen and (max-width: 640px) {
  .destination-filter-wrapper {
    padding-bottom: 0;
    border-radius: 4px;
    border: 1px solid #E2E2E2; } }

.destination-filter-wrapper .destination-navigation {
  border-radius: 4px 4px 0 0; }
  @media screen and (min-width: 641px) {
    .destination-filter-wrapper .destination-navigation {
      display: none; } }
  .destination-filter-wrapper .destination-navigation span {
    color: #333333;
    font-family: "Panton", sans-serif;
    font-size: 1rem;
    line-height: 150%;
    font-weight: 400;
    padding: 15px 20px;
    background: #ffffff;
    border-radius: 4px;
    width: 100%;
    display: block;
    position: relative;
    cursor: pointer; }
    .destination-filter-wrapper .destination-navigation span:before {
      content: url("imgs/filter-icon-light-g.png");
      position: absolute;
      width: 16px;
      height: 19px;
      right: 20px;
      top: -4px;
      bottom: 0;
      margin: auto; }
    .destination-filter-wrapper .destination-navigation span.active {
      border-radius: 4px 4px 0 0; }
      .destination-filter-wrapper .destination-navigation span.active:before {
        content: url("imgs/filter-icon.png"); }

@media screen and (max-width: 640px) {
  .destination-filter-wrapper .search-destination {
    padding: 15px 20px 18px 20px;
    background: #ffffff;
    border-top: 1px solid #E2E2E2;
    display: none; }
    .destination-filter-wrapper .search-destination.active {
      display: block;
      border-radius: 0 0 4px 4px; } }

.destination-filter-wrapper .search-destination .title {
  color: #474C4B;
  font-family: "Panton", sans-serif;
  font-size: 1rem;
  line-height: 41px;
  font-weight: 700;
  text-align: right;
  position: relative;
  padding-left: 35px; }
  .destination-filter-wrapper .search-destination .title:before {
    content: url("imgs/filter-icon.png");
    position: absolute;
    width: 16px;
    height: 19px;
    left: 3px;
    top: -10px;
    bottom: 0;
    margin: auto; }

.destination-filter-wrapper .search-destination div[class*="col-"] {
  align-self: center; }
  @media screen and (min-width: 641px) {
    .destination-filter-wrapper .search-destination div[class*="col-"]:not(:first-of-type) {
      margin-top: 0;
      width: 29.9999%;
      flex: 0 0 29.9999%;
      max-width: 29.9999%;
      padding-right: 0; }
    .destination-filter-wrapper .search-destination div[class*="col-"]:last-of-type {
      padding-right: 15px; }
    .destination-filter-wrapper .search-destination div[class*="col-"]:nth-of-type(2) {
      padding-left: 8px; }
    .destination-filter-wrapper .search-destination div[class*="col-"]:first-of-type {
      margin-bottom: 0;
      width: 9.6%;
      flex: 0 0 9.6%;
      max-width: 9.6%;
      padding-right: 0; } }
  @media screen and (max-width: 640px) {
    .destination-filter-wrapper .search-destination div[class*="col-"]:first-of-type {
      display: none; }
    .destination-filter-wrapper .search-destination div[class*="col-"]:not(:last-of-type) {
      margin-bottom: 10px; } }

.destination-filter-wrapper .search-destination .form-group {
  margin-bottom: 0;
  background-color: #ffffff !important;
  border-radius: 3px;
  position: relative; }
  .destination-filter-wrapper .search-destination .form-group:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 12px; }
    @media screen and (max-width: 640px) {
      .destination-filter-wrapper .search-destination .form-group:after {
        top: 3px; } }
  .destination-filter-wrapper .search-destination .form-group select {
    background: #ffffff;
    height: 50px !important;
    border: 1px solid #e6e7e8;
    border-radius: 3px;
    background-color: transparent !important;
    letter-spacing: 1px;
    padding-left: 13px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #474C4B;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
    @media screen and (max-width: 640px) {
      .destination-filter-wrapper .search-destination .form-group select {
        width: 100%; } }

.spotlight-destination {
  display: block;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background: #F5F5F5;
  border-radius: 5px; }
  .spotlight-destination:hover, .spotlight-destination:focus {
    text-decoration: none; }
    .spotlight-destination:hover img, .spotlight-destination:focus img {
      transform: scale(1.1);
      opacity: 0.8; }
  .spotlight-destination .img-wrapper {
    overflow: hidden; }
    .spotlight-destination .img-wrapper img {
      width: 100%;
      height: auto;
      margin-bottom: 0 !important;
      border-radius: 5px 5px 0 0;
      max-height: 133px;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      max-width: unset !important;
      /* @media screen and (max-width: $screen-xs) {
        height: 76px;
      } */ }
  .spotlight-destination .text-wrapper {
    padding: 20px; }
    @media screen and (max-width: 640px) {
      .spotlight-destination .text-wrapper {
        padding: 20px 10px; } }
    .spotlight-destination .text-wrapper span.title {
      display: block;
      color: #417C3D;
      font-family: "Panton", sans-serif;
      font-size: 1.125rem;
      line-height: 22px;
      font-weight: 700;
      margin-bottom: 10px; }
      @media screen and (max-width: 640px) {
        .spotlight-destination .text-wrapper span.title {
          font-size: 1.0625rem; } }
    .spotlight-destination .text-wrapper span:not(.title) {
      display: block;
      text-decoration: none;
      padding-bottom: 2px;
      color: #474C4B;
      font-size: 0.875rem;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 1px;
      position: relative;
      padding-left: 12px; }
      @media screen and (max-width: 640px) {
        .spotlight-destination .text-wrapper span:not(.title) {
          font-size: 0.75rem;
          line-height: 15px; } }
      .spotlight-destination .text-wrapper span:not(.title):not(:last-of-type) {
        margin-bottom: 5px; }
      .spotlight-destination .text-wrapper span:not(.title):before {
        position: absolute;
        top: 0;
        left: -2px;
        height: 8px;
        width: 9px; }
      .spotlight-destination .text-wrapper span:not(.title).location {
        font-weight: 700;
        text-transform: uppercase; }
        .spotlight-destination .text-wrapper span:not(.title).location:before {
          content: url("imgs/pin.png"); }
      .spotlight-destination .text-wrapper span:not(.title).days {
        height: unset; }
        .spotlight-destination .text-wrapper span:not(.title).days:before {
          content: url("imgs/calendar.png"); }
      .spotlight-destination .text-wrapper span:not(.title).airline:before {
        content: url("imgs/plane.png"); }

.destinations-page .filter-count {
  padding: 18px 0; }
  @media screen and (max-width: 640px) {
    .destinations-page .filter-count {
      padding: 15px 0; } }
  .destinations-page .filter-count p {
    color: #474C4B;
    font-size: 1rem;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0; }
    .destinations-page .filter-count p > strong {
      font-weight: 700;
      display: inline-block; }
    @media screen and (max-width: 640px) {
      .destinations-page .filter-count p {
        font-size: 0.875rem; } }
  .destinations-page .filter-count .clear-filter {
    color: #417C3D;
    font-size: 1rem;
    line-height: 20px;
    font-weight: 400;
    text-decoration: none; }
    .destinations-page .filter-count .clear-filter:hover, .destinations-page .filter-count .clear-filter:focus {
      text-decoration: underline; }
    @media screen and (max-width: 640px) {
      .destinations-page .filter-count .clear-filter {
        font-size: 0.875rem; } }

@media screen and (max-width: 640px) {
  .destinations-page div[class*="col-"] {
    flex: 0 0 auto;
    width: 50%;
    margin-top: 20px; }
    .destinations-page div[class*="col-"]:first-of-type, .destinations-page div[class*="col-"]:nth-of-type(2) {
      margin-top: 0; }
    .destinations-page div[class*="col-"]:nth-of-type(even) {
      padding-left: 7.5px; }
    .destinations-page div[class*="col-"]:nth-of-type(odd) {
      padding-right: 7.5px; } }

@media screen and (min-width: 641px) {
  .destinations-page div[class*="col-"] {
    margin-top: 30px; }
    .destinations-page div[class*="col-"]:first-of-type, .destinations-page div[class*="col-"]:nth-of-type(2), .destinations-page div[class*="col-"]:nth-of-type(3), .destinations-page div[class*="col-"]:nth-of-type(4) {
      margin-top: 0; } }

@media screen and (max-width: 640px) {
  .destinations-page .col-sm-12 {
    flex: 0 0 auto;
    width: 100% !important; } }

.destinations-page .load-more-wrapper {
  margin-top: 48px; }
  @media screen and (max-width: 640px) {
    .destinations-page .load-more-wrapper {
      margin-top: 30px; } }

.destinations-details {
  padding: 50px 0; }
  @media screen and (max-width: 640px) {
    .destinations-details {
      padding: 0 0; } }
  .destinations-details .date-wrapper {
    margin-bottom: 27px; }
    @media screen and (max-width: 640px) {
      .destinations-details .date-wrapper {
        margin-bottom: 16px; } }
    .destinations-details .date-wrapper .btn, .destinations-details .date-wrapper .btn-link, .destinations-details .date-wrapper .booking-widget .bottom-links a, .booking-widget .bottom-links .destinations-details .date-wrapper a {
      float: right;
      margin-top: 10px; }
      @media screen and (max-width: 640px) {
        .destinations-details .date-wrapper .btn, .destinations-details .date-wrapper .btn-link, .destinations-details .date-wrapper .booking-widget .bottom-links a, .booking-widget .bottom-links .destinations-details .date-wrapper a {
          float: none;
          margin-top: 0;
          display: block; } }
  .destinations-details .main-title {
    font-family: inherit;
    font-size: 2.25rem;
    color: #417C3D;
    font-style: normal;
    line-height: normal;
    margin-bottom: 0;
    display: inline-block !important; }
    @media screen and (max-width: 640px) {
      .destinations-details .main-title {
        margin-bottom: 16px;
        display: block; } }
  .destinations-details img {
    width: 100%;
    margin-bottom: 30px; }
    @media screen and (max-width: 640px) {
      .destinations-details img {
        margin-bottom: 20px; } }

.overview-wrapper {
  border-radius: 2px;
  background: #F5F5F5;
  padding: 20px; }
  @media screen and (max-width: 640px) {
    .overview-wrapper {
      padding: 15px; } }
  .overview-wrapper h2 {
    font-size: 1.5625rem;
    color: #4A4A4A;
    font-family: "Panton", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px; }
    @media screen and (max-width: 640px) {
      .overview-wrapper h2 {
        font-size: 1.25rem;
        margin-bottom: 15px; } }
  .overview-wrapper .item:not(:last-of-type) {
    margin-bottom: 20px; }
  .overview-wrapper .item .title {
    font-size: 1rem;
    color: #474C4B;
    font-family: "Panton", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; }
  .overview-wrapper .item p {
    font-size: 0.875rem;
    color: #474C4B;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0; }
  .overview-wrapper .btn-div {
    padding-top: 20px;
    position: relative; }
    .overview-wrapper .btn-div:before {
      content: "";
      position: absolute;
      width: calc(100% + 40px);
      height: 1px;
      background: #E6E7E8;
      left: -20px;
      top: 0; }
      @media screen and (max-width: 640px) {
        .overview-wrapper .btn-div:before {
          width: calc(100% + 30px);
          left: -15px; } }
    .overview-wrapper .btn-div .btn, .overview-wrapper .btn-div .btn-link, .overview-wrapper .btn-div .booking-widget .bottom-links a, .booking-widget .bottom-links .overview-wrapper .btn-div a {
      display: block;
      background-color: #417C3D !important;
      background-image: unset !important; }

#wwfModal .modal-dialog {
  max-width: calc(100% - 300px); }
  @media screen and (max-width: 640px) {
    #wwfModal .modal-dialog {
      max-width: 100%; } }
  #wwfModal .modal-dialog .modal-content {
    width: 100%;
    /* @media screen and (max-width: $screen-xs) {
        padding-right: 15px;
      } */ }
    @media screen and (max-width: 640px) {
      #wwfModal .modal-dialog .modal-content .modal-body {
        padding: 8px;
        /* overflow-x:scroll;
          &::-webkit-scrollbar {
            width: 1em;
          }
          &::-webkit-scrollbar-track {
              -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
          }
          &::-webkit-scrollbar-thumb {
            background-color: darkgrey;
            outline: 1px solid slategrey;
          }*/ } }
    #wwfModal .modal-dialog .modal-content .modal-body .wwf-wrapper {
      /* @media screen and (max-width: $screen-xs) {
            width: 900px;
            background-color: #fff;

          } */ }
      #wwfModal .modal-dialog .modal-content .modal-body .wwf-wrapper iframe {
        display: block !important;
        visibility: visible;
        height: calc(100vh - 149px);
        width: 100%;
        border: none; }
        @media screen and (max-width: 640px) {
          #wwfModal .modal-dialog .modal-content .modal-body .wwf-wrapper iframe {
            height: calc(100vh - 109px); } }

.home-carousel.carousel {
  background-color: #01402f;
  max-height: 400px;
  position: relative; }
  .home-carousel.carousel:after {
    content: "";
    position: absolute;
    height: 150px;
    background: green;
    width: 100%;
    left: 0;
    bottom: -150px;
    z-index: -1; }
  @media screen and (max-width: 640px) {
    .home-carousel.carousel {
      max-height: 277px; } }
  .home-carousel.carousel .carousel-indicators {
    bottom: 100px; }
    @media screen and (max-width: 640px) {
      .home-carousel.carousel .carousel-indicators {
        bottom: 0; } }
    .home-carousel.carousel .carousel-indicators li {
      position: relative;
      width: 14px;
      height: 14px;
      margin-left: 0;
      background-color: transparent;
      color: #ffffff;
      border: none; }
      .home-carousel.carousel .carousel-indicators li:not(:last-of-type) {
        margin-right: 11px; }
      .home-carousel.carousel .carousel-indicators li:after, .home-carousel.carousel .carousel-indicators li:before {
        display: none; }
      .home-carousel.carousel .carousel-indicators li button {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #ffffff;
        border: 1px solid #9B9B9B;
        border-radius: 50%;
        width: 14px;
        height: 14px;
        transform: scale(0.65);
        padding: 0; }
      .home-carousel.carousel .carousel-indicators li.active button {
        background-color: #96ca4f; }
  .home-carousel.carousel .carousel-inner .carousel-item {
    min-height: 400px; }
    @media screen and (max-width: 640px) {
      .home-carousel.carousel .carousel-inner .carousel-item {
        min-height: 277px; } }
    .home-carousel.carousel .carousel-inner .carousel-item:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      display: block;
      top: 0;
      left: 0;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 27.66%, #989898 99.46%);
      mix-blend-mode: multiply; }
    .home-carousel.carousel .carousel-inner .carousel-item img {
      height: 400px;
      width: 100%;
      left: 0 !important;
      transform: none; }
      @media screen and (max-width: 640px) {
        .home-carousel.carousel .carousel-inner .carousel-item img {
          max-width: unset;
          position: relative;
          height: 277px; } }
  .home-carousel.carousel .carousel-control-prev {
    opacity: 1; }
    .home-carousel.carousel .carousel-control-prev:focus, .home-carousel.carousel .carousel-control-prev:hover {
      opacity: 0.7; }
    .home-carousel.carousel .carousel-control-prev:focus .carousel-control-prev-icon {
      border: 1px #ffffff dotted; }
    .home-carousel.carousel .carousel-control-prev .carousel-control-prev-icon {
      height: 50px;
      width: 50px;
      background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_2429_6671)'%3E%3Crect x='8' y='8' width='40' height='40' rx='20' fill='%23F5F5F5'/%3E%3Cpath d='M33.083 38.167L22.916 28L33.083 17.833' stroke='%2300402F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_2429_6671' x='0' y='0' width='56' height='56' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2429_6671'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2429_6671' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E"); }
  .home-carousel.carousel .carousel-control-next {
    opacity: 1; }
    .home-carousel.carousel .carousel-control-next:focus, .home-carousel.carousel .carousel-control-next:hover {
      opacity: 0.7; }
    .home-carousel.carousel .carousel-control-next:focus .carousel-control-next-icon {
      border: 1px #ffffff dotted; }
    .home-carousel.carousel .carousel-control-next .carousel-control-next-icon {
      height: 50px;
      width: 50px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='57' viewBox='0 0 56 57' fill='none'%3E%3Cg filter='url(%23filter0_d_2447_526)'%3E%3Crect width='40' height='40' rx='20' transform='matrix(-1 0 0 1 48 8.0127)' fill='%23F5F5F5'/%3E%3Cpath d='M33.084 28.0127L33.7911 27.3056C34.1816 27.6961 34.1816 28.3293 33.7911 28.7198L33.084 28.0127ZM22.2099 18.5528C21.8194 18.1623 21.8194 17.5291 22.2099 17.1386C22.6004 16.7481 23.2336 16.7481 23.6241 17.1386L22.2099 18.5528ZM22.2099 37.4726L32.3769 27.3056L33.7911 28.7198L23.6241 38.8868L22.2099 37.4726ZM32.3769 28.7198L22.2099 18.5528L23.6241 17.1386L33.7911 27.3056L32.3769 28.7198Z' fill='%2300402F'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_2447_526' x='0' y='0.0126953' width='56' height='56' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2447_526'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2447_526' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E"); }
  .home-carousel.carousel.innner-carousel {
    min-height: 400px; }
    .home-carousel.carousel.innner-carousel .carousel-indicators {
      bottom: 30px; }
    .home-carousel.carousel.innner-carousel .carousel-inner .carousel-item img {
      max-width: unset;
      width: auto;
      position: relative;
      left: 50% !important;
      transform: translateX(-50%);
      height: 400px;
      object-fit: cover; }

@media screen and (max-width: 640px) {
  .header-banner + .container.forms-tabs .row.spotlight-list,
  .header-banner + .sf_colsIn .row.spotlight-list {
    position: relative; }
    .header-banner + .container.forms-tabs .row.spotlight-list:after,
    .header-banner + .sf_colsIn .row.spotlight-list:after {
      content: "";
      position: absolute;
      height: 112px;
      background: url("imgs/home-banner-mobile.jpg");
      width: 100%;
      left: 0;
      top: 0;
      z-index: -1; }
    .header-banner + .container.forms-tabs .row.spotlight-list .icon-cta-spotlight.parking,
    .header-banner + .sf_colsIn .row.spotlight-list .icon-cta-spotlight.parking {
      margin-bottom: 19px; } }

@media screen and (max-width: 640px) {
  .col-sm.mobile-journey h3,
  .col-sm.mobile-journey p {
    display: none; } }

.comp-form.panel-form label {
  margin-bottom: 5px; }

.comp-form.panel-form .sf-fieldWrp {
  margin-bottom: 15px; }

.comp-form.panel-form select {
  appearance: none;
  border-radius: 5px;
  height: 48px;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  background: #ffffff;
  border: 1px solid #dee2e6;
  padding-left: 10px;
  outline: 0;
  width: 100%;
  background-image: url("imgs/chevron-gray.png");
  background-repeat: no-repeat;
  background-position: right 25px center;
  padding-right: 50px; }

.comp-form.panel-form .marketing-consent {
  margin-top: 10px; }
  .comp-form.panel-form .marketing-consent strong {
    display: none; }
  .comp-form.panel-form .marketing-consent label {
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
    text-transform: unset; }

.comp-form.panel-form input[type="checkbox"] {
  height: auto;
  width: auto; }

.comp-form.panel-form input:focus,
.comp-form.panel-form select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

@media screen and (max-width: 640px) {
  .div-to-from-intro,
  .div-to-from-links {
    display: none; } }

.flight-details-header .buttons-group a {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  padding: 16px 15px 15px 50px; }
  .flight-details-header .buttons-group a.fast-track:before {
    content: "";
    background: url("imgs/fast-tack-new.svg") no-repeat;
    width: 26px;
    height: 20px;
    transform: unset;
    left: 8px;
    top: 10px; }

@media screen and (min-width: 641px) {
  .landing-page-content .spotlight-list .no-subtitle .icon-cta-spotlight:before {
    top: 25px; } }

.booking-widget.no-form {
  align-items: center;
  justify-content: space-between; }
  .booking-widget.no-form .top-content {
    display: flex;
    flex-direction: column;
    gap: 1rem; }
    @media screen and (min-width: 641px) {
      .booking-widget.no-form .top-content {
        flex-direction: row;
        align-items: center;
        gap: 108px; } }
    .booking-widget.no-form .top-content .content {
      width: 100% !important; }
    .booking-widget.no-form .top-content .title {
      display: block;
      font-size: 1.125rem;
      color: #417C3D;
      font-weight: bold;
      margin-bottom: 6px;
      font-family: "Panton", sans-serif;
      line-height: normal;
      position: relative; }
      @media screen and (max-width: 641px) {
        .booking-widget.no-form .top-content .title {
          display: none; } }
    .booking-widget.no-form .top-content p {
      margin-bottom: 0; }
      @media screen and (min-width: 641px) {
        .booking-widget.no-form .top-content p {
          width: 603px; } }
  .booking-widget.no-form .bottom-links {
    position: relative !important;
    margin: 0 !important;
    right: unset !important;
    top: unset !important;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 641px) {
      .booking-widget.no-form .bottom-links {
        margin-top: 1rem !important; } }

.c-prompt-box {
  width: 100%;
  height: auto;
  background: #F5F5F5;
  padding: 189px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    .c-prompt-box {
      padding: 44px 30px; } }
  .c-prompt-box .align-wrapper .c-prompt {
    color: #4A4A4A;
    font-size: 1.5625rem;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      .c-prompt-box .align-wrapper .c-prompt {
        font-size: 1.25rem;
        line-height: 24px;
        max-width: 100%;
        margin-bottom: 27px; } }
  .c-prompt-box .align-wrapper a {
    background: linear-gradient(90deg, #00402F 0%, #417C3D 50%, #417C3D 100%) !important;
    background-size: 200% !important;
    background-position: 100% !important; }
    .c-prompt-box .align-wrapper a:hover, .c-prompt-box .align-wrapper a:focus {
      background-position: 0 !important;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .c-prompt-box span {
    display: block; }

@media screen and (min-width: 641px) {
  .header-banner.landing-banner.club {
    height: 162px;
    min-height: 162px;
    overflow: hidden; }
    .header-banner.landing-banner.club img {
      height: 196px; }
    .header-banner.landing-banner.club.membership-banner {
      min-height: 196px; }
      .header-banner.landing-banner.club.membership-banner img {
        height: 196px; }
    .header-banner.landing-banner.club h1 {
      color: #ffffff; }
    .header-banner.landing-banner.club p {
      color: #ffffff;
      margin-bottom: 7px; }
  .breadcrumb-wrapper.club.inner .breadcrumb {
    padding-top: 19px; }
  .breadcrumb-wrapper.club.inner li.breadcrumb-item a,
  .breadcrumb-wrapper.club.inner li.breadcrumb-item span {
    color: #ffffff; }
  .breadcrumb-wrapper.club.inner li.breadcrumb-item:before {
    color: #ffffff; } }

@media screen and (max-width: 640px) {
  .header-banner.landing-banner.club p {
    display: none; } }

@media screen and (max-width: 640px) {
  .header-banner.landing-banner.membership-banner {
    min-height: 196px; } }
  @media screen and (max-width: 640px) and (max-width: 640px) {
    .header-banner.landing-banner.membership-banner {
      padding-bottom: 57px; } }

@media screen and (max-width: 640px) {
  .header-banner.landing-banner.club {
    background-color: #ebf0e5;
    min-height: 0;
    display: block; }
    .header-banner.landing-banner.club .container {
      position: relative;
      top: 0;
      left: 0; }
    .header-banner.landing-banner.club h1 {
      text-align: left;
      max-width: 100%;
      color: #417C3D;
      margin-top: 0; }
    .header-banner.landing-banner.club img {
      display: none; } }

.club-card-row {
  margin-top: 8px;
  margin-bottom: 20px; }
  @media screen and (max-width: 640px) {
    .club-card-row {
      margin-top: 0; } }
  .club-card-row:first-of-type {
    margin-top: 36px; }
    @media screen and (max-width: 640px) {
      .club-card-row:first-of-type {
        margin-top: 0; } }
  @media screen and (max-width: 640px) {
    .club-card-row h3.d-sm-none {
      margin-bottom: 12px; } }
  @media screen and (max-width: 640px) {
    .club-card-row .wrapper-border {
      border: 1px solid #E6E7E8;
      border-radius: 5px;
      margin: 0; } }
  .club-card-row .col-sm-4:first-of-type img {
    margin-top: -5px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    max-width: 230px !important; }
    @media screen and (max-width: 640px) {
      .club-card-row .col-sm-4:first-of-type img {
        margin: 15px 0 15px 0;
        width: 100%;
        max-width: 100% !important; } }
  .club-card-row .col-sm-4:nth-of-type(2) {
    padding-top: 50px; }
    @media screen and (max-width: 640px) {
      .club-card-row .col-sm-4:nth-of-type(2) {
        padding-top: 0; } }
    .club-card-row .col-sm-4:nth-of-type(2) ul.wrapped li {
      margin-bottom: 8px; }
  .club-card-row .col-sm-4:nth-of-type(3) {
    padding-top: 47px; }
    @media screen and (max-width: 640px) {
      .club-card-row .col-sm-4:nth-of-type(3) {
        padding-top: 20px;
        border-top: 1px solid #E6E7E8;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        background-color: #F2F3F3; } }
  .club-card-row .col-sm-4 > .h3,
  .club-card-row .col-sm-4 h3 {
    color: #4a4a4a;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 12px; }
  .club-card-row span.price-tag {
    display: inline-block;
    padding: 0 45px 24px 0; }
    @media screen and (max-width: 640px) {
      .club-card-row span.price-tag {
        padding: 0 45px 20px 0; } }
    .club-card-row span.price-tag span.price {
      display: block;
      font-weight: bold;
      font-size: 1.5625rem;
      line-height: 30px;
      margin-bottom: 0; }
    .club-card-row span.price-tag span.tenure {
      display: block;
      text-transform: uppercase;
      font-size: 0.875rem;
      line-height: 16px; }
  .club-card-row .btn.btn-default, .club-card-row .btn-default.btn-link, .club-card-row .booking-widget .bottom-links a.btn-default, .booking-widget .bottom-links .club-card-row a.btn-default {
    background: #417C3D !important;
    min-width: 230px; }
    @media screen and (max-width: 640px) {
      .club-card-row .btn.btn-default, .club-card-row .btn-default.btn-link, .club-card-row .booking-widget .bottom-links a.btn-default, .booking-widget .bottom-links .club-card-row a.btn-default {
        width: 100%;
        max-width: 100%; } }
  .club-card-row .btn.btn-link, .club-card-row .btn-link, .club-card-row .booking-widget .bottom-links a, .booking-widget .bottom-links .club-card-row a {
    margin-top: 0 !important; }
  .club-card-row hr.after-tag {
    position: absolute;
    top: 42px;
    width: 100%;
    left: 0;
    border-color: #E6E7E8; }
  @media screen and (min-width: 641px) {
    .club-card-row .d-sm-block.btn-link, .club-card-row .booking-widget .bottom-links a.d-sm-block, .booking-widget .bottom-links .club-card-row a.d-sm-block {
      display: inline-block !important;
      margin-top: 5px !important;
      margin-left: -1px; } }

.membership-tabs .content-area {
  background: #ffffff;
  margin: 0;
  border-radius: 0;
  padding: 30px 0;
  height: auto; }
  @media screen and (max-width: 640px) {
    .membership-tabs .content-area {
      padding: 25px 0; } }
  .membership-tabs .content-area:before {
    display: none; }
  .membership-tabs .content-area .tab-content.active {
    display: block !important; }

.membership-tabs .widget-tabs {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -79px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 640px) {
    .membership-tabs .widget-tabs {
      display: flex !important;
      margin-left: -17px;
      margin-right: -17px;
      margin-top: -59px; } }
  .membership-tabs .widget-tabs .col {
    padding-left: 5px;
    padding-right: 5px;
    height: 79px; }
    @media screen and (max-width: 640px) {
      .membership-tabs .widget-tabs .col {
        padding-left: 2px;
        padding-right: 2px;
        height: 60px;
        min-width: 62px; } }
    .membership-tabs .widget-tabs .col .tab-title {
      display: block;
      background: #ffffff;
      padding: 20px 15px;
      text-align: center;
      font-family: "Panton", sans-serif;
      font-size: 1.5625rem;
      font-weight: bold;
      letter-spacing: 1.56px;
      line-height: 31px;
      box-sizing: border-box;
      height: 65px;
      width: 276px;
      border: 1px solid #e6e7e8;
      border-radius: 4px 4px 0 0;
      background-color: #ffffff;
      box-shadow: inset 0 3px 8px 0 rgba(0, 0, 0, 0.1);
      margin-top: 14px; }
      @media screen and (max-width: 640px) {
        .membership-tabs .widget-tabs .col .tab-title {
          box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
          height: 50px;
          width: auto;
          font-size: 1rem;
          font-weight: bold;
          letter-spacing: 1px;
          line-height: 20px;
          text-align: center;
          padding: 15px 2px;
          margin-top: 9px; } }
      .membership-tabs .widget-tabs .col .tab-title.active {
        padding: 27px 15px;
        margin-top: 0;
        height: 79px;
        text-decoration: none;
        box-shadow: none;
        border: none; }
        @media screen and (max-width: 640px) {
          .membership-tabs .widget-tabs .col .tab-title.active {
            padding: 21px 2px;
            height: 60px; } }
      .membership-tabs .widget-tabs .col .tab-title:hover {
        text-decoration: none; }
      .membership-tabs .widget-tabs .col .tab-title[data-content-id="Red-tab"], .membership-tabs .widget-tabs .col .tab-title[data-content-id="red-tab"] {
        color: #970014; }
      .membership-tabs .widget-tabs .col .tab-title[data-content-id="Green-tab"], .membership-tabs .widget-tabs .col .tab-title[data-content-id="green-tab"] {
        color: #23591F; }
      .membership-tabs .widget-tabs .col .tab-title[data-content-id="Blue-tab"], .membership-tabs .widget-tabs .col .tab-title[data-content-id="blue-tab"] {
        color: #0B3260; }
      .membership-tabs .widget-tabs .col .tab-title[data-content-id="Silver-tab"], .membership-tabs .widget-tabs .col .tab-title[data-content-id="silver-tab"] {
        color: #474B4F; }

.membership-tabs .left-side-card {
  border: 1px solid #dee2e6;
  padding: 18px 18px 0;
  border-radius: 5px;
  position: relative; }
  @media screen and (max-width: 640px) {
    .membership-tabs .left-side-card {
      margin-bottom: 30px; } }
  .membership-tabs .left-side-card .cform-heading {
    position: absolute;
    left: calc(100% + 30px);
    white-space: nowrap;
    top: 0; }
    @media screen and (max-width: 640px) {
      .membership-tabs .left-side-card .cform-heading {
        top: auto;
        bottom: -55px;
        left: 0; } }
  .membership-tabs .left-side-card img {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    width: 100%; }
  .membership-tabs .left-side-card .price-tag {
    display: inline-block;
    width: 45%;
    padding: 20px 0 0; }
    .membership-tabs .left-side-card .price-tag .price {
      color: #4A4A4A;
      font-family: "Panton", sans-serif;
      font-size: 1.5625rem;
      font-weight: bold;
      line-height: 25px; }
  .membership-tabs .left-side-card .price-tag.single-line {
    width: 100%; }
    .membership-tabs .left-side-card .price-tag.single-line .price {
      margin-right: 15px;
      display: inline-block;
      margin-bottom: 0; }
    .membership-tabs .left-side-card .price-tag.single-line .tenure {
      display: inline-block; }
  .membership-tabs .left-side-card .after-tag {
    width: calc(100% + 36px);
    margin-left: -18px;
    border-color: #E6E7E8; }
  .membership-tabs .left-side-card ul.wrapped {
    padding-left: 17px; }
    .membership-tabs .left-side-card ul.wrapped li {
      list-style: none;
      color: #474c4b;
      font-size: 1rem;
      line-height: 20px;
      padding-bottom: 15px; }
      .membership-tabs .left-side-card ul.wrapped li:last-of-type {
        padding-bottom: 5px; }
      .membership-tabs .left-side-card ul.wrapped li .btn-download {
        margin-bottom: 0;
        display: inline-block; }
      .membership-tabs .left-side-card ul.wrapped li span:not(.sr-only) {
        display: initial;
        vertical-align: top;
        position: relative; }
        .membership-tabs .left-side-card ul.wrapped li span:not(.sr-only):first-of-type:before {
          content: "";
          height: 5px;
          width: 5px;
          position: absolute;
          left: -16px;
          top: 7px;
          background: #417C3D;
          border-radius: 50%; }
          @media screen and (max-width: 640px) {
            .membership-tabs .left-side-card ul.wrapped li span:not(.sr-only):first-of-type:before {
              top: 6px; } }
        @media screen and (max-width: 640px) {
          .membership-tabs .left-side-card ul.wrapped li span:not(.sr-only) a {
            display: inline;
            vertical-align: top; } }
      .membership-tabs .left-side-card ul.wrapped li span.phone:before {
        display: none; }
  .membership-tabs .left-side-card .btn-wrapper {
    padding: 20px 18px;
    background: #F2F3F3;
    margin-left: -18px;
    width: calc(100% + 36px);
    border-radius: 0 0 5px 5px; }
    .membership-tabs .left-side-card .btn-wrapper .btn, .membership-tabs .left-side-card .btn-wrapper .btn-link, .membership-tabs .left-side-card .btn-wrapper .booking-widget .bottom-links a, .booking-widget .bottom-links .membership-tabs .left-side-card .btn-wrapper a {
      width: 100%; }
      @media screen and (max-width: 640px) {
        .membership-tabs .left-side-card .btn-wrapper .btn, .membership-tabs .left-side-card .btn-wrapper .btn-link, .membership-tabs .left-side-card .btn-wrapper .booking-widget .bottom-links a, .booking-widget .bottom-links .membership-tabs .left-side-card .btn-wrapper a {
          max-width: 100% !important; } }
  .membership-tabs .left-side-card .form-group {
    background: #ffffff;
    border: 1px solid #dee2e6;
    padding: 0;
    border-radius: 5px !important;
    position: relative;
    display: inline-block;
    height: 50px;
    width: 100%;
    margin-top: 7px; }
    .membership-tabs .left-side-card .form-group:after {
      content: "";
      position: absolute;
      top: 19px;
      bottom: 0;
      right: 16px;
      display: inline-block; }
    .membership-tabs .left-side-card .form-group .form-control {
      border: none;
      border-radius: 5px !important;
      background: transparent !important;
      height: 48px;
      float: none;
      display: inline-block;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      position: relative;
      z-index: 99;
      cursor: pointer;
      color: #9b9b9b;
      width: 100%;
      font-size: 0.875rem; }
      .membership-tabs .left-side-card .form-group .form-control:focus {
        outline: none;
        box-shadow: none; }
    .membership-tabs .left-side-card .form-group span.select-val {
      color: #9b9b9b;
      padding-left: 12px;
      font-size: 0.875rem;
      white-space: nowrap;
      width: 175px;
      overflow: hidden;
      display: inline-block;
      vertical-align: middle;
      text-transform: uppercase; }
      @media screen and (max-width: 640px) {
        .membership-tabs .left-side-card .form-group span.select-val {
          padding-left: 2px;
          width: calc(100% - 178px); } }

.membership-tabs .standard-content img {
  margin-bottom: 15px;
  margin-top: 0; }

.membership-tabs .standard-content .col-3 {
  max-width: 111px; }
  .membership-tabs .standard-content .col-3 img {
    width: 100%; }

@media screen and (min-width: 641px) {
  .membership-tabs .benfit-wrapper {
    margin-bottom: 30px; } }

@media screen and (max-width: 640px) {
  .membership-tabs .benfit-wrapper a {
    word-break: break-all; } }

.membership-tabs .cform-wrapper {
  margin-top: 85px; }
  @media screen and (max-width: 640px) {
    .membership-tabs .cform-wrapper {
      margin-top: 8px;
      margin-bottom: 15px; }
      .membership-tabs .cform-wrapper .form-wrapper {
        margin-left: 0;
        margin-right: 0; } }
  .membership-tabs .cform-wrapper .h2.green-header, .membership-tabs .cform-wrapper .news-landing-page-content .green-header.date, .news-landing-page-content .membership-tabs .cform-wrapper .green-header.date {
    margin-bottom: 18px; }
  .membership-tabs .cform-wrapper .middle-heading {
    clear: both;
    display: block;
    margin-top: 23px;
    margin-bottom: 23px;
    float: left;
    width: 100%; }
    @media screen and (max-width: 640px) {
      .membership-tabs .cform-wrapper .middle-heading {
        margin-top: 15px;
        margin-bottom: 15px; } }
  .membership-tabs .cform-wrapper .btn-form + .middle-heading, .membership-tabs .cform-wrapper .booking-widget .book-btn input + .middle-heading, .booking-widget .book-btn .membership-tabs .cform-wrapper input + .middle-heading, .membership-tabs .cform-wrapper .booking-widget .book-btn a + .middle-heading, .booking-widget .book-btn .membership-tabs .cform-wrapper a + .middle-heading {
    margin-top: 33px; }
    @media screen and (max-width: 640px) {
      .membership-tabs .cform-wrapper .btn-form + .middle-heading, .membership-tabs .cform-wrapper .booking-widget .book-btn input + .middle-heading, .booking-widget .book-btn .membership-tabs .cform-wrapper input + .middle-heading, .membership-tabs .cform-wrapper .booking-widget .book-btn a + .middle-heading, .booking-widget .book-btn .membership-tabs .cform-wrapper a + .middle-heading {
        margin-top: 25px; } }

.membership-tabs #MembershipPlan,
.membership-tabs #MembershipLength {
  display: none; }

@media screen and (max-width: 640px) {
  #airportclub-renewal-form .form-wrapper {
    margin-left: 0;
    margin-right: 0; } }

#airportclub-renewal-form .h2.green-header, #airportclub-renewal-form .news-landing-page-content .green-header.date, .news-landing-page-content #airportclub-renewal-form .green-header.date {
  margin-bottom: 18px; }

#airportclub-renewal-form .middle-heading {
  clear: both;
  display: block;
  margin-top: 23px;
  margin-bottom: 23px;
  float: left;
  width: 100%; }
  @media screen and (max-width: 640px) {
    #airportclub-renewal-form .middle-heading {
      margin-top: 15px;
      margin-bottom: 15px; } }

#airportclub-renewal-form .btn-form + .middle-heading, #airportclub-renewal-form .booking-widget .book-btn input + .middle-heading, .booking-widget .book-btn #airportclub-renewal-form input + .middle-heading, #airportclub-renewal-form .booking-widget .book-btn a + .middle-heading, .booking-widget .book-btn #airportclub-renewal-form a + .middle-heading {
  margin-top: 33px; }
  @media screen and (max-width: 640px) {
    #airportclub-renewal-form .btn-form + .middle-heading, #airportclub-renewal-form .booking-widget .book-btn input + .middle-heading, .booking-widget .book-btn #airportclub-renewal-form input + .middle-heading, #airportclub-renewal-form .booking-widget .book-btn a + .middle-heading, .booking-widget .book-btn #airportclub-renewal-form a + .middle-heading {
      margin-top: 25px; } }

.lbl-two {
  margin-bottom: 5px; }

.btn.after-reffer, .after-reffer.btn-link, .booking-widget .bottom-links a.after-reffer {
  display: none; }
  @media screen and (max-width: 640px) {
    .btn.after-reffer, .after-reffer.btn-link, .booking-widget .bottom-links a.after-reffer {
      display: block;
      max-width: none !important; } }

.car-registration {
  float: left;
  width: 100%; }
  .car-registration .input-group {
    width: calc(100% - 236px);
    margin-right: 20px; }
    @media screen and (max-width: 640px) {
      .car-registration .input-group {
        width: 100% !important;
        margin-right: 0 !important; } }
  .car-registration #btCarReg {
    width: 215px; }
    @media screen and (max-width: 640px) {
      .car-registration #btCarReg {
        width: 100% !important; } }
  .car-registration #carreg {
    position: relative;
    text-transform: uppercase; }

.country-code-club-join {
  width: 170px !important;
  margin-right: 20px !important; }
  @media screen and (max-width: 640px) {
    .country-code-club-join {
      max-width: 32%;
      margin-right: 12px !important; }
      .country-code-club-join label {
        display: none; } }

.phone-number-club-join {
  width: calc(100% - 190px) !important;
  margin-right: 0 !important; }
  @media screen and (max-width: 640px) {
    .phone-number-club-join {
      width: calc(67% - 12px) !important;
      max-width: 100%; } }

.form-wrapper .input-group.float-container#car-info {
  padding: 15px;
  height: auto;
  background: transparent;
  margin-top: 10px;
  width: 100%; }
  .form-wrapper .input-group.float-container#car-info p {
    margin-bottom: 0; }

@media screen and (max-width: 640px) {
  .landing-club-content p:first-of-type {
    display: none; } }

#car-details-box span:nth-of-type(2) {
  display: block; }

.membership-tabs {
  visibility: hidden; }

@media screen and (min-width: 0 \0) and (min-width: 641px) {
  .spotlight-wrapper.club-spots .card.card-wide .img-wrapper .card-img-top {
    min-height: 0 !important; } }

body[class*="firefox"] .form-wrapper .float-container.active .styled-select select {
  padding-left: 11px !important; }

@supports (-ms-ime-align: auto) {
  #airportclub-join-form .form-wrapper .styled-select select,
  #airportclub-renewal-form .form-wrapper .styled-select select {
    padding-top: 19px; }
  #airportclub-join-form .form-wrapper .float-container.active .styled-select select,
  #airportclub-renewal-form .form-wrapper .float-container.active .styled-select select {
    padding-left: 12px !important;
    padding-top: 17px !important; } }

/*For all version os internet explorer*/
@media screen and (min-width: 0 \0) {
  #airportclub-join-form .form-wrapper .styled-select select,
  #airportclub-renewal-form .form-wrapper .styled-select select {
    padding-top: 19px; }
  #airportclub-join-form .form-wrapper .float-container.active .styled-select select,
  #airportclub-renewal-form .form-wrapper .float-container.active .styled-select select {
    padding-left: 12px !important;
    padding-top: 17px !important; } }

.invalid-error-parent {
  position: relative; }
  .invalid-error-parent .error-message.field-validation-error {
    top: 7px; }

a.skip-content {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: none;
  color: #262928; }
  a.skip-content:focus {
    width: auto;
    height: auto;
    padding: 9px 10px;
    border: 1px solid;
    display: block;
    top: 0;
    left: 0;
    z-index: 9999999;
    outline: none; }

a.external-link {
  position: relative;
  padding-right: 4px; }
  a.external-link:after {
    position: relative;
    font-family: "Glyphicons Halflings";
    content: "\e066";
    line-height: 1;
    font-size: 0.75rem;
    width: 12px;
    height: 12px;
    bottom: 0;
    margin: auto;
    margin-left: 3px; }
  a.external-link.external-link-btn:after, a.external-link.ext-btn-link:after {
    display: none !important; }

.skiptarget {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute; }

.card.card-wide {
  border: none;
  width: 100%; }
  @media screen and (min-width: 640px) {
    .card.card-wide {
      margin-left: 0;
      margin-right: 0; } }
  .card.card-wide .img-wrapper {
    overflow: hidden;
    border-radius: 4px;
    background-color: transparent; }
    @media screen and (max-width: 640px) {
      .card.card-wide .img-wrapper {
        border-radius: 0;
        margin-left: -15px;
        margin-right: -15px; } }
    .card.card-wide .img-wrapper .card-img-top {
      position: relative;
      z-index: 50;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (min-width: 641px) {
        .card.card-wide .img-wrapper .card-img-top {
          min-height: 200px;
          object-fit: cover; } }
  .card.card-wide .card-body {
    margin: 20px;
    margin-top: -26px;
    text-align: center;
    position: relative;
    z-index: 51; }
    @media screen and (max-width: 640px) {
      .card.card-wide .card-body {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 17px; } }
    .card.card-wide .card-body .card-title {
      display: block;
      margin-bottom: 7px; }
  @media screen and (max-width: 640px) {
    .card.card-wide.card-horizontal, .card.card-wide.card-wider {
      margin-right: 0;
      margin-bottom: 15px; } }
  .card.card-wide.card-horizontal .img-wrapper, .card.card-wide.card-wider .img-wrapper {
    max-width: 47%;
    border-radius: 0; }
    @media screen and (max-width: 640px) {
      .card.card-wide.card-horizontal .img-wrapper, .card.card-wide.card-wider .img-wrapper {
        margin-left: 0;
        margin-right: 0; } }
    .card.card-wide.card-horizontal .img-wrapper img, .card.card-wide.card-wider .img-wrapper img {
      border-radius: 0; }
      @media screen and (max-width: 640px) {
        .card.card-wide.card-horizontal .img-wrapper img, .card.card-wide.card-wider .img-wrapper img {
          min-height: 200px;
          object-fit: cover; } }
  .card.card-wide.card-horizontal .card-body, .card.card-wide.card-wider .card-body {
    position: absolute;
    right: 0;
    top: 13px;
    width: 61.5%;
    margin: 0;
    text-align: left;
    min-height: 86%;
    padding-bottom: 11px; }
    @media screen and (max-width: 640px) {
      .card.card-wide.card-horizontal .card-body, .card.card-wide.card-wider .card-body {
        padding-right: 7px; } }
    .card.card-wide.card-horizontal .card-body p, .card.card-wide.card-wider .card-body p {
      min-height: 40px; }
    .card.card-wide.card-horizontal .card-body .card-title, .card.card-wide.card-wider .card-body .card-title {
      text-align: left;
      margin-bottom: 6px; }
    .card.card-wide.card-horizontal .card-body span, .card.card-wide.card-wider .card-body span {
      display: block; }
      .card.card-wide.card-horizontal .card-body span.o-time, .card.card-wide.card-wider .card-body span.o-time {
        margin-bottom: 5px; }
        @media screen and (max-width: 640px) {
          .card.card-wide.card-horizontal .card-body span.o-time, .card.card-wide.card-wider .card-body span.o-time {
            margin-bottom: 15px; } }
        .card.card-wide.card-horizontal .card-body span.o-time strong, .card.card-wide.card-wider .card-body span.o-time strong {
          margin-left: 5px; }
  .card.card-wide.card-aligned, .card.card-wide.card-details {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px; }
    @media screen and (max-width: 640px) {
      .card.card-wide.card-aligned, .card.card-wide.card-details {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px; } }
    .card.card-wide.card-aligned .card-img-top, .card.card-wide.card-details .card-img-top,
    .card.card-wide.card-aligned .img-wrapper,
    .card.card-wide.card-details .img-wrapper {
      border-radius: 4px 4px 0 0; }
      @media screen and (max-width: 640px) {
        .card.card-wide.card-aligned .card-img-top, .card.card-wide.card-details .card-img-top,
        .card.card-wide.card-aligned .img-wrapper,
        .card.card-wide.card-details .img-wrapper {
          margin-left: 0;
          margin-right: 0; } }
      .card.card-wide.card-aligned .card-img-top img, .card.card-wide.card-details .card-img-top img,
      .card.card-wide.card-aligned .img-wrapper img,
      .card.card-wide.card-details .img-wrapper img {
        margin: 0 !important; }
    .card.card-wide.card-aligned .card-body, .card.card-wide.card-details .card-body {
      margin: 0 !important;
      text-align: left;
      box-shadow: none;
      padding: 35px; }
      @media screen and (max-width: 640px) {
        .card.card-wide.card-aligned .card-body, .card.card-wide.card-details .card-body {
          padding: 15px; } }
      .card.card-wide.card-aligned .card-body .card-title, .card.card-wide.card-details .card-body .card-title {
        text-align: left; }
  .card.card-wide.card-wider {
    margin-bottom: 27px; }
    @media screen and (max-width: 640px) {
      .card.card-wide.card-wider {
        margin-left: 0; } }
    .card.card-wide.card-wider .img-wrapper {
      max-width: 48%;
      border-radius: 5px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
      @media screen and (max-width: 640px) {
        .card.card-wide.card-wider .img-wrapper {
          width: 100%;
          max-width: 100%;
          margin-bottom: 15px; } }
  @media screen and (max-width: 640px) and (max-width: 640px) {
    .card.card-wide.card-wider .img-wrapper {
      margin-left: 0;
      margin-right: 0; } }
    .card.card-wide.card-wider .card-body {
      top: 0;
      min-height: 100%;
      background: transparent;
      width: 51%;
      box-shadow: none;
      padding-top: 0; }
      @media screen and (max-width: 640px) {
        .card.card-wide.card-wider .card-body {
          width: 100%;
          position: relative;
          padding-left: 0; } }
      .card.card-wide.card-wider .card-body p {
        font-size: 1rem;
        line-height: 20px; }
    .card.card-wide.card-wider.gray-bg {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
      .card.card-wide.card-wider.gray-bg .img-wrapper {
        max-width: 291px;
        border-radius: 5px 0 0 5px;
        box-shadow: none; }
        @media screen and (max-width: 640px) {
          .card.card-wide.card-wider.gray-bg .img-wrapper {
            max-width: 100%;
            border-radius: 5px 5px 0 0;
            margin-bottom: 0; } }
        .card.card-wide.card-wider.gray-bg .img-wrapper img {
          min-height: 210px; }
      .card.card-wide.card-wider.gray-bg .card-body {
        background-color: #F5F5F5;
        padding: 30px;
        width: calc(100% - 291px);
        border-radius: 0 5px 5px 0; }
        @media screen and (max-width: 640px) {
          .card.card-wide.card-wider.gray-bg .card-body {
            width: 100%;
            border-radius: 0 0 5px 5px; } }
    .card.card-wide.card-wider.full-width {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
      .card.card-wide.card-wider.full-width .img-wrapper {
        max-width: 750px;
        border-radius: 5px 0 0 5px;
        box-shadow: none; }
        @media screen and (max-width: 640px) {
          .card.card-wide.card-wider.full-width .img-wrapper {
            max-width: 100%;
            border-radius: 5px 5px 0 0;
            margin-bottom: 0; } }
        .card.card-wide.card-wider.full-width .img-wrapper img {
          min-height: 210px; }
      .card.card-wide.card-wider.full-width .card-body {
        background-color: #ffffff;
        padding: 30px;
        width: calc(100% - 750px);
        border-radius: 0 5px 5px 0; }
        @media screen and (max-width: 640px) {
          .card.card-wide.card-wider.full-width .card-body {
            width: 100%;
            border-radius: 0 0 5px 5px; } }
  .card.card-wide.card-details {
    margin-bottom: 30px;
    width: 100%; }
    @media screen and (max-width: 640px) {
      .card.card-wide.card-details {
        margin-bottom: 22px; } }
    .card.card-wide.card-details .img-wrapper {
      height: 180px;
      text-align: center; }
      @media screen and (max-width: 640px) {
        .card.card-wide.card-details .img-wrapper {
          margin-left: 0;
          margin-right: 0; } }
      .card.card-wide.card-details .img-wrapper img {
        display: block;
        min-height: 180px;
        object-fit: cover; }
    .card.card-wide.card-details.logo .img-wrapper {
      position: relative; }
      .card.card-wide.card-details.logo .img-wrapper img {
        min-height: 0;
        width: auto;
        max-width: 300px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto !important; }
    .card.card-wide.card-details .card-body {
      padding: 20px;
      min-height: 150px; }
      @media screen and (max-width: 640px) {
        .card.card-wide.card-details .card-body {
          min-height: 0; } }
      .card.card-wide.card-details .card-body .card-title {
        margin-bottom: 10px; }
      .card.card-wide.card-details .card-body > span:not(.card-title) {
        font-size: 0.6875rem;
        line-height: 15px;
        display: block;
        margin-bottom: 13px;
        text-transform: uppercase; }
        .card.card-wide.card-details .card-body > span:not(.card-title) .ohours {
          min-height: 40px;
          display: block; }
      .card.card-wide.card-details .card-body p {
        font-size: 1rem;
        line-height: 20px; }
        @media screen and (max-width: 640px) {
          .card.card-wide.card-details .card-body p {
            font-size: 1rem;
            line-height: 20px; } }
      .card.card-wide.card-details .card-body .card-text a {
        display: block; }
  .card.card-wide.card-details.the-loop {
    box-shadow: none;
    max-width: 325px;
    margin-bottom: 60px; }
    @media screen and (max-width: 640px) {
      .card.card-wide.card-details.the-loop {
        max-width: 100%;
        margin-bottom: 0;
        margin-top: -15px; } }
    .card.card-wide.card-details.the-loop .img-wrapper {
      height: auto !important; }
    .card.card-wide.card-details.the-loop .card-body {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      position: relative;
      padding: 19px 17px 80px; }
      @media screen and (max-width: 640px) {
        .card.card-wide.card-details.the-loop .card-body {
          padding-bottom: 20px; } }
      .card.card-wide.card-details.the-loop .card-body .card-title {
        margin-top: 2px;
        margin-bottom: 6px; }
        .card.card-wide.card-details.the-loop .card-body .card-title + span {
          margin-bottom: 3px; }
      .card.card-wide.card-details.the-loop .card-body .old-price {
        text-decoration: line-through; }
      .card.card-wide.card-details.the-loop .card-body .price {
        font-size: 1.125rem;
        font-weight: bold;
        color: #00402E;
        font-family: "Panton", sans-serif;
        letter-spacing: 1px;
        margin-bottom: 30px; }
      .card.card-wide.card-details.the-loop .card-body > strong {
        font-size: 0.6875rem; }
      .card.card-wide.card-details.the-loop .card-body .btn-primary {
        width: calc(100% - 34px);
        position: absolute;
        left: 17px;
        bottom: 20px; }
        @media screen and (max-width: 640px) {
          .card.card-wide.card-details.the-loop .card-body .btn-primary {
            position: relative;
            left: auto;
            width: 100%;
            bottom: 0; } }
    @media screen and (max-width: 640px) {
      .card.card-wide.card-details.the-loop:first-of-type {
        margin-top: 0; } }
    @media screen and (max-width: 640px) {
      .card.card-wide.card-details.the-loop:last-of-type {
        margin-bottom: 30px; } }

.spotlight-wrapper > h3 {
  margin-bottom: 20px; }

@media screen and (max-width: 640px) and (min-width: 481px) {
  .spotlight-wrapper .col-sm {
    width: 50%; } }

.card.card-wide .card-img-top {
  border-radius: 0; }
  @media screen and (min-width: 640px) {
    .card.card-wide .card-img-top {
      border-radius: 4px; } }

.card.card-wide .card-body {
  background: #F5F5F5;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .card.card-wide .card-body .card-title {
    color: #417C3D;
    font-family: "Panton", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center; }
    .card.card-wide .card-body .card-title.external-link {
      display: inline-block; }
      .card.card-wide .card-body .card-title.external-link:after {
        margin-left: 8px;
        bottom: 4px;
        position: absolute; }
        @media screen and (max-width: 640px) {
          .card.card-wide .card-body .card-title.external-link:after {
            bottom: 5px; } }
    @media screen and (max-width: 640px) {
      .card.card-wide .card-body .card-title {
        font-size: 1.0625rem; } }
  .card.card-wide .card-body .card-text {
    color: #4A4A4A; }

.card.card-wide.card-horizontal .card-body, .card.card-wide.card-wider .card-body {
  font-size: 0.8125rem; }
  .card.card-wide.card-horizontal .card-body .card-title, .card.card-wide.card-wider .card-body .card-title {
    font-size: 1.125rem;
    font-weight: bold; }
  .card.card-wide.card-horizontal .card-body p ~ span, .card.card-wide.card-wider .card-body p ~ span {
    text-transform: uppercase;
    font-size: 0.75rem; }
    .card.card-wide.card-horizontal .card-body p ~ span:not(.card-title), .card.card-wide.card-wider .card-body p ~ span:not(.card-title) {
      color: #4A4A4A !important; }

a.card.card-wide span:not(.title) {
  color: #4A4A4A; }

a.card.card-wide:hover {
  text-decoration: none !important; }
  a.card.card-wide:hover .card-img-top {
    transform: scale(1.1);
    opacity: 0.8; }
  a.card.card-wide:hover .card-title,
  a.card.card-wide:hover .card-text,
  a.card.card-wide:hover .card-body {
    text-decoration: none !important;
    box-shadow: none; }

.icon-cta-spotlight {
  text-align: center;
  align-items: center;
  padding: 75px 10px 35px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: block;
  border-radius: 4px;
  background-color: #ffffff;
  transition: 0.5s; }
  .icon-cta-spotlight:hover {
    text-decoration: none; }
  .icon-cta-spotlight .title {
    display: block;
    color: #417C3D;
    font-family: "Panton", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 30px; }
    @media screen and (max-width: 640px) {
      .icon-cta-spotlight .title {
        text-align: left;
        font-size: 1.0625rem; } }
  .icon-cta-spotlight:focus, .icon-cta-spotlight:active, .icon-cta-spotlight:hover {
    box-shadow: none;
    background-color: #F2F3F3; }
    .icon-cta-spotlight:focus .title, .icon-cta-spotlight:active .title, .icon-cta-spotlight:hover .title {
      color: #00402F; }
  .icon-cta-spotlight .subtitle {
    display: block;
    margin-bottom: 0;
    color: #4A4A4A;
    font-size: 0.875rem;
    line-height: 18px;
    text-align: center; }
    @media screen and (max-width: 640px) {
      .icon-cta-spotlight .subtitle {
        text-align: left;
        font-size: 0.8125rem; } }
  @media screen and (max-width: 640px) {
    .icon-cta-spotlight {
      display: block;
      width: 100%;
      text-align: left;
      position: relative;
      padding: 15px 30px 17px 60px !important;
      margin-bottom: 12px; }
      .icon-cta-spotlight:after {
        content: "";
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto; } }
  .icon-cta-spotlight:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    margin: auto; }
    @media screen and (max-width: 640px) {
      .icon-cta-spotlight:before {
        left: 15px;
        top: 0;
        bottom: 0;
        right: auto; } }
  .icon-cta-spotlight.active {
    background: #F5F5F5;
    box-shadow: none; }
    .icon-cta-spotlight.active .title {
      color: #00402F; }
  @media screen and (max-width: 640px) {
    .icon-cta-spotlight.fast-track {
      margin-top: 7px; } }
  .icon-cta-spotlight.fast-track:before {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    left: 1px; }
    @media screen and (max-width: 640px) {
      .icon-cta-spotlight.fast-track:before {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        left: 12px; } }
  .icon-cta-spotlight.fast-track.active:before, .icon-cta-spotlight.fast-track:hover:before {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    left: 1px; }
    @media screen and (max-width: 640px) {
      .icon-cta-spotlight.fast-track.active:before, .icon-cta-spotlight.fast-track:hover:before {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        left: 12px; } }
  .icon-cta-spotlight.parking:before {
    -webkit-transform: scale(1.135);
    -moz-transform: scale(1.135);
    -ms-transform: scale(1.135);
    -o-transform: scale(1.135);
    transform: scale(1.135); }
  .icon-cta-spotlight.parking.active:before, .icon-cta-spotlight.parking:hover:before {
    -webkit-transform: scale(1.135);
    -moz-transform: scale(1.135);
    -ms-transform: scale(1.135);
    -o-transform: scale(1.135);
    transform: scale(1.135); }
  .icon-cta-spotlight.drop-go-parking:before {
    background: url("imgs/drop-go-parking.svg") no-repeat;
    width: 38px;
    height: 45px;
    -webkit-transform: scale(1.135);
    -moz-transform: scale(1.135);
    -ms-transform: scale(1.135);
    -o-transform: scale(1.135);
    transform: scale(1.135); }
  .icon-cta-spotlight.drop-go-parking.active:before, .icon-cta-spotlight.drop-go-parking:hover:before {
    background: url("imgs/drop-go-parking-hover.svg") no-repeat !important;
    width: 38px;
    height: 45px;
    -webkit-transform: scale(1.135);
    -moz-transform: scale(1.135);
    -ms-transform: scale(1.135);
    -o-transform: scale(1.135);
    transform: scale(1.135); }
  .icon-cta-spotlight.parking-faq:before {
    -webkit-transform: scale(1.135);
    -moz-transform: scale(1.135);
    -ms-transform: scale(1.135);
    -o-transform: scale(1.135);
    transform: scale(1.135); }
  .icon-cta-spotlight.parking-faq.active:before, .icon-cta-spotlight.parking-faq:hover:before {
    -webkit-transform: scale(1.135);
    -moz-transform: scale(1.135);
    -ms-transform: scale(1.135);
    -o-transform: scale(1.135);
    transform: scale(1.135); }
  .icon-cta-spotlight.parking-info:before {
    -webkit-transform: scale(1.135);
    -moz-transform: scale(1.135);
    -ms-transform: scale(1.135);
    -o-transform: scale(1.135);
    transform: scale(1.135); }
  .icon-cta-spotlight.parking-info.active:before, .icon-cta-spotlight.parking-info:hover:before {
    -webkit-transform: scale(1.135);
    -moz-transform: scale(1.135);
    -ms-transform: scale(1.135);
    -o-transform: scale(1.135);
    transform: scale(1.135); }
  .icon-cta-spotlight.parking-long-term:before {
    -webkit-transform: scale(1.135);
    -moz-transform: scale(1.135);
    -ms-transform: scale(1.135);
    -o-transform: scale(1.135);
    transform: scale(1.135); }
  .icon-cta-spotlight.parking-long-term.active:before, .icon-cta-spotlight.parking-long-term:hover:before {
    -webkit-transform: scale(1.135);
    -moz-transform: scale(1.135);
    -ms-transform: scale(1.135);
    -o-transform: scale(1.135);
    transform: scale(1.135); }
  .icon-cta-spotlight.parking-reduced-mob:before {
    -webkit-transform: scale(1.135);
    -moz-transform: scale(1.135);
    -ms-transform: scale(1.135);
    -o-transform: scale(1.135);
    transform: scale(1.135); }
  .icon-cta-spotlight.parking-reduced-mob.active:before, .icon-cta-spotlight.parking-reduced-mob:hover:before {
    -webkit-transform: scale(1.135);
    -moz-transform: scale(1.135);
    -ms-transform: scale(1.135);
    -o-transform: scale(1.135);
    transform: scale(1.135); }
  .icon-cta-spotlight.parking-short-term:before {
    -webkit-transform: scale(1.135);
    -moz-transform: scale(1.135);
    -ms-transform: scale(1.135);
    -o-transform: scale(1.135);
    transform: scale(1.135); }
  .icon-cta-spotlight.parking-short-term.active:before, .icon-cta-spotlight.parking-short-term:hover:before {
    -webkit-transform: scale(1.135);
    -moz-transform: scale(1.135);
    -ms-transform: scale(1.135);
    -o-transform: scale(1.135);
    transform: scale(1.135); }
  .icon-cta-spotlight.lounges:before {
    top: 32px; }
    @media screen and (max-width: 640px) {
      .icon-cta-spotlight.lounges:before {
        top: 0;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8); } }
  .icon-cta-spotlight.platinum:before {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    left: 1px;
    top: 33px; }
    @media screen and (max-width: 640px) {
      .icon-cta-spotlight.platinum:before {
        top: 0;
        left: 15px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
  .icon-cta-spotlight.platinum.active:before, .icon-cta-spotlight.platinum:hover:before {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    left: 1px; }
    @media screen and (max-width: 640px) {
      .icon-cta-spotlight.platinum.active:before, .icon-cta-spotlight.platinum:hover:before {
        top: 0;
        left: 15px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
  .icon-cta-spotlight.aiport-club:before {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    left: 1px;
    top: 37px; }
    @media screen and (max-width: 640px) {
      .icon-cta-spotlight.aiport-club:before {
        top: 0;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        left: 12px; } }
  .icon-cta-spotlight.aiport-club.active:before, .icon-cta-spotlight.aiport-club:hover:before {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    left: 1px; }
    @media screen and (max-width: 640px) {
      .icon-cta-spotlight.aiport-club.active:before, .icon-cta-spotlight.aiport-club:hover:before {
        top: 0;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        left: 12px; } }
  .icon-cta-spotlight.buy-bus-ticket:before {
    left: 8px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7); }
  .icon-cta-spotlight.buy-bus-ticket.active:before, .icon-cta-spotlight.buy-bus-ticket:hover:before {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7); }
  .icon-cta-spotlight.duty-free-shopping:before {
    -webkit-transform: scale(1.135);
    -moz-transform: scale(1.135);
    -ms-transform: scale(1.135);
    -o-transform: scale(1.135);
    transform: scale(1.135); }
  .icon-cta-spotlight.duty-free-shopping.active:before, .icon-cta-spotlight.duty-free-shopping:hover:before {
    -webkit-transform: scale(1.135);
    -moz-transform: scale(1.135);
    -ms-transform: scale(1.135);
    -o-transform: scale(1.135);
    transform: scale(1.135); }

@media screen and (max-width: 640px) {
  .forms-tabs .icon-cta-spotlight.fast-track {
    margin-top: 7px; } }

@media screen and (min-width: 641px) {
  .forms-tabs .icon-cta-spotlight.fast-track:before {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    left: 1px; } }

@media screen and (min-width: 641px) {
  .forms-tabs .icon-cta-spotlight.parking:before {
    -webkit-transform: scale(1.135);
    -moz-transform: scale(1.135);
    -ms-transform: scale(1.135);
    -o-transform: scale(1.135);
    transform: scale(1.135); } }

.forms-tabs .icon-cta-spotlight.lounges:before {
  top: 18px; }
  @media screen and (max-width: 640px) {
    .forms-tabs .icon-cta-spotlight.lounges:before {
      top: 0; } }

.forms-tabs .icon-cta-spotlight.platinum:before {
  top: 18px; }
  @media screen and (min-width: 641px) {
    .forms-tabs .icon-cta-spotlight.platinum:before {
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -ms-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15);
      left: 1px; } }
  @media screen and (max-width: 640px) {
    .forms-tabs .icon-cta-spotlight.platinum:before {
      top: 0; } }

@media screen and (min-width: 641px) {
  .forms-tabs .icon-cta-spotlight.aiport-club:before {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    left: 1px; } }

@media screen and (max-width: 640px) {
  .forms-tabs .icon-cta-spotlight.aiport-club:before {
    top: 0; } }

.spotlight-list .mobile-journey {
  display: none; }
  @media screen and (max-width: 640px) {
    .spotlight-list .mobile-journey {
      display: block;
      margin-top: -9px;
      padding-top: 9px;
      background: white; }
      .spotlight-list .mobile-journey p {
        margin-bottom: 12px; } }

@media screen and (max-width: 640px) {
  .forms-tabs .icon-cta-spotlight.parking {
    background-color: #00402F;
    color: #ffffff;
    padding: 19px 45px 23px 67px !important;
    /*&:after {
          background: $svg-plus;
          width: 16px;
          height: 16px;
          right: 22px;
        }
        &.open {
          &:after {
            background: $svg-minus;
            width: 16px;
            height: 2px;
            right: 22px;
          }
        }*/ } }

.forms-tabs .icon-cta-spotlight.parking .mobile-title {
  display: none; }
  @media screen and (max-width: 640px) {
    .forms-tabs .icon-cta-spotlight.parking .mobile-title {
      display: block;
      text-transform: uppercase;
      font-size: 0.875rem;
      line-height: 17px;
      margin-top: 5px;
      font-family: "Panton", sans-serif;
      font-weight: bold;
      letter-spacing: 1px; } }

@media screen and (max-width: 640px) {
  .forms-tabs .icon-cta-spotlight.parking .title {
    display: none; } }

@media screen and (max-width: 640px) {
  .forms-tabs .icon-cta-spotlight.parking .subtitle {
    display: none; } }

@media screen and (max-width: 640px) {
  .forms-tabs .icon-cta-spotlight.parking:before {
    background: url("svg/sprite.svg") 37.36655% 90.45643% no-repeat;
    width: 33px;
    height: 32px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    left: 19px; } }

.forms-tabs .icon-cta-spotlight.aiport-club:before {
  top: 22px; }
  @media screen and (max-width: 640px) {
    .forms-tabs .icon-cta-spotlight.aiport-club:before {
      top: 0; } }

#header_drill_down {
  clear: both;
  position: absolute;
  width: 100%;
  z-index: 101; }
  @media screen and (max-width: 640px) {
    #header_drill_down:not(.search-opened) {
      overflow: auto; } }
  #header_drill_down .search-btn {
    display: block; }
  #header_drill_down.inner-page {
    position: relative; }
    #header_drill_down.inner-page .search-btn {
      display: block; }
    #header_drill_down.inner-page .container {
      position: relative; }
    #header_drill_down.inner-page .search-box {
      position: absolute;
      right: 0;
      left: 0;
      top: 93px; }
      @media screen and (max-width: 640px) {
        #header_drill_down.inner-page .search-box {
          top: 57px; } }
    #header_drill_down.inner-page.corp-inner #megaMenu .gns .mega-menu > li:not(:last-of-type) {
      margin-left: 10px; }
    #header_drill_down.inner-page.corporate #tns ul {
      margin-top: 22px;
      margin-bottom: 0; }
      #header_drill_down.inner-page.corporate #tns ul li:last-of-type a {
        color: #417c3d !important;
        font-size: 0.6875rem;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 26px;
        text-align: center;
        background: #ffffff;
        border-radius: 4px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        display: block;
        padding: 3px 10px 1px; }
  @media screen and (max-width: 640px) {
    #header_drill_down {
      padding-bottom: 0;
      background: #ffffff; }
      #header_drill_down .container {
        max-width: 100%; }
      #header_drill_down.bg-green:not(.sticky) {
        background: transparent;
        box-shadow: none; }
        #header_drill_down.bg-green:not(.sticky).opened {
          background: #ffffff;
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
      #header_drill_down.sticky {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 999; } }
  #header_drill_down .logo {
    margin: 20px 0 0;
    padding: 0;
    display: block; }
    #header_drill_down .logo:focus {
      outline-color: #000; }
    @media screen and (max-width: 640px) {
      #header_drill_down .logo {
        float: inherit;
        margin-top: 14px;
        margin-left: 0;
        display: inline-block;
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
        transform: scale(0.85); } }
    #header_drill_down .logo img {
      display: block; }
      @media screen and (max-width: 640px) {
        #header_drill_down .logo img {
          width: auto;
          height: 22px; } }
  @media screen and (max-width: 640px) {
    #header_drill_down .logo-wrapper {
      text-align: center;
      padding-top: 1px;
      padding-bottom: 8px;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
      position: relative;
      z-index: 99999; } }
  #header_drill_down #toggleSearch {
    display: none !important; }
    @media screen and (max-width: 640px) {
      #header_drill_down #toggleSearch {
        position: absolute;
        left: 15px;
        top: 19px;
        font-family: "Panton", sans-serif;
        border-radius: 0; } }
  @media screen and (max-width: 640px) {
    #header_drill_down.sticky #toggleSearch, #header_drill_down.inner-page #toggleSearch, #header_drill_down.opened #toggleSearch {
      top: 18px; } }
  @media screen and (max-width: 640px) {
    #header_drill_down #toggleMenu {
      display: inline-block !important;
      position: absolute;
      right: 17px;
      top: 15px;
      font-family: "Panton", sans-serif;
      border-radius: 0; } }
  @media screen and (max-width: 640px) {
    #header_drill_down.sticky #toggleMenu, #header_drill_down.inner-page #toggleMenu, #header_drill_down.opened #toggleMenu {
      right: 15px;
      top: 15px; }
      #header_drill_down.sticky #toggleMenu.active, #header_drill_down.inner-page #toggleMenu.active, #header_drill_down.opened #toggleMenu.active {
        right: 19px;
        top: 18px; } }
  @media screen and (max-width: 640px) {
    #header_drill_down.bg-green:not(.sticky):not(.opened) .logo-wrapper {
      box-shadow: none; } }
  @media screen and (max-width: 640px) {
    #header_drill_down.bg-green:not(.sticky):not(.opened) .logo {
      -webkit-transform: scale(0.75);
      -moz-transform: scale(0.75);
      -ms-transform: scale(0.75);
      -o-transform: scale(0.75);
      transform: scale(0.75); } }
  @media screen and (max-width: 640px) {
    #header_drill_down.bg-green:not(.sticky):not(.opened).opened .logo-wrapper {
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); } }
  @media screen and (min-width: 641px) {
    #header_drill_down.bg-green #megaMenu .gns > ul > li > a {
      color: #ffffff; } }
  @media screen and (min-width: 640px) {
    #header_drill_down.bg-green.opened .logo {
      background: url("svg/sprite.svg") 0 0 no-repeat;
      width: 160px;
      height: 29px; } }

@media screen and (max-width: 640px) {
  .close-megamenu {
    display: none; } }

#tns {
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 640px) {
    #tns {
      display: none; } }
  #tns ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 24px;
    margin-bottom: 7px; }
    #tns ul li {
      display: inline-block;
      position: relative;
      margin-right: 18px; }
      #tns ul li:last-of-type {
        margin-right: 0; }
      @media screen and (max-width: 640px) {
        #tns ul li {
          display: none; } }
      #tns ul li input[type="search"] {
        height: 30px;
        width: 155px;
        padding: 5px 30px 5px 10px;
        display: inline-block; }
      #tns ul li input[type="button"],
      #tns ul li button {
        font-size: 0;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        top: 25px;
        right: 11px;
        border: none;
        background: transparent; }
      #tns ul li.active a {
        text-decoration: underline;
        font-weight: bold; }
      @media screen and (max-width: 640px) {
        #tns ul li:last-of-type {
          display: block;
          padding: 0 10px;
          width: 100%; } }
      @media screen and (max-width: 640px) {
        #tns ul li:last-of-type input {
          margin-top: 15px;
          width: 100%; } }
      #tns ul li:last-of-type .search-icon {
        top: 33px;
        right: 20px;
        position: absolute;
        font-size: 0.75rem; }
        @media screen and (max-width: 640px) {
          #tns ul li:last-of-type .search-icon {
            top: 24px;
            position: absolute;
            right: 22px; } }
      @media screen and (max-width: 640px) {
        #tns ul li:last-of-type #search-button {
          top: 0;
          right: 0;
          width: 41px;
          text-indent: -9999em; } }

#megaMenu {
  position: inherit; }
  @media screen and (max-width: 640px) {
    #megaMenu {
      clear: both;
      display: none;
      position: relative;
      z-index: 9999;
      width: 100%;
      top: 0;
      padding: 0;
      height: calc(100vh - 56px); } }
  #megaMenu .gns .mega-menu > li:last-of-type {
    margin-right: 0;
    min-width: 22px; }
    @media screen and (max-width: 640px) {
      #megaMenu .gns .mega-menu > li:last-of-type {
        display: none; } }
  #megaMenu .gns .mega-menu > li:not(:last-of-type) {
    margin-left: 15px; }
    @media screen and (max-width: 640px) {
      #megaMenu .gns .mega-menu > li:not(:last-of-type) {
        margin-left: 0 !important; } }
    #megaMenu .gns .mega-menu > li:not(:last-of-type).active > a {
      position: relative;
      font-weight: 700; }
      #megaMenu .gns .mega-menu > li:not(:last-of-type).active > a:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #ffffff;
        position: absolute;
        bottom: -26px;
        left: 0;
        right: 0;
        margin: auto;
        display: block !important;
        border-top: none;
        z-index: 12; }
        @media screen and (max-width: 640px) {
          #megaMenu .gns .mega-menu > li:not(:last-of-type).active > a:after {
            display: none !important; } }
  @media screen and (max-width: 640px) {
    #megaMenu .gns .mega-menu > li a {
      color: #4A4A4A;
      font-size: 1.0625rem;
      font-weight: bold;
      letter-spacing: 0.23px;
      line-height: 21px; } }
  #megaMenu .gns .mega-menu > li a.btn:before, #megaMenu .gns .mega-menu > li a.btn-link:before, #megaMenu .gns .mega-menu > li .booking-widget .bottom-links a:before, .booking-widget .bottom-links #megaMenu .gns .mega-menu > li a:before {
    content: "";
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    display: none;
    position: absolute;
    left: 10px;
    top: 7px; }
  @media screen and (max-width: 640px) {
    #megaMenu .gns .mega-menu > li a.btn, #megaMenu .gns .mega-menu > li a.btn-link, #megaMenu .gns .mega-menu > li .booking-widget .bottom-links a, .booking-widget .bottom-links #megaMenu .gns .mega-menu > li a {
      color: #00402F;
      font-family: "Panton", sans-serif;
      font-size: 0.8125rem;
      font-weight: bold;
      letter-spacing: 0.93px;
      line-height: 16px;
      text-align: center;
      padding-top: 7px;
      padding-left: 34px;
      text-transform: uppercase;
      position: relative; }
      #megaMenu .gns .mega-menu > li a.btn:before, #megaMenu .gns .mega-menu > li a.btn-link:before, #megaMenu .gns .mega-menu > li .booking-widget .bottom-links a:before, .booking-widget .bottom-links #megaMenu .gns .mega-menu > li a:before {
        display: block; } }
  #megaMenu .gns > ul {
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
    margin-top: 26px; }
    @media screen and (max-width: 640px) {
      #megaMenu .gns > ul {
        float: none;
        width: 100%;
        margin-top: 0; } }
    #megaMenu .gns > ul > li {
      float: left;
      margin-left: 0;
      margin-right: 16px;
      padding: 0; }
      @media screen and (max-width: 640px) {
        #megaMenu .gns > ul > li {
          float: none;
          width: 100%;
          margin: 0;
          padding: 8px 0; } }
      #megaMenu .gns > ul > li > a {
        display: inline-block;
        position: relative;
        padding: 0;
        letter-spacing: 1px; }
        @media screen and (max-width: 640px) {
          #megaMenu .gns > ul > li > a {
            padding: 0 35px 0 25px;
            position: relative;
            width: 100%;
            display: inline-block; } }
        @media screen and (max-width: 640px) {
          #megaMenu .gns > ul > li > a.selected:before {
            display: none; } }
        #megaMenu .gns > ul > li > a:focus {
          outline: black dotted thin; }
      #megaMenu .gns > ul > li .grey-box {
        position: absolute;
        padding: 0;
        width: 100%;
        left: 0;
        top: 122px;
        z-index: 10;
        display: none;
        max-width: 1170px;
        right: 0;
        margin: auto; }
        @media screen and (max-width: 640px) {
          #megaMenu .gns > ul > li .grey-box {
            top: -75px;
            position: relative;
            margin-bottom: 0; } }
        #megaMenu .gns > ul > li .grey-box .container {
          min-height: 185px;
          position: relative;
          max-width: 1140px;
          /*.close-megamenu {
              &:focus {
                outline: black dotted thin;
              }
              text-align: right;
              position: absolute;
              top: 16px;
              right: 9px;
              .close-icon {
                margin-left: 4px;
                margin-right: 10px;
                font-size: 0.6875rem;
              }
            }
            .row.heading-bar {
              height: 48px;
              padding-top: 10px;
              @media screen and (max-width: $screen-xs) {
                display: none;
              }
              .col-sm-6:first-of-type {
                text-align: left;
                padding-left: 20px;
                margin-top: 5px;
                height: 20px;
              }
            }*/ }
          @media screen and (max-width: 640px) {
            #megaMenu .gns > ul > li .grey-box .container {
              min-height: 0; } }
          #megaMenu .gns > ul > li .grey-box .container .row {
            display: flex;
            padding: 30px 30px 30px 36px; }
            @media screen and (max-width: 640px) {
              #megaMenu .gns > ul > li .grey-box .container .row {
                padding: 8px 0 8px; } }
            #megaMenu .gns > ul > li .grey-box .container .row .first {
              min-height: 185px;
              padding: 0 30px 0 0;
              max-width: 29%;
              flex: 0 0 29%; }
              @media screen and (max-width: 640px) {
                #megaMenu .gns > ul > li .grey-box .container .row .first {
                  display: none;
                  min-height: 0; } }
              #megaMenu .gns > ul > li .grey-box .container .row .first h3,
              #megaMenu .gns > ul > li .grey-box .container .row .first .h3 {
                margin-bottom: 10px; }
              #megaMenu .gns > ul > li .grey-box .container .row .first p {
                margin-bottom: 25px; }
            #megaMenu .gns > ul > li .grey-box .container .row .sub-menu,
            #megaMenu .gns > ul > li .grey-box .container .row .call-to-action {
              display: block;
              float: left;
              min-height: 185px; }
            #megaMenu .gns > ul > li .grey-box .container .row .sub-menu {
              width: 100%;
              flex: 0 0 70%;
              padding: 0; }
              #megaMenu .gns > ul > li .grey-box .container .row .sub-menu .card.card-wide .img-wrapper .card-img-top {
                min-height: 0;
                max-height: 136px; }
              #megaMenu .gns > ul > li .grey-box .container .row .sub-menu .card.card-wide .card-text {
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                max-height: 32px;
                /* fallback */
                -webkit-line-clamp: 2;
                /* number of lines to show */
                -webkit-box-orient: vertical; }
              @media screen and (min-width: 0 \0) {
                #megaMenu .gns > ul > li .grey-box .container .row .sub-menu {
                  width: 67% !important; } }
              @media screen and (max-width: 640px) {
                #megaMenu .gns > ul > li .grey-box .container .row .sub-menu {
                  padding: 0;
                  width: 100%;
                  min-height: 0;
                  flex: 0 0 100%; } }
              #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul {
                width: 32.9%; }
                #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li {
                  padding: 5px 0; }
                  @media screen and (max-width: 640px) {
                    #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li {
                      width: 100%; } }
                  #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub > a {
                    position: relative; }
                    #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub > a:after {
                      position: absolute;
                      right: 25px;
                      top: 7px; }
                      @media screen and (max-width: 640px) {
                        #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub > a:after {
                          top: 1px; } }
                    #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub > a:focus {
                      outline: black dotted thin; }
                  #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub ul {
                    border-left: 1px solid #dee2e6;
                    display: none;
                    position: absolute;
                    left: 33%;
                    top: 0;
                    min-height: 100%;
                    height: auto;
                    padding: 0; }
                    @media screen and (max-width: 640px) {
                      #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub ul {
                        border-left: none; } }
                    #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub ul li {
                      padding: 5px 0 5px 0; }
                      @media screen and (max-width: 640px) {
                        #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub ul li {
                          padding: 8px 0; } }
                      #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub ul li a {
                        padding: 6px 0 5px 15px; }
                        @media screen and (max-width: 640px) {
                          #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub ul li a {
                            padding: 0 25px; } }
                      #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub ul li:first-of-type {
                        margin-top: -3px; }
                        #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub ul li:first-of-type a {
                          padding-top: 0; }
                      #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub ul li:last-of-type a {
                        padding-bottom: 0; }
                    @media screen and (max-width: 640px) {
                      #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub ul {
                        padding: 0;
                        width: 100%;
                        max-width: 100%;
                        z-index: 1;
                        left: 0;
                        display: none; } }
                    @media screen and (max-width: 640px) {
                      #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub ul.active {
                        display: block; } }
                    @media screen and (max-width: 640px) {
                      #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub ul.listCol1 {
                        margin-bottom: -1px;
                        margin-top: -30px; } }
                    #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub ul.listCol2 {
                      left: 60%; }
                      @media screen and (max-width: 640px) {
                        #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub ul.listCol2 {
                          margin-bottom: -24px; } }
                    #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub ul.listCol1, #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub ul.listCol2 {
                      width: 250px; }
                      @media screen and (max-width: 640px) {
                        #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub ul.listCol1, #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub ul.listCol2 {
                          width: 100% !important;
                          position: relative;
                          left: 0;
                          top: 9px;
                          padding-bottom: 14px;
                          background: #ffffff; } }
                  #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.active > a {
                    font-weight: 700; }
                    #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.active > a:focus {
                      outline: black dotted thin; }
                  #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.active ul {
                    display: block; }
              #megaMenu .gns > ul > li .grey-box .container .row .sub-menu ul {
                padding: 0;
                margin: 0; }
                @media screen and (max-width: 640px) {
                  #megaMenu .gns > ul > li .grey-box .container .row .sub-menu ul {
                    width: 100%; } }
                @media screen and (max-width: 640px) {
                  #megaMenu .gns > ul > li .grey-box .container .row .sub-menu ul li {
                    padding: 8px 0; } }
                #megaMenu .gns > ul > li .grey-box .container .row .sub-menu ul li a {
                  padding: 6px 25px 5px 15px;
                  display: inline-block;
                  width: 100%; }
                  @media screen and (max-width: 640px) {
                    #megaMenu .gns > ul > li .grey-box .container .row .sub-menu ul li a {
                      padding: 0 35px 0 25px; } }
                  #megaMenu .gns > ul > li .grey-box .container .row .sub-menu ul li a:before {
                    width: 89%;
                    height: 1px;
                    bottom: 0;
                    left: 15px;
                    position: absolute;
                    opacity: 0;
                    transition: 0.2s; }
                  #megaMenu .gns > ul > li .grey-box .container .row .sub-menu ul li a:focus {
                    outline: black dotted thin; }
                #megaMenu .gns > ul > li .grey-box .container .row .sub-menu ul li:first-of-type {
                  padding-top: 0;
                  margin-top: -3px; }
                  @media screen and (max-width: 640px) {
                    #megaMenu .gns > ul > li .grey-box .container .row .sub-menu ul li:first-of-type {
                      padding: 8px 0;
                      margin-top: 0; } }
                  #megaMenu .gns > ul > li .grey-box .container .row .sub-menu ul li:first-of-type a {
                    padding-top: 0; }
                #megaMenu .gns > ul > li .grey-box .container .row .sub-menu ul li:last-of-type {
                  padding-bottom: 0; }
                  #megaMenu .gns > ul > li .grey-box .container .row .sub-menu ul li:last-of-type a {
                    padding-bottom: 0; }
              #megaMenu .gns > ul > li .grey-box .container .row .sub-menu.no-line > ul {
                width: 100%; }
              #megaMenu .gns > ul > li .grey-box .container .row .sub-menu .card.card-wide {
                position: absolute;
                top: 0;
                right: -11px;
                max-width: 250px;
                width: 250px; }
                @media screen and (max-width: 640px) {
                  #megaMenu .gns > ul > li .grey-box .container .row .sub-menu .card.card-wide {
                    display: none; } }
                #megaMenu .gns > ul > li .grey-box .container .row .sub-menu .card.card-wide .card-body {
                  margin-left: 14px;
                  margin-right: 14px;
                  padding: 10px; }
                  #megaMenu .gns > ul > li .grey-box .container .row .sub-menu .card.card-wide .card-body .card-title {
                    font-size: 1rem;
                    line-height: 22px;
                    margin-bottom: 4px; }
                  #megaMenu .gns > ul > li .grey-box .container .row .sub-menu .card.card-wide .card-body .card-text {
                    font-size: 0.8125rem;
                    line-height: 16px; }
          #megaMenu .gns > ul > li .grey-box .container .navbtn .col-4 {
            width: 25%; }
            @media screen and (max-width: 640px) {
              #megaMenu .gns > ul > li .grey-box .container .navbtn .col-4 {
                position: relative;
                max-width: 109px; } }
            @media screen and (max-width: 640px) {
              #megaMenu .gns > ul > li .grey-box .container .navbtn .col-4:before {
                height: 25px;
                width: 1px;
                position: absolute;
                top: 0;
                bottom: 0;
                right: 5px;
                margin: auto; } }
          @media screen and (max-width: 640px) {
            #megaMenu .gns > ul > li .grey-box .container .navbtn .col-8 {
              width: 75%; } }
          @media screen and (max-width: 640px) {
            #megaMenu .gns > ul > li .grey-box .container .navbtn .col-4,
            #megaMenu .gns > ul > li .grey-box .container .navbtn .col-8 {
              padding: 5px 15px; } }
          @media screen and (max-width: 640px) {
            #megaMenu .gns > ul > li .grey-box .container .navbtn .col-4 p,
            #megaMenu .gns > ul > li .grey-box .container .navbtn .col-8 p {
              margin: 0;
              padding: 0; } }
          @media screen and (max-width: 640px) {
            #megaMenu .gns > ul > li .grey-box .container .navbtn .col-8 {
              padding: 6px 15px 4px 11px; } }
      #megaMenu .gns > ul > li.active.search a:after {
        display: none; }
      #megaMenu .gns > ul > li.active .grey-box {
        display: block; }
      @media screen and (max-width: 640px) {
        #megaMenu .gns > ul > li.search {
          display: none; } }
      #megaMenu .gns > ul > li.search > a {
        padding: 35px 0 30px; }
        #megaMenu .gns > ul > li.search > a:hover:after, #megaMenu .gns > ul > li.search > a:focus:after, #megaMenu .gns > ul > li.search > a:active:after {
          display: none; }
      #megaMenu .gns > ul > li.search:after {
        display: none; }
      #megaMenu .gns > ul > li:last-of-type {
        padding-right: 0; }
  @media screen and (max-width: 640px) {
    #megaMenu .btn-dark-blue {
      padding: 0;
      width: 45px;
      height: 25px;
      max-height: 25px;
      display: block;
      margin-top: 0; } }
  @media screen and (max-width: 640px) {
    #megaMenu.active {
      display: block; } }
  @media screen and (max-width: 640px) {
    #megaMenu #tnsMobile ul {
      padding: 0;
      margin: 0; } }
  @media screen and (max-width: 640px) {
    #megaMenu #tnsMobile ul li {
      display: block;
      position: relative;
      padding: 8px 0; } }
  @media screen and (max-width: 640px) {
    #megaMenu #tnsMobile ul li a {
      padding: 0 35px 0 25px; } }
  @media screen and (max-width: 640px) {
    #megaMenu.level-two #tnsMobile,
    #megaMenu.level-two #tns {
      display: none !important; } }
  @media screen and (max-width: 640px) {
    #megaMenu.level-two .mega-menu > li {
      display: none; } }
  @media screen and (max-width: 640px) {
    #megaMenu.level-two .mega-menu > li.active {
      display: block;
      padding-bottom: 0;
      padding-top: 0;
      height: 0; } }
  @media screen and (max-width: 640px) {
    #megaMenu.level-three #tnsMobile,
    #megaMenu.level-three #tns {
      display: none !important; } }
  @media screen and (max-width: 640px) {
    #megaMenu.level-three .mega-menu > li {
      display: none; } }
  @media screen and (max-width: 640px) {
    #megaMenu.level-three .mega-menu > li.active {
      display: block;
      padding-bottom: 0;
      padding-top: 0;
      height: 0; } }
  @media screen and (max-width: 640px) {
    #megaMenu.level-three .mega-menu > li.active .sub-menu > ul > li {
      display: none; } }
  @media screen and (max-width: 640px) {
    #megaMenu.level-three .mega-menu > li.active .sub-menu > ul > li.sub.active {
      display: block; } }
  @media screen and (max-width: 640px) {
    #megaMenu.level-three .mega-menu > li.active .sub-menu > ul > li.sub.active ul {
      display: block; } }
  #megaMenu.level-two .mega-menu > li, #megaMenu.level-three .mega-menu > li {
    margin-top: 0; }
  #megaMenu.level-two .grey-box .container, #megaMenu.level-three .grey-box .container {
    padding: 0 15px; }
    #megaMenu.level-two .grey-box .container .row, #megaMenu.level-three .grey-box .container .row {
      padding: 0; }

#header_drill_down.inner-page {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  #header_drill_down.inner-page #megaMenu .gns > ul.mega-menu > li > a {
    padding-bottom: 18px;
    position: relative; }
    @media screen and (max-width: 640px) {
      #header_drill_down.inner-page #megaMenu .gns > ul.mega-menu > li > a {
        padding-bottom: 0; } }
  #header_drill_down.inner-page #megaMenu .gns > ul.mega-menu > li:not(:last-of-type) > a {
    position: relative; }
  #header_drill_down.inner-page #megaMenu .gns > ul.mega-menu > li:not(:last-of-type).current-page:not(.active) > a {
    font-weight: 700; }
    #header_drill_down.inner-page #megaMenu .gns > ul.mega-menu > li:not(:last-of-type).current-page:not(.active) > a:after {
      height: 2px;
      width: 100%;
      background: linear-gradient(90deg, #00402f 0%, #96ca4f 100%, #96ca4f 100%);
      bottom: 0;
      left: 0;
      right: auto;
      display: block;
      z-index: 99;
      content: "";
      margin: 0;
      border: none;
      position: absolute; }
      @media screen and (max-width: 640px) {
        #header_drill_down.inner-page #megaMenu .gns > ul.mega-menu > li:not(:last-of-type).current-page:not(.active) > a:after {
          display: none; } }
  #header_drill_down.inner-page #megaMenu .gns > ul.mega-menu > li:not(:last-of-type).active > a {
    font-weight: 700; }
    #header_drill_down.inner-page #megaMenu .gns > ul.mega-menu > li:not(:last-of-type).active > a:after {
      position: absolute;
      bottom: -2px;
      width: 27px;
      height: 16px;
      background: url("imgs/white-tip.jpg") no-repeat;
      border: none;
      /* For IPAD general iPad layouts */ }
      @media only screen and (device-width: 768px) {
        #header_drill_down.inner-page #megaMenu .gns > ul.mega-menu > li:not(:last-of-type).active > a:after {
          bottom: -2px; } }
  #header_drill_down.inner-page #megaMenu .gns > ul.mega-menu > li .grey-box {
    top: 114px; }
    @media screen and (max-width: 640px) {
      #header_drill_down.inner-page #megaMenu .gns > ul.mega-menu > li .grey-box {
        top: -75px; } }
  #header_drill_down.inner-page #tns ul li a {
    color: #4A4A4A !important; }
  #header_drill_down.inner-page #tns ul li.separator:after {
    background-color: #e6e7e8; }

#header_drill_down.inner-page.corporate #megaMenu .gns > ul.mega-menu > li:not(:last-of-type).active > a:after {
  bottom: -1px; }

@media (min-width: 641px) and (max-width: 1199px) {
  body #header_drill_down,
  body footer,
  body .container,
  body .breadcrumbs,
  body .page-not-found,
  body #theCarousel .carousel-inner .carousel-item {
    min-width: 1170px !important;
    width: 100% !important; }
  body #header_drill_down .col-sm-3 {
    width: 20%;
    float: left; }
  body #header_drill_down .col-sm-9 {
    width: 80%;
    float: left; }
  body #megaMenu > ul > li .grey-box .container .row .call-to-action img {
    width: 100%; }
  body #toggleMenu,
  body #tnsMobile,
  body .hidden-lg.hidden-md.hidden-sm {
    display: none !important; } }

@media screen and (max-width: 640px) {
  body.fixed {
    overflow: auto; } }

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .tns,
  #header_drill_down,
  footer,
  .breadcrumbs,
  #mediaBanner,
  #generation-map,
  #gray-sec {
    min-width: 1200px !important;
    width: 100% !important; }
  #megaMenu > ul > li.active > a:after {
    bottom: 11px; } }

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .tns,
  #header_drill_down,
  footer,
  .breadcrumbs,
  #mediaBanner,
  #generation-map,
  #gray-sec {
    min-width: 1200px !important;
    width: 100% !important; }
  #megaMenu > ul > li.active > a:after {
    bottom: 11px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #megaMenu > ul > li.active > a:after {
    bottom: 11px; } }

#header_drill_down.bg-green #megaMenu .gns > ul > li > a:focus,
#header_drill_down.bg-green #tns ul li a:focus,
#header_drill_down.bg-green .logo:focus {
  outline: #ffffff dotted thin; }

@media screen and (min-width: 641px) {
  .overview-link-mobile {
    display: none !important; } }

@media screen and (max-width: 640px) {
  .active-page {
    background-color: #f3f1f1 !important; } }

#header_drill_down a:focus {
  outline: dotted thin; }

#tns {
  text-align: right; }
  #tns ul li a {
    color: #ffffff;
    text-transform: uppercase;
    line-height: 15px;
    font-size: 0.8125rem;
    letter-spacing: 1.08px;
    font-weight: 500; }
    #tns ul li a:focus {
      outline-color: #000; }
  #tns ul li.separator {
    margin-right: 42px;
    position: relative; }
    #tns ul li.separator:after {
      content: "";
      width: 1px;
      height: 15px;
      right: -23px;
      top: 4px;
      background: #ffffff;
      position: absolute; }

@media screen and (max-width: 640px) {
  #megaMenu {
    background-color: #FFFFFF; } }

#megaMenu .gns > ul {
  list-style: none; }
  @media screen and (max-width: 640px) {
    #megaMenu .gns > ul {
      background-color: #FFFFFF; } }
  @media screen and (min-width: 640px) {
    #megaMenu .gns > ul.mega-menu > li:first-of-type.show-desktop {
      display: none !important; } }
  #megaMenu .gns > ul.mega-menu > li > a[aria-haspopup="true"] {
    position: relative; }
    #megaMenu .gns > ul.mega-menu > li > a[aria-haspopup="true"]:before {
      content: "";
      transform: scale(0.75);
      position: absolute;
      right: 25px;
      top: 2px;
      display: none; }
      @media screen and (max-width: 640px) {
        #megaMenu .gns > ul.mega-menu > li > a[aria-haspopup="true"]:before {
          display: block; } }
  @media screen and (max-width: 640px) {
    #megaMenu .gns > ul.mega-menu {
      border-top: none; }
      #megaMenu .gns > ul.mega-menu > li:not(.active):first-of-type {
        margin-top: 15px; } }
  @media screen and (max-width: 640px) {
    #megaMenu .gns > ul > li {
      border-bottom: none; } }
  #megaMenu .gns > ul > li > a {
    font-size: 1.0625rem;
    background-color: transparent;
    top: 0;
    left: 0;
    font-family: "Panton", sans-serif;
    font-weight: 400; }
    @media screen and (max-width: 640px) {
      #megaMenu .gns > ul > li > a {
        color: #417C3D; } }
    #megaMenu .gns > ul > li > a:hover, #megaMenu .gns > ul > li > a:active {
      text-decoration: none; }
      @media screen and (max-width: 640px) {
        #megaMenu .gns > ul > li > a:hover, #megaMenu .gns > ul > li > a:active {
          border-color: transparent !important; } }
      @media screen and (max-width: 640px) {
        #megaMenu .gns > ul > li > a:hover:after, #megaMenu .gns > ul > li > a:active:after {
          content: ""; } }
    #megaMenu .gns > ul > li > a:after {
      font-size: 0.5625rem; }
      @media screen and (max-width: 640px) {
        #megaMenu .gns > ul > li > a:after {
          content: ""; } }
    #megaMenu .gns > ul > li > a:focus {
      text-decoration: none; }
    #megaMenu .gns > ul > li > a.selected:before {
      content: "";
      background-color: #262928; }
  #megaMenu .gns > ul > li .grey-box {
    color: #474C4B;
    font-size: 0.9375rem;
    line-height: 20px; }
    @media screen and (max-width: 640px) {
      #megaMenu .gns > ul > li .grey-box {
        border-radius: 0;
        border-bottom: 1px solid #e6e7e8;
        background: #ffffff; } }
    #megaMenu .gns > ul > li .grey-box .container {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      background-color: #ffffff;
      border-radius: 3px; }
      @media screen and (max-width: 640px) {
        #megaMenu .gns > ul > li .grey-box .container {
          box-shadow: none; } }
      #megaMenu .gns > ul > li .grey-box .container .row .first {
        border-right: 1px solid #dee2e6; }
        #megaMenu .gns > ul > li .grey-box .container .row .first h3,
        #megaMenu .gns > ul > li .grey-box .container .row .first .h3 {
          color: #417C3D; }
      @media screen and (max-width: 640px) {
        #megaMenu .gns > ul > li .grey-box .container .row .sub-menu {
          background: none;
          border-right: none;
          padding: 7px 0 15px; } }
      #megaMenu .gns > ul > li .grey-box .container .row .sub-menu ul {
        list-style: none; }
        @media screen and (max-width: 640px) {
          #megaMenu .gns > ul > li .grey-box .container .row .sub-menu ul li {
            border-bottom: none; } }
        #megaMenu .gns > ul > li .grey-box .container .row .sub-menu ul li a {
          color: #474C4B;
          font-weight: 400;
          position: relative;
          font-family: "Panton", sans-serif; }
          @media screen and (max-width: 640px) {
            #megaMenu .gns > ul > li .grey-box .container .row .sub-menu ul li a {
              color: #4A4A4A;
              font-family: "Panton", sans-serif;
              font-size: 1.0625rem;
              font-weight: bold;
              letter-spacing: 0.23px;
              line-height: 21px; } }
          #megaMenu .gns > ul > li .grey-box .container .row .sub-menu ul li a:before {
            background-color: #262928;
            content: ""; }
      #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.active {
        background-color: #FFFFFF; }
        @media screen and (max-width: 640px) {
          #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.active {
            background-color: #f3f1f1; } }
      #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub > a[aria-haspopup="true"]:after {
        content: "";
        transform: scale(0.75); }
        @media screen and (max-width: 640px) {
          #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub > a[aria-haspopup="true"]:after {
            background: url("svg/sprite.svg") 65.46053% 47.65625% no-repeat; } }
      #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub.active > a[aria-haspopup="true"]:after {
        content: "";
        transform: scale(0.75); }
      @media screen and (max-width: 640px) {
        #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub ul {
          background-color: #f3f1f1; } }
      @media screen and (max-width: 640px) {
        #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub ul.listCol1 li, #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub ul.listCol2 li {
          background-color: #FFFFFF; } }
      @media screen and (max-width: 640px) {
        #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub ul.listCol1 li a, #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub ul.listCol2 li a {
          color: #4A4A4A;
          font-family: "Panton", sans-serif;
          font-size: 1.0625rem;
          font-weight: bold;
          letter-spacing: 0.23px;
          line-height: 21px; } }
      #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub ul li a {
        font-weight: 400;
        line-height: 1.14; }
      @media screen and (max-width: 640px) {
        #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub.active {
          background-color: #FFFFFF;
          padding-bottom: 0;
          margin-bottom: -5px;
          margin-top: 0;
          padding-top: 0; } }
      #megaMenu .gns > ul > li .grey-box .container .row .sub-menu > ul > li.sub.active > a[aria-haspopup="true"] {
        text-decoration: none; }
      #megaMenu .gns > ul > li .grey-box .container .row .sub-menu.no-line {
        background: none; }
      #megaMenu .gns > ul > li .grey-box .container .row .call-to-action img {
        border-radius: 4px; }
      #megaMenu .gns > ul > li .grey-box .container .row .call-to-action p {
        line-height: 1.78; }
      @media screen and (max-width: 640px) {
        #megaMenu .gns > ul > li .grey-box .container .navbtn {
          background-color: #f3f1f1;
          padding: 13px 0 !important;
          border-bottom: 1px solid #e6e7e8; } }
      @media screen and (max-width: 640px) {
        #megaMenu .gns > ul > li .grey-box .container .navbtn .col-4:before {
          content: "";
          background-color: #e6e7e8; } }
      @media screen and (max-width: 640px) {
        #megaMenu .gns > ul > li .grey-box .container .navbtn .col-4 p,
        #megaMenu .gns > ul > li .grey-box .container .navbtn .col-8 p {
          color: #417C3D;
          font-family: "Panton", sans-serif;
          font-size: 1.0625rem;
          font-weight: bold;
          line-height: 30px; } }
  #megaMenu .gns > ul > li.search {
    background-color: transparent; }
    #megaMenu .gns > ul > li.search > a {
      padding: 35px 0 30px;
      border-color: transparent; }
      #megaMenu .gns > ul > li.search > a:hover, #megaMenu .gns > ul > li.search > a:focus, #megaMenu .gns > ul > li.search > a:active {
        text-decoration: none;
        border-color: transparent; }

#megaMenu .btn-dark-blue {
  color: #262928; }
  @media screen and (max-width: 640px) {
    #megaMenu .btn-dark-blue {
      line-height: 25px;
      vertical-align: middle;
      text-align: center;
      background-color: transparent; } }
  @media screen and (max-width: 640px) {
    #megaMenu .btn-dark-blue:focus {
      box-shadow: 0 0 0;
      border-color: transparent;
      outline: 0; } }

@media screen and (max-width: 640px) {
  #megaMenu #tnsMobile {
    text-align: left; } }

@media screen and (max-width: 640px) {
  #megaMenu #tnsMobile ul li {
    padding: 8px 0; }
    #megaMenu #tnsMobile ul li a {
      color: #4A4A4A;
      font-size: 1.0625rem;
      font-weight: bold;
      letter-spacing: 0.23px;
      line-height: 22px;
      font-family: "Panton", sans-serif;
      text-transform: capitalize; } }

#megaMenu #tnsMobile ul li.last {
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e7e8; }

@media screen and (max-width: 640px) {
  #megaMenu #tnsMobile ul li.mob-green {
    border-bottom: 1px solid #e6e7e8;
    background: transparent;
    padding: 16px 0; } }
  @media screen and (max-width: 640px) and (max-width: 640px) {
    #megaMenu #tnsMobile ul li.mob-green a {
      color: #417C3D;
      font-family: "Panton", sans-serif;
      font-size: 0.8125rem;
      font-weight: bold;
      letter-spacing: 0.93px;
      line-height: 22px;
      text-transform: uppercase; } }

@media screen and (max-width: 640px) {
  .inner-page-tabs.platinum-services .content-area.hide-parking {
    display: none !important; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in-text {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.rrssb-buttons {
  box-sizing: border-box;
  font-family: "IOI" !important;
  font-size: 0.75rem;
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-name: fade-in;
  animation-delay: 0.2s;
  display: flex;
  align-items: center;
  vertical-align: middle; }
  @media screen and (max-width: 640px) {
    .rrssb-buttons {
      margin-bottom: 20px; } }
  .rrssb-buttons.fixed {
    z-index: 99999;
    margin-bottom: 0; }
    @media screen and (min-width: 641px) {
      .rrssb-buttons.fixed {
        position: fixed;
        top: 30%;
        margin-top: 0;
        float: left;
        width: 44px !important;
        min-width: 44px !important;
        left: 5px; } }
    .rrssb-buttons.fixed li {
      line-height: 1;
      transition: all 0.5s ease;
      margin-left: 0; }
      @media screen and (max-width: 640px) {
        .rrssb-buttons.fixed li {
          margin-left: 5px;
          margin-bottom: 5px; } }
      @media screen and (min-width: 641px) {
        .rrssb-buttons.fixed li {
          float: left;
          display: block; }
          .rrssb-buttons.fixed li:not(:last-of-type) {
            margin-bottom: 10px; }
          .rrssb-buttons.fixed li:hover a {
            width: auto;
            padding: 13px 17px 13px 37px; } }
    @media screen and (min-width: 641px) and (max-width: 640px) {
      .rrssb-buttons.fixed li:hover a .rrssb-icon {
        left: 10px;
        position: absolute; } }
      @media screen and (min-width: 641px) {
            .rrssb-buttons.fixed li:hover a .rrssb-text {
              visibility: visible; } }
      @media screen and (min-width: 641px) and (max-width: 640px) {
        .rrssb-buttons.fixed li:hover a .rrssb-text {
          display: inline-block; } }
      .rrssb-buttons.fixed li a {
        width: 40px;
        line-height: unset;
        padding: 13px 20px;
        overflow: hidden;
        transition: all 0.5s ease; }
        @media screen and (max-width: 640px) {
          .rrssb-buttons.fixed li a {
            padding: 10px; } }
        .rrssb-buttons.fixed li a .rrssb-text {
          visibility: hidden;
          animation: fade-in-text; }
  .rrssb-buttons.round li, .rrssb-buttons.wrapped li {
    width: 40px !important;
    margin-left: 5px;
    margin-bottom: 5px; }
    .rrssb-buttons.round li a, .rrssb-buttons.wrapped li a {
      padding: 10px !important;
      border-radius: 50px; }
      @media screen and (max-width: 332px) and (min-width: 320px) {
        .rrssb-buttons.round li a, .rrssb-buttons.wrapped li a {
          padding: 12px !important; } }
      .rrssb-buttons.round li a .rrssb-icon, .rrssb-buttons.wrapped li a .rrssb-icon {
        left: unset;
        position: relative; }
        .rrssb-buttons.round li a .rrssb-icon:before, .rrssb-buttons.wrapped li a .rrssb-icon:before {
          display: none !important; }
      .rrssb-buttons.round li a .rrssb-text, .rrssb-buttons.wrapped li a .rrssb-text {
        visibility: hidden;
        display: none; }
  .rrssb-buttons:after {
    clear: both; }
  .rrssb-buttons:before, .rrssb-buttons:after {
    content: "";
    display: table; }
  .rrssb-buttons li {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    vertical-align: middle;
    height: 100%;
    line-height: 13px;
    list-style: none;
    margin: 0;
    padding: 0 2px; }
    @media screen and (max-width: 332px) {
      .rrssb-buttons li {
        padding: 0; } }
    @media screen and (max-width: 640px) {
      .rrssb-buttons li {
        width: 40px !important;
        margin-left: 5px;
        margin-bottom: 5px; } }
    .rrssb-buttons li.rrssb-email a {
      background-color: #0a88ff; }
      .rrssb-buttons li.rrssb-email a:hover {
        background-color: #006ed6; }
    .rrssb-buttons li.rrssb-facebook a {
      background-color: #306199; }
      .rrssb-buttons li.rrssb-facebook a:hover {
        background-color: #244872; }
    .rrssb-buttons li.rrssb-tumblr a {
      background-color: #32506d; }
      .rrssb-buttons li.rrssb-tumblr a:hover {
        background-color: #22364a; }
    .rrssb-buttons li.rrssb-linkedin a {
      background-color: #007bb6; }
      .rrssb-buttons li.rrssb-linkedin a:hover {
        background-color: #005983; }
    .rrssb-buttons li.rrssb-twitter a {
      background-color: #26c4f1; }
      .rrssb-buttons li.rrssb-twitter a:hover {
        background-color: #0eaad6; }
    .rrssb-buttons li.rrssb-googleplus a {
      background-color: #e93f2e; }
      .rrssb-buttons li.rrssb-googleplus a:hover {
        background-color: #ce2616; }
    .rrssb-buttons li.rrssb-youtube a {
      background-color: #df1c31; }
      .rrssb-buttons li.rrssb-youtube a:hover {
        background-color: #b21627; }
    .rrssb-buttons li.rrssb-reddit a {
      background-color: #8bbbe3; }
      .rrssb-buttons li.rrssb-reddit a:hover {
        background-color: #62a3d9; }
    .rrssb-buttons li.rrssb-pinterest a {
      background-color: #b81621; }
      .rrssb-buttons li.rrssb-pinterest a:hover {
        background-color: #8a1119; }
    .rrssb-buttons li.rrssb-pocket a {
      background-color: #ed4054; }
      .rrssb-buttons li.rrssb-pocket a:hover {
        background-color: #e4162d; }
    .rrssb-buttons li.rrssb-github a {
      background-color: #444444; }
      .rrssb-buttons li.rrssb-github a:hover {
        background-color: #2b2b2b; }
    .rrssb-buttons li.rrssb-instagram a {
      background-color: #125688; }
      .rrssb-buttons li.rrssb-instagram a:hover {
        background-color: #0c3a5b; }
    .rrssb-buttons li.rrssb-delicious a {
      background-color: #0b79e5; }
      .rrssb-buttons li.rrssb-delicious a:hover {
        background-color: #095fb4; }
    .rrssb-buttons li.rrssb-vk a {
      background-color: #4d71a9; }
      .rrssb-buttons li.rrssb-vk a:hover {
        background-color: #3d5a86; }
    .rrssb-buttons li.rrssb-hackernews a {
      background-color: #ff6600; }
      .rrssb-buttons li.rrssb-hackernews a:hover {
        background-color: #cc5200; }
    .rrssb-buttons li.rrssb-whatsapp a {
      background-color: #43d854; }
      .rrssb-buttons li.rrssb-whatsapp a:hover {
        background-color: #28c039; }
    .rrssb-buttons li.rrssb-tiktok a {
      background-color: #444444; }
      .rrssb-buttons li.rrssb-tiktok a:hover {
        background-color: #2b2b2b; }
    .rrssb-buttons li.rrssb-print a {
      background-color: #8d98a2; }
      .rrssb-buttons li.rrssb-print a:hover {
        background-color: #717f8b; }
    .rrssb-buttons li.rrssb-xing a {
      background-color: #005A5F; }
      .rrssb-buttons li.rrssb-xing a:hover {
        background-color: #002a2c; }
    .rrssb-buttons li a {
      background-color: #cccccc;
      border-radius: 2px;
      box-sizing: border-box;
      display: block;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-size: 0.75rem;
      line-height: 13px;
      height: 100%;
      padding: 13px 17px 13px 37px;
      position: relative;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      transition: background-color 0.2s ease-in-out;
      width: 100%; }
      .rrssb-buttons li a .rrssb-icon {
        display: block;
        left: 11px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 17px;
        width: 17px; }
        .rrssb-buttons li a .rrssb-icon svg {
          height: 17px;
          width: 17px; }
          .rrssb-buttons li a .rrssb-icon svg path,
          .rrssb-buttons li a .rrssb-icon svg circle {
            fill: #ffffff; }
      .rrssb-buttons li a .rrssb-text {
        color: #ffffff;
        position: relative;
        top: 1px; }
      .rrssb-buttons li a:active {
        box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, 0.25); }
    .rrssb-buttons li.rrssb-facebook a, .rrssb-buttons li.rrssb-twitter a, .rrssb-buttons li.rrssb-linkedin a {
      display: inline-block;
      background-color: unset !important; }
      .rrssb-buttons li.rrssb-facebook a .rrssb-icon, .rrssb-buttons li.rrssb-twitter a .rrssb-icon, .rrssb-buttons li.rrssb-linkedin a .rrssb-icon {
        display: none !important; }
    .rrssb-buttons li.rrssb-email a {
      background-color: #00402F;
      width: 35px;
      height: 35px; }
      .rrssb-buttons li.rrssb-email a .rrssb-icon {
        left: -1px;
        top: -1px; }
        @media screen and (max-width: 332px) {
          .rrssb-buttons li.rrssb-email a .rrssb-icon {
            left: -2px;
            top: -3px; } }
      .rrssb-buttons li.rrssb-email a:hover {
        background-color: #96CA4F; }
    @media screen and (min-width: 641px) {
      .rrssb-buttons li.small a {
        padding: 13px; }
        .rrssb-buttons li.small a .rrssb-text {
          visibility: hidden; } }
    @media screen and (max-width: 640px) {
      .rrssb-buttons li a {
        padding: 10px; }
        .rrssb-buttons li a .rrssb-icon {
          left: unset;
          position: relative;
          /*left: auto;
          margin: 0 auto;
          overflow: hidden;
          position: relative;
          top: auto;
          width: 100%;*/ }
        .rrssb-buttons li a .rrssb-text {
          visibility: hidden;
          display: none; } }

.standard-content .rrssb-buttons {
  visibility: visible;
  padding: 0;
  margin-bottom: 30px; }
  .standard-content .rrssb-buttons.round {
    margin-bottom: 0;
    list-style-type: none; }
  @media screen and (max-width: 640px) {
    .standard-content .rrssb-buttons {
      margin-bottom: 20px; } }
  .standard-content .rrssb-buttons li {
    padding: 0 2px;
    margin-bottom: 0 !important; }
    @media screen and (max-width: 332px) {
      .standard-content .rrssb-buttons li {
        padding: 0;
        margin-bottom: 5px; } }

.round-social-share {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    .round-social-share {
      align-items: start; }
      .round-social-share .social-title {
        margin-top: 7px; } }
  .round-social-share .rrssb-buttons {
    margin-bottom: 0; }

.btn.btn-book-flight, .btn-book-flight.btn-link, .booking-widget .bottom-links a.btn-book-flight {
  background-color: #96ca4f;
  border-radius: 4px;
  padding: 12px 12px 12px 46px;
  color: #00402f;
  font-family: "Panton", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: left;
  white-space: unset;
  word-break: break-word;
  position: relative; }
  .btn.btn-book-flight:before, .btn-book-flight.btn-link:before, .booking-widget .bottom-links a.btn-book-flight:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 10px;
    right: auto;
    margin: auto;
    bottom: 0; }
  .btn.btn-book-flight.fast-track:before, .btn-book-flight.fast-track.btn-link:before, .booking-widget .bottom-links a.btn-book-flight.fast-track:before {
    transform: scale(0.6);
    left: 2px; }
  .btn.btn-book-flight.lounge:before, .btn-book-flight.lounge.btn-link:before, .booking-widget .bottom-links a.btn-book-flight.lounge:before {
    transform: scale(0.7);
    left: 4px; }

.buttons-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .buttons-group .button-info {
    margin: 5px 0 15px;
    display: flex;
    line-height: 1; }
  .buttons-group + .pin-flight {
    margin-top: 0; }

.breadcrumb.d-block .breadcrumb-item a {
  padding-left: 15px; }
  .breadcrumb.d-block .breadcrumb-item a:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 16px;
    right: auto;
    margin: auto;
    bottom: 0;
    transform: rotate(180deg) scale(0.7); }

.form-group.marketing-consent:has(.has-error) {
  margin-bottom: 25px; }

.form-group.marketing-consent .has-error .error-message {
  top: 30px; }

.form-wrapper fieldset ul li {
  margin-bottom: 16px; }
  .form-wrapper fieldset ul li:last-child {
    margin-bottom: 0; }

/*# sourceMappingURL=default.css.map */
