/* ==========================================================================
   Front End SCSS
   ========================================================================== */
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/*!
 * bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
[class*=col-] {
  width: 100%; }

/** {
  @include box-sizing(border-box);
}
*:before,
*:after {
  @include box-sizing(border-box);
}*/
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*body {
  font-family: $font-family-base;
  font-size: $font-size-base;
  line-height: $line-height-base;
  color: $text-color;
  background-color: $body-bg;
}*/
/*input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}*/
/*a {
  color: $link-color;
  text-decoration: none;

  &:hover,
  &:focus {
    color: $link-hover-color;
    text-decoration: $link-hover-decoration;
  }

  &:focus {
    @include tab-focus;
  }
}*/
figure {
  margin: 0; }

img {
  vertical-align: middle; }

/*.img-responsive {
  @include img-responsive;
}

// Rounded corners
.img-rounded {
  border-radius: $border-radius-large;
}

// Image thumbnails
//
// Heads up! This is mixin-ed into thumbnails.less for `.thumbnail`.
.img-thumbnail {
  padding: $thumbnail-padding;
  line-height: $line-height-base;
  background-color: $thumbnail-bg;
  border: 1px solid $thumbnail-border;
  border-radius: $thumbnail-border-radius;
  @include transition(all .2s ease-in-out);

  // Keep them at most 100% wide
  @include img-responsive(inline-block);
}

// Perfect circle
.img-circle {
  border-radius: 50%; // set radius in percents
}


// Horizontal rules

hr {
  margin-top:    $line-height-computed;
  margin-bottom: $line-height-computed;
  border: 0;
  border-top: 1px solid $hr-border;
}*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 740px; } }
  @media (min-width: 992px) {
    .container {
      width: 960px; } }
  @media (min-width: 1460px) {
    .container {
      width: 1430px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1460px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%; } }
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("/_assets/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("/_assets/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("/_assets/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("/_assets/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("/_assets/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("/_assets/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-download:before {
  content: "\f019"; }

.fa-book:before {
  content: "\f02d"; }

.fa-print:before {
  content: "\f02f"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-phone:before {
  content: "\f095"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0.3125rem 0.5rem;
  display: inline-block;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover .hamburger-inner,
  .hamburger:hover .hamburger-inner:after {
    width: 1.625rem; }

.hamburger-box {
  width: 1.625rem;
  height: 1.625rem;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  width: 1.0833333333rem; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    height: 0.25rem;
    background-color: #fff;
    border-radius: 999em;
    position: absolute;
    transition-property: transform, width;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    right: 0; }
    @media screen and (max-width: 47.9375em) {
      .hdr--white:not(.nav__wrap--open) .hdr__wrap:not(.headroom--not-top) .hamburger-inner, .hdr--white:not(.nav__wrap--open) .hdr__wrap:not(.headroom--not-top) .hamburger-inner::before, .hdr--white:not(.nav__wrap--open) .hdr__wrap:not(.headroom--not-top) .hamburger-inner::after {
        background-color: white; } }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -0.6875rem;
    width: 1.625rem; }
  .hamburger-inner::after {
    bottom: -0.6875rem;
    width: 1.625rem; }

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: 100%;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -1.375rem;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse.-is-active .hamburger-inner {
  width: 1.625rem;
  transform: translate3d(0, -0.6875rem, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.-is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.-is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

input, a, button, .lnk:before, .cta span, .cta[class*=-outline]::after, .cta.-blur::after, .cta.-blur span:before, .chevron:before, .chevron:after, .nav_list_image:before, .tile_bg, .ql_item::before, .ql_datetime, .ql_icon, .reveal_item_wrap:before, .reveal_item_wrap::after, .reveal_item_body > * {
  transition: 300ms all cubic-bezier(0.215, 0.61, 0.355, 1); }

.bgcover {
  transition: 300ms all cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.hdr_logo svg, .nav_list_image:before, .reveal_item_wrap:before, .reveal_item_wrap:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute; }

* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-smooth: always;
  direction: ltr; }

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

body {
  color: #2b2b2b;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.56;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  position: relative;
  transition: opacity 200ms ease;
  overflow-x: hidden; }
  body > form {
    overflow: hidden; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  body {
    -webkit-font-smoothing: subpixel-antialiased; } }
body, html, form {
  min-height: 100%; }

html {
  font-size: 4.2666666667vw; }
  @media screen and (min-width: 23.4375em) {
    html {
      font-size: 100%; } }

::-moz-selection {
  color: #fff;
  background: #897148; }

::selection {
  color: #fff;
  background: #897148; }

*.focus, *:focus {
  outline: 2px solid blue;
  outline: 2px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color; }

[aria-haspopup]:focus, [aria-haspopup].focus {
  outline: none; }

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  position: relative;
  display: block;
  font-weight: 800;
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: normal; }

h1,
.h1 {
  line-height: 1.33;
  font-size: 9.6vw; }
  @media screen and (min-width: 23.4375em) {
    h1,
    .h1 {
      font-size: 2.875rem; } }
  @media print, screen and (min-width: 62em) {
    h1,
    .h1 {
      font-size: 4.1095890411vw; } }
  @media print, screen and (min-width: 91.25em) {
    h1,
    .h1 {
      font-size: 3.75rem; } }

h2,
.h2 {
  line-height: 1.43;
  font-size: 7.4666666667vw; }
  @media screen and (min-width: 23.4375em) {
    h2,
    .h2 {
      font-size: 2.875rem; } }
  @media print, screen and (min-width: 62em) {
    h2,
    .h2 {
      font-size: 3.1506849315vw; } }
  @media print, screen and (min-width: 91.25em) {
    h2,
    .h2 {
      font-size: 2.875rem; } }

h3,
.h3 {
  line-height: 1.71;
  font-size: 5.3333333333vw; }
  @media screen and (min-width: 23.4375em) {
    h3,
    .h3 {
      font-size: 1.25rem; } }
  @media print, screen and (min-width: 62em) {
    h3,
    .h3 {
      font-size: 1.9178082192vw; } }
  @media print, screen and (min-width: 91.25em) {
    h3,
    .h3 {
      font-size: 1.75rem; } }

h4,
.h4 {
  line-height: 1.42;
  font-size: 4.8vw; }
  @media screen and (min-width: 23.4375em) {
    h4,
    .h4 {
      font-size: 1.125rem; } }
  @media print, screen and (min-width: 62em) {
    h4,
    .h4 {
      font-size: 1.6438356164vw; } }
  @media print, screen and (min-width: 91.25em) {
    h4,
    .h4 {
      font-size: 1.5rem; } }

.header-hidden {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0; }

main > h1:first-child {
  text-align: center; }

li {
  list-style: none; }

ul li {
  list-style-image: none;
  list-style-type: none; }

blockquote p:before,
blockquote p:after {
  display: inline-block;
  content: ''; }
blockquote p:before {
  content: '\0201C'; }
blockquote p:after {
  content: '\0201D'; }

a img {
  backface-visibility: hidden;
  height: auto; }

input, a {
  outline: none; }

a, img {
  border: 0; }

a {
  color: #897148;
  text-decoration: none;
  cursor: pointer;
  background: transparent; }
  a:focus, a:focus [class*=_body] {
    text-decoration: none;
    outline: none; }

a:active, a:hover {
  outline: 0; }

button {
  background: transparent;
  padding: 0;
  line-height: inherit;
  cursor: pointer; }
  button:focus, button:focus [class*=_body] {
    text-decoration: none !important;
    outline: none; }

.image {
  display: block;
  line-height: 0; }
  .image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto; }

/* Include CSS Normalize */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

