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

@keyframes splide-loading {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(1turn); } }

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0; }

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1; }

.splide--rtl {
  direction: rtl; }

.splide__track--ttb > .splide__list {
  display: block; }

.splide__container {
  box-sizing: border-box;
  position: relative; }

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important; }

.splide.is-initialized:not(.is-active) .splide__list {
  display: block; }

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none; }

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto; }

.splide:not(.is-overflow) .splide__pagination {
  display: none; }

.splide__progress__bar {
  width: 0; }

.splide {
  position: relative;
  visibility: hidden; }

.splide.is-initialized, .splide.is-rendered {
  visibility: visible; }

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative; }

.splide__slide img {
  vertical-align: bottom; }

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

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

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none; }

.splide__toggle.is-active .splide__toggle__pause {
  display: inline; }

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0; }

.splide__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  -webkit-appearance: none;
  border: none;
  border-radius: 50%;
  box-shadow: 0 rem(3) rem(6) rgba(0, 0, 0, 0.29);
  background-color: transparent;
  z-index: 10; }
  .splide__arrow svg {
    width: 60px;
    height: 60px;
    fill: #ea5200;
    transition: all .4s ease; }
  .splide__arrow--prev {
    left: -50px;
    transform: scaleX(-1); }
  .splide__arrow--next {
    right: -50px; }
  .splide__arrow:focus svg, .splide__arrow:hover svg {
    fill: #352167; }
  .splide__arrow[disabled] {
    background-color: rgba(0, 0, 0, 0.3); }
    .splide__arrow[disabled] svg {
      fill: rgba(0, 0, 0, 0.5); }

/*------------------------------------------------------------------------------
  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: 400 1rem/1.25 "Rubik", sans-serif;
  min-height: 100%;
  background-color: #f3f3f3; }

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%; }

.anchor {
  position: absolute;
  top: -6.25rem;
  left: 0; }

/*------------------------------------------------------------------------------
  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: 300 4.625rem/1.1 "Rubik", sans-serif;
  letter-spacing: -0.275rem;
  color: #352167; }

h2 {
  margin: 0 0 1.875rem;
  font: 300 4.25rem/1.21 "Rubik", sans-serif;
  letter-spacing: -0.25rem;
  color: #352167; }

h3 {
  margin: 0 0 1.875rem;
  font: 400 3.625rem/1 "Rubik", sans-serif;
  color: #352167; }

h4 {
  margin: 0 0 1.875rem;
  font: 400 2.75rem/1 "Rubik", sans-serif; }

h5 {
  margin: 0 0 1.875rem;
  font: 700 2.375rem/1.18 "Rubik", sans-serif; }

h6 {
  margin: 0 0 0.9375rem;
  font: 700 2.125rem/1 "Rubik", sans-serif; }

p, ol, ul {
  margin: 0 0 1.875rem; }

p, ol, ul, li {
  font: 400 1.875rem/1.49 "Rubik", sans-serif;
  color: #352167; }

b, strong {
  font-weight: 700; }

small {
  font-size: 1.125rem; }

a {
  font: inherit;
  color: #ea5200;
  text-decoration: none;
  transition: all .4s ease; }
  a:focus, a:hover {
    color: #352167; }

.semibold {
  font-weight: 600; }

.inline-block {
  display: inline-block;
  width: auto; }

.extra-large-text {
  font-size: 10rem;
  line-height: 1; }

@media screen and (max-width: 64em) {
  h1 {
    font-size: 2.625rem;
    letter-spacing: -0.15rem; }
  h2 {
    font-size: 2.25rem;
    letter-spacing: -0.125rem; }
  h3 {
    font-size: 1.875rem; }
  h4 {
    font-size: 1.75rem; }
  h5 {
    font-size: 1.375rem; }
  h6 {
    font-size: 1.125rem; }
  p, ol, ul {
    margin: 0 0 1.25rem; }
  p, ol, ul, li {
    font-size: 1.0625rem; }
  .extra-large-text {
    font-size: calc(40px + (78 - 40) * ((100vw - 300px) / (1024 - 300))); } }

/*------------------------------------------------------------------------------
  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--primary {
  width: 100%; }
  .nav--primary ul {
    justify-content: flex-end;
    align-items: center;
    width: 100%; }
  .nav--primary a {
    padding: 0.625rem 0.9375rem;
    font: 400 1.5rem/1.2 "Rubik", sans-serif;
    color: #ea5200; }
    .nav--primary a:focus, .nav--primary a:hover {
      color: #352167; }
  .nav--primary li[class*="nav-button"] {
    padding: 0; }
    .nav--primary li[class*="nav-button"] > a {
      padding: 1.25rem 1.875rem !important;
      font-size: 1.25rem !important; }
    .nav--primary li[class*="nav-button"].nav-button--orange > a {
      display: inline-block;
      margin: 0.3125rem;
      padding: 1.5625rem 3.75rem;
      border: 0.125rem solid #ea5200;
      border-radius: 2.75rem;
      background-color: #ea5200;
      font: 400 1.25rem/1.2 "Rubik", sans-serif;
      letter-spacing: 0.0975rem;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      -webkit-appearance: none;
      outline: none;
      transition: all .4s ease; }
      .nav--primary li[class*="nav-button"].nav-button--orange > a:focus, .nav--primary li[class*="nav-button"].nav-button--orange > a:hover {
        border-color: #352167;
        background-color: #352167;
        color: #fff; }
      @media screen and (max-width: 64em) {
        .nav--primary li[class*="nav-button"].nav-button--orange > a {
          padding: 0.75rem 2.1875rem;
          font-size: 1.0625rem; } }
    .nav--primary li[class*="nav-button"].nav-button--purple > a {
      display: inline-block;
      margin: 0.3125rem;
      padding: 1.5625rem 3.75rem;
      border: 0.125rem solid #352167;
      border-radius: 2.75rem;
      background-color: #352167;
      font: 400 1.25rem/1.2 "Rubik", sans-serif;
      letter-spacing: 0.0975rem;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      -webkit-appearance: none;
      outline: none;
      transition: all .4s ease; }
      .nav--primary li[class*="nav-button"].nav-button--purple > a:focus, .nav--primary li[class*="nav-button"].nav-button--purple > a:hover {
        border-color: #ea5200;
        background-color: #ea5200;
        color: #fff; }
      @media screen and (max-width: 64em) {
        .nav--primary li[class*="nav-button"].nav-button--purple > a {
          padding: 0.75rem 2.1875rem;
          font-size: 1.0625rem; } }

.nav--mobile {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 100vh;
  padding: 3.125rem 0;
  background-color: #fff;
  z-index: -1; }
  .nav--mobile > ul {
    height: inherit;
    align-content: flex-start;
    padding-bottom: 15.625rem;
    overflow-y: scroll; }
  .nav--mobile ul {
    flex-wrap: wrap; }
  .nav--mobile li {
    flex: 0 1 100%;
    text-align: center; }
  .nav--mobile a {
    padding: 0.625rem 0.9375rem;
    font: 400 1.5rem/1.2 "Rubik", sans-serif;
    color: #ea5200; }
    .nav--mobile a:focus, .nav--mobile a:hover {
      color: #352167; }
  .nav--mobile li[class*="nav-button"] {
    padding: 0.3125rem 0;
    text-align: center; }
    .nav--mobile li[class*="nav-button"] > a {
      width: auto;
      padding: 1.25rem 1.875rem !important;
      font-size: 1.25rem !important; }
    .nav--mobile li[class*="nav-button"].nav-button--orange > a {
      display: inline-block;
      margin: 0.3125rem;
      padding: 1.5625rem 3.75rem;
      border: 0.125rem solid #ea5200;
      border-radius: 2.75rem;
      background-color: #ea5200;
      font: 400 1.25rem/1.2 "Rubik", sans-serif;
      letter-spacing: 0.0975rem;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      -webkit-appearance: none;
      outline: none;
      transition: all .4s ease; }
      .nav--mobile li[class*="nav-button"].nav-button--orange > a:focus, .nav--mobile li[class*="nav-button"].nav-button--orange > a:hover {
        border-color: #352167;
        background-color: #352167;
        color: #fff; }
      @media screen and (max-width: 64em) {
        .nav--mobile li[class*="nav-button"].nav-button--orange > a {
          padding: 0.75rem 2.1875rem;
          font-size: 1.0625rem; } }
    .nav--mobile li[class*="nav-button"].nav-button--purple > a {
      display: inline-block;
      margin: 0.3125rem;
      padding: 1.5625rem 3.75rem;
      border: 0.125rem solid #352167;
      border-radius: 2.75rem;
      background-color: #352167;
      font: 400 1.25rem/1.2 "Rubik", sans-serif;
      letter-spacing: 0.0975rem;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      -webkit-appearance: none;
      outline: none;
      transition: all .4s ease; }
      .nav--mobile li[class*="nav-button"].nav-button--purple > a:focus, .nav--mobile li[class*="nav-button"].nav-button--purple > a:hover {
        border-color: #ea5200;
        background-color: #ea5200;
        color: #fff; }
      @media screen and (max-width: 64em) {
        .nav--mobile li[class*="nav-button"].nav-button--purple > a {
          padding: 0.75rem 2.1875rem;
          font-size: 1.0625rem; } }

.nav--footer ul {
  justify-content: center; }

.nav--footer li + li:before {
  content: ' | ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  height: 1.5rem;
  font-size: 1.5rem;
  color: #fff; }

.nav--footer a {
  padding: 0.3125rem 1.25rem;
  font: 400 1.5rem/1 "Rubik", sans-serif;
  text-transform: uppercase;
  color: #fff; }
  .nav--footer a:focus, .nav--footer a:hover {
    color: #ea5200; }

@media screen and (max-width: 64em) {
  .nav--primary a {
    font-size: 1.25rem; }
  .nav--primary li[class*="nav-button"] > a {
    padding: 0.9375rem 1.5625rem !important;
    font-size: 1rem !important; }
  .nav--footer li + li:before {
    font-size: 1.125rem; }
  .nav--footer a {
    padding: 0.3125rem 0.625rem;
    font-size: 1.125rem; } }

@media screen and (max-width: 47.9375em) {
  .nav--primary li[class*="nav-button"] > a {
    padding: 0.625rem !important;
    font-size: 0.875rem !important; } }

/*----------------------------------------------------------------------------
  WordPress Social Menu
  - make sure to include FontAwesome for this to work!
----------------------------------------------------------------------------*/
.menu-social {
  margin-top: 1.25rem; }
  .menu-social ul {
    flex-wrap: wrap;
    justify-content: center;
    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;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          font: var(--fa-font-brands);
          font-size: 1.5rem;
          color: #fff;
          transition: all .4s ease; }
        .menu-social ul li a:focus:before, .menu-social ul li a:hover:before {
          color: #ea5200; }
      .menu-social ul li a[href*="facebook.com"]::before {
        content: '\f39e'; }
      .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
------------------------------------------------------------------------------*/
.buttons {
  width: calc(100% + 10px);
  margin-left: -0.3125rem; }

.button--primary {
  display: inline-block;
  margin: 0.3125rem;
  padding: 1.5625rem 3.75rem;
  border: 0.125rem solid #ea5200;
  border-radius: 2.75rem;
  background-color: #ea5200;
  font: 400 1.25rem/1.2 "Rubik", sans-serif;
  letter-spacing: 0.0975rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-appearance: none;
  outline: none;
  transition: all .4s ease; }
  .button--primary:focus, .button--primary:hover {
    border-color: #352167;
    background-color: #352167;
    color: #fff; }
  @media screen and (max-width: 64em) {
    .button--primary {
      padding: 0.75rem 2.1875rem;
      font-size: 1.0625rem; } }

.button--secondary {
  display: inline-block;
  margin: 0.3125rem;
  padding: 1.5625rem 3.75rem;
  border: 0.125rem solid #352167;
  border-radius: 2.75rem;
  background-color: #352167;
  font: 400 1.25rem/1.2 "Rubik", sans-serif;
  letter-spacing: 0.0975rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-appearance: none;
  outline: none;
  transition: all .4s ease; }
  .button--secondary:focus, .button--secondary:hover {
    border-color: #ea5200;
    background-color: #ea5200;
    color: #fff; }
  @media screen and (max-width: 64em) {
    .button--secondary {
      padding: 0.75rem 2.1875rem;
      font-size: 1.0625rem; } }

.button--text-link--primary {
  display: inline-block;
  margin: 0.3125rem;
  border: none;
  background-color: transparent;
  font: 500 1.25rem/1 "Rubik", sans-serif;
  text-transform: uppercase;
  color: #ea5200;
  -webkit-appearance: none;
  outline: none;
  transition: all .4s ease; }
  .button--text-link--primary:after {
    content: '\f105';
    display: inline-block;
    margin-left: 0.625rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    color: #ea5200;
    vertical-align: middle;
    transition: all .4s ease; }
  .button--text-link--primary:focus, .button--text-link--primary:hover {
    color: #352167; }
    .button--text-link--primary:focus:after, .button--text-link--primary:hover:after {
      color: #352167;
      transform: translateX(5px); }
  @media screen and (max-width: 64em) {
    .button--text-link--primary {
      font-size: 1.0625rem; } }

.button--text-link--secondary {
  display: inline-block;
  margin: 0.3125rem;
  border: none;
  background-color: transparent;
  font: 500 1.25rem/1 "Rubik", sans-serif;
  text-transform: uppercase;
  color: #352167;
  -webkit-appearance: none;
  outline: none;
  transition: all .4s ease; }
  .button--text-link--secondary:after {
    content: '\f105';
    display: inline-block;
    margin-left: 0.625rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    color: #352167;
    vertical-align: middle;
    transition: all .4s ease; }
  .button--text-link--secondary:focus, .button--text-link--secondary:hover {
    color: #ea5200; }
    .button--text-link--secondary:focus:after, .button--text-link--secondary:hover:after {
      color: #ea5200;
      transform: translateX(5px); }
  @media screen and (max-width: 64em) {
    .button--text-link--secondary {
      font-size: 1.0625rem; } }

.button--modal-orange {
  display: inline-block;
  margin: 0.3125rem;
  border: none;
  background-color: transparent;
  font: 500 1.25rem/1 "Rubik", sans-serif;
  text-transform: uppercase;
  color: #ea5200;
  -webkit-appearance: none;
  outline: none;
  transition: all .4s ease; }
  .button--modal-orange:before {
    content: '\f04b';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2.875rem;
    height: 3.125rem;
    margin-right: 0.625rem;
    border: 0.25rem solid #352167;
    border-radius: 50%;
    padding-left: 0.3125rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    font-size: 1.875rem;
    text-align: center;
    color: #ea5200;
    vertical-align: middle;
    transition: all .4s ease; }
  .button--modal-orange:focus, .button--modal-orange:hover {
    color: #352167; }
    .button--modal-orange:focus:before, .button--modal-orange:hover:before {
      border-color: #352167;
      color: #352167; }
  @media screen and (max-width: 64em) {
    .button--modal-orange {
      font-size: 1.0625rem; }
      .button--modal-orange:before {
        width: 1.875rem;
        height: 2.125rem;
        font-size: 1.25rem; } }

.button--modal-white {
  display: inline-block;
  margin: 0.3125rem;
  border: none;
  background-color: transparent;
  font: 500 1.25rem/1 "Rubik", sans-serif;
  text-transform: uppercase;
  color: #fff;
  -webkit-appearance: none;
  outline: none;
  transition: all .4s ease; }
  .button--modal-white:before {
    content: '\f04b';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2.875rem;
    height: 3.125rem;
    margin-right: 0.625rem;
    border: 0.25rem solid #352167;
    border-radius: 50%;
    padding-left: 0.3125rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    font-size: 1.875rem;
    text-align: center;
    color: #352167;
    vertical-align: middle;
    transition: all .4s ease; }
  .button--modal-white:focus, .button--modal-white:hover {
    color: #352167; }
    .button--modal-white:focus:before, .button--modal-white:hover:before {
      border-color: #352167;
      color: #352167; }
  @media screen and (max-width: 64em) {
    .button--modal-white {
      font-size: 1.0625rem; }
      .button--modal-white:before {
        width: 1.875rem;
        height: 2.125rem;
        font-size: 1.25rem; } }

/*------------------------------------------------------------------------------
  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;
    border-radius: 0.25rem;
    background-color: #ea5200;
    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: #352167; }
  .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: inline-block; } }

/*----------------------------------------------------------------------------
  Pagination
----------------------------------------------------------------------------*/
.pagination-row {
  display: flex;
  justify-content: center; }
  .pagination-row > a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1.6875rem;
    height: 1.6875rem;
    margin: 0.625rem;
    border-radius: 50%;
    background-color: transparent;
    font: 400 1.125rem/1 "Rubik", sans-serif;
    text-decoration: none;
    transition: all .4s ease; }

.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center; }

.pagination .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.6875rem;
  height: 1.6875rem;
  margin: 0.625rem;
  border-radius: 50%;
  background-color: transparent;
  font: 400 1.125rem/1 "Rubik", sans-serif;
  text-decoration: none;
  transition: all .4s ease; }

.pagination .prev i,
.pagination .next i {
  transition: all .4s ease; }

/*------------------------------------------------------------------------------
  Forms
------------------------------------------------------------------------------*/
label {
  position: relative;
  font: 400 1.25rem/1 "Rubik", sans-serif;
  vertical-align: middle;
  z-index: 1; }

input[type="text"], input[type="search"], input[type="email"], input[type="tel"], input[type="number"], input[type="url"],
textarea,
select {
  width: 100% !important;
  padding: 1.25rem 1.875rem !important;
  border-radius: 0.75rem !important;
  border: 0.0625rem solid #bcbcbc;
  background-color: #f3f3f3;
  font: 400 1.25rem/1 "Rubik", sans-serif;
  color: #686868;
  transition: all .4s ease; }
  input[type="text"]:active, input[type="text"]:focus, input[type="search"]:active, input[type="search"]: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: #ea5200; }

select {
  -webkit-appearance: none; }
  select::-ms-expand {
    display: none; }

input[type="checkbox"],
input[type="radio"] {
  position: relative;
  display: inline-block;
  width: 2.75rem !important;
  height: 2.75rem !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  vertical-align: middle; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    left: 0; }
  input[type="checkbox"]:before,
  input[type="radio"]:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 2rem;
    height: 2rem;
    margin: auto;
    border: 0.0625rem solid #bcbcbc;
    background-color: #f3f3f3;
    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-flex;
    justify-content: center;
    align-items: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: transparent;
    z-index: 1;
    transition: all .4s ease; }
  input[type="checkbox"]:checked:after,
  input[type="radio"]:checked:after {
    color: #686868; }
  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: #ea5200; }

input[type="checkbox"]:before {
  border-radius: 0.25rem !important; }

input[type="checkbox"]:after {
  content: '\f00c';
  font: var(--fa-font-regular);
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.5rem;
  line-height: 0.0625rem;
  font-weight: 400; }

input[type="radio"]:before {
  border-radius: 50%; }

input[type="radio"]:after {
  content: '\f111';
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.75rem !important;
  font: var(--fa-font-solid); }

input[type="submit"] {
  width: auto !important;
  display: inline-block;
  margin: 0.3125rem;
  padding: 1.5625rem 3.75rem;
  border: 0.125rem solid #ea5200;
  border-radius: 2.75rem;
  background-color: #ea5200;
  font: 400 1.25rem/1.2 "Rubik", sans-serif;
  letter-spacing: 0.0975rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-appearance: none;
  outline: none;
  transition: all .4s ease; }
  input[type="submit"]:focus, input[type="submit"]:hover {
    border-color: #352167;
    background-color: #352167;
    color: #fff; }
  @media screen and (max-width: 64em) {
    input[type="submit"] {
      padding: 0.75rem 2.1875rem;
      font-size: 1.0625rem; } }
  input[type="submit"]:active, input[type="submit"]:focus, input[type="submit"]:hover {
    outline: none; }

.search-form {
  display: flex;
  align-items: center; }
  .search-form input[type="text"],
  .search-form input[type="search"] {
    height: 4.375rem; }
  .search-form input[type="submit"] {
    height: 4.375rem;
    border-radius: 0.75rem;
    padding: 1.1875rem 1.25rem; }

.gform_wrapper {
  margin: 0 !important; }
  .gform_wrapper.gform_legacy_markup_wrapper form .gform_fields,
  .gform_wrapper.gform-theme--no-framework form .gform_fields {
    position: relative;
    left: -0.625rem;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: calc(100% + 20px) !important;
    list-style-type: none; }
  .gform_wrapper.gform_legacy_markup_wrapper form .gfield,
  .gform_wrapper.gform-theme--no-framework form .gfield {
    flex-basis: 100%;
    padding: 0 0.625rem !important; }
  .gform_wrapper.gform_legacy_markup_wrapper form .half-width,
  .gform_wrapper.gform-theme--no-framework form .half-width {
    flex-basis: 49%; }
  .gform_wrapper.gform_legacy_markup_wrapper form .third-width,
  .gform_wrapper.gform_legacy_markup_wrapper form .gfield--width-third,
  .gform_wrapper.gform-theme--no-framework form .third-width,
  .gform_wrapper.gform-theme--no-framework form .gfield--width-third {
    flex-basis: 33%; }
  .gform_wrapper form .gfield {
    margin: 0 0 2.5rem !important;
    padding: 0 !important; }
  .gform_wrapper form .half-width {
    grid-column: span 6 !important; }
  .gform_wrapper form .third-width,
  .gform_wrapper form .gfield--width-third {
    grid-column: span 4 !important; }
  .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;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font: var(--fa-font-light);
      font-size: 1.125rem;
      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;
    vertical-align: middle; }
  .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 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.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 label {
    top: 0; }
  .gform_wrapper.gform_validation_error form div.validation_error {
    width: 100%; }

@media screen and (max-width: 64em) {
  label {
    font-size: 1.0625rem; }
  input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="url"],
  textarea,
  select {
    padding: 0.9375rem 1.25rem !important;
    font-size: 1.0625rem; }
  .gform_wrapper.gform_legacy_markup_wrapper form .third-width,
  .gform_wrapper.gform_legacy_markup_wrapper form .gfield--width-third,
  .gform_wrapper.gform-theme--no-framework form .third-width,
  .gform_wrapper.gform-theme--no-framework form .gfield--width-third {
    flex-basis: 49%;
    flex-grow: 1; }
  .gform_wrapper form .third-width,
  .gform_wrapper form .gfield--width-third {
    grid-column: span 6 !important; } }

@media screen and (max-width: 47.9375em) {
  .gform_wrapper.gform_legacy_markup_wrapper form .half-width,
  .gform_wrapper.gform_legacy_markup_wrapper form .third-width,
  .gform_wrapper.gform_legacy_markup_wrapper form .gfield--width-third,
  .gform_wrapper.gform-theme--no-framework form .half-width,
  .gform_wrapper.gform-theme--no-framework form .third-width,
  .gform_wrapper.gform-theme--no-framework form .gfield--width-third {
    flex-basis: 100%; }
  .gform_wrapper form .gfield {
    margin: 0 0 1.25rem !important; }
  .gform_wrapper form .half-width,
  .gform_wrapper form .third-width,
  .gform_wrapper form .gfield--width-third {
    grid-column: span 12 !important; } }

/*
 * Social Links Component
 * 
 * Use for social links for staff, teams, etc.
 */
.social-links--speaker {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% + 20px);
  margin-left: -0.625rem;
  margin-bottom: 2.5rem; }
  .social-links--speaker a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.1875rem;
    height: 2.1875rem;
    margin: 0.625rem;
    padding: 0.625rem;
    border-radius: 50%;
    text-decoration: none; }
    .social-links--speaker a:focus, .social-links--speaker a:hover {
      box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0, 0, 0, 0.16); }
  .social-links--speaker i {
    font-size: 1.125rem;
    height: 0.9375rem; }

/*
 * Social Share Links Component
 * 
 * Use for sharing posts on social media
 */
.social-share-links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }
  .social-share-links__text p {
    margin: 0; }
  .social-share-links__icon {
    margin: 1.25rem; }
  .social-share-links a i {
    font-size: 2.25rem;
    transition: all .4s ease; }

@media screen and (max-width: 47.9375em) {
  .social-share-links {
    flex-direction: row;
    align-items: center; } }

/*
 * Background Image Component
 * 
 * Component part used on various templates/views
 * 
 * Corresponds to inactive, cloneable ACF Background Images group,
 * consisting of a Background Image field, 
 * a thumbnail size radio field,
 * an overlay toggle field, 
 * and two alignment fields.
 */
.background-image-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .background-image-block img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 5; }
  .background-image-block.has-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10; }

