.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.hero-banner h1,
.image-link h1,
.primary-break h1,
.footer-link h1,
.gallery-wrap h1,
.gallery-slider-content h1,
.hero-banner h2,
.image-link h2,
.primary-break h2,
.footer-link h2,
.gallery-wrap h2,
.gallery-slider-content h2,
.hero-banner h3,
.image-link h3,
.primary-break h3,
.footer-link h3,
.gallery-wrap h3,
.gallery-slider-content h3,
.hero-banner h4,
.image-link h4,
.primary-break h4,
.footer-link h4,
.gallery-wrap h4,
.gallery-slider-content h4,
.hero-banner h5,
.image-link h5,
.primary-break h5,
.footer-link h5,
.gallery-wrap h5,
.gallery-slider-content h5,
.hero-banner h6,
.image-link h6,
.primary-break h6,
.footer-link h6,
.gallery-wrap h6,
.gallery-slider-content h6 {
  color: inherit;
}

/* Row */
.wrapper,
.image-link.full-width-image,
.content-block {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper:before,
.image-link.full-width-image:before,
.content-block:before,
.wrapper:after,
.image-link.full-width-image:after,
.content-block:after {
  content: '';
  display: table;
}

.wrapper:after,
.image-link.full-width-image:after,
.content-block:after {
  clear: both;
}

/* Column */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
* {
  box-sizing: border-box;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* =======================================================================================
Example showing how to change the color/size of the icons:
.icon-name {
	font-size: 32px; // works because "width" & "height" were set using em units
	color: red; // works for single-colored icons, because "fill" was set to "currentColor"
}
======================================================================================== */
.js .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }

  30% {
    transform: none;
  }

  100% {
    opacity: 1;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  80% {
    transform: none;
  }

  100% {
    opacity: 1;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -10px, 0);
  }

  75% {
    transform: translate3d(0, 5px, 0);
  }

  90% {
    transform: translate3d(0, -2px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounce {

  from,
  70%,
  78%,
  85%,
  90%,
  93%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  70% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  78% {
    transform: translate3d(0, -10px, 0);
  }

  85% {
    transform: translate3d(0, 0, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  93% {
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.bounce {
  animation-name: bounce;
}

.no-cssanimations .fadeIn,
.no-cssanimations .fadeInLeft,
.no-cssanimations .fadeInUp,
.no-cssanimations .bounce,
.no-cssanimations .bounceInUp {
  opacity: 1;
  transition: opacity 0.2s;
}

.wrapper {
  width: 95%;
}

@media (min-width: 561px) {
  .row {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.row:before,
.row:after {
  content: '';
  display: table;
}

.row:after {
  clear: both;
}

[class*='gc-'] {
  position: relative;
  width: 100%;
  min-height: 1px;
}

@media (min-width: 561px) {
  .gc-sm-1 {
    float: left;
    width: 8.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-sm--os-1 {
    margin-left: 8.33333%;
  }

  .gc-sm--ps-1 {
    left: 8.33333%;
  }

  .gc-sm--pl-1 {
    right: 8.33333%;
  }

  .gc-sm-2 {
    float: left;
    width: 16.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-sm--os-2 {
    margin-left: 16.66667%;
  }

  .gc-sm--ps-2 {
    left: 16.66667%;
  }

  .gc-sm--pl-2 {
    right: 16.66667%;
  }

  .gc-sm-3 {
    float: left;
    width: 25%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-sm--os-3 {
    margin-left: 25%;
  }

  .gc-sm--ps-3 {
    left: 25%;
  }

  .gc-sm--pl-3 {
    right: 25%;
  }

  .gc-sm-4 {
    float: left;
    width: 33.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-sm--os-4 {
    margin-left: 33.33333%;
  }

  .gc-sm--ps-4 {
    left: 33.33333%;
  }

  .gc-sm--pl-4 {
    right: 33.33333%;
  }

  .gc-sm-5 {
    float: left;
    width: 41.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-sm--os-5 {
    margin-left: 41.66667%;
  }

  .gc-sm--ps-5 {
    left: 41.66667%;
  }

  .gc-sm--pl-5 {
    right: 41.66667%;
  }

  .gc-sm-6 {
    float: left;
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-sm--os-6 {
    margin-left: 50%;
  }

  .gc-sm--ps-6 {
    left: 50%;
  }

  .gc-sm--pl-6 {
    right: 50%;
  }

  .gc-sm-7 {
    float: left;
    width: 58.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-sm--os-7 {
    margin-left: 58.33333%;
  }

  .gc-sm--ps-7 {
    left: 58.33333%;
  }

  .gc-sm--pl-7 {
    right: 58.33333%;
  }

  .gc-sm-8 {
    float: left;
    width: 66.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-sm--os-8 {
    margin-left: 66.66667%;
  }

  .gc-sm--ps-8 {
    left: 66.66667%;
  }

  .gc-sm--pl-8 {
    right: 66.66667%;
  }

  .gc-sm-9 {
    float: left;
    width: 75%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-sm--os-9 {
    margin-left: 75%;
  }

  .gc-sm--ps-9 {
    left: 75%;
  }

  .gc-sm--pl-9 {
    right: 75%;
  }

  .gc-sm-10 {
    float: left;
    width: 83.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-sm--os-10 {
    margin-left: 83.33333%;
  }

  .gc-sm--ps-10 {
    left: 83.33333%;
  }

  .gc-sm--pl-10 {
    right: 83.33333%;
  }

  .gc-sm-11 {
    float: left;
    width: 91.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-sm--os-11 {
    margin-left: 91.66667%;
  }

  .gc-sm--ps-11 {
    left: 91.66667%;
  }

  .gc-sm--pl-11 {
    right: 91.66667%;
  }

  .gc-sm-12 {
    float: left;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-sm--os-12 {
    margin-left: 100%;
  }

  .gc-sm--ps-12 {
    left: 100%;
  }

  .gc-sm--pl-12 {
    right: 100%;
  }

  .gc-sm--dlp {
    padding-left: 0;
  }

  .gc-sm--drp {
    padding-right: 0;
  }
}

@media (min-width: 769px) {
  .gc-md-1 {
    float: left;
    width: 8.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-md--os-1 {
    margin-left: 8.33333%;
  }

  .gc-md--ps-1 {
    left: 8.33333%;
  }

  .gc-md--pl-1 {
    right: 8.33333%;
  }

  .gc-md-2 {
    float: left;
    width: 16.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-md--os-2 {
    margin-left: 16.66667%;
  }

  .gc-md--ps-2 {
    left: 16.66667%;
  }

  .gc-md--pl-2 {
    right: 16.66667%;
  }

  .gc-md-3 {
    float: left;
    width: 25%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-md--os-3 {
    margin-left: 25%;
  }

  .gc-md--ps-3 {
    left: 25%;
  }

  .gc-md--pl-3 {
    right: 25%;
  }

  .gc-md-4 {
    float: left;
    width: 33.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-md--os-4 {
    margin-left: 33.33333%;
  }

  .gc-md--ps-4 {
    left: 33.33333%;
  }

  .gc-md--pl-4 {
    right: 33.33333%;
  }

  .gc-md-5 {
    float: left;
    width: 41.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-md--os-5 {
    margin-left: 41.66667%;
  }

  .gc-md--ps-5 {
    left: 41.66667%;
  }

  .gc-md--pl-5 {
    right: 41.66667%;
  }

  .gc-md-6 {
    float: left;
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-md--os-6 {
    margin-left: 50%;
  }

  .gc-md--ps-6 {
    left: 50%;
  }

  .gc-md--pl-6 {
    right: 50%;
  }

  .gc-md-7 {
    float: left;
    width: 58.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-md--os-7 {
    margin-left: 58.33333%;
  }

  .gc-md--ps-7 {
    left: 58.33333%;
  }

  .gc-md--pl-7 {
    right: 58.33333%;
  }

  .gc-md-8 {
    float: left;
    width: 66.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-md--os-8 {
    margin-left: 66.66667%;
  }

  .gc-md--ps-8 {
    left: 66.66667%;
  }

  .gc-md--pl-8 {
    right: 66.66667%;
  }

  .gc-md-9 {
    float: left;
    width: 75%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-md--os-9 {
    margin-left: 75%;
  }

  .gc-md--ps-9 {
    left: 75%;
  }

  .gc-md--pl-9 {
    right: 75%;
  }

  .gc-md-10 {
    float: left;
    width: 83.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-md--os-10 {
    margin-left: 83.33333%;
  }

  .gc-md--ps-10 {
    left: 83.33333%;
  }

  .gc-md--pl-10 {
    right: 83.33333%;
  }

  .gc-md-11 {
    float: left;
    width: 91.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-md--os-11 {
    margin-left: 91.66667%;
  }

  .gc-md--ps-11 {
    left: 91.66667%;
  }

  .gc-md--pl-11 {
    right: 91.66667%;
  }

  .gc-md-12 {
    float: left;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-md--os-12 {
    margin-left: 100%;
  }

  .gc-md--ps-12 {
    left: 100%;
  }

  .gc-md--pl-12 {
    right: 100%;
  }

  .gc-md--dlp {
    padding-left: 0;
  }

  .gc-md--drp {
    padding-right: 0;
  }
}

@media (min-width: 1025px) {
  .gc-lg-1 {
    float: left;
    width: 8.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-lg--os-1 {
    margin-left: 8.33333%;
  }

  .gc-lg--ps-1 {
    left: 8.33333%;
  }

  .gc-lg--pl-1 {
    right: 8.33333%;
  }

  .gc-lg-2 {
    float: left;
    width: 16.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-lg--os-2 {
    margin-left: 16.66667%;
  }

  .gc-lg--ps-2 {
    left: 16.66667%;
  }

  .gc-lg--pl-2 {
    right: 16.66667%;
  }

  .gc-lg-3 {
    float: left;
    width: 25%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-lg--os-3 {
    margin-left: 25%;
  }

  .gc-lg--ps-3 {
    left: 25%;
  }

  .gc-lg--pl-3 {
    right: 25%;
  }

  .gc-lg-4 {
    float: left;
    width: 33.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-lg--os-4 {
    margin-left: 33.33333%;
  }

  .gc-lg--ps-4 {
    left: 33.33333%;
  }

  .gc-lg--pl-4 {
    right: 33.33333%;
  }

  .gc-lg-5 {
    float: left;
    width: 41.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-lg--os-5 {
    margin-left: 41.66667%;
  }

  .gc-lg--ps-5 {
    left: 41.66667%;
  }

  .gc-lg--pl-5 {
    right: 41.66667%;
  }

  .gc-lg-6 {
    float: left;
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-lg--os-6 {
    margin-left: 50%;
  }

  .gc-lg--ps-6 {
    left: 50%;
  }

  .gc-lg--pl-6 {
    right: 50%;
  }

  .gc-lg-7 {
    float: left;
    width: 58.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-lg--os-7 {
    margin-left: 58.33333%;
  }

  .gc-lg--ps-7 {
    left: 58.33333%;
  }

  .gc-lg--pl-7 {
    right: 58.33333%;
  }

  .gc-lg-8 {
    float: left;
    width: 66.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-lg--os-8 {
    margin-left: 66.66667%;
  }

  .gc-lg--ps-8 {
    left: 66.66667%;
  }

  .gc-lg--pl-8 {
    right: 66.66667%;
  }

  .gc-lg-9 {
    float: left;
    width: 75%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-lg--os-9 {
    margin-left: 75%;
  }

  .gc-lg--ps-9 {
    left: 75%;
  }

  .gc-lg--pl-9 {
    right: 75%;
  }

  .gc-lg-10 {
    float: left;
    width: 83.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-lg--os-10 {
    margin-left: 83.33333%;
  }

  .gc-lg--ps-10 {
    left: 83.33333%;
  }

  .gc-lg--pl-10 {
    right: 83.33333%;
  }

  .gc-lg-11 {
    float: left;
    width: 91.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-lg--os-11 {
    margin-left: 91.66667%;
  }

  .gc-lg--ps-11 {
    left: 91.66667%;
  }

  .gc-lg--pl-11 {
    right: 91.66667%;
  }

  .gc-lg-12 {
    float: left;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-lg--os-12 {
    margin-left: 100%;
  }

  .gc-lg--ps-12 {
    left: 100%;
  }

  .gc-lg--pl-12 {
    right: 100%;
  }

  .gc-lg--dlp {
    padding-left: 0;
  }

  .gc-lg--drp {
    padding-right: 0;
  }
}

@media (min-width: 1551px) {
  .gc-xl-1 {
    float: left;
    width: 8.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-xl--os-1 {
    margin-left: 8.33333%;
  }

  .gc-xl--ps-1 {
    left: 8.33333%;
  }

  .gc-xl--pl-1 {
    right: 8.33333%;
  }

  .gc-xl-2 {
    float: left;
    width: 16.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-xl--os-2 {
    margin-left: 16.66667%;
  }

  .gc-xl--ps-2 {
    left: 16.66667%;
  }

  .gc-xl--pl-2 {
    right: 16.66667%;
  }

  .gc-xl-3 {
    float: left;
    width: 25%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-xl--os-3 {
    margin-left: 25%;
  }

  .gc-xl--ps-3 {
    left: 25%;
  }

  .gc-xl--pl-3 {
    right: 25%;
  }

  .gc-xl-4 {
    float: left;
    width: 33.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-xl--os-4 {
    margin-left: 33.33333%;
  }

  .gc-xl--ps-4 {
    left: 33.33333%;
  }

  .gc-xl--pl-4 {
    right: 33.33333%;
  }

  .gc-xl-5 {
    float: left;
    width: 41.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-xl--os-5 {
    margin-left: 41.66667%;
  }

  .gc-xl--ps-5 {
    left: 41.66667%;
  }

  .gc-xl--pl-5 {
    right: 41.66667%;
  }

  .gc-xl-6 {
    float: left;
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-xl--os-6 {
    margin-left: 50%;
  }

  .gc-xl--ps-6 {
    left: 50%;
  }

  .gc-xl--pl-6 {
    right: 50%;
  }

  .gc-xl-7 {
    float: left;
    width: 58.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-xl--os-7 {
    margin-left: 58.33333%;
  }

  .gc-xl--ps-7 {
    left: 58.33333%;
  }

  .gc-xl--pl-7 {
    right: 58.33333%;
  }

  .gc-xl-8 {
    float: left;
    width: 66.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-xl--os-8 {
    margin-left: 66.66667%;
  }

  .gc-xl--ps-8 {
    left: 66.66667%;
  }

  .gc-xl--pl-8 {
    right: 66.66667%;
  }

  .gc-xl-9 {
    float: left;
    width: 75%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-xl--os-9 {
    margin-left: 75%;
  }

  .gc-xl--ps-9 {
    left: 75%;
  }

  .gc-xl--pl-9 {
    right: 75%;
  }

  .gc-xl-10 {
    float: left;
    width: 83.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-xl--os-10 {
    margin-left: 83.33333%;
  }

  .gc-xl--ps-10 {
    left: 83.33333%;
  }

  .gc-xl--pl-10 {
    right: 83.33333%;
  }

  .gc-xl-11 {
    float: left;
    width: 91.66667%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-xl--os-11 {
    margin-left: 91.66667%;
  }

  .gc-xl--ps-11 {
    left: 91.66667%;
  }

  .gc-xl--pl-11 {
    right: 91.66667%;
  }

  .gc-xl-12 {
    float: left;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gc-xl--os-12 {
    margin-left: 100%;
  }

  .gc-xl--ps-12 {
    left: 100%;
  }

  .gc-xl--pl-12 {
    right: 100%;
  }

  .gc-xl--dlp {
    padding-left: 0;
  }

  .gc-xl--drp {
    padding-right: 0;
  }
}

.gc--c {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.cell {
  margin-bottom: 1em;
  padding: 1em;
  background: #9B9B9B;
  color: #FFF;
}

@media (min-width: 561px) and (max-width: 768px) {
  .bl-sm-2:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .bl-md-2:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 1025px) {
  .bl-lg-2:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 561px) and (max-width: 768px) {
  .bl-sm-3:nth-child(3n + 1) {
    clear: left;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .bl-md-3:nth-child(3n + 1) {
    clear: left;
  }
}

@media (min-width: 1025px) {
  .bl-lg-3:nth-child(3n + 1) {
    clear: left;
  }
}

@media (min-width: 561px) and (max-width: 768px) {
  .bl-sm-4:nth-child(4n + 1) {
    clear: left;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .bl-md-4:nth-child(4n + 1) {
    clear: left;
  }
}

@media (min-width: 1025px) {
  .bl-lg-4:nth-child(4n + 1) {
    clear: left;
  }
}

@font-face {
  font-family: 'Droid Serif';
  src: url("../fonts/droidserif-italic.eot");
  src: url("../fonts/droidserif-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/droidserif-italic.woff2") format("woff2"), url("../fonts/droidserif-italic.woff") format("woff"), url("../fonts/droidserif-italic.ttf") format("truetype"), url("../fonts/droidserif-italic.svg#droid_serifitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rokkitt';
  src: url("../fonts/rokkitt-bold.eot");
  src: url("../fonts/rokkitt-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/rokkitt-bold.woff2") format("woff2"), url("../fonts/rokkitt-bold.woff") format("woff"), url("../fonts/rokkitt-bold.ttf") format("truetype"), url("../fonts/rokkitt-bold.svg#rokkittbold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Rokkitt';
  src: url("../fonts/rokkitt-regular.eot");
  src: url("../fonts/rokkitt-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/rokkitt-regular.woff2") format("woff2"), url("../fonts/rokkitt-regular.woff") format("woff"), url("../fonts/rokkitt-regular.ttf") format("truetype"), url("../fonts/rokkitt-regular.svg#rokkittregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-semibold.eot");
  src: url("../fonts/opensans-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibold.woff2") format("woff2"), url("../fonts/opensans-semibold.woff") format("woff"), url("../fonts/opensans-semibold.ttf") format("truetype"), url("../fonts/opensans-semibold.svg#open_sanssemibold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-semibolditalic.eot");
  src: url("../fonts/opensans-semibolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibolditalic.woff2") format("woff2"), url("../fonts/opensans-semibolditalic.woff") format("woff"), url("../fonts/opensans-semibolditalic.ttf") format("truetype"), url("../fonts/opensans-semibolditalic.svg#open_sanssemibold_italic") format("svg");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-regular.eot");
  src: url("../fonts/opensans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular.woff2") format("woff2"), url("../fonts/opensans-regular.woff") format("woff"), url("../fonts/opensans-regular.ttf") format("truetype"), url("../fonts/opensans-regular.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-italic.eot");
  src: url("../fonts/opensans-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-italic.woff2") format("woff2"), url("../fonts/opensans-italic.woff") format("woff"), url("../fonts/opensans-italic.ttf") format("truetype"), url("../fonts/opensans-italic.svg#open_sansitalic") format("svg");
  font-weight: normal;
  font-style: italic;
}

body {
  color: #4A4A4A;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  line-height: 1.687;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rokkitt", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  margin: 0;
  text-rendering: optimizeLegibility;
  color: #000;
}

h1,
.h1 {
  font-size: 3.375rem;
  font-weight: normal;
  line-height: 1.07;
}

@media (max-width: 559px) {

  h1,
  .h1 {
    font-size: 2.375em;
  }
}

h2,
.h2 {
  font-size: 2.875rem;
  font-weight: normal;
  line-height: 1.04;
}

h3,
.h3 {
  font-size: 2.25rem;
  font-weight: normal;
  line-height: 1.02;
}

@media (max-width: 559px) {

  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

@media (min-width: 1550px) {

  h3,
  .h3 {
    font-size: 2.75rem;
  }
}

h4,
.h4 {
  margin-bottom: 1rem;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.333;
}

@media (max-width: 559px) {

  h4,
  .h4 {
    font-size: 1.5em;
  }
}

@media (min-width: 1550px) {

  h4,
  .h4 {
    font-size: 2.6rem;
    line-height: 3.633rem;
  }
}

h5,
.h5 {
  margin-bottom: 1rem;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.3125rem;
  font-weight: normal;
  line-height: 1.333;
}

h6,
.h6 {
  font-size: 0.875rem;
}

p {
  margin: 0 0 0.8435em;
}

@media (min-width: 1550px) {
  p {
    font-size: 1.2rem;
    line-height: 2.187rem;
  }
}

small {
  font-size: 0.875rem;
}

a {
  color: #944215;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.2s linear;
}

a:hover {
  color: #944215;
}

a:active,
a:focus {
  color: #944215;
  outline: none;
}

a:hover,
a:active,
a:focus {
  background-color: #F2E7C3;
}

hr {
  margin: 1.687 0;
}

img {
  margin: 0;
  max-width: 100%;
  height: auto;
}

abbr,
acronym {
  cursor: help;
}

blockquote {
  margin: 1em;
  font-size: 1.3125rem;
  line-height: 1.5;
  color: #B7A261;
  font-family: "Droid Serif", "Georgia", "Cambria", "Times New Roman", "Times", serif;
}

@media (min-width: 769px) {
  blockquote {
    font-size: 1.75em;
  }
}

@media (min-width: 1550px) {
  blockquote {
    font-size: 1.75rem;
  }

  blockquote p {
    font-size: inherit;
    line-height: inherit;
  }
}

blockquote p {
  margin-bottom: 0.5em;
}

figure:not(.image-link) {
  table-layout: fixed;
  display: table;
  max-width: 100%;
}

figure:not(.image-link) img {
  display: block;
  width: 100%;
}

figure:not(.image-link) figcaption {
  display: table-caption;
  caption-side: bottom;
}

ul li,
ol li {
  padding-bottom: 0.75em;
}

input {
  border-radius: 0;
}

.center {
  text-align: center;
}

.margin {
  margin-bottom: 1.5rem;
}

.label,
.title {
  font-family: "Droid Serif", "Georgia", "Cambria", "Times New Roman", "Times", serif;
}

.label span,
.title span {
  border-bottom: 1.5px solid #B7A261;
}

.label {
  margin-bottom: 1rem;
  font-size: 1.3125rem;
  font-weight: normal;
  line-height: 1.667;
}

@media (min-width: 1551px) {
  .label--outside {
    position: absolute;
    top: -0.35rem;
    left: -1rem;
    padding-right: 5px;
    transform: translate3d(-100%, 0, 0);
    max-width: 10vw;
    text-align: right;
  }
}

.title {
  font-size: 1rem;
  line-height: 1.187;
}

.description {
  padding-bottom: 1.5em;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #B7A261;
  text-transform: uppercase;
}

.highlight {
  color: #B7A261;
}

.double-border {
  margin: 0.5em 0;
  color: #B7A261;
}

.double-border span {
  border-top: 1.5px solid #B7A261;
  border-bottom: 1.5px solid #B7A261;
}

.blockquote-border {
  text-align: center;
  font-size: 1.75em;
  line-height: 1.5;
  color: #000;
}

@media (max-width: 559px) {
  .blockquote-border {
    font-size: 1.45rem;
  }
}

.blockquote-border:before,
.blockquote-border:after {
  content: '';
  display: block;
  margin: 0 auto;
  padding-bottom: 0.5em;
  width: 100%;
  max-width: 18.75rem;
}

.blockquote-border:before {
  border-top: 1px solid #B7A261;
}

.blockquote-border:after {
  border-bottom: 1px solid #B7A261;
}

.blockquote-border span:nth-of-type(2n + 1) {
  font-family: "Droid Serif", "Georgia", "Cambria", "Times New Roman", "Times", serif;
}

.blockquote-border span:nth-of-type(2n) {
  font-family: "Rokkitt", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blockquote-border p:first-line {
  font-family: "Rokkitt", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  text-transform: uppercase;
}

.blockquote-border .blockquote-source {
  margin-bottom: 0;
  font-family: "Rokkitt", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  color: #B7A261;
}

@media (min-width: 561px) {

  .blockquote--left,
  .blockquote--right {
    width: 60%;
    max-width: 100%;
  }
}

@media (min-width: 561px) {
  .blockquote--left {
    float: left;
    margin-left: 0;
  }
}

@media (min-width: 769px) {
  .blockquote--left {
    margin-left: -16.66667%;
  }
}

@media (min-width: 561px) {
  .blockquote--right {
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 769px) {
  .blockquote--right {
    margin-right: -16.66667%;
  }
}

.focus-list {
  font-size: 1.2rem;
  line-height: 2.4rem;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  font-size: 2rem;
  font-style: italic;
  text-align: right;
}

.alignleft {
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0.25rem;
}

.alignright {
  float: right;
  margin-left: 0.5em;
  margin-bottom: 0.25rem;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}

.aligncenter+.wp-caption-text,
.alignright+.wp-caption-text,
.alignleft+.wp-caption-text {
  margin-top: -2em;
}

a img {
  border: none;
}

.gallery {
  *zoom: 1;
  margin-bottom: 2rem;
}

.gallery:before,
.gallery:after {
  content: " ";
  display: table;
}

.gallery:after {
  clear: both;
}

.gallery-item {
  float: left;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.gallery-item .social-share-image-list {
  display: none;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.7%;
}

.gallery-columns-7 .gallery-item {
  width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1%;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}

.gallery-caption {
  font-size: 2rem;
  font-style: italic;
  text-align: right;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.wp-caption-text {
  line-height: 1.45;
  font-size: 0.8rem;
  font-style: italic;
  text-align: inherit;
  color: #B7A261;
}

.full-width-image .wp-caption-text,
.split-image .wp-caption-text {
  padding: 0.5em;
}

@media (min-width: 1025px) {

  .full-width-image .wp-caption-text,
  .split-image .wp-caption-text {
    position: absolute;
    left: 0;
    bottom: 0.5em;
    margin: 0 0.5em;
    background: rgba(183, 162, 97, 0.9);
    color: #FFF;
  }
}

.primary-break .wp-caption-text {
  color: #FFF;
}

button,
input[type="submit"],
.button {
  position: relative;
  display: inline-block;
  padding: 1em 3em;
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid #944215;
  color: #944215;
  line-height: 1.687;
  font-size: inherit;
  font-weight: normal;
  text-decoration: none;
  background-clip: border-box;
  transition: background 0.2s linear;
}

.button-over {
  position: relative;
  display: inline-block;
  padding: 1em 3em;
  background-color: #944215;
  border-radius: 0px;
  border: 1px solid #944215;
  color: #fff;
  line-height: 1.687;
  font-size: inherit;
  font-weight: normal;
  text-decoration: none;
  background-clip: border-box;
  transition: background 0.2s linear;
}

button:disabled,
input[type="submit"]:disabled,
.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

button:hover:not(:disabled),
button:active:not(:disabled),
button:focus:not(:disabled),
input[type="submit"]:hover:not(:disabled),
input[type="submit"]:active:not(:disabled),
input[type="submit"]:focus:not(:disabled),
.button:hover:not(:disabled),
.button:active:not(:disabled),
.button:focus:not(:disabled) {
  cursor: pointer;
  color: #FFF;
  outline: none;
}

button:hover:not(:disabled),
button:focus:not(:disabled),
input[type="submit"]:hover:not(:disabled),
input[type="submit"]:focus:not(:disabled),
.button:hover:not(:disabled),
.button:focus:not(:disabled) {
  background-color: #944215;
  border-color: #944215;
}

button:active:not(:disabled),
input[type="submit"]:active:not(:disabled),
.button:active:not(:disabled) {
  background-color: #B7A261;
  border: 1px solid #B7A261;
  border-color: #B7A261;
}

button .icon,
input[type="submit"] .icon,
.button .icon {
  vertical-align: -0.1em;
}

.button--drkreverse {
  color: #FFF;
  background-color: #944215;
}

.button--reverse {
  color: #FFF;
  border-color: #FFF;
}

.button--arrow .icon {
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -0.5em;
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
  transition: opacity 0.2s linear, transform 0.2s linear;
  vertical-align: baseline;
}

.button--arrow:hover:not(:disabled) .icon,
.button--arrow:focus:not(:disabled) .icon,
.button--arrow:active:not(:disabled) .icon {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.button--center {
  display: block;
  margin: 1em auto 1em;
}

.button--contact {
  margin-bottom: 2em;
  padding-left: 0.5em;
  width: 100%;
  color: #4A4A4A;
  border-color: #B7A261;
  border-left-width: 2em;
  text-align: left;
}

.button--contact .icon {
  position: absolute;
  top: 1.25em;
  left: -1.5em;
  color: #FFF;
}

.button--contact:hover:not(:disabled),
.button--contact:focus:not(:disabled),
.button--contact:active:not(:disabled) {
  border-left-width: 2em;
}

.button--contact-facebook {
  border-color: #3b5998;
}

.button--contact-twitter {
  border-color: #00aced;
}

.button--contact-linkedin {
  border-color: #007bb6;
}

.main-menu {
  position: relative;
  line-height: 5rem;
  background-color: #FFF;
  transition: background 0.2s;
  z-index: 5000;
}

.main-menu.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.main-menu.is-frozen {
  position: absolute !important;
}

@media (max-width: 1024px) {
  .main-menu.is-frozen {
    position: fixed !important;
    top: 0 !important;
  }
}

@media (max-width: 1024px) {
  .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    line-height: 3rem;
  }

  .main-menu .main-menu-mobile {
    margin-top: 0.75rem;
  }

  .main-menu .site-title {
    padding-right: 0;
  }
}

@media (max-width: 399px) {
  .main-menu .site-title {
    font-size: 1.8em;
  }
}

.main-menu.is-open {
  background: #B7A261;
  color: #FFF;
}

.main-menu.is-open .main-menu-inner {
  background: #B7A261;
}

.main-menu.is-open .site-title {
  color: #FFF;
}

.main-menu.is-open .site-title .highlight {
  color: #FFF;
}

.main-menu.is-open .main-menu-search {
  visibility: hidden;
  z-index: -1;
}

.main-menu.is-open .main-menu-mobile span {
  opacity: 0;
  background-color: #FFF;
}

.main-menu.is-open .main-menu-mobile span:first-child {
  opacity: 1;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.main-menu.is-open .main-menu-mobile span:last-child {
  opacity: 1;
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.main-menu .main-menu-list>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.main-menu .main-menu-list>ul>li {
  display: inline-block;
}

.main-menu .menu-item {
  position: relative;
  padding-bottom: 0;
}

.main-menu .menu-item>a {
  padding: 0 1rem;
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
}

.main-menu .menu-item>a:hover,
.main-menu .menu-item>a:focus,
.main-menu .menu-item>a:active {
  background: #FFF;
  color: #000;
}

.main-menu .menu-item.current-menu-item>a,
.main-menu .menu-item.current-page-parent>a,
.main-menu .menu-item.current-page-ancestor>a,
.main-menu .menu-item.current-menu-ancestor>a,
.main-menu .menu-item.current-menu-parent>a,
.main-menu .menu-item.current_page_parent>a {
  background: #FFF;
  color: #B7A261;
}

@media (min-width: 1025px) {

  .main-menu .menu-item:not(.social-nav-item):before,
  .main-menu .menu-item:not(.social-nav-item):after {
    display: block;
    content: '';
    position: absolute;
    left: 1em;
    right: 1em;
    border-bottom: 1px solid #B7A261;
    opacity: 0;
    transition: all 0.2s;
  }

  .main-menu .menu-item:not(.social-nav-item):before {
    top: 1.5em;
    transform: translate3d(0, -8px, 0);
  }

  .main-menu .menu-item:not(.social-nav-item):after {
    bottom: 1.5em;
    transform: translate3d(0, 8px, 0);
  }

  .main-menu .menu-item:not(.social-nav-item):hover:before,
  .main-menu .menu-item:not(.social-nav-item):hover:after,
  .main-menu .menu-item:not(.social-nav-item):focus:before,
  .main-menu .menu-item:not(.social-nav-item):focus:after,
  .main-menu .menu-item:not(.social-nav-item):active:before,
  .main-menu .menu-item:not(.social-nav-item):active:after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .main-menu .menu-item:not(.social-nav-item).current-menu-item:before,
  .main-menu .menu-item:not(.social-nav-item).current-menu-item:after,
  .main-menu .menu-item:not(.social-nav-item).current-page-parent:before,
  .main-menu .menu-item:not(.social-nav-item).current-page-parent:after,
  .main-menu .menu-item:not(.social-nav-item).current-page-ancestor:before,
  .main-menu .menu-item:not(.social-nav-item).current-page-ancestor:after,
  .main-menu .menu-item:not(.social-nav-item).current-menu-ancestor:before,
  .main-menu .menu-item:not(.social-nav-item).current-menu-ancestor:after,
  .main-menu .menu-item:not(.social-nav-item).current-menu-parent:before,
  .main-menu .menu-item:not(.social-nav-item).current-menu-parent:after,
  .main-menu .menu-item:not(.social-nav-item).current_page_parent:before,
  .main-menu .menu-item:not(.social-nav-item).current_page_parent:after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .main-menu .menu-item:not(.social-nav-item):hover .sub-menu,
  .main-menu .menu-item:not(.social-nav-item):focus .sub-menu,
  .main-menu .menu-item:not(.social-nav-item):active .sub-menu {
    opacity: 1;
  }

  .main-menu .menu-item:not(.social-nav-item):hover .sub-menu .menu-item,
  .main-menu .menu-item:not(.social-nav-item):focus .sub-menu .menu-item,
  .main-menu .menu-item:not(.social-nav-item):active .sub-menu .menu-item {
    max-height: 3em;
  }
}

.main-menu .menu-item--icon>a {
  padding: 0 0.5rem;
}

.main-menu .sub-menu {
  list-style-type: none;
}

@media (min-width: 1025px) {
  .main-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    width: 18em;
    background: #8C7C4A;
    opacity: 0;
    transition: opacity 0.2s;
  }

  .main-menu .sub-menu .menu-item {
    line-height: 3;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s;
  }

  .main-menu .sub-menu .menu-item:before,
  .main-menu .sub-menu .menu-item:after {
    display: none;
  }

  .main-menu .sub-menu .menu-item>a {
    color: #FFF;
    margin-left: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .main-menu .sub-menu .menu-item:hover>a,
  .main-menu .sub-menu .menu-item:focus>a,
  .main-menu .sub-menu .menu-item:active>a {
    color: #FFE399;
    background: none;
  }

  .main-menu .sub-menu .menu-item.current-menu-item>a,
  .main-menu .sub-menu .menu-item.current-page-parent>a,
  .main-menu .sub-menu .menu-item.current-page-ancestor>a,
  .main-menu .sub-menu .menu-item.current-menu-ancestor>a,
  .main-menu .sub-menu .menu-item.current-menu-parent>a,
  .main-menu .sub-menu .menu-item.current_page_parent>a {
    color: #FFE399;
    background: none;
    border-bottom: 1px solid;
  }
}

.main-menu-inner {
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
  background: #FFF;
  border-top: 2px solid #B7A261;
  border-bottom: 1px solid #9B9B9B;
  *zoom: 1;
  z-index: 1000;
}

.main-menu-inner:before,
.main-menu-inner:after {
  content: " ";
  display: table;
}

.main-menu-inner:after {
  clear: both;
}

.main-menu-list {
  transition: background 0.2s;
}

.main-menu-left {
  float: left;
}

.main-menu-social,
.main-menu-search {
  float: right;
}

.main-menu-search {
  padding: 0 1rem;
  line-height: inherit;
  color: #4A4A4A;
  border: none;
}

.main-menu-search:hover:not(:disabled),
.main-menu-search:focus:not(:disabled),
.main-menu-search:active:not(:disabled) {
  background: #FFF;
  color: #B7A261;
  border: none;
}

.main-menu-search .icon-search {
  font-size: 1.5em;
  vertical-align: -0.2em;
}

.main-menu-mobile {
  position: relative;
  display: none;
  float: left;
  margin-top: 1.75rem;
  margin-right: 1rem;
  height: 24px;
  width: 24px;
  cursor: pointer;
}

.main-menu-mobile span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #4A4A4A;
  transition: background 0.2s, transform 0.2s;
}

.main-menu-mobile span:nth-child(2) {
  top: 50%;
  margin-top: -2.5px;
}

.main-menu-mobile span:last-child {
  top: auto;
  bottom: 0;
}

.main-menu-mobile:hover span,
.main-menu-mobile:focus span,
.main-menu-mobile:active span {
  background-color: #B7A261;
}

@media (max-width: 1024px) {
  .main-menu-mobile {
    display: block;
  }

  .main-menu-list {
    display: none;
    position: fixed;
    top: 3rem;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 2px solid #FFF;
    background: #B7A261;
    z-index: 1000;
    text-align: center;
    line-height: initial;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .main-menu-list .menu-item>a {
    display: inline-block;
    padding: 2rem 1rem;
    font-size: 1.2em;
    line-height: initial;
    color: #FFF;
  }

  .main-menu-list .menu-item>a:hover,
  .main-menu-list .menu-item>a:focus,
  .main-menu-list .menu-item>a:active {
    background: none;
    color: #944215;
  }

  .main-menu-list .menu-item.current-menu-item>a,
  .main-menu-list .menu-item.current-page-parent>a,
  .main-menu-list .menu-item.current-page-ancestor>a,
  .main-menu-list .menu-item.current-menu-ancestor>a,
  .main-menu-list .menu-item.current-menu-parent>a,
  .main-menu-list .menu-item.current_page_parent>a {
    background: none;
    color: #FFF;
  }

  .main-menu-list .menu-item.menu-item-has-children {
    position: relative;
  }

  .main-menu-list .menu-item.menu-item-has-children:before {
    content: '+';
    position: absolute;
    top: 2.1rem;
    right: 0;
  }

  .main-menu-list .main-menu-left .menu-item {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10em;
    border-bottom: 1px solid #FFF;
  }

  .main-menu .sub-menu {
    display: block;
    margin-left: -5em;
    margin-right: -5em;
    padding: 0;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.2s, max-height 0.2s;
  }

  .main-menu .sub-menu .menu-item {
    width: 100%;
    border-bottom: none;
  }

  .main-menu .sub-menu .menu-item>a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 1rem;
  }

  .main-menu .sub-menu .menu-item:last-child>a {
    padding-bottom: 2em;
  }

  .main-menu .menu-item.open-sub>a {
    padding-bottom: 1em;
  }

  .main-menu .menu-item.open-sub .sub-menu {
    max-height: 400px;
    opacity: 1;
  }

  .main-menu .menu-item.open-sub:before {
    content: '\2013';
  }

  .is-open .main-menu-list {
    display: block;
  }

  .is-open .main-menu-list .main-menu-social .social-nav-item:before {
    display: none;
  }

  .is-open .main-menu-left,
  .is-open .main-menu-social {
    float: none;
  }

  .flexbox .main-menu-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .flexbox .main-menu-inner:before,
  .flexbox .main-menu-inner:after {
    display: none;
  }
}

.site-search {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  padding: 0;
  text-align: center;
  background: #944215;
  color: #FFF;
  font-size: 2em;
  line-height: initial;
  z-index: -10;
  height: auto;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.2s, padding 0.2s;
  overflow: hidden;
}

.site-search.is-open {
  padding: 2.5rem 1rem 4rem;
  transform: translate3d(0, 0, 0);
}

.site-search input[type="text"] {
  padding: 0.25em;
  min-width: 50%;
  max-width: calc(100% - 2em);
  background: none;
  border: none;
  border-bottom: 1px solid;
}

.site-search input[type="text"].placeholder {
  color: inherit;
  opacity: 0.5;
}

.site-search input[type="text"]:-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

.site-search input[type="text"]::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

.site-search input[type="text"]::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

.site-search input[type="text"]:hover,
.site-search input[type="text"]:focus,
.site-search input[type="text"]:active {
  outline: none;
}

.site-search input[type="submit"] {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
}

.site-search .icon-search {
  vertical-align: middle;
}

.no-csstransforms3d .site-search {
  height: 0;
}

.no-csstransforms3d .site-search.is-open {
  height: auto;
}

.billboard {
  position: relative;
  padding: 2rem;
  width: 100%;
  height: calc(100vh - 3rem);
  background-color: #4A4A4A;
  color: #FFF;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .billboard {
    height: 100vh;
  }
}

.billboard-background {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

@media (min-width: 1025px) {
  .billboard-background {
    position: fixed;
  }
}

.billboard-background div {
  width: 100%;
  height: 100%;
  background-color: #4A4A4A;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.billboard-cover img {
  display: none;
}

.billboard-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4A4A4A;
  opacity: 1;
  transition: opacity 0.35s;
}

.billboard-cover img {
  display: block;
  width: 100%;
  height: 100%;
  filter: blur(8px);
  opacity: 0.6;
}

.billboard-nav>a,
.billboard-nav>.social-nav-item,
.billboard-title,
.billboard-sub,
.billboard-more,
.travel-header {
  opacity: 0;
}

.billboard-nav>a:nth-child(1) {
  animation-delay: 1s;
}

.billboard-nav>.social-nav-item:nth-child(2) {
  animation-delay: 1.2s;
}

.billboard-nav>.social-nav-item:nth-child(3) {
  animation-delay: 1.4s;
}

.billboard-nav>.social-nav-item:nth-child(4) {
  animation-delay: 1.6s;
}

.billboard-title,
.travel-header {
  animation-delay: 0.4s;
}

.billboard-sub {
  animation-delay: 0.8s;
}

.billboard-more {
  animation-delay: 2s;
}

.billboard.is-ready .billboard-cover {
  opacity: 0;
}

.billboard.is-ready .billboard-nav>a,
.billboard.is-ready .billboard-nav>.social-nav-item,
.billboard.is-ready .billboard-title,
.billboard.is-ready .billboard-sub,
.billboard.is-ready .travel-header {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.billboard.is-ready .billboard-more {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.billboard.is-ready .billboard-more.bounce {
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.no-js .billboard-nav>a,
.no-js .billboard-nav>.social-nav-item,
.no-js .billboard-title,
.no-js .billboard-sub,
.no-js .billboard-more,
.no-js .travel-header,
.no-cssanimations .billboard-nav>a,
.no-cssanimations .billboard-nav>.social-nav-item,
.no-cssanimations .billboard-title,
.no-cssanimations .billboard-sub,
.no-cssanimations .billboard-more,
.no-cssanimations .travel-header {
  opacity: 1;
}

.no-js .billboard-cover,
.no-cssanimations .billboard-cover {
  opacity: 0;
}

.billboard-nav {
  font-size: 1.5em;
}

@media (max-width: 1024px) {
  .billboard-nav {
    display: none;
  }
}

.billboard-nav a {
  display: inline-block;
  padding: 0 1rem;
  font-family: "Rokkitt", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  color: #FFF;
}

.billboard-nav a:hover,
.billboard-nav a:focus,
.billboard-nav a:active {
  color: #B7A261;
  background-color: transparent;
}

.billboard-nav>a:first-child {
  position: relative;
  font-size: 1.5em;
}

.billboard-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 1rem 2rem;
  text-align: center;
}

.billboard-content h5,
.billboard-content p {
  margin-left: auto;
  margin-right: auto;
  max-width: 30em;
}

@media (max-width: 1024px) {

  .billboard-content h5,
  .billboard-content p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .billboard-content {
    bottom: 3em;
  }
}

.billboard-title {
  text-align: center;
  color: #B7A261;
  font-size: 3.375rem;
  line-height: 0.9;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.9);
}

@media (min-width: 769px) {
  .billboard-title {
    font-size: 4.5rem;
  }
}

@media (min-width: 1025px) {
  .billboard-title {
    font-size: 9rem;
  }
}

.billboard-sub {
  color: inherit;
}

.billboard-more {
  display: block;
  background: none;
  border: none;
  font-family: "Rokkitt", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  color: #FFF;
  text-transform: uppercase;
}

.billboard-more .icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.billboard-more:hover:not(:disabled),
.billboard-more:focus:not(:disabled),
.billboard-more:active:not(:disabled) {
  color: #B7A261;
  background: none;
  border: none;
}

.travel-header {
  color: inherit;
}

.travel-header span {
  border-bottom-color: #FFF;
}

.hero-banner {
  position: relative;
  width: 100%;
  text-align: center;
  color: #FFF;
  min-height: 400px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.hero-banner:after {
  content: '';
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  right: 1.5em;
  bottom: 1.5em;
  border: 1px solid;
}

@media (max-width: 1023px) {
  .hero-banner {
    position: relative !important;
  }
}

.hero-banner-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-banner-content {
  position: relative;
  padding: 3em 2em;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.hero-banner-content .label {
  margin-bottom: 0;
}

.hero-tagline:after {
  content: '';
  display: block;
  margin: 1rem auto 1.5rem;
  width: 30%;
  border-bottom: 1px solid;
}

@media (min-width: 1024px) {
  .hero-tagline {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }
}

.hero-banner {
  opacity: 0;
  transition: opacity 0.35s;
}

.hero-banner.is-ready {
  opacity: 1;
}

.hero-banner.is-ready .hero-banner-image {
  opacity: 0.1;
}

.hero-banner.is-ready .hero-banner-content {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.hero-banner-no-color.is-ready .hero-banner-image {
  opacity: 1;
}

.hero-banner-image {
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.35s 0.5s;
}

.hero-banner-content {
  opacity: 0;
  transform: translate3d(0, -5px, 0);
  transition: opacity 0.35s 0.5s, transform 0.35s 0.5s;
}

.image-link {
  display: block;
  position: relative;
  margin: 0;
  margin-bottom: 2rem;
  background: #4A4A4A;
  color: #FFF;
}

.image-link>img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.75;
  transition: opacity 0.35s;
}

.image-link>img+p {
  display: none;
}

.image-link figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2em;
  padding-top: 10%;
}

.image-link figcaption:before,
.image-link figcaption:after {
  content: '';
  display: block;
  position: absolute;
  top: 1em;
  left: 1em;
  right: 1em;
  bottom: 1em;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}

.image-link figcaption:before {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  transform: scale(0, 1);
}

.image-link figcaption:after {
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: scale(1, 0);
}

.image-link figcaption a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  opacity: 0;
}

.image-link .caption-inner {
  position: absolute;
  bottom: 2em;
  left: 2em;
  right: 2em;
}

@media (min-width: 769px) {
  .image-link .caption-inner {
    right: 20%;
  }
}

@media (min-width: 1025px) {
  .image-link .caption-inner {
    right: 40%;
  }
}

.image-link:hover,
.image-link:focus,
.image-link:active {
  background: #944215;
}

.image-link:hover>img,
.image-link:focus>img,
.image-link:active>img {
  opacity: 0.1;
}

.image-link:hover figcaption:before,
.image-link:hover figcaption:after,
.image-link:focus figcaption:before,
.image-link:focus figcaption:after,
.image-link:active figcaption:before,
.image-link:active figcaption:after {
  opacity: 1;
  transform: scale(1);
}

.image-link:hover .image-link-color,
.image-link:focus .image-link-color,
.image-link:active .image-link-color {
  opacity: 1;
}

.image-link:hover .image-link-content,
.image-link:focus .image-link-content,
.image-link:active .image-link-content {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.image-link:hover .image-link-caption,
.image-link:focus .image-link-caption,
.image-link:active .image-link-caption {
  background-size: 30% 1px;
}

.image-link:hover .image-link-caption-date,
.image-link:focus .image-link-caption-date,
.image-link:active .image-link-caption-date {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.image-link.full-width-image {
  width: 95%;
}

.image-link.full-width-image .image-link-content--logo {
  position: relative;
  margin-left: 7rem;
}

.image-link.full-width-image .image-link-logo {
  position: absolute;
  right: 100%;
  bottom: 0;
  margin-right: 1.5rem;
  width: 5.5rem;
}

@media (max-width: 559px) {
  .image-link.full-width-image .image-link-caption {
    font-size: 1.3125rem;
  }
}

.image-link-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: #944215;
}

.image-link-content {
  transform: translate3d(0, 20px, 0);
  transition: all 0.35s;
}

.image-link-content+.image-link-content {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition-delay: 0.1s;
}

.image-link-caption,
.image-link-caption-date {
  margin-bottom: 0;
}

.image-link-caption {
  font-weight: bold;
  background-image: linear-gradient(#FFF, #FFF);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0% 1px;
}

.image-link-caption-date {
  font-family: "Rokkitt", "Georgia", "Cambria", "Times New Roman", "Times", serif;
}

.image-link-subheader {
  font-family: "Rokkitt", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-size: 1.5rem;
  margin-bottom: 0;
  padding-top: 0.15em;
}

.site-footer {
  position: relative;
  padding: 3em 1em 2em;
  color: #FFF;
  background: #322421;
  border-bottom: 6px solid #B7A261;
}

.site-footer:after {
  content: '';
  display: table;
  clear: both;
}

@media (max-width: 1024px) {
  .site-footer {
    text-align: center;
  }
}

.site-footer a {
  color: #B7A261;
}

.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
  color: #8C7C4A;
  background-color: transparent;
}

.footer-nav {
  padding-bottom: 10em;
  *zoom: 1;
}

.footer-nav:before,
.footer-nav:after {
  content: " ";
  display: table;
}

.footer-nav:after {
  clear: both;
}

.footer-nav>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 2rem;
  *zoom: 1;
}

.footer-nav>ul:before,
.footer-nav>ul:after {
  content: " ";
  display: table;
}

.footer-nav>ul:after {
  clear: both;
}

.footer-nav>ul>li {
  display: block;
  float: left;
  padding: 0 1rem;
}

.footer-nav .site-title {
  line-height: 1;
}

.footer-menu {
  float: left;
}

@media (max-width: 1024px) {
  .footer-menu {
    display: none;
  }
}

.footer-menu a {
  font-weight: normal;
  color: #FFF;
}

.footer-menu a:hover,
.footer-menu a:focus,
.footer-menu a:active {
  color: #B7A261;
  background-color: transparent;
}

.footer-menu>li>a {
  text-transform: uppercase;
}

.footer-menu .sub-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-social {
  display: inline-block;
  font-size: 1.5em;
}

@media (max-width: 559px) {
  .footer-social {
    padding-top: 1rem;
  }

  .footer-social .social-nav-item:before {
    display: none;
  }
}

@media (min-width: 1025px) {
  .footer-social {
    float: right;
  }
}

.footer-social a {
  padding: 0 0.5em;
  color: #FFF;
}

.footer-social a:hover,
.footer-social a:focus,
.footer-social a:active {
  color: #B7A261;
  background-color: transparent;
}

.footer-social .social-nav-item:before {
  left: -0.25em;
}

.split {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.split-inner {
  position: relative;
  min-height: 31.25em;
  background: #F8F8F8;
}

@media (min-width: 1551px) {
  .split-inner {
    min-height: 600px;
  }
}

.split-inner .wrapper {
  padding-top: 3rem;
  padding-bottom: 2em;
}

@media (min-width: 1025px) {
  .split-inner .wrapper {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.split-image {
  width: 100%;
}

.split-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .split-image {
    background-color: #FFF;
    background-image: none !important;
  }
}

@media (min-width: 1025px) {
  .split-image {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .split-image img {
    display: none;
  }
}

.split-image--left {
  left: 0;
}

.split-image--right {
  left: 50%;
}

.content-block {
  width: 95%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.content-block--full {
  width: 100%;
  max-width: none;
}

.content-backdrop {
  position: relative;
  background: #FFF;
}

.spacer {
  background: #FFF;
}

.content-block-inner {
  position: relative;
}

.content-text {
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .content-text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.primary-break {
  background-color: #B7A261;
  color: #FFF;
  border-top: 2px solid #8C7C4A;
  border-bottom: 2px solid #8C7C4A;
}

.primary-break .content-block a {
  color: #FFE399;
}

.primary-break .content-block a:hover,
.primary-break .content-block a:focus,
.primary-break .content-block a:active {
  color: #FFE399;
  background: #944215;
}

.primary-break .content-block .archive-header a {
  color: inherit;
}

.primary-break .content-block .archive-header a:hover,
.primary-break .content-block .archive-header a:focus,
.primary-break .content-block .archive-header a:active {
  color: #FFE399;
  background: none;
}

.primary-break-inner {
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0;
  width: 95%;
  max-width: 1440px;
}

.primary-break-inner.primary-break-inner--images {
  padding-top: 0;
  padding-bottom: 0;
}

.primary-break-inner a {
  color: inherit;
}

.primary-break-inner a:hover,
.primary-break-inner a:focus,
.primary-break-inner a:active {
  color: #944215;
  background: none;
}

.primary-break-image {
  display: inline-block;
  padding: 1rem 2rem;
}

.flexbox .primary-break-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.flexbox .primary-break-inner.primary-break-inner--images {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flexbox .primary-break-inner.primary-break-inner--images .aligncenter {
  margin-bottom: 0;
}

.jumbotron {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.jumbotron:before,
.jumbotron:after {
  content: '';
  display: table;
}

.jumbotron:after {
  clear: both;
}

@media (max-width: 1439px) {
  .jumbotron {
    width: 95%;
  }
}

.jumbotron div:first-child {
  padding-top: 3rem;
}

@media (min-width: 1025px) {
  .jumbotron div:first-child {
    padding-bottom: 3rem;
  }
}

@media (min-width: 1220px) {
  .jumbotron div:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.jumbotron-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1025px) {
  .jumbotron-img {
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    max-width: none;
  }
}

.social-nav-item {
  display: inline-block;
  position: relative;
}

.social-nav-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.9em;
  height: 1.5em;
  border-left: 2px solid;
}

.social-nav-item~.social-nav-item:before {
  display: none;
}

@media (max-width: 559px) {
  .hide-below-sm {
    display: none;
  }

  .show-above-sm-inline {
    display: inline;
  }

  .show-above-sm-inline-block {
    display: inline-block;
  }

  .show-above-sm-block {
    display: block;
  }
}

@media (max-width: 767px) {
  .hide-below-md {
    display: none;
  }

  .show-above-md-inline {
    display: inline;
  }

  .show-above-md-inline-block {
    display: inline-block;
  }

  .show-above-md-block {
    display: block;
  }
}

@media (max-width: 1023px) {
  .hide-below-lg {
    display: none;
  }

  .show-above-lg-inline {
    display: inline;
  }

  .show-above-lg-inline-block {
    display: inline-block;
  }

  .show-above-lg-block {
    display: block;
  }
}

@media (max-width: 1549px) {
  .hide-below-xl {
    display: none;
  }

  .show-above-xl-inline {
    display: inline;
  }

  .show-above-xl-inline-block {
    display: inline-block;
  }

  .show-above-xl-block {
    display: block;
  }
}

@media (min-width: 561px) {
  .hide-above-sm {
    display: none;
  }
}

.dp--top {
  padding-top: 0;
}

.dp--bottom {
  padding-bottom: 0;
}

@media (min-width: 769px) {
  .flexbox .flex-center-md {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1025px) {
  .flexbox .flex-center-lg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

a.site-title {
  display: inline-block;
  padding-right: 1rem;
  font-family: "Rokkitt", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-size: 2em;
  color: inherit;
}

@media (min-width: 1025px) {
  a.site-title {
    float: left;
  }
}

a.site-title:hover,
a.site-title:focus,
a.site-title:active {
  color: #B7A261;
  background-color: transparent;
}

.takeaway-image>img {
  width: 100%;
}

@media (max-width: 559px) {
  .takeaway-image {
    float: left;
    width: 50%;
    padding-right: 1rem;
  }
}

@media (max-width: 1023px) {

  .home .billboard,
  .page-template-page-travel .billboard {
    height: calc(100vh - 3rem);
  }
}

@media (min-width: 1025px) {

  .home,
  .page-template-page-travel {
    padding-top: 100vh;
  }

  .home .billboard,
  .page-template-page-travel .billboard {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.recent-articles .center {
  margin-bottom: 2em;
}

.post,
.page {
  position: relative;
}

.post .entry-title,
.page .entry-title {
  margin-bottom: 0;
  font-weight: bold;
}

.post .byline,
.page .byline {
  margin-bottom: 2em;
}

.post .entry-time,
.page .entry-time {
  font-family: "Rokkitt", "Georgia", "Cambria", "Times New Roman", "Times", serif;
}

.post .linkedin-url,
.page .linkedin-url {
  font-family: "Droid Serif", "Georgia", "Cambria", "Times New Roman", "Times", serif;
}

.post:hover .entry-title,
.post:focus .entry-title,
.post:active .entry-title,
.page:hover .entry-title,
.page:focus .entry-title,
.page:active .entry-title {
  color: #944215;
}

.article-header img,
.excerpt-thumbnail img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.excerpt-thumbnail {
  margin-bottom: 1em;
  height: 252px;
  width: auto;
}

.excerpt-thumbnail img {
  width: auto;
  max-height: 100%;
}

.post-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.feature-list {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.feature-list:before,
.feature-list:after {
  content: '';
  display: table;
}

.feature-list:after {
  clear: both;
}

.feature {
  margin-bottom: 2rem;
}

.feature .image-link {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .feature:first-child {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 560px) {
  .feature:first-child .image-link-caption {
    font-size: 2rem;
  }

  .feature:first-child .image-link-caption-date {
    font-size: 1.5rem;
    padding-top: 0.15em;
  }
}

@media (min-width: 560px) and (max-width: 1023px) {
  .feature:nth-child(2) {
    float: left;
    padding-right: 1rem;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .feature:nth-child(2) {
    float: right;
    padding-left: 2rem;
    width: 33.33333%;
  }
}

@media (min-width: 560px) and (max-width: 1023px) {
  .feature:last-child {
    float: right;
    padding-left: 1rem;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .feature:last-child {
    float: right;
    padding-left: 2rem;
    width: 33.33333%;
  }
}

.entry-content {
  *zoom: 1;
}

.entry-content:before,
.entry-content:after {
  content: " ";
  display: table;
}

.entry-content:after {
  clear: both;
}

.post-tags {
  margin-top: 3em;
  color: #B7A261;
  font-family: "Droid Serif", "Georgia", "Cambria", "Times New Roman", "Times", serif;
}

.post-tags a {
  color: inherit;
  font-weight: normal;
}

.post-tags a:hover,
.post-tags a:focus,
.post-tags a:active {
  color: inherit;
}

.post-category {
  margin-bottom: 3em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-top: 1px solid #B7A261;
  border-bottom: 1px solid #B7A261;
  *zoom: 1;
}

.post-category:before,
.post-category:after {
  content: " ";
  display: table;
}

.post-category:after {
  clear: both;
}

.post-category .gc-sm-6:first-child {
  padding-left: 0;
}

.post-category .gc-sm-6:last-child {
  padding-right: 0;
}

.post-category p {
  padding: 0.25em 0;
  margin-bottom: 0;
}

.post-category .fancy-select {
  margin-bottom: 0;
}

/*.travel-wrap {
	
}

.travel {
	position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.travel-inner {
	position: relative;
	padding-top: 2rem;
	padding-bottom: 5rem;
	@extend %outer-container;
    width: 95%;

    @include media(">=desktop") {
    	padding-bottom: 10rem;
    	min-height: 50vh;
    }
}

.travel-quote {
	padding-bottom: $content-block-padding;

	blockquote {
    	font-size: 1.5em;
    }
}

.travel-image {
	img {
		width: 100%;
	}
}

@include media(">=tablet") {
	.travel-image--1 {
		float: left;
		width: 50%;
	}

	.travel-image--2 {
		float: left;
		width: 50%;
	}
}

.travel-image--3,
.travel-image--4 {
	display: none;
}

@include media("<desktop") {

	.travel-quote,
	.travel-image--1,
	.travel-image--2 {
		transform: none !important;
	}
}

@include media(">=desktop") {
	.travel-image {
		position: relative;
		padding: 2em;
	}

	.travel-quote {
		padding-bottom: 0;
		width: 50%;
	}

	.travel-image--3,
	.travel-image--4 {
		display: block;
	}

	// Layout 1
	.travel--1 {
		.travel-quote {
			float: left;
		}

		.travel-image--1 {
			float: right;
			width: 50%;
		}

		.travel-image--2 {
			float: left;
			clear: left;
			width: 50%;
		}

		.travel-image--3 {
			position: absolute;
			top: 55%;
			right: 20%;
			width: 30%;
		}

		.travel-image--4 {
			position: absolute;
			bottom: 0;
			left: 25%;
			width: 20%;
		}
	}

	// Layout 2
	.travel--2 {
		.travel-quote {
			float: right;
		}

		.travel-image--1 {
			float: left;
			width: 50%;
		}

		.travel-image--2 {
			float: right;
			clear: right;
			width: 40%;
		}

		.travel-image--3 {
			position: absolute;
			top: 50%;
			left: 36%;
			width: 30%;
		}

		.travel-image--4 {
		    left: 18%;
		    width: 40%;
		}
	}
}*/



.lightbox-video {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0px;
  background: rgba(50, 36, 33, 0.95);
  z-index: 6000;
  opacity: 0;
  overflow-y: scroll;
}


.lightbox-video.is-open {
  padding: 3em 2em;
  height: 100%;
  opacity: 1;
  transition: opacity 0.2s;
}

@media (max-width: 559px) {
  .lightbox-video .button.button--contact {
    font-size: 0.875rem;
  }
}

.fa-window-close {
  color: #944215;
  font-size: 18px;
}
.lightbox-video-popup {
  margin: 2rem auto;
  padding: 2em 1em 1em;
  max-width: 40em;
  background: #FFF;
  border: 1px solid #B7A261;
  box-shadow: 0 0 0 0.5em #FFF;
  text-align: center;
}

@media (min-width: 560px) {
  .lightbox-video-popup {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media (min-width: 768px) {
  .lightbox-video-popup {
    margin-top: 10rem;
  }
}

@media (min-width: 768px) {
  .flexbox .lightbox-video {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flexbox .lightbox-video-popup {
    margin: 0;
  }
}







.lightbox {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0px;
  background: rgba(50, 36, 33, 0.95);
  z-index: 6000;
  opacity: 0;
  overflow-y: scroll;
}


.lightbox.is-open {
  padding: 3em 2em;
  height: 100%;
  opacity: 1;
  transition: opacity 0.2s;
}

@media (max-width: 559px) {
  .lightbox .button.button--contact {
    font-size: 0.875rem;
  }
}

.lightbox-popup {
  margin: 2rem auto;
  padding: 2em 1em 1em;
  max-width: 40em;
  background: #FFF;
  border: 1px solid #B7A261;
  box-shadow: 0 0 0 0.5em #FFF;
  text-align: center;
}

@media (min-width: 560px) {
  .lightbox-popup {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media (min-width: 768px) {
  .lightbox-popup {
    margin-top: 10rem;
  }
}

@media (min-width: 768px) {
  .flexbox .lightbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flexbox .lightbox-popup {
    margin: 0;
  }
}

.lightbox-title {
  margin-bottom: 1.5em;
  color: #B7A261;
}

.lightbox-title span {
  border-top: 1.5px solid #B7A261;
  border-bottom: 1.5px solid #B7A261;
}

.contact-disclaimer {
  font-family: "Droid Serif", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-size: 0.8rem;
  line-height: 1.45;
}

.flex-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.flex-container img {
  margin-bottom: 1rem;
}

.flexbox .flex-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
}

.elm-wrapper {
  margin: 1em auto;
  text-align: center;
}

.elm-button {
  transition: all 0.15s ease;
}

.elm-button.ajax-inactive {
  display: none;
}

.elm-button.is-loading .elm-loading-anim {
  display: block;
}

.elm-button.is-loading .elm-button-text {
  display: none;
}

.elm-loading-anim {
  display: none;
}

.elm-loading-icon {
  width: 1.5em;
  height: 1.5em;
  fill: #FFF;
}

div.fancy-select {
  position: relative;
  margin-bottom: 1em;
  color: #944215;
  line-height: 1.687;
  font-size: inherit;
  font-weight: normal;
  text-decoration: none;
}

div.fancy-select div.trigger {
  position: relative;
  padding: 0.25em 0.5em;
  width: 100%;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid #944215;
  transition: all 0.2s ease-out;
}

div.fancy-select div.trigger:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #944215;
  top: 1em;
  right: 0.5em;
}

div.fancy-select div.trigger.open {
  background: #944215;
  border: 1px solid #944215;
  color: #FFF;
}

div.fancy-select ul.options {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1010;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  background: #FFF;
  border: 1px solid #944215;
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.open {
  visibility: visible;
  top: calc(100% + 5px);
  opacity: 1;
  /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
  /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
  transition: opacity 300ms ease-out, top 300ms ease-out;
}

div.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 100%;
  transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: calc(100% + 5px);
  transition: opacity 300ms ease-out, bottom 300ms ease-out;
}

div.fancy-select ul.options li {
  padding: 8px 12px;
  color: #944215;
  cursor: pointer;
  white-space: nowrap;
  background-color: #FFF;
  transition: all 150ms ease-out;
}

div.fancy-select ul.options li.selected {
  background: rgba(148, 66, 21, 0.3);
  color: rgba(255, 255, 255, 0.75);
}

div.fancy-select ul.options lili.hover {
  color: #FFF;
  background-color: #944215;
}

div.fancy-select.disabled {
  opacity: 0.5;
}

.responsive-video-wrap {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.responsive-video-wrap iframe,
.responsive-video-wrap object,
.responsive-video-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-link {
  display: block;
  position: relative;
  margin-bottom: 3rem;
  text-align: center;
  color: #FFF;
  min-height: 335px;
  background-color: #944215;
}

.footer-link:after {
  content: '';
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  right: 1.5em;
  bottom: 1.5em;
  border: 1px solid;
}

.footer-link .button {
  opacity: 0;
  transition: opacity 0.2s;
}

.footer-link:hover,
.footer-link:focus,
.footer-link:active {
  color: #FFF;
  background: #4A4A4A;
}

.footer-link:hover .footer-link-color,
.footer-link:focus .footer-link-color,
.footer-link:active .footer-link-color {
  opacity: 0;
}

.footer-link:hover .footer-link-image,
.footer-link:focus .footer-link-image,
.footer-link:active .footer-link-image {
  opacity: 0.75;
}

.footer-link:hover .footer-link-content,
.footer-link:focus .footer-link-content,
.footer-link:active .footer-link-content {
  transform: translate3d(0, 0, 0);
}

.footer-link:hover .button,
.footer-link:focus .button,
.footer-link:active .button {
  opacity: 1;
}

@media (max-width: 1024px) {
  .footer-link .footer-link-content {
    transform: translate3d(0, 0, 0);
  }

  .footer-link .button {
    opacity: 1;
  }
}

.flexbox .footer-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background: #944215;
  transition: opacity 0.2s;
}

.footer-link-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.1;
  transition: opacity 0.2s;
}

.footer-link-content {
  position: relative;
  padding: 3em 2em;
  -ms-flex-positive: 1;
  flex-grow: 1;
  transform: translate3d(0, 2em, 0);
  transition: transform 0.2s;
}

@media (min-width: 1024px) {
  .footer-link-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }
}

.gallery-wrap {
  position: relative;
  padding-top: 2em;
  color: #B7A261;
}

@media (min-width: 1025px) {
  .gallery-wrap {
    display: none;
  }
}

.gallery-title {
  margin-bottom: 0.5em;
  font-family: "Rokkitt", "Georgia", "Cambria", "Times New Roman", "Times", serif;
}

.gallery-title span {
  border-bottom: 1.5px solid #B7A261;
}

.gallery-preview {
  position: relative;
  display: none;
  width: 100%;
  max-height: 800px;
  overflow: hidden;
  cursor: pointer;
  color: #FFF;
  background: #944215;
}

@media (min-width: 1025px) {
  .gallery-preview {
    display: block;
  }
}

.gallery-preview:hover .gallery-preview-title,
.gallery-preview:hover .button,
.gallery-preview:focus .gallery-preview-title,
.gallery-preview:focus .button,
.gallery-preview:active .gallery-preview-title,
.gallery-preview:active .button {
  transform: translate3d(0, -2rem, 0);
}

.gallery-preview:hover .button,
.gallery-preview:focus .button,
.gallery-preview:active .button {
  opacity: 1;
}

.gallery-preview:before,
.gallery-preview:after {
  content: '';
  display: block;
  position: absolute;
  top: 1em;
  left: 1em;
  right: 1em;
  bottom: 1em;
}

.gallery-preview:before {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

.gallery-preview:after {
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

.gallery-preview img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  opacity: 0.1;
}

.gallery-preview .gallery-preview-title,
.gallery-preview .button {
  transform: translate3d(0, 0, 0);
  transition: all 0.5s;
}

.gallery-preview .button {
  opacity: 0;
}

.gallery-preview-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 3em;
  text-align: center;
}

.flexbox .gallery-preview-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery-preview-title {
  color: #FFF;
  padding-bottom: 0.5em;
}

.gallery-preview-title span {
  border-bottom: 1.5px solid;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slide:hover,
.slick-slide:focus,
.slick-slide:active {
  outline: none;
}

.slick-arrow {
  position: absolute;
  top: 20%;
  padding: 0.5em 0;
  font-size: 2rem;
  border: none;
  color: inherit;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow:hover:not(:disabled),
.slick-arrow:focus:not(:disabled),
.slick-arrow:active:not(:disabled) {
  border: none;
  background: transparent;
}

@media (min-width: 560px) {
  .slick-arrow {
    top: 30%;
    font-size: 3.375rem;
  }
}

@media (min-width: 1025px) {
  .slick-arrow {
    font-size: 1.3125rem;
  }

  .slick-arrow:hover:not(:disabled),
  .slick-arrow:focus:not(:disabled),
  .slick-arrow:active:not(:disabled) {
    color: #8C7C4A;
  }

  .slick-arrow:hover:not(:disabled) .icon,
  .slick-arrow:focus:not(:disabled) .icon,
  .slick-arrow:active:not(:disabled) .icon {
    fill: #8C7C4A;
  }
}

.slick-arrow span {
  display: none;
}

.slick-arrow .icon {
  fill: #FFF;
  stroke: #4A4A4A;
  stroke-width: 15px;
}

.slick-prev {
  left: 0;
}

@media (min-width: 1025px) {
  .slick-prev {
    left: 1em;
  }
}

.slick-next {
  right: 0;
}

@media (min-width: 1025px) {
  .slick-next {
    right: 1em;
  }
}

.gallery-slider-wrap {
  position: relative;
  color: #B7A261;
}

@media (min-width: 1025px) {
  .gallery-slider-wrap {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1000;
    opacity: 0;
    visibility: hidden;
    background: rgba(50, 36, 33, 0.95);
    color: #FFF;
    overflow-y: scroll;
    transition: opacity 0.2s;
  }

  .gallery-slider-wrap.is-open {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    z-index: 6000;
    opacity: 1;
    visibility: visible;
  }

  .gallery-slider-wrap .slick-arrow {
    font-size: 2.875rem;
  }

  .gallery-slider-wrap .label {
    margin-bottom: 0;
  }
}

.gallery-slider {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1025px) {
  .gallery-slider {
    width: 80vw;
  }
}

.gallery-slider-slide {
  width: 100%;
}

@media (min-width: 1025px) {
  .gallery-slider-slide {
    width: 80vw;
    min-height: 400px;
  }
}

.gallery-slider-slide img {
  margin-left: auto;
  margin-right: auto;
  /*&.landscape {
			width: 100%;
			height: auto;
		}

		&.portrait {
			height: 100%;
			width: auto;
		}*/
}

.gallery-slider-content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}

@media (max-width: 1024px) {
  .gallery-slider-content {
    min-height: 100px;
  }
}

.gallery-slider-content .wp-caption-text {
  padding: 0.5em;
  padding-right: 4em;
}

.gallery-slider-content .gallery-slider-position {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.45;
  font-size: 0.8rem;
  font-style: italic;
}

.gallery-close {
  display: none;
  position: absolute;
  top: 1em;
  right: 1em;
  padding: 0 0.5em;
  font-size: 2.25rem;
  border: none;
  color: inherit;
}

@media (min-width: 1025px) {
  .gallery-close {
    display: block;
  }
}

.gallery-close span {
  display: none;
}

.gallery-close:hover:not(:disabled),
.gallery-close:focus:not(:disabled),
.gallery-close:active:not(:disabled) {
  border: none;
  background: transparent;
  color: #8C7C4A;
}

.bg-image {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .bg-image {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

.full-width-image {
  overflow: hidden;
}

.full-width-image>img {
  display: block;
  width: 100%;
}

.csstransforms .full-width-image>img {
  margin-left: 50%;
  transform: translate3d(-50%, 0, 0);
  min-width: 600px;
}

@media (min-width: 561px) {
  .csstransforms .full-width-image>img {
    min-width: 960px;
  }
}

@media (min-width: 769px) {
  .csstransforms .full-width-image>img {
    min-width: 1160px;
  }
}

@media (min-width: 1025px) {
  .csstransforms .full-width-image>img {
    min-width: none;
    margin-left: auto;
    transform: translate3d(0, 0, 0);
  }
}

.floating-img {
  position: absolute;
  top: 0;
  left: 50%;
}

.floating-img--bottom {
  top: 100%;
}

.floating-img--25 {
  transform: translate3d(-50%, -25%, 0);
}

@media (max-width: 767px) {
  .floating-img--25 {
    transform: translate3d(-50%, -25%, 0) scale(0.5);
  }
}

@media (max-width: 1023px) {
  .floating-img--25 {
    transform: translate3d(-50%, -25%, 0) scale(0.65);
  }
}

.floating-img--50 {
  transform: translate3d(-50%, -50%, 0);
}

@media (max-width: 767px) {
  .floating-img--50 {
    transform: translate3d(-50%, -50%, 0) scale(0.5);
  }
}

@media (max-width: 1023px) {
  .floating-img--50 {
    transform: translate3d(-50%, -50%, 0) scale(0.65);
  }
}

.floating-img--60 {
  transform: translate3d(-50%, -60%, 0);
}

@media (max-width: 767px) {
  .floating-img--60 {
    transform: translate3d(-50%, -60%, 0) scale(0.5);
  }
}

@media (max-width: 1023px) {
  .floating-img--60 {
    transform: translate3d(-50%, -60%, 0) scale(0.65);
  }
}

.floating-img--70 {
  transform: translate3d(-50%, -70%, 0);
}

@media (max-width: 767px) {
  .floating-img--70 {
    transform: translate3d(-50%, -70%, 0) scale(0.5);
  }
}

@media (max-width: 1023px) {
  .floating-img--70 {
    transform: translate3d(-50%, -70%, 0) scale(0.65);
  }
}

.floating-img--80 {
  transform: translate3d(-50%, -80%, 0);
}

@media (max-width: 767px) {
  .floating-img--80 {
    transform: translate3d(-50%, -80%, 0) scale(0.5);
  }
}

@media (max-width: 1023px) {
  .floating-img--80 {
    transform: translate3d(-50%, -80%, 0) scale(0.65);
  }
}