table {
  border-collapse: collapse;
  width: 100%;
  float: left;
  margin: 0 0 2em; }
  table thead {
    border-bottom: 3px solid #134d35; }
    table thead th {
      padding: 0.35em 0 .35em;
      font-weight: 400;
      text-align: left;
      font-size: 1.25em; }
  table tbody {
    border-bottom: 3px solid #134d35; }
    table tbody tr {
      border-bottom: 2px solid #ddd; }
      table tbody tr td {
        padding: .75em 0.25em; }
        table tbody tr td a {
          color: #134d35;
          text-decoration: none;
          display: inline-block;
          margin: 0 .5em 0 0; }
          table tbody tr td a:hover, table tbody tr td a:active, table tbody tr td a:focus {
            color: #092419;
            border: none; }
  table tfoot td {
    padding: 0.35em 0 .35em;
    text-align: left;
    font-size: 1.25em; }

@media screen and (min-width: 1000px) {
  table {
    width: 100%; }
    table thead {
      border-bottom: 3px solid #134d35; }
    table tbody tr {
      border-bottom: 1px solid #ddd; } }
.tbl_wrap {
  overflow-x: auto; }

.flex, .btn_main, .tile {
  flex-wrap: wrap;
  display: flex; }

.flex.-column {
  flex-direction: column; }

.flex-reverse {
  flex-direction: row-reverse; }

.col {
  flex-basis: calc((62.5rem - 100%) * 999);
  min-width: 33.33%;
  flex-grow: 1; }
  .col.-wide {
    min-width: 60%; }
  .col.-half {
    min-width: 50%; }
  .col.-stack {
    min-width: 50%;
    flex-basis: calc((50rem - 100%) * 999); }

.section_row {
  position: relative;
  margin-top: 0.0625rem;
  margin-bottom: 0.0625rem; }

.lnk {
  display: inline-block;
  font-weight: 900;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1.2;
  color: #625032;
  letter-spacing: .2em;
  position: relative;
  z-index: 1; }
  .lnk span {
    letter-spacing: 0.1875rem; }
  .lnk:before {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #625032;
    top: 100%;
    left: 0; }
  .lnk.-white {
    color: white; }
    .lnk.-white:before {
      background-color: white; }
  .lnk:hover:before {
    height: 0.25rem;
    top: calc(100% - 0.3125rem);
    background: #c38c2c; }

.cta {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.1;
  position: relative;
  letter-spacing: .2em;
  text-align: center;
  font-weight: 800; }
  .cta:focus {
    text-decoration: underline; }
  .cta span {
    display: block;
    padding: 1.125rem 1.25rem 1.0625rem;
    position: relative;
    z-index: 2;
    line-height: 1.4; }
  .cta[class*=-outline]::after, .cta.-blur::after {
    content: attr(data-cta);
    position: absolute;
    width: 100%;
    top: 50%;
    margin: auto;
    left: 0;
    opacity: 0;
    transform: translate(0, 0);
    text-align: center;
    color: white; }
  .cta[class*=-outline]:hover span, .cta.-blur:hover span {
    transform: translate(0, -25%);
    opacity: 0; }
  .cta[class*=-outline]:hover:after, .cta.-blur:hover:after {
    line-height: 1.4;
    opacity: 1;
    transform: translate(0, -50%); }
  .cta.-outline {
    box-shadow: 0 0 0 1px #625032 inset;
    color: #625032; }
    .cta.-outline:hover {
      background: #625032; }
  .cta.-outline-primary {
    box-shadow: 0 0 0 1px #134d35 inset;
    color: #134d35; }
    .cta.-outline-primary:hover {
      background: #134d35; }
  .cta.-outline-secondary {
    box-shadow: 0 0 0 1px #897148 inset;
    color: #897148; }
    .cta.-outline-secondary:hover {
      background: #897148; }
  .cta.-outline-light {
    box-shadow: 0 0 0 1px white inset;
    color: white; }
    .cta.-outline-light::after {
      color: #134d35; }
    .cta.-outline-light:hover {
      background: white; }
  .cta.-fill {
    color: #fff;
    background-color: #625032; }
    .cta.-fill:hover {
      color: #625032; }
      .cta.-fill:hover::before, .cta.-fill:hover::after,
      .cta.-fill:hover span::before,
      .cta.-fill:hover span::after {
        background: #625032; }
  .cta.-fill-primary {
    color: #fff;
    background-color: #134d35; }
    .cta.-fill-primary:hover {
      color: #134d35; }
      .cta.-fill-primary:hover::before, .cta.-fill-primary:hover::after,
      .cta.-fill-primary:hover span::before,
      .cta.-fill-primary:hover span::after {
        background: #134d35; }
  .cta.-fill-secondary {
    color: #fff;
    background-color: #897148; }
    .cta.-fill-secondary:hover {
      color: #897148; }
      .cta.-fill-secondary:hover::before, .cta.-fill-secondary:hover::after,
      .cta.-fill-secondary:hover span::before,
      .cta.-fill-secondary:hover span::after {
        background: #897148; }
  .cta.-fill-light {
    color: #134d35;
    background-color: #fff; }
    .cta.-fill-light:hover {
      background: transparent;
      color: #fff; }
      .cta.-fill-light:hover::before, .cta.-fill-light:hover::after,
      .cta.-fill-light:hover span::before,
      .cta.-fill-light:hover span::after {
        background: #fff; }
  .cta[class*=-fill]::before, .cta[class*=-fill]::after,
  .cta[class*=-fill] span::before,
  .cta[class*=-fill] span::after {
    content: '';
    position: absolute;
    transition: all 0.3s;
    background: transparent; }
  .cta[class*=-fill]::before, .cta[class*=-fill]::after {
    height: 1px;
    width: 0; }
  .cta[class*=-fill]::before {
    right: 0;
    top: 0; }
  .cta[class*=-fill]::after {
    left: 0;
    bottom: 0; }
  .cta[class*=-fill] span::before, .cta[class*=-fill] span::after {
    width: 1px;
    height: 0;
    transition-delay: 0.3s; }
  .cta[class*=-fill] span::before {
    left: 0;
    top: 0; }
  .cta[class*=-fill] span::after {
    right: 0;
    bottom: 0; }
  .cta[class*=-fill]:hover {
    background-color: transparent; }
    .cta[class*=-fill]:hover::before, .cta[class*=-fill]:hover::after {
      width: 100%; }
    .cta[class*=-fill]:hover span::before,
    .cta[class*=-fill]:hover span::after {
      height: 100%; }
  .cta.-blur {
    overflow: hidden;
    color: white;
    box-shadow: 0 0 0 1px white;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #625032; }
    .cta.-blur span {
      background-image: inherit; }
      .cta.-blur span:before {
        background-image: inherit;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.25);
        filter: blur(10px);
        margin: -20px;
        z-index: -1; }
    .cta.-blur:after {
      color: white; }
    .cta.-blur:hover {
      background-image: none !important;
      box-shadow: 0 0 0 1px #625032; }
      .cta.-blur:hover:before {
        filter: blur(0); }
  .cta-ie {
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    color: white;
    box-shadow: 0 0 0 1px white; }
    .cta-ie:hover {
      box-shadow: 0 0 0 1px #625032;
      background: #625032; }

.cta_row {
  flex-basis: 100%; }

p > .rte {
  padding: 1.125rem 1.875rem 1.0625rem;
  color: #fff;
  background-color: #897148;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1.1;
  position: relative;
  letter-spacing: .2em;
  text-align: center;
  font-weight: 800;
  cursor: pointer; }
  p > .rte:hover {
    color: #897148;
    background-color: #fff;
    transition: 300ms all cubic-bezier(0.215, 0.61, 0.355, 1); }
    p > .rte:hover::before {
      right: 0;
      top: 0;
      transition: all 0.3s; }
    p > .rte:hover::after {
      left: 0;
      bottom: 0;
      transition: all 0.3s; }
    p > .rte:hover span::before,
    p > .rte:hover span::after {
      background: #897148; }

.btn_main {
  width: 10.9375rem;
  height: 10.9375rem;
  background: #2b2b2b;
  color: white;
  z-index: 10;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 900; }
  .btn_main:hover {
    background: #134d35; }

.supp_title {
  font-size: 0.875rem;
  letter-spacing: 0.1875rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Lato", sans-serif; }

.chevron {
  position: relative;
  width: 0.9375rem;
  height: 0.9375rem;
  display: block; }
  .chevron:before, .chevron:after {
    content: '';
    position: absolute;
    background: #897148;
    width: 0.9375rem;
    height: 0.125rem;
    border-radius: 99em;
    transform-origin: right center;
    top: 50%;
    margin-top: -0.125rem; }
  .chevron.-right:before, .chevron.-left:after {
    transform: rotate(-45deg); }
  .chevron.-left:before, .chevron.-right:after {
    transform: rotate(45deg); }
  .chevron.-down:before, .chevron.-up:after {
    transform: rotate(45deg); }
  .chevron.-up:before, .chevron.-down:after {
    transform: rotate(135deg); }
  .chevron.-right:before, .chevron.-right:after {
    right: 0; }
  .chevron.-left:before, .chevron.-left:after {
    left: 0; }
  .chevron.-down:before, .chevron.-down:after {
    right: 0; }
  .chevron.-up:before, .chevron.-up:after {
    right: 0; }
  .chevron:hover.-right:before, .chevron:hover.-left:after, .ql_item:hover .chevron.-right:before, .ql_item:hover .chevron.-left:after {
    transform: rotate(-30deg); }
  .chevron:hover.-left:before, .chevron:hover.-right:after, .ql_item:hover .chevron.-left:before, .ql_item:hover .chevron.-right:after {
    transform: rotate(30deg); }

.hdr_main {
  overflow: auto;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: inherit;
  z-index: 1;
  padding: 1.125rem 1.25rem;
  height: auto;
  background-color: #134d35; }
  @media screen and (min-width: 64em) {
    .hdr_main {
      overflow: visible;
      position: absolute;
      height: auto;
      background-color: transparent;
      display: flex;
      flex-wrap: wrap; } }
  @media print, screen and (min-width: 91.25em) {
    .hdr_main {
      height: auto;
      background-color: transparent;
      display: flex;
      flex-wrap: wrap;
      padding: 1.4375rem 3.4375rem; } }
  .hdr_main .hamburger {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
    @media screen and (min-width: 64em) {
      .hdr_main .hamburger {
        display: none; } }
.hdr_logo {
  position: relative;
  height: 50px;
  display: block; }
  @media screen and (min-width: 64em) {
    .hdr_logo {
      width: 11.125rem; } }
  @media print, screen and (min-width: 91.25em) {
    .hdr_logo:before {
      display: block;
      content: '';
      padding-top: 24.7826086957%;
      flex-basis: 14.375rem; } }
  .hdr_logo svg {
    width: 11.125rem;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    @media print, screen and (min-width: 91.25em) {
      .hdr_logo svg {
        width: 14.375rem; } }
  .hdr_logo.-white text {
    fill: white; }
.hdr_basket {
  padding: 0 0.625rem;
  margin: 0 0.625rem;
  display: none;
  /*@include breakpoint(large) {
      display: inline;
  }*/ }
  .hdr_basket svg {
    width: 1.45625rem; }
.hdr_search {
  padding: 0 0.625rem;
  margin: 0 0.625rem;
  display: none; }
  @media print, screen and (min-width: 91.25em) {
    .hdr_search {
      display: inline; } }
  .hdr_search svg {
    width: 1.29rem; }
.hdr_form {
  position: absolute;
  right: 4.375rem;
  top: 1.5625rem;
  min-height: auto;
  display: inline;
  flex-basis: calc((150px - 100%) * 999);
  min-width: 40px;
  z-index: 100; }
  .hdr_form.-mobile {
    right: 2.5rem;
    top: 0.625rem; }
  @media screen and (min-width: 64em) {
    .hdr_form {
      margin-top: 0.35rem;
      position: initial; } }
  @media print, screen and (min-width: 91.25em) {
    .hdr_form {
      position: relative;
      z-index: 0;
      right: auto;
      top: auto;
      display: inline;
      max-width: 11.25rem;
      width: 100%; } }
  .hdr_form input {
    outline: none; }
  .hdr_form input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
    float: right; }
  .hdr_form input::-webkit-search-decoration,
  .hdr_form input::-webkit-search-cancel-button {
    display: none; }
  .hdr_form input[type=search] {
    background: url(/_assets/images/search-mobile.svg) no-repeat 9px center;
    padding: 0.5625rem 0 0.5625rem 2rem;
    width: 1.875rem;
    padding-left: 0.625rem;
    transition: all .5s;
    color: transparent;
    cursor: pointer;
    font-size: 0.875rem;
    z-index: 100; }
    @media print, screen and (min-width: 91.25em) {
      .hdr_form input[type=search] {
        background: url(/_assets/images/search.svg) no-repeat 9px center; } }
    .hdr_form input[type=search].-alternate {
      background: url(/_assets/images/search-mobile.svg) no-repeat 9px center; }
    .hdr_form input[type=search]:hover {
      background-color: #fff;
      background: url(/_assets/images/search-mobile.svg) no-repeat 9px center; }
    .hdr_form input[type=search]:focus {
      background: url(/_assets/images/search.svg) no-repeat 9px center;
      width: 8.125rem;
      padding-left: 2rem;
      color: #000;
      background-color: #fff;
      cursor: auto;
      border: solid 1px #897148;
      box-shadow: 0 0 5px rgba(54, 44, 28, 0.5); }
  .hdr_form input:-moz-placeholder {
    color: transparent; }
  .hdr_form input::-webkit-input-placeholder {
    color: transparent; }
.hdr_line {
  border-left: 2px solid #A8A6A4;
  height: 2rem;
  margin: 0.5rem 1.5625rem 0.5rem;
  display: none; }
  @media screen and (min-width: 64em) {
    .hdr_line {
      display: none; } }
  @media print, screen and (min-width: 91.25em) {
    .hdr_line {
      display: inline; } }
.hdr_cta {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: calc(100% - 2.5rem); }
  @media screen and (min-width: 64em) {
    .hdr_cta {
      position: relative;
      left: auto;
      transform: none;
      bottom: auto;
      display: block;
      width: auto;
      margin-bottom: 0; } }

@media screen and (min-width: 64em) {
  .logo_container {
    flex-basis: 17%; } }
@media print, screen and (min-width: 91.25em) {
  .logo_container {
    flex-basis: 17%; } }

.hdr-extras_container {
  display: block;
  position: initial; }
  @media screen and (min-width: 64em) {
    .hdr-extras_container {
      flex-basis: 10%;
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap; } }
  @media print, screen and (min-width: 91.25em) {
    .hdr-extras_container {
      flex-basis: 17%; } }

@media screen and (min-width: 64em) {
  .navigation_container {
    flex-basis: 66%; } }
@media print, screen and (min-width: 91.25em) {
  .navigation_container {
    flex-basis: 65%; } }

.show {
  display: block; }

.full {
  height: 100vh; }
  @media screen and (min-width: 64em) {
    .full {
      height: auto; } }

.-hdr-white {
  position: relative; }
  @media screen and (min-width: 64em) {
    .-hdr-white .nav_list_a {
      color: #897148; }
    .-hdr-white .hdr_logo.-gold text {
      fill: #897148; }
    .-hdr-white .basket {
      fill: #897148; }
      .-hdr-white .basket-handle {
        stroke: #897148; }
    .-hdr-white .search {
      stroke: #897148; }
      .-hdr-white .search-handle {
        stroke: #897148; } }

.search_circle {
  stroke: #FFF !important; }
.search_handle {
  stroke: #FFF !important; }

.centre-header {
  text-align: center;
  margin: 2rem 0; }

.hdr_main-notifications {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  background: #FFDBDB;
  font-family: "Libre Baskerville", serif; }
  .hdr_main-notifications span {
    font-weight: bold; }

.nav {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  justify-content: center;
  overflow: auto;
  display: none;
  height: auto;
  margin: 1rem -1.25rem; }
  @media print, screen and (min-width: 62em) {
    .nav {
      width: 100%;
      max-width: 100%;
      margin: 0 auto; } }
  @media screen and (min-width: 64em) {
    .nav {
      flex-basis: auto;
      height: auto;
      margin: auto;
      display: inherit;
      overflow: inherit; } }
  @media print, screen and (min-width: 91.25em) {
    .nav {
      position: relative;
      z-index: 0; } }
  .nav-show {
    overflow-y: hidden; }
    @media screen and (min-width: 64em) {
      .nav-show {
        overflow-y: auto; } }
  .nav-expanded {
    display: block !important; }
  .nav_list {
    flex-direction: column;
    width: 100%; }
    @media screen and (min-width: 64em) {
      .nav_list {
        flex-direction: row;
        width: auto;
        top: 1rem;
        position: relative;
        justify-content: center; } }
    .nav_list_a {
      flex-basis: 50%;
      padding: 0 0 0 1.1875rem;
      color: #FFF;
      font-size: 0.875rem;
      letter-spacing: 0.1875rem;
      font-weight: 800;
      text-transform: uppercase;
      display: inline-block;
      position: relative;
      z-index: 50; }
      @media screen and (min-width: 64em) {
        .nav_list_a {
          padding: 0.625rem 0.3125rem 2.5rem;
          margin: 0 0.3125rem;
          display: block; } }
      @media print, screen and (min-width: 91.25em) {
        .nav_list_a {
          padding: 0.625rem 0.625rem 2.5rem;
          margin: 0 0.625rem; } }
    .nav_list > li {
      position: relative; }
      @media screen and (min-width: 64em) {
        .nav_list > li.-has-children:before {
          position: absolute;
          content: '';
          bottom: 1.25rem;
          left: 50%;
          transform: translateX(-50%);
          height: 0.5rem;
          width: 0.5rem;
          background-color: #FFF;
          border-radius: 50%;
          display: none;
          opacity: 0; } }
      @media screen and (min-width: 64em) {
        .nav_list > li:hover .nav_dropdown {
          display: block;
          animation: fadeInDownNav .5s .2s forwards; } }
      @media screen and (min-width: 64em) {
        .nav_list > li:hover:before {
          display: block;
          animation: fadeIn .5s forwards; } }
    .nav_list_control {
      position: relative;
      padding: 1.3125rem 0; }
      @media screen and (min-width: 64em) {
        .nav_list_control {
          margin: auto;
          padding: 0; } }
      .nav_list_control button {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: right;
        z-index: 1; }
        .nav_list_control button .ql_icon {
          top: auto;
          transform: none;
          right: 2rem; }
          @media screen and (min-width: 64em) {
            .nav_list_control button .ql_icon {
              display: none; } }
        .nav_list_control button .chevron:before, .nav_list_control button .chevron:after {
          background: #FFF; }
        .nav_list_control button.-is-active .chevron.-down:before, .nav_list_control button.-is-active .chevron.-up:after {
          transform: rotate(-135deg);
          margin-top: -0.8rem; }
        .nav_list_control button.-is-active .chevron.-up:before, .nav_list_control button.-is-active .chevron.-down:after {
          transform: rotate(-45deg);
          margin-top: -0.8rem; }
    @media screen and (min-width: 64em) {
      .nav_list_btn {
        display: none; } }
    .nav_list_btn > .ql_icon {
      display: none; }
    .nav_list > .-has-children > .nav_list_control > button > .ql_icon {
      display: block; }

.nav_list_image {
  display: none; }
  @media screen and (min-width: 64em) {
    .nav_list_image {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: space-between;
      position: relative;
      padding: 1.875rem;
      color: white;
      width: 16.25rem; } }
  .nav_list_image > * {
    position: relative;
    z-index: 1; }
  .nav_list_image:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.4); }
  .nav_list_image:hover:before {
    background: rgba(137, 113, 72, 0.4); }

@media screen and (min-width: 64em) {
  .nav_dropdown, .nav_subdropdown {
    position: absolute;
    margin-top: -0.1875rem;
    display: none;
    opacity: 0;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 100; } }
.nav_dropdown_a, .nav_subdropdown_a {
  font-size: 0.875rem;
  letter-spacing: 3px;
  color: #FFF;
  font-weight: 800;
  text-transform: uppercase;
  padding-left: 2.5rem;
  display: inline-block;
  position: relative;
  z-index: 100; }
  @media screen and (min-width: 64em) {
    .nav_dropdown_a, .nav_subdropdown_a {
      font-size: 0.875rem;
      color: #2b2b2b;
      text-transform: uppercase;
      padding: 0.3125rem 3.125rem 0.3125rem 1.875rem;
      display: block; } }
  @media screen and (min-width: 64em) {
    .nav_dropdown_a:hover, .nav_subdropdown_a:hover {
      color: #c38c2c; } }
.nav_dropdown_list, .nav_subdropdown_list {
  display: none;
  margin-left: 0; }
  @media screen and (min-width: 64em) {
    .nav_dropdown_list, .nav_subdropdown_list {
      display: block;
      background: #FFF;
      position: relative;
      padding: 1.5625rem 0;
      cursor: auto;
      margin-left: 0;
    }
        .nav_dropdown_list.events-nav {
            columns: 2;
        }
  }
  .nav_dropdown_list > li, .nav_subdropdown_list > li {
    margin: 0.25rem 0; }
    @media screen and (min-width: 64em) {
      .nav_dropdown_list > li, .nav_subdropdown_list > li {
        margin: 0; } }
    @media screen and (min-width: 64em) {
      .nav_dropdown_list > li:hover .nav_subdropdown, .nav_subdropdown_list > li:hover .nav_subdropdown {
        display: block;
        opacity: 1;
        z-index: 100; } }
    .nav_dropdown_list > li .nav_subdropdown > li, .nav_subdropdown_list > li .nav_subdropdown > li {
      margin: 0.25rem 0; }
      @media screen and (min-width: 64em) {
        .nav_dropdown_list > li .nav_subdropdown > li, .nav_subdropdown_list > li .nav_subdropdown > li {
          margin: 0; } }
  .nav_dropdown_list > .-has-children > .nav_list_control > button > .ql_icon, .nav_subdropdown_list > .-has-children > .nav_list_control > button > .ql_icon {
    display: block; }
  .nav_dropdown_list > .-has-children > .nav_list_control > .nav_dropdown_a, .nav_subdropdown_list > .-has-children > .nav_list_control > .nav_dropdown_a {
    position: relative; }
    @media screen and (min-width: 64em) {
      .nav_dropdown_list > .-has-children > .nav_list_control > .nav_dropdown_a:after, .nav_subdropdown_list > .-has-children > .nav_list_control > .nav_dropdown_a:after {
        display: block;
        content: ' ';
        width: 0.125rem;
        height: 0.375rem;
        border-left: solid 6px black;
        border-bottom: solid 4px transparent;
        border-top: solid 4px transparent;
        position: absolute;
        top: 50%;
        right: 1.25rem;
        margin-top: -0.25rem;
        transition: 300ms all cubic-bezier(0.215, 0.61, 0.355, 1); } }
@media screen and (min-width: 64em) {
  .nav_dropdown_btn, .nav_subdropdown_btn {
    display: none; } }
.nav_dropdown_btn > .ql_icon, .nav_subdropdown_btn > .ql_icon {
  display: none; }

@media screen and (min-width: 64em) {
  .-has-children:hover > .nav_dropdown_a {
    color: #c38c2c; } }
@media screen and (min-width: 64em) {
  .-has-children:hover > .nav_dropdown_a:after {
    border-left-color: #c38c2c; } }

.nav_subdropdown {
  display: none;
  margin-left: 0; }
  @media screen and (min-width: 64em) {
    .nav_subdropdown {
      position: absolute;
      left: 149%;
      top: 3px;
      z-index: 2;
      width: 100%;
      height: auto;
      display: none;
      opacity: 0;
      transition: 300ms all cubic-bezier(0.215, 0.61, 0.355, 1);
      min-height: 100%;
      background-color: #f1f4f7;
      padding: 1.25rem 0;
      margin-left: 0; } }
  .nav_subdropdown_a {
    font-size: 0.875rem;
    letter-spacing: 0.1875rem;
    color: #FFF;
    font-weight: 800;
    text-transform: uppercase;
    padding-left: 3.6875rem; }
    @media screen and (min-width: 64em) {
      .nav_subdropdown_a {
        font-size: 0.875rem;
        color: #2b2b2b;
        text-transform: uppercase;
        padding: 0.3125rem 3.125rem 0.3125rem 1.875rem;
        display: block; } }
    @media screen and (min-width: 64em) {
      .nav_subdropdown_a:hover {
        color: #c38c2c; } }

.hamburger {
  margin-right: -0.5rem; }

.hero {
  position: relative;
  width: 100%;
  height: 42.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 64em) {
    .hero {
      height: 61rem; } }
  .hero_overlay {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(255, 0, 0, 0));
    width: 100%;
    height: 75%; }
  .hero_copy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
    @media screen and (min-width: 48em) {
      .hero_copy {
        max-width: 60.625rem;
        margin: 0 auto;
        width: 100%; } }
    .hero_copy h1 {
      color: white;
      margin-bottom: 2rem; }

.tile {
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 3.75rem 1.25rem;
  flex-basis: 100%;
  position: relative; }
  @media print, screen and (min-width: 62em) {
    .tile {
      padding: 6.25rem 3.125rem; } }
  .tile .content_wrap {
    max-width: 38.75rem;
    margin-left: auto;
    margin-right: auto; }
  .tile .h2 {
    max-width: 45.3125rem;
    margin-left: auto;
    margin-right: auto; }
    .tile .h2 + .content_wrap {
      margin-top: 1.25rem; }
  .tile_body {
    flex-basis: 100%;
    flex-shrink: 1; }
    .supp_title + .tile_body, .tile_body + .cta_row {
      margin-top: 1.25rem; }
    @media screen and (min-width: 23.4375em) {
      .tile_body .h2 {
        font-size: 2.25rem; } }
  .tile.-overlap {
    height: calc(100% + 3.125rem);
    margin-top: -3.125rem; }
  @media print, screen and (min-width: 62em) {
    .tile.padding {
      padding: 6.25rem 9.25rem; } }
  .tile.-bg-primary {
    color: white; }
  .tile .supp_title {
    flex-basis: 100%; }
  .tile_bg_wrap {
    min-height: 23.4375rem;
    max-height: 37.5rem;
    display: block;
    position: relative;
    flex-basis: 100%;
    margin: auto 1.25rem 6.5625rem;
    height: 100%; }
    .tile_bg_wrap:before {
      padding-top: 100%;
      display: block;
      content: ''; }
    @media screen and (min-width: 62.5em) {
      .tile_bg_wrap {
        max-height: none;
        margin: auto; } }
  @media screen and (min-width: 62.5em) {
    .tile_bg_strip {
      position: absolute;
      right: 100%;
      width: 3.4375rem;
      height: 100%;
      top: 0;
      background: whitesmoke; }
      .tile_bg_strip:hover .tile_bg {
        filter: grayscale(0); } }
  .tile_bg_strip .btn_main {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 62.5em) {
      .tile_bg_strip .btn_main {
        top: 50%; } }
  .tile_bg {
    position: absolute;
    width: 100%;
    top: 3.75rem;
    bottom: 16.5625rem;
    left: 0;
    filter: grayscale(100%);
    will-change: transform;
    display: none; }
    .btn_main:focus ~ .tile_bg {
      filter: grayscale(0); }
    @media screen and (min-width: 62.5em) {
      .tile_bg {
        display: block; } }
  .tile .primary_bg_strip {
    right: auto;
    left: 0;
    background-color: #1d6a4b;
    display: none; }
    .tile .primary_bg_strip > .tile_bg {
      opacity: 0.5; }
    .tile .primary_bg_strip.-is-active {
      display: inline; }
  .tile_content {
    flex-basis: calc((56.25rem - 100%) * 999);
    min-width: 40%; }
  .tile.-full {
    justify-content: space-between;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem; }
    @media screen and (min-width: 62.5em) {
      .tile.-full {
        padding-top: 12.5rem;
        padding-bottom: 12.5rem;
        padding-left: 6.25rem;
        padding-right: 6.25rem; } }
    @media print, screen and (min-width: 91.25em) {
      .tile.-full {
        padding-top: 12.5rem;
        padding-bottom: 12.5rem;
        padding-left: 12.5rem;
        padding-right: 12.5rem; } }
    .tile.-full .supp_title + .tile_body {
      margin-top: 1rem; }
    .tile.-full h1:not(.supp_title), .tile.-full h2:not(.supp_title), .tile.-full h3:not(.supp_title), .tile.-full h4:not(.supp_title), .tile.-full .h1:not(.supp_title), .tile.-full .h2:not(.supp_title), .tile.-full .h3:not(.supp_title), .tile.-full .h4:not(.supp_title) {
      margin: 0 0 1.75rem 0; }
    .tile.-full p {
      margin-bottom: 2.125rem;
      font-weight: 500; }
  .tile p {
    position: relative; }
  .tile_slider {
    width: 100%;
    flex-direction: column;
    justify-content: space-between; }
    .tile_slider .h2 {
      margin-top: 1.25rem;
      max-width: 37.5rem !important;
      line-height: 1.9; }
    .tile_slider .tile_body {
      flex-basis: auto;
      width: 100%; }
  .tile_btn {
    position: relative;
    display: inline-block;
    padding: 1.875rem;
    border-radius: 3rem;
    border: solid 1px #fff;
    cursor: pointer; }
    .tile_btn .ql_icon {
      transform: translate(-50%, -50%);
      right: auto; }
      .tile_btn .ql_icon .-left {
        transform: rotate(180deg); }
      .tile_btn .ql_icon .chevron:before, .tile_btn .ql_icon .chevron:after {
        background: #fff; }
    .tile_btn:hover {
      background: #fff;
      transition: all 0.3s ease-in-out; }
      .tile_btn:hover .chevron.-left:before,
      .tile_btn:hover .chevron.-right:after {
        transform: rotate(30deg);
        background: #1d6a4b; }
      .tile_btn:hover .chevron.-left:after,
      .tile_btn:hover .chevron.-right:before {
        transform: rotate(-30deg);
        background: #1d6a4b; }
    .tile_btn_container {
      justify-content: space-between;
      width: 25rem;
      margin: 0 auto;
      position: relative; }
  .tile_counter {
    font-size: 0.875rem;
    letter-spacing: 0.1875rem;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.form-group {
  margin-bottom: 2.125rem; }

.-grad-left:before {
  content: '';
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(255, 0, 0, 0));
  width: 75%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }

.-contact_info {
  flex-direction: column;
  align-items: center; }
  .-contact_info div {
    text-align: left;
    position: relative;
    margin-right: -1rem;
    padding: 0.625rem 0;
    font-weight: 500; }
    .-contact_info div:before {
      content: attr(data-contact);
      position: absolute;
      left: -2rem; }
    .-contact_info div > a {
      color: white;
      text-decoration: underline; }
.-contact .cta {
  width: 100%;
  max-width: 17.8125rem; }

.-form {
  text-align: left; }
  .-form form {
    max-width: 41.875rem;
    margin: 0 auto; }
  .-form .form {
    max-width: 670px;
    width: 100%;
    margin: 0 auto; }
  .-form label {
    display: block;
    text-align: left;
    font-size: 0.875rem;
    letter-spacing: 0.1875rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #134D35; }
  .-form input[type="text"],
  .-form input[type="email"],
  .-form input[type="password"],
  .-form textarea {
    display: block;
    text-align: left;
    width: 100%;
    padding: 0.9375rem;
    width: 100%;
    border: 1px solid #DDE9E4; }
  .-form input[type="text"],
  .-form input[type="email"],
  .-form input[type="password"],
  .-form textarea, .-form select {
    margin-top: 0.875rem;
    margin-bottom: 2.125rem; }
    .-form input[type="text"]:-webkit-autofill,
    .-form input[type="email"]:-webkit-autofill,
    .-form input[type="password"]:-webkit-autofill,
    .-form textarea:-webkit-autofill, .-form select:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px white inset;
      background-color: transparent; }
  .-form input[type="submit"] {
    width: 100%;
    padding: 1.125rem 1.875rem 1.0625rem;
    cursor: pointer;
    position: relative;
    z-index: 2; }
  .-form fieldset {
    margin: 0 0 2.125rem;
    padding: 0; }
    .-form fieldset > div {
      justify-content: space-between; }
    .-form fieldset label {
      display: inline; }
    .-form fieldset input[type="checkbox"] {
      display: inline; }
  .-form .-half {
    width: 50%; }
  .-form select {
    width: 100%;
    padding: 0.9375rem;
    border: 1px solid #DDE9E4; }
  .-form .cta {
    margin-top: 1rem; }
    .-form .cta:hover {
      box-shadow: 0 0 0 1px #1d6a4b inset; }

.-video {
  padding: 0;
  position: relative; }
  .-video:before {
    content: '';
    padding-top: 56.25%; }
  .-video.-active {
    background-image: none !important; }
    .-video.-active:before {
      background: none; }
  .-video .video_overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); }
  .-video .video_link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-weight: bold;
    z-index: 1; }
  .-video .video_container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden; }
    .-video .video_container .video_iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      display: none;
      top: 50%;
      left: 50%; }
      .-video .video_container .video_iframe.-active {
        display: block; }

.-bg-black {
  background: #000; }

.radiobuttonlist.flex {
  justify-content: space-between; }
.radiobuttonlist-label {
  display: block;
  position: relative;
  padding-left: 2.1875rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  font-size: 1.375rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .radiobuttonlist-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .radiobuttonlist-label input:checked ~ .radiobuttonlist-checkmark {
      background-color: #1d6a4b; }
      .radiobuttonlist-label input:checked ~ .radiobuttonlist-checkmark:hover {
        background-color: #1d6a4b; }
    .radiobuttonlist-label input:checked ~ .radiobuttonlist-checkmark:after {
      display: block; }
  .radiobuttonlist-label:hover input ~ .radiobuttonlist-checkmark {
    background-color: #ccc; }
.radiobuttonlist-checkmark {
  position: absolute;
  top: -0.1875rem;
  left: 0;
  height: 1.5625rem;
  width: 1.5625rem;
  background-color: #FFF;
  border: 1px solid #DDE9E4;
  border-radius: 50%; }
  .radiobuttonlist-checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: white; }

.checkboxlist {
  margin-bottom: 1rem; }
  .checkboxlist.flex {
    justify-content: space-between;
    margin-top: 0.3125rem; }
  .checkboxlist-label {
    display: block;
    position: relative;
    padding-top: 0.125rem;
    padding-left: 2.1875rem;
    margin-bottom: 0.75rem;
    cursor: pointer;
    font-size: 1.375rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .checkboxlist-label input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
      .checkboxlist-label input:checked ~ .checkboxlist-checkmark {
        background-color: #1d6a4b; }
        .checkboxlist-label input:checked ~ .checkboxlist-checkmark:after {
          display: block; }
    .checkboxlist-label:hover input ~ .checkboxlist-checkmark {
      background-color: #ccc; }
    .checkboxlist-label:hover input:checked ~ .checkboxlist-checkmark {
      background-color: #1d6a4b; }
    .checkboxlist-label .checkboxlist-checkmark:after {
      left: 0.5rem;
      top: 0.0625rem;
      width: 0.5rem;
      height: 1rem;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .checkboxlist-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.625rem;
    width: 1.625rem;
    background-color: #fff;
    border: 1px solid #DDE9E4; }
    .checkboxlist-checkmark:after {
      content: "";
      position: absolute;
      display: none; }

.g-recaptcha {
  margin-top: 0.875rem; }

.custom-file-upload {
  margin: 0.875rem 0.875rem 0.875rem 0;
  padding: 1.125rem 1.875rem 1.0625rem 1.875rem;
  display: inline-block !important;
  cursor: pointer; }

.file-upload {
  align-items: center; }
  .file-upload + input[type="file"] {
    position: absolute;
    opacity: 0; }

.ql_item {
  color: #625032;
  display: block;
  padding: 1.5625rem 3.75rem 1.5625rem 1.875rem;
  text-decoration: none;
  background: white;
  position: relative; }
  @media print, screen and (min-width: 62em) {
    .ql_item {
      padding: 2.3125rem 5rem 2.375rem 3.125rem; } }
  .ql_item span {
    z-index: 1; }
  .ql_item + .ql_item {
    margin-top: 0.9375rem; }
  .ql_item::before {
    content: '';
    width: calc(100% - 1.25rem);
    height: calc(100% - 1.25rem);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: #134d35;
    opacity: 0;
    position: absolute; }
  .ql_item:hover {
    color: white; }
    .ql_item:hover .ql_icon {
      right: 1.875rem; }
    .ql_item:hover::before {
      opacity: 1;
      height: 100%;
      width: 100%; }
    .ql_item:hover .chevron:before, .ql_item:hover .chevron:after {
      background: white; }
.ql_title {
  position: relative;
  display: block;
  font-size: 1.5rem;
  line-height: 1.42;
  font-weight: bold;
  font-family: "Libre Baskerville", serif; }
.ql_datetime {
  position: relative;
  display: block;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 0.875rem;
  font-weight: bold;
  color: rgba(98, 80, 50, 0.7);
  margin-bottom: 0.625rem; }
  .ql_item:nth-child(2) .ql_datetime {
    color: rgba(98, 80, 50, 0.5); }
  .ql_item:hover .ql_datetime {
    color: white; }
.ql_header {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.25rem; }
.ql_wrap {
  padding: 2.5rem 1.25rem;
  flex-basis: 100%; }
  @media print, screen and (min-width: 62em) {
    .ql_wrap {
      padding: 2.5rem 3.75rem 4rem; } }
.ql_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.875rem; }
  @media print, screen and (min-width: 62em) {
    .ql_icon {
      right: 2.875rem; } }

.result-header {
  margin: 2rem 0; }

.card {
  width: auto !important;
  overflow: hidden !important;
  margin: 2rem 0; }
  @media screen and (min-width: 35.9375em) {
    .card {
      margin: 2rem -0.9375rem; } }
  @media print, screen and (min-width: 62em) {
    .card {
      margin: 2rem -0.9375rem; } }
  @media print, screen and (min-width: 91.25em) {
    .card {
      margin: 3.4375rem -1.40625rem; } }
  .card-isotope .card_item {
    float: left; }
  .card_list {
    margin: 2rem 0; }
    @media screen and (min-width: 35.9375em) {
      .card_list {
        margin: 2rem 0; } }
    @media print, screen and (min-width: 62em) {
      .card_list {
        margin: 2rem 0; } }
    @media print, screen and (min-width: 91.25em) {
      .card_list {
        margin: 4.375rem 0 0.75rem; } }
  .card_container {
    overflow-x: hidden; }
  .card_item {
    flex-basis: 100%;
    margin-bottom: 1.875rem;
    align-items: center; }
    .card_item:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 35.9375em) {
      .card_item {
        flex-basis: calc(50% - 30px);
        width: calc(50% - 30px);
        margin: 0.9375rem 0.9375rem 1.875rem 0.9375rem; } }
    @media print, screen and (min-width: 62em) {
      .card_item {
        flex-basis: calc(33.33% - 30px);
        width: calc(33.33% - 30px); } }
    @media print, screen and (min-width: 91.25em) {
      .card_item {
        flex-basis: calc(33.33% - 45px);
        width: calc(33.33% - 45px);
        margin: 1.40625rem 1.40625rem 2.8125rem 1.40625rem; } }
    .card_item h3 {
      color: #897148; }
    .card_item.-is-active {
      display: block; }
  .card_label {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.1875rem;
    padding-top: 2.5rem;
    color: #6a6a6a;
    width: 100%; }
    .card_label span {
      margin: 0 0.25rem; }
  .card_link {
    color: #897148;
    font-size: 1.875rem;
    padding-top: 0.5rem;
    width: 100%; }
    .card_link:hover {
      text-decoration: underline; }
  .card p {
    font-size: 1rem;
    padding-top: 0.75rem;
    color: #2B2B2B;
    font-weight: 500; }
  .card_image {
    width: 100%; }
  .card_button_container {
    display: none; }
  @media (min-width: 1080px) {
    .card .-list {
      display: flex;
      flex-wrap: wrap;
      margin: 0 0 3.125rem 0;
      min-width: 100%;
      flex-basis: calc((8.5rem - 100%) * 999);
      justify-content: space-between;
      padding: 0 1.25rem; } }
  @media (min-width: 1080px) {
    .card .-list:first-child {
      margin-top: 1.40625rem; } }
  @media (min-width: 1080px) {
    .card .-list.-is-active {
      display: flex; } }
  @media (min-width: 1080px) {
    .card .-list .card_image {
      position: relative;
      width: 100%;
      margin-right: 3.125rem;
      width: 12.9375rem;
      height: 12.9375rem; } }
  @media print, screen and (min-width: 91.25em) {
    .card .-list .card_image {
      width: 14.875rem;
      height: 14.875rem; } }
  @media (min-width: 1080px) {
    .card .-list .card_body {
      width: auto;
      justify-content: flex-start;
      flex-direction: row; } }
  .card .-list .card_text {
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 1080px) {
      .card .-list .card_text {
        flex-direction: column;
        justify-content: center;
        max-width: 30rem; } }
    @media (min-width: 1200px) {
      .card .-list .card_text {
        max-width: 40rem; } }
    @media print, screen and (min-width: 91.25em) {
      .card .-list .card_text {
        max-width: 52rem; } }
  @media (min-width: 1080px) {
    .card .-list .card_label {
      padding: 0; } }
  @media (min-width: 1080px) {
    .card .-list p {
      font-size: 1rem; } }
  @media (min-width: 1080px) {
    .card .-list .card_button_container {
      display: flex;
      align-items: center;
      margin-top: 0; } }
  .card_filtering {
    justify-content: space-between;
    margin: 4.625rem 0 0; }
    .card_filtering > .flex {
      width: 16.25rem;
      flex-basis: 16.25rem;
      flex-basis: 16.25rem; }
      @media screen and (min-width: 75em) {
        .card_filtering > .flex {
          width: 25%;
          flex-basis: 25%; } }
      @media print, screen and (min-width: 91.25em) {
        .card_filtering > .flex {
          width: 30%;
          flex-basis: 30%; } }
      .card_filtering > .flex .ql_icon {
        right: 1.125rem; }
        @media screen and (min-width: 75em) {
          .card_filtering > .flex .ql_icon {
            right: 2.875rem; } }
    .card_filtering_view {
      width: 9.375rem;
      flex-basis: 9.375rem; }
      @media print, screen and (min-width: 62em) {
        .card_filtering_view {
          margin-right: 0.625rem; } }
      @media screen and (min-width: 75em) {
        .card_filtering_view {
          width: 25%;
          flex-basis: 25%; } }
      @media print, screen and (min-width: 91.25em) {
        .card_filtering_view {
          width: 30%;
          flex-basis: 30%; } }
    .card_filtering_months {
      width: 45%;
      flex-basis: 45%;
      margin-right: 0px; }
      @media print, screen and (min-width: 62em) {
        .card_filtering_months {
          margin-right: 0.625rem; } }
      @media print, screen and (min-width: 91.25em) {
        .card_filtering_months {
          width: 50%;
          flex-basis: 50%;
          margin-right: -0.625rem; } }
    .card_filtering button {
      color: #897148;
      margin: 0 1.125rem; }
      .card_filtering button.active {
        font-weight: 800; }
      .card_filtering button:focus {
        text-decoration: none; }
    .card_filtering_view {
      /*display: none;*/ }
      @media screen and (min-width: 35.9375em) {
        .card_filtering_view {
          display: inline;
          display: flex;
          justify-content: flex-end; } }
    .card_filtering_categories {
      position: relative;
      padding: 0 1.25rem 0 0;
      cursor: pointer;
      min-width: 13.75rem; }
      .card_filtering_categories button {
        margin-left: 0;
        width: 100%;
        display: block;
        text-align: left;
        padding: 0;
        font-weight: 800;
        min-width: 15.625rem; }
      .card_filtering_categories .ql_icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(90deg); }
        .card_filtering_categories .ql_icon.-toggled {
          transform: translateY(-50%) rotate(270deg);
          margin-top: -0.125rem; }
      .card_filtering_categories .chevron:before, .card_filtering_categories .chevron:after {
        width: 0.6375rem;
        background-color: #897148; }
    .card_filtering_category {
      background: #FFF;
      padding: 0.625rem 18px !important;
      cursor: pointer; }
      .card_filtering_category-all {
        display: block;
        padding: 0.625rem 18px !important;
        position: relative;
        left: -18px; }
      .card_filtering_category-options {
        display: block !important;
        height: 0;
        overflow: hidden;
        width: 1rem !important;
        position: relative !important;
        z-index: 1; }
        .card_filtering_category-options.-expanded {
          overflow: inherit; }
        .card_filtering_category-options ul {
          width: 14.6875rem;
          background: #FFF; }
          .card_filtering_category-options ul li button {
            margin-left: 0;
            width: 100%;
            display: block;
            text-align: left;
            padding: 0;
            font-weight: 400; }
            .card_filtering_category-options ul li button.active {
              font-weight: bold; }
            .card_filtering_category-options ul li button:focus {
              text-decoration: none; }
            .card_filtering_category-options ul li button.active {
              font-weight: bold; }
            .card_filtering_category-options ul li button:focus {
              text-decoration: none; }
    .card_filtering_months {
      position: relative;
      padding: 0 0.25rem;
      cursor: pointer;
      display: flex;
      align-items: center;
      width: 8em; }
      @media screen and (min-width: 49.75em) {
        .card_filtering_months {
          width: calc(100% - 20px);
          max-width: 486px;
          padding: 0 1.25rem; } }
      @media print, screen and (min-width: 62em) {
        .card_filtering_months {
          max-width: 526px;
          margin-right: 0; } }
      .card_filtering_months button {
        margin: 0; }
      .card_filtering_months .card_filtering_month {
        /*display: none;*/
        display: block;
        background: #FFF;
        padding: 0.625rem 20px;
        width: 100%;
        text-align: left; }
        .card_filtering_months .card_filtering_month.-active {
          display: block;
          font-weight: 800; }
        @media screen and (min-width: 49.75em) {
          .card_filtering_months .card_filtering_month {
            display: inline-block;
            padding: 0;
            text-align: center;
            width: auto; }
            .card_filtering_months .card_filtering_month.-active {
              display: inline; } }
      .card_filtering_months .ql_icon_container {
        position: relative;
        display: inline-block;
        margin-top: 1rem; }
      .card_filtering_months .ql_icon.-left {
        left: 0;
        right: auto;
        transform: translateY(-50%) rotate(180deg);
        margin-top: -0.5rem;
        display: none; }
        @media screen and (min-width: 49.75em) {
          .card_filtering_months .ql_icon.-left {
            display: inline; } }
      .card_filtering_months .ql_icon.-right {
        right: 0;
        transform: translateY(-50%) rotate(90deg);
        margin-top: -0.8125rem; }
        .card_filtering_months .ql_icon.-right.-toggled {
          transform: translateY(-50%) rotate(270deg);
          margin-top: -0.3125rem; }
        @media screen and (min-width: 49.75em) {
          .card_filtering_months .ql_icon.-right {
            display: inline;
            transform: translateY(-50%) rotate(0deg);
            margin-top: -0.46875rem; }
            .card_filtering_months .ql_icon.-right.-toggled {
              transform: translateY(-50%) rotate(0deg);
              margin-top: -0.46875rem; } }
      .card_filtering_months .chevron:before, .card_filtering_months .chevron:after {
        width: 0.6375rem;
        background-color: #897148; }
      .card_filtering_months .js-months_prev {
        display: none; }
        @media screen and (min-width: 49.75em) {
          .card_filtering_months .js-months_prev {
            display: block;
            left: -1.375rem; } }
        @media print, screen and (min-width: 91.25em) {
          .card_filtering_months .js-months_prev {
            left: -2.5rem; } }
      .card_filtering_months .js-months_next {
        right: 0;
        margin-top: 8px;
        position: absolute; }
        @media print, screen and (min-width: 91.25em) {
          .card_filtering_months .js-months_next {
            right: -1rem; } }
    .card_filtering_carousel {
      height: 0;
      width: 10rem !important;
      width: 100% !important;
      position: absolute !important;
      top: 100%;
      left: 0;
      display: none;
      z-index: 1; }
      .card_filtering_carousel.-expanded {
        display: block;
        overflow: inherit; }
      @media screen and (min-width: 49.75em) {
        .card_filtering_carousel {
          width: 100% !important;
          max-width: 30rem;
          height: auto;
          overflow: auto;
          position: relative !important;
          top: auto;
          left: auto;
          display: inline; } }
      @media print, screen and (min-width: 91.25em) {
        .card_filtering_carousel {
          max-width: 33.125rem; } }
      .card_filtering_carousel .owl-item {
        display: flex;
        justify-content: center;
        align-items: center; }
      .card_filtering_carousel .owl-stage {
        display: flex; }
      .card_filtering_carousel button {
        cursor: pointer; }
    .card_filtering_mobile {
      display: block;
      padding: 0.3125rem 0.9375rem;
      margin: 0 !important;
      font-weight: 800; }
      @media screen and (min-width: 49.75em) {
        .card_filtering_mobile {
          display: none;
          margin: 0 1.125rem 0 1.25rem !important; } }
    .card_filtering_list {
      position: relative; }
      .card_filtering_list .list-lines {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -1.65rem; }
        .card_filtering_list .list-lines div {
          width: 1.125rem;
          height: 0.1875rem;
          background-color: #897148;
          margin: 0.25rem 0;
          border-radius: 6.25rem; }
    .card_filtering_grid {
      position: relative; }
      .card_filtering_grid .grid-line {
        width: 1.1875rem;
        height: 1.1875rem;
        border: solid 2px #897148;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -1.75rem; }
    .card_filtering_view {
      display: none; }
      @media print, screen and (min-width: 62em) {
        .card_filtering_view {
          display: flex; } }
      .card_filtering_view a {
        padding: 0 0.625rem; }
    .card_filtering .chevron {
      margin-top: 0.0625rem; }
  .card_pagination {
    display: flex;
    justify-content: center;
    padding: 0.375rem 0 4.4375rem; }
    @media print, screen and (min-width: 62em) {
      .card_pagination {
        padding: 0.75rem 0 5.1875rem; } }
    .card_pagination .page-item {
      margin: 1.25rem 0.4375rem;
      padding: 0.53125rem 0.95625rem;
      font-size: 0.875rem;
      font-weight: bold;
      border: 2px solid #FFF;
      cursor: pointer;
      color: #000; }
      .card_pagination .page-item:focus {
        text-decoration: none; }
      .card_pagination .page-item:hover {
        background: #134d35;
        transition: all 0.3s ease-in-out;
        color: #FFF; }
      .card_pagination .page-item.active {
        border: 2px solid #134d35; }
  @media print, screen and (min-width: 91.25em) {
    .card_alternate {
      margin: 2rem -1.40625rem 3.75rem; } }
  .card_alternate_container h3 {
    font-size: 2.125rem;
    color: #2B2B2B;
    margin-top: 1rem; }
    @media print, screen and (min-width: 62em) {
      .card_alternate_container h3 {
        margin-top: 4rem; } }
  .card_alternate .card_item {
    display: block;
    margin-bottom: 2rem; }
  .card_alternate .card_link {
    padding-top: 1rem;
    font-size: 2.125rem;
    line-height: 1.5; }

.no-margin {
  margin: 2rem 0 !important; }

.card-details {
  align-items: center;
  justify-content: space-between;
  margin: 0 0 2rem; }
  .card-details_img {
    flex-basis: calc((58.75rem - 100%) * 999);
    min-width: 48%; }
  .card-details_image {
    width: 100%; }
  .card-details_body {
    position: relative;
    flex-basis: calc((58.75rem - 100%) * 999);
    min-width: 48%;
    padding: 1.25rem 0; }
    .card-details_body_top {
      justify-content: space-between; }
  .card-details_label {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.1875rem;
    color: #2B2B2B; }
    @media print, screen and (min-width: 62em) {
      .card-details_label {
        padding: 0; } }
  .card-details_title {
    color: #897148;
    padding: 0.46875rem 0; }
    @media print, screen and (min-width: 62em) {
      .card-details_title {
        padding: 1.875rem 0 1.25rem; } }
  .card-details p {
    color: #2B2B2B;
    padding: 0;
    font-weight: 500; }
  .card-details_link {
    text-transform: uppercase;
    color: #2B2B2B;
    font-weight: 800;
    font-size: 0.875rem;
    letter-spacing: 0.1875rem; }
  .card-details .cta {
    margin-top: 1.875rem; }
    @media print, screen and (min-width: 62em) {
      .card-details .cta {
        margin-top: 3.75rem; } }
  .card-details_modal {
    display: none;
    position: fixed;
    top: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7); }
    .card-details_modal.-is-active {
      display: block; }

.modal {
  width: 90%;
  padding: 4.0625rem;
  background: #fff;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  @media screen and (min-width: 68.75em) {
    .modal {
      padding: 5.9375rem; } }
  @media screen and (min-width: 75em) {
    .modal {
      width: 100%;
      max-width: 70rem;
      max-height: 45rem;
      overflow: scroll;
      padding: 5.9375rem 8.125rem; } }
  .modal .supp_title {
    font-weight: 800; }
  .modal p {
    font-weight: 500; }
  .modal_info {
    justify-content: space-between;
    align-items: center; }
    .modal_info_thumbnail {
      width: 8.5rem;
      height: 8.5rem;
      object-fit: cover;
      margin-bottom: 1.25rem;
      display: none; }
      @media screen and (min-width: 36.4375em) {
        .modal_info_thumbnail {
          display: inline; } }
      @media screen and (min-width: 68.75em) {
        .modal_info_thumbnail {
          margin-bottom: 0; } }
    .modal_info_copy {
      flex-basis: 100%; }
      @media screen and (min-width: 68.75em) {
        .modal_info_copy {
          flex-basis: 82%; } }
      .modal_info_copy h2:not(.supp_title) {
        color: #134d35; }
  .modal_list {
    height: 17.8125rem;
    overflow: auto; }
    @media screen and (min-width: 68.75em) {
      .modal_list {
        height: auto; } }
    .modal_list_item {
      width: 100%;
      justify-content: space-between;
      align-items: center;
      padding: 1.25rem 0;
      border-bottom: solid 1px #e8e8e8; }
      .modal_list_item:last-child {
        border-bottom: none; }
      .modal_list_item .supp_title {
        margin: 0.625rem 0; }
  .modal_cross {
    position: absolute;
    top: 1.875rem;
    right: 2.125rem;
    cursor: pointer; }
    @media screen and (min-width: 36.4375em) {
      .modal_cross {
        top: 3.125rem;
        right: 3.375rem; } }
  .modal-show {
    overflow-y: hidden; }

.sharethis-inline-share-buttons {
  margin-top: 0.625rem;
  display: none !important;
  position: absolute;
  right: 0;
  background-color: #FFF;
  padding: 0.625rem 0 0.625rem 0.625rem; }
  .sharethis-inline-share-buttons.-is-active {
    display: inline !important; }
    .sharethis-inline-share-buttons.-is-active div {
      display: inline-block !important; }

.reveal {
  position: relative; }
  .reveal h2 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.625rem;
    max-width: 93.25rem;
    margin: 0 auto;
    padding: 5.5vw 0;
    position: absolute;
    top: 0;
    z-index: 2;
    width: calc(100% / 1);
    pointer-events: none;
    left: 5.7vw; }
    @media print, screen and (min-width: 62em) {
      .reveal h2 {
        left: 8.7vw; } }
    @media print, screen and (min-width: 91.25em) {
      .reveal h2 {
        left: 10.7vw; } }
  .reveal_carousel {
    display: flex !important; }
  .reveal_dots {
    justify-content: center;
    padding: 1.875rem 0;
    display: flex !important; }
    @media screen and (min-width: 49.6875em) {
      .reveal_dots {
        display: none !important; } }
    .reveal_dots button {
      background: none;
      border: none;
      outline: none;
      cursor: pointer; }
    .reveal_dots .owl-dot {
      width: 0.75rem;
      height: 0.75rem;
      margin: 0.3125rem;
      border: 1px solid #FFF;
      display: block;
      transition: opacity 0.2s ease;
      transition: all 0.3s ease-in-out;
      border-radius: 1.875rem; }
      .reveal_dots .owl-dot.active {
        background: #FFF; }
  .reveal_item {
    width: 100%;
    position: relative;
    color: white;
    display: block;
    min-height: 25rem;
    max-height: 37.5rem; }
    .reveal_item:before {
      padding-top: 100%;
      display: block;
      content: ''; }
    .reveal_item:after {
      content: '';
      position: absolute;
      right: 0px;
      top: 25%;
      height: 50%;
      border-right: 1px solid #0B462E; }
    .reveal_item_wrap {
      align-content: center;
      justify-content: center;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      .reveal_item_wrap:before, .reveal_item_wrap:after {
        content: "";
        display: block; }
      .reveal_item_wrap:before {
        background-color: #134d35; }
      .reveal_item_wrap::after {
        z-index: 0; }
    .reveal_item:hover .reveal_item_wrap:before {
      background-color: transparent; }
    .reveal_item:hover .reveal_item_wrap:after {
      background-color: rgba(0, 0, 0, 0.5); }
    .reveal_item_body {
      flex-direction: column;
      justify-content: center;
      position: relative;
      z-index: 5;
      max-width: 50%; }
      .reveal_item_body > * {
        height: auto;
        overflow: hidden; }
    .reveal_item h3 {
      font-weight: normal;
      color: #FFF;
      font-size: 2.875rem; }
  .reveal_label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.625rem;
    font-family: "Libre Baskerville", serif;
    margin-bottom: 1rem; }
  .reveal_body {
    display: none;
    opacity: 0; }
  .reveal_item:hover .reveal_body {
    display: block;
    animation: fadeIn .5s .2s forwards; }
  @supports (--css: variables) {
    .reveal_body {
      flex: .00001;
      display: block; }
    .reveal_item:hover .reveal_body {
      flex: 1; } }

.accordion {
  width: 100%;
  max-width: 68.875rem;
  margin: 2rem auto 4rem; }
  @media print, screen and (min-width: 62em) {
    .accordion {
      margin: 4rem auto 6rem; } }
  .accordion button[aria-expanded="false"] {
    border-bottom: 1px solid #E9E7EB; }
  .accordion_btn {
    background: none;
    color: #134D35;
    display: block;
    padding: 2.8125rem 0;
    position: relative;
    text-align: left;
    width: 100%;
    outline: none; }
    .accordion_btn:focus {
      text-decoration: none; }
  .accordion_title {
    display: block;
    pointer-events: none;
    padding: 0.375rem;
    outline: none;
    font-weight: 600; }
    .accordion_title .h4 {
      max-width: 90%;
      font-weight: 600; }
  .accordion_icon {
    position: absolute;
    height: 1.125rem;
    right: 2rem;
    width: 1.125rem;
    top: 50%; }
    .accordion_icon:before, .accordion_icon:after {
      background-color: #134D35;
      content: '';
      height: 0.1875rem;
      left: 0;
      position: absolute;
      top: 0;
      width: 1.125rem;
      transition: transform 500ms ease; }
    .accordion_icon:after {
      transform-origin: center; }
    .accordion_icon.collapsed:after {
      transform: rotate(90deg); }
    .accordion_icon.collapsed:before {
      transform: rotate(180deg); }
  .accordion_panel {
    margin: 0;
    padding: 0 4.0625rem;
    color: #1D6A4B;
    font-weight: 500;
    animation: fadeInDown 0.5s; }
    .accordion_panel a {
      color: #1D6A4B;
      font-weight: 600;
      text-decoration: underline; }
    .accordion_panel ul li {
      padding: 0.25rem 0; }
  .accordion .-is-active .accordion_icon {
    background-color: transparent;
    transition: background-color 0.5s ease; }

.reviews {
  text-align: center;
  align-items: center;
  max-width: 87.5rem;
  margin: 0 auto;
  justify-content: space-between;
  padding: 5rem 0; }
  @media print, screen and (min-width: 62em) {
    .reviews {
      padding: 8rem 0 6.875rem; } }
  .reviews_body {
    width: 100%; }
    @media print, screen and (min-width: 62em) {
      .reviews_body {
        width: 76%; } }
    .reviews_body .supp_title {
      font-weight: 800; }
  .reviews_carousel {
    padding-top: 1rem; }
  .reviews_btn {
    position: relative;
    display: inline-block;
    padding: 1.875rem;
    border-radius: 3rem;
    border: solid 1px #897148;
    cursor: pointer;
    margin: 2.875rem 0 0; }
    @media print, screen and (min-width: 62em) {
      .reviews_btn {
        margin: 3.75rem 0 0; } }
    .reviews_btn .ql_icon {
      transform: translate(-50%, -50%);
      right: auto; }
      .reviews_btn .ql_icon .-left {
        transform: rotate(180deg); }
    .reviews_btn:hover {
      background: #897148;
      transition: all 0.3s ease-in-out; }
      .reviews_btn:hover .chevron.-left:before,
      .reviews_btn:hover .chevron.-right:after {
        transform: rotate(30deg);
        background: #fff; }
      .reviews_btn:hover .chevron.-left:after,
      .reviews_btn:hover .chevron.-right:before {
        transform: rotate(-30deg);
        background: #fff; }
    .reviews_btn_container {
      justify-content: space-between;
      width: 9.625rem;
      margin: 0 auto; }
  .reviews_more {
    width: 100%; }
    @media print, screen and (min-width: 62em) {
      .reviews_more {
        width: auto; } }
    .reviews_more img {
      width: 12rem;
      display: none;
      margin: 0 auto; }
      @media print, screen and (min-width: 62em) {
        .reviews_more img {
          display: block; } }
    .reviews_more .cta {
      margin-top: 3.75rem; }
  .reviews_item {
    padding: 0 1.5625rem; }

.events-banner {
  position: relative;
  height: 100%;
  margin: 0; }
  @media print, screen and (min-width: 62em) {
    .events-banner {
      margin: 0 0 5rem; } }
  .events-banner_image {
    position: relative;
    height: 26.875rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    height: 34.0625rem; }
    @media print, screen and (min-width: 62em) {
      .events-banner_image {
        height: 37.5rem;
        margin-left: 0;
        margin-right: 0; } }
    @media print, screen and (min-width: 91.25em) {
      .events-banner_image {
        height: 53.4375rem; } }
  .events-banner_copy {
    width: 100%;
    background: #fff;
    position: relative;
    text-align: center;
    padding: 3.125rem 0 1.25rem;
    color: #897148; }
    @media print, screen and (min-width: 62em) {
      .events-banner_copy {
        width: 70%;
        position: absolute;
        bottom: -5.5rem;
        left: 50%;
        transform: translateX(-50%);
        padding: 3rem 0 2.125rem 0; } }
    .events-banner_copy .supp_title {
      font-weight: 800; }
  .events-banner_body {
    max-width: 36.875rem;
    margin: 0 auto; }
    @media print, screen and (min-width: 62em) {
      .events-banner_body {
        width: 88%;
        max-width: 57.5rem; } }
    .events-banner_body .lnk {
      color: #897148; }
  .events-banner .supp_title {
    margin-bottom: 1.25rem; }
  .events-banner .lnk {
    margin-top: 1.875rem; }
  .events-banner.tour-header > h1 {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 1;
    top: calc(50% - 5rem);
    left: 50%;
    color: #FFF; }

.map {
  height: 34.1875rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem; }
  @media print, screen and (min-width: 62em) {
    .map {
      height: 37.5rem;
      margin-left: 0;
      margin-right: 0; } }
  @media print, screen and (min-width: 91.25em) {
    .map {
      height: 53.4375rem; } }

.tour-card {
  margin: 6rem 0 4rem; }
  @media screen and (min-width: 35.9375em) {
    .tour-card {
      margin: 4rem 0; } }
  @media print, screen and (min-width: 62em) {
    .tour-card {
      margin: 7rem 6rem; } }
  .tour-card_title {
    text-align: center;
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 62em) {
      .tour-card_title {
        margin-bottom: 2.25rem; } }
  .tour-card_items {
    max-width: 86.875rem;
    margin: 0 auto;
    justify-content: space-between; }
  .tour-card_item {
    flex-basis: 100%;
    padding: 1.25rem 0; }
    @media print, screen and (min-width: 48em) {
      .tour-card_item {
        flex-basis: calc(50% - 15px);
        padding: 0.9375rem 0; } }
    @media print, screen and (min-width: 62em) {
      .tour-card_item {
        flex-basis: calc(50% - 20px);
        padding: 1.25rem 0; } }
    @media print, screen and (min-width: 91.25em) {
      .tour-card_item {
        flex-basis: calc(50% - 25px);
        padding: 1.5625rem 0; } }
    .tour-card_item h2 {
      color: #897148;
      padding: 0.625rem 0 1.25rem; }
      @media screen and (min-width: 81.25em) {
        .tour-card_item h2 {
          max-width: 15rem; } }
  .tour-card_body {
    border: 1px solid #efefef;
    box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.2);
    padding: 3.4375rem; }
    @media screen and (min-width: 81.25em) {
      .tour-card_body {
        padding: 3.4375rem 8.75rem; } }
    .tour-card_body .h2 {
      line-height: 1.2; }
  .tour-card_label {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.1875rem;
    color: #6a6a6a;
    margin-bottom: 1.25rem; }
    .tour-card_label span {
      margin: 0 0.25rem; }
  .tour-card p {
    font-weight: 500; }
  .tour-card .lnk {
    margin-top: 1.25rem; }

.featured {
  padding: 1.25rem 0; }
  .featured_text {
    max-width: 33.125rem;
    margin: 0 auto; }
    .featured_text_container {
      width: 100%;
      padding: 4.375rem 1.25rem; }
      @media print, screen and (min-width: 62em) {
        .featured_text_container {
          width: 50%;
          padding: 8.75rem 2.5rem; } }
  .featured .supp_title {
    margin-bottom: 1.75rem; }
  .featured_image {
    width: 100%;
    height: 22.375rem; }
    @media print, screen and (min-width: 62em) {
      .featured_image {
        width: 50%;
        height: auto; } }
  .featured .cta {
    margin-top: 2.5rem; }

.price-input {
  border: 1px solid #DDE9E4;
  padding: 0.9375rem;
  margin-bottom: 2.125rem; }

.total-price {
  margin-bottom: 2.125rem; }

.details-wrapper h2 {
  margin-bottom: 0.75rem; }
.details-wrapper p {
  margin-bottom: 0.75rem; }
.details-wrapper ul {
  margin: 0.75rem 0; }

.large-text {
  justify-content: center;
  overflow-wrap: break-word; }
  .large-text_body {
    padding: 40px 20px;
    width: 100%; }
    @media print, screen and (min-width: 62em) {
      .large-text_body {
        padding: 20px 60px; } }
  .large-text h2 {
    padding: 0.625rem 0; }
    @media print, screen and (min-width: 62em) {
      .large-text h2 {
        padding: 1.25rem 0; } }
  .large-text_paragraphs {
    justify-content: space-between; }
    .large-text_paragraphs ul li {
      list-style-type: disc;
      margin-left: 1em; }
    .large-text_paragraphs ol li {
      list-style-type: decimal;
      margin-left: 1em; }
  .large-text p {
    flex-basis: 100%;
    padding: 0.625rem 0; }
    .large-text p > img {
      max-width: 100%;
      max-height: 100%; }
    @media print, screen and (min-width: 62em) {
      .large-text p {
        flex-basis: calc(50% - 25px);
        padding: 1.25rem 0; } }

@media screen and (min-width: 64em) {
  .two-col {
    column-count: 2; } }
.scroll-content {
  padding: 1.25rem 0; }
  .scroll-content_top {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem; }
  .scroll-content_text {
    flex-grow: 1;
    margin-bottom: 1.25rem; }
    @media print, screen and (min-width: 62em) {
      .scroll-content_text {
        flex-basis: 45%;
        flex-grow: 0;
        margin-bottom: 0; } }
  .scroll-content_btn {
    position: relative;
    display: inline-block;
    padding: 1.875rem;
    border-radius: 3rem;
    border: solid 1px #c38c2c;
    cursor: pointer; }
    .scroll-content_btn .ql_icon {
      transform: translate(-50%, -50%);
      right: auto; }
      .scroll-content_btn .ql_icon .-left {
        transform: rotate(180deg); }
    .scroll-content_btn:hover {
      background: #c38c2c;
      transition: all 0.3s ease-in-out; }
      .scroll-content_btn:hover .chevron.-left:before,
      .scroll-content_btn:hover .chevron.-right:after {
        transform: rotate(30deg);
        background: #fff; }
      .scroll-content_btn:hover .chevron.-left:after,
      .scroll-content_btn:hover .chevron.-right:before {
        transform: rotate(-30deg);
        background: #fff; }
    .scroll-content_btn_container {
      justify-content: space-between;
      width: 10.875rem;
      margin: 0 auto; }
  .scroll-content_carousel:focus {
    cursor: grab; }
  .scroll-content_carousel_item {
    width: 22.5rem; }

.carousel-type {
  margin: 2rem 0;
  flex-direction: column;
  align-items: center; }
  .carousel-type_buttons {
    min-width: 50%;
    justify-content: space-between;
    flex-direction: column;
    align-items: center; }
    @media print, screen and (min-width: 48em) {
      .carousel-type_buttons {
        flex-direction: row; } }
    .carousel-type_buttons div {
      margin: 0.625rem 0; }
      .carousel-type_buttons div:first-child {
        margin-top: 0; }
      .carousel-type_buttons div:last-child {
        margin-bottom: 0; }
      @media print, screen and (min-width: 48em) {
        .carousel-type_buttons div {
          margin: 0; } }
  .carousel-type_lnk {
    margin: 0 10px; }
    .carousel-type_lnk:before {
      background: none; }
    .carousel-type_lnk span {
      letter-spacing: 0.1875rem; }
  .carousel-type_body {
    max-width: 52.125rem;
    text-align: center; }
  .carousel-type .-is-active {
    display: inline; }
    .carousel-type .-is-active:before {
      background-color: #2b2b2b; }
    .carousel-type .-is-active:hover:before {
      background: #c38c2c; }
  .carousel-type_item {
    display: none; }
  .carousel-type p {
    padding: 1.875rem 0; }
    @media print, screen and (min-width: 48em) {
      .carousel-type p {
        padding: 3.75rem 0; } }

.image-switcher {
  padding: 0; }
  .image-switcher_image {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity ease-in-out 0.5s; }
    .image-switcher_image.-is-active {
      position: relative;
      opacity: 1; }
    .image-switcher_image_container {
      height: 100%;
      width: 100%;
      position: relative;
      background: #ccc; }
      @media print, screen and (min-width: 62em) {
        .image-switcher_image_container {
          width: 50%;
          height: auto; } }
      @media print, screen and (min-width: 91.25em) {
        .image-switcher_image_container {
          width: 60%; } }
  .image-switcher_text {
    max-width: 22.6875rem;
    margin: 0 auto;
    width: 100%; }
    .image-switcher_text_container {
      width: 100%;
      padding: 3.4375rem 0.9375rem;
      display: flex;
      align-items: center; }
      @media print, screen and (min-width: 62em) {
        .image-switcher_text_container {
          position: relative;
          width: 50%;
          /*padding: rc(220 30);*/
          padding: 0 1.875rem; } }
      @media print, screen and (min-width: 91.25em) {
        .image-switcher_text_container {
          width: 40%; } }
  .image-switcher_text a {
    color: #bbd2c9;
    margin: 3rem 0; }
    .image-switcher_text a.-is-active {
      color: #FFF; }
      @media print, screen and (min-width: 48em) {
        .image-switcher_text a.-is-active {
          transform: translate(-30px); } }
    .image-switcher_text a:focus {
      text-decoration: none; }

.blog-banner {
  position: relative;
  height: 100%; }
  .blog-banner_image {
    position: relative;
    height: 32.5rem;
    margin-left: -20px;
    margin-right: -20px; }
    .blog-banner_image:before {
      position: absolute;
      content: '';
      background: #000;
      opacity: 0.4;
      width: 100%;
      height: 100%; }
    @media print, screen and (min-width: 62em) {
      .blog-banner_image {
        height: 37.5rem;
        margin-left: 0px;
        margin-right: 0px; } }
    @media print, screen and (min-width: 91.25em) {
      .blog-banner_image {
        height: 47.1875rem; } }
  .blog-banner_copy {
    width: 100%;
    color: #fff;
    position: absolute;
    padding: 2.1875rem;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 46.5625rem; }
  .blog-banner_centre {
    color: #000;
    text-align: center;
    padding: 2rem; }
  .blog-banner .supp_title {
    margin-bottom: 1.25rem; }
  .blog-banner h2:not(.supp_title) {
    line-height: 1.4; }
  .blog-banner .lnk {
    margin-top: 1.25rem; }

.blog-content {
  justify-content: center;
  margin: 2.5rem 0 4.375rem; }
  @media print, screen and (min-width: 62em) {
    .blog-content {
      margin: 4.375rem 0 7.8125rem; } }
  .blog-content_body {
    max-width: 54.125rem; }
  .blog-content_image {
    width: 100%;
    margin-bottom: 1.5625rem; }
    @media print, screen and (min-width: 62em) {
      .blog-content_image {
        margin-bottom: 2rem; } }
  .blog-content p {
    margin-bottom: 1.5625rem;
    font-weight: 700; }
    @media print, screen and (min-width: 62em) {
      .blog-content p {
        margin-bottom: 2rem; } }
    .blog-content p:last-child {
      margin-bottom: 0; }

.parallax {
  overflow-x: hidden; }
  .parallax-banner {
    position: relative;
    height: 100%;
    margin: 0; }
    @media print, screen and (min-width: 62em) {
      .parallax-banner {
        margin: 0 0 2rem; } }
    .parallax-banner_image {
      position: relative;
      height: 38.75rem; }
      .parallax-banner_image:before {
        position: absolute;
        content: '';
        background: #000;
        opacity: 0.4;
        width: 100%;
        height: 100%; }
      @media print, screen and (min-width: 91.25em) {
        .parallax-banner_image {
          height: 53.125rem; } }
    .parallax-banner_copy {
      width: 100%;
      color: #fff;
      position: absolute;
      padding: 2.1875rem;
      text-align: center;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      max-width: 46.5625rem; }
      @media print, screen and (min-width: 91.25em) {
        .parallax-banner_copy {
          max-width: 60.625rem; } }
    @media print, screen and (min-width: 91.25em) {
      .parallax-banner_body .h2, .parallax-banner_body h2 {
        font-size: 3.75rem; } }
    .parallax-banner .cta_row {
      margin-top: 1.25rem; }
  .parallax-header-image {
    margin: 2rem 0;
    justify-content: space-between; }
    @media print, screen and (min-width: 62em) {
      .parallax-header-image {
        margin: 4rem 0; } }
    .parallax-header-image h2 {
      color: #134d35; }
      @media print, screen and (min-width: 62em) {
        .parallax-header-image h2 {
          margin: 1.75rem 0; } }
      @media screen and (min-width: 75em) {
        .parallax-header-image h2 {
          max-width: 42.125rem;
          margin: 6.25rem 0 3.75rem; } }
    @media print, screen and (min-width: 62em) {
      .parallax-header-image_left {
        flex-basis: calc(60% - 1.25vw); } }
    .parallax-header-image_image1 {
      display: none; }
      @media print, screen and (min-width: 62em) {
        .parallax-header-image_image1 {
          display: inline;
          width: 75%;
          height: auto;
          min-width: 34.375rem; } }
      .parallax-header-image_image1-container {
        justify-content: flex-end;
        width: 100%; }
    @media print, screen and (min-width: 62em) {
      .parallax-header-image_right {
        flex-basis: calc(40% - 1.25vw); } }
    .parallax-header-image_image2 {
      display: none; }
      @media print, screen and (min-width: 62em) {
        .parallax-header-image_image2 {
          display: inline;
          width: 100%;
          height: auto; } }
  .parallax-tile {
    margin: 2rem 0; }
    .parallax-tile.-reverse {
      flex-direction: row-reverse; }
    .parallax-tile_text {
      max-width: 35.9375rem;
      margin: 0 auto; }
      .parallax-tile_text_container {
        width: 100%;
        padding: 4.375rem 1.25rem; }
        @media print, screen and (min-width: 62em) {
          .parallax-tile_text_container {
            width: 51%;
            padding: 0 2.5rem;
            align-items: center; } }
      .parallax-tile_text p {
        font-weight: 500; }
    .parallax-tile .supp_title {
      margin-bottom: 1.75rem; }
    .parallax-tile_image {
      width: 100%;
      height: auto; }
      @media print, screen and (min-width: 62em) {
        .parallax-tile_image {
          width: 49%;
          height: auto; } }
    .parallax-tile h2 {
      margin-bottom: 1.5rem; }
    .parallax-tile .cta {
      margin-top: 2.5rem; }
  .parallax-image-text {
    margin-top: 25%; }
    @media print, screen and (min-width: 62em) {
      .parallax-image-text {
        margin-top: calc(25% + 3.5rem); } }
    @media print, screen and (min-width: 91.25em) {
      .parallax-image-text {
        margin-top: calc(25% + 1.5rem); } }
    .parallax-image-text_heading {
      justify-content: center;
      border-bottom: 1px solid rgba(0, 62, 35, 0.8);
      max-width: 1490px;
      margin: 0 auto;
      padding: 2rem 0; }
      @media print, screen and (min-width: 62em) {
        .parallax-image-text_heading {
          padding: 4rem 0; } }
      @media print, screen and (min-width: 91.25em) {
        .parallax-image-text_heading {
          padding: 6.375rem 0 5.375rem; } }
      .parallax-image-text_heading h2 {
        max-width: 75.9375rem;
        text-align: center; }
    .parallax-image-text_subheading {
      margin-bottom: 1.25rem; }
      @media print, screen and (min-width: 62em) {
        .parallax-image-text_subheading {
          margin-bottom: 0; } }
    .parallax-image-text_image {
      width: 100%;
      height: auto;
      margin-top: -12rem; }
      @media print, screen and (min-width: 62em) {
        .parallax-image-text_image {
          height: auto;
          margin-top: -22.5%; } }
    .parallax-image-text_text {
      justify-content: space-between;
      padding: 4rem 0; }
      @media print, screen and (min-width: 91.25em) {
        .parallax-image-text_text {
          padding: 7rem 0 6rem; } }
    .parallax-image-text_paragraph {
      width: 100%; }
      @media print, screen and (min-width: 62em) {
        .parallax-image-text_paragraph {
          width: 40%;
          margin-right: 6.25rem; } }
  .parallax-tile h2 {
    color: #134d35; }

.alert {
  color: #D8000C; }
  .alert button {
    color: #D8000C; }
  .alert_wrap {
    padding: 2.5rem 0; }

.worship {
  overflow-x: hidden; }
  .worship-banner {
    position: relative;
    height: 100%;
    margin: 0 0 2rem 0; }
    @media print, screen and (min-width: 62em) {
      .worship-banner {
        margin: 0 0 6rem 0; } }
    .worship-banner_image {
      position: relative;
      height: 38.75rem; }
      .worship-banner_image:before {
        position: absolute;
        content: '';
        background: #000;
        opacity: 0.4;
        width: 100%;
        height: 100%; }
      @media print, screen and (min-width: 91.25em) {
        .worship-banner_image {
          height: 53.4375rem; } }
    .worship-banner_copy {
      width: 100%;
      color: #fff;
      position: absolute;
      padding: 2.1875rem;
      text-align: center;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      max-width: 46.5625rem; }
      @media print, screen and (min-width: 91.25em) {
        .worship-banner_copy {
          max-width: 60.625rem; } }
    @media print, screen and (min-width: 91.25em) {
      .worship-banner_body .h2, .worship-banner_body h2 {
        font-size: 3.75rem; } }
    .worship-banner .cta_row {
      margin-top: 1.25rem; }

.umbraco-forms-form {
  padding: 10px 0px 10px 0px; }
  @media screen and (min-width: 64em) {
    .umbraco-forms-form {
      padding: 80px; } }
.umbraco-forms-navigation input {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.1;
  position: relative;
  letter-spacing: .2em;
  text-align: center;
  font-weight: 800;
  color: #fff;
  background-color: #134d35;
  padding: 1.125rem 1.875rem 1.0625rem; }
  .umbraco-forms-navigation input:hover {
    color: #134d35;
    background-color: #fff;
    box-shadow: 0 0 0 1px #625032 inset;
    cursor: pointer; }
    .umbraco-forms-navigation input:hover span {
      transform: translate(0, -25%);
      opacity: 0; }
    .umbraco-forms-navigation input:hover:after {
      opacity: 1;
      transform: translate(0, -50%); }
.umbraco-forms-submitmessage {
  padding: 100px;
  text-align: center; }

.field-validation-error {
  color: red; }

.footer {
  background: #134D35;
  padding: 6.5625rem 1.125rem 4rem; }
  @media print, screen and (min-width: 62em) {
    .footer {
      padding: 0 1.125rem 2.25rem 1.125rem; } }
  .footer_top {
    justify-content: center;
    padding-top: 5.25rem;
    border-top: 1px solid rgba(0, 62, 35, 0.8);
    padding-top: 6rem; }
  .footer_logo {
    width: 17.4375rem;
    height: 100%; }
  .footer_wrapper {
    max-width: 93.25rem;
    margin: 0 auto; }
  .footer_middle {
    border-bottom: 1px solid rgba(0, 62, 35, 0.8); }
    @media print, screen and (min-width: 62em) {
      .footer_middle {
        padding: 0 0 2.5rem 0; } }
    .footer_middle ul {
      justify-content: center;
      padding: 2.65625rem 0 1.875rem; }
      @media print, screen and (min-width: 62em) {
        .footer_middle ul {
          max-width: 71.875rem;
          margin: 0 auto; } }
    .footer_middle li {
      margin: 1.46875rem 1.40625rem; }
      @media print, screen and (min-width: 62em) {
        .footer_middle li {
          margin: 1.25rem 1.40625rem; } }
      .footer_middle li a {
        font-size: 0.875rem;
        letter-spacing: 0.1875rem;
        color: #FFF;
        font-weight: 800;
        text-transform: uppercase; }
  .footer_bottom {
    justify-content: space-between;
    align-items: center;
    padding: 3.125rem 0 0;
    flex-direction: column-reverse; }
    @media print, screen and (min-width: 62em) {
      .footer_bottom {
        flex-direction: row; } }
    .footer_bottom .footer_social {
      justify-content: space-between;
      width: 100%;
      max-width: 22rem; }
      .footer_bottom .footer_social li a svg {
        width: 2.5rem; }
    .footer_bottom .site_author {
      font-size: 0.875rem;
      letter-spacing: 0.1875rem;
      color: #FFF;
      font-weight: 800;
      text-transform: uppercase;
      margin: 1.5rem 0 1.75rem;
      margin: 3.4375rem 0; }
      @media print, screen and (min-width: 62em) {
        .footer_bottom .site_author {
          margin: 0; } }
    .footer_bottom .cta {
      width: 100%;
      max-width: 22rem;
      font-weight: 800; }

.-clr-white {
  color: white; }
.-clr-primary {
  color: #134d35; }
  .-clr-primary-dark {
    color: #134d35; }
  .-clr-primary-darker {
    color: #3a494a; }
.-clr-secondary {
  color: rgba(137, 113, 72, 0.5); }

.-txt-right {
  text-align: right; }
.-txt-left {
  text-align: left; }
.-txt-caps {
  text-transform: uppercase; }
.-txt-lg {
  font-size: 1.6875rem;
  line-height: 1.33; }

.bgcover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .bgcover.contain {
    background-size: contain; }
  .bgcover:focus {
    box-shadow: 0 0 0 0.4375rem white inset;
    background-position: calc(50% - 0.625rem) 50%; }

@media print, screen and (min-width: 62em) {
  .-bg-md-dbl {
    background-size: 200% auto; } }
.-bg-lt {
  background-position: left top; }
.-bg-lc {
  background-position: left center; }
.-bg-lb {
  background-position: left bottom; }
.-bg-cc {
  background-position: center; }
.-bg-cb {
  background-position: center bottom; }
.-bg-rt {
  background-position: right top; }
.-bg-rc {
  background-position: right center; }
.-bg-rb {
  background-position: right bottom; }

.background-size-polyfill img {
  -ms-interpolation-mode: bicubic; }

.-bg-form {
  background-color: #E8F0EC; }

.-bg-gradient {
  background: linear-gradient(to bottom, white, #D8D8D8); }

.-bg-primary {
  background-color: #134d35; }
  .-bg-primary-light {
    background-color: #fff39d; }

.-bg-gradient {
  background: linear-gradient(to bottom, white, #D8D8D8); }

.-bg-primary {
  background-color: #134d35; }
  .-bg-primary-light {
    background-color: #fff39d; }
  .-bg-primary-dark {
    background-color: #134d35; }
  .-bg-primary-darker {
    background-color: #3a494a; }
  .-bg-primary-gradient {
    background: linear-gradient(to bottom, #134d35, #3a494a); }

.-bg-secondary {
  background-color: #897148; }
  .-bg-secondary-light {
    background-color: #c38c2c; }
  .-bg-secondary-dark {
    background-color: #1a1e25; }
  .-bg-secondary-gradient {
    background: linear-gradient(to bottom, #607273, #30393a); }

.-bg-site {
  background-color: whitesmoke; }

.hide {
  display: none; }

.ib-show {
  display: inline-block; }

.show {
  display: block; }

@media print, screen and (min-width: 48em) {
  .sm-hide {
    display: none; }

  .sm_ib-show {
    display: inline-block; }

  .sm-show {
    display: block; } }
@media print, screen and (min-width: 62em) {
  .md-hide {
    display: none; }

  .md_ib-show {
    display: inline-block; }

  .md-show {
    display: block; } }
@media print, screen and (min-width: 91.25em) {
  .lg-hide {
    display: none; }

  .lg_ib-show {
    display: inline-block; }

  .lg-show {
    display: block; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10%); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes fadeInDownNav {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%); }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }
@keyframes fadeInDownNav {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%); }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }
.container-fluid {
  max-width: 105rem; }

.container-fluid {
  padding-left: 20px;
  padding-right: 20px; }

@media print {
  img {
    display: none; }

  .print-wrapper h2 {
    font-size: unset;
    text-align: unset;
    color: unset;
    padding: unset;
    margin: unset;
    display: unset; }
  .print-wrapper h3 {
    font-size: unset;
    text-align: unset;
    color: unset;
    padding: unset;
    margin: unset;
    display: unset; }
  .print-wrapper p {
    font-size: unset;
    text-align: unset;
    color: unset;
    padding: unset;
    margin: unset;
    display: unset; } }


.footer-mid {
    color: white;
    text-align: center;
    margin: 40px 0;
}
.footer-mid p {
	margin-bottom: 20px;
	font-weight: bold;
}

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