@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://use.typekit.net/rys8oyy.css");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* 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,
menu,
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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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] {
  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.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

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

@font-face {
  font-family: "icons";
  src: url("../typography/icons/fonts/icons.eot?rppumn");
  src: url("../typography/icons/fonts/icons.eot?rppumn#iefix") format("embedded-opentype"), url("../typography/icons/fonts/icons.ttf?rppumn") format("truetype"), url("../typography/icons/fonts/icons.woff?rppumn") format("woff"), url("../typography/icons/fonts/icons.svg?rppumn#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-minus:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-logosquare:before {
  content: "";
}

.icon-logo:before {
  content: "";
}

.icon-roundheart:before {
  content: "";
}

.icon-roundchevronleft:before {
  content: "";
}

.icon-roundchevronright:before {
  content: "";
}

.icon-roundclose:before {
  content: "";
}

.icon-roundminus:before {
  content: "";
}

.icon-roundplus:before {
  content: "";
}

.icon-rounddownload:before {
  content: "";
}

.icon-logosquare-old:before {
  content: "";
}

.icon-logo-old:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-house:before {
  content: "";
}

body {
  font-size: 16px;
  text-rendering: optimizeLegibility;
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  line-height: 1.25;
  color: #2e2237;
  background-color: #2e2237;
}
@media screen and (max-width: 970px) and (min-width: 767px) {
  body {
    font-size: 1.7vw;
  }
}

main {
  min-height: calc(100vh - 480px);
  background-color: white;
}

h2, h3.title, h3.heading {
  text-transform: uppercase;
}

.arrow-button {
  border: 0px;
  display: inline-block;
  line-height: 1em;
  outline: none;
  padding: 0 0.625em 0 0;
  transition: all 0.3s;
  background: transparent;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  box-sizing: border-box;
}
.arrow-button span, .arrow-button a {
  line-height: 1em;
  display: block;
  font-weight: bold;
  border: 2px solid #493657;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.625em 1em 0.625em 0.625em;
  box-sizing: border-box;
  border-right: none;
  position: relative;
  z-index: 100;
  color: #493657;
  transition: all 0.3s;
}
.arrow-button::before, .arrow-button::after {
  content: " ";
  box-sizing: border-box;
  position: absolute;
  background: transparent;
  width: 2px;
  height: 1.7em;
  border-right: 2px solid #493657;
  z-index: 90;
  transform: rotate(135deg);
  top: -0.2em;
  right: 0em;
}
.arrow-button::after {
  transform: rotate(45deg);
  top: 1em;
}
.arrow-button:active span, .arrow-button:hover span, .arrow-button:focus span, .arrow-button.active span {
  padding-right: 1.5em;
}

.clear-float {
  display: block;
  clear: both;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.float-right {
  float: right;
}
.float-left {
  float: left;
}

.no-padding {
  padding: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-margin {
  margin: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-border {
  border: 0 !important;
}
.no-border-top {
  border-top: 0 !important;
}
.no-border-left {
  border-left: 0 !important;
}
.no-border-right {
  border-right: 0 !important;
}
.no-border-bottom {
  border-bottom: 0 !important;
}

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

body > main {
  padding-bottom: 1.25em;
}

nav.tabs ul {
  border-bottom: 1px solid #efefef;
  margin-bottom: 30px;
}
nav.tabs li {
  margin-right: -4px;
}
nav.tabs a {
  border-color: #efefef #efefef currentcolor;
  border-image: none;
  transition: none;
  border-style: solid solid none;
  border-width: 1px 1px 0;
  color: black;
  padding: 10px 25px;
}
nav.tabs a.is-active {
  border-bottom: 1px solid white;
  margin-bottom: -1px;
  background: white;
}

body {
  padding-top: 6.875em;
  /*@warn  $offset "  Breakpoint not defined";*/
}
@media (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}
body > header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
  background: #ffe6f3;
  /*@warn  $offset "  Breakpoint not defined";*/
}
body > header > .inner {
  width: calc(100vw - 40px);
  max-width: 1234px;
  margin: 0 auto;
  padding: 1.25em 0;
}
body > header > .inner:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media screen and (max-width: 1111px) and (min-width: 768px) {
  body > header > .inner {
    padding: 0.3125em 0 0;
  }
}
body > header .menutoggle {
  display: none;
}
@media (max-width: 767px) {
  body > header .menutoggle {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
  }
  body > header .menutoggle .circle {
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #9B4F76;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
  }
  body > header .menutoggle .line, body > header .menutoggle .line::before, body > header .menutoggle .line::after {
    display: block;
    content: "";
    width: 18px;
    height: 2px;
    background-color: #9B4F76;
    border-radius: 3px;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 9px);
  }
  body > header .menutoggle .line::before {
    left: 0;
    top: -6px;
  }
  body > header .menutoggle .line::after {
    left: 0;
    top: 6px;
  }
  body > header #menutoggle:not(:checked) ~ .main-navigation {
    height: 0;
    padding: 0;
    overflow: hidden;
  }
}
body.customize-support {
  padding-top: 0;
}
body.customize-support > header {
  position: static;
}

header .logo {
  float: left;
  position: relative;
  z-index: 1000;
  /*@warn  $offset "  Breakpoint not defined";*/
}
@media screen and (max-width: 1110px) and (min-width: 768px) {
  header .logo {
    top: 1.5vw;
  }
}
header .logo a {
  display: block;
  width: 210px;
  height: 70px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
header .logo a::before {
  font-family: icons;
  content: "";
  font-size: 4.375em;
  color: #9b4f76;
}
header .logo a h1 {
  margin: 0;
  position: absolute;
  text-indent: -9999px;
}
@media (max-width: 767px) {
  header .logo a {
    width: 118px;
    height: 40px;
  }
  header .logo a::before {
    font-size: 2.5em;
  }
}

.main-navigation {
  float: right;
  /*@warn  $offset "  Breakpoint not defined";*/
}
.main-navigation ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.main-navigation ul a {
  display: block;
}
.main-navigation #menu-main-navigation > li {
  float: left;
}
.main-navigation #menu-main-navigation > li > a {
  color: #9b4f76;
  text-transform: uppercase;
  padding: 1.25em;
  text-decoration: none;
  font-weight: 900;
  position: relative;
  z-index: 1000;
  transition: all 0.3s;
}
.main-navigation #menu-main-navigation > li > a:active, .main-navigation #menu-main-navigation > li > a:hover, .main-navigation #menu-main-navigation > li > a:focus, .main-navigation #menu-main-navigation > li > a.active {
  color: #2e2237;
}
.main-navigation #menu-main-navigation > li.current-menu-item a {
  color: #2e2237;
}
.main-navigation #menu-main-navigation > li.menu-item-has-children > a::before, .main-navigation #menu-main-navigation > li.menu-item-has-children > a:after {
  font-family: icons;
  content: "";
  font-size: 0.9375em;
  margin: 0.125em 0.125em 0 0;
  position: absolute;
  left: 0.3125em;
  transition: all 0.3s;
  transform: rotate(0deg);
  opacity: 1;
}
.main-navigation #menu-main-navigation > li.menu-item-has-children > a::after {
  content: "";
  transform: rotate(45deg);
  opacity: 0;
}
.main-navigation #menu-main-navigation > li.menu-item-has-children > a:active::before, .main-navigation #menu-main-navigation > li.menu-item-has-children > a:hover::before, .main-navigation #menu-main-navigation > li.menu-item-has-children > a:focus::before, .main-navigation #menu-main-navigation > li.menu-item-has-children > a.active::before {
  transform: rotate(180deg);
  opacity: 0;
  color: #2e2237;
}
.main-navigation #menu-main-navigation > li.menu-item-has-children > a:active::after, .main-navigation #menu-main-navigation > li.menu-item-has-children > a:hover::after, .main-navigation #menu-main-navigation > li.menu-item-has-children > a:focus::after, .main-navigation #menu-main-navigation > li.menu-item-has-children > a.active::after {
  transform: rotate(0deg);
  opacity: 1;
  color: #2e2237;
}
.main-navigation #menu-main-navigation > li:hover > a::before {
  transform: rotate(180deg);
  opacity: 0;
}
.main-navigation #menu-main-navigation > li:hover > a::after {
  transform: rotate(0deg);
  opacity: 1;
}
@media screen and (max-width: 1110px) {
  .main-navigation #menu-main-navigation {
    margin-left: 50px;
  }
  .main-navigation #menu-main-navigation > li:last-child > a {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .main-navigation {
    width: 100%;
    padding: 40px 0;
    height: calc(100vh - 60px);
    box-sizing: border-box;
    transition: all 0.5s;
  }
  .main-navigation #menu-main-navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 0;
  }
  .main-navigation #menu-main-navigation > li {
    flex: 0 0 100%;
  }
}
.main-navigation .is-highlighted {
  position: absolute;
  opacity: 0;
  text-indent: -99999px;
}

#menu-main-navigation > li > ul {
  display: none;
}
#menu-main-navigation > li > .sub-menu-wrapper {
  border-bottom: 1px solid white;
  background: white;
  z-index: 400;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.5s;
  /*@warn  $offset "  Breakpoint not defined";*/
}
#menu-main-navigation > li > .sub-menu-wrapper > ul {
  display: block;
}
#menu-main-navigation > li > .sub-menu-wrapper > .sub-menu {
  max-width: 600px;
  margin: auto;
  transition: all 0.3s;
  transition-delay: 0.5s;
  opacity: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
