article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

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

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/*
Flex grid quick reference:
- Add '.flex-wrap' to the row and '.flex-col' to each child.
- Use '.flex-cols-3', '.flex-cols-4', etc. on the wrapper to make all '.flex-col' children equal width.
- Use fraction classes like '.flex-col-1of2', '.flex-col-2of3', '.flex-col-3of5' on individual columns when one column needs a custom span.
- Responsive suffixes target specific breakpoints:
  - '-mobile' applies from mobile up
  - no suffix applies from 768px up
  - '-desktop' applies from 1000px up
  - '-xl-desktop' applies from 1240px up
- Gap helpers go on '.flex-wrap': '.gap-small', '.gap-medium', '.gap-large', '.gap-xl'.
  These scale at 1000px and 1240px using the breakpoint gap maps below.
Example:
'.flex-wrap.flex-cols-2.flex-cols-4-desktop.gap-large'
starts as 2 columns, becomes 4 columns on desktop, with a responsive large gap.
*/
.flex-wrap {
  --flex-grid-column-gap: 25px;
  --flex-grid-row-gap: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--flex-grid-row-gap) var(--flex-grid-column-gap);
  margin: 0; }
  .flex-wrap .flex-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 0; }
  .flex-wrap.gap-none, .flex-wrap.flex-gap-none {
    --flex-grid-column-gap: 0px;
    --flex-grid-row-gap: 0px; }
  .flex-wrap.gap-small, .flex-wrap.flex-gap-small {
    --flex-grid-column-gap: 15px;
    --flex-grid-row-gap: 15px; }
  .flex-wrap.gap-medium, .flex-wrap.flex-gap-medium {
    --flex-grid-column-gap: 25px;
    --flex-grid-row-gap: 25px; }
  .flex-wrap.gap-large, .flex-wrap.flex-gap-large {
    --flex-grid-column-gap: 30px;
    --flex-grid-row-gap: 30px; }
  .flex-wrap.gap-xl, .flex-wrap.flex-gap-xl {
    --flex-grid-column-gap: 40px;
    --flex-grid-row-gap: 40px; }
  .flex-wrap.flex-wrap-small-gap {
    --flex-grid-column-gap: 15px;
    --flex-grid-row-gap: 15px; }
  .flex-wrap .flex-col-full-width {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important; }
  .flex-wrap .flex-col-1of2-mobile {
    -ms-flex: 0 0 50%;
    flex: 0 0 calc(50% - (var(--flex-grid-column-gap) * 0.5));
    max-width: calc(50% - (var(--flex-grid-column-gap) * 0.5)); }
  .flex-wrap .flex-col-1of3-mobile {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667));
    max-width: calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667)); }
  .flex-wrap .flex-col-1of4-mobile {
    -ms-flex: 0 0 25%;
    flex: 0 0 calc(25% - (var(--flex-grid-column-gap) * 0.75));
    max-width: calc(25% - (var(--flex-grid-column-gap) * 0.75)); }
  .flex-wrap .flex-col-1of5-mobile {
    -ms-flex: 0 0 20%;
    flex: 0 0 calc(20% - (var(--flex-grid-column-gap) * 0.8));
    max-width: calc(20% - (var(--flex-grid-column-gap) * 0.8)); }
  .flex-wrap .flex-col-2of3-mobile {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 calc(66.6666666667% - (var(--flex-grid-column-gap) * 0.3333333333));
    max-width: calc(66.6666666667% - (var(--flex-grid-column-gap) * 0.3333333333)); }
  .flex-wrap .flex-col-3of4-mobile {
    -ms-flex: 0 0 75%;
    flex: 0 0 calc(75% - (var(--flex-grid-column-gap) * 0.25));
    max-width: calc(75% - (var(--flex-grid-column-gap) * 0.25)); }
  .flex-wrap .flex-col-2of5-mobile {
    -ms-flex: 0 0 40%;
    flex: 0 0 calc(40% - (var(--flex-grid-column-gap) * 0.6));
    max-width: calc(40% - (var(--flex-grid-column-gap) * 0.6)); }
  .flex-wrap .flex-col-3of5-mobile {
    -ms-flex: 0 0 60%;
    flex: 0 0 calc(60% - (var(--flex-grid-column-gap) * 0.4));
    max-width: calc(60% - (var(--flex-grid-column-gap) * 0.4)); }
  .flex-wrap.flex-cols-2-mobile .flex-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 calc(50% - (var(--flex-grid-column-gap) * 0.5));
    max-width: calc(50% - (var(--flex-grid-column-gap) * 0.5)); }
  .flex-wrap.flex-cols-3-mobile .flex-col {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667));
    max-width: calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667)); }
  .flex-wrap.flex-cols-4-mobile .flex-col {
    -ms-flex: 0 0 25%;
    flex: 0 0 calc(25% - (var(--flex-grid-column-gap) * 0.75));
    max-width: calc(25% - (var(--flex-grid-column-gap) * 0.75)); }
  .flex-wrap.flex-cols-5-mobile .flex-col {
    -ms-flex: 0 0 20%;
    flex: 0 0 calc(20% - (var(--flex-grid-column-gap) * 0.8));
    max-width: calc(20% - (var(--flex-grid-column-gap) * 0.8)); }
  .flex-wrap.flex-cols-6-mobile .flex-col {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 calc(16.6666666667% - (var(--flex-grid-column-gap) * 0.8333333333));
    max-width: calc(16.6666666667% - (var(--flex-grid-column-gap) * 0.8333333333)); }

.flex-wrap-center {
  align-items: center; }

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

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

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

.flexbox-column {
  flex-direction: column; }

.align-right {
  justify-content: flex-end; }

/* Portrait tablet to landscape */
@media (min-width: 768px) {
  .flex-wrap .flex-col-1of2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 calc(50% - (var(--flex-grid-column-gap) * 0.5));
    max-width: calc(50% - (var(--flex-grid-column-gap) * 0.5)); }
  .flex-wrap .flex-col-1of3 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667));
    max-width: calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667)); }
  .flex-wrap .flex-col-1of4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 calc(25% - (var(--flex-grid-column-gap) * 0.75));
    max-width: calc(25% - (var(--flex-grid-column-gap) * 0.75)); }
  .flex-wrap .flex-col-1of5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 calc(20% - (var(--flex-grid-column-gap) * 0.8));
    max-width: calc(20% - (var(--flex-grid-column-gap) * 0.8)); }
  .flex-wrap .flex-col-2of3 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 calc(66.6666666667% - (var(--flex-grid-column-gap) * 0.3333333333));
    max-width: calc(66.6666666667% - (var(--flex-grid-column-gap) * 0.3333333333)); }
  .flex-wrap .flex-col-3of4 {
    -ms-flex: 0 0 75%;
    flex: 0 0 calc(75% - (var(--flex-grid-column-gap) * 0.25));
    max-width: calc(75% - (var(--flex-grid-column-gap) * 0.25)); }
  .flex-wrap .flex-col-2of5 {
    -ms-flex: 0 0 40%;
    flex: 0 0 calc(40% - (var(--flex-grid-column-gap) * 0.6));
    max-width: calc(40% - (var(--flex-grid-column-gap) * 0.6)); }
  .flex-wrap .flex-col-3of5 {
    -ms-flex: 0 0 60%;
    flex: 0 0 calc(60% - (var(--flex-grid-column-gap) * 0.4));
    max-width: calc(60% - (var(--flex-grid-column-gap) * 0.4)); }
  .flex-wrap.flex-cols-2 .flex-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 calc(50% - (var(--flex-grid-column-gap) * 0.5));
    max-width: calc(50% - (var(--flex-grid-column-gap) * 0.5)); }
  .flex-wrap.flex-cols-3 .flex-col {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667));
    max-width: calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667)); }
  .flex-wrap.flex-cols-4 .flex-col {
    -ms-flex: 0 0 25%;
    flex: 0 0 calc(25% - (var(--flex-grid-column-gap) * 0.75));
    max-width: calc(25% - (var(--flex-grid-column-gap) * 0.75)); }
  .flex-wrap.flex-cols-5 .flex-col {
    -ms-flex: 0 0 20%;
    flex: 0 0 calc(20% - (var(--flex-grid-column-gap) * 0.8));
    max-width: calc(20% - (var(--flex-grid-column-gap) * 0.8)); }
  .flex-wrap.flex-cols-6 .flex-col {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 calc(16.6666666667% - (var(--flex-grid-column-gap) * 0.8333333333));
    max-width: calc(16.6666666667% - (var(--flex-grid-column-gap) * 0.8333333333)); } }
/* Landscape to small desktop */
@media (min-width: 1000px) {
  .flex-wrap {
    --flex-grid-column-gap: 50px;
    --flex-grid-row-gap: 80px; }
    .flex-wrap.gap-none, .flex-wrap.flex-gap-none {
      --flex-grid-column-gap: 0px;
      --flex-grid-row-gap: 0px; }
    .flex-wrap.gap-small, .flex-wrap.flex-gap-small {
      --flex-grid-column-gap: 20px;
      --flex-grid-row-gap: 20px; }
    .flex-wrap.gap-medium, .flex-wrap.flex-gap-medium {
      --flex-grid-column-gap: 30px;
      --flex-grid-row-gap: 30px; }
    .flex-wrap.gap-large, .flex-wrap.flex-gap-large {
      --flex-grid-column-gap: 40px;
      --flex-grid-row-gap: 40px; }
    .flex-wrap.gap-xl, .flex-wrap.flex-gap-xl {
      --flex-grid-column-gap: 50px;
      --flex-grid-row-gap: 50px; }
    .flex-wrap.flex-wrap-small-gap {
      --flex-grid-column-gap: 20px;
      --flex-grid-row-gap: 20px; }
    .flex-wrap .flex-col-1of2-desktop {
      -ms-flex: 0 0 50%;
      flex: 0 0 calc(50% - (var(--flex-grid-column-gap) * 0.5));
      max-width: calc(50% - (var(--flex-grid-column-gap) * 0.5)); }
    .flex-wrap .flex-col-1of3-desktop {
      -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667));
      max-width: calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667)); }
    .flex-wrap .flex-col-1of4-desktop {
      -ms-flex: 0 0 25%;
      flex: 0 0 calc(25% - (var(--flex-grid-column-gap) * 0.75));
      max-width: calc(25% - (var(--flex-grid-column-gap) * 0.75)); }
    .flex-wrap .flex-col-1of5-desktop {
      -ms-flex: 0 0 20%;
      flex: 0 0 calc(20% - (var(--flex-grid-column-gap) * 0.8));
      max-width: calc(20% - (var(--flex-grid-column-gap) * 0.8)); }
    .flex-wrap .flex-col-2of3-desktop {
      -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 calc(66.6666666667% - (var(--flex-grid-column-gap) * 0.3333333333));
      max-width: calc(66.6666666667% - (var(--flex-grid-column-gap) * 0.3333333333)); }
    .flex-wrap .flex-col-3of4-desktop {
      -ms-flex: 0 0 75%;
      flex: 0 0 calc(75% - (var(--flex-grid-column-gap) * 0.25));
      max-width: calc(75% - (var(--flex-grid-column-gap) * 0.25)); }
    .flex-wrap .flex-col-2of5-desktop {
      -ms-flex: 0 0 40%;
      flex: 0 0 calc(40% - (var(--flex-grid-column-gap) * 0.6));
      max-width: calc(40% - (var(--flex-grid-column-gap) * 0.6)); }
    .flex-wrap .flex-col-3of5-desktop {
      -ms-flex: 0 0 60%;
      flex: 0 0 calc(60% - (var(--flex-grid-column-gap) * 0.4));
      max-width: calc(60% - (var(--flex-grid-column-gap) * 0.4)); }
    .flex-wrap.flex-cols-2-desktop .flex-col {
      -ms-flex: 0 0 50%;
      flex: 0 0 calc(50% - (var(--flex-grid-column-gap) * 0.5));
      max-width: calc(50% - (var(--flex-grid-column-gap) * 0.5)); }
    .flex-wrap.flex-cols-3-desktop .flex-col {
      -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667));
      max-width: calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667)); }
    .flex-wrap.flex-cols-4-desktop .flex-col {
      -ms-flex: 0 0 25%;
      flex: 0 0 calc(25% - (var(--flex-grid-column-gap) * 0.75));
      max-width: calc(25% - (var(--flex-grid-column-gap) * 0.75)); }
    .flex-wrap.flex-cols-5-desktop .flex-col {
      -ms-flex: 0 0 20%;
      flex: 0 0 calc(20% - (var(--flex-grid-column-gap) * 0.8));
      max-width: calc(20% - (var(--flex-grid-column-gap) * 0.8)); }
    .flex-wrap.flex-cols-6-desktop .flex-col {
      -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 calc(16.6666666667% - (var(--flex-grid-column-gap) * 0.8333333333));
      max-width: calc(16.6666666667% - (var(--flex-grid-column-gap) * 0.8333333333)); } }
