@font-face {
  font-family: IdealSansMedium;
  src: url("../assets/fonts/IdealSansMedium.otf");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: IdealSansBook;
  src: url("../assets/fonts/IdealSansBook.otf");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: IdealSansLight;
  src: url("../assets/fonts/IdealSansLight.otf");
  font-weight: 400;
  font-style: normal; }
.srt {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

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

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

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

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

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

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

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

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

html,
body {
  max-width: 100%;
  overflow-x: hidden; }

img {
  max-width: 100%; }

.screen-reader-text {
  display: none; }

.header,
main {
  position: relative; }

.header {
  z-index: 3;
  padding-top: 1.5em;
  margin-bottom: -5.1em; }

.lock-scroll {
  overflow-y: hidden; }

html {
  font-size: 112.5%;
  line-height: 1.5555555556; }

body {
  font-size: 18px; }

a {
  text-decoration: none; }

h1 {
  margin-top: 0.7778em;
  font-size: 2.0000em;
  /* 36px */
  line-height: 1.5556em;
  /* 56px */ }

h2 {
  margin-top: 0.8750em;
  margin-bottom: 0;
  font-size: 1.7778em;
  /* 32px */
  line-height: 1.7500em;
  /* 56px */ }

h3 {
  font-size: 1.3333em;
  /* 24px */
  line-height: 1.1667em;
  /* 28px */
  margin-top: 1.1667em; }

h4 {
  margin-top: 1.2727em;
  font-size: 1.2222em;
  /* 22px */
  line-height: 1.2727em;
  /* 28px */ }

h5 {
  margin-top: 1.4000em;
  font-size: 1.1111em;
  /* 20px */
  line-height: 1.4000em;
  /* 28px */ }

p,
li,
a,
em,
strong {
  margin-top: 1.5556em;
  font-size: 1.0000em;
  /* 18px */
  line-height: 1.5556em;
  /* 28px */
  color: #000000; }

h6 {
  margin-top: 1.7500em;
  font-size: 0.8889em;
  /* 16px */
  line-height: 1.7500em;
  /* 28px */ }

li {
  margin-top: 0; }

h1 {
  font-family: IdealSansMedium, sans-serif; }

h3,
h2,
h4,
h5,
h6,
abbr,
dl,
dd,
dt {
  font-family: IdealSansBook, sans-serif; }

a,
strong,
p,
li,
label,
input,
button,
blockquote,
em,
th,
div {
  font-family: IdealSansLight, sans-serif; }

p a {
  color: #F7941D; }

.container-default {
  max-width: 1200px;
  margin: auto; }
  @media screen and (min-width: 1200px) {
    .container-default body {
      background-color: tomato; } }

.header__cta__hamburger-icon {
  max-width: 5em;
  margin-top: .7em;
  margin-left: 21%;
  cursor: pointer; }

.header__cta__hamburger-icon-line {
  display: block;
  width: 1.5em;
  height: .5em;
  margin-left: auto;
  margin-right: auto;
  border-top: 0.2111111111em solid #ffffff;
  transition: all .5s ease; }

.js-hamburger-is-close {
  position: relative;
  margin-top: 1.1em;
  margin-left: 0; }
  .js-hamburger-is-close .middle {
    display: none; }
  .js-hamburger-is-close .top {
    margin-left: 15px;
    transform: rotate(46deg); }
  .js-hamburger-is-close .bottom {
    margin-top: -10px;
    margin-right: -2px;
    transform: rotate(-46deg); }
  .js-hamburger-is-close .top,
  .js-hamburger-is-close .bottom {
    width: 1.5em;
    border-color: #ffffff;
    transition: transform .5s ease; }

.header-nav,
.search-icon {
  display: none; }

.header .container-default {
  display: flex;
  justify-content: space-between;
  padding-left: 1em;
  padding-right: 1.2em; }

.sidebar-nav-container {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3;
  height: 100%;
  width: 16.5em;
  overflow-y: scroll;
  background-color: #F9F9F9;
  padding-left: 1.3em;
  box-shadow: -4px 3px 36px 0px rgba(0, 0, 0, 0.19);
  transition: right .6s ease; }
  .sidebar-nav-container ul {
    padding-top: .5em;
    padding-left: 0;
    padding-bottom: 1em;
    list-style-type: none; }
  .sidebar-nav-container li a {
    color: #0072BC; }
  .sidebar-nav-container li {
    margin-top: 1em; }

.sidebar-close-btn {
  padding-right: 1em;
  margin-top: 2em;
  margin-left: 68%;
  background: none;
  border: none;
  color: #212121;
  cursor: pointer; }

.sidebar-close {
  right: -100%;
  transition: right .8s ease; }

@media screen and (min-width: 30em) {
  .header__cta__hamburger-icon {
    margin-top: 1.1em;
    margin-left: 1em;
    padding-right: .2em; } }
@media screen and (min-width: 64em) {
  .header .container-default {
    justify-content: flex-start; }

  .sidebar-close {
    transition: right 1.5s ease; }

  .header-nav,
  .search-icon {
    display: block; }

  .header-nav {
    margin-left: 1.5em; }
    .header-nav ul {
      display: flex;
      justify-content: space-between;
      width: 100%;
      padding-left: 0;
      list-style-type: none; }
      .header-nav ul li {
        height: 100%;
        margin-right: 1em; }
      .header-nav ul li a {
        font-size: .8em;
        color: #ffffff;
        padding-bottom: 2em; }
    .header-nav ul .sub-menu {
      display: none;
      position: absolute;
      width: 22%;
      max-width: 15em;
      margin-top: 1em;
      margin-left: -3.8em;
      list-style-type: none;
      background-color: rgba(255, 255, 255, 0.96);
      box-shadow: -1px 2px 16px 0px rgba(0, 0, 0, 0.33); }
      .header-nav ul .sub-menu li {
        width: 80%;
        margin-top: 1em;
        margin-right: auto;
        margin-left: auto;
        padding: .9em 0 0;
        text-align: center;
        border-top: 1px solid #212121; }
      .header-nav ul .sub-menu li:first-child {
        border-top: none;
        margin-top: 1em;
        margin-bottom: 1.5em; }
        .header-nav ul .sub-menu li:first-child a {
          cursor: pointer; }
        .header-nav ul .sub-menu li:first-child a:hover {
          text-decoration: underline; }
      .header-nav ul .sub-menu .last-nav-item {
        width: 100%;
        margin-top: 1em;
        padding-top: .8em;
        padding-bottom: .8em;
        padding-left: 0;
        background-color: #F7941D;
        text-align: center;
        border-top: none; }
        .header-nav ul .sub-menu .last-nav-item a {
          color: #ffffff; }
      .header-nav ul .sub-menu li a {
        padding-right: 0;
        color: #000000; }
    .header-nav ul li:hover > .sub-menu {
      display: block; }

  #menu-item-389 .sub-menu {
    margin-left: -4.2em; }
    #menu-item-389 .sub-menu li:last-child {
      padding-bottom: .9em; }

  .header-nav-container {
    display: flex;
    justify-content: flex-start;
    width: 85%; }

  .js-hamburger-clicker {
    display: flex;
    margin-right: 1.4em; }
    .js-hamburger-clicker::after {
      display: inline-block;
      padding-top: 1em;
      padding-left: .3em;
      cursor: pointer;
      color: #ffffff;
      content: "MENU"; }
    .js-hamburger-clicker:hover::after {
      text-decoration: underline; }

  .header-nav li a:hover,
  .sidebar-nav li a:hover,
  .sidebar-close-btn:hover {
    text-decoration: underline; }

  .search-icon {
    cursor: pointer; } }
@media screen and (min-width: 71em) {
  #menu-item-387 .sub-menu {
    margin-left: -4.2em; }

  #menu-item-389 .sub-menu {
    margin-left: -5em; }

  #menu-item-453 .sub-menu {
    margin-left: -3.4em; } }
@media screen and (min-width: 75em) {
  #menu-item-387 .sub-menu {
    margin-left: -4.5em; }

  #menu-item-389 .sub-menu {
    margin-left: -5.5em; }

  #menu-item-453 .sub-menu {
    margin-left: -3.8em; } }