#menu-main-navigation > li > .sub-menu-wrapper > .sub-menu:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#menu-main-navigation > li > .sub-menu-wrapper > .sub-menu li a {
  display: block;
  color: #493657;
  text-decoration: none;
  padding: 0.3125em;
  transition: all 0.3s;
}
#menu-main-navigation > li > .sub-menu-wrapper > .sub-menu li a::after {
  font-family: icons;
  content: "";
  font-weight: normal;
  font-size: 0.6em;
  margin-left: 0.3em;
  transition: all 0.3s;
}
#menu-main-navigation > li > .sub-menu-wrapper > .sub-menu li a:active::after, #menu-main-navigation > li > .sub-menu-wrapper > .sub-menu li a:hover::after, #menu-main-navigation > li > .sub-menu-wrapper > .sub-menu li a:focus::after, #menu-main-navigation > li > .sub-menu-wrapper > .sub-menu li a.active::after {
  margin-left: 0.5em;
}
#menu-main-navigation > li > .sub-menu-wrapper > .sub-menu li a:hover {
  color: #9B4F76;
}
#menu-main-navigation > li > .sub-menu-wrapper .highlight-container-wrapper {
  min-height: 3.125em;
  grid-row-start: 1;
  grid-row-end: 4;
}
#menu-main-navigation > li > .sub-menu-wrapper .highlight-container-wrapper .highlight-container li {
  float: none;
  width: 100%;
}
#menu-main-navigation > li > .sub-menu-wrapper .highlight-container-wrapper .highlight-container li a {
  font-weight: 900;
  text-transform: uppercase;
}
#menu-main-navigation > li > .sub-menu-wrapper .highlight-container-wrapper .highlight-container li a:after {
  font-size: 0.8em;
  font-weight: normal;
  margin-left: 0.1em;
}
@media screen and (min-width: 768px) {
  #menu-main-navigation > li > .sub-menu-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    transform: translate(0, -150%);
    padding: 8.75em 1.25em 2.5em;
  }
}
@media (max-width: 767px) {
  #menu-main-navigation > li > .sub-menu-wrapper {
    height: 0;
    overflow: hidden;
    border-bottom-width: 0 !important;
    transition: all 0.2s;
    width: calc(100% + 40px);
    margin: 0 -20px !important;
  }
  #menu-main-navigation > li > .sub-menu-wrapper > .sub-menu {
    grid-template-columns: 1fr;
    transition-delay: 0.01s !important;
  }
  #menu-main-navigation > li > .sub-menu-wrapper > .sub-menu .highlight-container-wrapper {
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
#menu-main-navigation > li:hover, #menu-main-navigation > li:focus, #menu-main-navigation > li:focus-within {
  /*@warn  $offset "  Breakpoint not defined";*/
}
#menu-main-navigation > li:hover > ul, #menu-main-navigation > li:focus > ul, #menu-main-navigation > li:focus-within > ul {
  display: block;
}
#menu-main-navigation > li:hover > .sub-menu-wrapper, #menu-main-navigation > li:focus > .sub-menu-wrapper, #menu-main-navigation > li:focus-within > .sub-menu-wrapper {
  border-bottom: 1px solid #9b4f76;
  transform: translate(0, 0);
  opacity: 1;
}
#menu-main-navigation > li:hover > .sub-menu-wrapper > .sub-menu, #menu-main-navigation > li:focus > .sub-menu-wrapper > .sub-menu, #menu-main-navigation > li:focus-within > .sub-menu-wrapper > .sub-menu {
  opacity: 1;
}
@media (max-width: 767px) {
  #menu-main-navigation > li:hover > .sub-menu-wrapper, #menu-main-navigation > li:focus > .sub-menu-wrapper, #menu-main-navigation > li:focus-within > .sub-menu-wrapper {
    height: auto;
    padding: 20px 40px;
  }
}
#menu-main-navigation > li.current_page_ancestor, #menu-main-navigation > li.current_page_item {
  /*@warn  $offset "  Breakpoint not defined";*/
}
@media (max-width: 767px) {
  #menu-main-navigation > li.current_page_ancestor > .sub-menu-wrapper, #menu-main-navigation > li.current_page_item > .sub-menu-wrapper {
    height: auto;
    padding: 20px 40px;
  }
  #menu-main-navigation > li.current_page_ancestor > .sub-menu-wrapper > .sub-menu, #menu-main-navigation > li.current_page_item > .sub-menu-wrapper > .sub-menu {
    opacity: 1;
  }
}
#menu-main-navigation > li a:hover + .sub-menu-wrapper {
  border-bottom: 1px solid #9b4f76;
  transform: translate(0, 0);
  opacity: 1;
}
#menu-main-navigation > li a:hover + .sub-menu-wrapper > .sub-menu {
  opacity: 1;
}

.quick-cta {
  float: right;
  position: relative;
  z-index: 1000;
  /*@warn  $offset "  Breakpoint not defined";*/
}
@media (max-width: 767px) {
  .quick-cta {
    position: fixed;
    bottom: 0;
    left: calc(50% - 143px);
  }
}
.quick-cta button, .quick-cta a {
  padding: 0 1.25em 0 3.9375em;
  border: 0;
  border-radius: 0;
  float: left;
  position: relative;
  color: #2e2237;
  text-decoration: none;
  font-weight: 900;
  box-sizing: border-box;
  text-transform: uppercase;
  line-height: 3.75em;
  max-width: 150px;
  z-index: 1100;
  box-shadow: 0;
  transition: all 0.3s;
}
.quick-cta button:after, .quick-cta a:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.quick-cta button span, .quick-cta a span {
  display: block;
  line-height: 3.75em;
  text-align: left;
}
.quick-cta button::before, .quick-cta a::before {
  position: absolute;
  left: 0.375em;
  font-weight: normal;
  font-size: 2.5em;
  transform: scale(1) rotate(0);
  text-shadow: 0 0 0 0 black;
}
.quick-cta button:active, .quick-cta button:hover, .quick-cta button:focus, .quick-cta button.active, .quick-cta a:active, .quick-cta a:hover, .quick-cta a:focus, .quick-cta a.active {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 1200;
}
@media screen and (max-width: 1110px) {
  .quick-cta button, .quick-cta a {
    padding-left: 3.125em;
  }
  .quick-cta button::before, .quick-cta a::before {
    font-size: 1.875em;
  }
}

.quick-cta-donate {
  background: #9fe2c9;
}
.quick-cta-donate:before {
  font-family: icons;
  content: "";
}
.quick-cta-donate:active::before, .quick-cta-donate:hover::before, .quick-cta-donate:focus::before, .quick-cta-donate.active::before {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    text-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1.1);
    text-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    text-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.quick-cta-safety-exit {
  background: #ffc553;
}
.quick-cta-safety-exit span {
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  line-height: 0.9375em !important;
}
@media screen and (max-width: 781px) and (min-width: 767px) {
  .quick-cta-safety-exit span {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 3.75em !important;
  }
}
.quick-cta-safety-exit:before {
  font-family: icons;
  content: "";
  transition: all 0.3s;
}
.quick-cta-safety-exit:active:before, .quick-cta-safety-exit:hover:before, .quick-cta-safety-exit:focus:before, .quick-cta-safety-exit.active:before {
  transform: rotate(-180deg);
}

