@charset "UTF-8";
@import url("https://use.typekit.net/cmv4hfv.css");
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * 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; }

/**
 * 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; }

h1, h2, h3, h4, h6 {
  padding: 0;
  font-weight: 400;
  font-family: "kepler-std-display", Arial, Helvetica, sans-serif;
  letter-spacing: 1.5px; }

h1 {
  font-size: 3.8rem;
  line-height: 4.3rem;
  margin: 0 0 1.2rem; }

h2 {
  font-size: 3.1rem;
  line-height: 3.6rem;
  margin: 0 0 2rem; }

h3 {
  font-size: 2.2rem;
  line-height: 2.7rem;
  margin: 0 0 2rem; }

h4 {
  font-size: 1.9rem;
  line-height: 2.4rem;
  margin: 0 0 2rem; }

h5 {
  font-size: 1.5rem;
  line-height: 2.0rem;
  font-weight: 300;
  margin: 0 0 1rem; }

h6 {
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 300;
  margin: 0 0 1rem; }

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0); }

/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff; }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("img/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000; }

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("img/controls.png") no-repeat 0 -32px; }

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url("img/controls.png") no-repeat -43px -32px; }

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("img/controls.png") -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("img/controls.png") -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

p.fancybox-share__links {
  margin-right: -10px; }

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all .2s; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

html {
  font-size: 75%; }
  @media only screen and (min-width: 768px) {
    html {
      font-size: 100%; } }

body {
  margin: 0;
  padding: 0;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: 300;
  color: #333;
  position: relative; }

a {
  color: #00a6b4;
  text-decoration: none; }
  a:focus, a:hover, a:active {
    text-decoration: underline; }

.logo {
  display: block;
  width: 120px;
  min-width: 120px;
  height: 112px;
  margin: 19px;
  align-self: flex-start;
  background-image: url("img/spriteimage.png");
  background-repeat: no-repeat;
  -moz-transition: width 0.2s, opacity 0.2s, margin 0.2s;
  -webkit-transition: width 0.2s, hopacity 0.2s, margin 0.2s;
  transition: width 0.2s, opacity 0.2s, margin 0.2s;
  text-indent: -99999px; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .logo {
      background-image: url("img/spriteimage2x.png");
      background-size: 400px 400px; } }
  @media only screen and (min-width: 1230px) {
    .logo {
      margin: 19px 0; } }
  .logo:focus, .logo:hover, .logo:active {
    opacity: 0.7; }

.button, .homepage-feed a.juicer-button {
  display: inline-block;
  color: black;
  border: 2px solid #00a6b4;
  font-size: 1.1rem;
  font-weight: 400;
  padding: 0.4rem 1.4rem;
  box-sizing: border-box;
  border-radius: 0;
  cursor: pointer;
  -webkit-transform: perspective(1px) translateZ(0);
  position: relative; }
  .button:focus, .homepage-feed a.juicer-button:focus, .button:hover, .homepage-feed a.juicer-button:hover, .button:active, .homepage-feed a.juicer-button:active {
    text-decoration: none; }
    .button:focus:before, .homepage-feed a.juicer-button:focus:before, .button:hover:before, .homepage-feed a.juicer-button:hover:before, .button:active:before, .homepage-feed a.juicer-button:active:before {
      -webkit-animation-name: hvr-ripple-out;
      animation-name: hvr-ripple-out; }
  .button:before, .homepage-feed a.juicer-button:before {
    content: '';
    position: absolute;
    border: 2px solid #00a6b4;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }

.subscribepopup {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none; }
  .subscribepopup-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    background: #e8e7e7;
    background: rgba(232, 231, 231, 0.7); }
  .subscribepopup-cont {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    z-index: 10; }
  .subscribepopup-form {
    width: 100%;
    max-width: 480px;
    background-color: white;
    margin: 0 1rem;
    text-align: center;
    box-sizing: border-box;
    z-index: 10;
    position: relative; }
    @media only screen and (min-width: 481px) {
      .subscribepopup-form {
        margin: 0; } }
    .subscribepopup-form img {
      width: 100%; }
    .subscribepopup-form-cont {
      padding: 2rem;
      position: relative; }
      @media only screen and (min-width: 680px) {
        .subscribepopup-form-cont {
          padding: 2rem 4rem 1rem; } }
  .subscribepopup-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    cursor: pointer;
    font-weight: 400;
    border: 2px solid #00a6b4;
    padding: 0 0.5rem;
    background-color: white; }
  .subscribepopup input[type=text], .subscribepopup input[type=email] {
    border: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    color: #333 !important;
    width: 100%;
    display: block;
    float: left;
    border: 0;
    border-bottom: 2px solid #e8e7e7 !important;
    border-radius: 0;
    -webkit-appearance: none;
    font-size: 1.2rem;
    padding: 0.5rem;
    margin: 0 0 1rem;
    text-align: center;
    box-sizing: border-box; }
  .subscribepopup .submit-button {
    background-color: transparent !important;
    text-shadow: none !important;
    box-shadow: none !important;
    color: #333 !important;
    border: 2px solid #00a6b4 !important;
    margin: 1.3rem auto 0 !important;
    display: block !important; }
    .subscribepopup .submit-button .spin-cover {
      border-top: 2px solid #00a6b4 !important;
      border-right: 2px solid #00a6b4 !important;
      border-bottom: 2px solid #00a6b4 !important; }
    .subscribepopup .submit-button .text {
      text-shadow: none !important;
      font-size: 1.1rem !important;
      font-weight: 700 !important;
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
  .subscribepopup .error {
    top: 8px !important;
    right: 8px !important;
    padding: 0.5rem !important; }
  .subscribepopup input[type='submit'] {
    display: none; }
  .subscribepopup .button, .subscribepopup .homepage-feed a.juicer-button, .homepage-feed .subscribepopup a.juicer-button {
    margin: 1rem 0 0; }
  .subscribepopup .privacy {
    display: block;
    font-size: 0.9rem;
    padding-bottom: 0.5rem; }

.st-sticky-share-buttons {
  padding: 1.5rem 0 0 !important;
  background: transparent !important;
  visibility: hidden !important;
  opacity: 0 !important;
  margin-top: -2rem;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s; }
  @media only screen and (min-width: 1540px) {
    .st-sticky-share-buttons {
      margin-top: 60px !important; }
      .st-sticky-share-buttons.show {
        visibility: visible !important;
        opacity: 0.9 !important;
        margin-top: 80px !important; } }
  .st-sticky-share-buttons:before {
    content: 'Share';
    display: block;
    position: relative;
    z-index: 1;
    transform: rotate(270deg);
    margin: 0 0 1rem;
    padding: 0 0 0.2rem; }
  .st-sticky-share-buttons .st-btn {
    width: 48px !important;
    background: transparent !important; }
    .st-sticky-share-buttons .st-btn:hover svg {
      fill: #333 !important; }
    .st-sticky-share-buttons .st-btn svg {
      fill: #999 !important;
      margin-left: 0 !important; }
    .st-sticky-share-buttons .st-btn .st-label {
      display: none !important; }
  .st-sticky-share-buttons .st-toggle {
    display: none !important; }

.container-xl {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto; }

*:focus {
  outline: none; }

.header {
  width: 100%;
  height: 140px; }
  @media only screen and (min-width: 768px) {
    .header {
      height: 152px; } }
  @media only screen and (min-width: 768px) {
    .header.fixed .header-outside {
      position: fixed; }
    .header.fixed .header-connect {
      display: none; }
    .header.fixed .header-menu {
      margin: 0; }
    .header.fixed .logo {
      width: 60px;
      min-width: 60px;
      height: 55px;
      margin: 8px 1.2rem;
      background-position: -126px -117px; } }
  @media only screen and (min-width: 768px) and (min-width: 1230px) {
    .header.fixed .logo {
      margin: 8px 0; } }
  @media only screen and (min-width: 768px) {
    .header.fixed .header-menu-item > a {
      padding: 23px 1rem; }
    .header.fixed .header-menu .submenu {
      top: 71px; }
    .header.fixed.announce-on .header-menu .submenu {
      top: 103px; } }
  .header-outside {
    width: 100%;
    background-color: white;
    z-index: 9999;
    border-bottom: 2px solid #e8e7e7; }
  .header-cont {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0; }
    @media only screen and (min-width: 768px) {
      .header-main {
        position: inherit;
        top: auto;
        right: auto; } }
  .header-connect {
    margin: 1rem;
    display: block;
    position: relative;
    align-self: flex-end; }
    .header-connect a {
      width: 20px;
      height: 20px;
      display: none;
      margin: 0 0.4rem;
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      @media only screen and (min-width: 481px) {
        .header-connect a {
          display: inline-block; } }
      .header-connect a:focus, .header-connect a:hover, .header-connect a:active {
        opacity: 0.7; }
      .header-connect a svg {
        fill: #999; }
      .header-connect a.search {
        display: inline-block; }
        .header-connect a.search svg {
          width: 20px; }
  .header-search {
    position: absolute;
    top: -2.4rem;
    left: -21rem;
    width: 23rem;
    background-color: white;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    padding: 1rem 0 1rem 1rem;
    -webkit-box-shadow: -5px 5px 60px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -5px 5px 60px 0px rgba(0, 0, 0, 0.5);
    box-shadow: -5px 5px 60px 0px rgba(0, 0, 0, 0.5);
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    @media only screen and (min-width: 481px) {
      .header-search {
        left: -10.5rem;
        width: 26rem; } }
    @media only screen and (min-width: 768px) {
      .header-search {
        left: -17rem;
        width: 31rem; } }
    @media only screen and (min-width: 768px) {
      .header-search {
        padding: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; } }
    .header-search.open {
      visibility: visible;
      opacity: 1;
      top: -1rem; }
      @media only screen and (min-width: 768px) {
        .header-search.open {
          top: -0.3rem; } }
    .header-search form {
      display: flex;
      align-content: center;
      align-items: center; }
    .header-search input[type='text'] {
      width: 16rem;
      border: 0;
      border-bottom: 1px solid #e8e7e7;
      padding: 0.3rem;
      font-size: 1.1rem;
      border-radius: 0;
      outline: 0;
      -webkit-appearance: none;
      -moz-appearance: none; }
      @media only screen and (min-width: 481px) {
        .header-search input[type='text'] {
          width: 19rem; } }
      @media only screen and (min-width: 768px) {
        .header-search input[type='text'] {
          width: 22rem; } }
    .header-search input[type='submit'] {
      width: 20px;
      height: 20px;
      border: 0;
      cursor: pointer;
      background-image: url("img/search.svg");
      background-repeat: no-repeat;
      margin: 0 0 0 0.5rem;
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .header-search input[type='submit']:focus, .header-search input[type='submit']:hover, .header-search input[type='submit']:active {
        opacity: 0.7; }
    .header-search-close {
      color: #999;
      cursor: pointer;
      margin-left: 2rem;
      font-size: 1.2rem;
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      @media only screen and (min-width: 481px) {
        .header-search-close {
          margin-left: 2rem; } }
      @media only screen and (min-width: 768px) {
        .header-search-close {
          margin-left: 5rem; } }
      .header-search-close:focus, .header-search-close:hover, .header-search-close:active {
        opacity: 0.7; }

.header-menu {
  display: none;
  width: 100%;
  position: absolute;
  top: 140px;
  left: 0;
  background: white;
  background: rgba(255, 255, 255, 0.95);
  text-align: left;
  z-index: 2;
  border-top: 2px solid #e8e7e7;
  border-bottom: 2px solid #e8e7e7;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media only screen and (min-width: 768px) {
    .header-menu {
      width: auto;
      display: block;
      margin: 34px 0 0;
      position: inherit;
      top: inherit;
      left: inherit;
      background-color: transparent;
      text-align: right;
      border-top: 0;
      border-bottom: 0;
      padding-top: 0;
      padding-bottom: 0; } }
  .header-menu-item {
    display: block;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .header-menu-item {
        display: inline-block;
        position: inherit; } }
    .header-menu-item.has-children span {
      width: 18px;
      height: 12px;
      display: block;
      position: absolute;
      top: 0;
      right: 1rem;
      font-size: 2rem;
      cursor: pointer;
      z-index: 3;
      padding: 1rem; }
      .header-menu-item.has-children span:before {
        content: "+";
        position: absolute;
        top: -0.28rem;
        right: 0;
        padding: 0.45rem 0.32rem 0.3rem;
        font-size: 3rem;
        font-weight: 200;
        padding: 1rem; }
      @media only screen and (min-width: 768px) {
        .header-menu-item.has-children span {
          display: none; } }
    .header-menu-item.has-children.open span:before {
      content: "-";
      font-size: 4rem;
      top: -0.6rem;
      right: 0.2rem; }
    .header-menu-item > a {
      display: block;
      padding: 1rem 2rem;
      color: #00a6b4;
      font-size: 1.5rem;
      font-weight: 400;
      text-decoration: none;
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      @media only screen and (min-width: 768px) {
        .header-menu-item > a {
          display: inline-block;
          padding: 16px 1rem;
          color: #333;
          font-size: 1rem; } }
      .header-menu-item > a:focus, .header-menu-item > a:hover, .header-menu-item > a:active {
        opacity: 0.7; }
    .header-menu-item:focus > .submenu, .header-menu-item:hover > .submenu, .header-menu-item:active > .submenu {
      opacity: 1;
      visibility: visible; }
  .header-menu .submenu {
    width: 100%;
    position: relative;
    z-index: 3;
    padding: 0 0 0 3rem;
    box-sizing: border-box;
    display: none; }
    @media only screen and (min-width: 768px) {
      .header-menu .submenu {
        display: block;
        position: absolute;
        top: 150px;
        left: 0;
        padding: 0 0 0 2rem;
        visibility: hidden;
        opacity: 0;
        border-top: 2px solid #e8e7e7;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        background: white;
        background: rgba(255, 255, 255, 0.95); }
        .header-menu .submenu.announce-on {
          top: 182px; } }
    @media only screen and (min-width: 1230px) {
      .header-menu .submenu {
        padding: 0; } }
    .header-menu .submenu-cont {
      width: 100%;
      max-width: 1230px;
      margin: 0 auto;
      text-align: left; }
      @media only screen and (min-width: 768px) {
        .header-menu .submenu-cont {
          display: flex;
          justify-content: space-between; } }
    .header-menu .submenu.walks .submenu-links {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .header-menu .submenu.walks .submenu-links {
          width: 33.333333%; } }
    .header-menu .submenu.walks .submenu-features {
      width: 33.333333%;
      min-height: 27em;
      display: none; }
      @media only screen and (min-width: 768px) {
        .header-menu .submenu.walks .submenu-features {
          display: block; } }
    .header-menu .submenu-links {
      width: 100%;
      padding: 0; }
      @media only screen and (min-width: 768px) {
        .header-menu .submenu-links {
          width: 33.333333%;
          padding: 0 0 2rem; } }
      .header-menu .submenu-links h5 {
        margin: 0;
        padding: 0 0 0.5rem;
        font-size: 1.2rem;
        line-height: 1.7rem;
        color: #333;
        font-weight: 700;
        display: none;
        font-family: "kepler-std-display", Arial, Helvetica, sans-serif;
        letter-spacing: 1.5px; }
        @media only screen and (min-width: 768px) {
          .header-menu .submenu-links h5 {
            font-size: 1.5rem;
            line-height: 2rem;
            color: #00a6b4;
            font-weight: 400;
            display: inline-block; } }
      .header-menu .submenu-links a {
        color: #00a6b4;
        text-decoration: none;
        font-size: 1.1rem;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
        @media only screen and (min-width: 768px) {
          .header-menu .submenu-links a {
            font-size: 1rem; } }
        .header-menu .submenu-links a:focus h4, .header-menu .submenu-links a:hover h4, .header-menu .submenu-links a:active h4 {
          -moz-transition: all 0.2s;
          -webkit-transition: all 0.2s;
          transition: all 0.2s;
          color: #333; }
      .header-menu .submenu-links .heading a {
        display: block;
        color: #333;
        font-weight: 400;
        padding: 0.32rem 0; }
        @media only screen and (min-width: 768px) {
          .header-menu .submenu-links .heading a {
            display: inline-block; } }
        .header-menu .submenu-links .heading a:focus, .header-menu .submenu-links .heading a:hover, .header-menu .submenu-links .heading a:active {
          color: #00a6b4; }
    .header-menu .submenu-links {
      position: relative; }
    .header-menu .submenu-walk2-cont {
      width: 90% !important; }
      .header-menu .submenu-walk2-cont .infobox {
        border: 0;
        height: 100%;
        display: none; }
        @media only screen and (min-width: 768px) {
          .header-menu .submenu-walk2-cont .infobox {
            display: block; } }
        .header-menu .submenu-walk2-cont .infobox .button, .header-menu .submenu-walk2-cont .infobox .homepage-feed a.juicer-button, .homepage-feed .header-menu .submenu-walk2-cont .infobox a.juicer-button,
        .header-menu .submenu-walk2-cont .infobox a:last-child {
          display: none; }
        .header-menu .submenu-walk2-cont .infobox li:nth-child(5) {
          border: 0; }
        .header-menu .submenu-walk2-cont .infobox li:nth-child(6), .header-menu .submenu-walk2-cont .infobox li:nth-child(7), .header-menu .submenu-walk2-cont .infobox li:nth-child(8), .header-menu .submenu-walk2-cont .infobox li:nth-child(9), .header-menu .submenu-walk2-cont .infobox li:nth-child(10) {
          display: none; }
      .header-menu .submenu-walk2-cont .infobox-heading {
        left: 0;
        border: 0; }
    .header-menu .submenu-walk {
      width: 100%;
      padding: 0 0 1rem;
      position: relative; }
      @media only screen and (min-width: 768px) {
        .header-menu .submenu-walk {
          width: 33.333333%;
          padding: 0 0 2rem; } }
      .header-menu .submenu-walk h5 {
        margin: 0;
        padding: 0 0 0.5rem;
        font-size: 1.2rem;
        line-height: 1.7rem;
        color: #333;
        font-weight: 700;
        display: none;
        font-family: "kepler-std-display", Arial, Helvetica, sans-serif;
        letter-spacing: 1.5px; }
        @media only screen and (min-width: 768px) {
          .header-menu .submenu-walk h5 {
            font-size: 1.5rem;
            line-height: 2rem;
            color: #00a6b4;
            font-weight: 400;
            display: inline-block; } }
      .header-menu .submenu-walk a {
        color: #00a6b4;
        text-decoration: none;
        font-size: 1.1rem;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
        @media only screen and (min-width: 768px) {
          .header-menu .submenu-walk a {
            font-size: 1rem; } }
        .header-menu .submenu-walk a:focus h4, .header-menu .submenu-walk a:hover h4, .header-menu .submenu-walk a:active h4 {
          -moz-transition: all 0.2s;
          -webkit-transition: all 0.2s;
          transition: all 0.2s;
          color: #333; }
      .header-menu .submenu-walk-cont, .header-menu .submenu-walk2-cont {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none; }
        .header-menu .submenu-walk-cont .infobox-close, .header-menu .submenu-walk2-cont .infobox-close {
          display: none; }
        .header-menu .submenu-walk-cont .loading, .header-menu .submenu-walk2-cont .loading {
          width: 100%;
          height: 100%;
          display: block;
          position: relative;
          opacity: 0.95;
          display: none;
          font-family: "kepler-std-display", Arial, Helvetica, sans-serif;
          letter-spacing: 1.5px;
          background: white;
          background: rgba(255, 255, 255, 0.95); }
          @media only screen and (min-width: 768px) {
            .header-menu .submenu-walk-cont .loading, .header-menu .submenu-walk2-cont .loading {
              display: block; } }
          .header-menu .submenu-walk-cont .loading-image, .header-menu .submenu-walk2-cont .loading-image {
            width: 100%;
            background-color: #999; }
            .header-menu .submenu-walk-cont .loading-image img, .header-menu .submenu-walk2-cont .loading-image img {
              width: 100%;
              display: block; }
          .header-menu .submenu-walk-cont .loading-heading, .header-menu .submenu-walk2-cont .loading-heading {
            width: 75%;
            height: 3.2rem;
            box-sizing: border-box;
            position: absolute;
            top: 1rem;
            left: 0;
            background-color: #333;
            color: white;
            font-size: 1.4rem;
            padding: 0.8rem 1.8rem; }
          .header-menu .submenu-walk-cont .loading-line, .header-menu .submenu-walk2-cont .loading-line {
            width: 75%;
            height: 1.7rem;
            margin: 0.7rem 2rem 0;
            background-color: #999; }
            @media only screen and (min-width: 960px) {
              .header-menu .submenu-walk-cont .loading-line, .header-menu .submenu-walk2-cont .loading-line {
                width: 85%; } }
            .header-menu .submenu-walk-cont .loading-line.first, .header-menu .submenu-walk2-cont .loading-line.first {
              margin: 1.2rem 2rem 0; }
      .header-menu .submenu-walk .heading a,
      .header-menu .submenu-walk .heading_child a {
        display: inline-block;
        color: #333;
        font-weight: 400;
        padding: 0.32rem 0; }
        .header-menu .submenu-walk .heading a:focus, .header-menu .submenu-walk .heading a:hover, .header-menu .submenu-walk .heading a:active,
        .header-menu .submenu-walk .heading_child a:focus,
        .header-menu .submenu-walk .heading_child a:hover,
        .header-menu .submenu-walk .heading_child a:active {
          color: #00a6b4; }
      .header-menu .submenu-walk .infobox {
        border: 0;
        height: 100%;
        display: none; }
        @media only screen and (min-width: 768px) {
          .header-menu .submenu-walk .infobox {
            display: block; } }
        .header-menu .submenu-walk .infobox .button, .header-menu .submenu-walk .infobox .homepage-feed a.juicer-button, .homepage-feed .header-menu .submenu-walk .infobox a.juicer-button,
        .header-menu .submenu-walk .infobox a:last-child {
          display: none; }
        .header-menu .submenu-walk .infobox li:nth-child(5) {
          border: 0; }
        .header-menu .submenu-walk .infobox li:nth-child(6), .header-menu .submenu-walk .infobox li:nth-child(7), .header-menu .submenu-walk .infobox li:nth-child(8), .header-menu .submenu-walk .infobox li:nth-child(9), .header-menu .submenu-walk .infobox li:nth-child(10) {
          display: none; }
      .header-menu .submenu-walk .infobox-heading {
        left: 0;
        border: 0; }
    .header-menu .submenu-features {
      display: none; }
      @media only screen and (min-width: 768px) {
        .header-menu .submenu-features {
          display: flex; } }
      .header-menu .submenu-features a {
        width: 100%;
        height: 12rem;
        display: block;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        align-items: center;
        color: white;
        text-decoration: none;
        background-image: url("img/margaret-river.jpg");
        background-size: cover;
        background-position: center center;
        position: relative; }
        @media only screen and (min-width: 960px) {
          .header-menu .submenu-features a {
            height: 17rem; } }
        .header-menu .submenu-features a:last-child {
          background-image: url("img/brochure.jpg"); }
        .header-menu .submenu-features a:after {
          content: "";
          display: block;
          width: 100%;
          height: 10rem;
          position: absolute;
          bottom: 0;
          left: 0;
          opacity: 0.6;
          background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
          background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
          -moz-transition: all 0.2s;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
        .header-menu .submenu-features a:focus:after, .header-menu .submenu-features a:hover:after, .header-menu .submenu-features a:active:after {
          opacity: 0.8; }
      .header-menu .submenu-features h4 {
        z-index: 2;
        margin: 0 0.5rem 1.5rem;
        font-size: 1.3rem;
        line-height: 1.8rem; }
        @media only screen and (min-width: 1030px) {
          .header-menu .submenu-features h4 {
            font-size: 1.9rem;
            line-height: 2.4rem; } }
        .header-menu .submenu-features h4:after {
          content: "";
          display: inline-block;
          width: 42px;
          height: 21px;
          float: right;
          margin: 0.2rem 0 0 0.6rem;
          background-image: url("img/spriteimage.png");
          background-position: -84px -133px;
          -moz-transition: all 0.2s;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
          @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            .header-menu .submenu-features h4:after {
              background-image: url("img/spriteimage2x.png");
              background-size: 400px 400px; } }
          @media only screen and (min-width: 1030px) {
            .header-menu .submenu-features h4:after {
              margin: 0.5rem 0 0 0.6rem; } }
  .header-menu-button {
    display: block;
    width: 3rem;
    height: 2rem;
    margin: 2.6rem 1rem 0;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .header-menu-button {
        display: none; } }
    .header-menu-button.open span {
      display: none; }
    .header-menu-button.open:before {
      transform: rotate(45deg);
      transform-origin: top left;
      top: -3px;
      left: 8px; }
    .header-menu-button.open:after {
      transform: rotate(-45deg);
      transform-origin: bottom left;
      left: 8px; }
    .header-menu-button:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      border-top: 4px solid #00a6b4;
      position: absolute;
      top: 0;
      left: 0;
      -moz-transition: transform 0.1s;
      -webkit-transition: transform 0.1s;
      transition: transform 0.1s; }
    .header-menu-button:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      border-bottom: 4px solid #00a6b4;
      position: absolute;
      bottom: 0;
      left: 0;
      -moz-transition: transform 0.1s;
      -webkit-transition: transform 0.1s;
      transition: transform 0.1s; }
    .header-menu-button span {
      width: 100%;
      height: 4px;
      background: #00a6b4;
      display: block; }

.footer {
  width: 100%;
  background-color: #00a6b4;
  color: white;
  position: relative; }
  .footer-backtotop {
    position: absolute;
    top: 0;
    right: 1rem;
    transform: rotate(-90deg);
    transform-origin: bottom right;
    cursor: pointer;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    @media only screen and (min-width: 768px) {
      .footer-backtotop {
        display: none; } }
    @media only screen and (min-width: 1540px) {
      .footer-backtotop {
        display: block; } }
    .footer-backtotop:focus, .footer-backtotop:hover, .footer-backtotop:active {
      opacity: 0.7; }
    .footer-backtotop:after {
      content: '';
      display: inline-block;
      width: 42px;
      height: 21px;
      float: right;
      margin: 0.25rem 0 0 0.6rem;
      background-image: url("img/spriteimage.png");
      background-position: -84px -133px;
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        .footer-backtotop:after {
          background-image: url("img/spriteimage2x.png");
          background-size: 400px 400px; } }
  .footer-cont {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 6rem 2rem 3rem;
    box-sizing: border-box; }
    @media only screen and (min-width: 1230px) {
      .footer-cont {
        padding: 6rem 0 3rem; } }
    .footer-cont:before {
      content: '';
      width: 100%;
      height: 2px;
      display: none;
      background: #00a6b4;
      background: -moz-linear-gradient(left, #00a6b4 0%, rgba(204, 237, 240, 0.5) 50%, #00a6b4 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, rgba(204, 237, 240, 0.5)), color-stop(50%, #d26c12), color-stop(100%, #00a6b4));
      background: -webkit-linear-gradient(left, #00a6b4 0%, rgba(204, 237, 240, 0.5) 50%, #00a6b4 100%);
      background: -o-linear-gradient(left, #00a6b4 0%, rgba(204, 237, 240, 0.5) 50%, #00a6b4 100%);
      background: -ms-linear-gradient(left, #00a6b4 0%, rgba(204, 237, 240, 0.5) 50%, #00a6b4 100%);
      background: linear-gradient(to right, #00a6b4 0%, rgba(204, 237, 240, 0.5) 50%, #00a6b4 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 ); }
      @media only screen and (min-width: 768px) {
        .footer-cont:before {
          display: block; } }
  .footer-main {
    margin-top: -3.2rem; }
    @media only screen and (min-width: 768px) {
      .footer-main {
        display: flex; } }
    .footer-main-cont:after {
      content: '';
      width: 50%;
      height: 2px;
      display: block;
      margin-top: 3rem;
      background: #00a6b4;
      background: -moz-linear-gradient(left, #00a6b4 0%, rgba(204, 237, 240, 0.5) 50%, #00a6b4 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, rgba(204, 237, 240, 0.5)), color-stop(50%, #d26c12), color-stop(100%, #00a6b4));
      background: -webkit-linear-gradient(left, #00a6b4 0%, rgba(204, 237, 240, 0.5) 50%, #00a6b4 100%);
      background: -o-linear-gradient(left, #00a6b4 0%, rgba(204, 237, 240, 0.5) 50%, #00a6b4 100%);
      background: -ms-linear-gradient(left, #00a6b4 0%, rgba(204, 237, 240, 0.5) 50%, #00a6b4 100%);
      background: linear-gradient(to right, #00a6b4 0%, rgba(204, 237, 240, 0.5) 50%, #00a6b4 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 ); }
      @media only screen and (min-width: 768px) {
        .footer-main-cont:after {
          width: 100%; } }
    .footer-main h4 {
      margin: 0 0 1rem; }
      @media only screen and (min-width: 768px) {
        .footer-main h4 {
          margin: 0 0 2rem; } }
      .footer-main h4:after {
        content: '';
        width: 50%;
        height: 2px;
        display: block;
        margin: 0.5rem 0 0;
        background: #00a6b4;
        background: -moz-linear-gradient(left, #00a6b4 0%, rgba(204, 237, 240, 0.5) 50%, #00a6b4 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(204, 237, 240, 0.5)), color-stop(50%, #d26c12), color-stop(100%, #00a6b4));
        background: -webkit-linear-gradient(left, #00a6b4 0%, rgba(204, 237, 240, 0.5) 50%, #00a6b4 100%);
        background: -o-linear-gradient(left, #00a6b4 0%, rgba(204, 237, 240, 0.5) 50%, #00a6b4 100%);
        background: -ms-linear-gradient(left, #00a6b4 0%, rgba(204, 237, 240, 0.5) 50%, #00a6b4 100%);
        background: linear-gradient(to right, #00a6b4 0%, rgba(204, 237, 240, 0.5) 50%, #00a6b4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 ); }
        @media only screen and (min-width: 768px) {
          .footer-main h4:after {
            display: none; } }
    .footer-main-quicklinks {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .footer-main-quicklinks {
          width: 37.5%; } }
      .footer-main-quicklinks ul {
        list-style: none;
        margin: 0 0 2rem;
        padding: 0; }
        @media only screen and (min-width: 768px) {
          .footer-main-quicklinks ul {
            margin: 0; } }
      .footer-main-quicklinks a {
        display: inline-block;
        color: white;
        padding: 0.3rem 0; }
    .footer-main-subscribe {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .footer-main-subscribe {
          width: 27.5%; } }
      .footer-main-subscribe .form-page-content {
        max-width: 400px;
        margin-right: 0 !important;
        margin-bottom: 2rem; }
        @media only screen and (min-width: 768px) {
          .footer-main-subscribe .form-page-content {
            margin-bottom: 0; } }
      .footer-main-subscribe .form-element-html {
        padding: 0 0 0.5rem !important; }
      .footer-main-subscribe input[type=text], .footer-main-subscribe input[type=email] {
        border: 0 !important;
        border-radius: 0 !important;
        background-color: #49c0ca !important;
        color: white !important;
        font-size: 0.9rem; }
        .footer-main-subscribe input[type=text]::-webkit-input-placeholder, .footer-main-subscribe input[type=email]::-webkit-input-placeholder {
          color: #ccedf0; }
        .footer-main-subscribe input[type=text]:-moz-placeholder, .footer-main-subscribe input[type=email]:-moz-placeholder {
          color: #ccedf0; }
        .footer-main-subscribe input[type=text]::-moz-placeholder, .footer-main-subscribe input[type=email]::-moz-placeholder {
          color: #ccedf0; }
        .footer-main-subscribe input[type=text]:-ms-input-placeholder, .footer-main-subscribe input[type=email]:-ms-input-placeholder {
          color: #ccedf0; }
      .footer-main-subscribe .submit-button {
        background-color: #00a6b4 !important;
        text-shadow: none !important;
        padding-right: 0 !important;
        box-shadow: none !important; }
        .footer-main-subscribe .submit-button:hover .text {
          opacity: 0.5; }
        .footer-main-subscribe .submit-button:hover:after {
          opacity: 0.5;
          margin: 0 -0.2rem 0 0.8rem; }
          @media only screen and (min-width: 768px) {
            .footer-main-subscribe .submit-button:hover:after {
              margin: 0.15rem -0.2rem 0 0.8rem; } }
        .footer-main-subscribe .submit-button .spin-cover {
          top: 42% !important;
          right: 9rem !important; }
        .footer-main-subscribe .submit-button:after {
          content: '';
          display: inline-block;
          width: 42px;
          height: 21px;
          float: right;
          margin: 0 0 0 0.6rem;
          background-image: url("img/spriteimage.png");
          background-position: -84px -133px;
          -moz-transition: all 0.2s;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
          @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            .footer-main-subscribe .submit-button:after {
              background-image: url("img/spriteimage2x.png");
              background-size: 400px 400px; } }
          @media only screen and (min-width: 768px) {
            .footer-main-subscribe .submit-button:after {
              margin: 0.15rem 0 0 0.6rem; } }
        .footer-main-subscribe .submit-button .text {
          text-shadow: none !important;
          font-size: 1.3rem;
          font-weight: 300;
          display: inline-block;
          float: left;
          -moz-transition: all 0.2s;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
      .footer-main-subscribe .error {
        top: 8px !important;
        right: 8px !important;
        padding: 0.5rem !important;
        background-color: #ccedf0 !important; }
      .footer-main-subscribe .final-success {
        color: #ccedf0 !important; }
    .footer-main-connect {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .footer-main-connect {
          width: 35%;
          display: flex;
          flex-direction: column;
          align-items: flex-end; } }
      .footer-main-connect-icons a {
        width: 20px;
        height: 20px;
        display: inline-block;
        margin: 0.2rem 0.4rem 1rem;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
        .footer-main-connect-icons a:focus, .footer-main-connect-icons a:hover, .footer-main-connect-icons a:active {
          opacity: 0.7; }
        .footer-main-connect-icons a svg {
          fill: white; }
      .footer-main-connect-pure {
        width: 82px;
        height: 82px;
        display: inline-block;
        margin-top: 0.8rem;
        background-image: url("img/spriteimage.png");
        background-position: -120px 0; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          .footer-main-connect-pure {
            background-image: url("img/spriteimage2x.png");
            background-size: 400px 400px; } }
      .footer-main-connect-signature {
        width: 130px;
        height: 55px;
        display: block;
        margin-top: 0.8rem;
        background-image: url("img/spriteimage.png");
        background-position: 0 -230px; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          .footer-main-connect-signature {
            background-image: url("img/spriteimage2x.png");
            background-size: 400px 400px; } }
      .footer-main-connect-ttc {
        width: 167px;
        height: 47px;
        display: block;
        margin-top: 1rem;
        background-image: url("img/spriteimage.png");
        background-position: -130px -230px; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          .footer-main-connect-ttc {
            background-image: url("img/spriteimage2x.png");
            background-size: 400px 400px; } }
      .footer-main-connect-atta {
        width: 188px;
        height: 46px;
        display: block;
        margin-top: 1rem;
        background-image: url("img/spriteimage.png");
        background-position: 0 -285px; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          .footer-main-connect-atta {
            background-image: url("img/spriteimage2x.png");
            background-size: 400px 400px; } }
  .footer-bottom {
    margin-top: 3rem; }
    @media only screen and (min-width: 768px) {
      .footer-bottom {
        display: flex;
        justify-content: space-between; } }
    .footer-bottom p {
      display: block;
      font-size: 1rem;
      margin: 0.5rem 0 0; }
    .footer-bottom .seperator {
      display: none; }
      @media only screen and (min-width: 768px) {
        .footer-bottom .seperator {
          display: inline; } }
    .footer-bottom a {
      color: white;
      display: block; }
      @media only screen and (min-width: 768px) {
        .footer-bottom a {
          display: inline; } }
    .footer-bottom-logos {
      margin-top: 2rem; }
      @media only screen and (min-width: 768px) {
        .footer-bottom-logos {
          text-align: right;
          margin-top: 0; } }
      .footer-bottom-logos a {
        width: 69px;
        height: 55px;
        display: inline-block;
        background-image: url("img/spriteimage.png");
        background-position: -237px 0;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          .footer-bottom-logos a {
            background-image: url("img/spriteimage2x.png");
            background-size: 400px 400px; } }
        .footer-bottom-logos a.sa {
          width: 53px;
          background-position: -306px 0; }
        .footer-bottom-logos a.tas {
          width: 62px;
          background-position: -237px -55px; }
        .footer-bottom-logos a.vic {
          width: 89px;
          background-position: -299px -55px; }
        .footer-bottom-logos a.wa {
          width: 111px;
          background-position: -133px -175px; }
        .footer-bottom-logos a.nt {
          width: 96px;
          background-position: -244px -175px; }
        .footer-bottom-logos a.qld {
          width: 133px;
          background-position: 0 -175px; }
        .footer-bottom-logos a:focus, .footer-bottom-logos a:hover, .footer-bottom-logos a:active {
          opacity: 0.7; }

.content {
  width: 100%;
  overflow: hidden;
  text-align: center; }
  .content-breadcrumbs {
    margin: 3rem 0 1rem;
    padding: 0 2rem;
    box-sizing: border-box; }
    @media only screen and (min-width: 1230px) {
      .content-breadcrumbs {
        padding: 0; } }
  .content .hero h1 {
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 2rem;
    box-sizing: border-box; }
    @media only screen and (min-width: 1230px) {
      .content .hero h1 {
        padding: 0; } }
    .content .hero h1.single {
      max-width: 1030px; }
  .content-hero {
    width: 100%;
    height: 20rem;
    margin: 3rem 0;
    background-color: #e8e7e7;
    background-size: cover;
    background-position: center center; }
    @media only screen and (min-width: 481px) {
      .content-hero {
        height: 25rem; } }
    @media only screen and (min-width: 768px) {
      .content-hero {
        height: 30rem; } }
    .content-hero-play {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .content-hero-play:hover {
        background: black;
        background: rgba(0, 0, 0, 0.2); }
        .content-hero-play:hover:before {
          opacity: 0.9; }
      .content-hero-play:before {
        content: '';
        display: block;
        width: 50px;
        height: 50px;
        background-image: url("img/video.svg");
        background-size: 50px;
        background-repeat: no-repeat;
        opacity: 0.75; }
        @media only screen and (min-width: 768px) {
          .content-hero-play:before {
            width: 100px;
            height: 100px;
            background-size: 100px; } }
  .content-introtext {
    max-width: 1030px;
    margin: 2rem auto 0;
    padding: 0 1rem;
    box-sizing: border-box; }
    @media only screen and (min-width: 1030px) {
      .content-introtext {
        padding: 0; } }
  .content-searchresults {
    background-color: #f3f3f3;
    padding: 2rem 0; }
    .content-searchresults .content-main {
      margin: 0 auto; }
  @media only screen and (min-width: 1230px) {
    .content .wp-block-video {
      margin-left: -10%;
      margin-right: -10%; } }
  @media only screen and (min-width: 1540px) {
    .content .wp-block-video {
      margin-left: -21%;
      margin-right: -21%; } }
  .content .wp-block-video video {
    outline: 0;
    margin: 1rem 0; }
  .content-main {
    width: 100%;
    max-width: 1230px;
    margin: 2rem auto;
    text-align: left;
    padding: 0 1rem;
    box-sizing: border-box; }
    @media only screen and (min-width: 1230px) {
      .content-main {
        padding: 0; } }
    .content-main-text {
      max-width: 1030px;
      margin: 0 auto; }
      .content-main-text h4 {
        margin: 2rem 0 1rem; }
      .content-main-text p.wp-caption-text {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0;
        background: white;
        opacity: 0.9;
        box-sizing: border-box;
        padding: 0.5rem 0.8rem 0.8rem 0.8rem;
        font-size: 1rem; }
      .content-main-text blockquote {
        background-color: #e8e7e7;
        box-sizing: border-box;
        margin: 0 0 3rem;
        padding: 2rem 5rem;
        border-radius: 100px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .content-main-text blockquote p {
          margin-bottom: 1rem; }
          .content-main-text blockquote p:last-child {
            margin: 0; }
      .content-main-text table {
        width: 100%;
        background-color: #f3f3f3;
        margin: 1rem 0 0; }
        .content-main-text table tr {
          -moz-transition: all 0.2s;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
          .content-main-text table tr:hover {
            background-color: #e6e6e6; }
          .content-main-text table tr:nth-child(even) {
            background-color: #fbfbfb; }
            .content-main-text table tr:nth-child(even):hover {
              background-color: #e6e6e6; }
        .content-main-text table td, .content-main-text table th {
          padding: 0.5rem 1rem; }
        .content-main-text table th {
          background-color: #e6e6e6; }
      .content-main-text img, .content-main-text div.wp-caption {
        width: auto;
        height: auto;
        max-width: 100%;
        position: relative; }
        .content-main-text img.alignright, .content-main-text div.wp-caption.alignright {
          float: right;
          margin: 1rem 0 2rem 2rem;
          width: 100% !important; }
          @media only screen and (min-width: 680px) {
            .content-main-text img.alignright, .content-main-text div.wp-caption.alignright {
              width: auto !important; } }
        .content-main-text img.alignleft, .content-main-text div.wp-caption.alignleft {
          float: left;
          margin: 1rem 2rem 1rem 0;
          width: 100% !important; }
          @media only screen and (min-width: 680px) {
            .content-main-text img.alignleft, .content-main-text div.wp-caption.alignleft {
              width: auto !important; } }
        .content-main-text img.alignnone, .content-main-text div.wp-caption.alignnone {
          float: left;
          margin: 1rem 2rem 1rem 0;
          width: 100%; }
          @media only screen and (min-width: 680px) {
            .content-main-text img.alignnone, .content-main-text div.wp-caption.alignnone {
              width: auto; } }
        .content-main-text img.aligncenter, .content-main-text div.wp-caption.aligncenter {
          display: block;
          margin: 2rem auto;
          width: 100%; }
          @media only screen and (min-width: 680px) {
            .content-main-text img.aligncenter, .content-main-text div.wp-caption.aligncenter {
              width: auto; } }
        .content-main-text img.size-medium, .content-main-text div.wp-caption.size-medium {
          width: 100%;
          height: auto; }
          @media only screen and (min-width: 481px) {
            .content-main-text img.size-medium, .content-main-text div.wp-caption.size-medium {
              width: 50%; } }
          @media only screen and (min-width: 680px) {
            .content-main-text img.size-medium, .content-main-text div.wp-caption.size-medium {
              width: auto; } }
        .content-main-text img.size-thumbnail, .content-main-text div.wp-caption.size-thumbnail {
          width: 40%;
          height: auto;
          margin: 0 auto 2rem;
          float: none;
          clear: both;
          display: block; }
          @media only screen and (min-width: 481px) {
            .content-main-text img.size-thumbnail, .content-main-text div.wp-caption.size-thumbnail {
              width: 20%;
              float: left;
              clear: none;
              display: inline;
              margin: 1rem 2rem 1rem 0; } }
          @media only screen and (min-width: 680px) {
            .content-main-text img.size-thumbnail, .content-main-text div.wp-caption.size-thumbnail {
              width: auto; } }
        @media only screen and (min-width: 481px) {
          .content-main-text img.size-thumbnail.alignright, .content-main-text div.wp-caption.size-thumbnail.alignright {
            float: right;
            margin: 1rem 0 1rem 2rem; } }
    .content-main .form-cover {
      max-width: 680px;
      margin: 4rem auto; }
      .content-main .form-cover .fc-form {
        margin-left: 0 !important; }
      .content-main .form-cover .form-page-content {
        margin-right: 0 !important;
        margin-bottom: 2rem; }
        @media only screen and (min-width: 768px) {
          .content-main .form-cover .form-page-content {
            margin-bottom: 0; } }
      .content-main .form-cover .form-element-html {
        padding: 0 0 0.5rem !important; }
      .content-main .form-cover input[type="text"],
      .content-main .form-cover input[type="password"],
      .content-main .form-cover input[type="email"],
      .content-main .form-cover input[type="tel"],
      .content-main .form-cover select,
      .content-main .form-cover textarea {
        color: #00a6b4 !important;
        background-color: transparent !important;
        border-radius: 0 !important;
        border: 2px solid #e8e7e7 !important; }
        .content-main .form-cover input[type="text"]:focus,
        .content-main .form-cover input[type="password"]:focus,
        .content-main .form-cover input[type="email"]:focus,
        .content-main .form-cover input[type="tel"]:focus,
        .content-main .form-cover select:focus,
        .content-main .form-cover textarea:focus {
          border-color: #00a6b4 !important; }
        .content-main .form-cover input[type="text"]::-webkit-input-placeholder, .content-main .form-cover input[type="password"]::-webkit-input-placeholder, .content-main .form-cover input[type="email"]::-webkit-input-placeholder, .content-main .form-cover input[type="tel"]::-webkit-input-placeholder, .content-main .form-cover select::-webkit-input-placeholder, .content-main .form-cover textarea::-webkit-input-placeholder {
          color: #b3b2b2 !important; }
        .content-main .form-cover input[type="text"]:-moz-placeholder, .content-main .form-cover input[type="password"]:-moz-placeholder, .content-main .form-cover input[type="email"]:-moz-placeholder, .content-main .form-cover input[type="tel"]:-moz-placeholder, .content-main .form-cover select:-moz-placeholder, .content-main .form-cover textarea:-moz-placeholder {
          color: #b3b2b2 !important; }
        .content-main .form-cover input[type="text"]::-moz-placeholder, .content-main .form-cover input[type="password"]::-moz-placeholder, .content-main .form-cover input[type="email"]::-moz-placeholder, .content-main .form-cover input[type="tel"]::-moz-placeholder, .content-main .form-cover select::-moz-placeholder, .content-main .form-cover textarea::-moz-placeholder {
          color: #b3b2b2 !important; }
        .content-main .form-cover input[type="text"]:-ms-input-placeholder, .content-main .form-cover input[type="password"]:-ms-input-placeholder, .content-main .form-cover input[type="email"]:-ms-input-placeholder, .content-main .form-cover input[type="tel"]:-ms-input-placeholder, .content-main .form-cover select:-ms-input-placeholder, .content-main .form-cover textarea:-ms-input-placeholder {
          color: #b3b2b2 !important; }
      .content-main .form-cover input[type="checkbox"] {
        border-radius: 0 !important;
        border: 2px solid #00a6b4 !important;
        box-shadow: none !important;
        border-color: #00a6b4 !important;
        margin-right: 0.8em !important;
        margin-bottom: 0.1em !important; }
        .content-main .form-cover input[type="checkbox"]:checked {
          background-color: #00a6b4 !important; }
        .content-main .form-cover input[type="checkbox"]:before {
          margin: 1px 0 0 1.5px !important; }
      .content-main .form-cover input[type="radio"] {
        border-radius: 100% !important;
        border: 2px solid #00a6b4 !important;
        box-shadow: none !important;
        border-color: #00a6b4 !important;
        margin-right: 0.8em !important;
        margin-bottom: 0.1em !important; }
        .content-main .form-cover input[type="radio"]:checked {
          background-color: #00a6b4 !important; }
        .content-main .form-cover input[type="radio"]:before {
          margin: 1px 0 0 1px !important; }
      .content-main .form-cover .submit-button {
        background-color: transparent !important;
        text-shadow: none !important;
        box-shadow: none !important;
        color: #333 !important;
        border: 2px solid #00a6b4 !important;
        margin-right: 0 !important;
        display: block !important;
        padding: 9px 48px 9px 48px !important; }
        .content-main .form-cover .submit-button .spin-cover {
          border-top: 2px solid #00a6b4 !important;
          border-right: 2px solid #00a6b4 !important;
          border-bottom: 2px solid #00a6b4 !important; }
        .content-main .form-cover .submit-button .text {
          text-shadow: none !important;
          font-size: 1.1rem !important;
          font-weight: 400 !important;
          -moz-transition: all 0.2s;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
      .content-main .form-cover .form-element-field12 label {
        width: 100%; }
      .content-main .form-cover .heading-cover {
        font-family: "kepler-std-display", Arial, Helvetica, sans-serif;
        font-size: 1.6rem;
        line-height: 2.1rem; }
      .content-main .form-cover .main-label {
        font-family: "kepler-std-display", Arial, Helvetica, sans-serif;
        font-size: 1.6rem;
        line-height: 2.1rem;
        margin-top: 2rem; }
  .content-searchresult {
    display: flex; }
  .content-gallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
  .content-gallery li {
    width: 100%;
    margin: 0.8rem 0;
    position: relative;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    @media only screen and (min-width: 680px) {
      .content-gallery li {
        width: 48%;
        margin: 0.8rem 1%; } }
    @media only screen and (min-width: 1030px) {
      .content-gallery li {
        width: 31.333333%; } }
    .content-gallery li:hover {
      transform: scale(1.03); }
      .content-gallery li:hover .content-gallery-info {
        opacity: 1;
        visibility: visible; }
  .content-gallery-info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: #e8e7e7;
    background: rgba(232, 231, 231, 0.9); }
    .content-gallery-info span {
      width: 100%;
      padding: 0 2rem;
      text-align: center; }
      .content-gallery-info span div {
        font-size: 1.0rem;
        line-height: 1.3rem; }
    .content-gallery-info h5 {
      font-size: 1.4rem;
      line-height: 1.8rem;
      margin: 0 0 0.4rem;
      font-family: "kepler-std-display", Arial, Helvetica, sans-serif;
      letter-spacing: 1.5px; }
    .content-gallery-info .button, .content-gallery-info .homepage-feed a.juicer-button, .homepage-feed .content-gallery-info a.juicer-button {
      margin-top: 1rem; }
  .content-gallery img {
    width: 100%;
    height: auto;
    display: block; }
  .content-gallery-states {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center; }
    .content-gallery-states li {
      display: inline-block;
      padding: 1rem;
      cursor: pointer; }
      .content-gallery-states li.selected {
        font-weight: 700; }
  .content-gallery .noresults {
    text-align: center;
    padding: 2rem 0; }
  .content-faq ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .content-faq li.open .content-faq-question:after {
    transform: rotate(90deg); }
  .content-faq h5 {
    width: 90%;
    margin: 0;
    font-family: "kepler-std-display", Arial, Helvetica, sans-serif;
    letter-spacing: 1.5px; }
  .content-faq-question {
    background-color: #f3f3f3;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    margin: 0 0 1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .content-faq-question:hover {
      background-color: #e8e7e7; }
    .content-faq-question:after {
      content: '';
      display: block;
      width: 21px;
      height: 21px;
      background-image: url("img/spriteimage.png");
      background-position: -63px -133px;
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        .content-faq-question:after {
          background-image: url("img/spriteimage2x.png");
          background-size: 400px 400px; } }
  .content-faq-answer {
    display: none;
    margin: 1rem 0 0.5rem;
    padding: 0 1rem;
    box-sizing: border-box; }
    .content-faq-answer p {
      margin: 0;
      padding: 0 0 1rem; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="submit"],
select,
textarea {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  background-color: transparent; }

.formcraft-css .checkbox-cover label {
  width: 100%;
  box-sizing: border-box; }
  @media only screen and (min-width: 481px) {
    .formcraft-css .checkbox-cover label {
      width: 50%; } }

.subscribepopup-form .fc-form {
  margin-left: 0 !important; }

html .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.address-cover::after,
html .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.datepicker-cover::after,
html .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.dropdown-cover::after,
html .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.email-cover::after,
html .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.oneLineText-cover::after,
html .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.textarea-cover::after,
html .formcraft-css .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.address-cover::after,
html .formcraft-css .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.datepicker-cover::after,
html .formcraft-css .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.dropdown-cover::after,
html .formcraft-css .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.email-cover::after,
html .formcraft-css .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.oneLineText-cover::after,
html .formcraft-css .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.textarea-cover::after {
  right: 8px !important; }

.powered-by {
  display: none !important; }

.homepage {
  text-align: left;
  border-top: 0; }
  .homepage-hero {
    width: 100%;
    height: 16rem;
    background-image: url("img/hero-small.jpg");
    background-size: cover;
    background-position: center center; }
    @media only screen and (min-width: 481px) {
      .homepage-hero {
        height: 100vh;
        background-image: url("video/homepage/homepage.jpg");
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
        margin-top: -140px; } }
    @media only screen and (min-width: 768px) {
      .homepage-hero {
        margin-top: 0; }
        .homepage-hero.announce-on {
          margin-top: 32px; } }
    .homepage-hero video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      background-image: url("video/homepage/homepage.jpg");
      background-size: cover;
      background-position: center; }
    .homepage-hero-text {
      width: 100%;
      height: 16rem;
      max-width: 1230px;
      display: flex;
      align-items: center;
      align-content: center;
      margin: 0 auto;
      padding: 0 1rem;
      flex-grow: 1;
      box-sizing: border-box;
      position: relative;
      z-index: 1; }
      @media only screen and (min-width: 481px) {
        .homepage-hero-text {
          height: 30rem; } }
      @media only screen and (min-width: 1230px) {
        .homepage-hero-text {
          height: auto;
          padding: 0; } }
      .homepage-hero-text h1 {
        width: 100%;
        color: white;
        font-size: 3rem;
        line-height: 3.5rem; }
        @media only screen and (min-width: 481px) {
          .homepage-hero-text h1 {
            font-size: 4.7rem;
            line-height: 5.2rem;
            margin-top: 140px !important; } }
        @media only screen and (min-width: 768px) {
          .homepage-hero-text h1 {
            margin-top: 152px !important; } }
        @media only screen and (min-width: 1230px) {
          .homepage-hero-text h1 {
            width: 70%; } }
        .homepage-hero-text h1 span {
          display: block;
          font-size: 0.75rem;
          line-height: 1.15rem;
          font-family: "proxima-nova", Arial, Helvetica, sans-serif; }
          @media only screen and (min-width: 481px) {
            .homepage-hero-text h1 span {
              font-size: 1.3rem;
              line-height: 1.7rem; } }
    .homepage-hero-search {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin: 0 auto -2px;
      padding: 1rem 2rem;
      border-top: 2px solid white;
      box-sizing: border-box;
      z-index: 1;
      background: #ccedf0;
      background: rgba(204, 237, 240, 0.9); }
      @media only screen and (min-width: 768px) {
        .homepage-hero-search {
          padding: 1rem 2rem; } }
      @media only screen and (min-width: 1230px) {
        .homepage-hero-search {
          border: 2px solid white; } }
      .homepage-hero-search form,
      .homepage-hero-search div {
        width: 100%; }
      .homepage-hero-search h3 {
        margin: 0 0 1rem; }
      .homepage-hero-search select {
        width: 100%;
        display: block;
        float: left;
        border: 0;
        border-bottom: 2px solid white;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-size: 1.15rem;
        padding: 0.5rem;
        margin: 0;
        background-image: url("img/arrow.svg");
        background-repeat: no-repeat;
        background-position: center right 1rem;
        background-size: 13px 8px; }
        .homepage-hero-search select:last-of-type {
          margin: 0; }
        @media only screen and (min-width: 768px) {
          .homepage-hero-search select {
            width: fit-content;
            width: -moz-fit-content;
            width: -webkit-fit-content;
            margin: 0 20px 0 0;
            padding-right: 45px; } }
      .homepage-hero-search input[type="submit"] {
        display: none; }
      .homepage-hero-search .button, .homepage-hero-search .homepage-feed a.juicer-button, .homepage-feed .homepage-hero-search a.juicer-button {
        margin: 1rem 0 0; }
        @media only screen and (min-width: 768px) {
          .homepage-hero-search .button, .homepage-hero-search .homepage-feed a.juicer-button, .homepage-feed .homepage-hero-search a.juicer-button {
            margin: 2rem 0 0 20px;
            float: right; } }
        @media only screen and (min-width: 960px) {
          .homepage-hero-search .button, .homepage-hero-search .homepage-feed a.juicer-button, .homepage-feed .homepage-hero-search a.juicer-button {
            margin: 0 0 0 20px;
            float: left; } }
  .homepage-features .features-cont {
    max-width: 1230px; }
  .homepage-features p {
    font-size: 18px;
    font-weight: lighter; }
  .homepage-map {
    width: 100%;
    height: 275px;
    max-width: 1230px; }
    @media only screen and (min-width: 960px) {
      .homepage-map {
        width: 70%;
        height: 500px; } }
    @media only screen and (min-width: 1230px) {
      .homepage-map {
        width: 90%; } }
    @media only screen and (min-width: 1540px) {
      .homepage-map {
        width: 100%; } }
    .homepage-map-cont {
      position: relative;
      text-align: center; }
      .homepage-map-cont h3 {
        margin-bottom: 0; }
      .homepage-map-cont p {
        margin: 0 0 3rem; }
        .homepage-map-cont p.homepage-map-intro-desktop {
          display: none; }
          @media only screen and (min-width: 960px) {
            .homepage-map-cont p.homepage-map-intro-desktop {
              display: block; } }
        .homepage-map-cont p.homepage-map-intro-mobile {
          display: block; }
          @media only screen and (min-width: 960px) {
            .homepage-map-cont p.homepage-map-intro-mobile {
              display: none; } }
    .homepage-map .zoom-control {
      cursor: pointer;
      text-align: center;
      width: 85px;
      height: 42px;
      margin: 0px 0px -5px;
      display: flex;
      flex-direction: row-reverse; }
      .homepage-map .zoom-control-in {
        width: 42px;
        height: 42px;
        float: left;
        margin: 0px 0px 0px 1px;
        background-color: #d26d12;
        display: flex;
        justify-content: center;
        align-items: center;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
        .homepage-map .zoom-control-in:before {
          content: "";
          display: block;
          width: 50%;
          height: 3px;
          background-color: white; }
        .homepage-map .zoom-control-in:after {
          content: "";
          display: block;
          width: 3px;
          height: 50%;
          background-color: white;
          position: absolute; }
        .homepage-map .zoom-control-in:hover {
          opacity: 0.7; }
      .homepage-map .zoom-control-out {
        width: 42px;
        height: 42px;
        float: left;
        margin: 0px 1px 0px 0px;
        background-color: #d26d12;
        display: flex;
        justify-content: center;
        align-items: center;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
        .homepage-map .zoom-control-out:before {
          content: "";
          display: block;
          width: 50%;
          height: 3px;
          background-color: white; }
        .homepage-map .zoom-control-out:hover {
          opacity: 0.7; }
    .homepage-map-outer {
      max-width: 1230px;
      margin: 0 auto;
      position: relative;
      padding: 4rem 0; }
      .homepage-map-outer:after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        position: relative;
        background: white;
        background: -moz-linear-gradient(left, white 0%, #d26c12 50%, white 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(50%, #d26c12), color-stop(100%, white));
        background: -webkit-linear-gradient(left, white 0%, #d26c12 50%, white 100%);
        background: -o-linear-gradient(left, white 0%, #d26c12 50%, white 100%);
        background: -ms-linear-gradient(left, white 0%, #d26c12 50%, white 100%);
        background: linear-gradient(to right, white 0%, #d26c12 50%, white 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 ); }
    .homepage-map-details {
      width: 400px;
      position: absolute;
      top: 8.5rem;
      right: 0.5rem;
      text-align: left;
      display: none; }
      @media only screen and (min-width: 960px) {
        .homepage-map-details {
          display: block; } }
      @media only screen and (min-width: 1540px) {
        .homepage-map-details {
          display: block;
          right: 3rem; } }
  .homepage-content {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 2rem 2rem;
    text-align: center;
    box-sizing: border-box; }
    @media only screen and (min-width: 1230px) {
      .homepage-content {
        padding: 0 0 4rem; } }
  .homepage-feed-cont {
    width: 100%;
    max-width: 1230px;
    margin: 2rem auto;
    box-sizing: border-box;
    padding: 0 1rem; }
    @media only screen and (min-width: 1230px) {
      .homepage-feed-cont {
        padding: 0; } }
    @media only screen and (min-width: 1540px) {
      .homepage-feed-cont {
        margin: 4rem auto; } }
  .homepage-feed h3 {
    margin-bottom: 1rem; }
    .homepage-feed h3 span {
      padding-right: 0.6rem; }
      .homepage-feed h3 span svg {
        width: 1.5rem;
        height: 1.5rem;
        fill: #999; }
  .homepage-feed .juicer-feed a {
    color: black; }
    .homepage-feed .juicer-feed a:hover {
      color: #00a6b4 !important; }
  .homepage-feed .juicer-feed h1.referral {
    display: none; }
  .homepage-feed .j-loading {
    border: 4px solid #00a6b4;
    margin: 2rem auto; }
    .homepage-feed .j-loading:before {
      background-color: #00a6b4; }
  .homepage-feed a.juicer-button {
    display: block;
    width: 230px !important;
    font-size: 1.1rem !important;
    padding: 0.4rem 1.4rem !important;
    letter-spacing: initial !important;
    background-color: white !important;
    border-color: #00a6b4 !important;
    text-transform: inherit !important; }
    .homepage-feed a.juicer-button:hover {
      color: black !important; }
  .homepage-feed .juicer-feed.modern .j-poster {
    width: 100%;
    position: absolute; }
    .homepage-feed .juicer-feed.modern .j-poster img,
    .homepage-feed .juicer-feed.modern .j-poster h3 {
      display: none; }
    .homepage-feed .juicer-feed.modern .j-poster .j-date {
      background-color: #e8e7e7;
      color: #333;
      position: absolute;
      top: 0;
      right: 0;
      padding: 0.2rem 0.5rem;
      font-size: 1rem;
      font-weight: 400; }
  .homepage-feed .juicer-feed.modern .j-text p {
    margin: 0; }
  .homepage-feed .juicer-feed.modern li.feed-item {
    border: 2px solid #e8e7e7; }
  .homepage-feed .juicer-feed.modern .j-meta {
    display: none; }

.infobox {
  border: 2px solid #e8e7e7;
  box-sizing: border-box;
  background-color: white;
  position: relative;
  z-index: 2; }
  .infobox img {
    width: 100%;
    display: block; }
  .infobox-close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    background: white;
    padding: 10px; }
    .infobox-close img {
      max-width: 16px; }
    .infobox-close:hover {
      opacity: 0.8; }
  .infobox-heading {
    max-width: 90%;
    box-sizing: border-box;
    font-family: "kepler-std-display", Arial, Helvetica, sans-serif;
    letter-spacing: 1.5px;
    position: absolute;
    top: 1rem;
    left: -1rem;
    background-color: #00a6b4;
    color: white;
    font-size: 1.3rem;
    padding: 0.8rem 1rem; }
  .infobox-info {
    padding: 1rem 2rem 1.5rem;
    box-sizing: border-box;
    font-size: 1rem; }
    .infobox-info ul {
      list-style: none;
      margin: 0 0 1rem;
      padding: 0; }
    .infobox-info li {
      border-bottom: 2px solid #e8e7e7;
      padding: 0.5rem 0 0.3rem;
      line-height: 1.9rem;
      text-align: left; }
      @media only screen and (min-width: 768px) {
        .infobox-info li {
          line-height: 1.4rem; } }
      .infobox-info li:last-of-type, .infobox-info li:nth-child(5) {
        border: 0; }
      .infobox-info li:nth-child(6), .infobox-info li:nth-child(7), .infobox-info li:nth-child(8), .infobox-info li:nth-child(9), .infobox-info li:nth-child(10) {
        display: none; }
      .infobox-info li:before {
        content: "";
        display: inline-block;
        float: left;
        width: 21px;
        height: 21px;
        background-image: url("img/spriteimage.png");
        background-position: 0 -112px;
        background-repeat: no-repeat;
        margin-right: 0.5rem;
        margin-bottom: 0.5rem; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          .infobox-info li:before {
            background-image: url("img/spriteimage2x.png");
            background-size: 400px 400px; } }
      .infobox-info li.access::before {
        background-position: 0 -112px; }
      .infobox-info li.duration::before {
        background-position: -21px -112px; }
      .infobox-info li.distance::before {
        background-position: -42px -112px; }
      .infobox-info li.grade::before {
        background-position: -63px -112px; }
      .infobox-info li.dates::before {
        background-position: -84px -112px; }
      .infobox-info li.description::before {
        background-position: 0 -133px; }
      .infobox-info li.groupsize::before {
        background-position: -21px -133px; }
      .infobox-info li.kmperday::before {
        background-position: -42px -112px; }
      .infobox-info li.rates::before {
        background-position: 0 -154px; }

.gm-style-iw + div {
  display: none; }

.infowindow {
  width: 16rem;
  padding: 1rem;
  box-sizing: border-box;
  text-align: left; }
  .infowindow-heading {
    width: 80%;
    color: #00a6b4;
    font-size: 1.4rem;
    margin: 0 0 0.8rem; }
  .infowindow-close {
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    z-index: 99999;
    font-size: 1.1rem;
    font-weight: 700;
    background: white;
    border: 2px solid #00a6b4;
    padding: 0.2rem 0.5rem;
    cursor: pointer; }

.features {
  background-color: #f3f3f3;
  text-align: left; }
  .features-cont {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto; }
  .features ul {
    list-style: none;
    margin: 0;
    padding: 2rem 1rem;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    align-content: center; }
    @media only screen and (min-width: 1540px) {
      .features ul {
        padding: 4rem 0; } }
  .features li {
    width: 100%;
    display: block;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    position: relative;
    background-color: white;
    box-sizing: border-box;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    @media only screen and (min-width: 1230px) {
      .features li {
        width: 49%; } }
    .features li:nth-child(odd) {
      margin-left: 0;
      margin-right: 0; }
      @media only screen and (min-width: 1230px) {
        .features li:nth-child(odd) {
          margin-right: 1%; } }
    .features li:nth-child(even) {
      margin-left: 0;
      margin-right: 0; }
      @media only screen and (min-width: 1230px) {
        .features li:nth-child(even) {
          margin-left: 1%; } }
    .features li:after {
      content: '';
      display: none;
      width: 42px;
      height: 21px;
      position: absolute;
      bottom: 1rem;
      right: 1rem;
      background-image: url("img/spriteimage.png");
      background-position: -42px -133px; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        .features li:after {
          background-image: url("img/spriteimage2x.png");
          background-size: 400px 400px; } }
      @media only screen and (min-width: 481px) {
        .features li:after {
          display: block; } }
    .features li > a {
      color: #333; }
      @media only screen and (min-width: 481px) {
        .features li > a {
          display: flex;
          flex-flow: row;
          align-items: flex-start; } }
      .features li > a:focus, .features li > a:hover, .features li > a:active {
        text-decoration: none; }
    .features li h3 {
      width: 80%;
      color: #00a6b4;
      font-size: 1.8rem;
      line-height: 2.3rem;
      margin: 0 0 1rem; }
      @media only screen and (min-width: 481px) {
        .features li h3 {
          width: auto; } }
      @media only screen and (min-width: 768px) {
        .features li h3 {
          font-size: 2.2rem;
          line-height: 2.7rem; } }
    .features li:focus, .features li:hover, .features li:active {
      background-color: white; }
      @media only screen and (min-width: 481px) {
        .features li:focus, .features li:hover, .features li:active {
          background-color: transparent; } }
    .features li img {
      width: 100%;
      height: auto; }
      @media only screen and (min-width: 481px) {
        .features li img {
          width: 50%; } }
  .features-text {
    width: 100%;
    padding: 1rem 1.5rem 0;
    box-sizing: border-box;
    position: relative; }
    @media only screen and (min-width: 481px) {
      .features-text {
        width: 50%; } }
    .features-text:after {
      content: '';
      display: block;
      width: 42px;
      height: 21px;
      position: absolute;
      top: 1.2rem;
      right: 1rem;
      background-image: url("img/spriteimage.png");
      background-position: -42px -133px; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        .features-text:after {
          background-image: url("img/spriteimage2x.png");
          background-size: 400px 400px; } }
      @media only screen and (min-width: 481px) {
        .features-text:after {
          display: none; } }
  .features.content2 .features-cont {
    max-width: 960px;
    text-align: center; }
  .features.content2 li {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
    .features.content2 li:nth-child(odd) {
      margin-left: 0;
      margin-right: 0; }
    .features.content2 li:nth-child(even) {
      margin-left: 0;
      margin-right: 0; }
    .features.content2 li img {
      width: 100%;
      height: auto; }
      @media only screen and (min-width: 481px) {
        .features.content2 li img {
          width: 25%; } }
    .features.content2 li h3 {
      height: auto;
      margin: 0 0 1rem; }
    .features.content2 li .features-text {
      width: 100%;
      text-align: left; }
      @media only screen and (min-width: 481px) {
        .features.content2 li .features-text {
          width: 75%; } }

.news .features-cont {
  max-width: 960px;
  text-align: center; }

.news li {
  width: 100%;
  margin-left: 0;
  margin-right: 0; }
  .news li:nth-child(odd) {
    margin-left: 0;
    margin-right: 0; }
  .news li:nth-child(even) {
    margin-left: 0;
    margin-right: 0; }
  .news li img {
    width: 100%;
    height: auto; }
    @media only screen and (min-width: 481px) {
      .news li img {
        width: 25%; } }
  .news li h5 {
    width: 85%;
    color: #00a6b4;
    font-size: 1.8rem;
    line-height: 2.3rem;
    margin: 0 0 1rem;
    font-family: "kepler-std-display", Arial, Helvetica, sans-serif; }
    @media only screen and (min-width: 481px) {
      .news li h5 {
        width: auto; } }
  .news li .features-text {
    width: 100%;
    text-align: left; }
    @media only screen and (min-width: 481px) {
      .news li .features-text {
        width: 75%; } }
  .news li.noimage .features-text {
    width: 100%; }

.news-details {
  margin-top: 2rem;
  font-size: 1rem; }
  .news-details span {
    font-weight: 400; }

.news-load, .careers-load, .cat-load {
  margin: 0 auto;
  margin-bottom: 3rem; }

.news-loading {
  width: 40px;
  height: 40px;
  background-color: #00a6b4;
  float: left;
  margin-top: 0.2rem;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out; }

.news-cats {
  max-width: 1230px;
  list-style: none;
  margin: 2rem auto 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-flow: row wrap; }
  @media only screen and (min-width: 768px) {
    .news-cats {
      display: flex;
      flex-flow: initial; } }
  .news-cats li.current-cat a {
    border-bottom: 3px solid #00a6b4; }
  .news-cats a {
    display: block;
    padding: 1rem;
    border-bottom: 3px solid transparent;
    text-decoration: none;
    font-size: 1.2rem;
    color: #333;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    @media only screen and (min-width: 481px) {
      .news-cats a {
        padding: 1rem 1.5rem; } }
    @media only screen and (min-width: 768px) {
      .news-cats a {
        padding: 1rem 2.5rem; } }
    .news-cats a:hover {
      border-bottom: 3px solid #00a6b4; }

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

.walk .content-hero {
  margin-bottom: 0; }

.walk-introtext {
  max-width: 1030px;
  margin: 2rem auto 0;
  padding: 0 1rem;
  box-sizing: border-box; }
  @media only screen and (min-width: 1030px) {
    .walk-introtext {
      padding: 0; } }

.walk-nav {
  max-width: 1230px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  display: none;
  justify-content: space-around;
  flex-flow: row wrap; }
  @media only screen and (min-width: 768px) {
    .walk-nav {
      display: flex;
      flex-flow: initial; } }
  .walk-nav-cont {
    width: 100%;
    background-color: white; }
    @media only screen and (min-width: 960px) {
      .walk-nav-cont {
        height: 4.7rem; } }
  .walk-nav-bg {
    width: 100%;
    background-color: white; }
  .walk-nav li {
    width: 50%;
    display: block; }
    @media only screen and (min-width: 481px) {
      .walk-nav li {
        width: 33.333333%; } }
    @media only screen and (min-width: 768px) {
      .walk-nav li {
        width: auto; } }
  .walk-nav a {
    display: block;
    padding: 1.5rem;
    border-top: 3px solid transparent;
    text-decoration: none;
    font-size: 1.2rem;
    color: #333;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .walk-nav a:hover {
      border-top: 3px solid #00a6b4; }

.walk-section {
  display: flex;
  justify-content: space-between; }

.walk .infobox-info {
  width: 35%;
  padding: 1rem 0; }
  .walk .infobox-info li:nth-child(4) {
    border-bottom: 2px solid #e8e7e7; }
  .walk .infobox-info li:nth-child(5), .walk .infobox-info li:nth-child(6), .walk .infobox-info li:nth-child(7), .walk .infobox-info li:nth-child(8), .walk .infobox-info li:nth-child(9), .walk .infobox-info li:nth-child(10) {
    border-bottom: 2px solid #e8e7e7;
    display: block; }
  .walk .infobox-info li:last-child {
    border-bottom: 0; }

.walk-intro {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto 4rem; }

.walk-overview {
  width: 100%;
  max-width: 1030px;
  margin: 4rem auto; }

.walk-overview {
  display: block;
  justify-content: space-between; }
  @media only screen and (min-width: 768px) {
    .walk-overview {
      display: flex; } }
  .walk-overview .infobox-info {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .walk-overview .infobox-info {
        width: 35%; } }
  .walk-overview .walk-section-map {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .walk-overview .walk-section-map {
        width: 60%; } }
    .walk-overview .walk-section-map .homepage-map {
      width: 100%;
      height: 22rem; }
      @media only screen and (min-width: 768px) {
        .walk-overview .walk-section-map .homepage-map {
          height: 30rem; } }

.walk-gallery img {
  width: 100%;
  height: auto; }

.walk-gallery .bx-wrapper {
  margin: 0 auto;
  box-shadow: none;
  border: 0; }
  .walk-gallery .bx-wrapper .bx-viewport {
    overflow: visible !important; }
  .walk-gallery .bx-wrapper ul {
    margin: 0;
    padding: 0; }
    .walk-gallery .bx-wrapper ul li {
      border-left: 1px solid white;
      border-right: 1px solid white; }
    .walk-gallery .bx-wrapper ul li[aria-hidden="true"] {
      opacity: 0.5; }
    .walk-gallery .bx-wrapper ul span {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      border-left: 0;
      background: #ccedf0;
      background: rgba(204, 237, 240, 0.8);
      padding: 10px;
      border-top: 2px solid white;
      box-sizing: border-box; }
      @media only screen and (min-width: 768px) {
        .walk-gallery .bx-wrapper ul span {
          width: auto;
          bottom: 10px;
          padding: 10px 36px;
          border: 2px solid white;
          border-left: 0; } }
  .walk-gallery .bx-wrapper .bx-controls-direction a {
    width: auto;
    height: auto;
    margin-top: -15px;
    background-color: white;
    background-image: none;
    padding: 8px 4px; }
    @media only screen and (min-width: 768px) {
      .walk-gallery .bx-wrapper .bx-controls-direction a {
        padding: 16px 8px;
        margin-top: -26px; } }
    .walk-gallery .bx-wrapper .bx-controls-direction a:before {
      content: "";
      display: block;
      width: 21px;
      height: 11px;
      background-image: url(img/spriteimage.png);
      background-position: -21px -66px;
      background-size: 200px; }
      @media only screen and (min-width: 768px) {
        .walk-gallery .bx-wrapper .bx-controls-direction a:before {
          width: 42px;
          height: 21px;
          background-position: -42px -133px;
          background-size: inherit; } }
    .walk-gallery .bx-wrapper .bx-controls-direction a.bx-prev {
      left: 0;
      transform: rotate(180deg); }
    .walk-gallery .bx-wrapper .bx-controls-direction a.bx-next {
      right: -1px; }

.walk-testimonials ul {
  list-style: none;
  margin: 0 auto;
  padding: 0; }

.walk-testimonials li {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box; }

.walk-testimonials .bx-wrapper {
  box-shadow: none;
  border: 0; }
  .walk-testimonials .bx-wrapper .bx-pager.bx-default-pager a {
    width: 40px;
    height: 10px;
    border-radius: 0;
    margin: 0 2px;
    background: #00a6b4;
    background: rgba(0, 166, 180, 0.3);
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    @media only screen and (min-width: 768px) {
      .walk-testimonials .bx-wrapper .bx-pager.bx-default-pager a {
        width: 85px; } }
    .walk-testimonials .bx-wrapper .bx-pager.bx-default-pager a:hover, .walk-testimonials .bx-wrapper .bx-pager.bx-default-pager a.active, .walk-testimonials .bx-wrapper .bx-pager.bx-default-pager a:focus {
      background: #00a6b4;
      background: #00a6b4; }

.walk-testimonials-text {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto 2rem;
  text-align: center; }
  .walk-testimonials-text span {
    font-weight: 400; }

.walk-elevation {
  display: block; }
  .walk-elevation-text {
    max-width: 1030px;
    margin: 4rem auto 2rem; }
  .walk-elevation h1 {
    margin-bottom: 2rem; }
  .walk-elevation-image p {
    width: 100%;
    text-align: center;
    font-size: 1rem; }
  .walk-elevation img {
    width: 100%; }
  .walk-elevation-days {
    margin-top: -2rem;
    position: relative;
    background: white;
    padding: 0.5rem 0; }
    .walk-elevation-days-cont {
      display: flex;
      justify-content: space-around;
      margin-left: 75px;
      font-size: 1rem; }

.walk-itinerary {
  display: block;
  max-width: 1030px;
  margin: 4rem auto; }
  .walk-itinerary h1 {
    margin-bottom: 2rem; }
  .walk-itinerary ul {
    padding: 0;
    list-style: none; }
  .walk-itinerary li {
    margin: 0 0 2.5rem; }
  .walk-itinerary span {
    display: block;
    margin: 0 0 0.5rem; }
  .walk-itinerary-heading {
    font-weight: 700; }
  .walk-itinerary-details {
    color: #00a6b4; }
  .walk-itinerary-mz-day {
    border-top: 2px solid #f3f3f3;
    padding: 30px 60px 30px 0;
    margin: 0 !important;
    position: relative;
    cursor: pointer; }
    .walk-itinerary-mz-day.open:after {
      content: "";
      background-image: url(img/mz-minus.png); }
    .walk-itinerary-mz-day:after {
      content: "";
      background-image: url(img/mz-plus.png);
      position: absolute;
      right: 0;
      top: 20px;
      height: 35px;
      width: 36px; }
    .walk-itinerary-mz-day:last-child {
      border-bottom: 2px solid #f3f3f3; }
  .walk-itinerary-mz-heading {
    font-weight: 700; }
    .walk-itinerary-mz-day:not(.open) .walk-itinerary-mz-heading {
      margin: 0; }
  .walk-itinerary-mz-details {
    color: #00a6b4; }
  .walk-itinerary-mz-day:not(.open) .walk-itinerary-mz-text, .walk-itinerary-mz-day:not(.open) .walk-itinerary-mz-details {
    display: none; }

.walk-related {
  display: block; }
  .walk-related h2 {
    max-width: 1030px;
    margin: 0 auto 1rem; }
  .walk-related ul {
    display: block;
    list-style: none;
    margin: 0 1rem;
    padding: 0; }
    @media only screen and (min-width: 768px) {
      .walk-related ul {
        display: flex; } }
    @media only screen and (min-width: 1540px) {
      .walk-related ul {
        margin: 0; } }
  .walk-related li {
    flex: 1;
    margin: 1rem 0;
    position: relative;
    border: 2px solid #e8e7e7;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    @media only screen and (min-width: 768px) {
      .walk-related li {
        margin: 1rem; } }
    .walk-related li:first-child {
      margin-left: 0; }
    .walk-related li:last-child {
      margin-right: 0; }
    .walk-related li:hover {
      border: 2px solid #00a6b4; }
  .walk-related img {
    width: 100%;
    height: auto;
    display: block; }
  .walk-related .panel-gradient-overlay {
    position: absolute;
    width: 100%;
    height: 80%;
    padding: 0.8rem 1rem;
    box-sizing: border-box;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), transparent); }
  .walk-related-heading {
    font-family: "kepler-std-display", Arial, Helvetica, sans-serif;
    color: white;
    line-height: 2rem;
    font-weight: 400;
    font-size: 1.3rem; }
  .walk-related-access {
    color: white;
    line-height: 2rem;
    font-size: 13px; }
    .walk-related-access img {
      width: 15px;
      display: inline-block;
      vertical-align: sub; }

.walk-booking {
  width: 100%;
  height: auto;
  display: block;
  margin: 0; }
  @media only screen and (min-width: 960px) {
    .walk-booking {
      height: 7rem; } }
  .walk-booking-outside {
    width: 100%;
    height: auto;
    background: white;
    z-index: 9999;
    border-bottom: 2px solid #e8e7e7;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .walk-booking-outside {
        border-top: 2px solid #e8e7e7; } }
    @media only screen and (min-width: 960px) {
      .walk-booking-outside {
        height: 7rem;
        position: fixed;
        top: initial;
        bottom: 0;
        z-index: 1000; } }
    .walk-booking-outside.unfix {
      position: relative; }
  .walk-booking-cont {
    width: 100%;
    max-width: 1230px;
    margin: 1rem auto;
    box-sizing: border-box;
    padding: 0 2rem; }
    @media only screen and (min-width: 768px) {
      .walk-booking-cont {
        display: flex;
        justify-content: space-between; } }
    @media only screen and (min-width: 1230px) {
      .walk-booking-cont {
        padding: 0; } }
  .walk-booking-text {
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: space-between; }
    .walk-booking-text a.website {
      display: inline-block; }
      .walk-booking-text a.website:after {
        content: "";
        display: inline-block;
        width: 42px;
        height: 21px;
        background-image: url(img/spriteimage.png);
        background-position: -42px -133px;
        float: right;
        transform: scale(0.6);
        margin: -0.15rem 0 0; }
        @media only screen and (min-width: 768px) {
          .walk-booking-text a.website:after {
            margin: 0.1rem 0 0; } }
  .walk-booking img {
    max-height: 45px;
    height: auto;
    align-self: flex-start; }
    @media only screen and (min-width: 481px) {
      .walk-booking img {
        max-height: 70px; } }
    @media only screen and (min-width: 768px) {
      .walk-booking img {
        margin: 0 1rem 0 8rem;
        padding: 0.3rem 0 0; } }
  .walk-booking .button, .walk-booking .homepage-feed a.juicer-button, .homepage-feed .walk-booking a.juicer-button {
    align-self: flex-start;
    margin: 1rem 0 0;
    padding: 1rem 3.8rem;
    background-color: #00a6b4;
    color: white;
    font-size: 1.3rem;
    line-height: 1.8rem;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    @media only screen and (min-width: 768px) {
      .walk-booking .button, .walk-booking .homepage-feed a.juicer-button, .homepage-feed .walk-booking a.juicer-button {
        margin: 0.5rem 0; } }
    .walk-booking .button:focus, .walk-booking .homepage-feed a.juicer-button:focus, .homepage-feed .walk-booking a.juicer-button:focus, .walk-booking .button:hover, .walk-booking .homepage-feed a.juicer-button:hover, .homepage-feed .walk-booking a.juicer-button:hover, .walk-booking .button:active, .walk-booking .homepage-feed a.juicer-button:active, .homepage-feed .walk-booking a.juicer-button:active {
      background-color: white;
      color: black; }

.mz-mt {
  margin-top: 0; }

.walk-section-map img {
  max-width: 100%;
  height: auto; }

.mz-enquiry {
  background-color: #cbedef;
  color: #333333; }
  .mz-enquiry .content-main .form-cover {
    max-width: 1030px; }
  .mz-enquiry .content-main .form-cover input[type="text"],
  .mz-enquiry .content-main .form-cover input[type="password"],
  .mz-enquiry .content-main .form-cover input[type="email"],
  .mz-enquiry .content-main .form-cover input[type="tel"],
  .mz-enquiry .content-main .form-cover select,
  .mz-enquiry .content-main .form-cover textarea {
    background-color: white !important;
    border: 0 !important; }
  .mz-enquiry .formcraft-css .checkbox-cover label {
    width: 100% !important; }
  .mz-enquiry .formcraft-css input[type="checkbox"],
  .mz-enquiry .formcraft-css input[type="radio"] {
    width: 23px;
    height: 23px; }

.walksdepartingsoon {
  border: 0 !important;
  border-spacing: 0 !important;
  border-collapse: collapse !important; }
  .walksdepartingsoon-walks {
    background-color: #f3f3f3;
    margin: 1rem 0 0;
    border: 0 !important;
    border-spacing: 0 !important;
    border-collapse: collapse !important; }
    .walksdepartingsoon-walks tr {
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .walksdepartingsoon-walks tr:hover {
        background-color: #e6e6e6; }
      .walksdepartingsoon-walks tr:nth-child(even) {
        background-color: #fbfbfb; }
        .walksdepartingsoon-walks tr:nth-child(even):hover {
          background-color: #e6e6e6; }
      .walksdepartingsoon-walks tr.showallwalks {
        background-color: white; }
        .walksdepartingsoon-walks tr.showallwalks:hover {
          background-color: white; }
        .walksdepartingsoon-walks tr.showallwalks td {
          padding: 2rem 1rem 0; }
      .walksdepartingsoon-walks tr.hide {
        display: none; }
      .walksdepartingsoon-walks tr:first-child td {
        padding-top: 0; }
    .walksdepartingsoon-walks td {
      padding: 0.5rem 1rem;
      box-sizing: border-box;
      border: 0 !important;
      border-spacing: 0 !important;
      border-collapse: collapse !important; }
      .walksdepartingsoon-walks td.thumb {
        width: 12%;
        padding: 0; }
        .walksdepartingsoon-walks td.thumb img {
          width: 100%;
          height: auto;
          display: block; }
      .walksdepartingsoon-walks td.book {
        text-align: right; }
      .walksdepartingsoon-walks td.hero {
        padding: 3rem 0 0;
        background-color: white; }
        .walksdepartingsoon-walks td.hero div {
          text-align: center;
          padding: 0 1rem;
          box-sizing: border-box;
          background-color: #00a6b4; }
        .walksdepartingsoon-walks td.hero img {
          width: 100%;
          height: auto;
          display: block; }
        .walksdepartingsoon-walks td.hero h3 {
          color: white;
          margin: 0;
          padding: 1rem 0; }

.walkssearch {
  background-color: #ccedf0;
  margin: -3rem 0 0; }
  .walkssearch.nohero {
    margin: 3rem 0 0; }
  .walkssearch-cont {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 3rem;
    box-sizing: border-box; }
    @media only screen and (min-width: 768px) {
      .walkssearch-cont {
        padding: 3rem 4rem; } }
    .walkssearch-cont div {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .walkssearch-cont div {
          display: flex;
          justify-content: space-between; }
          .walkssearch-cont div:first-child {
            margin-bottom: 1rem; } }
  .walkssearch select {
    width: 100%;
    display: block;
    border: 0;
    border-bottom: 2px solid white;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 1.15rem;
    padding: 0.5rem;
    margin: 0;
    background-image: url("img/arrow.svg");
    background-repeat: no-repeat;
    background-position: center right 1rem;
    background-size: 13px 8px; }
    .walkssearch select:last-of-type {
      margin: 0; }
    @media only screen and (min-width: 768px) {
      .walkssearch select {
        margin: 0 2% 0 0; } }
  .walkssearch input[type='submit'] {
    display: none; }
  .walkssearch .button, .walkssearch .homepage-feed a.juicer-button, .homepage-feed .walkssearch a.juicer-button {
    margin: 2rem 0 0; }

.itineraries {
  background-color: #f3f3f3;
  text-align: left; }
  .itineraries-cont {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    text-align: left; }
  .itineraries ul {
    list-style: none;
    margin: 0;
    padding: 2rem 1rem;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    align-content: center; }
    @media only screen and (min-width: 1540px) {
      .itineraries ul {
        padding: 4rem 0; } }
  .itineraries li {
    width: 100%;
    display: block;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    position: relative;
    background-color: white;
    box-sizing: border-box; }
    @media only screen and (min-width: 481px) {
      .itineraries li {
        background-color: transparent; } }
    .itineraries li h4 {
      padding: 0.8rem;
      margin: 0;
      box-sizing: border-box; }
      @media only screen and (min-width: 481px) {
        .itineraries li h4 {
          padding: 0.8rem 0; } }
    .itineraries li > div {
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      background-color: white; }
      .itineraries li > div:after {
        content: '';
        display: none;
        width: 42px;
        height: 21px;
        position: absolute;
        bottom: 1rem;
        right: 1rem;
        background-image: url("img/spriteimage.png");
        background-position: -42px -133px; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          .itineraries li > div:after {
            background-image: url("img/spriteimage2x.png");
            background-size: 400px 400px; } }
        @media only screen and (min-width: 481px) {
          .itineraries li > div:after {
            display: block; } }
      .itineraries li > div > a {
        color: #333; }
        .itineraries li > div > a:focus, .itineraries li > div > a:hover, .itineraries li > div > a:active {
          text-decoration: none; }
      .itineraries li > div h5 {
        width: 80%;
        height: auto;
        color: #00a6b4;
        margin: 0 0 1rem;
        font-family: "kepler-std-display", Arial, Helvetica, sans-serif;
        letter-spacing: 1.5px; }
        @media only screen and (min-width: 481px) {
          .itineraries li > div h5 {
            width: auto; } }
      .itineraries li > div:focus, .itineraries li > div:hover, .itineraries li > div:active {
        background-color: transparent; }
      .itineraries li > div img {
        width: 100%;
        height: auto; }
        @media only screen and (min-width: 481px) {
          .itineraries li > div img {
            width: 25%; } }
  @media only screen and (min-width: 481px) {
    .itineraries-main {
      display: flex;
      flex-flow: row;
      align-items: flex-start; } }
  .itineraries-text {
    width: 100%;
    padding: 1rem 1.5rem;
    box-sizing: border-box;
    position: relative;
    text-align: left; }
    @media only screen and (min-width: 481px) {
      .itineraries-text {
        width: 75%; } }
    .itineraries-text:after {
      content: '';
      display: block;
      width: 42px;
      height: 21px;
      position: absolute;
      top: 1.2rem;
      right: 1rem;
      background-image: url("img/spriteimage.png");
      background-position: -42px -133px; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        .itineraries-text:after {
          background-image: url("img/spriteimage2x.png");
          background-size: 400px 400px; } }
      @media only screen and (min-width: 481px) {
        .itineraries-text:after {
          display: none; } }

.searchresults h4 {
  font-size: 1.15rem;
  margin: 0 0 2rem 1rem; }

.searchresults-walks {
  display: flex;
  flex-wrap: wrap; }

.searchresults-walk {
  width: 100%;
  text-align: left;
  padding: 0 0.5rem;
  margin: 0 0 2rem;
  box-sizing: border-box;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  @media only screen and (min-width: 481px) {
    .searchresults-walk {
      width: 50%; } }
  @media only screen and (min-width: 1030px) {
    .searchresults-walk {
      width: 33.333333%; } }
  .searchresults-walk-cont {
    height: 100%;
    background-color: white;
    position: relative; }
  .searchresults-walk-text {
    padding: 1rem; }
  .searchresults-walk h5 {
    font-family: "kepler-std-display", Arial, Helvetica, sans-serif;
    max-width: 90%;
    box-sizing: border-box;
    letter-spacing: 1.5px;
    position: absolute;
    top: 1rem;
    left: 0;
    background-color: #00a6b4;
    color: white;
    font-size: 1.3rem;
    padding: 0.8rem 1rem; }
  .searchresults-walk p {
    margin: 0 0 0.5rem; }
    @media only screen and (min-width: 1230px) {
      .searchresults-walk p {
        height: 5.5rem; } }
  .searchresults-walk img {
    width: 100%;
    height: auto;
    display: block;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  .searchresults-walk .infobox-info {
    padding: 0rem 0 0.5rem; }

#announce-bar-container {
  display: none;
  width: 100%;
  background-color: #00a6b4;
  color: white;
  display: none;
  z-index: 100;
  height: fit-content;
  position: absolute;
  font-size: 18px; }
  #announce-bar-container.announce-on {
    display: inherit; }
  @media only screen and (min-width: 768px) {
    #announce-bar-container {
      height: 32px;
      position: inherit;
      font-size: 16px; } }

#announce-holder {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    #announce-holder {
      width: 768px;
      margin: 0 auto;
      position: relative; } }
  @media only screen and (min-width: 960px) {
    #announce-holder {
      width: 960px;
      margin: 0 auto;
      position: relative; } }
  @media only screen and (min-width: 1030px) {
    #announce-holder {
      width: 1024px;
      margin: 0 auto;
      position: relative; } }

#announce-text {
  padding: 42px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    #announce-text {
      padding-top: 3px;
      padding-left: inherit;
      padding-bottom: inherit;
      padding-right: inherit; } }
  #announce-text:hover {
    cursor: pointer; }

#announce-close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url("img/close-announce.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  cursor: pointer; }

.container-home h1 {
  font-size: 50px;
  letter-spacing: 0; }

button.btn-home {
  border-color: #00a6b4;
  color: #00a6b4;
  min-width: 185px;
  background: none;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif; }

.lt-footer-info {
  display: none; }

p.body-copy,
.body-copy p,
.panel-midsection h2 {
  font-size: 19px;
  letter-spacing: 0.03em;
  line-height: 1.36em;
  font-weight: lighter; }

.home .grid-blurb-cell.body-copy p {
  font-size: 20px;
  font-weight: normal; }

.container-instagram {
  color: white; }

.tab-instagram {
  cursor: pointer;
  background: #00a6b4;
  position: relative;
  width: 440px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  padding-top: 21px; }
  .tab-instagram h4 {
    padding-top: 5px;
    font-size: 36px;
    letter-spacing: 0;
    margin: 0 0;
    line-height: 0; }
  .tab-instagram .icon {
    width: 27px;
    height: auto;
    position: relative;
    top: 2px;
    left: 0; }
  .tab-instagram:hover * {
    animation-duration: 0.7s;
    animation-name: hvr-opacity-half;
    animation-fill-mode: forwards; }
  @media only screen and (max-width: 481px) {
    .tab-instagram {
      width: 100%;
      padding-top: 18px;
      height: 50px; }
      .tab-instagram h4 {
        font-size: 32px; }
      .tab-instagram .icon {
        width: 25px; } }

@keyframes hvr-opacity-half {
  100% {
    opacity: 0.5; }
  0% {
    opacity: 1.0; } }

.instagram-feed {
  cursor: pointer;
  width: 100%;
  overflow: hidden; }
  .instagram-feed ul {
    border-top: 5px solid #00a6b4;
    width: max-content;
    line-height: 0;
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    list-style-type: none;
    padding-inline-start: 0;
    font-size: 0; }
    .instagram-feed ul li {
      display: inline-block; }
      .instagram-feed ul li img.instagram-square {
        width: 16.666666vw;
        max-width: 300px; }
  @media only screen and (max-width: 768px) {
    .instagram-feed ul {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 0  0; }
      .instagram-feed ul li {
        display: inline-block; }
        .instagram-feed ul li img.instagram-square {
          width: 33.33333333vw; } }

.container-xl.container-gotquestions {
  margin-bottom: 4.5rem;
  margin-top: 4.5rem;
  text-align: center; }
  .container-xl.container-gotquestions div.cta {
    font-size: 19px;
    letter-spacing: 0.2px;
    line-height: 1.2em;
    font-weight: lighter;
    margin: 0 90px; }
  .container-xl.container-gotquestions button.btn-contactus {
    margin-top: 40px; }
  @media only screen and (max-width: 680px) {
    .container-xl.container-gotquestions {
      height: inherit; }
      .container-xl.container-gotquestions h1 {
        font-size: 9vw;
        letter-spacing: 0;
        padding-top: 10vw; }
      .container-xl.container-gotquestions div.cta {
        font-size: 4.5vw;
        letter-spacing: 0.2px;
        line-height: 1.2em;
        margin: 5vw; }
      .container-xl.container-gotquestions button.btn-contactus {
        margin: 5vw; } }

.container-grey {
  background: #f3f3f3; }

.container-mailinglist {
  background: #cbedef;
  display: grid;
  grid-template-rows: 500px;
  grid-template-columns: 1fr 1fr;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .container-mailinglist {
      grid-template-columns: 1fr;
      grid-template-rows: 0.7fr 1fr; } }

.panel-mailinglist.image-background {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover; }

.panel-mailinglist.panel-form {
  background: #cbedef;
  height: fit-content;
  place-self: center; }
  .panel-mailinglist.panel-form .holder-form .formcraft-holder {
    margin-top: 20px; }
  .panel-mailinglist.panel-form > div {
    padding: 40px 62px; }
  .panel-mailinglist.panel-form p {
    font-size: 17px; }
  .panel-mailinglist.panel-form h1 {
    margin-bottom: 0;
    line-height: 1.5em; }
  .panel-mailinglist.panel-form div {
    font-weight: lighter;
    letter-spacing: 0.02em;
    font-size: 18px; }
  .panel-mailinglist.panel-form form {
    padding-top: 50px; }
  .panel-mailinglist.panel-form form.fc-form-4 button.submit-button {
    background: none; }
  .panel-mailinglist.panel-form input {
    display: block;
    width: 366px;
    height: 38px;
    border: none;
    margin-bottom: 10px;
    font-size: 18px;
    padding: 0 18px;
    font-weight: 400;
    background: white; }
  .panel-mailinglist.panel-form button {
    margin-top: 30px; }
  .panel-mailinglist.panel-form .holder-thanks {
    display: none; }
  .panel-mailinglist.panel-form.form-submitted .holder-thanks {
    display: inherit; }
  .panel-mailinglist.panel-form.form-submitted .holder-form {
    display: none; }

@media only screen and (max-width: 1230px) {
  .panel-mailinglist.panel-form input {
    width: 80%; } }

html .formcraft-css .fc-form.fc-form-4 .form-element .submit-cover.align-left .submit-button {
  display: inline-block;
  border: 2px solid #00a6b4;
  color: #00a6b4;
  width: 185px;
  background: none;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
  font-weight: normal;
  padding-top: 5px; }

html .formcraft-css .fc-form.fc-form-4 .form-element .submit-cover.align-left .submit-button:hover {
  box-shadow: none; }

.container-latestnews {
  box-sizing: border-box;
  padding: 75px 10px 25px;
  position: relative; }
  .container-latestnews h1 {
    margin-bottom: 55px; }
  .container-latestnews button.btn-view-all {
    position: absolute;
    right: 0;
    top: 89px; }
  @media only screen and (max-width: 1230px) {
    .container-latestnews h1 {
      margin-left: 15px; }
    .container-latestnews button.btn-view-all {
      right: 30px; } }
  @media only screen and (max-width: 680px) {
    .container-latestnews {
      text-align: center;
      padding: 45px 0; }
      .container-latestnews h1 {
        margin: 10px 0; }
      .container-latestnews button.btn-view-all {
        position: static;
        margin: 10px 0; } }

.panel-latestnews {
  cursor: pointer;
  height: 295px;
  margin-bottom: 72px;
  background: white;
  display: grid;
  grid-template-columns: 295px 1fr;
  grid-template-rows: 1fr 40px; }
  .panel-latestnews p {
    font-size: 18px;
    font-weight: lighter; }
  .panel-latestnews .lt-image {
    grid-row-start: 1;
    grid-row-end: 3;
    overflow: hidden; }
    .panel-latestnews .lt-image img {
      min-height: 295px;
      min-width: 295px; }
  .panel-latestnews .lt-blurb {
    padding: 12px 17px;
    padding-right: 50px; }
  .panel-latestnews .lt-footer {
    padding-left: 17px;
    background: white; }
    .panel-latestnews .lt-footer img {
      float: right;
      margin-right: 14px; }
  .panel-latestnews h2 {
    color: #49c0ca;
    font-size: 35px;
    line-height: 1.17em;
    margin-top: 15px;
    margin-bottom: 22px; }
  .panel-latestnews p {
    margin: 0; }
  .panel-latestnews a {
    text-decoration: underline; }
  @media only screen and (max-width: 768px) {
    .panel-latestnews {
      display: block;
      height: inherit;
      margin-left: 10px;
      margin-right: 10px; }
      .panel-latestnews .lt-image {
        text-align: center; }
      .panel-latestnews .lt-blurb {
        padding: 17px 17px; }
      .panel-latestnews .lt-footer {
        padding: 10px 17px 40px; } }
  @media only screen and (max-width: 1230px) {
    .panel-latestnews h2 {
      font-size: 28px; } }

.container-xl.container-reviews h1 {
  font-size: 3.2rem; }

.container-xl.container-reviews .panel-review {
  padding: 4.5rem 0 3.875rem; }

.container-xl.container-reviews .grid-review {
  display: grid;
  grid-template-columns: 18.4rem 1fr; }
  .container-xl.container-reviews .grid-review h2 {
    margin: 0;
    font-size: 2rem;
    line-height: 1.2em;
    letter-spacing: 0.01em; }
  .container-xl.container-reviews .grid-review .cell-review-image {
    grid-row-start: 1;
    grid-row-end: 4; }
    .container-xl.container-reviews .grid-review .cell-review-image h2 {
      margin: 0; }
    .page-template-walk .container-xl.container-reviews .grid-review .cell-review-image {
      display: none; }
  .container-xl.container-reviews .grid-review .cell-review-stars {
    padding-left: 2.5rem; }
    .page-template-walk .container-xl.container-reviews .grid-review .cell-review-stars {
      padding-left: 0; }
  .container-xl.container-reviews .grid-review .slider__text {
    max-width: 840px; }
  .container-xl.container-reviews .grid-review .cell-review-quote {
    padding-left: 2.5rem;
    padding-top: 1.75rem; }
    .page-template-walk .container-xl.container-reviews .grid-review .cell-review-quote {
      padding-left: 0; }
    .container-xl.container-reviews .grid-review .cell-review-quote h2 {
      color: #49c0ca; }
  .container-xl.container-reviews .grid-review .cell-review-tag {
    padding-left: 2.5rem; }
    .page-template-walk .container-xl.container-reviews .grid-review .cell-review-tag {
      padding-left: 0; }
    .container-xl.container-reviews .grid-review .cell-review-tag p {
      font-weight: 400;
      margin-top: 11px; }

@media only screen and (max-width: 680px) {
  .container-xl.container-reviews h1 {
    padding: 0 2.75rem; }
  .container-xl.container-reviews .grid-review {
    grid-template-columns: 1fr; }
    .container-xl.container-reviews .grid-review .cell-review-quote h2 {
      margin: 0; }
    .container-xl.container-reviews .grid-review .cell-review-image {
      text-align: center; }
      .container-xl.container-reviews .grid-review .cell-review-image img {
        width: 16rem;
        height: auto; }
    .container-xl.container-reviews .grid-review .cell-review-stars {
      padding: 1rem 2.75rem; }
    .container-xl.container-reviews .grid-review .cell-review-quote {
      padding: 1rem 2.75rem; }
    .container-xl.container-reviews .grid-review .cell-review-tag {
      padding: 1rem 2.75rem; } }

@media only screen and (max-width: 1230px) {
  .container-xl.container-reviews h1 {
    margin-left: 1rem; }
  .container-xl.container-reviews .grid-review {
    margin: 1rem 0; }
  .container-xl.container-reviews .panel-review {
    margin: 0 1.5rem; } }

.container-xl.container-reviews .nav-review {
  display: none;
  text-align: center;
  margin-top: 65px; }
  .container-xl.container-reviews .nav-review div {
    background: #00a6b4;
    width: 73px;
    height: 10px;
    display: inline-block;
    margin: 0 2px;
    cursor: pointer; }

.reviews-heading {
  display: none; }

.slideshow-container {
  padding: 0 0 4.5rem;
  /* Slideshow container */
  /* Fading animation */
  /* From GWA site but ive altered the grid to be a flex container */
  /* MEDIA QUERIES TO BE ADDED */ }
  .container-reviews .slideshow-container {
    padding: 0; }
  .slideshow-container * {
    box-sizing: border-box; }
  .slideshow-container .slide {
    display: none; }
  .slideshow-container img {
    vertical-align: middle; }
  .slideshow-container .review-star {
    display: none; }
  .slideshow-container .slideshow-container {
    width: 1230px;
    max-width: 100%;
    position: relative;
    margin: auto; }
  .slideshow-container .dot {
    cursor: pointer;
    height: 8px;
    width: 50px;
    margin: 0 2px;
    background-color: #cbedef;
    transition: background-color 0.6s ease; }
  .slideshow-container .active,
  .slideshow-container .dot:hover {
    background-color: #49c0ca; }
  .slideshow-container .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s; }

