@charset "UTF-8";
/* =================
   Settings
   ================= */
/* =================
   Tools
   ================= */
/* =================
   Mixins
   ================= */
/*
* Align Middle
*/
/*
* Clearfix
*/
/*
* PX to REM
*/
/*
* Truncate text
*/
/*
* CSS Triangle
*/
/*
* Hidden (Visually)
*/
/*
* Cover
*/
/*
* Angle
*/
/*
* Media Queries
*/
/* =================
   Base
   ================= */
/**
 * 1. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom. */
html {
  -ms-text-size-adjust: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 1 */
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/**
 * Remove default margin. */
body {
  margin: 0;
  width: 100%;
  /*overflow-x: hidden;*/
}

/* 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/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 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 styling not present in Safari and Chrome. */
dfn {
  font-style: italic;
}

/**
 * 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;
  max-width: 100%;
}

/**
 * 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 {
  -moz-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] {
  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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  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: 0;
  margin: 0;
  padding: 0;
}

/**
 * 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;
}

html {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  line-height: 1.4;
  color: #100601;
  background: #fff;
  overflow-y: scroll;
}


@media screen and (min-width: 900px) {
  /*body {
    overflow: visible;
  }*/
}
body.-scrollLock {
  overflow: hidden;
  height: 100vh;
}

.text-align-center {
  text-align: center;
}

/*
* Headings
*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #100601;
  margin: 0 0 16px;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 58px;
  font-size: 3.2222222222rem;
}
@media screen and (max-width: 900px) {
  h1, .h1 {
    font-size: 42px;
    font-size: 2.3333333333rem;
  }
}

h2, .h2 {
  font-size: 36px;
  font-size: 2rem;
}
@media screen and (max-width: 900px) {
  h2, .h2 {
    font-size: 30px;
    font-size: 1.6666666667rem;
  }
}

h3, .h3 {
  font-size: 30px;
  font-size: 1.6666666667rem;
}
@media screen and (max-width: 900px) {
  h3, .h3 {
    font-size: 21px;
    font-size: 1.1666666667rem;
  }
}

h4, .h4 {
  font-size: 34px;
  font-size: 1.8888888889rem;
}
@media screen and (max-width: 900px) {
  h4, .h4 {
    font-size: 21px;
    font-size: 1.1666666667rem;
  }
}

h5, .h5,
h6, .h6 {
  font-size: 18px;
  font-size: 1rem;
}

/*
* Paragraphs
*/
p {
  margin: 0 0 24px;
}