/*
 * Post Component
 *
 * Component part used on various templates/views
 */
.post-tile {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.25rem 0; }
  .post-tile__image {
    align-self: stretch;
    display: inline-block;
    flex: 0 1 40%;
    min-width: 12.5rem;
    margin-right: 1.875rem; }
    .post-tile__image:focus, .post-tile__image:hover {
      filter: brightness(0.9); }
  .post-tile__img {
    position: relative;
    width: 100%;
    height: 100%; }
  .post-tile__info {
    flex: 1 1 calc(60% - 30px);
    padding: 1.875rem 0; }
  .post-tile h5 {
    margin-bottom: 0.3125rem; }
    .post-tile h5 a {
      color: inherit; }
      .post-tile h5 a:focus, .post-tile h5 a:hover {
        color: #ea5200; }
  .post-tile .button--text-link--primary {
    margin: 0.3125rem 0; }
  .post-tile + .post-tile {
    border-top: 0.0625rem solid #352167; }

@media screen and (max-width: 37.5rem) {
  .post-tile {
    flex-wrap: wrap; }
    .post-tile__image {
      flex: 0 1 100%;
      margin-right: 0; }
    .post-tile__img {
      height: 0;
      padding-bottom: 65%; } }

/*------------------------------------------------------------------------------
  Header
------------------------------------------------------------------------------*/
html,
body {
  overflow-x: clip; }
  html.locked,
  body.locked {
    overflow-y: hidden; }

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

#wpadminbar {
  z-index: 9999999; }
  #wpadminbar ~ .site-header.sticky {
    top: 2rem; }
    @media screen and (max-width: 782px) {
      #wpadminbar ~ .site-header.sticky {
        top: 2.875rem; } }

