@charset "UTF-8";
/*-----------------------------------------------------------------------------
  Table of Contents
  - Vendor
  - Globals
  - Plugins
  - Pages
  - Parts
  - Components
-----------------------------------------------------------------------------*/
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding 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 */ }

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

/*----------------------------------------------------------------------------
  Variables
----------------------------------------------------------------------------*/
/*
* Ginger
* A minimal flexbox grid system named after a cute dog.
* Written by Eric Stout (@erwstout)
* http://ericwstout.com
*/
.container {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  margin: 0 auto; }
  .container--wrap {
    flex-wrap: wrap; }
  .container--direction-row {
    flex-direction: row; }
  .container--justify-content-center {
    justify-content: center; }
  .container--justify-content-end {
    justify-content: flex-end; }
  .container--justify-content-space-between {
    justify-content: space-between; }
  .container--justify-content-space-around {
    justify-content: space-around; }
  .container--align-items-start {
    align-items: flex-start; }
  .container--align-items-end {
    align-items: flex-end; }
  .container--align-items-baseline {
    align-items: baseline; }
  .container--align-items-stretch {
    align-items: stretch; }
  .container--align-content-center {
    align-content: center; }
  .container--align-content-end {
    align-content: flex-end; }
  .container--align-content-space-between {
    align-content: space-between; }
  .container--align-content-space-around {
    align-content: space-around; }
  .container--align-content-stretch {
    align-content: stretch; }

.row {
  flex: 0 1 auto;
  width: 100%;
  max-width: 75rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start; }
  .row--full-width {
    max-width: 100%; }
  .row--no-wrap {
    flex-wrap: nowrap; }
  .row--reverse {
    flex-direction: row-reverse; }
  .row--justify-content-center {
    justify-content: center; }
  .row--justify-content-start {
    justify-content: flex-start; }
  .row--justify-content-end {
    justify-content: flex-end; }
  .row--justify-content-space-around {
    justify-content: space-around; }
  .row--align-items-start {
    align-items: flex-start; }
  .row--align-items-center {
    align-items: center; }
  .row--align-items-end {
    align-items: flex-end; }
  .row--align-items-baseline {
    align-items: baseline; }
  .row--align-items-stretch {
    align-items: stretch; }
  .row--align-content-center {
    align-content: center; }
  .row--align-content-end {
    align-content: flex-end; }
  .row--align-content-space-between {
    align-content: space-between; }
  .row--align-content-space-around {
    align-content: space-around; }
  .row--align-content-stretch {
    align-content: stretch; }

*[class*="col-"],
*[class*="sm-col-"],
*[class*="md-col-"],
*[class*="flex-basis-"],
.col {
  flex: 0 1 auto;
  position: relative;
  box-sizing: border-box;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  min-width: 0; }

.col-1 {
  flex-basis: 8.33333%; }

.col-2 {
  flex-basis: 16.66667%; }

.col-3 {
  flex-basis: 25.0%; }

.col-4 {
  flex-basis: 33.33333%; }

.col-5 {
  flex-basis: 41.66666%; }

.col-6 {
  flex-basis: 50.0%; }

.col-7 {
  flex-basis: 58.33333%; }

.col-8 {
  flex-basis: 66.66666%; }

.col-9 {
  flex-basis: 75.0%; }

.col-10 {
  flex-basis: 83.33333%; }

.col-11 {
  flex-basis: 91.66666%; }

.col-12 {
  flex-basis: 100.0%; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .col-1 {
    width: 8.33333%;
    flex-basis: auto; }
  .col-2 {
    width: 16.66667%;
    flex-basis: auto; }
  .col-3 {
    width: 25.0%;
    flex-basis: auto; }
  .col-4 {
    width: 33.33333%;
    flex-basis: auto; }
  .col-5 {
    width: 41.66666%;
    flex-basis: auto; }
  .col-6 {
    width: 50.0%;
    flex-basis: auto; }
  .col-7 {
    width: 58.33333%;
    flex-basis: auto; }
  .col-8 {
    width: 66.66666%;
    flex-basis: auto; }
  .col-9 {
    width: 75.0%;
    flex-basis: auto; }
  .col-10 {
    width: 83.33333%;
    flex-basis: auto; }
  .col-11 {
    width: 91.66666%;
    flex-basis: auto; }
  .col-12 {
    width: 100.0%;
    flex-basis: auto; } }

.col-grow {
  flex: 1 1 100.0%; }

.col-no-pad {
  padding-left: 0;
  padding-right: 0; }