.nav-attraction,
.nav-accommodations,
.nav-explore {
  display: none; }

@media screen and (min-width: 64em) {
  .nav-attraction,
  .nav-accommodations,
  .nav-explore {
    display: flex;
    justify-content: center; }
    .nav-attraction a,
    .nav-accommodations a,
    .nav-explore a {
      display: block;
      text-align: left;
      padding-left: .7em;
      padding-top: 1em; }
    .nav-attraction::before,
    .nav-accommodations::before,
    .nav-explore::before {
      display: block;
      width: 75%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      content: ""; }

  .header-nav li .nav-attraction a:hover,
  .header-nav li .nav-accommodations a:hover,
  .header-nav li .nav-explore a:hover {
    text-decoration: none; }

  .nav-attraction::before {
    background-image: url("http://traveldrumheller.com/wp-content/uploads/2017/03/placeholder-two.jpg"); }

  .nav-accommodations::before {
    background-image: url("http://traveldrumheller.com/wp-content/uploads/2019/08/travel-drumheller-accomodation-alberta.jpg"); }

  .nav-explore::before {
    background-image: url("http://traveldrumheller.com/wp-content/uploads/2017/03/placeholder-three.jpg"); } }
.btn,
input[type="submit"],
#tribe-bar-form .tribe-bar-submit input[type=submit] {
  display: block;
  border: none;
  padding: .7em .9em;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0px 0px 41px -1px rgba(0, 0, 0, 0.1);
  cursor: pointer; }

.btn-default,
input[type="submit"],
#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background-image: linear-gradient(-180deg, #F7941D 0%, #E77E00 100%); }

@media screen and (min-width: 64em) {
  .btn,
  input[type="submit"],
  #tribe-bar-form .tribe-bar-submit input[type=submit] {
    transition: all .3s ease; }
    .btn:hover,
    input[type="submit"]:hover,
    #tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
      box-shadow: 0px 0px 41px -1px rgba(0, 0, 0, 0.3);
      transition: all .3s ease; } }
.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .banner .container {
    padding-left: .4em;
    padding-right: .4em; }

.banner,
.banner__overlay {
  width: 100%;
  min-height: 27em; }

.banner__overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4); }

.banner__text,
.scroll-down,
.banner p {
  display: block;
  color: #ffffff;
  text-align: center; }

.banner p {
  font-size: 1.3em; }

.banner__text {
  text-transform: uppercase; }

.scroll-down {
  padding-left: 0;
  padding-right: 0; }
  .scroll-down:after {
    display: block;
    width: 19px;
    height: 18px;
    margin-top: .4em;
    margin-left: auto;
    margin-right: auto;
    background: url("../assets/icons/scroll-down.svg") no-repeat center center;
    background-size: cover;
    content: ""; }