strong,
b {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

/*
* Anchors
*/
a {
  color: var(--wp--preset--color--colour-2);
  transition: color 0.2s ease, background 0.2s ease;
  text-decoration: none;
}
p a {
  font-style: italic;
}

a:hover,
a:focus {
  color: #100601;
}

table {
  margin: 0 0 32px;
  width: 100%;
  border-collapse: collapse;
}

td,
th {
  padding: 8px;
  text-align: left;
}
@media screen and (min-width: 900px) {
  td,
th {
    padding: 16px;
  }
}

th {
  font-weight: normal;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  background: #f98e2a;
  color: #fff;
  border: 2px solid #100601;
}

td {
  border: 2px solid #100601;
}

tr:nth-child(2n+1) {
  background: #e5ebee;
}

ul, ol {
  display: block;
  margin: 0;
  padding: 0;
}

li {
  display: block;
}

hr {
  margin: 48px 0;
  border: 0;
  height: 1px;
  background: #100601;
}

img {
  display: block;
}

/* =================
   Libraries
   ================= */
@media screen and (min-width: 900px) {
  .wake {
    opacity: 0;
  }

  .wakeReady {
    transition: opacity 0.75s ease, transform 0.75s ease !important;
  }

  .wakeTop {
    opacity: 0;
    transform: translate(0, -80px);
  }

  .wakeRight {
    opacity: 0;
    transform: translate(100px, 0);
  }

  .wakeBtm {
    opacity: 0;
    transform: translate(0, 80px);
  }

  .wakeLeft {
    opacity: 0;
    transform: translate(-100px, 0);
  }

  .wakeFade {
    opacity: 0;
  }

  .wakeScale {
    opacity: 0;
    transform: scale(0, 0);
  }

  .wakeInit,
.nojs div[class*=wake] {
    opacity: 1;
    transform: none;
  }

  .isIE .wakeTop,
.isIE .wakeRight,
.isIE .wakeBtm,
.isIE .wakeLeft,
.isIE .wakeDelay {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/* 
 * Slick - Custom CSS (See core css below) 
 */
.slick-arrow {
  position: absolute;
  left: -60px;
  top: 35%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(img/icons/arrow-footer-hover.svg) no-repeat -8px center;
  background-size: 40px auto;
  padding: 0;
  border: 0;
  text-indent: -9999px;
  z-index: 10;
  border-radius: 20px;
  transform: rotate(-180deg);
  transition: background 0.2s ease;
}
.slick-arrow:hover {
  background-position: 0 center;
}
.slick-arrow.slick-next {
  left: auto;
  right: -60px;
  transform: rotate(0deg);
}

.slick-dots {
  padding: 40px 0 0;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 16px;
  vertical-align: middle;
  z-index: 1;
}
.slick-dots button {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 39px;
  border: 0;
  background: none;
  padding: 0;
  color: #100601;
  outline: 0;
  text-indent: -9999px;
  opacity: 0.85;
}
.slick-dots button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  border: 1px solid #100601;
  transform: rotate(-25deg);
  transition: transform 0.2s cubic-bezier(0.51, 0, 0.165, 1), background 0.2s cubic-bezier(0.51, 0, 0.165, 1);
  z-index: -1;
}
.slick-dots .slick-active button {
  color: #100601;
}
.slick-dots .slick-active button::before {
  background-color: #100601;
  color: #100601;
}
/* 
 * Slick - Core CSS
 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* =================
   Layouts
   ================= */
/* =================
   Grid - Using Flexbox
   ================= */
.colgroup {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12.5px;
  clear: both;
  *zoom: 1;
}
.colgroup:before, .colgroup:after {
  content: " ";
  display: table;
}
.colgroup:after {
  clear: both;
}
.colgroup.-noGutter {
  margin: 0;
}
.colgroup.-noGutter .colgroup {
  margin: 0;
}

[class*=col-] {
  flex: 1 0 100%;
  max-width: 100%;
  margin: 0;
  padding: 12.5px 12.5px;
}
.-noGutter [class*=col-] {
  padding: 0;
}

.col-auto {
  flex-basis: 0;
  flex-grow: 1;
}

/* All screen sizes */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.offset-12 {
  margin-left: 100%;
}

/* Small screen */
@media screen and (min-width: 540px) {
  .col-sm-auto {
    flex-basis: 0;
    flex-grow: 1;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .offset-sm-12 {
    margin-left: 100%;
  }
}
/* Medium screen */
@media screen and (min-width: 900px) {
  .col-md-auto {
    flex-basis: 0;
    flex-grow: 1;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .offset-md-12 {
    margin-left: 100%;
  }
}
/* Large screen */
@media screen and (min-width: 1080px) {
  .col-lrg-auto {
    flex-basis: 0;
    flex-grow: 1;
  }

  .col-lrg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lrg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lrg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lrg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lrg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lrg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lrg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lrg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lrg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lrg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lrg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lrg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-lrg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lrg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lrg-3 {
    margin-left: 25%;
  }

  .offset-lrg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lrg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lrg-6 {
    margin-left: 50%;
  }

  .offset-lrg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lrg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lrg-9 {
    margin-left: 75%;
  }

  .offset-lrg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lrg-11 {
    margin-left: 91.6666666667%;
  }

  .offset-lrg-12 {
    margin-left: 100%;
  }
}
/*
* Wrapper
*/
.wrapper, .a-pageTitle {
  width: 100%;
  max-width: 1264px;
  margin: 0 auto;
  *zoom: 1;
  padding: 0 16px;
}
.wrapper:before, .a-pageTitle:before, .wrapper:after, .a-pageTitle:after {
  content: " ";
  display: table;
}
.wrapper:after, .a-pageTitle:after {
  clear: both;
}
@media screen and (min-width: 540px) {
  .wrapper, .a-pageTitle {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1080px) {
  .wrapper, .a-pageTitle {
    padding: 0 32px;
  }
}
.wrapper .wrapper, .a-pageTitle .wrapper, .wrapper .a-pageTitle, .a-pageTitle .a-pageTitle {
  padding: 0;
}

.o-siteContain {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .o-siteContain {
    overflow-x: hidden;
  }
}

.o-siteMain {
  *zoom: 1;
}
.o-siteMain:before, .o-siteMain:after {
  content: " ";
  display: table;
}
.o-siteMain:after {
  clear: both;
}

/*
* Skip content link
*/
.a-skipContent {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #f98e2a;
  color: #fff;
  text-align: center;
  overflow: hidden;
  z-index: 998;
  opacity: 0;
}
.a-skipContent:focus {
  width: 100%;
  height: auto;
  padding: 32px;
  opacity: 1;
}

/*
* Page Heading (h1)
*/
.a-pageTitle {
  position: relative;
  margin: 0 auto 32px;
  z-index: 1;
}
@media screen and (min-width: 540px) {
  .a-pageTitle {
    padding-right: 3em;
  }
}
@media screen and (min-width: 1080px) {
  .a-pageTitle {
    padding-right: 7em;
  }
}

/*
* Page
*/
@media screen and (min-width: 900px) {
  .o-page {
    display: flex;
  }
}
.o-page__sub {
  position: relative;
}
@media screen and (min-width: 900px) {
  .o-page__sub {
    width: 25%;
    margin-right: 40px;
  }
}
@media screen and (min-width: 900px) {
  .o-page__main {
    width: calc(75% - 40px);
  }
}

/*
* Sections
*/
.o-section {
  position: relative;
  padding: 64px 0 48px;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .o-section {
    padding: 110px 0;
  }
}
@media screen and (min-width: 900px) {
  .o-section.-cardsIntro .wrapper, .o-section.-cardsIntro .a-pageTitle {
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media screen and (max-width: 900px) {
  .o-section.-cardsIntro [class*=col-] {
    margin-bottom: 40px;
  }
  .o-section.-cardsIntro [class*=col-]:last-child {
    margin: 0;
  }
}
/*
.o-section.-top {
  padding-top: 0;
}
.o-section.-bgPrimary {
  background: #f98e2a;
}
.o-section.-bgPrimary + .o-section.-bgPrimary {
  padding-top: 0;
}
.o-section.-bgSecondary {
  background: #f98e2a;
}
.o-section.-bgSecondary + .o-section.-bgSecondary {
  padding-top: 0;
}
.o-section.-bgSubtle {
  background: #e5ebee;
}
.o-section.-bgSubtle + .o-section.-bgSubtle {
  padding-top: 0;
}
*/
.o-section.-center {
  text-align: center;
}
.o-section.-angleTopInner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.o-section.-angleTopInner:before {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.o-section.-angleTopInner:before {
  top: 0;
  transform: skewY(-3.5deg);
  transform-origin: 0 0;
}
.o-section.-angleTopInner:before {
  background: #fff;
  height: 380px;
  top: 0;
}
.o-section.-angleTopInner.-subtle:before {
  background: #e5ebee;
}
.o-section.-angleTopInner.-top:before {
  height: 270px;
}
.o-section.-bgSecondary + .o-section:before, .o-findMSYP + .o-section:before {
  background-color: #f98e2a;
}

.o-contactDetails .a-heading {
  margin-top: 40px;
  margin-bottom: 16px;
}

.o-dashboard {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1080px) {
  .o-dashboard__inner {
    display: flex;
  }
}
.o-dashboard__intro {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .o-dashboard__intro {
    width: 37%;
    padding-right: 32px;
  }
}
.o-dashboard__intro h1 {
  padding-top: 80px;
}
.o-dashboard__intro p {
  font-size: 27px;
  font-size: 1.5rem;
}
.o-dashboard__actions {
  position: relative;
  width: 100%;
  padding: 24px;
  background: #e5ebee;
  z-index: 1;
}
.o-dashboard__actions:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 50vw;
  height: 100%;
  background: inherit;
}
@media screen and (min-width: 800px) {
  .o-dashboard__actions {
    display: flex;
    padding: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .o-dashboard__actions {
    width: 63%;
  }
}
.o-dashboard__sittings {
  padding-bottom: 40px;
}
@media screen and (min-width: 800px) {
  .o-dashboard__sittings {
    width: 56%;
    padding: 0;
    padding-right: 16px;
  }
}
.o-dashboard__details {
  padding-top: 24px;
  border-top: 2px solid #f98e2a;
}
@media screen and (min-width: 800px) {
  .o-dashboard__details {
    width: 44%;
    padding: 0;
    padding-left: 32px;
    border: 0;
    border-left: 2px solid #f98e2a;
  }
}
.o-dashboard__details .a-btn, .o-dashboard__details .wp-block-button {
  max-width: 100%;
  min-width: 0;
  padding: 17px 24px;
  font-size: 21px;
  font-size: 1.1666666667rem;
  margin-bottom: 32px;
}

.masonry-grid {
  width: 100%;
}

.masonry-grid-gutter {
  display: block;
  max-width: 2%;
}
@media (max-width: 900px) {
  .masonry-grid-gutter {
    width: 0%;
  }
}

.masonry-grid-sizer {
  width: 32%;
}
@media (max-width: 900px) {
  .masonry-grid-sizer {
    width: 100%;
  }
}

.xmasonry-grid-item {
  width: 32%;
}
@media (max-width: 900px) {
  .xmasonry-grid-item {
    width: 100%;
  }
}

/* =================
   Components
   ================= */
.a-btn, .xwp-block-button,
.gform_button {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 12px 24px;
  margin: 0 8px 8px 0;
  background: #f98e2a;
  color: #fff;
  border-radius: 0px;
  border: 2px solid #100601;
  /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
  font-size: 18px;
  font-size: 1rem;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-style: normal;
  transition: all 0.2s ease;
  /*
   * Secondary Button
   */
  /*
   * Outline Button
   */
  /*
   * Arrow Button
   */
  /*
   * Icon Button
   */
  /*
   * Large Button Modifier
   */
  /*
   * Small Button Modifier
   */
  /*
   * Small Button Modifier
   */
}
.a-btn:before, .xwp-block-button:before,
.gform_button:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 100%;
  width: calc(100% + 4px);
  height: 100%;
  height: calc(100% + 4px);
  border: 2px solid #100601;
  background: #C6CBD5;
  z-index: -1;
  transition: all 0.2s ease;
}
.a-btn:hover, .wp-block-button:hover, .a-btn:focus, .wp-block-button:focus, .m-card__link:hover .a-btn, .m-card__link:hover .wp-block-button, .m-card__link:focus .a-btn, .m-card__link:focus .wp-block-button, .m-tile__link:hover .a-btn, .m-tile__link:hover .wp-block-button, .m-tile__link:focus .a-btn, .m-tile__link:focus .wp-block-button, .m-doc__btn:hover .a-btn, .m-doc__btn:hover .wp-block-button, .m-doc__btn:focus .a-btn, .m-doc__btn:focus .wp-block-button, .a-btnTrigger:hover .a-btn, .a-btnTrigger:hover .wp-block-button, .a-btnTrigger:focus .a-btn, .a-btnTrigger:focus .wp-block-button, a:hover > .a-btn, a:hover > .wp-block-button,
.gform_button:hover,
.gform_button:focus,
.m-card__link:hover .gform_button,
.m-card__link:focus .gform_button,
.m-tile__link:hover .gform_button,
.m-tile__link:focus .gform_button,
.m-doc__btn:hover .gform_button,
.m-doc__btn:focus .gform_button,
.a-btnTrigger:hover .gform_button,
.a-btnTrigger:focus .gform_button,
a:hover > .gform_button {
  left: 3px;
  top: 3px;
  background-color: #100601;
  color: #fff!important;
  outline: 0;
}
.a-btn:hover:before, .wp-block-button:hover:before, .a-btn:focus:before, .wp-block-button:focus:before, .m-card__link:hover .a-btn:before, .m-card__link:hover .wp-block-button:before, .m-card__link:focus .a-btn:before, .m-card__link:focus .wp-block-button:before, .m-tile__link:hover .a-btn:before, .m-tile__link:hover .wp-block-button:before, .m-tile__link:focus .a-btn:before, .m-tile__link:focus .wp-block-button:before, .m-doc__btn:hover .a-btn:before, .m-doc__btn:hover .wp-block-button:before, .m-doc__btn:focus .a-btn:before, .m-doc__btn:focus .wp-block-button:before, .a-btnTrigger:hover .a-btn:before, .a-btnTrigger:hover .wp-block-button:before, .a-btnTrigger:focus .a-btn:before, .a-btnTrigger:focus .wp-block-button:before, a:hover > .a-btn:before, a:hover > .wp-block-button:before,
.gform_button:hover:before,
.gform_button:focus:before,
.m-card__link:hover .gform_button:before,
.m-card__link:focus .gform_button:before,
.m-tile__link:hover .gform_button:before,
.m-tile__link:focus .gform_button:before,
.m-doc__btn:hover .gform_button:before,
.m-doc__btn:focus .gform_button:before,
.a-btnTrigger:hover .gform_button:before,
.a-btnTrigger:focus .gform_button:before,
a:hover > .gform_button:before {
  background-color: #f98e2a;
  left: 1px;
  top: 1px;
}
.a-btn.-secondary, .-secondary.wp-block-button,
.gform_button.-secondary {
  background-color: #f98e2a;
  color: #100601;
}
.a-btn.-secondary:before, .-secondary.wp-block-button:before,
.gform_button.-secondary:before {
  background-color: #fff;
}
.a-btn.-secondary:hover, .-secondary.wp-block-button:hover, .a-btn.-secondary:focus, .-secondary.wp-block-button:focus, .m-card__link:hover .a-btn.-secondary, .m-card__link:hover .-secondary.wp-block-button, .m-card__link:focus .a-btn.-secondary, .m-card__link:focus .-secondary.wp-block-button, .m-tile__link:hover .a-btn.-secondary, .m-tile__link:hover .-secondary.wp-block-button, .m-tile__link:focus .a-btn.-secondary, .m-tile__link:focus .-secondary.wp-block-button, .m-doc__btn:hover .a-btn.-secondary, .m-doc__btn:hover .-secondary.wp-block-button, .m-doc__btn:focus .a-btn.-secondary, .m-doc__btn:focus .-secondary.wp-block-button, .a-btnTrigger:hover .a-btn.-secondary, .a-btnTrigger:hover .-secondary.wp-block-button, .a-btnTrigger:focus .a-btn.-secondary, .a-btnTrigger:focus .-secondary.wp-block-button, a:hover > .a-btn.-secondary, a:hover > .-secondary.wp-block-button,
.gform_button.-secondary:hover,
.gform_button.-secondary:focus,
.m-card__link:hover .gform_button.-secondary,
.m-card__link:focus .gform_button.-secondary,
.m-tile__link:hover .gform_button.-secondary,
.m-tile__link:focus .gform_button.-secondary,
.m-doc__btn:hover .gform_button.-secondary,
.m-doc__btn:focus .gform_button.-secondary,
.a-btnTrigger:hover .gform_button.-secondary,
.a-btnTrigger:focus .gform_button.-secondary,
a:hover > .gform_button.-secondary {
  background-color: #100601;
  color: #fff;
}
.a-btn.-secondary:hover:before, .-secondary.wp-block-button:hover:before, .a-btn.-secondary:focus:before, .-secondary.wp-block-button:focus:before, .m-card__link:hover .a-btn.-secondary:before, .m-card__link:hover .-secondary.wp-block-button:before, .m-card__link:focus .a-btn.-secondary:before, .m-card__link:focus .-secondary.wp-block-button:before, .m-tile__link:hover .a-btn.-secondary:before, .m-tile__link:hover .-secondary.wp-block-button:before, .m-tile__link:focus .a-btn.-secondary:before, .m-tile__link:focus .-secondary.wp-block-button:before, .m-doc__btn:hover .a-btn.-secondary:before, .m-doc__btn:hover .-secondary.wp-block-button:before, .m-doc__btn:focus .a-btn.-secondary:before, .m-doc__btn:focus .-secondary.wp-block-button:before, .a-btnTrigger:hover .a-btn.-secondary:before, .a-btnTrigger:hover .-secondary.wp-block-button:before, .a-btnTrigger:focus .a-btn.-secondary:before, .a-btnTrigger:focus .-secondary.wp-block-button:before, a:hover > .a-btn.-secondary:before, a:hover > .-secondary.wp-block-button:before,
.gform_button.-secondary:hover:before,
.gform_button.-secondary:focus:before,
.m-card__link:hover .gform_button.-secondary:before,
.m-card__link:focus .gform_button.-secondary:before,
.m-tile__link:hover .gform_button.-secondary:before,
.m-tile__link:focus .gform_button.-secondary:before,
.m-doc__btn:hover .gform_button.-secondary:before,
.m-doc__btn:focus .gform_button.-secondary:before,
.a-btnTrigger:hover .gform_button.-secondary:before,
.a-btnTrigger:focus .gform_button.-secondary:before,
a:hover > .gform_button.-secondary:before {
  background-color: #f98e2a;
}
.a-btn.-outline, .-outline.wp-block-button,
.gform_button.-outline {
  background-color: #fff;
  color: #100601;
}
.a-btn.-outline:before, .-outline.wp-block-button:before,
.gform_button.-outline:before {
  background-color: #f98e2a;
}
.a-btn.-outline:hover, .-outline.wp-block-button:hover, .a-btn.-outline:focus, .-outline.wp-block-button:focus, .m-card__link:hover .a-btn.-outline, .m-card__link:hover .-outline.wp-block-button, .m-card__link:focus .a-btn.-outline, .m-card__link:focus .-outline.wp-block-button, .m-tile__link:hover .a-btn.-outline, .m-tile__link:hover .-outline.wp-block-button, .m-tile__link:focus .a-btn.-outline, .m-tile__link:focus .-outline.wp-block-button, .m-doc__btn:hover .a-btn.-outline, .m-doc__btn:hover .-outline.wp-block-button, .m-doc__btn:focus .a-btn.-outline, .m-doc__btn:focus .-outline.wp-block-button, .a-btnTrigger:hover .a-btn.-outline, .a-btnTrigger:hover .-outline.wp-block-button, .a-btnTrigger:focus .a-btn.-outline, .a-btnTrigger:focus .-outline.wp-block-button, a:hover > .a-btn.-outline, a:hover > .-outline.wp-block-button,
.gform_button.-outline:hover,
.gform_button.-outline:focus,
.m-card__link:hover .gform_button.-outline,
.m-card__link:focus .gform_button.-outline,
.m-tile__link:hover .gform_button.-outline,
.m-tile__link:focus .gform_button.-outline,
.m-doc__btn:hover .gform_button.-outline,
.m-doc__btn:focus .gform_button.-outline,
.a-btnTrigger:hover .gform_button.-outline,
.a-btnTrigger:focus .gform_button.-outline,
a:hover > .gform_button.-outline {
  background-color: #f98e2a;
  color: #fff;
}
.a-btn.-outline:hover:before, .-outline.wp-block-button:hover:before, .a-btn.-outline:focus:before, .-outline.wp-block-button:focus:before, .m-card__link:hover .a-btn.-outline:before, .m-card__link:hover .-outline.wp-block-button:before, .m-card__link:focus .a-btn.-outline:before, .m-card__link:focus .-outline.wp-block-button:before, .m-tile__link:hover .a-btn.-outline:before, .m-tile__link:hover .-outline.wp-block-button:before, .m-tile__link:focus .a-btn.-outline:before, .m-tile__link:focus .-outline.wp-block-button:before, .m-doc__btn:hover .a-btn.-outline:before, .m-doc__btn:hover .-outline.wp-block-button:before, .m-doc__btn:focus .a-btn.-outline:before, .m-doc__btn:focus .-outline.wp-block-button:before, .a-btnTrigger:hover .a-btn.-outline:before, .a-btnTrigger:hover .-outline.wp-block-button:before, .a-btnTrigger:focus .a-btn.-outline:before, .a-btnTrigger:focus .-outline.wp-block-button:before, a:hover > .a-btn.-outline:before, a:hover > .-outline.wp-block-button:before,
.gform_button.-outline:hover:before,
.gform_button.-outline:focus:before,
.m-card__link:hover .gform_button.-outline:before,
.m-card__link:focus .gform_button.-outline:before,
.m-tile__link:hover .gform_button.-outline:before,
.m-tile__link:focus .gform_button.-outline:before,
.m-doc__btn:hover .gform_button.-outline:before,
.m-doc__btn:focus .gform_button.-outline:before,
.a-btnTrigger:hover .gform_button.-outline:before,
.a-btnTrigger:focus .gform_button.-outline:before,
a:hover > .gform_button.-outline:before {
  background-color: #f98e2a;
}
.a-btn.-outline.-secondary:before, .-outline.-secondary.wp-block-button:before,
.gform_button.-outline.-secondary:before {
  background-color: #f98e2a;
}
.a-btn.-outline.-secondary:hover, .-outline.-secondary.wp-block-button:hover, .a-btn.-outline.-secondary:focus, .-outline.-secondary.wp-block-button:focus, .m-card__link:hover .a-btn.-outline.-secondary, .m-card__link:hover .-outline.-secondary.wp-block-button, .m-card__link:focus .a-btn.-outline.-secondary, .m-card__link:focus .-outline.-secondary.wp-block-button, .m-tile__link:hover .a-btn.-outline.-secondary, .m-tile__link:hover .-outline.-secondary.wp-block-button, .m-tile__link:focus .a-btn.-outline.-secondary, .m-tile__link:focus .-outline.-secondary.wp-block-button, .m-doc__btn:hover .a-btn.-outline.-secondary, .m-doc__btn:hover .-outline.-secondary.wp-block-button, .m-doc__btn:focus .a-btn.-outline.-secondary, .m-doc__btn:focus .-outline.-secondary.wp-block-button, .a-btnTrigger:hover .a-btn.-outline.-secondary, .a-btnTrigger:hover .-outline.-secondary.wp-block-button, .a-btnTrigger:focus .a-btn.-outline.-secondary, .a-btnTrigger:focus .-outline.-secondary.wp-block-button, a:hover > .a-btn.-outline.-secondary, a:hover > .-outline.-secondary.wp-block-button,
.gform_button.-outline.-secondary:hover,
.gform_button.-outline.-secondary:focus,
.m-card__link:hover .gform_button.-outline.-secondary,
.m-card__link:focus .gform_button.-outline.-secondary,
.m-tile__link:hover .gform_button.-outline.-secondary,
.m-tile__link:focus .gform_button.-outline.-secondary,
.m-doc__btn:hover .gform_button.-outline.-secondary,
.m-doc__btn:focus .gform_button.-outline.-secondary,
.a-btnTrigger:hover .gform_button.-outline.-secondary,
.a-btnTrigger:focus .gform_button.-outline.-secondary,
a:hover > .gform_button.-outline.-secondary {
  background-color: #f98e2a;
  color: #100601;
}
.a-btn.-outline.-secondary:hover:before, .-outline.-secondary.wp-block-button:hover:before, .a-btn.-outline.-secondary:focus:before, .-outline.-secondary.wp-block-button:focus:before, .m-card__link:hover .a-btn.-outline.-secondary:before, .m-card__link:hover .-outline.-secondary.wp-block-button:before, .m-card__link:focus .a-btn.-outline.-secondary:before, .m-card__link:focus .-outline.-secondary.wp-block-button:before, .m-tile__link:hover .a-btn.-outline.-secondary:before, .m-tile__link:hover .-outline.-secondary.wp-block-button:before, .m-tile__link:focus .a-btn.-outline.-secondary:before, .m-tile__link:focus .-outline.-secondary.wp-block-button:before, .m-doc__btn:hover .a-btn.-outline.-secondary:before, .m-doc__btn:hover .-outline.-secondary.wp-block-button:before, .m-doc__btn:focus .a-btn.-outline.-secondary:before, .m-doc__btn:focus .-outline.-secondary.wp-block-button:before, .a-btnTrigger:hover .a-btn.-outline.-secondary:before, .a-btnTrigger:hover .-outline.-secondary.wp-block-button:before, .a-btnTrigger:focus .a-btn.-outline.-secondary:before, .a-btnTrigger:focus .-outline.-secondary.wp-block-button:before, a:hover > .a-btn.-outline.-secondary:before, a:hover > .-outline.-secondary.wp-block-button:before,
.gform_button.-outline.-secondary:hover:before,
.gform_button.-outline.-secondary:focus:before,
.m-card__link:hover .gform_button.-outline.-secondary:before,
.m-card__link:focus .gform_button.-outline.-secondary:before,
.m-tile__link:hover .gform_button.-outline.-secondary:before,
.m-tile__link:focus .gform_button.-outline.-secondary:before,
.m-doc__btn:hover .gform_button.-outline.-secondary:before,
.m-doc__btn:focus .gform_button.-outline.-secondary:before,
.a-btnTrigger:hover .gform_button.-outline.-secondary:before,
.a-btnTrigger:focus .gform_button.-outline.-secondary:before,
a:hover > .gform_button.-outline.-secondary:before {
  background-color: #f98e2a;
}
.a-btn.-arrow, .-arrow.wp-block-button,
.gform_button.-arrow {
  top: auto;
  left: auto;
  background: none;
  padding: 6px 48px 4px 0;
  border: 0;
  color: #100601;
}
.a-btn.-arrow:after, .-arrow.wp-block-button:after,
.gform_button.-arrow:after {
  content: "";
  position: absolute;
  right: 0;
  top: 1px;
  width: 33px;
  height: 33px;
  background: url("img/icons/arrow-hover.svg") no-repeat -8px center;
  background-size: 32px auto;
  background-color: #f98e2a;
  border-radius: 100%;
  overflow: hidden;
  transition: background 0.2s ease;
}
.a-btn.-arrow:hover, .-arrow.wp-block-button:hover, .a-btn.-arrow:focus, .-arrow.wp-block-button:focus, .m-card__link:hover .a-btn.-arrow, .m-card__link:hover .-arrow.wp-block-button, .m-card__link:focus .a-btn.-arrow, .m-card__link:focus .-arrow.wp-block-button, .m-tile__link:hover .a-btn.-arrow, .m-tile__link:hover .-arrow.wp-block-button, .m-tile__link:focus .a-btn.-arrow, .m-tile__link:focus .-arrow.wp-block-button, .m-doc__btn:hover .a-btn.-arrow, .m-doc__btn:hover .-arrow.wp-block-button, .m-doc__btn:focus .a-btn.-arrow, .m-doc__btn:focus .-arrow.wp-block-button, .a-btnTrigger:hover .a-btn.-arrow, .a-btnTrigger:hover .-arrow.wp-block-button, .a-btnTrigger:focus .a-btn.-arrow, .a-btnTrigger:focus .-arrow.wp-block-button, a:hover > .a-btn.-arrow, a:hover > .-arrow.wp-block-button,
.gform_button.-arrow:hover,
.gform_button.-arrow:focus,
.m-card__link:hover .gform_button.-arrow,
.m-card__link:focus .gform_button.-arrow,
.m-tile__link:hover .gform_button.-arrow,
.m-tile__link:focus .gform_button.-arrow,
.m-doc__btn:hover .gform_button.-arrow,
.m-doc__btn:focus .gform_button.-arrow,
.a-btnTrigger:hover .gform_button.-arrow,
.a-btnTrigger:focus .gform_button.-arrow,
a:hover > .gform_button.-arrow {
  top: auto;
  left: auto;
  background-color: transparent;
  color: #f98e2a;
}
.a-btn.-arrow:hover:after, .-arrow.wp-block-button:hover:after, .a-btn.-arrow:focus:after, .-arrow.wp-block-button:focus:after, .m-card__link:hover .a-btn.-arrow:after, .m-card__link:hover .-arrow.wp-block-button:after, .m-card__link:focus .a-btn.-arrow:after, .m-card__link:focus .-arrow.wp-block-button:after, .m-tile__link:hover .a-btn.-arrow:after, .m-tile__link:hover .-arrow.wp-block-button:after, .m-tile__link:focus .a-btn.-arrow:after, .m-tile__link:focus .-arrow.wp-block-button:after, .m-doc__btn:hover .a-btn.-arrow:after, .m-doc__btn:hover .-arrow.wp-block-button:after, .m-doc__btn:focus .a-btn.-arrow:after, .m-doc__btn:focus .-arrow.wp-block-button:after, .a-btnTrigger:hover .a-btn.-arrow:after, .a-btnTrigger:hover .-arrow.wp-block-button:after, .a-btnTrigger:focus .a-btn.-arrow:after, .a-btnTrigger:focus .-arrow.wp-block-button:after, a:hover > .a-btn.-arrow:after, a:hover > .-arrow.wp-block-button:after,
.gform_button.-arrow:hover:after,
.gform_button.-arrow:focus:after,
.m-card__link:hover .gform_button.-arrow:after,
.m-card__link:focus .gform_button.-arrow:after,
.m-tile__link:hover .gform_button.-arrow:after,
.m-tile__link:focus .gform_button.-arrow:after,
.m-doc__btn:hover .gform_button.-arrow:after,
.m-doc__btn:focus .gform_button.-arrow:after,
.a-btnTrigger:hover .gform_button.-arrow:after,
.a-btnTrigger:focus .gform_button.-arrow:after,
a:hover > .gform_button.-arrow:after {
  background-position: 0px center;
}
.a-btn.-arrow:before, .-arrow.wp-block-button:before,
.gform_button.-arrow:before {
  content: none;
}
.a-btn.-arrow.-secondary, .-arrow.-secondary.wp-block-button,
.gform_button.-arrow.-secondary {
  color: #100601;
}
.a-btn.-arrow.-secondary:after, .-arrow.-secondary.wp-block-button:after,
.gform_button.-arrow.-secondary:after {
  background-image: url("img/icons/arrow.svg");
  background-color: #f98e2a;
}
.a-btn.-arrow.-secondary:hover, .-arrow.-secondary.wp-block-button:hover, .a-btn.-arrow.-secondary:focus, .-arrow.-secondary.wp-block-button:focus, .m-card__link:hover .a-btn.-arrow.-secondary, .m-card__link:hover .-arrow.-secondary.wp-block-button, .m-card__link:focus .a-btn.-arrow.-secondary, .m-card__link:focus .-arrow.-secondary.wp-block-button, .m-tile__link:hover .a-btn.-arrow.-secondary, .m-tile__link:hover .-arrow.-secondary.wp-block-button, .m-tile__link:focus .a-btn.-arrow.-secondary, .m-tile__link:focus .-arrow.-secondary.wp-block-button, .m-doc__btn:hover .a-btn.-arrow.-secondary, .m-doc__btn:hover .-arrow.-secondary.wp-block-button, .m-doc__btn:focus .a-btn.-arrow.-secondary, .m-doc__btn:focus .-arrow.-secondary.wp-block-button, .a-btnTrigger:hover .a-btn.-arrow.-secondary, .a-btnTrigger:hover .-arrow.-secondary.wp-block-button, .a-btnTrigger:focus .a-btn.-arrow.-secondary, .a-btnTrigger:focus .-arrow.-secondary.wp-block-button, a:hover > .a-btn.-arrow.-secondary, a:hover > .-arrow.-secondary.wp-block-button,
.gform_button.-arrow.-secondary:hover,
.gform_button.-arrow.-secondary:focus,
.m-card__link:hover .gform_button.-arrow.-secondary,
.m-card__link:focus .gform_button.-arrow.-secondary,
.m-tile__link:hover .gform_button.-arrow.-secondary,
.m-tile__link:focus .gform_button.-arrow.-secondary,
.m-doc__btn:hover .gform_button.-arrow.-secondary,
.m-doc__btn:focus .gform_button.-arrow.-secondary,
.a-btnTrigger:hover .gform_button.-arrow.-secondary,
.a-btnTrigger:focus .gform_button.-arrow.-secondary,
a:hover > .gform_button.-arrow.-secondary {
  background: none;
  color: #100601;
}
.a-btn.-arrow.-sm, .-arrow.-sm.wp-block-button,
.gform_button.-arrow.-sm {
  padding-right: 36px;
}
.a-btn.-arrow.-sm:after, .-arrow.-sm.wp-block-button:after,
.gform_button.-arrow.-sm:after {
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background-size: 25px auto;
  border-radius: 50%;
}
.a-btn.-icon, .-icon.wp-block-button,
.gform_button.-icon {
  min-width: 54px;
  width: 54px;
  height: 54px;
  padding: 0;
  border-radius: 50%;
  background: #f98e2a;
  color: #100601;
  line-height: 53px;
  text-align: center;
}
.a-btn.-icon:before, .-icon.wp-block-button:before,
.gform_button.-icon:before {
  left: 2px;
  top: 2px;
  border-radius: 50%;
  background: #F7D3AF;
}
.a-btn.-icon .a-icon, .-icon.wp-block-button .a-icon,
.gform_button.-icon .a-icon {
  width: 100%;
  height: 100%;
  transition: fill 0.2s ease;
}
.a-btn.-icon .a-icon.-sm, .-icon.wp-block-button .a-icon.-sm,
.gform_button.-icon .a-icon.-sm {
  position: relative;
  width: 70%;
  height: 70%;
  top: 7px;
}
.a-btn.-icon:hover, .-icon.wp-block-button:hover, .a-btn.-icon:focus, .-icon.wp-block-button:focus, .m-card__link:hover .a-btn.-icon, .m-card__link:hover .-icon.wp-block-button, .m-card__link:focus .a-btn.-icon, .m-card__link:focus .-icon.wp-block-button, .m-tile__link:hover .a-btn.-icon, .m-tile__link:hover .-icon.wp-block-button, .m-tile__link:focus .a-btn.-icon, .m-tile__link:focus .-icon.wp-block-button, .m-doc__btn:hover .a-btn.-icon, .m-doc__btn:hover .-icon.wp-block-button, .m-doc__btn:focus .a-btn.-icon, .m-doc__btn:focus .-icon.wp-block-button, .a-btnTrigger:hover .a-btn.-icon, .a-btnTrigger:hover .-icon.wp-block-button, .a-btnTrigger:focus .a-btn.-icon, .a-btnTrigger:focus .-icon.wp-block-button, a:hover > .a-btn.-icon, a:hover > .-icon.wp-block-button,
.gform_button.-icon:hover,
.gform_button.-icon:focus,
.m-card__link:hover .gform_button.-icon,
.m-card__link:focus .gform_button.-icon,
.m-tile__link:hover .gform_button.-icon,
.m-tile__link:focus .gform_button.-icon,
.m-doc__btn:hover .gform_button.-icon,
.m-doc__btn:focus .gform_button.-icon,
.a-btnTrigger:hover .gform_button.-icon,
.a-btnTrigger:focus .gform_button.-icon,
a:hover > .gform_button.-icon {
  background-color: #f98e2a;
  color: #100601;
}
.a-btn.-icon:hover .a-icon, .-icon.wp-block-button:hover .a-icon, .a-btn.-icon:focus .a-icon, .-icon.wp-block-button:focus .a-icon, .m-card__link:hover .a-btn.-icon .a-icon, .m-card__link:hover .-icon.wp-block-button .a-icon, .m-card__link:focus .a-btn.-icon .a-icon, .m-card__link:focus .-icon.wp-block-button .a-icon, .m-tile__link:hover .a-btn.-icon .a-icon, .m-tile__link:hover .-icon.wp-block-button .a-icon, .m-tile__link:focus .a-btn.-icon .a-icon, .m-tile__link:focus .-icon.wp-block-button .a-icon, .m-doc__btn:hover .a-btn.-icon .a-icon, .m-doc__btn:hover .-icon.wp-block-button .a-icon, .m-doc__btn:focus .a-btn.-icon .a-icon, .m-doc__btn:focus .-icon.wp-block-button .a-icon, .a-btnTrigger:hover .a-btn.-icon .a-icon, .a-btnTrigger:hover .-icon.wp-block-button .a-icon, .a-btnTrigger:focus .a-btn.-icon .a-icon, .a-btnTrigger:focus .-icon.wp-block-button .a-icon, a:hover > .a-btn.-icon .a-icon, a:hover > .-icon.wp-block-button .a-icon,
.gform_button.-icon:hover .a-icon,
.gform_button.-icon:focus .a-icon,
.m-card__link:hover .gform_button.-icon .a-icon,
.m-card__link:focus .gform_button.-icon .a-icon,
.m-tile__link:hover .gform_button.-icon .a-icon,
.m-tile__link:focus .gform_button.-icon .a-icon,
.m-doc__btn:hover .gform_button.-icon .a-icon,
.m-doc__btn:focus .gform_button.-icon .a-icon,
.a-btnTrigger:hover .gform_button.-icon .a-icon,
.a-btnTrigger:focus .gform_button.-icon .a-icon,
a:hover > .gform_button.-icon .a-icon {
  color: #fff;
}
.a-btn.-icon:hover:before, .-icon.wp-block-button:hover:before, .a-btn.-icon:focus:before, .-icon.wp-block-button:focus:before, .m-card__link:hover .a-btn.-icon:before, .m-card__link:hover .-icon.wp-block-button:before, .m-card__link:focus .a-btn.-icon:before, .m-card__link:focus .-icon.wp-block-button:before, .m-tile__link:hover .a-btn.-icon:before, .m-tile__link:hover .-icon.wp-block-button:before, .m-tile__link:focus .a-btn.-icon:before, .m-tile__link:focus .-icon.wp-block-button:before, .m-doc__btn:hover .a-btn.-icon:before, .m-doc__btn:hover .-icon.wp-block-button:before, .m-doc__btn:focus .a-btn.-icon:before, .m-doc__btn:focus .-icon.wp-block-button:before, .a-btnTrigger:hover .a-btn.-icon:before, .a-btnTrigger:hover .-icon.wp-block-button:before, .a-btnTrigger:focus .a-btn.-icon:before, .a-btnTrigger:focus .-icon.wp-block-button:before, a:hover > .a-btn.-icon:before, a:hover > .-icon.wp-block-button:before,
.gform_button.-icon:hover:before,
.gform_button.-icon:focus:before,
.m-card__link:hover .gform_button.-icon:before,
.m-card__link:focus .gform_button.-icon:before,
.m-tile__link:hover .gform_button.-icon:before,
.m-tile__link:focus .gform_button.-icon:before,
.m-doc__btn:hover .gform_button.-icon:before,
.m-doc__btn:focus .gform_button.-icon:before,
.a-btnTrigger:hover .gform_button.-icon:before,
.a-btnTrigger:focus .gform_button.-icon:before,
a:hover > .gform_button.-icon:before {
  left: -1px;
  top: -1px;
}
.a-btn.-icon.-outline, .-icon.-outline.wp-block-button,
.gform_button.-icon.-outline {
  background: #fff;
}
.a-btn.-icon.-outline:before, .-icon.-outline.wp-block-button:before,
.gform_button.-icon.-outline:before {
  background: #f98e2a;
}
.a-btn.-icon.-outline:hover .a-icon, .-icon.-outline.wp-block-button:hover .a-icon, .a-btn.-icon.-outline:focus .a-icon, .-icon.-outline.wp-block-button:focus .a-icon, .m-card__link:hover .a-btn.-icon.-outline .a-icon, .m-card__link:hover .-icon.-outline.wp-block-button .a-icon, .m-card__link:focus .a-btn.-icon.-outline .a-icon, .m-card__link:focus .-icon.-outline.wp-block-button .a-icon, .m-tile__link:hover .a-btn.-icon.-outline .a-icon, .m-tile__link:hover .-icon.-outline.wp-block-button .a-icon, .m-tile__link:focus .a-btn.-icon.-outline .a-icon, .m-tile__link:focus .-icon.-outline.wp-block-button .a-icon, .m-doc__btn:hover .a-btn.-icon.-outline .a-icon, .m-doc__btn:hover .-icon.-outline.wp-block-button .a-icon, .m-doc__btn:focus .a-btn.-icon.-outline .a-icon, .m-doc__btn:focus .-icon.-outline.wp-block-button .a-icon, .a-btnTrigger:hover .a-btn.-icon.-outline .a-icon, .a-btnTrigger:hover .-icon.-outline.wp-block-button .a-icon, .a-btnTrigger:focus .a-btn.-icon.-outline .a-icon, .a-btnTrigger:focus .-icon.-outline.wp-block-button .a-icon, a:hover > .a-btn.-icon.-outline .a-icon, a:hover > .-icon.-outline.wp-block-button .a-icon,
.gform_button.-icon.-outline:hover .a-icon,
.gform_button.-icon.-outline:focus .a-icon,
.m-card__link:hover .gform_button.-icon.-outline .a-icon,
.m-card__link:focus .gform_button.-icon.-outline .a-icon,
.m-tile__link:hover .gform_button.-icon.-outline .a-icon,
.m-tile__link:focus .gform_button.-icon.-outline .a-icon,
.m-doc__btn:hover .gform_button.-icon.-outline .a-icon,
.m-doc__btn:focus .gform_button.-icon.-outline .a-icon,
.a-btnTrigger:hover .gform_button.-icon.-outline .a-icon,
.a-btnTrigger:focus .gform_button.-icon.-outline .a-icon,
a:hover > .gform_button.-icon.-outline .a-icon {
  color: #100601;
}
.a-btn.-icon.-outline.-secondary:before, .-icon.-outline.-secondary.wp-block-button:before,
.gform_button.-icon.-outline.-secondary:before {
  background: #f98e2a;
}
.a-btn.-icon.-contact, .-icon.-contact.wp-block-button,
.gform_button.-icon.-contact {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
}
.a-btn.-icon.-contact .a-icon, .-icon.-contact.wp-block-button .a-icon,
.gform_button.-icon.-contact .a-icon {
  position: relative;
  width: 26px;
  left: -2px;
  display: inline-block;
}
.a-btn.-icon .-mail, .-icon.wp-block-button .-mail,
.gform_button.-icon .-mail {
  position: relative;
  width: 26px;
  left: -2px;
}
.a-btn.-icon.-inlineLabel, .-icon.-inlineLabel.wp-block-button,
.gform_button.-icon.-inlineLabel {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
}
.a-btn.-icon.-inlineLabel + span, .-icon.-inlineLabel.wp-block-button + span,
.gform_button.-icon.-inlineLabel + span {
  display: inline-block;
  vertical-align: middle;
  color: #100601;
}
@media screen and (min-width: 900px) {
  .a-btn.-lrg, .-lrg.wp-block-button,
.gform_button.-lrg {
    min-width: 270px;
    padding: 17px 32px;
    font-size: 21px;
    font-size: 1.1666666667rem;
  }
}
.a-btn.-sm, .-sm.wp-block-button,
.gform_button.-sm {
  padding: 7px 24px;
  font-size: 14px;
  font-size: 0.7777777778rem;
}
.a-btn.-noShadow, .-noShadow.wp-block-button,
.gform_button.-noShadow {
  top: auto;
  left: auto;
}
.a-btn.-noShadow:hover, .-noShadow.wp-block-button:hover,
.gform_button.-noShadow:hover {
  top: auto;
  left: auto;
}
.a-btn.-noShadow:before, .-noShadow.wp-block-button:before,
.gform_button.-noShadow:before {
  content: none;
}

.a-filterTag,
.facetwp-checkbox {
  position: relative;
  display: inline-block;
  background: #F98E2A !important;
  color: #000000;
  padding: 10px 16px !important;
  border: 5px solid #000000;
  font-weight: bold!important;
  /*border-radius: 12px;*/
  min-width: 128px;
  margin: 0 10px 22px !important;
  text-align: left;
  transition: background 0.2s ease;
}
.a-filterTag:hover, .a-filterTag:focus,
.facetwp-checkbox:hover,
.facetwp-checkbox:focus {
  background: #000000 !important;
  color: #fff;
  cursor: pointer;
}
.a-filterTag.-active, .a-filterTag.checked,
.facetwp-checkbox.-active,
.facetwp-checkbox.checked {
  background: #000000 !important;
  color: #fff;
}
.a-filterTag.-active::after, .a-filterTag.checked::after,
.facetwp-checkbox.-active::after,
.facetwp-checkbox.checked::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(img/icons/close-white.svg) no-repeat center center;
  background-size: auto 100%;
  z-index: 2;
}
.a-filterTag .facetwp-counter,
.facetwp-checkbox .facetwp-counter {
  display: none;
}

.wp-block-button__link {
  display: inline-block;
  background: none;
  padding: 10px 20px;
  margin: 0;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  text-align: inherit;
  border-radius: 0;
}

.wp-block-button__link:hover {
  color: var(--wp--preset--color--colour-contrast);
  background-color: var(--wp--preset--color--colour-black);
}

.is-style-prm-button-arrow .wp-block-button__link:hover {
  color: var(--wp--preset--color--colour-black);
  background-color: transparent;
}

/*
* Header
*/
.o-siteHead {
  position: relative;
  height: 75px;
  border-bottom: 1px solid #100601;
  z-index: 300;
  background: #fff;
}
@media screen and (min-width: 1080px) {
  .o-siteHead {
    height: auto;
  }
}
@media screen and (min-width: 1080px) {
  .o-siteHead__inner {
    height: 100px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1080px) {
  .o-siteHead__login {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1150px) {
  .o-siteHead__login {
    padding: 7px 16px !important;
  }
}
.o-siteHead__search {
  border: 0;
  background: transparent;
  padding: 0;
  color: #f98e2a;
}
@media screen and (max-width: 1080px) {
  .o-siteHead__search {
    position: absolute;
    top: 19px;
    right: 88px;
  }
}
@media screen and (min-width: 1080px) {
  .o-siteHead__search {
    margin-right: 64px;
  }
  .logged-in .o-siteHead__search {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .logged-in .o-siteHead__search {
    margin-right: 36px;
  }
}
@media screen and (min-width: 1250px) {
  .logged-in .o-siteHead__search {
    margin-right: 48px;
  }
}
.o-siteHead__search svg {
  width: 26px;
}
/*
@media screen and (min-width: 1080px) {
  .-subNavActive .o-siteHead {
    margin-bottom: 47px;
  }
}
  */

/*
* Website logo
*/
.m-siteLogo {
  position: relative;
  display: inline-block;
  width: 80px;
  padding: 0;
  z-index: 20;
  vertical-align: top;
  align-self: flex-start;
  margin-right: auto;
}
@media screen and (min-width: 1080px) {
  .m-siteLogo {
    width: 105px;
  }
}
@media screen and (min-width: 1200px) {
  .m-siteLogo {
    width: 112px;
  }
}
@media screen and (min-width: 1250px) {
  .m-siteLogo {
    width: 135px;
  }
}
.m-siteLogo__img {
  display: block;
}

.a-backToTop {
  position: relative;
  display: block;
  width: 57px;
  height: 57px;
  border: 2px solid #fff;
  border-radius: 50%;
  float: right;
  margin-top: 20px;
  transition: border 0.2s ease;
}
.a-backToTop:after {
  content: "";
  position: absolute;
  left: 49%;
  top: 48%;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  transform: translate(-50%, -50%);
  transition: border 0.2s ease;
}
.a-backToTop span {
  display: block;
  text-indent: -9999px;
}
.a-backToTop:hover, .a-backToTop:focus {
  border-color: #f98e2a;
}
.a-backToTop:hover:after, .a-backToTop:focus:after {
  border-bottom: 12px solid #f98e2a;
}

/*
*  Footer
*/
.o-siteFoot {
  position: relative;
  padding: 40px 0 24px;
  background: #091123;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-size: 0.8888888889rem;
}
.o-siteFoot:before {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.o-siteFoot:before {
  top: 0;
  transform: skewY(-2deg);
  transform-origin: 0 0;
}
@media screen and (min-width: 900px) {
  .o-siteFoot {
    padding: 32px 0;
  }
}
.o-siteFoot .a-heading {
  color: inherit;
}
.o-siteFoot a {
  color: inherit;
}
.o-siteFoot a:hover, .o-siteFoot a:focus {
  color: #f98e2a;
}
.o-siteFoot ul {
  margin-bottom: 32px;
}
.o-siteFoot__copyright {
  border-top: 1px solid #979797;
  padding-top: 16px;
  margin-top: 16px;
  clear: both;
}
@media screen and (min-width: 900px) {
  .o-siteFoot__copyright {
    margin-top: 32px;
  }
}

/*
*  Footer Main Links
*/
.footLinks {
  display: none;
}
@media screen and (min-width: 540px) {
  .footLinks {
    display: block;
    border-top: 1px solid #979797;
    padding-top: 32px;
  }
}
@media screen and (min-width: 900px) {
  .footLinks {
    padding: 0;
    padding-left: 80px;
    border: 0;
  }
}
.footLinks__list {
  color: #F3F3F3;
}
.footLinks__list a {
  font-size: 12px;
  font-size: 0.6666666667rem;
  line-height: 16px;
  color: inherit;
}
.footLinks__list a.-title {
  font-size: 13px;
  font-size: 0.7222222222rem;
  font-weight: bold;
  color: #fff;
}
.footLinks__list a:hover, .footLinks__list a:focus {
  color: #f98e2a;
}

/*
*  Footer Copyright Links
*/
.m-navSmall {
  display: block;
}
.m-navSmall__list {
  margin: 0;
}
.m-navSmall__item {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-size: 0.6111111111rem;
  text-transform: uppercase;
}
@media screen and (min-width: 540px) {
  .m-navSmall__item {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 16px;
  }
}

.o-footer__legal p {
  font-size: 12px;
  font-size: 0.6666666667rem;
  margin-bottom: 8px;
}

/*
* Menu Link
*/
.a-nav__item {
  position: relative;
  display: inline-block;
  padding: 8px;
  margin: 0;
  border: 0;
  color: #100601;
  font-size: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1080px) {
  .a-nav__item {
    display: block;
    padding: 0;
  }
  .a-nav__item:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -15px;
    height: 10px;
    width: 10px;
    transform: rotate(-25deg) translateX(-50%);
    background-color: #f98e2a;
    opacity: 0;
  }
  .m-navDropdown .a-nav__item:before {
    left: -16px;
  }
  .a-nav__item:hover, .a-nav__item:focus {
    color: #f98e2a;
  }
  .a-nav__item.-active {
    font-weight: bold;
    color: #100601;
  }
  .a-nav__item.-active:before {
    opacity: 1;
  }
}

/*
* Main Navigation
*/
.m-navPrimary {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 0 16px;
  background: #fff;
  font-size: 24px;
  font-size: 1.3333333333rem;
  z-index: 20;
  text-align: left;
  overflow-y: auto;
}

.m-navPrimary__list {
  position: relative;
  margin: 0 0 32px;
  padding: 0;
  text-align: left;
  padding-top: 56px;
  animation: slideUp 0.5s ease 0.2s;
  animation-fill-mode: backwards;
}

.m-navPrimary__item {
  display: block;
  margin: 0 0 8px;
}

@media screen and (min-width: 1080px) {
  .m-navPrimary {
    position: static;
    display: inline-block !important;
    width: auto;
    height: auto;
    background: none;
    margin-right: 60px;
    padding: 0;
    font-size: 18px;
    font-size: 1rem;
    vertical-align: top;
    overflow: visible;
    z-index: 30;
  }
  .logged-in .m-navPrimary {
    margin-right: 30px;
  }
  .m-navPrimary__list {
    position: static;
    text-align: right;
    top: 0;
    margin: 0;
    padding: 0;
    transform: none;
    animation: none;
  }

  .m-navPrimary__item {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 12px;
    text-align: left;
    line-height: 1;
    top: 12px;
    padding-bottom: 24px;
  }
  .m-navPrimary__item:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1250px) {
  .logged-in .m-navPrimary {
    margin-right: 22px;
  }
}

@media screen and (min-width: 1200px) {
  .m-navPrimary__item {
    margin-right: 24px;
  }
  .m-navPrimary__item:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1250px) {
  .logged-in .m-navPrimary__item {
    margin-right: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1150px) {
  .m-navPrimary__item {
    font-size: 17px;
    margin-right: 8px;
  }
}
.-menuActive .m-navPrimary {
  display: block;
}
.m-navPrimary .login {
  animation: slideUp 0.5s ease 0.5s;
  animation-fill-mode: backwards;
}

/*
* Dropdown of Main Navigation -
*/
.a-subToggle {
  display: inline-block;
  width: 30px;
  text-align: center;
  cursor: pointer;
}
.a-subToggle:before {
  position: relative;
  top: 3px;
  content: "+";
  line-height: 0;
  font-size: 33px;
}
.-active .a-subToggle:before {
  content: "−";
}
@media screen and (min-width: 1080px) {
  .a-subToggle {
    display: none;
  }
}

/*
* Dropdown
*/
.m-navDropdown {
  display: none;
  font-size: 15px;
  font-size: 0.8333333333rem;
}
.m-navDropdown__item {
  font-weight: bold;
}
.m-navDropdown__item .m-navDropdown__item {
  font-weight: normal;
}


/*
* Mobile Menu Toggle
*/
.navToggle {
  position: absolute;
  display: block;
  right: 22px;
  top: 20px;
  width: 25px;
  height: 30px;
  background: none;
  cursor: pointer;
  text-indent: -9999px;
  outline: 0;
  transition: background 0.25s;
  border: 0;
  z-index: 30;
}

.navToggle span {
  background: #f98e2a;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  width: 100%;
  margin-top: -1px;
  transition: background 0.3s;
}
.navToggle span:before, .navToggle span:after {
  position: absolute;
  background: #f98e2a;
  content: "";
  height: 100%;
  top: -7px;
  left: 0;
  width: 100%;
  transform: translateZ(0px, rotate(0deg));
  transition: transform 0.3s, background 0s, top 0.3s;
}
.navToggle span:after {
  top: 7px;
}
.-menuActive .navToggle span {
  background: transparent;
}
.-menuActive .navToggle span:before {
  top: 0;
  transform: rotate(45deg);
}
.-menuActive .navToggle span:after {
  top: 0;
  transform: rotate(-45deg);
}

@media screen and (min-width: 1080px) {
  .m-navDropdown {
    display: none !important;
    position: absolute;
    top: 100%;
    left: -50%;
    left: calc(-50% - 16px);
    width: 245px;
    padding: 30px 32px 16px;
    background: #F6F5F4;
    border-top: 2px solid #f98e2a;
    border-bottom: 2px solid #f98e2a;
    animation: slideUp 0.35s ease;
  }
  .m-navDropdown__item {
    display: block;
    margin: 0;
    border-top: 1px solid #C6CBD5;
    padding: 8px 0;
    line-height: 1.6;
  }
  .m-navDropdown__item:first-child {
    border-top: 0;
    padding-top: 0;
  }
  .m-navDropdown__item .m-navDropdown__item {
    border: 0;
    padding: 0;
  }
  .m-navDropdown__link {
    display: block;
    padding: 8px 0;
    color: #100601;
    padding: 8px 0;
  }
  .m-navDropdown__link:hover, .m-navDropdown__link:focus {
    color: #f98e2a;
  }
  .m-navPrimary__item:hover > .m-navDropdown {
    display: block !important;
  }
  .navToggle {
    display: none;
  }
  .m-navSecondary {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 16px 0;
    background: #FFF7EF;
    border-top: 1px solid #100601;
    border-bottom: 2px solid #100601;
    z-index: 1;
  }
  .m-navSecondary__list {
    margin-left: 232px;
  }
  .m-navSecondary__item {
    display: inline-block;
    margin: 0 32px;
  }
  .m-navSecondary__link {
    color: #100601;
  }
  .m-navSecondary__link:hover, .m-navSecondary__link:focus {
    color: #f98e2a;
  }
}


/*
* Secondary Nav
*/
.m-navSecondary {
  display: none;
  font-size: 15px;
  font-size: 0.8333333333rem;
}

.m-navSocial {
  display: block;
  margin: 0 0 32px;
}
.m-navSocial:last-child {
  margin: 0;
}
.m-navSocial__item {
  display: inline-block;
  margin: 0 2px 0;
}

form {
  position: relative;
  width: 100%;
  z-index: 1;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background: inherit;
  box-shadow: 0 0 0px 1000px #fff inset;
}

::placeholder {
  color: inherit;
}

.row, .gfield {
  margin: 0 0 24px;
  *zoom: 1;
}
.row:before, .gfield:before, .row:after, .gfield:after {
  content: " ";
  display: table;
}
.row:after, .gfield:after {
  clear: both;
}

label {
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: normal;
  display: inline-block;
  margin: 0 0 16px;
}

.a-text,
select,
.customSelect,
textarea,
.gfield input[type=text],
.gfield input[type=email],
.gfield input[type=password] {
  width: 100%;
  border: 2px solid #100601;
  font-size: 18px;
  font-size: 1rem;
  border-radius: 0px;
  padding: 0 16px;
  outline: 0;
  box-shadow: 0 0 0;
  color: #100601;
  transition: border 0.2s ease;
}
.-invalid .a-text,
.-invalid select,
.-invalid .customSelect,
.-invalid textarea,
.-invalid .gfield input[type=text],
.-invalid .gfield input[type=email],
.-invalid .gfield input[type=password] {
  border-color: #f98e2a;
}

.a-text,
select,
.customSelect__inner,
.gfield input[type=text],
.gfield input[type=email],
.gfield input[type=password] {
  height: 58px;
  line-height: 58px;
}

.gfield_error input[type=text],
.gfield_error input[type=email],
.gfield_error input[type=password],
.gfield_error textarea,
.gfield_error select,
.gfield_error .customSelect {
  border-color: #f98e2a;
}

textarea {
  height: 180px;
  padding: 16px;
}

.a-text:focus,
select:focus,
textarea:focus {
  border-color: #f98e2a;
  outline: 0;
  box-shadow: 0 0 0;
}

.a-text:focus + .a-btn.-noShadow, .a-text:focus + .-noShadow.wp-block-button {
  border-color: #f98e2a;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/*
* Validation
*/
.a-validation,
.validation_message {
  display: block;
  padding: 4px 0 0 !important;
  margin: 0 !important;
  color: red;
  font-size: 15px;
  font-size: 0.8333333333rem;
}

.validation_error {
  display: block;
  margin: 0 0 24px;
}

/*
* Custom Select Box
*/
.customSelect {
  position: relative;
  padding: 0;
  border: 0;
}

.customSelect select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  padding: 0 12px;
}

.customSelect__inner {
  position: relative;
  padding: 0 16px;
  z-index: 1;
  line-height: 56px;
  background: #fff;
  border: 2px solid #100601;
  font-size: 18px;
  font-size: 1rem;
}

select:focus + .customSelect__inner {
  border-color: #f98e2a;
}

.customSelect__inner::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #100601;
}

/*
* Custom Radio
*/
.labelRadio {
  position: relative;
  padding-left: 36px;
  margin: 0 0 16px;
  cursor: pointer;
}

.labelRadio::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #100601;
  transform: translateY(-50%);
  transition: border 0.2s ease;
}

.labelRadio::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 8px;
  background: #fff;
  transform: scale(0.1, 0.1);
  opacity: 0;
  transition: transform 0.15s ease, opacity 0.2s ease;
}

input:focus + .labelRadio::before,
.labelRadio:hover::before {
  border: 2px solid #100601;
}

:checked + .labelRadio::before {
  border: 2px solid #f98e2a;
}

:checked + .labelRadio::after {
  background: #f98e2a;
  transform: scale(1, 1);
  opacity: 1;
}

/*
* Custom Checkbox
*/
.labelCheck, .gfield_checkbox label,
.gfield_consent_label {
  position: relative;
  padding-left: 36px !important;
  margin: 0 0 8px;
  cursor: pointer;
  color: #3F4553;
  font-size: 18px;
  font-size: 1rem;
}
.labelCheck:last-child, .gfield_checkbox label:last-child,
.gfield_consent_label:last-child {
  margin-bottom: 16px;
}
.labelCheck::before, .gfield_checkbox label::before,
.gfield_consent_label::before {
  font-family: "Times";
  content: "✔";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid #100601;
  text-align: center;
  line-height: 15px;
  font-size: 2px;
  color: #fff;
  border-radius: 1px;
  transform: translateY(-50%);
  transition: color 0.15s ease, border 0.15s ease, background 0.15s ease, font-size 0.2s ease;
}
input:focus + .labelCheck::before, .gfield_checkbox input:focus + label::before, .labelCheck:hover::before, .gfield_checkbox label:hover::before,
input:focus + .gfield_consent_label::before,
.gfield_consent_label:hover::before {
  border: 2px solid #f98e2a;
}
:checked + .labelCheck::before, .gfield_checkbox :checked + label::before,
:checked + .gfield_consent_label::before {
  background: #f98e2a;
  border: 2px solid #f98e2a;
  color: #fff;
  font-size: 15px;
}

.ginput_container_consent > input,
.gfield_checkbox input[type=checkbox] {
  position: absolute;
  left: -9999px;
}

.gf_login_links {
  padding-top: 16px;
}

/*
* Custom File Input
*/
.fileUpload {
  position: relative;
  max-width: 100%;
  cursor: pointer;
}
.fileUpload__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.fileUpload__inner {
  position: relative;
  z-index: 1;
  border: 2px solid #100601;
  border-radius: 0px;
}
.fileUpload__btn {
  display: inline-block;
  padding: 16px 16px;
  margin: -2px 0 -2px -2px;
  border-radius: 0;
  background: #f98e2a;
  color: #FFF;
}
.fileUpload__txt {
  padding: 0 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*
* Layouts
*/
.m-formBlock {
  position: relative;
  padding: 16px;
  /*background: #fff7ef;
  border-top: 2px solid #100601;
  border-bottom: 2px solid #100601;*/
  z-index: 1;
}
/*
@media screen and (min-width: 540px) {
  .m-formBlock {
    padding: 32px;
  }
}
@media screen and (min-width: 900px) {
  .m-formBlock {
    padding: 40px 64px;
  }
}
*/
.m-formBlock .a-heading {
  margin-bottom: 24px;
}
.m-formBlock .a-btn, .m-formBlock .wp-block-button {
  margin-right: 32px;
  margin-bottom: 32px;
}
.m-formBlock .a-btn + a, .m-formBlock .wp-block-button + a {
  display: inline-block;
}

.m-inlineSearch {
  display: flex;
  margin: 0;
}
.m-inlineSearch__input {
  height: 60px;
  padding: 0 20px;
  border: 2px solid #100601;
  border-right: 0;
  font-size: 18px;
  font-size: 1rem;
}
@media screen and (min-width: 540px) {
  .m-inlineSearch__input {
    height: 80px;
    padding: 0 28px;
    font-size: 25px;
    font-size: 1.3888888889rem;
  }
}
.m-inlineSearch__btn {
  height: 60px;
  width: 76px;
  padding: 0;
  text-align: center;
  border-left: 0;
  line-height: 10px;
}
.m-inlineSearch__btn svg {
  width: 30px;
}
.m-inlineSearch__btn:hover {
  border-color: #100601;
}
@media screen and (min-width: 540px) {
  .m-inlineSearch__btn {
    height: 80px;
    width: 96px;
  }
  .m-inlineSearch__btn svg {
    width: 36px;
  }
}

@media screen and (min-width: 540px) {
  .m-singleFieldForm {
    display: flex;
  }
}
.m-singleFieldForm .a-btn, .m-singleFieldForm .wp-block-button {
  margin-top: 16px;
}
@media screen and (min-width: 540px) {
  .m-singleFieldForm .a-btn, .m-singleFieldForm .wp-block-button {
    width: 175px;
    margin-top: 0;
    margin-left: 16px;
  }
}
@media screen and (min-width: 540px) {
  .o-article__sub .m-singleFieldForm {
    display: block;
  }
  .o-article__sub .m-singleFieldForm .a-btn, .o-article__sub .m-singleFieldForm .wp-block-button {
    margin-left: 0;
    width: auto;
    margin-top: 16px;
  }
}

.gfield_description {
  font-weight: 300;
  padding-left: 36px;
  margin: 0 0 16px;
  font-size: 15px;
  font-size: 0.8333333333rem;
}

/*
.ginput_container_textarea {
  border: 2px solid #100601;
}
*/

.a-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: inherit;
}
a:hover .a-icon {
  color: inherit;
}
.a-icon.-inline {
  position: relative;
  top: 6px;
  margin-right: 16px;
}
.a-icon.-sm {
  position: relative;
  width: 70%;
  height: 70%;
  top: 5px;
}

.a-docPlacehold {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F98E2A url(img/icons/doc-white.svg) no-repeat center center;
  background-size: auto 68px;
}

/*
* Paragraph
*/
p.-intro {
  font-size: 24px;
  font-size: 1.3333333333rem;
  line-height: 1.3;
}
@media screen and (min-width: 540px) {
  p.-intro {
    font-size: 30px;
    font-size: 1.6666666667rem;
  }
}

p.-big {
  font-size: 21px;
  font-size: 1.1666666667rem;
}

small,
p.-small {
  font-size: 15px;
  font-size: 0.8333333333rem;
}

.a-highlight {
  color: #f98e2a;
}
.a-highlight.-secondary {
  color: #f98e2a;
}

p.-credit {
  margin-top: -8px;
  margin-bottom: 36px;
  text-align: right;
  font-size: 14px;
  font-size: 0.7777777778rem;
}

/*
* Heading
*/
.a-heading {
  font-size: 42px;
  font-size: 2.3333333333rem;
  font-weight: bold;
  margin: 0 0 42px;
}
.a-heading.-lrg {
  font-size: 34px;
  font-size: 1.8888888889rem;
}
.a-heading.-md {
  font-size: 30px;
  font-size: 1.6666666667rem;
  margin: 0 0 24px;
}
.a-heading.-sm {
  font-size: 24px;
  font-size: 1.3333333333rem;
  margin: 0 0 16px;
}
.a-heading.-xs {
  font-size: 21px;
  font-size: 1.1666666667rem;
  margin: 0 0 8px;
}
.a-heading.-center {
  text-align: center;
}
.a-heading.-noMargin {
  margin-bottom: 0;
}
.a-heading.-icon {
  position: relative;
  padding-left: 48px;
  color: inherit;
}
.o-siteFoot .a-heading.-icon {
  padding-left: 38px;
}
.a-heading.-icon .a-icon {
  width: 38px;
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
}
.o-siteFoot .a-heading.-icon .a-icon {
  width: 28px;
}
.a-heading a {
  display: block;
}

/*
* Text Alignment
*/
.a-textCenter {
  text-align: center;
}

.a-textRight {
  text-align: right;
}

.a-textLeft {
  text-align: left;
}

/*
* Date
*/
.a-date {
  display: block;
  padding-left: 20px;
  margin-bottom: 8px;
  background: url(img/icons/calendar.svg) no-repeat 0 1px;
  background-size: 13px 13px;
  font-size: 13px;
  font-size: 0.7222222222rem;
}

/*
* Quotes
*/
blockquote {
  position: relative;
  display: block;
  margin: 32px 0;
  padding: 0;
  font-size: 34px;
  font-size: 1.8888888889rem;
  font-style: italic;
  text-align: left;
  line-height: 42px;
  padding-left: 52px;
}
blockquote::before {
  position: absolute;
  left: -4px;
  top: 41px;
  content: "“";
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 90px;
  line-height: 0px;
  text-indent: 0;
  color: #f98e2a;
}
blockquote p {
  font-size: inherit;
}
.rte blockquote p {
  font-size: 34px;
  font-size: 1.8888888889rem;
}
blockquote.-pull {
  background: #e5ebee;
  padding: 21px 28px 48px;
  font-size: 25px;
  font-size: 1.3888888889rem;
  line-height: 33px;
  text-indent: 0;
  margin-bottom: 60px;
}
@media screen and (min-width: 900px) {
  blockquote.-pull {
    max-width: calc(100% - 40px);
  }
}
blockquote.-pull:before {
  content: none;
}
blockquote.-pull:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-top: 59px solid #e5ebee;
  border-right: 53px solid transparent;
}
blockquote.-pull small {
  display: block;
  padding-top: 16px;
  font-size: 20px;
  font-size: 1.1111111111rem;
  line-height: 25px;
  font-weight: bold;
  font-style: normal;
}
.-bgSubtle blockquote.-pull {
  background: #FFF;
}
.-bgSubtle blockquote.-pull:after {
  border-top: 59px solid #FFF;
}
blockquote cite {
  font-style: normal;
  margin-top: -20px;
}

cite {
  display: block;
  font-size: 14px;
  font-size: 0.7777777778rem;
  margin: 0 0 32px;
  font-style: normal;
}
blockquote + cite {
  padding-left: 52px;
  margin-top: -16px;
}

/*
* Rich Text Block
*/
.rte {
  margin: 0 0 32px;
}
.rte:last-child {
  margin-bottom: 0;
}
.rte p {
  font-size: 21px;
  font-size: 1.1666666667rem;
  margin-bottom: 27px;
}
.rte p.-big {
  font-size: 27px;
  font-size: 1.5rem;
}
.rte p.-credit {
  font-size: 14px;
  font-size: 0.7777777778rem;
  margin-bottom: 36px;
}
.rte p + h2,
.rte p + h3,
.rte p + h4,
.rte p + h5,
.rte p + h6 {
  margin-top: 32px;
}
.rte ul, .rte ol {
  padding-left: 16px;
  margin: 0 0 32px;
}
.rte ul ul,
.rte ol ol,
.rte ul ol,
.rte ol ul {
  margin: 8px 0;
}
.rte li {
  position: relative;
  display: block;
  margin: 0 0 8px 0;
  padding-left: 16px;
}
.rte ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  color: #100601;
  border-radius: 100%;
  background: #f98e2a;
}
.rte ol {
  counter-reset: item;
}
.rte ol > li {
  padding-left: 0;
}
.rte ol > li:before {
  position: relative;
  content: counters(item, ".") ". ";
  counter-increment: item;
  color: #100601;
  font-weight: 600;
}

.m-breadcrumbs {
  display: block;
  clear: both;
  padding: 20px 0 0;
  margin: 0 0 24px;
  font-style: italic;
}
@media screen and (min-width: 900px) {
  .m-breadcrumbs {
    padding-top: 50px;
    margin-bottom: 38px;
  }
}
.m-breadcrumbs__item {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  padding-right: 17px;
  color: #f98e2a;
  font-size: 14px;
  font-size: 0.7777777778rem;
}
@media screen and (min-width: 900px) {
  .m-breadcrumbs__item {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.m-breadcrumbs__item:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #BBC7CC;
  display: inline-block;
  margin: 0 2px;
  transform: rotate(15deg);
}
.m-breadcrumbs__link {
  border-bottom: 2px solid #f98e2a;
}

.o-partners {
  position: relative;
  border-top: 2px solid #100601;
  padding: 42px 0;
  background: #fff;
  position: relative;
  z-index: 1;
  z-index: 2;
}
.o-partners:after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.o-partners:after {
  bottom: 0;
  transform: skewY(1.1deg);
  transform-origin: 0 100%;
  border-bottom: 2px solid #100601;
}
.o-partners img {
  width: 100%;
}
.o-partners .slick-slide {
  padding: 0 32px;
}
.o-partners .a-heading {
  margin-bottom: 32px;
}
@media screen and (max-width: 900px) {
  .o-partners img {
    margin-top: 16px;
  }
}

.o-social {
  padding: 0;
}
.o-social__inner {
  padding: 0;
}
@media screen and (min-width: 900px) {
  .o-social__inner {
    display: flex;
    padding: 0 32px;
  }
}
.o-social__col {
  position: relative;
  width: 100%;
  padding: 48px 32px;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .o-social__col {
    width: 50%;
    padding: 80px 0 96px;
  }
  .o-social__col:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 100vw;
    width: calc(50vw);
    background: inherit;
    z-index: -1;
  }
}

/*
* Newsletter signup column
*/
.m-newsletter {
  background: #f98e2a;
  color: #fff;
}
@media screen and (min-width: 900px) {
  .m-newsletter {
    padding-right: 50px;
  }
}
.m-newsletter .a-text {
  border: 0;
  font-size: 15px;
  font-size: 0.8333333333rem;
}

/*
* Social Links column
*/
.m-social {
  background: #FFF7EF;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .m-social {
    padding-left: 50px;
  }
  .m-social:after {
    left: 100%;
    right: auto;
  }
}

.prm-has-img,
.m-imgAngle .prm-has-img,
.m-card__media .prm-has-img {
  position: relative;
  padding-bottom: 56%;
  background-repeat: none!important;
  background-size: cover!important;
  background-position: center!important;
}

.prm-has-img img.lazyload,
.prm-has-img img {
  width: 0;
  height: 0;
  opacity: 0!important;
}

@media screen and (min-width: 900px) {
  .m-imgAngle {
    position: relative;
    width: 400px;
    height: 400px;
    transform: rotate(-25deg);
    margin: 100px 0 120px;
    /*overflow:hidden;*/
  }
  .m-imgAngle__inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 3;
  }
  .m-imgAngle img {
    position: relative;
    top: -17%;
    left: -17%;
    width: 134% !important;
    max-width: none;
    height: 134%;
    transform: rotate(25deg);
    z-index: 2;
  }
  .m-imgAngle:before {
    content: "";
    position: absolute;
    top: 20px;
    left: -20px;
    width: 100%;
    height: 100%;
    background: #f98e2a;
    z-index: 1;
  }

  .prm-imgAngle {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
  }

  .m-imgAngle .prm-has-img {
    position: absolute;
    padding: 0;
    left: 50%;
    top: 50%;
    width: 140%;
    height: 140%;
    transform: translate(-50%,-50%) rotate(25deg);
  }

}

.m-card {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  width: calc(100% - 16px);
  margin-bottom: 32px;
  background: #fff;
  color: #100601;
  border: solid 5px #000000;
  /*border-right: 2px solid #100601;
  border-bottom: 2px solid #100601;
  border-radius: 0 0 28px 0;*/
  text-align: left;
  transition: all 0.2s ease;
  /** MODIFIERS **/
  /*
     * No Drop Shadow
     */
  /*
      * Small style - (i.e News)
      */
  /*
       * Search Results
       */
  /*
     * Committee Card
     */
  /*
     * News featured
     */
  /*
     * Inline card - Projects
     */
  /*
      * Person
      */
  /*
     * Background Colours
     */
  /*
     * Text alignment
     */
}
@media screen and (min-width: 900px) {
  .m-card {
    margin-bottom: 64px;
  }
  .colgroup .m-card {
    height: calc(100% - 64px);
  }
  .-cardsIntro .m-card {
    height: auto;
  }
  .rte .m-card {
    height: auto;
  }
}
.m-card:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 16px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.1);
  /*border-radius: 0 0 28px 0;*/
  z-index: -1;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
}
.m-card:hover, .m-card:focus {
  top: 10px;
  left: 10px;
}
.m-card:hover:before, .m-card:focus:before {
  left: 6px;
  top: 6px;
  background: #f98e2a;
  border-color: #100601;
}
.m-card__category {
  position: absolute;
  background: #fe8100;
  font-family: "Trebuchet MS";
  font-size: 20px;
  letter-spacing: 0.87px;
  line-height: 16px;
  padding: 10px;
  z-index: 3;
  transform: rotate(-6deg) translateX(-10px);
  color: #100601;
}
.m-card__tags {
  position: absolute;
  bottom: 25px;
  width: 100%;
  padding-right: 50px;
}
.m-card__tags__tag {
  text-transform: capitalize;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 15px;
  text-decoration: underline;
}
.m-card__link {
  position: relative;
  display: block;
  color: #100601;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .m-card__link {
    display: flex;
    flex-direction: column;
  }
}
.m-card__media {
  position: relative;
  margin: 0;
}
.m-card__media img {
  width: 100%;
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
}
.m-card__content {
  padding: 16px 16px 56px;
  z-index: 2;
  *zoom: 1;
}
.m-card__content:before, .m-card__content:after {
  content: " ";
  display: table;
}
.m-card__content:after {
  clear: both;
}
@media screen and (min-width: 900px) {
  .m-card__content {
    flex: 1 0 auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .m-card__content > .a-btn, .m-card__content > .wp-block-button {
    margin-top: auto;
  }
}
.m-card__title {
  color: inherit;
  font-size: 30px;
  font-size: 1.6666666667rem;
}
.m-card__summary {
  color: inherit;
}
.m-card__btns {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: auto;
}
@media screen and (max-width: 900px) {
  .m-card__btns .a-btn, .m-card__btns .wp-block-button {
    margin-bottom: 16px;
  }
  .m-card__btns .a-btn:last-child, .m-card__btns .wp-block-button:last-child {
    margin-bottom: 0;
  }
}
.m-card__btn {
  position: absolute;
  right: 16px;
  bottom: 16px;
  text-indent: -9999px;
}
.m-card.-noShadow {
  width: 100%;
}
.m-card.-noShadow:hover, .m-card.-noShadow:focus {
  top: 0;
  left: 0;
}
.m-card.-noShadow:before {
  content: none;
}
@media screen and (min-width: 900px) {
  .m-card.-compact .m-card__link {
    display: flex;
    flex-direction: column;
  }
}
.m-card.-compact .m-card__media {
  margin-bottom: 16px;
}
.m-card.-compact .m-card__media .a-ratio {
  padding-bottom: 66.0447761194%;
}
.m-card.-compact .m-card__tags__tag {
  color: black;
}
.m-card.-compact .m-card__content__header {
  padding: 70px 60px 28px 28px;
}
.m-card.-compact .m-card__content__footer {
  padding: 28px 60px 70px 28px;
}
.m-card.-compact .m-card__title {
  font-size: 21px;
  font-size: 1.1666666667rem;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .m-card.-compact .m-card__title {
    font-size: 28px;
    font-size: 1.5555555556rem;
  }
}
.m-card.-compact .m-card__btn {
  margin: 0;
}
.m-card.-compact.hasNoImage {
  background: #f98e2a;
  color: white;
}
.m-card.-compact.hasNoImage .m-card__tags__tag {
  color: white;
}
.m-card.-compact.hasNoImage .m-card__content__header {
  padding: 70px 60px 0px 28px;
}
.m-card.-compact.hasNoImage .m-card__content__footer {
  padding: 28px 60px 70px 28px;
}
.m-card.-search {
  margin-top: 32px;
}
.m-card.-search + .m-card.-search {
  margin-top: 56px;
}
.m-card.-search .m-card__link {
  display: flex;
  flex-direction: row;
}
.m-card.-search .m-card__media {
  width: 40%;
  margin-bottom: 16px;
}
.m-card.-search .m-card__content {
  width: 60%;
  padding: 14px 14px 58px;
}
.m-card.-search .m-card__title {
  font-size: 28px;
  font-size: 1.5555555556rem;
  margin: 0;
}
.m-card.-search .m-card__btn {
  margin: 0;
}
.m-card.-search.-result .m-card__title {
  font-size: 21px;
  font-size: 1.1666666667rem;
}
@media screen and (min-width: 900px) {
  .m-card.-committee .m-card__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.m-card.-committee .m-card__content {
  position: relative;
  background: #ffffff;
  font-size: 34px;
  font-size: 1.8888888889rem;
}
@media screen and (min-width: 900px) {
  .m-card.-committee .m-card__content {
    padding: 32px;
  }
}
.m-card.-committee .m-card__title {
  min-height: 120px;
}
@media screen and (min-width: 900px) {
  .m-card.-committee .m-card__title {
    font-size: 34px;
    font-size: 1.8888888889rem;
  }
}
.m-card.-featNews {
  height: auto;
}
.m-card.-featNews .m-card__inner {
  color: #100601;
  display: flex;
  flex-direction: row;
}
@media (max-width: 900px) {
  .m-card.-featNews .m-card__inner {
    flex-direction: column-reverse;
  }
}
.m-card.-featNews .m-card__media {
  width: 50%;
  border-radius: 0 0 28px 0;
  overflow: hidden;
}
.m-card.-featNews .m-card__media img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  max-width: unset;
}
@media (max-width: 900px) {
  .m-card.-featNews .m-card__media {
    border-radius: unset;
    width: 100%;
  }
}
.m-card.-featNews .m-card__content {
  background: #f98e2a;
  color: white;
  padding: 70px 60px 70px 28px;
  width: 50%;
  border-radius: none !important;
  position: relative;
}
@media (max-width: 900px) {
  .m-card.-featNews .m-card__content {
    width: 100%;
    border-radius: 0 0 28px 0;
    overflow: hidden;
  }
}
.m-card.-featNews .m-card__btn {
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.m-card.-featNews .a-heading {
  color: #ffffff;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 38px;
}
.m-card.-featNews .a-ratio {
  height: 100%;
}
.m-card.-featNews .a-tag {
  padding-left: 44px;
}
.m-card.-featNews .a-tag .a-icon {
  width: 20px;
  left: 12px;
}
@media screen and (min-width: 540px) {
  .m-card.-inline .m-card__link {
    display: flex;
    flex-direction: row;
  }
  .m-card.-inline .m-card__content {
    position: relative;
    width: 48%;
    padding: 24px 60px 24px 24px;
  }
  .m-card.-inline .m-card__media {
    width: 52%;
    border-radius: 0;
    overflow: hidden;
  }
  .m-card.-inline .m-card__btn {
    position: absolute;
    bottom: 8px;
    right: 8px;
  }
  .m-card.-inline.-flipped .m-card__content {
    padding-left: 16px;
    order: 1;
  }
  .m-card.-inline.-flipped .m-card__media {
    order: 2;
    border-radius: 0 0 28px 0;
  }
  .m-card.-inline.-current .m-card__content {
    padding-top: 56px;
  }
}
.m-card.-person .m-card__link {
  display: flex;
  flex-direction: column;
}
.m-card.-person .m-card__content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  padding-right: 80px;
}
.m-card.-person .m-card__title {
  font-size: 30px;
  font-size: 1.6666666667rem;
  margin: 0 0 8px;
  min-height: 72px;
}
.m-card.-person .m-card__summary {
  color: #1f1f1f;
  font-size: 19px;
  font-size: 1.0555555556rem;
  margin: auto 0 6px;
}
.m-card.-person p.-small {
  margin: 0;
}
.m-card.-person .m-card__btn {
  position: absolute;
  right: 16px;
  bottom: 16px;
  margin: 0;
}
.m-card.-person.-compact {
  max-width: 390px;
  height: auto;
}
.m-card.-person.-compact .m-card__link {
  flex-direction: row;
}
.m-card.-person.-compact .m-card__content {
  padding-right: 40px;
}
@media screen and (min-width: 900px) {
  .m-card.-person.-compact .m-card__media {
    width: 45%;
  }
  .m-card.-person.-compact .m-card__content {
    width: 55%;
  }
}
.m-card.-bg {
  background: #ffffff;
}
.m-card.-bg .m-card__content {
  padding: 16px;
}
/*
.m-card.-bgPrimary {
  background: #f98e2a;
}
  
.m-card.-bgPrimary .m-card__content {
  color: #fff;
  padding: 30px;
}
  */
/*
.m-card.-bgSecondary {
  background: #f98e2a;
}
.m-card.-bgSecondary .m-card__content {
  color: #fff;
  padding: 30px;
}
  */
.m-card.-textLeft {
  text-align: left;
}
.m-card.-textCenter {
  text-align: center;
}
.m-card.-textRight {
  text-align: right;
}

.m-featCard {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  background: #f98e2a;
  color: #100601;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0 0 32px;
  /*
  * Flipped modifier (Img left, text right)
  */
  /*
  * Patterns
  */
}
.m-featCard:hover, .m-featCard:focus {
  top: 0;
  left: 0;
}
.m-featCard:before {
  content: none;
}
.m-featCard__link {
  position: relative;
  display: block;
  color: #fff;
}
@media screen and (min-width: 900px) {
  .m-featCard__link {
    display: flex;
    align-items: center;
  }
}
.m-featCard__title {
  font-size: 32px;
  font-size: 1.7777777778rem;
  color: #fff;
}
@media screen and (min-width: 900px) {
  .m-featCard__title {
    font-size: 42px;
    font-size: 2.3333333333rem;
  }
}
.m-featCard__media {
  position: relative;
  margin: 0;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .m-featCard__media {
    order: 2;
    width: 55%;
    height: auto;
    padding: 0;
    overflow: visible;
  }
  .m-featCard__media .m-imgAngle {
    position: absolute;
    left: 17%;
    top: -220px;
    margin: 0;
    width: 520px;
    height: 520px;
  }
  .m-featCard__media .m-imgAngle:before {
    top: 40px;
    left: -24px;
  }
}
.m-featCard__content {
  position: relative;
  padding: 32px 18px;
  z-index: 2;
  *zoom: 1;
}
.m-featCard__content:before, .m-featCard__content:after {
  content: " ";
  display: table;
}
.m-featCard__content:after {
  clear: both;
}
@media screen and (min-width: 900px) {
  .m-featCard__content {
    order: 1;
    width: 50%;
    padding: 80px 60px;
    padding-left: 100px;
  }
}
.m-featCard__summary {
  color: #fff;
}
.m-featCard .a-btn, .m-featCard .wp-block-button {
  font-size: 22px;
  font-size: 1.2222222222rem;
  padding: 14px 48px;
}
.m-featCard.-flipped {
  background-color: #0B4862;
}
@media screen and (min-width: 900px) {
  .m-featCard.-flipped .m-featCard__media {
    order: 1;
  }
  .m-featCard.-flipped .m-imgAngle {
    left: 0;
    transform: rotate(25deg);
  }
  .m-featCard.-flipped .m-imgAngle img {
    transform: rotate(-25deg);
  }
  .m-featCard.-flipped .m-imgAngle:before {
    left: auto;
    right: -24px;
  }
  .m-featCard.-flipped .m-featCard__content {
    order: 2;
    padding-left: 60px;
    padding-right: 100px;
  }
}
.m-featCard.-pattern1 .m-imgAngle__inner::after, .m-featCard.-pattern4 .m-imgAngle__inner::after, .m-featCard.-pattern3 .m-imgAngle__inner::after, .m-featCard.-pattern2 .m-imgAngle__inner::after {
  content: "";
  position: absolute;
  left: -20%;
  top: -20%;
  bottom: -20%;
  right: -20%;
  background: url(../../assets/images/syp-logo-repeat-bw.svg) repeat -10% -10%;
  z-index: 2;
  transform: rotate(-25deg);
}
.m-featCard.-pattern2 .m-imgAngle__inner::after {
  background-image: url(../../assets/images/syp-logo-repeat-bw.svg);
}
.m-featCard.-pattern3 .m-imgAngle__inner::after {
  background-image: url(../../assets/images/syp-logo-repeat-bw.svg);
}
.m-featCard.-pattern4 .m-imgAngle__inner::after {
  background-image: url(../../assets/images/syp-logo-repeat-bw.svg);
}

.m-tile {
  margin: 0 0 64px;
}
@media screen and (min-width: 900px) {
  .colgroup .m-tile {
    height: calc(100% - 64px);
  }
}
.m-tile__media {
  margin: 0 0 16px;
}
.m-tile__link {
  display: block;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .m-tile__link {
    display: flex;
    flex-direction: column;
  }
}
.m-tile__link:hover .m-tile__title {
  color: #f98e2a;
}
@media screen and (min-width: 900px) {
  .m-tile__content {
    flex: 1 0 auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}
.m-tile__title {
  transition: color 0.2s ease;
}
.m-tile .a-btn.-arrow, .m-tile .-arrow.wp-block-button {
  margin-top: auto;
  padding-right: 36px;
}
.m-tile .a-btn.-arrow:after, .m-tile .-arrow.wp-block-button:after {
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background-size: 25px auto;
  border-radius: 50%;
}

.o-profile {
  padding-top: 0;
}
.o-profile__title {
  margin: 0;
}
.o-profile__location {
  font-size: 30px;
  font-size: 1.6666666667rem;
  color: #343433;
  margin: 0 0 32px;
  font-weight: normal;
}

.m-posts {
  position: relative;
}
.m-posts__filter {
  margin: 0 -10px 22px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.facetwp-facet {
  margin: 0 !important;
}

.facetwp-overlay {
  display: none !important;
}

.o-homeBanner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #e5ebee;
  color: #FFF;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 62vw;
  min-height: 400px;
}
.o-homeBanner:after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.o-homeBanner:after {
  bottom: 0;
  transform: skewY(-2.5deg);
  transform-origin: 100%;
}
@media screen and (max-width: 1080px) {
  .o-homeBanner {
    height: auto;
    padding-bottom: 40px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1080px) {
  .o-homeBanner {
    height: 91vh;
    min-height: 760px;
    max-height: 880px;
    margin-bottom: -220px;
  }
}
.o-homeBanner:after {
  background: #fff;
  top: 85%;
}
.o-homeBanner__content {
  position: relative;
  width: 450px;
  max-width: 90%;
  padding: 88px 0 24px;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .o-homeBanner__content {
    order: 1;
    width: 100%;
    max-width: 100%;
    padding: 32px 16px 40px;
  }
}
@media screen and (min-width: 1080px) {
  .o-homeBanner__content {
    width: 100%;
    max-width: 55%;
    padding: 145px 0;
  }
}
.o-homeBanner h1 {
  margin: 0;
  font-size: 18px;
  font-size: 1rem;
  animation: slideUp 0.8s cubic-bezier(0.51, 0, 0.165, 1) 0.5s;
  animation-fill-mode: backwards;
}
@media screen and (min-width: 540px) {
  .o-homeBanner h1 {
    font-size: 22px;
    font-size: 1.2222222222rem;
  }
}
@media screen and (min-width: 900px) {
  .o-homeBanner h1 {
    font-size: 30px;
    font-size: 1.6666666667rem;
  }
}
.o-homeBanner h2 {
  margin: 0;
  font-size: 32px;
  font-size: 1.7777777778rem;
  animation: slideUp 0.8s cubic-bezier(0.51, 0, 0.165, 1) 0.7s;
  animation-fill-mode: backwards;
}
@media screen and (min-width: 540px) {
  .o-homeBanner h2 {
    font-size: 46px;
    font-size: 2.5555555556rem;
    line-height: 56px;
  }
}
@media screen and (min-width: 900px) {
  .o-homeBanner h2 {
    font-size: 62px;
    font-size: 3.4444444444rem;
    line-height: 70px;
  }
}
.o-homeBanner__media {
  position: absolute;
  top: 20px;
  left: 30%;
  width: 70%;
  max-width: 606px;
  z-index: 1;
  animation: slideDown 0.8s cubic-bezier(0.51, 0, 0.165, 1) 0.5s;
  animation-fill-mode: backwards;
}
@media screen and (max-width: 1080px) {
  .o-homeBanner__media {
    position: relative;
    top: 0;
    left: 8px;
    width: 100%;
    max-width: calc(100% - 48px);
    margin: 0 auto;
    order: 2;
  }
}
@media screen and (min-width: 1080px) {
  .o-homeBanner__media {
    top: 145px;
    left: 56%;
    width: 60%;
  }
}
.o-homeBanner__media:after {
  content: "";
  position: absolute;
  top: 15px;
  left: -15px;
  width: 100%;
  height: 100%;
  background: #f98e2a;
  z-index: 1;
  animation: slideDownHome 0.8s cubic-bezier(0.51, 0, 0.165, 1) 0.8s;
  animation-fill-mode: backwards;
}
.o-homeBanner__media img {
  display: block;
  position: relative;
  z-index: 2;
}
.o-homeBanner .wrapper, .o-homeBanner .a-pageTitle {
  position: relative;
}
@media screen and (max-width: 1080px) {
  .o-homeBanner .wrapper, .o-homeBanner .a-pageTitle {
    display: flex;
    flex-direction: column;
  }
}
.o-homeBanner__bg {
  display: none;
}
@media screen and (min-width: 900px) {
  .o-homeBanner__bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
    animation: bgImgFade 2s cubic-bezier(0.51, 0, 0.165, 1) 1s;
    animation-fill-mode: backwards;
  }
}
.o-homeBanner__bg img {
  position: absolute;
  right: 15%;
  bottom: 90%;
  max-width: 606px;
  animation: homeScroll 80s linear infinite 1.2s;
}
.o-homeBanner__bg img.-clone {
  transform: translate3d(0, 360%, 0);
  animation: homeScrollClone 80s linear infinite 1.2s;
}
.o-homeBanner__bg img.-img2 {
  bottom: auto;
  right: auto;
  left: 90%;
  top: 6%;
  animation-duration: 86s;
}
.o-homeBanner__bg img.-img2.-clone {
  animation-duration: 86s;
}
.o-homeBanner__bg img.-img3 {
  bottom: auto;
  top: 90%;
  right: auto;
  left: 80%;
  animation-duration: 75s;
}
.o-homeBanner__bg img.-img3.-clone {
  animation-duration: 75s;
}

@keyframes bgImgFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes homeScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -360%, 0);
  }
}
@keyframes homeScrollClone {
  0% {
    transform: translate3d(0, 360%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.banner-manifesto {
  position: relative;
  background: #f98e2a;
  color: #fff;
}
.banner-manifesto.-topic {
  background-color: #e5ebee;
  color: #100601;
}
.banner-manifesto__content {
  padding-top: 80px;
  padding-bottom: 80px;
}
.banner-manifesto__content__sub-title {
  color: #fff7ef;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.01px;
  line-height: 16px;
  text-transform: uppercase;
}
.banner-manifesto__content__intro-paragraph {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 34px;
}
.banner-manifesto__content__title {
  color: #fff;
  font-family: "Spartan", sans-serif;
  font-size: 66px;
  font-weight: bold;
  letter-spacing: 0.57px;
  line-height: 87px;
}
.banner-manifesto__media-wrapper {
  position: relative;
  vertical-align: middle;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}
.banner-manifesto__video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.banner-manifesto__video-container__background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.banner-manifesto__video-container__background:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 16px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
}
.banner-manifesto__video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.banner-manifesto__figure-container {
  top: 0;
  right: 0;
  z-index: 3;
}
.banner-manifesto__figure-container__figure {
  position: absolute;
  z-index: 3;
  width: 92px;
  height: 92px;
  top: 0%;
  left: 66%;
  transform: translate(-100%, -75%);
}
.banner-manifesto__figure-container__figure.-rotated {
  top: 10%;
  left: 90%;
  transform: translate(-100%, -100%) rotate(-20deg);
}
.banner-manifesto__figure-container__figure.-stamp {
  width: 92px;
  height: 92px;
  transform: translate(-100%, -75%) rotate(-10deg);
}

.sub-banner-manifesto {
  position: relative;
  background: #e5ebee;
  background: linear-gradient(65deg, #e5ebee 0%, #e5ebee 60%, #d8c2f3 60%, #d8c2f3 100%);
}
.sub-banner-manifesto__content {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sub-banner-manifesto__content__intro-paragraph {
  color: #100601;
  font-size: 27px;
  letter-spacing: 0;
  line-height: 37px;
}
.sub-banner-manifesto__content__title {
  font-family: "Spartan", sans-serif;
  color: #100601;
  font-size: 52px;
  font-weight: bold;
  letter-spacing: 0.45px;
  line-height: 80px;
}
.sub-banner-manifesto__content .m-breadcrumbs {
  padding-top: 0;
}
.sub-banner-manifesto__ribbon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: repeating-linear-gradient(-45deg, white 0, white 30px, #0090d0 0, #0090d0 60px, white 0, white 90px, #f18a0e 0, #f18a0e 120px);
}
.sub-banner-manifesto__media-wrapper {
  position: relative;
  vertical-align: middle;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}
.sub-banner-manifesto__figure-container {
  position: relative;
  padding-bottom: 66%;
}
.sub-banner-manifesto__figure-container__figure {
  position: absolute;
  z-index: 3;
  width: 128px;
  height: 128px;
  top: 66%;
  left: 50%;
}
.sub-banner-manifesto__figure-container__figure.-rotated {
  top: 33%;
  left: 80%;
  transform: translate(-100%, -100%) rotate(10deg);
}
.sub-banner-manifesto__figure-container__figure.-stamp {
  transform: translate(-100%, -75%) rotate(-10deg);
}

/*
* Banner
*/
.m-angledBanner {
  position: relative;
  *zoom: 1;
  width: 100%;
  z-index: 2;
  /** MODIFIERS **/
  /*
  * Banner - Background light grey (subtle colour)
  */
  /*
  * Banner - Smaller with image flipped and useful links
  */
  /*
  * Patterns
  */
}
.m-angledBanner:before, .m-angledBanner:after {
  content: " ";
  display: table;
}
.m-angledBanner:after {
  clear: both;
}
@media screen and (min-width: 900px) {
  .m-angledBanner {
    min-height: 527px;
  }
}
.m-angledBanner__inner {
  position: relative;
}
.m-angledBanner__content {
  position: relative;
  width: 75%;
  padding: 0 0 32px;
  z-index: 3;
}
@media screen and (min-width: 540px) {
  .m-angledBanner__content {
    width: 60%;
  }
}
@media screen and (min-width: 900px) {
  .m-angledBanner__content {
    width: 50%;
  }
}
.m-angledBanner__content p {
  max-width: 520px;
}
.m-angledBanner__media {
  position: absolute;
  top: -80px;
  left: 78%;
  width: 300px;
  height: 300px;
  transform: rotate(-25deg);
  z-index: 2;
  animation: bannerAngleMain 1s cubic-bezier(0.51, 0, 0.165, 1) 0.5s;
  animation-fill-mode: backwards;
}
@media screen and (min-width: 540px) {
  .m-angledBanner__media {
    top: -100px;
    left: 65%;
    width: 400px;
    height: 400px;
  }
}
@media screen and (min-width: 900px) {
  .m-angledBanner__media {
    top: -350px;
    left: 50%;
    width: 800px;
    height: 800px;
  }
}
.m-angledBanner__media__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.m-angledBanner__media:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 40px;
  top: 40px;
  background: #f98e2a;
  animation: bannerAngleSub 0.6s ease 0.75s;
  animation-fill-mode: backwards;
  z-index: 1;
}
.m-angledBanner__media img {
  position: relative;
  top: 22%;
  left: -41%;
  width: 164% !important;
  max-width: none;
  transform: rotate(25deg);
  z-index: 3;
}
@media screen and (min-width: 540px) {
  .m-angledBanner__media img {
    width: 171% !important;
  }
}
@media screen and (min-width: 900px) {
  .m-angledBanner__media img {
    top: 25%;
    left: -26%;
    width: 138% !important;
  }
}
.m-angledBanner.-bgSubtle {
  background: #e5ebee;
}
.m-angledBanner.-alt {
  background: #e5ebee;
}
@media screen and (min-width: 900px) {
  .m-angledBanner.-alt {
    min-height: 334px;
  }
}
.m-angledBanner.-alt .m-breadcrumbs {
  margin: 8px 0 24px;
}
.m-angledBanner.-alt .a-pageTitle {
  font-size: 50px;
  font-size: 2.7777777778rem;
}
@media screen and (min-width: 900px) {
  .m-angledBanner.-alt .m-angledBanner__content {
    float: right;
    width: 66.66%;
  }
}
@media screen and (min-width: 900px) {
  .m-angledBanner.-alt .m-angledBanner__media {
    top: -150px;
    left: auto;
    right: 72%;
    width: 450px;
    height: 450px;
    transform: rotate(25deg);
    animation: bannerAngleAltMain 1s cubic-bezier(0.51, 0, 0.165, 1) 0.5s;
    animation-fill-mode: backwards;
  }
  .m-angledBanner.-alt .m-angledBanner__media:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -30px;
    top: 30px;
    background: #f98e2a;
    animation: bannerAngleAltSub 0.6s ease 0.75s;
    animation-fill-mode: backwards;
  }
  .m-angledBanner.-alt .m-angledBanner__media img {
    top: 18%;
    left: -24%;
    width: 170% !important;
    transform: rotate(-25deg);
  }
}
@media screen and (min-width: 900px) {
  .m-angledBanner.-clear {
    height: 680px;
  }
}
.m-angledBanner.-pattern1 .m-angledBanner__media__inner::after, .m-angledBanner.-pattern4 .m-angledBanner__media__inner::after, .m-angledBanner.-pattern3 .m-angledBanner__media__inner::after, .m-angledBanner.-pattern2 .m-angledBanner__media__inner::after {
  content: "";
  position: absolute;
  left: -20%;
  top: -20%;
  bottom: -20%;
  right: -20%;
  background: url(../../assets/images/syp-logo-repeat-bw.svg) repeat -10% -10%;
  z-index: 2;
  transform: rotate(-25deg);
}
.m-angledBanner.-pattern2 .m-angledBanner__media__inner::after {
  background-image: url(../../assets/images/syp-logo-repeat-bw.svg);
}
.m-angledBanner.-pattern3 .m-angledBanner__media__inner::after {
  background-image: url(../../assets/images/syp-logo-repeat-bw.svg);
}
.m-angledBanner.-pattern4 .m-angledBanner__media__inner::after {
  background-image: url(../../assets/images/syp-logo-repeat-bw.svg);
}

/*
* Banner Useful Links
*/
.m-usefulLinks {
  position: relative;
  padding-top: 24px;
}
.m-usefulLinks li {
  margin-bottom: 8px;
}
.m-usefulLinks li:last-child {
  margin-bottom: 0;
}
.m-usefulLinks a.-active {
  color: #100601;
}
.m-usefulLinks:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 2px;
  background: #100601;
}
@media screen and (min-width: 900px) {
  .m-usefulLinks {
    margin-top: 85px;
  }
}

/*
* Nav
*/
.m-inPageNav {
  position: sticky;
  top: 32px;
  font-size: 15px;
  font-size: 0.8333333333rem;
}
@media screen and (max-width: 540px) {
  .m-inPageNav {
    display: none;
  }
}
.m-inPageNav__item {
  display: block;
  margin: 0 0 13px;
}
.m-inPageNav__link {
  display: block;
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  font-weight: 700!important;
  font-size: 18px;
  padding: 10px 10px 10px 16px;
  transition: padding 0.2s ease;
  background-color: #f98e2a;
  border: solid 2px #000000;
  color: #000000;
}
/*
.m-inPageNav__link:focus {
  color: #f98e2a;
}
*/
.m-inPageNav__link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #343433;
  transition: border 0.2s ease, transform 0.2s ease;
}
.m-inPageNav__link:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-75px, -50%);
  width: 75px;
  height: 2px;
  background: #343433;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.m-inPageNav__link.-active {
  padding-left: 90px;
  color: #343433;
  background-color: #ffffff;
}
.m-inPageNav__link.-active:before {
  transform: translate(74px, -50%);
  border-left: 7px solid #343433;
}
.m-inPageNav__link.-active:after {
  transform: translate(0px, -50%);
  background-color: #343433;
}

