/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");

@font-face {
  font-family: "Avenir LT W01_45 Book1475508";
  src: url("../fonts/AvenirLTStd-Book.otf") format("opentype");
}

@font-face {
  font-family: "Avenir LT W01_85 Heavy1475544";
  font-weight: bold;
  src: url("../fonts/AvenirLTStd-Heavy.otf") format("opentype");
}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

#main .gform_wrapper textarea, #main .gform_wrapper input[type="text"], #main .gform_wrapper input[type="url"], #main .gform_wrapper input[type="email"], #main .gform_wrapper input[type="tel"], #main .gform_wrapper input[type="number"], #main .gform_wrapper input[type="password"]{
	color:#333;
	font-weight:300;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .ginput_product_price{
	color:#fff!important;
}

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

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

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

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

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

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

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

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

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

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

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

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

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

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

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #477dca;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
}
button:hover,
input:hover[type="submit"] {
  background-color: #2c5999;
  color: white;
}
button:disabled,
input:disabled[type="submit"] {
  cursor: not-allowed;
  opacity: 0.5;
}

.success {
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em;
}

.success {
  background: #e6efc2;
  color: #56651a;
}
.success a {
  color: #333c10;
}
.success a:hover {
  color: black;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

p {
  margin: 0 0 0.75em;
}

a {
  -webkit-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #477dca;
  text-decoration: none;
}
a:hover {
  color: #2c5999;
}
a:active,
a:focus {
  color: #2c5999;
  outline: none;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

blockquote {
  border-left: 2px solid #ddd;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

cite {
  color: #737373;
  font-style: italic;
}
cite:before {
  content: "\2014 \00A0";
}

fieldset {
  background: #f7f6f6;
  border: 1px solid #ddd;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
}

label {
  font-weight: bold;
  margin-bottom: 0.375em;
}
label.required:after {
  content: "*";
}
label abbr {
  display: none;
}

textarea,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
select[multiple="multiple"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -o-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
}
textarea:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="url"]:hover,
input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
select[multiple="multiple"]:hover {
  border-color: #c4c3c3;
}
textarea:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
select[multiple="multiple"]:focus {
  border-color: #477dca;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
  margin-bottom: 2px;
}

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

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

dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* -----------------------------------------
   Grid
----------------------------------------- */
.container {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  display: block;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col-1 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 6.1721527019%;
}
.row .col-1:last-child {
  margin-right: 0;
}
@media screen and (max-width: 499px) {
  .row .col-1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .row .col-1:last-child {
    margin-right: 0;
  }
}
.row .col-2 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 14.7019570017%;
}
.row .col-2:last-child {
  margin-right: 0;
}
@media screen and (max-width: 499px) {
  .row .col-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .row .col-2:last-child {
    margin-right: 0;
  }
}
.row .col-3 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
}
.row .col-3:last-child {
  margin-right: 0;
}
@media screen and (max-width: 499px) {
  .row .col-3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .row .col-3:last-child {
    margin-right: 0;
  }
}
.row .col-4 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
}
.row .col-4:last-child {
  margin-right: 0;
}
@media screen and (max-width: 499px) {
  .row .col-4 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .row .col-4:last-child {
    margin-right: 0;
  }
}
.row .col-5 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 40.2913699012%;
}
.row .col-5:last-child {
  margin-right: 0;
}
@media screen and (max-width: 499px) {
  .row .col-5 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .row .col-5:last-child {
    margin-right: 0;
  }
}
.row .col-6 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}
.row .col-6:last-child {
  margin-right: 0;
}
@media screen and (max-width: 499px) {
  .row .col-6 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .row .col-6:last-child {
    margin-right: 0;
  }
}
.row .col-7 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 57.3509785009%;
}
.row .col-7:last-child {
  margin-right: 0;
}
@media screen and (max-width: 499px) {
  .row .col-7 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .row .col-7:last-child {
    margin-right: 0;
  }
}
.row .col-8 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
}
.row .col-8:last-child {
  margin-right: 0;
}
@media screen and (max-width: 499px) {
  .row .col-8 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .row .col-8:last-child {
    margin-right: 0;
  }
}
.row .col-9 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 74.4105871005%;
}
.row .col-9:last-child {
  margin-right: 0;
}
@media screen and (max-width: 499px) {
  .row .col-9 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .row .col-9:last-child {
    margin-right: 0;
  }
}
.row .col-10 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%;
}
.row .col-10:last-child {
  margin-right: 0;
}
@media screen and (max-width: 499px) {
  .row .col-10 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .row .col-10:last-child {
    margin-right: 0;
  }
}
.row .col-11 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 91.4701957002%;
}
.row .col-11:last-child {
  margin-right: 0;
}
@media screen and (max-width: 499px) {
  .row .col-11 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .row .col-11:last-child {
    margin-right: 0;
  }
}
.row .col-12 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
.row .col-12:last-child {
  margin-right: 0;
}
@media screen and (max-width: 499px) {
  .row .col-12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .row .col-12:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 499px) {
  .row .small-col-1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 6.1721527019%;
  }
  .row .small-col-1:last-child {
    margin-right: 0;
  }
  .row .small-col-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
  }
  .row .small-col-2:last-child {
    margin-right: 0;
  }
  .row .small-col-3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .row .small-col-3:last-child {
    margin-right: 0;
  }
  .row .small-col-4 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .row .small-col-4:last-child {
    margin-right: 0;
  }
  .row .small-col-5 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
  }
  .row .small-col-5:last-child {
    margin-right: 0;
  }
  .row .small-col-6 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .row .small-col-6:last-child {
    margin-right: 0;
  }
  .row .small-col-7 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
  }
  .row .small-col-7:last-child {
    margin-right: 0;
  }
  .row .small-col-8 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }
  .row .small-col-8:last-child {
    margin-right: 0;
  }
  .row .small-col-9 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
  }
  .row .small-col-9:last-child {
    margin-right: 0;
  }
  .row .small-col-10 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
  }
  .row .small-col-10:last-child {
    margin-right: 0;
  }
  .row .small-col-11 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 91.4701957002%;
  }
  .row .small-col-11:last-child {
    margin-right: 0;
  }
  .row .small-col-12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .row .small-col-12:last-child {
    margin-right: 0;
  }
}

.table-row {
  width: 100%;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.table-row .col-1 {
  display: table-cell;
  width: 8.3333333333%;
}
@media screen and (max-width: 499px) {
  .table-row .col-1 {
    display: table-cell;
    width: 100%;
  }
}
.table-row .col-2 {
  display: table-cell;
  width: 16.6666666667%;
}
@media screen and (max-width: 499px) {
  .table-row .col-2 {
    display: table-cell;
    width: 100%;
  }
}
.table-row .col-3 {
  display: table-cell;
  width: 25%;
}
@media screen and (max-width: 499px) {
  .table-row .col-3 {
    display: table-cell;
    width: 100%;
  }
}
.table-row .col-4 {
  display: table-cell;
  width: 33.3333333333%;
}
@media screen and (max-width: 499px) {
  .table-row .col-4 {
    display: table-cell;
    width: 100%;
  }
}
.table-row .col-5 {
  display: table-cell;
  width: 41.6666666667%;
}
@media screen and (max-width: 499px) {
  .table-row .col-5 {
    display: table-cell;
    width: 100%;
  }
}
.table-row .col-6 {
  display: table-cell;
  width: 50%;
}
@media screen and (max-width: 499px) {
  .table-row .col-6 {
    display: table-cell;
    width: 100%;
  }
}
.table-row .col-7 {
  display: table-cell;
  width: 58.3333333333%;
}
@media screen and (max-width: 499px) {
  .table-row .col-7 {
    display: table-cell;
    width: 100%;
  }
}
.table-row .col-8 {
  display: table-cell;
  width: 66.6666666667%;
}
@media screen and (max-width: 499px) {
  .table-row .col-8 {
    display: table-cell;
    width: 100%;
  }
}
.table-row .col-9 {
  display: table-cell;
  width: 75%;
}
@media screen and (max-width: 499px) {
  .table-row .col-9 {
    display: table-cell;
    width: 100%;
  }
}
.table-row .col-10 {
  display: table-cell;
  width: 83.3333333333%;
}
@media screen and (max-width: 499px) {
  .table-row .col-10 {
    display: table-cell;
    width: 100%;
  }
}
.table-row .col-11 {
  display: table-cell;
  width: 91.6666666667%;
}
@media screen and (max-width: 499px) {
  .table-row .col-11 {
    display: table-cell;
    width: 100%;
  }
}
.table-row .col-12 {
  display: table-cell;
  width: 100%;
}
@media screen and (max-width: 499px) {
  .table-row .col-12 {
    display: table-cell;
    width: 100%;
  }
}
@media screen and (max-width: 499px) {
  .table-row .small-col-1 {
    display: table-cell;
    width: 8.3333333333%;
  }
  .table-row .small-col-2 {
    display: table-cell;
    width: 16.6666666667%;
  }
  .table-row .small-col-3 {
    display: table-cell;
    width: 25%;
  }
  .table-row .small-col-4 {
    display: table-cell;
    width: 33.3333333333%;
  }
  .table-row .small-col-5 {
    display: table-cell;
    width: 41.6666666667%;
  }
  .table-row .small-col-6 {
    display: table-cell;
    width: 50%;
  }
  .table-row .small-col-7 {
    display: table-cell;
    width: 58.3333333333%;
  }
  .table-row .small-col-8 {
    display: table-cell;
    width: 66.6666666667%;
  }
  .table-row .small-col-9 {
    display: table-cell;
    width: 75%;
  }
  .table-row .small-col-10 {
    display: table-cell;
    width: 83.3333333333%;
  }
  .table-row .small-col-11 {
    display: table-cell;
    width: 91.6666666667%;
  }
  .table-row .small-col-12 {
    display: table-cell;
    width: 100%;
  }
}
.table-row *[vertical="top"] {
  vertical-align: top;
}
.table-row *[vertical="center"],
.table-row *[vertical="middle"] {
  vertical-align: middle;
}
.table-row *[vertical="bottom"] {
  vertical-align: bottom;
}

.shift-1 {
  margin-left: 8.5298042998%;
}

.shift-2 {
  margin-left: 17.0596085997%;
}

.shift-3 {
  margin-left: 25.5894128995%;
}

.shift-4 {
  margin-left: 34.1192171993%;
}

.shift-5 {
  margin-left: 42.6490214991%;
}

.shift-6 {
  margin-left: 51.178825799%;
}

.shift-7 {
  margin-left: 59.7086300988%;
}

.shift-8 {
  margin-left: 68.2384343986%;
}

.shift-9 {
  margin-left: 76.7682386985%;
}

.shift-10 {
  margin-left: 85.2980429983%;
}

.shift-11 {
  margin-left: 93.8278472981%;
}

.shift-12 {
  margin-left: 102.357651598%;
}

/* -----------------------------------------
   Variables: Branding / Colors / Fonts
----------------------------------------- */
.base-font-stack {
  font-family: "EB Garamond", serif;
}

.book-font-stack {
  font-family: "Avenir LT W01_45 Book1475508", sans-serif;
}

/*
.headings-font-stack {
  font-family: "Avenir LT W01_85 Heavy1475544", sans-serif; }
*/

/* -----------------------------------------
   Variables: breakpoints
----------------------------------------- */
/* -----------------------------------------
   Mixins
----------------------------------------- */
.btn {
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-family: "Avenir LT W01_85 Heavy1475544";
  padding: 20px 35px;
  line-height: 1;
  margin-right: 8px;
  font-weight: 400;
  text-align: center;
  color: #662246;
  border: 2px solid #662246;
  background: white;
}
.btn:hover {
  background-color: #662246;
  color: #fff;
  opacity: 0.9;
}

.btn--dark {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-family: "Avenir LT W01_85 Heavy1475544";
  padding: 20px 35px;
  line-height: 1;
  margin-right: 8px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  border: 2px solid #662246;
  background-color: #662246;
}
.btn--dark:hover {
  color: #fff;
  opacity: 0.9;
}

.btn--pink {
  background-color: rgb(148, 80, 118);
  border: none;
  color: #fff;
}

p.btn {
  background: white;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1em;
  font-family: "EB Garamond", serif;
  padding: 0;
  line-height: 1.45;
  font-weight: normal;
  color: #000;
  border: none;
}
p.btn:hover {
  background-color: transparent;
  color: #000;
  opacity: 1;
}
p.btn a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-family: "Avenir LT W01_85 Heavy1475544";
  padding: 20px 35px;
  line-height: 1;
  margin-right: 8px;
  font-weight: 400;
  text-align: center;
  color: #662246;
  border: 2px solid #662246;
  background: white;
  display: inline-block;
}
p.btn a:hover {
  background-color: #662246;
  color: #fff;
  opacity: 0.9;
}

