@charset "UTF-8";
@font-face {
  font-family: "senshi-icons";
  src: url("../fonts/senshi/icomoon.eot?bfz1z7");
  src: url("../fonts/senshi/icomoon.eot?bfz1z7#iefix") format("embedded-opentype"), url("../fonts/senshi/icomoon.ttf?bfz1z7") format("truetype"), url("../fonts/senshi/icomoon.woff?bfz1z7") format("woff"), url("../fonts/senshi/icomoon.svg?bfz1z7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FontAwesomeNew";
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}
.shake {
  animation-name: shake-7;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}
.spin-cw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
.spin-ccw {
  animation-name: spin-cw-1turn;
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}
.wiggle {
  animation-name: wiggle-7deg;
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

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

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
 */
/* fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
} */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=45em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

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

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

[data-whatinput=mouse] button {
  outline: 0;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.row::before, .row::after {
  content: " ";
  display: table;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media screen and (min-width: 45em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 45em) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.3333333333%;
  float: left;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.6666666667%;
  float: left;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.2857142857%;
  float: left;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}
.small-centered {
  margin-left: auto;
  margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 45em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #95989A;
  line-height: 0;
}

h1 {
  font-size: 1.875rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 45em) {
  h1 {
    font-size: 3.125rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 64em) {
  h1 {
    font-size: 4.375rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.25rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(21.3946938776, 133.0191836735, 206.5053061224);
}
a img {
  border: 0;
}

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #95989A;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #95989A;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #626262;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #626262;
}
cite:before {
  content: "— ";
}

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #F2F2F2;
  border: 1px solid #95989A;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #F2F2F2;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #626262;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 45em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #626262;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: rgb(21.1459183673, 131.4724489796, 204.1040816327);
  color: #fefefe;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.button.primary {
  background-color: #2199e8;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(19.9020408163, 123.7387755102, 192.0979591837);
  color: #fefefe;
}
.button.secondary {
  background-color: #777;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(95.2, 95.2, 95.2);
  color: #fefefe;
}
.button.success {
  background-color: #3adb76;
  color: #fefefe;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #fefefe;
}
.button.warning {
  background-color: #ffae00;
  color: #fefefe;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(204, 139.2, 0);
  color: #fefefe;
}
.button.alert {
  background-color: #ec5840;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(218.2857142857, 49.1428571429, 21.7142857143);
  color: #fefefe;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow {
  border: 1px solid #2199e8;
  color: #2199e8;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(12.4387755102, 77.3367346939, 120.0612244898);
  color: rgb(12.4387755102, 77.3367346939, 120.0612244898);
}
.button.hollow.primary {
  border: 1px solid #2199e8;
  color: #2199e8;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(12.4387755102, 77.3367346939, 120.0612244898);
  color: rgb(12.4387755102, 77.3367346939, 120.0612244898);
}
.button.hollow.secondary {
  border: 1px solid #777;
  color: #777;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: rgb(59.5, 59.5, 59.5);
  color: rgb(59.5, 59.5, 59.5);
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(136.4285714286, 30.7142857143, 13.5714285714);
  color: rgb(136.4285714286, 30.7142857143, 13.5714285714);
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #2199e8;
  color: #fefefe;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #2199e8;
  color: #fefefe;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #777;
  color: #fefefe;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #fefefe;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #fefefe;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #ec5840;
  color: #fefefe;
}
.button.dropdown::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}
.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #95989A;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  border: 1px solid #626262;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #95989A;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #95989A;
}

input::placeholder,
textarea::placeholder {
  color: #95989A;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #F2F2F2;
  cursor: default;
}

[type=submit],
[type=button] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #F2F2F2;
  color: #0a0a0a;
  border: 1px solid #95989A;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

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

legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #95989A;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #95989A;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2898, 98, 98%29'></polygon></svg>");
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select {
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}
select:disabled {
  background-color: #F2F2F2;
  cursor: default;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}
.form-error.is-visible {
  display: block;
}

.accordion {
  list-style-type: none;
  background: #fefefe;
  margin-left: 0;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border: 1px solid #F2F2F2;
  border-bottom: 0;
}
:last-child:not(.is-active) > .accordion-title {
  border-radius: 0 0 0 0;
  border-bottom: 1px solid #F2F2F2;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #F2F2F2;
}
.accordion-title::before {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #F2F2F2;
  border-bottom: 0;
  background-color: #fefefe;
  color: #2199e8;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #F2F2F2;
}

.is-accordion-submenu-parent > a {
  position: relative;
}
.is-accordion-submenu-parent > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1);
}

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fefefe;
}
.badge.secondary {
  background: #777;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #fefefe;
}
.badge.warning {
  background: #ffae00;
  color: #fefefe;
}
.badge.alert {
  background: #ec5840;
  color: #fefefe;
}

.breadcrumbs::before, .breadcrumbs::after {
  content: " ";
  display: table;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0;
}
.breadcrumbs li {
  float: left;
  color: #0a0a0a;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  color: #95989A;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}
.breadcrumbs a {
  color: #2199e8;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #95989A;
  cursor: not-allowed;
}

.button-group::before, .button-group::after {
  content: " ";
  display: table;
}
.button-group::after {
  clear: both;
}
.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded {
  margin-right: -1px;
}
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.3333333333% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.6666666667% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.primary .button {
  background-color: #2199e8;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: rgb(19.9020408163, 123.7387755102, 192.0979591837);
  color: #fefefe;
}
.button-group.secondary .button {
  background-color: #777;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: rgb(95.2, 95.2, 95.2);
  color: #fefefe;
}
.button-group.success .button {
  background-color: #3adb76;
  color: #fefefe;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #fefefe;
}
.button-group.warning .button {
  background-color: #ffae00;
  color: #fefefe;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: rgb(204, 139.2, 0);
  color: #fefefe;
}
.button-group.alert .button {
  background-color: #ec5840;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: rgb(218.2857142857, 49.1428571429, 21.7142857143);
  color: #fefefe;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 45em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 44.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout {
  background-color: rgb(254.85, 254.85, 254.85);
}
.callout.primary {
  background-color: rgb(221.7, 239.7, 251.55);
}
.callout.secondary {
  background-color: rgb(234.6, 234.6, 234.6);
}
.callout.success {
  background-color: rgb(225.45, 249.6, 234.45);
}
.callout.warning {
  background-color: rgb(255, 242.85, 216.75);
}
.callout.alert {
  background-color: rgb(252.15, 229.95, 226.35);
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button {
  position: absolute;
  color: #626262;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

.menu {
  margin: 0;
  list-style-type: none;
}
[data-whatinput=mouse] .menu > li {
  outline: 0;
}
.menu > li {
  display: table-cell;
  vertical-align: middle;
}
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}
.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}
.menu > li {
  display: table-cell;
}
.menu.vertical > li {
  display: block;
}
@media screen and (min-width: 45em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-vertical > li {
    display: block;
  }
}
.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}
.menu.simple a {
  padding: 0;
}
.menu.align-right::before, .menu.align-right::after {
  content: " ";
  display: table;
}
.menu.align-right::after {
  clear: both;
}
.menu.align-right > li {
  float: right;
}
.menu.expanded {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
.menu.icon-top > li > a {
  text-align: center;
}
.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.nested {
  margin-left: 1rem;
}
.menu .active > a {
  color: #fefefe;
  background: #2199e8;
}

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

.menu-centered {
  text-align: center;
}
.menu-centered > .menu {
  display: inline-block;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
.menu-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}
.menu-icon:hover::after {
  background: #95989A;
  box-shadow: 0 7px 0 #95989A, 0 14px 0 #95989A;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
.menu-icon.dark::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}
.menu-icon.dark:hover::after {
  background: #626262;
  box-shadow: 0 7px 0 #626262, 0 14px 0 #626262;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block !important;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.is-drilldown-submenu-parent > a {
  position: relative;
}
.is-drilldown-submenu-parent > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #95989A;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
}
.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
}
@media screen and (min-width: 45em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
  }
}
@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #95989A;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
  margin-top: -3px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-video.widescreen {
  padding-bottom: 56.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe;
}
.label.secondary {
  background: #777;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #fefefe;
}
.label.warning {
  background: #ffae00;
  color: #fefefe;
}
.label.alert {
  background: #ec5840;
  color: #fefefe;
}

.media-object {
  margin-bottom: 1rem;
  display: block;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 44.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
.media-object-section.middle {
  vertical-align: middle;
}
.media-object-section.bottom {
  vertical-align: bottom;
}

html,
body {
  height: 100%;
}

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  content: " ";
  display: table;
}
.off-canvas-wrapper-inner::after {
  clear: both;
}
.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  transition: transform 0.5s ease;
}

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease;
}

[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas {
  position: absolute;
  background: #F2F2F2;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0);
}
.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}
.is-open-left {
  transform: translateX(250px);
}

.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}
.is-open-right {
  transform: translateX(-250px);
}

@media screen and (min-width: 45em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}
@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

.orbit-slide {
  width: 100%;
  max-height: 100%;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5);
}

[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  background-color: #95989A;
  border-radius: 50%;
}
.orbit-bullets button:hover {
  background-color: #626262;
}
.orbit-bullets button.is-active {
  background-color: #626262;
}

.pagination::before, .pagination::after {
  content: " ";
  display: table;
}
.pagination::after {
  clear: both;
}
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  border-radius: 0;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media screen and (min-width: 45em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  color: #0a0a0a;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
}
.pagination a:hover,
.pagination button:hover {
  background: #F2F2F2;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #2199e8;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #95989A;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  content: "…";
  padding: 0.1875rem 0.625rem;
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: "«";
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
  content: "»";
  display: inline-block;
  margin-left: 0.5rem;
}

.progress {
  background-color: #95989A;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}
.progress.primary .progress-meter {
  background-color: #2199e8;
}
.progress.secondary .progress-meter {
  background-color: #777;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #ec5840;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #F2F2F2;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #95989A;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0;
}
.slider-handle:hover {
  background-color: rgb(21.1459183673, 131.4724489796, 204.1040816327);
}
.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

[data-whatinput=mouse] .reveal {
  outline: 0;
}
.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #95989A;
  background-color: #fefefe;
  border-radius: 0;
}
@media screen and (min-width: 45em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column,
.reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 45em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal {
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}
@media screen and (min-width: 45em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}
.reveal.collapse {
  padding: 0;
}
@media screen and (min-width: 45em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media screen and (min-width: 45em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media screen and (min-width: 45em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 44.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem;
}

.switch-input {
  opacity: 0;
  position: absolute;
  margin-bottom: 0;
}

.switch-paddle {
  background: #95989A;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  background: #fefefe;
  content: "";
  display: block;
  position: absolute;
  height: 1.5rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  transition: all 0.25s ease-out;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
}
input:checked ~ .switch-paddle {
  background: #2199e8;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid rgb(241.3, 241.3, 241.3);
  background-color: #fefefe;
}

caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

thead {
  background: rgb(247.65, 247.65, 247.65);
  color: #0a0a0a;
}

tfoot {
  background: rgb(241.3, 241.3, 241.3);
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody tr:nth-child(even) {
  background-color: rgb(241.3, 241.3, 241.3);
}
tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: rgb(242.55, 242.55, 242.55);
}
table.hover tfoot tr:hover {
  background-color: rgb(236.2, 236.2, 236.2);
}
table.hover tbody tr:hover {
  background-color: rgb(248.9, 248.9, 248.9);
}
table.hover tbody tr:nth-of-type(even):hover {
  background-color: rgb(236.15, 236.15, 236.15);
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}

.tabs::before, .tabs::after {
  content: " ";
  display: table;
}
.tabs::after {
  clear: both;
}
.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #F2F2F2;
}

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #2199e8;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(23.6336734694, 146.9397959184, 228.1163265306);
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 0.75rem;
}
.tabs-title > a:hover {
  background: #fefefe;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #F2F2F2;
}

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #F2F2F2;
  border-top: 0;
}

.tabs-content.vertical {
  border: 1px solid #F2F2F2;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem;
}
.thumbnail:hover, .thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
}

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem;
}
.title-bar::before, .title-bar::after {
  content: " ";
  display: table;
}
.title-bar::after {
  clear: both;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

.has-tip {
  border-bottom: dotted 1px #626262;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help;
}

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0;
}
.tooltip::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent #0a0a0a;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: #0a0a0a transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto;
}
.tooltip.left::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent transparent #0a0a0a;
  border-left-style: solid;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent #0a0a0a transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.top-bar::before, .top-bar::after {
  content: " ";
  display: table;
}
.top-bar::after {
  clear: both;
}
.top-bar {
  padding: 0.5rem;
}
.top-bar,
.top-bar ul {
  background-color: #F2F2F2;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}
@media screen and (min-width: 45em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  float: left;
  margin-right: 1rem;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 44.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 45em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 45em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 44.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 45em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 44.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}
.shake {
  animation-name: shake-7;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}
.spin-cw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
.spin-ccw {
  animation-name: spin-cw-1turn;
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}
.wiggle {
  animation-name: wiggle-7deg;
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-lazyload, .js-owl-background {
  background: rgba(0, 0, 0, 0.05);
}
.js-lazyload .backstretch img, .js-owl-background .backstretch img {
  opacity: 0; /* make things invisible upon start */
  animation: fadeIn ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 0.4s;
}
.js-lazyload.visible .backstretch img, .js-owl-background.visible .backstretch img {
  will-change: opacity;
}

body, html {
  font-family: "Helvetica Neue", sans-serif;
}
body.noscroll, html.noscroll {
  overflow: hidden;
}
body h1, body h2, body h3, body h4, body h5, body h6, html h1, html h2, html h3, html h4, html h5, html h6 {
  font-family: "Helvetica Neue", sans-serif;
}
body .page-content, html .page-content {
  padding-top: 87px;
}
body .ccm-notification-help-launcher, html .ccm-notification-help-launcher {
  display: none;
}

.print_css {
  display: none;
}

.custom-row-width {
  max-width: 1600px;
}

.testimonial-home {
  background: white;
  padding: 90px 0;
}
@media screen and (max-width: 44.9375em) {
  .testimonial-home {
    padding: 25px 0;
  }
}
.testimonial-home h1, .testimonial-home h2, .testimonial-home h3 {
  color: #0089EC;
  font-weight: bold;
  font-size: 44px;
  margin-bottom: 20px;
}
@media screen and (max-width: 44.9375em) {
  .testimonial-home h1, .testimonial-home h2, .testimonial-home h3 {
    font-size: 34px;
  }
}
.testimonial-home p {
  font-size: 20px;
  color: #626262;
}
.testimonial-home.tour-page {
  padding: 0 0 40px 0;
}
.testimonial-home.tour-page .row {
  max-width: 1300px;
}
.testimonial-home.tour-page p {
  font-weight: bold;
  font-size: 26px;
}

.ccm-faq-container {
  margin-top: 20px;
}

.youtubeBlock {
  margin-top: 20px;
}

.html-block {
  margin-top: 20px;
}

.sitemap {
  background: none;
  margin-top: 20px;
}
.sitemap li {
  transition: all 0.15s ease-in-out;
}
.sitemap li a {
  color: rgba(0, 0, 0, 0.6);
}
.sitemap li a:after {
  border-color: rgba(0, 0, 0, 0.6) transparent transparent;
}
.sitemap ul {
  margin-right: 1rem;
  margin-left: 0;
  padding-left: 1rem;
  background: rgba(0, 0, 0, 0.05);
  border-left: 3px solid #0089EC;
}
.sitemap ul ul {
  border-left: 3px solid #4d505b;
}
.sitemap ul ul ul {
  border-left: 3px solid #C02942;
}

.wysiwyg a {
  font-weight: bold;
  color: #0089EC;
}
.wysiwyg a.pdf-link {
  color: #626262;
  font-weight: 500;
}
.wysiwyg a.button {
  font-weight: bold;
  color: white;
}
.wysiwyg a.button.pdf-link {
  color: #626262;
  font-weight: 500;
}
.wysiwyg p {
  color: #626262;
}
.wysiwyg p:last-of-type {
  margin-bottom: 0;
}
.wysiwyg p .body-text-16 {
  font-size: 16px;
  color: #626262;
}
.wysiwyg p .body-text-20 {
  font-size: 20px;
  color: #626262;
}
.wysiwyg img {
  width: 100%;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.wysiwyg img.visible {
  opacity: 1;
}
.wysiwyg .wysiwyg-img {
  position: relative;
  width: 100%;
}
.wysiwyg .wysiwyg-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4 {
  display: block;
  color: #626262;
  font-weight: bold;
}
.wysiwyg ul {
  display: block;
  margin: 0 0 15px 0;
}
.wysiwyg ul li {
  display: block;
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
  color: #626262;
}
.wysiwyg ul li:before {
  content: "\f00c";
  font-family: "FontAwesomeNew";
  font-size: 20px;
  position: absolute;
  top: -3px;
  left: 0;
  color: #0089EC;
}
.wysiwyg ul li ul {
  border-left: 5px solid #0089EC;
}
.wysiwyg ul li ul li {
  padding-left: 0;
  padding: 0 10px;
}
.wysiwyg ul li ul li:before {
  display: none;
}

select {
  cursor: pointer;
}

ul.breadcrumb {
  display: block;
  clear: both;
  list-style: none;
  margin: 15px 0;
  overflow: hidden;
}
ul.breadcrumb li {
  float: left;
}
ul.breadcrumb li a {
  color: #626262;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}
ul.breadcrumb li a:after {
  content: "\f105";
  font-family: "FontAwesomeNew";
  display: inline-block;
  margin: 0 10px;
}
ul.breadcrumb li a:hover {
  opacity: 0.7;
}
ul.breadcrumb li.active a {
  color: #0089EC;
}
ul.breadcrumb li.active a:after {
  display: none;
}

.footer-spacer {
  clear: both;
  display: block;
  height: 30px;
}

.global-pagination, .pagination {
  display: inline-block;
  list-style: none;
  margin: 0;
  margin-bottom: 20px;
  font-size: 15px;
}
.global-pagination .arrow, .pagination .arrow {
  display: none !important;
}
.global-pagination li, .pagination li {
  display: inline-block !important;
  margin-right: 10px;
  line-height: 50px;
  font-size: 20px;
}
@media screen and (max-width: 44.9375em) {
  .global-pagination li, .pagination li {
    margin-bottom: 5px;
  }
}
.global-pagination li a, .pagination li a {
  display: block;
  height: 50px;
  width: 50px;
  border: 1px solid #F2F2F2;
  text-align: center;
  color: #626262;
  background: #F2F2F2;
  font-weight: bold;
  transition: all 0.15s ease-in-out;
  padding: 0;
}
.global-pagination li a:hover, .pagination li a:hover {
  background: rgb(216.5, 216.5, 216.5);
}
.global-pagination li.active, .global-pagination li.current, .pagination li.active, .pagination li.current {
  display: block;
  padding: 0;
  height: 50px;
  width: 50px;
  border: 1px solid #0089EC;
  text-align: center;
  color: white;
  background: #0089EC;
  font-weight: bold;
  transition: all 0.15s ease-in-out;
  cursor: not-allowed;
}
.global-pagination li.active a, .global-pagination li.current a, .pagination li.active a, .pagination li.current a {
  width: auto;
  height: auto;
  border: 0;
  font-weight: bold;
  color: white;
  background: none;
}
.global-pagination li.active a:hover, .global-pagination li.current a:hover, .pagination li.active a:hover, .pagination li.current a:hover {
  background: none;
}
.global-pagination li.next, .pagination li.next {
  display: inline-block;
}
.global-pagination li.next a, .pagination li.next a {
  border: 0;
  background: none;
  height: 35px;
  width: auto;
}
.global-pagination li.next a:after, .pagination li.next a:after {
  content: "\f18e";
  font-family: "FontAwesomeNew";
  color: #C02942;
  font-size: 28px;
  display: block;
  transform: translateY(3px);
  transition: all 0.15s ease-in-out;
}
.global-pagination li.next a:hover:after, .pagination li.next a:hover:after {
  color: rgb(215.2317596567, 68.7682403433, 93.017167382);
}
.global-pagination .prev, .global-pagination .next, .pagination .prev, .pagination .next {
  display: none !important;
}

@media screen and (max-width: 63.9375em) {
  .tour-list-description iframe {
    margin-top: 20px;
  }
}

.tour-pagination-content {
  padding: 0 15px;
  display: block;
  width: 100%;
}

.js-select {
  opacity: 0;
}

.search-again {
  text-align: center;
  margin: 15px 0;
}
.search-again .toggle-off-canvas {
  font-size: 26px;
  font-weight: bold;
  background: #0089EC;
  padding: 15px 50px;
  display: inline-block;
  color: white;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.search-again .toggle-off-canvas:hover {
  background: rgb(32, 161.4533898305, 255);
}

.tourcms-enquiry-form {
  margin: 0 -15px;
}
.tourcms-enquiry-form .field {
  margin-bottom: 15px;
  width: 50%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 45em) {
  .tourcms-enquiry-form .field {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.tourcms-enquiry-form .field:last-child:not(:first-child) {
  float: right;
}
.tourcms-enquiry-form .field.full-width {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 45em) {
  .tourcms-enquiry-form .field.full-width {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.tourcms-enquiry-form .field.full-width:last-child:not(:first-child) {
  float: right;
}
@media screen and (max-width: 44.9375em) {
  .tourcms-enquiry-form .field {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 44.9375em) and (min-width: 45em) {
  .tourcms-enquiry-form .field {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 44.9375em) {
  .tourcms-enquiry-form .field:last-child:not(:first-child) {
    float: right;
  }
}
.tourcms-enquiry-form .field:last-of-type {
  float: left !important;
}
.tourcms-enquiry-form .field input[type=text], .tourcms-enquiry-form .field input[type=email], .tourcms-enquiry-form .field input[type=tel], .tourcms-enquiry-form .field select, .tourcms-enquiry-form .field textarea, .tourcms-enquiry-form .field input[type=number], .tourcms-enquiry-form .field input[type=date] {
  border: 1px solid #E0E0E0;
  outline: 0;
  box-shadow: none;
  background-color: #F7F7F7;
  border-radius: 0;
  transition: all 0.15s ease-in-out;
  height: 45px;
  padding-left: 15px;
  font-size: 16px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.7);
}
.tourcms-enquiry-form .field input[type=text]:focus, .tourcms-enquiry-form .field input[type=email]:focus, .tourcms-enquiry-form .field input[type=tel]:focus, .tourcms-enquiry-form .field select:focus, .tourcms-enquiry-form .field textarea:focus, .tourcms-enquiry-form .field input[type=number]:focus, .tourcms-enquiry-form .field input[type=date]:focus {
  background-color: rgb(234.25, 234.25, 234.25);
}
.tourcms-enquiry-form .field textarea {
  height: 180px;
}
.tourcms-enquiry-form .field select {
  cursor: pointer;
}
.tourcms-enquiry-form .field select:hover {
  background-color: rgb(234.25, 234.25, 234.25);
}
.tourcms-enquiry-form .field label {
  color: #626262;
  font-size: 14px;
}
.tourcms-enquiry-form input[type=submit] {
  transition: all 0.15s ease-in-out;
  display: block;
  background: #0089EC;
  text-align: center;
  padding: 20px 15px;
  color: white;
  border: 0;
  width: 100%;
}
.tourcms-enquiry-form input[type=submit]:hover {
  background: rgb(32, 161.4533898305, 255);
}

.custom-style-tour-cms strong {
  font-size: 22px;
  display: block;
  margin-bottom: 15px;
}
.custom-style-tour-cms p {
  color: white;
}
.custom-style-tour-cms p strong {
  font-size: inherit;
  display: inline;
}
.custom-style-tour-cms h4 {
  font-size: 28px;
  font-weight: bold;
}
.custom-style-tour-cms *:last-child {
  margin-bottom: 0;
}
.custom-style-tour-cms .small-text {
  font-size: 14px;
}
.custom-style-tour-cms .large-text {
  font-size: 24px;
}

.tripeasi-currency-panel {
  position: relative;
}
.tripeasi-currency-panel a.currency {
  height: 100%;
  display: block;
  padding: 0 15px;
}
.tripeasi-currency-panel .currency-drop {
  position: absolute;
  top: 98%;
  box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0.1);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  overflow: hidden;
  background: white;
  margin: auto;
  width: 100px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  list-style: none;
  display: block;
  height: 0;
  transition: opacity 0.3s 0s ease-in-out, height 0s 0.3s;
}
.tripeasi-currency-panel .currency-drop:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -15px;
  top: -15px;
  left: 50%;
}
.tripeasi-currency-panel .currency-drop li a {
  padding: 10px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  display: block;
}
.tripeasi-currency-panel .currency-drop li a:hover {
  background: rgb(242.25, 242.25, 242.25);
}
.tripeasi-currency-panel .currency-drop.visible {
  height: auto;
  opacity: 1;
  transition: opacity 0.3s 0s ease-in-out, height 0s 0s;
}
.tripeasi-currency-panel .currency-drop.loading {
  opacity: 0.5;
  cursor: wait;
}
.tripeasi-currency-panel .currency-drop.loading a {
  cursor: wait;
}

.back-to-top-btn {
  position: fixed;
  bottom: 20px;
  left: 15px;
  background: #0089EC;
  color: white;
  border-radius: 5px;
  padding: 15px;
  display: block;
  z-index: 999;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  opacity: 0;
  transform: translateY(100px);
}
.back-to-top-btn.visible {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 44.9375em) {
  .back-to-top-btn span {
    display: none;
  }
  .back-to-top-btn:after {
    margin-left: 0 !important;
  }
}
.back-to-top-btn:after {
  content: "\f062";
  font-family: "FontAwesomeNew";
  display: inline-block;
  margin-left: 10px;
}
.back-to-top-btn:hover {
  background: rgb(32, 161.4533898305, 255);
}

.d-none {
  display: none;
}

#header {
  display: block;
  position: fixed;
  height: 87px;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  top: 0;
  left: 0;
  clear: both;
  z-index: 200;
}
#header .row, #header .columns {
  height: 100%;
}
@media (max-width: 850px) {
  #header .columns {
    padding-right: 0;
  }
}
#header .branding {
  width: 205px;
  height: 60px;
  display: block;
  float: left;
  background: url("../images/branding.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  transition: all 0.2s ease-in-out;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#header .branding a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#header .branding:hover {
  opacity: 0.8;
}
@media (max-width: 570px) {
  #header .branding {
    width: 130px;
    height: 40px;
  }
}
#header .header-links {
  display: block;
  float: right;
  width: auto;
  height: 100%;
}
#header .header-links .tripeasi-currency-dropdown, #header .header-links .cart, #header .header-links .toggle-off-canvas {
  float: left;
  height: 100%;
  padding: 0 15px;
  line-height: 89px;
  color: #0089EC;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  position: relative;
}
#header .header-links .tripeasi-currency-dropdown:hover, #header .header-links .cart:hover, #header .header-links .toggle-off-canvas:hover {
  background: rgb(242.25, 242.25, 242.25);
}
@media (max-width: 570px) {
  #header .header-links .tripeasi-currency-dropdown, #header .header-links .cart, #header .header-links .toggle-off-canvas {
    padding: 0 10px;
  }
}
#header .header-links .cart {
  padding: 0;
}
#header .header-links .cart a {
  padding: 0 15px;
  height: 100%;
  line-height: 89px;
  display: block;
  overflow: hidden;
}
@media (max-width: 570px) {
  #header .header-links .cart a {
    padding: 0 10px;
  }
}
#header .header-links .cart a span {
  height: 30px;
  width: 30px;
  position: relative;
  display: block;
  line-height: 30px;
  text-align: center;
  background: #C02942;
  color: white;
  border-radius: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  float: left;
  font-weight: 500;
}
#header .header-links .cart a:before {
  content: "\f07a";
  font-family: "FontAwesomeNew";
  display: block;
  float: left;
  margin-right: 5px;
  color: #0089EC;
  font-size: 30px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 465px) {
  #header .header-links .tripeasi-currency-dropdown a {
    padding: 0px 10px !important;
  }
}
#header .header-links .tripeasi-currency-dropdown {
  max-width: 140px;
  padding: 0;
}
#header .header-links .tripeasi-currency-dropdown .select2 {
  height: 81px;
  background: none;
  min-width: 125px !important;
}
#header .header-links .tripeasi-currency-dropdown .select2 .selection {
  display: block;
  height: 100%;
}
#header .header-links .tripeasi-currency-dropdown .select2 .select2-selection {
  border: 0;
  background: none;
  height: 100%;
  outline: 0;
}
#header .header-links .tripeasi-currency-dropdown .select2 .select2-selection .select2-selection__arrow {
  display: none;
}
#header .header-links .tripeasi-currency-dropdown .select2 .select2-selection .select2-selection__rendered {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 0 15px;
  padding-left: 50px;
  color: #0089EC;
  font-size: 16px;
  font-weight: 500;
  transform: translateY(-37%);
}
#header .header-links .tripeasi-currency-dropdown .select2 .select2-selection .select2-selection__rendered:after {
  content: "\f107";
  font-family: "FontAwesomeNew";
  display: inline-block;
  margin-left: 10px;
}
#header .header-links .tripeasi-currency-dropdown .select2 .select2-selection .select2-selection__rendered:before {
  content: "";
  width: 25px;
  height: 25px;
  background: #F2F2F2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 0px solid #0089EC;
  border-radius: 100%;
  display: block;
  margin-right: 10px;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#header .header-links .tripeasi-currency-dropdown .select2.select2-container--open .select2-selection .select2-selection__rendered:after {
  content: "\f106";
}
#header .header-links .tripeasi-currency-dropdown .select2.usd .select2-selection__rendered:before {
  background-image: url("../images/flags/USD.png");
}
#header .header-links .tripeasi-currency-dropdown .select2.eur .select2-selection__rendered:before {
  background-image: url("../images/flags/EUR.png");
}
#header .header-links .tripeasi-currency-dropdown .select2.gbp .select2-selection__rendered:before {
  background-image: url("../images/flags/GBP.png");
}
#header .header-links .tripeasi-currency-dropdown .select2.aud .select2-selection__rendered:before {
  background-image: url("../images/flags/AUD.png");
}
#header .header-links .tripeasi-currency-dropdown .select2.brl .select2-selection__rendered:before {
  background-image: url("../images/flags/BRL.png");
}
#header .header-links .tripeasi-currency-dropdown .select2.cad .select2-selection__rendered:before {
  background-image: url("../images/flags/CAD.png");
}
#header .header-links .tripeasi-currency-dropdown .select2.chf .select2-selection__rendered:before {
  background-image: url("../images/flags/CHF.png");
}
#header .header-links .tripeasi-currency-dropdown .select2.cny .select2-selection__rendered:before {
  background-image: url("../images/flags/CNY.png");
}
#header .header-links .tripeasi-currency-dropdown .select2.hkd .select2-selection__rendered:before {
  background-image: url("../images/flags/HKD.png");
}
#header .header-links .tripeasi-currency-dropdown .select2.inr .select2-selection__rendered:before {
  background-image: url("../images/flags/INR.png");
}
#header .header-links .tripeasi-currency-dropdown .select2.isk .select2-selection__rendered:before {
  background-image: url("../images/flags/ISK.png");
}
#header .header-links .tripeasi-currency-dropdown .select2.jpy .select2-selection__rendered:before {
  background-image: url("../images/flags/JPY.png");
}
#header .header-links .tripeasi-currency-dropdown .select2.mxn .select2-selection__rendered:before {
  background-image: url("../images/flags/MXN.png");
}
#header .header-links .tripeasi-currency-dropdown .select2.nok .select2-selection__rendered:before {
  background-image: url("../images/flags/NOK.png");
}
#header .header-links .tripeasi-currency-dropdown .select2.nzd .select2-selection__rendered:before {
  background-image: url("../images/flags/NZD.png");
}
#header .header-links .tripeasi-currency-dropdown .select2.sgd .select2-selection__rendered:before {
  background-image: url("../images/flags/SGD.png");
}
#header .header-links .tripeasi-currency-dropdown .select2.zar .select2-selection__rendered:before {
  background-image: url("../images/flags/ZAR.png");
}
#header .header-links .tripeasi-currency-dropdown .select2.aed .select2-selection__rendered:before {
  background-image: url("../images/flags/AED.png");
}
#header .header-links .menu .hamburger {
  height: 3px;
  position: relative;
  width: 25px;
  background: #0089EC;
  display: inline-block;
  vertical-align: middle;
  margin-top: -7px;
  margin-left: 10px;
  transition: background 0s 0.4s ease-in-out;
}
#header .header-links .menu .hamburger:before, #header .header-links .menu .hamburger:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #0089EC;
  transition: background 0.3s ease-in-out, top 0.4s 0.4s ease-in-out, bottom 0.4s 0.4s ease-in-out, transform 0.4s 0s ease-in-out;
}
#header .header-links .menu .hamburger:before {
  top: -7px;
}
#header .header-links .menu .hamburger:after {
  bottom: -7px;
}
#header .header-links .menu.active .hamburger {
  background: transparent;
}
#header .header-links .menu.active .hamburger:before, #header .header-links .menu.active .hamburger:after {
  background: white;
  transition: top 0.4s 0s ease-in-out, bottom 0.4s 0s ease-in-out, transform 0.4s 0.4s ease-in-out;
}
#header .header-links .menu.active .hamburger:before {
  top: 0;
  transform: rotate(45deg);
}
#header .header-links .menu.active .hamburger:after {
  bottom: 0;
  transform: rotate(-45deg);
}
@media (max-width: 850px) {
  #header .header-links .menu strong {
    display: none;
  }
  #header .header-links .menu .hamburger {
    margin-left: 0;
  }
}
@media (max-width: 320px) {
  #header .header-links .search {
    display: none;
  }
}
#header .header-links .search:after {
  content: "\f002";
  display: inline-block;
  font-size: 20px;
  font-family: "FontAwesomeNew";
  color: #0089EC;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  filter: FlipH;
  transform: scaleX(-1);
}
#header .header-links .search.active:after {
  color: white;
}
@media (max-width: 850px) {
  #header .header-links .search strong {
    display: none;
  }
  #header .header-links .search:after {
    margin-left: 0;
  }
}
#header .header-links .toggle-off-canvas {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#header .header-links .toggle-off-canvas strong {
  font-weight: 500;
  position: relative;
}
#header .header-links .toggle-off-canvas:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #0089EC;
  width: 100%;
  height: 0;
  transition: all 0.3s ease-in-out;
}
#header .header-links .toggle-off-canvas:hover:before {
  height: 5px;
}
#header .header-links .toggle-off-canvas.active {
  color: white;
}
#header .header-links .toggle-off-canvas.active:before {
  height: 100%;
}

