@charset "UTF-8";
/*!
 * Site Name: JJWatt
 * Theme Name: Justin J. Watt Foundation
 * Version: 1.6
 * Author: Foundry
 * Author URI: https://insidefoundry.co.uk
*/
@font-face {
  font-family: 'greycliff_cfbold';
  src: url("assets/fonts/greycliff_cf_bold-webfont.woff2") format("woff2"), url("assets/fonts/greycliff_cf_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'greycliff_cflight';
  src: url("assets/fonts/greycliff_cf_light-webfont.woff2") format("woff2"), url("assets/fonts/greycliff_cf_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'greycliff_cfregular';
  src: url("assets/fonts/greycliff_cf_regular-webfont.woff2") format("woff2"), url("assets/fonts/greycliff_cf_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  font-size: 15px !important;
  min-width: 320px; }

/* ============ colors ========== */
/* ============ Fonts and that ========== */
/* ============ padding and measuerment ========== */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/** some modifications: barry@insidefoundry.co.uk */
/**
 * Imported from meyerweb reset
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0; }

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

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

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

td,
th {
  padding: 0; }

ol li {
  list-style: lower-roman inside; }

ul li {
  list-style: none; }

/* This can be killed by the font: inherit used in the resets above. */
em {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid black;
  margin: 1em 0;
  padding: 0; }

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

.clearfix, .cf, .row {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after, .row:before, .row:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after, .row: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; }

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

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-prev:active,
.slick-prev:focus,
.slick-next,
.slick-next:active,
.slick-next:focus {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  outline: none;
  color: transparent;
  background: transparent;
  box-shadow: none;
  padding: 0;
  width: 0;
  height: 0;
  border-style: solid;
  cursor: pointer; }
  .slick-prev:hover,
  .slick-prev:active:hover,
  .slick-prev:focus:hover,
  .slick-next:hover,
  .slick-next:active:hover,
  .slick-next:focus:hover {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.slick-prev,
.slick-prev:active,
.slick-prev:focus {
  left: -25px;
  border-width: 40px 25px 40px 0;
  border-color: transparent #E9E7D8 transparent transparent; }

.slick-next,
.slick-next:active,
.slick-next:focus {
  right: -25px;
  border-width: 40px 0 40px 25px;
  border-color: transparent transparent transparent #E9E7D8; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
html {
  font-family: "greycliff_cfregular", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #4a4a4a;
  -webkit-font-smoothing: antialiased; }

a, a:visited {
  color: inherit;
  text-decoration: none; }
  a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

.search-title,
.archive-title,
.post-title,
.page-title, .two-column-basic__heading, .index-titles-a__title {
  font: 400 3rem "greycliff_cfbold", sans-serif;
  color: #131A30;
  text-transform: uppercase;
  text-align: center; }
  .search-title:after,
  .archive-title:after,
  .post-title:after,
  .page-title:after, .two-column-basic__heading:after, .index-titles-a__title:after {
    display: block;
    content: '';
    width: 50px;
    height: 2px;
    background-color: #131A30;
    margin: 1.5rem auto; }

.widget-title,
.entry-title, .user-content h1, .user-content h2, .index__post-summary__title, .two-column-text-photo-blocks__section-heading {
  font: 400 3rem "greycliff_cfbold", sans-serif;
  line-height: 1.33;
  color: #131A30;
  text-transform: uppercase; }

.user-content h3, .user-content h4, .upload-form__subheading {
  font: 300 1.666rem "greycliff_cfbold", sans-serif;
  line-height: 2.09;
  color: #131A30;
  text-transform: uppercase; }

.title--line-through, .step-by-step__title, .faqs__title {
  margin: 0 auto 0.6em;
  position: relative;
  text-align: center;
  font-family: "greycliff_cfbold", sans-serif;
  font-size: 2.8rem;
  line-height: 1;
  color: #BF2823;
  text-transform: uppercase; }
  .title--line-through:before, .step-by-step__title:before, .faqs__title:before {
    position: absolute;
    height: 2px;
    background: #BF2823;
    left: 0;
    right: 0;
    top: 0.6em;
    content: "";
    display: block; }

.title--line-through__text, .step-by-step__title__text, .faqs__title__text {
  background: #E9E7D8;
  padding: 0 0.4em;
  position: relative;
  max-width: 800px;
  display: inline-block;
  margin-bottom: 2rem; }

.user-content {
  /* Headings
  -------------------------------------------------------------- */
  /* Not giving any prefernce to h1 as we want to restrict its usage a bit */
  /* Text elements
  -------------------------------------------------------------- */
  /* Tables
  -------------------------------------------------------------- */ }
  .user-content p:empty {
    display: none; }
  .user-content img {
    margin: 0 0 0.9em 0; }
  .user-content .alignleft, .user-content img.alignleft {
    margin-right: 0.9rem;
    display: inline;
    float: left; }
    @media only screen and (max-width: 400px) {
      .user-content .alignleft, .user-content img.alignleft {
        display: block;
        float: none;
        width: 100%;
        margin: 0 auto 1rem auto; } }
  .user-content .alignright, .user-content img.alignright {
    margin-left: 0.9rem;
    display: inline;
    float: right; }
    @media only screen and (max-width: 400px) {
      .user-content .alignright, .user-content img.alignright {
        display: block;
        float: none;
        width: 100%;
        margin: 0 auto 1rem auto; } }
  .user-content .aligncenter, .user-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both; }
  .user-content .wp-caption {
    margin-bottom: 0.9rem;
    text-align: center;
    padding-top: 5px;
    max-width: 100%; }
  .user-content .wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0; }
  .user-content .wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0; }
  .user-content .wp-smiley {
    margin: 0;
    max-height: 1rem; }
  .user-content h1, .user-content h2, .user-content h3, .user-content h4, .user-content h5 {
    font-weight: 400; }
    .user-content h1 a, .user-content h2 a, .user-content h3 a, .user-content h4 a, .user-content h5 a {
      text-decoration: none; }
  .user-content h1, .user-content h2 {
    font-size: 2.4rem;
    padding-bottom: 1rem;
    line-height: 1; }
  .user-content h3, .user-content h4 {
    font-size: 2rem;
    padding-bottom: 1rem;
    font-weight: 700;
    font-size: 1.4em;
    text-transform: uppercase;
    line-height: 1; }
  .user-content p + h1,
  .user-content p + h2,
  .user-content p + h3,
  .user-content p + h4 {
    padding-top: 1.5rem; }
  .user-content h5 {
    font-size: 1rem;
    font-weight: 400; }
  .user-content p + p {
    margin: .9em 0 0; }
  .user-content ul, .user-content ol {
    margin: 0.5em 0.9em 0.9em 0.9rem; }
  .user-content li {
    margin: 0 0 0.5em 0; }
  .user-content ul li {
    list-style-type: inherit; }
  .user-content ol li {
    list-style: inherit; }
  .user-content ol ol li {
    list-style: lower-roman; }
  .user-content ol ol ol li {
    list-style: inherit; }
  .user-content dl {
    margin: 0 0 0.9em 0; }
  .user-content dt {
    font-weight: bold; }
  .user-content dd {
    margin-left: 0;
    font-size: 0.9rem;
    color: #787878;
    margin: 0 0 0.5em 0.9rem; }
  .user-content abbr, .user-content acronym {
    border-bottom: 1px dotted #4a4a4a; }
  .user-content address {
    margin-top: 0.9rem;
    font-style: italic; }
  .user-content del {
    color: #4a4a4a; }
  .user-content strong {
    font-weight: bold; }
  .user-content small {
    font-size: 0.9rem; }
  .user-content em, .user-content dfn {
    font-style: italic; }
  .user-content dfn {
    font-weight: bold; }
  .user-content pre, .user-content code {
    margin: 0.9em 0;
    white-space: pre; }
  .user-content pre,
  .user-content code,
  .user-content tt {
    font: 1em monospace;
    line-height: 1.5;
    background: #F1F2F0;
    padding: 0.2em 0.8rem;
    margin: 0 0 1.5rem;
    border-radius: 3px; }
  .user-content blockquote {
    margin: 0 0 1.5em 0.75rem;
    padding: 0 0 0 0.75rem;
    border-left: 3px solid #999;
    font-style: italic;
    color: #999; }
  .user-content blockquote p:last-child {
    margin-bottom: 0; }
  .user-content blockquote.left {
    margin: 0 1.5em 1.5em 0.75rem;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left; }
  .user-content blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right; }
  .user-content table {
    width: 100%;
    border: 1px solid #999;
    margin-bottom: 1.5rem; }
    .user-content table caption {
      margin: 0 0 7px;
      font-size: 0.75rem;
      color: #999;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .user-content tr {
    border-bottom: 1px solid #999; }
    .user-content tr:nth-child(even) {
      background-color: #F1F2F0; }
  .user-content td, .user-content th {
    padding: 7px;
    border-right: 1px solid #999; }
    .user-content td:last-child, .user-content th:last-child {
      border-right: 0; }
  .user-content th {
    background-color: #F1F2F0;
    border-bottom: 1px solid #999;
    font-weight: 700;
    text-align: left; }
  .user-content table {
    margin-bottom: 1.4rem; }
  .user-content tfoot {
    font-style: italic; }
  @media only screen and (min-width: 481px) {
    .user-content {
      /* at this larger size, we can start to align images */ }
      .user-content .alignleft, .user-content img.alignleft {
        margin-right: 1.5rem;
        display: inline;
        float: left; }
      .user-content .alignright, .user-content img.alignright {
        margin-left: 1.5rem;
        display: inline;
        float: right; }
      .user-content .aligncenter, .user-content img.aligncenter {
        margin-right: auto;
        margin-left: auto;
        display: block;
        clear: both; } }

.user-content .btn + .btn, .user-content .menu-overlay__menu .menu-item--featured a + .btn, .menu-overlay__menu .menu-item--featured .user-content a + .btn, .user-content .menu-overlay__menu .menu-item--featured .btn + a, .menu-overlay__menu .menu-item--featured .user-content .btn + a, .user-content .menu-overlay__menu .menu-item--featured a + a, .menu-overlay__menu .menu-item--featured .user-content a + a {
  margin-left: 1em; }
@media screen and (max-width: 600px) {
  .user-content .btn, .user-content .menu-overlay__menu .menu-item--featured a, .menu-overlay__menu .menu-item--featured .user-content a {
    display: block;
    margin: 0; }
  .user-content .btn + .btn, .user-content .menu-overlay__menu .menu-item--featured a + .btn, .menu-overlay__menu .menu-item--featured .user-content a + .btn, .user-content .menu-overlay__menu .menu-item--featured .btn + a, .menu-overlay__menu .menu-item--featured .user-content .btn + a, .user-content .menu-overlay__menu .menu-item--featured a + a, .menu-overlay__menu .menu-item--featured .user-content a + a {
    margin-top: 1em;
    margin-left: 0; } }

.single-column__page {
  text-align: center; }

.single-column__page-single__content {
  max-width: 75%;
  margin: auto; }
  @media screen and (max-width: 700px) {
    .single-column__page-single__content {
      max-width: none; } }

/**
 * @require common/bs-grid
 * @require common/icons
 */
/**
 * Override variables in _variables stylesheet. Not here.
 */
.header-simple {
  padding: 20px;
  background: white;
  font-size: 16px; }

.header-simple__brand {
  color: #BF2823; }

.header-simple__logo img {
  max-height: 90px;
  z-index: 1001;
  position: relative; }

.header-simple__logo img[src$="svg"] {
  height: 90px; }

@media screen and (max-width: 400px) {
  .header-simple__logo img {
    max-height: 57px; } }
.inline-gallery__title {
  font-family: "greycliff_cfbold", sans-serif;
  font-size: 3rem;
  color: #BF2823; }

.inline-gallery__image-link {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 75%; }

.inline-gallery__image-link__background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: transform 0.1s ease-in;
  background-position: center center; }

.inline-gallery__image-link:hover .inline-gallery__image-link__background {
  transform: scale(1.1); }

.inline-gallery__row {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 20px; }

.inline-gallery__row--1 {
  grid-template-columns: 1fr; }
  .inline-gallery__row--1 .inline-gallery__image-link {
    padding-top: 25%; }

.inline-gallery__row--2 {
  grid-template-columns: 1fr 1fr; }
  .inline-gallery__row--2 .inline-gallery__image-link {
    padding-top: 50%; }

.inline-gallery__row--3 {
  grid-template-columns: 1fr 1fr 1fr; }

.inline-gallery__row--5:nth-child(odd) .inline-gallery__image:nth-child(3) {
  grid-column-end: span 2;
  grid-row-end: span 2; }
  .inline-gallery__row--5:nth-child(odd) .inline-gallery__image:nth-child(3) .inline-gallery__image-link {
    padding: 0;
    height: 100%; }

.inline-gallery__row--6 {
  grid-template-columns: 1fr 1fr 1fr; }
  .inline-gallery__row--6 .inline-gallery__image-link {
    padding-top: 66%; }
  .inline-gallery__row--6 .inline-gallery__image:first-child,
  .inline-gallery__row--6 .inline-gallery__image:nth-child(5) {
    grid-column-end: span 2;
    grid-row-end: span 2; }
    .inline-gallery__row--6 .inline-gallery__image:first-child .inline-gallery__image-link,
    .inline-gallery__row--6 .inline-gallery__image:nth-child(5) .inline-gallery__image-link {
      padding: 0;
      height: 100%; }

.inline-gallery__row--7 .inline-gallery__image:first-child {
  grid-column-end: span 2;
  grid-row-end: span 2; }
  .inline-gallery__row--7 .inline-gallery__image:first-child .inline-gallery__image-link {
    padding: 0;
    height: 100%; }
.inline-gallery__row--7 .inline-gallery__image:nth-child(7),
.inline-gallery__row--7 .inline-gallery__image:nth-child(6) {
  grid-column-end: span 2;
  grid-row-end: span 2; }
  .inline-gallery__row--7 .inline-gallery__image:nth-child(7) .inline-gallery__image-link,
  .inline-gallery__row--7 .inline-gallery__image:nth-child(6) .inline-gallery__image-link {
    padding-top: 50%; }

.inline-gallery__row--8 .inline-gallery__image:nth-child(6),
.inline-gallery__row--8 .inline-gallery__image:first-child {
  grid-column-end: span 3;
  grid-row-end: span 2; }
  .inline-gallery__row--8 .inline-gallery__image:nth-child(6) .inline-gallery__image-link,
  .inline-gallery__row--8 .inline-gallery__image:first-child .inline-gallery__image-link {
    padding: 0;
    height: 100%; }
.inline-gallery__row--8 .inline-gallery__image:nth-child(6) {
  grid-column-end: span 2;
  grid-row-end: span 2; }

.inline-gallery__row--9 .inline-gallery__image:nth-child(2) {
  grid-column-end: span 2;
  grid-row-end: span 2; }
  .inline-gallery__row--9 .inline-gallery__image:nth-child(2) .inline-gallery__image-link {
    padding: 0;
    height: 100%; }
.inline-gallery__row--9 .inline-gallery__image:nth-child(6),
.inline-gallery__row--9 .inline-gallery__image:nth-child(7),
.inline-gallery__row--9 .inline-gallery__image:nth-child(8),
.inline-gallery__row--9 .inline-gallery__image:nth-child(9) {
  grid-column-end: span 2; }
  .inline-gallery__row--9 .inline-gallery__image:nth-child(6) .inline-gallery__image-link,
  .inline-gallery__row--9 .inline-gallery__image:nth-child(7) .inline-gallery__image-link,
  .inline-gallery__row--9 .inline-gallery__image:nth-child(8) .inline-gallery__image-link,
  .inline-gallery__row--9 .inline-gallery__image:nth-child(9) .inline-gallery__image-link {
    padding-top: 50%; }

.inline-gallery__row--10 .inline-gallery__image:first-child,
.inline-gallery__row--10 .inline-gallery__image:nth-child(7) {
  grid-column-end: span 2;
  grid-row-end: span 2; }
  .inline-gallery__row--10 .inline-gallery__image:first-child .inline-gallery__image-link,
  .inline-gallery__row--10 .inline-gallery__image:nth-child(7) .inline-gallery__image-link {
    padding: 0;
    height: 100%; }

.inline-gallery__title {
  width: auto;
  padding: 0 .5em;
  display: inline-block;
  background: white;
  z-index: 2;
  position: relative;
  margin: 0 auto; }

.inline-gallery__intro:before {
  content: '';
  background-color: #d00213;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 18px);
  z-index: 1; }

.inline-gallery__intro {
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 2em; }

.latest-news-slider {
  padding: 2em 0; }

.latest-news-slider__title {
  margin-bottom: 0.7em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #BF2823;
  font-family: "greycliff_cfbold", sans-serif;
  font-size: 2rem;
  color: #BF2823;
  text-transform: uppercase; }

.latest-news-slider__slide {
  padding: 0 0.84em; }

.latest-news-slide__title {
  display: inline-block;
  margin: 0 auto 0.2em auto;
  color: #131A30;
  font-size: 2rem;
  font-family: "greycliff_cfbold", sans-serif;
  text-transform: uppercase; }
  .latest-news-slide__title:after {
    display: block;
    content: "";
    padding-top: 0.5em;
    width: 10%;
    border-bottom: 1px solid #131A30; }

.latest-news-slide__category {
  font-family: "greycliff_cfbold", sans-serif;
  font-size: 0.73rem;
  color: #131A30;
  text-transform: uppercase;
  letter-spacing: 1px; }

.latest-news-slide__image-link {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: block;
  margin-bottom: 2em;
  position: relative; }
  .latest-news-slide__image-link img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover; }

.latest-news-slide__read-more {
  padding-top: 1em; }
  .latest-news-slide__read-more .btn, .latest-news-slide__read-more .menu-overlay__menu .menu-item--featured a, .menu-overlay__menu .menu-item--featured .latest-news-slide__read-more a {
    letter-spacing: 1px;
    border-color: #BF2823;
    color: #BF2823;
    background: #F1F2F0;
    font-weight: 700;
    font-size: 0.89474rem; }

.statistics-wrapper {
  position: relative;
  background-size: cover;
  background-position: center center; }
  .statistics-wrapper::before {
    position: absolute;
    background-color: rgba(19, 26, 48, 0.85);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.statistics {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 4.875rem; }

.statistics__stat {
  font-size: 2.3rem;
  font-family: "greycliff_cfbold", sans-serif;
  line-height: 1.2; }
  .statistics__stat span.svg {
    display: inline-block;
    vertical-align: top; }
  .statistics__stat svg {
    fill: #fff;
    display: block; }

@media screen and (max-width: 700px) {
  .statistics {
    padding: 2rem 0;
    display: block; }

  .statistics__stat {
    width: 100%;
    margin-bottom: 1rem; }
    .statistics__stat:last-child {
      margin-bottom: 0; } }
.widget-post-sidebar {
  padding-bottom: 2rem; }

.widget-post-sidebar li {
  line-height: 1.8; }

.post-single__byline {
  font-size: 0.89474rem;
  text-transform: uppercase;
  font-family: "greycliff_cfregular", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: #131A30; }

.post-single__byline__divider {
  display: inline-block;
  padding: 0 1rem; }

.post-title.single-title {
  padding: 0.2em 0 1rem;
  color: #131A30; }
  .post-title.single-title:after {
    display: block;
    content: '';
    width: 50px;
    height: 2px;
    background-color: #131A30;
    margin: 1.5rem auto; }

.post-header.single-header {
  padding-top: 2rem;
  text-align: center; }

.post-single__footer {
  padding: 1em 0 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #999; }

.post-single__content {
  max-width: 900px;
  margin: auto; }

@media screen and (max-width: 999px) {
  .post-sidebar {
    padding-top: 2rem; } }
/**
 * Override variables in _variables stylesheet. Not here.
 */
.menu-overlay {
  color: #BF2823;
  font-size: 16px;
  text-align: center;
  font-family: "greycliff_cfbold", sans-serif; }

/**
 * I hate nesting, but this is all WP auto-generated markup so we're a bit stuck.
 */
.menu-overlay__menu {
  text-align: right; }
  .menu-overlay__menu a:hover {
    color: #131A30; }
  .menu-overlay__menu .menu-item {
    display: inline-block;
    position: relative;
    color: #696969; }
  .menu-overlay__menu .menu-item.current_page_item {
    font-weight: 700;
    color: #BF2823; }
  .menu-overlay__menu .menu-item--featured a:before {
    display: none; }
  .menu-overlay__menu .sub-menu {
    display: none;
    text-transform: none;
    /* override parent uppercase thing */
    text-align: left;
    position: absolute;
    left: 0;
    top: 100%;
    background: #F1F2F0;
    color: white;
    width: 263px;
    font-size: 16px;
    font-weight: normal;
    z-index: 2; }
    .menu-overlay__menu .sub-menu .menu-item {
      width: 100%; }
    .menu-overlay__menu .sub-menu .menu-item a {
      display: block;
      padding: 1rem;
      font-size: 0.9rem; }

.menu-overlay__menu > .menu-item > a {
  display: block;
  padding: 1rem 0.6rem;
  font-size: 0.9rem; }
  .menu-overlay__menu > .menu-item > a:after, .menu-overlay__menu > .menu-item > a:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 0.04rem solid rgba(19, 26, 48, 0);
    bottom: 0px;
    content: " ";
    display: block;
    margin: 0.5rem auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0; }
  .menu-overlay__menu > .menu-item > a:hover:after, .menu-overlay__menu > .menu-item > a:hover:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #131A30;
    -webkit-transition: width 250ms ease-in-out;
    transition: width 250ms ease-in-out;
    width: 100%; }
  .menu-overlay__menu > .menu-item > a:hover:before {
    bottom: auto;
    top: 0;
    width: 100%; }

.menu-overlay__menu > .menu-item.btn, .menu-overlay__menu .menu-item--featured .menu-overlay__menu > a.menu-item {
  padding: 0.6rem 2rem;
  min-width: auto; }

.menu-overlay__menu > .menu-item.btn > a, .menu-overlay__menu .menu-item--featured .menu-overlay__menu > a.menu-item > a {
  display: block;
  font-size: 0.9rem;
  text-transform: uppercase;
  padding: 0; }
  .menu-overlay__menu > .menu-item.btn > a:after, .menu-overlay__menu .menu-item--featured .menu-overlay__menu > a.menu-item > a:after, .menu-overlay__menu > .menu-item.btn > a:before, .menu-overlay__menu .menu-item--featured .menu-overlay__menu > a.menu-item > a:before {
    content: none;
    display: none; }

/* Putting this into a media query so I don't need to override it hideously on the mobile view. */
.menu-overlay:not(.menu-overlay--overflow) .menu-item:hover > .sub-menu {
  display: block; }

/**
 * Mobile navigation
 */
.menu-overlay__mobile {
  display: none;
  padding: 0.5em 0; }

.show-menu .menu-overlay__mobile {
  border-bottom: 1px solid #304279; }

.menu-overlay__toggle {
  float: right;
  z-index: 1001;
  position: relative; }

.menu-overlay--overflow {
  /* with no JS, defualt to open. */ }
  .menu-overlay--overflow .menu-overlay__mobile {
    display: block; }
    .menu-overlay--overflow .menu-overlay__mobile .menu-overlay__toggle img {
      max-width: unset; }
  .menu-overlay--overflow.show-menu .menu-overlay__menu {
    display: block;
    background: #F1F2F0;
    position: fixed;
    z-index: 1010;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: scroll;
    padding: 2rem; }
    .admin-bar .menu-overlay--overflow.show-menu .menu-overlay__menu {
      top: 2em; }
  .menu-overlay--overflow .menu-overlay__menu {
    display: none;
    text-align: left; }
    .menu-overlay--overflow .menu-overlay__menu .menu-item {
      display: block; }
    .menu-overlay--overflow .menu-overlay__menu .menu-item a {
      padding: 0.5em 0; }
      .menu-overlay--overflow .menu-overlay__menu .menu-item a:before {
        display: none; }
    .menu-overlay--overflow .menu-overlay__menu .sub-menu .menu-item a {
      padding-left: 1em; }
    .menu-overlay--overflow .menu-overlay__menu .sub-menu {
      position: relative;
      left: auto;
      top: auto;
      width: auto;
      margin: 0 -1em; }
    .menu-overlay--overflow .menu-overlay__menu .show-sub-menu .sub-menu {
      display: block;
      margin: 0 0 1rem 1rem;
      border-left: 3px solid #BF2823; }
  .menu-overlay--overflow .no-js .menu-overlay__menu .sub-menu {
    display: block; }

/* Because the nav menu could break at any size, depending on number of menu items, we can't guarantee the container
   padding size in use */
@media screen and (min-width: 400px) {
  .menu-overlay--overflow .menu-overlay__menu .sub-menu .menu-item a {
    padding-left: 2em; }
  .menu-overlay--overflow .menu-overlay__menu .sub-menu {
    margin: 0 -2em; } }
.menu-close {
  margin-top: 1rem;
  display: block;
  width: 100%; }

.index__post-summary {
  padding: 2em 0;
  border-top: 1px solid #131A30;
  text-align: center;
  margin: auto;
  max-width: 900px; }

.index__post-summary__title {
  font-family: "greycliff_cfbold", sans-serif;
  padding: 0.4rem 0 0rem; }

.index__post-summary__thumbnail {
  float: left;
  margin-right: 3%;
  width: 27%; }
  .index__post-summary__thumbnail img {
    display: block;
    margin: 0 auto; }

.index__post-summary__excerpt {
  margin-bottom: 1.5rem; }

.index__post-summary__thumbnail + .index__post-summary__text {
  float: left;
  width: 70%; }

.index__post-summary__meta__divider {
  display: inline-block;
  padding: 0 1em; }

.index__post-summary__read-more {
  font-weight: 600;
  padding-top: 2em; }

.widget-post-sidebar {
  padding-bottom: 2em; }

.widget-post-sidebar li {
  line-height: 1.8; }

@media screen and (max-width: 999px) {
  .index-sidebar {
    padding-top: 2em; } }
@media screen and (max-width: 399px) {
  .index__post-summary__thumbnail,
  .index__post-summary__thumbnail + .index__post-summary__excerpt {
    float: none;
    margin: 0 0 1em 0;
    width: auto; }
    .index__post-summary__thumbnail img,
    .index__post-summary__thumbnail + .index__post-summary__excerpt img {
      width: 100%;
      max-width: 9999%;
      height: auto; } }
.pagination {
  text-align: center;
  padding: 1em 0 3em; }

ul.page-numbers {
  display: inline-block;
  height: 2.5em;
  line-height: 2.5em; }

.page-numbers li {
  display: inline-block;
  height: 2.5em;
  line-height: 2.5em;
  width: 2.5em;
  font-size: 1.666rem; }

.page-numbers span,
.page-numbers a {
  text-decoration: none; }
  .page-numbers span.next, .page-numbers span.prev,
  .page-numbers a.next,
  .page-numbers a.prev {
    background: url("images/pagination-numbers-prev.svg") left center no-repeat;
    background-size: 1em;
    width: 2.5em;
    display: inline-block; }
  .page-numbers span.next,
  .page-numbers a.next {
    background-image: url("images/pagination-numbers-next.svg");
    background-position: right center; }
  .page-numbers span:hover,
  .page-numbers a:hover {
    color: #E3B505; }

.page-numbers {
  color: #4a4a4a; }

.page-numbers.current,
.page-numbers.current:hover {
  color: #7C0B13; }

.pagination-mobile__next,
.pagination-mobile__prev {
  display: inline-block; }

.pagination-mobile__next a,
.pagination-mobile__prev a {
  background: url("images/pagination-prev.svg") left center no-repeat;
  background-size: 1em;
  width: 2.5em;
  display: inline-block;
  height: 2.5em;
  line-height: 2.5em;
  text-indent: 2.5em;
  overflow: hidden;
  display: block; }

.pagination-mobile__next a {
  background-image: url("images/pagination-next.svg");
  background-position: right center; }

@media screen and (max-width: 1000px) {
  .page-numbers li {
    height: 2.5em;
    line-height: 2.5em;
    width: 2.5em;
    font-size: 1.333rem; } }
@media screen and (min-width: 401px) {
  .pagination-mobile {
    display: none; } }
@media screen and (max-width: 400px) {
  .pagination-desktop {
    display: none; } }
* {
  box-sizing: border-box; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.align-self-center {
  align-self: center; }

.main-container {
  max-width: 1800px;
  margin: auto; }

.container {
  width: 100%;
  padding: 0 20px; }

.row {
  margin-left: -20px;
  margin-right: -20px; }

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

.col-tighten {
  padding-left: 4px;
  padding-right: 4px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**This row-equal device is used to ensure proper row-behaviour on collapsing grid items. We can't apply it
indiscriminantly though, as it is not guaranteed that the nth-child will be in the right place (eg, could be col-1, col-3, col-1 etc)  */
.row-equal .col-sm-3:nth-child(4n + 1) {
  clear: left; }
.row-equal .col-sm-4:nth-child(3n + 1) {
  clear: left; }
.row-equal .col-sm-6:nth-child(2n + 1) {
  clear: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /** This row-equal device is used to ensure proper row-behaviour on collapsing grid items. We can't apply it
  indiscriminantly though, as it is not guaranteed that the nth-child will be in the right place (eg, could be col-1, col-3, col-1 etc) */
  .row-equal .col-sm-3:nth-child(4n + 1) {
    clear: none; }
  .row-equal .col-sm-4:nth-child(3n + 1) {
    clear: none; }
  .row-equal .col-sm-6:nth-child(2n + 1) {
    clear: none; }
  .row-equal .col-md-3:nth-child(4n + 1) {
    clear: left; }
  .row-equal .col-md-4:nth-child(3n + 1) {
    clear: left; }
  .row-equal .col-md-6:nth-child(2n + 1) {
    clear: left; } }
@media (min-width: 1000px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0%; } }
/******************************************************************
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,
input[type="submit"],
.btn,
.menu-overlay__menu .menu-item--featured a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  min-width: 190px;
  background: #BF2823;
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 0.6rem 2rem;
  border-radius: 0;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.1s ease-out;
  box-sizing: border-box; }
  button a, button a:hover,
  input[type="submit"] a,
  input[type="submit"] a:hover,
  .btn a,
  .menu-overlay__menu .menu-item--featured a a,
  .btn a:hover,
  .menu-overlay__menu .menu-item--featured a a:hover {
    color: #fff; }
  button:visited,
  input[type="submit"]:visited,
  .btn:visited,
  .menu-overlay__menu .menu-item--featured a:visited {
    color: #fff; }
  button:focus, button:active,
  input[type="submit"]:focus,
  input[type="submit"]:active,
  .btn:focus,
  .menu-overlay__menu .menu-item--featured a:focus,
  .btn:active,
  .menu-overlay__menu .menu-item--featured a:active {
    outline: 0;
    box-shadow: 0 0 5px #7C0B13;
    border: 1px solid #7C0B13;
    background-color: #131A30;
    color: #fff; }
  button:hover,
  input[type="submit"]:hover,
  .btn:hover,
  .menu-overlay__menu .menu-item--featured a:hover {
    transform: scale(1.04); }

.btn--pill, .menu-overlay__menu .menu-item--featured a {
  border-radius: 50px; }

.btn--muted {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #fff; }

.btn--secondary {
  background: transparent;
  border: 2px solid #131A30;
  color: #131A30; }
  .btn--secondary:visited {
    color: #131A30; }

.btn.btn--secondary:visited, .menu-overlay__menu .menu-item--featured a.btn--secondary:visited {
  color: #131A30; }

.btn--tertiary {
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid white;
  color: white; }

.btn--block,
input[type="submit"].btn--block {
  display: block;
  width: 100%; }

.btn--callout,
input[type="submit"].btn--callout {
  color: #fff;
  background: #131A30; }

.footer {
  margin-top: 1.25rem;
  background-color: #F1F2F0;
  padding: 2rem 0; }

.footer-three-column-title {
  font-family: "greycliff_cfregular", sans-serif;
  color: #131A30;
  text-transform: uppercase;
  padding-bottom: 1rem; }
  .footer-three-column-title--right {
    text-align: right; }

.footer-three-column-contact__icon {
  display: block;
  float: left;
  background: white;
  border-radius: 1em;
  width: 2em;
  height: 2em;
  text-align: center;
  position: relative;
  margin-right: 0.6em; }

.footer-copyright {
  font-size: 0.89474rem;
  padding-top: 3rem;
  text-align: center; }

.footer-callout {
  text-align: center; }

.footer-callout__title {
  font-family: "greycliff_cfbold", sans-serif;
  font-size: 3rem;
  text-transform: uppercase;
  color: #131A30;
  line-height: 1; }
  .footer-callout__title:after {
    content: '';
    display: block;
    margin: 1.5rem auto;
    width: 40px;
    height: 1px;
    background: #131A30; }
  @media screen and (max-width: 400px) {
    .footer-callout__title {
      font-size: 2.7rem; } }

.footer-callout__btn {
  max-width: 180px;
  width: 100%;
  margin: 0.5rem;
  padding: 0.8rem; }

.footer-social-links {
  text-align: right; }

.footer-social-links__link {
  margin-bottom: 0.5rem; }
  .footer-social-links__link:last-child {
    margin-bottom: 0; }

.footer-social-links__icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: cover; }

.footer-social-links__icon--twitter {
  background-image: url("assets/images/social-icons/twitter.svg"); }

.footer-social-links__icon--facebook {
  background-image: url("assets/images/social-icons/facebook.svg"); }

.footer-three-column-contact__icon .icon {
  background-color: #131A30;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.footer-three-column-contact__text {
  height: 40px;
  display: table-cell;
  vertical-align: middle; }

.footer-three-column-contact {
  display: block;
  font: 400 1.333rem "greycliff_cfregular", sans-serif;
  padding-bottom: 1em; }

.footer-three-column__column {
  padding-bottom: 2em; }

.footer-menu .menu-item {
  margin-bottom: 0.5rem; }
  .footer-menu .menu-item:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 400px) {
  .footer-three-column-contact {
    font-size: 1.333rem; } }
@media screen and (max-width: 700px) {
  .footer__component .footer-menu {
    display: grid;
    grid-auto-rows: minmax(1em, auto);
    /*
        Ideally I want this 130px to be 'max-content' but I don't think
        it works here
     */
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    grid-gap: .25em; }

  .footer-three-column-title {
    text-align: center; }

  .social-link-col {
    text-align: cecnter; }
    .social-link-col .footer-three-column-title {
      padding-bottom: 0;
      line-height: 30px; }
    .social-link-col .footer-social-links {
      text-align: center;
      padding-bottom: 0; }
    .social-link-col .footer-social-links__link {
      margin-bottom: 0;
      display: inline-block; } }
.two-column-text-photo-blocks {
  margin: auto;
  padding: 4.375rem;
  background-color: #131A30; }
  @media screen and (max-width: 700px) {
    .two-column-text-photo-blocks {
      padding: 1.25rem; } }

@media screen and (max-width: 1000px) {
  .two-column-text-photo-block {
    margin-bottom: 2rem; }
    .two-column-text-photo-block:last-child {
      margin-bottom: 0; } }

.two-column-text-photo-blocks__section-heading {
  text-align: center;
  padding: 0 0 2rem; }

.two-column-text-photo-blocks__aspect {
  position: relative;
  padding-top: 90%; }
  @media screen and (max-width: 1000px) {
    .two-column-text-photo-blocks__aspect {
      padding-top: 0; } }

.two-column-text-photo-blocks__content {
  background-color: rgba(19, 26, 48, 0.6);
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2rem;
  color: #fff;
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 1000px) {
    .two-column-text-photo-blocks__content {
      position: relative; } }

.two-column-text-photo-blocks__inner {
  position: absolute;
  bottom: 2rem; }
  @media screen and (max-width: 1000px) {
    .two-column-text-photo-blocks__inner {
      position: relative;
      bottom: auto; } }

.two-column-text-photo-blocks__small-heading {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px; }

.two-column-text-photo-blocks__large-heading {
  text-transform: uppercase;
  font-family: "greycliff_cfregular", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 2px; }
  .two-column-text-photo-blocks__large-heading:after {
    content: '';
    width: 40px;
    height: 1px;
    display: block;
    background-color: white;
    margin: 1rem 0; }

.two-column-text-photo-blocks__btn {
  margin-top: 2rem;
  margin-right: 1rem; }

.two-column-basic {
  padding: 3em 0; }

.two-column-basic--light {
  background: #F1F2F0; }

.two-column-basic--dark {
  background: #131A30;
  color: #fff; }

.two-column-basic__heading {
  text-decoration: underline;
  padding-bottom: 1em;
  text-align: center; }

.two-column-basic--dark .two-column-basic__heading {
  color: #fff; }

/*
 * @component hero-slider
 */
.hero-slider {
  text-align: center;
  margin-bottom: 2rem; }

.hero-slider--loading > div:not(:first-child) {
  display: none; }

.hero-slider__slide-container {
  /* this padding malarkey cleverly sets the slide to a sensible aspect ratio */
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  background-position: center center;
  background-size: cover; }

.hero-slider__slide-container {
  background-color: #d8d8d8;
  background-blend-mode: multiply; }

.noblend .hero-slider__slide-container::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(50, 75, 100, 0.3);
  z-index: 1; }

.hero-slider__slide-container iframe,
.hero-slider__slide-container object,
.hero-slider__slide-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.hero-slider__overlaid-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  z-index: 2;
  color: #fff;
  background: rgba(0, 0, 0, 0.6); }

.hero-slider__overlaid-content,
.hero-slider__underlaid-content {
  padding: 3em; }
  .hero-slider__overlaid-content h1,
  .hero-slider__underlaid-content h1 {
    line-height: 1;
    font-family: "greycliff_cfbold", sans-serif;
    letter-spacing: 4px; }
  .hero-slider__overlaid-content hr,
  .hero-slider__underlaid-content hr {
    display: block;
    width: 90px;
    height: 2px;
    background-color: white;
    margin: 30px auto; }
  .hero-slider__overlaid-content p,
  .hero-slider__underlaid-content p {
    font-family: "greycliff_cfbold", sans-serif;
    font-size: 1.2rem; }

.slick-arrow-right,
.slick-arrow-left {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer; }

.hero-slider .slick-dots {
  bottom: 1em; }
.hero-slider .slick-dots li {
  width: 10px; }
.hero-slider .slick-dotted.slick-slider {
  margin-bottom: 0; }
.hero-slider .slick-dots li button:before {
  border: 1px solid white;
  border-radius: 50%;
  opacity: 1;
  width: 10px;
  height: 10px;
  content: ""; }
.hero-slider .slick-dots li.slick-active button:before,
.hero-slider .slick-dots li button:hover:before,
.hero-slider .slick-dots li button:focus:before {
  background: white;
  opacity: 1; }
.hero-slider .slick-arrow-left,
.hero-slider .slick-prev {
  left: 25px;
  z-index: 3; }
  [dir="rtl"] .hero-slider .slick-arrow-left, [dir="rtl"]
  .hero-slider .slick-prev {
    left: auto;
    right: 25px; }
  .hero-slider .slick-arrow-left:active, .hero-slider .slick-arrow-left:focus,
  .hero-slider .slick-prev:active,
  .hero-slider .slick-prev:focus {
    outline: none;
    box-shadow: none;
    border: 0; }
.hero-slider .slick-arrow-right,
.hero-slider .slick-next {
  right: 25px;
  z-index: 3; }
  [dir="rtl"] .hero-slider .slick-arrow-right, [dir="rtl"]
  .hero-slider .slick-next {
    left: 25px;
    right: auto; }
  .hero-slider .slick-arrow-right:active, .hero-slider .slick-arrow-right:focus,
  .hero-slider .slick-next:active,
  .hero-slider .slick-next:focus {
    outline: none;
    box-shadow: none;
    border: 0; }

.hero-slider__overlaid-content.user-content h1,
.hero-slider__overlaid-content.user-content h2,
.hero-slider__underlaid-content.user-content h1,
.hero-slider__underlaid-content.user-content h2 {
  font-size: 4rem;
  letter-spacing: 0;
  margin-bottom: 0.5rem; }
.hero-slider__overlaid-content.user-content h1,
.hero-slider__overlaid-content.user-content h2,
.hero-slider__overlaid-content.user-content h3,
.hero-slider__overlaid-content.user-content h4,
.hero-slider__overlaid-content.user-content h5,
.hero-slider__underlaid-content.user-content h1,
.hero-slider__underlaid-content.user-content h2,
.hero-slider__underlaid-content.user-content h3,
.hero-slider__underlaid-content.user-content h4,
.hero-slider__underlaid-content.user-content h5 {
  padding: 0;
  color: white; }
.hero-slider__overlaid-content.user-content hr,
.hero-slider__underlaid-content.user-content hr {
  background: white;
  height: 1px;
  max-width: 40px;
  margin: 1em auto 2em; }
.hero-slider__overlaid-content.user-content p,
.hero-slider__underlaid-content.user-content p {
  font-size: 1.2rem; }

@media screen and (max-width: 1000px) {
  .hero-slider__overlaid-content.user-content h1,
  .hero-slider__overlaid-content.user-content h2, .hero-slider__underlaid-content.user-content h1,
  .hero-slider__underlaid-content.user-content h2 {
    font-size: 3rem; } }
.hero-slider__underlaid-content {
  display: none; }

@media screen and (max-width: 700px) {
  .hero-slider__overlaid-content {
    display: none; }

  .hero-slider__underlaid-content {
    display: block;
    color: #fff;
    background: #131A30; } }
.hero-slider__overlaid-content.user-content h1,
.hero-slider__overlaid-content.user-content h2,
.hero-slider__overlaid-content.user-content h3,
.hero-slider__overlaid-content.user-content h4,
.hero-slider__overlaid-content.user-content h5,
.hero-slider__overlaid-content.user-content h6 {
  color: white; }

.user-content a.underline-link {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: solid 1px; }

.user-content-red-link {
  color: #BF2823;
  font-style: normal; }

.step-by-step {
  padding-top: 2em;
  background: #E9E7D8; }

.step-by-step__title {
  text-transform: none;
  font-family: "greycliff_cfbold", sans-serif;
  letter-spacing: 0;
  margin-bottom: 0; }

.step-by-step__title__text {
  background: #E9E7D8;
  padding: 0 0.4em;
  position: relative;
  max-width: 600px;
  display: inline-block; }

.step-by-step__step__icon {
  width: 80%;
  max-width: 200px;
  margin: 0 auto;
  padding-bottom: 50%;
  margin-bottom: 2em;
  height: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.step-by-step__step__title {
  font-family: "greycliff_cfbold", sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  padding-bottom: 1em;
  color: #131A30; }
  .step-by-step__step__title:after {
    position: absolute;
    height: 2px;
    background: #BF2823;
    left: 0;
    width: 50px;
    bottom: 0.6em;
    content: "";
    display: block; }

.step-by-step__footer {
  text-align: center;
  padding-bottom: 2em;
  font-size: 1.333rem; }

.step-by-step__step {
  padding: 2em 0 3em; }

.faqs__wrapper {
  padding: 4.375rem;
  background: #E9E7D8; }
  @media screen and (max-width: 700px) {
    .faqs__wrapper {
      padding: 1.25rem 0; } }

.faqs__answer {
  break-inside: avoid-column;
  padding-bottom: 2em; }

.faqs__answer__title {
  font-family: "greycliff_cfbold", sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: #131A30;
  padding-bottom: 0.4em; }

@media screen and (min-width: 700px) {
  .faqs {
    columns: 2; } }
.quote-callout-wrapper {
  background-position: center center;
  position: relative; }
  .quote-callout-wrapper:before {
    content: '';
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%; }

.quote-callout {
  color: #fff;
  padding: 6rem 0;
  position: relative; }

.quote-callout__image {
  text-align: center; }

.quote-callout__quote {
  font-size: 1.25rem; }

.quote-callout__attribution {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  padding-top: 1em; }

.quote-callout__image {
  width: 25%;
  text-align: center;
  display: table-cell;
  vertical-align: middle; }

.quote-callout__main {
  padding-left: 2em;
  width: 75%;
  display: table-cell;
  vertical-align: middle; }

@media screen and (max-width: 700px) {
  .quote-callout__main, .quote-callout__image {
    box-sizing: border-box;
    width: 100%;
    display: block;
    padding: 1rem; } }
.quote-callout {
  max-width: 950px;
  margin: 0 auto; }

.callout-with-image {
  background: #F1F2F0;
  display: flex; }

.callout-with-image--light {
  background: #E9E7D8;
  color: #131A30; }

.callout-with-image--dark {
  background: #131A30;
  color: #fff; }

.callout-with-image__details {
  display: flex;
  align-items: center;
  max-width: calc((1800px / 2) - 20%);
  padding: 3rem;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  height: 100%; }
  .callout-with-image--left .callout-with-image__details {
    float: left; }

.callout-with-image__content .btn, .callout-with-image__content .menu-overlay__menu .menu-item--featured a, .menu-overlay__menu .menu-item--featured .callout-with-image__content a {
  margin-top: 1rem; }

@media screen and (max-width: 999px) {
  .callout-with-image__details__positioner {
    position: relative;
    transform: none;
    max-width: 100%;
    top: auto; } }

.callout-with-image__super-title {
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 1.2rem; }

.callout-with-image__title {
  position: relative;
  font-family: "greycliff_cfbold", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  color: inherit; }
  body.blog .callout-with-image__title {
    font-size: 2.2rem; }
  .callout-with-image__title:after {
    display: block;
    margin: 1.875rem 0;
    height: 1px;
    background: #131A30;
    width: 30px;
    content: ""; }

.callout-with-image--dark .callout-with-image__title:after {
  background: #fff; }

.callout-with-image__link {
  display: table-cell;
  vertical-align: middle;
  height: 80px; }

.callout-with-image__image {
  /*  We can't just make this 100% width as we need to overflow into the gutter. */
  min-height: 300px;
  height: 100%;
  min-width: 100%;
  width: auto;
  display: flex;
  margin: 0 -20px;
  background-size: cover;
  background-position: center center; }

.component-wrapper + .component-wrapper,
.component-wrapper + .footer {
  margin-top: 1.25em; }

.callout-with-image--overlay-left,
.callout-with-image--overlay-right {
  position: relative;
  display: block;
  overflow: hidden; }
  .callout-with-image--overlay-left .callout-with-image__details-wrapper,
  .callout-with-image--overlay-right .callout-with-image__details-wrapper {
    position: relative;
    float: left;
    width: 50%;
    background: linear-gradient(to left, transparent 0%, transparent 13em, rgba(0, 0, 0, 0.8) 13em, rgba(0, 0, 0, 0.8) 100%); }
  .callout-with-image--overlay-left .callout-with-image__details,
  .callout-with-image--overlay-right .callout-with-image__details {
    max-width: 900px;
    padding-right: 15em; }
  .callout-with-image--overlay-left .callout-with-image__image,
  .callout-with-image--overlay-right .callout-with-image__image {
    position: absolute;
    width: 100%;
    margin: 0;
    display: block; }

.callout-with-image--light.callout-with-image--overlay-left .callout-with-image__details-wrapper,
.callout-with-image--light.callout-with-image--overlay-right .callout-with-image__details-wrapper {
  background: linear-gradient(to left, transparent 0%, transparent 13em, rgba(255, 255, 255, 0.8) 13em, rgba(255, 255, 255, 0.8) 100%); }

.callout-with-image--overlay-right .callout-with-image__details-wrapper {
  float: right;
  background: linear-gradient(to right, transparent 0%, transparent 13em, rgba(0, 0, 0, 0.8) 13em, rgba(0, 0, 0, 0.8) 100%); }
.callout-with-image--overlay-right .callout-with-image__details {
  max-width: 900px;
  padding-left: 15em;
  padding-right: 20px;
  float: left; }

.callout-with-image--light.callout-with-image--overlay-right .callout-with-image__details-wrapper {
  background: linear-gradient(to right, transparent 0%, transparent 13em, rgba(255, 255, 255, 0.8) 13em, rgba(255, 255, 255, 0.8) 100%); }

@media screen and (max-width: 1800px) {
  .callout-with-image__details {
    max-width: 100%;
    float: none; }

  .callout-with-image--overlay-left .callout-with-image__details-wrapper,
  .callout-with-image--overlay-right .callout-with-image__details-wrapper {
    width: 40%;
    padding-right: 20px;
    background: rgba(0, 0, 0, 0.8); }
  .callout-with-image--overlay-left .callout-with-image__details,
  .callout-with-image--overlay-right .callout-with-image__details {
    padding: 2em 20px; }

  .callout-with-image--light.callout-with-image--overlay-left .callout-with-image__details-wrapper,
  .callout-with-image--light.callout-with-image--overlay-right .callout-with-image__details-wrapper {
    background: rgba(255, 255, 255, 0.8); } }
@media screen and (max-width: 999px) {
  .callout-with-image,
  .callout-with-image__image {
    display: block; }

  .callout-with-image__image {
    margin: 0 -20px; } }
@media screen and (max-width: 699px) {
  .callout-with-image__details {
    padding: 1rem 0rem; }

  .callout-with-image__title {
    font-size: 3rem; }

  .callout-with-image__super-title {
    font-size: 1rem; }

  .callout-with-image--overlay-left .callout-with-image__details-wrapper,
  .callout-with-image--overlay-right .callout-with-image__details-wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px; }
  .callout-with-image--overlay-left .callout-with-image__details,
  .callout-with-image--overlay-right .callout-with-image__details {
    padding: 2em 20px; } }
.callout-with-image__details,
.callout-with-image--left .callout-with-image__details {
  float: none; }

.callout-with-image {
  min-height: 550px; }
  @media screen and (max-width: 999px) {
    .callout-with-image {
      min-height: auto; } }

.callout-with-image--overlay-left,
.callout-with-image--overlay-right {
  display: flex;
  min-height: 700px; }
  @media screen and (max-width: 999px) {
    .callout-with-image--overlay-left,
    .callout-with-image--overlay-right {
      min-height: auto; } }

.callout-with-image--overlay-left .callout-with-image__details-wrapper,
.callout-with-image--overlay-right .callout-with-image__details-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  float: none; }
  @media screen and (max-width: 999px) {
    .callout-with-image--overlay-left .callout-with-image__details-wrapper,
    .callout-with-image--overlay-right .callout-with-image__details-wrapper {
      position: relative;
      width: 100%; } }

.callout-with-image--overlay-right .callout-with-image__details-wrapper {
  right: 0;
  background: rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 999px) {
    .callout-with-image--overlay-right .callout-with-image__details-wrapper {
      background: rgba(0, 0, 0, 0.6); } }

.callout-with-image--overlay-left .callout-with-image__details-wrapper {
  background: rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 999px) {
    .callout-with-image--overlay-left .callout-with-image__details-wrapper {
      background: rgba(0, 0, 0, 0.6); } }

.callout-with-image--overlay-right .callout-with-image__details {
  padding-left: 15em;
  padding-right: initial;
  float: none; }

.callout-with-image--overlay-left .callout-with-image__details,
.callout-with-image--overlay-right .callout-with-image__details {
  padding: 4.375rem; }
  @media screen and (max-width: 699px) {
    .callout-with-image--overlay-left .callout-with-image__details,
    .callout-with-image--overlay-right .callout-with-image__details {
      padding: 1rem 0rem; } }

.callout-with-image__button {
  padding-top: 3rem; }
  @media screen and (max-width: 699px) {
    .callout-with-image__button {
      padding-top: 1rem; } }

.callout-with-image--latest-news {
  margin-bottom: 2em;
  min-height: 150px; }

.latest-news-container {
  padding-top: 2em; }

.callout-wrapper {
  color: #fff;
  padding: 3em 0;
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: center center; }
  .callout-wrapper::before {
    position: absolute;
    background-color: rgba(19, 26, 48, 0.85);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .callout-wrapper .container {
    position: relative;
    z-index: 1; }

.callout__title {
  color: #fff;
  padding: 0 0 0.4em;
  font-size: 3rem;
  text-transform: uppercase; }

.callout__quote h3 {
  color: white; }
.callout__quote table {
  border-color: white; }
  .callout__quote table tr:nth-child(even) {
    background-color: transparent; }
  .callout__quote table td, .callout__quote table tr {
    border-color: white; }

.menu-overlay--overflow .menu-item-has-children {
  padding-right: 1em; }
.menu-overlay--overflow .menu-handle__expand {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  top: 0.6em;
  cursor: pointer; }
  .menu-overlay--overflow .menu-handle__expand:after {
    border: 0.4em solid transparent;
    content: "";
    display: block;
    height: 0;
    width: 0;
    pointer-events: none;
    border-top: 0.5em solid #BF2823; }
.menu-overlay--overflow .show-sub-menu .menu-handle__expand {
  top: 0.2em; }
  .menu-overlay--overflow .show-sub-menu .menu-handle__expand:after {
    border-top: 0.4em solid transparent;
    border-bottom: 0.5em solid #BF2823; }

@media screen and (max-width: 1000px) {
  .callout-with-image--latest-news .callout-with-image__image {
    display: none;
    background: none !important; }
  .callout-with-image--latest-news .callout-with-image__details {
    display: block;
    height: auto; } }

.index-titles-a {
  padding-bottom: 2em; }

.upload-form {
  width: 100%;
  max-width: 900px;
  margin: auto; }
  .upload-form p {
    text-align: center;
    font-weight: normal;
    text-transform: none; }
  .upload-form input[type="submit"] {
    display: block;
    margin: auto;
    border-radius: 20px; }

.upload-form__input, input, textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 0.8rem;
  display: block;
  margin-bottom: 1.5rem;
  border: 1px solid transparent;
  outline: none;
  background-color: #F1F2F0; }
  .upload-form__input:focus, input:focus, textarea:focus {
    border: 1px solid #BF2823; }

input[type="checkbox"] {
  width: auto;
  display: inline-block; }

.upload-form__upload {
  display: block;
  margin: 1.5rem auto;
  font-weight: normal;
  width: 100%;
  max-width: 300px; }

.upload-form__label, label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase; }

.label--inline {
  display: inline; }

.upload-form__subheading {
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold; }

.upload-form__terms {
  padding: 2rem 0;
  text-align: center; }

@media screen and (max-width: 860px) {
  div.schools table {
    border: none;
    margin-bottom: 0; }
    div.schools table td {
      display: block;
      width: 100% !important;
      padding: 1rem;
      border-bottom: 1px solid #aaa;
      border-right: none;
      border-left: none; }
      div.schools table td:last-child {
        border-bottom: none; }
      div.schools table td h1 {
        font-size: 1.2rem; }
	  div.schools table td h4 {
        font-size: 1rem; }
	  div.schools table td h5 {
        font-size: 0.8rem; }
    div.schools table tr {
      border: none; }
      div.schools table tr:nth-child(even) {
        background-color: transparent; }

	  div.volLead table {
    border: none;
    margin-bottom: 0; }
    div.volLead table td {
      display: block;
      width: 100% !important;
      padding: 1rem;
      border: none; }
    div.volLead table tr {
		border:none;
	background-color: transparent;}

  .ui-tabs .ui-tabs-panel {
    box-sizing: border-box; } }
div.schools h1 {
  font-size: 1.4rem; }
div.schools h4 {
  font-size: 1.2rem; }
div.schools h5 {
  font-size: 0.9rem; }

div.volLead h1 {
  font-size: 1.4rem; }
div.volLead img {
  width:90%;
  max-width:400px;}
div.volLead h5 {
  font-size: 0.9rem; }

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

/* ADDED BY RYAN */

.wpostahs-slider-design-2 button {
	min-width: 0px !important;
}

.wpostahs-slider-design-2 h2 {
	color:white !important;
}

.slick-slide img {
max-width: 80% !important;
max-height: 600px !important;
}

.charity-classic p, .volunteer-portal p {
	text-align: justify;
}

.ccsponsors table {
	width: 100%;
	float: center;
	background-color: rgba(255,255,255,0.75) !important;
	border:none !important;
}

.ccsponsors th {
	border:none !important;
	background-color: rgba(255,255,255,0.75) !important;
	text-align: center;
}

.ccsponsors tr {
	border:none !important;
	background-color: rgba(255,255,255,0.75) !important;
}

.ccsponsors td {
	text-align: center;
	align: center;
	vertical-align: middle;
	height: 200px;
	border:none !important;
	background-color: rgba(255,255,255,0.75) !important;
}

.ccsponsors h5 {
	font-size: 2em;
	font-weight: bold;
}

.tty-table table {
	width: 100%;
	display: inline-block;
	margin-top:12px;
	padding-bottom:24px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 2px solid black;
	background-color: rgba(0,0,0,0) !important;
}

.tty-table tr {
	border:none !important;
	background-color: rgba(0,0,0,0) !important;
}

.tty-table td {
	text-align: center;
	padding: 4px;
	margin: 0;
	border:none !important;
	background-color: rgba(0,0,0,0) !important;
}

.tty-table h4 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.tty-table p {
	margin: 0 0 1em 0;
}

.tty-table img {
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.tty-ps img {
	max-width: 300px !important;
}

.ccfaq {
	text-align: justify;
}

.ccfaq a:hover {
	opacity: 1;
}

.ccfaq h3 {
	padding-top: 1em !important;
	padding-bottom:0 !important;
}

.ccfaq p {
	margin: 0;
}

.ccfaq ul,ol {
	margin: 12px 0 12px 24px;
}

.ccfaq img {
	max-width: 70%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.JJcontact {
	 margin-bottom: 1em;
}

.JJcontact h4 {
	text-align: left; 
}

.JJcontact p {
	text-align: justify; 
}

.statistics__stat {
	margin-left: auto;
	margin-right: auto;
}

#post-565 {
	background-color:#08264d;
}

.latest-news-container .callout-with-image__super-title {
	display: none;
}

.hr-oyl img {
	width: 100%;
	max-width: 1080px;
	margin: -24px auto 0 auto;
	padding: 0;
}

.hr-oyl h1 {
	font-size: 4vmin;
	white-space: nowrap;
	color: white;
	margin-bottom: 2rem !important;
}

.wpcf7-recaptcha > div {
    margin: 0 auto 20px auto;
}

.voltab h4 {
	margin-top: 24px;
}

.voltab p {
	text-align: justify;
	text-align-last: center;
	font-size: 14px;
}

.voltab span {
	color: red;
}

.voltab a {
	color:red;
	padding: 7px;
	border-radius: 3px;
}

.voltab a:hover {
	background-color: red;
	color:#fff;
}

.voltab > ul {
	text-align:left;
	margin:0 0 16px 0;
	padding: 0 0 16px 0;
	list-style-position: inside !important;
	display: inline-block;
}

.voltab ul li {
	list-style-type: none !important;
	text-align:center;
	font-size: 14px;
	margin: 2px;
	padding: 0;
}

.voltab ul li:before {        
    content:'\2022';
    margin-right:5px;    
    vertical-align:middle;
    font-size:1em;
    line-height:0;
}

.voltab {
	width:100%;
	max-width:640px;
	margin: 0 auto 16px;
}

.mejs-controls {
  display: none !important;
  visibility: hidden !important;
  }

.wp-video{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}