.ingress {
  font-size: 20px;
  margin-bottom: 15px;
}

/*
@mixin heading() {

}

@mixin base-text() {

}*/
/* -----------------------------------------
   General
----------------------------------------- */
* {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

img {
  display: inline-block;
  max-width: 100%;
  margin: 0px;
  height: auto;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 5px;
}

.container-waist {
  padding: 0 120px;
}

html {
  background-color: #250c19;
}

a:hover {
  color: #000;
}

.video-container iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 1024px) {
  .video-container iframe {
    height: 300px;
  }
}

@media all and (max-width: 1260px) {
  /*
  .container {
    padding: 0 20px; }
*/
}

@media screen and (max-width: 499px) {
  .container {
    padding: 0 15px;
  }
}

#error404-page {
  margin: 50px 0;
}

#main {
  margin-bottom: 8rem;
}

#main {
  padding-top: 112px;
}

@media screen and (max-width: 600px) {
  #main {
    padding-top: 100px;
  }
}

/* -----------------------------------------
   Typography
----------------------------------------- */
.size-13 {
  font-size: 13;
}

.size-14 {
  font-size: 14;
}

.size-16 {
  font-size: 22;
}

.size-30 {
  font-size: 30;
}

.size-35 {
  font-size: 35;
}

.size-40 {
  font-size: 40;
}

.size-60 {
  font-size: 60;
}

.preheading {
  font-family: "Avenir LT W01_45 Book1475508", sans-serif;
  color: #dadada;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  font-weight: 400;
}

.preheading-white-bg {
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  -webkit-opacity: 0.4;
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  font-weight: 400;
  line-height: 1.3;
}

body {
  font-family: "Avenir LT W01_45 Book1475508", serif;
  background-repeat: no-repeat;
}

p {
  margin: 0 0 1em;
  line-height: 1.45;
}
p a {
  font-weight: bold;
  color: #662246;
}
p a:hover {
  color: #40152c;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #662246;
  text-decoration: none;
}
a:focus {
  color: inherit;
}
a:active {
  color: inherit;
}

.page-part-heading {
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 25px;
}

.page-part-heading--left {
  text-align: left;
}

.max-900 {
  max-width: 900px;
}

/* -----------------------------------------
   Headers & Header types
----------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Avenir LT W01_85 Heavy1475544", sans-serif;
  color: #662246;
  text-rendering: optimizeLegibility;
  margin: 0;
  line-height: 1.1;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #662246;
  font-weight: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}

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

h2,
.h2 {
  font-size: 30px;
  margin-bottom: 8px;
}

h3,
.h3 {
  font-size: 25px;
  margin-bottom: 5px;
}

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

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

h6,
.h6 {
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 25px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 35px;
  }
  h2,
  .h2 {
    font-size: 22px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
  h4,
  .h4 {
    font-size: 17px;
  }
}

@media screen and (max-width: 499px) {
  h1,
  .h1 {
    font-size: 28px;
  }
  h2,
  .h2 {
    font-size: 20px;
  }
}

.slick-slider {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#main figure {
  margin: 0;
}

#main iframe {
  max-width: 100%;
}

/* -----------------------------------------
   Navigation
----------------------------------------- */
.banner {
display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: -o-linear-gradient(192.84deg, #662246 0.9%, #72284f 81.68%);
  background: linear-gradient(257.16deg, #662246 0.9%, #72284f 81.68%);
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .banner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}
.banner__link {
  display: block;
}
.banner__link:hover {
  opacity: 0.9;
}
.banner__image {
  width: 100%;
  height: 0;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .banner__image {
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: 392px;
  }
}
@media screen and (min-width: 1024px) {
  .banner__image {
    margin-top: 0;
  }
}
.banner__content {
  max-width: 700px;
  margin: 0 auto;
  padding: 40px;
}
@media screen and (min-width: 1024px) {
  .banner__content {
    margin-top: 0;
    padding: 40px;
  }
}
@media screen and (min-width: 87.5em) {
  .banner__content {
    padding: 0;
  }
}
.banner__header {
  color: #a0527b;
  font-family: "Avenir LT W01_85 Heavy1475544", sans-serif;
  line-height: 22px;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.banner__text {
  margin-bottom: 0;
  font-family: "Avenir LT W01_85 Heavy1475544";
  font-size: 20px;
}
@media screen and (min-width: 87.5em) {
  .banner__text {
    font-size: 24px;
  }
}

.breadcrumbs {
  font-family: "Avenir LT W01_45 Book1475508", sans-serif;
  color: #999;
}
@media (min-width: 1025px) {
  .breadcrumbs {
    margin-bottom: 2rem;
  }
}
.breadcrumbs a {
  color: #000;
}
.breadcrumbs a:hover {
  color: #999;
}
.breadcrumbs svg {
  display: inline-block;
  margin: 0 10px;
}

nav:not(.pagination--nav) {
  background-color: #662246;
  color: #fff;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.4);
}
nav:not(.pagination--nav) p {
  margin-top: 10px;
}
nav:not(.pagination--nav) #logo {
  background: #662246;
  float: left;
}
nav:not(.pagination--nav) #logo .brand {
  display: block;
  padding: 14px 0;
}
@media screen and (max-width: 1080px) {
  nav:not(.pagination--nav) #logo .brand {
    padding: 20px 0;
  }
}
nav:not(.pagination--nav) #logo img {
  display: block;
  max-width: 260px;
}
@media screen and (max-width: 1080px) {
  nav:not(.pagination--nav) #logo img {
    max-width: 200px;
  }
}
@media screen and (max-width: 499px) {
  nav:not(.pagination--nav) #logo img {
    max-width: 200px;
  }
}
nav:not(.pagination--nav) ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right;
}
nav:not(.pagination--nav) ul li {
  display: inline-block;
  float: left;
}
nav:not(.pagination--nav) ul li a {
  display: block;
  padding: 29px 27px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Avenir LT W01_85 Heavy1475544", sans-serif;
  font-size: 14px;
  letter-spacing: 1.5px;
}
nav:not(.pagination--nav) ul li a:hover {
  color: #fff;
  background-color: #71264e;
}
nav:not(.pagination--nav) ul .current-menu-item a,
nav:not(.pagination--nav) ul .current-menu-parent a {
  background-color: #71264e;
}
nav:not(.pagination--nav) ul li:last-child a {
  background: #fff;
  color: #662246;
}
nav:not(.pagination--nav) ul li:last-child a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
nav:not(.pagination--nav) .sub-menu {
  display: none;
}
nav:not(.pagination--nav) #mobile-toggle {
  position: absolute;
  right: 20px;
  top: 30px;
  cursor: pointer;
  padding: 0 0;
}
nav:not(.pagination--nav) #mobile-toggle .fa {
  font-size: 27px;
}
@media all and (max-width: 1260px) {
  nav:not(.pagination--nav) #mobile-toggle {
    display: block;
  }
}
@media all and (min-width: 1260px) {
  nav:not(.pagination--nav) #mobile-toggle {
    display: none;
  }
}

#menu-primary-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding-left: 3vw;
}

#menu-primary-navigation li:nth-child(6) {
  margin: 0 0 0 auto;
  position: relative;
}

#menu-primary-navigation li:nth-child(6) i {
  margin-bottom: 5px;
  margin-top:2px;
  margin-left: 6px;
}

/*
#menu-primary-navigation li:nth-child(6)::after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f2f6';
  font-weight: 300;
  position: absolute;
  right: -8px;
  top: 30%;
  display: block;
}
*/

#menu-primary-navigation li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 29px 1vw;
}

#subnav {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
#subnav ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}
#subnav ul li {
  display: inline-block;
  float: left;
}
#subnav ul li a {
  display: block;
  padding: 15px 20px;
  text-transform: uppercase;
  color: #000;
  font-family: "Avenir LT W01_45 Book1475508", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
  #subnav ul li a {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  #subnav ul li a {
    padding: 9px 30px 9px 0;
  }
}
@media screen and (max-width: 499px) {
  #subnav ul li a {
    padding: 7px 20px 7px 0;
  }
}
#subnav ul li.current-menu-item a,
#subnav ul li.current-menu-parent a,
#subnav ul li.current_page_item a {
  font-family: "Avenir LT W01_85 Heavy1475544", sans-serif;
  color: #662246;
}

.current_page_item a {
  font-weight: 700;
}

#navigation {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

@media all and (max-width: 1260px) {
  #navigation .nav-container {
    padding-right: 0;
  }
}

@media all and (max-width: 1260px) {
  /*
  #navigation {
    position: relative; }
*/
  #navigation .container {
    padding: 0 0;
  }
  /*
      #navigation .container #logo {
        margin-left: 20px; }
*/
  #navigation .container .nav {
    display: none;
    float: left;
    border-top: 1px solid #792853;
    width: 100%;
  }
  #navigation .container .nav li {
    height: 40px;
  }
  #navigation .container .nav li a {
    padding: 10px 20px;
  }
  #navigation ul.nav.active {
    display: block;
    padding: 10px 0 20px;
  }
  #navigation ul.nav.active li {
    width: 100%;
  }
}

.image-slider {
  height: 430px;
  position: relative;
  max-width: 1600px;
  overflow: hidden;
}
.image-slider .slick-list {
  height: 100%;
}
.image-slider .slick-list .slick-track {
  height: 100%;
}
.image-slider .container-dots {
  position: relative;
}
.image-slider .slick-dots {
  text-align: left;
  bottom: 20px;
  opacity: 0.5;
}
.image-slider .slick-dots .slick-active {
  background: transparent;
}
.image-slider .slick-dots .slick-active button {
  background: #fff;
  border-radius: 50%;
}
.image-slider .slick-dots li:first-child {
  margin-left: 0;
}
.image-slider .slick-dots li.slick-active button::before {
  display: none !important;
}
.image-slider .slick-dots button {
  width: 17px;
  height: 17px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.image-slider .slick-dots button::before {
  content: "";
}
.image-slider .slide {
  background: #555;
  color: #fff;
  max-width: 1600px;
  height: 100%;
  min-height: 430px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.image-slider .slide .slider-overlay {
  background: #000;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.image-slider .slide .slider-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.image-slider .slide img {
  width: 100%;
  height: auto;
}
.image-slider .slide .text-container {
  z-index: 3;
  position: relative;
  width: 100%;
  float: left;
  padding: 100px 0px;
  color: #fff;
}
.image-slider .slide .text-container h1 {
  font-size: 50px;
  color: #fff;
  margin-bottom: 10px;
}
.image-slider .slide .text-container button {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-family: "Avenir LT W01_85 Heavy1475544";
  padding: 20px 35px;
  line-height: 1;
  margin-right: 8px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  border: 2px solid #662246;
  background-color: #662246;
}
.image-slider .slide .text-container button:hover {
  color: #fff;
  opacity: 0.9;
}
@media screen and (max-width: 1024px) {
  .image-slider {
    height: 350px;
  }
  .image-slider .slide .text-container {
    padding: 50px 0px;
  }
  .image-slider .slide .text-container .preheading {
    font-size: 15px;
  }
  .image-slider .slide .text-container h1 {
    font-size: 45px;
    margin-bottom: 8px;
  }
  .image-slider .slide .text-container .ingress {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .image-slider {
    height: 340px;
  }
  .image-slider .slide .text-container {
    padding: 50px 0px;
  }
  .image-slider .slide .text-container .preheading {
    font-size: 15px;
  }
  .image-slider .slide .text-container h1 {
    font-size: 35px;
    margin-bottom: 5px;
  }
  .image-slider .slide .text-container .ingress {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 499px) {
  .image-slider {
    height: 315px;
  }
  .image-slider .slick-dots {
    display: none !important;
  }
  .image-slider .slide {
    min-height: 30px;
  }
  .image-slider .slide .text-container {
    padding: 30px 0px;
  }
  .image-slider .slide .text-container .preheading {
    font-size: 15px;
  }
  .image-slider .slide .text-container h1 {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .image-slider .slide .text-container .ingress {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

#frontpage #courses {
  background: #f2f2f2;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0 0 70px 0;
  padding-top: 50px;
}
@media screen and (max-width: 499px) {
  #frontpage #courses {
    margin: 0 0 30px 0;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  #frontpage #courses {
    margin: 0 0 30px 0;
  }
}
#frontpage #courses .course {
  margin-bottom: 20px;
}

#all-courses #courses {
  margin: 20px 0 0;
}
#all-courses #courses .course-group {
  margin-bottom: 60px;
}
#all-courses #courses .course-group .preheading-white-bg {
  margin-bottom: 3px;
}
#all-courses #courses .course-group > .preheading-white-bg {
  text-align: center;
  margin: -10px 0 36px;
}
#all-courses #courses .course {
  margin-bottom: 40px;
}