@media screen and (max-width: 64em) {
  .md-col-1 {
    flex-basis: 8.33333%; }
  .md-col-2 {
    flex-basis: 16.66667%; }
  .md-col-3 {
    flex-basis: 25.0%; }
  .md-col-4 {
    flex-basis: 33.33333%; }
  .md-col-5 {
    flex-basis: 41.66666%; }
  .md-col-6 {
    flex-basis: 50.0%; }
  .md-col-7 {
    flex-basis: 58.33333%; }
  .md-col-8 {
    flex-basis: 66.66666%; }
  .md-col-9 {
    flex-basis: 75.0%; }
  .md-col-10 {
    flex-basis: 83.33333%; }
  .md-col-11 {
    flex-basis: 91.66666%; }
  .md-col-12 {
    flex-basis: 100.0%; }
  .md-col-no-pad {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 64em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .md-col-1 {
    width: 8.33333%;
    flex-basis: auto; }
  .md-col-2 {
    width: 16.66667%;
    flex-basis: auto; }
  .md-col-3 {
    width: 25.0%;
    flex-basis: auto; }
  .md-col-4 {
    width: 33.33333%;
    flex-basis: auto; }
  .md-col-5 {
    width: 41.66666%;
    flex-basis: auto; }
  .md-col-6 {
    width: 50.0%;
    flex-basis: auto; }
  .md-col-7 {
    width: 58.33333%;
    flex-basis: auto; }
  .md-col-8 {
    width: 66.66666%;
    flex-basis: auto; }
  .md-col-9 {
    width: 75.0%;
    flex-basis: auto; }
  .md-col-10 {
    width: 83.33333%;
    flex-basis: auto; }
  .md-col-11 {
    width: 91.66666%;
    flex-basis: auto; }
  .md-col-12 {
    width: 100.0%;
    flex-basis: auto; } }

@media screen and (max-width: 47.9375em) {
  *[class*="col-"] {
    flex: 1 1 100.0%;
    flex-basis: 100%; }
  .sm-col-1 {
    flex-basis: 8.33333%;
    flex-grow: 0; }
  .sm-col-2 {
    flex-basis: 16.66667%;
    flex-grow: 0; }
  .sm-col-3 {
    flex-basis: 25.0%;
    flex-grow: 0; }
  .sm-col-4 {
    flex-basis: 33.33333%;
    flex-grow: 0; }
  .sm-col-5 {
    flex-basis: 41.66666%;
    flex-grow: 0; }
  .sm-col-6 {
    flex-basis: 50.0%;
    flex-grow: 0; }
  .sm-col-7 {
    flex-basis: 58.33333%;
    flex-grow: 0; }
  .sm-col-8 {
    flex-basis: 66.66666%;
    flex-grow: 0; }
  .sm-col-9 {
    flex-basis: 75.0%;
    flex-grow: 0; }
  .sm-col-10 {
    flex-basis: 83.33333%;
    flex-grow: 0; }
  .sm-col-11 {
    flex-basis: 91.66666%;
    flex-grow: 0; }
  .sm-col-12 {
    flex-basis: 100.0%;
    flex-grow: 0; }
  .sm-col-no-pad {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 47.9375em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sm-col-1 {
    width: 8.33333%;
    flex-basis: auto; }
  .sm-col-2 {
    width: 16.66667%;
    flex-basis: auto; }
  .sm-col-3 {
    width: 25.0%;
    flex-basis: auto; }
  .sm-col-4 {
    width: 33.33333%;
    flex-basis: auto; }
  .sm-col-5 {
    width: 41.66666%;
    flex-basis: auto; }
  .sm-col-6 {
    width: 50.0%;
    flex-basis: auto; }
  .sm-col-7 {
    width: 58.33333%;
    flex-basis: auto; }
  .sm-col-8 {
    width: 66.66666%;
    flex-basis: auto; }
  .sm-col-9 {
    width: 75.0%;
    flex-basis: auto; }
  .sm-col-10 {
    width: 83.33333%;
    flex-basis: auto; }
  .sm-col-11 {
    width: 91.66666%;
    flex-basis: auto; }
  .sm-col-12 {
    width: 100.0%;
    flex-basis: auto; } }

@media screen and (min-width: 48em) {
  .offset-1 {
    margin-left: 8.33333%; }
  .offset-2 {
    margin-left: 16.66667%; }
  .offset-3 {
    margin-left: 25.0%; }
  .offset-4 {
    margin-left: 33.33333%; }
  .offset-5 {
    margin-left: 41.66666%; }
  .offset-6 {
    margin-left: 50.0%; }
  .offset-7 {
    margin-left: 58.33333%; }
  .offset-8 {
    margin-left: 66.66666%; }
  .offset-9 {
    margin-left: 75.0%; }
  .offset-10 {
    margin-left: 83.33333%; }
  .offset-11 {
    margin-left: 91.66666%; } }

.block-grid--justify-content-center {
  justify-content: center; }

.block-grid--justify-content-start {
  justify-content: flex-start; }

.block-grid--justify-content-space-around {
  justify-content: space-around; }

.block-grid--justify-content-end {
  justify-content: flex-end; }

.block-grid-1 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .block-grid-1 .col {
    flex-basis: 100%; }

.block-grid-2 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .block-grid-2 .col {
    flex-basis: 50%; }

.block-grid-3 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .block-grid-3 .col {
    flex-basis: 33.33333%; }

.block-grid-4 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .block-grid-4 .col {
    flex-basis: 25%; }

.block-grid-5 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .block-grid-5 .col {
    flex-basis: 20%; }

.block-grid-6 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .block-grid-6 .col {
    flex-basis: 16.66667%; }

.block-grid-7 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .block-grid-7 .col {
    flex-basis: 14.28571%; }

.block-grid-8 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .block-grid-8 .col {
    flex-basis: 12.5%; }

.block-grid-9 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .block-grid-9 .col {
    flex-basis: 11.11111%; }

.block-grid-10 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .block-grid-10 .col {
    flex-basis: 10%; }

.block-grid-11 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .block-grid-11 .col {
    flex-basis: 9.09091%; }

.block-grid-12 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .block-grid-12 .col {
    flex-basis: 8.33333%; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .block-grid-1 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .block-grid-1 .col {
      width: 100%;
      flex-basis: auto; }
  .block-grid-2 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .block-grid-2 .col {
      width: 50%;
      flex-basis: auto; }
  .block-grid-3 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .block-grid-3 .col {
      width: 33.33333%;
      flex-basis: auto; }
  .block-grid-4 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .block-grid-4 .col {
      width: 25%;
      flex-basis: auto; }
  .block-grid-5 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .block-grid-5 .col {
      width: 20%;
      flex-basis: auto; }
  .block-grid-6 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .block-grid-6 .col {
      width: 16.66667%;
      flex-basis: auto; }
  .block-grid-7 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .block-grid-7 .col {
      width: 14.28571%;
      flex-basis: auto; }
  .block-grid-8 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .block-grid-8 .col {
      width: 12.5%;
      flex-basis: auto; }
  .block-grid-9 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .block-grid-9 .col {
      width: 11.11111%;
      flex-basis: auto; }
  .block-grid-10 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .block-grid-10 .col {
      width: 10%;
      flex-basis: auto; }
  .block-grid-11 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .block-grid-11 .col {
      width: 9.09091%;
      flex-basis: auto; }
  .block-grid-12 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .block-grid-12 .col {
      width: 8.33333%;
      flex-basis: auto; } }

@media screen and (max-width: 64em) {
  .md-block-grid-1 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-1 .col {
      flex-basis: 100%; }
  .md-block-grid-2 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-2 .col {
      flex-basis: 50%; }
  .md-block-grid-3 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-3 .col {
      flex-basis: 33.33333%; }
  .md-block-grid-4 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-4 .col {
      flex-basis: 25%; }
  .md-block-grid-5 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-5 .col {
      flex-basis: 20%; }
  .md-block-grid-6 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-6 .col {
      flex-basis: 16.66667%; }
  .md-block-grid-7 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-7 .col {
      flex-basis: 14.28571%; }
  .md-block-grid-8 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-8 .col {
      flex-basis: 12.5%; }
  .md-block-grid-9 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-9 .col {
      flex-basis: 11.11111%; }
  .md-block-grid-10 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-10 .col {
      flex-basis: 10%; }
  .md-block-grid-11 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-11 .col {
      flex-basis: 9.09091%; }
  .md-block-grid-12 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-12 .col {
      flex-basis: 8.33333%; } }

@media screen and (max-width: 64em) and (-ms-high-contrast: active) {
  .md-block-grid-1 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-1 .col {
      width: 100%;
      flex-basis: auto; }
  .md-block-grid-2 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-2 .col {
      width: 50%;
      flex-basis: auto; }
  .md-block-grid-3 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-3 .col {
      width: 33.33333%;
      flex-basis: auto; }
  .md-block-grid-4 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-4 .col {
      width: 25%;
      flex-basis: auto; }
  .md-block-grid-5 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-5 .col {
      width: 20%;
      flex-basis: auto; }
  .md-block-grid-6 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-6 .col {
      width: 16.66667%;
      flex-basis: auto; }
  .md-block-grid-7 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-7 .col {
      width: 14.28571%;
      flex-basis: auto; }
  .md-block-grid-8 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-8 .col {
      width: 12.5%;
      flex-basis: auto; }
  .md-block-grid-9 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-9 .col {
      width: 11.11111%;
      flex-basis: auto; }
  .md-block-grid-10 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-10 .col {
      width: 10%;
      flex-basis: auto; }
  .md-block-grid-11 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-11 .col {
      width: 9.09091%;
      flex-basis: auto; }
  .md-block-grid-12 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .md-block-grid-12 .col {
      width: 8.33333%;
      flex-basis: auto; } }

@media screen and (max-width: 47.9375em) {
  .sm-block-grid-1 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-1 .col {
      flex-basis: 100%; }
  .sm-block-grid-2 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-2 .col {
      flex-basis: 50%; }
  .sm-block-grid-3 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-3 .col {
      flex-basis: 33.33333%; }
  .sm-block-grid-4 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-4 .col {
      flex-basis: 25%; }
  .sm-block-grid-5 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-5 .col {
      flex-basis: 20%; }
  .sm-block-grid-6 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-6 .col {
      flex-basis: 16.66667%; }
  .sm-block-grid-7 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-7 .col {
      flex-basis: 14.28571%; }
  .sm-block-grid-8 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-8 .col {
      flex-basis: 12.5%; }
  .sm-block-grid-9 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-9 .col {
      flex-basis: 11.11111%; }
  .sm-block-grid-10 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-10 .col {
      flex-basis: 10%; }
  .sm-block-grid-11 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-11 .col {
      flex-basis: 9.09091%; }
  .sm-block-grid-12 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-12 .col {
      flex-basis: 8.33333%; } }

@media screen and (max-width: 47.9375em) and (-ms-high-contrast: active) {
  .sm-block-grid-1 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-1 .col {
      width: 100%;
      flex-basis: auto; }
  .sm-block-grid-2 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-2 .col {
      width: 50%;
      flex-basis: auto; }
  .sm-block-grid-3 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-3 .col {
      width: 33.33333%;
      flex-basis: auto; }
  .sm-block-grid-4 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-4 .col {
      width: 25%;
      flex-basis: auto; }
  .sm-block-grid-5 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-5 .col {
      width: 20%;
      flex-basis: auto; }
  .sm-block-grid-6 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-6 .col {
      width: 16.66667%;
      flex-basis: auto; }
  .sm-block-grid-7 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-7 .col {
      width: 14.28571%;
      flex-basis: auto; }
  .sm-block-grid-8 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-8 .col {
      width: 12.5%;
      flex-basis: auto; }
  .sm-block-grid-9 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-9 .col {
      width: 11.11111%;
      flex-basis: auto; }
  .sm-block-grid-10 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-10 .col {
      width: 10%;
      flex-basis: auto; }
  .sm-block-grid-11 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-11 .col {
      width: 9.09091%;
      flex-basis: auto; }
  .sm-block-grid-12 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sm-block-grid-12 .col {
      width: 8.33333%;
      flex-basis: auto; } }

.hide {
  display: none !important; }

.sm-only {
  display: none !important; }

.md-only {
  display: none !important; }

.lg-only {
  display: flex !important; }
  .lg-only--block {
    display: block !important; }
  .lg-only--inline-block {
    display: inline-block !important; }
  .lg-only--inline-flex {
    display: inline-flex !important; }

@media screen and (min-width: 47.9375em) and (max-width: 64em) {
  .sm-only {
    display: none !important; }
  .md-only {
    display: flex !important; }
    .md-only--block {
      display: block !important; }
    .md-only--inline-block {
      display: inline-block !important; }
    .md-only--inline-flex {
      display: inline-flex !important; }
  .lg-only {
    display: none !important; }
  .md-hide {
    display: none !important; }
  .md-hide-down {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .sm-only {
    display: flex !important; }
    .sm-only--block {
      display: block !important; }
    .sm-only--inline-block {
      display: inline-block !important; }
    .sm-only--inline-flex {
      display: inline-flex !important; }
  .md-only {
    display: none !important; }
  .md-hide-down {
    display: none !important; }
  .lg-only {
    display: none !important; }
  .sm-hide {
    display: none !important; } }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.col-centered {
  margin: 0 auto; }

.col-right {
  margin: 0 0 0 auto; }

.stretch {
  align-self: stretch; }

@media screen and (max-width: 64em) {
  .md-text-left {
    text-align: left; }
  .md-text-center {
    text-align: center; }
  .md-text-right {
    text-align: right; }
  .md-col-center {
    margin: 0 auto; } }

@media screen and (max-width: 47.9375em) {
  .sm-text-left {
    text-align: left; }
  .sm-text-center {
    text-align: center; }
  .sm-text-right {
    text-align: right; }
  .sm-col-center,
  .sm-col-centered {
    margin: 0 auto; } }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("ajax-loader.ac95c592.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  bottom: 25%;
  display: block;
  height: 44px;
  width: 44px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 99; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 47.9375em) {
    .slick-prev,
    .slick-next {
      bottom: 35%; } }

.slick-prev {
  left: 2%; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: 2%; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* 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: "Font Awesome 5 Pro";
        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; }

/* 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;
  margin-left: auto;
  margin-right: auto; }
  .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; }

/*------------------------------------------------------------------------------
  Global Styles
------------------------------------------------------------------------------*/
/* Set box sizing to elimate math in the padding */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  border: 0; }

html,
html a {
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

body {
  font: 100%/1.25 arial, helvetica, sans-serif;
  min-height: 100%; }

p:empty {
  display: none !important; }

table {
  margin: 0 0 18px; }

/* keep images from spilling out of columns */
img {
  max-width: 100%;
  height: auto; }

.flex-video {
  position: relative;
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.buttons {
  width: calc(100% + 10px);
  margin-left: -0.3125rem; }

/*------------------------------------------------------------------------------
  WordPress CSS - https://codex.wordpress.org/CSS#WordPress_Generated_Classes
------------------------------------------------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*------------------------------------------------------------------------------
  Typography
------------------------------------------------------------------------------*/
h1 {
  margin: 0 0 1.875rem;
  font: 700 3.125rem/1.14 "Cambay", sans-serif;
  color: #fff;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.8); }

h2 {
  margin: 0 0 1.25rem;
  font: 400 2.1875rem/1.06 "Cambay", sans-serif;
  color: #55565a; }

h3 {
  margin: 0 0 1.25rem;
  font: 400 1.875rem/1.23 "Cambay", sans-serif;
  color: #d8272d; }

h4 {
  margin: 0 0 1.25rem;
  font: 400 1.5625rem/1.2 "Cambay", sans-serif;
  color: #fff; }

h5 {
  margin: 0 0 0.625rem;
  font: 400 1.3125rem/1.19 "Cambay", sans-serif;
  color: #f9a11b; }

h6 {
  margin: 0 0 0.625rem;
  font: 400 1.0625rem/1.18 "Hind", sans-serif;
  color: #55565a;
  text-transform: uppercase; }

p, ol, ul, li {
  margin: 0 0 1.5625rem;
  font: 300 1.25rem/1.4 "Hind", sans-serif;
  color: #55565a; }

a {
  font: 700 1.25rem/1.5 "Hind", sans-serif;
  color: #f9a11b;
  text-decoration: underline;
  transition: all .4s ease; }
  a:hover {
    text-decoration: none; }

hr {
  display: inline-block;
  width: 9.0625rem;
  margin: 0 0 0.625rem;
  border: none; }
  hr.yellow {
    border-bottom: 0.0625rem solid #f9a11b; }
  hr.red {
    border-bottom: 0.0625rem solid #d8272d; }

.staff-name {
  margin: 0 0 0.3125rem;
  font: 600 1.25rem/1 "Hind", sans-serif;
  color: #55565a;
  transition: all .4s ease; }

.staff-title {
  margin: 0 0 1.25rem;
  font: 400 0.9375rem/1.33 "Hind", sans-serif;
  color: #55565a; }

.goal-headline {
  margin: 0 0 1.5625rem;
  font: 400 1.125rem/1.22 "Cambay", sans-serif;
  color: #55565a; }

.work-headline {
  margin: 0 0 0.625rem;
  font: 400 1.6875rem/1.11 "Cambay", sans-serif;
  color: #55565a; }

.split-headline {
  font: 400 2.8125rem/1.04 "Cambay", sans-serif;
  color: #55565a;
  text-transform: uppercase;
  letter-spacing: -.04em; }

strong {
  font-weight: 700; }

small {
  font: 400 1.0625rem/1.41 "Hind", sans-serif;
  color: #55565a; }

span.big {
  font-size: 4.625rem !important;
  font-weight: 700 !important; }

span.yellow {
  color: #f9a11b !important; }

span.red {
  color: #d8272d !important; }

.lines-headline {
  margin-bottom: 3.75rem !important;
  padding: 0.625rem 0 0.3125rem;
  border-top: 0.15625rem solid #f9a11b;
  border-bottom: 0.15625rem solid #f9a11b;
  color: #55565a; }

.factor1 {
  font: 700 0.9375rem/1 "Helvetica", sans-serif;
  color: #fff;
  letter-spacing: -.1em;
  text-decoration: none; }
  .factor1:hover {
    color: #f9a11b; }

@media screen and (max-width: 47.9375em) {
  h1 {
    font-size: 1.875rem; }
  h2 {
    font-size: 1.5625rem; }
  h3 {
    font-size: 1.4375rem; }
  h4 {
    font-size: 1.25rem; }
  h5 {
    font-size: 1.125rem; }
  p, ol, ul, li {
    font-size: 1.0625rem; }
  a {
    font-size: 1.0625rem; }
  .lines-headline {
    font-size: 1.1875rem; }
  __headline {
    margin-bottom: 1.875rem !important; } }

/*------------------------------------------------------------------------------
  Nav Menus
------------------------------------------------------------------------------*/
nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none; }

nav li {
  position: relative;
  margin: 0;
  padding: 0; }

nav a {
  display: block;
  width: 100%;
  text-decoration: none; }

.nav--utility > ul > li + li {
  margin-left: 2.5rem; }

.nav--utility a {
  padding: 0.3125rem 0;
  font: 400 0.875rem/1 "Cambay", sans-serif;
  color: #a6a8ab; }
  .nav--utility a:hover {
    color: #f9a11b; }

.nav--primary {
  margin-left: 1.875rem;
  margin-right: 0.625rem; }
  .nav--primary > ul {
    justify-content: flex-end; }
    .nav--primary > ul > li + li {
      margin-left: 2.5rem; }
  .nav--primary a {
    padding: 0.3125rem 0;
    font: 700 0.9375rem/1 "Cambay", sans-serif;
    color: #55565a;
    text-transform: uppercase; }
    .nav--primary a:hover {
      color: #f9a11b; }
  .nav--primary .nav-button {
    padding: 0; }
    .nav--primary .nav-button a {
      position: relative;
      display: inline-block;
      margin: 0.3125rem;
      padding: 0.625rem 1.875rem;
      border-radius: 6.25rem;
      border: 0.125rem solid #d8272d;
      background-color: #fff;
      font: italic 400 1.0625rem/1 "Overlock", cursive;
      color: #d8272d;
      text-align: center;
      text-transform: none;
      text-decoration: none;
      -webkit-appearance: none;
      outline: none;
      transition: all .4s ease;
      padding: 0.375rem 0.9375rem;
      font-size: 1rem;
      text-transform: none; }
      .nav--primary .nav-button a:after {
        position: absolute;
        top: 0.625rem;
        right: 0.9375rem;
        content: '\f061';
        font-family: 'Font Awesome 5 Pro';
        display: inline-block;
        font-style: normal;
        font-weight: 900;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        opacity: 0;
        transition: all .4s ease; }
      .nav--primary .nav-button a:focus, .nav--primary .nav-button a:hover {
        border-color: #d8272d;
        background-color: #fff;
        color: #d8272d; }
      @media screen and (max-width: 47.9375em) {
        .nav--primary .nav-button a {
          padding: 0.625rem 1.25rem;
          font-size: 1.0625rem; } }
  .nav--primary .menu-item-has-children > a:after {
    content: '\f107';
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    color: #55565a;
    margin-left: 0.3125rem;
    transition: all .4s ease;
    pointer-events: none; }
  .nav--primary .menu-item-has-children:hover > a:after {
    color: #f9a11b; }
  .nav--primary .menu-item-has-children:hover > .sub-menu {
    display: block; }
  .nav--primary .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -4.375rem;
    flex-wrap: wrap;
    min-width: 12.5rem;
    width: 150%;
    padding: 0.3125rem 0.625rem;
    background-color: #f9a11b;
    box-shadow: 0 0.3125rem 0.125rem rgba(85, 86, 90, 0.4);
    z-index: 99; }
    .nav--primary .sub-menu:after {
      content: '';
      position: absolute;
      bottom: 100%;
      left: 50%;
      margin-left: -0.9375rem;
      border-width: 0.625rem;
      border-style: solid;
      border-color: transparent transparent #f9a11b transparent; }
    .nav--primary .sub-menu a {
      padding: 0.625rem 0.3125rem;
      text-align: left;
      color: #fff; }
      .nav--primary .sub-menu a:hover {
        color: #55565a; }
      .nav--primary .sub-menu a:after {
        color: #fff;
        transform: rotate(270deg); }
    .nav--primary .sub-menu .sub-menu {
      top: 0;
      left: 100%;
      background-color: #a6a8ab;
      width: 100%; }
      .nav--primary .sub-menu .sub-menu:after {
        display: none; }

.nav--mobile {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  padding: 3.125rem 0;
  background-color: #fff;
  z-index: -1; }
  .nav--mobile > ul {
    height: inherit;
    align-content: flex-start; }
  .nav--mobile ul {
    flex-wrap: wrap;
    list-style: none;
    text-align: center;
    padding: 0; }
  .nav--mobile li {
    flex: 0 1 100%; }
  .nav--mobile a {
    padding: 0.625rem;
    font: 400 1rem/1.19 "Cambay", sans-serif;
    color: #55565a;
    text-align: center;
    text-decoration: none; }
    .nav--mobile a:hover {
      color: #87898e; }
  .nav--mobile .nav-button {
    padding: 0;
    text-align: center; }
    .nav--mobile .nav-button a {
      width: auto;
      position: relative;
      display: inline-block;
      margin: 0.3125rem;
      padding: 0.625rem 1.875rem;
      border-radius: 6.25rem;
      border: 0.125rem solid #f9a11b;
      background-color: #f9a11b;
      font: italic 400 1.0625rem/1 "Overlock", cursive;
      color: #fff;
      text-align: center;
      text-transform: none;
      text-decoration: none;
      -webkit-appearance: none;
      outline: none;
      transition: all .4s ease;
      padding: 0.375rem 0.9375rem;
      font-size: 1rem;
      text-transform: none; }
      .nav--mobile .nav-button a:after {
        position: absolute;
        top: 0.625rem;
        right: 0.9375rem;
        content: '\f061';
        font-family: 'Font Awesome 5 Pro';
        display: inline-block;
        font-style: normal;
        font-weight: 900;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        opacity: 0;
        transition: all .4s ease; }
      .nav--mobile .nav-button a:focus, .nav--mobile .nav-button a:hover {
        border-color: #f9a11b;
        background-color: transparent;
        color: #f9a11b; }
      @media screen and (max-width: 47.9375em) {
        .nav--mobile .nav-button a {
          padding: 0.625rem 1.25rem;
          font-size: 1.0625rem; } }
  .nav--mobile .menu-item-has-children > a:after {
    content: '\f0d7';
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 0.875rem;
    margin-left: 0.3125rem;
    color: #55565a;
    transition: all .4s ease; }
  .nav--mobile .menu-item-has-children > a:hover:after {
    color: #87898e; }
  .nav--mobile .menu-item-has-children > a.active:after {
    transform: rotateX(180deg); }
  .nav--mobile .sub-menu {
    display: none;
    padding: 1.25rem 0;
    background-color: #faf8ff; }
    .nav--mobile .sub-menu a {
      text-transform: none; }

.nav--footer ul {
  justify-content: center; }

.nav--footer a {
  padding: 1.25rem;
  font: 400 0.8125rem/1 "Cambay", sans-serif;
  color: #a6a8ab;
  text-align: center;
  text-transform: uppercase; }

.nav--footer .sub-menu {
  flex-wrap: wrap; }
  .nav--footer .sub-menu li {
    flex: 0 1 100%; }

@media screen and (max-width: 64em) {
  .nav--utility > ul > li + li {
    margin-left: 1.875rem; }
  .nav--primary > ul > li + li {
    margin-left: 1.875rem; } }

@media screen and (max-width: 47.9375em) {
  .nav--footer > ul > li {
    flex: 0 1 49%; }
  .nav--footer ul {
    list-style-type: none;
    flex-wrap: wrap; } }

@media screen and (max-width: 25rem) {
  .nav--footer li {
    flex: 0 1 100%; } }

/*----------------------------------------------------------------------------
  WordPress Social Menu
  - make sure to include FontAwesome for this to work!
----------------------------------------------------------------------------*/
.menu-social ul {
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  text-align: inherit;
  list-style: none; }
  .menu-social ul li {
    display: inline-block;
    position: relative;
    padding: 0 .625rem; }
    .menu-social ul li a {
      display: inline-block;
      text-align: center;
      display: inline-block;
      text-align: center; }
      .menu-social ul li a:before {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400;
        font-size: 1.5rem;
        color: blue;
        transition: all .4s ease; }
      .menu-social ul li a:hover:before {
        color: purple; }
    .menu-social ul li a[href*="facebook.com"]::before {
      content: '\f09a'; }
    .menu-social ul li a[href*="twitter.com"]::before {
      content: '\f099'; }
    .menu-social ul li a[href*="dribbble.com"]::before {
      content: '\f17d'; }
    .menu-social ul li a[href*="plus.google.com"]::before {
      content: '\f0d5'; }
    .menu-social ul li a[href*="pinterest.com"]::before {
      content: '\f0d2'; }
    .menu-social ul li a[href*="github.com"]::before {
      content: '\f09b'; }
    .menu-social ul li a[href*="tumblr.com"]::before {
      content: '\f173'; }
    .menu-social ul li a[href*="youtube.com"]::before {
      content: '\f167'; }
    .menu-social ul li a[href*="flickr.com"]::before {
      content: '\f16e'; }
    .menu-social ul li a[href*="vimeo.com"]::before {
      content: '\f194'; }
    .menu-social ul li a[href*="instagram.com"]::before {
      content: '\f16d'; }
    .menu-social ul li a[href*="linkedin.com"]::before {
      content: '\f0e1'; }
    .menu-social ul li a[href*="yelp.com"]::before {
      content: '\f1e9'; }
    .menu-social ul li a[href*="mailto:"]::before {
      content: '\f0e0';
      font-family: 'Font Awesome 5 Pro';
      font-weight: 900; }

.screen-reader-text {
  display: none; }

/*------------------------------------------------------------------------------
  Buttons
------------------------------------------------------------------------------*/
.button + .button {
  margin-left: 1.25rem; }

.button--primary {
  position: relative;
  display: inline-block;
  margin: 0.3125rem;
  padding: 0.625rem 1.875rem;
  border-radius: 6.25rem;
  border: 0.125rem solid #f9a11b;
  background-color: #f9a11b;
  font: italic 400 1.0625rem/1 "Overlock", cursive;
  color: #fff;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  -webkit-appearance: none;
  outline: none;
  transition: all .4s ease; }
  .button--primary:after {
    position: absolute;
    top: 0.625rem;
    right: 0.9375rem;
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    transition: all .4s ease; }
  .button--primary:focus, .button--primary:hover {
    border-color: #f9a11b;
    background-color: transparent;
    color: #f9a11b; }
  @media screen and (max-width: 47.9375em) {
    .button--primary {
      padding: 0.625rem 1.25rem;
      font-size: 1.0625rem; } }

.button--primary-ghost {
  position: relative;
  display: inline-block;
  margin: 0.3125rem;
  padding: 0.625rem 1.875rem;
  border-radius: 6.25rem;
  border: 0.125rem solid #f9a11b;
  background-color: transparent;
  font: italic 400 1.0625rem/1 "Overlock", cursive;
  color: #f9a11b;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  -webkit-appearance: none;
  outline: none;
  transition: all .4s ease; }
  .button--primary-ghost:after {
    position: absolute;
    top: 0.625rem;
    right: 0.9375rem;
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    transition: all .4s ease; }
  .button--primary-ghost:focus, .button--primary-ghost:hover {
    border-color: #f9a11b;
    background-color: #f9a11b;
    color: #fff; }
  @media screen and (max-width: 47.9375em) {
    .button--primary-ghost {
      padding: 0.625rem 1.25rem;
      font-size: 1.0625rem; } }

.button--secondary {
  position: relative;
  display: inline-block;
  margin: 0.3125rem;
  padding: 0.625rem 1.875rem;
  border-radius: 6.25rem;
  border: 0.125rem solid #55565a;
  background-color: #55565a;
  font: italic 400 1.0625rem/1 "Overlock", cursive;
  color: #fff;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  -webkit-appearance: none;
  outline: none;
  transition: all .4s ease; }
  .button--secondary:after {
    position: absolute;
    top: 0.625rem;
    right: 0.9375rem;
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    transition: all .4s ease; }
  .button--secondary:focus, .button--secondary:hover {
    border-color: #55565a;
    background-color: transparent;
    color: #55565a; }
  @media screen and (max-width: 47.9375em) {
    .button--secondary {
      padding: 0.625rem 1.25rem;
      font-size: 1.0625rem; } }

.button--secondary-ghost {
  position: relative;
  display: inline-block;
  margin: 0.3125rem;
  padding: 0.625rem 1.875rem;
  border-radius: 6.25rem;
  border: 0.125rem solid #55565a;
  background-color: transparent;
  font: italic 400 1.0625rem/1 "Overlock", cursive;
  color: #55565a;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  -webkit-appearance: none;
  outline: none;
  transition: all .4s ease; }
  .button--secondary-ghost:after {
    position: absolute;
    top: 0.625rem;
    right: 0.9375rem;
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    transition: all .4s ease; }
  .button--secondary-ghost:focus, .button--secondary-ghost:hover {
    border-color: #55565a;
    background-color: #55565a;
    color: #fff; }
  @media screen and (max-width: 47.9375em) {
    .button--secondary-ghost {
      padding: 0.625rem 1.25rem;
      font-size: 1.0625rem; } }

.button--white {
  position: relative;
  display: inline-block;
  margin: 0.3125rem;
  padding: 0.625rem 1.875rem;
  border-radius: 6.25rem;
  border: 0.125rem solid #fff;
  background-color: #fff;
  font: italic 400 1.0625rem/1 "Overlock", cursive;
  color: #f9a11b;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  -webkit-appearance: none;
  outline: none;
  transition: all .4s ease; }
  .button--white:after {
    position: absolute;
    top: 0.625rem;
    right: 0.9375rem;
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    transition: all .4s ease; }
  .button--white:focus, .button--white:hover {
    border-color: #fff;
    background-color: transparent;
    color: #fff; }
  @media screen and (max-width: 47.9375em) {
    .button--white {
      padding: 0.625rem 1.25rem;
      font-size: 1.0625rem; } }

.button--white-ghost {
  position: relative;
  display: inline-block;
  margin: 0.3125rem;
  padding: 0.625rem 1.875rem;
  border-radius: 6.25rem;
  border: 0.125rem solid #fff;
  background-color: transparent;
  font: italic 400 1.0625rem/1 "Overlock", cursive;
  color: #fff;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  -webkit-appearance: none;
  outline: none;
  transition: all .4s ease; }
  .button--white-ghost:after {
    position: absolute;
    top: 0.625rem;
    right: 0.9375rem;
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    transition: all .4s ease; }
  .button--white-ghost:focus, .button--white-ghost:hover {
    border-color: #fff;
    background-color: #fff;
    color: #f9a11b; }
  @media screen and (max-width: 47.9375em) {
    .button--white-ghost {
      padding: 0.625rem 1.25rem;
      font-size: 1.0625rem; } }

.button--crimson-ghost {
  position: relative;
  display: inline-block;
  margin: 0.3125rem;
  padding: 0.625rem 1.875rem;
  border-radius: 6.25rem;
  border: 0.125rem solid #d8272d;
  background-color: #fff;
  font: italic 400 1.0625rem/1 "Overlock", cursive;
  color: #d8272d;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  -webkit-appearance: none;
  outline: none;
  transition: all .4s ease; }
  .button--crimson-ghost:after {
    position: absolute;
    top: 0.625rem;
    right: 0.9375rem;
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    transition: all .4s ease; }
  .button--crimson-ghost:focus, .button--crimson-ghost:hover {
    border-color: #d8272d;
    background-color: #fff;
    color: #d8272d; }
  @media screen and (max-width: 47.9375em) {
    .button--crimson-ghost {
      padding: 0.625rem 1.25rem;
      font-size: 1.0625rem; } }

.button--poppy-ghost {
  position: relative;
  display: inline-block;
  margin: 0.3125rem;
  padding: 0.625rem 1.875rem;
  border-radius: 6.25rem;
  border: 0.125rem solid #f9a11b;
  background-color: #fff;
  font: italic 400 1.0625rem/1 "Overlock", cursive;
  color: #55565a;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  -webkit-appearance: none;
  outline: none;
  transition: all .4s ease; }
  .button--poppy-ghost:after {
    position: absolute;
    top: 0.625rem;
    right: 0.9375rem;
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    transition: all .4s ease; }
  .button--poppy-ghost:focus, .button--poppy-ghost:hover {
    border-color: #f9a11b;
    background-color: #fff;
    color: #55565a; }
  @media screen and (max-width: 47.9375em) {
    .button--poppy-ghost {
      padding: 0.625rem 1.25rem;
      font-size: 1.0625rem; } }

.button--white-solid {
  position: relative;
  display: inline-block;
  margin: 0.3125rem;
  padding: 0.625rem 1.875rem;
  border-radius: 6.25rem;
  border: 0.125rem solid #fff;
  background-color: #fff;
  font: italic 400 1.0625rem/1 "Overlock", cursive;
  color: #d8272d;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  -webkit-appearance: none;
  outline: none;
  transition: all .4s ease; }
  .button--white-solid:after {
    position: absolute;
    top: 0.625rem;
    right: 0.9375rem;
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    transition: all .4s ease; }
  .button--white-solid:focus, .button--white-solid:hover {
    border-color: #fff;
    background-color: #fff;
    color: #d8272d; }
  @media screen and (max-width: 47.9375em) {
    .button--white-solid {
      padding: 0.625rem 1.25rem;
      font-size: 1.0625rem; } }

.button--crimson-solid {
  position: relative;
  display: inline-block;
  margin: 0.3125rem;
  padding: 0.625rem 1.875rem;
  border-radius: 6.25rem;
  border: 0.125rem solid #d8272d;
  background-color: #d8272d;
  font: italic 400 1.0625rem/1 "Overlock", cursive;
  color: #fff;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  -webkit-appearance: none;
  outline: none;
  transition: all .4s ease; }
  .button--crimson-solid:after {
    position: absolute;
    top: 0.625rem;
    right: 0.9375rem;
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    transition: all .4s ease; }
  .button--crimson-solid:focus, .button--crimson-solid:hover {
    border-color: #d8272d;
    background-color: #d8272d;
    color: #fff; }
  @media screen and (max-width: 47.9375em) {
    .button--crimson-solid {
      padding: 0.625rem 1.25rem;
      font-size: 1.0625rem; } }

/*------------------------------------------------------------------------------
  Menu Icon
------------------------------------------------------------------------------*/
.menu-icon {
  display: none;
  padding: 1.25rem 0.625rem;
  background: transparent;
  -webkit-appearance: none;
  outline: none;
  border: none;
  z-index: 99999; }
  .menu-icon span {
    position: relative; }
    .menu-icon span:before {
      content: '';
      position: absolute;
      top: -0.5rem;
      left: 0; }
    .menu-icon span:after {
      content: '';
      position: absolute;
      top: 0.5rem;
      left: 0; }
  .menu-icon span,
  .menu-icon span:before,
  .menu-icon span:after {
    display: block;
    width: 1.875rem;
    height: 0.1875rem;
    background-color: #f9a11b;
    transform-origin: -4% center;
    transition: all .4s ease; }
  .menu-icon:active span,
  .menu-icon:active span:before,
  .menu-icon:active span:after, .menu-icon:focus span,
  .menu-icon:focus span:before,
  .menu-icon:focus span:after, .menu-icon:hover span,
  .menu-icon:hover span:before,
  .menu-icon:hover span:after {
    background-color: #f9a11b; }
  .menu-icon.active span {
    background-color: transparent; }
    .menu-icon.active span:before {
      top: -0.6875rem;
      left: 0.3125rem;
      transform: rotate(45deg); }
    .menu-icon.active span:after {
      top: 0.6875rem;
      left: 0.3125rem;
      transform: rotate(-45deg); }

@media screen and (max-width: 64em) {
  .menu-icon {
    display: block; } }

/*----------------------------------------------------------------------------
  Pagination
----------------------------------------------------------------------------*/
.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.pagination .page-numbers {
  display: inline-block;
  padding: 0.625rem;
  width: auto;
  text-decoration: none; }

.pagination .prev,
.pagination .next {
  display: inline-block;
  width: auto;
  border-radius: 0;
  height: auto; }
  .pagination .prev i,
  .pagination .next i {
    transition: all .4s ease; }

.pagination a.page-numbers:hover {
  text-decoration: underline; }

/*------------------------------------------------------------------------------
  Forms
------------------------------------------------------------------------------*/
label {
  position: relative;
  left: 1.25rem;
  padding-right: 1.875rem !important;
  font: 400 0.875rem/1.14 "Cambay", sans-serif;
  color: #f9a11b;
  z-index: 1; }

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="url"],
textarea,
select {
  margin: 0;
  width: 100% !important;
  padding: 0.625rem 0.3125rem !important;
  border-radius: 0 !important;
  border: none;
  border-bottom: 0.0625rem solid #f9a11b;
  background-color: transparent;
  font: 400 0.875rem/1.14 "Cambay", sans-serif;
  color: #55565a;
  transition: all .4s ease; }
  input[type="text"]:active, input[type="text"]:focus, input[type="email"]:active, input[type="email"]:focus, input[type="tel"]:active, input[type="tel"]:focus, input[type="number"]:active, input[type="number"]:focus, input[type="url"]:active, input[type="url"]:focus,
  textarea:active,
  textarea:focus,
  select:active,
  select:focus {
    outline: none;
    border-color: #d8272d; }

select {
  -webkit-appearance: none; }
  select::-ms-expand {
    display: none; }

input[type="checkbox"],
input[type="radio"] {
  position: relative;
  height: 1.875rem !important;
  margin-right: 0 0 0.5rem !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    left: 0; }
  input[type="checkbox"]:before,
  input[type="radio"]:before {
    content: '';
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 1.875rem;
    height: 1.875rem;
    border: 0.125rem solid #d8272d;
    background-color: transparent;
    transition: all .4s ease; }
  input[type="checkbox"]:after,
  input[type="radio"]:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.5rem;
    color: transparent;
    z-index: 1;
    transition: all .4s ease; }
  input[type="checkbox"]:checked:after,
  input[type="radio"]:checked:after {
    color: #d8272d; }
  input[type="checkbox"]:focus, input[type="checkbox"]:active,
  input[type="radio"]:focus,
  input[type="radio"]:active {
    outline: none; }
    input[type="checkbox"]:focus:before, input[type="checkbox"]:active:before,
    input[type="radio"]:focus:before,
    input[type="radio"]:active:before {
      border-color: #d8272d; }

input[type="checkbox"]:before {
  border-radius: 0.25rem !important; }

input[type="checkbox"]:after {
  content: '\f00c';
  width: 1.5rem;
  height: 1.5rem;
  font-weight: 400; }

input[type="radio"]:before {
  border-radius: 50%; }

input[type="radio"]:after {
  content: '\f111';
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
  font-weight: 900; }

input[type="submit"] {
  width: auto !important;
  position: relative;
  display: inline-block;
  margin: 0.3125rem;
  padding: 0.625rem 1.875rem;
  border-radius: 6.25rem;
  border: 0.125rem solid #f9a11b;
  background-color: #f9a11b;
  font: italic 400 1.0625rem/1 "Overlock", cursive;
  color: #fff;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  -webkit-appearance: none;
  outline: none;
  transition: all .4s ease; }
  input[type="submit"]:after {
    position: absolute;
    top: 0.625rem;
    right: 0.9375rem;
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    transition: all .4s ease; }
  input[type="submit"]:focus, input[type="submit"]:hover {
    border-color: #f9a11b;
    background-color: transparent;
    color: #f9a11b; }
  @media screen and (max-width: 47.9375em) {
    input[type="submit"] {
      padding: 0.625rem 1.25rem;
      font-size: 1.0625rem; } }
  input[type="submit"]:active, input[type="submit"]:focus, input[type="submit"]:hover {
    outline: none; }

.gform_wrapper {
  margin: 0 !important; }
  .gform_wrapper.gform_legacy_markup_wrapper form .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    list-style-type: none; }
  .gform_wrapper.gform_legacy_markup_wrapper form .gfield {
    flex-basis: 100%; }
  .gform_wrapper.gform_legacy_markup_wrapper form .half-width {
    flex-basis: 49%; }
  .gform_wrapper form .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    list-style-type: none; }
  .gform_wrapper form .gfield {
    margin: 0 0 0.625rem !important;
    padding: 0 !important; }
  .gform_wrapper form .full-width {
    flex-basis: 100%; }
  .gform_wrapper form .half-width {
    flex-basis: 49%; }
  .gform_wrapper form label {
    position: relative;
    left: 0.3125rem;
    font: 400 0.875rem/1.14 "Cambay", sans-serif !important;
    color: #55565a; }
  .gform_wrapper form div.ginput_container_select {
    position: relative; }
    .gform_wrapper form div.ginput_container_select:after {
      position: absolute;
      top: 0.875rem;
      right: 0.9375rem;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: 'Font Awesome 5 Pro';
      font-weight: 400;
      content: '\f107';
      font-size: 2rem;
      pointer-events: none; }
  .gform_wrapper form .gfield_checkbox label {
    max-width: unset !important;
    min-width: 10.625rem;
    margin-top: 0.375rem !important; }
  .gform_wrapper form .gfield_required {
    color: inherit; }
  .gform_wrapper form .gform_footer {
    margin: 0 !important;
    padding: 0 !important; }
  .gform_wrapper form .animated label {
    transition: all .3s ease; }
    .gform_wrapper form .animated label.active-position {
      top: 0; }
    .gform_wrapper form .animated label.active-color {
      color: #d8272d; }
    .gform_wrapper form .animated label.active-weight {
      font-weight: 700 !important; }
  .gform_wrapper form .animated input:active, .gform_wrapper form .animated input:focus, .gform_wrapper form .animated select:active, .gform_wrapper form .animated select:focus, .gform_wrapper form .animated textarea:active, .gform_wrapper form .animated textarea:focus {
    outline: none !important; }
  .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error {
    border-color: #d8272d; }
    .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.full-width, .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.half-width {
      max-width: unset !important; }
    .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error label {
      color: #d8272d; }
  .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield label {
    top: 0; }
  .gform_wrapper.gform_validation_error form div.validation_error {
    width: 100%;
    border-color: #d8272d;
    color: #d8272d; }
  .gform_wrapper.gform_validation_error form .validation_message {
    color: #d8272d; }

@media screen and (max-width: 47.9375em) {
  .gform_wrapper.gform_legacy_markup_wrapper form .half-width {
    flex-basis: 100%; }
  .gform_wrapper form .gfield {
    margin: 0 0 1.25rem !important; }
  .gform_wrapper form .half-width {
    grid-column: span 12 !important; } }

/*------------------------------------------------------------------------------
  Header
------------------------------------------------------------------------------*/
html,
body {
  overflow-x: hidden; }
  html.locked,
  body.locked {
    overflow-y: hidden; }

body {
  background-color: #55565a; }
  body:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9998;
    transition: all .4s ease; }
  body.masked:after {
    background: rgba(0, 0, 0, 0.7);
    pointer-events: auto; }

main {
  background-color: #fff; }

.site-header {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
  background-color: #fff;
  z-index: 999999; }
  .site-header .container {
    padding: 1.25rem 0; }
  .site-header .col-12 {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .site-header .social {
    text-align: right; }
    .site-header .social a {
      padding: 8px;
      text-decoration: none; }
  .site-header form {
    display: flex;
    align-items: center;
    position: relative;
    right: 0px; }
    .site-header form input[type=text] {
      padding: 0.125rem !important; }
  .site-header img {
    width: 10.9375rem; }
  .site-header .nifty-button {
    opacity: .8; }
    .site-header .nifty-button:active, .site-header .nifty-button:focus {
      outline: none;
      opacity: 1; }
  .site-header__logo {
    width: 18.75rem; }
  .site-header__utility {
    padding: 0.9375rem 0;
    border-bottom: 0.0625rem solid #a6a8ab; }
  .site-header__primary {
    padding: 1.25rem 0; }

@media screen and (max-width: 64em) {
  .site-header__logo {
    width: 12.5rem; }
  .site-header img {
    width: 7.8125rem; } }

/*------------------------------------------------------------------------------
  Footer
------------------------------------------------------------------------------*/
.site-footer {
  border-top: 0.0625rem solid #a6a8ab;
  background-color: #fff; }
  .site-footer__main {
    padding: 1.875rem 0; }
  .site-footer__credit {
    padding: 1.25rem 0;
    background-color: #a6a8ab; }
  .site-footer .footer-notice p {
    color: #a6a8ab;
    padding: 1.25rem 0 0; }
  .site-footer p {
    margin: 0;
    font: 400 0.75rem/1.33 "Hind", sans-serif;
    color: #fff; }

@media screen and (max-width: 47.9375em) {
  .site-footer__main {
    padding: 0.625rem 0; }
  .site-footer__credit {
    padding: 0.625rem 0; } }

/*----------------------------------------------------------------------------
  SCSS Parts
----------------------------------------------------------------------------*/
/*
 * Hero (Global)
 *
 * Template part used on various templates/views
 */
.hero {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
  overflow: hidden; }
  .hero__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%); }
  .hero .container {
    padding: 11.25rem 0;
    z-index: 1; }
  .hero h1 {
    margin-bottom: 0; }
  .hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.touch .hero__video,
.touch .hero__video video {
  display: none; }

@media screen and (max-width: 47.9375em) {
  .hero .container {
    padding: 7.5rem 0; } }

/*
 * Centered Text Block (Global)
 *
 * Template part used on various templates/views
 */
.centered-text-block {
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .centered-text-block .container {
    padding: 3.125rem 0; }
  .centered-text-block__featured-image {
    width: 100%;
    margin-bottom: 1.875rem; }
  .centered-text-block .buttons {
    margin-top: 1.875rem; }

/*
 * Banner (Global)
 *
 * Template part used on various templates/views
 */
.banner {
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .banner .button {
    margin-top: 1.875rem; }

/*
 * Slider (Global)
 *
 * Template part used on various templates/views
 */
.slider-section {
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .slider-section .container {
    padding: 3.75rem 0; }
  .slider-section .col-12 {
    margin-bottom: 3.125rem; }
  .slider-section .slick-slide {
    margin-bottom: 3.125rem; }
    .slider-section .slick-slide > div {
      height: 100%; }
  .slider-section__slide {
    display: block !important;
    width: calc(100% - 40px) !important;
    height: 100%;
    margin: 0 auto;
    padding: 1.875rem;
    border-radius: 0.3125rem; }
  .slider-section .button {
    margin-top: 1.875rem; }

/*
 * Text/Image Split (Global)
 *
 * Template part used on various templates/views
 */
.text-image-split.with-margin {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem; }

.text-image-split .row--reverse .text-image-split__text {
  padding-right: 0.8rem;
  padding-left: 1.875rem; }

.text-image-split__text {
  max-width: 37.5rem;
  padding-top: 3.125rem;
  padding-bottom: 3.75rem;
  padding-right: 1.875rem; }
  .text-image-split__text > div {
    padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }

.text-image-split .button {
  margin-top: 1.875rem; }

@media screen and (max-width: 47.9375em) {
  .text-image-split__text {
    max-width: 100%;
    padding: 1.875rem 0.8rem 2.5rem !important; }
  .text-image-split__image {
    order: -1;
    padding-bottom: 50%; }
  .text-image-split .sm-text-center * {
    text-align: center !important; } }

/*
 * 3-Column Grid (Global)
 *
 * Template part used on various templates/views
 */
.three-column-grid {
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .three-column-grid .container {
    padding: 3.75rem 0 1.875rem; }
  .three-column-grid .col-12 {
    margin-bottom: 3.125rem; }
  .three-column-grid .col-4 {
    margin-bottom: 3.125rem; }
  .three-column-grid__column {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1); }
    .three-column-grid__column > div {
      flex: 0 1 100%; }
  .three-column-grid__img {
    padding-bottom: 60%; }
  .three-column-grid__text {
    padding: 1.875rem 1.25rem 0.625rem; }
  .three-column-grid .text-center {
    align-self: flex-end;
    padding-bottom: 1.875rem; }

/*
 * Newsletter Signup (Global)
 *
 * Template part used on various templates/views
 */
.newsletter-signup {
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .newsletter-signup .container {
    padding: 3.125rem 0; }
  .newsletter-signup .gform_wrapper form {
    position: relative;
    width: 80%; }
    .newsletter-signup .gform_wrapper form input[type="text"], .newsletter-signup .gform_wrapper form input[type="email"], .newsletter-signup .gform_wrapper form input[type="tel"], .newsletter-signup .gform_wrapper form input[type="number"], .newsletter-signup .gform_wrapper form input[type="url"],
    .newsletter-signup .gform_wrapper form textarea,
    .newsletter-signup .gform_wrapper form select {
      padding-right: 10.9375rem !important;
      border-radius: 1.0625rem !important; }
    .newsletter-signup .gform_wrapper form .gform_footer {
      position: absolute;
      bottom: 0.625rem;
      right: 0;
      width: auto !important;
      margin: 0 !important;
      padding: 0 !important; }
    .newsletter-signup .gform_wrapper form input[type="submit"] {
      margin: 0 !important;
      min-width: 9.375rem;
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem;
      border-top-right-radius: 1.0625rem !important;
      border-bottom-right-radius: 1.0625rem !important; }
  .newsletter-signup .gform_wrapper.gform_validation_error form .gform_footer {
    bottom: 2.75rem;
    right: 1rem; }

@media screen and (max-width: 47.9375em) {
  .newsletter-signup .gform_wrapper form {
    width: 100%; }
    .newsletter-signup .gform_wrapper form .gform_footer {
      bottom: 1.25rem; }
  .newsletter-signup .gform_wrapper.gform_validation_error form .gform_footer {
    right: 0; } }

/*
 * Global Image Hero
 *
 * Template part used on various templates/views
 *
 * @package Vitalyst
 * @author Factor1 Studios
 * @since 0.0.1
 */
.image-hero {
  padding-top: 21.875rem; }
  .image-hero .col-12 {
    padding-top: 3.125rem;
    padding-bottom: 1.875rem;
    background: #f9a11b;
    background: linear-gradient(to right, rgba(249, 161, 27, 0) 0%, rgba(249, 161, 27, 0.7) 10%, rgba(249, 161, 27, 0.7) 50%, rgba(249, 161, 27, 0.7) 90%, rgba(249, 161, 27, 0) 100%); }
    .image-hero .col-12 div {
      max-width: 75rem;
      margin: 0 auto; }
  .image-hero h1 {
    text-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 47.9375em) {
  .image-hero {
    height: 18.75rem;
    padding-top: 4.375rem; }
    .image-hero .col-12 {
      background: none; } }

/*
 * Text/Media Split
 *
 * Template part used on various templates/views
 *
 * @package Vitalyst
 * @author Factor1 Studios
 * @since 0.0.1
 */
.text-media-split {
  padding: 5rem 0 3.125rem; }
  .text-media-split .row {
    overflow: hidden; }
  .text-media-split h2 {
    margin-bottom: 0.625rem; }
  .text-media-split small {
    font-size: 0.8125rem; }
  .text-media-split .button {
    margin-top: 2.5rem; }
    .text-media-split .button.right {
      float: right; }

@media screen and (max-width: 47.9375em) {
  .text-media-split {
    padding: 1.5625rem 0 0.625rem; }
    .text-media-split .col-6 + .col-6 {
      margin-top: 1.25rem; }
    .text-media-split .button {
      margin-top: 1.25rem;
      margin-bottom: 0.625rem; }
      .text-media-split .button.right {
        float: none; } }

/*
 * Global CTA
 *
 * Template part used on various templates/views
 *
 * @package Vitalyst
 * @author Factor1 Studios
 * @since 0.0.1
 */
.page-template-default .cta {
  margin-bottom: 0; }

.cta {
  position: relative;
  margin-bottom: 7.5rem;
  padding: 1.875rem 0; }
  .cta:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 7.5rem;
    background-color: #fff; }
  .cta h1, .cta h2, .cta h3, .cta h4, .cta h5, .cta h6, .cta p {
    color: #fff; }

@media screen and (max-width: 47.9375em) {
  .cta {
    margin-bottom: 3.125rem; }
    .cta:after {
      height: 3.125rem; } }

/*
 * Modals
 *
 * Template part used in the footer
 *
 * @package Vitalyst
 * @author Factor1 Studios
 * @since 0.0.1
 */
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center; }

.modal__container {
  position: relative;
  width: 100%;
  max-width: 500px;
  max-height: 100vh;
  padding: 2.5rem 1.875rem 0.9375rem;
  border-radius: 4px;
  background-color: #fff;
  overflow-y: auto;
  box-sizing: border-box; }

.modal__close {
  position: absolute;
  top: 0.3125rem;
  right: 0;
  background: transparent;
  border: 0; }
  .modal__close:active, .modal__close:focus, .modal__close:hover {
    outline: none; }
    .modal__close:active:before, .modal__close:focus:before, .modal__close:hover:before {
      color: #d8272d; }

.modal__close:before {
  content: "\2715";
  color: #55565a;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all .4s ease; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8); }

@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes mmslideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }

@keyframes mmslideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }

.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform; }

/*
 * Global Text/Headline Split
 *
 * Template part used on various templates/views
 *
 * @package Vitalyst
 * @author Factor1 Studios
 * @since 0.0.1
 */
.text-headline-split {
  padding-top: 3.125rem; }
  .text-headline-split .col-5 h2 {
    line-height: 2.8125rem;
    text-transform: uppercase; }
  .text-headline-split .col-5 .big {
    font-size: 4.625rem !important;
    font-weight: 700 !important; }
  .text-headline-split .col-5 .yellow {
    color: #f9a11b !important; }
  .text-headline-split .col-5 .red {
    color: #d8272d !important; }

/*
 * Testimonial
 *
 * Template part used on various templates/views
 *
 * @package Vitalyst
 * @author Factor1 Studios
 * @since 0.0.1
 */
.global-testimonial {
  padding: 5.625rem 0 5rem; }
  .global-testimonial p {
    font-size: 1.5rem; }
  .global-testimonial .col-8 {
    position: relative; }
  .global-testimonial img {
    position: absolute;
    top: -1.875rem;
    left: -3.75rem;
    width: 5rem; }
  .global-testimonial h1, .global-testimonial h2, .global-testimonial h3, .global-testimonial h4, .global-testimonial h5, .global-testimonial h6, .global-testimonial p {
    color: #fff; }

@media screen and (max-width: 47.9375em) {
  .global-testimonial {
    padding: 3.125rem 0 2.5rem; }
    .global-testimonial img {
      left: -1.5625rem; } }

/*
 * Global Accordions
 *
 * Template part used on various templates/views
 *
 * @package Vitalyst
 * @author Factor1 Studios
 * @since 0.0.1
 */
.accordion-section {
  padding: 1.25rem 0; }
  .accordion-section .accordion {
    padding: 0.625rem 0; }
    .accordion-section .accordion__header i {
      float: right; }
    .accordion-section .accordion__content {
      display: none; }

.initiatives + .accordion-section {
  margin-top: -2.5rem; }

/*
 * Wheel
 *
 */
.wheel .container {
  padding: 80px 0; }

.wheel .tableCellDesktop {
  display: block;
  width: 600px;
  height: 550px;
  max-width: 100%;
  margin: 0 auto; }

.wheel #dial {
  left: calc(50% - 300px); }

.wheel #dial2 {
  top: 115px;
  left: calc(50% - 188px); }

.wheel #dial3 {
  top: 173px;
  left: calc(50% - 130px); }

@media screen and (max-width: 47.9375em) {
  .wheel #dial {
    max-width: 400px;
    left: calc(50% - 200px); }
  .wheel #dial2 {
    top: 78px;
    left: calc(50% - 127px);
    max-width: 250px; }
  .wheel #dial3 {
    top: 113px;
    left: calc(50% - 91px);
    max-width: 180px; }
  .wheel .tableCellDesktop {
    height: 350px; } }

/*
 * Text Split (Global)
 *
 * Template part used on various templates/views
 */
.text-split.with-padding {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem; }

.text-split__content {
  max-width: 37.5rem;
  padding-top: 3.125rem;
  padding-bottom: 3.75rem;
  padding-right: 1.875rem; }
  .text-split__content > div {
    padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }

@media screen and (max-width: 47.9375em) {
  .text-split__content {
    max-width: 100%;
    padding: 1.875rem 0.8rem 2.5rem !important; }
  .text-split .sm-text-center * {
    text-align: center !important; } }

/*
 * Home Hero
 *
 * Template part used on the home template
 *
 * @package Vitalyst
 * @author Factor1 Studios
 * @since 0.0.1
 */
.home-hero {
  padding-top: 21.875rem; }
  .home-hero.short-hero {
    padding-top: 12.5rem; }
  .home-hero .col-12 {
    padding-top: 3.125rem;
    padding-bottom: 1.875rem;
    background: #f9a11b;
    background: linear-gradient(to right, rgba(249, 161, 27, 0) 0%, rgba(249, 161, 27, 0.7) 10%, rgba(249, 161, 27, 0.7) 50%, rgba(249, 161, 27, 0.7) 90%, rgba(249, 161, 27, 0) 100%); }
    .home-hero .col-12 div {
      max-width: 75rem;
      margin: 0 auto; }
  .home-hero .button {
    font-weight: 700;
    font-size: 1.25rem;
    border-width: 0.125rem; }
    .home-hero .button:active, .home-hero .button:focus {
      outline: none; }
      .home-hero .button:active:after, .home-hero .button:focus:after {
        right: 0.625rem;
        opacity: 1; }

@media screen and (max-width: 47.9375em) {
  .home-hero {
    padding-top: 26.875rem; }
    .home-hero .col-12 {
      background: none; }
    .home-hero-mobile {
      padding: 1.25rem 0 1.5625rem; }
      .home-hero-mobile h1 {
        margin: 0;
        color: #f9a11b;
        text-shadow: none; } }

/*
 * Goals Row
 *
 * Template part used on the home template
 *
 * @package Vitalyst
 * @author Factor1 Studios
 * @since 0.0.1
 */
.goals-row {
  background-color: #faf8ff; }
  .goals-row .col {
    padding: 1.25rem 3.125rem 1.875rem;
    background-color: #faf8ff;
    text-decoration: none;
    transition: all .4s ease; }
    .goals-row .col:hover {
      box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
      z-index: 1; }
      .goals-row .col:hover p {
        color: #f9a11b; }
  .goals-row img {
    height: 3.125rem;
    margin-bottom: 1.875rem; }
  .goals-row p {
    margin: 0;
    transition: all .4s ease; }

@media screen and (max-width: 64em) {
  .goals-row {
    background-color: transparent; }
    .goals-row .col {
      padding: 1.25rem 1.25rem 1.875rem;
      background-color: transparent; } }

@media screen and (max-width: 47.9375em) {
  .goals-row .col {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.9375rem 1.25rem 0.9375rem 0; }
    .goals-row .col:hover {
      box-shadow: none; }
      .goals-row .col:hover i {
        color: #f9a11b; }
  .goals-row img {
    width: 2.5rem;
    height: auto;
    margin-bottom: 0;
    margin-right: 1.25rem; }
  .goals-row__arrow {
    position: absolute;
    right: 0;
    top: 1.875rem; }
  .goals-row i {
    color: #d8272d;
    transition: all .4s ease; } }

/*
 * Case Studies
 *
 * Template part used on the home template
 *
 * @package Vitalyst
 * @author Factor1 Studios
 * @since 0.0.1
 */
.case-studies {
  padding-top: 5.625rem; }
  .case-studies .block-grid-3 {
    justify-content: center;
    margin-top: 5.625rem; }
  .case-studies .col {
    margin-bottom: 4.375rem; }
  .case-studies__tile {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    padding: 1.875rem;
    border-radius: 1.25rem;
    transition: all .4s ease; }
    .case-studies__tile > div {
      flex: 0 1 100%; }
    .case-studies__tile:hover {
      background-color: #f9a11b; }
      .case-studies__tile:hover .case-studies__icon {
        background-position: center bottom; }
      .case-studies__tile:hover .work-headline,
      .case-studies__tile:hover p,
      .case-studies__tile:hover a:not(.button) {
        color: #fff; }
      .case-studies__tile:hover .case-studies__btn-div {
        opacity: 1; }
  .case-studies__icon {
    width: 5.9375rem;
    height: 6.125rem;
    margin: 0 auto 1.875rem;
    background-size: 100%;
    background-position: center top; }
  .case-studies p {
    margin: 0; }
  .case-studies__btn-div {
    align-self: flex-end;
    margin-top: 1.25rem;
    opacity: 0;
    transition: all .4s ease; }
  .case-studies a:not(.button) {
    font: italic 700 0.875rem/1 "Overlock", cursive;
    color: #d8272d;
    text-decoration: none; }

.touch .case-studies__btn-div {
  opacity: 1; }

@media screen and (max-width: 47.9375em) {
  .case-studies {
    padding-top: 1.25rem; }
    .case-studies .block-grid-3 {
      margin-top: 1.875rem; }
    .case-studies .col {
      margin-bottom: 0.625rem; }
    .case-studies__tile {
      padding: 1.25rem; }
    .case-studies p {
      display: none; }
    .case-studies__icon {
      width: 3.125rem;
      height: 3.125rem;
      margin-bottom: 1.25rem; }
    .case-studies__btn-div {
      margin-top: 0.625rem; } }

@media screen and (max-width: 25rem) {
  .case-studies .col {
    flex-basis: 100%; } }

/*
 * Testimonials
 *
 * Template part used on the home template
 *
 * @package Vitalyst
 * @author Factor1 Studios
 * @since 0.0.1
 */
.testimonials {
  padding: 0.625rem 0 5.3125rem; }
  .testimonials .col-8 {
    position: relative; }
  .testimonials .quote {
    position: absolute;
    left: -6.25rem;
    top: -1.5625rem;
    width: 5.0625rem; }
  .testimonials__slider--nav {
    margin-top: 3.125rem; }
    .testimonials__slider--nav .slick-track {
      display: flex;
      justify-content: center;
      align-items: center;
      transform: none !important; }
    .testimonials__slider--nav .slick-slide {
      flex: 0 1 auto;
      width: 5rem !important; }
      .testimonials__slider--nav .slick-slide + .slick-slide {
        margin-left: 3.75rem; }
      .testimonials__slider--nav .slick-slide:active, .testimonials__slider--nav .slick-slide:focus, .testimonials__slider--nav .slick-slide:hover {
        outline: none; }
        .testimonials__slider--nav .slick-slide:active .testimonials__img, .testimonials__slider--nav .slick-slide:focus .testimonials__img, .testimonials__slider--nav .slick-slide:hover .testimonials__img {
          filter: grayscale(0%);
          opacity: 1; }
    .testimonials__slider--nav .slick-current .testimonials__img {
      filter: grayscale(0%);
      opacity: 1; }
  .testimonials__img {
    padding-bottom: 100%;
    border-radius: 50%;
    filter: grayscale(100%);
    opacity: .7;
    transition: all .4s ease; }
  .testimonials p {
    font-size: 1.375rem; }

@media screen and (max-width: 47.9375em) {
  .testimonials {
    padding: 1.875rem 0 4.375rem; }
    .testimonials .quote {
      left: 0.75rem;
      top: -0.9375rem;
      width: 2.8125rem; }
    .testimonials__slider--nav {
      margin-top: 0.9375rem; } }

/*
 * Staff Grid
 *
 * Template part used on the about template
 *
 * @package Vitalyst
 * @author Factor1 Studios
 * @since 0.0.1
 */
.staff-grid {
  padding: 2.5rem 0 7.5rem; }
  .staff-grid .col-10 h3 {
    padding: 0.625rem 0 0.3125rem;
    border-top: 0.15625rem solid #f9a11b;
    border-bottom: 0.15625rem solid #f9a11b;
    color: #55565a; }
  .staff-grid__terms {
    display: flex;
    justify-content: center; }
  .staff-grid h6 {
    margin: 0;
    padding: 0 0.625rem;
    font-weight: 700;
    cursor: pointer;
    transition: all .4s ease; }
    .staff-grid h6 + h6 {
      border-left: 0.125rem solid #55565a; }
    .staff-grid h6.active {
      color: #f9a11b;
      text-decoration: underline; }
  .staff-grid .row > div:nth-of-type(n + 3) {
    display: none; }
  .staff-grid .block-grid-4 {
    margin-top: 3.125rem;
    justify-content: center; }
  .staff-grid .col {
    margin-bottom: 1.25rem;
    padding: 0 2.5rem;
    text-decoration: none; }
    .staff-grid .col:hover .staff-name {
      color: #d8272d; }
  .staff-grid img {
    margin-bottom: 1.25rem; }

@media screen and (max-width: 47.9375em) {
  .staff-grid {
    padding: 0.625rem 0 3.75rem; }
  .ie-11 .staff-grid .col {
    flex-basis: 37%; } }

@media screen and (max-width: 25rem) {
  .staff-grid .block-grid-4 {
    justify-content: center; }
  .staff-grid .col {
    flex-basis: 75%; }
  .ie-11 .staff-grid .col {
    flex-basis: 75%; } }

/*
 * Map Section
 *
 * Template part used on the contact template
 *
 * @package Vitalyst
 * @author Factor1 Studios
 * @since 0.0.1
 */
.contact-map {
  padding-bottom: 30%; }

@media screen and (max-width: 47.9375em) {
  .contact-map {
    padding-bottom: 40%; } }

/*
 * Contact Content
 *
 * Template part used on the contact template
 *
 * @package Vitalyst
 * @author Factor1 Studios
 * @since 0.0.1
 */
.contact-content {
  padding: 3.125rem 0 3.75rem; }
  .contact-content h5:first-of-type {
    margin-bottom: 3.75rem; }
  .contact-content h5 a {
    font-weight: 400;
    text-decoration: none; }
    .contact-content h5 a:hover {
      color: #d8272d; }
    .contact-content h5 a:last-of-type {
      text-decoration: underline; }

/*
 * Staff Bio
 *
 * Template part used on the single staff grid view
 *
 * @package Vitalyst
 * @author Factor1 Studios
 * @since 0.0.1
 */
.staff-bio .col-4 {
  position: relative;
  top: -15rem; }
  .staff-bio .col-4 p {
    margin: 0; }
    .staff-bio .col-4 p a {
      font: inherit;
      color: inherit;
      text-decoration: none; }
      .staff-bio .col-4 p a:hover {
        color: #f9a11b; }
  .staff-bio .col-4 p + div {
    margin-top: 1.25rem; }

.staff-bio__img {
  margin-bottom: 2.1875rem;
  padding-bottom: 100%; }

.staff-bio__social {
  padding: 0.625rem;
  font-size: 1.875rem; }
  .staff-bio__social:hover {
    color: #d8272d; }

.staff-bio .col-8 {
  position: relative;
  top: -5rem; }
  .staff-bio .col-8 h1 {
    margin-bottom: 3.125rem; }
  .staff-bio .col-8 p {
    margin-bottom: 0; }

.staff-bio .col-10 {
  margin-top: -11.5625rem;
  padding-bottom: 0.625rem; }

@media screen and (max-width: 47.9375em) {
  .staff-bio .col-4 {
    top: -6.25rem; }
    .staff-bio .col-4 p + div {
      margin-top: 0; }
  .staff-bio__img {
    margin: 0 auto 2.1875rem;
    max-width: 23.4375rem;
    height: 23.4375rem;
    padding-bottom: 0; }
  .staff-bio .col-8 h1 {
    margin-bottom: 1.25rem;
    color: #000;
    text-shadow: none; }
  .staff-bio__social {
    font-size: 1.5rem; }
  .staff-bio .col-10 {
    margin-top: -2.5rem; } }

@media screen and (max-width: 25rem) {
  .staff-bio__img {
    height: 0;
    padding-bottom: 100%; } }

/*
 * Goals Section
 *
 * Template part used on the archive goals view
 *
 * @package Vitalyst
 * @author Factor1 Studios
 * @since 0.0.1
 */
.goals-section {
  padding-bottom: 3.125rem; }
  .goals-section .col-12 {
    padding-top: 3.4375rem;
    border-top: 0.0625rem solid #a6a8ab; }
  .goals-section .block-grid-3 {
    justify-content: center; }
  .goals-section .col {
    margin-bottom: 4.6875rem; }
  .goals-section__tile {
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding: 2.8125rem 1.25rem 1.25rem;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
    text-decoration: none; }
    .goals-section__tile:hover h5 {
      color: #d8272d; }
  .goals-section__icon {
    flex: 0 1 auto;
    width: 2.8125rem; }
  .goals-section img {
    width: 2.1875rem; }
  .goals-section__text {
    flex: 0 1 82%; }
  .goals-section h5 {
    transition: all .4s ease; }

@media screen and (max-width: 47.9375em) {
  .goals-section {
    padding-bottom: 1.5625rem; }
    .goals-section .col {
      margin-bottom: 1.875rem; }
    .goals-section__text {
      flex: 0 1 80%; } }

/*
 * Goals Intro
 *
 * Template part used on the single goals view
 *
 * @package Vitalyst
 * @author Factor1 Studios
 * @since 0.0.1
 */
.goals-intro {
  padding: 3.75rem 0 1.875rem; }
  .goals-intro h4 {
    color: #55565a; }
  .goals-intro .yellow {
    color: #f9a11b; }

@media screen and (max-width: 47.9375em) {
  .goals-intro {
    padding: 1.875rem 0; } }

/*
 * Goal Details
 *
 * Template part used on the single goals view
 *
 * @package Vitalyst
 * @author Factor1 Studios
 * @since 0.0.1
 */
.goal-details {
  padding: 1.25rem 0 4.375rem; }
  .goal-details__headline {
    margin-bottom: 3.75rem !important;
    padding: 0.625rem 0 0.3125rem;
    border-top: 0.15625rem solid #f9a11b;
    border-bottom: 0.15625rem solid #f9a11b;
    color: #55565a; }
  .goal-details__block {
    padding: 1.5625rem;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1); }
  .goal-details h4 {
    color: #d8272d; }
  .goal-details a {
    font-weight: 400; }

@media screen and (max-width: 47.9375em) {
  .goal-details {
    padding: 0 0 2.1875rem; }
    .goal-details__headline {
      margin-bottom: 1.875rem !important; }
    .goal-details__block {
      margin-bottom: 2.5rem; } }

/*
 * Current Initiatives
 *
 * Template part used on the single goals view
 *
 * @package Vitalyst
 * @author Factor1 Studios
 * @since 0.0.1
 */
.page-template-default .initiatives {
  padding: 3.125rem 0; }
  .page-template-default .initiatives + .initiatives {
    padding-top: 0; }

.initiatives {
  padding: 3.125rem 0 4.6875rem; }
  .initiatives__headline {
    margin-bottom: 3.75rem !important;
    padding: 0.625rem 0 0.3125rem;
    border-top: 0.15625rem solid #f9a11b;
    border-bottom: 0.15625rem solid #f9a11b;
    color: #55565a; }
  .initiatives h3 {
    margin-bottom: 0; }
  .initiatives hr {
    display: inline-block;
    width: 9.0625rem;
    margin: 0 0 0.625rem;
    border: none;
    border-bottom: 0.0625rem solid #d8272d; }
  .initiatives strong {
    color: #f9a11b; }
  .initiatives a {
    font-weight: 400; }
  .initiatives .col-5 p:first-of-type {
    margin-bottom: 0; }
  .initiatives .col-5 + .col-10 {
    margin-top: 3.125rem; }

@media screen and (max-width: 47.9375em) {
  .page-template-default .initiatives {
    padding: 1.5625rem 0; }
    .page-template-default .initiatives + .initiatives {
      padding-top: 0; }
  .initiatives {
    padding: 1.5625rem 0 1.875rem; }
    .initiatives__headline {
      margin-bottom: 1.875rem !important; }
    .initiatives .col-5 + .col-10 {
      margin-top: 1.25rem; } }

/*
 * Grants Section
 *
 * Template part used on the archive grants view
 *
 * @package Vitalyst
 * @author Factor1 Studios
 * @since 0.0.1
 */
.grants-section {
  padding: 5rem 0 3.125rem; }
  .grants-section .block-grid-3 {
    justify-content: center; }
  .grants-section .col {
    margin-bottom: 1.875rem; }
  .grants-section__tile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding: 3.125rem 1.5625rem 2.5rem;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1); }
  .grants-section .work-headline {
    color: #d8272d; }
    .grants-section .work-headline a {
      font: inherit;
      color: inherit;
      text-decoration: none; }
      .grants-section .work-headline a:hover {
        text-decoration: underline; }
  .grants-section .button {
    align-self: flex-end;
    margin-top: 3.125rem; }

/*
 * Previous Grants Section
 *
 * Template part used on the archive grants view
 *
 * @package Vitalyst
 * @author Factor1 Studios
 * @since 0.0.1
 */
.previous-grants {
  padding: 4.375rem 0 8.75rem; }
  .previous-grants__title {
    margin: 0; }
  .previous-grants a {
    font-weight: 400; }

@media screen and (max-width: 47.9375em) {
  .previous-grants {
    padding: 2.5rem 0 3.125rem; }
    .previous-grants__img {
      display: block;
      margin: 0 auto;
      width: 100%;
      max-width: 35.9375rem; } }

/*
 * Grants Intro Content
 *
 * Template part used on the single grants view
 *
 * @package Vitalyst
 * @author Factor1 Studios
 * @since 0.0.1
 */
.grant-intro {
  padding: 3.125rem 0; }
  .grant-intro a {
    font-weight: 400; }

@media screen and (max-width: 47.9375em) {
  .grant-intro {
    padding: 1.875rem 0; } }

/*
 * Tiles/Text Split
 *
 * Template part used on the single grants view
 *
 * @package Vitalyst
 * @author Factor1 Studios
 * @since 0.0.1
 */
.tiles-text-split {
  padding: 3.125rem 0 0; }
  .tiles-text-split__title {
    margin: 0; }
  .tiles-text-split .col {
    margin-bottom: 1.875rem; }
  .tiles-text-split__tile {
    height: 100%;
    padding: 4.375rem 1.25rem;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1); }
    .tiles-text-split__tile p {
      margin: 0; }
  .tiles-text-split .work-headline {
    color: #d8272d; }

@media screen and (max-width: 47.9375em) {
  .tiles-text-split {
    padding: 1.5625rem 0 0; }
    .tiles-text-split .col-6:first-of-type {
      order: 2; }
    .tiles-text-split .col-6:last-of-type {
      order: 1;
      margin-bottom: 1.875rem; }
    .tiles-text-split__tile {
      padding: 1.875rem 1.25rem; } }

@media screen and (max-width: 25rem) {
  .tiles-text-split .col {
    flex-basis: 100%; } }

/*
 * Podcasts
 *
 * Template part used on the archive podcasts view
 *
 * @package Vitalyst
 * @author Factor1 Studios
 * @since 0.5.0
 */
.podcasts .container {
  padding: 6.25rem 0; }

.podcasts .col-4 {
  margin-bottom: 1.25rem; }

.podcasts iframe {
  max-width: 100%; }

/*
 * Hero (Blog)
 *
 * Template part used on index.php
 */
.index--hero {
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .index--hero .container {
    padding: 2.5rem 0; }

/*
 * Filters
 *
 * Template part used on the media template
 */
.index--filters {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .index--filters .container {
    padding: 0.9375rem 0; }

/*
 * Post List (Blog)
 *
 * Template part used on index.php
 */
.index--list a {
  text-decoration: none; }

.index--list .row {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem; }
  .index--list .row:first-of-type {
    margin-top: 1.875rem; }
  .index--list .row:last-of-type {
    border-bottom: none; }

@media screen and (max-width: 47.9375em) {
  .index--list .col-7 {
    max-width: 22.1875rem; } }

/**
 * Blog intro
 *
 * Template part used on the index view
 *
 * @package Vitalyst
 * @author Factor1 Studios
 * @since 0.0.1
 */
.blog-intro {
  padding: 2.5rem 0 1.875rem; }
  .blog-intro .dropdown {
    position: relative;
    z-index: 100; }
    .blog-intro .dropdown__parent {
      border: 0.0625rem solid rgba(166, 168, 171, 0.3); }
    .blog-intro .dropdown i {
      position: absolute;
      top: 0.625rem;
      right: 0.625rem;
      color: rgba(166, 168, 171, 0.3);
      pointer-events: none; }
    .blog-intro .dropdown__menu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      border: 0.0625rem solid rgba(166, 168, 171, 0.3);
      border-top: none;
      background-color: #fff; }
    .blog-intro .dropdown small {
      pointer-events: none; }
    .blog-intro .dropdown a,
    .blog-intro .dropdown small {
      display: block;
      padding: 0.3125rem 0.625rem;
      font-size: 1.0625rem;
      font-weight: 400;
      color: #55565a;
      text-decoration: none; }
    .blog-intro .dropdown a.active,
    .blog-intro .dropdown a:hover {
      background-color: #faf8ff; }
  .blog-intro .tag-link {
    padding: 0 0.625rem;
    font-weight: 400; }
    .blog-intro .tag-link.active {
      color: #55565a;
      text-decoration: none; }

@media screen and (max-width: 47.9375em) {
  .blog-intro .col-3 {
    margin-bottom: 2.5rem; } }

/**
 * Blog Posts (Index)
 *
 * Template part used on the index view
 *
 * @package Vitalyst
 * @author Factor1 Studios
 * @since 0.0.1
 */
.index-posts {
  padding: 2.5rem 0 3.125rem; }
  .index-posts .col-6 {
    margin-bottom: 1.875rem; }
  .index-posts__tile {
    display: flex;
    align-items: flex-start;
    height: 100%;
    padding: 2.1875rem 1.875rem 2.1875rem 0;
    border: 0.0625rem solid rgba(85, 86, 90, 0.1);
    text-decoration: none; }
    .index-posts__tile:hover h5 {
      text-decoration: underline; }
  .index-posts__img {
    flex: 0 1 auto;
    width: 11.25rem;
    padding-bottom: 30%; }
  .index-posts__text {
    flex: 1 1 60%;
    margin-left: 0.9375rem; }
  .index-posts h5 {
    color: #d8272d; }
  .index-posts p {
    margin: 0;
    word-break: break-word; }

@media screen and (max-width: 64em) {
  .index-posts__img {
    padding-bottom: 50%; } }

@media screen and (max-width: 47.9375em) {
  .index-posts {
    padding: 0 0 1.5625rem; }
    .index-posts__img {
      padding-bottom: 30%; } }

@media screen and (max-width: 25rem) {
  .index-posts__tile {
    flex-wrap: wrap;
    padding: 0; }
  .index-posts__img {
    width: 100%;
    padding-bottom: 50%; }
  .index-posts__text {
    flex: 0 1 100%;
    margin-left: 0;
    padding: 1.875rem; } }

/**
 * The single post template.
 *
 * Used when a single post is queried.
 *
 * @package Vitalyst
 * @author Factor1 Studios
 * @since 0.0.1
 */
.blog-single {
  padding: 4.6875rem 0 7.1875rem; }
  .blog-single__title {
    margin-bottom: 4.375rem;
    padding: 0.625rem 0 0.3125rem;
    border-top: 0.15625rem solid #f9a11b;
    border-bottom: 0.15625rem solid #f9a11b;
    color: #55565a; }
  .blog-single .flex-video {
    float: right;
    width: 50%;
    padding-bottom: 28%; }
  .blog-single__img {
    float: left;
    width: 10.9375rem;
    padding-right: 1.25rem; }
    .blog-single__img img {
      width: 100%; }

@media screen and (max-width: 47.9375em) {
  .blog-single {
    padding: 1.875rem 0 1.25rem; }
    .blog-single__title {
      margin-bottom: 2.5rem; } }

@media screen and (max-width: 25rem) {
  .blog-single .flex-video {
    float: none;
    width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 1.875rem; }
  .blog-single__img {
    padding-left: 0; } }

/**
 * The default page template.
 *
 * Used when a default template individual page is queried.
 *
 * @package Vitalyst
 * @author Factor1 Studios
 * @since 0.0.1
 */
.default-content {
  padding: 4.6875rem 0 6.25rem; }

@media screen and (max-width: 47.9375em) {
  .default-content {
    padding: 1.875rem 0 3.125rem; } }

/*
 * Search Results
 *
 * @package Vitalyst
 * @author Factor1 Studios
 * @since 0.4.0
 */
.search-page-results {
  padding-bottom: 6.25rem; }
  .search-page-results .col-10 {
    margin-top: 3.125rem;
    margin-bottom: 5rem;
    padding-top: 0.625rem;
    border-top: 0.125rem solid #f9a11b;
    border-bottom: 0.125rem solid #f9a11b; }
  .search-page-results h3 {
    margin: 0;
    color: #55565a; }
  .search-page-results p a:nth-of-type(2) {
    display: none; }

@media screen and (max-width: 47.9375em) {
  .search-page-results {
    padding-bottom: 3.125rem; } }

/**
 * The 404 Not Found template.
 *
 * Used when WordPress encounters an unknown URL.
 *
 * @package Vitalyst
 * @author Factor1 Studios
 * @since 0.0.1
 */
.error-404 {
  padding: 9.375rem 0 25rem; }
  .error-404 img {
    margin-right: 3.125rem; }
  .error-404 h1 {
    margin-bottom: 0;
    font-size: 19.8125rem;
    line-height: 1;
    color: #f9a11b;
    text-shadow: none; }
  .error-404 h3 {
    color: #55565a; }
    .error-404 h3 a {
      font: inherit; }

@media screen and (max-width: 64em) {
  .error-404 h1 {
    font-size: 15.625rem; } }

@media screen and (max-width: 47.9375em) {
  .error-404 {
    padding: 3.125rem 0 12.5rem; }
    .error-404 .col-5 {
      order: 2;
      margin-top: 1.875rem; }
    .error-404 .col-7 {
      order: 1; }
    .error-404 h1 {
      font-size: 6.25rem; }
    .error-404 img {
      margin-right: 0;
      max-width: 18.75rem; } }

/*----------------------------------------------------------------------------
  Woocommerce Overrides
----------------------------------------------------------------------------*/
nav.woocommerce-MyAccount-navigation {
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  border-radius: 0.625rem; }
  nav.woocommerce-MyAccount-navigation ul {
    flex-wrap: wrap; }
  nav.woocommerce-MyAccount-navigation li {
    flex: 0 1 100%; }

.woocommerce-Button,
.woocommerce .button {
  border-radius: 6.25rem !important;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.53) !important;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  -webkit-appearance: none;
  transition: all .4s ease; }
  .woocommerce-Button:focus, .woocommerce-Button:hover,
  .woocommerce .button:focus,
  .woocommerce .button:hover {
    color: #fff !important;
    box-shadow: 0 0rem 0.375rem rgba(0, 0, 0, 0.33) !important; }
  @media screen and (max-width: 47.9375em) {
    .woocommerce-Button,
    .woocommerce .button {
      font-size: 1rem; } }

.woocommerce .quantity + .button {
  margin-left: 0.625rem; }

.woocommerce-cart-form .coupon {
  display: flex;
  width: 70%; }
  .woocommerce-cart-form .coupon input[type="text"] {
    width: auto !important;
    margin-right: 0.9375rem;
    border: none !important; }

.woocommerce form.checkout #order_review_heading {
  margin-top: 1.875rem; }

.woocommerce-product-gallery__image {
  pointer-events: none; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger,
img.zoomImg {
  display: none !important; }

.woocommerce-result-count {
  display: none; }

/*----------------------------------------------------------------------------
  Learndash Overrides
----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
  Plugin Overrides
----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
 GTranslate Overrides
----------------------------------------------------------------------------*/
@media screen and (max-width: 47.9375em) {
  #gtranslate_wrapper {
    top: unset !important;
    bottom: 1.25rem !important;
    right: 1.25rem !important; }
    #gtranslate_wrapper select {
      background-color: #fff; } }


/*# sourceMappingURL=theme.css.map */