.js-off-screen {
  position: fixed;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  background: #0089EC;
  opacity: 0;
  z-index: 199;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), z-index 0s 1s;
  will-change: height;
  overflow: hidden;
  max-height: 100vh;
  backface-visibility: hidden;
}
@media screen and (max-width: 44.9375em) {
  .js-off-screen .columns:last-child .menu-delay:first-child {
    margin-top: 0;
  }
}
.js-off-screen .menu-delay {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0s 1s ease-in-out;
  display: block;
  margin: 40px 0;
}
.js-off-screen .menu-delay.active {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
}
.js-off-screen .menu-delay.active h4:after {
  width: 100%;
  transition: width 0.3s 0.2s ease-in-out;
}
.js-off-screen a {
  color: white;
  transition: all 0.2s ease-in-out;
  font-weight: bold;
  font-size: 14px;
}
.js-off-screen a:hover {
  opacity: 0.7;
}
.js-off-screen h4 {
  display: block;
  font-size: 28px;
}
.js-off-screen h4 a {
  font-size: 28px;
}
.js-off-screen h4:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background: white;
  margin-top: 10px;
  transition: width 0s 1s ease-in-out;
}
.js-off-screen ul {
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 44.9375em) {
  .js-off-screen ul {
    display: none;
  }
}
.js-off-screen ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}
.js-off-screen .row {
  position: relative;
  padding-top: 89px;
  padding-bottom: 50px;
}
.js-off-screen .close-off-canvas {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 40px;
  background: #0089EC;
  border-radius: 100%;
  cursor: pointer;
}
.js-off-screen .close-off-canvas:after {
  content: "\f00d";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  line-height: 32px;
  font-size: 20px;
  font-family: "FontAwesomeNew";
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.js-off-screen .close-off-canvas:hover:after {
  width: 37px;
  height: 37px;
  line-height: 37px;
}
.js-off-screen.active {
  height: 100vh;
  opacity: 1;
  z-index: 199;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1), z-index 0s 0s;
}

.close-off-canvas {
  height: 0%;
  width: 100%;
  z-index: 1;
  cursor: pointer;
  background: black;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease-in-out, z-index 0s 0.5s, height 0s 0.5s;
}
.close-off-canvas.active {
  display: block;
  z-index: 198;
  height: 100%;
  opacity: 0.7;
  transition: opacity 0.5s ease-in-out, z-index 0s 0s, height 0s 0s;
}

.exped-search {
  padding: 0 15px;
}
.exped-search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
  font-family: "Helvetica Neue";
  opacity: 1;
}
.exped-search ::-moz-placeholder { /* Firefox 19+ */
  color: white;
  font-family: "Helvetica Neue";
  opacity: 1;
}
.exped-search :-ms-input-placeholder { /* IE 10+ */
  color: white;
  font-family: "Helvetica Neue";
  opacity: 1;
}
.exped-search :-moz-placeholder { /* Firefox 18- */
  color: white;
  font-family: "Helvetica Neue";
  opacity: 1;
}
@media screen and (max-width: 44.9375em) {
  .exped-search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #0089EC;
  }
  .exped-search ::-moz-placeholder { /* Firefox 19+ */
    color: #0089EC;
  }
  .exped-search :-ms-input-placeholder { /* IE 10+ */
    color: #0089EC;
  }
  .exped-search :-moz-placeholder { /* Firefox 18- */
    color: #0089EC;
  }
}
.exped-search input {
  cursor: pointer;
}
.exped-search button {
  display: inline-block;
  padding: 15px 25px;
  border-radius: 30px;
  border: 2px solid white;
  transition: all 0.2s ease-in-out;
  font-size: 20px;
  margin-top: 30px;
  opacity: 1;
  position: relative;
  color: white;
  font-weight: bold;
  transition: all 0.3s 0.2s ease-in-out, background 0.2s 0s ease-in-out, border 0.2s ease-in-out, padding 0.2s 0s ease-in-out;
}
.exped-search button:after {
  display: block;
  content: "\f178";
  position: absolute;
  opacity: 0;
  height: 5px;
  line-height: 5px;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  color: white;
  font-family: "FontAwesomeNew";
  transition: all 0.2s ease-in-out;
}
.exped-search button:hover {
  background: #0089EC;
  border: 2px solid #0089EC;
  padding-right: 65px;
}
.exped-search button:hover:after {
  opacity: 1;
  right: 25px;
}
.exped-search button {
  font-size: 34px;
  padding: 15px 50px;
  border-radius: 50px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
.exped-search button:after {
  font-size: 24px;
}
.exped-search .field-wrap {
  display: block;
  margin: 0 -15px;
  overflow: hidden;
  padding-top: 30px;
}
.exped-search .field-wrap .search-field {
  width: 50%;
  float: left;
  margin-bottom: 15px;
  padding: 0 15px;
  margin-top: 20px;
  font-weight: bold;
}
.exped-search .field-wrap .search-field:last-of-type {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 44.9375em) {
  .exped-search .field-wrap .search-field.multi-select {
    display: none;
  }
}
.exped-search .field-wrap .search-field label {
  color: white;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
  font-weight: bold;
}
.exped-search .field-wrap .search-field .js-datepicker {
  background: none;
  border: 0;
  outline: 0;
  box-shadow: none;
  height: auto;
  color: white;
  font-size: 44px;
  line-height: 56px;
  padding: 0;
}
.exped-search .field-wrap .search-field .js-datepicker + a {
  display: none;
}
.exped-search .field-wrap .search-field .date-wrap {
  position: relative;
}
.exped-search .field-wrap .search-field .date-wrap input {
  position: relative;
  z-index: 2;
  padding-left: 50px;
}
.exped-search .field-wrap .search-field .date-wrap:after {
  content: "\f133";
  font-family: "FontAwesomeNew";
  font-weight: normal;
  position: absolute;
  font-size: 34px;
  color: white;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 35px;
  height: 35px;
  z-index: 1;
}
.exped-search .field-wrap .search-field .select2 {
  background: none;
  outline: 0 !important;
  margin-bottom: 0 !important;
}
.exped-search .field-wrap .search-field .select2 .select2-selection {
  background: none;
  border: 0;
  height: auto;
  outline: 0 !important;
}
.exped-search .field-wrap .search-field .select2 .select2-selection .select2-selection__rendered {
  font-size: 44px;
  padding: 0;
  line-height: 56px;
  color: white;
}
.exped-search .field-wrap .search-field .select2 .select2-selection .select2-selection__arrow {
  display: none;
}
.exped-search .field-wrap .search-field .select2 .select2-selection .select2-search--inline {
  padding: 0;
  margin: 0;
}
.exped-search .field-wrap .search-field .select2 .select2-selection .select2-search--inline input {
  color: white;
  font-size: 44px;
  font-family: "Helvetica Neue";
  margin: 0;
  line-height: 56px;
}
.exped-search .field-wrap .search-field .select2 .select2-selection__choice {
  background: none;
  position: relative;
  color: white;
  padding: 0;
  margin: 0 5px 5px 0;
  font-size: 44px;
  transition: all 0.2s ease-in-out;
  border: 0;
}
.exped-search .field-wrap .search-field .select2 .select2-selection__choice:after {
  content: ", ";
}
.exped-search .field-wrap .search-field .select2 .select2-selection__choice:hover {
  opacity: 0.3;
}
.exped-search .field-wrap .search-field .select2 .select2-selection__choice span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
}
.exped-search .field-wrap .search-field .select2 .select2-selection__choice:nth-last-child(2):after {
  display: none;
}
.exped-search .field-wrap .search-field .select2 .select2-selection__choice + .select2-search {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.exped-search .field-wrap .search-field .select2 .select2-selection__choice + .select2-search input {
  display: none;
}
.exped-search .field-wrap .search-field .select2 .select2-selection__choice + .select2-search:before {
  content: "\f067";
  font-family: "FontAwesomeNew";
  display: inline-block;
  background: white;
  padding: 10px 15px;
  color: #0089EC;
  font-size: 20px;
  line-height: 25px;
  margin-right: 5px;
}
.exped-search .field-wrap .search-field .select2 .select2-selection__choice + .select2-search:after {
  content: "Add More";
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
}
.exped-search .field-wrap .search-field .select2 .select2-selection__choice + .select2-search:hover {
  opacity: 0.7;
}
@media screen and (max-width: 44.9375em) {
  .exped-search .field-wrap .search-field {
    width: 100%;
    float: none;
  }
  .exped-search .field-wrap .search-field button {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  .exped-search .field-wrap .search-field label {
    display: none;
  }
  .exped-search .field-wrap .search-field .js-datepicker {
    background: none;
    font-size: 16px;
    line-height: 20px;
    padding: 15px;
    height: 44px;
    color: #0089EC;
  }
  .exped-search .field-wrap .search-field .date-wrap {
    position: relative;
    background: white;
  }
  .exped-search .field-wrap .search-field .date-wrap:after {
    content: "\f133";
    font-family: "FontAwesomeNew";
    font-weight: normal;
    position: absolute;
    font-size: 22px;
    color: #0089EC;
    left: auto;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    line-height: 25px;
    height: 25px;
  }
  .exped-search .field-wrap .search-field .date-wrap input {
    padding-left: 15px;
    padding-right: 30px;
  }
  .exped-search .field-wrap .search-field .select2 .select2-selection .select2-selection__rendered {
    font-size: 16px;
    padding: 0 15px;
    line-height: 44px;
    height: 44px;
    color: #0089EC;
    background: white;
  }
  .exped-search .field-wrap .search-field .select2 .select2-selection .select2-selection__arrow {
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    margin: auto;
    right: 15px;
    text-align: center;
  }
  .exped-search .field-wrap .search-field .select2 .select2-selection .select2-selection__arrow:after {
    content: "\f107";
    font-family: "FontAwesomeNew";
    color: #0089EC;
    font-size: 22px;
    line-height: 26px;
  }
  .exped-search .field-wrap .search-field .select2 .select2-selection .select2-selection__arrow b {
    display: none;
  }
}

.mailchimp-row {
  margin-left: 1em;
}
.mailchimp-row div.wysiwyg > p {
  margin-bottom: 1em;
}
.mailchimp-row .alert {
  font-weight: bold;
  padding: 1em;
}

#mailchimp {
  background: #F2F2F2;
  display: block;
  padding: 30px 0;
  clear: both;
}

#footer {
  display: block;
  padding: 30px 0;
  background: #0089EC;
  clear: both;
}
#footer h4 {
  display: block;
  color: white;
  font-weight: bold;
  font-size: 28px;
}
#footer h4 a {
  color: white;
  transition: all 0.2s ease-in-out;
}
#footer h4 a:hover {
  opacity: 0.7;
}
#footer h4:after {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background: white;
  margin-top: 5px;
  margin-bottom: 10px;
}
#footer small {
  color: white;
  font-size: 14px;
  font-weight: bold;
}
#footer small a {
  color: white;
  transition: all 0.2s ease-in-out;
}
#footer small a:hover {
  opacity: 0.7;
}
#footer ul.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer ul.footer-links li {
  display: inline-block;
  margin-right: 15px;
  color: white;
  margin-bottom: 15px;
}
#footer ul.footer-links li a {
  color: white;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
#footer ul.footer-links li a:hover {
  opacity: 0.7;
}
#footer .form-inline {
  clear: both;
}
#footer .form-inline select {
  display: block;
  font-size: 28px;
  color: white;
  background-color: transparent;
  font-weight: bold;
  border: 0;
  outline: 0;
  height: 60px;
  padding: 0;
  display: inline-block;
  line-height: 35px;
  padding-right: 40px;
  position: relative;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAATlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////+QlxstAAAAGXRSTlMAAQIFBhEwNDVDRnx/r7K0tbe5ztHZ6Ov91X5zJgAAAGdJREFUKJHdyTcSgDAMBMDDJGNMjvf/j9JogGEketh2gU9KACCbGqduuQcgnclWe08yoCDV9yS5AFF9T5JbDvnOGav9feV7Z+zznys/OGPvr+31+sqPlbHy5p5vrLy5QHxdoF7f9kcObMQOFnwFXo0AAAAASUVORK5CYII=");
  background-position: 159% 22px;
  background-size: 20px;
  transition: all 0.2s ease-in-out;
}
#footer .form-inline select:hover {
  opacity: 0.7;
}