#courses {
  margin: 40px 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 499px) {
  #courses {
    padding: 25px 0 0px 0;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  #courses {
    padding: 25px 0 0px 0;
  }
}
#courses .course {
  margin-bottom: 100px;
}
#courses .course--img {
  background-repeat: no-repeat;
  background-size: contain;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 35.15625%;
  width: 380px;
}
#courses .course__header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
#courses .course__logo {
  margin-right: 1rem;
  width: 0;
  height: 0;
  padding-bottom: 42px;
  padding-left: 42px;
  background-size: cover;
}
#courses .course__place {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 2px;
  color: #999999;
}
#courses .course__place a:hover {
  color: #999999;
}
#courses .course img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
#courses .course h3 {
  margin-bottom: 9px;
}
#courses .course p {
  font-size: 16px;
}
#courses .course button {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-family: "Avenir LT W01_85 Heavy1475544";
  padding: 20px 35px;
  line-height: 1;
  margin-right: 8px;
  font-weight: 400;
  text-align: center;
  color: #662246;
  border: 2px solid #662246;
  background: white;
  margin-top: 20px;
}
#courses .course button:hover {
  background-color: #662246;
  color: #fff;
  opacity: 0.9;
}
@media screen and (max-width: 1024px) {
  #courses .course .preheading-white-bg {
    font-size: 12px;
  }
  #courses .course h3 {
    font-size: 20px;
  }
  #courses .course p {
    font-size: 15px;
  }
}
@media screen and (max-width: 499px) {
  #courses .course .preheading-white-bg {
    font-size: 12px;
  }
  #courses .course h3 {
    font-size: 20px;
  }
  #courses .course p {
    font-size: 14px;
  }
  #courses .course button {
    margin-top: 5px;
  }
}

#course-item .single-course-item {
  margin: 0 0 40px 0;
}

.single-course-item {
  margin: 40px 0;
}
.single-course-item h4 {
  margin-top: 0 !important;
}
.single-course-item .preheading-white-bg {
  margin-top: 0;
}
.single-course-item__course-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 499px) {
  .single-course-item__course-header {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 1rem;
  }
}
.single-course-item__course-logo {
  margin-right: 1rem;
  background-size: cover;
  width: 25px;
  height: 25px;
  float: left;
}
@media screen and (min-width: 768px) {
  .single-course-item__course-logo {
    padding-left: 62px;
    height: 0;
    padding-bottom: 62px;
  }
}
/*
    @media screen and (max-width: 499px) {
      .single-course-item__course-logo {
        margin: 0 auto 1rem; } }
*/
@media screen and (max-width: 499px) {
  .single-course-item__course-title {
    text-align: center;
  }
}
@media screen and (max-width: 499px) {
  .single-course-item {
    margin: 30px 0;
  }
}
.single-course-item h4 {
  margin-top: 60px;
}
@media screen and (max-width: 499px) {
  .single-course-item h4 {
    margin-top: 20px;
  }
}
.single-course-item .text-container {
  padding: 0 170px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .single-course-item .text-container {
    padding: 0 100px;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .single-course-item .text-container {
    padding: 0 0;
  }
}
@media screen and (max-width: 499px) {
  .single-course-item .text-container {
    padding: 0 0;
  }
  .single-course-item .text-container h1 {
    font-size: 165%;
  }
  .single-course-item img {
    display: block;
    max-width: 100%;
  }
}

.single-course .btn a {
  margin-right: 0.5rem;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 50%;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
  margin-left: -8px;
}

.dropdown-menu:after {
  position: absolute;
  top: -5px;
  left: 50%;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: "";
  margin-left: -7px;
}

.dropdown-toggle:active,
.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: #693250;
  color: #fff;
  opacity: 0.9;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  /*   left: -50%; */
  z-index: 10;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 18px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 5px 0px;
  overflow: hidden;
  background-color: #cccccc;
}
.dropdown-menu > li > a {
  font-family: "Avenir LT W01_85 Heavy1475544", sans-serif;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.3;
  color: #662246;
  font-size: 14px;
  white-space: nowrap;
}
.dropdown-menu > li .children li a {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .dropdown-menu {
    left: 0;
  }
}

.dropdown-menu > li > a {
  font-weight: bold;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #1a0912;
  background-color: #fff;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #662246;
  text-decoration: none;
  outline: 0;
  background-color: #662246;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #666;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 5px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media screen and (max-width: 960px) {
  .dropdown-menu {
    width: 100%;
    margin-top: 10px !important;
  }
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* -----------------------------------------
   Dropdown card
----------------------------------------- */
.dropdown-card {
  border-radius: 6px;
  position: relative;
  font-family: "Avenir LT W01_85 Heavy1475544", sans-serif;
  line-height: 0.9;
  padding: 28px 25px;
  border: 1px solid #999;
  background: #fff;
}
.dropdown-card a {
  position: relative;
  display: block;
  padding-right: 75px;
}
.dropdown-card a:hover,
.dropdown-card a:focus {
  color: #662246;
}
.dropdown-card a .high-light {
  color: #662246;
}
.dropdown-card .arrow-button {
  position: absolute;
  width: 75px;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 20px;
  cursor: pointer;
  border-left: 1px solid #999;
  z-index: 2;
}
.dropdown-card .arrow-button i {
  position: absolute;
  color: #662246;
  top: 50%;
  margin-top: -10px;
  right: 50%;
  margin-right: -10px;
}
.dropdown-card .dropdown-menu {
  width: 98%;
  margin-top: 0 !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-left: 1%;
  margin-right: 1%;
}
.dropdown-card .dropdown-menu:before,
.dropdown-card .dropdown-menu:after {
  display: none;
}
.dropdown-card .dropdown-menu > li {
  padding: 15px 25px;
  border-bottom: 1px solid #999;
}
.dropdown-card .dropdown-menu > li:last-child {
  border: none;
}
.dropdown-card .dropdown-menu > li > a {
  white-space: normal;
  line-height: 1.1;
  color: inherit;
  padding: 0;
}
.dropdown-card .dropdown-menu > li > a:hover,
.dropdown-card .dropdown-menu > li > a:focus {
  color: #662246;
}
.dropdown-card .dropdown-menu > li > a:hover .high-light,
.dropdown-card .dropdown-menu > li > a:focus .high-light {
  color: inherit;
}
@media screen and (max-width: 960px) {
  .dropdown-card .arrow-button {
    width: 50px;
  }
  .dropdown-card a,
  .dropdown-card .dropdown-menu > li > a {
    line-height: 0.9;
  }
  .filter-bar .sites {
    margin-left: 0px !important;
    float: right !important;
  }
}

@media screen and (max-width: 550px) {
  .dropdown-card {
    padding: 18px 20px;
  }
}

.filter-bar {
  width: 100%;
  padding: 30px 0;
  background-color: #fff;
  z-index: 20;
}
.filter-bar .container {
  margin: 0px;
}
.filter-bar .label {
  color: #999999;

  display: inline-block;
  font-family: "Avenir LT W01_85 Heavy1475544", sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin: 0 20px 0 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.filter-bar .btn {
  border-radius: 40px;
  border: 1px solid #cccccc;
  color: inherit;
  display: inline-block;
  font-family: "Avenir LT W01_45 Book1475508", sans-serif;
  letter-spacing: normal;
  padding: 10px 20px;
  text-transform: none;
}
.filter-bar .btn:active,
.filter-bar .btn:hover,
.filter-bar .btn:focus,
.filter-bar .btn.current-term {
  background-color: #662246;
  border-color: #662246;
  color: #fff;
  opacity: 1;
}
@media screen and (min-width: 767px) {
  .filter-bar .types {
    display: inline-block;
    float: left;
  }
}
.filter-bar .sites {
  display: inline-block;
  float: left;
  margin-left: 3rem;
}
.filter-bar .sites .dropdown-menu > li.current-term > a {
  color: #1a0912;
}
.filter-bar .fa {
  font-size: 10px;
}
@media screen and (max-width: 550px) {
  .filter-bar .btn {
    display: block;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .filter-bar .sites {
    margin-left: 0;
    display: block;
    float: left !important;
    width: 100%;

    text-align: center;
  }
  .filter-bar .sites .dropdown-toggle {
    display: inline-block;
  }

  .filter-bar .btn {
    display: block !important;
    margin-bottom: 10px;
    width: 100%;
  }
}
.container--filter-bar {
  width: 100%;
}

body .gform_wrapper {
  font-family: "Avenir LT W01_85 Heavy1475544", sans-serif;
}
body .gform_wrapper .gform_heading .gform_title {
  font-size: 40px;
}
@media screen and (max-width: 1024px) {
  body .gform_wrapper .gform_heading .gform_title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  body .gform_wrapper .gform_heading .gform_title {
    font-size: 25px;
  }
}
@media screen and (max-width: 499px) {
  body .gform_wrapper .gform_heading .gform_title {
    font-size: 20px;
  }
}
body .gform_wrapper .gform_body ul li label {
  font-family: "Avenir LT W01_85 Heavy1475544", sans-serif;
}
body .gform_wrapper .gform_body ul li input {
  width: 100%;
}
body .gform_wrapper .gform_body ul li .ginput_container select {
  border-color: white white white;
  border: 1px solid #9d9d9d;
  background-color: #fff;
  height: 30px;
  font-size: 15px;
}

body .gform_wrapper .gform_body .top_label input.medium,
body .gform_wrapper .gform_body .top_label input.small,
body .gform_wrapper .gform_body .top_label input.large {
  width: 100%;
}
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_footer .gform_button,
body .gform_wrapper .gform_footer input.button {
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-family: "Avenir LT W01_85 Heavy1475544";
  padding: 20px 35px;
  line-height: 1;
  margin-right: 8px;
  font-weight: 400;
  text-align: center;
  color: #662246;
  border: 2px solid #662246;
  background: white;
  font-size: 13px;
}
body .gform_wrapper .gform_footer input[type="submit"]:hover,
body .gform_wrapper .gform_footer .gform_button:hover,
body .gform_wrapper .gform_footer input.button:hover {
  background-color: #662246;
  color: #fff;
  opacity: 0.9;
}

body .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
  font-size: 13px;
}

body .gform_wrapper .gform_body ul li input.ginput_product_price {
  width: inherit;
}

@media (max-width: 1500px) {
  .gfield_checkbox li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 778px) {
  .gfield_checkbox li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media screen and (max-width: 499px) {
  body .gform_wrapper .top_label li.gfield.gf_left_half,
  body .gform_wrapper .top_label li.gfield.gf_right_half {
    float: none;
    width: 100%;
  }
}

body .gform_wrapper .top_label li.gfield.gf_left_half input.medium,
body .gform_wrapper .top_label li.gfield.gf_right_half input.medium {
  width: 100%;
}

body .gform_wrapper .top_label textarea.textarea {
  width: 100%;
}

#main .gform_wrapper textarea,
#main .gform_wrapper input[type="text"],
#main .gform_wrapper input[type="url"],
#main .gform_wrapper input[type="email"],
#main .gform_wrapper input[type="tel"],
#main .gform_wrapper input[type="number"],
#main .gform_wrapper input[type="password"] {
  font-size: 17px;
  padding-right: 8px;
  padding-left: 8px;
}

.gform_wrapper .checkboxes-horizontal ul.gfield_checkbox li {
  display: inline-block;
  margin-right: 0.5rem;
}

body .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-bottom: 30px !important;
}

/**
 * Define variables if they don't exist.
 * Don't overwrite if they do.
 */
.hero {
  padding: 40px 0;
}
/*
  @media screen and (min-width: 1025px) {
    .hero {
      padding: 100px 0 80px; } }
*/
.hero h1 {
  color: #662246;
  font-size: 55px;
  font-family: "Avenir LT W01_45 Book1475508";
  font-weight: 500;
  line-height: 1;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .hero h1 {
    font-size: 80px;
  }
}
.hero__image {
  padding-bottom: 40px;
  padding-top: 48vw;
  background-size: 60vw;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (min-width: 1024px) {
  .hero__image {
    padding-top: 25vw;
    background-size: 42vw;
    background-repeat: no-repeat;
    background-position: 112% 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1025px) {
  .hero__image {
    padding-top: 30px;
    /*         padding-bottom: 150px; */
  }
}
.hero__preheader {
  font-family: "Avenir LT W01_85 Heavy1475544";
  text-transform: uppercase;
  color: #999;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.hero__container {
  max-width: 1100px;
  margin: 0 auto;
}
.hero__content {
  max-width: 650px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .hero__content {
    margin: 0 auto 0 20px;
    padding: 0;
    text-align: left;
  }
}
.hero__text {
  font-family: "Avenir LT W01_45 Book1475508", sans-serif;
  font-size: 25px;
  color: #9d9d9d;
}
.hero__text p {
  margin-bottom: 40px;
}
.hero__buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .hero__buttons {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    max-width: 820px;
    margin-right: 0;
    margin-left: 0;
  }
}
.hero__cta-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .hero__cta-row {
    max-width: none;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .hero__cta-row:last-child .btn {
    width: 100%;
  }
}
.hero .btn {
  margin: 10px 20px;
}
@media screen and (min-width: 1025px) {
  .hero .btn {
    margin: 10px;
  }
}

#intro {
  position: relative;
  max-width: 100%;
  background-size: cover;
  background-position: center;
}
#intro .text-container {
  position: relative;
  width: 100%;
  color: #fff;
  z-index: 3;
  top: 0;
  bottom: 0;
  max-height: 50%;
  margin: auto;
  padding: 70px 0 80px;
}
@media screen and (max-width: 499px) {
  #intro .text-container {
    height: 80%;
  }
}
#intro .text-container h1 {
  color: #fff;
  font-size: 50px;
}
@media screen and (max-width: 1024px) {
  #intro .text-container h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  #intro .text-container h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 499px) {
  #intro .text-container h1 {
    font-size: 30px;
  }
}
#intro .text-container p {
  font-size: 20px;
}
@media screen and (max-width: 499px) {
  #intro .text-container p {
    font-size: 18px;
  }
}
@media screen and (max-width: 499px) {
  #intro .text-container {
    padding: 30px 0 30px;
  }
}
#intro .intro-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  z-index: 2;
}
#intro img {
  float: right;
  z-index: 1;
}
#intro.no-image {
  min-height: initial;
}
#intro.no-image .text-container {
  position: relative;
  color: #000;
  padding: 70px 0 40px;
}
@media screen and (max-width: 1024px) {
  #intro.no-image .text-container {
    padding: 40px 0 40px;
  }
}
#intro.no-image .text-container h1 {
  color: #000;
}
#intro.no-image .text-container p {
  color: #000;
}

