/*
Theme Name: 	Dartfordias RFC
Theme URI: 		https://alchemy.digital/
Description: 	Custom responsive template
Version: 		1.0
Author: 		Alchemy Digital
Author URI: 	https://alchemy.digital/
Tags:
*/
/*================ UTILS ================*/
/*============================================================================
  Color Variables
==============================================================================*/
/* ---- Main colors ---- */
/* ---- Other colors ---- */
/* ---- Social colors ---- */
/* ---- Colors Array - used to create color classes such as "color-white" in typography.scss & layout.scss ---- */
/*============================================================================
  Typography Variables
==============================================================================*/
/* ---- Font line heights ---- */
/* ---- Font sizes ---- */
/* ---- Font weights ---- */
/* ---- Font families ---- */
/*============================================================================
  Padding & Margin Variables
==============================================================================*/
/* ---- Padding ---- */
/* ---- Margin ---- */
/* ---- Grid padding ---- */
/* ---- BD Margin ---- */
/*============================================================================
  Grid Breakpoints and Class Names
==============================================================================*/
/*============================================================================
  Box Shadows
==============================================================================*/
/*============================================================================
  Easing & Transitions
==============================================================================*/
/*============================================================================
  Siteheader
==============================================================================*/
/*============================================================================
  Buttons
==============================================================================*/
/*============================================================================
  Forms
==============================================================================*/
/*============================================================================
  Mixins
==============================================================================*/
/*============================================================================
  Mixin - Cover Image
==============================================================================*/
/*============================================================================
  Mixin - Input Placeholder Styles
==============================================================================*/
/*============================================================================
  Mixin - Responsive ratio

  Used for creating scalable elements that maintain the same ratio
  example:
  .element {
    @include responsive-ratio(400, 300);
  }
==============================================================================*/
/*============================================================================
  Mixin - Clear fix
==============================================================================*/
/*============================================================================
  Mixin - Visually Hidden
==============================================================================*/
/*============================================================================
  Mixin - Visually shown
==============================================================================*/
/*============================================================================
  Mixin - Prefix

  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*============================================================================
  Mixin - Media Queries
==============================================================================*/
/*============================================================================
  Mixin - Keyframes
==============================================================================*/
/*============================================================================
  Mixin - Animation
==============================================================================*/
/*============================================================================
  Mixin - Color Classes
==============================================================================*/
/*============================================================================
  Mixin - Grid
==============================================================================*/
/*============================================================================
  Mixin - Add gridsize to end of classes e.g. "--md" and puts it within the media query
  this is currently mostly used in _grid.scss
==============================================================================*/
/*================ VENDOR ================*/
@import url(sass/vendor/owl/owl.carousel.min.css);
@import url(sass/vendor/owl/owl.theme.default.min.css);
/*================= BASE =================*/
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

blockquote {
  margin: 1em 40px; }

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/* ==========================================================================
  animations -- animations.scss
  ========================================================================== */
/* ==========================================================================
  Accessibility - remove animations for "prefers reduced motion" -- animations.scss
  ========================================================================== */
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important; } }
/* ==========================================================================
  Main effect class -- animations.scss
  ========================================================================== */
.effect {
  opacity: 0;
  -webkit-transform: translate(0, 2em);
  -moz-transform: translate(0, 2em);
  transform: translate(0, 2em);
  -webkit-transition: opacity 250ms cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 250ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
  -moz-transition: opacity 250ms cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 250ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: opacity 250ms cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 250ms cubic-bezier(0.33, 1, 0.68, 1) 0s; }
  .effect.effect--ready, .no-cssanimations .effect {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0); }

/* ==========================================================================
  Custom effect classes -- animations.scss
  ========================================================================== */
.effect--fade {
  opacity: 0;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none; }
  .effect--fade.effect--ready, .no-cssanimations .effect--fade {
    opacity: 1; }

.effect--slidein {
  -webkit-transform: translate(0, 2em);
  -moz-transform: translate(0, 2em);
  transform: translate(0, 2em); }

.effect--slidein.effect--ready,
.no-cssanimations .effect--slidein {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0); }

.effect--slidedown {
  -webkit-transform: translate(0, -2em);
  -moz-transform: translate(0, -2em);
  transform: translate(0, -2em); }

.effect--slidedown.effect--ready,
.no-cssanimations .effect--slidedown {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0); }

.effect--slideright {
  -webkit-transform: translate(-2em, 0);
  -moz-transform: translate(-2em, 0);
  transform: translate(-2em, 0); }

.effect--slideright.effect--ready,
.no-cssanimations .effect--slideright {
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  transform: translate(0, 0px); }

.effect--slideleft {
  -webkit-transform: translate(2em, 0px);
  -moz-transform: translate(2em, 0px);
  transform: translate(2em, 0px); }

.effect--slideleft.effect--ready,
.no-cssanimations .effect--slideleft {
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  transform: translate(0, 0px); }

/* ==========================================================================
  Effect delays -- animations.scss
  ========================================================================== */
.effect--delay-1 {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  transition-delay: 150ms; }

.effect--delay-2 {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  transition-delay: 300ms; }

.effect--delay-3 {
  -webkit-transition-delay: 450ms;
  -moz-transition-delay: 450ms;
  transition-delay: 450ms; }

.effect--delay-4 {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  transition-delay: 600ms; }

.effect--delay-5 {
  -webkit-transition-delay: 750ms;
  -moz-transition-delay: 750ms;
  transition-delay: 750ms; }

.effect--delay-6 {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  transition-delay: 900ms; }

.effect--delay-7 {
  -webkit-transition-delay: 1050ms;
  -moz-transition-delay: 1050ms;
  transition-delay: 1050ms; }

.effect--delay-0 {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms; }

/* ==========================================================================
  Effect grid delays -- animations.scss
  ========================================================================== */
.effect.col-1-2:nth-child(2n+1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms; }

.effect.col-1-2:nth-child(2n+2) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  transition-delay: 150ms; }

.effect.col-1-3:nth-child(3n+1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms; }

.effect.col-1-3:nth-child(3n+2) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  transition-delay: 150ms; }

.effect.col-1-3:nth-child(3n+3) {
  -webkit-transition-delay: calc(150ms * 2);
  -moz-transition-delay: calc(150ms * 2);
  transition-delay: calc(150ms * 2); }

.effect.col-1-4:nth-child(4n+1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms; }

.effect.col-1-4:nth-child(4n+2) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  transition-delay: 150ms; }

.effect.col-1-4:nth-child(4n+3) {
  -webkit-transition-delay: calc(150ms * 2);
  -moz-transition-delay: calc(150ms * 2);
  transition-delay: calc(150ms * 2); }

.effect.col-1-4:nth-child(4n+4) {
  -webkit-transition-delay: calc(150ms * 3);
  -moz-transition-delay: calc(150ms * 3);
  transition-delay: calc(150ms * 3); }

.effect.col-1-5:nth-child(5n+1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms; }

.effect.col-1-5:nth-child(5n+2) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  transition-delay: 150ms; }

.effect.col-1-5:nth-child(5n+3) {
  -webkit-transition-delay: calc(150ms * 2);
  -moz-transition-delay: calc(150ms * 2);
  transition-delay: calc(150ms * 2); }

.effect.col-1-5:nth-child(5n+4) {
  -webkit-transition-delay: calc(150ms * 3);
  -moz-transition-delay: calc(150ms * 3);
  transition-delay: calc(150ms * 3); }

.effect.col-1-5:nth-child(5n+5) {
  -webkit-transition-delay: calc(150ms * 4);
  -moz-transition-delay: calc(150ms * 4);
  transition-delay: calc(150ms * 4); }