/* XL desktop */
@media (min-width: 1240px) {
  .flex-wrap {
    --flex-grid-column-gap: 70px;
    --flex-grid-row-gap: 100px; }
    .flex-wrap.gap-none, .flex-wrap.flex-gap-none {
      --flex-grid-column-gap: 0px;
      --flex-grid-row-gap: 0px; }
    .flex-wrap.gap-small, .flex-wrap.flex-gap-small {
      --flex-grid-column-gap: 25px;
      --flex-grid-row-gap: 25px; }
    .flex-wrap.gap-medium, .flex-wrap.flex-gap-medium {
      --flex-grid-column-gap: 40px;
      --flex-grid-row-gap: 40px; }
    .flex-wrap.gap-large, .flex-wrap.flex-gap-large {
      --flex-grid-column-gap: 50px;
      --flex-grid-row-gap: 50px; }
    .flex-wrap.gap-xl, .flex-wrap.flex-gap-xl {
      --flex-grid-column-gap: 70px;
      --flex-grid-row-gap: 70px; }
    .flex-wrap.flex-wrap-small-gap {
      --flex-grid-column-gap: 25px;
      --flex-grid-row-gap: 25px; }
    .flex-wrap .flex-col-1of2-xl-desktop {
      -ms-flex: 0 0 50%;
      flex: 0 0 calc(50% - (var(--flex-grid-column-gap) * 0.5));
      max-width: calc(50% - (var(--flex-grid-column-gap) * 0.5)); }
    .flex-wrap .flex-col-1of3-xl-desktop {
      -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667));
      max-width: calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667)); }
    .flex-wrap .flex-col-1of4-xl-desktop {
      -ms-flex: 0 0 25%;
      flex: 0 0 calc(25% - (var(--flex-grid-column-gap) * 0.75));
      max-width: calc(25% - (var(--flex-grid-column-gap) * 0.75)); }
    .flex-wrap .flex-col-1of5-xl-desktop {
      -ms-flex: 0 0 20%;
      flex: 0 0 calc(20% - (var(--flex-grid-column-gap) * 0.8));
      max-width: calc(20% - (var(--flex-grid-column-gap) * 0.8)); }
    .flex-wrap .flex-col-2of3-xl-desktop {
      -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 calc(66.6666666667% - (var(--flex-grid-column-gap) * 0.3333333333));
      max-width: calc(66.6666666667% - (var(--flex-grid-column-gap) * 0.3333333333)); }
    .flex-wrap .flex-col-3of4-xl-desktop {
      -ms-flex: 0 0 75%;
      flex: 0 0 calc(75% - (var(--flex-grid-column-gap) * 0.25));
      max-width: calc(75% - (var(--flex-grid-column-gap) * 0.25)); }
    .flex-wrap .flex-col-2of5-xl-desktop {
      -ms-flex: 0 0 40%;
      flex: 0 0 calc(40% - (var(--flex-grid-column-gap) * 0.6));
      max-width: calc(40% - (var(--flex-grid-column-gap) * 0.6)); }
    .flex-wrap .flex-col-3of5-xl-desktop {
      -ms-flex: 0 0 60%;
      flex: 0 0 calc(60% - (var(--flex-grid-column-gap) * 0.4));
      max-width: calc(60% - (var(--flex-grid-column-gap) * 0.4)); }
    .flex-wrap.flex-cols-2-xl-desktop .flex-col {
      -ms-flex: 0 0 50%;
      flex: 0 0 calc(50% - (var(--flex-grid-column-gap) * 0.5));
      max-width: calc(50% - (var(--flex-grid-column-gap) * 0.5)); }
    .flex-wrap.flex-cols-3-xl-desktop .flex-col {
      -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667));
      max-width: calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667)); }
    .flex-wrap.flex-cols-4-xl-desktop .flex-col {
      -ms-flex: 0 0 25%;
      flex: 0 0 calc(25% - (var(--flex-grid-column-gap) * 0.75));
      max-width: calc(25% - (var(--flex-grid-column-gap) * 0.75)); }
    .flex-wrap.flex-cols-5-xl-desktop .flex-col {
      -ms-flex: 0 0 20%;
      flex: 0 0 calc(20% - (var(--flex-grid-column-gap) * 0.8));
      max-width: calc(20% - (var(--flex-grid-column-gap) * 0.8)); }
    .flex-wrap.flex-cols-6-xl-desktop .flex-col {
      -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 calc(16.6666666667% - (var(--flex-grid-column-gap) * 0.8333333333));
      max-width: calc(16.6666666667% - (var(--flex-grid-column-gap) * 0.8333333333)); } }
/* XXL desktop */
@media (min-width: 1500px) {
  .flex-wrap {
    --flex-grid-column-gap: 70px;
    --flex-grid-row-gap: 100px; }
    .flex-wrap.gap-none, .flex-wrap.flex-gap-none {
      --flex-grid-column-gap: 0px;
      --flex-grid-row-gap: 0px; }
    .flex-wrap.gap-small, .flex-wrap.flex-gap-small {
      --flex-grid-column-gap: 25px;
      --flex-grid-row-gap: 25px; }
    .flex-wrap.gap-medium, .flex-wrap.flex-gap-medium {
      --flex-grid-column-gap: 40px;
      --flex-grid-row-gap: 40px; }
    .flex-wrap.gap-large, .flex-wrap.flex-gap-large {
      --flex-grid-column-gap: 50px;
      --flex-grid-row-gap: 50px; }
    .flex-wrap.gap-xl, .flex-wrap.flex-gap-xl {
      --flex-grid-column-gap: 70px;
      --flex-grid-row-gap: 70px; }
    .flex-wrap.flex-wrap-small-gap {
      --flex-grid-column-gap: 25px;
      --flex-grid-row-gap: 25px; }
    .flex-wrap .flex-col-1of2-xxl-desktop {
      -ms-flex: 0 0 50%;
      flex: 0 0 calc(50% - (var(--flex-grid-column-gap) * 0.5));
      max-width: calc(50% - (var(--flex-grid-column-gap) * 0.5)); }
    .flex-wrap .flex-col-1of3-xxl-desktop {
      -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667));
      max-width: calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667)); }
    .flex-wrap .flex-col-1of4-xxl-desktop {
      -ms-flex: 0 0 25%;
      flex: 0 0 calc(25% - (var(--flex-grid-column-gap) * 0.75));
      max-width: calc(25% - (var(--flex-grid-column-gap) * 0.75)); }
    .flex-wrap .flex-col-1of5-xxl-desktop {
      -ms-flex: 0 0 20%;
      flex: 0 0 calc(20% - (var(--flex-grid-column-gap) * 0.8));
      max-width: calc(20% - (var(--flex-grid-column-gap) * 0.8)); }
    .flex-wrap .flex-col-2of3-xxl-desktop {
      -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 calc(66.6666666667% - (var(--flex-grid-column-gap) * 0.3333333333));
      max-width: calc(66.6666666667% - (var(--flex-grid-column-gap) * 0.3333333333)); }
    .flex-wrap .flex-col-3of4-xxl-desktop {
      -ms-flex: 0 0 75%;
      flex: 0 0 calc(75% - (var(--flex-grid-column-gap) * 0.25));
      max-width: calc(75% - (var(--flex-grid-column-gap) * 0.25)); }
    .flex-wrap .flex-col-2of5-xxl-desktop {
      -ms-flex: 0 0 40%;
      flex: 0 0 calc(40% - (var(--flex-grid-column-gap) * 0.6));
      max-width: calc(40% - (var(--flex-grid-column-gap) * 0.6)); }
    .flex-wrap .flex-col-3of5-xxl-desktop {
      -ms-flex: 0 0 60%;
      flex: 0 0 calc(60% - (var(--flex-grid-column-gap) * 0.4));
      max-width: calc(60% - (var(--flex-grid-column-gap) * 0.4)); }
    .flex-wrap.flex-cols-2-xxl-desktop .flex-col {
      -ms-flex: 0 0 50%;
      flex: 0 0 calc(50% - (var(--flex-grid-column-gap) * 0.5));
      max-width: calc(50% - (var(--flex-grid-column-gap) * 0.5)); }
    .flex-wrap.flex-cols-3-xxl-desktop .flex-col {
      -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667));
      max-width: calc(33.3333333333% - (var(--flex-grid-column-gap) * 0.6666666667)); }
    .flex-wrap.flex-cols-4-xxl-desktop .flex-col {
      -ms-flex: 0 0 25%;
      flex: 0 0 calc(25% - (var(--flex-grid-column-gap) * 0.75));
      max-width: calc(25% - (var(--flex-grid-column-gap) * 0.75)); }
    .flex-wrap.flex-cols-5-xxl-desktop .flex-col {
      -ms-flex: 0 0 20%;
      flex: 0 0 calc(20% - (var(--flex-grid-column-gap) * 0.8));
      max-width: calc(20% - (var(--flex-grid-column-gap) * 0.8)); }
    .flex-wrap.flex-cols-6-xxl-desktop .flex-col {
      -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 calc(16.6666666667% - (var(--flex-grid-column-gap) * 0.8333333333));
      max-width: calc(16.6666666667% - (var(--flex-grid-column-gap) * 0.8333333333)); } }