#intro.no-image + .container .tabs {
  border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
  .slide__container .container {
    padding: 0 68px;
  }
}

#news {
  margin-bottom: 80px;
}

#front-courses .post-slider .slick-slide > div {
  margin: 0px;
  min-height: 300px;
}
@media screen and (max-width: 499px) {
  #news {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  #news {
    margin-bottom: 20px;
  }
}
#news .page-part-heading {
  margin-bottom: 10px;
}
@media screen and (max-width: 499px) {
  #news .news-item {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  #news .news-item {
    margin-bottom: 20px;
  }
}

.news-item h2 {
  word-break: break-word;
}

@media (min-width: 767px) {
  .news-item {
    -ms-flex-preferred-size: calc((100% - 25px) / 2);
    flex-basis: calc((100% - 25px) / 2);
  }
  .news-item {
    margin-right: 25px;
  }

  .news-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .news-item {
    -ms-flex-preferred-size: calc((100% - 50px) / 3);
    flex-basis: calc((100% - 50px) / 3);
  }

  .news-item:nth-child(2n) {
    margin-right: 25px;
  }
  .news-item:nth-child(3n) {
    margin-right: 0;
  }
}

.row--news .card {

  -ms-flex-preferred-size: calc((100% - 56px) / 3);  flex-basis: calc((100% - 56px) / 3);
}
#news .news-item .img-container {
  float: left;
  width: 30%;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #news .news-item .img-container {
    margin-bottom: 10px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 499px) {
  #news .news-item .img-container {
    width: 25%;
    margin-right: 10px;
  }
}
#news .news-item .img-container img {
  width: 100%;
}
@media screen and (max-width: 499px) {
  #news .news-item .img-container img {
    padding-right: 0;
  }
}
#news .news-item .text-container {
  overflow: hidden;
  width: auto;
  float: none;
}
@media screen and (max-width: 767px) {
  #news .news-item .text-container h3 {
    font-size: 98%;
  }
  #news .news-item .text-container p {
    font-size: 94%;
  }
  #news .news-item .text-container .preheading-white-bg {
    font-size: 75%;
  }
}

.row--news,
row--news .news-item,
.news-item > a,
.row--news article,
.row--news > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row--news::after {
  content: none;
}

.news-item {
  max-width: 600px;
}

.news-item p {
  margin-bottom: 26px;
}

.news-item > a {
  height: 100%;
}

.row--news article button {
  margin-top: auto;
}

.row--news {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .row--news {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.row--news article {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 499px) {
  #all-news {
    margin-top: 30px;
  }
}

#all-news article {
  margin-bottom: 50px;
}
#all-news article img {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #all-news article p {
    font-size: 90%;
  }
  #all-news article h1 {
    font-size: 40px;
  }
  #all-news article h4 {
    font-size: 75%;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  #all-news article p {
    font-size: 90%;
  }
  #all-news article h1 {
    font-size: 35px;
  }
  #all-news article h4 {
    font-size: 75%;
  }
}
@media screen and (max-width: 499px) {
  #all-news article h1 {
    font-size: 30px;
  }
  #all-news article h4 {
    font-size: 75%;
  }
}

#news-item .single-news-item {
  margin: 0px 0 40px 0;
}

.news-item button {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-family: "Avenir LT W01_85 Heavy1475544";
  padding: 20px 35px;
  line-height: 1;
  margin-right: 8px;
  font-weight: 400;
  text-align: center;
  color: #662246;
  border: 2px solid #662246;
  background: white;
}
.news-item button:hover {
  background-color: #662246;
  color: #fff;
  opacity: 0.9;
}