.accordyTabs {
  transform: translateZ(0);
  backface-visibility: hidden;
  -ms-perspective: 1000;
  perspective: 1000;
}
.accordyTabs .accordyNavbar {
  display: block;
  overflow: hidden;
  background: rgb(229.5, 229.5, 229.5);
}
.accordyTabs .accordyNavbar a {
  padding: 15px 30px;
  background: white;
  opacity: 0.5;
  display: inline-block;
  float: left;
  color: #b0d864;
  transition: all 0.3s ease-in-out;
  line-height: 24px;
  vertical-align: top;
}
.accordyTabs .accordyNavbar a:hover {
  opacity: 0.8;
}
.accordyTabs .accordyNavbar a.activeTab {
  opacity: 1;
}
.accordyTabs .accordyNavbar a.activeTab:hover {
  opacity: 1;
}
.accordyTabs .accordyNavbar a span {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.accordyTabs .accordyNavbar a span img {
  height: 0;
  opacity: 0.5;
}
.accordyTabs .accordyNavbar.sidebar {
  width: 200px;
}
.accordyTabs .accordyNavbar.sidebar a {
  display: block;
  width: 100%;
}
.accordyTabs .accordyNavbar.sidebar.left {
  float: left;
}
.accordyTabs .accordyNavbar.sidebar.right {
  float: right;
}
.accordyTabs .accordyTabWrap {
  position: relative;
  background: white;
  transform: translateZ(0);
  backface-visibility: hidden;
  -ms-perspective: 1000;
  perspective: 1000;
  transition: height 0.3s ease-in-out;
  overflow: hidden;
  display: block;
  width: auto;
}
.accordyTabs .accordyTabWrap section {
  background: white;
  opacity: 0;
  padding: 0;
  overflow: hidden;
  z-index: -99;
  position: relative;
  display: block;
  top: 0;
  left: 0;
  height: 0;
  color: rgba(0, 0, 0, 0.6);
  transform: translateZ(0);
  backface-visibility: hidden;
  -ms-perspective: 1000;
  perspective: 1000;
  transition: opacity 0.5s ease-in-out;
}
.accordyTabs .accordyTabWrap section.activeTab {
  z-index: 10;
  margin-top: 0;
  height: auto;
  padding: 25px;
}
.accordyTabs .accordyTabWrap .responsive-link {
  display: none;
}
.accordyTabs .accordyTabWrap .accordyContent {
  display: block;
}
.accordyTabs.responsive .accordyNavbar {
  display: none;
}
.accordyTabs.responsive a.responsive-link {
  display: block;
  margin: -25px;
  width: auto;
  background: #efefef;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  padding: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.accordyTabs.responsive a.responsive-link:hover {
  background: rgb(213.5, 213.5, 213.5);
}
.accordyTabs.responsive section {
  height: auto;
  opacity: 1;
  z-index: auto;
  padding: 25px;
}
.accordyTabs.responsive section .accordyContent {
  overflow: hidden;
  height: 0;
  transition: all 0.4s ease-in-out;
}
.accordyTabs.responsive section .accordyContent *:first-child {
  margin-top: 45px;
}
.accordyTabs.responsive section.activeTab .accordyContent {
  display: block;
}
.accordyTabs.responsive .accordyTabWrap {
  height: auto !important;
}

@media screen and (max-width: 44.9375em) {
  .tour-topbar {
    display: none;
  }
}

.tab-navigation a {
  text-transform: uppercase;
  font-size: 13px;
  padding: 15px 30px;
  line-height: 13px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.tab-navigation a:first-of-type {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.tab-navigation a.activeTab {
  background: rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 44.9375em) {
  .tab-navigation {
    display: none;
  }
}

.tabs {
  border: 0;
}
.tabs section.activeTab {
  padding: 25px 0 !important;
}
.tabs section h1, .tabs section h2, .tabs section h3, .tabs section h4, .tabs section h5 {
  color: rgba(0, 0, 0, 0.9);
  margin-top: 25px;
}
.tabs section h1:first-of-type, .tabs section h2:first-of-type, .tabs section h3:first-of-type, .tabs section h4:first-of-type, .tabs section h5:first-of-type {
  margin-top: 0;
}
.tabs section p {
  margin: 0;
  margin-bottom: 15px;
}
.tabs section p:last-of-type {
  margin: 0;
}
@media screen and (max-width: 44.9375em) {
  .tabs {
    display: block;
    width: auto;
    margin: 0 -0.9375rem;
  }
  .tabs section.activeTab {
    padding: 25px !important;
  }
}
.tabs ul {
  list-style: none;
  margin: 0;
  margin-top: 10px;
}
.tabs ul li {
  position: relative;
  padding-left: 35px;
  line-height: 24px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.6);
}
.tabs ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "FontAwesomeNew";
  content: "\f05d";
  font-size: 24px;
  color: #C02942;
  width: 22px;
  text-align: center;
}
.tabs .ul-cross ul li:before {
  content: "\f05c";
  color: firebrick;
}

ul.breadcrumb.full.tour {
  margin-top: 10px;
  margin-bottom: 0;
}

#tour-map {
  width: 100%;
  display: block;
  height: 600px;
}

#youtube-169 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
#youtube-169 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.owl-cus-wrap {
  height: 100vh;
  height: calc(100vh - 87px);
  min-height: 720px;
  background: #0089EC;
}
@media screen and (max-width: 63.9375em) {
  .owl-cus-wrap {
    min-height: 600px;
  }
}
@media screen and (max-width: 44.9375em) {
  .owl-cus-wrap {
    height: auto;
    min-height: 0;
  }
}
.owl-cus-wrap .owl-carousel {
  transition: height 0.2s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0;
}
.owl-cus-wrap .owl-carousel.owl-loaded {
  opacity: 1;
}
@media screen and (max-width: 44.9375em) {
  .owl-cus-wrap .owl-carousel {
    background: #0089EC;
    overflow: hidden;
    position: relative;
  }
  .owl-cus-wrap .owl-carousel:after {
    display: block;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 137, 236, 0) 0%, rgb(0, 137, 236) 100%);
    height: 40px;
  }
}
.owl-cus-wrap .owl-carousel * {
  overflow: hidden !important;
}
.owl-cus-wrap .owl-carousel .owl-item .item-wrap .text-content-small {
  display: none;
}
.owl-cus-wrap .owl-carousel .owl-item .item-wrap .text-content-small h2, .owl-cus-wrap .owl-carousel .owl-item .item-wrap .text-content-small p {
  font-weight: bold;
  text-align: center;
}
.owl-cus-wrap .owl-carousel .owl-item .item-wrap .text-content-small h2 {
  font-size: 30px;
}
.owl-cus-wrap .owl-carousel .owl-item .item-wrap .text-content-small p {
  font-size: 22px;
}
.owl-cus-wrap .owl-carousel .owl-item .item-wrap .text-content-small a {
  color: white;
  text-decoration: underline;
}
.owl-cus-wrap .owl-carousel .owl-item .item-wrap .text-content-small .link-wrap-small {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.owl-cus-wrap .owl-carousel .owl-item .item-wrap .text-content-small .link-wrap-small a {
  display: inline-block;
  border: 2px solid white;
  text-decoration: none;
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
  transition: all 0.2s ease-in-out;
  font-size: 18px;
}
.owl-cus-wrap .owl-carousel .owl-item .item-wrap .text-content-small .link-wrap-small a:hover {
  background: white;
  color: #0089EC;
}
@media screen and (max-width: 44.9375em) {
  .owl-cus-wrap .owl-carousel .owl-item .item-wrap .text-content-small {
    display: block;
    background: #0089EC;
    padding: 15px;
    color: white;
  }
}
.owl-cus-wrap .owl-carousel .owl-item .slide-item {
  height: 100vh;
  height: calc(100vh - 87px);
  min-height: 720px;
}
@media screen and (max-width: 63.9375em) {
  .owl-cus-wrap .owl-carousel .owl-item .slide-item {
    min-height: 600px;
  }
}
.owl-cus-wrap .owl-carousel .owl-item .slide-item.js-owl-background {
  background-color: #0089EC;
}
.owl-cus-wrap .owl-carousel .owl-item .slide-item {
  position: relative;
}
.owl-cus-wrap .owl-carousel .owl-item .slide-item .backstretch:before {
  content: "";
  display: block;
  background: #0089EC;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.owl-cus-wrap .owl-carousel .owl-item .slide-item .vimeo-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.owl-cus-wrap .owl-carousel .owl-item .slide-item .vimeo-background video {
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
@media screen and (max-width: 44.9375em) {
  .owl-cus-wrap .owl-carousel .owl-item .slide-item .vimeo-background video {
    display: none;
  }
}
@media screen and (max-width: 44.9375em) {
  .owl-cus-wrap .owl-carousel .owl-item .slide-item {
    height: 300px;
    min-height: 0;
  }
}
.owl-cus-wrap .owl-carousel .owl-item .slide-item .text-content {
  position: absolute;
  bottom: 200px;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 45em) and (max-width: 63.9375em) {
  .owl-cus-wrap .owl-carousel .owl-item .slide-item .text-content {
    bottom: 0;
    top: 0;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
.owl-cus-wrap .owl-carousel .owl-item .slide-item .text-content .slide-heading {
  font-size: 65px;
  color: white;
  font-weight: bold;
  max-width: 650px;
  margin-bottom: 30px;
  transform: translateY(-30px);
  opacity: 0;
  transition: all 0.3s 0s ease-in-out;
}
@media screen and (max-width: 44.9375em) {
  .owl-cus-wrap .owl-carousel .owl-item .slide-item .text-content .slide-heading {
    font-size: 30px;
    max-width: 9999px;
  }
}
.owl-cus-wrap .owl-carousel .owl-item .slide-item .text-content .description * {
  color: white;
}
.owl-cus-wrap .owl-carousel .owl-item .slide-item .text-content .description p {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  transform: translateY(-30px);
  opacity: 0;
  transition: all 0.3s 0.1s ease-in-out;
}
.owl-cus-wrap .owl-carousel .owl-item .slide-item .text-content .description p:last-of-type {
  margin-bottom: 30px;
}
@media screen and (max-width: 44.9375em) {
  .owl-cus-wrap .owl-carousel .owl-item .slide-item .text-content .description p {
    font-size: 20px;
  }
}
.owl-cus-wrap .owl-carousel .owl-item .slide-item .text-content .description p {
  display: block;
  max-width: 650px;
}
.owl-cus-wrap .owl-carousel .owl-item .slide-item .text-content .description a {
  text-decoration: underline;
}
@media screen and (max-width: 44.9375em) {
  .owl-cus-wrap .owl-carousel .owl-item .slide-item .text-content {
    display: none;
  }
}
.owl-cus-wrap .owl-carousel .owl-item .slide-item .text-content .link-large {
  display: inline-block;
  padding: 15px 25px;
  border-radius: 30px;
  border: 2px solid white;
  transition: all 0.2s ease-in-out;
  font-size: 20px;
  margin-top: 30px;
  opacity: 1;
  position: relative;
  color: white;
  font-weight: bold;
  transition: all 0.3s 0.2s ease-in-out, background 0.2s 0s ease-in-out, border 0.2s ease-in-out, padding 0.2s 0s ease-in-out;
}
.owl-cus-wrap .owl-carousel .owl-item .slide-item .text-content .link-large:after {
  display: block;
  content: "\f178";
  position: absolute;
  opacity: 0;
  height: 5px;
  line-height: 5px;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  color: white;
  font-family: "FontAwesomeNew";
  transition: all 0.2s ease-in-out;
}
.owl-cus-wrap .owl-carousel .owl-item .slide-item .text-content .link-large:hover {
  background: #0089EC;
  border: 2px solid #0089EC;
  padding-right: 65px;
}
.owl-cus-wrap .owl-carousel .owl-item .slide-item .text-content .link-large:hover:after {
  opacity: 1;
  right: 25px;
}
.owl-cus-wrap .owl-carousel .owl-item .slide-item .text-content .link-large {
  transform: translateY(-30px);
  opacity: 0;
}
.owl-cus-wrap .owl-carousel .owl-item .slide-item .row {
  position: relative;
}
.owl-cus-wrap .owl-carousel .owl-item.transition .text-content .slide-heading, .owl-cus-wrap .owl-carousel .owl-item.transition .text-content .description p, .owl-cus-wrap .owl-carousel .owl-item.transition .text-content .link-large {
  transform: translateY(0);
  opacity: 1;
}
.owl-cus-wrap .owl-carousel .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 30px;
}
@media screen and (max-width: 44.9375em) {
  .owl-cus-wrap .owl-carousel .owl-dots {
    bottom: auto;
    top: 260px;
  }
}
.owl-cus-wrap .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  background: none;
  border: 3px solid white;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.owl-cus-wrap .owl-carousel .owl-dots .owl-dot:hover {
  background: rgba(255, 255, 255, 0.5);
}
.owl-cus-wrap .owl-carousel .owl-dots .owl-dot.active {
  background: white;
}
.owl-cus-wrap .owl-carousel .owl-dots .owl-dot:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 45em) and (max-width: 63.9375em) {
  .owl-cus-wrap.homepagelist {
    height: 50vh;
  }
}
@media screen and (min-width: 64em) {
  .owl-cus-wrap.homepagelist {
    min-height: 800px;
  }
}
.owl-cus-wrap.homepagelist .owl-carousel:after {
  display: none !important;
}
.owl-cus-wrap.homepagelist .owl-dots {
  display: none;
}
@media screen and (min-width: 45em) and (max-width: 63.9375em) {
  .owl-cus-wrap.homepagelist .slide-item {
    height: 50vh !important;
  }
}
@media screen and (min-width: 64em) {
  .owl-cus-wrap.homepagelist .slide-item {
    min-height: 800px !important;
  }
}
.owl-cus-wrap.homepagelist .slide-item .text-content {
  bottom: 25px !important;
  width: 100%;
  max-width: 75%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media screen and (max-width: 44.9375em) {
  .owl-cus-wrap.homepagelist .slide-item .text-content {
    display: block !important;
    bottom: 5px !important;
  }
}
.owl-cus-wrap.homepagelist .slide-item .text-content .slide-heading {
  font-size: 42px !important;
}
@media screen and (max-width: 44.9375em) {
  .owl-cus-wrap.homepagelist .slide-item .text-content .slide-heading {
    font-size: 28px !important;
    margin-bottom: 0 !important;
  }
}
.owl-cus-wrap.homepagelist .slide-item .text-content .description {
  font-size: 32px !important;
}
.owl-cus-wrap.homepagelist .slide-item .text-content .description p {
  font-size: 32px !important;
}
@media screen and (max-width: 44.9375em) {
  .owl-cus-wrap.homepagelist .slide-item .text-content .description {
    font-size: 20px !important;
    margin-top: 0 !important;
  }
  .owl-cus-wrap.homepagelist .slide-item .text-content .description p {
    font-size: 20px !important;
  }
}
.owl-cus-wrap.homepagelist .slide-item .text-content .link-large {
  margin-top: 0px !important;
}
@media screen and (max-width: 44.9375em) {
  .owl-cus-wrap.homepagelist .slide-item .text-content .link-large {
    display: none !important;
  }
}
.owl-cus-wrap.homepagelist .owl-nav {
  position: static;
}
.owl-cus-wrap.homepagelist .owl-nav div {
  color: rgba(0, 0, 0, 0);
  font-size: 1px;
}
.owl-cus-wrap.homepagelist .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  bottom: 100px;
}
.owl-cus-wrap.homepagelist .owl-nav .owl-prev:before {
  content: "\f104";
  font-size: 90px;
  color: white;
  opacity: 0.7;
  font-family: "FontAwesomeNew";
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 44.9375em) {
  .owl-cus-wrap.homepagelist .owl-nav .owl-prev {
    bottom: 25px;
  }
  .owl-cus-wrap.homepagelist .owl-nav .owl-prev:before {
    font-size: 45px;
  }
}
.owl-cus-wrap.homepagelist .owl-nav .owl-prev:hover:before {
  opacity: 1;
}
.owl-cus-wrap.homepagelist .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  bottom: 100px;
}
.owl-cus-wrap.homepagelist .owl-nav .owl-next:before {
  content: "\f105";
  font-size: 90px;
  color: white;
  opacity: 0.7;
  font-family: "FontAwesomeNew";
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 44.9375em) {
  .owl-cus-wrap.homepagelist .owl-nav .owl-next {
    bottom: 25px;
  }
  .owl-cus-wrap.homepagelist .owl-nav .owl-next:before {
    font-size: 45px;
  }
}
.owl-cus-wrap.homepagelist .owl-nav .owl-next:hover:before {
  opacity: 1;
}
.owl-cus-wrap.homepagelist .full-size-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (max-width: 44.9375em) {
  .owl-cus-wrap.homepagelist .full-size-link {
    display: block;
  }
}
.owl-cus-wrap.vessel {
  height: 400px;
  min-height: 400px;
}
.owl-cus-wrap.vessel .large-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 44.9375em) {
  .owl-cus-wrap.vessel {
    height: auto;
  }
}
.owl-cus-wrap.vessel .owl-carousel .owl-item .slide-item {
  height: 400px;
  min-height: 400px;
}
@media screen and (max-width: 44.9375em) {
  .owl-cus-wrap.vessel .owl-carousel .owl-item .slide-item {
    height: 300px;
    min-height: 0;
  }
}
.owl-cus-wrap.vessel .owl-carousel .owl-item .slide-item .text-content {
  bottom: 15px;
}
.owl-cus-wrap.vessel .owl-carousel .owl-item .slide-item .text-content h2 {
  margin-bottom: 5px;
  max-width: 1150px;
}
.owl-cus-wrap.vessel .owl-carousel .owl-item .slide-item .text-content .description p {
  margin-bottom: 10px;
  width: 100%;
  width: calc(100% - 240px);
  max-width: none;
}
@media screen and (max-width: 44.9375em) {
  .owl-cus-wrap.vessel .owl-carousel .owl-item .slide-item .text-content .description p {
    width: 100%;
  }
}
.owl-cus-wrap.vessel .owl-carousel .text-content-small .description {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.owl-cus-wrap.vessel .owl-carousel .owl-dots {
  max-width: 1170px;
  text-align: right;
}
@media screen and (max-width: 44.9375em) {
  .owl-cus-wrap.vessel .owl-carousel .owl-dots {
    bottom: auto;
    top: 260px;
    text-align: center;
  }
}
.owl-cus-wrap.vessel .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  background: none;
  border: 3px solid white;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.owl-cus-wrap.vessel .owl-carousel .owl-dots .owl-dot:hover {
  background: rgba(255, 255, 255, 0.5);
}
.owl-cus-wrap.vessel .owl-carousel .owl-dots .owl-dot.active {
  background: white;
}
.owl-cus-wrap.vessel .owl-carousel .owl-dots .owl-dot:last-of-type {
  margin-right: 0;
}

.testimonial {
  display: block;
  clear: both;
  background: white;
}
.testimonial .image-testimonial {
  width: 200px;
  height: 200px;
  transform: translateY(0%) scale(0.3) !important;
  opacity: 0;
  transition: all 0.5s 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  display: inline-block;
  background: transparent !important;
}
@media screen and (min-width: 45em) {
  .testimonial .image-testimonial {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
.testimonial .image-testimonial img {
  border-radius: 100%;
}
.testimonial .image-wrap {
  float: left;
  margin-right: 30px;
  text-align: center;
}
.testimonial .text-content {
  width: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.testimonial .text-content h3, .testimonial .text-content .wysiwyg {
  opacity: 0;
  transform: translateX(-60px);
}
.testimonial .text-content h3 {
  transition: all 0.3s 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.testimonial .text-content .wysiwyg {
  transition: all 0.3s 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media screen and (max-width: 44.9375em) {
  .testimonial .image-wrap {
    clear: both;
    float: none;
    text-align: center;
  }
  .testimonial .text-content h1, .testimonial .text-content h2, .testimonial .text-content h3, .testimonial .text-content h4, .testimonial .text-content h5, .testimonial .text-content h6 {
    text-align: center;
  }
}
.testimonial.visible .image-testimonial {
  transform: translateY(-50%) scale(1) !important;
  opacity: 1;
}
@media screen and (max-width: 44.9375em) {
  .testimonial.visible .image-testimonial {
    transform: translateY(0%) scale(1) !important;
  }
}
.testimonial.visible h3, .testimonial.visible .wysiwyg {
  transform: translateX(0);
  opacity: 1;
}

.feefo-callout {
  background: rgb(32, 161.4533898305, 255);
  color: white;
  padding: 30px 0;
}
@media screen and (max-width: 44.9375em) {
  .feefo-callout {
    display: none;
  }
}
.feefo-callout .text-content {
  float: left;
  margin-right: 30px;
  width: auto;
  width: calc(100% - 210px);
}
.feefo-callout .text-content h3 {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 30px;
}
.feefo-callout .text-content p {
  font-weight: bold;
  font-size: 20px;
}
.feefo-callout .text-content .text-wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.feefo-callout .logo {
  width: 180px;
  overflow: hidden;
}

@media screen and (max-width: 44.9375em) {
  .homepage-selectors {
    display: none;
  }
}

.home-selector {
  padding: 15px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 44px;
  position: relative;
  overflow: hidden;
}
.home-selector .backstretch img {
  transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
}
.home-selector:hover .backstretch img {
  transform: scale(1.2);
  filter: blur(5px);
}
.home-selector:hover h3 {
  transform: translateY(-20px);
}
.home-selector h3 {
  margin-top: 350px;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
  font-size: 36px;
}
@media screen and (min-width: 45em) and (max-width: 63.9375em) {
  .home-selector h3 {
    margin-top: 130px;
  }
}
.home-selector a.page-selector {
  display: inline-block;
  padding: 15px 25px;
  border-radius: 30px;
  border: 2px solid white;
  transition: all 0.2s ease-in-out;
  font-size: 20px;
  margin-top: 30px;
  opacity: 1;
  position: relative;
  color: white;
  font-weight: bold;
  transition: all 0.3s 0.2s ease-in-out, background 0.2s 0s ease-in-out, border 0.2s ease-in-out, padding 0.2s 0s ease-in-out;
}
.home-selector a.page-selector:after {
  display: block;
  content: "\f178";
  position: absolute;
  opacity: 0;
  height: 5px;
  line-height: 5px;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  color: white;
  font-family: "FontAwesomeNew";
  transition: all 0.2s ease-in-out;
}
.home-selector a.page-selector:hover {
  background: #0089EC;
  border: 2px solid #0089EC;
  padding-right: 65px;
}
.home-selector a.page-selector:hover:after {
  opacity: 1;
  right: 25px;
}
.home-selector a.large {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.personal-callout {
  display: block;
  margin: 20px 0;
  overflow: hidden;
}
.personal-callout .profile-image {
  width: 150px;
  height: 150px;
  float: left;
  margin-right: 20px;
}
.personal-callout .profile-image .js-backstretch {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.personal-callout .text-content {
  display: block;
  overflow: hidden;
  padding-top: 10px;
  color: #626262;
}
.personal-callout .text-content .message {
  min-height: 80px;
  font-weight: bold;
}

.sidebar-heading, .sidebar-block {
  display: block;
  clear: both;
  background: #F2F2F2;
  padding: 15px;
  margin-bottom: 5px;
}
@media screen and (min-width: 45em) and (max-width: 63.9375em) {
  .sidebar-heading.sidebar-heading, .sidebar-block.sidebar-heading {
    -moz-column-span: all;
         column-span: all;
  }
}
.sidebar-heading h3, .sidebar-block h3 {
  font-weight: bold;
  color: #626262;
  font-size: 30px;
  margin-bottom: 0;
}
.sidebar-heading, .sidebar-block {
  border-left: 10px solid #C02942;
}
.sidebar-heading.sidebar-block, .sidebar-block.sidebar-block {
  border-left: 10px solid #0089EC;
}
.sidebar-heading.sidebar-block h3, .sidebar-block.sidebar-block h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (min-width: 45em) and (max-width: 63.9375em) {
  .sidebar-heading.sidebar-block, .sidebar-block.sidebar-block {
    display: inline-block;
    margin: 0 0 10px;
    width: 100%;
    box-sizing: border-box;
  }
}
.sidebar-heading .wysiwyg p, .sidebar-heading .wysiwyg li, .sidebar-heading .wysiwyg li a, .sidebar-block .wysiwyg p, .sidebar-block .wysiwyg li, .sidebar-block .wysiwyg li a {
  color: #575757;
  font-weight: 500;
}

.column-wrap {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (min-width: 45em) and (max-width: 63.9375em) {
  .column-wrap .sidebar-heading {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 45em) and (max-width: 63.9375em) {
  .column-wrap {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.blog-filter {
  display: inline-block;
  min-width: 190px;
  max-width: 100%;
  margin-right: 20px;
}
@media screen and (max-width: 44.9375em) {
  .blog-filter {
    margin-right: 0;
    width: 100%;
  }
}
.blog-filter .select2-container {
  outline: 0 !important;
}
.blog-filter .select2-container .select2-selection {
  border-radius: 0;
  border: 2px solid #0089EC;
  height: 50px;
  outline: 0 !important;
  transition: all 0.15s ease-in-out;
  background: #0089EC;
  color: white;
}
.blog-filter .select2-container .select2-selection:hover {
  background: rgb(0, 122.1970338983, 210.5);
}
.blog-filter .select2-container .select2-selection .select2-selection__placeholder {
  color: white;
}
.blog-filter .select2-container .select2-selection .select2-selection__rendered {
  line-height: 50px;
  padding: 0 15px;
  color: white;
}
.blog-filter .select2-container .select2-selection .select2-selection__arrow {
  top: 0;
  bottom: 0;
  right: 15px;
  left: auto;
  margin: auto;
}
.blog-filter .select2-container .select2-selection .select2-selection__arrow b {
  border-color: white transparent transparent transparent;
  border-width: 7px 6px 0 6px;
}

.current-blog-filter {
  color: #626262;
  line-height: 18px;
  clear: both;
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
}
.current-blog-filter a {
  color: white;
  line-height: 18px;
  background: #0089EC;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}
.current-blog-filter a:hover {
  background: rgb(21.8, 157.1745762712, 255);
}
.current-blog-filter a:after {
  display: inline-block;
  margin-left: 4px;
  font-family: "FontAwesomeNew";
  content: "\f00d";
  color: white;
  line-height: 18px;
  font-size: 14px;
}

.youtube-video-aspect {
  width: 100%;
  display: block;
  padding-top: 56.75%;
  position: relative;
}
.youtube-video-aspect iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.search-sidebar {
  border: 3px solid #0089EC;
  padding: 15px 10px;
  position: relative;
}
.search-sidebar form {
  position: relative;
}
.search-sidebar form button {
  position: absolute;
}
.search-sidebar .accord {
  display: none;
}
.search-sidebar label {
  color: #0089EC;
  margin: 15px 0 5px 0;
  font-size: 16px;
  font-weight: bold;
}
.search-sidebar label:after {
  content: "\f107";
  font-family: "FontAwesomeNew";
  display: inline-block;
  margin-left: 10px;
}
.search-sidebar label.control-label {
  transition: all 0.2s ease-in-out;
}
.search-sidebar label.control-label:hover {
  opacity: 0.7;
}
.search-sidebar label.control-label:after {
  transition: all 0.2s ease-in-out;
  transform: rotate(-90deg);
}
.search-sidebar label.control-label.active:after {
  transform: rotate(0deg);
}
.search-sidebar .form-label {
  padding: 10px;
  margin: 0 -10px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
}
.search-sidebar .form-label .custom-check {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.search-sidebar .form-label .custom-check:after {
  color: #0089EC;
}
.search-sidebar .form-label:hover {
  background: #F2F2F2;
}
.search-sidebar .form-label label {
  display: inline-block;
  color: #626262;
  margin: 0;
  font-weight: normal;
}
.search-sidebar .form-label label:after {
  display: none;
}
.search-sidebar .refine-dropdown {
  border: 2px solid #d4d4d4;
  padding: 15px;
  display: none;
  color: #e6e6e6;
  position: relative;
}
.search-sidebar .refine-dropdown:after {
  position: absolute;
  top: 0;
  left: auto;
  right: 15px;
  bottom: 0;
  margin: auto;
  content: "\f107";
  font-family: "FontAwesomeNew";
  font-size: 20px;
  display: block;
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  color: #626262;
}
@media screen and (max-width: 44.9375em) {
  .search-sidebar .refine-dropdown {
    display: block;
  }
}
.search-sidebar form {
  overflow: visible;
}
@media screen and (max-width: 44.9375em) {
  .search-sidebar form {
    display: none;
  }
}
@media screen and (min-width: 45em) {
  .search-sidebar form {
    display: block !important;
  }
}
.search-sidebar .controls {
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #0089EC;
}
.search-sidebar .controls button, .search-sidebar .controls span {
  float: left;
  width: 50%;
}
.search-sidebar .controls button {
  text-align: center;
  background: #C02942;
  color: white;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 5px;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
.search-sidebar .controls button:hover {
  background: rgb(215.2317596567, 68.7682403433, 93.017167382);
}
@media screen and (max-width: 44.9375em) {
  .search-sidebar .controls button {
    width: 100%;
  }
}
@media screen and (max-width: 44.9375em) {
  .search-sidebar .controls span {
    display: none;
  }
}
.search-sidebar .controls span {
  color: #626262;
  line-height: 50px;
  padding-left: 10px;
}
.search-sidebar .form-elements {
  border: 2px solid #d4d4d4;
  padding: 10px;
}
.search-sidebar .form-elements label {
  display: block;
  font-size: 18px;
  color: #e6e6e6;
  margin: 10px 0;
}
.search-sidebar .form-elements label:after {
  content: "\f107";
  font-family: "FontAwesomeNew";
  font-size: 20px;
  display: inline-block;
  margin-left: 15px;
}
.search-sidebar .form-elements .form-label {
  display: block;
  position: relative;
  padding: 10px;
  padding-left: 45px;
  transition: all 0.3s ease-in-out;
  margin: 0 -10px;
  margin-bottom: 5px;
  width: auto;
  cursor: pointer;
}
.search-sidebar .form-elements .form-label * {
  cursor: pointer;
}
.search-sidebar .form-elements .form-label:last-child {
  margin-bottom: 0;
}
.search-sidebar .form-elements .form-label .custom-check {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: auto;
  margin: auto;
}
.search-sidebar .form-elements .form-label:hover {
  background: rgba(0, 0, 0, 0.05);
}
.search-sidebar .form-elements .form-label label {
  display: inline;
  font-size: 14px;
  line-height: 20px;
  font-family: "Helvetica Neue";
}
.search-sidebar .form-elements .form-label label:after {
  display: none;
}
.search-sidebar .select2-container {
  outline: 0 !important;
  width: 100% !important;
}
.search-sidebar .select2-container .select2-selection {
  width: 100% !important;
  border-radius: 0;
  border: 1px solid #e6e6e6;
  height: 45px;
  outline: 0 !important;
  transition: all 0.15s ease-in-out;
}
.search-sidebar .select2-container .select2-selection:hover {
  background: rgb(242.25, 242.25, 242.25);
}
.search-sidebar .select2-container .select2-selection .select2-selection__rendered {
  line-height: 45px;
  padding: 0 15px;
  color: rgba(0, 0, 0, 0.6);
}
.search-sidebar .select2-container .select2-selection .select2-selection__arrow {
  top: 0;
  bottom: 0;
  right: 15px;
  left: auto;
  margin: auto;
}
.search-sidebar .select2-container .select2-selection .select2-selection__arrow b {
  border-color: #e6e6e6 transparent transparent transparent;
  border-width: 7px 6px 0 6px;
}

#duration-range {
  height: 4px;
  background: #95989A;
  border: 0;
  margin: 25px 15px 15px 15px;
  position: relative;
}
#duration-range:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -15px;
  right: 0;
  margin: auto;
  width: 100%;
  width: calc(100% + 30px);
  height: 100%;
  background: #95989A;
}
#duration-range .ui-slider-range {
  transition: none;
  height: 4px;
  background: #0089EC;
  top: 0;
  bottom: 0;
  margin: auto;
}
#duration-range .ui-slider-handle {
  border-radius: 100%;
  border: 2px solid #0089EC;
  top: 0;
  bottom: 0;
  margin: auto auto auto -15px;
  outline: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.durations {
  overflow: hidden;
  clear: both;
}
.durations .duration {
  display: block;
  color: #95989A;
}
.durations .duration.duration-min {
  float: left;
}
.durations .duration.duration-max {
  float: right;
}

.custom-check {
  position: relative;
  height: 20px;
  width: 20px;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
}
.custom-check:before {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  border: 1px solid #626262;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-check:hover:before {
  background: #d4d4d4;
}
.custom-check:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "\f00c";
  color: #626262;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  font-family: "FontAwesomeNew";
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.custom-check.checked:after {
  opacity: 1;
}
.custom-check input {
  display: none;
  position: absolute;
  top: -100%;
  left: -100%;
}

.tripeasi-social-links {
  display: block;
}
.tripeasi-social-links ul {
  list-style: none;
  margin: 0;
  overflow: visible;
  clear: both;
  position: relative;
}
.tripeasi-social-links ul:hover a {
  opacity: 0.3;
}
.tripeasi-social-links ul li {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}
.tripeasi-social-links ul li a {
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
  background: white;
  color: #0089EC;
  border-radius: 100%;
  transition: transform 0.2s ease-in-out, opacity 0.2s 0.2s;
}
.tripeasi-social-links ul li a:hover {
  transform: scale(1.1);
  opacity: 1;
  transition: transform 0.2s ease-in-out, opacity 0.2s 0s;
}
.tripeasi-social-links ul li a:after {
  font-family: "FontAwesomeNew";
  content: "";
  text-align: center;
  display: block;
  line-height: 40px;
  font-size: 25px;
}
.tripeasi-social-links ul li a.email:after {
  content: "\f0e0";
}
.tripeasi-social-links ul li a.phone:after {
  content: "\f095";
}
.tripeasi-social-links ul li a.facebook:after {
  content: "\f09a";
}
.tripeasi-social-links ul li a.twitter:after {
  content: "\f099";
}
.tripeasi-social-links ul li a.youtube:after {
  content: "\f16a";
}
.tripeasi-social-links ul li a.instagram:after {
  content: "\f16d";
}
.tripeasi-social-links ul li a.linkedin:after {
  content: "\f0e1";
}
.tripeasi-social-links ul li a.pinterest:after {
  content: "\f231";
}
.tripeasi-social-links ul li a.whatsapp:after {
  content: "\f232";
}

.tripeasi-contact-details h4 {
  font-weight: bold;
  color: white;
}
.tripeasi-contact-details p {
  color: white;
  font-weight: bold;
}
.tripeasi-contact-details p br {
  display: none;
}
.tripeasi-contact-details p a {
  color: #fefefe;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
.tripeasi-contact-details p a:hover {
  opacity: 0.7;
}

.tripeasi-calendar {
  clear: both;
  overflow: visible;
  display: block;
}
.tripeasi-calendar .headings {
  color: #626262;
}
@media screen and (max-width: 44.9375em) {
  .tripeasi-calendar .headings {
    display: none;
  }
}
.tripeasi-calendar .headings span {
  font-weight: bold;
}
.tripeasi-calendar .month-year {
  clear: both;
  display: block;
  text-align: center;
  padding: 25px 0;
}
.tripeasi-calendar .month-year h2 {
  font-weight: bold;
  color: #626262;
  font-size: 30px;
  margin-bottom: 20px;
}
.tripeasi-calendar .month-year:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: black;
  opacity: 0.3;
}
@media screen and (max-width: 44.9375em) {
  .tripeasi-calendar .tour-items {
    border-bottom: 1px solid #737373;
  }
}
.tripeasi-calendar .tour-items {
  display: block;
  width: 100%;
  padding: 10px 0;
  background: white;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  clear: both;
  z-index: 1;
  color: #626262;
  border-left: 0px solid #C02942;
}
.tripeasi-calendar .tour-items * {
  font-weight: 500;
  color: #626262;
}
.tripeasi-calendar .tour-items h3 {
  font-size: 17px;
  font-weight: bold;
}
.tripeasi-calendar .tour-items a {
  color: #0089EC !important;
}
.tripeasi-calendar .tour-items span.price {
  font-size: 17px;
}
.tripeasi-calendar .tour-items .offer-price {
  opacity: 0.5;
  transform: scale(0.7);
  position: relative;
  transform-origin: bottom left;
}
.tripeasi-calendar .tour-items .offer-price:after {
  content: "";
  width: 100%;
  height: 2px;
  background: black;
  opacity: 0.3;
}
@media screen and (min-width: 45em) {
  .tripeasi-calendar .tour-items .vertical-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
.tripeasi-calendar .tour-items .deals p {
  background: #C02942;
  color: white;
  padding: 5px 10px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0;
}
.tripeasi-calendar .tour-items .deals p p {
  margin-top: 5px;
}
.tripeasi-calendar #calendar-filters:hover a {
  opacity: 0.5;
}
.tripeasi-calendar #calendar-filters span {
  display: block;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
}
.tripeasi-calendar #calendar-filters a {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  color: #626262;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
.tripeasi-calendar #calendar-filters a:after {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background: #0089EC;
  transition: all 0.2s ease-in-out;
}
.tripeasi-calendar #calendar-filters a:hover {
  opacity: 1;
}
.tripeasi-calendar #calendar-filters a.active:after {
  background: #C02942;
}

.tripeasi-list.home-page {
  display: block;
}
.tripeasi-list.home-page .tour-item-wrap {
  height: 50vh;
  height: calc(50vh - 43.5px);
  min-height: 400px;
  overflow-x: visible;
  overflow-y: hidden;
  position: relative;
}
.tripeasi-list.home-page .tour-item-wrap .tour-item {
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
  text-align: center;
  padding: 15px;
  position: relative;
}
.tripeasi-list.home-page .tour-item-wrap .tour-item .tour-labels {
  position: absolute;
  top: 0px;
  left: 0;
}
.tripeasi-list.home-page .tour-item-wrap .tour-item .tour-labels p {
  margin: 0;
  display: inline-block;
  margin-right: 2px;
  padding: 3px 15px;
  color: white;
  background: #C02942;
  font-weight: bold;
}
.tripeasi-list.home-page .tour-item-wrap .tour-item .backstretch:before {
  content: "";
  display: block;
  background: #06326E;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tripeasi-list.home-page .tour-item-wrap .tour-item .text-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: white;
}
.tripeasi-list.home-page .tour-item-wrap .tour-item .text-content p {
  color: white;
  font-weight: bold;
  font-size: 16px;
}
.tripeasi-list.home-page .tour-item-wrap .tour-item .text-content h3 {
  font-weight: bold;
  font-size: 24px;
}
.tripeasi-list.home-page .tour-item-wrap .tour-item .text-content span {
  font-weight: bold;
}
.tripeasi-list.home-page .tour-item-wrap .tour-item .text-content span.price {
  font-size: 26px;
}
.tripeasi-list.home-page .tour-item-wrap .tour-item .text-content .offer-price {
  position: relative;
  opacity: 0.6;
}
.tripeasi-list.home-page .tour-item-wrap .tour-item .text-content .offer-price:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  height: 3px;
  width: 100%;
  background: white;
  left: 0;
}
.tripeasi-list.home-page .tour-item-wrap .findoutmore {
  display: block;
  padding: 10px 15px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  background: #0089EC;
  height: 44px;
}
.tripeasi-list.home-page .tour-item-wrap .findoutmore:hover {
  background: rgb(32, 161.4533898305, 255);
}
.tripeasi-list.home-page .tour-item-wrap .biglink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 97%;
  height: 97%;
}
.tripeasi-list.home-page .tour-item-wrap:hover .tour-item, .tripeasi-list.home-page .tour-item-wrap:hover .findoutmore {
  transform: translateY(-44px);
}

#isotope {
  transform: translateZ(0);
  backface-visibility: hidden;
  -ms-perspective: 1000;
  perspective: 1000;
  will-change: height;
  transition: all 0.3s ease-in-out;
  clear: both;
}
#isotope .iso-container {
  height: 250px;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 44.9375em) {
  #isotope .iso-container {
    height: 160px;
  }
}
#isotope .iso-container a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#isotope .iso-container .backstretch img {
  transition: filter 0.3s ease-in-out;
}
#isotope .iso-container h4 {
  position: absolute;
  width: 95%;
  width: calc(100% - 20px);
  padding: 10px;
  color: white;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  background: #0089EC;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: all 0.3s ease-in-out;
  margin: auto;
}
@media screen and (max-width: 44.9375em) {
  #isotope .iso-container h4 {
    font-size: 14px;
  }
}
#isotope .iso-container:hover .backstretch img {
  filter: brightness(1.3);
}
#isotope .iso-container:hover h4 {
  bottom: 20px;
}