body > footer {
  background: #2e2237;
  color: white;
}
body > footer .inner {
  width: calc(100vw - 40px);
  max-width: 1234px;
  margin: 0 auto;
  padding: 1.875em 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  /*@warn  $offset "  Breakpoint not defined";*/
}
body > footer .inner > div {
  flex: 1;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body > footer .inner {
    flex-wrap: wrap;
  }
  body > footer .inner > div {
    flex: 0 0 100%;
  }
  body > footer .inner > div.footer-middle {
    order: 0;
  }
}
body > footer .purple a {
  color: white;
}
body > footer .purple ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body > footer .purple .inner {
  align-items: center;
  justify-content: space-between;
}
body > footer .purple .contact-details {
  flex: 0 0 298px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
body > footer .purple .contact {
  flex: 0 0 186px;
  margin-bottom: 67px;
}
body > footer .purple .contact a {
  border: 0px;
  display: inline-block;
  line-height: 1em;
  outline: none;
  padding: 0 0.625em 0 0;
  transition: all 0.3s;
  background: transparent;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  box-sizing: border-box;
}
body > footer .purple .contact a span, body > footer .purple .contact a a {
  line-height: 1em;
  display: block;
  font-weight: bold;
  border: 2px solid white;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.625em 1em 0.625em 0.625em;
  box-sizing: border-box;
  border-right: none;
  position: relative;
  z-index: 100;
  color: white;
  transition: all 0.3s;
}
body > footer .purple .contact a::before, body > footer .purple .contact a::after {
  content: " ";
  box-sizing: border-box;
  position: absolute;
  background: transparent;
  width: 2px;
  height: 1.7em;
  border-right: 2px solid white;
  z-index: 90;
  transform: rotate(135deg);
  top: -0.2em;
  right: 0em;
}
body > footer .purple .contact a::after {
  transform: rotate(45deg);
  top: 1em;
}
body > footer .purple .contact a:active span, body > footer .purple .contact a:hover span, body > footer .purple .contact a:focus span, body > footer .purple .contact a.active span {
  padding-right: 1.5em;
}
body > footer .purple .details {
  flex: 0 0 135px;
  font-size: 0.875em;
}
body > footer .purple .details p {
  margin-top: 0;
  margin-bottom: 5px;
}
body > footer .purple .details strong {
  text-transform: uppercase;
}
body > footer .purple .details ul {
  font-size: 2.25em;
  display: flex;
}
body > footer .purple .details ul li {
  margin-right: 5px;
}
body > footer .purple .acnc {
  flex: 0 0 152px;
  text-align: center;
  /*@warn  $offset "  Breakpoint not defined";*/
}
body > footer .purple .acnc img {
  width: 11.9309262166vw;
  max-width: 152px;
  min-width: 90px;
  height: auto;
}
@media (max-width: 1274px) {
  body > footer .purple .acnc {
    flex-basis: 11.9309262166vw;
  }
}
body > footer .purple .flags {
  flex: 0 0 80px;
  margin-bottom: 23px;
}
body > footer .purple .flags li {
  padding-right: 10px;
}
body > footer .purple .acknowledgement {
  flex: 0 0 600px;
  font-size: 0.75em;
  /*@warn  $offset "  Breakpoint not defined";*/
}
body > footer .purple .acknowledgement p {
  margin-top: 0;
}
@media (max-width: 1274px) {
  body > footer .purple .acknowledgement {
    flex-basis: 39.2464678179vw;
  }
}
@media screen and (max-width: 1023px) {
  body > footer .purple .inner {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  body > footer .purple .inner > div.contact-details {
    margin-bottom: 2rem;
  }
  body > footer .purple .inner > div.acnc {
    margin-left: calc(88vw - 340px);
  }
  body > footer .purple .inner > div.acknowledgement {
    flex: 0 0 80%;
    flex-basis: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  body > footer .purple .inner > div.contact-details {
    flex-wrap: wrap;
    flex-basis: 138px;
  }
  body > footer .purple .inner > div.contact-details .contact {
    margin-bottom: 1rem;
  }
  body > footer .purple .inner > div.acnc {
    margin-left: calc(100vw - 340px);
  }
  body > footer .purple .inner > div.acnc img {
    width: 152px;
  }
}
body > footer .black {
  background-color: #1A1A1A;
  font-size: 0.875em;
}
body > footer .black a {
  color: white;
}
body > footer .black ul {
  font-size: 2.25em;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
body > footer .black ul li {
  margin-right: 5px;
}
body > footer .black .inner {
  padding: 5px 0;
  align-items: center;
}
body > footer .black .inner > div {
  flex: 0 0 auto;
}
@media screen and (max-width: 1023px) {
  body > footer .black .inner {
    flex-wrap: wrap;
  }
  body > footer .black .inner > div.esl {
    margin-right: 100px;
  }
  body > footer .black .inner > div.c {
    flex: 0 0 50%;
    margin-left: 0;
  }
}
body > footer .black .flags {
  height: 33px;
}
body > footer .black .flags img {
  height: 33px;
}
body > footer .black .esl {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: 40px;
}
body > footer .black .esl img {
  display: inline-block;
  height: 33px;
  width: 33px;
  margin-right: 5px;
}
body > footer .black .esl p {
  display: inline-block;
}
body > footer .black .c {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  body > footer .black {
    padding-bottom: 80px;
  }
  body > footer .black .inner > div.flags {
    margin-bottom: 40px;
  }
  body > footer .black .inner > div.flags img {
    width: 45px;
    margin-top: 8px;
  }
  body > footer .black .inner > div.esl {
    margin: 0 0 40px 0;
  }
  body > footer .black .inner > div.c {
    flex-basis: 100%;
  }
}

.footer-left .text {
  padding-bottom: 0.9375em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.footer-left .text:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.footer-left .text .first, .footer-left .text .second {
  flex: 1 1 auto;
  box-sizing: border-box;
  padding-right: 0.625em;
  font-size: 0.875em;
  /*@warn  $offset "  Breakpoint not defined";*/
}
.footer-left .text .first a, .footer-left .text .second a {
  color: white;
}
.footer-left .text .second {
  white-space: nowrap;
}
.footer-left .social-icons ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer-left .social-icons ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.footer-left .social-icons ul li {
  float: left;
  margin-right: 0.625em;
}
.footer-left .social-icons ul li a {
  color: white;
  text-decoration: none;
  font-size: 2.1875em;
}
.footer-left .disclaimer {
  font-size: 0.875em;
}
.footer-left .disclaimer a {
  color: white;
}

.footer-middle {
  padding: 0 3.125em;
  text-align: center;
  /*@warn  $offset "  Breakpoint not defined";*/
}
@media (max-width: 1274px) {
  .footer-middle {
    padding: 0;
  }
}
.footer-middle .footer-logo {
  margin: 0 auto 3.125em;
}
.footer-middle .footer-logo::before {
  font-family: icons;
  content: "";
  font-size: 5em;
}
.footer-middle p {
  font-size: 0.875em;
}

.footer-right {
  padding-left: 5em;
  /*@warn  $offset "  Breakpoint not defined";*/
  /*@warn  $offset "  Breakpoint not defined";*/
}
@media (max-width: 1274px) {
  .footer-right {
    padding-left: 0;
  }
}
.footer-right .text:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.footer-right .text .first, .footer-right .text .second {
  box-sizing: border-box;
  font-size: 0.75em;
}
.footer-right .text .first a, .footer-right .text .second a {
  color: white;
}
.footer-right .text .first {
  padding-bottom: 0.3125em;
}
.footer-right .text .second {
  font-size: 0.875em;
}
.footer-right .flags ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer-right .flags ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.footer-right .flags ul li {
  float: left;
  margin-right: 0.625em;
}
.footer-right .flags ul li a {
  color: white;
  text-decoration: none;
  font-size: 2.1875em;
}
@media (max-width: 767px) {
  .footer-right {
    margin: 20px 0 50px;
  }
}

.block-wrapper {
  padding: 1.25em 0;
}
.block-wrapper.overlap_next_content {
  position: relative;
  z-index: 100;
  padding-bottom: 0;
}
.block-wrapper.overlap_next_content + .block-wrapper {
  padding-top: 0;
  position: relative;
  margin-top: -5em;
  z-index: 150;
}
.block-wrapper.stack-next-yes {
  margin-bottom: -2.5em;
}
.block-wrapper ul, .block-wrapper ol {
  margin: 0;
  padding: 0 0 0 1.875em;
}

.block-wrapper.full-bleed-image {
  /*@warn  $offset "  Breakpoint not defined";*/
}
.block-wrapper.full-bleed-image .inner {
  max-width: 1980px;
  margin: 0 auto;
  text-align: center;
  min-height: 500px;
  overflow: hidden;
}
@media (max-width: 970px) {
  .block-wrapper.full-bleed-image .inner {
    min-height: 50vw;
  }
}
.block-wrapper.full-bleed-image .inner img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: calc(100% - 20px);
  margin: 0 10px;
  /*@warn  $offset "  Breakpoint not defined";*/
}
@media (max-width: 767px) {
  .block-wrapper.full-bleed-image .inner img {
    max-width: calc(100% + 300px);
    margin: 0 -150px;
  }
}
.block-wrapper.full-bleed-image.images {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 500px;
  padding-top: 0;
}
@media (max-width: 767px) {
  .block-wrapper.full-bleed-image {
    padding-top: 0;
  }
}

.block-wrapper.full-bleed-small .inner {
  max-width: 1980px;
  height: 9.375em;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  /*@warn  $offset "  Breakpoint not defined";*/
}
.block-wrapper.full-bleed-small .inner img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .block-wrapper.full-bleed-small .inner {
    height: 6.25em;
  }
}

.block-wrapper.content-block {
  box-sizing: border-box;
}
.block-wrapper.content-block .inner {
  width: calc(100vw - 40px);
  max-width: 810px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 2.5em;
  color: white;
  /*@warn  $offset "  Breakpoint not defined";*/
}
.block-wrapper.content-block .inner.max-width {
  max-width: 1234px;
}
.block-wrapper.content-block .inner a {
  color: white;
}
.block-wrapper.content-block .inner.background-white, .block-wrapper.content-block .inner.background-pastel-pink, .block-wrapper.content-block .inner.background-pastel-green, .block-wrapper.content-block .inner.background-pastel-yellow {
  color: #493657;
  border-bottom: 2px solid #493657;
}
.block-wrapper.content-block .inner.background-white label, .block-wrapper.content-block .inner.background-white a, .block-wrapper.content-block .inner.background-pastel-pink label, .block-wrapper.content-block .inner.background-pastel-pink a, .block-wrapper.content-block .inner.background-pastel-green label, .block-wrapper.content-block .inner.background-pastel-green a, .block-wrapper.content-block .inner.background-pastel-yellow label, .block-wrapper.content-block .inner.background-pastel-yellow a {
  color: #493657;
}
.block-wrapper.content-block .inner.background-white .link, .block-wrapper.content-block .inner.background-pastel-pink .link, .block-wrapper.content-block .inner.background-pastel-green .link, .block-wrapper.content-block .inner.background-pastel-yellow .link {
  border: 0px;
  display: inline-block;
  line-height: 1em;
  outline: none;
  padding: 0 0.625em 0 0;
  transition: all 0.3s;
  background: transparent;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 2.5em;
}
.block-wrapper.content-block .inner.background-white .link span, .block-wrapper.content-block .inner.background-white .link a, .block-wrapper.content-block .inner.background-pastel-pink .link span, .block-wrapper.content-block .inner.background-pastel-pink .link a, .block-wrapper.content-block .inner.background-pastel-green .link span, .block-wrapper.content-block .inner.background-pastel-green .link a, .block-wrapper.content-block .inner.background-pastel-yellow .link span, .block-wrapper.content-block .inner.background-pastel-yellow .link a {
  line-height: 1em;
  display: block;
  font-weight: bold;
  border: 2px solid #493657;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.625em 1em 0.625em 0.625em;
  box-sizing: border-box;
  border-right: none;
  position: relative;
  z-index: 100;
  color: #493657;
  transition: all 0.3s;
}
.block-wrapper.content-block .inner.background-white .link::before, .block-wrapper.content-block .inner.background-white .link::after, .block-wrapper.content-block .inner.background-pastel-pink .link::before, .block-wrapper.content-block .inner.background-pastel-pink .link::after, .block-wrapper.content-block .inner.background-pastel-green .link::before, .block-wrapper.content-block .inner.background-pastel-green .link::after, .block-wrapper.content-block .inner.background-pastel-yellow .link::before, .block-wrapper.content-block .inner.background-pastel-yellow .link::after {
  content: " ";
  box-sizing: border-box;
  position: absolute;
  background: transparent;
  width: 2px;
  height: 1.7em;
  border-right: 2px solid #493657;
  z-index: 90;
  transform: rotate(135deg);
  top: -0.2em;
  right: 0em;
}
.block-wrapper.content-block .inner.background-white .link::after, .block-wrapper.content-block .inner.background-pastel-pink .link::after, .block-wrapper.content-block .inner.background-pastel-green .link::after, .block-wrapper.content-block .inner.background-pastel-yellow .link::after {
  transform: rotate(45deg);
  top: 1em;
}
.block-wrapper.content-block .inner.background-white .link:active span, .block-wrapper.content-block .inner.background-white .link:hover span, .block-wrapper.content-block .inner.background-white .link:focus span, .block-wrapper.content-block .inner.background-white .link.active span, .block-wrapper.content-block .inner.background-pastel-pink .link:active span, .block-wrapper.content-block .inner.background-pastel-pink .link:hover span, .block-wrapper.content-block .inner.background-pastel-pink .link:focus span, .block-wrapper.content-block .inner.background-pastel-pink .link.active span, .block-wrapper.content-block .inner.background-pastel-green .link:active span, .block-wrapper.content-block .inner.background-pastel-green .link:hover span, .block-wrapper.content-block .inner.background-pastel-green .link:focus span, .block-wrapper.content-block .inner.background-pastel-green .link.active span, .block-wrapper.content-block .inner.background-pastel-yellow .link:active span, .block-wrapper.content-block .inner.background-pastel-yellow .link:hover span, .block-wrapper.content-block .inner.background-pastel-yellow .link:focus span, .block-wrapper.content-block .inner.background-pastel-yellow .link.active span {
  padding-right: 1.5em;
}
.block-wrapper.content-block .inner.background-purple, .block-wrapper.content-block .inner.background-pink {
  color: white;
}
.block-wrapper.content-block .inner.background-purple .link, .block-wrapper.content-block .inner.background-pink .link {
  border: 0px;
  display: inline-block;
  line-height: 1em;
  outline: none;
  padding: 0 0.625em 0 0;
  transition: all 0.3s;
  background: transparent;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 2.5em;
}
.block-wrapper.content-block .inner.background-purple .link span, .block-wrapper.content-block .inner.background-purple .link a, .block-wrapper.content-block .inner.background-pink .link span, .block-wrapper.content-block .inner.background-pink .link a {
  line-height: 1em;
  display: block;
  font-weight: bold;
  border: 2px solid white;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.625em 1em 0.625em 0.625em;
  box-sizing: border-box;
  border-right: none;
  position: relative;
  z-index: 100;
  color: white;
  transition: all 0.3s;
}
.block-wrapper.content-block .inner.background-purple .link::before, .block-wrapper.content-block .inner.background-purple .link::after, .block-wrapper.content-block .inner.background-pink .link::before, .block-wrapper.content-block .inner.background-pink .link::after {
  content: " ";
  box-sizing: border-box;
  position: absolute;
  background: transparent;
  width: 2px;
  height: 1.7em;
  border-right: 2px solid white;
  z-index: 90;
  transform: rotate(135deg);
  top: -0.2em;
  right: 0em;
}
.block-wrapper.content-block .inner.background-purple .link::after, .block-wrapper.content-block .inner.background-pink .link::after {
  transform: rotate(45deg);
  top: 1em;
}
.block-wrapper.content-block .inner.background-purple .link:active span, .block-wrapper.content-block .inner.background-purple .link:hover span, .block-wrapper.content-block .inner.background-purple .link:focus span, .block-wrapper.content-block .inner.background-purple .link.active span, .block-wrapper.content-block .inner.background-pink .link:active span, .block-wrapper.content-block .inner.background-pink .link:hover span, .block-wrapper.content-block .inner.background-pink .link:focus span, .block-wrapper.content-block .inner.background-pink .link.active span {
  padding-right: 1.5em;
}
@media (max-width: 767px) {
  .block-wrapper.content-block .inner {
    padding: 1.875em;
  }
}
.block-wrapper.content-block .inner .image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1.25em;
}
.block-wrapper.content-block .inner .title {
  font-weight: 700;
  font-size: 1.125em;
}
.block-wrapper.content-block .inner .title.caps {
  text-transform: uppercase;
}
.block-wrapper.content-block .inner .heading {
  margin: 1em 0;
  line-height: 1em;
  font-size: 2.125em;
  font-weight: 900;
  text-transform: uppercase;
}
.block-wrapper.content-block .inner .contents:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.block-wrapper.content-block .inner .contents .content {
  box-sizing: border-box;
}
.block-wrapper.content-block .inner .contents .content p:first-child, .block-wrapper.content-block .inner .contents .content h3:first-child, .block-wrapper.content-block .inner .contents .content ul:first-child {
  margin-top: 0;
}
.block-wrapper.content-block .inner .contents .content h1 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2em;
  color: #493657;
}
.block-wrapper.content-block .inner .contents .content h2 {
  font-weight: 900;
  font-size: 1.5em;
}
.block-wrapper.content-block .inner .contents .content h3, .block-wrapper.content-block .inner .contents .content h4, .block-wrapper.content-block .inner .contents .content h5 {
  font-weight: 300;
  font-size: 1.25em;
  color: #9B4F76;
}
.block-wrapper.content-block .inner .contents .content img {
  display: block;
  height: auto;
  margin: 0.625em 0;
}
.block-wrapper.content-block .inner .contents .content img.alignright {
  float: right;
  margin-left: 2rem;
}
.block-wrapper.content-block .inner .contents .content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
}
.block-wrapper.content-block .inner .contents .content img.alignleft {
  float: left;
  margin-right: 2rem;
}
@media screen and (min-width: 768px) {
  .block-wrapper.content-block .inner.col-two .heading {
    max-width: 50%;
    min-width: 300px;
  }
  .block-wrapper.content-block .inner.col-two .content {
    float: left;
    width: 50%;
  }
  .block-wrapper.content-block .inner.col-two .content_1 {
    padding-right: 1.25em;
  }
  .block-wrapper.content-block .inner.col-two .content_2 {
    padding-left: 1.25em;
  }
}