.single-news-item {
  margin: 40px 0;
}
.single-news-item .text-container h1 {
  margin-bottom: 15px;
}
@media screen and (max-width: 499px) {
  .single-news-item {
    margin: 30px 0;
  }
}
.single-news-item h4 {
  margin-top: 60px;
}
@media screen and (max-width: 499px) {
  .single-news-item h4 {
    margin-top: 20px;
  }
}
.single-news-item .text-container {
  padding: 0 170px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .single-news-item .text-container {
    padding: 0 100px;
  }
  .single-news-item .text-container h1 {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .single-news-item .text-container {
    padding: 0 0;
  }
  .single-news-item .text-container h1 {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 499px) {
  .single-news-item .text-container {
    padding: 0 0;
  }
  .single-news-item .text-container h1 {
    font-size: 200%;
  }
  .single-news-item img {
    display: block;
    width: 100%;
  }
}

.blocks {
  margin-top: 50px;
}
@media screen and (max-width: 499px) {
  .blocks {
    margin-top: 0;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .blocks {
    margin-top: 0;
  }
}
.block:last-child {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .block:last-child {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 499px) {
  .block:last-child {
    margin-bottom: 20px;
  }
}
.block {
  margin-bottom: 50px;
}
@media screen and (max-width: 499px) {
  .block {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .block {
    margin-bottom: 25px;
  }
}
.block .link-block {
  text-align: center;
  margin: auto;
}
.block .link-block .content-container {
  max-width: 800px;
  margin: auto;
}
.block .link-block .content-container h2 {
  font-size: 50px;
}
@media screen and (max-width: 1024px) {
  .block .link-block .content-container h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .block .link-block .content-container h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 499px) {
  .block .link-block .content-container h2 {
    font-size: 25px;
  }
}
.block .link-block .content-container p {
  font-size: 20px;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 499px) {
  .blocks .block .link-block .content-container p {
    font-size: 16px;
  }
}
.block .content-container {
  text-align: left;
}
.block .content-container button {
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-family: "Avenir LT W01_85 Heavy1475544";
  padding: 20px 35px;
  line-height: 1;
  margin-right: 8px;
  font-weight: 400;
  text-align: center;
  color: #662246;
  border: 2px solid #662246;
  background: white;
}
.block .content-container button:hover {
  background-color: #662246;
  color: #fff;
  opacity: 0.9;
}
.block .content-container .preheading {
  color: #333333;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  font-size: 18px;
}
@media screen and (max-width: 499px) {
  .block .content-container .preheading {
    font-size: 77%;
    margin-top: 15px;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .block .content-container .preheading {
    margin-top: 15px;
  }
}
.block .content-container h1 {
  font-size: 49.21px;
}
@media screen and (max-width: 499px) {
  .block .content-container h1 {
    font-size: 150%;
  }
}
.block .content-container p {
  font-size: 18px;
}
.block .content-container .size-13 {
  font-size: 13;
}
.block .content-container .size-14 {
  font-size: 14;
}
.block .content-container .size-16 {
  font-size: 22;
}
.block .content-container .size-30 {
  font-size: 30;
}
.block .content-container .size-35 {
  font-size: 35;
}
.block .content-container .size-40 {
  font-size: 40;
}
.block .content-container .size-60 {
  font-size: 60;
}
.block .content-container .video-container {
  margin-bottom: 30px;
}
.block .content-container .video-container .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.block .content-container .video-container .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact .container {
  padding-top: 70px;
}

.contact-intro--sites {
  border-bottom: 2px solid #ddd;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4rem 0;
}

.contact-intro--site {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .contact-intro--site {
    width: 100%;
  }
}

.contact .text-container {
  text-align: center;
}
.contact .text-container .label {
  font-weight: bold;
  margin-bottom: 5px;
}

.acf-map {
  max-width: 400px;
  height: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .acf-map {
    height: 350;
  }
}
@media screen and (max-width: 499px) {
  .acf-map {
    height: 230;
    margin: 0 0 20px 0;
  }
}
.acf-map img {
  max-width: none;
}

@media screen and (min-width: 500px) and (max-width: 767px) {
  .row .col-4,
  .row .col-6 {
    width: 100%;
  }
}

@media screen and (min-width: 500px) and (max-width: 767px) {
  .column {
    margin-bottom: 20px;
  }
  .column img {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 499px) {
  .column {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .column p {
    font-size: 90%;
  }
  .column h1,
  .column h2,
  .column h3,
  .column h4,
  .column .gform_wrapper .gform_heading .gform_title {
    font-size: 160%;
  }
}

@media screen and (min-width: 500px) and (max-width: 767px) {
  #contact-intro .gform_wrapper .top_label li.gfield.gf_left_half,
  #contact-intro .gform_wrapper .top_label li.gfield.gf_right_half {
    float: none;
    width: 100%;
  }
  #contact-intro .gform_wrapper .top_label li.gfield.gf_left_half input.medium,
  #contact-intro .gform_wrapper .top_label li.gfield.gf_right_half input.medium {
    width: 100%;
  }
  #contact-intro .gform_wrapper .top_label textarea.textarea {
    width: 100%;
  }
}

#course-filter-bar--employees {
  padding-bottom: 80px;
}

.filter-bar--employees {
  padding: 50px 0;
}

.card-employees {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
  font-family: "Avenir LT W01_45 Book1475508";
  font-weight: 600;
  color: #662246;
}

@media (max-width: 559px) {
  .card-employees {
    margin: 0 auto;
    max-width: 300px;
  }
}

.card-employees__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 32px 14px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-employees__content i {
  color: rgb(148, 80, 118);
  margin-right: 12px;
}

.card-employees__content p {
  margin-bottom: 0;
}

.card-employees__content a {
  display: block;
  color: #662246;
}

.card-employees__title {
  font-size: 24px;
}

p.card-employees__position {
  font-size: 12px;
  margin-bottom: 22px;
  color: rgb(148, 80, 118);
}

.card-employees__contact-bottom {
  margin-top: auto;
  font-size: 16px;
  word-break: break-all;
  overflow-wrap: anywhere;
}

.card-employees__email {
  margin-bottom: 8px;
}

.card-employees__img img {
  width: 100%;
}

@media (min-width: 560px) {
  .employees {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-template-template-contact .employees {
    min-height: 600px;
  }
  .card-employees,
  .card-employees:nth-child(2n),
  .card-employees:nth-child(3n),
  .card-employees:nth-child(4n) {
    margin-right: 20px;
  }
}

@media (min-width: 560px) and (max-width: 899px) {
  .card-employees:nth-child(2n) {
    margin-right: 0;
  }
  .card-employees {
    -ms-flex-preferred-size: calc((100% - 20px) / 2);
    flex-basis: calc((100% - 20px) / 2);
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .card-employees:nth-child(3n) {
    margin-right: 0;
  }
  .card-employees {
    -ms-flex-preferred-size: calc((100% - 40px) / 3);
    flex-basis: calc((100% - 40px) / 3);
  }
}

@media (min-width: 1200px) {
  .card-employees:nth-child(4n) {
    margin-right: 0;
  }
  .card-employees {
    -ms-flex-preferred-size: calc((100% - 60px) / 4);
    flex-basis: calc((100% - 60px) / 4);
  }
}

.loading {
  display: none;
}

/*
.card-employees:nth-child(3n) {
    margin-right: 0;
}
*/

.application {
}
.application .gform_wrapper {
  position: relative;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 499px) {
  .application {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .application {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .application .container-waist {
    padding: 0 100px;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .application .container-waist {
    padding: 0 0;
  }
}
@media screen and (max-width: 499px) {
  .application .container-waist {
    padding: 0 0;
  }
  .application .container-waist .gform_wrapper .top_label li.gfield.gf_left_half,
  .application .container-waist .gform_wrapper .top_label li.gfield.gf_right_half {
    float: none;
    width: 100%;
  }
  .application .container-waist .gform_wrapper .top_label li.gfield.gf_left_half input.medium,
  .application .container-waist .gform_wrapper .top_label li.gfield.gf_right_half input.medium {
    width: 100%;
  }
  .application .container-waist .gform_wrapper .top_label textarea.textarea {
    width: 100%;
  }
}

.page-template-template-apply .container.container--apply-boxes {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

.application__box {
  padding: 40px 40px;
}

.application__box .block:last-child {
  margin-bottom: 0;
}

.application__box--2 .gform_description {
  font-family: "Avenir LT W01_45 Book1475508", serif;
}

.application__box--2 .gform_wrapper .gform_footer input[type="submit"]:hover {
  border: 2px solid #fff;
}

.application__box--1 {
  border: 2px solid #662246;
  border-radius: 20px;
  margin-bottom: 50px;
}

.application__box--2 {
  background: #662246;
  border-radius: 20px;
}
.application__box--2 h3,
.application__box--2 span,
.application__box--2 .gform_legacy_markup_wrapper ul.gform_fields,
.application__box--2 .gform_legacy_markup_wrapper input.ginput_product_price {
  color: #fff;
}

.application__box--2 .gfield_select {
  color: #000;
}

.application__box--2 .gform_legacy_markup_wrapper .top_label select.medium {
  width: 100%;
  height: 48px;
}

.pagination--nav {
  text-align: center;
}
.pagination--nav .page-numbers {
  display: inline-block;
  line-height: 0.5;
  padding: 1rem;
}
.pagination--nav .current {
  background: #662246;
  border-radius: 50%;
  color: #fff;
}

.quote-block {
  max-width: 960px;
}
.quote-block.col-12 {
  margin: 0 auto;
  float: none;
}
.quote-block.col-12:last-child {
  margin-right: auto;
}
.quote-block__preheading,
.quote-block__quote {
  text-align: center;
}
.quote-block__preheading {
  margin-bottom: 10px;
}
.quote-block__quote {
  border: 0;
  font-family: "EB Garamond", serif;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 auto 40px;
  padding: 0;
  max-width: 800px;
}
@media screen and (min-width: 768px) {
  .quote-block__quote {
    font-size: 40px;
  }
}
.quote-block__quote a {
  color: #662246;
}
.quote-block__quote a:hover {
  opacity: 0.6;
}
.quote-block__quote-text {
  position: relative;
  z-index: 9;
  color: #662246;
}
.quote-block__quote-text::after,
.quote-block__quote-text::before {
  position: absolute;
  content: " ";
  display: block;
  width: 62px;
  height: 42px;
  z-index: -2;
  background: no-repeat url("/wp-content/themes/stella/assets/images/quote.svg");
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .quote-block__quote-text::after,
  .quote-block__quote-text::before {
    width: 83px;
    height: 56px;
  }
}
.quote-block__quote-text::before {
  top: -10px;
  left: -60px;
}
@media screen and (min-width: 768px) {
  .quote-block__quote-text::before {
    left: -80px;
  }
}
.quote-block__quote-text::after {
  right: -60px;
  bottom: -30px;
}
@media screen and (min-width: 768px) {
  .quote-block__quote-text::after {
    right: -150px;
    bottom: -40px;
  }
}
.quote-block__person {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.quote-block__person-image {
  width: 119px;
  height: 144px;
  border: 15px solid #f9f9f9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px;
}
.quote-block__person-text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .quote-block__person-text {
    margin-left: 30px;
  }
}
.quote-block__person-name {
  font-family: "Avenir LT W01_85 Heavy1475544";
}

.blocks .block .quote-block p {
  font-size: 24px;
}

.quote-block-small__container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .quote-block-small__container {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.quote-block-small__preheading {
  color: #000;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 22px;
  letter-spacing: 2px;
  -webkit-opacity: 0.4;
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .quote-block-small__preheading,
  .quote-block-small__quote,
  .quote-block-small__person-name {
    text-align: center;
  }
}

.quote-block-small__quote {
  border: 0;
  font-family: "EB Garamond", serif;
  font-size: 24px;
  color: #662246;
  line-height: 1.2;
  margin: 0 auto 40px;
  padding: 0;
}
.quote-block-small__quote a {
  color: #662246;
}
.quote-block-small__quote a:hover {
  opacity: 0.6;
}

.quote-block-small__column-left {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.quote-block-small__column-right {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  padding-left: 2rem;
}
@media screen and (max-width: 1024px) {
  .quote-block-small__column-right {
    padding-left: 0;
  }
}

.quote-block-small__person-image {
  width: 212px;
  height: 290px;
  border: 15px solid #f9f9f9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .quote-block-small__person-image {
    margin-bottom: 1rem;
  }
}

.quote-block-small__person-name {
  font-family: "Avenir LT W01_85 Heavy1475544";
  font-size: 18px !important;
  font-weight: 800;
}

.video-block {
  margin-bottom: 40px;
}
.video-block__preheading {
  text-align: center;
  margin-bottom: 25px;
}
.video-block__videos {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.video-block__footer {
  text-align: center;
  padding-top: 40px;
}
.video-block__video-item {
  width: 300px;
  height: 300px;
  position: relative;
}
@media screen and (max-width: 499px) {
  .video-block__video-item {
    width: 100vw;
  }
}
.video-block__video {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 1025px) {
  .video-block__video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
    -webkit-box-shadow: 0px -2px 46px rgba(102, 34, 70, 0.5);
    box-shadow: 0px -2px 46px rgba(102, 34, 70, 0.5);
    z-index: 0;
  }
  .video-block__video:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #662246;
    display: block;
    opacity: 0.5;
    -webkit-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }
  .video-block__video:hover {
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  .video-block__video:hover:before,
  .video-block__video:hover .video-block__course-link {
    opacity: 1;
  }
  .video-block__video:hover:after {
    opacity: 0;
  }
}
.video-block__course-title {
  z-index: 2;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  text-align: right;
  text-shadow: 1px 0 10px rgba(51, 51, 51, 0.6);
}
.video-block__play-btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}
.video-block__play-btn i {
  color: #fff;
  font-size: 48px;
  -ms-transform: scaleX(0.5);
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  margin-left: 4px;
  -webkit-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
.video-block__play-btn:hover i {
  color: #662246;
}
.video-block__course-link {
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  -webkit-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
.video-block__course-link i {
  margin: 0 -4px 0 6px;
  font-size: 11px;
}
@media screen and (min-width: 1025px) {
  .video-block__course-link {
    opacity: 0;
  }
  .video-block__course-link:hover {
    opacity: 1;
  }
}

/*-------------------
    Education block
    ----------------*/

.courses-block {
  padding-top: 80px;
  margin-bottom: 80px;
  background-color: #fbf8f9;
}

.row--courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .row--courses {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#front-courses {
  margin-bottom: 80px;
}
.card:hover {
  -webkit-box-shadow: 0px 2px 24px rgba(0, 40, 51, 0.15);
  box-shadow: 0px 2px 24px rgba(0, 40, 51, 0.15);
}

#front-courses .course-card {
  min-height: 600px;
  -webkit-box-shadow: 0px 2px 24px rgba(102, 34, 70, 0.3);
  box-shadow: 0px 2px 24px rgba(102, 34, 70, 0.3);
  -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0px;
  position: relative;
  margin: 0 10px;
}

.course-card {
  border-radius: 10px;

  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 45px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  word-break: break-word;
  overflow: hidden;

  font-family: "Avenir LT W01_45 Book1475508";
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.row--news .card {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.course-card:hover {
  -webkit-box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

#front-courses .course-card:hover {
  -webkit-box-shadow: 0px 2px 24px rgba(0, 40, 51, 0.15);
  box-shadow: 0px 2px 24px rgba(0, 40, 51, 0.15);
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@media screen and (min-width: 768px) {
  .row--courses .course-card,
  .row--news .card {
    margin-right: 28px;
    -ms-flex-preferred-size: calc((100% - 28px) / 2);
    flex-basis: calc((100% - 28px) / 2);
  }
  .row--courses .course-card:nth-child(2n),
  .row--news .card:nth-child(2n) {
    margin-right: 0px;
  }
}

@media screen and (min-width: 1200px) {
  .row--courses .course-card,
  .row--news .card {
    -ms-flex-preferred-size: calc((100% - 56px) / 3);
    flex-basis: calc((100% - 56px) / 3);
  }
  .row--courses .course-card:nth-child(2n),
  .row--news .card:nth-child(2n) {
    margin-right: 28px;
  }
  .row--courses .course-card:nth-child(3n),
  .row--news .card:nth-child(3n) {
    margin-right: 0px;
  }
}

.course-card__img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 230px;
  /*       padding-bottom: 35.15625%; */

  /*       width: 380px; */
}

.course-card__course-logo {
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 60px;
  width: 60px;
  padding: 8px;
  margin-right: 7px;
  border-bottom-right-radius: 10px;
}

.course-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 32px 24px;
  font-weight: 600;
}

.course-card__content-title {
  margin-bottom: 8px;
  min-height: 75px;
}

.course-card__content-title h2 {
  font-size: 24px;
}

.course-card__description {
  font-weight: 100;
  /*     margin-top: auto; */
}

.course-card__content-title h2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.course-card__content-title h2 span {
  display: block;
  margin-right: auto;
}

.course-card__content a,
.course-card__content p {
  line-height: 1.2;
}

.course-card__meta-list {
  font-size: 16px;
  margin-top: auto;
  min-height: 100px;
}

.course-card__meta-list i.fa-map-marker-alt {
  font-size: 18px;
}

.course-card__meta-list i {
  margin-right: 8px;
  color: rgb(148, 80, 118);
}

.course-card__meta-list-item {
  color: #662246;
  margin-top: 4px;
  min-height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.course-card__meta-list-item span {
  margin-right: auto;
}

.course-card__course-start {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
}

.course-card a {
  color: #662246;
}

a.course-card__readmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 900;
}

a.course-card__readmore i {
  margin-top: 1px;
  margin-left: 10px;
}

.course-card__course-start {
  color: rgb(148, 80, 118);
}

.course-card__course-start span {
  color: #662246;
}

/*
.education-card__content-title {
        display: flex;
    height: 50px;
    align-items: flex-end;
}
*/

.course-card__content-date {
  max-width: 50%;
}

.course-card__content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 20px;
  font-size: 14px;
}

.courses-block__preheading {
  text-align: center;
  margin-bottom: 25px;
}
.courses-block__footer {
  text-align: center;
  padding-top: 40px;
}

.featherlight-iframe .featherlight-content {
  position: relative;
  padding-bottom: 0 !important;
  overflow: hidden;
  width: 1024px;
  height: 576px;
  margin: 0 10px !important;
}

.featherlight-iframe .featherlight-content iframe,
.featherlight-iframe .featherlight-content object,
.featherlight-iframe .featherlight-content embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    padding-bottom: 56.25% !important;
    height: 0;
    width: calc(100% - 20px);
  }
}

.post-slider.quotes .quote-block-small__container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.post-slider.quotes .quote-block-small__quote {
  font-size: 30px;
}

@media (max-width: 767px) {
  .post-slider.quotes .quote-block-small__quote {
    font-size: 26px;
  }
}

.post-slider-section {
  width: 100%;
  overflow: hidden;
}

.post-slider .card,
.post-slider .course-card {
  height: 30rem;
}

.post-slider__outer {
  overflow: hidden;
  margin-bottom: 20px;
}

.post-slider.quotes .slick-track {
  overflow: hidden;
}

.post-slider__item {
  padding: 2rem;
}
.post-slider__item > a {
  display: block;
  text-decoration: none;
  color: #000;
}

.post-slider__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #efefef;
  min-height: 300px;
}

.post-slider__cta {
  margin-top: 3rem;
}

.post-slider .slick-list {
  overflow: visible;
}

.post-slider .slick-slide {
  opacity: 0.06;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.post-slider .slick-slide.slick-active {
  opacity: 1;
}
.post-slider .slick-slide > div {
  margin: 0 0.8rem;
}

.post-slider .slick-prev,
.post-slider .slick-next {
  background-color: #662246;
  color: grey;
  width: auto;
  height: auto;
  padding: 1rem;
  z-index: 5;
  visibility: visible;
  opacity: 1;
  border-radius: 100%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.post-slider .slick-prev.slick-disabled,
.post-slider .slick-next.slick-disabled {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s ease 0.2s, opacity 0.2s ease;
  -o-transition: visibility 0s ease 0.2s, opacity 0.2s ease;
  transition: visibility 0s ease 0.2s, opacity 0.2s ease;
}
.post-slider .slick-prev:before,
.post-slider .slick-next:before {
  display: none;
}
/*
  @media screen and (max-width: 1200px) {
    .post-slider .slick-prev,
    .post-slider .slick-next {
      padding: 1.2rem; }}
*/
.post-slider .slick-prev svg,
.post-slider .slick-next svg {
  width: 25px;
  height: 26px;
}

.post-slider .slick-prev:hover,
.post-slider .slick-next:hover {
  background-color: #71264e;
}

.post-slider .slick-prev {
  left: -6rem;
}
@media screen and (max-width: 1500px) {
  .post-slider .slick-prev {
    left: -4rem;
  }
}

.post-slider .slick-next {
  right: -6rem;
}
@media screen and (max-width: 1500px) {
  .post-slider .slick-next {
    right: -4rem;
  }
}

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

.promo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (min-width: 500px) {
  .promo {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (max-width: 768px) {
  .post-slider__outer > .container {
    padding-bottom: 72px;
  }
  .post-slider .slick-next,
  .post-slider .slick-prev {
    top: auto;
    bottom: -4rem;
    background: transparent;
  }
  .post-slider .slick-prev {
    left: -1rem;
  }
  .post-slider .slick-next {
    right: -1rem;
  }
  .post-slider svg path {
    fill: #662246;
  }
  .post-slider .slick-prev:hover,
  .post-slider .slick-next:hover {
    background: none;
  }
}

/*
  @media screen and (min-width: 87.5em) {
    .promo {
      -ms-flex-align: center;
          align-items: center;
      padding: 0; } }
*/
.promo__image-wrapper {
  width: 100%;
  height: 81vw;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 500px) {
  .promo__image-wrapper {
    width: 50%;
    height: 364px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .promo__image-wrapper {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 87.5em) {
  .promo__image-wrapper {
    width: 600px;
    height: 485px;
  }
}
.promo__image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 87.5em) {
  .promo__content {
    padding: 20px 40px;
  }
}
.promo__preheading {
  margin-bottom: 14px;
}
.promo__header {
  font-family: "Avenir LT W01_85 Heavy1475544";
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 36px;
}
.promo__text {
  margin-bottom: 40px;
}
.promo__btn {
  display: inline-block;
}
.row--news .card {
  margin-left: 0px;
  margin-bottom: 28px;
}
.card {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: auto;
  background: #fff;
  -webkit-box-shadow: 0px 2px 24px rgba(102, 34, 70, 0.3);
  box-shadow: 0px 2px 24px rgba(102, 34, 70, 0.3);
  border-radius: 8px;
  -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 10px;
}
.card:hover {
  -webkit-box-shadow: 0px 2px 24px rgba(0, 40, 51, 0.15);
  box-shadow: 0px 2px 24px rgba(0, 40, 51, 0.15);
}
.card > a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  width: 100%;
}
.card__top {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.card__image-container {
  width: 100%;
  height: 100%;
}
.card__background {
  position: absolute;
  font-size: 400px;
  color: #f8fcf6;
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  width: 100%;
  height: 100%;
  top: -6rem;
  left: 0.5rem;
  z-index: 1;
}
.card__background .material-icons {
  font-size: 34rem;
}
.card__date {
  color: #333333;
}
.card__title {
  font-family: "Avenir LT W01_85 Heavy1475544";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #333333;
  padding: 0 0 1.3rem;
  margin: 0;
}

@media (min-width: 900px) {
  .card__title {
    /*         height: 112px; */
  }
}

@media (max-width: 1250px) {
  .card__title {
    font-size: 20px;
  }
}
.card__content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  padding: 24px;
  font-weight: 300;
  z-index: 2;
}
.card__text {
  color: #000;
  z-index: 2;
}

@media (min-width: 900px) {
  .card__text {
    margin-bottom: auto;
  }
}

.card__meta-container {
}
.card__meta {
  font-family: "Avenir LT W01_85 Heavy1475544";
  font-size: 8px;
  color: #9d9d9d;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.card__color-theme--purple {
  color: #662246;
}
.card__color-theme--purple:hover {
  color: #40152c !important;
}
.card__color-theme--light-purple {
  color: rgba(65, 68, 158, 0.02);
}

.template-faq__container {
  /*   padding-top: 70px;  */
}
.template-faq__container h1 {
  margin: 2rem 0;
}
@media screen and (max-width: 1024px) {
  .template-faq__container {
    padding-top: 35px;
  }
}

.template-faq__bg {
  margin-bottom: 10px;
}

.template-faq__text {
  margin-bottom: 4rem;
}

.faq-block__block:hover .faq-block__icon {
  opacity: 0.9;
}

.faq-block__wrapper {
  margin-top: 4rem;
}

.faq-block__question-wrapper {
  background: #fbf8f9;
  padding: 30px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 1.5rem;
}
.faq-block__question-wrapper:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.faq-block__question-wrapper {
  cursor: pointer;
}

.faq-block__title {
  color: #662246;
  font-size: 25px;
  line-height: 45px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0 10px;
}

.faq-block__icon {
  margin-right: 30px;
  margin-left: auto;
  text-align: center;
  width: 55px;
  height: 55px;
  background: #662246;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.faq-block__icon .material-icons.fa {
  font-weight: 100;
  color: white;
  font-size: 3.2rem;
  line-height: 55px;
}

.faq-block__subheading {
  font-size: 1.8rem;
  margin-bottom: 0;
}

.faq-block__answer {
  max-height: 0;
  padding: 0 30px;
  background: #fbf8f9;
  -webkit-transition: max-height 0.4s ease-in-out;
  -o-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}

.faq-block__answer-content {
  padding-bottom: 30px;
}

.faq-block .active .faq-block__answer {
  max-height: 2000px;
}

.gallery {
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.card-gallery img {
  width: 100%;
  height: 5vw;
  max-height: 100px;
  min-height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

.card-gallery__body {
  text-align: center;
  margin-top: 8px;
}

.accordion {
  margin-bottom: 60px;
}

.accordion .blocks .block:last-child {
  margin-bottom: inherit;
}

.accordion .promo__content {
  padding: 0px;
}

.accordion .promo.right .promo__image-wrapper {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0px;
  margin-left: 40px;
}

.accordion .promo__image-wrapper {
  margin-right: 40px;
  width: 40%;
  height: auto;
}
.accordion .promo__image-wrapper .promo__image {
  height: auto;
  width: auto;
  overflow: visible;
}

.accordion .promo {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}

@media screen and (max-width: 767px) {
  .accordion .promo .promo__image-wrapper,
  .accordion .promo__content {
    width: 100%;
  }
  .accordion .promo .promo__image-wrapper {
    margin-bottom: 20px;
  }
  .accordion .promo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.accordion__question-wrapper {
  background: #fbf8f9;
  padding: 14px 24px;
  border-radius: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 1rem;
}
.accordion__question-wrapper:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion__question-wrapper {
  cursor: pointer;
}

.accordion__title {
  color: #662246;
  font-size: 19px;
  line-height: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  /*   margin: 0 0 10px; */
}

.accordion__icon {
  margin-left: auto;
  text-align: center;
  width: 55px;
  height: 55px;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion__icon .material-icons.fa {
  font-weight: 100;
  color: #662246;
  font-size: 2.5rem;
  line-height: 62px;
}

.accordion__subheading {
  font-size: 1.8rem;
  margin-bottom: 0;
}

.accordion__answer {
  padding: 0 12px;
  max-height: 0;
  background: #fbf8f9;
  -webkit-transition: max-height 0.4s ease-in-out;
  -o-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
  overflow: hidden;
}

.accordion__answer .blocks {
  margin: 0;
}

@media (min-width: 568px) {
  .accordion__answer {
    padding: 0 30px;
  }
}

.accordion__answer-content {
  overflow-y: auto;
  padding-bottom: 30px;
}

.accordion__answer-content h2,
.accordion__answer-content h3,
.accordion__answer-content h4,
.accordion__answer-content h5 {
  /*     font-size: inherit; */
  margin-bottom: 5px;
  font-family: futura, sans-serif;
  font-weight: 600;
}

.accordion__answer-content a {
  font-weight: bold;
}

.accordion__answer-content table {
  font-family: "Avenir LT W01_45 Book1475508", serif;
  width: 100% !important;
}

.accordion_block .active .accordion__answer {
  max-height: 2000px;
}

.accordion__answer .gform_footer::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.fa.icon-toggle {
  display: none;
}

.answer-toggle {
  max-height: inherit;
}

.catalogue__container {
  margin-bottom: 4rem;
}

.catalogue__image-container,
.catalogue .catalogue__image-container,
.catalogue .pre-footer__image-container {
  top: 5rem;
}
@media screen and (max-width: 960px) {
  .catalogue__image-container,
  .catalogue .catalogue__image-container,
  .catalogue .pre-footer__image-container {
    top: 0;
  }
}

.catalogue__content,
.catalogue .catalogue__content,
.catalogue .pre-footer__content {
  text-align: left;
  -ms-flex: initial;
  -webkit-box-flex: initial;
  flex: initial;
}

.catalogue__buttons,
.catalogue .catalogue__buttons,
.catalogue .pre-footer__buttons {
  -ms-flex-pack: left;
  -webkit-box-pack: left;
  justify-content: left;
}
@media screen and (max-width: 960px) {
  .catalogue__buttons,
  .catalogue .catalogue__buttons,
  .catalogue .pre-footer__buttons {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.catalogue__button {
  margin: 0 8px 20px 0;
}

.steps {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  cursor: pointer;
  margin-bottom: 3rem;
  font-family: "Avenir LT W01_85 Heavy1475544";
  /* default background colour */
  /* adjacent siblings active colour */
}
@media screen and (max-width: 767px) {
  .steps {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.steps__box {
  width: 100%;
  height: 100%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .steps__box {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    margin: 0.5rem;
  }
}
.steps__circle {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  z-index: 10;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 100;
  font-size: 64px;
  font-weight: 800;
  color: #662246;
}
@media screen and (max-width: 767px) {
  .steps__circle {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}
.steps__circle.line:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 39%;
  height: 4px;
  width: 36%;
  right: 85%;
  background: #fbf8f9;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .steps__circle.line:before {
    top: -50%;
    height: 61%;
    width: 4px;
    left: 19px;
  }
}
.steps__label {
  margin-top: 11px;
  color: #000;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .steps__label {
    margin-left: 1rem;
  }
}
.steps__divider--desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .steps__divider--desktop {
    display: none;
  }
}
.steps__divider--mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .steps__divider--mobile {
    display: block;
    width: 100vw;
    margin-right: auto;
    margin-left: -33px;
  }
}
.steps__description {
  margin-top: 2rem;
  display: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.steps__description.active {
  display: block;
}
@media screen and (max-width: 767px) {
  .steps__description {
    margin-top: 1rem;
  }
}
.steps__buttons {
  margin-top: 3rem;
}
.steps .steps__circle {
  background-color: #fbf8f9;
  color: #662246;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.steps .steps__label {
  color: #999999;
}
.steps.active .steps__circle,
.steps.active .steps__circle:before,
.steps.focus .steps__circle,
.steps.focus .steps__circle:before {
  background-color: #662246;
  color: #fbf8f9;
}
.steps.active .steps__label,
.steps.focus .steps__label {
  color: #000;
}
.steps .steps__box.active ~ .steps__box .steps__circle,
.steps .steps__box.active ~ .steps__box .steps__circle:before,
.steps .steps__box.focus ~ .steps__box .steps__circle,
.steps .steps__box.focus ~ .steps__box .steps__circle:before {
  background-color: #fbf8f9;
  color: #662246;
}
.steps .steps__box.active ~ .steps__box .steps__label,
.steps .steps__box.focus ~ .steps__box .steps__label {
  color: #999999;
}

.steps__divider {
  margin-bottom: 20px;
  width: 100%;
}

.apply-block h1 {
  color: #662246 !important;
}

.apply-block p {
  color: #999999 !important;
  font-size: 20px !important;
}

.apply-steps {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  cursor: pointer;
  margin-bottom: 3rem;
  font-family: "Avenir LT W01_85 Heavy1475544";
  /* default background colour */
}
.apply-steps .apply-steps__circle {
  background-color: #f0e8ec;
}
.apply-steps .apply-steps__circle.line:before {
  background: #f0e8ec;
}
.apply-steps .apply-steps__label {
  color: #000;
}
@media screen and (max-width: 767px) {
  .apply-steps {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.apply-steps__box {
  width: 100%;
  height: 100%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .apply-steps__box {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    margin: 0.5rem;
  }
}
.apply-steps__circle {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  z-index: 10;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 100;
  font-size: 64px;
  font-weight: 800;
  color: #662246;
}
@media screen and (max-width: 767px) {
  .apply-steps__circle {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}
.apply-steps__circle.line:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 39%;
  height: 4px;
  width: 36%;
  right: 85%;
  background: #fbf8f9;
}
@media screen and (max-width: 767px) {
  .apply-steps__circle.line:before {
    top: -50%;
    height: 61%;
    width: 4px;
    left: 19px;
  }
}
.apply-steps__label {
  margin-top: 11px;
  color: #000;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .apply-steps__label {
    margin-left: 1rem;
  }
}
.apply-steps__divider--desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .apply-steps__divider--desktop {
    display: none;
  }
}
.apply-steps__divider--mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .apply-steps__divider--mobile {
    display: block;
    width: 100vw;
    margin-right: auto;
    margin-left: -33px;
  }
}
.apply-steps__description {
  margin-top: 2rem;
  display: none;
}
.apply-steps__description.active {
  display: block;
}
@media screen and (max-width: 767px) {
  .apply-steps__description {
    margin-top: 1rem;
  }
}
.apply-steps__buttons {
  margin-top: 3rem;
}
.apply-steps .apply-steps__circle {
  /*     background-color: #fbf8f9; */
  color: #662246;
}
.apply-steps .apply-steps__label {
  color: #999999;
}

.apply-steps {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  cursor: pointer;
  margin-bottom: 3rem;
  font-family: "Avenir LT W01_85 Heavy1475544";
  /* default background colour */
}
@media screen and (max-width: 767px) {
  .apply-steps {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.apply-steps__box {
  width: 100%;
  height: 100%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .apply-steps__box {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    margin: 0.5rem;
  }
}
.apply-steps__circle {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  z-index: 10;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 100;
  font-size: 64px;
  font-weight: 800;
  color: #662246;
}
@media screen and (max-width: 767px) {
  .apply-steps__circle {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}
.apply-steps__circle.line:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 39%;
  height: 4px;
  width: 36%;
  right: 85%;
  background: #fbf8f9;
}
@media screen and (max-width: 767px) {
  .apply-steps__circle.line:before {
    top: -50%;
    height: 61%;
    width: 4px;
    left: 19px;
  }
}
.apply-steps__label {
  margin-top: 11px;
  color: #000;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .apply-steps__label {
    margin-left: 1rem;
  }
}
.apply-steps__divider--desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .apply-steps__divider--desktop {
    display: none;
  }
}
.apply-steps__divider--mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .apply-steps__divider--mobile {
    display: block;
    width: 100vw;
    margin-right: auto;
    margin-left: -33px;
  }
}
.apply-steps__description {
  margin-top: 2rem;
  display: none;
}
.apply-steps__description.active {
  display: block;
}
@media screen and (max-width: 767px) {
  .apply-steps__description {
    margin-top: 1rem;
  }
}
.apply-steps__buttons {
  margin-top: 3rem;
}
.apply-steps .apply-steps__circle {
  /*     background-color: #fbf8f9; */
  color: #662246;
}
.apply-steps .apply-steps__label {
  color: #999999;
}

.pre-footer {
  background-color: #fbf8f9;
}
.pre-footer__container,
.catalogue__container {
  margin-top: 140px;
  padding: 20px 0 60px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .pre-footer__container,
  .catalogue__container {
    padding: 20px 0 40px;
  }
}
@media screen and (min-width: 960px) {
  .pre-footer__container,
  .catalogue__container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 60px;
  }
}
.pre-footer__image-container,
.catalogue__image-container,
.catalogue .pre-footer__image-container {
  -ms-transform: rotate(-8deg) translateY(-28%);
  -webkit-transform: rotate(-8deg) translateY(-28%);
  transform: rotate(-8deg) translateY(-28%);
  position: relative;
}
.pre-footer__image-container::before,
.catalogue__image-container::before,
.catalogue .pre-footer__image-container::before {
  content: " ";
  display: block;
  position: absolute;
  z-index: -1;
  background: #dcdcdc;
  -ms-transform: rotate(-3deg) translateX(-13px) translateY(7px);
  -webkit-transform: rotate(-3deg) translateX(-13px) translateY(7px);
  transform: rotate(-3deg) translateX(-13px) translateY(7px);
  width: 186px;
  height: 264px;
}
.pre-footer__image,
.catalogue__image {
  display: block;
  width: 186px;
  height: 264px;
}
.pre-footer__content,
.catalogue__content,
.catalogue .pre-footer__content {
  -ms-flex: auto;
  -webkit-box-flex: 1;
  flex: auto;
  text-align: center;
  max-width: 1000px;
  margin: 0 20px;
}
@media screen and (min-width: 768px) {
  .pre-footer__content,
  .catalogue__content,
  .catalogue .pre-footer__content {
    margin: 0 20px 40px;
  }
}
@media screen and (min-width: 960px) {
  .pre-footer__content,
  .catalogue__content,
  .catalogue .pre-footer__content {
    margin: 40px;
  }
}
.pre-footer__title,
.catalogue__title {
  color: #662246;
  font-family: "Avenir LT W01_85 Heavy1475544";
  margin-bottom: 25px;
}
.pre-footer__text,
.catalogue__text {
  margin-bottom: 40px;
}
.pre-footer__buttons,
.catalogue__buttons,
.catalogue .pre-footer__buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (min-width: min-width 500px 12) {
  .pre-footer__buttons,
  .catalogue__buttons,
  .catalogue .pre-footer__buttons {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.pre-footer__button {
  margin: 0 8px 20px;
}

@media screen and (max-width: 500px) {
  body {
    font-size: 16px;
  }
  .accordion__title {
    font-size: 17px;
  }
}

footer {
  background-color: #2d0f1f;
  color: #fff;
  font-family: "Avenir LT W01_85 Heavy1475544", sans-serif;
}
footer a {
  color: inherit;
}
footer a:hover {
  color: #fff;
}
footer #footer-container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #40152c;
}
footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer .footer-menu {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  #footer .footer-menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
    width: 100%;
  }
}

#menu-footer-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 400;
}

#menu-footer-navigation > li {
  margin-right: 38px;
  line-height: 1;
  margin-bottom: 20px;
  -ms-flex-preferred-size: calc((100% - 76px) / 3);
  flex-basis: calc((100% - 76px) / 3);
}

#menu-footer-navigation > li:last-child {
  margin-right: 0;
}

#menu-footer-navigation li a {
  margin-bottom: 10px;
}

#menu-footer-navigation > li > a {
  color: #dadada;
  opacity: 0.4;
  text-transform: uppercase;
  font-weight: 600;
}

#menu-footer-navigation li > .sub-menu {
  margin-top: 12px;
  opacity: 0.7;
}

#menu-footer-navigation .sub-menu > li {
  margin-bottom: 12px;
}

#footer .footer-content {
  height: 100%;
  padding: 54px 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  #footer .footer-content > div {
    width: 100%;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  #footer .footer-content {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 1024px) {
  #footer .footer-content {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
#footer .footer-content .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#footer .logo img {
  display: block;
  max-width: 85%;
}
@media (min-width: 768px) {
  #footer .footer-content .logo {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  #footer .logo {
    margin-bottom: 40px;
    margin-left: auto;
    width: 100%;
  }
  #footer .logo img {
    max-width: 100%;
  }
}
@media screen and (max-width: 499px) {
  #footer.logo {
    margin-bottom: 25px;
  }
  #footer .logo img {
    max-width: 70%;
  }
}

@media screen and (max-width: 499px) {
  #footer .social-media {
    margin-bottom: 20px;
  }
}

#footer .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .social-media-icons {
  margin-top: auto;
  margin-left: auto;
}
#footer .social-media a,
#footer .contact a {
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-right: 10px;
  white-space: nowrap;
}
footer #footer-container .footer-content .social-media a i,
footer #footer-container .footer-content .contact a i {
  margin-right: 3px;
  font-size: 20px;
}
footer #footer-container .footer-content .social-media a:hover,
footer #footer-container .footer-content .contact a:hover {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  #footer .social-media,
  #footer .contact {
    width: 100%;
    margin-top: 20px;
  }
}
#footer .footer-content p {
  font-size: 18px;
  font-weight: 400;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#footer .footer-content h5 {
  margin-bottom: 10px;
  font-weight: 400;
  -webkit-opacity: 0.4;
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
@media screen and (max-width: 499px) {
  #footer.footer-content h5 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  #footer h5 {
    font-size: 12px;
  }
}
@media screen and (max-width: 499px) {
  #footer h5 {
    font-size: 12px;
  }
}
#footer .contact-site {
  margin-top: 18px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