.main-banner-content {
  width: 60%;
  max-width: 26em;
  margin-left: auto;
  margin-right: auto; }
  .main-banner-content h6 {
    padding-top: .2em;
    letter-spacing: 1px; }
  .main-banner-content h2,
  .main-banner-content h6 {
    margin-bottom: 0; }
  .main-banner-content h2,
  .main-banner-content h4 {
    margin-top: 0; }
  .main-banner-content h4 {
    margin-top: .6em;
    font-size: .6em;
    letter-spacing: 5px; }
  .main-banner-content h2 {
    font-size: 1em;
    text-align: left; }
    .main-banner-content h2:after {
      display: block;
      width: 100%;
      height: 1px;
      background-color: #ffffff;
      content: ''; }
  .main-banner-content h2,
  .main-banner-content h6,
  .main-banner-content h4 {
    color: #ffffff; }

.video-banner .video-container {
  display: none; }

@media screen and (min-width: 30em) {
  .main-banner-content {
    width: 25.8em; }
    .main-banner-content h6 {
      font-size: 1em; }
    .main-banner-content h4 {
      margin-top: .2em;
      letter-spacing: 17px;
      font-size: 1.5em; }
    .main-banner-content h2 {
      font-size: 2.5em; }
      .main-banner-content h2:after {
        width: 96%; } }
@media screen and (min-width: 64em) {
  .banner,
  .banner__overlay {
    min-height: 33em; }

  .banner__text {
    font-size: 2em; }

  .video-banner {
    background: none !important; }
    .video-banner .video-container {
      display: block;
      position: relative;
      padding-bottom: 66.2%; }
    .video-banner .banner__overlay {
      position: absolute;
      z-index: 1;
      min-height: 20em;
      background: none;
      top: 2%; }
    .video-banner .banner__text {
      font-size: 1.8em; } }
@media screen and (min-width: 75em) {
  .banner,
  .banner__overlay {
    min-height: 37em; }

  .video-banner .video-container {
    max-height: 43.5em; }
  .video-banner .banner__overlay {
    top: 3%; }
  .video-banner .banner__text {
    font-size: 2.5em; } }
.social__list {
  display: flex;
  justify-content: flex-start;
  list-style-type: none;
  padding-left: 0;
  margin-top: -2em; }
  .social__list li {
    margin-right: .7em; }

footer {
  margin-top: 0;
  padding-top: 2em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #F9F9F9; }
  footer ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0; }
    footer ul li {
      margin-top: .5em;
      margin-bottom: .5em; }
    footer ul li a {
      color: #212121;
      font-size: .8em; }
    footer ul li:first-child {
      margin-bottom: 1em; }
      footer ul li:first-child:after {
        display: block;
        width: 100%;
        height: 1px;
        background-color: #212121;
        content: ""; }
      footer ul li:first-child a {
        font-family: IdealSansMedium, sans-serif;
        text-transform: uppercase;
        color: #0072BC; }
  footer .social__list {
    margin-top: .8em; }
    footer .social__list li:first-child:after {
      display: none; }
  footer .footer__nav__one,
  footer .footer__nav__two,
  footer .footer__nav__three,
  footer .footer__nav__four {
    display: none; }
  footer .copyright {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #212121; }
    footer .copyright p {
      margin-top: 1em;
      font-size: .8em; }

@media screen and (min-width: 35.5em) {
  footer {
    margin-top: .4em; } }
@media screen and (min-width: 64em) {
  footer {
    margin-top: .5em; }
    footer .footer__nav__one,
    footer .footer__nav__two,
    footer .footer__nav__three,
    footer .footer__nav__four {
      display: block; }
    footer .footer-nav-list {
      display: flex;
      justify-content: space-between; }
    footer li a:hover {
      text-decoration: underline; }
    footer .copyright {
      display: flex;
      justify-content: space-between; } }
.search {
  position: absolute;
  top: -350%;
  left: 0;
  width: 100%;
  padding-top: 1.5em;
  padding-bottom: 2em;
  background-color: #F9F9F9;
  transition: top 1s ease;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.42); }
  .search form {
    max-width: 66em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em; }
  .search input[type="search"] {
    width: 79%;
    padding-left: .6em;
    padding-top: .6em;
    padding-bottom: .6em; }
  .search input[type="submit"] {
    width: 20%;
    display: inline-block;
    background-color: #0072BC;
    color: #ffffff;
    border: none;
    padding-top: .7em;
    padding-bottom: .7em; }
  .search button {
    background: none;
    border: none;
    margin-left: 91%;
    margin-bottom: .8em;
    cursor: pointer; }
    .search button:hover {
      text-decoration: underline; }

.search-open {
  top: 0;
  transition: top .6s ease; }

.search-list {
  margin-top: 2em;
  margin-bottom: 3.5em; }
  .search-list .container-default {
    max-width: 53em;
    margin: 3em auto 0;
    padding-left: 1em;
    padding-right: 1em; }
  .search-list .btn {
    width: 10em; }
  .search-list a h3 {
    color: #0072BC; }
  @media screen and (min-width: 64em) {
    .search-list a h3:hover {
      text-decoration: underline; } }

.no-result {
  max-width: 53em;
  margin: 3em auto 0;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center; }
  .no-result .btn {
    display: inline-block;
    width: 60%;
    max-width: 18em; }

.page-intro-icon {
  max-width: 43em;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em; }
  .page-intro-icon h2,
  .page-intro-icon p {
    text-align: center; }
  .page-intro-icon h2 {
    text-transform: uppercase; }
  .page-intro-icon img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

@media screen and (min-width: 64em) {
  .page-intro-icon {
    margin-top: 3em; } }
.three-banner-img__list {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none; }
  .three-banner-img__list li {
    min-height: 22vh;
    width: 33%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  @media screen and (min-width: 40em) {
    .three-banner-img__list li {
      min-height: 13em; } }
  @media screen and (min-width: 64em) {
    .three-banner-img__list {
      margin-top: 3em; }
      .three-banner-img__list li {
        min-height: 18em; } }
  @media screen and (min-width: 75em) {
    .three-banner-img__list li {
      min-height: 22em; } }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  width: 100%;
  height: 0;
  overflow: hidden; }

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.five-banner-image__lg {
  min-height: 20em;
  margin-bottom: .4em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.five-banner-image__sm-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }

.five-banner-image__sm-list__item {
  width: 49%;
  min-height: 14em;
  margin-bottom: .5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.video .five-banner-image__lg {
  min-height: 0;
  margin-bottom: -.5em; }
.video .five-banner-image__sm-list__item {
  min-height: 10.5em; }

@media screen and (min-width: 35.5em) {
  .five-banner-image {
    display: flex;
    justify-content: space-between; }

  .five-banner-image__lg,
  .five-banner-image__sm {
    width: 49.3%; }

  .five-banner-image__lg {
    min-height: 15em;
    margin-bottom: 0; }

  .five-banner-image__sm-list {
    margin-bottom: -0.5em; }

  .five-banner-image__sm-list__item {
    width: 48.8%;
    margin-bottom: 0.3em; }

  .video .five-banner-image__lg {
    width: 59.8%;
    padding-right: .2em; }
  .video .five-banner-image__sm {
    width: 50.2%;
    padding-left: .2em; }
  .video .five-banner-image__sm-list {
    margin-top: 0; }
  .video .five-banner-image__sm-list__item {
    min-height: 7.5em; }
  .video .video-container {
    min-height: 15.3em;
    padding-bottom: 0; } }
@media screen and (min-width: 64em) {
  .five-banner-image {
    margin-top: 3em; }

  .five-banner-image__sm-list {
    margin-bottom: -.3em; }

  .five-banner-image__lg {
    width: 50%; }

  .five-banner-image__sm-list__item {
    width: 49.4%; }

  .video .five-banner-image {
    margin-top: 3.3em;
    margin-bottom: 3em; }
  .video .five-banner-image__sm-list__item {
    min-height: 8.4em; }
  .video .video-container {
    min-height: 17em; } }
@media screen and (min-width: 75em) {
  .video .five-banner-image__lg {
    width: 59.6%; }
  .video .video-container {
    min-height: 20em; }
  .video .five-banner-image__sm-list__item {
    min-height: 9.85em; } }
@media screen and (min-width: 75.8888888889em) {
  .video .video-container {
    min-height: 22.9em; }
  .video .five-banner-image__sm-list__item {
    min-height: 11.3em; } }
@media screen and (min-width: 85.77777778em) {
  .video .video-container {
    min-height: 25.9em; }
  .video .five-banner-image__sm-list__item {
    min-height: 12.8em; } }
.overlay {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
  transition: all .6s ease; }

.overlay-closed {
  position: relative;
  opacity: 0;
  z-index: -1;
  transition: all 1.6s ease; }

.img-overlay,
.overlay-slider {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2); }

.overlay-slider {
  min-height: 40em; }

.links-overlay {
  display: none;
  position: absolute;
  left: 0%;
  width: 22.5%;
  height: 4.7em;
  background-color: rgba(255, 255, 255, 0.8); }

@media screen and (min-width: 64em) {
  .links-overlay {
    display: block; }

  .overlay-slider {
    min-height: 45em; } }
@media screen and (min-width: 85.375em) {
  .overlay-slider {
    min-height: 48em; } }
.travel-inspiration__overlay,
.instagram-overlay {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-180deg, #0072BC 2%, rgba(104, 206, 242, 0.33) 100%);
  opacity: 0.3;
  transition: opacity .5s ease; }

.instagram-overlay {
  top: 2.1em;
  position: relative; }

.main-label {
  display: flex;
  flex-direction: column;
  font-size: 1.7em;
  text-align: center; }
  .main-label:after {
    display: inline-block;
    height: 1px;
    width: 10%;
    margin-top: .5em;
    margin-left: auto;
    margin-right: auto;
    background-color: #000000;
    content: ""; }

.secondary-label {
  max-width: 56em;
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #000000; }
  .secondary-label .social__list {
    display: none; }
  .secondary-label h3 {
    font-size: 1em;
    text-transform: uppercase; }
  @media screen and (min-width: 48em) {
    .secondary-label {
      display: flex;
      justify-content: space-between; }
      .secondary-label .social__list {
        display: flex;
        align-items: flex-end; }
        .secondary-label .social__list li {
          margin-right: 0;
          margin-left: .7em; }
      .secondary-label .social__list,
      .secondary-label h3 {
        margin-bottom: .5em; } }

.itinerary__container {
  max-width: 56em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em; }

.itinerary__list {
  margin-bottom: 3em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none; }
  .itinerary__list h4 {
    margin-bottom: 0;
    font-size: 1.4em;
    color: #0072BC; }
  .itinerary__list p a {
    color: #F7941D; }

.itinerary__map {
  display: none; }

@media screen and (min-width: 64em) {
  .itinerary__list-item {
    display: flex;
    justify-content: space-between; }
    .itinerary__list-item h4,
    .itinerary__list-item .itinerary__list-instruction {
      display: block; }
    .itinerary__list-item h4 {
      display: flex;
      justify-content: space-between;
      width: 15.5%;
      margin-top: .5em; }
      .itinerary__list-item h4::after {
        display: block;
        position: relative;
        left: 2.08em;
        top: .4em;
        height: 21px;
        width: 20px;
        background: url("../assets/icons/timeline-circle.svg") center center no-repeat;
        content: ""; }
      .itinerary__list-item h4:before {
        display: block;
        position: relative;
        top: 1.3em;
        left: 7.65em;
        height: 86%;
        width: 1px;
        background-color: #77D4F2;
        content: ""; }
    .itinerary__list-item .itinerary__list-instruction {
      display: flex;
      justify-content: space-between;
      width: 72%; }

  .itinerary__map {
    display: block;
    position: relative;
    background-color: #ffffff;
    left: 0;
    transition: left .5s ease-out; }
    .itinerary__map button {
      margin-left: auto; }
    .itinerary__map h3,
    .itinerary__map p {
      display: none; }

  .is-map-open {
    position: fixed;
    z-index: 12;
    top: 8%;
    left: 21%;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2em;
    padding-top: 1.5em;
    transition: left .5s ease-out; }
    .is-map-open button {
      display: none; }
    .is-map-open h3,
    .is-map-open p {
      display: block; }
    .is-map-open h3 {
      text-align: center; }
    .is-map-open p {
      position: relative;
      width: 90%;
      margin-left: auto;
      margin-right: auto; }
      .is-map-open p iframe {
        display: block;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        border: none; }

  p a:hover {
    text-decoration: underline; } }
#instagram p {
  display: none; }

.instagram-hashtag {
  display: flex;
  justify-content: center; }
  .instagram-hashtag .img-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .instagram-hashtag .img-overlay a:hover {
      text-decoration: underline; }
  .instagram-hashtag a {
    font-size: 1.4em;
    color: #ffffff;
    text-align: center; }

@media screen and (min-width: 64em) {
  #instagram .five-banner-image__sm-list__item__img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: linear-gradient(-180deg, #0072BC 0%, rgba(104, 206, 242, 0.42) 100%);
    transition: all .4s ease-in; }
  #instagram p {
    display: block;
    position: relative;
    top: 10em;
    align-self: flex-start;
    margin-top: -2.1em;
    margin-bottom: 0.2em;
    opacity: 0;
    color: #ffffff;
    text-align: center;
    transition: all .4s ease-out; }
    #instagram p:before {
      display: inline-block;
      width: 30px;
      height: 31px;
      margin-right: .3em;
      opacity: 0;
      background: url("../assets/icons/like.svg") center center no-repeat;
      background-size: cover;
      content: ""; }
  #instagram .five-banner-image__sm-list__item:hover p {
    opacity: 1;
    top: 6em;
    transition: all .4s ease-out; }
    #instagram .five-banner-image__sm-list__item:hover p:before {
      opacity: 1; }
  #instagram .five-banner-image__sm-list__item:hover .instagram-overlay {
    opacity: 1; }
  #instagram .five-banner-image__sm-list__item:hover .five-banner-image__sm-list__item__img img {
    opacity: .5;
    transition: opacity .4s ease-in; } }