.block-wrapper.cta-blocks {
  box-sizing: border-box;
}
.block-wrapper.cta-blocks .inner {
  width: calc(100vw - 40px);
  max-width: 810px;
  margin: 0 auto;
  box-sizing: border-box;
  color: white;
}
.block-wrapper.cta-blocks .inner:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.block-wrapper.cta-blocks .inner a {
  color: white;
}
.block-wrapper.cta-blocks .inner .cta_block {
  padding: 2.5em;
}
.block-wrapper.cta-blocks .inner .heading {
  margin: 0 0 1em 0;
  line-height: 1em;
  font-size: 2.125em;
  font-weight: 900;
}
.block-wrapper.cta-blocks .inner .content {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .block-wrapper.cta-blocks .inner .content {
    padding-right: 2.5em;
  }
}
.block-wrapper.cta-blocks .inner .content p:first-child,
.block-wrapper.cta-blocks .inner .content h3:first-child,
.block-wrapper.cta-blocks .inner .content ul:first-child {
  margin-top: 0;
}
.block-wrapper.cta-blocks .inner .link {
  border: 0px;
  display: inline-block;
  line-height: 1em;
  outline: none;
  padding: 0 0.625em 0 0;
  transition: all 0.3s;
  background: transparent;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 2.5em;
}
.block-wrapper.cta-blocks .inner .link span, .block-wrapper.cta-blocks .inner .link a {
  line-height: 1em;
  display: block;
  font-weight: bold;
  border: 2px solid white;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.625em 1em 0.625em 0.625em;
  box-sizing: border-box;
  border-right: none;
  position: relative;
  z-index: 100;
  color: white;
  transition: all 0.3s;
}
.block-wrapper.cta-blocks .inner .link::before, .block-wrapper.cta-blocks .inner .link::after {
  content: " ";
  box-sizing: border-box;
  position: absolute;
  background: transparent;
  width: 2px;
  height: 1.7em;
  border-right: 2px solid white;
  z-index: 90;
  transform: rotate(135deg);
  top: -0.2em;
  right: 0em;
}
.block-wrapper.cta-blocks .inner .link::after {
  transform: rotate(45deg);
  top: 1em;
}
.block-wrapper.cta-blocks .inner .link:active span, .block-wrapper.cta-blocks .inner .link:hover span, .block-wrapper.cta-blocks .inner .link:focus span, .block-wrapper.cta-blocks .inner .link.active span {
  padding-right: 1.5em;
}
.block-wrapper.cta-blocks.layout-multiple {
  padding-bottom: 1.25em;
}
.block-wrapper.cta-blocks.layout-multiple .cta_block_wrapper {
  width: 50%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 1.25em;
  /*@warn  $offset "  Breakpoint not defined";*/
}
.block-wrapper.cta-blocks.layout-multiple .cta_block_wrapper:nth-child(odd) {
  padding-right: 0.625em;
}
.block-wrapper.cta-blocks.layout-multiple .cta_block_wrapper:nth-child(even) {
  padding-left: 0.625em;
}
@media (max-width: 767px) {
  .block-wrapper.cta-blocks.layout-multiple .cta_block_wrapper {
    width: 100%;
    float: none;
    padding: 0 !important;
  }
}
.block-wrapper.cta-blocks.layout-multiple.even .last-1,
.block-wrapper.cta-blocks.layout-multiple.even .last-2 {
  margin-bottom: 0;
}
.block-wrapper.cta-blocks.layout-multiple.odd .last-1 {
  margin-bottom: 0;
}