#footer .contact-site:first-child {
  margin-top: 0;
}
#footer .contact-site:last-child {
  margin-bottom: 0;
}
#footer .contact-site a {
  padding-right: 0.5rem;
}
#footer .contact-site .preheading {
  margin: 0 1rem 1rem 0;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  #footer .contact-site .preheading {
    margin-bottom: 8px;
    /*               width: 110px; */
  }
}
@media screen and (max-width: 1024px) {
  #footer .contact-site {
    margin-bottom: 1.5rem;
  }
  #footer .contact-site a,
  #footer .contact-site .preheading {
    width: 100%;
  }
}
#footer .contact-site--info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  /*
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
*/
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
#footer .contact-site--info a {
  display: block;
}
@media screen and (max-width: 500px) {
  #footer .contact-site--info {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
footer .footer-contact {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*
            -webkit-box-align: end;
            -ms-flex-align: end;
                    align-items: flex-end;
*/
}
footer #copyright {
  padding: 20px 0;
}
footer #copyright p {
  font-size: 14px;
  font-weight: 400;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  margin: 0;
}

.accordion__answer-content table,
.accordion__answer-content table strong {
  font-family: "Avenir LT W01_45 Book1475508";
}

.accordion__answer-content table td:nth-child(even),
.accordion__answer-content table td:nth-child(even) strong {
  font-weight: 400;
}