@media screen and (min-width: 75em) {
  #instagram p {
    margin-bottom: 0.4em; } }
.content-with-facts .quick-info h5 {
  margin-bottom: 0; }
.content-with-facts .quick-info ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }
.content-with-facts .quick-info li {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000; }
  .content-with-facts .quick-info li p {
    margin-top: 1em;
    width: 97%;
    padding-left: .5em; }
  .content-with-facts .quick-info li:nth-child(2) {
    border: none; }
  .content-with-facts .quick-info li:first-child:before, .content-with-facts .quick-info li:nth-child(2):before, .content-with-facts .quick-info li:last-child:before {
    position: relative;
    top: 1.1em;
    display: inline-block;
    width: 24px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    content: ""; }
  .content-with-facts .quick-info li:first-child:before {
    background-image: url("../assets/icons/number-one.svg"); }
  .content-with-facts .quick-info li:nth-child(2):before {
    background-image: url("../assets/icons/number-two.svg"); }
  .content-with-facts .quick-info li:nth-child(3):before {
    background-image: url("../assets/icons/number-three.svg"); }
.content-with-facts .table__contact-info li:first-child {
  display: block; }
  .content-with-facts .table__contact-info li:first-child:before {
    display: none;
    background: none;
    width: 0;
    height: 0; }
  .content-with-facts .table__contact-info li:first-child a {
    display: flex;
    justify-content: space-between;
    margin-top: 0; }
  .content-with-facts .table__contact-info li:first-child a:before {
    position: relative;
    top: 1.1em;
    display: inline-block;
    width: 24px;
    height: 23px;
    background-image: url("../assets/icons/number-one.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    content: ""; }
  .content-with-facts .table__contact-info li:first-child a:hover {
    text-decoration: underline; }

.content-with-facts__info {
  max-width: 42.6666666667em;
  margin-top: 3em;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em; }
  .content-with-facts__info h3 {
    color: #0072BC; }

.quick-info {
  display: none; }

@media screen and (min-width: 64em) {
  .quick-info {
    display: block;
    width: 36%;
    margin-top: 3em;
    margin-left: 2%; }

  .content-with-facts .container-default {
    display: flex;
    justify-content: center; }

  .content-with-facts__info {
    width: 53%;
    margin-left: 0;
    margin-right: 0; } }
.sub-cat-listings {
  margin-bottom: 3em; }
  .sub-cat-listings .listings-info h3 {
    color: #F7941D; }
  .sub-cat-listings .secondary-label {
    max-width: 66.6666666667em; }
  .sub-cat-listings .container-default {
    padding-left: 1em;
    padding-right: 1em; }

.sub-cat-listings__list ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0; }
.sub-cat-listings__list img {
  width: 100%;
  height: 100%; }
.sub-cat-listings__list li {
  max-width: 22.2222222222em;
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.5em;
  box-shadow: 0px 0px 30px -3px rgba(0, 0, 0, 0.31); }
.sub-cat-listings__list li ul {
  display: block;
  list-style-type: disc;
  margin-left: 1em; }
.sub-cat-listings__list li ul li {
  width: 100%;
  min-height: .8em;
  margin-top: .9em;
  box-shadow: none; }
.sub-cat-listings__list li ul li,
.sub-cat-listings__list li ul li span {
  font-size: .9em; }
.sub-cat-listings__list p a {
  text-decoration: underline; }
.sub-cat-listings__list a {
  color: #000000; }
.sub-cat-listings__list .listings-info,
.sub-cat-listings__list .web,
.sub-cat-listings__list .listing-contact-info {
  padding-left: 1em;
  padding-right: 1em;
  background-color: #ffffff; }
.sub-cat-listings__list .web {
  max-width: 13.7222222222em; }
.sub-cat-listings__list .listing-contact-info img {
  display: none; }

.sub-cat-listings__list-img {
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

@media screen and (min-width: 48em) {
  .sub-cat-listings__list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .sub-cat-listings__list li {
    height: 100%;
    width: 48%;
    min-height: 43em;
    padding-bottom: 0; }
  .sub-cat-listings__list .travel-itinerary-list {
    min-height: 24em; }
  .sub-cat-listings__list .hiking-list {
    min-height: 36em; }
  .sub-cat-listings__list .listings-info {
    margin-bottom: 1.5em; }
  .sub-cat-listings__list .listing-contact-info {
    position: relative;
    top: -3em;
    display: flex;
    justify-content: flex-end;
    width: 30%;
    margin-left: auto; }
    .sub-cat-listings__list .listing-contact-info a {
      position: absolute;
      top: -5em;
      left: -1em;
      z-index: 2;
      display: none;
      width: 130%;
      background-color: #212121;
      color: #ffffff;
      padding: .6em .4em;
      text-align: center;
      font-size: .8em;
      box-shadow: 0px 0px 30px -3px rgba(0, 0, 0, 0.31); }
    .sub-cat-listings__list .listing-contact-info img {
      cursor: pointer;
      display: block;
      width: 84%; }
    .sub-cat-listings__list .listing-contact-info .contact-open {
      display: block; } }
@media screen and (min-width: 64em) {
  .sub-cat-listings__list .listings-info {
    padding-top: 1em; }
  .sub-cat-listings__list .listings-info p {
    font-size: .9em; }
  .sub-cat-listings__list li {
    width: 32%; }
  .sub-cat-listings__list .web {
    font-size: .9em; }
  .sub-cat-listings__list .listing-contact-info a {
    width: 135%; }
  .sub-cat-listings__list .listing-contact-info img {
    width: 100%; } }
.related-posts {
  margin-bottom: 3em; }
  .related-posts .container-default {
    padding-left: 1em;
    padding-right: 1em; }
    .related-posts .container-default .secondary-label {
      max-width: 66.6666666667em; }
    .related-posts .container-default .post-info {
      padding: 1em; }
      .related-posts .container-default .post-info h3 {
        color: #F7941D; }
    .related-posts .container-default ul {
      list-style-type: none;
      padding-left: 0;
      margin-left: 0; }
      .related-posts .container-default ul li {
        max-width: 22.2222222222em;
        margin-top: 3em;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 1.5em;
        box-shadow: 0px 0px 30px -3px rgba(0, 0, 0, 0.31); }
        .related-posts .container-default ul li .list-img {
          min-height: 300px;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center; }
        .related-posts .container-default ul li ul {
          display: block;
          list-style-type: disc;
          margin-left: 1em; }
          .related-posts .container-default ul li ul li {
            width: 100%;
            min-height: .8em;
            margin-top: .9em;
            box-shadow: none;
            font-size: .9em; }
            .related-posts .container-default ul li ul li span {
              font-size: .9em; }
    .related-posts .container-default p a {
      text-decoration: underline; }
    .related-posts .container-default a {
      color: #000000; }
    .related-posts .container-default .listings-info,
    .related-posts .container-default .web,
    .related-posts .container-default .listing-contact-info {
      padding-left: 1em;
      padding-right: 1em;
      background-color: #ffffff; }
    .related-posts .container-default .web {
      max-width: 13.7222222222em; }
    @media screen and (min-width: 48em) {
      .related-posts .container-default ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .related-posts .container-default ul li {
          height: 100%;
          width: 48%;
          min-height: 36em;
          padding-bottom: 0; } }
    @media screen and (min-width: 64em) {
      .related-posts .container-default ul li {
        width: 32%; }
        .related-posts .container-default ul li .listings-info {
          padding-top: 1em; }
          .related-posts .container-default ul li .listings-info p {
            font-size: .9em; } }

.listing-types {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 3em;
  text-align: center; }
  .listing-types h3 {
    color: #000000; }
  .listing-types li {
    margin-top: 2.5em;
    margin-bottom: 11.5em; }
    .listing-types li a,
    .listing-types li img {
      display: block; }
    .listing-types li a {
      height: 10em; }
    .listing-types li img {
      max-width: 100%;
      max-height: 100%; }
    .listing-types li p {
      font-size: .8em;
      padding-left: 1.7em;
      padding-right: 1.7em; }
  @media screen and (min-width: 35em) {
    .listing-types {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .listing-types li {
        width: 32%;
        margin-bottom: 15em; } }
  @media screen and (min-width: 64em) {
    .listing-types a:hover h3,
    .listing-types a:hover p {
      color: #0072BC; }
    .listing-types li {
      margin-bottom: 10em; } }

.content-two-tables {
  margin-top: 2.5em;
  margin-bottom: 2em; }

.content-two-tables__info,
.table-container {
  max-width: 35em;
  margin: 1.5em auto 0; }

.content-two-tables .container-default {
  padding-left: 1em;
  padding-right: 1em; }
.content-two-tables .table {
  margin-left: auto;
  padding-left: 0;
  list-style-type: none; }
  .content-two-tables .table li:first-child,
  .content-two-tables .table li:last-child {
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000; }
.content-two-tables .location-info li p:before {
  display: inline-block;
  position: relative;
  top: .3em;
  width: 20px;
  height: 32px;
  margin-right: .4em;
  background: url("../assets/icons/map-marker.svg") center center no-repeat;
  background-size: cover;
  content: ""; }
.content-two-tables .quick-facts li p:before {
  display: inline-block;
  position: relative;
  top: .3em;
  margin-right: .4em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: ""; }
.content-two-tables .quick-facts li:first-child p:before {
  height: 33px;
  width: 32px;
  background-image: url("../assets/icons/time.svg"); }
.content-two-tables .quick-facts li:nth-child(2) p:before {
  height: 30px;
  width: 36px;
  background-image: url("../assets/icons/compass.svg"); }
.content-two-tables .quick-facts li:last-child p:before {
  height: 32px;
  width: 38px;
  background-image: url("../assets/icons/badlands.svg"); }

@media screen and (min-width: 36em) {
  .table-container {
    display: flex;
    justify-content: space-between; }

  .location-info,
  .quick-facts {
    width: 48%; } }
@media screen and (min-width: 64em) {
  .content-two-tables {
    padding-top: 2em;
    padding-bottom: 2.5em;
    margin-top: 0;
    margin-bottom: -3em;
    background: url("../assets/img/geo.svg") center center no-repeat;
    background-size: cover; }
    .content-two-tables h2 {
      color: #0072BC; } }
.about {
  max-width: 35em;
  margin: 3em auto; }
  .about .container-default {
    padding-left: 1em;
    padding-right: 1em; }
  .about h2 {
    color: #0072BC; }

.maps-guides .container-default {
  padding-left: 1em;
  padding-right: 1em; }

.maps-guides__list {
  max-width: 53em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  list-style-type: none;
  text-align: center; }
  .maps-guides__list .btn {
    max-width: 8.5em;
    display: inline-block; }
  .maps-guides__list li {
    margin-top: 3em; }
    .maps-guides__list li a {
      margin-top: 0; }
  .maps-guides__list li:last-child {
    margin-bottom: 2em; }
  .maps-guides__list .maps-guide-img {
    width: 80%;
    min-height: 20em;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.48); }

@media screen and (min-width: 64em) {
  .maps-guides__list,
  .maps-guides__list li {
    display: flex;
    justify-content: space-between; }

  .maps-guides__list li {
    width: 45%;
    max-height: 13em; }
  .maps-guides__list .maps-guide-img {
    min-height: 14em;
    width: 48%; }
  .maps-guides__list .maps-guides__list__info {
    width: 50%;
    order: -1;
    text-align: left;
    padding-right: .4em; }
    .maps-guides__list .maps-guides__list__info p {
      font-size: .8em; } }
.travel-directions .container-default {
  padding-left: 1em;
  padding-right: 1em; }

.accordion__list {
  max-width: 56em;
  margin: auto;
  padding-left: 0;
  list-style-type: none; }
  .accordion__list li {
    margin-top: 2em; }
  .accordion__list li:nth-child(2) {
    padding-top: .7em;
    padding-bottom: 1em;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000; }
  .accordion__list li:last-child {
    margin-bottom: 2em;
    padding-bottom: 1em;
    border-bottom: 1px solid #000000; }
  .accordion__list h3 {
    display: flex;
    justify-content: space-between;
    cursor: pointer; }
    .accordion__list h3:after {
      display: inline-block;
      width: 25px;
      height: 24px;
      background: url("../assets/icons/plus-icon.svg") no-repeat center center;
      background-size: cover;
      cursor: pointer;
      content: "";
      transition: transform .3s linear; }
  .accordion__list .rotate:after {
    transform: rotate(45deg);
    transition: transform .3s linear; }
  .accordion__list .accordion__list__info {
    position: relative;
    top: 2%;
    opacity: 1;
    transition: all .6s ease; }
  .accordion__list .hide-accordion {
    position: absolute;
    top: 0%;
    opacity: 0;
    transition: all 1.6s ease; }
  .accordion__list li ul li,
  .accordion__list li ul li:nth-child(2),
  .accordion__list li ul li:last-child {
    border: none; }
  .accordion__list li ul li a {
    color: #F7941D; }

@media screen and (min-width: 64em) {
  .travel-directions {
    margin-top: 3em;
    margin-bottom: 4em; }

  li ul li a:hover {
    text-decoration: underline; } }
.slider {
  margin-top: -8em;
  margin-bottom: 46em; }
  .slider li,
  .slider a,
  .slider h5,
  .slider h2 {
    color: #ffffff; }
  @media screen and (min-width: 85.375em) {
    .slider {
      margin-bottom: 49.4em; } }

.big-img ul {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0; }
.big-img li {
  width: 100%;
  overflow: hidden;
  height: 40em;
  opacity: 1;
  transition: opacity .6s linear; }
  @media screen and (min-width: 64em) {
    .big-img li {
      height: 45em; } }
  @media screen and (min-width: 85.375em) {
    .big-img li {
      height: 48em; } }
.big-img .big-img-container {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  list-style-type: none;
  transform: scale(1.3);
  transition: transform 20s linear; }
.big-img .scale-down {
  transform: scale(1);
  transition: transform 20s linear; }
.big-img li:first-child,
.big-img li:nth-child(2),
.big-img li:nth-child(3),
.big-img li:last-child,
.big-img .overlay-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
.big-img .container-default {
  position: relative;
  top: 19em;
  z-index: 1;
  padding-left: 1em;
  padding-right: 1em; }
  @media screen and (min-width: 64em) {
    .big-img .container-default {
      top: 21em; } }
  @media screen and (min-width: 85.375em) {
    .big-img .container-default {
      top: 23em; } }
.big-img .big-img-hidden {
  opacity: 0;
  transition: opacity .6s linear; }

.big-img__content {
  position: absolute;
  transform: scale(1); }
  .big-img__content h5 {
    margin-bottom: 0; }
  .big-img__content h2 {
    max-width: 21em;
    font-size: 1.5em; }
  .big-img__content a {
    display: block;
    position: relative;
    z-index: 6;
    width: 10em; }
  @media screen and (min-width: 64em) {
    .big-img__content h5 {
      margin-bottom: 0; }
    .big-img__content h2 {
      margin-top: 0;
      font-size: 2.2em; }
    .big-img__content a {
      top: -1em; } }

.slider-links {
  position: relative;
  z-index: 1;
  top: 35em; }
  .slider-links .container-default {
    padding-left: 1em;
    padding-right: 1em; }
  .slider-links .slider-links__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 8em;
    margin-left: 0;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    list-style-type: none;
    cursor: pointer; }
    .slider-links .slider-links__list li {
      font-size: .8em;
      transition: all .4s linear; }
    .slider-links .slider-links__list li:first-child,
    .slider-links .slider-links__list li:nth-child(2),
    .slider-links .slider-links__list li:nth-child(3),
    .slider-links .slider-links__list li:nth-child(4) {
      width: 22%;
      max-width: 13em;
      padding-right: .6em; }
    .slider-links .slider-links__list li:hover {
      text-decoration: underline; }
  .slider-links .slider-links__list li:last-child {
    padding-left: .8em;
    border-left: 1px solid #ffffff; }
  .slider-links .selected {
    color: #000000;
    z-index: 2;
    transition: all .4s linear; }
  .slider-links .links-overlay {
    transition: left .4s linear; }
  .slider-links .slider-btn {
    width: 10px;
    height: 10px;
    border-radius: 15px;
    background-color: #ffffff;
    opacity: .5; }
  .slider-links li:first-child .slider-btn {
    opacity: 1; }
  .slider-links li:last-child,
  .slider-links .slider-links__content {
    display: none; }
  @media screen and (min-width: 64em) {
    .slider-links {
      top: 37.8em; }
      .slider-links li:last-child,
      .slider-links .slider-links__content {
        display: block; }
      .slider-links .slider-btn {
        display: none; }
      .slider-links .slider-links__list {
        max-width: 66.6666666667em;
        border-top: 1px solid #ffffff; }
      .slider-links .slider-links__list li:last-child a {
        margin-top: 0; } }
  @media screen and (min-width: 85.375em) {
    .slider-links {
      top: 39.8em; } }

.travel-prep {
  margin-top: -4em; }
  .travel-prep .container-default {
    padding-left: 1em;
    padding-right: 1em; }
  @media screen and (min-width: 64em) {
    .travel-prep {
      margin-top: -1em; } }

.travel-prep__list {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none; }
  .travel-prep__list li {
    margin-top: 3em;
    text-align: center; }
  .travel-prep__list a {
    color: #000000;
    transition: all .2s ease; }
  @media screen and (min-width: 48em) {
    .travel-prep__list {
      display: flex;
      justify-content: space-between; }
      .travel-prep__list li {
        width: 24%; }
      .travel-prep__list li:first-child h4 {
        margin-top: .7em; }
      .travel-prep__list li:nth-child(2) {
        margin-top: 5em; }
      .travel-prep__list li:last-child h4 {
        margin-top: 1.9em; } }
  @media screen and (min-width: 64em) {
    .travel-prep__list a:hover {
      color: #0072BC;
      transition: all .2s ease; }
      .travel-prep__list a:hover p {
        color: #0072BC; } }

.travel-inspiration {
  margin-top: 3em; }

.travel-inspiration__list {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none; }
  .travel-inspiration__list.-bloglist {
    padding-left: 1em;
    padding-right: 1em; }
  .travel-inspiration__list li {
    width: 100%;
    max-width: 23em;
    min-height: 25em;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .travel-inspiration__list a {
    display: block;
    position: relative;
    z-index: 1;
    top: 8em;
    width: 85%;
    max-width: 19em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 3px solid #ffffff; }
  .travel-inspiration__list h4 {
    color: #ffffff;
    font-size: 1.6em; }
  @media screen and (min-width: 30em) {
    .travel-inspiration__list li {
      margin-top: 3em; } }
  @media screen and (min-width: 48em) {
    .travel-inspiration__list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .travel-inspiration__list.-bloglist {
        justify-content: flex-start; }
        .travel-inspiration__list.-bloglist li {
          margin-left: 0.2%;
          margin-right: 0.2%; }
      .travel-inspiration__list li {
        width: 32.5%; }
      .travel-inspiration__list a {
        width: 86%;
        top: -17.2em; } }
  @media screen and (min-width: 64em) {
    .travel-inspiration__list a {
      border-color: transparent;
      transition: border-color 1s ease; }
    .travel-inspiration__list li:hover a {
      border-color: #ffffff;
      transition: border-color 1s ease; }
    .travel-inspiration__list li:hover .travel-inspiration__overlay {
      opacity: 1;
      transition: opacity .5s ease; } }

.featured-event {
  margin-top: 3em;
  margin-bottom: 2em; }
  .featured-event .container-default {
    padding-left: 1em;
    padding-right: 1em; }

.featured-event__list {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none; }

.featured-event__item__img {
  min-height: 20em;
  width: 80%;
  max-width: 26em;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2em;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.featured-event__item {
  margin-top: 3em; }

.featured-event__item__content {
  width: 80%;
  margin: auto;
  text-align: center; }
  .featured-event__item__content .btn {
    width: 60%;
    max-width: 9em;
    margin: auto; }
  .featured-event__item__content h3 {
    margin-top: 0;
    margin-bottom: 0;
    color: #0072BC; }
  .featured-event__item__content h6 {
    margin-top: 0.3em;
    color: #212121; }

@media screen and (min-width: 64em) {
  .featured-event {
    margin-top: 3.5em;
    margin-bottom: 3.5em; }

  .featured-event__list {
    display: flex;
    justify-content: space-between; }

  .featured-event__item {
    width: 48%;
    display: flex;
    justify-content: space-between; }
    .featured-event__item .featured-event__item__img {
      width: 46%;
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.48); }
    .featured-event__item .featured-event__item__content {
      width: 48%;
      order: -1;
      text-align: left; }
      .featured-event__item .featured-event__item__content .btn {
        width: 75%;
        margin-left: 0;
        margin-right: 0; }
    .featured-event__item h3:hover {
      text-decoration: underline; } }
.visitor-centre .container-default,
.business-hub .container-default {
  padding-left: 1em;
  padding-right: 1em; }

.contact-info {
  max-width: 56em;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto; }
  .contact-info input[type="text"],
  .contact-info textarea {
    border: none;
    outline: none;
    background-color: #ECECEC; }
  .contact-info .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .contact-info .gform_wrapper textarea.large {
    padding: .8em;
    margin-bottom: 1em; }
  .contact-info .gform_wrapper li.gfield.gfield_error, .contact-info .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none;
    border: none; }
  .contact-info .gform_wrapper div.validation_error {
    margin-top: -1em;
    margin-bottom: -1.5em;
    border: none;
    text-align: left; }
  .contact-info .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0; }
  .contact-info .contact-info__form {
    margin-top: 2em; }
  .contact-info .contact-info__content div {
    margin-bottom: .4em;
    font-size: .8em; }
  .contact-info .gform_wrapper .gform_footer {
    margin-top: -1em; }
  @media screen and (min-width: 64em) {
    .contact-info {
      display: flex;
      justify-content: space-between; }
      .contact-info .contact-info__content {
        width: 35%; }
      .contact-info .contact-info__form {
        width: 70%;
        margin-top: -1em; } }

.events {
  margin-top: 3em; }
  .events .container-default {
    max-width: 1300px;
    padding-left: 1em;
    padding-right: 1em; }
  .events .tribe-events-ical,
  .events .tribe-events-back,
  .events #tribe-events .tribe-events-button,
  .events .tribe-events-sub-nav {
    display: none !important; }
  .events #tribe-bar-form .tribe-bar-submit input[type=submit] {
    display: block !important; }
  .events #tribe-bar-form label,
  .events .tribe-events-page-title {
    color: #0072BC; }
  .events .tribe-events-calendar thead th {
    background: #212121; }
  .events .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
    background: #0072BC; }
  .events .tribe-events-month-event-title .url {
    color: #212121; }
  @media screen and (min-width: 48.6875em) {
    .events {
      margin-top: 4em; }
      .events .tribe-events-page-title {
        margin-top: 1em; }
      .events .tribe-events-calendar {
        box-shadow: 0px 0px 41px -1px rgba(0, 0, 0, 0.1); }
      .events .tribe-bar-date-filter {
        width: 20%; }
      .events .tribe-bar-mini .tribe-bar-search-filter {
        width: 30%; }
      .events .tribe-bar-geoloc-filter, .events .tribe-events-uses-geolocation .tribe-bar-date-filter, .events .tribe-events-uses-geolocation .tribe-bar-search-filter, .events .tribe-events-uses-geolocation .tribe-bar-submit {
        width: 20%; }
      .events .tribe-bar-mini .tribe-bar-submit {
        width: 24%; } }
  @media screen and (min-width: 53.25em) {
    .events .tribe-bar-submit {
      margin-left: 6.6667%;
      width: 20%; } }
  @media screen and (min-width: 64em) {
    .events {
      margin-top: 4.2em;
      margin-bottom: -2em; } }

.tribe-events-single {
  max-width: 53.3333333333em;
  margin-top: -1.5em;
  margin-left: auto;
  margin-right: auto; }
  .tribe-events-single .tribe-events-single-event-title,
  .tribe-events-single .tribe-events-schedule {
    text-align: center; }
  .tribe-events-single .tribe-events-single-event-title {
    margin-bottom: 0; }
  .tribe-events-single .tribe-events-schedule {
    margin-top: 0; }
  .tribe-events-single .tribe-events-schedule h2 {
    margin-top: .5em;
    font-size: 1em;
    font-style: italic; }
  .tribe-events-single dd {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: .8em; }
  .tribe-events-single .tribe-events-single-event-title {
    color: #0072BC; }
  .tribe-events-single .tribe-events-meta-group {
    padding-left: 0;
    margin-top: 1em; }
    .tribe-events-single .tribe-events-meta-group dl dt,
    .tribe-events-single .tribe-events-meta-group .tribe-events-event-categories {
      display: none; }
    .tribe-events-single .tribe-events-meta-group h3 {
      color: #0072BC;
      font-size: 1.1em; }
  .tribe-events-single .tribe-events-meta-group:last-child {
    padding-left: 4%; }
  .tribe-events-single abbr[title] {
    text-decoration: none; }
  .tribe-events-single a {
    color: #000000;
    cursor: default; }

.single-listing .container-default {
  padding-left: 1em;
  padding-right: 1em; }
@media screen and (min-width: 64em) {
  .single-listing {
    margin-top: 3.5em;
    margin-bottom: 3.5em; } }

.single-listing-quick-info .content-with-facts__info p:last-child {
  font-family: IdealSansBook, sans-serif;
  font-style: italic; }

.single-blog .container-default {
  max-width: 55em;
  margin: 3.5em auto;
  padding-left: 1em;
  padding-right: 1em; }
  .single-blog .container-default figure {
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%; }
  .single-blog .container-default figcaption {
    margin-top: .8em;
    text-align: center; }
  .single-blog .container-default iframe {
    margin-top: 2em !important;
    margin-left: auto !important;
    margin-right: auto !important; }
.single-blog img {
  display: block;
  max-width: 90%;
  height: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.extra-content .container-default {
  padding-left: 1em;
  padding-right: 1em; }

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