.feature-banner-slider {
  position: relative;
  outline: none;
}
.feature-banner-slider .feature-banner-slide-wrapper {
  outline: none;
}
.feature-banner-slider .inner {
  opacity: 0;
  transition: all 0.3s;
}
.feature-banner-slider .inner.slick-initialized {
  opacity: 1;
}
.feature-banner-slider .inner .feature-banner-slide {
  max-width: 1020px;
  margin: 0 auto;
  padding: 2.5em 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  outline: none;
  /*@warn  $offset "  Breakpoint not defined";*/
  /*@warn  $offset "  Breakpoint not defined";*/
}
.feature-banner-slider .inner .feature-banner-slide:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.feature-banner-slider .inner .feature-banner-slide .image {
  box-sizing: border-box;
  width: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
}
.feature-banner-slider .inner .feature-banner-slide .image img {
  width: 100%;
  height: auto;
  display: none;
}
.feature-banner-slider .inner .feature-banner-slide .text {
  box-sizing: border-box;
  width: 40%;
  color: #493657;
}
.feature-banner-slider .inner .feature-banner-slide .text .title {
  font-weight: 700;
  font-size: 1.125em;
}
.feature-banner-slider .inner .feature-banner-slide .text .heading {
  margin: 1em 0;
  line-height: 1em;
  font-size: 2.125em;
  font-weight: 900;
}
.feature-banner-slider .inner .feature-banner-slide .text .mobile.image {
  height: 0;
  min-height: 0;
}
.feature-banner-slider .inner .feature-banner-slide .text .content {
  font-weight: 500;
  box-sizing: border-box;
  padding-right: 2.5em;
}
.feature-banner-slider .inner .feature-banner-slide .text .content p:first-child,
.feature-banner-slider .inner .feature-banner-slide .text .content h3:first-child,
.feature-banner-slider .inner .feature-banner-slide .text .content ul:first-child {
  margin-top: 0;
}
.feature-banner-slider .inner .feature-banner-slide .text .link {
  border: 0px;
  display: inline-block;
  line-height: 1em;
  outline: none;
  padding: 0 0.625em 0 0;
  transition: all 0.3s;
  background: transparent;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  box-sizing: border-box;
  color: #493657;
  margin-top: 2.5em;
}
.feature-banner-slider .inner .feature-banner-slide .text .link span, .feature-banner-slider .inner .feature-banner-slide .text .link a {
  line-height: 1em;
  display: block;
  font-weight: bold;
  border: 2px solid #493657;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.625em 1em 0.625em 0.625em;
  box-sizing: border-box;
  border-right: none;
  position: relative;
  z-index: 100;
  color: #493657;
  transition: all 0.3s;
}
.feature-banner-slider .inner .feature-banner-slide .text .link::before, .feature-banner-slider .inner .feature-banner-slide .text .link::after {
  content: " ";
  box-sizing: border-box;
  position: absolute;
  background: transparent;
  width: 2px;
  height: 1.7em;
  border-right: 2px solid #493657;
  z-index: 90;
  transform: rotate(135deg);
  top: -0.2em;
  right: 0em;
}
.feature-banner-slider .inner .feature-banner-slide .text .link::after {
  transform: rotate(45deg);
  top: 1em;
}
.feature-banner-slider .inner .feature-banner-slide .text .link:active span, .feature-banner-slider .inner .feature-banner-slide .text .link:hover span, .feature-banner-slider .inner .feature-banner-slide .text .link:focus span, .feature-banner-slider .inner .feature-banner-slide .text .link.active span {
  padding-right: 1.5em;
}
.feature-banner-slider .inner .feature-banner-slide .text .link span {
  border-color: #493657 !important;
}
.feature-banner-slider .inner .feature-banner-slide .text .link::before, .feature-banner-slider .inner .feature-banner-slide .text .link::after {
  border-color: #493657 !important;
}
.feature-banner-slider .inner .feature-banner-slide.type-more_image {
  /*@warn  $offset "  Breakpoint not defined";*/
}
.feature-banner-slider .inner .feature-banner-slide.type-more_image .image {
  width: 60%;
}
.feature-banner-slider .inner .feature-banner-slide.type-more_image .text {
  width: 40%;
}
@media (max-width: 767px) {
  .feature-banner-slider .inner .feature-banner-slide.type-more_image .image {
    width: 100%;
  }
  .feature-banner-slider .inner .feature-banner-slide.type-more_image .text {
    width: 100%;
  }
}
.feature-banner-slider .inner .feature-banner-slide.type-more_text {
  /*@warn  $offset "  Breakpoint not defined";*/
}
.feature-banner-slider .inner .feature-banner-slide.type-more_text .image {
  width: 40%;
}
.feature-banner-slider .inner .feature-banner-slide.type-more_text .text {
  width: 60%;
}
@media (max-width: 767px) {
  .feature-banner-slider .inner .feature-banner-slide.type-more_text .image {
    width: 100%;
  }
  .feature-banner-slider .inner .feature-banner-slide.type-more_text .text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .feature-banner-slider .inner .feature-banner-slide.align-right .image {
    order: 2;
    margin-left: 1.25em;
  }
  .feature-banner-slider .inner .feature-banner-slide.align-right .text {
    order: 1;
    margin-right: 1.25em;
  }
}
@media (min-width: 768px) {
  .feature-banner-slider .inner .feature-banner-slide.align-left .image {
    order: 1;
    margin-right: 1.25em;
  }
  .feature-banner-slider .inner .feature-banner-slide.align-left .text {
    order: 2;
    margin-left: 1.25em;
  }
}
@media (max-width: 1274px) {
  .feature-banner-slider .inner .feature-banner-slide {
    padding: 5em 0 2.5em;
  }
}
@media (max-width: 1060px) {
  .feature-banner-slider .inner .feature-banner-slide {
    max-width: calc(100vw - 40px);
  }
}
@media (max-width: 767px) {
  .feature-banner-slider .inner .feature-banner-slide {
    flex-wrap: wrap;
  }
  .feature-banner-slider .inner .feature-banner-slide .image {
    display: none;
  }
  .feature-banner-slider .inner .feature-banner-slide .text {
    width: 100%;
  }
  .feature-banner-slider .inner .feature-banner-slide .text .mobile.image {
    display: block;
    width: 100%;
    height: calc(100vw - 40px);
    min-height: calc(100vw - 40px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
  }
}
.feature-banner-slider .feature-banner-slider-navigation {
  position: absolute;
  right: 50%;
  z-index: 100;
  top: 3.75em;
  margin-right: -620px;
  /*@warn  $offset "  Breakpoint not defined";*/
}
@media (max-width: 1274px) {
  .feature-banner-slider .feature-banner-slider-navigation {
    margin-top: -25px;
    margin-right: calc(-50vw + 16px);
  }
}
.feature-banner-slider .feature-banner-slider-navigation button {
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 2.8125em;
}
.feature-banner-slider .feature-banner-slider-navigation button span {
  display: block;
  opacity: 0;
  position: absolute;
  text-indent: -9999px;
}

.thumbnail-slider {
  position: relative;
}
.thumbnail-slider .slide-wrapper {
  opacity: 0;
  transition: all 0.3s;
}
.thumbnail-slider .slide-wrapper.slick-initialized {
  opacity: 1;
}
.thumbnail-slider .main-title {
  font-size: 1.125em;
  font-weight: 700;
  color: #493657;
  margin: 0 0 2.5em;
}
@media (min-width: 768px) {
  .thumbnail-slider.center-mode-yes .main-title {
    text-align: center;
  }
  .thumbnail-slider.center-mode-yes .inner .thumbnail {
    padding: 0 0.625em;
  }
}
.thumbnail-slider .inner {
  width: calc(100vw - 40px);
  max-width: 1234px;
  margin: 0 auto;
}
.thumbnail-slider .inner .thumbnail {
  display: inline-block;
  text-decoration: none;
  padding: 0 1.25em 0 0;
  color: #493657;
  outline: none;
}
.thumbnail-slider .inner .thumbnail:nth-child(even) {
  padding-top: 2.1875em;
}
.thumbnail-slider .inner .thumbnail .top {
  position: relative;
  width: 16.25em;
  overflow: hidden;
  height: 16.25em;
  margin-bottom: 1.25em;
}
.thumbnail-slider .inner .thumbnail .bottom {
  width: 16.25em;
}
.thumbnail-slider .inner .thumbnail .image {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 100;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.thumbnail-slider .inner .thumbnail .overlay-text {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 150;
  background: grey;
  box-sizing: border-box;
  padding: 2.1875em;
  color: white;
  transition: all 0.3s;
  transform: translate(0, -150%);
}
.thumbnail-slider .inner .thumbnail .overlay-text i {
  display: block;
  font-size: 2.5em;
  position: absolute;
  bottom: 35px;
  left: 35px;
}
.thumbnail-slider .inner .thumbnail .overlay-text[style*="#ffe5f4"] {
  color: #493657;
}
.thumbnail-slider .inner .thumbnail:active .overlay-text, .thumbnail-slider .inner .thumbnail:hover .overlay-text, .thumbnail-slider .inner .thumbnail:focus .overlay-text, .thumbnail-slider .inner .thumbnail.active .overlay-text {
  transform: translate(0, 0%);
}
.thumbnail-slider .inner .thumbnail .heading {
  font-weight: 900;
  margin: 0;
  font-size: 1em;
}
.thumbnail-slider .inner .thumbnail .sub-heading {
  margin: 0;
  font-weight: normal;
}
.thumbnail-slider .inner .thumbnail .text {
  margin-top: 0.625em;
}
.thumbnail-slider .inner .thumbnail:not([href]) i {
  display: none !important;
}
.thumbnail-slider.type-simple .heading {
  font-size: 1.75em !important;
}
.thumbnail-slider.type-simple .sub-heading,
.thumbnail-slider.type-simple .text {
  display: none;
}
.thumbnail-slider .thumbnail-slider-navigation {
  position: absolute;
  right: 50%;
  z-index: 100;
  top: 0.625em;
  margin-right: -620px;
  /*@warn  $offset "  Breakpoint not defined";*/
}
@media (max-width: 1274px) {
  .thumbnail-slider .thumbnail-slider-navigation {
    margin-right: calc(-50vw + 10px);
  }
}
.thumbnail-slider .thumbnail-slider-navigation button {
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 2.8125em;
}
.thumbnail-slider .thumbnail-slider-navigation button span {
  display: block;
  opacity: 0;
  position: absolute;
  text-indent: -9999px;
}

.content-draws .inner {
  width: calc(100vw - 40px);
  max-width: 810px;
  margin: 0 auto;
}
.content-draws .main-title {
  font-size: 1.125em;
  color: #493657;
  margin: 1.1875em 0 2.3125em;
}
.content-draws .draw {
  background: rgba(255, 197, 83, 0.3);
  color: #493657;
}
.content-draws .draw a {
  color: #493657;
}
.content-draws .draw + .draw {
  margin-top: 1.25em;
}
.content-draws .title {
  margin: 0;
  font-size: 1em;
}
.content-draws .title button {
  margin: 0;
  padding: 1.5625em 3.125em 1.5625em 2.5em;
  text-align: left;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  background: transparent;
  /*@warn  $offset "  Breakpoint not defined";*/
}
.content-draws .title button span {
  font-size: 2.125em;
  font-weight: 900;
}
.content-draws .title button::before, .content-draws .title button:after {
  font-family: icons;
  content: "";
  font-size: 2.5em;
  margin: -0.05em 0 0;
  position: absolute;
  right: 1em;
  font-weight: normal;
  transition: all 0.3s;
  transform: rotate(0deg);
  opacity: 1;
  transform-origin: center;
  top: 1.5625rem;
}
.content-draws .title button::after {
  content: "";
  transform: rotate(45deg);
  opacity: 0;
}
.content-draws .title button.active::before {
  transform: rotate(180deg);
  opacity: 0;
  color: #2e2237;
}
.content-draws .title button.active::after {
  transform: rotate(0deg);
  opacity: 1;
  color: #2e2237;
}
@media (max-width: 767px) {
  .content-draws .title button span {
    font-size: 1.5em;
  }
  .content-draws .title button::before, .content-draws .title button:after {
    right: 0.5em;
    font-size: 1.875em;
  }
}
.content-draws .accordion-panel {
  display: none;
}
.content-draws .accordion-panel:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.content-draws .accordion-panel .content {
  padding: 2.5em;
  box-sizing: border-box;
}
.content-draws .accordion-panel .content p:first-of-type,
.content-draws .accordion-panel .content h2:first-of-type,
.content-draws .accordion-panel .content h3:first-of-type,
.content-draws .accordion-panel .content h4:first-of-type,
.content-draws .accordion-panel .content ul:first-of-type {
  margin-top: 0;
}
.content-draws .accordion-panel .content img {
  margin: 0.625em 0;
}
.content-draws .accordion-panel.layout-two .content:first-child {
  padding-bottom: 0;
}
.content-draws .accordion-panel.layout-two .content:last-child {
  padding-top: 1.25em;
}
@media screen and (min-width: 768px) {
  .content-draws .accordion-panel.layout-two .content {
    float: left;
    width: 50%;
  }
  .content-draws .accordion-panel.layout-two .content:first-child {
    padding-right: 1.25em;
    padding-bottom: 2.5em;
  }
  .content-draws .accordion-panel.layout-two .content:last-child {
    padding-left: 1.25em;
    padding-top: 2.5em;
  }
}

.sponsors .inner {
  width: calc(100vw - 40px);
  max-width: 1234px;
  margin: 0 auto;
}
.sponsors .inner ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.sponsors .inner ul li {
  display: inline-block;
  padding: 0.625em;
}
.sponsors .inner ul li a {
  display: block;
}
.sponsors .inner ul li a img {
  max-width: 190px;
  height: auto;
}

.block-wrapper.news-listing {
  color: #493657;
  position: relative;
}
.block-wrapper.news-listing::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.block-wrapper.news-listing.loading::before {
  display: block;
}
.block-wrapper.news-listing .inner {
  max-width: 810px;
  margin: 0 auto;
}
.block-wrapper.news-listing .filters form fieldset {
  border: 0;
  padding: 0 0 0 5em;
  margin: 0;
  min-width: 0;
  position: relative;
}
.block-wrapper.news-listing .filters form legend {
  position: absolute;
  left: 0;
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 700;
  padding: 0.5em 0;
}
.block-wrapper.news-listing .filters form .options {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.block-wrapper.news-listing .filters form .options:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.block-wrapper.news-listing .filters form .options .option {
  float: left;
}
.block-wrapper.news-listing .filters form .options .option input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.block-wrapper.news-listing .filters form .options .option input:checked + label {
  background: #493657;
  color: white;
}
.block-wrapper.news-listing .filters form .options .option label {
  cursor: pointer;
  display: block;
  padding: 0.625em 0.9375em;
  border: 2px solid #493657;
  border-radius: 1.5em;
  font-weight: 700;
  margin: 0 0.9375em 1.25em 0;
  transition: all 0.3s;
  background: transparent;
}
.block-wrapper.news-listing .filters form .options .option label:active, .block-wrapper.news-listing .filters form .options .option label:hover, .block-wrapper.news-listing .filters form .options .option label:focus, .block-wrapper.news-listing .filters form .options .option label.active {
  background: #493657;
  color: white;
}
.block-wrapper.news-listing .list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-left: -0.625em;
  margin-right: -0.625em;
}
.block-wrapper.news-listing .list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.block-wrapper.news-listing .list li {
  width: 33.3333333333%;
  float: left;
  padding: 0.625em;
  box-sizing: border-box;
}
.block-wrapper.news-listing .list li .item {
  display: block;
  width: 100%;
  color: #493657;
  text-decoration: none;
}
.block-wrapper.news-listing .list li .item .image {
  width: 100%;
  min-height: 15.625em;
  background-size: 150% auto;
  background-color: #ffe6f3;
  background-position: center;
  transition: all 0.3s;
  box-shadow: 0em;
  background-repeat: no-repeat;
}
.block-wrapper.news-listing .list li .item .text {
  padding: 0.625em 0;
}
.block-wrapper.news-listing .list li .item .text .title {
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
}
.block-wrapper.news-listing .list li .item .text .date {
  margin: 0.1875em 0 0.625em;
}
.block-wrapper.news-listing .list li .item .text .link {
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
}
.block-wrapper.news-listing .list li .item .text .link:after {
  font-family: icons;
  content: "";
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.6em;
  margin-left: 0.1em;
  float: right;
  transition: all 0.3s;
}
.block-wrapper.news-listing .list li .item:active .image, .block-wrapper.news-listing .list li .item:hover .image, .block-wrapper.news-listing .list li .item:focus .image, .block-wrapper.news-listing .list li .item.active .image {
  background-color: #ffadd6;
  background-size: 160% auto;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.3);
}
.block-wrapper.news-listing .list li .item:active .link::after, .block-wrapper.news-listing .list li .item:hover .link::after, .block-wrapper.news-listing .list li .item:focus .link::after, .block-wrapper.news-listing .list li .item.active .link::after {
  margin-left: 0.3em;
}
.block-wrapper.news-listing .navigation {
  text-align: center;
  padding: 2.5em 0;
}
.block-wrapper.news-listing .navigation button {
  display: inline-block;
  background: #ffc553;
  color: #2e2237;
  border-radius: 0;
  font-weight: bold;
  border: 0;
  padding: 1.25em 2.5em;
  font-weight: 900;
  text-transform: uppercase;
  color: #493657;
  transition: all 0.3s;
  transform: scale(1);
  opacity: 1;
}
.block-wrapper.news-listing .navigation button.hide {
  transform: scale(0);
  opacity: 0.5;
}

.block-wrapper.resources-listing {
  position: relative;
  color: #493657;
}
.block-wrapper.resources-listing::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.block-wrapper.resources-listing.loading::before {
  display: block;
}
.block-wrapper.resources-listing .inner {
  width: calc(100vw - 40px);
  max-width: 810px;
  margin: 0 auto;
}
.block-wrapper.resources-listing .filters form {
  /*@warn  $offset "  Breakpoint not defined";*/
}
.block-wrapper.resources-listing .filters form fieldset {
  border: 0;
  padding: 0 0 0 5em;
  margin: 0;
  min-width: 0;
  position: relative;
}
.block-wrapper.resources-listing .filters form legend {
  position: absolute;
  left: 0;
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 700;
  padding: 0.5em 0;
}
.block-wrapper.resources-listing .filters form .options {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 1.875em;
}
.block-wrapper.resources-listing .filters form .options:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.block-wrapper.resources-listing .filters form .options .option {
  float: left;
}
.block-wrapper.resources-listing .filters form .options .option input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.block-wrapper.resources-listing .filters form .options .option input:checked + label {
  background: #493657;
  color: white;
}
.block-wrapper.resources-listing .filters form .options .option label {
  cursor: pointer;
  display: block;
  padding: 0.625em 0.9375em;
  border: 2px solid #493657;
  border-radius: 1.5em;
  font-weight: 700;
  margin: 0 0.625em 0.625em 0;
  transition: all 0.3s;
  background: transparent;
}
.block-wrapper.resources-listing .filters form .options .option label:active, .block-wrapper.resources-listing .filters form .options .option label:hover, .block-wrapper.resources-listing .filters form .options .option label:focus, .block-wrapper.resources-listing .filters form .options .option label.active {
  background: #493657;
  color: white;
}
@media (max-width: 767px) {
  .block-wrapper.resources-listing .filters form fieldset {
    padding: 3.125em 0 0 0;
  }
  .block-wrapper.resources-listing .filters form legend {
    top: 0;
  }
}
.block-wrapper.resources-listing .list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.block-wrapper.resources-listing .list li a {
  display: block;
  color: #493657;
  text-decoration: none;
  position: relative;
  padding: 1.25em 3.75em 1.25em 4.6875em;
  background: rgba(159, 226, 201, 0.3);
  transition: all 0.3s;
  /*@warn  $offset "  Breakpoint not defined";*/
}
.block-wrapper.resources-listing .list li a:active, .block-wrapper.resources-listing .list li a:hover, .block-wrapper.resources-listing .list li a:focus, .block-wrapper.resources-listing .list li a.active {
  background: #493657;
  color: white;
}
.block-wrapper.resources-listing .list li a::after {
  content: "";
  font-family: icons;
  position: absolute;
  font-size: 2.5em;
  top: 0.4em;
  right: 0.5em;
}
.block-wrapper.resources-listing .list li a i {
  position: absolute;
  left: 0.5em;
  font-size: 2.1875em;
  top: 0.5em;
  opacity: 0.95;
}
.block-wrapper.resources-listing .list li a h4 {
  margin: 0;
  font-size: 1.125em;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.8;
}
.block-wrapper.resources-listing .list li a h5 {
  font-size: 1.125em;
  font-style: italic;
  font-weight: 300;
  margin: 0;
}
.block-wrapper.resources-listing .list li a .tags {
  font-size: 0.75em;
  font-style: italic;
  display: block;
  min-height: 1em;
}
@media (max-width: 767px) {
  .block-wrapper.resources-listing .list li a {
    padding: 4.375em 1.25em 0.625em 1.25em;
  }
  .block-wrapper.resources-listing .list li a h4 {
    font-size: 1em;
  }
}
.block-wrapper.resources-listing .list li + li {
  margin-top: 0.625em;
}
.block-wrapper.resources-listing .navigation {
  text-align: center;
  padding: 2.5em 0;
}
.block-wrapper.resources-listing .navigation button {
  display: inline-block;
  background: #ffc553;
  color: #2e2237;
  border-radius: 0;
  font-weight: bold;
  border: 0;
  padding: 1.25em 2.5em;
  font-weight: 900;
  text-transform: uppercase;
  color: #493657;
  transition: all 0.3s;
  transform: scale(1);
  opacity: 1;
}
.block-wrapper.resources-listing .navigation button.hide {
  transform: scale(0);
  opacity: 0.5;
}

.resources-block {
  background: rgba(159, 226, 201, 0.3);
}
.resources-block .inner {
  width: calc(100vw - 40px);
  max-width: 1234px;
  margin: 0 auto;
  padding: 2.5em 0;
}
.resources-block .inner:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.resources-block .text {
  box-sizing: border-box;
  color: #493657;
  padding-bottom: 1.25em;
}
.resources-block .text .title {
  font-weight: 700;
  font-size: 1.125em;
}
.resources-block .text .heading {
  margin: 1em 0;
  line-height: 1em;
  font-size: 2.125em;
  font-weight: 900;
}
.resources-block .text .content {
  font-weight: 500;
  box-sizing: border-box;
  padding-right: 2.5em;
}
.resources-block .text .content p:first-child,
.resources-block .text .content h3:first-child,
.resources-block .text .content ul:first-child {
  margin-top: 0;
}
.resources-block .text .link {
  border: 0px;
  display: inline-block;
  line-height: 1em;
  outline: none;
  padding: 0 0.625em 0 0;
  transition: all 0.3s;
  background: transparent;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  box-sizing: border-box;
  color: #493657;
  margin-top: 2.5em;
}
.resources-block .text .link span, .resources-block .text .link a {
  line-height: 1em;
  display: block;
  font-weight: bold;
  border: 2px solid #493657;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.625em 1em 0.625em 0.625em;
  box-sizing: border-box;
  border-right: none;
  position: relative;
  z-index: 100;
  color: #493657;
  transition: all 0.3s;
}
.resources-block .text .link::before, .resources-block .text .link::after {
  content: " ";
  box-sizing: border-box;
  position: absolute;
  background: transparent;
  width: 2px;
  height: 1.7em;
  border-right: 2px solid #493657;
  z-index: 90;
  transform: rotate(135deg);
  top: -0.2em;
  right: 0em;
}
.resources-block .text .link::after {
  transform: rotate(45deg);
  top: 1em;
}
.resources-block .text .link:active span, .resources-block .text .link:hover span, .resources-block .text .link:focus span, .resources-block .text .link.active span {
  padding-right: 1.5em;
}
.resources-block .text .link span {
  border-color: #493657 !important;
}
.resources-block .text .link::before, .resources-block .text .link::after {
  border-color: #493657 !important;
}
.resources-block .list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
.resources-block .list li a {
  display: block;
  color: #493657;
  text-decoration: none;
  position: relative;
  padding: 1.25em 3.75em 1.25em 4.6875em;
  background: white;
  transition: all 0.3s;
}
.resources-block .list li a:active, .resources-block .list li a:hover, .resources-block .list li a:focus, .resources-block .list li a.active {
  background: #493657;
  color: white;
}
.resources-block .list li a::after {
  content: "";
  font-family: icons;
  position: absolute;
  font-size: 2.5em;
  top: 0.4em;
  right: 0.5em;
}
.resources-block .list li a i {
  position: absolute;
  left: 0.5em;
  font-size: 2.1875em;
  top: 0.5em;
  opacity: 0.95;
}
.resources-block .list li a .title {
  margin: 0;
  font-size: 1.125em;
  font-weight: 900;
  text-transform: uppercase;
}
.resources-block .list li a .tags {
  font-size: 0.75em;
  font-style: italic;
  display: block;
  min-height: 1em;
}
.resources-block .list li + li {
  margin-top: 0.625em;
}
@media screen and (min-width: 768px) {
  .resources-block .text {
    width: 40%;
    padding-bottom: 0;
    padding-right: 1.25em;
    float: left;
  }
  .resources-block .list {
    float: left;
    width: 60%;
    padding-left: 1.25em;
  }
}

body > main .with_frm_style {
  --form-width: 100%;
  --form-align: left;
  --direction: ltr;
  --fieldset: 0px;
  --fieldset-color: transparent;
  --fieldset-padding: 0 0 0 0;
  --fieldset-bg-color: transparent;
  --title-size: 40px;
  --title-color: inherit;
  --title-margin-top: 10px;
  --title-margin-bottom: 60px;
  --form-desc-size: 1.15rem;
  --form-desc-color: inherit;
  --form-desc-margin-top: 10px;
  --form-desc-margin-bottom: 25px;
  --font: inherit;
  --font-size: 1.15rem;
  --label-color: inherit;
  --weight: normal;
  --position: none;
  --align: left;
  --width: 150px;
  --required-color: #B94A48;
  --required-weight: bold;
  --label-padding: 0 0 10px 0;
  --description-font-size: 12px;
  --description-color: inherit;
  --description-weight: normal;
  --description-style: normal;
  --description-align: left;
  --description-margin: 0;
  --field-font-size: 1.15rem;
  --field-height: 32px;
  --line-height: inherit;
  --field-width: 100%;
  --auto-width: 100%;
  --field-pad: 6px 10px;
  --field-margin: 20px;
  --field-weight: normal;
  --text-color: #2e2237;
  --border-color: #493657;
  --field-border-width: 1px;
  --field-border-style: solid;
  --bg-color: #ffffff;
  --bg-color-active: #ffffff;
  --border-color-active: #66afe9;
  --text-color-error: inherit;
  --bg-color-error: #ffffff;
  --border-color-error: #B94A48;
  --border-width-error: 1px;
  --border-style-error: solid;
  --bg-color-disabled: #ffffff;
  --border-color-disabled: #E5E5E5;
  --text-color-disabled: #A1A1A1;
  --radio-align: block;
  --check-align: block;
  --check-font-size: 1.15rem;
  --check-label-color: inherit;
  --check-weight: normal;
  --section-font-size: 1.15rem;
  --section-color: inherit;
  --section-weight: bold;
  --section-pad: 15px 0 3px 0;
  --section-mar-top: 15px;
  --section-mar-bottom: 30px;
  --section-bg-color: transparent;
  --section-border-color: #e8e8e8;
  --section-border-width: 2px;
  --section-border-style: solid;
  --section-border-loc: -top;
  --collapse-pos: after;
  --submit-font-size: 1.15rem;
  --submit-width: auto;
  --submit-height: auto;
  --submit-bg-color: #579AF6;
  --submit-border-color: #579AF6;
  --submit-border-width: 1px;
  --submit-text-color: #ffffff;
  --submit-weight: normal;
  --submit-border-radius: 4px;
  --submit-margin: 10px;
  --submit-padding: 10px 20px;
  --submit-shadow-color: #eeeeee;
  --submit-hover-bg-color: #efefef;
  --submit-hover-color: inherit;
  --submit-hover-border-color: #cccccc;
  --submit-active-bg-color: #efefef;
  --submit-active-color: inherit;
  --submit-active-border-color: #cccccc;
  --border-radius: 4px;
  --error-bg: #F2DEDE;
  --error-border: #EBCCD1;
  --error-text: #B94A48;
  --error-font-size: 1.15rem;
  --success-bg-color: #DFF0D8;
  --success-border-color: #D6E9C6;
  --success-text-color: #468847;
  --success-font-size: 1.15rem;
  --progress-bg-color: #eaeaea;
  --progress-active-color: #ffffff;
  --progress-active-bg-color: #493657;
  --progress-color: #3f4b5b;
  --progress-border-color: #E5E5E5;
  --progress-border-size: 2px;
  --progress-size: 30px;
  --toggle-font-size: 15px;
  --toggle-on-color: #579AF6;
  --toggle-off-color: #eaeaea;
  --slider-font-size: 24px;
  --slider-color: #579AF6;
  --slider-bar-color: #579AF6;
  --date-head-bg-color: #579AF6;
  --date-head-color: #ffffff;
  --date-band-color: #2568c4;
  --box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset ;
}
body > main .with_frm_style input[type=text],
body > main .with_frm_style input[type=password],
body > main .with_frm_style input[type=email],
body > main .with_frm_style input[type=number],
body > main .with_frm_style input[type=url],
body > main .with_frm_style input[type=tel],
body > main .with_frm_style input[type=file],
body > main .with_frm_style input[type=search],
body > main .with_frm_style select,
body > main .with_frm_style .frm-card-element.StripeElement,
body > main .frm_full textarea {
  padding: 0.6em 1em 0.5em;
  border-radius: 1.5em;
  border: 2px solid #493657;
  line-height: 1.6em;
  font-weight: bold;
  height: auto;
}
body > main .with_frm_style input[type=text]::-webkit-input-placeholder,
body > main .with_frm_style input[type=password]::-webkit-input-placeholder,
body > main .with_frm_style input[type=email]::-webkit-input-placeholder,
body > main .with_frm_style input[type=number]::-webkit-input-placeholder,
body > main .with_frm_style input[type=url]::-webkit-input-placeholder,
body > main .with_frm_style input[type=tel]::-webkit-input-placeholder,
body > main .with_frm_style input[type=file]::-webkit-input-placeholder,
body > main .with_frm_style input[type=search]::-webkit-input-placeholder,
body > main .with_frm_style select::-webkit-input-placeholder,
body > main .with_frm_style .frm-card-element.StripeElement::-webkit-input-placeholder,
body > main .frm_full textarea::-webkit-input-placeholder {
  /* Edge */
  color: #493657;
}
body > main .with_frm_style input[type=text]:-ms-input-placeholder,
body > main .with_frm_style input[type=password]:-ms-input-placeholder,
body > main .with_frm_style input[type=email]:-ms-input-placeholder,
body > main .with_frm_style input[type=number]:-ms-input-placeholder,
body > main .with_frm_style input[type=url]:-ms-input-placeholder,
body > main .with_frm_style input[type=tel]:-ms-input-placeholder,
body > main .with_frm_style input[type=file]:-ms-input-placeholder,
body > main .with_frm_style input[type=search]:-ms-input-placeholder,
body > main .with_frm_style select:-ms-input-placeholder,
body > main .with_frm_style .frm-card-element.StripeElement:-ms-input-placeholder,
body > main .frm_full textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #493657;
}
body > main .with_frm_style input[type=text]::placeholder,
body > main .with_frm_style input[type=password]::placeholder,
body > main .with_frm_style input[type=email]::placeholder,
body > main .with_frm_style input[type=number]::placeholder,
body > main .with_frm_style input[type=url]::placeholder,
body > main .with_frm_style input[type=tel]::placeholder,
body > main .with_frm_style input[type=file]::placeholder,
body > main .with_frm_style input[type=search]::placeholder,
body > main .with_frm_style select::placeholder,
body > main .with_frm_style .frm-card-element.StripeElement::placeholder,
body > main .frm_full textarea::placeholder {
  color: #493657;
}
body > main .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
body > main .frm_style_formidable-style.with_frm_style input[type=submit],
body > main .frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
body > main .frm_style_formidable-style.with_frm_style .frm_submit button,
body > main .frm_form_submit_style,
body > main .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
  background: #ffc553;
  color: #2e2237;
  border-radius: 0;
  font-weight: bold;
  border: 0;
  padding: 1.25em 3.4375em;
  font-weight: bold;
  text-transform: uppercase;
  color: #493657;
  transition: background 0.3s, color 0.45s;
}
body > main .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message::-webkit-input-placeholder,
body > main .frm_style_formidable-style.with_frm_style input[type=submit]::-webkit-input-placeholder,
body > main .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]::-webkit-input-placeholder,
body > main .frm_style_formidable-style.with_frm_style .frm_submit button::-webkit-input-placeholder,
body > main .frm_form_submit_style::-webkit-input-placeholder,
body > main .frm_style_formidable-style.with_frm_style .frm-edit-page-btn::-webkit-input-placeholder {
  /* Edge */
  color: #493657;
}
body > main .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:-ms-input-placeholder,
body > main .frm_style_formidable-style.with_frm_style input[type=submit]:-ms-input-placeholder,
body > main .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:-ms-input-placeholder,
body > main .frm_style_formidable-style.with_frm_style .frm_submit button:-ms-input-placeholder,
body > main .frm_form_submit_style:-ms-input-placeholder,
body > main .frm_style_formidable-style.with_frm_style .frm-edit-page-btn:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #493657;
}
body > main .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message::placeholder,
body > main .frm_style_formidable-style.with_frm_style input[type=submit]::placeholder,
body > main .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]::placeholder,
body > main .frm_style_formidable-style.with_frm_style .frm_submit button::placeholder,
body > main .frm_form_submit_style::placeholder,
body > main .frm_style_formidable-style.with_frm_style .frm-edit-page-btn::placeholder {
  color: #493657;
}
body > main .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover,
body > main .frm_style_formidable-style.with_frm_style input[type=submit]:hover,
body > main .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover,
body > main .frm_style_formidable-style.with_frm_style .frm_submit button:hover,
body > main .frm_form_submit_style:hover,
body > main .frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover {
  background-color: #493657;
  color: #ffc553;
}
body > main .frm_style_formidable-style.with_frm_style .frm_submit {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: -8px;
}
body > main .frm_style_formidable-style.with_frm_style .frm_submit button {
  margin-left: 5px;
}
body > main .frm_form_field .frm_checkbox, body > main .frm_form_field .frm_checkbox + .frm_checkbox, body > main .frm_form_field .frm_radio, body > main .frm_form_field .frm_radio + .frm_radio {
  margin-bottom: 10px;
}
body #form_contact-form label, body #form_contact-form .frm_primary_label {
  font-weight: bold;
}

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