/*
* Content
*/
.o-inPageSection {
  margin-bottom: 40px;
}
.o-inPageSection:last-child {
  margin: 0;
}
@media screen and (max-width: 900px) {
  .o-inPageSection [class*=col-] {
    margin-bottom: 40px;
  }
  .o-inPageSection [class*=col-]:last-child {
    margin: 0;
  }
}

/*
* Search Header
*/
.o-search {
  display: none;
  position: fixed;
  left: 0;
  top: 75px;
  width: 100%;
  height: 100vh;
  height: calc(100vh - 75px);
  z-index: 10;
  background: #e5ebee;
  overflow-y: auto;
}
@media screen and (min-width: 900px) {
  .o-search {
    top: 101px;
    height: calc(100vh - 101px);
  }
}
.o-search__inner {
  position: relative;
  padding: 32px 16px 100px;
}
@media screen and (min-width: 900px) {
  .o-search__inner {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
.o-search__close {
  position: absolute;
  top: 32px;
  right: 32px;
}
@media screen and (max-width: 900px) {
  .o-search__close {
    display: none;
  }
}
.o-search__form {
  width: 100%;
  max-width: 790px;
  margin: 0 auto 40px;
  animation: slideUp 0.5s ease;
  animation-fill-mode: backwards;
}
@media screen and (min-width: 900px) {
  .o-search__form {
    margin: 0 auto 30px;
  }
}
.o-search__results {
  animation: slideUp 0.5s ease 0.25s;
  animation-fill-mode: backwards;
}
@media screen and (min-width: 900px) {
  .o-search__results {
    display: flex;
  }
}
.o-search__title {
  font-size: 29px;
  font-size: 1.6111111111rem;
  margin: 0 0 16px;
}
@media screen and (min-width: 900px) {
  .o-search__title {
    margin: 0 0 64px;
  }
}
.o-search__col {
  width: 100%;
  margin: 0 0 48px;
}
@media screen and (min-width: 540px) {
  .o-search__col {
    display: inline-block;
    width: 44%;
    vertical-align: top;
    margin-right: 5%;
  }
}
@media screen and (min-width: 900px) {
  .o-search__col {
    display: block;
    width: 100%;
    min-height: 240px;
    border-left: 2px solid #f98e2a;
    margin: 0;
    padding: 0 16px;
    padding-right: 8.333%;
  }
  .o-search__col:first-child {
    border-left: 0;
    padding-left: 0;
  }
  .o-search__col:nth-child(3) {
    max-width: 200px;
    padding-right: 0;
  }
}
.-searchActive .o-search {
  display: block;
}
.o-search .m-loader {
  width: 100%;
  text-align: center;
  padding-bottom: 1em;
  min-height: 80px;
}
.o-search .m-loader div {
  display: none;
}
.o-search .m-loader div h4, .o-search .m-loader div div {
  display: inline-block;
}
.o-search .m-loader div div > div {
  background-color: #f98e2a;
}

/*
* Result - Results
*/
.-result .m-card__title {
  font-size: 18px;
  font-size: 1rem;
}

/*
* Result - Pages
*/
.m-searchResultPage {
  display: block;
  color: #100601;
  border-bottom: 2px solid #100601;
  margin-bottom: 24px;
  padding-bottom: 8px;
}
.m-searchResultPage:hover {
  color: #f98e2a;
}
.m-searchResultPage__media {
  width: 103px;
  margin: 0 0 8px;
}
.m-searchResultPage__title {
  margin: 0;
}

.o-findMSYP {
  padding: 56px 0;
  background: #f98e2a;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .o-findMSYP {
    padding: 64px 0;
  }
}
.o-findMSYP__title {
  font-size: 34px;
  font-size: 1.8888888889rem;
}
@media screen and (min-width: 900px) {
  .o-findMSYP__title {
    font-size: 42px;
    font-size: 2.3333333333rem;
  }
}
.o-findMSYP form {
  max-width: 587px;
  margin: 0 auto;
}
.o-findMSYP.-angleAfter {
  position: relative;
  z-index: 1;
  z-index: 2;
}
.o-findMSYP.-angleAfter:after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.o-findMSYP.-angleAfter:after {
  bottom: 0;
  transform: skewY(-4deg);
  transform-origin: 100%;
}
@media screen and (min-width: 900px) {
  .o-findMSYP.-angleAfter + .o-section {
    padding-top: 160px;
  }
}
.o-findMSYP.-angleBefore {
  /*margin-top: 150px;*/
  position: relative;
  z-index: 1;
  z-index: 2;
}
.o-findMSYP.-angleBefore:before {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  border-top: 5px solid var(--wp--preset--color--colour-black);
  -webkit-backface-visibility: hidden;
}
.o-findMSYP.-angleBefore:before {
  top: -10px;
  transform: skewY(-4deg);
  transform-origin: 0 0;
}
.m-resultsLoader {
  width: 100%;
  text-align: center;
  padding-bottom: 1em;
  min-height: 0;
  transition: min-height 0.1s ease;
}
.m-resultsLoader.-height {
  min-height: 80px;
}
.m-resultsLoader div {
  display: none;
}
.m-resultsLoader div h4, .m-resultsLoader div div {
  display: inline-block;
}
.m-resultsLoader div div > div {
  background-color: #f98e2a;
}

.a-ratio {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}



.a-ratio__item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.a-ratio.-square {
  padding-bottom: 100%;
}
.a-ratio.-sm {
  padding-bottom: 56.17%;
}
.a-ratio.-lrg {
  padding-bottom: 68.77%;
}

.wp-block-embed {
  margin: 0 0 32px;
  padding: 0;
}
.wp-block-embed__wrapper {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.wp-block-embed iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.is-provider-twitter .wp-block-embed__wrapper {
  height: auto;
  padding-bottom: 32px;
}

.a-pattern1 {
  background: url(../../assets/images/syp-logo-repeat-bw.svg) repeat 0 0;
  background-color: #F98E2A;
}
.a-pattern1.-patternSm {
  background-size: 71px auto;
  background-position: -20px -20px;
}

.a-pattern2 {
  background: url(../../assets/images/syp-logo-repeat-bw.svg) repeat 0 0;
  background-color: #F98E2A;
}
.a-pattern2.-patternSm {
  background-size: 71px auto;
  background-position: -20px -20px;
}

.a-pattern3 {
  /*background: url(../../assets/images/syp-logo-repeat-bw.svg) repeat 0 0;*/
  background: url(../../assets/images/syp-logo-repeat-bw.svg) repeat 0 0;
  background-color: #F98E2A;
}
.a-pattern3.-patternSm {
  background-size: 71px auto;
  background-position: -20px -20px;
}

.a-pattern4 {
  background: url(../../assets/images/syp-logo-repeat-bw.svg) repeat 0 0;
  background-color: #F98E2A;
}
.a-pattern4.-patternSm {
  background-size: 100px auto;
  background-position: -20px -20px;
}

/*
* Inline Download
*/
.m-doc {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px 0;
  /*background: #fff7ef;*/
  border-top: 2px solid #100601;
  border-bottom: 2px solid #100601;
  color: #100601;
  z-index: 1;
}
@media screen and (min-width: 540px) {
  .m-doc {
    flex-wrap: nowrap;
  }
}
.m-doc__title {
  font-size: 21px;
  font-size: 1.1666666667rem;
  padding: 16px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 540px) {
  .m-doc__title {
    padding: 16px 0 16px 24px;
  }
}
.m-doc__info {
  font-size: 14px;
  font-size: 0.7777777778rem;
  text-align: center;
  text-transform: uppercase;
  padding: 16px;
  display: flex;
  align-items: center;
}
.m-doc__btn {
  position: relative;
  z-index: 1;
  padding: 16px;
  text-align: center;
  transition: background 0.2s ease;
}
.m-doc:hover .m-doc__btn {
  background: var(--wp--preset--color--colour-2);
  color: #fff;
}

/*
* Doc Card
*/
.m-docCard {
  position: relative;
  margin-bottom: 32px;
  /*background: #fff7ef;*/
  color: #100601;
  z-index: 1;
}
.m-docCard__content {
  padding: 16px;
}
.m-docCard__content p {
  margin: 0;
}
.m-docCard__link {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #100601;
  padding: 8px 16px 5px;
  color: #100601;
  z-index: 1;
}
.m-docCard__link:hover {
  background: #F98E2A;
  color: #fff;
}
.m-docCard__link .a-btn, .m-docCard__link .wp-block-button {
  top: 0;
  min-width: 38px;
  width: 38px;
  height: 38px;
}
.m-docCard__link .a-btn svg, .m-docCard__link .wp-block-button svg {
  width: 13px;
}
.m-docCard__linkLabel {
  display: inline-block;
  position: relative;
  top: 8px;
}
.m-docCard.-sm .a-heading {
  min-height: 70px;
  font-size: 19px;
  font-size: 1.0555555556rem;
}
.m-docCard.-sm small {
  font-size: 12px;
  font-size: 0.6666666667rem;
}

/* 
* Doc List
*/
.m-docList {
  border-bottom: 2px solid #100601;
  margin-bottom: 16px;
}
.m-docList__item {
  margin: 0;
}
.m-docList__item:nth-child(even) .m-doc {
  background: #fff;
}
.m-docList .m-doc {
  margin: 0;
  border-bottom: 0;
}
.m-docList .m-doc__info {
  font-size: 18px;
  font-size: 1rem;
  padding-left: 24px;
  padding-right: 24px;
}
.m-docList .m-doc__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  text-align: center;
}
.m-docList .a-btn, .m-docList .wp-block-button {
  width: 38px;
  min-width: 38px;
  height: 38px;
  margin-bottom: 8px;
  margin-top: 6px;
}

.o-projects {
  /*text-align: center;*/
  padding-top: 0;
  /*padding-top: 200px;*/
}
.o-projects__filter {
  margin: 0 0 60px;
}
.o-projects__result {
  /*max-width: 895px;*/
  margin: 0 auto 74px;
}
.o-projects .m-card.-feat {
  margin-top: 100px;
  margin-bottom: 100px;
}





.prm-project .o-projects__filter {
  background-color: #ffffff;
  padding: 20px 0;
}

.prm-project .o-projects__filter .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.prm-project .o-projects__filter .a-heading.-lrg {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 0 0 15px;
  line-height: 1;
  padding: 0 10px 0 0;

}

.prm-project .a-filterTag {
  margin-bottom: 15px!important;
  /*border-radius: 80px;*/
  text-align: center;
  padding: 10px 40px!important;
  min-width: 0;
}

.prm-project .a-icon.-inline {
  top: 0;
  margin-right: 10px;
}

.prm-project .o-projects__results {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.prm-project .o-projects__results .o-projects__result {
  
  width: 31%;
}

.prm-project .o-projects__results .o-projects__result .m-card__link {
  display: flex;
  flex-direction: column;

}

.prm-project .o-projects__results .o-projects__result .m-card__media,
.prm-project .o-projects__results .o-projects__result .m-card__content {
  width: 100%;
}



.prm-project .o-projects__result.-inline.-current .m-card__content {
  padding-top: 24px;
}
.prm-project .o-projects__result .m-card__content .a-tag.-current {
  display: none;
}

.prm-project .m-card.-inline.-flipped .m-card__media {
  order: 1;
}

.prm-project .o-projects__result:after {
  content:"Previous Project";
  position: absolute;
  top: 0;
  left: 24px;
  background-color: #f98e2a;
  /*color: #ffffff;*/
  padding: 8px 20px;
  z-index: 10;
}

.prm-project .o-projects__result.-flipped-current:after,
.prm-project .o-projects__result.-current:after {
  content:"Current Project";
  background-color: #f98e2a;
  color: #000000;
}

.prm-project .prm-feature .o-projects__result:after,
.prm-project .prm-feature .o-projects__result.-flipped-current:after, 
.prm-project .prm-feature .o-projects__result.-current:after {
  display:none;
}


body .o-siteHead__login {
	display: none;
}

.prm-feature {
  position: relative;
  padding: 100px 0;
  background-color: #f98e2a;
  z-index: -2;
}

.prm-feature .wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.prm-feature .wrapper:after {
  content: "Featured Project";
  position: relative;
  top: 0;
  left: 0;
  background-color: #f98e2a;
  color: #000000;
  padding: 8px 20px;
  /*border: solid 2px #000000;*/
}


.prm-feature .o-projects__result {
  width: 100%;
  max-width: 1264px;
  padding: 0 47px;
  margin-bottom: 0;
}

.prm-feature .m-card {
  background: transparent;
  color: #ffffff;
  border:none;
  border-radius: 0;
}

.prm-feature .m-card:before {
  display: none;
}

.prm-feature .m-card__summary,
.prm-feature .m-card__content {
  color: #ffffff;
}

.prm-feature .m-card.-inline .m-card__media {
  overflow:visible;
}

.prm-feature .m-card__media:before {
  content:"";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -15px;
  top: 15px;
  background-color: #f98e2a;
  z-index: 0;
}

.prm-feature .m-card.-inline .m-card__btn {
  position: absolute;
  display: inline-block;
  bottom: 8px;
  right: auto;
  left: 24px;
  text-indent: 0;
  z-index: 1;
}

.prm-feature .a-btn.-arrow, 
.prm-feature .-arrow.wp-block-button, 
.prm-feature .gform_button.-arrow {
  position: relative;
  display: inline-block;
  right: auto;
  top: auto;
  width: auto;
  height: auto;
  background: none;
  color: #000000;
  padding: 5px 15px;
  border-radius: 0;
  overflow: visible;
}

.prm-feature .m-card:hover .a-btn.-arrow, 
.prm-feature .m-card:hover .-arrow.wp-block-button, 
.prm-feature .m-card:hover .gform_button.-arrow {
  color: #ffffff;
}





.prm-feature .a-btn.-arrow:after, 
.prm-feature .-arrow.wp-block-button:after, 
.prm-feature .gform_button.-arrow:after,
.prm-feature .a-btn.-arrow:before, 
.prm-feature .-arrow.wp-block-button:before, 
.prm-feature .gform_button.-arrow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
  background-color: #f98e2a;
  border: solid 2px #000000;
  color: #000000;
  padding: 0;
  border-radius: 0;
  z-index: -1;
}

.prm-feature .a-btn.-arrow:after, 
.prm-feature .-arrow.wp-block-button:after, 
.prm-feature .gform_button.-arrow:after {
  left: 10px;
  top: 10px;
  background-color: #ffffff;
  border: solid 2px #000000;
  z-index: -4;
}

.prm-featured-section.o-section.-bgSubtle {
  background-color: #0c4862;
}



.a-tag {
  position: absolute;
  bottom: 100%;
  left: 16px;
  background: inherit;
  padding: 8px 48px 4px 48px;
  font-size: 17px;
  font-size: 0.9444444444rem;
  border-radius: 4px 4px 0 0;
  z-index: 3;
}
.a-tag::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 50%;
  height: 100%;
  background: inherit;
  transform: skewX(25deg);
  z-index: -1;
  border-radius: 0 4px 0 0;
}
.a-tag.-primary {
  background: #f98e2a;
}
.a-tag.-secondary {
  background: #f98e2a;
}
.a-tag.-sm {
  left: 0;
  padding: 4px 32px 4px 16px;
  font-size: 13px;
  font-size: 0.7222222222rem;
}
.a-tag .a-icon {
  position: absolute;
  left: 8px;
  top: 0;
}
.a-tag.-current {
  top: 0;
  bottom: auto;
  left: auto;
  right: 16px;
  border-radius: 0 0 4px 4px;
  padding: 8px 16px;
  background: #f98e2a;
}
.a-tag.-current.-sm {
  padding: 6px 16px;
}
.a-tag.-current:after {
  content: none;
}