.isotope-wrapper {
  margin: 30px 0 15px 0;
  font-size: 14px;
  color: #95989A;
  clear: both;
}
.isotope-wrapper #isotope-filters {
  margin-bottom: 30px;
}
.isotope-wrapper #isotope-filters ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
}
.isotope-wrapper #isotope-filters ul:hover a {
  opacity: 0.5;
}
.isotope-wrapper #isotope-filters ul li {
  float: left;
  margin-right: 15px;
}
@media screen and (max-width: 44.9375em) {
  .isotope-wrapper #isotope-filters ul li {
    margin-bottom: 10px;
  }
}
.isotope-wrapper #isotope-filters ul li a {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  color: #626262;
  display: block;
  transition: all 0.3s ease-in-out;
}
.isotope-wrapper #isotope-filters ul li a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #0089EC;
  height: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}
.isotope-wrapper #isotope-filters ul li a.active:after {
  background: #C02942;
}
.isotope-wrapper #isotope-filters ul li a:hover {
  opacity: 1;
}

.blog-list .columns {
  position: relative;
  z-index: auto;
  transition: transform 0.2s ease-in-out, z-index 0s 0.2s;
}
.blog-list .columns:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  z-index: 99;
  transition: transform 0.2s ease-in-out, z-index 0s 0.2s;
}
.blog-list .item {
  text-align: center;
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
}
.blog-list .item .backstretch:before {
  content: "";
  display: block;
  background: #002170;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-list .item .backstretch:before {
  transition: all 0.2s ease-in-out;
}
.blog-list .item {
  padding: 70px 15px;
}
.blog-list .item .text-content {
  text-align: center;
}
.blog-list .item .text-content h3 {
  color: white;
  font-weight: bold;
  font-size: 28px;
}
.blog-list .item .text-content p {
  color: white;
  margin-bottom: 0;
  font-weight: bold;
}
.blog-list .item .text-content p:last-of-type {
  margin-top: 15px;
}
.blog-list .item a.small {
  display: inline-block;
  padding: 15px 25px;
  border-radius: 30px;
  border: 2px solid white;
  transition: all 0.2s ease-in-out;
  font-size: 20px;
  margin-top: 30px;
  opacity: 1;
  position: relative;
  color: white;
  font-weight: bold;
  transition: all 0.3s 0.2s ease-in-out, background 0.2s 0s ease-in-out, border 0.2s ease-in-out, padding 0.2s 0s ease-in-out;
}
.blog-list .item a.small:after {
  display: block;
  content: "\f178";
  position: absolute;
  opacity: 0;
  height: 5px;
  line-height: 5px;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  color: white;
  font-family: "FontAwesomeNew";
  transition: all 0.2s ease-in-out;
}
.blog-list .item a.small:hover {
  background: #0089EC;
  border: 2px solid #0089EC;
  padding-right: 65px;
}
.blog-list .item a.small:hover:after {
  opacity: 1;
  right: 25px;
}
.blog-list .item a.large {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-list .item:hover .backstretch:before {
  opacity: 0.3;
}

.pagelist .ccm-block-page-list-header h4 {
  font-size: 40px;
  font-weight: bold;
  color: #626262;
  margin-bottom: 10px;
}
.pagelist.default {
  margin: 25px 0;
}
.pagelist.default .item {
  display: block;
  padding: 15px;
  padding-right: 55px;
  background: #F2F2F2;
  border-left: 10px solid #0089EC;
  position: relative;
  transition: all 0.2s ease-in-out;
  margin-bottom: 15px;
}
.pagelist.default .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pagelist.default .item:hover {
  background: rgb(229.25, 229.25, 229.25);
}
.pagelist.default .item h4 {
  font-weight: bold;
  color: #626262;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 0;
}
.pagelist.default .item:after {
  content: "\f18e";
  font-family: "FontAwesomeNew";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #626262;
  font-size: 40px;
  height: 40px;
  line-height: 40px;
}
@media screen and (max-width: 44.9375em) {
  .pagelist.default .item {
    padding-right: 40px;
  }
  .pagelist.default .item:after {
    font-size: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.pagelist.style-two .item {
  text-align: center;
  background: #F2F2F2;
  color: #626262;
  padding: 30px 15px;
  transition: all 0.2s ease-in-out;
  position: relative;
  margin-bottom: 25px;
}
.pagelist.style-two .item .large {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pagelist.style-two .item .small {
  display: inline-block;
}
.pagelist.style-two .item .small:after {
  display: block;
  width: 25%;
  height: 2px;
  background: #C02942;
  margin: 5px auto;
  content: "";
  transition: all 0.2s ease-in-out;
}
.pagelist.style-two .item h4, .pagelist.style-two .item p, .pagelist.style-two .item a {
  color: #626262;
}
.pagelist.style-two .item h4, .pagelist.style-two .item a {
  font-weight: bold;
}
.pagelist.style-two .item:hover {
  background: rgb(229.25, 229.25, 229.25);
}
.pagelist.style-two .item:hover .small:after {
  width: 100%;
}
.pagelist.style-one {
  margin: 25px 0;
}
.pagelist.style-one .item {
  padding: 10px;
  position: relative;
  min-height: 220px;
}
.pagelist.style-one .item:before {
  position: absolute;
  top: 0;
  left: 0;
  background: #0089EC;
  opacity: 0.5;
  content: "";
  z-index: 1;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.pagelist.style-one .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 199;
  display: block;
}
.pagelist.style-one .item h4 {
  margin-top: 30px;
  font-weight: bold;
  color: white;
  font-size: 32px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.pagelist.style-one .item .backstretch {
  background: #0089EC !important;
}
.pagelist.style-one .item .backstretch:before {
  content: "\f18e";
  font-family: "FontAwesomeNew";
  position: absolute;
  bottom: 10px;
  right: 60px;
  opacity: 0;
  color: white;
  font-size: 32px;
  z-index: 99;
  transition: all 0.2s 0s ease-in-out;
}
.pagelist.style-one .item .backstretch:after {
  position: absolute;
  top: -120%;
  left: -120%;
  width: 180%;
  height: 180%;
  background: #0089EC;
  opacity: 0.7;
  transform: rotate(45deg);
  content: "";
  transition: all 0.3s ease-in-out;
}
.pagelist.style-one .item .backstretch img {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.pagelist.style-one .item:hover h4 {
  opacity: 0;
}
.pagelist.style-one .item:hover:before {
  opacity: 0;
}
.pagelist.style-one .item:hover .backstretch img {
  transform: scale(1.2);
  transition: transform 6s ease-in-out, opacity 0.3s ease-in-out;
}
.pagelist.style-one .item:hover .backstretch:after {
  top: 50%;
  left: 50%;
}
.pagelist.style-one .item:hover .backstretch:before {
  right: 30px;
  opacity: 1;
  transition: all 0.2s 0.3s ease-in-out;
}
@media screen and (max-width: 44.9375em) {
  .pagelist.style-one .item .backstretch img {
    opacity: 0.5;
  }
  .pagelist.style-one .item .backstretch:before {
    right: 30px;
    opacity: 1;
  }
  .pagelist.style-one .item .backstretch:after {
    right: 50px;
    top: 0;
    left: auto;
    bottom: auto;
  }
  .pagelist.style-one .item:hover .backstretch:after {
    right: 50px;
    top: 0;
    left: auto;
    bottom: auto;
  }
}

.tripeasi-default-tourlist {
  display: block;
  clear: both;
  margin-top: 30px;
  overflow: hidden;
}
.tripeasi-default-tourlist hr {
  height: 1px;
  background: #E0E0E0;
  margin: 25px 0;
  width: 100%;
  clear: both;
  box-shadow: 0;
  border: 0;
  max-width: 9999px;
}
.tripeasi-default-tourlist hr:last-of-type {
  display: none;
}
.tripeasi-default-tourlist .filters {
  display: block;
  width: 300px;
  float: left;
  margin-right: 15px;
  overflow: hidden;
  padding-top: 50px;
}
@media screen and (max-width: 44.9375em) {
  .tripeasi-default-tourlist .filters {
    display: none;
  }
}
.tripeasi-default-tourlist .tour-list-content {
  display: block;
  width: auto;
  overflow: hidden;
}
.tripeasi-default-tourlist .tour-list-content .tour-pagination-content {
  text-align: center;
}
.tripeasi-default-tourlist .tour-list-content:hover .tour-item {
  opacity: 0.7;
}
.tripeasi-default-tourlist .tour-list-content .tour-item {
  position: relative;
  padding-left: 335px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.tripeasi-default-tourlist .tour-list-content .tour-item .large-url {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 97%;
  height: 97%;
  margin: auto;
  opacity: 0;
}
.tripeasi-default-tourlist .tour-list-content .tour-item .tour-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  height: 100%;
}
.tripeasi-default-tourlist .tour-list-content .tour-item .tour-thumb .tour-labels p {
  padding: 5px 10px;
  color: white;
  background: #C02942;
  display: block;
  float: left;
  clear: both;
  font-weight: bold;
}
.tripeasi-default-tourlist .tour-list-content .tour-item .tour-thumb .backstretch img {
  transition: transform 0.2s ease-in-out;
}
.tripeasi-default-tourlist .tour-list-content .tour-item .title-price {
  clear: both;
  overflow: hidden;
}
.tripeasi-default-tourlist .tour-list-content .tour-item .title-price .title {
  display: block;
  width: auto;
  overflow: hidden;
}
.tripeasi-default-tourlist .tour-list-content .tour-item .title-price .title h3 {
  font-weight: bold;
  color: #626262;
  font-size: 24px;
  margin-bottom: 40px;
}
.tripeasi-default-tourlist .tour-list-content .tour-item .title-price .title .dates {
  color: #0089EC;
}
.tripeasi-default-tourlist .tour-list-content .tour-item .title-price .pricing {
  background: #F2F2F2;
  padding: 10px;
  float: right;
  display: block;
  width: auto;
  font-size: 16px;
  color: #626262;
  font-weight: bold;
}
.tripeasi-default-tourlist .tour-list-content .tour-item .title-price .pricing .price {
  font-size: 24px;
}
.tripeasi-default-tourlist .tour-list-content .tour-item .title-price .pricing .offer-price {
  opacity: 0.5;
  position: relative;
}
.tripeasi-default-tourlist .tour-list-content .tour-item .title-price .pricing .offer-price:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #626262;
}
.tripeasi-default-tourlist .tour-list-content .tour-item .summary {
  margin-top: 0;
  border-top: 3px solid #0089EC;
  padding: 15px 0;
  overflow: hidden;
  clear: both;
}
.tripeasi-default-tourlist .tour-list-content .tour-item .summary p {
  display: block;
  width: auto;
  overflow: hidden;
  color: #626262;
  margin-bottom: 0;
}
.tripeasi-default-tourlist .tour-list-content .tour-item .summary a {
  display: block;
  float: right;
  background: #0089EC;
  padding: 10px 20px;
  margin-left: 35px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  width: 180px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.tripeasi-default-tourlist .tour-list-content .tour-item .summary a:hover {
  background: rgb(32, 161.4533898305, 255);
}
.tripeasi-default-tourlist .tour-list-content .tour-item .small-content {
  display: none;
}
.tripeasi-default-tourlist .tour-list-content .tour-item:hover {
  opacity: 1;
}
.tripeasi-default-tourlist .tour-list-content .tour-item:hover .backstretch img {
  transform: scale(1.05);
}
@media (max-width: 1200px) {
  .tripeasi-default-tourlist .tour-list-content .tour-item {
    padding-left: 0;
  }
  .tripeasi-default-tourlist .tour-list-content .tour-item .tour-thumb {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
  }
  .tripeasi-default-tourlist .tour-list-content .tour-item .title-price .title h3 {
    margin-bottom: 15px;
  }
  .tripeasi-default-tourlist .tour-list-content .tour-item .summary a {
    display: none;
  }
  .tripeasi-default-tourlist .tour-list-content .tour-item .small-content {
    display: block;
  }
  .tripeasi-default-tourlist .tour-list-content .tour-item .small-content a {
    display: inline-block;
    background: #0089EC;
    padding: 10px 20px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
  }
  .tripeasi-default-tourlist .tour-list-content .tour-item .small-content a:hover {
    background: rgb(32, 161.4533898305, 255);
  }
  .tripeasi-default-tourlist .tour-list-content .tour-item .small-content .pricing {
    display: none;
  }
}
@media screen and (max-width: 44.9375em) {
  .tripeasi-default-tourlist .tour-list-content .tour-item .title-price .pricing {
    display: none;
  }
  .tripeasi-default-tourlist .tour-list-content .tour-item .small-content .pricing {
    background: #F2F2F2;
    padding: 10px;
    display: block;
    font-size: 16px;
    color: #626262;
    width: 100%;
    text-align: center;
    font-weight: bold;
  }
  .tripeasi-default-tourlist .tour-list-content .tour-item .small-content .pricing .price {
    font-size: 24px;
  }
  .tripeasi-default-tourlist .tour-list-content .tour-item .small-content .pricing .price.offer {
    opacity: 0.5;
    text-decoration: line-through;
  }
  .tripeasi-default-tourlist .tour-list-content .tour-item .small-content a {
    display: block;
    text-align: center;
  }
}

.hero-banner {
  overflow: hidden;
}
.hero-banner .row {
  position: relative;
}
.hero-banner .row .columns:last-of-type {
  float: left;
}
.hero-banner .map-image {
  position: absolute;
  bottom: 20px;
  right: 15px;
  width: 120px;
}
@media screen and (max-width: 44.9375em) {
  .hero-banner .map-image {
    bottom: -195px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.hero-banner.auto {
  display: block;
  clear: both;
  background: #0089EC;
}
@media screen and (max-width: 44.9375em) {
  .hero-banner.auto {
    height: 250px;
  }
}
.hero-banner.auto .text-content {
  margin-top: 250px;
}
.hero-banner.auto .text-content h1, .hero-banner.auto .text-content h2 {
  color: white;
}
.hero-banner.auto .text-content h1 {
  font-size: 60px;
  font-weight: bold;
}
.hero-banner.auto .text-content.double {
  margin-top: 180px;
}
.hero-banner.auto .text-content.double h1 {
  font-size: 42px;
  margin-bottom: 0;
  line-height: 45px;
}
.hero-banner.auto .text-content.double h2 {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 44.9375em) {
  .hero-banner.auto .text-content {
    display: none;
  }
}
.hero-banner.auto .backstretch:before {
  content: "";
  display: block;
  background: #0089EC;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-banner.auto + .hero-text-content {
  background: #0089EC;
  color: white;
  padding: 25px 15px;
  display: none;
}
.hero-banner.auto + .hero-text-content h3, .hero-banner.auto + .hero-text-content p {
  font-weight: bold;
  display: block;
  text-align: center;
}
.hero-banner.auto + .hero-text-content h3 {
  font-size: 30px;
  margin-bottom: 0;
}
.hero-banner.auto + .hero-text-content p {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 10px;
}
@media screen and (max-width: 44.9375em) {
  .hero-banner.auto + .hero-text-content {
    display: block;
  }
}
.hero-banner.tour-single .text-content {
  margin-top: 350px;
}
.hero-banner.tour-single .text-content h3 {
  font-size: 32px;
  margin-bottom: 20px;
  color: white;
  font-weight: bold;
}
.hero-banner.tour-single #gallery-images {
  position: absolute;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.2s ease-in-out, bottom 0.2s ease-in-out, z-index 0s 0.3s;
  z-index: -100;
  padding: 2.5px;
  width: 205px;
}
.hero-banner.tour-single #gallery-images.visible {
  opacity: 1;
  bottom: -140px;
  right: 25px;
  z-index: 99;
  transition: opacity 0.2s ease-in-out, bottom 0.2s ease-in-out, z-index 0s 0s;
}
@media screen and (min-width: 45em) {
  .hero-banner.tour-single #gallery-images.visible {
    bottom: 30px;
    right: 0;
  }
}
.hero-banner.tour-single #gallery-images a {
  display: inline-block;
  margin: 2.5px;
  width: 45px;
  height: 45px;
  position: relative;
  vertical-align: top;
  background-position: center;
  background-size: cover;
  opacity: 0;
  background-color: #f2f2f2;
  transform: translateY(-15px);
  transition: all 0.2s ease-in-out;
}
.hero-banner.tour-single #gallery-images a.visible {
  opacity: 1;
  transform: translateY(0);
}
.hero-banner.tour-single #gallery-images a:hover {
  transform: scale(1.1);
}
.hero-banner.tour-single .gallery-content {
  position: absolute;
  right: 0;
  bottom: -45px;
}
@media screen and (min-width: 45em) {
  .hero-banner.tour-single .gallery-content {
    bottom: 0;
  }
}
.hero-banner.tour-single .columns {
  position: relative;
}
.hero-banner.tour-single .launch-tour-gallery {
  line-height: inherit;
  position: relative;
  margin-right: 15px;
  margin-top: 250px;
  background: white;
  vertical-align: bottom;
  display: inline-block;
  padding: 7.5px 25px;
  font-weight: bold;
  color: #0089EC;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media screen and (min-width: 45em) {
  .hero-banner.tour-single .launch-tour-gallery {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.hero-banner.tour-single .launch-tour-gallery:hover {
  background: rgb(242.25, 242.25, 242.25);
  padding-bottom: 15px;
}
.hero-banner.tour-single .launch-tour-gallery:before {
  content: "\f055";
  font-family: "FontAwesomeNew";
  color: #0089EC;
  display: inline-block;
  margin-right: 10px;
  transform: translateY(1px);
  font-size: 20px;
}
.hero-banner.large-title .text-content.double {
  margin-top: 250px;
}
.hero-banner.large-title .text-content.double h1 {
  font-size: 72px;
  line-height: 75px;
}
.hero-banner.large-title .text-content.double h2 {
  font-size: 32px;
}
.hero-banner.vessel {
  position: relative;
}
.hero-banner.vessel .row {
  position: relative;
}
@media screen and (max-width: 44.9375em) {
  .hero-banner.vessel .row {
    position: static;
  }
}
.hero-banner.vessel h1 {
  font-size: 72px;
  margin-bottom: 0;
}
.hero-banner.vessel h3 {
  margin-bottom: 20px;
  color: white;
  font-weight: bold;
  font-size: 32px;
}
.hero-banner.vessel .launch-vessel-gallery {
  position: absolute;
  right: 15px;
  bottom: -10px;
  background: white;
  padding: 10px 20px 20px 10px;
  color: #0089EC;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  transition: all 0.2s ease-in-out;
}
.hero-banner.vessel .launch-vessel-gallery:hover {
  bottom: 0;
}
.hero-banner.vessel .launch-vessel-gallery:before {
  font-family: "FontAwesomeNew";
  content: "\f067";
  width: 25px;
  height: 25px;
  background: #0089EC;
  color: white;
  border-radius: 100%;
  position: relative;
  text-align: center;
  line-height: 25px;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 44.9375em) {
  .hero-banner.vessel .launch-vessel-gallery {
    padding-bottom: 10px;
    bottom: 0;
    left: 50%;
    display: inline-block;
    transform: translateX(-50%);
    right: auto;
  }
}
@media (max-width: 350px) {
  .hero-banner.vessel .launch-vessel-gallery {
    width: 95%;
    text-align: center;
  }
}
.hero-banner.blog {
  height: 70vh;
  min-height: 400px;
  position: relative;
}
.hero-banner.blog .backstretch:before {
  display: none;
}
.hero-banner.blog .row {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
.hero-banner.blog .row h1, .hero-banner.blog .row h2 {
  width: 100%;
  text-align: center;
  font-weight: bold;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
}
.hero-banner.blog .row h1 {
  font-size: 72px;
}
.hero-banner.blog .row h2 {
  font-size: 24px;
}

/*
Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013
*/
.select2-container {
  margin: 0 0 1rem 0;
  position: relative;
  vertical-align: middle;
  font-family: inherit;
  -webkit-appearance: none !important;
  font-size: 0.875rem;
  background: #fff;
  background-position-x: 100%;
  background-position-y: center;
}

.error .select2-container {
  margin-bottom: 0;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  /* webkit */
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

.select2-container .select2-choice {
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #d8d8d8;
  padding: 0.75em 1em;
  white-space: nowrap;
  line-height: 1.3125rem;
  color: inherit;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.select2-container.select2-drop-above .select2-choice {
  /*border-bottom-color: #aaa;*/
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 1rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 9px;
  height: 9px;
  position: absolute;
  right: 24px;
  top: 13px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjlweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9Ii0xIC0xIDkgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAtMSAtMSA5IDkiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNy41LDAuOTU1IDYuMDQ2LC0wLjUgMy41LDIuMDQ1IDAuOTU1LC0wLjUgLTAuNSwwLjk1NSAyLjA0NSwzLjUgLTAuNSw2LjA0NCAwLjk1NSw3LjUgMy41LDQuOTU0IDYuMDQ2LDcuNSA3LjUsNi4wNDQgNC45NTQsMy41ICIvPjwvc3ZnPg==") 50% 50% no-repeat;
  cursor: pointer;
  outline: 0;
  opacity: 0.5;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  /*background-position: right -11px;*/
  opacity: 1;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #d8d8d8;
  border-top: 0;
  outline: none;
  /*
      padding-top: 2.315rem;
      margin-top: -2.315rem;
  */
}

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.select2-drop.select2-drop-above {
  /*margin-top: 1px;*/
  /*border-top: 1px solid #aaa;*/
  /*border-bottom: 0;*/
  padding-top: 0;
  margin-top: 0;
  margin-bottom: -4.63rem;
  padding-bottom: 2.315rem;
}

.select2-drop-active {
  border: 1px solid #d8d8d8;
  border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #999;
}

.select2-container .select2-choice .select2-arrow {
  width: 18px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: 1em;
  top: 9px;
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("select2.png") no-repeat 0 1px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  /*z-index: 10000;*/
  white-space: nowrap;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  /*font-size: 1em;*/
  border: 1px solid #aaa;
  box-shadow: none !important;
  background: #fff url("select2.png") no-repeat 100% -22px;
  /*    background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
      background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
      background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
      background: url('select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
  */
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100%;
  /*    background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
      background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
      background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
      background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
  */
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #d8d8d8;
  outline: none;
}

.select2-dropdown-open .select2-choice {
  /*border-bottom-color: transparent;*/
  border-bottom-width: 0;
  background: #fff;
  /*z-index: 10000;*/
  box-shadow: none;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  /*border: 1px solid #d8d8d8;*/
  border-top-color: #ccc;
  border-bottom-width: 1px;
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0.25rem;
  margin: 0.25rem 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0.875rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 0.25rem;
  margin: 0;
  cursor: pointer;
  font-size: 12px;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.select2-results .select2-highlighted {
  background: #f8f8f8;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: transparent;
  display: list-item;
  padding: 0.25rem;
  color: #999;
  font-style: italic;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #eee;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #eee;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url("select2-spinner.gif") no-repeat 100%;
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #eee;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #eee;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 0.875rem;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ccc;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #d8d8d8;
  outline: none;
}

.select2-container-multi.select2-container-active.select2-dropdown-open .select2-choices {
  box-shadow: none;
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  box-shadow: none;
  background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 0.1875rem 0.5rem 0.1875rem 1.25rem;
  margin: 0.25rem 0 0 0.25rem;
  position: relative;
  line-height: 1.5rem;
  color: #333;
  cursor: default;
  background-color: #ddd;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-search-choice-close {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  right: 0.25rem;
  top: 0.5rem;
  font-size: 1px;
  outline: none;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjlweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9Ii0xIC0xIDkgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAtMSAtMSA5IDkiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNy41LDAuOTU1IDYuMDQ2LC0wLjUgMy41LDIuMDQ1IDAuOTU1LC0wLjUgLTAuNSwwLjk1NSAyLjA0NSwzLjUgLTAuNSw2LjA0NCAwLjk1NSw3LjUgMy41LDQuOTU0IDYuMDQ2LDcuNSA3LjUsNi4wNDQgNC45NTQsMy41ICIvPjwvc3ZnPg==") 50% 50% no-repeat;
  opacity: 0.5;
}

.select2-container-multi .select2-search-choice-close {
  left: 0.25rem;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  opacity: 1;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  /*background-position: right -11px;*/
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #eee;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #eee;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (min-resolution: 144dpi) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/*------------------------- Checkout page select2 elements ----------------------------*/
.checkout .select2-container,
#agents .select2-container,
#search-results .select2-container {
  margin: 4px 0 5px 0;
  float: left;
  text-align: left;
}
.checkout #s2id_expiryMonth,
.checkout #s2id_expiryYear,
#agents #s2id_expiryMonth,
#agents #s2id_expiryYear,
#search-results #s2id_expiryMonth,
#search-results #s2id_expiryYear {
  float: left;
  margin-right: 10px;
}
.checkout .select2-container .select2-choice,
#agents .select2-container .select2-choice,
#search-results .select2-container .select2-choice {
  background: #F8F8F8;
  font-size: 12px;
  border: 0;
  line-height: 2;
  padding: 0.85em 1.5em;
}
.checkout .select2-container.error,
#agents .select2-container.error,
#search-results .select2-container.error {
  border: 1px solid #C46E76;
  background-color: #f0dbdd !important;
}
.checkout .select2-container .select2-choice .select2-arrow b,
#agents .select2-container .select2-choice .select2-arrow b,
#search-results .select2-container .select2-choice .select2-arrow b {
  background: url(select2_checkout.png) no-repeat 0 1px;
}
.checkout .select2-container-multi.select2-container-active .select2-choices,
#agents .select2-container-multi.select2-container-active .select2-choices,
#search-results .select2-container-multi.select2-container-active .select2-choices {
  box-shadow: none;
}

#search-results .select2-container .select2-choice {
  background: rgb(229.75, 229.75, 229.75);
}

#search-results .select2-container {
  margin: 0 10px 5px 0 !important;
}

.special-offer-info-panel {
  color: white;
  margin-top: 40px;
}
.special-offer-info-panel div {
  font-size: 12px;
}
.special-offer-info-panel strong {
  font-size: 22px;
  display: block;
  margin-bottom: 15px;
}
.special-offer-info-panel p {
  color: white;
}
.special-offer-info-panel p strong {
  font-size: inherit;
  display: inline;
}
.special-offer-info-panel h4 {
  font-size: 28px;
  font-weight: bold;
  color: white;
}
.special-offer-info-panel {
  background: #CC5367;
  border-left: 10px solid #C02942;
  padding: 15px;
}
.special-offer-info-panel *:last-child {
  margin-bottom: 0;
}
.special-offer-info-panel .small-text {
  font-size: 14px;
}
.special-offer-info-panel .large-text {
  font-size: 24px;
}

#best-sellers {
  background: white;
  padding: 50px 0;
  padding-top: 30px;
  clear: both;
}
#best-sellers .title .columns {
  position: relative;
  height: 80px;
  margin: 20px 0;
  margin-top: 0;
  text-align: center;
}
#best-sellers .title .columns hr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #C02942;
  background: #C02942;
  box-shadow: none;
  border: 0;
  height: 2px;
  width: 94%;
}
#best-sellers .title .columns h2 {
  margin-bottom: 0;
  line-height: 80px;
  color: #0089EC;
  font-size: 38px;
}
@media screen and (max-width: 44.9375em) {
  #best-sellers .title .columns h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 45em) and (max-width: 63.9375em) {
  #best-sellers .title .columns h2 {
    font-size: 30px;
  }
}
@media (max-width: 325px) {
  #best-sellers .title .columns h2 {
    font-size: 16px;
  }
}