.accordion__answer-content table td:nth-child(odd),
.accordion__answer-content table td:nth-child(odd) strong {
  font-weight: 600;
}

table {
  font-family: "Avenir LT W01_85 Heavy1475544";
}
table tr:nth-child(odd) {
  background-color: #fbf8f9;
}
table tr:nth-child(even) {
  background-color: #fff;
}
table td {
  border-bottom: none;
  padding: 0.75rem 0.75rem;
}
/*
    table td:nth-child(even) {
        font-weight: 600;
    }
*/

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

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

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

/* Icons */
@font-face {
  font-family: "slick";
  /*src:    slick-font-url("slick.eot");
      src:    slick-font-url("slick.eot?#iefix") format("embedded-opentype"),
              slick-font-url("slick.woff") format("woff"),
              slick-font-url("slick.ttf") format("truetype"),
              slick-font-url("slick.svg#slick") format("svg");*/
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
/*
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
*/
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

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

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

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden;
}

.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0);
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(102, 34, 70, 0.5);
}

.featherlight:before {
  /* position: trick to center content vertically */
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  /* dimensions: handling large content */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  /* styling */
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal;
}

/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block;
}

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  /* styling */
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  /* styling */
  border: none;
}

.featherlight * {
  /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
  }
}

/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}

.page .blocks > .container {
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .page .container:not(.container--breadcrumbs) {
    padding-top: 35px;
  }
}