@-webkit-keyframes fade {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }

@keyframes fade {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }
  .slideshow-container .slider__navigation {
    display: flex;
    width: 100%;
    justify-content: center; }
  .slideshow-container .container-xl.container-reviews .grid-review {
    align-items: center;
    display: flex;
    justify-content: center; }
  @media only screen and (max-width: 640px) {
    .slideshow-container .cell-review-image {
      align-self: flex-start; }
    .slideshow-container .container-xl.container-reviews .grid-review {
      flex-direction: column; }
    .slideshow-container .container-xl.container-reviews .grid-review .cell-review-stars {
      margin-top: 20px; }
    .slideshow-container .container-xl.container-reviews .grid-review .cell-review-quote {
      padding: 40px 20px 0; }
    .slideshow-container .container-xl.container-reviews .grid-review .cell-review-tag {
      padding: 0 20px; }
    .slideshow-container .container-xl.container-reviews .panel-review {
      padding: 20px 0; } }

.container-midsection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  width: 100%;
  grid-auto-rows: 600px;
  background: #f3f3f3;
  place-items: center center; }
  @media only screen and (max-width: 1030px) {
    .container-midsection {
      grid-auto-rows: 400px; } }
  @media only screen and (max-width: 680px) {
    .container-midsection {
      grid-template-columns: 1fr;
      grid-auto-rows: auto; } }
  .container-midsection .panel-midsection {
    overflow: hidden;
    background: #f3f3f3; }
    .container-midsection .panel-midsection.image-background {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 100%; }
      .container-midsection .panel-midsection.image-background.alt-order {
        display: inherit; }
      .container-midsection .panel-midsection.image-background.top-order {
        display: none; }
    .container-midsection .panel-midsection div {
      padding: 106px 148px;
      padding-right: 242px; }
    .container-midsection .panel-midsection h1 {
      font-size: 43.2px;
      letter-spacing: 0.016em;
      line-height: 1.3em; }
    .container-midsection .panel-midsection h2 {
      font-family: "proxima-nova", Arial, Helvetica, sans-serif;
      margin: 25px 0; }
    .container-midsection .panel-midsection p {
      font-size: 14.4px;
      font-weight: 400;
      margin: 0;
      letter-spacing: .003em;
      line-height: 1.2em; }
    .container-midsection .panel-midsection a {
      display: inline-block;
      color: black;
      border: 2px solid #00a6b4;
      font-size: 1.1rem;
      font-weight: 400;
      padding: 0.4rem 1.4rem;
      box-sizing: border-box;
      border-radius: 0;
      cursor: pointer;
      -webkit-transform: perspective(1px) translateZ(0);
      position: relative;
      border-color: #00a6b4;
      color: #00a6b4;
      min-width: 185px;
      text-align: center;
      font-family: "proxima-nova", Arial, Helvetica, sans-serif; }
      .container-midsection .panel-midsection a:focus, .container-midsection .panel-midsection a:hover, .container-midsection .panel-midsection a:active {
        text-decoration: none; }
        .container-midsection .panel-midsection a:focus:before, .container-midsection .panel-midsection a:hover:before, .container-midsection .panel-midsection a:active:before {
          -webkit-animation-name: hvr-ripple-out;
          animation-name: hvr-ripple-out; }
      .container-midsection .panel-midsection a:before {
        content: '';
        position: absolute;
        border: 2px solid #00a6b4;
        top: -2px;
        right: -2px;
        bottom: -2px;
        left: -2px;
        -webkit-animation-duration: 0.7s;
        animation-duration: 0.7s; }
    .container-midsection .panel-midsection a:hover {
      text-decoration: none; }
    @media only screen and (max-width: 2000px) {
      .container-midsection .panel-midsection h1 {
        font-size: 36px; }
      .container-midsection .panel-midsection div {
        padding: 90px; } }
    @media only screen and (max-width: 1230px) {
      .container-midsection .panel-midsection div {
        padding: 60px; } }
    @media only screen and (max-width: 1030px) {
      .container-midsection .panel-midsection div {
        padding: 40px; }
      .container-midsection .panel-midsection h1 {
        font-size: 27px;
        line-height: 1.1em; }
      .container-midsection .panel-midsection h2 {
        margin: 10px 0; }
      .container-midsection .panel-midsection p {
        font-size: 11.7px;
        line-height: 1.1em; }
      .container-midsection .panel-midsection a {
        margin-top: 10px; } }
    @media only screen and (max-width: 680px) {
      .container-midsection .panel-midsection.image-background {
        height: 200px; }
        .container-midsection .panel-midsection.image-background.alt-order {
          display: none; }
        .container-midsection .panel-midsection.image-background.top-order {
          display: inherit; } }

.container-readytobook {
  width: 100%;
  height: 315px;
  margin: 0;
  background: #00a6b4;
  text-align: center; }
  .container-readytobook h1 {
    color: white;
    padding-top: 84px;
    font-size: 48px;
    margin-bottom: 21px; }
  .container-readytobook .btn-departingsoon {
    width: initial;
    color: white;
    border-color: white;
    background: none; }
    .container-readytobook .btn-departingsoon:before {
      border-color: white; }
  @media only screen and (max-width: 680px) {
    .container-readytobook {
      height: 214px; }
      .container-readytobook h1 {
        font-size: 45px;
        padding-top: 44px; }
      .container-readytobook .btn-departingsoon {
        font-size: 16px; } }

.wrapper-walk {
  background: #e8e7e7; }

.container-walk {
  overflow-x: hidden; }
  .container-walk .header-walk {
    padding: 50px 0;
    text-align: center; }
    .container-walk .header-walk h1 {
      color: #00a6b4;
      font-size: 31px;
      margin-bottom: 0; }
    .container-walk .header-walk h2 {
      letter-spacing: 0.005em;
      margin-top: 40px;
      margin-bottom: 0; }
    .container-walk .header-walk img.marker {
      margin-right: 6px; }
    .container-walk .header-walk h3 {
      font-family: "proxima-nova", Arial, Helvetica, sans-serif;
      font-size: 21px;
      margin-bottom: 0;
      margin-top: 9px;
      letter-spacing: 0.02em; }
    @media only screen and (max-width: 680px) {
      .container-walk .header-walk h2 {
        margin-top: 0; } }
    @media only screen and (max-width: 1030px) {
      .container-walk .header-walk {
        padding: 40px 0; } }
    @media only screen and (max-width: 1230px) {
      .container-walk .header-walk {
        margin: 0 30px; } }
  .container-walk .walk-blurb p {
    margin: 0; }
  .container-walk .walk-panel {
    padding-bottom: 50px;
    display: grid;
    grid-template-columns: 1fr 250px;
    grid-gap: 30px; }
    @media only screen and (max-width: 680px) {
      .container-walk .walk-panel {
        grid-template-columns: 1fr; } }
    @media only screen and (max-width: 1230px) {
      .container-walk .walk-panel {
        margin: 0 20px; } }
  .container-walk .walk-details p {
    font-size: 23px;
    margin: 0; }
  .container-walk .walk-details button {
    margin-top: 26px; }
  .container-walk .walk-details ul.infobox {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    list-style-type: none; }
  .container-walk .walk-details ul.infobox li {
    font-size: 15px;
    margin: 0;
    padding: 0;
    line-height: 0em;
    margin-bottom: 9px; }
  .container-walk .walk-details ul.infobox li:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url(img/spriteimage.png);
    background-position: 0 -112px;
    background-repeat: no-repeat;
    margin-right: 0.6rem;
    margin-bottom: 0;
    position: relative;
    top: 5px; }
  .container-walk .walk-details ul.infobox li.duration::before {
    background-position: -21px -112px; }
  .container-walk .walk-details ul.infobox li.distance::before {
    background-position: -42px -112px; }
  .container-walk .walk-details ul.infobox li.grade::before {
    background-position: -63px -112px; }
  .container-walk .walk-details ul.infobox li.dates::before {
    background-position: -84px -112px; }
  @media only screen and (max-width: 680px) {
    .container-walk .walk-details {
      text-align: center; }
      .container-walk .walk-details div {
        text-align: left; } }

.walk-slider-cut {
  overflow-x: hidden;
  width: 100%; }
  .walk-slider-cut .bx-wrapper {
    margin-bottom: 0; }
  .walk-slider-cut .content-main {
    margin: 0 auto;
    max-width: 720px; }
  .walk-slider-cut .walk-section {
    margin: 0; }

.container-walksgrid {
  height: auto;
  overflow: hidden; }
  .container-walksgrid #no-walks-found {
    display: none;
    text-align: center;
    margin: 2rem; }
    .container-walksgrid #no-walks-found h2 {
      font-size: 2rem; }
  .container-walksgrid.container-xl {
    max-width: 2000px; }
  .container-walksgrid .grid-walks {
    display: grid;
    grid-gap: 1vw 1.2vw;
    grid-template-columns: 23.5vw 23.5vw 23.5vw 23.5vw;
    margin: 0.8vw 1.2vw; }
  .container-walksgrid .grid-walks-cell {
    cursor: pointer;
    background: #f3f3f3;
    position: relative;
    overflow: hidden;
    height: 14.75vw; }
    .container-walksgrid .grid-walks-cell .panel-gradient-overlay {
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(50, 50, 50, 0.5), rgba(50, 50, 50, 0.5), rgba(50, 50, 50, 0), rgba(50, 50, 50, 0));
      position: absolute;
      top: 0;
      z-index: 15; }
    .container-walksgrid .grid-walks-cell .cell-overlay {
      position: absolute;
      top: 0;
      z-index: 20;
      width: 100%; }
      .container-walksgrid .grid-walks-cell .cell-overlay h1, .container-walksgrid .grid-walks-cell .cell-overlay h2 {
        color: white;
        line-height: 1em;
        margin: 0;
        padding: 0; }
      .container-walksgrid .grid-walks-cell .cell-overlay h1 {
        font-size: 22px;
        margin-bottom: 3px; }
      .container-walksgrid .grid-walks-cell .cell-overlay h2 {
        font-size: 15px;
        font-family: "proxima-nova",Arial,Helvetica,sans-serif;
        letter-spacing: .03em; }
      .container-walksgrid .grid-walks-cell .cell-overlay img.marker {
        margin-right: 7px;
        margin-left: 0;
        margin-top: 3px; }
      .container-walksgrid .grid-walks-cell .cell-overlay .btn-home {
        display: none; }
      .container-walksgrid .grid-walks-cell .cell-overlay .panel-heading {
        padding: 18px 20px; }
        .container-walksgrid .grid-walks-cell .cell-overlay .panel-heading .btn-home {
          color: white;
          border-color: white; }
        .container-walksgrid .grid-walks-cell .cell-overlay .panel-heading .btn-close {
          display: none;
          width: 40px; }
      .container-walksgrid .grid-walks-cell .cell-overlay .panel-details {
        display: none; }
    .container-walksgrid .grid-walks-cell .cell-image {
      position: absolute;
      top: 0;
      z-index: 10;
      width: 100%;
      min-height: auto; }
    .container-walksgrid .grid-walks-cell.large {
      grid-area: auto / auto / span 2 / span 2; }
      .container-walksgrid .grid-walks-cell.large .cell-overlay {
        width: 100%; }
        .container-walksgrid .grid-walks-cell.large .cell-overlay img.marker {
          margin-right: 9px;
          margin-left: 5px;
          margin-top: 2px; }
      .container-walksgrid .grid-walks-cell.large .cell-image {
        width: 964px;
        height: 610px; }
      .container-walksgrid .grid-walks-cell.large .panel-heading {
        background: #00a6b4; }
      .container-walksgrid .grid-walks-cell.large .btn-home {
        display: inline-block; }
      .container-walksgrid .grid-walks-cell.large .holder-buttons {
        display: inline-block;
        float: right; }
      .container-walksgrid .grid-walks-cell.large .panel-details {
        display: block;
        padding: 12px 16px;
        font-size: 15px;
        font-weight: 400;
        background: rgba(255, 255, 255, 0.3); }
      .container-walksgrid .grid-walks-cell.large ul.infobox {
        margin: 0;
        padding: 0;
        border: none;
        background: none;
        list-style-type: none; }
      .container-walksgrid .grid-walks-cell.large ul.infobox li {
        display: inline-block;
        padding-left: 2px; }
      .container-walksgrid .grid-walks-cell.large ul.infobox li:before {
        content: "";
        display: inline-block;
        float: left;
        width: 21px;
        height: 21px;
        background-image: url(img/spriteimage.png);
        background-position: 0 -112px;
        background-repeat: no-repeat;
        margin-right: 0.6rem;
        margin-bottom: 0.5rem; }
      .container-walksgrid .grid-walks-cell.large ul.infobox li.duration::before {
        background-position: -21px -112px; }
      .container-walksgrid .grid-walks-cell.large ul.infobox li.distance::before {
        background-position: -42px -112px; }
      .container-walksgrid .grid-walks-cell.large ul.infobox li.grade::before {
        background-position: -63px -112px; }
      .container-walksgrid .grid-walks-cell.large ul.infobox li.dates::before {
        background-position: -84px -112px; }
  @media only screen and (max-width: 1230px) {
    .container-walksgrid .grid-walks {
      grid-template-columns: 1fr 1fr 1fr; }
    .container-walksgrid .grid-walks-cell {
      height: 19.5vw; } }
  @media only screen and (max-width: 680px) {
    .container-walksgrid .grid-walks {
      grid-template-columns: 1fr 1fr; }
    .container-walksgrid .grid-walks-cell {
      height: 29.5vw; } }
  @media only screen and (max-width: 481px) {
    .container-walksgrid .grid-walks {
      grid-template-columns: 1fr; }
    .container-walksgrid .grid-walks-cell {
      height: 59vw; } }
  @media only screen and (min-width: 2000px) {
    .container-walksgrid .grid-walks {
      display: grid;
      grid-gap: 20px 24px;
      grid-template-columns: 470px 470px 470px 470px;
      margin: 16px 24px; }
    .container-walksgrid .grid-walks-cell {
      height: 295px; } }

.container-walksearch {
  background: #00a6b4;
  text-align: center;
  overflow-x: hidden; }
  .container-walksearch .container-xl {
    margin-bottom: 70px;
    overflow-y: hidden; }
  .container-walksearch h1 {
    color: white;
    padding-top: 3.9rem;
    font-size: 35px;
    letter-spacing: 0.001em;
    margin: 6px; }
  .container-walksearch .homepage-hero-search {
    border: none;
    background: none;
    padding: 16px 20px; }
  .container-walksearch a.button.submit, .container-walksearch .homepage-feed a.submit.juicer-button, .homepage-feed .container-walksearch a.submit.juicer-button {
    display: none;
    border-color: white;
    color: white; }
  .container-walksearch a.button::before, .container-walksearch .homepage-feed a.juicer-button::before, .homepage-feed .container-walksearch a.juicer-button::before {
    border-color: white;
    color: white; }
  .container-walksearch select {
    width: 100%;
    background-image: url(img/arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 1rem;
    background-size: 13px 8px;
    font-size: 18px; }
  .container-walksearch .homepage-hero-search form,
  .container-walksearch .homepage-hero-search div {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px; }
  @media only screen and (max-width: 481px) {
    .container-walksearch .homepage-hero-search form,
    .container-walksearch .homepage-hero-search div {
      grid-template-columns: 1fr; } }

.ee-container-walksearch {
  background: #00a6b4;
  text-align: center;
  height: 285px;
  /* Checkboxes */
  /* SOURCE ELEMENT (when checkator is enabled on an element) */
  /* SHARED SETTING */ }
  .ee-container-walksearch .ee-homepage-hero-search form {
    width: 100%; }
  .ee-container-walksearch * {
    box-sizing: border-box; }
  .ee-container-walksearch h1 {
    color: white;
    padding-top: 63px;
    font-size: 35px;
    letter-spacing: 0.001em;
    margin: 6px; }
  .ee-container-walksearch .ee-close-container {
    align-items: center;
    display: flex;
    justify-content: center; }
  .ee-container-walksearch .ee-close {
    border: 2px solid #00a6b4;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin-left: 5px;
    cursor: pointer;
    font-size: 1.1rem;
    padding: 0; }
  .ee-container-walksearch .ee-container-xl {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto; }
  .ee-container-walksearch .ee-dropdown-content .ee-row {
    align-items: center;
    display: flex;
    justify-content: center; }
  .ee-container-walksearch .ee-dropdown-content .ee-item {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding: 5px; }
  .ee-container-walksearch .ee-dropdown .ee-button.ee-search {
    border: 2px solid #00a6b4; }
  .ee-container-walksearch .ee-dropdown .ee-button.ee-clear {
    border: 2px solid grey;
    margin-right: 10px; }
    .ee-container-walksearch .ee-dropdown .ee-button.ee-clear:before {
      border-color: grey; }
  .ee-container-walksearch .ee-button {
    -webkit-transform: perspective(1px) translateZ(0);
    background-color: transparent;
    border-radius: 0;
    box-sizing: border-box;
    color: black;
    cursor: pointer;
    display: inline-block;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0.4rem 1.4rem;
    position: relative; }
  .ee-container-walksearch input[type="checkbox"] {
    display: inline-block; }
  .ee-container-walksearch .ee-checkbox1 {
    width: 25px;
    height: 25px; }
  .ee-container-walksearch .ee-checkator_source {
    position: relative;
    z-index: 202;
    display: block; }
  .ee-container-walksearch .ee-checkator_holder {
    /* Holder for the new element */
    display: inline-block;
    position: relative;
    margin-right: 20px; }
  .ee-container-walksearch .ee-checkator_element {
    /* New element */
    border: 2px solid #00a6b4;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 201; }
  .ee-container-walksearch .ee-checkator_source:checked + .ee-checkator_element:after {
    /* Checked element dot */
    background-color: #00a6b4;
    display: block;
    content: " ";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute; }
  .ee-container-walksearch .ee-navbar {
    background: #00a6b4;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    position: relative;
    max-width: 1230px; }
  .ee-container-walksearch .ee-dropdown {
    overflow: hidden;
    width: 100%;
    border-bottom: 2px solid white;
    text-align: left; }
  .ee-container-walksearch .ee-dropdown__title {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0; }
  .ee-container-walksearch .ee-dropdown .ee-dropbtn {
    background-color: inherit;
    border: none;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    outline: none;
    padding: 14px 46px 14px 16px; }
  .ee-container-walksearch .ee-dropdown {
    cursor: pointer;
    background-image: url(img/arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 1rem;
    background-size: 13px 8px; }
  .ee-container-walksearch .ee-dropdown-content {
    display: none;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    opacity: 0; }
  .ee-container-walksearch .ee-dropdown.hovered .ee-dropdown-content {
    -webkit-transition-delay: 500ms;
    border-top: 20px solid white;
    background-color: white;
    display: block;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 400;
    left: 0;
    opacity: 1;
    padding: 20px;
    position: absolute;
    transition-delay: 500ms;
    width: 100%;
    z-index: 201; }
  .ee-container-walksearch .ee-dropdown1:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -35px;
    left: 20px;
    z-index: 210; }
  .ee-container-walksearch .ee-dropdown2:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -35px;
    left: 50%;
    right: 50%;
    z-index: 210; }
  .ee-container-walksearch .ee-dropdown3:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -35px;
    right: 20px;
    z-index: 210; }
  .ee-container-walksearch .ee-dropdown-content .ee-row {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
  .ee-container-walksearch .ee-dropdown-content .ee-header {
    align-items: center;
    background: white;
    display: flex;
    justify-content: space-between;
    padding: 0;
    color: black;
    border-bottom: 2px solid #00a6b4;
    padding-bottom: 10px; }
  .ee-container-walksearch .ee-dropdown-content .ee-footer {
    background: white;
    display: flex;
    justify-content: flex-end;
    padding: 20px 0 0;
    color: black;
    border-top: 2px solid #00a6b4; }
  .ee-container-walksearch .ee-row {
    display: flex; }
  .ee-container-walksearch .ee-column {
    padding: 10px;
    background-color: white; }
  .ee-container-walksearch .ee-row:after {
    content: "";
    display: table;
    clear: both; }
  .ee-container-walksearch .ee-close-container {
    cursor: pointer; }
  @media screen and (max-width: 600px) {
    .ee-container-walksearch {
      height: initial;
      padding-bottom: 63px; }
      .ee-container-walksearch .ee-column {
        width: 100%;
        height: auto; }
      .ee-container-walksearch .ee-navbar {
        grid-template-columns: 1fr;
        padding: 0 10px; } }

.grid-blurb {
  margin: 70px 0 60px;
  display: grid;
  grid-template-columns: 480px 720px;
  grid-gap: 0 28px; }
  @media only screen and (max-width: 1230px) {
    .grid-blurb {
      padding: 28px;
      grid-template-columns: 40% 60%;
      margin: 70px 0; } }
  @media only screen and (max-width: 680px) {
    .grid-blurb {
      margin: 10px 0;
      grid-template-columns: 1fr; } }
  .grid-blurb h1 {
    font-size: 46.8px;
    letter-spacing: .01em;
    line-height: 1.33em;
    color: #00a6b4; }
    @media only screen and (max-width: 1230px) {
      .grid-blurb h1 {
        font-size: 36px; } }
    @media only screen and (max-width: 680px) {
      .grid-blurb h1 {
        font-size: 21.6px; } }
  .grid-blurb p {
    margin-block-start: 0.4em;
    margin-block-end: 1.4em; }
    @media only screen and (max-width: 1230px) {
      .grid-blurb p {
        font-size: 17.1px; } }
    @media only screen and (max-width: 680px) {
      .grid-blurb p {
        font-size: 14.4px; } }

.container-brochure .features {
  background-color: white; }

.container-brochure .features-cont ul li {
  background: #f3f3f3; }

.container-brochure .features-cont ul li:hover {
  background: white; }

@media only screen and (min-width: 481px) {
  .container-brochure .features li img {
    width: 50%;
    max-width: 250px; } }

.overlay-video {
  height: 100%;
  width: 100%;
  text-align: center;
  color: white;
  position: relative;
  display: none; }
  .overlay-video .overlay-video-header {
    position: relative;
    top: 412px; }
  .overlay-video .overlay-video-arrow {
    position: absolute;
    bottom: 50px;
    width: 100%;
    cursor: pointer; }
  .overlay-video h1 {
    font-size: 76px;
    letter-spacing: 0em; }
  .overlay-video h2 {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-size: 19px;
    line-height: 2em;
    letter-spacing: 0.07em; }
  @media only screen and (max-width: 1030px) {
    .overlay-video h1 {
      font-size: 7.6vw; }
    .overlay-video h2 {
      font-size: 1.9vw; } }
  @media only screen and (max-width: 481px) {
    .overlay-video .overlay-video-arrow {
      display: none; }
    .overlay-video .overlay-video-header {
      position: relative;
      top: 55px; } }

.page-template-walk .walk-update .walk-itinerary .itinerary-holder {
  max-width: 1030px;
  margin: 5.8rem auto 4rem; }
  .page-template-walk .walk-update .walk-itinerary .itinerary-holder h2 {
    margin-bottom: 1.4rem; }
  .page-template-walk .walk-update .walk-itinerary .itinerary-holder li {
    margin: 0;
    padding: 2.0rem 0 2.0rem;
    border-top: 1px solid grey; }

.page-template-walk .walk-update .walk-itinerary ul {
  margin: 0 auto; }

.page-template-walk .walk-update .content-breadcrumbs {
  font-size: 1.25rem;
  margin: 2.5rem 0 4.4rem; }

.page-template-walk .walk-update .walk-introtext {
  max-width: 850px;
  margin: 3.7rem auto 0; }

.page-template-walk .walk-update h5 {
  line-height: 1.9rem; }

.page-template-walk .walk-update .content-main {
  margin: 5rem auto; }

.page-template-walk .walk-update .content-main-walk-overview {
  background: #f3f3f3; }
  .page-template-walk .walk-update .content-main-walk-overview h2 {
    margin: 0 0 2.8rem; }

.page-template-walk .walk-update .page-template-walk .content-main {
  margin: 4.9rem auto; }

.page-template-walk .walk-update .content-main-reset {
  margin: 0 auto; }
  .page-template-walk .walk-update .content-main-reset .content-main {
    margin: 0 auto; }

.page-template-walk .walk-update .infobox-info ul {
  margin: 0 0 1.7rem; }

.page-template-walk .walk-update .view-intineraries {
  font-size: 1.2rem;
  font-weight: 400; }

.page-template-walk .walk-update .walk-section {
  margin: 0 auto;
  margin-bottom: 5rem; }

.page-template-walk .walk-update .container-xl.container-reviews .panel-review {
  padding: 0 0 3.875rem; }

.page-template-walk .walk-update .page-template-walk .walk-update .walk-section {
  margin-bottom: 4rem; }

.page-template-walk .walk-update .walk-related-heading {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  z-index: 20; }

.page-template-walk .walk-update .panel-gradient-overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(50, 50, 50, 0.5), rgba(50, 50, 50, 0.5), rgba(50, 50, 50, 0), rgba(50, 50, 50, 0));
  position: absolute;
  top: 0;
  z-index: 15; }

.page-template-walk .walk-update .yarpp-related {
  padding-top: 72px; }

.itinerary-holder {
  margin: 0 auto; }
  .itinerary-holder h2 {
    color: #333333;
    font-family: 'kepler-std-display', Times, serif;
    font-weight: 400;
    font-size: 50px; }
  .itinerary-holder p.itinerary-content {
    color: #333333;
    font-family: 'proxima-nova', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0 0; }
  .itinerary-holder p.itinerary-details {
    color: #00a6b4;
    font-family: 'proxima-nova', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin: 0; }
  .itinerary-holder * {
    box-sizing: border-box; }
  .itinerary-holder .accordion .accordion-item {
    border-bottom: 1px solid #f3f3f3;
    padding: 20px 0; }
  .itinerary-holder .accordion button {
    align-items: center;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    outline: none;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%; }
  .itinerary-holder .accordion button:hover,
  .itinerary-holder .accordion button:focus {
    cursor: pointer;
    color: #333333; }
  .itinerary-holder .accordion button:hover::after,
  .itinerary-holder .accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2; }
  .itinerary-holder .accordion button .accordion-title {
    color: #333333;
    padding: 0;
    font-family: 'proxima-nova', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal; }
  .itinerary-holder .accordion button .icon {
    border: 2px solid #00a6b4;
    display: inline-block;
    height: 40px;
    position: relative;
    width: 40px; }
  .itinerary-holder .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    color: #00a6b4;
    top: 17px;
    left: 5px;
    width: 26px;
    height: 2px;
    background: currentColor; }
  .itinerary-holder .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 17px;
    color: #00a6b4;
    width: 2px;
    height: 26px;
    background: currentColor; }
  .itinerary-holder .accordion button[aria-expanded='true'] {
    color: #03b5d2;
    margin-bottom: 20px; }
  .itinerary-holder .accordion button[aria-expanded='true'] .icon::after {
    width: 0; }
  .itinerary-holder .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    will-change: opacity, max-height; }
  .itinerary-holder .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: opacity 200ms linear, max-height 200ms linear;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height; }

.enquiry-content {
  background-color: #ccedf0;
  text-align: initial; }
  .enquiry-content .formcraft-css .fc-form.fc-form-5 .form-element .field-cover input[type="text"],
  .enquiry-content .formcraft-css .fc-form.fc-form-5 .form-element .field-cover textarea {
    background-color: white !important; }
  .enquiry-content .formcraft-css .fc-form .form-element .checkbox-cover > div label {
    font-weight: 400; }
  .enquiry-content .formcraft-css .checkbox-cover label {
    width: 100%; }
  .enquiry-content .content-main {
    max-width: 1030px; }
    .enquiry-content .content-main .enquiry-holder {
      margin: 5rem 0; }
    .enquiry-content .content-main .form-cover {
      max-width: initial;
      margin: 0; }
  .enquiry-content p {
    font-size: 1.3rem; }

@media only screen and (max-width: 1030px) {
  .enquiry-holder {
    padding: 0 20px; } }

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