/*
* Date Square
*/
.a-dateSquare {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  font-size: 0.7777777778rem;
  /*
  * Smaller version
  */
}
@media screen and (min-width: 540px) {
  .a-dateSquare {
    width: 54px;
    height: 54px;
    line-height: 52px;
    font-size: 15px;
    font-size: 0.8333333333rem;
  }
}
@media screen and (min-width: 900px) {
  .a-dateSquare {
    width: 68px;
    height: 68px;
    line-height: 66px;
    font-size: 18px;
    font-size: 1rem;
  }
}
.a-dateSquare:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f98e2a;
  transform: rotate(-25deg);
  transition: transform 0.4s cubic-bezier(0.51, 0, 0.165, 1);
  z-index: 1;
}
.a-dateSquare span {
  display: block;
  font-size: 18px;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 540px) {
  .a-dateSquare span {
    font-size: 21px;
    font-size: 1.1666666667rem;
  }
}
@media screen and (min-width: 900px) {
  .a-dateSquare span {
    font-size: 25px;
    font-size: 1.3888888889rem;
  }
}
.a-dateSquare__inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  z-index: 1;
}
.a-dateSquare.-sm {
  width: 54px;
  height: 54px;
  line-height: 52px;
  font-size: 14px;
  font-size: 0.7777777778rem;
}
.a-dateSquare.-sm span {
  font-size: 18px;
  font-size: 1rem;
}