.page .container #subnav ul {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .page .container #subnav ul li a {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.page .container .current_page_item {
  border-bottom: 4px solid #662246;
}
@media screen and (max-width: 1024px) {
  .page .container .current_page_item {
    border-bottom: 0;
    background-color: #fbf8f9;
  }
}

/*
.page__container {
  padding-top: 70px; }
*/
@media screen and (max-width: 1024px) {
  .page__container {
    padding-top: 35px;
  }
}

/*
.page .breadcrumbs {
  margin: 2rem 0; }
*/

.breadcrumbs-seperator {
  color: #662246;
  font-weight: 900;
}

.page__title {
  font-family: "Avenir LT W01_85 Heavy1475544";
  color: #662246;
  line-height: normal;
  /*   font-size: 64px; */
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 2rem;
}

.page__info {
  margin-bottom: 2rem;
}

.page__post-meta {
  font-family: "Avenir LT W01_85 Heavy1475544";
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #999;
  margin: 0 0 0.3em;
}
.page__post-meta__date {
  color: #662246;
  font-weight: bold;
}

.page__content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
}

@media screen and (max-width: 600px) {
  .page__content {
    padding: 0px;
  }
}

.page__buttons {
  margin: 0 0 60px;
}

.page__btn {
  text-transform: none;
  letter-spacing: normal;
  display: inline-block;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page__btn {
    display: block;
    margin-top: 8px;
  }
}

.page__text {
  margin-bottom: 60px;
}

.page #subnav ul {
  margin-bottom: 0;
}
.page #subnav ul li {
  float: none;
}

.page .current_page_item {
  border-bottom: 4px solid #662246;
}
@media screen and (max-width: 1024px) {
  .page .current_page_item {
    border-bottom: 0;
    background-color: #fbf8f9;
  }
}

.page-item__hero {
  position: relative;
  position: relative;
  height: 70vh;
  min-height: 300px;
}

.page-item__hero img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-item__play-icon {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}

.page-item__play-icon i {
  font-size: 100px;
}

.page-item__course-header {
  margin-top: 48px;
}

.page-item__hero-content {
  position: absolute;
  margin: 0 auto;
  max-width: 600px;
  width: 95%;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-item__hero-content h1,
.page-item__hero-content .hero-preheading {
  color: #fff;
}

@media (max-width: 768px) {
  .page-item__hero {
    height: 30vh;
  }

  .page-item__hero-content .btn {
    font-size: 11px;
    padding: 13px 16px;
  }
}

@media (max-width: 500px) {
  .page-item__hero-content .btn {
    font-size: 8px;
    padding: 11px 13px;
  }
}

.page-item__hero .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}

.page-item__hero-content .play-btn {
  color: #fff;
  font-size: 108px;
}



@media (max-width: 1024px) {

  .page-item__hero-content .play-btn {
    font-size: 10vw;
  }
}

@media (max-width: 768px) {

  .page-item__hero-content .play-btn {
    font-size: 52px;
  }
}



.single-course-item__hero-title {
  float: left;
}
.page-item__hero-content h1 {
  line-height: 1;
  /*
    float: right;
*/
}

@media (min-width: 768px) {
  .page-item__hero-content h1 {
    margin-bottom: 40px;
  }
}
.single-course-item__logo-title-container {
  margin-bottom: 48px;
}

.single-course-item__logo-title-container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.page-item__hero-link {
  color: #999;
  text-decoration: underline;
}

.page-item__hero-icon {
  margin-left: 10px;
  /*
  background: white;
  border-radius: 100%;
  height: 25px;
  width: 25px;
*/
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  /*
    .page-item__hero-content {
      top: 10%; }
*/
}
@media screen and (max-width: 767px) {
  .page-item__hero-content h1 {
    font-size: 28px;
  }

  .single-course-item__logo-title-container {
    margin-bottom: 24px;
  }
  .page-item__hero-icon {
    margin-left: 2px;
  }
}

@media screen and (max-width: 500px) {
  .single-course-item__logo-title-container {
    margin-bottom: 8px;
  }
  /*
    .page-item__hero-content h1 {
      font-size: 1em; }

*/
}

.page-item .fa {
  color: #662246;
  font-size: 12px;
}

/*
.tax-course_type__container,
.tax-course_place__container,
.template-courses__container {
  padding-top: 70px; }
*/
@media screen and (max-width: 1024px) {
  .tax-course_type__container,
  .tax-course_place__container,
  .template-courses__container {
    padding-top: 35px;
  }
}

.tax-course_type__entry,
.tax-course_place__entry,
.template-courses__entry {
  font-weight: 500;
  line-height: 34px;
  font-family: "Avenir LT W01_45 Book1475508", sans-serif;
  font-size: 25px;
  color: #9d9d9d;
}
.tax-course_type__entry a,
.tax-course_place__entry a,
.template-courses__entry a {
  color: #9d9d9d;
  text-decoration: underline;
}
.tax-course_type__entry a:hover,
.tax-course_place__entry a:hover,
.template-courses__entry a:hover {
  color: inherit;
  text-decoration: underline;
}

.single-post__container {
  padding-top: 70px;
}
@media screen and (max-width: 600px) {
  .single-post__container {
    padding-top: 0px;
  }
  .single-post__title {
    font-size: 25px !important;
  }
  .single-post__image {
    margin-bottom: 20px;
  }
  .single-post__post-meta {
    margin-bottom: 20px !important;
  }
  /*   	 .page__container, .tax-course_type__container, .tax-course_place__container, .template-courses__container{padding-top:0px!important;} */
  .hero__text {
    font-size: 20px;
    text-align: left;
  }
  .course-card__meta-list {
    font-size: 12px;
    min-height: 80px;
  }
  .course-card__meta-list i.fa-map-marker-alt {
    font-size: 14px;
  }
  .course-card__content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .course-card__content-date {
    width: 100%;
    max-width: none;
  }
  a.course-card__readmore {
    margin-top: 20px;
    width: 100%;
  }
  #menu-footer-navigation > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0px;
  }
  .quote-block__quote {
    font-size: 22px !important;
  }
  #footer .contact-site--info a {
    margin-bottom: 5px;
  }
}

.single-post .breadcrumbs {
  margin: 0 0 2rem;
}

.single-post__title {
  font-family: "Avenir LT W01_85 Heavy1475544";
  color: #000;
  line-height: normal;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 30px;
}

.single-post__image {
  display: block;
  margin: 0 auto;
}

.single-post__content {
  padding-top: 42px;
}

.single-post__post-meta {
  font-family: "Avenir LT W01_85 Heavy1475544";
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 50px;
}

.single-post__content {
  max-width: 800px;
  margin: 0 auto;
}

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

.single-course__container {
  /*   padding-top: 70px; */
}
@media screen and (max-width: 1024px) {
  .single-course__container {
    padding-top: 35px;
  }
}

/*
.single-course .breadcrumbs {
  margin: 2rem 0; }
*/

.single-course__title {
  font-family: "Avenir LT W01_85 Heavy1475544";
  color: #662246;
  line-height: normal;
  /*   font-size: 64px; */
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 2rem;
}

.single-course__info {
  margin-bottom: 2rem;
}

.single-course__post-meta {
  font-family: "Avenir LT W01_85 Heavy1475544";
  display: inline-block;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  color: #662246;
  margin: 0 1em 0.3em 0;
}
.single-course__post-meta__date {
  color: #662246;
  font-weight: bold;
}
.single-course__post-meta span {
  color: rgb(148, 80, 118);
}

.single-course__content,
.faq_content {
  padding-top: 42px;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}

.single-course__buttons {
  margin: 0 0 60px;
}

.single-course__btn {
  margin-right: 20px;
  text-transform: none;
  letter-spacing: normal;
  display: inline-block;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .single-course__btn {
    display: block;
    margin-top: 8px;
  }
}

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

.single-course #subnav ul {
  margin-bottom: 0;
}
.single-course #subnav ul li {
  float: none;
}

.single-course .current_page_item {
  border-bottom: 4px solid #662246;
}
@media screen and (max-width: 1024px) {
  .single-course .current_page_item {
    border-bottom: 0;
    background-color: #fbf8f9;
  }
}

.single-course-item__hero {
  position: relative;
}

.single-course-item__hero-text {
  position: absolute;
  top: 30%;
  width: 40%;
  left: 10%;
}
@media screen and (max-width: 1024px) {
  .single-course-item__hero-text {
    top: 10%;
  }
}
@media screen and (max-width: 767px) {
  .single-course-item__hero-text {
    top: 5%;
  }
}

.single-course-item__hero-link {
  color: #999;
  text-decoration: underline;
}

.single-course-item__hero-icon {
  margin-left: 10px;
  background: white;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.single-course-item .fa {
  color: #662246;
  font-size: 12px;
}

.page-template-template-apply .main__content {
  display: block;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.page-template-template-apply .application__box--1 .main-content.hidden {
  display: none;
}

@media screen and (max-width: 499px) {
  .page-template-template-apply .container {
    padding: 0 36px;
  }
}
.page-template-template-apply .container.nav-container {
  padding: 0;
}

.page-template-template-apply .content-container {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .page-template-template-apply .content-container {
    margin-top: 0;
  }
}

.page-template-template-apply #intro.no-image .text-container {
  font-family: "Avenir LT W01_85 Heavy1475544";
}
.page-template-template-apply #intro.no-image .text-container .ingress {
  color: #999999;
}
.page-template-template-apply #intro.no-image .text-container h1 {
  color: #662246;
}
@media screen and (max-width: 767px) {
  .page-template-template-apply #intro.no-image .text-container {
    text-align: center;
    padding: 20px 0 20px;
  }
}

.page-template-template-apply .blocks {
  margin-top: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .page-template-template-about .container {
    padding-top: 35px;
  }
}

.page-template-template-about .container #subnav ul {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .page-template-template-about .container #subnav ul li a {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.page-template-template-about .container .current_page_item {
  border-bottom: 4px solid #662246;
}
@media screen and (max-width: 1024px) {
  .page-template-template-about .container .current_page_item {
    border-bottom: 0;
    background-color: #fbf8f9;
  }
}

.page-template-template-about .container .breadcrumbs {
  margin-top: 2rem;
}

/* -----------------------------------------
   Bower: SCSS Plugins
----------------------------------------- */
