@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, picture, section, address {
  display: block;
}
summary {
  display: list-item;
}
picture img {
  display: block;
}
address {
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove auto margins on blockquotes in at least Chrome
 */
blockquote {
  margin: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}
script {
  display: none !important;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  line-height: 1.15;
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-x: hidden;
  overflow-y: scroll;
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
  -webkit-text-decoration-skip: objects;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 1em;
  margin: 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong, .strong {
  font-weight: inherit;
}
b, strong, .strong {
  font-weight: bolder;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn, em, .em {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  position: relative;
  margin: 0;
}
p + p {
  margin-top: 1em;
}
/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before, q:after {
  content: '';
  content: none;
}
small, .small {
  font-size: 75%;
}
/**
 * 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
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl, menu, ol, ul {
  margin: 0;
}
dd {
  margin: 0;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}
ol, ul {
  padding: 0;
  list-style-type: none;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
  border-style: none;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden !important;
  width: 100%;
  height: auto;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  line-height: 1.15;
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  overflow: visible;
  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 8+.
 * 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.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/**
 * 1. Remove default vertical scrollbar in IE 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;
}
cite {
  font-style: normal;
}
.image-replacement, .ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
  font-style: italic;
}
/******************************************************************

Site Name:

Author:



Stylesheet: Variables



Here is where we declare all our variables like colors, fonts,

base values, and defaults. We want to make sure this file ONLY

contains variables that way our files don't get all messy.

No one likes a mess.



******************************************************************/
/*********************

COLORS

Need help w/ choosing your colors? Try this site out:

http://0to255.com/

*********************/
/**************

General breakpoints

****************/
/***********

CALCULATION VARIABLES

*************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/****************
ADD PREFIXES
****************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/**********************
ANIMATION
**********************/
/************************
HIDE FROM VISUAL USERS
************************/
/*********************
POSITIONING
*********************/
/**********************
CENTER A BLOCK
***********************/
/*****************
EQUAL VALUES FOR MULTIPLE PROPERTIES
******************/
/***********
GRIDS (to get around SCSS compilation) 
***********/
/*********************
WONKY HIDING STUFF STYLES
*********************/
.desktop-only {
  display: none !important;
}
@media only screen and (min-width: 60em) {
  .desktop-only {
    display: block !important;
  }
}
@media only screen and (min-width: 60em) {
  .mobile-only {
    display: none !important;
  }
}
@media only screen and (min-width: 56.25em) {
  .menu-bp-only {
    display: none !important;
  }
}
.js .always-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.js .always-sticky--keepspace {
  position: relative;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
}
.modal-open, .modal-open body {
  -webkit-overflow-scrolling: auto;
}
html.modal-open body {
  overflow: hidden;
}
.modal-open .site-header, .modal-open .site-footer {
  z-index: 1;
}
/*********************
HEADING STYLES
*********************/
.heading {
  margin-top: 1em;
  margin-bottom: 0.35em;
  font-weight: 600;
}
.heading:first-child {
  margin-top: 0;
}
.heading + .heading {
  margin-top: 0;
}
/*********************
UTILITY CLASSES
*********************/
.inline-row {
  text-align: center;
}
.inline-row--left {
  text-align: left;
}
.inline-row--right {
  text-align: right;
}
.inline-row > * {
  vertical-align: middle;
  display: inline-block;
}
.fix-inline-gaps {
  font-size: 0;
}
.fix-inline-gaps > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}
.justified {
  text-align: justify;
}
.justified:after {
  display: block;
  content: "";
  box-sizing: border-box;
  font-size: 1rem;
  display: inline-block;
  width: 100%;
}
.justified > * {
  text-align: center;
}
.uppercase {
  text-transform: uppercase !important;
}
.normalcase {
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.nowrap {
  white-space: nowrap;
}
.fit-width img {
  width: 100%;
  height: auto;
}
.fit-height img {
  height: 100%;
  width: auto;
}
.fit-max img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.fit-height svg {
  height: 100%;
}
.object-fit {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.object-fit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  -o-object-position: center;
  object-fit: cover;
  object-position: center;
}
.object-fit.contain img {
  -o-object-fit: contain;
  -o-object-position: center;
  object-fit: contain;
  object-position: center;
}
.compat-object-fit {
  background-size: cover;
  background-position: center;
}
.compat-object-fit.fit-contain {
  background-size: contain;
}
.compat-object-fit img {
  opacity: 0;
}
.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.accessiblyhidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
.accessiblyhidden:focus {
  overflow: visible;
  clip: inherit;
  width: auto;
  background: #0C1929;
  height: auto;
  padding: 1em;
  z-index: 10000;
  outline: dotted 1px #E9D145;
  color: #fff !important;
  margin: 0;
  left: 1px;
  font-size: 1.25rem;
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.google-map {
  height: 50vh;
}
.google-map__embed {
  height: 100%;
  width: 100%;
  display: grid;
  align-items: center;
  text-align: center;
}
.google-map__embed__loading {
  -webkit-animation: blink infinite 3s;
  -moz-animation: blink infinite 3s;
  -ms-animation: blink infinite 3s;
  -o-animation: blink infinite 3s;
  animation: blink infinite 3s;
}
@media screen and (prefers-reduced-motion: reduce) {
  .google-map__embed__loading {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
  }
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap, .wrap--large {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 2rem);
}
@media only screen and (min-width: 60em) {
  .wrap, .wrap--large {
    width: calc(100% - 4rem);
  }
}
.wrap {
  max-width: 58rem;
}
@media only screen and (min-width: 60em) {
  .wrap {
    max-width: 56rem;
  }
}
@media only screen and (min-width: 64rem) {
  .wrap {
    width: 60rem;
    max-width: 60rem;
  }
}
.wrap--large {
  max-width: 73rem;
}
@media only screen and (min-width: 60em) {
  .wrap--large {
    max-width: 71rem;
  }
}
@media only screen and (min-width: 79rem) {
  .wrap--large {
    width: 75rem;
    max-width: 75rem;
  }
}
.panel {
  overflow: hidden;
}
.panel--padded {
  padding: 5rem 0;
}
.panel--full-height {
  min-height: 100vh;
}
.panel--dark {
  color: #fff;
}
.content-row + .content-row {
  margin-top: 5rem;
}
@media only screen and (min-width: 50em) {
  .content-row--halfcss {
    column-count: 2;
    column-gap: 4rem;
  }
  .content-row--halfcss.content-row--has-title {
    column-count: 1;
    column-gap: 0;
  }
  .content-row--halfcss__text {
    column-count: 2;
    column-gap: 4rem;
  }
}
@media only screen and (min-width: 50em) {
  .content-row--threeimg {
    font-size: 0;
    text-align: center;
  }
  .content-row--threeimg picture {
    font-size: 1rem;
    display: inline-block;
    width: calc(50% - 2rem);
  }
  .content-row--threeimg picture + picture {
    margin-left: 4rem;
    margin-top: 0;
  }
  .content-row--threeimg picture + picture:last-of-type {
    margin-left: 0;
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 75em) {
  .content-row--threeimg picture {
    width: calc(33.3% - 3rem);
  }
  .content-row--threeimg picture + picture:last-of-type {
    margin-left: 4rem;
    margin-top: 0;
  }
}
@media only screen and (min-width: 50em) {
  .content-row--halfimg {
    font-size: 0;
  }
  .content-row--halfimg picture {
    font-size: 1rem;
    display: inline-block;
    width: calc(50% - 2rem);
  }
  .content-row--halfimg picture + picture {
    margin-left: 4rem;
    margin-top: 0;
  }
  .content-row--halfimg.content-row--has-title picture {
    display: block;
    width: 100%;
  }
  .content-row--has-title .content-row--halfimg__column {
    font-size: 1rem;
    display: inline-block;
    width: calc(50% - 2rem);
  }
  .content-row--has-title .content-row--halfimg__column + .content-row--halfimg__column {
    margin-left: 4rem;
    margin-top: 0;
  }
}
.content-row--text ol, .content-row--text ul {
  padding-left: 1.2em;
}
.content-row--textimg {
  background: #f8f9fa;
}
.content-row--textimg__text {
  padding: 1.5rem;
  line-height: 1.5;
  -webkit-transition: all 1s 0.5s, font-size 0s, letter-spacing 0s;
  transition: all 1s 0.5s, font-size 0s, letter-spacing 0s;
}
@media (prefers-reduced-motion: reduce) {
  .content-row--textimg__text {
    -webkit-transition: none;
    transition: none;
  }
}
.content-row--textimg + .content-row--textimg {
  margin-top: 0;
}
@media only screen and (min-width: 66.25em) {
  .content-row--textimg {
    font-size: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .content-row--textimg__text, .content-row--textimg__img {
    font-size: 1rem;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
  }
  .content-row--textimg__text {
    padding: 2rem;
  }
  .content-row--textimg__img {
    margin-top: 0;
  }
  @supports (display: grid) {
    .content-row--textimg {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: stretch;
    }
    .content-row--textimg__text, .content-row--textimg__img {
      width: 100%;
    }
    .content-row--textimg__text {
      display: grid;
    }
  }
}
@media only screen and (min-width: 75rem) {
  .content-row--textimg__text__liner {
    max-width: 35.5rem;
    margin: auto;
    margin-right: 0;
    padding-right: 2rem;
  }
  [dir="rtl"] .content-row--textimg__text__liner {
    margin-left: 0;
    margin-right: auto;
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 90.625em) {
  .content-row--textimg__text__liner {
    padding-right: 6rem;
  }
  [dir="rtl"] .content-row--textimg__text__liner {
    padding-left: 6rem;
  }
}
.content-row--quote {
  text-align: center;
}
.content-row--quote:before {
  display: block;
  content: "";
  box-sizing: border-box;
  background: no-repeat url('../images/quote.svg') center;
  background-size: 1.5rem;
  position: relative;
  display: block;
  height: 3rem;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.content-row--quote p {
  line-height: 1.25;
}
.content-row--quote cite {
  margin-top: 0.5rem;
}
.content-row--quote:after {
  display: block;
  content: "";
  box-sizing: border-box;
  background: no-repeat url('../images/quote.svg') center;
  background-size: 1.5rem;
  position: relative;
  display: block;
  height: 3rem;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content-row ul {
  padding-left: 1.5rem;
  margin-top: 1em;
}
.content-row ul:first-child {
  margin-top: 0;
}
.content-row li {
  list-style-type: disc;
}
.content-row li + li {
  margin-top: 0.5rem;
}
.content-row--default p {
  margin: 1rem 0;
}
.content-row--default div {
  width: auto !important;
}
.content-row--default img {
  max-width: 100%;
  height: auto;
}
.two-column__col {
  vertical-align: top;
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 62em) {
  .two-column {
    font-size: 0;
  }
  .two-column__col {
    font-size: 1rem;
    width: calc(50% - 2rem);
  }
  .two-column__col + .two-column__col {
    margin-left: 4rem;
    margin-top: 0;
  }
  @supports (display: grid) {
    .two-column {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 4rem;
    }
    .two-column__col {
      width: 100%;
    }
  }
}
.accordion__toggle {
  padding-top: 0.5em;
  text-align: left;
}
.accordion__toggle.open + .accordion__content {
  padding-bottom: 0.75em;
}
.accordion__content {
  border-bottom: 1px solid;
  font-size: 1em;
  padding: 0.5em 0 0.5em;
  text-align: left;
}
.js .accordion__toggle {
  padding-right: 2em;
  cursor: pointer;
}
.js .accordion__toggle:after {
  display: block;
  content: "";
  box-sizing: border-box;
  content: "+";
  position: absolute;
  right: 0;
  top: 0.3em;
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1;
}
.js .accordion__toggle.open:after {
  content: "-";
  right: 0.07em;
}
.js .accordion__toggle.open + .accordion__content {
  -webkit-transition: 0.5s, font-size 0s, letter-spacing 0s;
  transition: 0.5s, font-size 0s, letter-spacing 0s;
  max-height: 20rem;
  padding: 0.5em 0 0.5em;
}
@media (prefers-reduced-motion: reduce) {
  .js .accordion__toggle.open + .accordion__content {
    -webkit-transition: none;
    transition: none;
  }
}
.js .accordion__content {
  -webkit-transition: 0.35s, font-size 0s, letter-spacing 0s;
  transition: 0.35s, font-size 0s, letter-spacing 0s;
  max-height: 0;
  padding: 0;
  overflow: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .js .accordion__content {
    -webkit-transition: none;
    transition: none;
  }
}
.js-reference {
  height: 0;
  width: 1px;
}
@media only screen and (min-width: 47.5em) {
  .js-reference {
    width: 2px;
  }
}
@media only screen and (min-width: 60em) {
  .js-reference {
    width: 3px;
  }
}
.post-not-found a {
  border-bottom: 1px solid #0C1929;
}
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}
/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
button, [role="button"] {
  cursor: pointer;
  outline: none;
}
.button {
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  color: #333333;
  text-decoration: none;
  padding: 0.75em 1.25em;
  font-weight: bolder;
  display: inline-block;
  -webkit-transition: all 0.5s, font-size 0s, letter-spacing 0s;
  transition: all 0.5s, font-size 0s, letter-spacing 0s;
  font-size: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .button {
    -webkit-transition: none;
    transition: none;
  }
}
@media (hover: hover) {
  .button:hover, .button:focus {
    -webkit-transition: all 0s, font-size 0s, letter-spacing 0s;
    transition: all 0s, font-size 0s, letter-spacing 0s;
    background-color: #333333;
    color: #fff;
  }
}
@media (hover: hover) and (prefers-reduced-motion: reduce) {
  .button:hover, .button:focus {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .button:hover, .button:focus {
    -webkit-transition: all 0s, font-size 0s, letter-spacing 0s;
    transition: all 0s, font-size 0s, letter-spacing 0s;
    background-color: #333333;
    color: #fff;
  }
}
@media screen and (-ms-high-contrast: active) and (prefers-reduced-motion: reduce), screen and (-ms-high-contrast: none) and (prefers-reduced-motion: reduce) {
  .button:hover, .button:focus {
    -webkit-transition: none;
    transition: none;
  }
}
.button.tap-focus {
  -webkit-transition: all 0s, font-size 0s, letter-spacing 0s;
  transition: all 0s, font-size 0s, letter-spacing 0s;
  background-color: #333333;
  color: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .button.tap-focus {
    -webkit-transition: none;
    transition: none;
  }
}
/*********************

TRANSITION STYLES

*********************/
.js [data-ifjs]:not(.ifjs-primed) {
  opacity: 0;
}
/**************

* #FADE IN

*

* Once triggered, fade element in

*

**************/
.fade-in {
  -webkit-transition: all 1s, font-size 0s, letter-spacing 0s;
  transition: all 1s, font-size 0s, letter-spacing 0s;
}
@media (prefers-reduced-motion: reduce) {
  .fade-in {
    -webkit-transition: none;
    transition: none;
  }
}
.fade-in-hold {
  opacity: 0;
}
[data-ifjs="transition"].fade-in {
  opacity: 1;
}
[data-ifjs="cascade"].fade-in {
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  [data-ifjs="cascade"].fade-in {
    -webkit-transition: none;
    transition: none;
  }
}
[data-ifjs="cascade"].fade-in .fade-in-child {
  opacity: 0;
}
[data-ifjs="cascade"].fade-in .fade-in-child--activated {
  opacity: 1;
}
/**************

* #SLIDE UP

*

* Once triggered, slide element in from below

*

**************/
.slide-up {
  -webkit-transition: all 1s, font-size 0s, letter-spacing 0s;
  transition: all 1s, font-size 0s, letter-spacing 0s;
}
@media (prefers-reduced-motion: reduce) {
  .slide-up {
    -webkit-transition: none;
    transition: none;
  }
}
.slide-up-hold {
  opacity: 0;
}
[data-ifjs="transition"].slide-up-hold {
  -webkit-transform: translateY(4rem);
  transform: translateY(4rem);
}
[data-ifjs="transition"].slide-up {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
[data-ifjs="cascade"].slide-up {
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  [data-ifjs="cascade"].slide-up {
    -webkit-transition: none;
    transition: none;
  }
}
[data-ifjs="cascade"].slide-up .slide-up-child {
  opacity: 0;
  -webkit-transform: translateY(4rem);
  transform: translateY(4rem);
}
[data-ifjs="cascade"].slide-up .slide-up-child--activated {
  -webkit-transition: all 0.5s, font-size 0s, letter-spacing 0s;
  transition: all 0.5s, font-size 0s, letter-spacing 0s;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  [data-ifjs="cascade"].slide-up .slide-up-child--activated {
    -webkit-transition: none;
    transition: none;
  }
}
/**************

* #SLIDE RIGHT

*

* Once triggered, slide element in from the left

*

**************/
.slide-right {
  -webkit-transition: all 1s, font-size 0s, letter-spacing 0s;
  transition: all 1s, font-size 0s, letter-spacing 0s;
}
@media (prefers-reduced-motion: reduce) {
  .slide-right {
    -webkit-transition: none;
    transition: none;
  }
}
.slide-right-hold {
  opacity: 0;
}
[data-ifjs="transition"].slide-right-hold {
  -webkit-transform: translateX(-20vw);
  transform: translateX(-20vw);
}
[data-ifjs="transition"].slide-right {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
[data-ifjs="cascade"].slide-right {
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  [data-ifjs="cascade"].slide-right {
    -webkit-transition: none;
    transition: none;
  }
}
[data-ifjs="cascade"].slide-right .slide-right-child {
  opacity: 0;
  -webkit-transform: translateX(-4rem);
  transform: translateX(-4rem);
}
[data-ifjs="cascade"].slide-right .slide-right-child--activated {
  -webkit-transition: all 0.5s, font-size 0s, letter-spacing 0s;
  transition: all 0.5s, font-size 0s, letter-spacing 0s;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media (prefers-reduced-motion: reduce) {
  [data-ifjs="cascade"].slide-right .slide-right-child--activated {
    -webkit-transition: none;
    transition: none;
  }
}
/**************

* #SLIDE LEFT

*

* Once triggered, slide element in from the right

*

**************/
.slide-left {
  -webkit-transition: all 1s, font-size 0s, letter-spacing 0s;
  transition: all 1s, font-size 0s, letter-spacing 0s;
}
@media (prefers-reduced-motion: reduce) {
  .slide-left {
    -webkit-transition: none;
    transition: none;
  }
}
.slide-left-hold {
  opacity: 0;
}
[data-ifjs="transition"].slide-left-hold {
  -webkit-transform: translateX(20vw);
  transform: translateX(20vw);
}
[data-ifjs="transition"].slide-left {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
[data-ifjs="cascade"].slide-left {
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  [data-ifjs="cascade"].slide-left {
    -webkit-transition: none;
    transition: none;
  }
}
[data-ifjs="cascade"].slide-left .slide-left-child {
  opacity: 0;
  -webkit-transform: translateX(4rem);
  transform: translateX(4rem);
}
[data-ifjs="cascade"].slide-left .slide-left-child--activated {
  -webkit-transition: all 0.5s, font-size 0s, letter-spacing 0s;
  transition: all 0.5s, font-size 0s, letter-spacing 0s;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media (prefers-reduced-motion: reduce) {
  [data-ifjs="cascade"].slide-left .slide-left-child--activated {
    -webkit-transition: none;
    transition: none;
  }
}
/**************

* #CASCADE (SLIDE UP)

*

* Once triggered, flow children in one after another.

* Requires JS to easily deal with timings

*

**************/
.cascade-child {
  opacity: 0;
  -webkit-transform: translateY(4rem);
  transform: translateY(4rem);
}
.cascade-child {
  -webkit-transition: all 0.5s, font-size 0s, letter-spacing 0s;
  transition: all 0.5s, font-size 0s, letter-spacing 0s;
}
@media (prefers-reduced-motion: reduce) {
  .cascade-child {
    -webkit-transition: none;
    transition: none;
  }
}
.cascade-child--activated {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
html[lang] {
  margin-top: 0 !important;
  /* Stop Wordpress messing up layout! */
}
html[lang] #wpadminbar {
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateY(-80%);
  transform: translateY(-80%);
  /***
		* TODO:
		*
		* As crappy as the bar is, it may be needed accessibly.
		* Lets also work out a way to force it to show when it
		* is, or its links are, being focused. Needs JS
		*
		**********************/
}
html[lang] #wpadminbar:hover, html[lang] #wpadminbar:focus-within {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
html {
  font-size: 100%;
  background: #fff;
}
html.menu-open {
  overflow: hidden;
}
@media only screen and (min-width: 56.25em) {
  html.menu-open {
    overflow-y: auto;
  }
}
html.modal-open {
  overflow: hidden;
}
body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 400;
  color: #333333;
  background-color: #fff;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
main {
  overflow: hidden;
}
/*
.page-loading {
	body {
		$background-color: $dark-gray;
	}
	.loading-container {
		opacity: 0;
	}
}
*/
/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  font-weight: 400;
  text-rendering: optimizelegibility;
  margin: auto;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
}
/*********************
CORE ELEMENT STYLES
*********************/
address span {
  display: block;
}
address span.with-comma:after {
  display: block;
  content: "";
  box-sizing: border-box;
  content: ",";
  display: inline;
}
ul.standard, ol.standard {
  list-style-type: circle;
  margin-left: 1.25rem;
  margin-top: 1rem;
}
/*********************
LINK STYLES
*********************/
a, .a-proxy {
  color: #333333;
  text-decoration: none;
  /* on hover */
}
a.underlined, .a-proxy.underlined {
  padding-bottom: 0.2em;
  border-bottom: 1px solid #333333;
}
@media (hover: hover) {
  a.underlined:hover, a.underlined:focus, .a-proxy.underlined:hover, .a-proxy.underlined:focus {
    border-color: #CF0B52;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  a.underlined:hover, a.underlined:focus, .a-proxy.underlined:hover, .a-proxy.underlined:focus {
    border-color: #CF0B52;
  }
}
a.underlined.tap-focus, .a-proxy.underlined.tap-focus {
  border-color: #CF0B52;
}
@media (hover: hover) {
  a:hover, a:focus, .a-proxy:hover, .a-proxy:focus {
    color: #CF0B52;
    outline: none;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  a:hover, a:focus, .a-proxy:hover, .a-proxy:focus {
    color: #CF0B52;
    outline: none;
  }
}
a.tap-focus, .a-proxy.tap-focus {
  color: #CF0B52;
  outline: none;
}
.panel--dark a, .panel--dark .a-proxy {
  color: #fff;
}
@media (hover: hover) {
  .panel--dark a:hover, .panel--dark a:focus, .panel--dark .a-proxy:hover, .panel--dark .a-proxy:focus {
    color: #ebebeb;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .panel--dark a:hover, .panel--dark a:focus, .panel--dark .a-proxy:hover, .panel--dark .a-proxy:focus {
    color: #ebebeb;
  }
}
.panel--dark a.tap-focus, .panel--dark .a-proxy.tap-focus {
  color: #ebebeb;
}
.panel--light a, .panel--light .a-proxy {
  color: #333333;
}
@media (hover: hover) {
  .panel--light a:hover, .panel--light a:focus, .panel--light .a-proxy:hover, .panel--light .a-proxy:focus {
    color: #474747;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .panel--light a:hover, .panel--light a:focus, .panel--light .a-proxy:hover, .panel--light .a-proxy:focus {
    color: #474747;
  }
}
.panel--light a.tap-focus, .panel--light .a-proxy.tap-focus {
  color: #474747;
}
a {
  /* on click */
  /* mobile tap color */
  /* Stop phone numbers being broken up */
}
a:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
a[href^="tel:"] {
  white-space: nowrap;
}
.scss_errors {
  background: black;
  padding: 1em;
  z-index: 999999999999;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
.parallax-container {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  min-height: 150%;
}
[data-parallax] {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  [data-parallax] {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
  }
}
picture[data-parallax] img {
  max-width: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  -o-object-position: center;
  object-fit: cover;
  object-position: center;
}
[data-parallax] [data-parallax-axis="z"] {
  min-height: 0;
}
[data-parallax] [data-parallax-axis="z"] img {
  min-height: 0;
}
[data-parallax] [data-parallax-align="parent"] {
  overflow: visible;
  top: 50%;
  bottom: -50%;
}
[data-parallax] [data-parallax-align="parent"] img {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.apss-social-share {
  display: inline-block;
}
.apss-social-text, .apss-share {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
.apss-social-text:focus, .apss-share:focus {
  overflow: visible;
  clip: inherit;
  width: auto;
  background: #0C1929;
  height: auto;
  padding: 1em;
  z-index: 10000;
  outline: dotted 1px #E9D145;
  color: #fff !important;
  margin: 0;
  left: 1px;
  font-size: 1.25rem;
}
.apss-single-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  margin-right: 0.75em;
}
.page-template-_example pre {
  margin: 2rem 0;
  display: block;
}
.example__cascade {
  text-align: center;
  font-size: 0;
}
.example__cascade li {
  display: inline-block;
  width: 33.333%;
  vertical-align: top;
}
.example__parallax {
  overflow: hidden;
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
}
.example__grid {
  background: #f8f9fa;
  margin: 2rem 0;
}
@supports (display: grid) {
  .example__grid {
    display: grid;
    grid-template-areas: "one  .      .      two    ." "one  title  title  title  ." " .   img    img    .      three" "four four   .      .      three" "four four   .      .      .";
    grid-template-columns: 10rem 2fr 20% 7rem 30%;
    grid-template-rows: auto 20vh auto 10rem auto;
  }
  .example__grid h3 {
    grid-area: title;
    align-self: center;
    justify-self: center;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .example__grid p {
    width: 100%;
    background-color: rgba(51, 51, 51, 0.35);
    margin-top: 0;
    padding: 1em;
  }
  .example__grid__one {
    grid-area: one;
    align-self: stretch;
    justify-self: left;
  }
  .example__grid__two {
    grid-area: two;
    align-self: center;
    justify-self: right;
  }
  .example__grid__three {
    grid-area: three;
    align-self: stretch;
    justify-self: right;
  }
  .example__grid__four {
    grid-area: four;
    align-self: end;
    justify-self: left;
  }
  .example__grid picture {
    grid-area: img;
  }
}
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
    display: none;
  }
}