.a-counter {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  font-size: 1.3333333333rem;
  text-align: center;
  line-height: 48px;
  z-index: 5;
  margin: 8px 0;
}
.a-counter:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f98e2a;
  z-index: -1;
  transform: rotate(-25deg);
}

.o-blocks {
  padding-top: 48px;
  padding-bottom: 16px;
}
.o-blocks [class*=col-] {
  margin-bottom: 32px;
}

.m-block {
  background: #fff;
  border-radius: 4px;
  text-align: center;
  height: 100%;
  padding: 24px 16px;
  margin: 0 0 16px;
}
.m-block .a-counter {
  margin-bottom: 32px;
}
.m-block p {
  margin: 0;
}

img[data-src] {
  opacity: 0;
  transition: opacity 0.35s ease 0.25s;
}

img.lazyloaded {
  opacity: 1;
}

.m-events {
  margin: 0 0 32px;
}
.m-events__item {
  position: relative;
  width: 82%;
  margin-left: 12%;
  background: #fff;
  border-top: 2px solid #100601;
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 27px;
  text-align: left;
}
@media screen and (min-width: 540px) {
  .m-events__item {
    font-size: 18px;
    font-size: 1rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 900px) {
  .m-events__item {
    font-size: 21px;
    font-size: 1.1666666667rem;
  }
}
@media screen and (min-width: 1400px) {
  .m-events__item {
    width: 100%;
  }
}
.m-events__item:nth-child(odd) {
  background: #fff7ef;
}
.m-events__item.-inline {
  width: 100%;
  margin: 16px 0 32px;
  border: 0;
  background: none;
  font-size: 15px;
  font-size: 0.8333333333rem;
}
.m-events__item.-inline:last-child {
  margin-bottom: 0;
}
.m-events__link {
  display: block;
  color: #100601;
}
.m-events__link:hover .a-dateSquare:before {
  transform: rotate(20deg);
}
@media screen and (min-width: 900px) {
  .m-events__link:hover .m-events__media {
    transform: translate(40px, -50%);
  }
}
.m-events__date {
  position: absolute;
  left: -34px;
  top: 28px;
}
@media screen and (min-width: 540px) {
  .m-events__date {
    top: 50%;
    transform: translateY(-50%);
  }
}
.-inline .m-events__date {
  left: 8px;
}
.m-events__content {
  padding: 20px 20px 20px 40px;
}
@media screen and (min-width: 540px) {
  .m-events__content {
    padding: 24px 54px;
  }
}
@media screen and (min-width: 900px) {
  .m-events__content {
    padding: 36px 120px 40px 64px;
  }
}
.-inline .m-events__content {
  padding: 0;
  padding-left: 88px;
}
.m-events__time {
  display: inline-block;
  margin-right: 2px;
}
.m-events__location {
  display: inline-block;
}
.m-events__location:before {
  content: "•";
  margin-right: 6px;
}
.m-events__title {
  display: block;
  margin: 0;
  padding-top: 8px;
  font-size: 24px;
  font-size: 1.3333333333rem;
  line-height: 1.3;
}
@media screen and (min-width: 900px) {
  .m-events__title {
    font-size: 28px;
    font-size: 1.5555555556rem;
    line-height: 34px;
  }
}
.-inline .m-events__title {
  font-size: 20px;
  font-size: 1.1111111111rem;
  line-height: 25px;
  padding-top: 0;
}
.m-events__media {
  display: none;
  transition: transform 0.4s cubic-bezier(0.51, 0, 0.165, 1);
}
@media screen and (min-width: 900px) {
  .m-events__media {
    display: block;
    position: absolute;
    width: 136px;
    right: -62px;
    top: 50%;
    transform: translateY(-50%);
  }
}

/*
* Tab List
*/
.tabsList {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 0 32px;
}
.tabsList__item {
  position: relative;
  width: 100%;
  display: block;
  font-size: 18px;
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .tabsList__item {
    font-size: 24px;
    font-size: 1.3333333333rem;
  }
}
.tabsList__item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #f98e2a;
  transform: scale(1, 1);
  transition: background 0.2s ease, transform 0.2s ease;
}
.tabsList__item a {
  display: block;
  padding: 8px 16px 16px;
}
.tabsList__item.-active a {
  color: #100601;
}
.tabsList__item.-active:after {
  transform: scale(1, 2);
  background: #100601;
}