.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.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  .site-header.absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent; }
    .site-header.absolute .nav--primary a {
      color: #fff; }
      .site-header.absolute .nav--primary a:focus, .site-header.absolute .nav--primary a:hover {
        color: #352167; }
  .site-header .container {
    padding: 3.125rem 12.8px 0.625rem; }
  .site-header__logo {
    display: inline-block;
    width: 22.5rem;
    max-width: 100%; }

@media screen and (max-width: 64em) {
  .site-header .container {
    padding-top: 1.875rem; }
  .site-header .row--justify-content-end {
    justify-content: space-between; }
  .site-header__logo {
    width: 17.5rem; } }

@media screen and (max-width: 47.9375em) {
  .site-header.absolute {
    position: relative;
    background-color: #fff; }
  .site-header__logo {
    width: 14.375rem; } }

@media screen and (max-width: 31.25rem) {
  .site-header__logo {
    width: 10rem; } }

/*------------------------------------------------------------------------------
  Footer
------------------------------------------------------------------------------*/
.site-footer {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
  background-color: #352167; }
  .site-footer .container {
    padding: 5.625rem 12.8px; }
  .site-footer p {
    color: #fff;
    font-size: 1.5rem; }
    .site-footer p a {
      font-weight: 700; }
      .site-footer p a:focus, .site-footer p a:hover {
        color: #fff; }

@media screen and (max-width: 64em) {
  .site-footer .container {
    padding: 3.125rem 12.8px; }
  .site-footer p {
    font-size: 1.125rem; } }

/*------------------------------------------------------------------------------
  Modals
------------------------------------------------------------------------------*/
.modal {
  position: relative;
  z-index: 9999; }

.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: 50rem;
  max-height: 100vh;
  padding: 0.9375rem 1.875rem 0.3125rem;
  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: #352167; }

.modal__close:before {
  content: '\2715';
  color: #ea5200;
  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; }

/*----------------------------------------------------------------------------
  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); }
  .hero .container {
    padding: 11.25rem 12.8px 12.5rem;
    z-index: 50; }
  .hero__block-1 {
    position: relative;
    width: 55%;
    max-width: 38.3125rem;
    padding: 15% 4% 8% 6%;
    background: url("blob-orange.7376c1e9.svg") left center/contain no-repeat;
    z-index: 10; }
    .hero__block-1 p {
      font-size: calc(14px + (35 - 14) * ((100vw - 300px) / (1400 - 300))); }
    .hero__block-1 img {
      display: block;
      width: 20.125rem;
      max-width: 80%;
      margin-bottom: -1.875rem; }
  .hero__block-2 {
    position: relative;
    top: -6.25rem;
    right: -18.75rem;
    width: 50%;
    max-width: 28.125rem;
    padding: 6% 3% 4%;
    background: url("blob-purple.ebec983b.svg") left center/contain no-repeat;
    z-index: 5; }
    .hero__block-2 > div {
      display: flex;
      align-items: center; }
    .hero__block-2 .inline-block {
      flex: 0 0 auto;
      max-width: 100%; }
    .hero__block-2 img {
      display: inline-block;
      width: 5rem;
      margin-right: 0.9375rem; }
    .hero__block-2 p {
      font-size: calc(14px + (28 - 14) * ((100vw - 300px) / (1400 - 300))); }

.hero + .text-image-split {
  margin-top: -15.625rem;
  z-index: 10; }

.site-header.absolute + main .hero .container {
  padding-top: calc(230px + 3%); }

@media screen and (max-width: 64em) {
  .hero__block-1 {
    width: 50%;
    max-width: 28.125rem; }
    .hero__block-1 img {
      width: 13.75rem;
      max-width: 60%; }
  .hero__block-2 {
    right: -12.5rem; }
  .hero + .text-image-split {
    margin-top: -12.5rem; }
  .site-header.absolute + main .hero .container {
    padding-top: calc(174px + 3%); } }

@media screen and (max-width: 47.9375em) {
  .hero .background-image-block {
    position: relative; }
  .hero .container,
  .hero .col-12 {
    padding: 0 !important; }
  .hero__block-1 {
    width: 100%;
    max-width: unset;
    margin-top: -1.25rem;
    padding: 4.375rem 1.6rem 1.875rem;
    background-color: #ea5200;
    text-align: center;
    clip-path: polygon(0 20px, 100% 0, 100% calc(100% - 20px), 0 100%); }
    .hero__block-1 img {
      width: 15.625rem;
      max-width: 60%;
      margin: 0 auto -0.625rem; }
    .hero__block-1 p {
      font-size: 2.25rem; }
      .hero__block-1 p br {
        display: none; }
  .hero__block-2 {
    top: 0;
    right: 0;
    width: 100%;
    max-width: unset;
    margin-top: -1.3125rem;
    padding: 3.125rem 1.6rem 3.125rem;
    background-color: #352167;
    clip-path: polygon(0 20px, 100% 0, 100% calc(100% - 20px), 0 100%); }
    .hero__block-2 > div {
      flex-wrap: wrap;
      justify-content: center;
      text-align: center; }
    .hero__block-2 img {
      width: 2.5rem; }
    .hero__block-2 p {
      font-size: 1.25rem; }
      .hero__block-2 p br {
        display: none; }
      .hero__block-2 p span[style*="color: #fcd82a;"] {
        display: inline-block; }
  .hero + .text-image-split {
    margin-top: -3.125rem;
    z-index: 50; } }

/*
 * Centered Text Block (Global)
 *
 * Template part used on various templates/views
 */
.centered-text-block {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .centered-text-block .container {
    padding: 3.125rem 12.8px; }
  .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 {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
  margin-bottom: 2.1875rem;
  border-bottom: 5.4375rem solid #ea5200;
  box-shadow: 0 2.1875rem 0 #fcd82a; }
  .banner .container {
    padding: 8% 12.8px;
    z-index: 50; }
  .banner:first-of-type {
    border: none;
    box-shadow: none; }

@media screen and (max-width: 47.9375em) {
  .banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10; }
  .banner .container {
    padding: 65% 12.8px 8%; }
  .banner p img {
    margin-bottom: -3.75rem;
    transform: scale(0.55);
    transform-origin: 0%; } }

/*
 * Slider (Global)
 *
 * Template part used on various templates/views
 */
.slider-section {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .slider-section .container {
    padding: 3.75rem 12.8px; }
  .slider-section .col-12 {
    margin-bottom: 3.125rem; }
  .slider-section__slider {
    margin-top: 3.125rem; }
  .slider-section__slide {
    padding: 0 1.25rem; }
  .slider-section__image {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 1.25rem; }
    .slider-section__image .background-image-block {
      transition: all .4s ease; }
  .slider-section a.slider-section__image:focus .background-image-block, .slider-section a.slider-section__image:hover .background-image-block {
    filter: brightness(0.9); }
  .slider-section__img {
    position: relative;
    display: block;
    width: 100%;
    border: 1.25rem solid #fff;
    border-radius: 50%;
    box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.26);
    padding-bottom: calc(100% - 40px);
    overflow: hidden; }
  .slider-section__icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    max-width: 6.875rem;
    z-index: 10; }
  .slider-section .buttons {
    margin-top: 3.125rem; }

@media screen and (max-width: 64em) {
  .slider-section .container {
    padding: 3.75rem 12.8px 0.625rem; }
  .slider-section + .centered-text-block[style*="background-color: transparent"] .container,
  .slider-section + .centered-text-block[style*="background-color: #f3f3f3"] .container {
    padding-top: 0; } }

@media screen and (max-width: 47.9375em) {
  .slider-section__slider {
    margin-top: 0; }
  .slider-section .buttons {
    margin-top: 0.9375rem; } }

/*
 * Map Block (Global)
 *
 * Template part used on various templates/views
 */
.map-block-section {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
  z-index: 10; }
  .map-block-section .container {
    padding: 0 12.8px; }
  .map-block-section__block {
    border-radius: 5.4375rem;
    box-shadow: 0 0.25rem 2.1875rem -0.8125rem rgba(0, 0, 0, 0.4);
    padding: 4.375rem 5.625rem 2.8125rem;
    background-color: rgba(255, 255, 255, 0.9); }

.banner + .map-block-section {
  margin-top: -12.5rem; }

@media screen and (max-width: 75rem) {
  .map-block-section__block {
    padding: 3.125rem 2.5rem 2.8125rem; } }

@media screen and (max-width: 47.9375em) {
  .map-block-section__block {
    border-radius: 3.375rem; }
  .banner + .map-block-section {
    margin-top: -9.375rem; }
    .banner + .map-block-section p img {
      transform: scale(0.5);
      transform-origin: top;
      margin-bottom: -5rem; } }

/*
 * Text/Image Split (Global)
 *
 * Template part used on various templates/views
 */
.text-image-split {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .text-image-split .container {
    padding: 0 12.8px; }
  .text-image-split__block {
    box-shadow: 0 0.25rem 2.1875rem -0.8125rem rgba(0, 0, 0, 0.25);
    border-radius: 5.4375rem;
    padding: 7.0625rem 5.625rem 2.5rem;
    background-color: #fff; }
  .text-image-split__image {
    padding-right: 1.25rem; }
    .text-image-split__image > div {
      position: relative;
      display: block;
      width: 100%;
      border: 1.25rem solid #352167;
      border-radius: 3.5rem;
      box-shadow: 2.5rem 2.5rem 0 #ea5200;
      padding-bottom: 100%;
      overflow: hidden; }

@media screen and (max-width: 64em) {
  .text-image-split__block {
    border-radius: 3.125rem;
    padding: 4.375rem 2.5rem 5rem; }
  .text-image-split .buttons {
    margin-bottom: 1.875rem; }
  .text-image-split__image {
    padding-right: 0; }
    .text-image-split__image > div {
      border: 0.9375rem solid #352167;
      border-radius: 2.5rem;
      box-shadow: 1.25rem 1.25rem 0 #ea5200; }
  .text-image-split__text h1 span[style*="color: #ea5200;"] {
    display: inline-block; } }

/*
 * Text/Image Split List (Global)
 *
 * Template part used on various templates/views
 */
.text-image-split-list {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .text-image-split-list .container {
    padding: 5rem 12.8px 1.25rem; }
  .text-image-split-list__item {
    display: flex;
    align-items: center;
    margin: 9.375rem 0;
    border-radius: 3.125rem;
    padding: 3.125rem 0.625rem;
    background-color: #ea5200;
    color: #fff; }
    .text-image-split-list__item:not(.reverse) {
      padding-right: 32%; }
      .text-image-split-list__item:not(.reverse) .text-image-split-list__image {
        right: 0; }
      .text-image-split-list__item:not(.reverse) .text-image-split-list__number {
        border-right: 0.1875rem solid #fff; }
    .text-image-split-list__item.reverse {
      flex-direction: row-reverse;
      padding-left: 32%; }
      .text-image-split-list__item.reverse .text-image-split-list__image {
        left: 0; }
      .text-image-split-list__item.reverse .text-image-split-list__text {
        flex-direction: row-reverse; }
      .text-image-split-list__item.reverse .text-image-split-list__number {
        border-left: 0.1875rem solid #fff; }
  .text-image-split-list__image {
    position: absolute;
    width: 30%;
    transform: rotate(-2.48deg); }
    .text-image-split-list__image > div {
      position: relative;
      display: block;
      width: 100%;
      border: 1.25rem solid #fff;
      border-radius: 2.875rem;
      box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.4);
      padding-bottom: 75%;
      overflow: hidden; }
  .text-image-split-list__text {
    display: flex;
    justify-content: flex-start; }
  .text-image-split-list__number {
    display: flex;
    align-items: center;
    padding: 0 1.875rem;
    font: 800 5.9375rem/1 "Rubik", sans-serif; }
  .text-image-split-list__content {
    padding: 0 1.875rem; }
    .text-image-split-list__content * {
      margin-bottom: 0; }

@media screen and (max-width: 64em) {
  .text-image-split-list__item {
    margin: 4.375rem 0; }
  .text-image-split-list__number {
    font-size: 4rem; }
  .text-image-split-list + .centered-text-block[style*="background-color: transparent"] .container,
  .text-image-split-list + .centered-text-block[style*="background-color: #f3f3f3"] .container {
    padding-top: 0; } }

@media screen and (max-width: 47.9375em) {
  .text-image-split-list__item {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 !important; }
    .text-image-split-list__item.reverse .text-image-split-list__text {
      flex-direction: row; }
    .text-image-split-list__item.reverse .text-image-split-list__number {
      border-left: none;
      border-right: 0.1875rem solid #fff; }
  .text-image-split-list__image {
    flex: 0 1 auto;
    position: relative;
    top: -1.875rem;
    width: 100%;
    transform: rotate(-5.5deg); }
  .text-image-split-list__text {
    padding: 1.875rem; }
  .text-image-split-list__number {
    flex: 0 0 auto;
    padding: 0 0.9375rem 0 0; }
  .text-image-split-list__content {
    flex: 1 1 auto; }
    .text-image-split-list__content * {
      text-align: left !important; } }

@media screen and (max-width: 31.25rem) {
  .text-image-split-list__text {
    flex-wrap: wrap;
    padding-top: 0.3125rem; }
  .text-image-split-list__number {
    flex: 0 0 100%;
    border-right: none !important;
    border-bottom: 0.1875rem solid #fff;
    padding: 0 0 0.3125rem; }
  .text-image-split-list__content {
    padding: 1.25rem 0; } }

/*
 * Multi-Column Grid (Global)
 *
 * Template part used on various templates/views
 */
.multi-column-grid {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .multi-column-grid .container {
    padding: 3.75rem 12.8px 1.875rem; }
  .multi-column-grid__intro {
    margin-bottom: 3.125rem; }
  .multi-column-grid div[class*="block-grid-"] {
    justify-content: center;
    align-items: stretch; }
  .multi-column-grid .col {
    margin-bottom: 3.125rem; }
  .multi-column-grid__column {
    display: flex;
    flex-wrap: wrap;
    height: 100%; }
    .multi-column-grid__column > div {
      flex: 0 1 100%; }
  .multi-column-grid__img {
    position: relative;
    padding-bottom: 60%;
    border-radius: 1.875rem;
    overflow: hidden; }
  .multi-column-grid__text {
    padding: 1.875rem 1.25rem 0.625rem; }
  .multi-column-grid .text-center {
    align-self: flex-end;
    padding-bottom: 1.875rem; }

/*
 * Logo Grid (Global)
 *
 * Template part used on various templates/views
 */
.logo-grid {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .logo-grid .container {
    padding: 3.125rem 12.8px; }
  .logo-grid div[class*="block-grid-"] {
    justify-content: center;
    align-items: center;
    margin-top: 3.125rem; }
  .logo-grid .buttons {
    margin-top: 1.875rem; }

.centered-text-block + .logo-grid .col-12:before {
  content: '';
  display: block;
  width: 100%;
  height: 0.1875rem;
  margin-bottom: 6.25rem;
  background-color: #ea5200; }

@media screen and (max-width: 64em) {
  .centered-text-block + .logo-grid .col-12:before {
    margin-bottom: 4.375rem; }
  .centered-text-block[style*="background-color: transparent"] + .logo-grid .container,
  .centered-text-block[style*="background-color: #f3f3f3"] + .logo-grid .container {
    padding-top: 0; } }

/*
 * Accordions Section (Global)
 *
 * Template part used on various templates/views
 */
.accordions-section {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .accordions-section .container {
    padding: 3.125rem 12.8px 4.375rem; }
  .accordions-section__intro {
    margin-bottom: 1.875rem; }
  .accordions-section .accordion {
    display: block;
    margin-bottom: 3.125rem;
    padding-right: 1.25rem; }
    .accordions-section .accordion__header {
      display: flex;
      width: 100%;
      padding: 0.625rem 0;
      -webkit-appearance: none;
      border: none;
      background-color: transparent;
      text-align: left;
      outline: none; }
      .accordions-section .accordion__header h4 {
        flex: 0 1 calc(100% - 36px);
        margin: 0;
        color: #000;
        transition: all .4s ease; }
      .accordions-section .accordion__header i {
        position: relative;
        top: 0.5rem;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 2.25rem;
        height: 2.25rem;
        margin-right: 0.625rem;
        font-size: 2.25rem;
        color: #ea5200;
        transition: all .4s ease;
        vertical-align: middle; }
      .accordions-section .accordion__header:focus h4, .accordions-section .accordion__header:hover h4 {
        color: #ea5200; }
    .accordions-section .accordion__content {
      display: none;
      padding: 0.625rem 0 0.625rem 2.5rem; }

@media screen and (max-width: 64em) {
  .accordions-section .accordion__header i {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1.75rem; } }

/*
 * Hero (Blog)
 *
 * Template part used on index.php
 */
.blog-hero {
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .blog-hero .container {
    padding: 2.5rem 12.8px; }

/*
 * Filters
 *
 * Template part used on the media template
 */
.blog-filters {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .blog-filters .container {
    padding: 1.875rem 12.8px 0.9375rem; }
  .blog-filters a {
    display: inline-block;
    padding: 0.3125rem 0.625rem;
    font: 400 1.5rem/1 "Rubik", sans-serif; }
    .blog-filters a.active {
      font-weight: 700;
      color: #352167;
      cursor: default;
      pointer-events: none; }

/*
 * Post List (Blog)
 *
 * Template part used on various views
 */
.post-list-section {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .post-list-section .container {
    padding: 3.125rem 12.8px; }
  .post-list-section__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.875rem; }
  .post-list-section__load {
    position: relative; }
  .post-list-section .loading-animation {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    margin: auto;
    transition: all .4s ease; }
  .post-list-section .buttons {
    margin-top: 1.875rem; }

@media screen and (max-width: 47.9375em) {
  .post-list-section .container {
    padding: 1.875rem 12.8px; } }

/**
 * The single post template.
 *
 * Used when a single post is queried.
 */
.blog-article {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .blog-article .container {
    padding: 3.125rem 12.8px; }
  .blog-article__info .featured-image {
    position: relative;
    display: block;
    padding-bottom: 45%;
    margin: 1.25rem 0 1.875rem; }
  .blog-article__sidebar {
    position: sticky;
    top: 1.875rem; }

@media screen and (max-width: 47.9375em) {
  .blog-article__sidebar {
    position: relative;
    top: 0; } }

/**
 * Search Results
 */
.search-results-section {
  position: relative;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); }
  .search-results-section .container {
    padding: 3.125rem 12.8px; }
  .search-results-section__result {
    padding: 2.5rem 0 2.1875rem; }
    .search-results-section__result + .search-results-section__result {
      border-top: 0.0625rem solid #686868; }
  .search-results-section h5 a {
    color: inherit;
    text-decoration: none; }
    .search-results-section h5 a:focus, .search-results-section h5 a:hover {
      color: #ea5200; }
  .search-results-section a[class*="button--"] {
    margin: 0; }

@media screen and (max-width: 64em) {
  .search-results-section__form {
    order: -1;
    margin-bottom: 1.875rem; } }

@media screen and (max-width: 47.9375em) {
  .search-results-section .container {
    padding: 3.125rem 12.8px 1.875rem; }
  .search-results-section__result {
    padding: 1.25rem 0 1.875rem; } }

/*----------------------------------------------------------------------------
  WP Store Locator Overrides
----------------------------------------------------------------------------*/
.wpsl-search {
  padding: 0;
  background-color: transparent; }
  .wpsl-search form {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0.9375rem; }
  .wpsl-search .wpsl-input {
    flex: 1 1 50%; }
    .wpsl-search .wpsl-input > div {
      display: block;
      width: 100%;
      float: none !important; }
    .wpsl-search .wpsl-input label {
      float: none;
      display: inline-block;
      width: 100%;
      margin-bottom: 0.625rem !important;
      font: 400 1.5rem/1 "Rubik", sans-serif !important;
      color: #686868; }
  .wpsl-search input[type="text"] {
    height: 4.375rem;
    margin: 0;
    border: 0.0625rem solid #bcbcbc !important;
    border-radius: 0.75rem !important;
    padding: 0.9375rem 1.875rem;
    background-color: #f3f3f3;
    font: 400 1.5rem/1 "Rubik", sans-serif !important;
    color: #686868; }
  .wpsl-search .wpsl-select-wrap {
    flex: 1 1 30%;
    display: flex !important; }
  .wpsl-search #wpsl-radius,
  .wpsl-search #wpsl-results {
    flex: 0 1 50%;
    display: inline-flex !important;
    flex-direction: column;
    justify-content: flex-end; }
    .wpsl-search #wpsl-radius label,
    .wpsl-search #wpsl-results label {
      float: none !important;
      display: block;
      width: 100%;
      margin-bottom: 0.625rem !important;
      font: 400 1.5rem/1 "Rubik", sans-serif !important;
      color: #686868; }
  .wpsl-search .wpsl-dropdown {
    width: 100% !important;
    height: 4.375rem;
    margin: 0;
    border: 0.0625rem solid #bcbcbc !important;
    border-radius: 0.75rem !important;
    padding: 0.9375rem 1.25rem;
    background-color: #f3f3f3;
    font: 400 1.5rem/1 "Rubik", sans-serif !important;
    color: #686868 !important; }
    .wpsl-search .wpsl-dropdown span.wpsl-selected-item {
      display: inline-block;
      padding: 0.5rem 0 !important;
      font: 400 1.5rem/1 "Rubik", sans-serif !important;
      color: #686868 !important;
      vertical-align: middle; }
    .wpsl-search .wpsl-dropdown > div {
      left: 0.3125rem !important;
      width: calc(100% - 10px);
      border-color: #bcbcbc !important;
      border-bottom-left-radius: 0.75rem !important;
      border-bottom-right-radius: 0.75rem !important;
      background-color: #f3f3f3 !important; }
      .wpsl-search .wpsl-dropdown > div li {
        font-size: 1.5rem !important; }
  .wpsl-search .wpsl-search-btn-wrap {
    flex: 0 0 auto;
    margin: 0 0 0.625rem !important; }
  .wpsl-search input[type="submit"]#wpsl-search-btn {
    display: inline-block !important;
    margin: 0 !important;
    height: 4.375rem;
    padding: 1.1875rem 3.125rem;
    border: 0.125rem solid #ea5200 !important;
    border-radius: 0.75rem !important;
    background: #ea5200 !important;
    font: 400 1.5rem/1.2 "Rubik", sans-serif;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase !important;
    text-decoration: none;
    -webkit-appearance: none !important;
    outline: none;
    transition: all .4s ease; }
    .wpsl-search input[type="submit"]#wpsl-search-btn:focus, .wpsl-search input[type="submit"]#wpsl-search-btn:hover {
      border-color: #352167 !important;
      background: #352167 !important; }

#wpsl-result-list li {
  border-bottom: 0.0625rem solid #000 !important; }
  #wpsl-result-list li:last-of-type {
    border-bottom: none !important; }

#wpsl-result-list .wpsl-store-location p a {
  color: #352167; }
  #wpsl-result-list .wpsl-store-location p a:focus, #wpsl-result-list .wpsl-store-location p a:hover {
    color: #ea5200; }

#wpsl-result-list .wpsl-store-location p span {
  font-size: 1.875rem; }

#wpsl-result-list .wpsl-store-location .link-icon {
  display: inline-block;
  width: 3.125rem;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  vertical-align: middle; }

#wpsl-result-list .wpsl-store-location .button--text-link--primary {
  max-width: calc(100% - 60px);
  margin: 0 0 0.625rem;
  vertical-align: middle; }

#wpsl-result-list .wpsl-store-location .wpsl-directions {
  font-size: 1.5rem; }

@media screen and (max-width: 64em) {
  .wpsl-search form {
    flex-wrap: wrap; }
  .wpsl-search .wpsl-input {
    flex: 1 1 100%;
    margin-bottom: 0.9375rem; }
  .wpsl-search input[type="submit"]#wpsl-search-btn {
    font-size: 1.25rem !important; }
  #wpsl-result-list .wpsl-store-location p span {
    font-size: 1.5rem; }
  #wpsl-result-list .wpsl-store-location .link-icon {
    width: 1.875rem; }
  #wpsl-result-list .wpsl-store-location .button--text-link--primary {
    max-width: calc(100% - 40px); }
  #wpsl-result-list .wpsl-store-location .wpsl-directions {
    font-size: 1.25rem; } }

@media screen and (max-width: 47.9375em) {
  .wpsl-search .wpsl-input label {
    font-size: 1.125rem !important; }
  .wpsl-search input[type="text"] {
    height: 2.75rem;
    padding: 0.625rem 1.25rem !important;
    font-size: 1.125rem !important; }
  .wpsl-search #wpsl-radius label,
  .wpsl-search #wpsl-results label {
    font-size: 1.125rem !important; }
  .wpsl-search .wpsl-select-wrap {
    flex: 1 1 100%;
    margin-bottom: 0.9375rem; }
  .wpsl-search .wpsl-dropdown {
    height: 2.75rem;
    padding: 0.625rem 1.25rem !important;
    background-color: #f3f3f3;
    font-size: 1.125rem !important; }
    .wpsl-search .wpsl-dropdown span.wpsl-selected-item {
      padding: 0.125rem 0 !important;
      font-size: 1.125rem !important; }
    .wpsl-search .wpsl-dropdown > div li {
      font-size: 1.125rem !important; }
  .wpsl-search .wpsl-search-btn-wrap {
    flex: 0 0 100%;
    margin: 0 0 0.9375rem !important; }
  .wpsl-search input[type="submit"]#wpsl-search-btn {
    width: 100% !important;
    height: 2.75rem;
    border-radius: 2.75rem !important;
    padding: 0.75rem 2.1875rem !important;
    font-size: 1.0625rem !important; }
  #wpsl-gmap {
    float: none;
    width: 100%; }
  #wpsl-result-list {
    width: 100%;
    margin-top: 0.625rem; }
    #wpsl-result-list .wpsl-store-location p span {
      font-size: 0.9375rem;
      line-height: 1.1; }
    #wpsl-result-list .wpsl-store-location .link-icon {
      width: 1.375rem; }
    #wpsl-result-list .wpsl-store-location .wpsl-directions {
      font-size: 1.0625rem; } }

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


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