.blue-btn, .button, .wp-block-button__link, .course-finder .button, .nav-wrap .nav li a.button {
  display: inline-block;
  position: relative;
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  background: #823BA3;
  font-size: 14px;
  line-height: 20px !important;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 50px;
  border: 0;
  cursor: pointer;
  text-align: center;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1 !important; }
  .blue-btn:hover, .button:hover, .wp-block-button__link:hover, .nav-wrap .nav li a.button:hover {
    color: #fff;
    background: #D92670; }

@media only screen and (min-width: 768px) {
  .gform_button {
    padding: 14px 30px;
    font-size: 16px; } }
/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.button-outline {
  background: transparent;
  color: #823BA3;
  border: 2px solid #823BA3;
  padding: 8px 18px; }
  .button-outline:hover {
    background: #D92670;
    color: #fff;
    border-color: #D92670; }

.light-content .button {
  background: #fff !important;
  color: #823BA3 !important; }
  .light-content .button:hover {
    background: #D92670 !important;
    color: #fff !important; }

.light-content .button-outline {
  background: transparent !important;
  color: #fff !important;
  border-color: #fff !important; }
  .light-content .button-outline:hover {
    background: #D92670 !important;
    border-color: #D92670 !important;
    color: #fff !important; }

/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  height: 44px;
  border: 2px solid #823BA3;
  line-height: 20px !important;
  font-weight: 500;
  font-size: 16px !important;
  padding: 10px 15px !important;
  margin-bottom: 15px;
  color: #823BA3;
  border-radius: 22px;
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  vertical-align: middle;
  box-shadow: none;
  width: 100%;
  background: #fff;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none; }
  @media only screen and (min-width: 768px) {
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    select,
    textarea,
    .field {
      height: 54px;
      border-radius: 27px;
      padding: 15px 20px !important;
      font-size: 18px !important; } }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    border-color: #000 !important;
    color: #000 !important; }
    input[type="text"]:focus::-webkit-input-placeholder, input[type="text"]:active::-webkit-input-placeholder,
    input[type="password"]:focus::-webkit-input-placeholder,
    input[type="password"]:active::-webkit-input-placeholder,
    input[type="datetime"]:focus::-webkit-input-placeholder,
    input[type="datetime"]:active::-webkit-input-placeholder,
    input[type="datetime-local"]:focus::-webkit-input-placeholder,
    input[type="datetime-local"]:active::-webkit-input-placeholder,
    input[type="date"]:focus::-webkit-input-placeholder,
    input[type="date"]:active::-webkit-input-placeholder,
    input[type="month"]:focus::-webkit-input-placeholder,
    input[type="month"]:active::-webkit-input-placeholder,
    input[type="time"]:focus::-webkit-input-placeholder,
    input[type="time"]:active::-webkit-input-placeholder,
    input[type="week"]:focus::-webkit-input-placeholder,
    input[type="week"]:active::-webkit-input-placeholder,
    input[type="number"]:focus::-webkit-input-placeholder,
    input[type="number"]:active::-webkit-input-placeholder,
    input[type="email"]:focus::-webkit-input-placeholder,
    input[type="email"]:active::-webkit-input-placeholder,
    input[type="url"]:focus::-webkit-input-placeholder,
    input[type="url"]:active::-webkit-input-placeholder,
    input[type="search"]:focus::-webkit-input-placeholder,
    input[type="search"]:active::-webkit-input-placeholder,
    input[type="tel"]:focus::-webkit-input-placeholder,
    input[type="tel"]:active::-webkit-input-placeholder,
    input[type="color"]:focus::-webkit-input-placeholder,
    input[type="color"]:active::-webkit-input-placeholder,
    select:focus::-webkit-input-placeholder,
    select:active::-webkit-input-placeholder,
    textarea:focus::-webkit-input-placeholder,
    textarea:active::-webkit-input-placeholder,
    .field:focus::-webkit-input-placeholder,
    .field:active::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #B489C8;
      opacity: 0.5; }
    input[type="text"]:focus::-moz-placeholder, input[type="text"]:active::-moz-placeholder,
    input[type="password"]:focus::-moz-placeholder,
    input[type="password"]:active::-moz-placeholder,
    input[type="datetime"]:focus::-moz-placeholder,
    input[type="datetime"]:active::-moz-placeholder,
    input[type="datetime-local"]:focus::-moz-placeholder,
    input[type="datetime-local"]:active::-moz-placeholder,
    input[type="date"]:focus::-moz-placeholder,
    input[type="date"]:active::-moz-placeholder,
    input[type="month"]:focus::-moz-placeholder,
    input[type="month"]:active::-moz-placeholder,
    input[type="time"]:focus::-moz-placeholder,
    input[type="time"]:active::-moz-placeholder,
    input[type="week"]:focus::-moz-placeholder,
    input[type="week"]:active::-moz-placeholder,
    input[type="number"]:focus::-moz-placeholder,
    input[type="number"]:active::-moz-placeholder,
    input[type="email"]:focus::-moz-placeholder,
    input[type="email"]:active::-moz-placeholder,
    input[type="url"]:focus::-moz-placeholder,
    input[type="url"]:active::-moz-placeholder,
    input[type="search"]:focus::-moz-placeholder,
    input[type="search"]:active::-moz-placeholder,
    input[type="tel"]:focus::-moz-placeholder,
    input[type="tel"]:active::-moz-placeholder,
    input[type="color"]:focus::-moz-placeholder,
    input[type="color"]:active::-moz-placeholder,
    select:focus::-moz-placeholder,
    select:active::-moz-placeholder,
    textarea:focus::-moz-placeholder,
    textarea:active::-moz-placeholder,
    .field:focus::-moz-placeholder,
    .field:active::-moz-placeholder {
      /* Firefox 19+ */
      color: #B489C8;
      opacity: 0.5; }
    input[type="text"]:focus:-ms-input-placeholder, input[type="text"]:active:-ms-input-placeholder,
    input[type="password"]:focus:-ms-input-placeholder,
    input[type="password"]:active:-ms-input-placeholder,
    input[type="datetime"]:focus:-ms-input-placeholder,
    input[type="datetime"]:active:-ms-input-placeholder,
    input[type="datetime-local"]:focus:-ms-input-placeholder,
    input[type="datetime-local"]:active:-ms-input-placeholder,
    input[type="date"]:focus:-ms-input-placeholder,
    input[type="date"]:active:-ms-input-placeholder,
    input[type="month"]:focus:-ms-input-placeholder,
    input[type="month"]:active:-ms-input-placeholder,
    input[type="time"]:focus:-ms-input-placeholder,
    input[type="time"]:active:-ms-input-placeholder,
    input[type="week"]:focus:-ms-input-placeholder,
    input[type="week"]:active:-ms-input-placeholder,
    input[type="number"]:focus:-ms-input-placeholder,
    input[type="number"]:active:-ms-input-placeholder,
    input[type="email"]:focus:-ms-input-placeholder,
    input[type="email"]:active:-ms-input-placeholder,
    input[type="url"]:focus:-ms-input-placeholder,
    input[type="url"]:active:-ms-input-placeholder,
    input[type="search"]:focus:-ms-input-placeholder,
    input[type="search"]:active:-ms-input-placeholder,
    input[type="tel"]:focus:-ms-input-placeholder,
    input[type="tel"]:active:-ms-input-placeholder,
    input[type="color"]:focus:-ms-input-placeholder,
    input[type="color"]:active:-ms-input-placeholder,
    select:focus:-ms-input-placeholder,
    select:active:-ms-input-placeholder,
    textarea:focus:-ms-input-placeholder,
    textarea:active:-ms-input-placeholder,
    .field:focus:-ms-input-placeholder,
    .field:active:-ms-input-placeholder {
      /* IE 10+ */
      color: #B489C8;
      opacity: 0.5; }
    input[type="text"]:focus:-moz-placeholder, input[type="text"]:active:-moz-placeholder,
    input[type="password"]:focus:-moz-placeholder,
    input[type="password"]:active:-moz-placeholder,
    input[type="datetime"]:focus:-moz-placeholder,
    input[type="datetime"]:active:-moz-placeholder,
    input[type="datetime-local"]:focus:-moz-placeholder,
    input[type="datetime-local"]:active:-moz-placeholder,
    input[type="date"]:focus:-moz-placeholder,
    input[type="date"]:active:-moz-placeholder,
    input[type="month"]:focus:-moz-placeholder,
    input[type="month"]:active:-moz-placeholder,
    input[type="time"]:focus:-moz-placeholder,
    input[type="time"]:active:-moz-placeholder,
    input[type="week"]:focus:-moz-placeholder,
    input[type="week"]:active:-moz-placeholder,
    input[type="number"]:focus:-moz-placeholder,
    input[type="number"]:active:-moz-placeholder,
    input[type="email"]:focus:-moz-placeholder,
    input[type="email"]:active:-moz-placeholder,
    input[type="url"]:focus:-moz-placeholder,
    input[type="url"]:active:-moz-placeholder,
    input[type="search"]:focus:-moz-placeholder,
    input[type="search"]:active:-moz-placeholder,
    input[type="tel"]:focus:-moz-placeholder,
    input[type="tel"]:active:-moz-placeholder,
    input[type="color"]:focus:-moz-placeholder,
    input[type="color"]:active:-moz-placeholder,
    select:focus:-moz-placeholder,
    select:active:-moz-placeholder,
    textarea:focus:-moz-placeholder,
    textarea:active:-moz-placeholder,
    .field:focus:-moz-placeholder,
    .field:active:-moz-placeholder {
      /* Firefox 18- */
      color: #B489C8;
      opacity: 0.5; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  .field::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #B489C8;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder,
  .field::-moz-placeholder {
    /* Firefox 19+ */
    color: #B489C8;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  .field:-ms-input-placeholder {
    /* IE 10+ */
    color: #B489C8;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="color"]:-moz-placeholder,
  select:-moz-placeholder,
  textarea:-moz-placeholder,
  .field:-moz-placeholder {
    /* Firefox 18- */
    color: #B489C8;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.4;
  padding: 15px !important; }
  @media only screen and (min-width: 768px) {
    textarea {
      padding: 20px !important; } }

select {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  cursor: pointer;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  line-height: 20px;
  background: #fff url("../images/down-arrow.svg") no-repeat right 12px center scroll !important;
  background-size: 20px 20px !important; }
  select:focus {
    background: #fff url("../images/down-arrow.svg") no-repeat right 12px center scroll !important;
    background-size: 20px 20px !important; }

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

.gform_body ul {
  margin: 0; }

.hidden_label label {
  display: none; }

.gform_validation_container {
  display: none; }

body .gform_body ul {
  margin: 0; }
  body .gform_body ul li {
    list-style: none; }

.validation_error {
  color: #000;
  margin-bottom: 15px;
  font-weight: 800; }

.validation_message {
  display: none !important;
  margin: 0;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -70px;
  background: #D92670;
  display: block;
  padding: 0px 10px;
  border-radius: 5px;
  color: #000;
  font-weight: 800;
  font-size: 12px; }

.gfield_error textarea, .gfield_error input {
  border-color: #D92670 !important; }
  .gfield_error textarea::-webkit-input-placeholder, .gfield_error input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #D92670; }
  .gfield_error textarea::-moz-placeholder, .gfield_error input::-moz-placeholder {
    /* Firefox 19+ */
    color: #D92670; }
  .gfield_error textarea:-ms-input-placeholder, .gfield_error input:-ms-input-placeholder {
    /* IE 10+ */
    color: #D92670; }
  .gfield_error textarea:-moz-placeholder, .gfield_error input:-moz-placeholder {
    /* Firefox 18- */
    color: #D92670; }
.gfield_error select {
  border-color: #D92670 !important; }

.gfield_error textarea, .gfield_error input {
  border-color: #D92670 !important; }

body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 2px solid #D92670; }

.gform_description {
  margin-bottom: 20px; }

li.gfield {
  position: relative; }

.gform_footer, .gform_page_footer {
  position: relative; }

img.gform_ajax_spinner {
  display: block;
  background: white;
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  bottom: 3px;
  margin: 0 !important;
  right: 0px; }

.entry-content img.gform_ajax_spinner {
  right: 0; }

.gform_wrapper.gravity-theme .gform_validation_errors {
  background: #000 !important;
  border: 1px solid #000 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  margin-bottom: 15px !important;
  margin-top: 0px !important;
  padding: 15px 15px 15px 50px !important;
  position: relative;
  color: #fff !important;
  text-align: left; }

.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #fff !important; }

.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
  margin-bottom: 0px !important; }

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
  padding-bottom: 0px !important; }

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 15px !important;
  grid-column-gap: 15px !important; }

/*********************
GENERAL STYLES 400/700
*********************/
body {
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #222;
  background: #823BA3;
  font-optical-sizing: auto; }

#container {
  overflow: hidden; }

/*********************
LAYOUT & GRID STYLES
*********************/
#main {
  scroll-margin-top: 90px; }

.wrap {
  width: 100%;
  margin: 0;
  padding: 40px 25px; }

.wrap-large {
  padding-top: 60px;
  padding-bottom: 60px; }

.wrap-small {
  padding-top: 20px;
  padding-bottom: 20px; }

.wrap-bottom-small {
  padding-bottom: 20px; }

.wrap-narrow {
  max-width: 1160px !important;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important; }

  .mobile-top {
    margin-top: 40px; }

  .wrap-mobile-normal {
    padding-top: 40px;
    padding-bottom: 40px; }

  .wider-mobile img {
    width: calc(100% + 50px);
    transform: translateX(-25px);
    max-width: none; } }
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  .hide-tablet {
    display: none !important; } }
@media only screen and (min-width: 1240px) {
  .hide-desktop {
    display: none !important; } }
.nop-top {
  padding-top: 0px !important; }

.nop-left {
  padding-left: 0px !important; }

.nop-right {
  padding-right: 0px !important; }

.nop-bottom {
  padding-bottom: 0px !important; }

.nom-top {
  margin-top: 0px !important; }

.nom-left {
  margin-left: 0px !important; }

.nom-right {
  margin-right: 0px !important; }

.nom-bottom {
  margin-bottom: 0px !important; }

.margin-top {
  margin-top: 30px; }

.margin-top-small {
  margin-top: 20px; }

.margin-top-xsmall {
  margin-top: 20px; }

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

.margin-bottom-small {
  margin-bottom: 20px; }

.lh-0 {
  display: block;
  line-height: 0; }

.relative {
  position: relative; }

.overlay {
  position: relative; }
  .overlay .section-video {
    z-index: 0; }
  .overlay:before {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    opacity: 0.4;
    z-index: 1; }

.over-overlay {
  position: relative;
  z-index: 3; }

.full-height-section {
  min-height: 100vh;
  min-height: 100svh;
  min-height: calc(100svh - 90px); }

.section-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover; }

/*********************
LINK STYLES
*********************/
a {
  color: #823BA3;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.15em;
  text-decoration-thickness: 0.01em;
  text-decoration-skip-ink: auto;
  /* on hover */ }
  a:hover {
    text-decoration-color: transparent;
    color: #D92670; }

a:focus,
button:focus {
  outline: none; }

a:focus-visible,
button:focus-visible,
input[type="submit"]:focus-visible {
  outline: 2px solid #D92670;
  outline-offset: 3px; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus,
.skip-link:focus {
  background: #fff;
  border-radius: 50px;
  clip: auto !important;
  clip-path: none;
  color: #000;
  display: block;
  font-weight: 700;
  height: auto;
  left: 10px;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  top: 10px;
  width: auto;
  z-index: 100000; }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .widgettitle {
  text-rendering: optimizelegibility;
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  color: #823BA3;
  margin: 0;
  text-wrap: balance;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, .widgettitle a {
    text-decoration: none; }

.light-content h1 a, .light-content .h1 a, .light-content h2 a, .light-content .h2 a, .light-content h3 a, .light-content .h3 a, .light-content h4 a, .light-content .h4 a, .light-content h5 a, .light-content .h5 a {
  color: #fff !important; }
  .light-content h1 a:hover, .light-content .h1 a:hover, .light-content h2 a:hover, .light-content .h2 a:hover, .light-content h3 a:hover, .light-content .h3 a:hover, .light-content h4 a:hover, .light-content .h4 a:hover, .light-content h5 a:hover, .light-content .h5 a:hover {
    color: #D92670 !important; }

h1, .h1 {
  font-size: 35px; }

h2, .h2, .widgettitle {
  font-size: 30px;
  line-height: 1.2; }

h3, .h3 {
  font-size: 25px;
  line-height: 1.3; }

h4, .h4 {
  font-size: 20px;
  line-height: 1.4; }

h5, .h5 {
  font-size: 17px;
  line-height: 1.5; }

.xl {
  font-size: 10vw; }

.xl-inner h1, .xl-inner h2, .xl-inner h3, .xl-inner h4, .xl-inner h5 {
  font-size: 10vw; }

.regular {
  font-weight: 400 !important; }

.sub-heading {
  margin-bottom: 5px; }

p {
  margin: 0; }

.large-text {
  font-size: 18px; }

.xl-text {
  font-size: 20px;
  text-wrap: balance; }

.normal-text {
  font-size: 16px; }

:where(.wp-block-columns) {
  margin-bottom: 0px; }

/*********************
HEADER STYLES
*********************/
body.no-scroll {
  overflow: hidden; }
  body.no-scroll .footer {
    z-index: 500; }

.header {
  background: #823BA3;
  position: sticky;
  top: 0;
  z-index: 999; }

.sticky-buttons-wrap {
  position: fixed;
  z-index: 888;
  bottom: 40px;
  right: 25px; }
  .sticky-buttons-wrap ul {
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    flex-direction: column; }
    .sticky-buttons-wrap ul li {
      flex: 1; }
      .sticky-buttons-wrap ul li a {
        width: 100%; }

#inner-header {
  padding-top: 0;
  padding-bottom: 0px;
  height: 90px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  #inner-header .header-right {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    #inner-header .header-right button {
      margin: -5px -5px -5px 10px;
      padding: 5px;
      background: transparent;
      border: 0;
      cursor: pointer; }
      #inner-header .header-right button svg {
        height: 30px;
        width: auto;
        display: block; }
      #inner-header .header-right button path, #inner-header .header-right button line, #inner-header .header-right button circle {
        transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
      #inner-header .header-right button:hover path, #inner-header .header-right button:hover line, #inner-header .header-right button:hover circle {
        stroke: #B489C8; }

.header-logo {
  display: block; }
  .header-logo .site-title {
    color: #000;
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2; }
  .header-logo img {
    display: block;
    width: 42px;
    height: auto;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
    .header-logo img:hover {
      opacity: 0.4; }

.site-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 998;
  background: #F3EBF6;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .site-search-overlay.active {
    opacity: 1;
    visibility: visible; }

.site-search-overlay__inner {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 25px;
  position: relative; }

.site-search-overlay__content {
  width: 100%;
  max-width: 900px; }

.site-search-overlay .searchform,
.site-search-overlay .course-finder__search {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }

.nav-wrap {
  background: #F3EBF6;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: fixed;
  z-index: 777;
  padding: 0px;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  transform: translateX(110%); }
  .nav-wrap.active {
    transform: translateX(0%); }
  .nav-wrap .nav-wrap-inner {
    padding: 115px 25px 115px 25px;
    overflow: hidden; }

#menu-top-menu > .menu-item a:not(.button) {
  padding: 5px 0; }

/*********************
NAVIGATION STYLES
*********************/
.nav-wrap .nav {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .nav-wrap .nav li {
    margin: 0;
    position: relative;
    /*
    so you really have to rethink your dropdowns for mobile.
    you don't want to have it expand too much because the
    screen is so small. How you manage your menu should
    depend on the project. Here's some great info on it:
    http://www.alistapart.com/articles/organizing-mobile/
    */ }
    .nav-wrap .nav li a {
      display: block;
      color: #000;
      text-decoration: none;
      padding: 10px 0px 10px 28px;
      font-size: 18px;
      font-weight: 800;
      /*
      remember this is for mobile ONLY, so there's no need
      to even declare hover styles here, you can do it in
      the style.scss file where it's relevant. We want to
      keep this file as small as possible!
      */ }
      .nav-wrap .nav li a:focus-visible {
        color: #D92670; }
      @media (hover: hover) and (pointer: fine) {
        .nav-wrap .nav li a:hover {
          color: #D92670; } }
    .nav-wrap .nav li .navarrow {
      position: absolute;
      top: 7px;
      left: -10px;
      background: transparent;
      border: 0;
      padding: 10px;
      cursor: pointer;
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      transform: rotate(270deg);
      width: 36px;
      height: 36px;
      overflow: visible; }
      .nav-wrap .nav li .navarrow svg {
        display: block;
        height: 100%;
        width: 100%;
        overflow: visible; }
      .nav-wrap .nav li .navarrow polyline {
        fill: none;
        stroke: #000;
        stroke-width: 22px;
        transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
      .nav-wrap .nav li .navarrow.active {
        transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        transform: rotate(180deg); }
      .nav-wrap .nav li .navarrow:hover polyline {
        stroke: #D92670; }
    .nav-wrap .nav li .course-finder-panel {
      display: none; }
    .nav-wrap .nav li .course-finder-panel .course-finder {
      padding: 10px 0 25px 0; }
    .nav-wrap .nav li ul.sub-menu,
    .nav-wrap .nav li ul.children {
      margin: 0;
      padding: 0 0 15px 0;
      display: none; }
      .nav-wrap .nav li ul.sub-menu li a,
      .nav-wrap .nav li ul.children li a {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        text-transform: none;
        font-family: "Plus Jakarta Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        padding: 5px 0px 5px 28px; }
        .nav-wrap .nav li ul.sub-menu li a::after,
        .nav-wrap .nav li ul.children li a::after {
          content: "";
          display: inline-block;
          width: 10px;
          height: 16px;
          background: url("../images/arrow-right.svg") center/contain no-repeat;
          flex: 0 0 auto;
          transform: translate(0px, 1px);
          pointer-events: none;
          transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
        .nav-wrap .nav li ul.sub-menu li a:hover:after,
        .nav-wrap .nav li ul.children li a:hover:after {
          transform: translate(6px, 1px); }
      .nav-wrap .nav li ul.sub-menu li ul.sub-menu,
      .nav-wrap .nav li ul.sub-menu li ul.children,
      .nav-wrap .nav li ul.children li ul.sub-menu,
      .nav-wrap .nav li ul.children li ul.children {
        margin: 0;
        display: none; }
  .nav-wrap .nav li.current-menu-item a,
  .nav-wrap .nav li.current-menu-ancestor a,
  .nav-wrap .nav li.current-menu-parent a {
    color: #823BA3; }
  .nav-wrap .nav li.current-menu-item ul li a,
  .nav-wrap .nav li.current-menu-ancestor ul li a,
  .nav-wrap .nav li.current-menu-parent ul li a {
    color: #000; }
  .nav-wrap .nav li.current-menu-item ul li.current-menu-item a,
  .nav-wrap .nav li.current-menu-item ul li.current-menu-ancestor a,
  .nav-wrap .nav li.current-menu-item ul li.current-menu-parent a,
  .nav-wrap .nav li.current-menu-ancestor ul li.current-menu-item a,
  .nav-wrap .nav li.current-menu-ancestor ul li.current-menu-ancestor a,
  .nav-wrap .nav li.current-menu-ancestor ul li.current-menu-parent a,
  .nav-wrap .nav li.current-menu-parent ul li.current-menu-item a,
  .nav-wrap .nav li.current-menu-parent ul li.current-menu-ancestor a,
  .nav-wrap .nav li.current-menu-parent ul li.current-menu-parent a {
    color: #823BA3; }

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
.purple {
  color: #823BA3; }

.pink {
  color: #D92670 !important; }

.orange {
  color: #D97B00 !important; }

.blue {
  color: #3D69BA !important; }

.green {
  color: #008486 !important; }

.black {
  color: #000 !important; }

.background-white {
  background: #fff; }

.background-black {
  background: #000; }

.background-purple {
  background: #823BA3; }

.background-red {
  background: #D92670; }

.background-green {
  background: #008486; }

.background-blue {
  background: #008486; }

.background-orange {
  background: #008486; }

.background-alt {
  background: #F3EBF6; }

.background-black + .background-black .wrap,
.background-white + .background-white .wrap,
.background-purple + .background-purple .wrap,
.background-red + .background-red .wrap,
.background-blue + .background-blue .wrap,
.background-orange + .background-orange .wrap,
.background-green + .background-green .wrap,
.background-alt + .background-alt .wrap {
  padding-top: 0px; }

.light-content {
  color: #fff !important; }
  .light-content h1, .light-content h2, .light-content h3, .light-content h4, .light-content h5, .light-content p, .light-content .h1, .light-content .h2, .light-content .h3, .light-content .h4, .light-content .h5, .light-content ul, .light-content li, .light-content ol {
    color: #fff !important; }
  .light-content strong, .light-content .entry-content strong {
    color: #fff !important; }
  .light-content a {
    color: #fff !important; }
    .light-content a:hover {
      color: #fff !important;
      opacity: 0.5; }

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

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

hr {
  margin: 20px 0; }

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

.vert-center {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.buttons {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px; }
  .buttons .button {
    margin: 0 !important; }

.masked-svg {
  width: 122%;
  transform: translateX(-2%);
  height: auto;
  display: block;
  margin-top: -30px;
  pointer-events: none; }

.masked-svg-alt {
  margin-top: 0px !important;
  transform: translateX(10px) !important;
  width: 60% !important;
  position: absolute;
  bottom: -15px;
  right: 0;
  margin-right: -10% !important; }

.masked-svg-v2 {
  width: 100%;
  width: calc(100% + 75px);
  transform: translateX(-50px);
  margin-top: 0px; }

.masked-svg-v2-alt {
  width: 60% !important;
  transform: translateX(2px) !important;
  margin-top: 0px !important;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: -10% !important; }

@media only screen and (max-width: 767px) {
  .scale-up-width {
    min-height: 50vw; } }
@media only screen and (max-width: 999px) {
  .small-text-mobile {
    font-size: 14px !important; } }
.overflow-hidden {
  overflow: hidden; }

.overflow-hidden-bottom {
  -webkit-clip-path: inset(-100% 0 0 0);
  clip-path: inset(-100% 0 0 0); }

.para-bottom-right {
  pointer-events: none;
  position: absolute;
  bottom: -25vw;
  right: -30%;
  width: 90%;
  height: auto;
  line-height: 0;
  display: block;
  opacity: 0.75; }
  .para-bottom-right img, .para-bottom-right svg {
    line-height: 0;
    display: block;
    width: 100%;
    height: auto; }

.background-purple .para-bottom-right, .background-purple.para-bottom-right,
.background-black .para-bottom-right,
.background-black.para-bottom-right,
.background-red .para-bottom-right,
.background-red.para-bottom-right,
.background-green .para-bottom-right,
.background-green.para-bottom-right,
.background-blue .para-bottom-right,
.background-blue.para-bottom-right,
.background-orange .para-bottom-right,
.background-orange.para-bottom-right {
  opacity: 0.1; }

.border-radius, .image-gallery-slider__slide img, .entry-content img {
  border-radius: 12px;
  overflow: hidden; }

.tile {
  background: #F3EBF6;
  height: 100%; }

.no-animation .anim-single {
  transform: translate(0, 0) !important;
  opacity: 1 !important; }

.tile-image {
  line-height: 0px; }
  .tile-image img {
    max-height: 350px;
    object-fit: cover;
    max-width: none;
    width: 100%;
    height: auto; }

.tile-content-wrap {
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 8px; }
  .tile-content-wrap .button {
    margin-top: 5px; }

.tile-title {
  color: #000;
  font-weight: 600; }
  .tile-title a {
    color: #000; }
    .tile-title a:hover {
      color: #D92670; }

.tile-content {
  font-size: 14px; }

.error-no-results {
  width: 100%;
  text-align: center; }

.post-slider.tns-slider.tns-horizontal.tns-subpixel {
  display: flex;
  align-items: stretch; }

.post-slider.tns-slider.tns-horizontal.tns-subpixel > .tns-item {
  display: flex;
  flex: 0 0 auto;
  height: auto; }

.post-slider .item {
  display: flex;
  width: 100%; }

.post-slider .tile {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%; }

.post-slider .tile-content-wrap {
  display: flex;
  flex: 1;
  flex-direction: column; }

.post-slider .tile-content-wrap .button-wrap {
  margin-top: auto; }

.post-slider-section .tns-ovh {
  overflow: visible; }

.image-gallery-slider {
  cursor: grab; }

.image-gallery-slider:active {
  cursor: grabbing; }

.image-gallery-slider__slide {
  display: inline-block;
  width: auto; }

.image-gallery-slider:not(.tns-slider) {
  display: flex;
  height: 400px;
  overflow: hidden;
  visibility: hidden;
  white-space: nowrap; }

.image-gallery-slider:not(.tns-slider) .image-gallery-slider__slide {
  flex: 0 0 auto; }

.image-gallery-section .tns-inner {
  line-height: 0; }

.image-gallery-slider__image {
  display: block;
  width: auto;
  max-width: none;
  height: 400px;
  object-fit: contain; }

.hero-image {
  position: relative;
  height: calc(72.916666vw - 60px); }
  .hero-image img {
    position: absolute;
    top: -30px;
    left: 0;
    display: block;
    max-width: none;
    width: 100%;
    height: calc(100% + 60px);
    object-fit: cover;
    transform-origin: center center; }

.hero-stats-columns strong {
  font-size: 0.75em; }

.grid-item {
  border: 1px solid currentcolor;
  padding: 20px;
  height: 100%;
  font-size: 14px !important; }
  .grid-item .grid-heading {
    font-size: 16px; }

.boxed {
  padding: 25px;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto; }

.download-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px; }
  .download-wrap .download {
    border: 1px solid #823BA3;
    padding: 10px;
    font-size: 12px;
    display: flex;
    gap: 10px;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
    .download-wrap .download p {
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      color: #823BA3; }
    .download-wrap .download div {
      display: flex;
      gap: 10px;
      justify-content: space-between;
      align-items: center; }
    .download-wrap .download svg {
      width: 20px;
      height: 20px; }
      .download-wrap .download svg path {
        transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
    .download-wrap .download:hover {
      background: #823BA3;
      color: #fff; }
      .download-wrap .download:hover p {
        color: #fff; }
      .download-wrap .download:hover svg path {
        stroke: #fff; }

.single-title,
.page-title,
.entry-title,
.wp-block-heading {
  margin: 0 0 20px 0; }

.page-title-small {
  margin: 0 0 10px 0; }

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #707070;
  font-style: italic;
  margin: 0; }

.entry-content.h1 {
  line-height: 1.3; }
  @media only screen and (max-width: 767px) {
    .entry-content.h1 {
      font-size: 30px !important; } }
  .entry-content.h1 strong {
    font-size: 0.5em; }

.entry-content iframe[src*="youtube"] {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9; }

/* entry content */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */ }
  .entry-content .wp-block-buttons {
    margin-bottom: 20px; }
  .entry-content p {
    margin-bottom: 20px; }
    .entry-content p img {
      margin-bottom: 0px !important; }
    .entry-content p strong {
      font-weight: 600;
      color: #823BA3; }
    .entry-content p a {
      font-weight: 600; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
    margin-bottom: 20px;
    margin-top: 35px; }
  .entry-content iframe {
    width: 100%; }
  .entry-content i {
    color: #000; }
  .entry-content fieldset {
    margin-bottom: 15px; }
  .entry-content ul, .entry-content ol {
    margin: 0 0 20px 18px;
    line-height: 1.7; }
  .entry-content ul li {
    list-style: disc; }
  .entry-content ol li {
    list-style: decimal; }
  .entry-content hr {
    margin: 25px 0; }
  .entry-content table {
    width: 100%;
    border: 1px solid #000;
    border-right: none;
    margin-bottom: 25px;
    border-bottom: none; }
    .entry-content table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #707070;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .entry-content table a {
      font-weight: 700; }
  .entry-content tr {
    border-bottom: 1px solid #000; }
    .entry-content tr input, .entry-content tr p {
      margin: 0; }
    .entry-content tr .amount {
      color: #d7d7d7;
      font-weight: 700; }
    .entry-content tr img {
      margin: 0; }
  .entry-content td {
    padding: 15px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    background: none !important;
    vertical-align: top;
    line-height: 1.3; }
  .entry-content th {
    padding: 15px;
    background: none;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    vertical-align: top;
    line-height: 1.3; }
  .entry-content blockquote {
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
    border-left: 3px solid #823BA3;
    color: #823BA3; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 20px 0;
    max-width: 100%;
    height: auto; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #000;
    color: #f7f7f7;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }
  .entry-content .nudge-down + p, .entry-content .nudge-down + img, .entry-content .nudge-down + table, .entry-content .nudge-down + ul, .entry-content .nudge-down + ol, .entry-content .nudge-down + iframe, .entry-content .nudge-down + fieldset, .entry-content .nudge-down + blockquote, .entry-content .nudge-down + h1, .entry-content .nudge-down + h2, .entry-content .nudge-down + h3, .entry-content .nudge-down + h4, .entry-content .nudge-down + h5, .entry-content .nudge-down + .wp-block-buttons {
    margin-top: 0px !important; }
  .entry-content p + .nudge-up, .entry-content img + .nudge-up, .entry-content table + .nudge-up, .entry-content ul + .nudge-up, .entry-content ol + .nudge-up, .entry-content iframe + .nudge-up, .entry-content fieldset + .nudge-up, .entry-content blockquote + .nudge-up, .entry-content h1 + .nudge-up, .entry-content h2 + .nudge-up, .entry-content h3 + .nudge-up, .entry-content h4 + .nudge-up, .entry-content h5 + .nudge-up, .entry-content .wp-block-buttons + .nudge-up {
    margin-top: -20px;
    display: block; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 0;
  display: block;
  width: 100%;
  max-width: 100%; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    clear: both; }
  .pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden; }
  .pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: 700;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #823BA3; }
  .pagination a:hover, .pagination a:focus {
    color: #D92670; }
  .pagination .current {
    cursor: default;
    color: #D92670; }
    .pagination .current:hover, .pagination .current:focus {
      color: #D92670; }

/* end .daryls_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/*********************
FOOTER STYLES
*********************/
.box-wrap {
  padding: 40px 25px; }

.icon-bg-small {
  right: 0;
  width: 60% !important; }

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  margin-left: -10px; }

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: currentColor;
  text-decoration: none;
  transition: opacity 0.2s ease; }

.footer-socials a:hover,
.footer-socials a:focus-visible {
  opacity: 0.5;
  color: #fff; }

.footer-socials a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px; }

.footer-socials svg {
  display: block;
  width: 24px;
  height: 20px;
  fill: currentColor; }

.pre-footer {
  font-size: 14px; }

.footer {
  font-size: 14px;
  position: relative;
  z-index: 900; }
  .footer ul {
    margin: 0; }
    .footer ul li a {
      font-weight: 500; }

/* end .footer-links */
.copyright {
  margin-top: 10px; }
  .copyright a {
    font-weight: 500; }

.anim-section .anim-right,
.anim-single.anim-right,
.anim-single .anim-right {
  transition: 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: translate(-30px, 0); }

.anim-section .anim-left,
.anim-single.anim-left,
.anim-single .anim-left {
  opacity: 0;
  transition: 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(30px, 0); }

.anim-section .anim-down,
.anim-single.anim-down,
.anim-single .anim-down {
  opacity: 0;
  transition: 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(0, -15px); }

.anim-section .anim-up,
.anim-single.anim-up,
.anim-single .anim-up {
  opacity: 0;
  transition: 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(0, 15px); }

.anim-section .anim-fade,
.anim-single.anim-fade,
.anim-single .anim-fade {
  opacity: 0;
  transition: 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(0px, 0px); }

.anim-section .delay-0,
.anim-single.delay-0,
.anim-single .delay-0 {
  transition-delay: 0s; }

.anim-section .delay-1,
.anim-single.delay-1,
.anim-single .delay-1 {
  transition-delay: 0.2s; }

.anim-section .delay-2,
.anim-single.delay-2,
.anim-single .delay-2 {
  transition-delay: 0.4s; }

.anim-section .delay-3,
.anim-single.delay-3,
.anim-single .delay-3 {
  transition-delay: 0.6s; }

.anim-section .delay-4,
.anim-single.delay-4,
.anim-single .delay-4 {
  transition-delay: 0.8s; }

.anim-section .delay-5,
.anim-single.delay-5,
.anim-single .delay-5 {
  transition-delay: 1s; }

.anim-section .delay-6,
.anim-single.delay-6,
.anim-single .delay-6 {
  transition-delay: 1.2s; }

.anim-section .delay-7,
.anim-single.delay-7,
.anim-single .delay-7 {
  transition-delay: 1.4s; }

.anim-section .delay-8,
.anim-single.delay-8,
.anim-single .delay-8 {
  transition-delay: 1.6s; }

.anim-section .delay-9,
.anim-single.delay-9,
.anim-single .delay-9 {
  transition-delay: 1.8s; }

.anim-section .delay-10,
.anim-single.delay-10,
.anim-single .delay-10 {
  transition-delay: 2s; }

.active-onscreen .anim-left,
.active-onscreen .anim-right,
.active-onscreen .anim-up,
.active-onscreen .anim-down,
.active-onscreen .anim-fade {
  transform: translate(0, 0);
  opacity: 1; }

.anim-single.active-onscreen.anim-left,
.anim-single.active-onscreen.anim-right,
.anim-single.active-onscreen.anim-up,
.anim-single.active-onscreen.anim-down,
.anim-single.active-onscreen.anim-fade {
  transform: translate(0, 0);
  opacity: 1; }

/*********************
TNS STYLES
*********************/
.tns-nav {
  margin-top: 15px;
  padding: 0;
  line-height: 0px;
  width: 100%;
  text-align: center;
  left: 0;
  z-index: 10;
  font-size: 12px; }

.tns-nav button {
  display: inline-block;
  border: none;
  padding: 0px;
  margin: 0 7px 0 7px;
  border: 2px solid #fff;
  text-decoration: none;
  background: 0 0;
  background: #000;
  font-weight: 600;
  font-size: 12px;
  line-height: 0px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18); }

.tns-nav button:hover {
  background: #D92670;
  border-color: #fff; }

.tns-nav button.tns-nav-active {
  background: #D92670;
  border-color: #fff; }

.white-boxed .tns-nav {
  padding-bottom: 25px; }

/*********************
COURSE FINDER
*********************/
.course-finder-panel--main {
  margin-top: 30px; }

.course-finder-panel--main .course-finder__top {
  display: flex;
  gap: 20px;
  flex-direction: column; }

.course-finder {
  width: 100%; }

.course-finder__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: calc(100% + 25px);
  margin-left: -25px;
  overflow: hidden; }

.course-finder-panel--main .course-finder__controls {
  width: calc(100% + 50px); }

.course-finder__search {
  position: relative;
  display: block;
  width: 100%;
  margin: 0; }

@media only screen and (min-width: 768px) {
  .course-finder-panel--main {
    margin-top: 40px; }

  .course-finder-panel--main .course-finder__top {
    flex-direction: row;
    gap: 0px; }

  .course-finder__search {
    flex: 0 1 50%;
    min-width: 50%;
    margin: 0;
    padding-bottom: 35px; }

  .course-finder__search input {
    position: relative;
    z-index: 2; }

  .course-finder-panel--main .course-finder__controls {
    padding-left: 0px;
    width: calc(100% + 25px);
    margin-left: 0px;
    margin-right: -25px;
    margin-left: -25px; }
    .course-finder-panel--main .course-finder__controls .course-finder__filters {
      padding-left: 50px;
      padding-right: 25px;
      padding-bottom: 35px; } }
.course-finder__search input {
  width: 100%;
  padding: 0 38px 0 15px !important;
  margin-bottom: 0px !important; }

.course-finder__search-icon {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #823BA3;
  pointer-events: none;
  z-index: 5; }
  .course-finder__search-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%); }

button.course-finder__search-icon {
  cursor: pointer;
  pointer-events: auto;
  transition: background 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  button.course-finder__search-icon:hover, button.course-finder__search-icon:focus-visible {
    background: #D92670; }

.course-finder-menu-item {
  width: calc(100% + 25px); }
  .course-finder-menu-item .course-finder__list {
    padding-right: 25px; }

.course-finder__filters {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  overflow: auto;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px; }

.course-finder__filter-icon {
  display: block;
  width: 22px !important;
  height: 22px !important;
  flex: 0 0 22px;
  margin: 0px !important;
  border-radius: 0px !important; }

.course-finder__filter {
  font-size: 13px !important;
  padding: 6px 12px !important;
  line-height: 20px !important;
  white-space: nowrap;
  margin: 0px !important; }

.course-finder__filter:hover,
.course-finder__filter.is-active {
  background: #000 !important; }

.course-finder .course-finder__filter:nth-of-type(5n - 4) {
  background: #D92670; }

.course-finder .course-finder__filter:nth-of-type(5n - 3) {
  background: #D97B00; }

.course-finder .course-finder__filter:nth-of-type(5n - 2) {
  background: #3D69BA; }

.course-finder .course-finder__filter:nth-of-type(5n - 1) {
  background: #008486; }

.course-finder .course-finder__filter:nth-of-type(5n) {
  background: #823BA3; }

.course-finder-panel--main .course-finder .course-finder__filter:nth-child(5n - 4) {
  background: #008486; }

.course-finder-panel--main .course-finder .course-finder__filter:nth-child(5n - 3) {
  background: #823BA3; }

.course-finder-panel--main .course-finder .course-finder__filter:nth-child(5n - 2) {
  background: #D92670; }

.course-finder-panel--main .course-finder .course-finder__filter:nth-child(5n - 1) {
  background: #D97B00; }

.course-finder-panel--main .course-finder .course-finder__filter:nth-child(5n) {
  background: #3D69BA; }

.course-finder__list {
  display: grid;
  gap: 10px; }

.course-finder__course,
.nav-wrap .nav li a.course-finder__course {
  display: flex;
  align-items: center;
  border: 2px solid #823BA3;
  border-radius: 58px;
  min-height: 58px;
  padding: 6px 38px 6px 6px !important;
  color: #000 !important;
  background: #fff;
  text-decoration: none;
  position: relative;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.course-finder-panel--main .course-finder__course {
  background: #F3EBF6; }

.course-finder__course:hover,
.nav-wrap .nav li a.course-finder__course:hover {
  border-color: #823BA3;
  background: #B489C8; }

.course-finder__thumb {
  display: block;
  flex-basis: 42px;
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  margin-right: 12px;
  background: #d7d7d7;
  overflow: hidden; }

.course-finder__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1); }

.course-finder__course:hover .course-finder__thumb img {
  transform: scale(1.4); }

.course-finder__course-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.course-finder__course:hover .course-finder__course-title {
  color: #fff; }

.course-finder__arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #823BA3;
  border-right: 2px solid #823BA3;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.course-finder__course:hover .course-finder__arrow {
  border-color: #fff;
  right: 14px; }

.course-finder__empty {
  margin: 0 !important; }

.course-finder__view-all {
  display: inline-block;
  margin-top: 20px; }

@media only screen and (min-width: 768px) {
  .course-finder-panel--main .course-finder__list {
    gap: 15px; }
    .course-finder-panel--main .course-finder__list .course-finder__course {
      min-height: 80px;
      border-radius: 80px; }
      .course-finder-panel--main .course-finder__list .course-finder__course .course-finder__course-title {
        font-size: 18px; }
      .course-finder-panel--main .course-finder__list .course-finder__course .course-finder__thumb {
        flex-basis: 64px;
        width: 64px;
        min-width: 64px;
        height: 64px;
        margin-right: 15px; }
      .course-finder-panel--main .course-finder__list .course-finder__course .course-finder__arrow {
        border-width: 3px;
        width: 18px;
        height: 18px; }

  .course-finder-panel--main .course-finder__filter {
    padding: 10px 15px !important;
    font-size: 14px !important; }

  .course-finder-panel--main .filter-all {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 40px !important;
    min-width: 40px !important; } }
@media only screen and (min-width: 1000px) {
  .course-finder-panel--main {
    margin-top: 50px; }

  .course-finder-panel--main .course-finder__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px; }

  .course-finder-panel--main .course-finder__top .course-finder__search {
    width: calc(50% - 7.5px);
    flex: 0 1 calc(50% - 7.5px);
    min-width: calc(50% - 7.5px); }

  .course-finder-panel--main .course-finder__controls {
    width: calc(100% + 60px);
    margin-right: -50px;
    margin-left: -10px; }

  .course-finder-panel--main .course-finder__controls .course-finder__filters {
    padding-left: 25px;
    padding-right: 50px; } }
@media only screen and (min-width: 1240px) {
  .course-finder-panel--main .course-finder__controls {
    width: calc(100% + 90px);
    margin-right: -80px; }

  .course-finder-panel--main .course-finder__controls .course-finder__filters {
    padding-right: 80px; } }
@media only screen and (min-width: 1500px) {
  .course-finder-panel--main .course-finder__controls .course-finder__filters {
    padding-right: 25px; }

  .course-finder-panel--main .course-finder__controls {
    width: 100%;
    margin-right: 0px;
    position: relative; }
    .course-finder-panel--main .course-finder__controls:after {
      position: absolute;
      top: 0;
      right: 0;
      width: 30px;
      height: 100%;
      display: block;
      content: "";
      background: linear-gradient(to left, #fff 0%, transparent 100%);
      pointer-events: none; } }
.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: 0px; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: 0px;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s; }

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important; }

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.tns-complete {
  opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100); }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0); }

.tns-vpfix {
  white-space: nowrap; }

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both; }

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left; }

/*********************
BACKGROUND GALLERY
*********************/
.background-gallery-section {
  background: #823BA3;
  overflow: hidden; }
  .background-gallery-section.full-height-section {
    min-height: 0; }
  .background-gallery-section.overlay:before {
    display: none; }
  .background-gallery-section > .tns-outer {
    position: relative;
    height: 70vw;
    overflow: hidden; }
  .background-gallery-section > .tns-outer,
  .background-gallery-section .tns-inner,
  .background-gallery-section .tns-ovh,
  .background-gallery-section .background-gallery,
  .background-gallery-section .background-gallery__slide {
    height: 100%; }
  .background-gallery-section .background-gallery__slide {
    overflow: hidden; }
  .background-gallery-section .tns-nav {
    position: absolute;
    right: 0;
    bottom: 25px;
    left: 0;
    z-index: 4; }
  @media only screen and (min-width: 768px) {
    .background-gallery-section.full-height-section {
      min-height: 100vh;
      min-height: 100svh;
      min-height: calc(100svh - 90px); }
    .background-gallery-section.overlay:before {
      display: block; }
    .background-gallery-section > .tns-outer {
      position: absolute;
      inset: 0;
      height: auto;
      min-height: 0;
      max-height: none; }
    .background-gallery-section .background-gallery {
      position: absolute; } }

.background-gallery {
  position: relative;
  inset: 0;
  width: 100%; }

.background-gallery__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04) translate3d(-1.5%, -1%, 0);
  transform-origin: center;
  will-change: transform; }

.tile .tile-image {
  overflow: hidden; }

.tile .tile-image img {
  display: block;
  transform: scale(1.04) translate3d(-1.5%, -1%, 0);
  transform-origin: center;
  will-change: transform;
  transition: transform 2000ms ease-out; }

.tns-slide-active .background-gallery__image,
.tns-fadeIn .background-gallery__image,
.tns-fadeOut .background-gallery__image {
  animation: background-gallery-ken-burns 8000ms ease-out forwards; }

.tile:hover .tile-image img {
  transform: scale(1.2) translate3d(1.5%, 1%, 0);
  transition: transform 8000ms ease-out; }

.shaped-nav .tns-nav {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  line-height: 0; }
.shaped-nav .tns-nav button {
  position: relative;
  display: block;
  width: 30px;
  height: 34px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .shaped-nav .tns-nav button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 10px;
    content: "";
    background: #B489C8;
    transform: translate(-50%, -50%) scale(1.2);
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.43331 7.4954C10.64 5.53422 11.3678 2.75712 10.62 0.252989C7.80568 -0.411616 4.6809 0.23222 2.47086 2.19636C0.264151 4.16051 -0.463629 6.93761 0.284181 9.43877C3.10182 10.1063 6.2266 9.45658 8.43331 7.4954Z' fill='%23804199'/%3E%3C/svg%3E") center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.43331 7.4954C10.64 5.53422 11.3678 2.75712 10.62 0.252989C7.80568 -0.411616 4.6809 0.23222 2.47086 2.19636C0.264151 4.16051 -0.463629 6.93761 0.284181 9.43877C3.10182 10.1063 6.2266 9.45658 8.43331 7.4954Z' fill='%23804199'/%3E%3C/svg%3E") center/contain no-repeat; }
  .shaped-nav .tns-nav button:hover:before, .shaped-nav .tns-nav button:focus-visible:before {
    background: #D92670; }
  .shaped-nav .tns-nav button.tns-nav-active:before {
    background: #823BA3; }
  .shaped-nav .tns-nav button.tns-nav-active:hover:before, .shaped-nav .tns-nav button.tns-nav-active:focus-visible:before {
    background: #D92670; }

.background-gallery-section .tns-nav button:before {
  background: #fff; }

@keyframes background-gallery-ken-burns {
  0% {
    transform: scale(1.04) translate3d(-1.5%, -1%, 0); }
  100% {
    transform: scale(1.2) translate3d(1.5%, 1%, 0); } }
@media (prefers-reduced-motion: reduce) {
  .background-gallery__image,
  .tns-slide-active .background-gallery__image {
    animation: none;
    transform: scale(1);
    will-change: auto; } }
/*********************
ACCORDION CONTENT
*********************/
.accordion-grid {
  display: grid;
  grid-template-columns: minmax(0, 870px);
  justify-content: center;
  gap: 40px; }

.accordion-column__heading {
  margin: 0;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 20px;
  color: #823BA3 !important; }

.light-content .accordion-column__heading {
  color: #fff !important; }

.accordion-item {
  border-bottom: 1px solid currentColor; }
  .accordion-item:first-of-type {
    border-top: 1px solid currentColor; }

.accordion-item__heading {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #823BA3 !important; }

.light-content .accordion-item__heading {
  color: #fff !important; }

.accordion-item__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .accordion-item__toggle span {
    line-height: 1.2; }
  .accordion-item__toggle:hover {
    opacity: 0.5; }

.accordion-item__icon {
  flex: 0 0 auto;
  margin-left: 15px; }

.accordion-item__toggle[aria-expanded="true"] .accordion-item__icon {
  transform: rotate(180deg); }

.accordion-item__panel {
  padding: 0 0 20px 0px; }

.accordion-item__panel > :first-child {
  margin-top: 0; }

.accordion-item__panel > :last-child {
  margin-bottom: 0; }

@media only screen and (min-width: 768px) {
  .accordion-grid--2,
  .accordion-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 720px)); }

  .accordion-item__panel,
  .accordion-column__heading {
    padding-bottom: 25px; }

  .accordion-item__toggle {
    padding: 25px 0; }

  .accordion-grid--1 .accordion-item__heading {
    font-size: 22px; }

  .accordion-grid--1 .accordion-item__icon {
    width: 26px;
    height: auto; } }
@media only screen and (min-width: 1240px) {
  .accordion-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 720px)); }

  .accordion-item__panel {
    font-size: 18px; } }
.page-blue .background-blue {
  background: #823BA3; }
.page-blue .background-purple {
  background: #3D69BA; }
.page-blue h1, .page-blue .h1, .page-blue h2, .page-blue .h2, .page-blue h3, .page-blue .h3, .page-blue h4, .page-blue .h4, .page-blue h5, .page-blue .h5, .page-blue .widgettitle, .page-blue .purple, .page-blue .button-outline, .page-blue .tile-title a:hover, .page-blue a, .page-blue .download-wrap .download p, .page-blue .entry-content p strong, .page-blue .entry-content blockquote {
  color: #3D69BA; }
.page-blue a:hover {
  color: #823BA3; }
.page-blue .download-wrap .download:hover p {
  color: #fff; }
.page-blue .download-wrap .download svg path {
  stroke: #3D69BA; }
.page-blue .download-wrap .download:hover svg path {
  stroke: #fff; }
.page-blue .button, .page-blue .wp-block-button__link {
  color: #fff;
  background: #3D69BA; }
  .page-blue .button:hover, .page-blue .wp-block-button__link:hover {
    background: #823BA3;
    color: #fff; }
.page-blue .light-content .button, .page-blue .light-content .wp-block-button__link {
  color: #3D69BA !important; }
  .page-blue .light-content .button:hover, .page-blue .light-content .wp-block-button__link:hover {
    color: #fff !important;
    background: #823BA3 !important; }
.page-blue .button-outline {
  background: transparent;
  border-color: #3D69BA;
  color: #3D69BA; }
  .page-blue .button-outline:hover {
    background: #3D69BA;
    color: #fff; }
.page-blue .light-content .button-outline {
  background: transparent !important;
  color: #fff !important; }
  .page-blue .light-content .button-outline:hover {
    background: #823BA3 !important;
    border-color: #823BA3 !important; }
.page-blue .shaped-nav .tns-nav button:before {
  background: #8BA5D6; }
.page-blue .shaped-nav .tns-nav button.tns-nav-active:before {
  background: #3D69BA; }
.page-blue .shaped-nav .tns-nav button:hover:before,
.page-blue .shaped-nav .tns-nav button:focus-visible:before {
  background: #823BA3; }
.page-blue .shaped-nav .tns-nav button.tns-nav-active:hover:before,
.page-blue .shaped-nav .tns-nav button.tns-nav-active:focus-visible:before {
  background: #823BA3; }
.page-blue .para-bottom-right svg path {
  fill: #ECF0F8; }
.page-blue .background-alt {
  background: #ECF0F8; }
.page-blue input[type="text"], .page-blue input[type="password"], .page-blue input[type="datetime"], .page-blue input[type="datetime-local"], .page-blue input[type="date"], .page-blue input[type="month"], .page-blue input[type="time"], .page-blue input[type="week"], .page-blue input[type="number"], .page-blue input[type="email"], .page-blue input[type="url"], .page-blue input[type="search"], .page-blue input[type="tel"], .page-blue input[type="color"], .page-blue select, .page-blue textarea, .page-blue .field, .page-blue .download-wrap .download, .page-blue .entry-content blockquote {
  border-color: #3D69BA; }
.page-blue .download-wrap .download:hover {
  border-color: #3D69BA;
  background: #3D69BA; }
.page-blue input[type="text"]::-webkit-input-placeholder, .page-blue input[type="password"]::-webkit-input-placeholder, .page-blue input[type="datetime"]::-webkit-input-placeholder, .page-blue input[type="datetime-local"]::-webkit-input-placeholder, .page-blue input[type="date"]::-webkit-input-placeholder, .page-blue input[type="month"]::-webkit-input-placeholder, .page-blue input[type="time"]::-webkit-input-placeholder, .page-blue input[type="week"]::-webkit-input-placeholder, .page-blue input[type="number"]::-webkit-input-placeholder, .page-blue input[type="email"]::-webkit-input-placeholder, .page-blue input[type="url"]::-webkit-input-placeholder, .page-blue input[type="search"]::-webkit-input-placeholder, .page-blue input[type="tel"]::-webkit-input-placeholder, .page-blue input[type="color"]::-webkit-input-placeholder, .page-blue select::-webkit-input-placeholder, .page-blue textarea::-webkit-input-placeholder, .page-blue .field::-webkit-input-placeholder {
  color: #8BA5D6; }

.page-orange .background-orange {
  background: #823BA3; }
.page-orange .background-purple {
  background: #D97B00; }
.page-orange h1, .page-orange .h1, .page-orange h2, .page-orange .h2, .page-orange h3, .page-orange .h3, .page-orange h4, .page-orange .h4, .page-orange h5, .page-orange .h5, .page-orange .widgettitle, .page-orange .purple, .page-orange .button-outline, .page-orange .tile-title a:hover, .page-orange a, .page-orange .download-wrap .download p, .page-orange .entry-content p strong, .page-orange .entry-content blockquote {
  color: #D97B00; }
.page-orange a:hover {
  color: #823BA3; }
.page-orange .download-wrap .download:hover p {
  color: #fff; }
.page-orange .download-wrap .download svg path {
  stroke: #D97B00; }
.page-orange .download-wrap .download:hover svg path {
  stroke: #fff; }
.page-orange .button, .page-orange .wp-block-button__link {
  color: #fff;
  background: #D97B00; }
  .page-orange .button:hover, .page-orange .wp-block-button__link:hover {
    background: #823BA3;
    color: #fff; }
.page-orange .light-content .button, .page-orange .light-content .wp-block-button__link {
  color: #D97B00 !important; }
  .page-orange .light-content .button:hover, .page-orange .light-content .wp-block-button__link:hover {
    color: #fff !important;
    background: #823BA3 !important; }
.page-orange .button-outline {
  background: transparent;
  border-color: #D97B00;
  color: #D97B00; }
  .page-orange .button-outline:hover {
    background: #D97B00;
    color: #fff; }
.page-orange .light-content .button-outline {
  background: transparent !important;
  color: #fff !important; }
  .page-orange .light-content .button-outline:hover {
    background: #823BA3 !important;
    border-color: #823BA3 !important; }
.page-orange .shaped-nav .tns-nav button:before {
  background: #E8B066; }
.page-orange .shaped-nav .tns-nav button.tns-nav-active:before {
  background: #D97B00; }
.page-orange .shaped-nav .tns-nav button:hover:before,
.page-orange .shaped-nav .tns-nav button:focus-visible:before {
  background: #823BA3; }
.page-orange .shaped-nav .tns-nav button.tns-nav-active:hover:before,
.page-orange .shaped-nav .tns-nav button.tns-nav-active:focus-visible:before {
  background: #823BA3; }
.page-orange .para-bottom-right svg path {
  fill: #FBF2E5; }
.page-orange .background-alt {
  background: #FBF2E5; }
.page-orange input[type="text"], .page-orange input[type="password"], .page-orange input[type="datetime"], .page-orange input[type="datetime-local"], .page-orange input[type="date"], .page-orange input[type="month"], .page-orange input[type="time"], .page-orange input[type="week"], .page-orange input[type="number"], .page-orange input[type="email"], .page-orange input[type="url"], .page-orange input[type="search"], .page-orange input[type="tel"], .page-orange input[type="color"], .page-orange select, .page-orange textarea, .page-orange .field, .page-orange .download-wrap .download, .page-orange .entry-content blockquote {
  border-color: #D97B00; }
.page-orange .download-wrap .download:hover {
  border-color: #D97B00;
  background: #D97B00; }
.page-orange input[type="text"]::-webkit-input-placeholder, .page-orange input[type="password"]::-webkit-input-placeholder, .page-orange input[type="datetime"]::-webkit-input-placeholder, .page-orange input[type="datetime-local"]::-webkit-input-placeholder, .page-orange input[type="date"]::-webkit-input-placeholder, .page-orange input[type="month"]::-webkit-input-placeholder, .page-orange input[type="time"]::-webkit-input-placeholder, .page-orange input[type="week"]::-webkit-input-placeholder, .page-orange input[type="number"]::-webkit-input-placeholder, .page-orange input[type="email"]::-webkit-input-placeholder, .page-orange input[type="url"]::-webkit-input-placeholder, .page-orange input[type="search"]::-webkit-input-placeholder, .page-orange input[type="tel"]::-webkit-input-placeholder, .page-orange input[type="color"]::-webkit-input-placeholder, .page-orange select::-webkit-input-placeholder, .page-orange textarea::-webkit-input-placeholder, .page-orange .field::-webkit-input-placeholder {
  color: #E8B066; }

.page-pink .background-red {
  background: #823BA3; }
.page-pink .background-purple {
  background: #D92670; }
.page-pink h1, .page-pink .h1, .page-pink h2, .page-pink .h2, .page-pink h3, .page-pink .h3, .page-pink h4, .page-pink .h4, .page-pink h5, .page-pink .h5, .page-pink .widgettitle, .page-pink .purple, .page-pink .button-outline, .page-pink .tile-title a:hover, .page-pink a, .page-pink .download-wrap .download p, .page-pink .entry-content p strong, .page-pink .entry-content blockquote {
  color: #D92670; }
.page-pink a:hover {
  color: #823BA3; }
.page-pink .download-wrap .download:hover p {
  color: #fff; }
.page-pink .download-wrap .download svg path {
  stroke: #D92670; }
.page-pink .download-wrap .download:hover svg path {
  stroke: #fff; }
.page-pink .button, .page-pink .wp-block-button__link {
  color: #fff;
  background: #D92670; }
  .page-pink .button:hover, .page-pink .wp-block-button__link:hover {
    background: #823BA3;
    color: #fff; }
.page-pink .light-content .button, .page-pink .light-content .wp-block-button__link {
  color: #D92670 !important; }
  .page-pink .light-content .button:hover, .page-pink .light-content .wp-block-button__link:hover {
    color: #fff !important;
    background: #823BA3 !important; }
.page-pink .button-outline {
  background: transparent;
  border-color: #D92670;
  color: #D92670; }
  .page-pink .button-outline:hover {
    background: #D92670;
    color: #fff; }
.page-pink .light-content .button-outline {
  background: transparent !important;
  color: #fff !important; }
  .page-pink .light-content .button-outline:hover {
    background: #823BA3 !important;
    border-color: #823BA3 !important; }
.page-pink .shaped-nav .tns-nav button:before {
  background: #E87DA9; }
.page-pink .shaped-nav .tns-nav button.tns-nav-active:before {
  background: #D92670; }
.page-pink .shaped-nav .tns-nav button:hover:before,
.page-pink .shaped-nav .tns-nav button:focus-visible:before {
  background: #823BA3; }
.page-pink .shaped-nav .tns-nav button.tns-nav-active:hover:before,
.page-pink .shaped-nav .tns-nav button.tns-nav-active:focus-visible:before {
  background: #823BA3; }
.page-pink .para-bottom-right svg path {
  fill: #FBEBF2; }
.page-pink .background-alt {
  background: #FBEBF2; }
.page-pink input[type="text"], .page-pink input[type="password"], .page-pink input[type="datetime"], .page-pink input[type="datetime-local"], .page-pink input[type="date"], .page-pink input[type="month"], .page-pink input[type="time"], .page-pink input[type="week"], .page-pink input[type="number"], .page-pink input[type="email"], .page-pink input[type="url"], .page-pink input[type="search"], .page-pink input[type="tel"], .page-pink input[type="color"], .page-pink select, .page-pink textarea, .page-pink .field, .page-pink .download-wrap .download, .page-pink .entry-content blockquote {
  border-color: #D92670; }
.page-pink .download-wrap .download:hover {
  border-color: #D92670;
  background: #D92670; }
.page-pink input[type="text"]::-webkit-input-placeholder, .page-pink input[type="password"]::-webkit-input-placeholder, .page-pink input[type="datetime"]::-webkit-input-placeholder, .page-pink input[type="datetime-local"]::-webkit-input-placeholder, .page-pink input[type="date"]::-webkit-input-placeholder, .page-pink input[type="month"]::-webkit-input-placeholder, .page-pink input[type="time"]::-webkit-input-placeholder, .page-pink input[type="week"]::-webkit-input-placeholder, .page-pink input[type="number"]::-webkit-input-placeholder, .page-pink input[type="email"]::-webkit-input-placeholder, .page-pink input[type="url"]::-webkit-input-placeholder, .page-pink input[type="search"]::-webkit-input-placeholder, .page-pink input[type="tel"]::-webkit-input-placeholder, .page-pink input[type="color"]::-webkit-input-placeholder, .page-pink select::-webkit-input-placeholder, .page-pink textarea::-webkit-input-placeholder, .page-pink .field::-webkit-input-placeholder {
  color: #E87DA9; }

.page-green .background-green {
  background: #823BA3; }
.page-green .background-purple {
  background: #008486; }
.page-green h1, .page-green .h1, .page-green h2, .page-green .h2, .page-green h3, .page-green .h3, .page-green h4, .page-green .h4, .page-green h5, .page-green .h5, .page-green .widgettitle, .page-green .purple, .page-green .button-outline, .page-green .tile-title a:hover, .page-green a, .page-green .download-wrap .download p, .page-green .entry-content p strong, .page-green .entry-content blockquote {
  color: #008486; }
.page-green a:hover {
  color: #823BA3; }
.page-green .download-wrap .download:hover p {
  color: #fff; }
.page-green .download-wrap .download svg path {
  stroke: #008486; }
.page-green .download-wrap .download:hover svg path {
  stroke: #fff; }
.page-green .button, .page-green .wp-block-button__link {
  color: #fff;
  background: #008486; }
  .page-green .button:hover, .page-green .wp-block-button__link:hover {
    background: #823BA3;
    color: #fff; }
.page-green .light-content .button, .page-green .light-content .wp-block-button__link {
  color: #008486 !important; }
  .page-green .light-content .button:hover, .page-green .light-content .wp-block-button__link:hover {
    color: #fff !important;
    background: #823BA3 !important; }
.page-green .button-outline {
  background: transparent;
  border-color: #008486;
  color: #008486; }
  .page-green .button-outline:hover {
    background: #008486;
    color: #fff; }
.page-green .light-content .button-outline {
  background: transparent !important;
  color: #fff !important; }
  .page-green .light-content .button-outline:hover {
    background: #823BA3 !important;
    border-color: #823BA3 !important; }
.page-green .shaped-nav .tns-nav button:before {
  background: #66B5B6; }
.page-green .shaped-nav .tns-nav button.tns-nav-active:before {
  background: #008486; }
.page-green .shaped-nav .tns-nav button:hover:before,
.page-green .shaped-nav .tns-nav button:focus-visible:before {
  background: #823BA3; }
.page-green .shaped-nav .tns-nav button.tns-nav-active:hover:before,
.page-green .shaped-nav .tns-nav button.tns-nav-active:focus-visible:before {
  background: #823BA3; }
.page-green .para-bottom-right svg path {
  fill: #E5F3F3; }
.page-green .background-alt {
  background: #E5F3F3; }
.page-green input[type="text"], .page-green input[type="password"], .page-green input[type="datetime"], .page-green input[type="datetime-local"], .page-green input[type="date"], .page-green input[type="month"], .page-green input[type="time"], .page-green input[type="week"], .page-green input[type="number"], .page-green input[type="email"], .page-green input[type="url"], .page-green input[type="search"], .page-green input[type="tel"], .page-green input[type="color"], .page-green select, .page-green textarea, .page-green .field, .page-green .download-wrap .download, .page-green .entry-content blockquote {
  border-color: #008486; }
.page-green .download-wrap .download:hover {
  border-color: #008486;
  background: #008486; }
.page-green input[type="text"]::-webkit-input-placeholder, .page-green input[type="password"]::-webkit-input-placeholder, .page-green input[type="datetime"]::-webkit-input-placeholder, .page-green input[type="datetime-local"]::-webkit-input-placeholder, .page-green input[type="date"]::-webkit-input-placeholder, .page-green input[type="month"]::-webkit-input-placeholder, .page-green input[type="time"]::-webkit-input-placeholder, .page-green input[type="week"]::-webkit-input-placeholder, .page-green input[type="number"]::-webkit-input-placeholder, .page-green input[type="email"]::-webkit-input-placeholder, .page-green input[type="url"]::-webkit-input-placeholder, .page-green input[type="search"]::-webkit-input-placeholder, .page-green input[type="tel"]::-webkit-input-placeholder, .page-green input[type="color"]::-webkit-input-placeholder, .page-green select::-webkit-input-placeholder, .page-green textarea::-webkit-input-placeholder, .page-green .field::-webkit-input-placeholder {
  color: #66B5B6; }

@media only screen and (min-width: 481px) {
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
        plan your menus and drop-downs wisely.
        */ }
        .menu ul li a {
          /*
          you can use hover styles here even though this size
          has the possibility of being a mobile device.
          */ }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left; }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right; }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both; }

  /*********************
  FOOTER STYLES
  *********************/ }
@media only screen and (min-width: 768px) {
  /*********************
  GENERAL STYLES
  *********************/
  body {
    font-size: 17px; }

  /*********************
  HEADER STYLES
  *********************/
  .top-menu-wrap {
    font-size: 14px; }
    .top-menu-wrap ul {
      margin: 0;
      display: flex;
      align-items: center;
      gap: 20px; }

  #inner-header .header-right button {
    margin-left: 15px; }

  .nav-wrap {
    max-width: 400px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25); }

  /*********************
  CONTENT STYLES
  *********************/
  h1, .h1 {
    font-size: 40px; }

  h2, .h2, .widgettitle {
    font-size: 35px; }

  h3, .h3 {
    font-size: 30px; }

  h4, .h4 {
    font-size: 25px; }

  h5, .h5 {
    font-size: 20px; }

  .xl {
    font-size: 10vw; }

  .xl-inner h1, .xl-inner h2, .xl-inner h3, .xl-inner h4, .xl-inner h5 {
    font-size: 7vw; }

  .large-text {
    font-size: 20px; }

  .xl-text {
    font-size: 25px; }

  .normal-text {
    font-size: 17px; }

  /*********************
  CONTENT
  *********************/
  .single-title, .page-title, .entry-title, .widgettitle, .wp-block-heading {
    margin-bottom: 25px; }

  .page-title-small {
    margin: 0 0 15px 0; }

  .entry-content p, .entry-content img, .entry-content table, .entry-content ul, .entry-content ol, .entry-content iframe, .entry-content fieldset, .entry-content blockquote, .entry-content .wp-block-buttons {
    margin-bottom: 25px; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
    margin-bottom: 25px;
    margin-top: 50px; }
  .entry-content hr {
    margin: 25px 0; }

  hr {
    margin: 25px 0; }

  .entry-content p + .nudge-up, .entry-content img + .nudge-up, .entry-content table + .nudge-up, .entry-content ul + .nudge-up, .entry-content ol + .nudge-up, .entry-content iframe + .nudge-up, .entry-content fieldset + .nudge-up, .entry-content blockquote + .nudge-up, .entry-content h1 + .nudge-up, .entry-content h2 + .nudge-up, .entry-content h3 + .nudge-up, .entry-content h4 + .nudge-up, .entry-content h5 + .nudge-up, .entry-content .wp-block-buttons + .nudge-up {
    margin-top: -25px; }

  .course-finder__search input {
    padding: 0 50px 0 20px !important; }

  .course-finder__search-icon {
    top: 7px;
    right: 7px;
    width: 40px;
    height: 40px; }

  .course-finder__search-icon svg {
    width: 24px;
    height: 24px; }

  .capped-content-tablet {
    max-width: 65%; }

  .masked-svg {
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    transform: translateX(0%); }

  .masked-svg-v2 {
    width: 100%;
    width: calc(100% + 25px);
    transform: translateX(-25px);
    margin-top: 0px; }

  .para-bottom-right {
    bottom: -12vw;
    right: 0%;
    width: 65%; }

  .overlay:before {
    opacity: 1;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(102, 102, 102, 0) 90%); }

  .overlay.blur {
    position: relative; }
    .overlay.blur:before, .overlay.blur:after {
      pointer-events: none;
      position: absolute;
      inset: 0;
      content: "";
      z-index: 1; }
    .overlay.blur:before {
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.65) 35%, rgba(0, 0, 0, 0.25) 65%, rgba(102, 102, 102, 0) 90%); }
    .overlay.blur:after {
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 20%, transparent 55%);
      mask-image: linear-gradient(90deg, #000 0%, #000 20%, transparent 55%); }
    .overlay.blur .over-overlay {
      position: relative;
      z-index: 3; }

  .box {
    height: 100%; }

  #menu-footer-menu li {
    display: inline-block;
    margin-right: 12px; }

  .footer {
    z-index: 1; }

  #inner-footer {
    padding-right: 175px; }

  .gform_description {
    margin-bottom: 30px; }

  body.page-id-153 .course-finder-panel--main .course-finder__controls .course-finder__filters {
    padding-bottom: 40px; }
  body.page-id-153 .course-finder__search {
    padding-bottom: 40px; }

  .download-wrap {
    gap: 14px; }
    .download-wrap .download {
      border-width: 2px;
      padding: 15px;
      font-size: 1rem;
      gap: 15px; }
      .download-wrap .download div {
        gap: 15px; }
      .download-wrap .download svg {
        width: 32px;
        height: 32px; }

  /*********************
  FOOTER STYLES
  *********************/
  .hero-image {
    height: calc(54.6875vw - 90px); }
    .hero-image img {
      top: -45px;
      height: calc(100% + 90px); } }
@media only screen and (min-width: 768px) and (min-width: 1000px) {
  body {
    font-size: 18px; }

  .xl {
    font-size: 6vw; }

  .xl-inner h1, .xl-inner h2, .xl-inner h3, .xl-inner h4, .xl-inner h5 {
    font-size: 6vw; }

  .large-text {
    font-size: 22px; }

  .xl-text {
    font-size: 30px; }

  .normal-text {
    font-size: 18px; }

  .sub-heading {
    margin-bottom: 10px; }

  .top-menu-wrap ul {
    gap: 30px; }

  #inner-header .header-right button {
    margin-left: 25px; }

  .sticky-buttons-wrap {
    bottom: 50px;
    right: 50px; }

  .nav-wrap {
    max-width: 450px; }

  .nav-wrap .nav-wrap-inner {
    padding: 140px 50px 140px 50px; }

  .course-finder__controls {
    width: calc(100% + 50px);
    margin-left: -50px; }

  .course-finder__filters {
    padding-left: 50px;
    padding-right: 50px; }

  .course-finder-menu-item .course-finder__list {
    padding-right: 50px; }

  .course-finder-menu-item {
    width: calc(100% + 50px); }

  .box-image img {
    height: 100%;
    width: 100%;
    max-width: none;
    object-fit: cover; }

  .margin-top {
    margin-top: 60px; }

  .margin-bottom {
    margin-bottom: 60px; }

  .margin-top-small {
    margin-top: 40px; }

  .margin-bottom-small {
    margin-bottom: 40px; }

  .wrap {
    padding: 60px 50px; }

  .wrap-small {
    padding-top: 30px;
    padding-bottom: 30px; }

  .wrap-large {
    padding-top: 90px;
    padding-bottom: 90px; }

  .wrap-bottom-small {
    padding-bottom: 30px; }

  .single-title, .page-title, .entry-title, .widgettitle, .related h2, .wp-block-heading {
    margin-bottom: 30px; }

  .entry-content p, .entry-content img, .entry-content table, .entry-content ul, .entry-content ol, .entry-content iframe, .entry-content fieldset, .entry-content blockquote {
    margin-bottom: 25px; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
    margin-bottom: 25px;
    margin-top: 50px; }
  .entry-content hr {
    margin: 25px 0; }

  hr {
    margin: 25px 0; }

  .entry-content p + .nudge-up, .entry-content img + .nudge-up, .entry-content table + .nudge-up, .entry-content ul + .nudge-up, .entry-content ol + .nudge-up, .entry-content iframe + .nudge-up, .entry-content fieldset + .nudge-up, .entry-content blockquote + .nudge-up, .entry-content h1 + .nudge-up, .entry-content h2 + .nudge-up, .entry-content h3 + .nudge-up, .entry-content h4 + .nudge-up, .entry-content h5 + .nudge-up {
    margin-top: -25px; }

  .buttons {
    padding-top: 10px; }

  .masked-svg {
    margin-top: -50px;
    margin-left: 0;
    width: 150%;
    transform: translateX(0%); }

  .masked-svg-v2 {
    width: 100%;
    width: calc(100% + 50px);
    transform: translateX(-50px);
    margin-top: 0px; }

  body.page-id-153 .course-finder-panel--main .course-finder__controls .course-finder__filters {
    padding-bottom: 50px; }
  body.page-id-153 .course-finder__search {
    padding-bottom: 50px; }

  .icon-bg-small {
    width: 50% !important; }

  .pre-footer .icon-bg-small {
    bottom: 0px !important; }

  .box-wrap {
    padding: 50px; }

  .boxed {
    padding: 50px; }

  #inner-footer {
    padding-right: 200px; } }
@media only screen and (min-width: 1240px) {
  body {
    font-size: 19px; }

  #inner-header {
    height: 110px; }

  #main {
    scroll-margin-top: 110px; }

  .full-height-section {
    min-height: calc(100svh - 110px); }

  .site-search-overlay__inner {
    padding: 110px 80px; }

  .background-gallery-section.full-height-section {
    min-height: calc(100svh - 110px); }

  .hero-image {
    height: calc(36.458333vw - 60px); }
    .hero-image img {
      top: -60px;
      height: calc(100% + 120px); }

  #inner-header .header-right button svg {
    height: 35px; }

  .header-logo img {
    width: 50px; }

  .top-menu-wrap ul {
    gap: 35px; }

  #inner-header .header-right button {
    margin-left: 30px; }

  .sticky-buttons-wrap {
    right: 80px;
    bottom: 50px; }

  .nav-wrap {
    max-width: 480px; }

  .nav-wrap .nav-wrap-inner {
    padding: 160px 80px 140px 50px; }

  .course-finder__controls {
    width: calc(100% + 50px);
    margin-left: -50px; }

  .course-finder__filters {
    padding-left: 50px;
    padding-right: 80px; }

  .course-finder-menu-item .course-finder__list {
    padding-right: 80px; }

  .course-finder-menu-item {
    width: calc(100% + 80px); }

  .wrap {
    padding: 80px 80px; }

  .wrap-large {
    padding-top: 120px;
    padding-bottom: 120px; }

  .wrap-small {
    padding-top: 40px;
    padding-bottom: 40px; }

  .wrap-bottom-small {
    padding-bottom: 40px; }

  h1, .h1 {
    font-size: 50px; }

  h2, .h2, .widgettitle {
    font-size: 45px; }

  h3, .h3 {
    font-size: 36px; }

  h4, .h4 {
    font-size: 30px; }

  h5, .h5 {
    font-size: 22px; }

  .xl {
    font-size: 5.5vw; }

  .xl-inner h1, .xl-inner h2, .xl-inner h3, .xl-inner h4, .xl-inner h5 {
    font-size: 5.5vw; }

  .large-text {
    font-size: 24px; }

  .xl-text {
    font-size: 35px; }

  .normal-text {
    font-size: 19px; }

  .masked-svg {
    margin-top: -70px; }

  .masked-svg-v2 {
    width: calc(100% + 80px);
    transform: translateX(-80px);
    margin-top: 0px; }

  .tile-content {
    font-size: 15px; }

  .para-bottom-right {
    bottom: -8vw; }

  .icon-bg-small {
    width: 35% !important; }

  .flexbox-row-desktop {
    flex-direction: row; }

  .box-wrap {
    padding: 80px; }

  .boxed {
    padding: 80px; }

  #inner-footer {
    padding-right: 225px; } }
@media only screen and (min-width: 1240px) and (min-width: 1500px) {
  body {
    font-size: 20px; }

  .wrap {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto; }

  .full-width {
    max-width: none; }

  .xl-inner h1, .xl-inner h2, .xl-inner h3, .xl-inner h4, .xl-inner h5 {
    font-size: 85px; }

  .xl {
    font-size: 85px; }

  #inner-header {
    max-width: 100%; }

  .normal-text {
    font-size: 20px; }

  .masked-svg {
    width: 63vw;
    margin-top: -70px;
    max-width: 1200px; }

  .masked-svg-v2 {
    width: calc(100% + 16vw);
    transform: translateX(-16vw);
    margin-top: 0px;
    max-width: none; }

  .masked-svg-alt {
    width: 500px !important;
    margin-right: -115px !important; }

  .capped-content-desktop-half {
    max-width: 50%; }

  .tile-content {
    font-size: 16px; }

  .box-wrap {
    max-width: 750px; }

  .box-wrap-push-right {
    margin-left: auto; } }
@media only screen and (min-width: 1240px) and (min-width: 1700px) {
  .masked-svg-v2-alt {
    margin-right: -5% !important; } }
@media only screen and (min-width: 1240px) and (min-width: 1900px) {
  .masked-svg-v2-alt {
    margin-right: 0% !important; } }

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