#tour-list {
  margin-top: 20px;
  clear: both;
}

.tour-list-3-col .columns {
  margin-bottom: 20px;
}
.tour-list-3-col .columns:hover .tour-thumb img {
  transform: scale(1.1);
}
.tour-list-3-col .tour-thumb {
  height: 180px;
  position: relative;
  overflow: hidden;
}
.tour-list-3-col .tour-thumb .special-offer {
  background: #C02942;
  position: absolute;
  top: 15px;
  left: 0;
  padding: 5px 15px;
  color: white;
}
.tour-list-3-col .tour-thumb .overlay {
  width: 100%;
  height: 70px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 15px;
}
.tour-list-3-col .tour-thumb .overlay p {
  font-size: 18px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin: 0;
}
.tour-list-3-col .tour-thumb img {
  transition: all 0.3s ease-in-out;
}
.tour-list-3-col .description {
  padding: 15px;
  background: #efefef;
}
.tour-list-3-col .calendar {
  padding: 15px;
  background: #626262;
  border: 1px solid #d4d4d4;
  border-left: 0;
  border-right: 0;
  padding-left: 45px;
  position: relative;
}
.tour-list-3-col .calendar:before {
  content: "\f133";
  position: absolute;
  top: 11px;
  bottom: auto;
  left: 15px;
  right: auto;
  margin: auto;
  font-size: 20px;
  font-family: "FontAwesomeNew";
  color: #C02942;
  height: 30px;
  width: 30px;
}
.tour-list-3-col a.select-tour {
  padding: 15px;
  background: #efefef;
  display: block;
  font-size: 14px;
  color: #0089EC;
  line-height: 16px;
  position: relative;
}
.tour-list-3-col a.select-tour span.from-price {
  color: #C02942;
  height: 17px;
  text-decoration: line-through;
}
.tour-list-3-col a.select-tour span.price-main {
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-top: 3px;
}
.tour-list-3-col a.select-tour:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../images/icon_arrow_forward.svg");
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  position: absolute;
  left: auto;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #C02942;
  transition: all 0.3s ease-in-out;
}
.tour-list-3-col a.select-tour:hover {
  background: rgb(251.75, 251.75, 251.75);
}
.tour-list-3-col a.select-tour:hover:after {
  background-color: rgb(215.2317596567, 68.7682403433, 93.017167382);
}

.select-column {
  float: right;
}
.select-column select {
  cursor: pointer;
  padding-left: 15px;
  height: 50px;
  background-image: url("../images/icon_arrow_down-38.svg");
  background-size: 12.5px;
  background-position: right 15px center;
}

.tour-topbar {
  background: #efefef;
  border-bottom: 1px solid #d4d4d4;
}
.tour-topbar a {
  float: left;
  display: inline-block;
  padding: 10px 20px;
  color: rgba(0, 0, 0, 0.5);
}
.tour-topbar a:hover {
  background: #626262;
}
.tour-topbar a.active {
  background: #626262;
}

.introduction h3,
.tabs h3 {
  font-size: 28px;
  font-weight: 500;
  opacity: 0.8;
}

.introduction {
  margin-top: 20px;
}
.introduction h3 {
  margin-bottom: 0;
}
.introduction p {
  margin: 0;
  opacity: 0.5;
  margin-bottom: 15px;
}
.introduction ul {
  list-style: none;
  margin: 0;
}
.introduction ul li {
  position: relative;
  padding-left: 35px;
  line-height: 24px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.6);
}
.introduction ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "FontAwesomeNew";
  content: "\f05d";
  font-size: 24px;
  color: #C02942;
  width: 22px;
  text-align: center;
}
.introduction ul li.duration:before {
  content: "\f017";
}
.introduction ul li.date:before {
  content: "\f133";
}
.introduction ul li.suitable:before {
  content: "\f007";
}
.introduction hr {
  opacity: 0.5;
  margin-bottom: 0;
}

.rating {
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
  margin-right: 15px;
  color: rgba(0, 0, 0, 0.6);
}
.rating span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.rating span:before, .rating span:after {
  height: 14px;
}
.rating span:before {
  width: 82px;
  content: "";
  position: relative;
  display: block;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 82px 14px;
  opacity: 0.5;
}
.rating span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 82px 14px;
}
.rating span.rating-1:after {
  width: 20%;
}
.rating span.rating-2:after {
  width: 40%;
}
.rating span.rating-3:after {
  width: 60%;
}
.rating span.rating-4:after {
  width: 80%;
}
.rating span.rating-5:after {
  width: 100%;
}
.rating.circle span:before, .rating.circle span:after {
  background-image: url("../images/rating_circle.png");
}
.rating.star span:before, .rating.star span:after {
  background-image: url(../images/rating_star.png);
}