@media only screen and (min-width: 550px) {
  .effect.col-sm-1-2:nth-child(2n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-sm-1-2:nth-child(2n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

  .effect.col-sm-1-3:nth-child(3n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-sm-1-3:nth-child(3n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

  .effect.col-sm-1-3:nth-child(3n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2); }

  .effect.col-sm-1-4:nth-child(4n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-sm-1-4:nth-child(4n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

  .effect.col-sm-1-4:nth-child(4n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2); }

  .effect.col-sm-1-4:nth-child(4n+4) {
    -webkit-transition-delay: calc(150ms * 3);
    -moz-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3); }

  .effect.col-sm-1-5:nth-child(5n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-sm-1-5:nth-child(5n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

  .effect.col-sm-1-5:nth-child(5n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2); }

  .effect.col-sm-1-5:nth-child(5n+4) {
    -webkit-transition-delay: calc(150ms * 3);
    -moz-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3); }

  .effect.col-sm-1-5:nth-child(5n+5) {
    -webkit-transition-delay: calc(150ms * 4);
    -moz-transition-delay: calc(150ms * 4);
    transition-delay: calc(150ms * 4); } }
@media only screen and (min-width: 700px) {
  .effect.col-md-1-2:nth-child(2n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-md-1-2:nth-child(2n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

  .effect.col-md-1-3:nth-child(3n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-md-1-3:nth-child(3n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

  .effect.col-md-1-3:nth-child(3n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2); }

  .effect.col-md-1-4:nth-child(4n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-md-1-4:nth-child(4n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

  .effect.col-md-1-4:nth-child(4n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2); }

  .effect.col-md-1-4:nth-child(4n+4) {
    -webkit-transition-delay: calc(150ms * 3);
    -moz-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3); }

  .effect.col-md-1-5:nth-child(5n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-md-1-5:nth-child(5n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

  .effect.col-md-1-5:nth-child(5n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2); }

  .effect.col-md-1-5:nth-child(5n+4) {
    -webkit-transition-delay: calc(150ms * 3);
    -moz-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3); }

  .effect.col-md-1-5:nth-child(5n+5) {
    -webkit-transition-delay: calc(150ms * 4);
    -moz-transition-delay: calc(150ms * 4);
    transition-delay: calc(150ms * 4); } }
@media only screen and (min-width: 1000px) {
  .effect.col-lg-1-2:nth-child(2n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-lg-1-2:nth-child(2n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

  .effect.col-lg-1-3:nth-child(3n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-lg-1-3:nth-child(3n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

  .effect.col-lg-1-3:nth-child(3n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2); }

  .effect.col-lg-1-4:nth-child(4n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-lg-1-4:nth-child(4n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

  .effect.col-lg-1-4:nth-child(4n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2); }

  .effect.col-lg-1-4:nth-child(4n+4) {
    -webkit-transition-delay: calc(150ms * 3);
    -moz-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3); }

  .effect.col-lg-1-5:nth-child(5n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-lg-1-5:nth-child(5n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

  .effect.col-lg-1-5:nth-child(5n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2); }

  .effect.col-lg-1-5:nth-child(5n+4) {
    -webkit-transition-delay: calc(150ms * 3);
    -moz-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3); }

  .effect.col-lg-1-5:nth-child(5n+5) {
    -webkit-transition-delay: calc(150ms * 4);
    -moz-transition-delay: calc(150ms * 4);
    transition-delay: calc(150ms * 4); } }
@media only screen and (min-width: 1200px) {
  .effect.col-xl-1-2:nth-child(2n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-xl-1-2:nth-child(2n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

  .effect.col-xl-1-3:nth-child(3n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-xl-1-3:nth-child(3n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

  .effect.col-xl-1-3:nth-child(3n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2); }

  .effect.col-xl-1-4:nth-child(4n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-xl-1-4:nth-child(4n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

  .effect.col-xl-1-4:nth-child(4n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2); }

  .effect.col-xl-1-4:nth-child(4n+4) {
    -webkit-transition-delay: calc(150ms * 3);
    -moz-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3); }

  .effect.col-xl-1-5:nth-child(5n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-xl-1-5:nth-child(5n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

  .effect.col-xl-1-5:nth-child(5n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2); }

  .effect.col-xl-1-5:nth-child(5n+4) {
    -webkit-transition-delay: calc(150ms * 3);
    -moz-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3); }

  .effect.col-xl-1-5:nth-child(5n+5) {
    -webkit-transition-delay: calc(150ms * 4);
    -moz-transition-delay: calc(150ms * 4);
    transition-delay: calc(150ms * 4); } }
@media only screen and (min-width: 1400px) {
  .effect.col-ws-1-2:nth-child(2n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-ws-1-2:nth-child(2n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

  .effect.col-ws-1-3:nth-child(3n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-ws-1-3:nth-child(3n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

  .effect.col-ws-1-3:nth-child(3n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2); }

  .effect.col-ws-1-4:nth-child(4n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-ws-1-4:nth-child(4n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

  .effect.col-ws-1-4:nth-child(4n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2); }

  .effect.col-ws-1-4:nth-child(4n+4) {
    -webkit-transition-delay: calc(150ms * 3);
    -moz-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3); }

  .effect.col-ws-1-5:nth-child(5n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-ws-1-5:nth-child(5n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

  .effect.col-ws-1-5:nth-child(5n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2); }

  .effect.col-ws-1-5:nth-child(5n+4) {
    -webkit-transition-delay: calc(150ms * 3);
    -moz-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3); }

  .effect.col-ws-1-5:nth-child(5n+5) {
    -webkit-transition-delay: calc(150ms * 4);
    -moz-transition-delay: calc(150ms * 4);
    transition-delay: calc(150ms * 4); } }
@media only screen and (min-width: 1600px) {
  .effect.col-xw-1-2:nth-child(2n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-xw-1-2:nth-child(2n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

  .effect.col-xw-1-3:nth-child(3n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-xw-1-3:nth-child(3n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

  .effect.col-xw-1-3:nth-child(3n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2); }

  .effect.col-xw-1-4:nth-child(4n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-xw-1-4:nth-child(4n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

  .effect.col-xw-1-4:nth-child(4n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2); }

  .effect.col-xw-1-4:nth-child(4n+4) {
    -webkit-transition-delay: calc(150ms * 3);
    -moz-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3); }

  .effect.col-xw-1-5:nth-child(5n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-xw-1-5:nth-child(5n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

  .effect.col-xw-1-5:nth-child(5n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2); }

  .effect.col-xw-1-5:nth-child(5n+4) {
    -webkit-transition-delay: calc(150ms * 3);
    -moz-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3); }

  .effect.col-xw-1-5:nth-child(5n+5) {
    -webkit-transition-delay: calc(150ms * 4);
    -moz-transition-delay: calc(150ms * 4);
    transition-delay: calc(150ms * 4); } }
/*  ==========================================================================
	Base typography -- typography.scss
	========================================================================== */
html {
  /* stops fonts displaying bolder on firefox */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em;
  line-height: 1.2;
  font-weight: 800; }

.text-huge,
h1 {
  font-size: 32px;
  line-height: 1.1; }
  @media only screen and (min-width: 550px) {
    .text-huge,
    h1 {
      font-size: 36px; } }
  @media only screen and (min-width: 700px) {
    .text-huge,
    h1 {
      font-size: 44px; } }
  @media only screen and (min-width: 1000px) {
    .text-huge,
    h1 {
      font-size: 44px; } }
  @media only screen and (min-width: 1200px) {
    .text-huge,
    h1 {
      font-size: 52px; } }
  @media only screen and (min-width: 1400px) {
    .text-huge,
    h1 {
      font-size: 60px; } }
  @media only screen and (min-width: 1600px) {
    .text-huge,
    h1 {
      font-size: 66px; } }

.text-large,
h2 {
  font-size: 26px;
  line-height: 1.1; }
  @media only screen and (min-width: 550px) {
    .text-large,
    h2 {
      font-size: 32px; } }
  @media only screen and (min-width: 700px) {
    .text-large,
    h2 {
      font-size: 36px; } }
  @media only screen and (min-width: 1000px) {
    .text-large,
    h2 {
      font-size: 36px; } }
  @media only screen and (min-width: 1200px) {
    .text-large,
    h2 {
      font-size: 40px; } }
  @media only screen and (min-width: 1400px) {
    .text-large,
    h2 {
      font-size: 45px; } }
  @media only screen and (min-width: 1600px) {
    .text-large,
    h2 {
      font-size: 48px; } }

.text-med,
h3 {
  font-size: 17px;
  line-height: 1.3; }
  @media only screen and (min-width: 550px) {
    .text-med,
    h3 {
      font-size: 18px; } }
  @media only screen and (min-width: 700px) {
    .text-med,
    h3 {
      font-size: 20px; } }
  @media only screen and (min-width: 1000px) {
    .text-med,
    h3 {
      font-size: 20px; } }
  @media only screen and (min-width: 1200px) {
    .text-med,
    h3 {
      font-size: 22px; } }
  @media only screen and (min-width: 1400px) {
    .text-med,
    h3 {
      font-size: 24px; } }
  @media only screen and (min-width: 1600px) {
    .text-med,
    h3 {
      font-size: 25px; } }

.text-reg,
body,
h4 {
  font-size: 15px;
  line-height: 1.5; }
  @media only screen and (min-width: 550px) {
    .text-reg,
    body,
    h4 {
      font-size: 15px; } }
  @media only screen and (min-width: 700px) {
    .text-reg,
    body,
    h4 {
      font-size: 16px; } }
  @media only screen and (min-width: 1000px) {
    .text-reg,
    body,
    h4 {
      font-size: 16px; } }
  @media only screen and (min-width: 1200px) {
    .text-reg,
    body,
    h4 {
      font-size: 16px; } }
  @media only screen and (min-width: 1400px) {
    .text-reg,
    body,
    h4 {
      font-size: 17px; } }
  @media only screen and (min-width: 1600px) {
    .text-reg,
    body,
    h4 {
      font-size: 18px; } }

.text-sml,
h5 {
  font-size: 14px; }
  @media only screen and (min-width: 550px) {
    .text-sml,
    h5 {
      font-size: 14px; } }
  @media only screen and (min-width: 700px) {
    .text-sml,
    h5 {
      font-size: 14px; } }
  @media only screen and (min-width: 1000px) {
    .text-sml,
    h5 {
      font-size: 14px; } }
  @media only screen and (min-width: 1200px) {
    .text-sml,
    h5 {
      font-size: 14px; } }
  @media only screen and (min-width: 1400px) {
    .text-sml,
    h5 {
      font-size: 15px; } }
  @media only screen and (min-width: 1600px) {
    .text-sml,
    h5 {
      font-size: 15px; } }

.text-xsml,
h6 {
  font-size: 12px; }
  @media only screen and (min-width: 550px) {
    .text-xsml,
    h6 {
      font-size: 12px; } }
  @media only screen and (min-width: 700px) {
    .text-xsml,
    h6 {
      font-size: 12px; } }
  @media only screen and (min-width: 1000px) {
    .text-xsml,
    h6 {
      font-size: 12px; } }
  @media only screen and (min-width: 1200px) {
    .text-xsml,
    h6 {
      font-size: 12px; } }
  @media only screen and (min-width: 1400px) {
    .text-xsml,
    h6 {
      font-size: 13px; } }
  @media only screen and (min-width: 1600px) {
    .text-xsml,
    h6 {
      font-size: 13px; } }

p {
  margin: 0 0 1em; }

/*  ==========================================================================
	Font weights -- typography.scss
	========================================================================== */
.font-bold,
b,
strong {
  font-weight: 800; }

.font-semibold {
  font-weight: 700; }

.font-reg {
  font-weight: 300; }

.font-light {
  font-weight: 200; }

/*  ==========================================================================
	Font Cases -- typography.scss
	========================================================================== */
.case-lower {
  text-transform: lowercase; }

.case-upper {
  text-transform: uppercase; }

/*  ==========================================================================
	Text alignments -- typography.scss
	========================================================================== */
.text-center {
  text-align: center; }

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

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

/*  ==========================================================================
	Text colors -- typography.scss
	========================================================================== */
.color-primary {
  color: #690005; }
.color-secondary {
  color: #A40000; }
.color-white {
  color: #fff; }
.color-black {
  color: #000; }
.color-grey {
  color: #BABABA; }

/*  ==========================================================================
	List styles -- typography.scss
	========================================================================== */
ol,
ul {
  margin: 0 0 1em;
  padding: 0; }
  ol.list-style-none,
  ul.list-style-none {
    margin-left: 0;
    list-style: none; }

.inlinenavlist {
  margin: 0; }
  .inlinenavlist li {
    display: inline-block;
    margin: 0;
    padding: 0; }
    .inlinenavlist li a {
      display: block;
      margin: 0 0.75em; }

/*  ==========================================================================
	Line heading -- typography.scss
	========================================================================== */
.linethrough {
  position: relative;
  text-align: center;
  margin: 0; }
  .linethrough:after {
    content: "";
    width: 100%;
    border-top: 1px solid rgba(105, 0, 5, 0.15);
    position: absolute;
    left: 0;
    top: 50%; }
  .linethrough span {
    position: relative;
    z-index: 2;
    background: #fff;
    padding-left: 1em;
    padding-right: 1em; }

p {
  color: #000; }

/*  ==========================================================================
    links -- links-buttons.scss
    ========================================================================== */
a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit; }

.linkline {
  border-bottom: solid 1px rgba(164, 0, 0, 0.35); }
  a:hover .linkline {
    border-color: #A40000; }

/*  ==========================================================================
    Link Icons -- links-buttons.scss
    ========================================================================== */
a .fa,
a .fab,
a .fal,
a .far,
a .fas, .btn .fa,
.btn .fab,
.btn .fal,
.btn .far,
.btn .fas {
  padding: 0 0 0 0.66em; }
  a .fa--left,
  a .fab--left,
  a .fal--left,
  a .far--left,
  a .fas--left, .btn .fa--left,
  .btn .fab--left,
  .btn .fal--left,
  .btn .far--left,
  .btn .fas--left {
    padding: 0 0.66em 0 0; }
  a .fa--nopad,
  a .fab--nopad,
  a .fal--nopad,
  a .far--nopad,
  a .fas--nopad, .btn .fa--nopad,
  .btn .fab--nopad,
  .btn .fal--nopad,
  .btn .far--nopad,
  .btn .fas--nopad {
    padding: 0; }

/*  ==========================================================================
    Buttons -- links-buttons.scss
    ========================================================================== */
.btn {
  cursor: pointer;
  background-color: #A40000;
  color: #fff;
  border-radius: 0.3125em;
  display: inline-block;
  margin: 0 0 0 0;
  padding: 1em 1.75em;
  border: none;
  font-weight: 800;
  font-size: 14px; }
  @media only screen and (min-width: 550px) {
    .btn {
      font-size: 14px; } }
  @media only screen and (min-width: 700px) {
    .btn {
      font-size: 14px; } }
  @media only screen and (min-width: 1000px) {
    .btn {
      font-size: 14px; } }
  @media only screen and (min-width: 1200px) {
    .btn {
      font-size: 14px; } }
  @media only screen and (min-width: 1400px) {
    .btn {
      font-size: 15px; } }
  @media only screen and (min-width: 1600px) {
    .btn {
      font-size: 15px; } }
  .btn .linkline {
    border: none; }
  .btn:hover {
    color: #fff;
    background-color: #690005; }
  .btn--secondary {
    background: rgba(164, 0, 0, 0.35);
    color: #690005; }
    .btn--secondary:hover {
      background: #A40000;
      color: #fff; }
  .btn--external::after {
    content: "\f35d";
    font-family: "Font Awesome 5 Pro";
    margin-left: 7px; }
  .btn--white {
    background: #fff;
    color: #690005; }
    .btn--white:hover {
      background: #A40000;
      color: #fff; }

/*  ==========================================================================
    share icons -- links-buttons.scss
    ========================================================================== */
.shareicons {
  color: #fff;
  margin-top: 1em; }
  .shareicons .shareiconslist li {
    margin: 0;
    display: inline-block; }
  .shareicons .sharelink {
    display: inline-block;
    height: 2em;
    background: #f6f6f6;
    line-height: 2em;
    margin: 0;
    color: #fff;
    border-radius: 1em;
    /* reverse sharelink when image or video is present */ }
    .shareicons .sharelink:after {
      content: "";
      height: 0;
      visibility: hidden;
      clear: both;
      display: block; }
    .shareicons .sharelink--facebook {
      background: #3b5998; }
    .shareicons .sharelink--twitter {
      background: #00aced; }
    .shareicons .sharelink--linkedin {
      background: #007bb6; }
    @media only screen and (min-width: 700px) {
      .shareicons .sharelink {
        line-height: 3em;
        height: 3em;
        border-radius: 1.5em; } }
    .pageheader.color-white .shareicons .sharelink {
      background: #fff; }
      .pageheader.color-white .shareicons .sharelink--facebook, .pageheader.color-white .shareicons .sharelink--facebook:hover {
        color: #3b5998; }
      .pageheader.color-white .shareicons .sharelink--twitter, .pageheader.color-white .shareicons .sharelink--twitter:hover {
        color: #00aced; }
      .pageheader.color-white .shareicons .sharelink--linkedin, .pageheader.color-white .shareicons .sharelink--linkedin:hover {
        color: #007bb6; }
    .shareicons .sharelink .sharetext {
      overflow: hidden;
      font-size: 12px;
      display: block;
      float: left;
      text-align: right;
      width: 0;
      -webkit-transition: all 150ms cubic-bezier(0.65, 0, 0.35, 1) 0s;
      -moz-transition: all 150ms cubic-bezier(0.65, 0, 0.35, 1) 0s;
      transition: all 150ms cubic-bezier(0.65, 0, 0.35, 1) 0s;
      text-align: left; }
    .shareicons .sharelink .shareicon {
      width: 2em;
      text-align: center;
      display: block;
      float: left;
      padding: 0;
      border: none; }
      @media only screen and (min-width: 700px) {
        .shareicons .sharelink .shareicon {
          width: 3em; } }
      .shareicons .sharelink .shareicon .fab {
        display: inline-block;
        padding: 0; }
    .shareicons .sharelink a:hover .shareicon .fab {
      display: inline-block;
      padding: 0; }
    .shareicons .sharelink:hover .sharetext {
      width: 45px; }

/*================= LAYOUT =================*/
/* ==========================================================================
   Grid -- layout/_grid.scss
   ========================================================================== */
/* ==========================================================================
  Rows -- layout/_grid.scss
  ========================================================================== */
.row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.75em;
  margin-right: -0.75em; }
  @media only screen and (min-width: 550px) {
    .row {
      margin-left: -1em;
      margin-right: -1em; } }
  @media only screen and (min-width: 700px) {
    .row {
      margin-left: -1.25em;
      margin-right: -1.25em; } }
  @media only screen and (min-width: 1000px) {
    .row {
      margin-left: -1.5em;
      margin-right: -1.5em; } }
  @media only screen and (min-width: 1200px) {
    .row {
      margin-left: -1.5em;
      margin-right: -1.5em; } }
  @media only screen and (min-width: 1400px) {
    .row {
      margin-left: -1.5em;
      margin-right: -1.5em; } }
  @media only screen and (min-width: 1600px) {
    .row {
      margin-left: -1.5em;
      margin-right: -1.5em; } }

.row--nowrap {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media only screen and (min-width: 550px) {
    .row--nowrap--sm {
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media only screen and (min-width: 700px) {
    .row--nowrap--md {
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media only screen and (min-width: 1000px) {
    .row--nowrap--lg {
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media only screen and (min-width: 1200px) {
    .row--nowrap--xl {
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media only screen and (min-width: 1400px) {
    .row--nowrap--ws {
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media only screen and (min-width: 1600px) {
    .row--nowrap--xw {
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

.row--wrapreverse {
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }
  @media only screen and (min-width: 550px) {
    .row--wrapreverse--sm {
      -webkit-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse; } }
  @media only screen and (min-width: 700px) {
    .row--wrapreverse--md {
      -webkit-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse; } }
  @media only screen and (min-width: 1000px) {
    .row--wrapreverse--lg {
      -webkit-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse; } }
  @media only screen and (min-width: 1200px) {
    .row--wrapreverse--xl {
      -webkit-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse; } }
  @media only screen and (min-width: 1400px) {
    .row--wrapreverse--ws {
      -webkit-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse; } }
  @media only screen and (min-width: 1600px) {
    .row--wrapreverse--xw {
      -webkit-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse; } }

.row--column {
  -webkit-flex-direction: column;
  /* Safari 6.1+ */
  flex-direction: column; }
  @media only screen and (min-width: 550px) {
    .row--column--sm {
      -webkit-flex-direction: column;
      /* Safari 6.1+ */
      flex-direction: column; } }
  @media only screen and (min-width: 700px) {
    .row--column--md {
      -webkit-flex-direction: column;
      /* Safari 6.1+ */
      flex-direction: column; } }
  @media only screen and (min-width: 1000px) {
    .row--column--lg {
      -webkit-flex-direction: column;
      /* Safari 6.1+ */
      flex-direction: column; } }
  @media only screen and (min-width: 1200px) {
    .row--column--xl {
      -webkit-flex-direction: column;
      /* Safari 6.1+ */
      flex-direction: column; } }
  @media only screen and (min-width: 1400px) {
    .row--column--ws {
      -webkit-flex-direction: column;
      /* Safari 6.1+ */
      flex-direction: column; } }
  @media only screen and (min-width: 1600px) {
    .row--column--xw {
      -webkit-flex-direction: column;
      /* Safari 6.1+ */
      flex-direction: column; } }

.row--columnreverse {
  -webkit-flex-direction: column-reverse;
  /* Safari 6.1+ */
  flex-direction: column-reverse; }
  @media only screen and (min-width: 550px) {
    .row--columnreverse--sm {
      -webkit-flex-direction: column-reverse;
      /* Safari 6.1+ */
      flex-direction: column-reverse; } }
  @media only screen and (min-width: 700px) {
    .row--columnreverse--md {
      -webkit-flex-direction: column-reverse;
      /* Safari 6.1+ */
      flex-direction: column-reverse; } }
  @media only screen and (min-width: 1000px) {
    .row--columnreverse--lg {
      -webkit-flex-direction: column-reverse;
      /* Safari 6.1+ */
      flex-direction: column-reverse; } }
  @media only screen and (min-width: 1200px) {
    .row--columnreverse--xl {
      -webkit-flex-direction: column-reverse;
      /* Safari 6.1+ */
      flex-direction: column-reverse; } }
  @media only screen and (min-width: 1400px) {
    .row--columnreverse--ws {
      -webkit-flex-direction: column-reverse;
      /* Safari 6.1+ */
      flex-direction: column-reverse; } }
  @media only screen and (min-width: 1600px) {
    .row--columnreverse--xw {
      -webkit-flex-direction: column-reverse;
      /* Safari 6.1+ */
      flex-direction: column-reverse; } }

.row--row {
  -webkit-flex-direction: row;
  /* Safari 6.1+ */
  flex-direction: row; }
  @media only screen and (min-width: 550px) {
    .row--row--sm {
      -webkit-flex-direction: row;
      /* Safari 6.1+ */
      flex-direction: row; } }
  @media only screen and (min-width: 700px) {
    .row--row--md {
      -webkit-flex-direction: row;
      /* Safari 6.1+ */
      flex-direction: row; } }
  @media only screen and (min-width: 1000px) {
    .row--row--lg {
      -webkit-flex-direction: row;
      /* Safari 6.1+ */
      flex-direction: row; } }
  @media only screen and (min-width: 1200px) {
    .row--row--xl {
      -webkit-flex-direction: row;
      /* Safari 6.1+ */
      flex-direction: row; } }
  @media only screen and (min-width: 1400px) {
    .row--row--ws {
      -webkit-flex-direction: row;
      /* Safari 6.1+ */
      flex-direction: row; } }
  @media only screen and (min-width: 1600px) {
    .row--row--xw {
      -webkit-flex-direction: row;
      /* Safari 6.1+ */
      flex-direction: row; } }

.row--rowreverse {
  -webkit-flex-direction: row-reverse;
  /* Safari 6.1+ */
  flex-direction: row-reverse; }
  @media only screen and (min-width: 550px) {
    .row--rowreverse--sm {
      -webkit-flex-direction: row-reverse;
      /* Safari 6.1+ */
      flex-direction: row-reverse; } }
  @media only screen and (min-width: 700px) {
    .row--rowreverse--md {
      -webkit-flex-direction: row-reverse;
      /* Safari 6.1+ */
      flex-direction: row-reverse; } }
  @media only screen and (min-width: 1000px) {
    .row--rowreverse--lg {
      -webkit-flex-direction: row-reverse;
      /* Safari 6.1+ */
      flex-direction: row-reverse; } }
  @media only screen and (min-width: 1200px) {
    .row--rowreverse--xl {
      -webkit-flex-direction: row-reverse;
      /* Safari 6.1+ */
      flex-direction: row-reverse; } }
  @media only screen and (min-width: 1400px) {
    .row--rowreverse--ws {
      -webkit-flex-direction: row-reverse;
      /* Safari 6.1+ */
      flex-direction: row-reverse; } }
  @media only screen and (min-width: 1600px) {
    .row--rowreverse--xw {
      -webkit-flex-direction: row-reverse;
      /* Safari 6.1+ */
      flex-direction: row-reverse; } }

.row--mb {
  margin-bottom: calc(0.75em * -2); }
  @media only screen and (min-width: 550px) {
    .row--mb {
      margin-bottom: calc(1em * -2); } }
  @media only screen and (min-width: 700px) {
    .row--mb {
      margin-bottom: calc(1.25em * -2); } }
  @media only screen and (min-width: 1000px) {
    .row--mb {
      margin-bottom: calc(1.5em * -2); } }
  @media only screen and (min-width: 1200px) {
    .row--mb {
      margin-bottom: calc(1.5em * -2); } }
  @media only screen and (min-width: 1400px) {
    .row--mb {
      margin-bottom: calc(1.5em * -2); } }
  @media only screen and (min-width: 1600px) {
    .row--mb {
      margin-bottom: calc(1.5em * -2); } }
  .row--mb > .col {
    margin-bottom: calc(0.75em * 2); }
    @media only screen and (min-width: 550px) {
      .row--mb > .col {
        margin-bottom: calc(1em * 2); } }
    @media only screen and (min-width: 700px) {
      .row--mb > .col {
        margin-bottom: calc(1.25em * 2); } }
    @media only screen and (min-width: 1000px) {
      .row--mb > .col {
        margin-bottom: calc(1.5em * 2); } }
    @media only screen and (min-width: 1200px) {
      .row--mb > .col {
        margin-bottom: calc(1.5em * 2); } }
    @media only screen and (min-width: 1400px) {
      .row--mb > .col {
        margin-bottom: calc(1.5em * 2); } }
    @media only screen and (min-width: 1600px) {
      .row--mb > .col {
        margin-bottom: calc(1.5em * 2); } }

/* ==========================================================================
  Alignments -- layout/_grid.scss
  ========================================================================== */
.justify-center {
  justify-content: center;
  /* For IE 10 */
  -ms-flex-pack: center; }
  @media only screen and (min-width: 550px) {
    .justify-center--sm {
      justify-content: center;
      /* For IE 10 */
      -ms-flex-pack: center; } }
  @media only screen and (min-width: 700px) {
    .justify-center--md {
      justify-content: center;
      /* For IE 10 */
      -ms-flex-pack: center; } }
  @media only screen and (min-width: 1000px) {
    .justify-center--lg {
      justify-content: center;
      /* For IE 10 */
      -ms-flex-pack: center; } }
  @media only screen and (min-width: 1200px) {
    .justify-center--xl {
      justify-content: center;
      /* For IE 10 */
      -ms-flex-pack: center; } }
  @media only screen and (min-width: 1400px) {
    .justify-center--ws {
      justify-content: center;
      /* For IE 10 */
      -ms-flex-pack: center; } }
  @media only screen and (min-width: 1600px) {
    .justify-center--xw {
      justify-content: center;
      /* For IE 10 */
      -ms-flex-pack: center; } }

.justify-start {
  justify-content: flex-start; }
  @media only screen and (min-width: 550px) {
    .justify-start--sm {
      justify-content: flex-start; } }
  @media only screen and (min-width: 700px) {
    .justify-start--md {
      justify-content: flex-start; } }
  @media only screen and (min-width: 1000px) {
    .justify-start--lg {
      justify-content: flex-start; } }
  @media only screen and (min-width: 1200px) {
    .justify-start--xl {
      justify-content: flex-start; } }
  @media only screen and (min-width: 1400px) {
    .justify-start--ws {
      justify-content: flex-start; } }
  @media only screen and (min-width: 1600px) {
    .justify-start--xw {
      justify-content: flex-start; } }

.justify-end {
  justify-content: flex-end; }
  @media only screen and (min-width: 550px) {
    .justify-end--sm {
      justify-content: flex-end; } }
  @media only screen and (min-width: 700px) {
    .justify-end--md {
      justify-content: flex-end; } }
  @media only screen and (min-width: 1000px) {
    .justify-end--lg {
      justify-content: flex-end; } }
  @media only screen and (min-width: 1200px) {
    .justify-end--xl {
      justify-content: flex-end; } }
  @media only screen and (min-width: 1400px) {
    .justify-end--ws {
      justify-content: flex-end; } }
  @media only screen and (min-width: 1600px) {
    .justify-end--xw {
      justify-content: flex-end; } }

.justify-spacebetween {
  justify-content: space-between; }
  @media only screen and (min-width: 550px) {
    .justify-spacebetween--sm {
      justify-content: space-between; } }
  @media only screen and (min-width: 700px) {
    .justify-spacebetween--md {
      justify-content: space-between; } }
  @media only screen and (min-width: 1000px) {
    .justify-spacebetween--lg {
      justify-content: space-between; } }
  @media only screen and (min-width: 1200px) {
    .justify-spacebetween--xl {
      justify-content: space-between; } }
  @media only screen and (min-width: 1400px) {
    .justify-spacebetween--ws {
      justify-content: space-between; } }
  @media only screen and (min-width: 1600px) {
    .justify-spacebetween--xw {
      justify-content: space-between; } }

.justify-spacearound {
  justify-content: space-around; }
  @media only screen and (min-width: 550px) {
    .justify-spacearound--sm {
      justify-content: space-around; } }
  @media only screen and (min-width: 700px) {
    .justify-spacearound--md {
      justify-content: space-around; } }
  @media only screen and (min-width: 1000px) {
    .justify-spacearound--lg {
      justify-content: space-around; } }
  @media only screen and (min-width: 1200px) {
    .justify-spacearound--xl {
      justify-content: space-around; } }
  @media only screen and (min-width: 1400px) {
    .justify-spacearound--ws {
      justify-content: space-around; } }
  @media only screen and (min-width: 1600px) {
    .justify-spacearound--xw {
      justify-content: space-around; } }

.justify-spaceevenly {
  justify-content: space-evenly; }
  @media only screen and (min-width: 550px) {
    .justify-spaceevenly--sm {
      justify-content: space-evenly; } }
  @media only screen and (min-width: 700px) {
    .justify-spaceevenly--md {
      justify-content: space-evenly; } }
  @media only screen and (min-width: 1000px) {
    .justify-spaceevenly--lg {
      justify-content: space-evenly; } }
  @media only screen and (min-width: 1200px) {
    .justify-spaceevenly--xl {
      justify-content: space-evenly; } }
  @media only screen and (min-width: 1400px) {
    .justify-spaceevenly--ws {
      justify-content: space-evenly; } }
  @media only screen and (min-width: 1600px) {
    .justify-spaceevenly--xw {
      justify-content: space-evenly; } }

.align-start {
  align-items: flex-start; }
  @media only screen and (min-width: 550px) {
    .align-start--sm {
      align-items: flex-start; } }
  @media only screen and (min-width: 700px) {
    .align-start--md {
      align-items: flex-start; } }
  @media only screen and (min-width: 1000px) {
    .align-start--lg {
      align-items: flex-start; } }
  @media only screen and (min-width: 1200px) {
    .align-start--xl {
      align-items: flex-start; } }
  @media only screen and (min-width: 1400px) {
    .align-start--ws {
      align-items: flex-start; } }
  @media only screen and (min-width: 1600px) {
    .align-start--xw {
      align-items: flex-start; } }

.align-center {
  align-items: center; }
  @media only screen and (min-width: 550px) {
    .align-center--sm {
      align-items: center; } }
  @media only screen and (min-width: 700px) {
    .align-center--md {
      align-items: center; } }
  @media only screen and (min-width: 1000px) {
    .align-center--lg {
      align-items: center; } }
  @media only screen and (min-width: 1200px) {
    .align-center--xl {
      align-items: center; } }
  @media only screen and (min-width: 1400px) {
    .align-center--ws {
      align-items: center; } }
  @media only screen and (min-width: 1600px) {
    .align-center--xw {
      align-items: center; } }

.align-end {
  align-items: flex-end; }
  @media only screen and (min-width: 550px) {
    .align-end--sm {
      align-items: flex-end; } }
  @media only screen and (min-width: 700px) {
    .align-end--md {
      align-items: flex-end; } }
  @media only screen and (min-width: 1000px) {
    .align-end--lg {
      align-items: flex-end; } }
  @media only screen and (min-width: 1200px) {
    .align-end--xl {
      align-items: flex-end; } }
  @media only screen and (min-width: 1400px) {
    .align-end--ws {
      align-items: flex-end; } }
  @media only screen and (min-width: 1600px) {
    .align-end--xw {
      align-items: flex-end; } }

/* ==========================================================================
  Columns -- layout/_grid.scss
  ========================================================================== */
.col {
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 0.75em;
  padding-right: 0.75em; }
  @media only screen and (min-width: 550px) {
    .col {
      padding-left: 1em;
      padding-right: 1em; } }
  @media only screen and (min-width: 700px) {
    .col {
      padding-left: 1.25em;
      padding-right: 1.25em; } }
  @media only screen and (min-width: 1000px) {
    .col {
      padding-left: 1.5em;
      padding-right: 1.5em; } }
  @media only screen and (min-width: 1200px) {
    .col {
      padding-left: 1.5em;
      padding-right: 1.5em; } }
  @media only screen and (min-width: 1400px) {
    .col {
      padding-left: 1.5em;
      padding-right: 1.5em; } }
  @media only screen and (min-width: 1600px) {
    .col {
      padding-left: 1.5em;
      padding-right: 1.5em; } }

@media only screen and (min-width: 550px) {
  .col--content {
    width: 83.33%; } }
@media only screen and (min-width: 700px) {
  .col--content {
    width: 66.66666%; } }
@media only screen and (min-width: 1000px) {
  .col--content {
    width: 60%; } }
@media only screen and (min-width: 1200px) {
  .col--content {
    width: 50%; } }
@media only screen and (min-width: 700px) {
  .col--content--wide {
    width: 83.33%; } }
@media only screen and (min-width: 1000px) {
  .col--content--wide {
    width: 80%; } }
@media only screen and (min-width: 1200px) {
  .col--content--wide {
    width: 66.66666%; } }

.col--nopadleft {
  padding-left: 0; }
  @media only screen and (min-width: 550px) {
    .col--nopadleft--sm {
      padding-left: 0; } }
  @media only screen and (min-width: 700px) {
    .col--nopadleft--md {
      padding-left: 0; } }
  @media only screen and (min-width: 1000px) {
    .col--nopadleft--lg {
      padding-left: 0; } }
  @media only screen and (min-width: 1200px) {
    .col--nopadleft--xl {
      padding-left: 0; } }
  @media only screen and (min-width: 1400px) {
    .col--nopadleft--ws {
      padding-left: 0; } }
  @media only screen and (min-width: 1600px) {
    .col--nopadleft--xw {
      padding-left: 0; } }

.col--nopadright {
  padding-right: 0; }
  @media only screen and (min-width: 550px) {
    .col--nopadright--sm {
      padding-right: 0; } }
  @media only screen and (min-width: 700px) {
    .col--nopadright--md {
      padding-right: 0; } }
  @media only screen and (min-width: 1000px) {
    .col--nopadright--lg {
      padding-right: 0; } }
  @media only screen and (min-width: 1200px) {
    .col--nopadright--xl {
      padding-right: 0; } }
  @media only screen and (min-width: 1400px) {
    .col--nopadright--ws {
      padding-right: 0; } }
  @media only screen and (min-width: 1600px) {
    .col--nopadright--xw {
      padding-right: 0; } }

/* ==========================================================================
  Grid classes -- layout/_grid.scss
  ========================================================================== */
.col-auto {
  width: auto; }

.col-1 {
  width: 100%; }

.col-1-2 {
  width: 50%; }

.col-1-3 {
  width: 33.3%; }

.col-2-3 {
  width: 66.66666%; }

.col-1-6 {
  width: 16.66666%; }

.col-1-4 {
  width: 25%; }

.col-3-4 {
  width: 75%; }

.col-1-5 {
  width: 20%; }

.col-2-5 {
  width: 40%; }

.col-3-5 {
  width: 60%; }

.col-4-5 {
  width: 80%; }

.col-1-6 {
  width: 16.656%; }

.col-5-6 {
  width: 83.33%; }

.col-1-8 {
  width: 12.5%; }

.col-3-8 {
  width: 37.5%; }

.col-5-8 {
  width: 62.5%; }

.col-7-8 {
  width: 87.5%; }

.col-1-12 {
  width: 8.3333%; }

.col-5-12 {
  width: 41.6666%; }

.col-7-12 {
  width: 58.3333%; }

.col-11-12 {
  width: 91.6666%; }

.col-1-24 {
  width: 4.1666%; }

.col-5-24 {
  width: 20.8333%; }

.col-7-24 {
  width: 29.1666%; }

.col-11-24 {
  width: 45.8333%; }

.col-13-24 {
  width: 54.1666%; }

.col-17-24 {
  width: 70.8333%; }

.col-19-24 {
  width: 79.1666%; }

.col-23-24 {
  width: 95.8333%; }

@media only screen and (min-width: 550px) {
  .col-sm-auto {
    width: auto; }

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

  .col-sm-1-2 {
    width: 50%; }

  .col-sm-1-3 {
    width: 33.3%; }

  .col-sm-2-3 {
    width: 66.66666%; }

  .col-sm-1-6 {
    width: 16.66666%; }

  .col-sm-1-4 {
    width: 25%; }

  .col-sm-3-4 {
    width: 75%; }

  .col-sm-1-5 {
    width: 20%; }

  .col-sm-2-5 {
    width: 40%; }

  .col-sm-3-5 {
    width: 60%; }

  .col-sm-4-5 {
    width: 80%; }

  .col-sm-1-6 {
    width: 16.656%; }

  .col-sm-5-6 {
    width: 83.33%; }

  .col-sm-1-8 {
    width: 12.5%; }

  .col-sm-3-8 {
    width: 37.5%; }

  .col-sm-5-8 {
    width: 62.5%; }

  .col-sm-7-8 {
    width: 87.5%; }

  .col-sm-1-12 {
    width: 8.3333%; }

  .col-sm-5-12 {
    width: 41.6666%; }

  .col-sm-7-12 {
    width: 58.3333%; }

  .col-sm-11-12 {
    width: 91.6666%; }

  .col-sm-1-24 {
    width: 4.1666%; }

  .col-sm-5-24 {
    width: 20.8333%; }

  .col-sm-7-24 {
    width: 29.1666%; }

  .col-sm-11-24 {
    width: 45.8333%; }

  .col-sm-13-24 {
    width: 54.1666%; }

  .col-sm-17-24 {
    width: 70.8333%; }

  .col-sm-19-24 {
    width: 79.1666%; }

  .col-sm-23-24 {
    width: 95.8333%; } }
@media only screen and (min-width: 700px) {
  .col-md-auto {
    width: auto; }

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

  .col-md-1-2 {
    width: 50%; }

  .col-md-1-3 {
    width: 33.3%; }

  .col-md-2-3 {
    width: 66.66666%; }

  .col-md-1-6 {
    width: 16.66666%; }

  .col-md-1-4 {
    width: 25%; }

  .col-md-3-4 {
    width: 75%; }

  .col-md-1-5 {
    width: 20%; }

  .col-md-2-5 {
    width: 40%; }

  .col-md-3-5 {
    width: 60%; }

  .col-md-4-5 {
    width: 80%; }

  .col-md-1-6 {
    width: 16.656%; }

  .col-md-5-6 {
    width: 83.33%; }

  .col-md-1-8 {
    width: 12.5%; }

  .col-md-3-8 {
    width: 37.5%; }

  .col-md-5-8 {
    width: 62.5%; }

  .col-md-7-8 {
    width: 87.5%; }

  .col-md-1-12 {
    width: 8.3333%; }

  .col-md-5-12 {
    width: 41.6666%; }

  .col-md-7-12 {
    width: 58.3333%; }

  .col-md-11-12 {
    width: 91.6666%; }

  .col-md-1-24 {
    width: 4.1666%; }

  .col-md-5-24 {
    width: 20.8333%; }

  .col-md-7-24 {
    width: 29.1666%; }

  .col-md-11-24 {
    width: 45.8333%; }

  .col-md-13-24 {
    width: 54.1666%; }

  .col-md-17-24 {
    width: 70.8333%; }

  .col-md-19-24 {
    width: 79.1666%; }

  .col-md-23-24 {
    width: 95.8333%; } }
@media only screen and (min-width: 1000px) {
  .col-lg-auto {
    width: auto; }

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

  .col-lg-1-2 {
    width: 50%; }

  .col-lg-1-3 {
    width: 33.3%; }

  .col-lg-2-3 {
    width: 66.66666%; }

  .col-lg-1-6 {
    width: 16.66666%; }

  .col-lg-1-4 {
    width: 25%; }

  .col-lg-3-4 {
    width: 75%; }

  .col-lg-1-5 {
    width: 20%; }

  .col-lg-2-5 {
    width: 40%; }

  .col-lg-3-5 {
    width: 60%; }

  .col-lg-4-5 {
    width: 80%; }

  .col-lg-1-6 {
    width: 16.656%; }

  .col-lg-5-6 {
    width: 83.33%; }

  .col-lg-1-8 {
    width: 12.5%; }

  .col-lg-3-8 {
    width: 37.5%; }

  .col-lg-5-8 {
    width: 62.5%; }

  .col-lg-7-8 {
    width: 87.5%; }

  .col-lg-1-12 {
    width: 8.3333%; }

  .col-lg-5-12 {
    width: 41.6666%; }

  .col-lg-7-12 {
    width: 58.3333%; }

  .col-lg-11-12 {
    width: 91.6666%; }

  .col-lg-1-24 {
    width: 4.1666%; }

  .col-lg-5-24 {
    width: 20.8333%; }

  .col-lg-7-24 {
    width: 29.1666%; }

  .col-lg-11-24 {
    width: 45.8333%; }

  .col-lg-13-24 {
    width: 54.1666%; }

  .col-lg-17-24 {
    width: 70.8333%; }

  .col-lg-19-24 {
    width: 79.1666%; }

  .col-lg-23-24 {
    width: 95.8333%; } }
@media only screen and (min-width: 1200px) {
  .col-xl-auto {
    width: auto; }

  .col-xl-1 {
    width: 100%; }

  .col-xl-1-2 {
    width: 50%; }

  .col-xl-1-3 {
    width: 33.3%; }

  .col-xl-2-3 {
    width: 66.66666%; }

  .col-xl-1-6 {
    width: 16.66666%; }

  .col-xl-1-4 {
    width: 25%; }

  .col-xl-3-4 {
    width: 75%; }

  .col-xl-1-5 {
    width: 20%; }

  .col-xl-2-5 {
    width: 40%; }

  .col-xl-3-5 {
    width: 60%; }

  .col-xl-4-5 {
    width: 80%; }

  .col-xl-1-6 {
    width: 16.656%; }

  .col-xl-5-6 {
    width: 83.33%; }

  .col-xl-1-8 {
    width: 12.5%; }

  .col-xl-3-8 {
    width: 37.5%; }

  .col-xl-5-8 {
    width: 62.5%; }

  .col-xl-7-8 {
    width: 87.5%; }

  .col-xl-1-12 {
    width: 8.3333%; }

  .col-xl-5-12 {
    width: 41.6666%; }

  .col-xl-7-12 {
    width: 58.3333%; }

  .col-xl-11-12 {
    width: 91.6666%; }

  .col-xl-1-24 {
    width: 4.1666%; }

  .col-xl-5-24 {
    width: 20.8333%; }

  .col-xl-7-24 {
    width: 29.1666%; }

  .col-xl-11-24 {
    width: 45.8333%; }

  .col-xl-13-24 {
    width: 54.1666%; }

  .col-xl-17-24 {
    width: 70.8333%; }

  .col-xl-19-24 {
    width: 79.1666%; }

  .col-xl-23-24 {
    width: 95.8333%; } }
@media only screen and (min-width: 1400px) {
  .col-ws-auto {
    width: auto; }

  .col-ws-1 {
    width: 100%; }

  .col-ws-1-2 {
    width: 50%; }

  .col-ws-1-3 {
    width: 33.3%; }

  .col-ws-2-3 {
    width: 66.66666%; }

  .col-ws-1-6 {
    width: 16.66666%; }

  .col-ws-1-4 {
    width: 25%; }

  .col-ws-3-4 {
    width: 75%; }

  .col-ws-1-5 {
    width: 20%; }

  .col-ws-2-5 {
    width: 40%; }

  .col-ws-3-5 {
    width: 60%; }

  .col-ws-4-5 {
    width: 80%; }

  .col-ws-1-6 {
    width: 16.656%; }

  .col-ws-5-6 {
    width: 83.33%; }

  .col-ws-1-8 {
    width: 12.5%; }

  .col-ws-3-8 {
    width: 37.5%; }

  .col-ws-5-8 {
    width: 62.5%; }

  .col-ws-7-8 {
    width: 87.5%; }

  .col-ws-1-12 {
    width: 8.3333%; }

  .col-ws-5-12 {
    width: 41.6666%; }

  .col-ws-7-12 {
    width: 58.3333%; }

  .col-ws-11-12 {
    width: 91.6666%; }

  .col-ws-1-24 {
    width: 4.1666%; }

  .col-ws-5-24 {
    width: 20.8333%; }

  .col-ws-7-24 {
    width: 29.1666%; }

  .col-ws-11-24 {
    width: 45.8333%; }

  .col-ws-13-24 {
    width: 54.1666%; }

  .col-ws-17-24 {
    width: 70.8333%; }

  .col-ws-19-24 {
    width: 79.1666%; }

  .col-ws-23-24 {
    width: 95.8333%; } }
@media only screen and (min-width: 1600px) {
  .col-xw-auto {
    width: auto; }

  .col-xw-1 {
    width: 100%; }

  .col-xw-1-2 {
    width: 50%; }

  .col-xw-1-3 {
    width: 33.3%; }

  .col-xw-2-3 {
    width: 66.66666%; }

  .col-xw-1-6 {
    width: 16.66666%; }

  .col-xw-1-4 {
    width: 25%; }

  .col-xw-3-4 {
    width: 75%; }

  .col-xw-1-5 {
    width: 20%; }

  .col-xw-2-5 {
    width: 40%; }

  .col-xw-3-5 {
    width: 60%; }

  .col-xw-4-5 {
    width: 80%; }

  .col-xw-1-6 {
    width: 16.656%; }

  .col-xw-5-6 {
    width: 83.33%; }

  .col-xw-1-8 {
    width: 12.5%; }

  .col-xw-3-8 {
    width: 37.5%; }

  .col-xw-5-8 {
    width: 62.5%; }

  .col-xw-7-8 {
    width: 87.5%; }

  .col-xw-1-12 {
    width: 8.3333%; }

  .col-xw-5-12 {
    width: 41.6666%; }

  .col-xw-7-12 {
    width: 58.3333%; }

  .col-xw-11-12 {
    width: 91.6666%; }

  .col-xw-1-24 {
    width: 4.1666%; }

  .col-xw-5-24 {
    width: 20.8333%; }

  .col-xw-7-24 {
    width: 29.1666%; }

  .col-xw-11-24 {
    width: 45.8333%; }

  .col-xw-13-24 {
    width: 54.1666%; }

  .col-xw-17-24 {
    width: 70.8333%; }

  .col-xw-19-24 {
    width: 79.1666%; }

  .col-xw-23-24 {
    width: 95.8333%; } }
/* ==========================================================================
   Forms -- layout/_forms.scss
   ========================================================================== */
/* ==========================================================================
  General Form Styling -- layout/_forms.scss
  ========================================================================== */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="tel"],
select,
textarea {
  padding: 1em;
  background: #fff;
  border: solid 1px #BFDBFE;
  border-radius: 4px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  select:focus,
  textarea:focus {
    outline: none;
    border: solid 1px #690005 !important; }

textarea {
  min-height: 7em; }

/* ==========================================================================
   Ninja Forms Styling -- layout/_forms.scss
   ========================================================================== */
.nf-form-cont .nf-before-form-content {
  margin-bottom: 1em; }
.nf-form-cont .nf-form-content {
  padding: 0 !important; }
.nf-form-cont p {
  margin-bottom: 0; }
.nf-form-cont .custom-warning {
  background-color: #A40000;
  padding: 1.5em; }
  .nf-form-cont .custom-warning p {
    color: #fff;
    font-weight: bold; }
.nf-form-cont .nf-field-description {
  margin-bottom: 1em;
  font-weight: 300;
  font-size: .85em; }
.nf-form-cont input[type=text] {
  padding: 1em 3.25em 1em 1em !important;
  height: auto !important; }
.nf-form-cont input, .nf-form-cont textarea, .nf-form-cont select {
  background: #fff !important;
  border: solid 1px #BFDBFE !important;
  color: #690005 !important;
  font-size: 15px !important; }
  @media only screen and (min-width: 550px) {
    .nf-form-cont input, .nf-form-cont textarea, .nf-form-cont select {
      font-size: 15px !important; } }
  @media only screen and (min-width: 700px) {
    .nf-form-cont input, .nf-form-cont textarea, .nf-form-cont select {
      font-size: 16px !important; } }
  @media only screen and (min-width: 1000px) {
    .nf-form-cont input, .nf-form-cont textarea, .nf-form-cont select {
      font-size: 16px !important; } }
  @media only screen and (min-width: 1200px) {
    .nf-form-cont input, .nf-form-cont textarea, .nf-form-cont select {
      font-size: 16px !important; } }
  @media only screen and (min-width: 1400px) {
    .nf-form-cont input, .nf-form-cont textarea, .nf-form-cont select {
      font-size: 17px !important; } }
  @media only screen and (min-width: 1600px) {
    .nf-form-cont input, .nf-form-cont textarea, .nf-form-cont select {
      font-size: 18px !important; } }
  .nf-form-cont input:focus, .nf-form-cont textarea:focus, .nf-form-cont select:focus {
    border: solid 1px #690005 !important; }
.nf-form-cont .field-wrap .nf-field-label label {
  color: #000;
  font-weight: 300; }
.nf-form-cont .file_upload-wrap .nf-fu-fileinput-button span:after {
  content: "\e054";
  font-family: "Font Awesome 5 Pro";
  margin-left: 7px; }
.nf-form-cont textarea {
  display: block; }
.nf-form-cont select {
  position: relative;
  z-index: 2; }
  .nf-form-cont select::-ms-expand {
    display: none; }
.nf-form-cont .list-select-wrap .nf-field-element:after, .nf-form-cont .listcountry-wrap .nf-field-element:after {
  content: "\f078" !important;
  position: absolute !important;
  line-height: 30px !important;
  font-family: "Font Awesome 5 Pro" !important;
  font-size: 20px !important;
  color: #690005;
  background: transparent;
  left: auto;
  right: 1em !important;
  top: 50%;
  height: 30px !important;
  margin-top: -15px;
  z-index: 1; }
.nf-form-cont .nf-error .nf-field-element:after, .nf-form-cont .nf-pass .nf-field-element:after {
  top: 50% !important;
  background: transparent !important;
  height: 30px !important;
  line-height: 30px !important;
  margin-top: -15px; }
.nf-form-cont .nf-error.textarea-wrap .nf-field-element:after, .nf-form-cont .nf-pass.textarea-wrap .nf-field-element:after {
  top: 30px !important; }
.nf-form-cont .nf-error .ninja-forms-field {
  border-color: blue !important; }
.nf-form-cont .nf-error .nf-field-element:after {
  color: blue !important; }
.nf-form-cont .nf-error .ninja-forms-field {
  border-color: #e80000 !important; }
.nf-form-cont .nf-error .nf-field-element:after {
  color: #e80000 !important; }
.nf-form-cont input[type=radio], .nf-form-cont input[type=checkbox] {
  padding: 0 !important;
  border: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  margin-right: 10px; }
  .nf-form-cont input[type=radio]:focus, .nf-form-cont input[type=checkbox]:focus {
    outline: none; }
  .nf-form-cont input[type=radio]:checked, .nf-form-cont input[type=checkbox]:checked {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent; }
  .nf-form-cont input[type=radio]:after, .nf-form-cont input[type=radio]:before, .nf-form-cont input[type=checkbox]:after, .nf-form-cont input[type=checkbox]:before {
    content: "";
    position: absolute; }
  .nf-form-cont input[type=radio]:after, .nf-form-cont input[type=checkbox]:after {
    border: solid 1px #BFDBFE;
    top: -1px;
    left: 0px;
    width: 17px;
    height: 17px;
    box-sizing: border-box; }
  .nf-form-cont input[type=radio]:before, .nf-form-cont input[type=checkbox]:before {
    background: #fff;
    top: 2px;
    left: 4px;
    width: 9px;
    height: 9px;
    z-index: 18; }
  .nf-form-cont input[type=radio]:checked::after, .nf-form-cont input[type=checkbox]:checked::after {
    border-color: #A40000; }
.nf-form-cont input[type=checkbox]:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 800;
  color: #fff;
  background: transparent;
  font-size: 10px; }
.nf-form-cont input[type=checkbox]:checked:before {
  color: #A40000; }
.nf-form-cont .checkbox-wrap .nf-field-label {
  padding-left: 0; }
  .nf-form-cont .checkbox-wrap .nf-field-label label {
    margin-left: .35em; }
.nf-form-cont .checkbox-wrap input[type=checkbox] {
  top: .15em;
  position: absolute; }
  @media only screen and (min-width: 1000px) {
    .nf-form-cont .checkbox-wrap input[type=checkbox] {
      top: .25em; } }
.nf-form-cont input[type=radio]:after, .nf-form-cont input[type=radio]:before {
  border-radius: 50%; }
.nf-form-cont input[type=radio]:before {
  top: 3px;
  left: 4px; }
.nf-form-cont input[type=radio]:checked::before {
  background: #A40000; }
.nf-form-cont .submit-container input {
  background-color: #A40000 !important;
  color: #fff !important;
  line-height: 1.5;
  border: none !important;
  border-radius: 0.3125em !important;
  padding: 1em 1.75em !important;
  font-weight: 800 !important;
  font-size: 14px !important; }
  @media only screen and (min-width: 550px) {
    .nf-form-cont .submit-container input {
      font-size: 14px !important; } }
  @media only screen and (min-width: 700px) {
    .nf-form-cont .submit-container input {
      font-size: 14px !important; } }
  @media only screen and (min-width: 1000px) {
    .nf-form-cont .submit-container input {
      font-size: 14px !important; } }
  @media only screen and (min-width: 1200px) {
    .nf-form-cont .submit-container input {
      font-size: 14px !important; } }
  @media only screen and (min-width: 1400px) {
    .nf-form-cont .submit-container input {
      font-size: 15px !important; } }
  @media only screen and (min-width: 1600px) {
    .nf-form-cont .submit-container input {
      font-size: 15px !important; } }
  .nf-form-cont .submit-container input:hover {
    color: #fff !important;
    background-color: #690005 !important; }
  .nf-form-cont .submit-container input:disabled {
    opacity: .5; }
    .nf-form-cont .submit-container input:disabled:hover {
      background-color: #A40000 !important;
      color: #fff !important; }
.nf-form-cont #form-confirmation {
  background: #A40000;
  padding: 4em;
  border-radius: 10px;
  text-align: center; }
  .nf-form-cont #form-confirmation h3 {
    max-width: 12em;
    margin: 0 auto;
    font-size: 2em;
    margin-bottom: 1em; }
  .nf-form-cont #form-confirmation p a, .nf-form-cont #form-confirmation p a:visited {
    color: #fff;
    margin-top: 20px;
    display: flex;
    justify-content: center; }
  .nf-form-cont #form-confirmation h3, .nf-form-cont #form-confirmation p {
    text-transform: none;
    color: #fff; }

/*  ==========================================================================
	Basic layout classes -- layout/layout.scss
	========================================================================== */
html {
  height: -webkit-fill-available; }

body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  color: #690005;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available; }

.bd {
  margin: 0 7.14%;
  position: relative;
  min-height: 1px; }
  @media only screen and (min-width: 1600px) {
    .bd {
      margin: 0 auto;
      max-width: 1370px; } }
  .bd:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }

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

.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

/*  ==========================================================================
	Backgrounds -- layout/layout.scss
	========================================================================== */
.bg-primary {
  background-color: #690005; }
.bg-secondary {
  background-color: #A40000; }
.bg-white {
  background-color: #fff; }
.bg-black {
  background-color: #000; }
.bg-grey {
  background-color: #BABABA; }

/*  ==========================================================================
	Margin & Padding -- layout/layout.scss
	========================================================================== */
.pt {
  padding-top: 3rem; }
  @media only screen and (min-width: 550px) {
    .pt {
      padding-top: 3rem; } }
  @media only screen and (min-width: 700px) {
    .pt {
      padding-top: 4rem; } }
  @media only screen and (min-width: 1000px) {
    .pt {
      padding-top: 5rem; } }
  @media only screen and (min-width: 1200px) {
    .pt {
      padding-top: 6rem; } }

.pb {
  padding-bottom: 3rem; }
  @media only screen and (min-width: 550px) {
    .pb {
      padding-bottom: 3rem; } }
  @media only screen and (min-width: 700px) {
    .pb {
      padding-bottom: 4rem; } }
  @media only screen and (min-width: 1000px) {
    .pb {
      padding-bottom: 5rem; } }
  @media only screen and (min-width: 1200px) {
    .pb {
      padding-bottom: 6rem; } }

.pt--half {
  padding-top: 1.5rem; }
  @media only screen and (min-width: 550px) {
    .pt--half {
      padding-top: 1.5rem; } }
  @media only screen and (min-width: 700px) {
    .pt--half {
      padding-top: 2rem; } }
  @media only screen and (min-width: 1000px) {
    .pt--half {
      padding-top: 2.5rem; } }
  @media only screen and (min-width: 1200px) {
    .pt--half {
      padding-top: 3rem; } }

.pb--half {
  padding-bottom: 1.5rem; }
  @media only screen and (min-width: 550px) {
    .pb--half {
      padding-bottom: 1.5rem; } }
  @media only screen and (min-width: 700px) {
    .pb--half {
      padding-bottom: 2rem; } }
  @media only screen and (min-width: 1000px) {
    .pb--half {
      padding-bottom: 2.5rem; } }
  @media only screen and (min-width: 1200px) {
    .pb--half {
      padding-bottom: 3rem; } }

.px--half {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media only screen and (min-width: 550px) {
    .px--half {
      padding-top: 1.5rem; } }
  @media only screen and (min-width: 700px) {
    .px--half {
      padding-top: 2rem; } }
  @media only screen and (min-width: 1000px) {
    .px--half {
      padding-top: 2.5rem; } }
  @media only screen and (min-width: 1200px) {
    .px--half {
      padding-top: 3rem; } }
  @media only screen and (min-width: 550px) {
    .px--half {
      padding-bottom: 1.5rem; } }
  @media only screen and (min-width: 700px) {
    .px--half {
      padding-bottom: 2rem; } }
  @media only screen and (min-width: 1000px) {
    .px--half {
      padding-bottom: 2.5rem; } }
  @media only screen and (min-width: 1200px) {
    .px--half {
      padding-bottom: 3rem; } }

.pt--em {
  padding-top: 1em; }

.pb--em {
  padding-bottom: 1em; }

.p--none {
  padding: 0; }

.pt--none {
  padding-top: 0; }

.pb--none {
  padding-bottom: 0; }

.mt {
  margin-top: 3rem; }
  @media only screen and (min-width: 550px) {
    .mt {
      margin-top: 3rem; } }
  @media only screen and (min-width: 700px) {
    .mt {
      margin-top: 4rem; } }
  @media only screen and (min-width: 1000px) {
    .mt {
      margin-top: 5rem; } }
  @media only screen and (min-width: 1200px) {
    .mt {
      margin-top: 6rem; } }

.mb {
  margin-bottom: 3rem; }
  @media only screen and (min-width: 550px) {
    .mb {
      margin-bottom: 3rem; } }
  @media only screen and (min-width: 700px) {
    .mb {
      margin-bottom: 4rem; } }
  @media only screen and (min-width: 1000px) {
    .mb {
      margin-bottom: 5rem; } }
  @media only screen and (min-width: 1200px) {
    .mb {
      margin-bottom: 6rem; } }

.mt--half {
  margin-top: 1.5rem; }
  @media only screen and (min-width: 550px) {
    .mt--half {
      margin-top: 1.5rem; } }
  @media only screen and (min-width: 700px) {
    .mt--half {
      margin-top: 2rem; } }
  @media only screen and (min-width: 1000px) {
    .mt--half {
      margin-top: 2.5rem; } }
  @media only screen and (min-width: 1200px) {
    .mt--half {
      margin-top: 3rem; } }

.mb--half {
  margin-bottom: 1.5rem; }
  @media only screen and (min-width: 550px) {
    .mb--half {
      margin-bottom: 1.5rem; } }
  @media only screen and (min-width: 700px) {
    .mb--half {
      margin-bottom: 2rem; } }
  @media only screen and (min-width: 1000px) {
    .mb--half {
      margin-bottom: 2.5rem; } }
  @media only screen and (min-width: 1200px) {
    .mb--half {
      margin-bottom: 3rem; } }

.mt--em {
  margin-top: 1em; }

.mb--em {
  margin-bottom: 1em; }

.m--none {
  margin: 0; }

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

.mb--none {
  margin-bottom: 0; }

/*  ==========================================================================
	images
	========================================================================== */
.mediaimg {
  width: 100%; }
  .mediaimg--bg {
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .mediaimg--bg--cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding-top: 0; }
  .mediaimg--inline {
    display: block;
    height: auto; }
  .mediaimg--icon {
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

/*  ==========================================================================
	video
	========================================================================== */
.mediavideo {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ }
  .mediavideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

/*  ==========================================================================
	Page
	========================================================================== */
.pageheader {
  position: relative;
  /* pageheader--img */
  /* pageheader--video */
  /* pageheader--gallery */
  /* pageheader--post or postheader */
  /* pageheader--person or personheader */ }
  .pageheader .pageheader__bd {
    position: relative;
    z-index: 2; }
    .pageheader .pageheader__bd .searchform {
      margin-left: 0; }
      @media only screen and (min-width: 700px) {
        .pageheader .pageheader__bd .searchform {
          display: none; } }
  .pageheader .pageheader__heading {
    max-width: 11em;
    padding-bottom: 0.5em;
    margin: 0;
    text-align: left; }
    @media only screen and (max-width: 549px) {
      .pageheader .pageheader__heading {
        font-size: 27px; } }
    @media only screen and (max-width: 699px) {
      .pageheader .pageheader__heading {
        padding-top: 1em;
        padding-bottom: 1em; } }
  .pageheader .pageheader__leader {
    margin: 1.5em auto 0 auto; }
  .pageheader .pageheader__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden; }
  .pageheader .pageheader__default {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #690005; }
  .pageheader--img .pageheader__img {
    background-size: cover;
    background-position: right;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1; }
  .pageheader--video .pageheader__video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    -webkit-transition: opacity 1000ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
    -moz-transition: opacity 1000ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
    transition: opacity 1000ms cubic-bezier(0.33, 1, 0.68, 1) 0ms; }
    .pageheader--video .pageheader__video iframe {
      width: 100vw;
      height: 56.25vw;
      /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
      min-height: 100vh;
      min-width: 177.77vh;
      /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .pageheader-video-playing .pageheader--video .pageheader__video {
      opacity: 0.66; }
  .pageheader--gallery .pageheader__gallery {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 1000ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
    -moz-transition: opacity 1000ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
    transition: opacity 1000ms cubic-bezier(0.33, 1, 0.68, 1) 0ms; }
    .pageheader--gallery .pageheader__gallery.owl-loaded {
      opacity: 0.66; }
    .pageheader--gallery .pageheader__gallery .owl-item,
    .pageheader--gallery .pageheader__gallery .owl-stage,
    .pageheader--gallery .pageheader__gallery .owl-stage-outer {
      height: 100%; }
    .pageheader--gallery .pageheader__gallery .owl-item {
      overflow: hidden; }
    .pageheader--gallery .pageheader__gallery .pageheader__gallery__img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      z-index: 1;
      -webkit-transition: opacity 1000ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
      -moz-transition: opacity 1000ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
      transition: opacity 1000ms cubic-bezier(0.33, 1, 0.68, 1) 0ms; }
  .pageheader--post .pageheader__media {
    padding: 50% 0 0;
    position: relative;
    background: rgba(105, 0, 5, 0.15);
    overflow: hidden; }
    .pageheader--post .pageheader__media .pageheader__img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      z-index: 1; }
      .pageheader--post .pageheader__media .pageheader__img.effect--ready, .no-cssanimations .pageheader--post .pageheader__media .pageheader__img {
        opacity: 1; }
    .pageheader-video-playing .pageheader--post .pageheader__media .pageheader__video {
      opacity: 1; }
    .pageheader--post .pageheader__media .pageheader__gallery.owl-loaded {
      opacity: 1; }
  @media only screen and (min-width: 1000px) {
    .pageheader--person .pageheader__col--img {
      margin-bottom: 0; } }
  .pageheader--person .pageheader__heading {
    margin-left: 0; }
  .pageheader--person .persondetails li {
    margin-bottom: 0.5em; }

/*  ==========================================================================
	content -- layout/layout.scss
	========================================================================== */
.contentarea h1,
.contentarea h2,
.contentarea h3,
.contentarea h4,
.contentarea h5,
.contentarea h6 {
  margin-top: 1.5em; }
.contentarea .aligncenter {
  margin: 0 auto;
  display: block; }
.contentarea .alignleft,
.contentarea .alignright {
  margin-bottom: 1em; }
.contentarea .alignleft {
  float: left;
  margin-right: 1em; }
.contentarea .alignright {
  float: right;
  margin-left: 1em; }
.contentarea .alignnone {
  width: 100% !important;
  height: auto;
  margin: 1.5em 0; }
  @media only screen and (min-width: 550px) {
    .contentarea .alignnone {
      margin: 2em 0; } }
  .contentarea .alignnone img {
    width: 100%; }
.contentarea .wp-caption.aligncenter {
  margin-bottom: 0; }
.contentarea .wp-caption .wp-caption-text {
  color: #BABABA;
  font-size: 14px; }
  @media only screen and (min-width: 550px) {
    .contentarea .wp-caption .wp-caption-text {
      font-size: 14px; } }
  @media only screen and (min-width: 700px) {
    .contentarea .wp-caption .wp-caption-text {
      font-size: 14px; } }
  @media only screen and (min-width: 1000px) {
    .contentarea .wp-caption .wp-caption-text {
      font-size: 14px; } }
  @media only screen and (min-width: 1200px) {
    .contentarea .wp-caption .wp-caption-text {
      font-size: 14px; } }
  @media only screen and (min-width: 1400px) {
    .contentarea .wp-caption .wp-caption-text {
      font-size: 15px; } }
  @media only screen and (min-width: 1600px) {
    .contentarea .wp-caption .wp-caption-text {
      font-size: 15px; } }
.contentarea ol,
.contentarea ul {
  margin-left: 1rem; }
  @media only screen and (min-width: 550px) {
    .contentarea ol,
    .contentarea ul {
      margin-left: 1.75rem; } }
.contentarea ul {
  list-style: none; }
  .contentarea ul li {
    position: relative; }
    .contentarea ul li:before {
      content: "\f054";
      font-family: "Font Awesome 5 Pro";
      font-size: 0.75em;
      top: 0.25em;
      position: absolute;
      left: 0;
      margin-left: -1rem; }

/*  ==========================================================================
	Video Embed styling -- layout/layout.scss
	========================================================================== */
.embedwrapper {
  position: relative;
  margin: 1.5em 0; }
  @media only screen and (min-width: 550px) {
    .embedwrapper {
      margin: 2em 0; } }
  .embedwrapper--video {
    padding: 56.25% 0 0; }
    .embedwrapper--video iframe {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute; }

/*  ==========================================================================
	posts -- layout/layout.scss
	========================================================================== */
.post {
  position: relative; }
  .post .post__heading {
    margin: 0 0 0.5em;
    line-height: 1.2; }
  .post .post__link {
    position: relative;
    z-index: 1; }
    .post .post__link .post__img {
      padding: 66.6% 0 0;
      -webkit-transition: box-shadow 150ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
      -moz-transition: box-shadow 150ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
      transition: box-shadow 150ms cubic-bezier(0.33, 1, 0.68, 1) 0s; }
    .post .post__link:hover .post__img {
      -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
      box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15); }

/*  ==========================================================================
	paging -- layout/layout.scss
	========================================================================== */
.paging--default {
  position: relative; }
  @media only screen and (min-width: 700px) {
    .paging--default {
      border-bottom: solid 1px rgba(105, 0, 5, 0.15);
      border-top: solid 1px rgba(105, 0, 5, 0.15); } }
  .paging--default .paging__numbers {
    display: none; }
    @media only screen and (min-width: 700px) {
      .paging--default .paging__numbers {
        display: block; } }
    .paging--default .paging__numbers a,
    .paging--default .paging__numbers span {
      padding: 1.5em;
      border: none;
      border-right: solid 1px rgba(105, 0, 5, 0.15);
      display: block;
      float: left;
      min-width: 1.4em;
      text-align: center; }
    .paging--default .paging__numbers .current {
      color: #BABABA; }
  .paging--default .paging__nextprev {
    text-align: center;
    padding: 0.5em; }
    @media only screen and (min-width: 700px) {
      .paging--default .paging__nextprev {
        position: absolute;
        padding: 0;
        right: 0;
        top: 50%;
        margin-top: -1.7em; } }
    .paging--default .paging__nextprev .btn {
      margin: 0; }
    .paging--default .paging__nextprev .paging__link--next .btn {
      margin-left: 0; }
.paging--ajax {
  text-align: center; }

/*  ==========================================================================
	Grid Carousels -- layout/layout.scss
	========================================================================== */
.row--carousel {
  margin-bottom: 0; }
  .row--carousel .owl-carousel .col {
    width: 100%;
    margin-bottom: 0; }
  .row--carousel .owl-carousel .owl-nav {
    position: absolute;
    top: -1.25rem;
    right: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-right: 0.75em; }
    @media only screen and (min-width: 550px) {
      .row--carousel .owl-carousel .owl-nav {
        margin-right: 1em; } }
    @media only screen and (min-width: 700px) {
      .row--carousel .owl-carousel .owl-nav {
        margin-right: 1.25em; } }
    @media only screen and (min-width: 1000px) {
      .row--carousel .owl-carousel .owl-nav {
        margin-right: 1.5em; } }
    @media only screen and (min-width: 1200px) {
      .row--carousel .owl-carousel .owl-nav {
        margin-right: 1.5em; } }
    @media only screen and (min-width: 1400px) {
      .row--carousel .owl-carousel .owl-nav {
        margin-right: 1.5em; } }
    @media only screen and (min-width: 1600px) {
      .row--carousel .owl-carousel .owl-nav {
        margin-right: 1.5em; } }
    .row--carousel .owl-carousel .owl-nav .owl-next,
    .row--carousel .owl-carousel .owl-nav .owl-prev {
      position: relative;
      border-radius: 0;
      width: 2.75rem;
      height: 2.75rem; }
      .row--carousel .owl-carousel .owl-nav .owl-next span,
      .row--carousel .owl-carousel .owl-nav .owl-prev span {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 2em;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .row--carousel .owl-carousel .owl-nav .owl-next:focus,
      .row--carousel .owl-carousel .owl-nav .owl-prev:focus {
        outline: none; }
      .row--carousel .owl-carousel .owl-nav .owl-next.disabled,
      .row--carousel .owl-carousel .owl-nav .owl-prev.disabled {
        opacity: 0.25; }
    .row--carousel .owl-carousel .owl-nav .owl-prev {
      border-right: 1px solid rgba(105, 0, 5, 0.15); }

.photo {
  display: block;
  position: relative; }
  .photo img {
    border-radius: 10px; }
  .photo span {
    position: absolute;
    left: 0;
    opacity: 0;
    background-color: rgba(164, 0, 0, 0.7);
    top: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: flex-end;
    padding: 1em;
    box-sizing: border-box;
    font-weight: 700;
    border-radius: 10px;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
    align-items: flex-start; }
    .photo span p {
      color: #fff;
      margin: 0; }
    .photo span:before {
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      content: "\f065";
      position: absolute;
      left: 0;
      right: 0;
      font-size: 2em;
      text-align: center;
      top: 50%;
      transform: translateY(-50%); }
  .photo:hover span {
    opacity: 1; }

/*  ==========================================================================
	Front page
	========================================================================== */
.home #content-modules-wrap h2 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0; }
.home #content-modules-wrap .module--photos:nth-of-type(odd) {
  background-color: rgba(186, 186, 186, 0.1); }
.home #content-modules-wrap .module--photos .bd .row .col {
  display: flex;
  align-items: baseline;
  flex-direction: column; }
  @media only screen and (min-width: 700px) {
    .home #content-modules-wrap .module--photos .bd .row .col {
      flex-direction: row; }
      .home #content-modules-wrap .module--photos .bd .row .col p {
        margin-left: 1em; } }
.home #content-modules-wrap .module--photos h3 {
  color: #A40000; }

#filter {
  display: flex;
  flex-wrap: wrap; }
  #filter select {
    background-color: #A40000;
    color: #fff;
    font-weight: 700;
    border: none; }
  #filter select:focus {
    border: none !important; }
  #filter .selectdiv {
    position: relative;
    width: 100%;
    margin-bottom: 1em; }
    @media only screen and (min-width: 550px) {
      #filter .selectdiv {
        width: 7em;
        margin-right: 1em;
        margin-bottom: 0; }
        #filter .selectdiv:nth-child(2) {
          width: 14em; } }
  #filter .selectdiv:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    right: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.photo .photo__overlay {
  pointer-events: none; }

#latest-photos-home h3 {
  color: #000; }
@media only screen and (min-width: 700px) {
  #latest-photos-home {
    position: relative;
    z-index: 1;
    margin-top: -11em; }
    #latest-photos-home h3 {
      color: #fff; } }
@media only screen and (min-width: 1000px) {
  #latest-photos-home {
    margin-top: -15em; } }
@media only screen and (max-width: 699px) {
  #latest-photos-home .edge-carousel .owl-nav {
    position: relative;
    text-align: right;
    top: 15px; } }

/*  ==========================================================================
	Search results -- layout/layout.scss
	========================================================================== */
.search-no-results #no-results i {
  margin-right: 1rem; }

.fancybox-caption .fancybox-caption__body {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: left;
  padding: 2em;
  color: #fff; }
  .fancybox-caption .fancybox-caption__body h1 {
    margin-bottom: 0; }
  .fancybox-caption .fancybox-caption__body h1,
  .fancybox-caption .fancybox-caption__body h2,
  .fancybox-caption .fancybox-caption__body p {
    color: inherit; }
  .fancybox-caption .fancybox-caption__body h1,
  .fancybox-caption .fancybox-caption__body h2 {
    font-size: 17px;
    line-height: 1.3; }
    @media only screen and (min-width: 550px) {
      .fancybox-caption .fancybox-caption__body h1,
      .fancybox-caption .fancybox-caption__body h2 {
        font-size: 18px; } }
    @media only screen and (min-width: 700px) {
      .fancybox-caption .fancybox-caption__body h1,
      .fancybox-caption .fancybox-caption__body h2 {
        font-size: 20px; } }
    @media only screen and (min-width: 1000px) {
      .fancybox-caption .fancybox-caption__body h1,
      .fancybox-caption .fancybox-caption__body h2 {
        font-size: 20px; } }
    @media only screen and (min-width: 1200px) {
      .fancybox-caption .fancybox-caption__body h1,
      .fancybox-caption .fancybox-caption__body h2 {
        font-size: 22px; } }
    @media only screen and (min-width: 1400px) {
      .fancybox-caption .fancybox-caption__body h1,
      .fancybox-caption .fancybox-caption__body h2 {
        font-size: 24px; } }
    @media only screen and (min-width: 1600px) {
      .fancybox-caption .fancybox-caption__body h1,
      .fancybox-caption .fancybox-caption__body h2 {
        font-size: 25px; } }
  .fancybox-caption .fancybox-caption__body h2 {
    text-transform: uppercase;
    font-weight: 500; }
  .fancybox-caption .fancybox-caption__body h3 {
    font-weight: 500; }
  .fancybox-caption .fancybox-caption__body p {
    font-size: 1em;
    max-width: 35em; }

.error404 .main--error p {
  font-size: 1.3em;
  margin-bottom: 80px;
  max-width: 50%;
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem; }
  @media only screen and (min-width: 550px) {
    .error404 .main--error p {
      margin-bottom: 3rem; } }
  @media only screen and (min-width: 700px) {
    .error404 .main--error p {
      margin-bottom: 4rem; } }
  @media only screen and (min-width: 1000px) {
    .error404 .main--error p {
      margin-bottom: 5rem; } }
  @media only screen and (min-width: 1200px) {
    .error404 .main--error p {
      margin-bottom: 6rem; } }

/*  ==========================================================================
	Header variables
	========================================================================== */
/*  ==========================================================================
	siteheader
	========================================================================== */
.siteheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  padding: 1em 2.5em;
  box-sizing: border-box; }
  .siteheader--padder {
    position: relative;
    visibility: hidden;
    pointer-events: none;
    z-index: 1; }
  .siteheader .row {
    z-index: 1;
    position: relative; }
  .siteheader .row .col:nth-of-type(2) {
    display: none; }
    @media only screen and (min-width: 700px) {
      .siteheader .row .col:nth-of-type(2) {
        display: flex; } }
    .siteheader .row .col:nth-of-type(2) a {
      display: none;
      line-height: normal; }
      @media only screen and (min-width: 1000px) {
        .siteheader .row .col:nth-of-type(2) a {
          display: block; } }
  .siteheader::after {
    background: linear-gradient(180deg, #000000 62.5%, rgba(0, 0, 0, 0) 100%);
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .6; }
  .siteheader img {
    max-width: 5em;
    height: 6em; }
  .siteheader .siteheader__wrap {
    height: 3rem; }
    @media only screen and (min-width: 550px) {
      .siteheader .siteheader__wrap {
        height: 3rem; } }
  .siteheader .siteheader__bd {
    height: 100%; }
  .siteheader .siteheader__logo {
    display: flex; }
    .siteheader .siteheader__logo > div {
      margin-left: 1.5em;
      color: #fff; }
      .siteheader .siteheader__logo > div p:nth-child(1) {
        font-size: 20px; }
      @media only screen and (max-width: 699px) {
        .siteheader .siteheader__logo > div {
          display: flex;
          align-items: center; } }
      .siteheader .siteheader__logo > div p:nth-child(2), .siteheader .siteheader__logo > div #tagline {
        display: none; }
        @media only screen and (min-width: 700px) {
          .siteheader .siteheader__logo > div p:nth-child(2), .siteheader .siteheader__logo > div #tagline {
            display: block; } }
      @media only screen and (min-width: 700px) {
        .siteheader .siteheader__logo > div p:nth-child(1) {
          display: none; } }
    .siteheader .siteheader__logo p {
      color: #fff;
      margin: 0; }
  .siteheader .siteheader__mobtools {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0; }
    @media only screen and (min-width: 700px) {
      .siteheader .siteheader__mobtools {
        display: none; } }

/*  ==========================================================================
	Search results page -- layout/layout.scss
	========================================================================== */
.searchform {
  width: 100%;
  margin-left: auto;
  margin-right: 3em; }
  @media only screen and (min-width: 1000px) {
    .searchform {
      width: 45%; } }
  .searchform button {
    color: #fff; }
  .searchform .searchform__input {
    position: relative;
    display: flex;
    align-items: center; }
    .searchform .searchform__input input {
      padding-right: 4em;
      position: relative;
      z-index: 1;
      font-size: 15px;
      background-color: #A40000;
      color: #fff;
      border: none; }
      .searchform .searchform__input input::-webkit-input-placeholder {
        color: #fff;
        font-weight: 600; }
      .searchform .searchform__input input::-moz-placeholder {
        color: #fff;
        font-weight: 600; }
    .searchform .searchform__input .searchform__submit {
      border: none;
      position: absolute;
      z-index: 2;
      right: 10px;
      background: none;
      text-align: center; }
      .searchform .searchform__input .searchform__submit:hover {
        opacity: .5; }

/* ==========================================================================
   Footer -- layout/_footer.scss
   ========================================================================== */
#expand-the-archive {
  background-color: rgba(186, 186, 186, 0.1); }
  #expand-the-archive h1 {
    color: #A40000;
    text-transform: uppercase; }

.sitefooter {
  background-color: #690005;
  text-align: center;
  padding: 50px 0;
  color: #fff; }
  .sitefooter p {
    color: #fff; }
  @media only screen and (min-width: 1000px) {
    .sitefooter .row:nth-of-type(2) {
      position: absolute;
      bottom: 0; } }
  .sitefooter .col > .row {
    height: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em; }
  @media only screen and (min-width: 1000px) {
    .sitefooter {
      text-align: left; } }
  @media only screen and (max-width: 699px) {
    .sitefooter .bd .row > .col:nth-of-type(2) {
      position: relative; } }
  .sitefooter img {
    position: relative;
    z-index: 1;
    max-width: 140px; }
  .sitefooter #footer-line {
    position: absolute;
    width: 100%;
    height: 1px;
    background: white;
    left: 0;
    right: 0;
    opacity: .2;
    top: 50%;
    z-index: 0; }
  .sitefooter .btn:hover {
    background-color: #fff;
    color: #A40000; }
  .sitefooter .inlinenavlist li a {
    color: #fff;
    margin: 0 0.2em; }
  .sitefooter .sitefooter__socialnav li a {
    background-color: #A40000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .sitefooter .sitefooter__socialnav li a:hover {
      background-color: #fff;
      color: #A40000; }
  .sitefooter .sitefooter__socialnav .sitefooter__sociallink:hover {
    color: #A40000; }

/*  ==========================================================================
	COMPONENTS - _modules.scss
	========================================================================== */
/*  ==========================================================================
	COMPONENT - Text Content
	========================================================================== */
@media only screen and (min-width: 1200px) {
  .textcontent {
    padding-right: calc(7.14% * 2); } }

/*  ==========================================================================
	MODULES - _modules.scss
	========================================================================== */
/*  ==========================================================================
	General Module styles
	========================================================================== */
.module--fullwidth + .module--fullwidth {
  margin-top: -3rem; }
  @media only screen and (min-width: 550px) {
    .module--fullwidth + .module--fullwidth {
      margin-top: -3rem; } }
  @media only screen and (min-width: 700px) {
    .module--fullwidth + .module--fullwidth {
      margin-top: -4rem; } }
  @media only screen and (min-width: 1000px) {
    .module--fullwidth + .module--fullwidth {
      margin-top: -5rem; } }
  @media only screen and (min-width: 1200px) {
    .module--fullwidth + .module--fullwidth {
      margin-top: -6rem; } }

/*  ==========================================================================
	MODULE - Line / Rule
	========================================================================== */
.module--line .line {
  border-top: solid 1px rgba(105, 0, 5, 0.15);
  height: 0; }

/*  ==========================================================================
	MODULE - Text Content & Media
	========================================================================== */
.module--text-content-image .text-content-image__col img {
  border-radius: 10px; }
@media only screen and (min-width: 1000px) {
  .module--text-content-image .text-content-image__col--text {
    margin-bottom: 0; } }

/*  ==========================================================================
	MODULE - Photos Carousel
	========================================================================== */
.module--featuredphotos {
  overflow: hidden; }
  .module--featuredphotos .photo, .module--featuredphotos .mediaimg {
    width: 100%;
    height: 100%; }
  .module--featuredphotos .edge-carousel {
    margin-top: 1em; }
    .module--featuredphotos .edge-carousel .owl-stage-outer {
      overflow: visible; }
    .module--featuredphotos .edge-carousel .owl-nav {
      position: absolute;
      right: 0; }
      @media only screen and (max-width: 549px) {
        .module--featuredphotos .edge-carousel .owl-nav {
          bottom: -45px; } }
      @media only screen and (min-width: 550px) {
        .module--featuredphotos .edge-carousel .owl-nav {
          top: -65px; } }
      .module--featuredphotos .edge-carousel .owl-nav button {
        background-color: #A40000;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        color: #fff;
        margin-left: .5em;
        font-size: 1.2em; }
        .module--featuredphotos .edge-carousel .owl-nav button.owl-prev {
          background-color: #fff;
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
          color: #A40000; }
        .module--featuredphotos .edge-carousel .owl-nav button.disabled {
          opacity: .5; }

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