@charset "UTF-8";
/* Import the mixins */
/* Import the styles */
/* --- Breakpoints --- */
/* --- Fonts --- */
/* --- All the colours. So many colours. And they all go hand-in-hand. Hand-in-hand through their temp-lates--- */
/* HTML5 Reset
---------------------------------------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }

/* stylelint-enable */
/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table; }

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table; }

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden; }

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0; }

/* Display outline on focus */
:focus {
  color: #3B3B3A;
  outline: #ccc solid 1px; }

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #3B3B3A;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px; }

/* ==========================================================================
    GRIDLEX
    Just a Flexbox Grid System - v. 2.7.1
========================================================================== */
[class~="grid"],
[class*="grid-"],
[class*="grid_"] {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -1rem; }

[class~="col"],
[class*="col-"],
[class*="col_"] {
  box-sizing: border-box;
  padding: 0 1rem 2rem;
  max-width: 100%; }

[class~="col"],
[class*="col_"] {
  flex: 1 1 0%; }

[class*="col-"] {
  flex: none; }

[class~="grid"][class~="col"],
[class~="grid"][class*="col-"],
[class~="grid"][class*="col_"],
[class*="grid-"][class~="col"],
[class*="grid-"][class*="col-"],
[class*="grid-"][class*="col_"],
[class*="grid_"][class~="col"],
[class*="grid_"][class*="col-"],
[class*="grid_"][class*="col_"] {
  margin: 0;
  padding: 0; }

/************************
    HELPERS SUFFIXES
*************************/
[class*="grid-"][class*="-noGutter"] {
  margin: 0; }
  [class*="grid-"][class*="-noGutter"] > [class~="col"],
  [class*="grid-"][class*="-noGutter"] > [class*="col-"] {
    padding: 0; }

[class*="grid-"][class*="-noWrap"] {
  flex-wrap: nowrap; }

[class*="grid-"][class*="-center"] {
  justify-content: center; }

[class*="grid-"][class*="-right"] {
  justify-content: flex-end;
  align-self: flex-end;
  margin-left: auto; }

[class*="grid-"][class*="-top"] {
  align-items: flex-start; }

[class*="grid-"][class*="-middle"] {
  align-items: center; }

[class*="grid-"][class*="-bottom"] {
  align-items: flex-end; }

[class*="grid-"][class*="-reverse"] {
  flex-direction: row-reverse; }

[class*="grid-"][class*="-column"] {
  flex-direction: column; }
  [class*="grid-"][class*="-column"] > [class*="col-"] {
    flex-basis: auto; }

[class*="grid-"][class*="-column-reverse"] {
  flex-direction: column-reverse; }

[class*="grid-"][class*="-spaceBetween"] {
  justify-content: space-between; }

[class*="grid-"][class*="-spaceAround"] {
  justify-content: space-around; }

[class*="grid-"][class*="-equalHeight"] > [class~="col"], [class*="grid-"][class*="-equalHeight"] > [class*="col-"], [class*="grid-"][class*="-equalHeight"] > [class*="col_"] {
  align-self: stretch; }
  [class*="grid-"][class*="-equalHeight"] > [class~="col"] > *, [class*="grid-"][class*="-equalHeight"] > [class*="col-"] > *, [class*="grid-"][class*="-equalHeight"] > [class*="col_"] > * {
    height: 100%; }

[class*="grid-"][class*="-noBottom"] > [class~="col"], [class*="grid-"][class*="-noBottom"] > [class*="col-"], [class*="grid-"][class*="-noBottom"] > [class*="col_"] {
  padding-bottom: 0; }

[class*="col-"][class*="-top"] {
  align-self: flex-start; }

[class*="col-"][class*="-middle"] {
  align-self: center; }

[class*="col-"][class*="-bottom"] {
  align-self: flex-end; }

[class*="col-"][class*="-first"] {
  order: -1; }

[class*="col-"][class*="-last"] {
  order: 1; }

/************************
    GRID BY NUMBER
*************************/
[class*="grid-1"] > [class~="col"],
[class*="grid-1"] > [class*="col-"],
[class*="grid-1"] > [class*="col_"] {
  flex-basis: 100%;
  max-width: 100%; }

[class*="grid-2"] > [class~="col"],
[class*="grid-2"] > [class*="col-"],
[class*="grid-2"] > [class*="col_"] {
  flex-basis: 50%;
  max-width: 50%; }

[class*="grid-3"] > [class~="col"],
[class*="grid-3"] > [class*="col-"],
[class*="grid-3"] > [class*="col_"] {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%; }

[class*="grid-4"] > [class~="col"],
[class*="grid-4"] > [class*="col-"],
[class*="grid-4"] > [class*="col_"] {
  flex-basis: 25%;
  max-width: 25%; }

[class*="grid-5"] > [class~="col"],
[class*="grid-5"] > [class*="col-"],
[class*="grid-5"] > [class*="col_"] {
  flex-basis: 20%;
  max-width: 20%; }

[class*="grid-6"] > [class~="col"],
[class*="grid-6"] > [class*="col-"],
[class*="grid-6"] > [class*="col_"] {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%; }

[class*="grid-7"] > [class~="col"],
[class*="grid-7"] > [class*="col-"],
[class*="grid-7"] > [class*="col_"] {
  flex-basis: 14.2857142857%;
  max-width: 14.2857142857%; }

[class*="grid-8"] > [class~="col"],
[class*="grid-8"] > [class*="col-"],
[class*="grid-8"] > [class*="col_"] {
  flex-basis: 12.5%;
  max-width: 12.5%; }

[class*="grid-9"] > [class~="col"],
[class*="grid-9"] > [class*="col-"],
[class*="grid-9"] > [class*="col_"] {
  flex-basis: 11.1111111111%;
  max-width: 11.1111111111%; }

[class*="grid-10"] > [class~="col"],
[class*="grid-10"] > [class*="col-"],
[class*="grid-10"] > [class*="col_"] {
  flex-basis: 10%;
  max-width: 10%; }

[class*="grid-11"] > [class~="col"],
[class*="grid-11"] > [class*="col-"],
[class*="grid-11"] > [class*="col_"] {
  flex-basis: 9.0909090909%;
  max-width: 9.0909090909%; }

[class*="grid-12"] > [class~="col"],
[class*="grid-12"] > [class*="col-"],
[class*="grid-12"] > [class*="col_"] {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%; }

@media (max-width: 80em) {
  [class*="_lg-1"] > [class~="col"],
  [class*="_lg-1"] > [class*="col-"],
  [class*="_lg-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%; }
  [class*="_lg-2"] > [class~="col"],
  [class*="_lg-2"] > [class*="col-"],
  [class*="_lg-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%; }
  [class*="_lg-3"] > [class~="col"],
  [class*="_lg-3"] > [class*="col-"],
  [class*="_lg-3"] > [class*="col_"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  [class*="_lg-4"] > [class~="col"],
  [class*="_lg-4"] > [class*="col-"],
  [class*="_lg-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%; }
  [class*="_lg-5"] > [class~="col"],
  [class*="_lg-5"] > [class*="col-"],
  [class*="_lg-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%; }
  [class*="_lg-6"] > [class~="col"],
  [class*="_lg-6"] > [class*="col-"],
  [class*="_lg-6"] > [class*="col_"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  [class*="_lg-7"] > [class~="col"],
  [class*="_lg-7"] > [class*="col-"],
  [class*="_lg-7"] > [class*="col_"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%; }
  [class*="_lg-8"] > [class~="col"],
  [class*="_lg-8"] > [class*="col-"],
  [class*="_lg-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%; }
  [class*="_lg-9"] > [class~="col"],
  [class*="_lg-9"] > [class*="col-"],
  [class*="_lg-9"] > [class*="col_"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%; }
  [class*="_lg-10"] > [class~="col"],
  [class*="_lg-10"] > [class*="col-"],
  [class*="_lg-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%; }
  [class*="_lg-11"] > [class~="col"],
  [class*="_lg-11"] > [class*="col-"],
  [class*="_lg-11"] > [class*="col_"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%; }
  [class*="_lg-12"] > [class~="col"],
  [class*="_lg-12"] > [class*="col-"],
  [class*="_lg-12"] > [class*="col_"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; } }

@media (max-width: 64em) {
  [class*="_md-1"] > [class~="col"],
  [class*="_md-1"] > [class*="col-"],
  [class*="_md-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%; }
  [class*="_md-2"] > [class~="col"],
  [class*="_md-2"] > [class*="col-"],
  [class*="_md-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%; }
  [class*="_md-3"] > [class~="col"],
  [class*="_md-3"] > [class*="col-"],
  [class*="_md-3"] > [class*="col_"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  [class*="_md-4"] > [class~="col"],
  [class*="_md-4"] > [class*="col-"],
  [class*="_md-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%; }
  [class*="_md-5"] > [class~="col"],
  [class*="_md-5"] > [class*="col-"],
  [class*="_md-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%; }
  [class*="_md-6"] > [class~="col"],
  [class*="_md-6"] > [class*="col-"],
  [class*="_md-6"] > [class*="col_"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  [class*="_md-7"] > [class~="col"],
  [class*="_md-7"] > [class*="col-"],
  [class*="_md-7"] > [class*="col_"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%; }
  [class*="_md-8"] > [class~="col"],
  [class*="_md-8"] > [class*="col-"],
  [class*="_md-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%; }
  [class*="_md-9"] > [class~="col"],
  [class*="_md-9"] > [class*="col-"],
  [class*="_md-9"] > [class*="col_"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%; }
  [class*="_md-10"] > [class~="col"],
  [class*="_md-10"] > [class*="col-"],
  [class*="_md-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%; }
  [class*="_md-11"] > [class~="col"],
  [class*="_md-11"] > [class*="col-"],
  [class*="_md-11"] > [class*="col_"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%; }
  [class*="_md-12"] > [class~="col"],
  [class*="_md-12"] > [class*="col-"],
  [class*="_md-12"] > [class*="col_"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; } }

@media (max-width: 48em) {
  [class*="_sm-1"] > [class~="col"],
  [class*="_sm-1"] > [class*="col-"],
  [class*="_sm-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%; }
  [class*="_sm-2"] > [class~="col"],
  [class*="_sm-2"] > [class*="col-"],
  [class*="_sm-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%; }
  [class*="_sm-3"] > [class~="col"],
  [class*="_sm-3"] > [class*="col-"],
  [class*="_sm-3"] > [class*="col_"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  [class*="_sm-4"] > [class~="col"],
  [class*="_sm-4"] > [class*="col-"],
  [class*="_sm-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%; }
  [class*="_sm-5"] > [class~="col"],
  [class*="_sm-5"] > [class*="col-"],
  [class*="_sm-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%; }
  [class*="_sm-6"] > [class~="col"],
  [class*="_sm-6"] > [class*="col-"],
  [class*="_sm-6"] > [class*="col_"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  [class*="_sm-7"] > [class~="col"],
  [class*="_sm-7"] > [class*="col-"],
  [class*="_sm-7"] > [class*="col_"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%; }
  [class*="_sm-8"] > [class~="col"],
  [class*="_sm-8"] > [class*="col-"],
  [class*="_sm-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%; }
  [class*="_sm-9"] > [class~="col"],
  [class*="_sm-9"] > [class*="col-"],
  [class*="_sm-9"] > [class*="col_"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%; }
  [class*="_sm-10"] > [class~="col"],
  [class*="_sm-10"] > [class*="col-"],
  [class*="_sm-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%; }
  [class*="_sm-11"] > [class~="col"],
  [class*="_sm-11"] > [class*="col-"],
  [class*="_sm-11"] > [class*="col_"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%; }
  [class*="_sm-12"] > [class~="col"],
  [class*="_sm-12"] > [class*="col-"],
  [class*="_sm-12"] > [class*="col_"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; } }

@media (max-width: 36em) {
  [class*="_xs-1"] > [class~="col"],
  [class*="_xs-1"] > [class*="col-"],
  [class*="_xs-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%; }
  [class*="_xs-2"] > [class~="col"],
  [class*="_xs-2"] > [class*="col-"],
  [class*="_xs-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%; }
  [class*="_xs-3"] > [class~="col"],
  [class*="_xs-3"] > [class*="col-"],
  [class*="_xs-3"] > [class*="col_"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  [class*="_xs-4"] > [class~="col"],
  [class*="_xs-4"] > [class*="col-"],
  [class*="_xs-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%; }
  [class*="_xs-5"] > [class~="col"],
  [class*="_xs-5"] > [class*="col-"],
  [class*="_xs-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%; }
  [class*="_xs-6"] > [class~="col"],
  [class*="_xs-6"] > [class*="col-"],
  [class*="_xs-6"] > [class*="col_"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  [class*="_xs-7"] > [class~="col"],
  [class*="_xs-7"] > [class*="col-"],
  [class*="_xs-7"] > [class*="col_"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%; }
  [class*="_xs-8"] > [class~="col"],
  [class*="_xs-8"] > [class*="col-"],
  [class*="_xs-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%; }
  [class*="_xs-9"] > [class~="col"],
  [class*="_xs-9"] > [class*="col-"],
  [class*="_xs-9"] > [class*="col_"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%; }
  [class*="_xs-10"] > [class~="col"],
  [class*="_xs-10"] > [class*="col-"],
  [class*="_xs-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%; }
  [class*="_xs-11"] > [class~="col"],
  [class*="_xs-11"] > [class*="col-"],
  [class*="_xs-11"] > [class*="col_"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%; }
  [class*="_xs-12"] > [class~="col"],
  [class*="_xs-12"] > [class*="col-"],
  [class*="_xs-12"] > [class*="col_"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; } }

/************************
    COLS SIZES
*************************/
[class~="grid"] > [class*="col-1"],
[class*="grid-"] > [class*="col-1"],
[class*="grid_"] > [class*="col-1"] {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%; }

[class~="grid"] > [class*="col-2"],
[class*="grid-"] > [class*="col-2"],
[class*="grid_"] > [class*="col-2"] {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%; }

[class~="grid"] > [class*="col-3"],
[class*="grid-"] > [class*="col-3"],
[class*="grid_"] > [class*="col-3"] {
  flex-basis: 25%;
  max-width: 25%; }

[class~="grid"] > [class*="col-4"],
[class*="grid-"] > [class*="col-4"],
[class*="grid_"] > [class*="col-4"] {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%; }

[class~="grid"] > [class*="col-5"],
[class*="grid-"] > [class*="col-5"],
[class*="grid_"] > [class*="col-5"] {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%; }

[class~="grid"] > [class*="col-6"],
[class*="grid-"] > [class*="col-6"],
[class*="grid_"] > [class*="col-6"] {
  flex-basis: 50%;
  max-width: 50%; }

[class~="grid"] > [class*="col-7"],
[class*="grid-"] > [class*="col-7"],
[class*="grid_"] > [class*="col-7"] {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%; }

[class~="grid"] > [class*="col-8"],
[class*="grid-"] > [class*="col-8"],
[class*="grid_"] > [class*="col-8"] {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%; }

[class~="grid"] > [class*="col-9"],
[class*="grid-"] > [class*="col-9"],
[class*="grid_"] > [class*="col-9"] {
  flex-basis: 75%;
  max-width: 75%; }

[class~="grid"] > [class*="col-10"],
[class*="grid-"] > [class*="col-10"],
[class*="grid_"] > [class*="col-10"] {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%; }

[class~="grid"] > [class*="col-11"],
[class*="grid-"] > [class*="col-11"],
[class*="grid_"] > [class*="col-11"] {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%; }

[class~="grid"] > [class*="col-12"],
[class*="grid-"] > [class*="col-12"],
[class*="grid_"] > [class*="col-12"] {
  flex-basis: 100%;
  max-width: 100%; }

[class~="grid"] > [data-push-left*="off-0"],
[class*="grid-"] > [data-push-left*="off-0"],
[class*="grid_"] > [data-push-left*="off-0"] {
  margin-left: 0; }

[class~="grid"] > [data-push-left*="off-1"],
[class*="grid-"] > [data-push-left*="off-1"],
[class*="grid_"] > [data-push-left*="off-1"] {
  margin-left: 8.3333333333%; }

[class~="grid"] > [data-push-left*="off-2"],
[class*="grid-"] > [data-push-left*="off-2"],
[class*="grid_"] > [data-push-left*="off-2"] {
  margin-left: 16.6666666667%; }

[class~="grid"] > [data-push-left*="off-3"],
[class*="grid-"] > [data-push-left*="off-3"],
[class*="grid_"] > [data-push-left*="off-3"] {
  margin-left: 25%; }

[class~="grid"] > [data-push-left*="off-4"],
[class*="grid-"] > [data-push-left*="off-4"],
[class*="grid_"] > [data-push-left*="off-4"] {
  margin-left: 33.3333333333%; }

[class~="grid"] > [data-push-left*="off-5"],
[class*="grid-"] > [data-push-left*="off-5"],
[class*="grid_"] > [data-push-left*="off-5"] {
  margin-left: 41.6666666667%; }

[class~="grid"] > [data-push-left*="off-6"],
[class*="grid-"] > [data-push-left*="off-6"],
[class*="grid_"] > [data-push-left*="off-6"] {
  margin-left: 50%; }

[class~="grid"] > [data-push-left*="off-7"],
[class*="grid-"] > [data-push-left*="off-7"],
[class*="grid_"] > [data-push-left*="off-7"] {
  margin-left: 58.3333333333%; }

[class~="grid"] > [data-push-left*="off-8"],
[class*="grid-"] > [data-push-left*="off-8"],
[class*="grid_"] > [data-push-left*="off-8"] {
  margin-left: 66.6666666667%; }

[class~="grid"] > [data-push-left*="off-9"],
[class*="grid-"] > [data-push-left*="off-9"],
[class*="grid_"] > [data-push-left*="off-9"] {
  margin-left: 75%; }

[class~="grid"] > [data-push-left*="off-10"],
[class*="grid-"] > [data-push-left*="off-10"],
[class*="grid_"] > [data-push-left*="off-10"] {
  margin-left: 83.3333333333%; }

[class~="grid"] > [data-push-left*="off-11"],
[class*="grid-"] > [data-push-left*="off-11"],
[class*="grid_"] > [data-push-left*="off-11"] {
  margin-left: 91.6666666667%; }

[class~="grid"] > [data-push-right*="off-0"],
[class*="grid-"] > [data-push-right*="off-0"],
[class*="grid_"] > [data-push-right*="off-0"] {
  margin-right: 0; }

[class~="grid"] > [data-push-right*="off-1"],
[class*="grid-"] > [data-push-right*="off-1"],
[class*="grid_"] > [data-push-right*="off-1"] {
  margin-right: 8.3333333333%; }

[class~="grid"] > [data-push-right*="off-2"],
[class*="grid-"] > [data-push-right*="off-2"],
[class*="grid_"] > [data-push-right*="off-2"] {
  margin-right: 16.6666666667%; }

[class~="grid"] > [data-push-right*="off-3"],
[class*="grid-"] > [data-push-right*="off-3"],
[class*="grid_"] > [data-push-right*="off-3"] {
  margin-right: 25%; }

[class~="grid"] > [data-push-right*="off-4"],
[class*="grid-"] > [data-push-right*="off-4"],
[class*="grid_"] > [data-push-right*="off-4"] {
  margin-right: 33.3333333333%; }

[class~="grid"] > [data-push-right*="off-5"],
[class*="grid-"] > [data-push-right*="off-5"],
[class*="grid_"] > [data-push-right*="off-5"] {
  margin-right: 41.6666666667%; }

[class~="grid"] > [data-push-right*="off-6"],
[class*="grid-"] > [data-push-right*="off-6"],
[class*="grid_"] > [data-push-right*="off-6"] {
  margin-right: 50%; }

[class~="grid"] > [data-push-right*="off-7"],
[class*="grid-"] > [data-push-right*="off-7"],
[class*="grid_"] > [data-push-right*="off-7"] {
  margin-right: 58.3333333333%; }

[class~="grid"] > [data-push-right*="off-8"],
[class*="grid-"] > [data-push-right*="off-8"],
[class*="grid_"] > [data-push-right*="off-8"] {
  margin-right: 66.6666666667%; }

[class~="grid"] > [data-push-right*="off-9"],
[class*="grid-"] > [data-push-right*="off-9"],
[class*="grid_"] > [data-push-right*="off-9"] {
  margin-right: 75%; }

[class~="grid"] > [data-push-right*="off-10"],
[class*="grid-"] > [data-push-right*="off-10"],
[class*="grid_"] > [data-push-right*="off-10"] {
  margin-right: 83.3333333333%; }

[class~="grid"] > [data-push-right*="off-11"],
[class*="grid-"] > [data-push-right*="off-11"],
[class*="grid_"] > [data-push-right*="off-11"] {
  margin-right: 91.6666666667%; }

@media (max-width: 80em) {
  [class~="grid"] > [class*="_lg-1"],
  [class*="grid-"] > [class*="_lg-1"],
  [class*="grid_"] > [class*="_lg-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  [class~="grid"] > [class*="_lg-2"],
  [class*="grid-"] > [class*="_lg-2"],
  [class*="grid_"] > [class*="_lg-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  [class~="grid"] > [class*="_lg-3"],
  [class*="grid-"] > [class*="_lg-3"],
  [class*="grid_"] > [class*="_lg-3"] {
    flex-basis: 25%;
    max-width: 25%; }
  [class~="grid"] > [class*="_lg-4"],
  [class*="grid-"] > [class*="_lg-4"],
  [class*="grid_"] > [class*="_lg-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  [class~="grid"] > [class*="_lg-5"],
  [class*="grid-"] > [class*="_lg-5"],
  [class*="grid_"] > [class*="_lg-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  [class~="grid"] > [class*="_lg-6"],
  [class*="grid-"] > [class*="_lg-6"],
  [class*="grid_"] > [class*="_lg-6"] {
    flex-basis: 50%;
    max-width: 50%; }
  [class~="grid"] > [class*="_lg-7"],
  [class*="grid-"] > [class*="_lg-7"],
  [class*="grid_"] > [class*="_lg-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  [class~="grid"] > [class*="_lg-8"],
  [class*="grid-"] > [class*="_lg-8"],
  [class*="grid_"] > [class*="_lg-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  [class~="grid"] > [class*="_lg-9"],
  [class*="grid-"] > [class*="_lg-9"],
  [class*="grid_"] > [class*="_lg-9"] {
    flex-basis: 75%;
    max-width: 75%; }
  [class~="grid"] > [class*="_lg-10"],
  [class*="grid-"] > [class*="_lg-10"],
  [class*="grid_"] > [class*="_lg-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  [class~="grid"] > [class*="_lg-11"],
  [class*="grid-"] > [class*="_lg-11"],
  [class*="grid_"] > [class*="_lg-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  [class~="grid"] > [class*="_lg-12"],
  [class*="grid-"] > [class*="_lg-12"],
  [class*="grid_"] > [class*="_lg-12"] {
    flex-basis: 100%;
    max-width: 100%; }
  [class~="grid"] > [data-push-left*="_lg-0"],
  [class*="grid-"] > [data-push-left*="_lg-0"],
  [class*="grid_"] > [data-push-left*="_lg-0"] {
    margin-left: 0; }
  [class~="grid"] > [data-push-left*="_lg-1"],
  [class*="grid-"] > [data-push-left*="_lg-1"],
  [class*="grid_"] > [data-push-left*="_lg-1"] {
    margin-left: 8.3333333333%; }
  [class~="grid"] > [data-push-left*="_lg-2"],
  [class*="grid-"] > [data-push-left*="_lg-2"],
  [class*="grid_"] > [data-push-left*="_lg-2"] {
    margin-left: 16.6666666667%; }
  [class~="grid"] > [data-push-left*="_lg-3"],
  [class*="grid-"] > [data-push-left*="_lg-3"],
  [class*="grid_"] > [data-push-left*="_lg-3"] {
    margin-left: 25%; }
  [class~="grid"] > [data-push-left*="_lg-4"],
  [class*="grid-"] > [data-push-left*="_lg-4"],
  [class*="grid_"] > [data-push-left*="_lg-4"] {
    margin-left: 33.3333333333%; }
  [class~="grid"] > [data-push-left*="_lg-5"],
  [class*="grid-"] > [data-push-left*="_lg-5"],
  [class*="grid_"] > [data-push-left*="_lg-5"] {
    margin-left: 41.6666666667%; }
  [class~="grid"] > [data-push-left*="_lg-6"],
  [class*="grid-"] > [data-push-left*="_lg-6"],
  [class*="grid_"] > [data-push-left*="_lg-6"] {
    margin-left: 50%; }
  [class~="grid"] > [data-push-left*="_lg-7"],
  [class*="grid-"] > [data-push-left*="_lg-7"],
  [class*="grid_"] > [data-push-left*="_lg-7"] {
    margin-left: 58.3333333333%; }
  [class~="grid"] > [data-push-left*="_lg-8"],
  [class*="grid-"] > [data-push-left*="_lg-8"],
  [class*="grid_"] > [data-push-left*="_lg-8"] {
    margin-left: 66.6666666667%; }
  [class~="grid"] > [data-push-left*="_lg-9"],
  [class*="grid-"] > [data-push-left*="_lg-9"],
  [class*="grid_"] > [data-push-left*="_lg-9"] {
    margin-left: 75%; }
  [class~="grid"] > [data-push-left*="_lg-10"],
  [class*="grid-"] > [data-push-left*="_lg-10"],
  [class*="grid_"] > [data-push-left*="_lg-10"] {
    margin-left: 83.3333333333%; }
  [class~="grid"] > [data-push-left*="_lg-11"],
  [class*="grid-"] > [data-push-left*="_lg-11"],
  [class*="grid_"] > [data-push-left*="_lg-11"] {
    margin-left: 91.6666666667%; }
  [class~="grid"] > [data-push-right*="_lg-0"],
  [class*="grid-"] > [data-push-right*="_lg-0"],
  [class*="grid_"] > [data-push-right*="_lg-0"] {
    margin-right: 0; }
  [class~="grid"] > [data-push-right*="_lg-1"],
  [class*="grid-"] > [data-push-right*="_lg-1"],
  [class*="grid_"] > [data-push-right*="_lg-1"] {
    margin-right: 8.3333333333%; }
  [class~="grid"] > [data-push-right*="_lg-2"],
  [class*="grid-"] > [data-push-right*="_lg-2"],
  [class*="grid_"] > [data-push-right*="_lg-2"] {
    margin-right: 16.6666666667%; }
  [class~="grid"] > [data-push-right*="_lg-3"],
  [class*="grid-"] > [data-push-right*="_lg-3"],
  [class*="grid_"] > [data-push-right*="_lg-3"] {
    margin-right: 25%; }
  [class~="grid"] > [data-push-right*="_lg-4"],
  [class*="grid-"] > [data-push-right*="_lg-4"],
  [class*="grid_"] > [data-push-right*="_lg-4"] {
    margin-right: 33.3333333333%; }
  [class~="grid"] > [data-push-right*="_lg-5"],
  [class*="grid-"] > [data-push-right*="_lg-5"],
  [class*="grid_"] > [data-push-right*="_lg-5"] {
    margin-right: 41.6666666667%; }
  [class~="grid"] > [data-push-right*="_lg-6"],
  [class*="grid-"] > [data-push-right*="_lg-6"],
  [class*="grid_"] > [data-push-right*="_lg-6"] {
    margin-right: 50%; }
  [class~="grid"] > [data-push-right*="_lg-7"],
  [class*="grid-"] > [data-push-right*="_lg-7"],
  [class*="grid_"] > [data-push-right*="_lg-7"] {
    margin-right: 58.3333333333%; }
  [class~="grid"] > [data-push-right*="_lg-8"],
  [class*="grid-"] > [data-push-right*="_lg-8"],
  [class*="grid_"] > [data-push-right*="_lg-8"] {
    margin-right: 66.6666666667%; }
  [class~="grid"] > [data-push-right*="_lg-9"],
  [class*="grid-"] > [data-push-right*="_lg-9"],
  [class*="grid_"] > [data-push-right*="_lg-9"] {
    margin-right: 75%; }
  [class~="grid"] > [data-push-right*="_lg-10"],
  [class*="grid-"] > [data-push-right*="_lg-10"],
  [class*="grid_"] > [data-push-right*="_lg-10"] {
    margin-right: 83.3333333333%; }
  [class~="grid"] > [data-push-right*="_lg-11"],
  [class*="grid-"] > [data-push-right*="_lg-11"],
  [class*="grid_"] > [data-push-right*="_lg-11"] {
    margin-right: 91.6666666667%; }
  [class~="grid"] [class*="_lg-first"],
  [class*="grid-"] [class*="_lg-first"],
  [class*="grid_"] [class*="_lg-first"] {
    order: -1; }
  [class~="grid"] [class*="_lg-last"],
  [class*="grid-"] [class*="_lg-last"],
  [class*="grid_"] [class*="_lg-last"] {
    order: 1; } }

@media (max-width: 64em) {
  [class~="grid"] > [class*="_md-1"],
  [class*="grid-"] > [class*="_md-1"],
  [class*="grid_"] > [class*="_md-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  [class~="grid"] > [class*="_md-2"],
  [class*="grid-"] > [class*="_md-2"],
  [class*="grid_"] > [class*="_md-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  [class~="grid"] > [class*="_md-3"],
  [class*="grid-"] > [class*="_md-3"],
  [class*="grid_"] > [class*="_md-3"] {
    flex-basis: 25%;
    max-width: 25%; }
  [class~="grid"] > [class*="_md-4"],
  [class*="grid-"] > [class*="_md-4"],
  [class*="grid_"] > [class*="_md-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  [class~="grid"] > [class*="_md-5"],
  [class*="grid-"] > [class*="_md-5"],
  [class*="grid_"] > [class*="_md-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  [class~="grid"] > [class*="_md-6"],
  [class*="grid-"] > [class*="_md-6"],
  [class*="grid_"] > [class*="_md-6"] {
    flex-basis: 50%;
    max-width: 50%; }
  [class~="grid"] > [class*="_md-7"],
  [class*="grid-"] > [class*="_md-7"],
  [class*="grid_"] > [class*="_md-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  [class~="grid"] > [class*="_md-8"],
  [class*="grid-"] > [class*="_md-8"],
  [class*="grid_"] > [class*="_md-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  [class~="grid"] > [class*="_md-9"],
  [class*="grid-"] > [class*="_md-9"],
  [class*="grid_"] > [class*="_md-9"] {
    flex-basis: 75%;
    max-width: 75%; }
  [class~="grid"] > [class*="_md-10"],
  [class*="grid-"] > [class*="_md-10"],
  [class*="grid_"] > [class*="_md-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  [class~="grid"] > [class*="_md-11"],
  [class*="grid-"] > [class*="_md-11"],
  [class*="grid_"] > [class*="_md-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  [class~="grid"] > [class*="_md-12"],
  [class*="grid-"] > [class*="_md-12"],
  [class*="grid_"] > [class*="_md-12"] {
    flex-basis: 100%;
    max-width: 100%; }
  [class~="grid"] > [data-push-left*="_md-0"],
  [class*="grid-"] > [data-push-left*="_md-0"],
  [class*="grid_"] > [data-push-left*="_md-0"] {
    margin-left: 0; }
  [class~="grid"] > [data-push-left*="_md-1"],
  [class*="grid-"] > [data-push-left*="_md-1"],
  [class*="grid_"] > [data-push-left*="_md-1"] {
    margin-left: 8.3333333333%; }
  [class~="grid"] > [data-push-left*="_md-2"],
  [class*="grid-"] > [data-push-left*="_md-2"],
  [class*="grid_"] > [data-push-left*="_md-2"] {
    margin-left: 16.6666666667%; }
  [class~="grid"] > [data-push-left*="_md-3"],
  [class*="grid-"] > [data-push-left*="_md-3"],
  [class*="grid_"] > [data-push-left*="_md-3"] {
    margin-left: 25%; }
  [class~="grid"] > [data-push-left*="_md-4"],
  [class*="grid-"] > [data-push-left*="_md-4"],
  [class*="grid_"] > [data-push-left*="_md-4"] {
    margin-left: 33.3333333333%; }
  [class~="grid"] > [data-push-left*="_md-5"],
  [class*="grid-"] > [data-push-left*="_md-5"],
  [class*="grid_"] > [data-push-left*="_md-5"] {
    margin-left: 41.6666666667%; }
  [class~="grid"] > [data-push-left*="_md-6"],
  [class*="grid-"] > [data-push-left*="_md-6"],
  [class*="grid_"] > [data-push-left*="_md-6"] {
    margin-left: 50%; }
  [class~="grid"] > [data-push-left*="_md-7"],
  [class*="grid-"] > [data-push-left*="_md-7"],
  [class*="grid_"] > [data-push-left*="_md-7"] {
    margin-left: 58.3333333333%; }
  [class~="grid"] > [data-push-left*="_md-8"],
  [class*="grid-"] > [data-push-left*="_md-8"],
  [class*="grid_"] > [data-push-left*="_md-8"] {
    margin-left: 66.6666666667%; }
  [class~="grid"] > [data-push-left*="_md-9"],
  [class*="grid-"] > [data-push-left*="_md-9"],
  [class*="grid_"] > [data-push-left*="_md-9"] {
    margin-left: 75%; }
  [class~="grid"] > [data-push-left*="_md-10"],
  [class*="grid-"] > [data-push-left*="_md-10"],
  [class*="grid_"] > [data-push-left*="_md-10"] {
    margin-left: 83.3333333333%; }
  [class~="grid"] > [data-push-left*="_md-11"],
  [class*="grid-"] > [data-push-left*="_md-11"],
  [class*="grid_"] > [data-push-left*="_md-11"] {
    margin-left: 91.6666666667%; }
  [class~="grid"] > [data-push-right*="_md-0"],
  [class*="grid-"] > [data-push-right*="_md-0"],
  [class*="grid_"] > [data-push-right*="_md-0"] {
    margin-right: 0; }
  [class~="grid"] > [data-push-right*="_md-1"],
  [class*="grid-"] > [data-push-right*="_md-1"],
  [class*="grid_"] > [data-push-right*="_md-1"] {
    margin-right: 8.3333333333%; }
  [class~="grid"] > [data-push-right*="_md-2"],
  [class*="grid-"] > [data-push-right*="_md-2"],
  [class*="grid_"] > [data-push-right*="_md-2"] {
    margin-right: 16.6666666667%; }
  [class~="grid"] > [data-push-right*="_md-3"],
  [class*="grid-"] > [data-push-right*="_md-3"],
  [class*="grid_"] > [data-push-right*="_md-3"] {
    margin-right: 25%; }
  [class~="grid"] > [data-push-right*="_md-4"],
  [class*="grid-"] > [data-push-right*="_md-4"],
  [class*="grid_"] > [data-push-right*="_md-4"] {
    margin-right: 33.3333333333%; }
  [class~="grid"] > [data-push-right*="_md-5"],
  [class*="grid-"] > [data-push-right*="_md-5"],
  [class*="grid_"] > [data-push-right*="_md-5"] {
    margin-right: 41.6666666667%; }
  [class~="grid"] > [data-push-right*="_md-6"],
  [class*="grid-"] > [data-push-right*="_md-6"],
  [class*="grid_"] > [data-push-right*="_md-6"] {
    margin-right: 50%; }
  [class~="grid"] > [data-push-right*="_md-7"],
  [class*="grid-"] > [data-push-right*="_md-7"],
  [class*="grid_"] > [data-push-right*="_md-7"] {
    margin-right: 58.3333333333%; }
  [class~="grid"] > [data-push-right*="_md-8"],
  [class*="grid-"] > [data-push-right*="_md-8"],
  [class*="grid_"] > [data-push-right*="_md-8"] {
    margin-right: 66.6666666667%; }
  [class~="grid"] > [data-push-right*="_md-9"],
  [class*="grid-"] > [data-push-right*="_md-9"],
  [class*="grid_"] > [data-push-right*="_md-9"] {
    margin-right: 75%; }
  [class~="grid"] > [data-push-right*="_md-10"],
  [class*="grid-"] > [data-push-right*="_md-10"],
  [class*="grid_"] > [data-push-right*="_md-10"] {
    margin-right: 83.3333333333%; }
  [class~="grid"] > [data-push-right*="_md-11"],
  [class*="grid-"] > [data-push-right*="_md-11"],
  [class*="grid_"] > [data-push-right*="_md-11"] {
    margin-right: 91.6666666667%; }
  [class~="grid"] [class*="_md-first"],
  [class*="grid-"] [class*="_md-first"],
  [class*="grid_"] [class*="_md-first"] {
    order: -1; }
  [class~="grid"] [class*="_md-last"],
  [class*="grid-"] [class*="_md-last"],
  [class*="grid_"] [class*="_md-last"] {
    order: 1; } }

@media (max-width: 48em) {
  [class~="grid"] > [class*="_sm-1"],
  [class*="grid-"] > [class*="_sm-1"],
  [class*="grid_"] > [class*="_sm-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  [class~="grid"] > [class*="_sm-2"],
  [class*="grid-"] > [class*="_sm-2"],
  [class*="grid_"] > [class*="_sm-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  [class~="grid"] > [class*="_sm-3"],
  [class*="grid-"] > [class*="_sm-3"],
  [class*="grid_"] > [class*="_sm-3"] {
    flex-basis: 25%;
    max-width: 25%; }
  [class~="grid"] > [class*="_sm-4"],
  [class*="grid-"] > [class*="_sm-4"],
  [class*="grid_"] > [class*="_sm-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  [class~="grid"] > [class*="_sm-5"],
  [class*="grid-"] > [class*="_sm-5"],
  [class*="grid_"] > [class*="_sm-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  [class~="grid"] > [class*="_sm-6"],
  [class*="grid-"] > [class*="_sm-6"],
  [class*="grid_"] > [class*="_sm-6"] {
    flex-basis: 50%;
    max-width: 50%; }
  [class~="grid"] > [class*="_sm-7"],
  [class*="grid-"] > [class*="_sm-7"],
  [class*="grid_"] > [class*="_sm-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  [class~="grid"] > [class*="_sm-8"],
  [class*="grid-"] > [class*="_sm-8"],
  [class*="grid_"] > [class*="_sm-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  [class~="grid"] > [class*="_sm-9"],
  [class*="grid-"] > [class*="_sm-9"],
  [class*="grid_"] > [class*="_sm-9"] {
    flex-basis: 75%;
    max-width: 75%; }
  [class~="grid"] > [class*="_sm-10"],
  [class*="grid-"] > [class*="_sm-10"],
  [class*="grid_"] > [class*="_sm-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  [class~="grid"] > [class*="_sm-11"],
  [class*="grid-"] > [class*="_sm-11"],
  [class*="grid_"] > [class*="_sm-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  [class~="grid"] > [class*="_sm-12"],
  [class*="grid-"] > [class*="_sm-12"],
  [class*="grid_"] > [class*="_sm-12"] {
    flex-basis: 100%;
    max-width: 100%; }
  [class~="grid"] > [data-push-left*="_sm-0"],
  [class*="grid-"] > [data-push-left*="_sm-0"],
  [class*="grid_"] > [data-push-left*="_sm-0"] {
    margin-left: 0; }
  [class~="grid"] > [data-push-left*="_sm-1"],
  [class*="grid-"] > [data-push-left*="_sm-1"],
  [class*="grid_"] > [data-push-left*="_sm-1"] {
    margin-left: 8.3333333333%; }
  [class~="grid"] > [data-push-left*="_sm-2"],
  [class*="grid-"] > [data-push-left*="_sm-2"],
  [class*="grid_"] > [data-push-left*="_sm-2"] {
    margin-left: 16.6666666667%; }
  [class~="grid"] > [data-push-left*="_sm-3"],
  [class*="grid-"] > [data-push-left*="_sm-3"],
  [class*="grid_"] > [data-push-left*="_sm-3"] {
    margin-left: 25%; }
  [class~="grid"] > [data-push-left*="_sm-4"],
  [class*="grid-"] > [data-push-left*="_sm-4"],
  [class*="grid_"] > [data-push-left*="_sm-4"] {
    margin-left: 33.3333333333%; }
  [class~="grid"] > [data-push-left*="_sm-5"],
  [class*="grid-"] > [data-push-left*="_sm-5"],
  [class*="grid_"] > [data-push-left*="_sm-5"] {
    margin-left: 41.6666666667%; }
  [class~="grid"] > [data-push-left*="_sm-6"],
  [class*="grid-"] > [data-push-left*="_sm-6"],
  [class*="grid_"] > [data-push-left*="_sm-6"] {
    margin-left: 50%; }
  [class~="grid"] > [data-push-left*="_sm-7"],
  [class*="grid-"] > [data-push-left*="_sm-7"],
  [class*="grid_"] > [data-push-left*="_sm-7"] {
    margin-left: 58.3333333333%; }
  [class~="grid"] > [data-push-left*="_sm-8"],
  [class*="grid-"] > [data-push-left*="_sm-8"],
  [class*="grid_"] > [data-push-left*="_sm-8"] {
    margin-left: 66.6666666667%; }
  [class~="grid"] > [data-push-left*="_sm-9"],
  [class*="grid-"] > [data-push-left*="_sm-9"],
  [class*="grid_"] > [data-push-left*="_sm-9"] {
    margin-left: 75%; }
  [class~="grid"] > [data-push-left*="_sm-10"],
  [class*="grid-"] > [data-push-left*="_sm-10"],
  [class*="grid_"] > [data-push-left*="_sm-10"] {
    margin-left: 83.3333333333%; }
  [class~="grid"] > [data-push-left*="_sm-11"],
  [class*="grid-"] > [data-push-left*="_sm-11"],
  [class*="grid_"] > [data-push-left*="_sm-11"] {
    margin-left: 91.6666666667%; }
  [class~="grid"] > [data-push-right*="_sm-0"],
  [class*="grid-"] > [data-push-right*="_sm-0"],
  [class*="grid_"] > [data-push-right*="_sm-0"] {
    margin-right: 0; }
  [class~="grid"] > [data-push-right*="_sm-1"],
  [class*="grid-"] > [data-push-right*="_sm-1"],
  [class*="grid_"] > [data-push-right*="_sm-1"] {
    margin-right: 8.3333333333%; }
  [class~="grid"] > [data-push-right*="_sm-2"],
  [class*="grid-"] > [data-push-right*="_sm-2"],
  [class*="grid_"] > [data-push-right*="_sm-2"] {
    margin-right: 16.6666666667%; }
  [class~="grid"] > [data-push-right*="_sm-3"],
  [class*="grid-"] > [data-push-right*="_sm-3"],
  [class*="grid_"] > [data-push-right*="_sm-3"] {
    margin-right: 25%; }
  [class~="grid"] > [data-push-right*="_sm-4"],
  [class*="grid-"] > [data-push-right*="_sm-4"],
  [class*="grid_"] > [data-push-right*="_sm-4"] {
    margin-right: 33.3333333333%; }
  [class~="grid"] > [data-push-right*="_sm-5"],
  [class*="grid-"] > [data-push-right*="_sm-5"],
  [class*="grid_"] > [data-push-right*="_sm-5"] {
    margin-right: 41.6666666667%; }
  [class~="grid"] > [data-push-right*="_sm-6"],
  [class*="grid-"] > [data-push-right*="_sm-6"],
  [class*="grid_"] > [data-push-right*="_sm-6"] {
    margin-right: 50%; }
  [class~="grid"] > [data-push-right*="_sm-7"],
  [class*="grid-"] > [data-push-right*="_sm-7"],
  [class*="grid_"] > [data-push-right*="_sm-7"] {
    margin-right: 58.3333333333%; }
  [class~="grid"] > [data-push-right*="_sm-8"],
  [class*="grid-"] > [data-push-right*="_sm-8"],
  [class*="grid_"] > [data-push-right*="_sm-8"] {
    margin-right: 66.6666666667%; }
  [class~="grid"] > [data-push-right*="_sm-9"],
  [class*="grid-"] > [data-push-right*="_sm-9"],
  [class*="grid_"] > [data-push-right*="_sm-9"] {
    margin-right: 75%; }
  [class~="grid"] > [data-push-right*="_sm-10"],
  [class*="grid-"] > [data-push-right*="_sm-10"],
  [class*="grid_"] > [data-push-right*="_sm-10"] {
    margin-right: 83.3333333333%; }
  [class~="grid"] > [data-push-right*="_sm-11"],
  [class*="grid-"] > [data-push-right*="_sm-11"],
  [class*="grid_"] > [data-push-right*="_sm-11"] {
    margin-right: 91.6666666667%; }
  [class~="grid"] [class*="_sm-first"],
  [class*="grid-"] [class*="_sm-first"],
  [class*="grid_"] [class*="_sm-first"] {
    order: -1; }
  [class~="grid"] [class*="_sm-last"],
  [class*="grid-"] [class*="_sm-last"],
  [class*="grid_"] [class*="_sm-last"] {
    order: 1; } }

@media (max-width: 36em) {
  [class~="grid"] > [class*="_xs-1"],
  [class*="grid-"] > [class*="_xs-1"],
  [class*="grid_"] > [class*="_xs-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  [class~="grid"] > [class*="_xs-2"],
  [class*="grid-"] > [class*="_xs-2"],
  [class*="grid_"] > [class*="_xs-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  [class~="grid"] > [class*="_xs-3"],
  [class*="grid-"] > [class*="_xs-3"],
  [class*="grid_"] > [class*="_xs-3"] {
    flex-basis: 25%;
    max-width: 25%; }
  [class~="grid"] > [class*="_xs-4"],
  [class*="grid-"] > [class*="_xs-4"],
  [class*="grid_"] > [class*="_xs-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  [class~="grid"] > [class*="_xs-5"],
  [class*="grid-"] > [class*="_xs-5"],
  [class*="grid_"] > [class*="_xs-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  [class~="grid"] > [class*="_xs-6"],
  [class*="grid-"] > [class*="_xs-6"],
  [class*="grid_"] > [class*="_xs-6"] {
    flex-basis: 50%;
    max-width: 50%; }
  [class~="grid"] > [class*="_xs-7"],
  [class*="grid-"] > [class*="_xs-7"],
  [class*="grid_"] > [class*="_xs-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  [class~="grid"] > [class*="_xs-8"],
  [class*="grid-"] > [class*="_xs-8"],
  [class*="grid_"] > [class*="_xs-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  [class~="grid"] > [class*="_xs-9"],
  [class*="grid-"] > [class*="_xs-9"],
  [class*="grid_"] > [class*="_xs-9"] {
    flex-basis: 75%;
    max-width: 75%; }
  [class~="grid"] > [class*="_xs-10"],
  [class*="grid-"] > [class*="_xs-10"],
  [class*="grid_"] > [class*="_xs-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  [class~="grid"] > [class*="_xs-11"],
  [class*="grid-"] > [class*="_xs-11"],
  [class*="grid_"] > [class*="_xs-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  [class~="grid"] > [class*="_xs-12"],
  [class*="grid-"] > [class*="_xs-12"],
  [class*="grid_"] > [class*="_xs-12"] {
    flex-basis: 100%;
    max-width: 100%; }
  [class~="grid"] > [data-push-left*="_xs-0"],
  [class*="grid-"] > [data-push-left*="_xs-0"],
  [class*="grid_"] > [data-push-left*="_xs-0"] {
    margin-left: 0; }
  [class~="grid"] > [data-push-left*="_xs-1"],
  [class*="grid-"] > [data-push-left*="_xs-1"],
  [class*="grid_"] > [data-push-left*="_xs-1"] {
    margin-left: 8.3333333333%; }
  [class~="grid"] > [data-push-left*="_xs-2"],
  [class*="grid-"] > [data-push-left*="_xs-2"],
  [class*="grid_"] > [data-push-left*="_xs-2"] {
    margin-left: 16.6666666667%; }
  [class~="grid"] > [data-push-left*="_xs-3"],
  [class*="grid-"] > [data-push-left*="_xs-3"],
  [class*="grid_"] > [data-push-left*="_xs-3"] {
    margin-left: 25%; }
  [class~="grid"] > [data-push-left*="_xs-4"],
  [class*="grid-"] > [data-push-left*="_xs-4"],
  [class*="grid_"] > [data-push-left*="_xs-4"] {
    margin-left: 33.3333333333%; }
  [class~="grid"] > [data-push-left*="_xs-5"],
  [class*="grid-"] > [data-push-left*="_xs-5"],
  [class*="grid_"] > [data-push-left*="_xs-5"] {
    margin-left: 41.6666666667%; }
  [class~="grid"] > [data-push-left*="_xs-6"],
  [class*="grid-"] > [data-push-left*="_xs-6"],
  [class*="grid_"] > [data-push-left*="_xs-6"] {
    margin-left: 50%; }
  [class~="grid"] > [data-push-left*="_xs-7"],
  [class*="grid-"] > [data-push-left*="_xs-7"],
  [class*="grid_"] > [data-push-left*="_xs-7"] {
    margin-left: 58.3333333333%; }
  [class~="grid"] > [data-push-left*="_xs-8"],
  [class*="grid-"] > [data-push-left*="_xs-8"],
  [class*="grid_"] > [data-push-left*="_xs-8"] {
    margin-left: 66.6666666667%; }
  [class~="grid"] > [data-push-left*="_xs-9"],
  [class*="grid-"] > [data-push-left*="_xs-9"],
  [class*="grid_"] > [data-push-left*="_xs-9"] {
    margin-left: 75%; }
  [class~="grid"] > [data-push-left*="_xs-10"],
  [class*="grid-"] > [data-push-left*="_xs-10"],
  [class*="grid_"] > [data-push-left*="_xs-10"] {
    margin-left: 83.3333333333%; }
  [class~="grid"] > [data-push-left*="_xs-11"],
  [class*="grid-"] > [data-push-left*="_xs-11"],
  [class*="grid_"] > [data-push-left*="_xs-11"] {
    margin-left: 91.6666666667%; }
  [class~="grid"] > [data-push-right*="_xs-0"],
  [class*="grid-"] > [data-push-right*="_xs-0"],
  [class*="grid_"] > [data-push-right*="_xs-0"] {
    margin-right: 0; }
  [class~="grid"] > [data-push-right*="_xs-1"],
  [class*="grid-"] > [data-push-right*="_xs-1"],
  [class*="grid_"] > [data-push-right*="_xs-1"] {
    margin-right: 8.3333333333%; }
  [class~="grid"] > [data-push-right*="_xs-2"],
  [class*="grid-"] > [data-push-right*="_xs-2"],
  [class*="grid_"] > [data-push-right*="_xs-2"] {
    margin-right: 16.6666666667%; }
  [class~="grid"] > [data-push-right*="_xs-3"],
  [class*="grid-"] > [data-push-right*="_xs-3"],
  [class*="grid_"] > [data-push-right*="_xs-3"] {
    margin-right: 25%; }
  [class~="grid"] > [data-push-right*="_xs-4"],
  [class*="grid-"] > [data-push-right*="_xs-4"],
  [class*="grid_"] > [data-push-right*="_xs-4"] {
    margin-right: 33.3333333333%; }
  [class~="grid"] > [data-push-right*="_xs-5"],
  [class*="grid-"] > [data-push-right*="_xs-5"],
  [class*="grid_"] > [data-push-right*="_xs-5"] {
    margin-right: 41.6666666667%; }
  [class~="grid"] > [data-push-right*="_xs-6"],
  [class*="grid-"] > [data-push-right*="_xs-6"],
  [class*="grid_"] > [data-push-right*="_xs-6"] {
    margin-right: 50%; }
  [class~="grid"] > [data-push-right*="_xs-7"],
  [class*="grid-"] > [data-push-right*="_xs-7"],
  [class*="grid_"] > [data-push-right*="_xs-7"] {
    margin-right: 58.3333333333%; }
  [class~="grid"] > [data-push-right*="_xs-8"],
  [class*="grid-"] > [data-push-right*="_xs-8"],
  [class*="grid_"] > [data-push-right*="_xs-8"] {
    margin-right: 66.6666666667%; }
  [class~="grid"] > [data-push-right*="_xs-9"],
  [class*="grid-"] > [data-push-right*="_xs-9"],
  [class*="grid_"] > [data-push-right*="_xs-9"] {
    margin-right: 75%; }
  [class~="grid"] > [data-push-right*="_xs-10"],
  [class*="grid-"] > [data-push-right*="_xs-10"],
  [class*="grid_"] > [data-push-right*="_xs-10"] {
    margin-right: 83.3333333333%; }
  [class~="grid"] > [data-push-right*="_xs-11"],
  [class*="grid-"] > [data-push-right*="_xs-11"],
  [class*="grid_"] > [data-push-right*="_xs-11"] {
    margin-right: 91.6666666667%; }
  [class~="grid"] [class*="_xs-first"],
  [class*="grid-"] [class*="_xs-first"],
  [class*="grid_"] [class*="_xs-first"] {
    order: -1; }
  [class~="grid"] [class*="_xs-last"],
  [class*="grid-"] [class*="_xs-last"],
  [class*="grid_"] [class*="_xs-last"] {
    order: 1; } }

/************************
    HIDING COLS
*************************/
@media (max-width: 80em) {
  [class*="lg-hidden"] {
    display: none; } }

@media (max-width: 64em) {
  [class*="md-hidden"] {
    display: none; } }

@media (max-width: 48em) {
  [class*="sm-hidden"] {
    display: none; } }

@media (max-width: 36em) {
  [class*="xs-hidden"] {
    display: none; } }

/* Defaults
---------------------------------------------------------------------------- */
@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fademodal {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.8; } }

@keyframes fademodal {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.8; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Typographical Elements
--------------------------------------------- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  height: 100%; }

@media (min-width: 0px) and (max-width: 719px) {
  html {
    font-size: 58%; } }
  @media (min-width: 720px) {
    html {
      font-size: 62.5%;
      /* 10px browser default */ } }
body {
  background-color: #fff;
  color: #3B3B3A;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  overflow-x: hidden; }

@media (min-width: 0px) and (max-width: 719px) {
  .hide-mobile {
    display: none; } }

@media (min-width: 720px) and (max-width: 1059px) {
  .hide-tablet {
    display: none; } }

@media (min-width: 1060px) {
  .hide-desktop {
    display: none; } }

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out; }

a {
  color: #5b2e8a;
  text-decoration: underline;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }

a:focus,
a:hover {
  text-decoration: none; }

p {
  margin: 0 0 30px;
  padding: 0; }

ol,
ul {
  margin: 0;
  padding: 0; }
  ol li,
  ul li {
    margin-left: 20px; }

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid currentColor;
  clear: both;
  color: #FDF5D2;
  margin: 1.65em auto; }

b,
strong {
  font-weight: 700; }

blockquote,
cite,
em,
i {
  font-style: italic; }

mark {
  background: #efefef;
  color: #3B3B3A; }

blockquote {
  margin: 30px; }

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px; }

h1 {
  font-size: 3rem; }

h2 {
  font-size: 2.7rem; }

h3 {
  font-size: 2.2rem; }

h3.feature {
  font-size: 1.8rem; }

h4 {
  font-size: 2rem;
  font-weight: 700; }

.entry-content h3,
.entry-content h4 {
  font-weight: 700; }

.entry-content h4 {
  margin-top: 40px; }

h5 {
  font-size: 1.6rem; }

h6 {
  font-size: 1.6rem; }

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%; }

img {
  height: auto;
  vertical-align: top; }

figure {
  margin: 0; }

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden; }

.gallery img {
  border: 1px solid #FDF5D2;
  height: auto;
  padding: 4px; }

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #efefef;
  outline: none; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.6666%; }

.gallery-columns-7 .gallery-item {
  width: 14.2857%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.1111%; }

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left; }

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center; }

/* Forms
--------------------------------------------- */
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0; }

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #efefef;
  color: #3B3B3A;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px;
  width: 100%; }

input:focus,
textarea:focus {
  border: 1px solid #efefef;
  outline: none; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

:-ms-input-placeholder {
  color: #3B3B3A;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #3B3B3A;
  opacity: 1; }

::-moz-placeholder {
  color: #3B3B3A;
  opacity: 1; }

::placeholder {
  color: #3B3B3A;
  opacity: 1; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
  background-color: #5b2e8a;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
  border-radius: 30px; }
  button.small,
  input[type="button"].small,
  input[type="reset"].small,
  input[type="submit"].small,
  .site-container div.wpforms-container-full .wpforms-form input[type="submit"].small,
  .site-container div.wpforms-container-full .wpforms-form button[type="submit"].small,
  .button.small {
    padding: 10px 25px; }
  button.link,
  input[type="button"].link,
  input[type="reset"].link,
  input[type="submit"].link,
  .site-container div.wpforms-container-full .wpforms-form input[type="submit"].link,
  .site-container div.wpforms-container-full .wpforms-form button[type="submit"].link,
  .button.link {
    padding-right: 60px; }
    button.link:after,
    input[type="button"].link:after,
    input[type="reset"].link:after,
    input[type="submit"].link:after,
    .site-container div.wpforms-container-full .wpforms-form input[type="submit"].link:after,
    .site-container div.wpforms-container-full .wpforms-form button[type="submit"].link:after,
    .button.link:after {
      content: " \f344";
      font-family: dashicons;
      font-size: 25px;
      position: absolute;
      margin: -6px 0 0 10px; }
  button.download,
  input[type="button"].download,
  input[type="reset"].download,
  input[type="submit"].download,
  .site-container div.wpforms-container-full .wpforms-form input[type="submit"].download,
  .site-container div.wpforms-container-full .wpforms-form button[type="submit"].download,
  .button.download {
    padding-right: 60px; }
    button.download:after,
    input[type="button"].download:after,
    input[type="reset"].download:after,
    input[type="submit"].download:after,
    .site-container div.wpforms-container-full .wpforms-form input[type="submit"].download:after,
    .site-container div.wpforms-container-full .wpforms-form button[type="submit"].download:after,
    .button.download:after {
      content: " \f316";
      font-family: dashicons;
      font-size: 25px;
      position: absolute;
      margin: -6px 0 0 10px; }
  button.negative,
  input[type="button"].negative,
  input[type="reset"].negative,
  input[type="submit"].negative,
  .site-container div.wpforms-container-full .wpforms-form input[type="submit"].negative,
  .site-container div.wpforms-container-full .wpforms-form button[type="submit"].negative,
  .button.negative {
    background-color: #fff;
    color: #5b2e8a; }

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
  background-color: #f8ebf6;
  border-width: 0;
  color: #3B3B3A;
  outline: none; }

.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff; }

.button {
  display: inline; }

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #FDF5D2;
  border-width: 0;
  color: #777;
  cursor: not-allowed; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none; }

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all; }
  @media only screen and (min-width: 480px) {
    table {
      table-layout: auto;
      word-break: normal; } }
tbody {
  border-bottom: 1px solid #FDF5D2; }

td,
th {
  line-height: 2;
  text-align: left;
  vertical-align: top; }

td {
  padding: 0.5em; }

tr {
  border-top: 1px solid #FDF5D2; }

th {
  font-weight: 700;
  padding: 0.5em; }

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  word-wrap: break-word; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Site Inner
--------------------------------------------- */
.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 30px 30px 30px 30px;
  background: #f7f7fb;
  min-height: 600px; }

@media (min-width: 0px) and (max-width: 719px) {
  .site-inner {
    padding: 30px 20px 30px 20px; } }

.wrap {
  margin: 0 auto; }
  @media only screen and (min-width: 1060px) {
    .wrap {
      max-width: 1400px; } }
.landing-page .content {
  width: 100%; }

.landing-page .wrap {
  max-width: none; }

.landing-page .site-inner {
  padding: 0px; }

.landing-page .entry {
  margin-bottom: 0px; }

.tax-cta-footer {
  display: table;
  width: 100%;
  margin-bottom: 30px; }

@media only screen and (min-width: 1060px) {
  /* Genesis Column Classes
  --------------------------------------------- */
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%; }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%; }
  .one-third,
  .two-sixths {
    width: 31.623931623931625%; }
  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%; }
  .one-fourth {
    width: 23.076923076923077%; }
  .three-fourths {
    width: 74.35897435897436%; }
  .one-sixth {
    width: 14.52991452991453%; }
  .five-sixths {
    width: 82.90598290598291%; }
  .first {
    clear: both;
    margin-left: 0; } }

:root {
  --gutter-width: 1rem;
  --outer-margin: 2rem;
  --gutter-compensation: calc((var(--gutter-width) * 0.5) * -1);
  --half-gutter-width: calc((var(--gutter-width) * 0.5));
  --xs-min: 30;
  --sm-min: 48;
  --md-min: 64;
  --lg-min: 75;
  --screen-xs-min: var(--xs-min)em;
  --screen-sm-min: var(--sm-min)em;
  --screen-md-min: var(--md-min)em;
  --screen-lg-min: var(--lg-min)em;
  --container-sm: calc(var(--sm-min) + var(--gutter-width));
  --container-md: calc(var(--md-min) + var(--gutter-width));
  --container-lg: calc(var(--lg-min) + var(--gutter-width)); }

@custom-media --sm-viewport only screen and (min-width: 48em);
@custom-media --md-viewport only screen and (min-width: 64em);
@custom-media --lg-viewport only screen and (min-width: 75em);
.container-fluid, .container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: var(--outer-margin, 2rem);
  padding-left: var(--outer-margin, 2rem); }

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: var(--gutter-compensation, -0.5rem);
  margin-left: var(--gutter-compensation, -0.5rem); }

.row.reverse {
  flex-direction: row-reverse; }

.col.reverse {
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: var(--half-gutter-width, 0.5rem);
  padding-left: var(--half-gutter-width, 0.5rem); }

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  justify-content: center;
  text-align: center; }

.end-xs {
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  align-items: flex-start; }

.middle-xs {
  align-items: center; }

.bottom-xs {
  align-items: flex-end; }

.around-xs {
  justify-content: space-around; }

.between-xs {
  justify-content: space-between; }

.first-xs {
  order: -1; }

.last-xs {
  order: 1; }

@media (--sm-viewport) {
  .container {
    width: var(--container-sm, 46rem); }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: var(--half-gutter-width, 0.5rem); }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    justify-content: center;
    text-align: center; }
  .end-sm {
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    align-items: flex-start; }
  .middle-sm {
    align-items: center; }
  .bottom-sm {
    align-items: flex-end; }
  .around-sm {
    justify-content: space-around; }
  .between-sm {
    justify-content: space-between; }
  .first-sm {
    order: -1; }
  .last-sm {
    order: 1; } }

@media (--md-viewport) {
  .container {
    width: var(--container-md, 61rem); }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: var(--half-gutter-width, 0.5rem); }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    justify-content: center;
    text-align: center; }
  .end-md {
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    align-items: flex-start; }
  .middle-md {
    align-items: center; }
  .bottom-md {
    align-items: flex-end; }
  .around-md {
    justify-content: space-around; }
  .between-md {
    justify-content: space-between; }
  .first-md {
    order: -1; }
  .last-md {
    order: 1; } }

@media (--lg-viewport) {
  .container {
    width: var(--container-lg, 71rem); }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: var(--half-gutter-width, 0.5rem); }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    justify-content: center;
    text-align: center; }
  .end-lg {
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    align-items: flex-start; }
  .middle-lg {
    align-items: center; }
  .bottom-lg {
    align-items: flex-end; }
  .around-lg {
    justify-content: space-around; }
  .between-lg {
    justify-content: space-between; }
  .first-lg {
    order: -1; }
  .last-lg {
    order: 1; } }

/* Common Classes
---------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left; }

.author-box .avatar,
.alignleft .avatar {
  margin-right: 20px; }

.alignright .avatar {
  margin-left: 20px; }

.comment .avatar {
  margin: 0 15px 20px 0; }

/* Genesis
--------------------------------------------- */
.after-entry,
.author-box {
  margin-bottom: 40px; }

.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px; }

.after-entry .widget:last-of-type {
  margin-bottom: 0; }

.breadcrumb {
  font-size: 1.2rem;
  margin-top: 2px; }

.genesis-title-hidden .breadcrumb {
  margin-top: 40px; }

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0; }

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden; }

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%; }

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px; }

.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Titles
--------------------------------------------- */
.archive-description .entry-title,
.author-box-title {
  font-size: 20px;
  font-weight: 700; }

.entry-title {
  font-size: 2.4rem;
  margin-bottom: 4px;
  font-weight: 700; }

.entry-title a,
.sidebar .widget-title a {
  color: #3B3B3A;
  text-decoration: none; }

.entry-title a:focus,
.entry-title a:hover {
  color: #5b2e8a;
  background: #bdabd0;
  outline: none; }

.widget-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px; }

.genesis-title-hidden .site-inner {
  padding-top: 0; }

/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

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

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

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

img.centered,
.aligncenter,
.singular-image {
  display: block;
  margin: 0 auto 30px; }

img.alignnone,
.alignnone {
  margin-bottom: 15px; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px; }

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px; }

/* Widgets
---------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px; }
  .widget a {
    color: #3B3B3A; }
  .widget .button {
    color: #fff !important; }

.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0; }

.widget ul > li {
  margin-bottom: 10px; }

.widget ul > li:last-of-type {
  padding-bottom: 0; }

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px; }

.widget li li {
  border: 0;
  margin: 0;
  padding: 0; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

#genesis-sidebar-primary.widget-area .widget-wrap {
  background: #FDF5D2;
  padding: 20px;
  border-radius: 10px; }

#genesis-sidebar-primary.widget-area .widget-area-left .widget-wrap {
  background: none;
  padding: 0px; }

#genesis-sidebar-primary.widget-area .widget-title {
  text-transform: uppercase;
  font-size: 1.8rem; }

.sidebar-associated-patient {
  display: block; }
  .sidebar-associated-patient.widget-wrap {
    background: #b5e4ef !important; }
  .sidebar-associated-patient .attachment-thumbnail {
    margin-bottom: 20px; }
  .sidebar-associated-patient .button {
    margin: 0 auto;
    display: table; }
  .sidebar-associated-patient h4 {
    margin-bottom: 0px; }

/* Ninja forms
--------------------------------------------- */
.nf-form-content label {
  font-size: 1.6rem !important; }

#ninja_forms_required_items, .nf-field-container {
  margin-bottom: 10px !important; }

.nf-form-content .label-above .nf-field-label, .nf-form-content .label-below .nf-field-label, .nf-form-content .label-hidden .nf-field-label {
  margin-bottom: 5px !important; }

.nf-form-content {
  padding: 0px !important; }

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #efefef;
  clear: both;
  padding: 40px 0; }

.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto; }

.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px; }

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0; }

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 1px solid #FDF5D2;
  margin-bottom: 20px; }

.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0; }

.featured-content .entry-title {
  font-size: 1.6rem;
  margin-bottom: 5px;
  margin-top: 10px; }

/* Plugins
---------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.after-entry .enews {
  text-align: center;
  padding: 10px; }

.sidebar .enews {
  background-color: #bdabd0;
  padding: 30px; }

.enews-widget input {
  font-size: 1.6rem;
  margin-bottom: 10px; }

.after-entry .enews-widget input {
  text-align: center; }

.enews-widget input[type="submit"] {
  margin: 0;
  width: 100%; }

.enews form + p {
  margin-top: 20px; }

/* Genesis Simple FAQ
--------------------------------------------- */
.gs-faq__question {
  background: transparent;
  border-bottom: 1px solid #FDF5D2;
  color: #3B3B3A;
  padding-left: 0;
  padding-right: 0; }

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  color: #5b2e8a; }

.gs-faq__question::after {
  content: "\f132";
  font-family: dashicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  float: right; }

.gs-faq__question.gs-faq--expanded::after {
  content: "\f460"; }

/* WP Forms
--------------------------------------------- */
.entry-content .wpforms-container {
  margin-bottom: 40px; }

.entry-content .wpforms-form .wpforms-field {
  clear: both;
  margin: 20px 0;
  overflow: hidden; }

.site-container .wpforms-container .wpforms-form .wpforms-field input {
  border-radius: 0;
  height: auto;
  padding: 15px; }

.site-container .entry-content .wpforms-form .wpforms-field-label {
  font-weight: 700; }

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
  font-size: 1.2rem;
  font-weight: 300; }

.entry-content .wpforms-form .wpforms-field-hp {
  display: none !important;
  left: -9000px !important;
  position: absolute !important; }

.site-container .entry-content .wpforms-form textarea {
  padding: 15px; }

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
  height: 120px; }

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
  height: 200px; }

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
  height: 300px; }

/* Accordions
--------------------------------------------- */
.js-to_expand[aria-hidden=true],
.js-to_expand[data-hidden=true] {
  display: none; }

.expandmore__button {
  font-size: inherit;
  color: #fff; }

.filter-accordion {
  margin-bottom: 20px; }
  .filter-accordion button {
    width: 100%;
    margin-bottom: 0px;
    border-radius: 0px;
    background: #f2b531;
    color: #3B3B3A; }
  .filter-accordion .widget-title {
    margin-bottom: 0px; }
  .filter-accordion .expandmore__button {
    text-transform: uppercase !important; }

/* optional */
.expandmore__symbol:before {
  content: '+ '; }

.expandmore__button[aria-expanded=true] > .expandmore__symbol:before,
.expandmore__button[data-expanded=true] > .expandmore__symbol:before {
  content: '− '; }

/* Ultimate member
--------------------------------------------- */
.um-account-meta {
  display: none; }

/* NinjaForms
--------------------------------------------- */
.nf-field {
  margin: 30px 0px; }

.nf-field-description {
  margin-bottom: 10px; }

.nf-form-content button,
.nf-form-content input[type="button"],
.nf-form-content input[type="submit"] {
  padding: 15px 30px;
  background: #5b2e8a !important; }

.nf-form-content button:hover,
.nf-form-content input[type="button"]:hover,
.nf-form-content input[type="submit"]:hover,
.nf-form-content button:focus,
.nf-form-content input[type="button"]:focus,
.nf-form-content input[type="submit"]:focus {
  padding: 15px 30px;
  background: #6CCAE0 !important;
  color: #000000 !important; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  display: flex;
  align-items: center;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

#side-menu .menu-close {
  border-radius: 0px;
  color: #fff;
  background: #bdabd0; }

/* Link colors */
.um a.um-link,
.um .um-tip:hover,
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-member-name a:hover,
.um .um-member-more a:hover,
.um .um-member-less a:hover,
.um .um-members-pagi a:hover,
.um .um-cover-add:hover,
.um .um-profile-subnav a.active,
.um .um-item-meta a,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color {
  color: #5b2e8a !important;
  border-radius: 40px;
  box-shadow: none; }

.um a.um-link:hover,
.um a.um-link-hvr:hover {
  color: #3B3B3A !important;
  border-radius: 40px !important;
  box-shadow: none;
  color: #fff !important; }

/* Button colors */
.um .um-field-group-head,
.picker__box,
.picker__nav--prev:hover,
.picker__nav--next:hover,
.um .um-members-pagi span.current,
.um .um-members-pagi span.current:hover,
.um .um-profile-nav-item.active a,
.um .um-profile-nav-item.active a:hover,
.upload,
.um-modal-header,
.um-modal-btn,
.um-modal-btn.disabled,
.um-modal-btn.disabled:hover,
div.uimob800 .um-account-side li a.current,
div.uimob800 .um-account-side li a.current:hover,
.um .um-button,
.um a.um-button,
.um a.um-button.um-disabled:hover,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:active,
.um input[type=submit].um-button,
.um input[type=submit].um-button:focus,
.um input[type=submit]:disabled:hover {
  background: #5b2e8a !important;
  border-radius: 40px !important;
  box-shadow: none; }

.um .um-field-group-head:hover,
.picker__footer,
.picker__header,
.picker__day--infocus:hover,
.picker__day--outfocus:hover,
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted,
.picker__list-item:hover,
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted,
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected,
.um .um-button:hover,
.um a.um-button:hover,
.um input[type=submit].um-button:hover {
  background: #3B3B3A !important;
  border-radius: 40px !important;
  box-shadow: none;
  color: #fff !important; }

/* Button alt colors */
.um .um-button.um-alt,
.um input[type=submit].um-button.um-alt {
  background: #eeeeee !important;
  box-shadow: none; }

.um .um-button.um-alt:hover,
.um input[type=submit].um-button.um-alt:hover {
  background: #e5e5e5 !important;
  box-shadow: none;
  color: #3B3B3A !important; }

/* Cookie Consent
--------------------------------------------- */
#cookie-notice {
  height: calc( 100vh) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif; }
  #cookie-notice.cookie-notice-hidden {
    display: none; }
  #cookie-notice .cn-close-icon {
    top: 20px; }
  #cookie-notice .cookie-notice-container {
    max-width: 800px; }
  #cookie-notice .cn-buttons-container {
    margin-top: 20px; }
  #cookie-notice .cn-button {
    background-color: #5b2e8a;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
    border-radius: 30px; }
    #cookie-notice .cn-button:focus, #cookie-notice .cn-button:hover {
      background-color: #3fabdc;
      border-width: 0;
      outline: none; }

/* QSM
--------------------------------------------- */
.qsm-quiz-container .wp-post-image {
  display: none; }

.cpd-category {
  margin-bottom: 60px; }
  .cpd-category h2 {
    border-top: 6px solid #f2b531;
    display: inline-block; }

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 0 30px; }
  @media only screen and (min-width: 1060px) {
    .site-header {
      top: 0;
      z-index: 9999; } }
@media only screen and (min-width: 1060px) {
  .admin-bar .site-header {
    top: 32px; } }

/* Utility bar
--------------------------------------------- */
.utility {
  background: #bdabd0;
  color: #5b2e8a;
  padding: 8px 30px; }
  .utility a {
    color: #5b2e8a; }
    .utility a:hover, .utility a:focus {
      color: #fff; }
  .utility .inner {
    display: flex;
    justify-content: space-between; }
  .utility li {
    list-style: none;
    display: inline-block; }
    .utility li:not(:last-child) {
      margin-right: 10px; }
  .utility .right {
    display: flex;
    align-items: center; }

@media (min-width: 0px) and (max-width: 1059px) {
  .utility {
    display: none; }
    .utility .left {
      display: none; }
    .utility .right {
      margin: 0 auto; } }

.mobile-menu {
  display: block; }

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  transition: all .5s;
  height: 150px;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .title-area:focus-within, .title-area:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

@media (min-width: 0px) and (max-width: 1059px) {
  .title-area {
    width: 100%;
    height: 70px; }
    .title-area a {
      text-align: center;
      display: block; } }
  .title-area a {
    outline: none; }

@media (min-width: 0px) and (max-width: 499px) {
  .title-area img {
    width: 200px;
    margin: 10px 0; } }

@media (min-width: 500px) and (max-width: 1059px) {
  .title-area img {
    width: 280px;
    margin: 10px 0; } }
  @media (min-width: 1060px) {
    .title-area img {
      width: 450px; } }
.site-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0; }

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #3B3B3A;
  text-decoration: none; }

.site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.header-widget-area {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 150px;
  text-align: right;
  text-transform: uppercase; }
  .header-widget-area .header-right-nav ul {
    list-style: none;
    display: inline-block; }
    .header-widget-area .header-right-nav ul li {
      display: inline-block; }
  .header-widget-area .slogan {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 8px; }

@media (min-width: 0px) and (max-width: 1059px) {
  .header-widget-area {
    display: none; } }

.title-bar {
  background: #5b2e8a;
  color: #fff; }
  .title-bar h1 {
    margin-bottom: 0px;
    padding: 0px 20px 30px 0px;
    margin-top: 30px;
    display: inline-block;
    border-top: 6px solid #fff; }
  .title-bar .bjpcn,
  .title-bar .pccj,
  .title-bar .whj {
    width: 215px; }

@media (min-width: 0px) and (max-width: 1059px) {
  .title-bar .bjpcn,
  .title-bar .pccj,
  .title-bar .whj {
    display: block;
    margin: 0 auto; } }
  .title-bar .post-image img {
    width: 100%; }
  @media (min-width: 1060px) {
    .title-bar .post-image {
      padding-right: 30px !important; } }
@media (min-width: 0px) and (max-width: 1059px) {
  .title-bar .title {
    padding-left: 30px !important; } }

.learndash-cpt .title-bar {
  background: #6CCAE0; }

#search-form-input {
  width: 390px;
  height: 40px;
  border-radius: 20px;
  margin-left: 30px; }

.utility #search-form-button {
  padding: 10px 25px;
  color: #5b2e8a;
  background: #fff; }
  .utility #search-form-button:hover, .utility #search-form-button:focus {
    color: #fff;
    background: #5b2e8a; }

@media (min-width: 0px) and (max-width: 1060) {
  #header-search-form {
    display: none; } }

/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%; }

.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative; }

.genesis-nav-menu a {
  color: #3B3B3A;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  outline-offset: -1px;
  text-decoration: none; }

.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  text-decoration: none;
  outline: none; }

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
  color: #fff;
  text-decoration: none;
  outline: none; }

.genesis-nav-menu .sub-menu {
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  position: static;
  z-index: 99; }

.genesis-nav-menu .sub-menu a {
  font-size: 1.2rem;
  position: relative;
  word-wrap: break-word;
  color: #fff; }

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
  position: relative; }

.genesis-nav-menu .menu-item:hover > .sub-menu {
  display: block;
  left: auto;
  opacity: 1; }

/* Responsive Menu
--------------------------------------------- */
.menu li {
  list-style: none; }

.menu .menu-item:focus {
  position: static; }

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1; }

.genesis-responsive-menu {
  display: none;
  position: relative; }

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
  display: none; }

.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #3B3B3A;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible; }

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: #5b2e8a; }

.menu-toggle {
  float: right;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px 0;
  position: relative;
  z-index: 1000; }

.menu-toggle.activated::before {
  content: "\f335"; }

.site-header .menu-toggle::before {
  float: left;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 1px; }

.sub-menu-toggle {
  float: right;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100; }

.sub-menu .sub-menu-toggle {
  padding: 12px 10px; }

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }

.sub-menu-toggle.activated::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

/* Header Menu
--------------------------------------------- */
.nav-primary {
  width: 100%; }

#menu-primary-menu {
  display: flex;
  justify-content: center; }
  #menu-primary-menu li {
    width: 140px;
    margin: 0 10px; }
    #menu-primary-menu li a {
      font-weight: 500;
      font-size: 1.6rem;
      color: #5b2e8a;
      line-height: 1.2;
      height: 65px;
      margin-top: 5px; }
      #menu-primary-menu li a:hover, #menu-primary-menu li a:focus {
        font-weight: 700; }
  #menu-primary-menu .sub-menu {
    background: #5b2e8a; }
    #menu-primary-menu .sub-menu li {
      padding: 0px;
      height: 20px; }
    #menu-primary-menu .sub-menu a {
      color: #fff;
      height: auto;
      margin-top: 0px; }
  #menu-primary-menu .blue {
    border-top: 5px solid #3fabdc; }
    #menu-primary-menu .blue .sub-menu {
      background: #3fabdc; }
  #menu-primary-menu .green {
    border-top: 5px solid #40a026; }
    #menu-primary-menu .green .sub-menu {
      background: #40a026; }
  #menu-primary-menu .yellow {
    border-top: 5px solid #f2b531; }
    #menu-primary-menu .yellow .sub-menu {
      background: #f2b531; }
      #menu-primary-menu .yellow .sub-menu a {
        color: #3B3B3A; }
  #menu-primary-menu .orange {
    border-top: 5px solid #fb7d1c; }
    #menu-primary-menu .orange .sub-menu {
      background: #fb7d1c; }
  #menu-primary-menu .pink {
    border-top: 5px solid #ea4d91; }
    #menu-primary-menu .pink .sub-menu {
      background: #ea4d91; }
  #menu-primary-menu .raspberry {
    border-top: 5px solid #bd4e72; }
    #menu-primary-menu .raspberry .sub-menu {
      background: #bd4e72; }
  #menu-primary-menu .violet {
    border-top: 5px solid #b536a8; }
    #menu-primary-menu .violet .sub-menu {
      background: #b536a8; }
  #menu-primary-menu .red {
    border-top: 5px solid #f61a29; }
    #menu-primary-menu .red .sub-menu {
      background: #f61a29; }

/* Footer Menu
--------------------------------------------- */
.nav-secondary {
  margin-top: 10px; }

.nav-secondary .genesis-nav-menu {
  line-height: 1.5; }

.nav-secondary .menu-item {
  display: inline-block; }

.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  color: #fff !important; }
  .nav-secondary a:hover, .nav-secondary a:focus, .nav-secondary a[aria-current="page"] {
    color: #bdabd0 !important;
    border-bottom: 3px solid #bdabd0; }

.nav-secondary a:first-child {
  margin-left: 0px; }

/* Account Menu
--------------------------------------------- */
.account-menu {
  margin-bottom: 30px; }
  .account-menu li a {
    background-color: #5b2e8a;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
    border-radius: 30px;
    padding-right: 60px;
    display: block;
    margin-bottom: 10px; }
    .account-menu li a:after {
      content: " \f344";
      font-family: dashicons;
      font-size: 25px;
      position: absolute;
      margin: -6px 0 0 10px; }
    .account-menu li a:hover, .account-menu li a:focus {
      background-color: #6CCAE0;
      border-width: 0;
      color: #3B3B3A;
      outline: none; }
  .account-menu li.current-menu-item a {
    background-color: #6CCAE0;
    border-width: 0;
    color: #3B3B3A; }

@media only screen and (min-width: 1060px) {
  /* Genesis Menu
  --------------------------------------------- */
  .genesis-nav-menu .menu-item {
    display: inline-block; }
  .genesis-nav-menu .menu-item:focus,
  .genesis-nav-menu .menu-item:hover {
    position: relative; }
  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700; }
  .genesis-nav-menu > .menu-highlight > a {
    background-color: #3B3B3A;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px; }
  .genesis-nav-menu > .menu-highlight > a:focus,
  .genesis-nav-menu > .menu-highlight > a:hover {
    background-color: #5b2e8a; }
  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu a {
    width: 304px; }
  .genesis-nav-menu .sub-menu {
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
    padding-top: 8px;
    padding-bottom: 8px; }
  .genesis-nav-menu .sub-menu a {
    padding-bottom: 7px !important;
    padding-top: 7px !important;
    text-transform: none;
    color: #fff; }
  .genesis-nav-menu .sub-menu .current-menu-item a {
    color: #5b2e8a; }
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px; }
  #menu-primary-menu .sfHover .sf-with-ul {
    font-weight: 700; }
  /* Responsive Menu
  --------------------------------------------- */
  .genesis-responsive-menu {
    display: block; }
  .menu-toggle,
  .sub-menu-toggle {
    display: none;
    visibility: hidden; }
  /* Header Menu
  --------------------------------------------- */
  .nav-primary {
    clear: none;
    width: 100%;
    background: #fff; }
  .nav-primary .genesis-nav-menu a {
    font-size: 1.3rem; } }

/* Content Area
---------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 30px;
  margin-bottom: 30px; }

.blog .entry,
.archive .entry,
.search .entry {
  border-bottom: 6px solid #f2b531;
  padding-bottom: 20px;
  margin-bottom: 30px; }

.blog .entry.sticky,
.archive .entry.sticky {
  border-bottom: 0px; }

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  padding-left: 40px; }

.entry-content ol > li {
  list-style-type: decimal; }

.entry-content ul > li {
  list-style-type: disc; }

.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: circle; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

.entry-content code {
  background-color: #bdabd0; }

.entry-content p:last-child {
  margin-bottom: 0px; }

.content .sticky {
  background-color: #bdabd0;
  padding: 30px; }

.entry-header h2 {
  padding: 0 0 20px 0; }

.entry-footer {
  border-bottom: 3px solid #5b2e8a;
  padding-bottom: 40px; }

.single .entry-footer {
  border-bottom: 0px;
  padding-bottom: 0px; }

.post-type {
  background: #FDF5D2;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px; }

@media only screen and (min-width: 1060px) {
  /* Content
  --------------------------------------------- */
  .content {
    float: left;
    width: 70%; }
  .sidebar-content .content {
    float: right; }
  .full-width-content .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%; } }

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 1.2rem;
  margin-bottom: 0; }

.entry-header .entry-meta {
  margin-bottom: 20px; }

.entry-footer .entry-meta {
  border-top: 1px solid #FDF5D2;
  padding-top: 20px; }

.entry-categories,
.entry-tags {
  display: block; }

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px; }

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 60px 0;
  display: block;
  width: 100%; }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline; }

.archive-pagination li a {
  background-color: #bdabd0;
  color: #3B3B3A;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none; }

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #3B3B3A;
  color: #fff; }

/* Entry Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px; }

.comment-list li {
  padding: 40px 0 0 30px; }

.comment-list .depth-1 {
  padding-left: 0; }

.comment-header {
  margin-bottom: 30px; }

.comment-content {
  clear: both; }

.comment-content ul > li {
  list-style-type: disc; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%; }

.comment-respond label {
  display: block;
  margin-right: 12px; }

.comment-header p {
  margin-bottom: 0; }

.entry-pings .reply {
  display: none; }

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px; }

@media only screen and (min-width: 1060px) {
  /* Author Box
  --------------------------------------------- */
  .author-box {
    background-color: #bdabd0;
    padding: 30px; }
  /* After Entry
  --------------------------------------------- */
  .after-entry {
    padding: 40px 60px; }
  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px; }
  /* Entry Misc.
--------------------------------------------- */
  .after-entry,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 30px; } }

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
  font-size: 1.6rem;
  line-height: 1.5; }

.sidebar .widget {
  margin-bottom: 30px; }

.sidebar p {
  margin-bottom: 20px; }

@media only screen and (min-width: 1060px) {
  .sidebar {
    float: right;
    width: 25%; }
  .sidebar-content .sidebar {
    float: left; } }

.post-type-loop {
  margin-bottom: 30px; }
  .post-type-loop .section-heading {
    background: #bdabd0;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px; }
    .post-type-loop .section-heading img {
      width: 45px; }
    .post-type-loop .section-heading h2 {
      margin-bottom: 0px;
      text-transform: uppercase;
      font-size: 2.4rem; }
  .post-type-loop li {
    margin-left: 15px; }

.page-template-pagebuilder #genesis-content.content {
  width: 100%; }

.page-template-pagebuilder .site-inner {
  padding: 0px; }

.page-template-pagebuilder .entry {
  margin-bottom: 0px; }

.edition-meta {
  background: #bdabd0;
  padding: 20px;
  width: 100%;
  font-size: 1.2rem;
  border-radius: 10px;
  margin-bottom: 30px; }
  .edition-meta dl {
    margin: 0px; }
    .edition-meta dl dt {
      font-weight: 700;
      text-transform: uppercase; }
    .edition-meta dl dd {
      margin-left: 10px;
      margin-bottom: 10px; }

@media (min-width: 0px) and (max-width: 1059px) {
  .edition-meta dt {
    display: initial; }
  .edition-meta dd {
    display: initial;
    margin-left: 0px !important; } }

.single-post .wp-post-image {
  width: 100%; }

.file-download {
  border-top: 4px solid #5b2e8a;
  border-bottom: 4px solid #5b2e8a;
  padding: 30px 20px;
  text-align: center; }

.sponsor-box {
  background: #bdabd0;
  border: 8px solid #bdabd0;
  clear: both;
  margin-bottom: 30px; }
  .sponsor-box h2 {
    margin: 0px 0px 10px 10px;
    font-size: 1.6rem; }
  .sponsor-box .sponsor-inner {
    background: #fff;
    padding: 10px; }

.associated {
  margin-top: 30px; }

.sidebar-sponsor-ad,
.sidebar-patient {
  margin-bottom: 30px; }

.highlight-box {
  background: #efefef;
  padding: 20px;
  margin-bottom: 30px; }

.entry-image-link .entry-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 300px;
  height: 190px;
  border-radius: 10px; }

@media (min-width: 0px) and (max-width: 719px) {
  .entry-image-link .entry-image {
    width: 100%;
    max-width: 100%; } }

.post-type-archive-qsm_quiz .entry-image-link .entry-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 190px;
  border-radius: 10px; }

@media (min-width: 0px) and (max-width: 719px) {
  .post-type-archive-qsm_quiz .entry-image-link .entry-image {
    width: 100%;
    max-width: 100%; } }

.actions {
  display: inline-block;
  width: 49%; }

.post-type-archive-sgl_resources .entry-image-link .entry-image,
.tax-sgl_partner_types .entry-image-link .entry-image,
.tax-sgl_resource_types .entry-image-link .entry-image,
.post-type-archive-sgl_partners .entry-image-link .entry-image {
  width: 100%;
  height: auto; }

.related a {
  text-decoration: none; }

.related-post-image {
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 160px; }

.related-post-info {
  margin-top: 10px;
  font-size: 15px;
  padding: 0 10px; }

.related-title {
  font-size: 13px;
  display: inline-block;
  margin-bottom: 12px; }

.related-title:before {
  content: "";
  display: block;
  width: 100%;
  min-width: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 1em; }

.related-post-date {
  font-size: 14px;
  color: #858585; }

.related-post-tags,
.related-post-categories,
.related-post-tags a,
.related-post-categories a {
  color: #858585; }

.related-post-tags a:hover,
.related-post-categories a:hover {
  color: #333; }

.related-post-tags,
.related-post-categories {
  font-size: 13px;
  margin-top: 10px;
  font-style: italic; }

.related-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 30px;
  margin-bottom: 0px; }

.related-post {
  width: 31.4814814815%;
  opacity: 0.8;
  background: #f8ebf6;
  border-radius: 10px;
  overflow: hidden; }

.related-post:hover {
  opacity: 1; }

@supports (grid-area: auto) {
  .related-post {
    width: auto; } }

@media only screen and (max-width: 500px) {
  .related-post {
    width: 100%; }
  .related-posts {
    grid-gap: 40px;
    grid-template-columns: 1fr; }
  @supports (grid-area: auto) {
    .related-post {
      width: auto; } } }

.partner-grid {
  display: flex;
  flex-wrap: wrap; }
  .partner-grid article {
    margin-right: 1.6666667%;
    padding: 20px;
    position: relative;
    border: 4px solid #bdabd0 !important;
    transition: all 0.5s ease;
    border-radius: 15px; }
    .partner-grid article:hover, .partner-grid article:focus, .partner-grid article:focus-within {
      background: #bdabd0;
      transition: all 0.5s ease; }

@media (min-width: 0px) and (max-width: 719px) {
  .partner-grid article {
    width: 100%; } }

@media (min-width: 720px) and (max-width: 1059px) {
  .partner-grid article {
    width: 48%; } }
    @media (min-width: 1060px) {
      .partner-grid article {
        width: 23.3%; } }
    .partner-grid article a:hover,
    .partner-grid article a:focus {
      background: transparent; }
    .partner-grid article a[href]::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
  .partner-grid .entry {
    padding-bottom: 20px;
    text-align: center; }
  .partner-grid img {
    width: 100%;
    margin-right: 0px;
    max-width: 100% !important; }
  .partner-grid h2.entry-title {
    margin-bottom: 10px; }
  .partner-grid .entry {
    border-bottom: 0px; }

.partner-events {
  padding-bottom: 0px !important; }
  .partner-events h5 {
    margin-bottom: 0px; }
  .partner-events a {
    display: block;
    margin-bottom: 20px; }

.diary article {
  display: flex;
  border: 4px solid #bd4e72;
  position: relative;
  transition: all 0.5s ease;
  border-radius: 15px;
  margin-bottom: 30px; }
  .diary article:hover, .diary article:focus, .diary article:focus-within {
    background: #F2DCE3;
    transition: all 0.5s ease; }

@media (min-width: 0px) and (max-width: 719px) {
  .diary article {
    flex-direction: column; } }

.diary .date {
  width: 20%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 2.4rem;
  background: #bd4e72;
  color: #fff;
  flex-direction: column;
  padding: 20px; }

@media (min-width: 0px) and (max-width: 719px) {
  .diary .date {
    width: 100%; } }

.diary .event-details {
  width: 60%;
  display: flex;
  padding: 20px;
  background: #fff; }

@media (min-width: 0px) and (max-width: 1059px) {
  .diary .event-details {
    width: 100%;
    flex-direction: column; } }
  .diary .event-details a {
    text-decoration: none;
    outline: none;
    color: #3B3B3A; }
  .diary .event-details a[href]::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .diary .event-details .image {
    width: 33%; }
    .diary .event-details .image img {
      width: 100%; }

@media (min-width: 0px) and (max-width: 1059px) {
  .diary .event-details .image {
    width: 100%;
    margin-bottom: 10px; } }
  .diary .event-details .detail {
    width: 66%;
    padding-left: 20px; }

@media (min-width: 0px) and (max-width: 1059px) {
  .diary .event-details .detail {
    width: 100%;
    padding-left: 0px; } }
    .diary .event-details .detail p {
      margin-bottom: 0px; }

.diary .location {
  padding: 20px;
  display: flex;
  flex-direction: column;
  width: 20%;
  background: #bd4e72;
  color: #fff;
  align-items: center;
  text-align: center;
  justify-content: center; }

@media (min-width: 0px) and (max-width: 719px) {
  .diary .location {
    width: 100%; } }

.post-type-archive-sgl_diary .content {
  background: transparent;
  margin-bottom: 0px; }

.resources-grid {
  display: flex;
  flex-wrap: wrap; }
  .resources-grid article.entry {
    width: 31%;
    margin-right: 1.6666667%;
    padding: 20px;
    position: relative;
    border: 4px solid #bdabd0;
    border-radius: 15px;
    transition: all 0.5s ease; }

@media (min-width: 0px) and (max-width: 719px) {
  .resources-grid article.entry {
    width: 100%; } }

@media (min-width: 720px) and (max-width: 1059px) {
  .resources-grid article.entry {
    width: 48%; } }
    @media (min-width: 1060px) {
      .resources-grid article.entry {
        width: 31%; } }
    .resources-grid article.entry:hover, .resources-grid article.entry:focus, .resources-grid article.entry:focus-within {
      background: #bdabd0;
      transition: all 0.5s ease; }
    .resources-grid article.entry a:hover,
    .resources-grid article.entry a:focus {
      background: transparent; }
    .resources-grid article.entry a[href]::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
  .resources-grid .entry {
    padding-bottom: 20px; }
  .resources-grid img {
    width: 100%;
    border-radius: 10px; }
  .resources-grid .entry-image-link .entry-image {
    max-width: 100%; }
  .resources-grid h2.entry-title {
    margin-bottom: 20px; }

.archive-header {
  color: #fff;
  background-color: #5b2e8a;
  background-position: center;
  background-size: cover; }
  .archive-header img {
    border-radius: 5px; }
  .archive-header h1 {
    color: #fff;
    border-bottom: 6px solid #fff;
    display: inline-block; }
  .archive-header h2 {
    color: #fff;
    font-size: 2.4rem; }
  .archive-header .wrap {
    padding: 30px 20px; }
  .archive-header a {
    color: #fff;
    text-decoration: none;
    font-weight: 700; }
    .archive-header a:hover, .archive-header a:focus {
      text-decoration: underline; }
  .archive-header .archive-description {
    margin-bottom: 20px; }

.archive-header-featured-image {
  color: #fff;
  background-color: #5b2e8a;
  background-position: center;
  background-size: cover; }
  .archive-header-featured-image img {
    width: 100%; }
  .archive-header-featured-image h1 {
    color: #fff;
    border-top: 6px solid #fff;
    display: inline-block; }
  .archive-header-featured-image h2 {
    color: #fff;
    font-size: 2.4rem; }
  .archive-header-featured-image a {
    color: #fff;
    text-decoration: none;
    font-weight: 700; }
    .archive-header-featured-image a:hover, .archive-header-featured-image a:focus {
      text-decoration: underline; }
  .archive-header-featured-image .archive-description {
    margin-bottom: 20px; }
  .archive-header-featured-image .meta {
    padding: 30px 20px 30px 20px !important; }
    .archive-header-featured-image .meta article {
      position: relative; }
    .archive-header-featured-image .meta a[href]::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }

.breadcrumb-bar {
  background: #ea4d91;
  color: #fff;
  padding: 10px 30px; }
  .breadcrumb-bar a {
    color: #fff; }

.blue .archive-header h1,
.blue .archive-header-featured-image h1,
.blue .title-bar h1 {
  border-top: 6px solid #3fabdc; }

.blue .breadcrumb-bar {
  background: #3fabdc; }
  .blue .breadcrumb-bar a {
    color: #fff; }

.blue.archive article.sgl_resources {
  border: 4px solid #3fabdc; }
  .blue.archive article.sgl_resources:hover, .blue.archive article.sgl_resources:focus, .blue.archive article.sgl_resources:focus-within {
    background: #ecf7fc; }
    .blue.archive article.sgl_resources:hover .entry-title a, .blue.archive article.sgl_resources:focus .entry-title a, .blue.archive article.sgl_resources:focus-within .entry-title a {
      color: #3fabdc; }

.blue .edition-meta,
.blue #genesis-sidebar-primary.widget-area .widget-wrap {
  background: #ecf7fc; }

.green .archive-header h1,
.green .archive-header-featured-image h1,
.green .title-bar h1 {
  border-top: 6px solid #40a026; }

.green .breadcrumb-bar {
  background: #40a026; }
  .green .breadcrumb-bar a {
    color: #fff; }

.green.archive article.sgl_resources {
  border: 4px solid #40a026; }
  .green.archive article.sgl_resources:hover, .green.archive article.sgl_resources:focus, .green.archive article.sgl_resources:focus-within {
    background: #ecf6e9; }
    .green.archive article.sgl_resources:hover .entry-title a, .green.archive article.sgl_resources:focus .entry-title a, .green.archive article.sgl_resources:focus-within .entry-title a {
      color: #40a026; }

.green .edition-meta,
.green #genesis-sidebar-primary.widget-area .widget-wrap {
  background: #ecf6e9; }

.yellow .archive-header h1,
.yellow .archive-header-featured-image h1,
.yellow .title-bar h1 {
  border-top: 6px solid #f2b531; }

.yellow .breadcrumb-bar {
  background: #f2b531; }
  .yellow .breadcrumb-bar a {
    color: #fff; }

.yellow.archive article.sgl_resources {
  border: 4px solid #f2b531; }
  .yellow.archive article.sgl_resources:hover, .yellow.archive article.sgl_resources:focus, .yellow.archive article.sgl_resources:focus-within {
    background: #fcf0d6; }
    .yellow.archive article.sgl_resources:hover .entry-title a, .yellow.archive article.sgl_resources:focus .entry-title a, .yellow.archive article.sgl_resources:focus-within .entry-title a {
      color: #f2b531; }

.yellow .edition-meta,
.yellow #genesis-sidebar-primary.widget-area .widget-wrap {
  background: #fcf0d6; }

.orange .archive-header h1,
.orange .archive-header-featured-image h1,
.orange .title-bar h1 {
  border-top: 6px solid #fb7d1c; }

.orange .breadcrumb-bar {
  background: #fb7d1c; }
  .orange .breadcrumb-bar a {
    color: #fff; }

.orange.archive article.sgl_resources {
  border: 4px solid #fb7d1c; }
  .orange.archive article.sgl_resources:hover, .orange.archive article.sgl_resources:focus, .orange.archive article.sgl_resources:focus-within {
    background: #fff2e8; }
    .orange.archive article.sgl_resources:hover .entry-title a, .orange.archive article.sgl_resources:focus .entry-title a, .orange.archive article.sgl_resources:focus-within .entry-title a {
      color: #fb7d1c; }

.orange .edition-meta,
.orange #genesis-sidebar-primary.widget-area .widget-wrap {
  background: #fff2e8; }

.pink .archive-header h1,
.pink .archive-header-featured-image h1,
.pink .title-bar h1 {
  border-top: 6px solid #ea4d91; }

.pink .breadcrumb-bar {
  background: #ea4d91; }
  .pink .breadcrumb-bar a {
    color: #fff; }

.pink.archive article.sgl_resources {
  border: 4px solid #ea4d91; }
  .pink.archive article.sgl_resources:hover, .pink.archive article.sgl_resources:focus, .pink.archive article.sgl_resources:focus-within {
    background: #fdedf4; }
    .pink.archive article.sgl_resources:hover .entry-title a, .pink.archive article.sgl_resources:focus .entry-title a, .pink.archive article.sgl_resources:focus-within .entry-title a {
      color: #ea4d91; }

.pink .edition-meta,
.pink #genesis-sidebar-primary.widget-area .widget-wrap {
  background: #fdedf4; }

.raspberry .archive-header h1,
.raspberry .archive-header-featured-image h1,
.raspberry .title-bar h1 {
  border-top: 6px solid #bd4e72; }

.raspberry .breadcrumb-bar {
  background: #bd4e72; }
  .raspberry .breadcrumb-bar a {
    color: #fff; }

.raspberry.archive article.sgl_resources {
  border: 4px solid #bd4e72; }
  .raspberry.archive article.sgl_resources:hover, .raspberry.archive article.sgl_resources:focus, .raspberry.archive article.sgl_resources:focus-within {
    background: #f8edf1; }
    .raspberry.archive article.sgl_resources:hover .entry-title a, .raspberry.archive article.sgl_resources:focus .entry-title a, .raspberry.archive article.sgl_resources:focus-within .entry-title a {
      color: #bd4e72; }

.raspberry .edition-meta,
.raspberry #genesis-sidebar-primary.widget-area .widget-wrap {
  background: #f8edf1; }

.violet .archive-header h1,
.violet .archive-header-featured-image h1,
.violet .title-bar h1 {
  border-top: 6px solid #b536a8; }

.violet .breadcrumb-bar {
  background: #b536a8; }
  .violet .breadcrumb-bar a {
    color: #fff; }

.violet.archive article.sgl_resources {
  border: 4px solid #b536a8; }
  .violet.archive article.sgl_resources:hover, .violet.archive article.sgl_resources:focus, .violet.archive article.sgl_resources:focus-within {
    background: #f8ebf6; }
    .violet.archive article.sgl_resources:hover .entry-title a, .violet.archive article.sgl_resources:focus .entry-title a, .violet.archive article.sgl_resources:focus-within .entry-title a {
      color: #b536a8; }

.violet .edition-meta,
.violet #genesis-sidebar-primary.widget-area .widget-wrap {
  background: #f8ebf6; }

.red .archive-header h1,
.red .archive-header-featured-image h1,
.red .title-bar h1 {
  border-top: 6px solid #f61a29; }

.red .breadcrumb-bar {
  background: #f61a29; }
  .red .breadcrumb-bar a {
    color: #fff; }

.red.archive article.sgl_resources {
  border: 4px solid #f61a29; }
  .red.archive article.sgl_resources:hover, .red.archive article.sgl_resources:focus, .red.archive article.sgl_resources:focus-within {
    background: #FDD1D4; }
    .red.archive article.sgl_resources:hover .entry-title a, .red.archive article.sgl_resources:focus .entry-title a, .red.archive article.sgl_resources:focus-within .entry-title a {
      color: #f61a29; }

.red .edition-meta,
.red #genesis-sidebar-primary.widget-area .widget-wrap {
  background: #FDD1D4; }

.editor-grid article {
  padding: 20px;
  position: relative;
  border: 4px solid #bdabd0 !important;
  transition: all 0.5s ease;
  border-radius: 15px; }
  .editor-grid article:hover, .editor-grid article:focus, .editor-grid article:focus-within {
    background: #bdabd0;
    transition: all 0.5s ease; }
  .editor-grid article a {
    text-decoration: none;
    color: #3B3B3A; }
  .editor-grid article a:hover,
  .editor-grid article a:focus {
    background: transparent;
    outline: none; }
  .editor-grid article a[href]::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.editor-grid img {
  width: 100%;
  margin-right: 0px;
  max-width: 100% !important; }

.editor-grid h2 {
  margin: 10px 0;
  font-size: 2.4rem; }

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
  background-color: #5b2e8a;
  color: #fff;
  line-height: 1.5;
  padding: 30px; }
  .site-footer a {
    color: #fff; }
    .site-footer a:hover, .site-footer a:focus, .site-footer a:active {
      background: none;
      color: #FDF5D2; }
  .site-footer .genesis-nav-menu .current-menu-item > a,
  .site-footer .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
  .site-footer .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
  .site-footer .genesis-nav-menu a:focus, .site-footer .genesis-nav-menu a:hover {
    background: none;
    color: #FDF5D2; }
  .site-footer ul {
    list-style: none; }
    .site-footer ul li {
      margin-left: 0px; }
  .site-footer .sponsor-logo {
    width: 200px;
    display: block;
    margin: 20px auto; }
  .site-footer .social-icons {
    justify-content: flex-start;
    margin-bottom: 60px; }
  .site-footer .publication-heading {
    margin-top: 30px;
    margin-bottom: 0px; }
  .site-footer .publication-logos {
    display: flex;
    justify-content: space-around;
    max-width: 50%;
    margin: 0 auto; }

@media (min-width: 0px) and (max-width: 719px) {
  .site-footer .publication-logos {
    flex-direction: column;
    max-width: 40%; } }

@media (min-width: 0px) and (max-width: 719px) {
  .site-footer .bjpcn,
  .site-footer .pccj,
  .site-footer .whj {
    margin: 20px 0;
    width: 100%; } }

@media (min-width: 720px) and (max-width: 1059px) {
  .site-footer .bjpcn,
  .site-footer .pccj,
  .site-footer .whj {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 25%; } }
  @media (min-width: 1060px) {
    .site-footer .bjpcn,
    .site-footer .pccj,
    .site-footer .whj {
      margin-top: 30px;
      margin-bottom: 30px;
      width: 25%; } }
.site-footer p {
  margin-bottom: 0; }

.home-partner-logos {
  text-align: center;
  padding: 30px 0; }

.footer-banner {
  background: #ea4d91;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase; }
  .footer-banner h3 {
    margin-bottom: 0px; }

@media only screen and (min-width: 1060px) {
  /* Footer Widgets
  --------------------------------------------- */
  .footer-widgets .wrap {
    max-width: 1140px; }
  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    width: calc(100% / 3); }
    .footer-widget-area h3 {
      text-transform: uppercase; }
    .footer-widget-area #menu-footer-menu-left li {
      margin-bottom: 0px; } }

/* Social Icons
  --------------------------------------------- */
.social-icons {
  display: flex;
  justify-content: space-between; }
  .social-icons a {
    width: 40px;
    margin-right: 8px; }
  .social-icons img {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
    .social-icons img:hover, .social-icons img:focus {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }

.sgl-lesson {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #efefef;
  margin-bottom: 10px; }
  .sgl-lesson:hover, .sgl-lesson:focus {
    background: #6CCAE0; }
  .sgl-lesson.locked {
    opacity: 30%; }
    .sgl-lesson.locked:hover, .sgl-lesson.locked:focus {
      background: #efefef; }
  .sgl-lesson .icon {
    width: 50px;
    margin-right: 20px; }

.sfwd-courses .ld-tabs-content {
  background: #FDF5D2;
  border: 4px solid #bdabd0;
  padding: 2em 2em 0px 2em !important; }

.learndash-cpt #genesis-sidebar-primary.widget-area .widget-wrap {
  background: #6CCAE0; }

.ld-tabs-content {
  display: flex;
  flex-wrap: wrap; }

.patient-sponsor {
  text-align: center; }

@media (min-width: 0px) and (max-width: 719px) {
  .patient-sponsor {
    width: 100%; } }

@media (min-width: 720px) and (max-width: 1059px) {
  .patient-sponsor {
    width: 33%; } }
  @media (min-width: 1060px) {
    .patient-sponsor {
      width: 33%; } }
  .patient-sponsor .sponsor-heading {
    margin: 0px; }
  .patient-sponsor .logo {
    padding: 20px; }

.ld-visible {
  width: 66%; }

@media (min-width: 0px) and (max-width: 719px) {
  .ld-visible {
    width: 100%; } }

@media (min-width: 720px) and (max-width: 1059px) {
  .ld-visible {
    width: 66%; } }
  @media (min-width: 1060px) {
    .ld-visible {
      width: 66%; } }
.patient-grid {
  display: flex;
  flex-wrap: wrap; }
  .patient-grid article {
    margin-right: 1.6666667%;
    background: #6CCAE0;
    padding: 8px;
    position: relative;
    transition: all 0.5s ease; }

@media (min-width: 0px) and (max-width: 719px) {
  .patient-grid article {
    width: 48%; } }

@media (min-width: 720px) and (max-width: 1059px) {
  .patient-grid article {
    width: 18.2%; } }
    @media (min-width: 1060px) {
      .patient-grid article {
        width: 15%; } }
    .patient-grid article:hover, .patient-grid article:focus, .patient-grid article:focus-within {
      background: #bdabd0;
      transition: all 0.5s ease; }
    .patient-grid article img {
      width: 100%; }
    .patient-grid article a:hover,
    .patient-grid article a:focus {
      background: transparent; }
    .patient-grid article a[href]::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
  .patient-grid .entry {
    padding-bottom: 8px; }
  .patient-grid h2.entry-title {
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-top: 10px; }
  .patient-grid .entry {
    border-bottom: 0px; }

@media (min-width: 0px) and (max-width: 719px) {
  .patient-grid .entry {
    margin-bottom: 10px; } }

@media (min-width: 720px) and (max-width: 1059px) {
  .patient-grid .entry {
    margin-bottom: 20px; } }

.featured-patient {
  display: flex;
  border: #6CCAE0 12px solid;
  margin-bottom: 30px;
  background: #efefef;
  flex-wrap: wrap; }

@media (min-width: 0px) and (max-width: 719px) {
  .featured-patient {
    text-align: center;
    justify-content: center; } }

@media (min-width: 720px) and (max-width: 1059px) {
  .featured-patient .patient {
    width: 40%;
    align-self: center; } }
  @media (min-width: 1060px) {
    .featured-patient .patient {
      width: 25%;
      align-self: flex-end; } }
  .featured-patient .description {
    padding: 20px; }

@media (min-width: 0px) and (max-width: 719px) {
  .featured-patient .description {
    width: 100%; } }

@media (min-width: 720px) and (max-width: 1059px) {
  .featured-patient .description {
    width: 60%; } }
    @media (min-width: 1060px) {
      .featured-patient .description {
        width: 50%; } }
    .featured-patient .description h2 {
      font-weight: normal;
      text-transform: uppercase; }
  .featured-patient .clickthrough {
    width: 25%;
    display: flex;
    flex-direction: column;
    padding: 20px; }

@media (min-width: 0px) and (max-width: 719px) {
  .featured-patient .clickthrough {
    width: 100%;
    align-items: center; }
    .featured-patient .clickthrough .logo {
      margin-bottom: 30px; } }

@media (min-width: 720px) and (max-width: 1059px) {
  .featured-patient .clickthrough {
    width: 100%;
    align-items: center; } }
    @media (min-width: 1060px) {
      .featured-patient .clickthrough {
        width: 25%; } }
    .featured-patient .clickthrough a {
      margin-top: auto; }

.sidebar-check-patients {
  border: #6CCAE0 12px solid;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 20px; }
  .sidebar-check-patients img {
    display: block;
    margin: 0 auto; }

.featured-patients {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .featured-patients .patient {
    background: #6CCAE0;
    padding: 15px;
    position: relative;
    margin-bottom: 30px; }

@media (min-width: 0px) and (max-width: 719px) {
  .featured-patients .patient {
    width: 100%; } }

@media (min-width: 720px) and (max-width: 1059px) {
  .featured-patients .patient {
    width: 48%; } }
    @media (min-width: 1060px) {
      .featured-patients .patient {
        width: 24%; } }
    .featured-patients .patient h2 {
      text-transform: uppercase;
      margin-top: 15px; }
    .featured-patients .patient img {
      width: 100%; }
  .featured-patients .details {
    display: flex;
    justify-content: center;
    align-items: center; }

@media (min-width: 0px) and (max-width: 719px) {
  .featured-patients .details {
    width: 100%; } }

@media (min-width: 720px) and (max-width: 1059px) {
  .featured-patients .details {
    width: 100%; } }
    @media (min-width: 1060px) {
      .featured-patients .details {
        width: 49%; } }
    .featured-patients .details .signup {
      padding: 20px;
      border: 8px solid #6CCAE0;
      text-align: center; }

.benefits {
  margin: 60px 0; }

@media (min-width: 0px) and (max-width: 1059px) {
  .benefits {
    flex-direction: column; } }
  @media (min-width: 1060px) {
    .benefits {
      padding: 60px;
      background: #efefef; } }
  .benefits h2 {
    text-align: center; }
  .benefits .benefits-wrapper {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-between; }

@media (min-width: 0px) and (max-width: 1059px) {
  .benefits .benefits-wrapper {
    flex-direction: column; } }
    @media (min-width: 1060px) {
      .benefits .benefits-wrapper {
        flex-direction: row; } }
    .benefits .benefits-wrapper .benefit {
      padding: 20px;
      border: 8px solid #6CCAE0;
      background: #fff; }
      .benefits .benefits-wrapper .benefit h3 {
        text-transform: uppercase; }

@media (min-width: 0px) and (max-width: 1059px) {
  .benefits .benefits-wrapper .benefit {
    width: 100%;
    margin-bottom: 30px; } }
      @media (min-width: 1060px) {
        .benefits .benefits-wrapper .benefit {
          width: 32%; } }
.ld-course-list-items {
  display: flex;
  flex-wrap: wrap; }
  .ld-course-list-items .learndash-wrapper {
    margin-right: 1.6666667%;
    background: #6CCAE0;
    padding: 8px;
    position: relative;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    text-align: center; }

@media (min-width: 0px) and (max-width: 719px) {
  .ld-course-list-items .learndash-wrapper {
    width: 49%; } }

@media (min-width: 720px) and (max-width: 1059px) {
  .ld-course-list-items .learndash-wrapper {
    width: 33%; } }
    @media (min-width: 1060px) {
      .ld-course-list-items .learndash-wrapper {
        width: 15%; } }
    .ld-course-list-items .learndash-wrapper:hover, .ld-course-list-items .learndash-wrapper:focus {
      background: #bdabd0;
      transition: all 0.5s ease; }
    .ld-course-list-items .learndash-wrapper .ld-item-list {
      margin: 0px; }
      .ld-course-list-items .learndash-wrapper .ld-item-list .ld-item-list-item {
        border: none;
        background: transparent;
        border-radius: 0px; }
    .ld-course-list-items .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
      display: inline !important;
      padding: 0px; }
    .ld-course-list-items .learndash-wrapper a:hover,
    .ld-course-list-items .learndash-wrapper a:focus {
      background: transparent; }
    .ld-course-list-items .learndash-wrapper a[href]::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .ld-course-list-items .learndash-wrapper h2 {
      font-size: 1.3rem;
      text-transform: uppercase;
      margin-top: 10px; }

.ld-item-list.ld-course-list {
  margin-top: 0px; }
  .ld-item-list.ld-course-list h3 {
    margin-top: 0px; }

.ld-profile-summary {
  margin-top: 0px !important; }

#ld-profile {
  margin-bottom: 30px; }
  #ld-profile #ld-main-course-list {
    margin-top: 20px !important; }

.wpProQuiz_quiz {
  background: #efefef;
  padding: 20px; }

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label {
  background: #fff; }

.home-intro {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between; }

@media (min-width: 0px) and (max-width: 1059px) {
  .home-intro {
    flex-direction: column; } }
  .home-intro .welcome {
    width: 55%;
    display: flex;
    flex-direction: column; }

@media (min-width: 0px) and (max-width: 1059px) {
  .home-intro .welcome {
    width: 100%;
    margin-bottom: 30px; } }
    .home-intro .welcome .intro {
      background: #9F2A1D;
      color: #fff;
      padding: 30px;
      font-size: 100%;
      flex-grow: 1; }

@media (min-width: 0px) and (max-width: 1059px) {
  .home-intro .welcome .intro {
    text-align: center; } }
      .home-intro .welcome .intro .signup {
        text-align: right;
        margin-bottom: 0px; }

@media (min-width: 0px) and (max-width: 1059px) {
  .home-intro .welcome .intro .signup {
    text-align: center; } }
    .home-intro .welcome .quick-links {
      display: flex;
      text-align: center;
      border-bottom: #5b2e8a solid 4px;
      align-items: stretch; }

@media (min-width: 0px) and (max-width: 719px) {
  .home-intro .welcome .quick-links {
    flex-direction: column; } }
      .home-intro .welcome .quick-links a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 25%;
        padding: 30px 10px;
        text-transform: uppercase;
        text-decoration: none; }

@media (min-width: 0px) and (max-width: 719px) {
  .home-intro .welcome .quick-links a {
    width: 100%;
    padding: 10px 10px;
    background: #efefef; } }
        .home-intro .welcome .quick-links a:hover, .home-intro .welcome .quick-links a:focus {
          text-decoration: none;
          background: #FDF5D2;
          outline: none; }
  .home-intro .whats-new {
    background: #bdabd0;
    width: 45%;
    padding: 30px;
    border-bottom: #5b2e8a solid 4px; }

@media (min-width: 0px) and (max-width: 1059px) {
  .home-intro .whats-new {
    width: 100%; } }
    .home-intro .whats-new ul {
      list-style-position: inside;
      font-size: 100%; }
      .home-intro .whats-new ul li {
        background: url("/wp-content/themes/issues-answers-theme/images/plus.png") no-repeat left top;
        padding: 9px 0px 13px 52px;
        list-style: none;
        margin: 0; }
    .home-intro .whats-new a {
      text-decoration: none; }
      .home-intro .whats-new a:hover, .home-intro .whats-new a:focus {
        text-decoration: underline; }

.home_sponsor_horizontal {
  margin-bottom: 30px; }

@media (min-width: 0px) and (max-width: 1059px) {
  .home_sponsor_horizontal .home-ad-desktop {
    display: none;
    width: 100%; }
  .home_sponsor_horizontal .home-ad-mobile {
    width: 100%; } }
  @media (min-width: 1060px) {
    .home_sponsor_horizontal .home-ad-desktop {
      width: 100%; }
    .home_sponsor_horizontal .home-ad-mobile {
      display: none;
      width: 100%; } }
.home-med-intro {
  background: #e8e8e8;
  background: radial-gradient(circle, #e8e8e8 0%, #c7c7c7 100%);
  text-align: center;
  position: relative;
  margin-bottom: 30px; }
  .home-med-intro .intro {
    padding: 30px 10%; }
  .home-med-intro img {
    width: 100%; }
  .home-med-intro .signup {
    position: absolute;
    width: 100%;
    margin-top: -100px; }

.home-features {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
  border-top: 4px solid #5b2e8a; }
  .home-features article, .home-features aside {
    margin-bottom: 30px; }

@media (min-width: 0px) and (max-width: 719px) {
  .home-features article, .home-features aside {
    width: 100%; } }

@media (min-width: 720px) and (max-width: 1059px) {
  .home-features article, .home-features aside {
    width: 48%; } }
    @media (min-width: 1060px) {
      .home-features article, .home-features aside {
        width: 24%; } }
  .home-features a {
    text-decoration: none;
    background: #bdabd0;
    display: block; }
    .home-features a:hover, .home-features a:focus {
      background: #FDF5D2; }
  .home-features h3 {
    padding: 10px 15px; }
  .home-features article img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 180px; }

.page-template-sgl-homepage-new .content {
  background: transparent;
  padding: 0px; }

.page-template-sgl-homepage-new h2 {
  font-size: 2.4rem; }

.page-template-sgl-homepage-new .home-banner {
  background: #5b2e8a;
  color: #fff;
  font-weight: 700;
  border-top: 6px solid #ea4d91; }
  .page-template-sgl-homepage-new .home-banner .inner {
    background-position: center;
    background-size: cover;
    padding: 30px 20px; }
  .page-template-sgl-homepage-new .home-banner .strap {
    text-align: center;
    padding-top: 15px; }
    .page-template-sgl-homepage-new .home-banner .strap img {
      vertical-align: middle;
      margin-bottom: 0px; }
    .page-template-sgl-homepage-new .home-banner .strap h2 {
      margin-bottom: 18px; }
  .page-template-sgl-homepage-new .home-banner h1 {
    text-transform: uppercase; }
  .page-template-sgl-homepage-new .home-banner h2 {
    margin-bottom: 30px; }
  .page-template-sgl-homepage-new .home-banner ul {
    margin-bottom: 20px; }

.page-template-sgl-homepage-new .home-promo,
.page-template-sgl-homepage-new .home-articles {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px; }

.page-template-sgl-homepage-new .home-promo {
  border-top: 6px solid #40a026; }

.page-template-sgl-homepage-new .home-articles {
  border-top: 6px solid #f2b531; }
  .page-template-sgl-homepage-new .home-articles h2 {
    margin-bottom: 5px; }
  .page-template-sgl-homepage-new .home-articles h3 {
    font-size: 2rem; }

.page-template-sgl-homepage-new .home-top {
  padding: 20px;
  color: #fff;
  background: #3fabdc;
  margin-bottom: 20px;
  border-radius: 10px; }

.page-template-sgl-homepage-new .home-mid {
  padding: 20px;
  color: #fff;
  background: #ea4d91;
  margin-bottom: 20px;
  border-radius: 10px; }

.page-template-sgl-homepage-new .home-bottom {
  padding: 20px;
  color: #fff;
  background: #5b2e8a;
  margin-bottom: 20px;
  border-radius: 10px; }

.page-template-sgl-homepage-new article .title {
  border-top: 4px solid #f2b531;
  padding-top: 10px; }
  .page-template-sgl-homepage-new article .title h4 a {
    text-decoration: none;
    font-weight: 700;
    font-size: 1.7rem; }

.page-template-sgl-homepage-new article img {
  border-radius: 5px;
  width: 100%; }

/* Centred Blank
--------------------------------------------- */
body.centred-landing-page {
  height: 100%; }
  body.centred-landing-page .site-container {
    height: 100%; }

.centred-landing-page .site-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  background: #5b2e8a; }
  .centred-landing-page .site-inner .wrap {
    background: #fff;
    width: 100%;
    max-width: 600px;
    padding: 30px;
    border-radius: 10px; }
  .centred-landing-page .site-inner article {
    margin-bottom: 0px; }

.centred-landing-page #slide-menu {
  display: none; }

.centred-landing-page .logo {
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 30px;
  display: block; }

/* Pagebuilder
--------------------------------------------- */
.page-template-pagebuilder .content {
  background: transparent; }

/* Grid builder
--------------------------------------------- */
.page-template-page_boxed .boxed-link {
  display: inline-block;
  margin-bottom: 60px; }

.page-template-page_boxed .resources-grid article {
  padding-bottom: 65px; }

/* Print Styles
---------------------------------------------------------------------------- */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #3B3B3A !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]::after {
    content: " (" attr(href) ")"; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: ""; }
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 2cm 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  blockquote,
  pre {
    border: 1px solid #efefef;
    page-break-inside: avoid; }
  .content,
  .content-sidebar {
    width: 100%; }
  button,
  input,
  select,
  textarea,
  header,
  footer,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar,
  .related,
  .edition-meta,
  .footer-banner,
  .home-partner-logos {
    display: none !important; }
  .title-area {
    text-align: center;
    width: 100%; }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0; }
  .site-inner {
    padding-top: 0;
    position: relative; }
  .author-box {
    margin-bottom: 0; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3; }
  img {
    page-break-after: avoid;
    page-break-inside: avoid; }
  blockquote,
  pre,
  table {
    page-break-inside: avoid; }
  dl,
  ol,
  ul {
    page-break-before: avoid; } }
/*# sourceMappingURL=style.css.map */