#tour-bookings {
  position: relative;
}
#tour-bookings .select2-container {
  background: none;
  margin: 0;
  transition: background 0.1s ease-in-out;
}
#tour-bookings .select2-container a .select2-arrow b {
  display: none;
}
#tour-bookings .select2-container a .select2-arrow:before {
  display: block;
  content: "\f107";
  font-family: "FontAwesomeNew";
  color: rgba(0, 0, 0, 0.8);
  width: 15px;
  height: 15px;
  font-size: 18px;
  line-height: 15px;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#tour-bookings .select2-container:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.05);
}
#tour-bookings .select2-container.select2-container-active a {
  background: rgba(0, 0, 0, 0.05);
}
#tour-bookings .top-price {
  background: #0089EC;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
}
#tour-bookings .top-price span {
  display: inline-block;
}
#tour-bookings .sidebar-header {
  display: block;
  text-transform: uppercase;
  padding: 10px 15px;
  background: #626262;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  clear: both;
  width: 100%;
}
#tour-bookings #datepicker h2 {
  text-transform: uppercase;
}
#tour-bookings .price span {
  font-size: 26px;
  color: #fab31e;
}
#tour-bookings .section {
  background: none;
  font-size: 14px;
  color: #444;
  float: left;
  width: 100%;
  clear: both;
}
#tour-bookings .freetext {
  padding: 0 15px;
}
#tour-bookings .section-wrap {
  padding: 15px 15px;
}
#tour-bookings .dp-choose-date {
  background: #fff url(../css/booking-inputs.png) no-repeat 95% 0.75em;
  width: 100%;
  padding: 1em;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  display: block;
  color: #aaa;
  clear: both;
}
#tour-bookings .dp-choose-date:focus {
  border: 2px solid #fab31e;
}
#tour-bookings select {
  width: 100%;
}
#tour-bookings .option_details {
  float: right;
  display: block;
  margin-top: 0.5em;
}
#tour-bookings .option_details p + p {
  display: none;
}
#tour-bookings a.tour_options {
  display: block;
  background: #fff;
  width: 100%;
  padding: 1em 0.75em;
  border: 1px solid #d8d8d8;
  color: #aaa;
  cursor: pointer;
  position: relative;
}
#tour-bookings a.tour_options span {
  position: absolute;
  right: 1em;
  top: 1.2em;
  content: "";
  display: block;
  width: 15px;
  height: 11px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAALBAMAAAAD/fkMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMzkyQjc1ODk4REMxMUUzQTVGNUU0MDMwQTUwMDhDNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMzkyQjc1OTk4REMxMUUzQTVGNUU0MDMwQTUwMDhDNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVDMjJCNkZGOTg4ODExRTNBNUY1RTQwMzBBNTAwOEM2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjVDMjJCNzAwOTg4ODExRTNBNUY1RTQwMzBBNTAwOEM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+gmwwIgAAACpQTFRFAAAA////fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+C8wPwAAAAA10Uk5TAAABA3iHiJWWl6OkpeoeFP4AAACWSURBVAjXLY6hDsJAEEQnR1O9CciK2rrTgOAHSBB8QG0FfwAGT0IQuPuaahxpAnT+pbNXVuzeTt7ODdDVAI4wIDzhVfLhbSelYevKid+o9jaExMGVRPYlORo2ZIYabReptnhJcSjc9OAYbeuT12yt6rEUciY/dfbmL6LSiR/eZ0gBVm675j+Ao7aXa0jDHFIIrDj4zy0mPHZI+e+9Yi4AAAAASUVORK5CYII=) no-repeat;
}
#tour-bookings a.tour_options span.open {
  background-position: -17px 0;
}
#tour-bookings .rates {
  border-bottom: 0;
}
#tour-bookings .rates .item {
  display: block;
  float: none;
  clear: both;
  padding: 15px;
  text-align: center;
  margin-bottom: 0;
  overflow: hidden;
}
#tour-bookings input[type=text] {
  padding: 1em;
  border: 1px solid #d8d8d8;
  width: 100%;
}
#tour-bookings .durationBox {
  width: 100%;
  border-top: 0;
}
#tour-bookings .durationBox span {
  color: #fab31e;
}
#tour-bookings #timeWrap {
  position: relative;
  float: left;
  width: 100%;
  clear: both;
}
#tour-bookings #timeWrap select {
  float: left;
}
#tour-bookings #timeWrap .pdf {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  margin-left: 5px;
  padding-left: 1.3em;
  position: relative;
  font-size: 14px;
  line-height: normal;
}
#tour-bookings #timeWrap .pdf:before {
  color: #fab31e;
  left: 0;
  font-size: 18px;
}
#tour-bookings form {
  float: left;
  width: 100%;
  position: relative;
}
#tour-bookings form p {
  float: left;
  clear: left;
  margin-bottom: 0.5em;
}
#tour-bookings form button {
  float: right;
  width: 35%;
  color: #fff;
  background: #F7931E;
  text-transform: uppercase;
  font-size: 14px;
  border: 0;
  padding: 1em;
}
#tour-bookings form button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#tour-bookings form button.disabled:hover {
  /*pointer-events: none;*/
  background: #F7931E;
}
#tour-bookings form button:hover {
  background: rgb(248.7510729614, 170.6394849785, 79.2489270386);
}
#tour-bookings form.cart {
  background: #444;
  color: #fff;
  padding: 1em;
}
#tour-bookings #timeWrap,
#tour-bookings #optionsDrop,
#tour-bookings #pickupDrop {
  /*display:none; */
}
#tour-bookings .pickups label {
  display: block;
  margin: 10px 0;
  line-height: 12px;
  margin-top: 20px;
}
#tour-bookings .pickups label:first-of-type {
  margin-top: 0;
}
#tour-bookings .pickups label {
  font-size: 12px;
}
@media screen and (min-width: 64em) {
  #tour-bookings .pickups label {
    font-size: 14px;
    line-height: 14px;
  }
}
#tour-bookings .pickups label input {
  margin-bottom: 0;
  display: none;
}
#tour-bookings .pickups label .fake-radio {
  border-radius: 100%;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  width: 14px;
  height: 14px;
  position: relative;
  display: inline-block;
  margin-right: 5px;
  transform: translateY(1px);
}
#tour-bookings .pickups label .fake-radio:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 10px;
  width: 10px;
  display: block;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
#tour-bookings .pickups label .fake-radio.active:after {
  opacity: 1;
}
#tour-bookings .pickups label .fake-radio:hover {
  background: rgba(0, 0, 0, 0.05);
}
#tour-bookings .pickups .info {
  font-size: 12px;
  color: #fff;
  background: #63C3EA;
}
#tour-bookings .pickups .info:before {
  color: #fff;
}
#tour-bookings .pickups p {
  margin-bottom: 0;
}
#tour-bookings .radioinfo {
  background: #fff;
  padding: 0.5em;
  margin: 1em 0 1em 1em;
  border-left: 1px solid #737373;
  font-size: 12px;
}
#tour-bookings .radioinfo p {
  margin-bottom: 1em;
}
#tour-bookings .cart p.option {
  width: 100%;
}

#tour-bookings .cartloading,
#hidden-sidebar .cartloading {
  display: block;
  position: absolute;
  width: 100%;
  background: white;
  opacity: 0;
  height: 0;
  transition: opacity 0.3s 0s ease-in-out, height 0s 0.3s;
  top: 0;
  left: 0;
}
#tour-bookings .cartloading.loading,
#hidden-sidebar .cartloading.loading {
  z-index: 99;
  opacity: 0.8;
  height: 100%;
  transition: opacity 0.3s 0s ease-in-out, height 0s 0s;
}

.loader,
.loader:before,
.loader:after {
  background: #0089EC;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: "";
}

.loader:before {
  left: -1.5em;
  animation-delay: -0.32s;
}

.loader {
  color: #0089EC;
  text-indent: -9999em;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 11px;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.loader:after {
  left: 1.5em;
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
#tour-bookings label {
  font-size: 12px;
}
@media screen and (min-width: 64em) {
  #tour-bookings label {
    font-size: 14px;
  }
}

.pricebreakdown {
  margin: 1em 0;
  clear: both;
}
.pricebreakdown li {
  font-size: 14px;
}

#resultsonly label {
  display: block;
  margin-bottom: 5px;
}

.subtotal {
  color: #fff;
  padding: 1em;
  background: #444;
}

#tourOptions select {
  float: right;
}
#tourOptions .price {
  display: block;
  margin: 1em 0;
  font-weight: bold;
}

.tableKey {
  float: left;
  width: 100%;
  position: relative;
  z-index: 9999;
  top: 260px;
  padding-top: 70px;
  background: #fff;
}
.tableKey div {
  position: relative;
  left: 10px;
}

.tableKey h5 {
  font-size: 11px;
  float: left;
  display: inline;
  padding-left: 18px;
  margin-right: 10px;
  color: #000;
  text-indent: 7px;
  font-weight: 300;
}

.tableKey h5 {
  position: relative;
  margin-bottom: 10px;
  line-height: 19px;
}
.tableKey h5:before {
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
}

.tableKey .available:before {
  background: #EDAF1C;
}

.tableKey .selected:before {
  background: #C8D32C;
}

.tableKey .unavailable:before {
  background: #E6E6E6;
}

.tableKey .offer:before {
  background: #71b767;
}

.dropwrap {
  display: block !important;
}

#priceoptions select,
#pricetimes select,
#priceresults select {
  margin-bottom: 1em;
}
#priceoptions label,
#pricetimes label,
#priceresults label {
  margin-bottom: 0.5em;
}

#pricetimes .onetime {
  display: block;
  width: 100%;
  font-weight: bold;
  margin: 1em 0;
}

.freetext label {
  display: block;
  line-height: normal;
}

.breakdown {
  width: 100%;
}
.breakdown small {
  font-size: 14px;
  display: block;
}

#leadPrice .item {
  background: none;
  padding: 5px 1em;
}
#leadPrice i {
  font-style: normal;
}

#full-breakdown {
  padding: 15px;
}
#full-breakdown .breakdown-item {
  display: none;
  overflow: hidden;
  clear: both;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#full-breakdown .breakdown-item:first-of-type {
  padding-top: 0px;
}
#full-breakdown .breakdown-item span {
  display: block;
  width: 35%;
  padding-right: 20px;
  float: left;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
#full-breakdown .breakdown-item div {
  display: block;
  width: 65%;
  float: right;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}

/*------------------  Datepicker  ---------------------*/
/*Keyword & Destination*/
.banner-search .dp-choose-date {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.tableKey {
  display: none;
}

#datepicker {
  padding: 0 15px 15px 15px;
}

div.dp-popup {
  margin-top: 0 !important;
  width: 100% !important;
  padding: 10px !important;
  border-radius: 5px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 0 !important;
  max-width: 340px;
  position: absolute;
  background: white;
  z-index: 800;
}
div.dp-popup table {
  width: 100% !important;
  border: 0 !important;
  margin-bottom: 0 !important;
  background: transparent !important;
}
div.dp-popup table td {
  background: #0089EC !important;
  transition: all 0.3s ease-in-out;
  color: white !important;
  height: 44px !important;
  text-align: center;
  cursor: pointer;
}
div.dp-popup table td.dp-hover {
  background: rgb(32, 161.4533898305, 255) !important;
}
div.dp-popup table td.dp-hover.disabled {
  background: #ECE7E9 !important;
  cursor: not-allowed;
}
div.dp-popup table td.disabled {
  background: #ECE7E9 !important;
  color: #575757 !important;
}
div.dp-popup table td.disabled.dp-hover {
  background: white !important;
}
div.dp-popup table td.today {
  background: #4d505b !important;
  color: white !important;
}
div.dp-popup table td.today.dp-hover {
  background: rgb(215.2317596567, 68.7682403433, 93.017167382) !important;
}
div.dp-popup table td.special, div.dp-popup table td.offer {
  background: #FAB31E !important;
}
div.dp-popup table td.special.dp-hover, div.dp-popup table td.offer.dp-hover {
  background: rgb(251.1086956522, 195.852173913, 79.8913043478) !important;
}
div.dp-popup table td.selected {
  background: #C02942 !important;
}
div.dp-popup table td.selected.dp-hover {
  background: rgb(215.2317596567, 68.7682403433, 93.017167382) !important;
}
div.dp-popup table tbody {
  background: none !important;
}
div.dp-popup table th {
  background: transparent !important;
  text-align: center !important;
  color: rgba(0, 0, 0, 0.3) !important;
}
div.dp-popup table tr {
  background: none !important;
}
div.dp-popup h2 {
  margin: 0 !important;
  padding: 8px !important;
  background: none !important;
  color: #626262 !important;
  font-size: 18px !important;
  text-align: center;
}
div.dp-popup .dp-nav-prev-year {
  float: left;
}
div.dp-popup .dp-nav-next-year {
  float: right;
}
div.dp-popup .dp-nav-prev, div.dp-popup .dp-nav-next {
  top: 1px !important;
  position: absolute !important;
}
div.dp-popup .dp-nav-prev a, div.dp-popup .dp-nav-next a {
  color: rgba(0, 0, 0, 0) !important;
  font-size: 18px !important;
}
div.dp-popup .dp-nav-prev a.disabled, div.dp-popup .dp-nav-next a.disabled {
  display: none !important;
}
div.dp-popup .dp-nav-prev .dp-nav-next-month, div.dp-popup .dp-nav-prev .dp-nav-prev-month, div.dp-popup .dp-nav-prev .dp-nav-prev-year, div.dp-popup .dp-nav-prev .dp-nav-next-year, div.dp-popup .dp-nav-next .dp-nav-next-month, div.dp-popup .dp-nav-next .dp-nav-prev-month, div.dp-popup .dp-nav-next .dp-nav-prev-year, div.dp-popup .dp-nav-next .dp-nav-next-year {
  background: transparent;
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #626262;
  text-align: center;
}
div.dp-popup .dp-nav-prev {
  left: 1px !important;
}
div.dp-popup .dp-nav-prev a {
  position: relative;
}
div.dp-popup .dp-nav-prev a:after {
  content: "\f104";
  width: 100%;
  text-align: left;
  position: absolute;
  top: 0;
  left: 15px;
  font-family: "FontAwesomeNew";
  display: block;
  color: #626262;
  font-size: 26px;
  bottom: 0;
  height: 15px;
  margin: auto;
  line-height: 15px;
}
div.dp-popup .dp-nav-next {
  right: 1px !important;
  text-align: right;
}
div.dp-popup .dp-nav-next a {
  position: relative;
}
div.dp-popup .dp-nav-next a:after {
  content: "\f105";
  width: 100%;
  text-align: right;
  position: absolute;
  top: 0;
  left: -15px;
  font-family: "FontAwesomeNew";
  display: block;
  color: #626262;
  font-size: 26px;
  bottom: 0;
  height: 15px;
  margin: auto;
  line-height: 15px;
}
div.dp-popup .dp-nav-prev-year:after {
  content: "\f100" !important;
}
div.dp-popup .dp-nav-next-year:after {
  content: "\f101" !important;
}

#datepicker {
  padding: 0 15px 15px 15px;
}
#datepicker .dp-popup {
  max-width: 9999px;
  position: relative;
  background: none;
  z-index: auto;
  padding: 0 !important;
  border-radius: 0px !important;
  border: 0px !important;
}
#datepicker .dp-popup table td {
  border: 2px solid rgba(0, 0, 0, 0);
}
#datepicker .dp-popup h2 {
  font-size: 16px !important;
  text-transform: none !important;
}
#datepicker .dp-popup .dp-nav-next-month:after, #datepicker .dp-popup .dp-nav-prev-month:after {
  top: 12px;
}
#datepicker .dp-popup .dp-nav-prev {
  left: 1px !important;
}
#datepicker .dp-popup .dp-nav-prev a {
  position: relative;
}
#datepicker .dp-popup .dp-nav-prev a:after {
  content: "\f104";
  width: 100%;
  text-align: left;
  position: absolute;
  top: 8px;
  left: 0;
  font-family: "FontAwesomeNew";
  display: block;
  color: #626262;
  font-size: 26px;
}
#datepicker .dp-popup .dp-nav-next {
  right: 1px !important;
  text-align: right;
}
#datepicker .dp-popup .dp-nav-next a {
  position: relative;
}
#datepicker .dp-popup .dp-nav-next a:after {
  content: "\f105";
  width: 100%;
  text-align: right;
  position: absolute;
  top: 8px;
  left: 0;
  font-family: "FontAwesomeNew";
  display: block;
  color: #626262;
  font-size: 26px;
}

#tour-bookings {
  overflow: hidden;
}
#tour-bookings .rates {
  position: relative;
}
#tour-bookings .durationBox span {
  color: #068cce !important;
}
#tour-bookings #add_cart_form {
  background: #f2f2f2 !important;
  color: rgba(0, 0, 0, 0.7);
  padding: 0;
  padding-top: 10px;
}
#tour-bookings #add_cart_form #add_cart_btn {
  float: none;
  display: block;
  width: 100%;
  margin: 0;
  background: #C02942;
  padding: 20px 10px;
}
#tour-bookings #add_cart_form #add_cart_btn:hover {
  background: rgb(215.2317596567, 68.7682403433, 93.017167382);
}
#tour-bookings #add_cart_form .price {
  padding: 15px !important;
  background: #0089EC;
  display: block;
  width: 100%;
  color: white;
  overflow: hidden;
}
#tour-bookings #add_cart_form .price span {
  font-size: 20px !important;
  font-weight: normal !important;
  width: auto;
  display: inline-block;
  float: right;
  color: white;
}
#tour-bookings #add_cart_form .price strong {
  float: left;
  font-size: 20px !important;
  font-weight: normal !important;
  width: auto;
  display: block;
  color: white;
}
#tour-bookings #add_cart_form .breakdown {
  padding: 0 1em;
}

#close-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  cursor: pointer;
  background: black;
  opacity: 0;
  transition: opacity 0.8s 0s ease-in-out, height 0s 0.8s;
  z-index: 900;
}
#close-sidebar.showing {
  height: 100%;
  opacity: 0.5;
  transition: opacity 0.8s 0s ease-in-out, height 0s 0s;
}