/*
* Tab Block
*/
.tabsBlock__title {
  display: none;
}

.filters-header {
  padding-bottom: 50px;
  user-select: none;
}
.filters-header__controls {
  width: 100%;
}
.filters-header__controls__search {
  max-width: 580px;
  /*height: 30px;*/
  display: inline-block;
}

.filters-container {
  width: 100%;
}
.filters-container.hide {
  display: none;
}
.filters-container__section {
  margin-top: 50px;
  margin-bottom: 50px;
  display: block;
}
.filters-container__section__entries-container__entry {
  display: inline-block;
  color: #100601;
  padding: 10px;
  z-index: 3;
}
.filters-container__section__entries-container__entry.-category {
  font-size: 20px;
  letter-spacing: 0.87px;
  line-height: 16px;
  background: #fe8100;
}
.filters-container__section__entries-container__entry.-category.-active {
  background: #f98e2a;
  color: white;
}
.filters-container__section__entries-container__entry.-tag {
  font-family: "Trebuchet MS";
  font-size: 15px;
  letter-spacing: 0.65px;
  line-height: 16px;
  background: #e5ebee;
  text-transform: capitalize;
}
.filters-container__section__entries-container__entry.-tag.-active {
  color: #f98e2a;
  text-decoration: underline;
}

.toggle-filters-container {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.toggle-filters-container .toggle-filters-container__icon__filter-close {
  display: block;
}
.toggle-filters-container .toggle-filters-container__icon__filter-icon {
  display: none;
}
.toggle-filters-container.-outline .toggle-filters-container__icon__filter-close {
  display: none;
}
.toggle-filters-container.-outline .toggle-filters-container__icon__filter-icon {
  display: block;
}
.toggle-filters-container__icon {
  vertical-align: middle;
  display: inline-block;
  margin-left: 40px;
}
.toggle-filters-container:hover {
  cursor: pointer;
}

.topics-manifesto-container {
  position: relative;
  z-index: 0;
}
.topics-manifesto-container::after {
  background: repeating-linear-gradient(-45deg, #e5ebee 0, #e5ebee 30px, #0090d0 0, #0090d0 60px, #e5ebee 0, #e5ebee 90px, #f18a0e 0, #f18a0e 120px);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: 0;
}
.topics-manifesto-container::before {
  background-color: #e5ebee;
  position: absolute;
  top: 20px;
  left: 20px;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  content: "";
  z-index: 1;
}
.topics-manifesto-container__wrapper {
  position: relative;
  z-index: 20;
  padding-top: 140px;
  padding-bottom: 50px;
}
.topics-manifesto-container__wrapper__title {
  color: #100601;
  font-family: "Spartan", sans-serif;
  font-size: 52px;
  letter-spacing: 0.45px;
  line-height: 80px;
  text-align: center;
}
.topics-manifesto-container__wrapper__paragraph {
  color: #100601;
  font-size: 27px;
  letter-spacing: 0;
  line-height: 35px;
  text-align: center;
}
.topics-manifesto-container__wrapper__topics-container {
  padding-bottom: 70px;
}

.hp-manifesto-banner {
  margin-top: 0;
}
.hp-manifesto-banner__title {
  color: white;
  font-family: "Spartan", sans-serif;
}
.hp-manifesto-banner__text {
  padding: 0 2rem;
}
.hp-manifesto-banner__imgContainer {
  padding: 0;
  width: 100%;
}
.hp-manifesto-banner .topics-manifesto-container {
  padding: 20px;
}
.hp-manifesto-banner .m-featCard {
  color: white;
  z-index: 999;
  align-items: center;
  margin: 0;
}

.topic-card {
  position: relative;
  transition: all 0.2s ease;
  padding: 20px;
  background: white;
  min-height: 320px;
  top: 0;
  left: 0;
  border-right: 2px solid #100601;
  border-bottom: 2px solid #100601;
  border-radius: 0 0 28px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  overflow: hidden;
}
.topic-card__figure img {
  margin-left: auto;
  margin-right: auto;
  transform: rotate(10deg);
}
.topic-card__title {
  height: 100%;
  color: #100601;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topic-card__hover_info {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
}
.topic-card__hover_info__topic-color {
  position: relative;
  height: 8px;
  width: 100%;
}
.topic-card__hover_info h4 {
  font-size: 21px;
  margin: 0;
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.topic-card__hover_info h4,
.topic-card__hover_info p {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: #100601;
}
.topic-card:hover, .topic-card:focus {
  top: 10px;
  left: 10px;
}
.topic-card:hover .topic-card__hover_info, .topic-card:focus .topic-card__hover_info {
  display: inline-block;
}
@media screen and (max-width: 540px) {
  .topic-card:hover .topic-card__hover_info, .topic-card:focus .topic-card__hover_info {
    display: none;
  }
}

.topic-card-description {
  position: relative;
  display: none;
}
@media screen and (max-width: 540px) {
  .topic-card-description {
    display: block;
    padding: 20px;
  }
}

.timeline-container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.timeline-container__background {
  background-color: #fff7ee;
  border-top: 2px solid black;
}
.timeline-container__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.timeline-container__title {
  color: #100601;
  font-family: "Spartan", sans-serif;
  text-align: left;
  font-size: 31px;
  font-weight: bold;
  letter-spacing: 0.27px;
  line-height: 80px;
  display: inline-block;
}
.timeline-container__navigation {
  display: inline-block;
  padding-top: 20px;
}
.timeline-container__navigation__navigate-left, .timeline-container__navigation__navigate-right {
  display: inline-block;
  padding-left: 10px;
}
.timeline-container__navigation__navigate-left:hover, .timeline-container__navigation__navigate-right:hover {
  cursor: pointer;
}
.timeline-container__navigation__navigate-left img, .timeline-container__navigation__navigate-right img {
  width: 33px;
  height: 33px;
}
.timeline-container__navigation__navigate-left {
  transform: rotate(180deg);
}
.timeline-container__content {
  position: relative;
  display: inline-block;
  user-select: none;
  width: 100%;
}
.timeline-container__content__draggable {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  width: auto;
}
.timeline-container__content__draggable:hover {
  cursor: grab;
}
.timeline-container__content__timeline-entry {
  vertical-align: top;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  width: auto;
  margin-left: -7px;
  padding-left: 0px;
  padding-right: 50px;
  margin-top: 20px;
  width: 320px;
}
.timeline-container__content__timeline-entry__line {
  position: absolute;
  top: 20px;
  margin-left: 40%;
  height: 2px;
  width: 100%;
  background: black;
}
.timeline-container__content__timeline-entry__figure {
  height: 46px;
  width: 46px;
  background: #fe8100;
  transform: rotate(-25deg);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.timeline-container__content__timeline-entry__date {
  text-align: center;
  color: #1f1f1f;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 16px;
  font-weight: 400;
}
.timeline-container__content__timeline-entry__title {
  white-space: normal;
  overflow-wrap: normal;
  display: block;
  color: #1f1f1f;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
}

.block-section-manifesto {
  padding-top: 80px;
  padding-bottom: 80px;
}
.block-section-manifesto__title {
  color: #100601;
  font-family: "Spartan", sans-serif;
  font-size: 43px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 42px;
}
.block-section-manifesto__intro-paragraph {
  color: #100601;
  font-size: 27px;
  letter-spacing: 0;
  line-height: 35px;
}
.block-section-manifesto__paragraph {
  font-size: 21px;
  letter-spacing: 0;
  line-height: 29px;
}
.block-section-manifesto__media-wrapper {
  position: relative;
  padding-bottom: 50px;
  width: 100%;
}
.block-section-manifesto__image-container {
  display: block;
}
.block-section-manifesto__image-container img {
  width: 100%;
}
.block-section-manifesto__figure-container {
  top: 0;
  right: 0;
  z-index: 3;
}
.block-section-manifesto__figure-container__figure {
  position: absolute;
  z-index: 3;
  width: 92px;
  height: 92px;
  bottom: 0%;
  right: 0%;
}
.block-section-manifesto__figure-container__figure.-rotated {
  transform: translate(25%, 0%) rotate(-20deg);
}
.block-section-manifesto__figure-container__figure.-stamp {
  opacity: 0.5;
  width: 92px;
  height: 92px;
  transform: translate(-100%, 50%) rotate(-10deg);
}

.block-section-article {
  padding-top: 80px;
  padding-bottom: 80px;
}
.block-section-article__reference-container__title {
  color: #1f1f1f;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
}
.block-section-article__reference-container__list__entry {
  position: relative;
  padding-bottom: 10px;
  padding-left: 15px;
}
.block-section-article__reference-container__list__entry a {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  color: #f98e2a;
  text-transform: uppercase;
}
.block-section-article__reference-container__list__entry:before {
  vertical-align: middle;
  font-size: 10px;
  content: "▶";
  position: absolute;
  left: 0;
  top: 8px;
}

.quote-block {
  border: 9px solid #c68cf2;
  box-sizing: border-box;
  padding: 40px;
}
.quote-block::before {
  font-size: 180px;
  top: 20px;
  left: 20px;
  color: currentColor;
  z-index: 2;
}
.quote-block::after {
  top: -15px;
  left: 20px;
  content: "";
  position: absolute;
  background: white;
  width: 90px;
  height: 20px;
  z-index: 0;
}
.quote-block p {
  color: #100601;
  font-size: 30px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 40px;
}
.quote-block cite {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  padding-right: 20px;
  margin-right: 20px;
  padding-left: 20px;
  transform: translateY(50%);
  background: white;
  color: #1f1f1f;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 29px;
}

.a-newsDate {
  display: block;
  color: #fff;
  padding: 16px 24px 16px 60px;
  border-radius: 4px 4px 0 0;
  font-size: 16px;
  font-size: 0.8888888889rem;
  background: #091123 url(img/icons/calendar-white.svg) no-repeat 24px center;
  background-size: 22px auto;
}
@media screen and (min-width: 900px) {
  .a-newsDate {
    font-size: 19px;
    font-size: 1.0555555556rem;
  }
}

.o-article {
  position: relative;
  background: #fff;
  *zoom: 1;
  z-index: 1;
}
.o-article:before, .o-article:after {
  content: " ";
  display: table;
}
.o-article:after {
  clear: both;
}
.o-article__media {
  position: relative;
  z-index: 1;
  min-height: 320px;
}
.o-article__main {
  position: relative;
  overflow: hidden;
  z-index: 2;
  background: #fff;
}
@media screen and (min-width: 900px) {
  .o-article__main {
    width: 60%;
    float: right;
    margin-right: 76px;
    /*margin-top: -140px;*/
    border-radius: 5px 5px 0 0;
  }
}
.o-article__content {
  padding: 24px 0;
}
@media screen and (min-width: 900px) {
  .o-article__content {
    padding: 24px;
  }
}
@media screen and (min-width: 900px) {
  .o-article__sub {
    float: left;
    width: 30%;
    padding-top: 50px;
  }
}

/*
* Share
*/
.m-share {
  position: relative;
  padding: 16px 0;
  margin: 0 0 48px;
  border-top: 2px solid #100601;
  border-bottom: 2px solid #100601;
  text-align: center;
  /*background: #fff7ef;*/
  z-index: 1;
}

.cookieNotice {
  display: none;
  position: fixed;
  bottom: 16px;
  left: 16px;
  width: 410px;
  max-width: 90%;
  max-width: calc(100% - 32px);
  z-index: 998;
  padding: 16px;
  background: #777;
  color: #fff;
  animation: slideUp 0.5s ease 0.1s;
  animation-fill-mode: backwards;
}
.cookieNotice__heading {
  color: inherit;
}
.cookieNotice .wrapper, .cookieNotice .a-pageTitle {
  padding: 0;
}

.m-cookieContainer {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 9999;
  background-color: #f98e2a;
}
.m-cookieContainer div {
  padding: 1em;
  color: white;
}
.m-cookieContainer div p {
  font-size: 1;
  color: white;
}
.m-cookieContainer div p a {
  color: white;
  text-decoration: underline;
}
.m-cookieContainer div p a.a-cookieCloser {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.m-cookieContainer div p:nth-of-type(2) {
  margin-bottom: 0;
}

/* =================
   Helpers / Utilities
   ================= */
/*
* General
*/
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideDownHome {
  0% {
    opacity: 0;
    transform: translate3d(20px, -20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
* Home Banner Animation
*/
@keyframes bannerHomeMain {
  0% {
    transform: translateY(-100px) rotate(-25deg);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px) rotate(-25deg);
  }
}
@keyframes bannerHomeSub {
  0% {
    transform: translate(-40px, -40px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
/*
* Angled Banner Animation
*/
@keyframes bannerAngleMain {
  0% {
    transform: translateY(-100px) rotate(-25deg);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px) rotate(-25deg);
  }
}
@keyframes bannerAngleSub {
  0% {
    transform: translate(0px, -40px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
/*
* Angled Banner Alt Animation
*/
@keyframes bannerAngleAltMain {
  0% {
    transform: translateY(-100px) rotate(25deg);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px) rotate(25deg);
  }
}
@keyframes bannerAngleAltSub {
  0% {
    transform: translate(0px, -40px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.spinner {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 24px;
}

.spinner div {
  position: absolute;
  top: 12px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: white;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.spinner div:nth-child(1) {
  left: 6px;
  animation: spinner1 0.6s infinite;
}

.spinner div:nth-child(2) {
  left: 6px;
  animation: spinner2 0.6s infinite;
}

.spinner div:nth-child(3) {
  left: 26px;
  animation: spinner2 0.6s infinite;
}

.spinner div:nth-child(4) {
  left: 45px;
  animation: spinner3 0.6s infinite;
}

@keyframes spinner1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes spinner3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes spinner2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.clear {
  clear: both !important;
}

.hidden {
  display: none !important;
}

.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

@media screen and (max-width: 540px) {
  .hideMob {
    display: none !important;
  }
}
@media screen and (min-width: 1080px) {
  .hideDesk {
    display: none !important;
  }
}
.center-content {
  margin-left: auto;
  margin-right: auto;
}

.prm-project .prm-feature .o-projects__result .m-card__media {
  display: flex;
  min-height: 300px;
}

.prm-project .prm-feature .o-projects__result .m-card__media .a-ratio {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .prm-project .o-projects__results .o-projects__result {
    width: 100%;
  }
  .prm-project .o-projects__results .o-projects__result .m-card__link {
    flex-direction:row;
  }
  .prm-project .o-projects__results .o-projects__result .m-card__media, 
  .prm-project .o-projects__results .o-projects__result .m-card__content {
    width: 50%;
  }

  .prm-project .o-projects__results .o-projects__result .m-card__media {
    display: flex;
  }
  
  .prm-project .o-projects__results .o-projects__result .m-card__media .a-ratio {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}


@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  blockquote,
tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  hr {
    display: none !important;
  }
}