#hidden-sidebar {
  position: fixed;
  height: 100vh;
  width: 600px;
  right: -600px;
  top: 0;
  z-index: 999999999;
  border-left: 10px solid #C02942;
  background: white;
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 625px) {
  #hidden-sidebar {
    width: 100%;
    left: 100%;
  }
}
#hidden-sidebar .dp-key {
  padding: 10px 10px;
  overflow: hidden;
  display: block;
}
#hidden-sidebar .dp-key span {
  float: left;
  margin: 5px;
  line-height: 15px;
  vertical-align: bottom;
}
#hidden-sidebar .dp-key span:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  height: 15px;
  width: 15px;
  background: #ECE7E9;
  vertical-align: bottom;
}
#hidden-sidebar .dp-key span:nth-child(1):before {
  background: #45ADA8;
}
#hidden-sidebar .dp-key span:nth-child(3):before {
  background: #C02942;
}
#hidden-sidebar .dp-key span:nth-child(4):before {
  background: #FAB31E;
}
#hidden-sidebar .content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.4s 0.3s ease-in-out;
}
#hidden-sidebar .content-wrap .scroll-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 625px;
  padding: 25px;
  padding-right: 50px;
  height: 100%;
  overflow: auto;
}
@media (max-width: 625px) {
  #hidden-sidebar .content-wrap .scroll-wrap {
    width: 100%;
    padding: 15px;
  }
}
@media (max-width: 625px) {
  #hidden-sidebar .content-wrap .scroll-wrap .sidebar {
    width: 100%;
  }
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar .summary {
  clear: both;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar .summary .tour-thumb {
  display: block;
  height: 180px;
  width: 230px;
  margin-bottom: 10px;
  float: left;
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 625px) {
  #hidden-sidebar .content-wrap .scroll-wrap .sidebar .summary .tour-thumb {
    width: 100%;
  }
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar .summary .tour-info {
  width: 285px;
  margin-left: 20px;
  float: left;
}
@media (max-width: 625px) {
  #hidden-sidebar .content-wrap .scroll-wrap .sidebar .summary .tour-info {
    width: 100%;
    margin-left: 0;
  }
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar .summary h3 {
  font-size: 30px;
  color: #4d505b;
  font-family: "Helvetica Neue";
  font-weight: bold;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar .summary h3:after {
  content: "";
  display: block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 1px;
  background: #0089EC;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar .summary p {
  color: #0089EC;
  margin-bottom: 5px;
  font-weight: 500;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar .summary .special-offer {
  padding: 15px;
  background: #CC5367;
  color: white;
  clear: both;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar .summary .special-offer h5 {
  font-size: 22px;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar .summary .special-offer p {
  color: white;
  margin-bottom: 0;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar .message {
  padding: 10px 15px;
  background: #F2F2F2;
  color: #626262;
  display: block;
  width: 100%;
  margin: 10px 0;
  clear: both;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar .message.error {
  background: #C46E76;
  color: white;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar #add_to_cart h3 {
  margin-bottom: 25px;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar #add_to_cart #full-breakdown {
  float: left;
  width: 47.5%;
  margin-right: 5%;
  padding-top: 0;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar #add_to_cart #add_cart_form {
  float: left;
  width: 47.5%;
  background: none !important;
  padding-top: 0 !important;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar #add_to_cart #add_cart_form .price {
  background: none;
  color: #626262;
  padding: 0 !important;
  font-weight: bold;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar #add_to_cart #add_cart_form .price strong {
  display: none;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar #add_to_cart #add_cart_form .price span {
  color: #626262;
  float: none;
  font-size: 26px !important;
  font-weight: bold;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar #add_to_cart #add_cart_form .breakdown {
  padding: 0;
  margin-bottom: 10px;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar #add_to_cart #add_cart_form p, #hidden-sidebar .content-wrap .scroll-wrap .sidebar #add_to_cart #add_cart_form small, #hidden-sidebar .content-wrap .scroll-wrap .sidebar #add_to_cart #add_cart_form div {
  padding: 0;
  font-size: 14px;
  margin-bottom: 10px;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar #add_to_cart #add_cart_form button {
  background: #0089EC;
  font-weight: bold;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section {
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section:first-of-type {
  margin-top: 35px;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section #options-list {
  background: none;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section #options-list h2 {
  display: none !important;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section #options-list .optionItem {
  background: #F2F2F2;
  padding: 10px 15px;
  margin-bottom: 5px;
  transition: all 0.2s ease-in-out;
  position: relative;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section #options-list .optionItem:hover {
  background: rgb(229.25, 229.25, 229.25);
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section #options-list .optionItem p, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section #options-list .optionItem span, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section #options-list .optionItem a {
  font-size: 16px;
  color: #626262;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section #options-list .optionItem a.remove {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  background: #C02942;
  color: transparent;
  font-size: 1px;
  overflow: hidden;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section #options-list .optionItem a.remove:after {
  content: "\f00d";
  font-family: "FontAwesomeNew";
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  line-height: 44px;
  top: 0;
  left: 0;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section h3 {
  font-size: 30px;
  color: #4d505b;
  font-family: "Helvetica Neue";
  font-weight: bold;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .comp-wrap {
  margin: 0 -1.5555%;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .no-dates a {
  display: block;
  background: #C02942;
  color: white;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  text-align: center;
  width: 97%;
  transition: all 0.2s ease-in-out;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .no-dates a:hover {
  background: rgb(215.2317596567, 68.7682403433, 93.017167382);
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .rates .item label, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .dropwrap .item label {
  display: flex;
  float: left;
}
@media screen and (max-width: 44.9375em) {
  #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .rates .item label, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .dropwrap .item label {
    max-width: 55%;
  }
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .rates .item, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .dropwrap .item {
  background: #F2F2F2;
  width: 100%;
  padding: 8px 10px;
  text-align: left;
  float: left;
  margin: 5px 1.5555555%;
  clear: none;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 390px) {
  #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .rates .item, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .dropwrap .item {
    width: 97%;
  }
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .rates .item:hover, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .dropwrap .item:hover {
  background: rgb(229.25, 229.25, 229.25);
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .rates .item p, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .dropwrap .item p {
  margin-bottom: 10px;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .rates .item p, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .rates .item label, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .dropwrap .item p, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .dropwrap .item label {
  color: #4d505b;
  font-weight: bold;
  font-family: "Helvetica Neue";
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .rates .item span, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .dropwrap .item span {
  color: #4d505b;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .rates .item label, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .dropwrap .item label {
  font-size: 16px;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .rates .item button, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .dropwrap .item button {
  display: block;
  background: #0089EC;
  color: white;
  text-align: center;
  width: 100%;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  display: none;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .rates .item button:hover, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .dropwrap .item button:hover {
  background: rgb(32, 161.4533898305, 255);
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .rates .item button:active, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .dropwrap .item button:active {
  background: rgb(0, 107.3940677966, 185);
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .rates .item button.selected, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .dropwrap .item button.selected {
  background: #C02942;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .rates .item button.selected:hover, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .dropwrap .item button.selected:hover {
  background: #C02942;
  cursor: not-allowed;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .rates .item .custom-select, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .dropwrap .item .custom-select {
  background: white;
  position: relative;
  transition: all 0.2s ease-in-out;
  display: flex;
  max-width: 110px;
  float: right;
  margin-right: 20px;
}
@media screen and (max-width: 44.9375em) {
  #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .rates .item .custom-select, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .dropwrap .item .custom-select {
    margin-right: 5px;
    margin-top: 5px;
  }
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .rates .item .custom-select:before, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .dropwrap .item .custom-select:before {
  content: "\f107";
  font-family: "FontAwesomeNew";
  background: #0089EC;
  color: white;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .rates .item .custom-select select, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .dropwrap .item .custom-select select {
  height: 1.9rem;
  position: relative;
  z-index: 2;
  background: none;
  color: #626262;
  border: 0;
  font-weight: bold;
  margin-bottom: 0;
  outline: 0;
  text-align: center;
  padding-right: 80px;
  padding-top: 0;
  padding-bottom: 0;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .rates.dropwrap .item, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .dropwrap.dropwrap .item {
  width: 100%;
  margin: 0;
  margin-bottom: 15px;
  display: inline-block;
  float: left;
  padding: 15px 15px 15px 25px;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .rates.dropwrap .item h3, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .dropwrap.dropwrap .item h3 {
  font-size: 22px !important;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .rates.dropwrap .item span, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .dropwrap.dropwrap .item span {
  display: inline-block;
  margin-right: 5px;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .rates.dropwrap .item p:first-of-type, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .dropwrap.dropwrap .item p:first-of-type {
  font-weight: normal;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .rates.dropwrap .item p:last-of-type, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .dropwrap.dropwrap .item p:last-of-type {
  max-height: 115px;
  overflow: hidden;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .rates.dropwrap .item .add label, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .dropwrap.dropwrap .item .add label {
  display: inline-block;
  margin-right: 5px;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .rates.dropwrap .item button, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .dropwrap.dropwrap .item button {
  margin-top: 10px;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .select-comp {
  display: block;
  clear: both;
  margin: 10px 0;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .select-comp label {
  font-size: 18px;
  font-weight: bold;
  color: #626262;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .select-comp .select-wrap {
  background: #F2F2F2;
  position: relative;
  transition: all 0.2s ease-in-out;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .select-comp .select-wrap:hover {
  background: rgb(229.25, 229.25, 229.25);
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .select-comp .select-wrap:before {
  content: "\f107";
  font-family: "FontAwesomeNew";
  background: #0089EC;
  color: white;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .select-comp .select-wrap select {
  position: relative;
  z-index: 2;
  background: none;
  color: #626262;
  border: 0;
  font-weight: bold;
  margin-bottom: 0;
  outline: 0;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .radio-comp input[type=radio] {
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .radio-comp .radio {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .radio-comp .radio input[type=radio]:checked + .radiobox:before {
  opacity: 1;
  width: 15px;
  height: 15px;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .radio-comp .radio p {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #626262;
  vertical-align: top;
  margin-bottom: 5px;
  cursor: pointer;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .radio-comp .radio .radiobox {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: top;
  cursor: pointer;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.2s ease-in-out;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .radio-comp .radio .radiobox:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.1);
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .radio-comp .radio .radiobox:before {
  content: "";
  width: 1px;
  height: 1px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #0089EC;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .radio-comp .radio .information {
  display: block;
  border-left: 1px solid #626262;
  padding-left: 28px;
  margin-left: 19px;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .box-component {
  background: #F2F2F2;
  width: 30%;
}
@media (max-width: 530px) {
  #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .box-component {
    width: 46%;
  }
}
@media (max-width: 390px) {
  #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .box-component {
    width: 96%;
  }
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .box-component {
  padding: 10px;
  text-align: center;
  float: left;
  margin: 10px 1.5555555%;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .box-component div[data-equalizer-watch] {
  margin-bottom: 10px;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .box-component p {
  color: #4d505b;
  font-weight: bold;
  font-family: "Helvetica Neue";
  margin-bottom: 10px;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .box-component span {
  color: #4d505b;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .box-component button, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .box-component .button-comp {
  display: block;
  background: #0089EC;
  color: white;
  text-align: center;
  width: 100%;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .box-component button:hover, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .box-component .button-comp:hover {
  background: rgb(32, 161.4533898305, 255);
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .box-component button:active, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .box-component .button-comp:active {
  background: rgb(0, 107.3940677966, 185);
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .box-component button.selected, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .box-component .button-comp.selected {
  background: #C02942;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .box-component button.selected:hover, #hidden-sidebar .content-wrap .scroll-wrap .sidebar section .box-component .button-comp.selected:hover {
  background: #C02942;
  cursor: not-allowed;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .box-component .number-component {
  position: relative;
  display: inline-block;
  width: 115px;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .box-component .number-component button {
  width: 30px;
  height: 30px;
  padding: 0;
  position: relative;
  z-index: 3;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .box-component .number-component button:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  font-size: 23px;
  line-height: 30px;
  content: "";
  text-align: center;
  font-weight: bold;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .box-component .number-component button.decrease {
  float: left;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .box-component .number-component button.decrease:after {
  content: "-";
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .box-component .number-component button.increase {
  float: right;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .box-component .number-component button.increase:after {
  content: "+";
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .box-component .number-component input {
  height: 30px;
  border: 0;
  font-size: 20px;
  font-weight: bold;
  background: white;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .image-component {
  width: 100%;
  clear: both;
  overflow: hidden;
  margin: 1.5%;
  position: relative;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .image-component .js-lazyload {
  width: 67%;
  height: 100%;
  background: #F2F2F2;
  position: absolute;
  top: 0;
  left: 0;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section .image-component .box-component {
  float: right;
  margin: 0;
  margin-right: 1.5%;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section#breakdown {
  overflow: hidden;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section#breakdown h3 {
  margin-bottom: 15px;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section#breakdown #full-breakdown {
  float: left;
  padding-left: 0;
  padding-top: 0;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section#breakdown #full-breakdown .breakdown-item {
  display: block;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section#breakdown #total {
  float: left;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section#breakdown #total p {
  font-size: 16px;
  font-weight: 500;
  color: #626262;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section#breakdown #total p span.price {
  font-size: 26px;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section#breakdown #total #checkout-cart {
  display: block;
  margin-top: 40px;
  color: white;
  background: #0089EC;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 20px;
  width: 100%;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar section#breakdown #total #checkout-cart:hover {
  background: rgb(32, 161.4533898305, 255);
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar .enquire-btn {
  display: block;
  margin: 10px 15px 0 15px;
  background: #4d505b;
  padding: 15px 20px;
  font-family: "Helvetica Neue";
  text-align: left;
  font-size: 18px;
  position: relative;
  color: white;
  margin-bottom: 30px;
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar .enquire-btn:hover {
  background: rgb(100.375, 104.2857142857, 118.625);
}
#hidden-sidebar .content-wrap .scroll-wrap .sidebar .enquire-btn:after {
  content: "\f18e";
  font-family: "FontAwesomeNew";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  height: 20px;
  line-height: 20px;
  color: white;
  margin: auto;
  font-size: 26px;
}
#hidden-sidebar.showing {
  right: 0;
}
#hidden-sidebar.showing .content-wrap {
  opacity: 1;
}
@media (max-width: 625px) {
  #hidden-sidebar.showing {
    left: 0;
  }
}
#hidden-sidebar.showing .open-sidebar:before {
  content: "\f175" !important;
}
@media (max-width: 625px) {
  #hidden-sidebar.showing .open-sidebar:before {
    content: "\f00d" !important;
  }
}
#hidden-sidebar.hidden {
  right: -430px;
}
#hidden-sidebar .open-sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  left: -165px;
  padding: 0 15px;
  padding-top: 40px;
  height: 70px;
  width: 240px;
  font-family: "Helvetica Neue";
  font-size: 20px;
  line-height: 30px;
  border-radius: 15px 15px 0 0;
  background: #C02942;
  font-weight: bold;
  display: inline-block;
  color: white;
  text-align: center;
  transform: rotate(-90deg);
  transition: all 0.15s ease-in-out;
  text-transform: uppercase;
}
#hidden-sidebar .open-sidebar:hover {
  background: rgb(215.2317596567, 68.7682403433, 93.017167382);
}
#hidden-sidebar .open-sidebar span {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 100%;
}
#hidden-sidebar .open-sidebar:before {
  content: "\f176";
  font-family: "FontAwesomeNew";
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  text-align: center;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 625px) {
  #hidden-sidebar .open-sidebar {
    position: fixed;
    z-index: 99999;
    width: 50px;
    height: 50px;
    right: 0px;
    top: 180px;
    bottom: auto;
    left: auto;
    border-radius: 30px 30px 0 0;
  }
  #hidden-sidebar .open-sidebar:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 22px;
    width: 100%;
    transform: translateY(2px);
  }
  #hidden-sidebar .open-sidebar span {
    display: none;
  }
}

@media screen and (max-width: 63.9375em) {
  .tour-single h2 {
    font-size: 35px;
  }
  .tour-single h3 {
    font-size: 28px;
  }
}
.tour-single #tour-sections-wrapper {
  margin-top: 40px;
  clear: both;
  height: auto !important;
  overflow: hidden;
}
.tour-single section:not(#related, .special-offer-info-panel) {
  color: #626262;
  font-size: 20px;
  font-weight: 500;
}
.tour-single section:not(#related, .special-offer-info-panel) p {
  color: #626262;
  font-size: 20px;
  font-weight: 500;
}
.tour-single section:not(#related, .special-offer-info-panel) h1, .tour-single section:not(#related, .special-offer-info-panel) h2, .tour-single section:not(#related, .special-offer-info-panel) h3, .tour-single section:not(#related, .special-offer-info-panel) h4, .tour-single section:not(#related, .special-offer-info-panel) h5, .tour-single section:not(#related, .special-offer-info-panel) h6 {
  font-weight: bold;
  color: #626262;
}
@media screen and (max-width: 63.9375em) {
  .tour-single section:not(#related, .special-offer-info-panel) h4 {
    font-size: 23px;
  }
}
.tour-single section:not(#related, .special-offer-info-panel) ul {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}
.tour-single section:not(#related, .special-offer-info-panel) ul li {
  display: block;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  font-size: 20px;
}
.tour-single section:not(#related, .special-offer-info-panel) ul li:before {
  content: "\f00c";
  color: #0089EC;
  font-family: "FontAwesomeNew";
  font-size: 20px;
  width: 30px;
  text-align: left;
  position: absolute;
  top: 0px;
  left: 0;
  font-weight: normal;
}
.tour-single section:not(#related, .special-offer-info-panel) .excluded ul li:before {
  content: "\f00d";
  color: #C02942;
}
.tour-single section:not(#related, .special-offer-info-panel)#gghighlights ul li {
  font-weight: bold;
}
.tour-single #overview {
  margin-bottom: 40px;
}
.tour-single #itinerary {
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px !important;
}
.tour-single #itinerary em {
  margin-top: 25px;
  display: inline-block;
}
.tour-single #itinerary strong {
  font-weight: bold;
  display: block;
  margin-top: 35px;
  font-size: 24px;
}
.tour-single #itinerary strong:after {
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background: #0089EC;
  margin-top: 5px;
  margin-bottom: 10px;
}
.tour-single #tour_data {
  clear: both;
  padding-top: 85px;
}
.tour-single #video {
  margin-top: 40px;
}
.tour-single #video .video-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.tour-single #video .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tour-single #map {
  margin-bottom: 40px;
}
.tour-single #map .row {
  max-width: 1300px;
}
.tour-single #map .map-wrap {
  position: relative;
  width: 100%;
  padding-top: 51.75%;
}
.tour-single #map .map-wrap iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.tour-single #map .map-wrap #map-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.tour-single #map .map-wrap #map-cover.scrolling {
  opacity: 1;
}
.tour-single #map .map-wrap #map-cover p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 300px;
  color: white !important;
  font-size: 20px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.tour-single #deckplan {
  margin-bottom: 20px;
}
.tour-single #deckplan .content-wrapper h2 {
  font-size: 30px;
}
.tour-single #deckplan img {
  float: right;
  margin-left: 15px;
  width: 50%;
  margin-top: 15px;
}
@media (max-width: 900px) {
  .tour-single #deckplan img {
    float: none;
    margin: 15px 0;
    width: 100%;
  }
}
.tour-single #deckplan a {
  color: white;
  background: #0089EC;
  padding: 10px 15px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.tour-single #deckplan a:hover {
  background: rgb(32, 161.4533898305, 255);
}
.tour-single #moreinfo {
  margin-bottom: 40px;
}
.tour-single #moreinfo strong {
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 40px;
  display: block;
}
.tour-single #moreinfo br {
  display: none;
}
.tour-single #deckplan {
  margin-bottom: 40px;
}
.tour-single #deckplan-image {
  margin-bottom: 40px;
}
.tour-single #deckplan-image img {
  width: 100%;
}
.tour-single .introduction h1 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: bold;
  color: #626262;
}
@media screen and (min-width: 45em) {
  .tour-single .introduction h1 {
    font-size: 60px;
    line-height: 1.4;
  }
}
.tour-single .introduction h2 {
  font-size: 24px;
  font-weight: bold;
  color: #626262;
}
.tour-single .introduction h2:before {
  content: "\f0ac";
  font-family: "FontAwesomeNew";
  display: inline-block;
  margin-right: 15px;
  opacity: 0.5;
}
.tour-single .introduction .summary {
  font-weight: 500;
}
.tour-single .introduction h3 {
  font-size: 20px;
  font-weight: 500;
  color: #626262;
}
.tour-single .introduction .call-to-action {
  margin-top: 40px;
}
.tour-single .introduction .call-to-action .open-sidebar {
  font-size: 20px;
  color: #C02942;
  padding: 12px 35px;
  border-radius: 28px;
  border: 3px solid #C02942;
  text-transform: capitalize;
  display: inline-block;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 44.9375em) {
  .tour-single .introduction .call-to-action .open-sidebar {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.tour-single .introduction .call-to-action .open-sidebar:hover {
  background: #C02942;
  color: white;
}
.tour-single .introduction .call-to-action .enquire {
  background: #F2F2F2;
  color: #626262;
  padding: 12px 45px;
  border-radius: 28px;
  border: 3px solid #F2F2F2;
  font-weight: bold;
  display: inline-block;
  margin-left: 20px;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
}
.tour-single .introduction .call-to-action .enquire:hover {
  background: rgb(216.5, 216.5, 216.5);
  border: 3px solid rgb(216.5, 216.5, 216.5);
}
@media screen and (max-width: 44.9375em) {
  .tour-single .introduction .call-to-action .enquire {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.tour-single .introduction .call-to-action .print {
  background: #0089EC;
  color: white;
  padding: 12px 45px;
  border-radius: 28px;
  border: 3px solid #0089EC;
  font-weight: bold;
  display: inline-block;
  margin-left: 20px;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
}
.tour-single .introduction .call-to-action .print:hover {
  background: rgb(0, 107.3940677966, 185);
  border: 3px solid rgb(0, 107.3940677966, 185);
}
@media screen and (max-width: 44.9375em) {
  .tour-single .introduction .call-to-action .print {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}
.tour-single .introduction .call-to-action .print:before {
  font-family: "FontAwesomeNew";
  content: "\f02f";
  text-align: left;
  margin-right: 10px;
}
.tour-single .vessel-navigation {
  display: block;
  background: #0089EC;
  width: 100%;
  z-index: 1000;
}
.tour-single .vessel-navigation .open-sidebar {
  color: white;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  width: calc(33.333333% - 0.9375rem);
  color: white;
  padding: 15px;
  display: block;
}
.tour-single .vessel-navigation .open-sidebar:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0px;
  background: white;
  height: 100%;
  opacity: 0;
  margin: auto;
  content: "";
  transition: all 0.2s ease-in-out;
}
.tour-single .vessel-navigation .open-sidebar:after {
  content: "";
  display: block;
  height: 0px;
  background: #C02942;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.tour-single .vessel-navigation .open-sidebar:hover:before {
  width: 100%;
  opacity: 0.2;
}
@media (max-width: 990px) {
  .tour-single .vessel-navigation .open-sidebar {
    display: none;
  }
}
.tour-single .vessel-navigation ul {
  display: block;
  margin: 0;
  list-style: none;
  overflow: hidden;
  clear: both;
  position: relative;
}
.tour-single .vessel-navigation ul li {
  float: left;
  margin-right: 20px;
}
.tour-single .vessel-navigation ul li a {
  color: white;
  padding: 15px;
  display: block;
  font-weight: bold;
  position: relative;
}
.tour-single .vessel-navigation ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0px;
  background: white;
  height: 100%;
  opacity: 0;
  margin: auto;
  content: "";
  transition: all 0.2s ease-in-out;
}
.tour-single .vessel-navigation ul li a:after {
  content: "";
  display: block;
  height: 0px;
  background: #C02942;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.tour-single .vessel-navigation ul li a:hover:before {
  width: 100%;
  opacity: 0.2;
}
.tour-single .vessel-navigation ul li a.active:after {
  height: 5px;
}
@media screen and (min-width: 45em) {
  .tour-single .vessel-navigation ul {
    display: block !important;
  }
  .tour-single .vessel-navigation .jump-nav {
    display: none;
  }
}
@media screen and (max-width: 44.9375em) {
  .tour-single .vessel-navigation ul {
    display: none;
  }
  .tour-single .vessel-navigation ul li {
    display: block;
    margin-right: 0;
    width: 100%;
  }
  .tour-single .vessel-navigation ul li a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .tour-single .vessel-navigation ul li a:after {
    display: none !important;
  }
  .tour-single .vessel-navigation ul li a.active:before {
    width: 100%;
    opacity: 0.2;
  }
  .tour-single .vessel-navigation .jump-nav {
    display: block;
    font-size: 18px;
    text-align: center;
    position: relative;
    color: white;
    padding: 10px 15px;
    font-weight: bold;
  }
  .tour-single .vessel-navigation .jump-nav:after {
    content: "\f107";
    font-family: "FontAwesomeNew";
    color: white;
    display: inline-block;
    margin-left: 20px;
    font-size: 22px;
  }
}
.tour-single #reviews {
  background: #FAFAFA;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 25px 0;
  margin: 40px 0;
}
@media screen and (max-width: 63.9375em) {
  .tour-single #reviews {
    padding: 35px 0;
  }
}
.tour-single #reviews .toggle-reviews {
  cursor: pointer;
  display: block;
  cursor: pointer;
  line-height: 60px;
}
@media screen and (max-width: 63.9375em) {
  .tour-single #reviews .toggle-reviews {
    line-height: 36px;
  }
}
.tour-single #reviews .overall-star {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: 15px;
  width: 222px;
  height: 49px;
}
@media screen and (max-width: 63.9375em) {
  .tour-single #reviews .overall-star {
    width: 132px;
    height: 29px;
  }
}
@media screen and (max-width: 44.9375em) {
  .tour-single #reviews .overall-star {
    display: block;
    margin: 0 auto 15px auto;
  }
}
.tour-single #reviews .overall-star:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../images/star-fade2X.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.tour-single #reviews .overall-star:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: url("../images/star2X.png");
  background-size: 222px 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 63.9375em) {
  .tour-single #reviews .overall-star:after {
    background-size: 132px 100%;
  }
}
.tour-single #reviews .overall-star.star-1:after {
  width: 10%;
}
.tour-single #reviews .overall-star.star-2:after {
  width: 20%;
}
.tour-single #reviews .overall-star.star-3:after {
  width: 30%;
}
.tour-single #reviews .overall-star.star-4:after {
  width: 40%;
}
.tour-single #reviews .overall-star.star-5:after {
  width: 50%;
}
.tour-single #reviews .overall-star.star-6:after {
  width: 60%;
}
.tour-single #reviews .overall-star.star-7:after {
  width: 70%;
}
.tour-single #reviews .overall-star.star-8:after {
  width: 80%;
}
.tour-single #reviews .overall-star.star-9:after {
  width: 90%;
}
.tour-single #reviews .overall-star.star-10:after {
  width: 100%;
}
.tour-single #reviews .left-align {
  float: left;
}
.tour-single #reviews .right-align {
  float: right;
  text-align: right;
  font-size: 18px;
  color: #626262;
  display: block;
  line-height: 60px;
}
.tour-single #reviews .right-align img {
  transform: translateY(-3px);
  margin-left: 15px;
}
@media screen and (max-width: 63.9375em) {
  .tour-single #reviews .right-align {
    line-height: 36px;
  }
}
@media screen and (max-width: 44.9375em) {
  .tour-single #reviews .left-align, .tour-single #reviews .right-align {
    display: block;
    float: none;
    text-align: center;
  }
  .tour-single #reviews .left-align {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.tour-single #reviews .reviews {
  margin-top: 20px;
  overflow: hidden;
  height: 0;
  clear: both;
  display: block;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  will-change: height, opacity;
}
.tour-single #reviews .reviews .title {
  font-size: 24px;
  margin-bottom: 30px;
  color: #626262;
  display: block;
}
.tour-single #reviews .reviews .review-rating {
  display: block;
  position: relative;
  width: 119px;
  height: 26px;
}
@media screen and (max-width: 44.9375em) {
  .tour-single #reviews .reviews .review-rating {
    float: right;
  }
}
.tour-single #reviews .reviews .review-rating:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../images/star-fade.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.tour-single #reviews .reviews .review-rating:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: url("../images/star.png");
  background-size: 119px 100%;
  background-repeat: no-repeat;
}
.tour-single #reviews .reviews .review-rating.star-1:after {
  width: 10%;
}
.tour-single #reviews .reviews .review-rating.star-2:after {
  width: 20%;
}
.tour-single #reviews .reviews .review-rating.star-3:after {
  width: 30%;
}
.tour-single #reviews .reviews .review-rating.star-4:after {
  width: 40%;
}
.tour-single #reviews .reviews .review-rating.star-5:after {
  width: 50%;
}
.tour-single #reviews .reviews .review-rating.star-6:after {
  width: 60%;
}
.tour-single #reviews .reviews .review-rating.star-7:after {
  width: 70%;
}
.tour-single #reviews .reviews .review-rating.star-8:after {
  width: 80%;
}
.tour-single #reviews .reviews .review-rating.star-9:after {
  width: 90%;
}
.tour-single #reviews .reviews .review-rating.star-10:after {
  width: 100%;
}
.tour-single #reviews .reviews .spacer {
  height: 30px;
  display: block;
  clear: both;
}
@media screen and (max-width: 44.9375em) {
  .tour-single #reviews .review-text {
    margin-top: 10px;
  }
}
.tour-single #reviews .overall-rating span {
  font-size: 26px;
  color: #0089EC;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}
.tour-single #reviews .overall-rating {
  margin: 30px 0;
  font-size: 18px;
}
.tour-single #reviews .vendor-response {
  padding: 10px 0 0 30px;
}
.tour-single #reviews .read-more-reviews {
  font-size: 18px;
  color: #0089EC;
}
.tour-single #reviews .read-more-reviews:hover {
  color: rgb(32, 161.4533898305, 255);
}

#extra-options h3 {
  clear: both;
}

#extra-options img {
  margin: 8px 0 10px 0;
}

@media screen and (min-width: 450px) {
  #extra-options img {
    max-width: 300px;
  }
  #extra-options img {
    margin-right: 10px;
  }
  #extra-options img.float-right {
    margin-left: 10px;
  }
}
@media screen and (max-width: 450px) {
  #extra-options img {
    float: none !important;
  }
}
#inline-gallery-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
#inline-gallery-images > a {
  flex: 0 1 100%;
}
@media (min-width: 340px) {
  #inline-gallery-images > a {
    flex: 0 1 min(340px, 50%);
  }
}
@media (min-width: 700px) {
  #inline-gallery-images > a {
    flex: 0 1 min(340px, 33%);
  }
}
@media (min-width: 1050px) {
  #inline-gallery-images > a {
    flex: 0 1 min(340px, 20%);
  }
}
#inline-gallery-images > a {
  transition: all 0.2s ease-in-out;
}
#inline-gallery-images > a:hover {
  transform: scale(1.1);
}
#inline-gallery-images > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

input[name=perm_email] {
  display: none !important;
}
input[name=perm_email] + label {
  display: none !important;
}

#tripeasi-checkout {
  margin-bottom: 50px;
}
#tripeasi-checkout .message {
  display: block;
  padding: 15px;
  color: white;
  background: #C02942;
  margin-bottom: 10px;
}
#tripeasi-checkout .message.error {
  background: #C46E76;
}
#tripeasi-checkout .message.loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background: transparent;
  cursor: not-allowed;
}
#tripeasi-checkout .message.loading span {
  display: none;
}
#tripeasi-checkout .continue-shopping {
  padding: 10px 15px;
  padding-left: 30px;
  color: white;
  background: #0089EC;
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 50px;
}
#tripeasi-checkout .continue-shopping:hover {
  background: rgb(32, 161.4533898305, 255);
}
#tripeasi-checkout .continue-shopping:before {
  content: "\f112";
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  margin-right: 20px;
  font-family: "FontAwesomeNew";
}
#tripeasi-checkout legend {
  font-size: 24px;
  display: block;
  width: 100%;
  overflow: hidden;
  color: #545657;
  font-family: inherit;
  margin-bottom: 20px;
}
#tripeasi-checkout legend span {
  padding-left: 25px;
  font-size: 16px;
  line-height: inherit;
  font-family: inherit;
}
@media screen and (max-width: 44.9375em) {
  #tripeasi-checkout legend span {
    display: block;
    padding-left: 0;
    margin-top: 10px;
  }
}
#tripeasi-checkout h3 {
  font-size: 14px;
  display: inline-block;
  color: #545657;
  font-family: inherit;
  text-transform: uppercase;
}
#tripeasi-checkout h3:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #0089EC;
  margin: 10px 0 20px 0;
}
#tripeasi-checkout .note {
  display: block;
  padding: 5px 15px;
  color: rgba(0, 0, 0, 0.6);
  background: #ffebc0;
  line-height: 1.8;
}
#tripeasi-checkout .note:before {
  border-color: #ffebc0 transparent;
}
#tripeasi-checkout label.error {
  background: #C46E76;
  padding: 5px 15px;
  color: white !important;
}
#tripeasi-checkout label.error:before {
  border-color: #C46E76 transparent;
}
#tripeasi-checkout .note, #tripeasi-checkout label.error {
  position: relative;
  font-size: 0.875rem;
}
#tripeasi-checkout .note:before, #tripeasi-checkout label.error:before {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 0 10px 10px;
  display: block;
  width: 0;
  z-index: 1;
  top: -10px;
  left: 15px;
}
#tripeasi-checkout .fields {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
#tripeasi-checkout .fields.no-margin {
  margin-bottom: 0;
}
#tripeasi-checkout .fields .field-group {
  overflow: hidden;
  clear: both;
  display: block;
}
#tripeasi-checkout .fields .field-group .field {
  width: 100%;
  display: block;
  clear: both;
  overflow: hidden;
  margin-bottom: 15px;
}
#tripeasi-checkout .fields .field-group .field.half-width {
  width: 50%;
  float: left;
  clear: none;
}
#tripeasi-checkout .fields .field-group .field.half-width:last-child {
  padding-left: 15px;
  padding-right: 0;
}
#tripeasi-checkout .fields .field-group .field.half-width:first-child {
  padding-right: 15px;
  padding-left: 0;
}
#tripeasi-checkout .fields .field-group .field.third-width {
  width: 33.3333333%;
  float: left;
  clear: none;
}
#tripeasi-checkout .fields .field-group .field.third-width:last-child {
  padding-left: 7.5px;
  padding-right: 0;
}
#tripeasi-checkout .fields .field-group .field.third-width:nth-child(2) {
  padding: 0 7.5px;
}
#tripeasi-checkout .fields .field-group .field.third-width:first-child {
  padding-right: 7.5px;
  padding-left: 0;
}
#tripeasi-checkout .fields .field-group .field.quarter-width {
  width: 25%;
  float: left;
  clear: none;
}
#tripeasi-checkout .fields .field-group .field.quarter-width:last-child {
  padding-left: 7.5px;
  padding-right: 0;
}
#tripeasi-checkout .fields .field-group .field.quarter-width:nth-child(2) {
  padding: 0 7.5px;
}
#tripeasi-checkout .fields .field-group .field.quarter-width:first-child {
  padding-right: 7.5px;
  padding-left: 0;
}
@media screen and (max-width: 44.9375em) {
  #tripeasi-checkout .fields .field-group .field.small-full {
    width: 100%;
    padding: 0 !important;
  }
}
#tripeasi-checkout .fields .field-group .field input[type=text], #tripeasi-checkout .fields .field-group .field input[type=email], #tripeasi-checkout .fields .field-group .field input[type=tel], #tripeasi-checkout .fields .field-group .field select, #tripeasi-checkout .fields .field-group .field textarea {
  border: 1px solid #E0E0E0;
  outline: 0;
  box-shadow: none;
  background-color: #F7F7F7;
  border-radius: 0;
  transition: all 0.15s ease-in-out;
  height: 45px;
  padding-left: 15px;
  font-size: 16px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.7);
}
#tripeasi-checkout .fields .field-group .field input[type=text]:focus, #tripeasi-checkout .fields .field-group .field input[type=email]:focus, #tripeasi-checkout .fields .field-group .field input[type=tel]:focus, #tripeasi-checkout .fields .field-group .field select:focus, #tripeasi-checkout .fields .field-group .field textarea:focus {
  background-color: rgb(234.25, 234.25, 234.25);
}
#tripeasi-checkout .fields .field-group .field textarea {
  height: auto;
  min-height: 200px;
  max-width: 100%;
}
#tripeasi-checkout .fields .field-group .field input[type=checkbox], #tripeasi-checkout .fields .field-group .field input[type=radio] {
  float: left;
  margin-right: 10px;
  display: block;
  margin-top: 5px;
}
#tripeasi-checkout .fields .field-group .field input[type=checkbox] + label, #tripeasi-checkout .fields .field-group .field input[type=radio] + label {
  display: block;
  overflow: hidden;
  width: auto;
}
#tripeasi-checkout .fields .field-group .field input[type=radio] {
  margin-left: 2px;
}
#tripeasi-checkout .fields .field-group .field select {
  cursor: pointer;
}
#tripeasi-checkout .fields .field-group .field select:hover {
  background-color: rgb(234.25, 234.25, 234.25);
}
#tripeasi-checkout .fields .field-group .field label {
  color: #545657;
  font-size: 14px;
  font-family: inherit;
}
#tripeasi-checkout table {
  border: 0;
  color: #545657;
}
#tripeasi-checkout table td {
  border: 0;
}
#tripeasi-checkout table tbody {
  border: 0;
}
#tripeasi-checkout table tbody td {
  padding: 15px 5px;
}
#tripeasi-checkout table tbody tr {
  background: none;
}
#tripeasi-checkout table thead {
  background: none;
  font-weight: normal;
  border: 0;
}
#tripeasi-checkout table thead tr {
  background: none;
  border-bottom: 2px solid #0089EC;
  width: 100%;
}
#tripeasi-checkout table thead tr td {
  font-weight: normal;
  text-transform: uppercase;
  color: #545657;
  font-size: 14px;
}
#tripeasi-checkout .promo {
  margin-bottom: 30px;
}
#tripeasi-checkout .promo .apply-promo {
  overflow: hidden;
  display: block;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  font-size: 16px;
  background: #0089EC;
}
#tripeasi-checkout .promo .apply-promo:hover {
  background: rgb(21.8, 157.1745762712, 255);
}
#tripeasi-checkout .promo input[type=text] {
  float: left;
  width: 80%;
}
#tripeasi-checkout .promo input#promo_memb {
  width: 100%;
}
@media screen and (max-width: 44.9375em) {
  #tripeasi-checkout .promo .apply-promo, #tripeasi-checkout .promo input[type=text] {
    width: 100%;
  }
}
#tripeasi-checkout .promo .remove-promo {
  color: white;
  background: #C46E76;
  padding: 0 10px;
  height: 45px;
  line-height: 45px;
  display: block;
  max-width: 150px;
  text-align: center;
  font-size: 16px;
  transition: all 0.15s ease-in-out;
}
#tripeasi-checkout .promo .remove-promo:hover {
  background: rgb(184.2, 81, 90.6);
}
@media screen and (max-width: 44.9375em) {
  #tripeasi-checkout .promo .remove-promo {
    max-width: none;
  }
}
#tripeasi-checkout div.totals h4 {
  color: #545657;
}
#tripeasi-checkout div.totals .payment_total {
  font-size: 28px;
  color: #545657;
  margin-bottom: 10px;
}
#tripeasi-checkout #complete_purchase {
  display: block;
  font-size: 18px;
  background: #0089EC;
  width: 100%;
  margin-top: 10px;
  padding: 25px 15px;
}
#tripeasi-checkout #complete_purchase span {
  position: relative;
  transition: all 0.15s ease-in-out;
  padding-left: 0px;
}
#tripeasi-checkout #complete_purchase span:before {
  content: "\f07a";
  color: white;
  font-family: "FontAwesomeNew";
  position: absolute;
  top: 0;
  left: -35px;
  opacity: 0;
  bottom: 0;
  right: auto;
  margin: auto;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  transition: all 0.15s ease-in-out;
}
#tripeasi-checkout #complete_purchase:hover {
  background: rgb(21.8, 157.1745762712, 255);
}
#tripeasi-checkout #complete_purchase:hover span {
  padding-left: 35px;
}
#tripeasi-checkout #complete_purchase:hover span:before {
  opacity: 1;
  left: 0;
}
#tripeasi-checkout .tour-summary .heading h3 {
  display: block;
  text-align: left;
  padding: 15px;
  background: #F2F2F2;
  color: #626262;
  font-size: 30px;
  font-weight: bold;
  font-family: inherit;
  margin-bottom: 0;
  border-left: 10px solid #C02942;
  margin-bottom: 10px;
  text-transform: capitalize;
}
#tripeasi-checkout .tour-summary .heading h3:after {
  display: none;
}
#tripeasi-checkout .tour-summary .cart-item {
  overflow: hidden;
  clear: both;
}
#tripeasi-checkout .tour-summary .cart-item .tour-thumb {
  height: 180px;
  width: 100%;
}
#tripeasi-checkout .tour-summary .cart-item .title h4 {
  font-size: 20px;
  color: #545657;
  font-family: inherit;
}
#tripeasi-checkout .tour-summary .cart-item .information-wrap {
  padding: 15px 15px 0 15px;
  background: #F2F2F2;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#tripeasi-checkout .tour-summary .cart-item p {
  color: #545657;
}
#tripeasi-checkout .tour-summary .cart-item .sub-total {
  background: rgba(0, 0, 0, 0.05);
  padding: 10px 15px;
  color: #545657;
  display: block;
  width: auto;
  margin: 0 -15px;
}
#tripeasi-checkout .tour-summary .cart-item a.edit, #tripeasi-checkout .tour-summary .cart-item a.remove {
  float: left;
  width: 50%;
  padding: 10px 15px;
  color: white;
  font-size: 14px;
  background: #71b767;
  transition: all 0.3s ease-in-out;
}
#tripeasi-checkout .tour-summary .cart-item a.edit:hover, #tripeasi-checkout .tour-summary .cart-item a.remove:hover {
  background: rgb(86.0267857143, 159.4642857143, 75.5357142857);
}
#tripeasi-checkout .tour-summary .cart-item a.remove {
  background: #C46E76;
}
#tripeasi-checkout .tour-summary .cart-item a.remove:hover {
  background: rgb(181.25, 73.75, 83.75);
}
#tripeasi-checkout .tour-summary .cart-item form {
  display: none;
}
#tripeasi-checkout .tour-summary .cart_total {
  padding: 20px 15px;
  background: #F2F2F2;
  font-size: 18px;
  color: #626262;
  text-align: center;
  clear: both;
}
#tripeasi-checkout .tour-summary .cart_total span {
  font-size: 36px;
  font-weight: bold;
}

label.error {
  background: #C46E76;
  padding: 5px 15px;
  color: white !important;
}
label.error:before {
  border-color: #C46E76 transparent;
}

label.error {
  position: relative;
  font-size: 0.875rem;
}
label.error:before {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 0 10px 10px;
  display: block;
  width: 0;
  z-index: 1;
  top: -10px;
  left: 15px;
}

.terms-text {
  margin-top: 30px;
}

@media screen and (min-width: 64em) {
  #tripeasi-checkout .sidebar {
    float: right !important;
    clear: initial !important;
  }
}
#tripeasi-checkout .sidebar .sticky {
  width: 100%;
}
@media screen and (max-width: 44.9375em) {
  #tripeasi-checkout .sidebar .sticky {
    position: relative;
  }
}

#cart_complete {
  display: block;
  margin: 0 auto 80px auto;
  overflow: hidden;
}
#cart_complete .home-btn {
  background: #0089EC;
  display: block;
  max-width: 250px;
  padding: 15px 25px;
  font-size: 26px;
  color: white;
  text-align: center;
  margin: 20px 0;
}
#cart_complete h1, #cart_complete h2, #cart_complete h3, #cart_complete h4, #cart_complete p {
  color: #626262;
}
#cart_complete h1, #cart_complete h2 {
  font-size: 40px;
  line-height: 46px;
  margin: 20px 0;
}
#cart_complete h1:first-of-type, #cart_complete h2:first-of-type {
  margin-top: 0;
}
#cart_complete h3 {
  font-size: 28px;
}
#cart_complete p {
  font-size: 20px;
}
#cart_complete .sectionHeader {
  display: block;
  background: transparent;
  color: #626262;
  margin-bottom: 20px;
}
#cart_complete .sectionHeader p {
  color: #626262;
}
#cart_complete .print-vouchers {
  color: white;
  display: block;
  padding: 15px;
  background: #0089EC;
  transition: all 0.2s ease-in-out;
  text-align: center;
  border-radius: 8px;
}
#cart_complete .print-vouchers:hover {
  background: rgb(32, 161.4533898305, 255);
}

#vessel .summary {
  font-weight: 500;
  margin: 15px 0;
  font-size: 20px;
  color: #626262;
}
#vessel .wysiwyg p {
  color: #626262;
}
#vessel .vessel-navigation {
  display: block;
  background: #0089EC;
  width: 100%;
}
#vessel .vessel-navigation ul {
  display: block;
  margin: 0;
  list-style: none;
  overflow: hidden;
  clear: both;
}
#vessel .vessel-navigation ul li {
  float: left;
  margin-right: 20px;
}
#vessel .vessel-navigation ul li a {
  color: white;
  padding: 15px;
  display: block;
  font-weight: bold;
  position: relative;
}
#vessel .vessel-navigation ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0px;
  background: white;
  height: 100%;
  opacity: 0;
  margin: auto;
  content: "";
  transition: all 0.2s ease-in-out;
}
#vessel .vessel-navigation ul li a:after {
  content: "";
  display: block;
  height: 0px;
  background: #C02942;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
#vessel .vessel-navigation ul li a:hover:before {
  width: 100%;
  opacity: 0.2;
}
#vessel .vessel-navigation ul li a.active:after {
  height: 5px;
}
@media screen and (min-width: 45em) {
  #vessel .vessel-navigation ul {
    display: block !important;
  }
  #vessel .vessel-navigation .jump-nav {
    display: none;
  }
}
@media screen and (max-width: 44.9375em) {
  #vessel .vessel-navigation ul {
    display: none;
  }
  #vessel .vessel-navigation ul li {
    display: block;
    margin-right: 0;
    width: 100%;
  }
  #vessel .vessel-navigation ul li a {
    display: block;
    width: 100%;
    text-align: center;
  }
  #vessel .vessel-navigation ul li a:after {
    display: none !important;
  }
  #vessel .vessel-navigation ul li a.active:before {
    width: 100%;
    opacity: 0.2;
  }
  #vessel .vessel-navigation .jump-nav {
    display: block;
    font-size: 18px;
    text-align: center;
    position: relative;
    color: white;
    padding: 10px 15px;
    font-weight: bold;
  }
  #vessel .vessel-navigation .jump-nav:after {
    content: "\f107";
    font-family: "FontAwesomeNew";
    color: white;
    display: inline-block;
    margin-left: 20px;
    font-size: 22px;
  }
}
#vessel #deckplan img {
  width: 100% !important;
}
#vessel #departures {
  padding-top: 30px;
  clear: both;
}
#vessel #information {
  margin-bottom: 30px;
}
#vessel #vessel-gallery {
  display: none;
}
#vessel #vessel-gallery.edit-mode {
  display: block;
}
@media screen and (max-width: 63.9375em) {
  #vessel .sidebar-area .sticky-container {
    height: auto !important;
  }
  #vessel .sidebar-area .sidebar-heading {
    display: inline-block;
    width: 100%;
  }
  #vessel .sidebar-area .column-wrap {
    position: relative !important;
    margin-top: 30px;
  }
}

#blog-entry {
  color: #626262;
}
#blog-entry .entry-description {
  text-align: center;
  margin: 30px auto 15px auto;
  max-width: 850px;
}
#blog-entry .entry-description h2 {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 30px;
}
#blog-entry .entry-description h4 {
  font-weight: 500;
  font-size: 20px;
}
#blog-entry .wysiwyg .wysiwyg-img {
  display: block;
  clear: both;
  margin: 70px 0;
  transform: scale(1.1);
}
@media screen and (max-width: 63.9375em) {
  #blog-entry .wysiwyg .wysiwyg-img {
    transform: scale(1);
    margin: 30px 0;
  }
}
#blog-entry .wysiwyg p, #blog-entry .wysiwyg span, #blog-entry .wysiwyg ul, #blog-entry .wysiwyg h1, #blog-entry .wysiwyg h2, #blog-entry .wysiwyg h3, #blog-entry .wysiwyg h4, #blog-entry .wysiwyg h5, #blog-entry .wysiwyg h6 {
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 63.9375em) {
  #blog-entry .wysiwyg p, #blog-entry .wysiwyg span, #blog-entry .wysiwyg ul, #blog-entry .wysiwyg h1, #blog-entry .wysiwyg h2, #blog-entry .wysiwyg h3, #blog-entry .wysiwyg h4, #blog-entry .wysiwyg h5, #blog-entry .wysiwyg h6 {
    padding-left: 0;
    padding-right: 0;
  }
}
#blog-entry .wysiwyg p p, #blog-entry .wysiwyg p span, #blog-entry .wysiwyg p ul, #blog-entry .wysiwyg p h1, #blog-entry .wysiwyg p h2, #blog-entry .wysiwyg p h3, #blog-entry .wysiwyg p h4, #blog-entry .wysiwyg p h5, #blog-entry .wysiwyg p h6, #blog-entry .wysiwyg span p, #blog-entry .wysiwyg span span, #blog-entry .wysiwyg span ul, #blog-entry .wysiwyg span h1, #blog-entry .wysiwyg span h2, #blog-entry .wysiwyg span h3, #blog-entry .wysiwyg span h4, #blog-entry .wysiwyg span h5, #blog-entry .wysiwyg span h6, #blog-entry .wysiwyg ul p, #blog-entry .wysiwyg ul span, #blog-entry .wysiwyg ul ul, #blog-entry .wysiwyg ul h1, #blog-entry .wysiwyg ul h2, #blog-entry .wysiwyg ul h3, #blog-entry .wysiwyg ul h4, #blog-entry .wysiwyg ul h5, #blog-entry .wysiwyg ul h6, #blog-entry .wysiwyg h1 p, #blog-entry .wysiwyg h1 span, #blog-entry .wysiwyg h1 ul, #blog-entry .wysiwyg h1 h1, #blog-entry .wysiwyg h1 h2, #blog-entry .wysiwyg h1 h3, #blog-entry .wysiwyg h1 h4, #blog-entry .wysiwyg h1 h5, #blog-entry .wysiwyg h1 h6, #blog-entry .wysiwyg h2 p, #blog-entry .wysiwyg h2 span, #blog-entry .wysiwyg h2 ul, #blog-entry .wysiwyg h2 h1, #blog-entry .wysiwyg h2 h2, #blog-entry .wysiwyg h2 h3, #blog-entry .wysiwyg h2 h4, #blog-entry .wysiwyg h2 h5, #blog-entry .wysiwyg h2 h6, #blog-entry .wysiwyg h3 p, #blog-entry .wysiwyg h3 span, #blog-entry .wysiwyg h3 ul, #blog-entry .wysiwyg h3 h1, #blog-entry .wysiwyg h3 h2, #blog-entry .wysiwyg h3 h3, #blog-entry .wysiwyg h3 h4, #blog-entry .wysiwyg h3 h5, #blog-entry .wysiwyg h3 h6, #blog-entry .wysiwyg h4 p, #blog-entry .wysiwyg h4 span, #blog-entry .wysiwyg h4 ul, #blog-entry .wysiwyg h4 h1, #blog-entry .wysiwyg h4 h2, #blog-entry .wysiwyg h4 h3, #blog-entry .wysiwyg h4 h4, #blog-entry .wysiwyg h4 h5, #blog-entry .wysiwyg h4 h6, #blog-entry .wysiwyg h5 p, #blog-entry .wysiwyg h5 span, #blog-entry .wysiwyg h5 ul, #blog-entry .wysiwyg h5 h1, #blog-entry .wysiwyg h5 h2, #blog-entry .wysiwyg h5 h3, #blog-entry .wysiwyg h5 h4, #blog-entry .wysiwyg h5 h5, #blog-entry .wysiwyg h5 h6, #blog-entry .wysiwyg h6 p, #blog-entry .wysiwyg h6 span, #blog-entry .wysiwyg h6 ul, #blog-entry .wysiwyg h6 h1, #blog-entry .wysiwyg h6 h2, #blog-entry .wysiwyg h6 h3, #blog-entry .wysiwyg h6 h4, #blog-entry .wysiwyg h6 h5, #blog-entry .wysiwyg h6 h6 {
  padding-left: 0;
  padding-right: 0;
}
#blog-entry .wysiwyg p {
  font-size: 18px;
}
#blog-entry .wysiwyg .block-quote {
  font-weight: bold;
  position: relative;
  font-style: italic;
  padding-left: 80px;
  padding-right: 80px;
}
#blog-entry .wysiwyg .block-quote:before {
  content: "“";
  color: #0089EC;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 140px;
  font-style: normal;
  line-height: 140px;
}
#blog-entry .wysiwyg .block-quote:after {
  content: "”";
  color: #0089EC;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 140px;
  line-height: 140px;
  font-style: normal;
}
@media screen and (max-width: 44.9375em) {
  #blog-entry .wysiwyg .block-quote {
    padding-right: 0;
    padding-left: 50px;
  }
  #blog-entry .wysiwyg .block-quote:before {
    line-height: 100px;
    font-size: 100px;
  }
  #blog-entry .wysiwyg .block-quote:after {
    display: none;
  }
}

.logged-in #header {
  top: 48px;
}
.logged-in .js-off-screen {
  top: 48px;
}
