  @charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Aeonik';
  src: url("/app/themes/asms/fonts/Aeonik-RegularItalic.woff2") format("woff2"), url("/app/themes/asms/fonts/Aeonik-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

.has-orange-to-navy-gradient-background {
  background-image: linear-gradient(234deg, #211261 0%, #7e247b 47%, #FF8B4A 100%); }

.has-salmon-to-eggplant-gradient-background {
  background-image: linear-gradient(234deg, #52274E 0%, #7e247b 47%, #F26378 100%); }

.has-background-gradient img {
  filter: grayscale(100%); }

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

:root {
  --font-body: 'arboria'      , sans-serif    ;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --white: white     ;
  --light-grey: #f8f8f8;
  --content-width: 960px     ;
  --content-width-wide: 1440px    ;
  --gutter: 80px      ;
  --spacing: 140px     ;
  --guttered-width: calc( var(--content-width) + 2 * var(--gutter) );
  --guttered-width-wide: calc( var(--content-width-wide) + 2 * var(--gutter) );
  --header-height: 134px;
  --vh: 100vh;
  --swiper-theme-color: #FFF;
  --swiper-pagination-color: #FFF;
  --swiper-navigation-size: 22px;
  box-sizing: border-box;
  font-family: 'arboria'      , sans-serif;
  font-family: var(--font-body);
  font-weight: 400;
  font-weight: var(--font-weight-normal);
  color: #3C3C3C;
  font-size: 20px;
  line-height: 1.4; }
  @media only screen and (max-width: 1440px) {
    :root {
      font-size: 18px;
      --gutter: 60px; } }
  @media only screen and (max-width: 1280px) {
    :root {
      --gutter: 40px;
      --spacing: 90px; } }
  @media only screen and (max-width: 960px) {
    :root {
      --gutter: 30px;
      --spacing: 60px;
      font-size: 15px; } }
  @media only screen and (max-width: 400px) {
    :root {
      --gutter: 15px; } }
  @media only screen and (max-width: 960px), (max-height: 650px) {
    :root {
      --header-height: 90px; } }

html {
  scroll-behavior: smooth; }

body {
  background-color: #FFF;
  min-width: 300px; }

body > article > *,
.wp-block-cover__inner-container > * {
  margin-left: auto;
  margin-right: auto;
  max-width: calc( 1440px + 2 * 80px);
  max-width: var(--guttered-width-wide); }

body > article img {
  padding: 0;
  max-width: 100%;
  height: auto; }

.virtual-tour-container {
  width: 100%;
  max-width: calc( 1440px + 2 * 80px) !important;
  max-width: var(--guttered-width-wide) !important;
  padding: 0 80px;
  padding: 0 var(--gutter);
  margin: 0 auto; }
  .virtual-tour-container .iframe-wrap {
    position: relative;
    padding-bottom: 56.25%; }
    .virtual-tour-container .iframe-wrap > iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/* Use first element if group block as header overlay for homepage */
.home article > .wp-block-group:first-child {
  display: flex;
  position: absolute;
  top: 134px;
  top: var(--header-height);
  bottom: 134px;
  bottom: var(--header-height);
  left: 0;
  right: 0;
  color: #FFF;
  align-items: center;
  justify-content: center;
  z-index: 20;
  padding: 0; }
  .home article > .wp-block-group:first-child h1 {
    font-size: 5rem;
    line-height: 0.9;
    letter-spacing: 0.5rem;
    color: #FF8B4A;
    margin: 1rem 0;
    text-transform: uppercase; }
    @media only screen and (max-width: 960px), (max-height: 700px) {
      .home article > .wp-block-group:first-child h1 {
        font-size: 50px; } }
    @media only screen and (max-width: 840px), (max-height: 600px) {
      .home article > .wp-block-group:first-child h1 {
        font-size: 40px; } }
  .home article > .wp-block-group:first-child h2 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    line-height: 1.1;
    margin: 1rem 0 2rem 0;
    text-transform: uppercase; }
    @media only screen and (max-width: 960px), (max-height: 700px) {
      .home article > .wp-block-group:first-child h2 {
        font-size: 35px; } }
    @media only screen and (max-width: 840px), (max-height: 600px) {
      .home article > .wp-block-group:first-child h2 {
        font-size: 25px; } }
  @media only screen and (max-width: 960px) {
    .home article > .wp-block-group:first-child .has-text-align-center {
      text-align: left; } }
  @media only screen and (max-width: 960px) {
    .home article > .wp-block-group:first-child .is-content-justification-center {
      justify-content: flex-start; } }
  .home article > .wp-block-group:first-child .wp-block-buttons {
    margin-top: 3rem;
    align-items: center; }
    @media only screen and (max-height: 600px) {
      .home article > .wp-block-group:first-child .wp-block-buttons {
        margin-top: 1.5rem; } }

.home .nav--open article > .wp-block-group:first-child {
  display: none; }

a {
  color: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-weight: var(--font-weight-bold);
  line-height: 1.1; }

h1.is-style-afterline, h2.is-style-afterline, h3.is-style-afterline {
  text-align: left; }
  h1.is-style-afterline:after, h2.is-style-afterline:after, h3.is-style-afterline:after {
    content: '';
    display: inline-block;
    background-color: #3C3C3C;
    width: 4.95em;
    height: 3px;
    margin-bottom: 0.2em;
    margin-left: 0.6em; }
    @media only screen and (max-width: 960px) {
      h1.is-style-afterline:after, h2.is-style-afterline:after, h3.is-style-afterline:after {
        display: none; } }

h4.is-style-afterline, h5.is-style-afterline, h6.is-style-afterline {
  text-align: left; }
  h4.is-style-afterline:after, h5.is-style-afterline:after, h6.is-style-afterline:after {
    content: '';
    display: inline-block;
    background-color: #3C3C3C;
    width: 2em;
    height: 3px;
    margin-bottom: 0.2em;
    margin-left: 0.6em; }
    @media only screen and (max-width: 960px) {
      h4.is-style-afterline:after, h5.is-style-afterline:after, h6.is-style-afterline:after {
        display: none; } }

h1 {
  font-size: 3rem; }

h2 {
  font-size: 2.5rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1rem; }

.has-large-font-size {
  font-size: 2.5rem;
  font-weight: 700;
  font-weight: var(--font-weight-bold); }

@media only screen and (max-width: 960px) {
  h1 {
    font-size: 2.5rem; }
  h2 {
    font-size: 2rem; }
  h3 {
    font-size: 1.5rem; }
  h4 {
    font-size: 1.25rem; }
  h5 {
    font-size: 1rem; }
  .has-large-font-size {
    font-size: 2rem; } }

/* fix extra height when figure wraps img */
figure > img {
  display: block; }

.animate-reveal {
  opacity: .01;
  transform: translateY(80px);
  transition-duration: .4s;
  transition-property: opacity, transform; }
  .animate-reveal.is--visible {
    opacity: 1;
    transform: none; }

.asms-button {
  display: inline-block;
  color: #FFF;
  font-size: 0.9rem;
  font-family: 'arboria'      , sans-serif;
  font-family: var(--font-body);
  font-weight: 500;
  font-weight: var(--font-weight-medium);
  padding: 0.75rem 1.8rem 0.95rem;
  border-radius: 2rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  word-wrap: break-word;
  box-shadow: none;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  border: none;
  background-color: #211261; }

.load-more {
  margin: calc(140px / 2) 0;
  margin: calc(var(--spacing) / 2) 0; }

.wp-block-group {
  margin: 0 auto; }
  .wp-block-group.is-style-narrow {
    max-width: calc( 960px + 2 * 80px);
    max-width: var(--guttered-width); }
  .wp-block-group.is-style-wide {
    max-width: calc( 1440px + 2 * 80px);
    max-width: var(--guttered-width-wide); }
  .wp-block-group.is-style-full-width {
    max-width: unset; }

.wp-block-buttons {
  /*@include breakpoint($mobile-width) {
        justify-content: center;
    }*/ }
  .wp-block-buttons > .wp-block-button {
    margin-right: 2em;
    margin-bottom: 1em; }

.wp-block-button .wp-block-button__link {
  display: inline-block;
  color: #FFF;
  font-size: 0.9rem;
  font-family: 'arboria'      , sans-serif;
  font-family: var(--font-body);
  font-weight: 500;
  font-weight: var(--font-weight-medium);
  padding: 0.75rem 1.8rem 0.95rem;
  border-radius: 2rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  word-wrap: break-word;
  box-shadow: none;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  border: none;
  background-color: #211261; }
  .wp-block-button .wp-block-button__link:hover {
    background-color: #DE3795; }

.wp-block-button.is-style-light .wp-block-button__link {
  display: inline-block;
  color: #3C3C3C;
  font-size: 0.9rem;
  font-family: 'arboria'      , sans-serif;
  font-family: var(--font-body);
  font-weight: 500;
  font-weight: var(--font-weight-medium);
  padding: 0.75rem 1.8rem 0.95rem;
  border-radius: 2rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  word-wrap: break-word;
  box-shadow: none;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  border: none;
  background-color: #FFF; }

.wp-block-button.is-style-outline .wp-block-button__link {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: inset 0px 0px 0px 3px #fff; }
  .wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-color: white;
    color: #3C3C3C; }

.wp-block-button.is-style-dark-outline .wp-block-button__link {
  color: #211261;
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 3px #211261; }
  .wp-block-button.is-style-dark-outline .wp-block-button__link:hover {
    background-color: #211261;
    color: #FFF; }

.wp-block-button.is-style-video-link .wp-block-button__link {
  background-color: transparent;
  display: flex;
  align-items: center;
  padding: 0; }
  .wp-block-button.is-style-video-link .wp-block-button__link:before {
    content: '';
    display: inline-block;
    background-image: url(/app/themes/asms/images/icons/play.svg);
    background-repeat: no-repeat;
    width: 3rem;
    height: 3rem;
    margin-right: 0.9rem; }

.wp-block-file:before {
  content: '';
  display: inline-block;
  background-image: url("/app/themes/asms/images/icons/file.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.7em;
  height: 1.95em;
  margin-right: 0.95em; }

.wp-block-file a {
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  font-weight: var(--font-weight-bold);
  margin-left: -2.7rem;
  padding-left: 2.7rem;
  margin-bottom: 1.5rem;
  vertical-align: middle; }

.wp-block-cover {
  width: 100%;
  max-width: 100%;
  padding: calc(140px / 2) 80px;
  padding: calc(var(--spacing) / 2) var(--gutter);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  /*.wp-block-cover__inner-container {
        width: 80%;
    }*/ }
  @media only screen and (max-width: 960px) {
    .wp-block-cover {
      min-height: 420px !important; } }
  .wp-block-cover .has-dark-color {
    text-shadow: none; }
  .wp-block-cover h2, .wp-block-cover .has-large-font-size {
    font-size: 2.75rem;
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    line-height: 1; }
    @media only screen and (max-width: 960px) {
      .wp-block-cover h2, .wp-block-cover .has-large-font-size {
        font-size: 25px; } }
  .wp-block-cover .wp-block-buttons:last-child {
    margin-bottom: 0; }
  .wp-block-cover:last-child, .module--singular_content > .wp-block-cover:last-child {
    margin-bottom: 0; }

.wp-block-media-text {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 0; }
  @media only screen and (max-width: 600px) {
    .wp-block-media-text .wp-block-media-text__content {
      grid-row: 1;
      padding: 0; } }
  .wp-block-media-text img {
    width: 100%;
    height: auto; }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0; }
  @media only screen and (max-width: 600px) {
    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
      grid-row: 2; }
    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
      grid-row: 1; } }
  .wp-block-media-text.is-style-gravitated-image figure {
    align-self: end;
    margin-top: 140px;
    margin-top: var(--spacing); }
  .wp-block-media-text.is-style-gravitated-image img {
    margin-bottom: calc(140px * -1);
    margin-bottom: calc(var(--spacing) * -1); }
  @media only screen and (max-width: 600px) {
    .wp-block-media-text.is-style-gravitated-image .wp-block-media-text__media {
      grid-row: 2; }
    .wp-block-media-text.is-style-gravitated-image .wp-block-media-text__content {
      grid-row: 1; } }
  .wp-block-media-text.is-style-circular-image {
    grid-template-columns: 10rem 1fr;
    max-width: calc( 960px + 2 * 80px);
    max-width: var(--guttered-width); }
    .module--singular_content .wp-block-media-text.is-style-circular-image {
      margin: calc(140px / 2) auto;
      margin: calc(var(--spacing) / 2) auto; }
    .wp-block-media-text.is-style-circular-image figure img {
      width: 10rem;
      height: 10rem;
      border-radius: 10rem;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
    .wp-block-media-text.is-style-circular-image .wp-block-media-text__content {
      padding: 0 2rem; }

/* Responsive width video embeds */
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

blockquote {
  margin: 2rem 0;
  font-size: 1.5rem;
  font-weight: 500;
  font-weight: var(--font-weight-medium); }
  @media only screen and (max-width: 960px) {
    blockquote {
      font-size: 1.25rem;
      text-align: center; } }
  blockquote:before {
    content: '“';
    display: block;
    font-family: "Aeonik";
    color: #DE3795;
    font-size: 8rem;
    font-weight: 400;
    height: 2.3rem;
    margin-left: -0.6rem;
    line-height: 0.65; }
    .secondary-colour blockquote:before {
      color: #F26378; }
  blockquote cite {
    font-size: 20px; }
    blockquote cite:after {
      content: '';
      display: inline-block;
      background-color: #3C3C3C;
      width: 2.1rem;
      height: 3px;
      margin-bottom: 0.2em;
      margin-left: 0.6em; }
      @media only screen and (max-width: 960px) {
        blockquote cite:after {
          display: none; } }
    @media only screen and (max-width: 960px) {
      blockquote cite {
        font-size: 20px; } }

@media only screen and (min-width: 782px) {
  .page--contact .module--singular_content > .wp-block-columns .wp-block-column:not(:last-child) {
    margin-right: 2em; } }

.module--header {
  position: absolute;
  width: 100%;
  min-height: 134px;
  min-height: var(--header-height);
  z-index: 20;
  color: #FFF; }
  .home .module--header {
    position: relative;
    min-height: 100vh;
    min-height: var(--vh); }
  .nav--open .module--header {
    background-color: #FFF;
    min-height: 100vh;
    min-height: var(--vh); }
  .module--header a {
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    font-weight: var(--font-weight-medium); }
  .module--header button {
    border: none;
    background: none;
    outline: 0;
    cursor: pointer;
    border-radius: 0;
    padding: 0; }
  .module--header .top-header {
    position: relative;
    display: flex;
    padding: 27px 3rem 0;
    z-index: 50; }
    .module--header .top-header .nav-toggle {
      margin-top: 32px;
      width: 53px;
      height: 53px;
      background-image: url("/app/themes/asms/images/icons/menu.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      .nav--open .module--header .top-header .nav-toggle {
        background-image: url("/app/themes/asms/images/icons/cross.svg"); }
      @media only screen and (max-width: 960px), (max-height: 650px) {
        .module--header .top-header .nav-toggle {
          margin-top: 5px;
          width: 38px;
          height: 38px; } }
    .module--header .top-header .left {
      flex: 1; }
    .module--header .top-header .right {
      flex: 1;
      text-align: right;
      margin-top: 15px; }
      @media only screen and (max-width: 960px), (max-height: 650px) {
        .module--header .top-header .right {
          display: none; } }
    .module--header .top-header .logo img {
      width: 267px; }
      @media only screen and (max-width: 960px), (max-height: 650px) {
        .module--header .top-header .logo img {
          width: 182px; } }
    .module--header .top-header ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .module--header .top-header ul li {
        display: inline-block;
        margin: 0.25rem; }
        .module--header .top-header ul li a {
          display: inline-block;
          color: #FFF;
          font-size: 0.9rem;
          font-family: 'arboria'      , sans-serif;
          font-family: var(--font-body);
          font-weight: 500;
          font-weight: var(--font-weight-medium);
          padding: 0.75rem 1.8rem 0.95rem;
          border-radius: 2rem;
          cursor: pointer;
          text-align: center;
          text-decoration: none;
          word-wrap: break-word;
          box-shadow: none;
          line-height: 1;
          transition: all 0.2s ease-in-out;
          border: none;
          background-color: rgba(255, 255, 255, 0.23); }
          .module--header .top-header ul li a:hover {
            background-color: white;
            color: #3C3C3C; }
    .module--header .top-header .btn-search {
      width: 29px;
      height: 29px; }
    @media only screen and (max-width: 960px) {
      .module--header .top-header {
        padding: 15px 15px 0; } }
  .module--header .nav-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    min-height: 100vh;
    min-height: var(--vh);
    background-color: #FFF; }
    .home .module--header .nav-background, .nav--open .module--header .nav-background {
      visibility: visible; }
    .module--header .nav-background figure {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0; }
      .module--header .nav-background figure video {
        display: block;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
        .module--header .nav-background figure video.is-high-contrast {
          filter: brightness(0.65) contrast(3); }
    .module--header .nav-background:before {
      content: '';
      position: absolute;
      width: 3px;
      height: 130px;
      background-color: #FFF;
      left: 50%;
      margin-left: -1.5px;
      bottom: calc(8vh + 34px);
      z-index: 10; }
      .nav--open .module--header .nav-background:before {
        display: none; }
      @media only screen and (max-width: 960px) {
        .module--header .nav-background:before {
          width: 2px; } }
      @media only screen and (max-height: 960px) {
        .module--header .nav-background:before {
          height: 90px;
          bottom: calc(4vh + 34px); } }
      @media only screen and (max-height: 700px) {
        .module--header .nav-background:before {
          height: 65px; } }
      @media only screen and (max-height: 480px) {
        .module--header .nav-background:before {
          display: none; } }
      @media only screen and (max-width: 400px) and (max-height: 650px) {
        .module--header .nav-background:before {
          display: none; } }
    .module--header .nav-background:after {
      content: 'Scroll';
      position: absolute;
      font-size: 14px;
      letter-spacing: 1.75px;
      left: 0;
      right: 0;
      text-align: center;
      bottom: 8vh;
      color: #FFF;
      z-index: 10; }
      .nav--open .module--header .nav-background:after {
        display: none; }
      @media only screen and (max-height: 960px) {
        .module--header .nav-background:after {
          bottom: 4vh; } }
  .module--header .header-gradient {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    margin: 0;
    opacity: 0.92;
    transition: 1s background-image ease-in-out;
    background-image: linear-gradient(234deg, #211261 0%, #7e247b 47%, #FF8B4A 100%); }
    .secondary-colour .module--header .header-gradient {
      background-image: linear-gradient(234deg, #52274E 0%, #7e247b 47%, #F26378 100%); }
  .module--header nav {
    position: relative;
    display: none;
    min-height: calc(100vh - 134px);
    min-height: calc(var(--vh) - var(--header-height));
    padding: 0 80px;
    padding: 0 var(--gutter);
    overflow: hidden;
    /* Cheap way of forcing main nav to vertically center */ }
    .nav--open .module--header nav {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .module--header nav:before {
      content: ''; }
    .module--header nav ul.menu, .module--header nav ul.sub-menu {
      padding: 0;
      display: inline-block;
      position: relative;
      list-style: none;
      margin: 0.5rem auto 1rem;
      max-width: 1200px;
      width: 100%;
      font-size: 3rem;
      font-weight: 500;
      font-weight: var(--font-weight-medium);
      text-align: left; }
      @media only screen and (max-width: 960px) {
        .module--header nav ul.menu, .module--header nav ul.sub-menu {
          font-size: 2rem; } }
      @media only screen and (max-height: 800px) {
        .module--header nav ul.menu, .module--header nav ul.sub-menu {
          font-size: 2rem; } }
      .module--header nav ul.menu li, .module--header nav ul.sub-menu li {
        display: flex;
        margin: 14px 0;
        width: 50%; }
        @media only screen and (max-width: 960px) {
          .module--header nav ul.menu li, .module--header nav ul.sub-menu li {
            margin: 20px 0;
            width: 100%; } }
        .module--header nav ul.menu li a, .module--header nav ul.sub-menu li a {
          display: inline-block; }
        .module--header nav ul.menu li.submenu-open .sub-menu, .module--header nav ul.sub-menu li.submenu-open .sub-menu {
          display: block;
          top: 17px; }
      .module--header nav ul.menu.menu-main-menu li:after, .module--header nav ul.sub-menu.menu-main-menu li:after {
        content: '';
        display: inline-block;
        background-color: #FFF;
        width: 100%;
        height: 3px;
        margin-bottom: 0.2em;
        margin-left: 0.6em; }
    .module--header nav ul.menu {
      transition: 0.4s cubic-bezier(0.42, 0.01, 0.23, 1); }
      @media only screen and (max-width: 960px) {
        .module--header nav ul.menu.mobile--has-open-submenu {
          transform: translateX(calc(-100% - 80px * 2));
          transform: translateX(calc(-100% - var(--gutter) * 2)); } }
      .module--header nav ul.menu > li > a {
        display: inline-block;
        width: 100%;
        white-space: nowrap;
        margin-right: 5rem;
        overflow: hidden; }
      .module--header nav ul.menu > li.menu-item-has-children.submenu-open > a:after {
        content: '';
        display: inline-block;
        background-color: #FFF;
        width: 100%;
        height: 3px;
        margin-bottom: 0.2em;
        margin-left: 0.6em; }
      .module--header nav ul.menu > li.menu-item-has-children.submenu-open > a:after {
        margin-left: 0.8em; }
        @media only screen and (max-width: 960px) {
          .module--header nav ul.menu > li.menu-item-has-children.submenu-open > a:after {
            display: none; } }
    .module--header nav ul.sub-menu {
      display: none;
      position: absolute;
      left: 50%;
      width: 100%;
      font-size: 1.75rem;
      margin-top: 0; }
      @media only screen and (max-width: 960px), (max-height: 650px) {
        .module--header nav ul.sub-menu {
          margin-top: -0.9rem; } }
      @media only screen and (max-width: 960px) {
        .module--header nav ul.sub-menu {
          top: 0;
          left: calc(100% + 80px * 2);
          left: calc(100% + var(--gutter) * 2); } }
      .module--header nav ul.sub-menu .mobile--submenu-back {
        display: none; }
        @media only screen and (max-width: 960px) {
          .module--header nav ul.sub-menu .mobile--submenu-back {
            display: block; } }
      .module--header nav ul.sub-menu li {
        display: block;
        width: 100%;
        margin: 0.6em 0; }
        .module--header nav ul.sub-menu li.mobile--submenu-back {
          background-image: url("/app/themes/asms/images/icons/menu-back.svg");
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          /*display: none;*/
          width: 1.75rem;
          height: 1.75rem;
          cursor: pointer; }
          @media only screen and (max-width: 960px) {
            .module--header nav ul.sub-menu li.mobile--submenu-back {
              display: block; } }
  .module--header ul.social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 80px;
    right: var(--gutter);
    top: calc(50vh);
    transform: translateY(-50%);
    width: 30px; }
    .module--header ul.social-links li {
      display: inline-block;
      margin: 0.5rem 0; }
      .module--header ul.social-links li a {
        width: 1.5rem;
        height: 1.5rem;
        vertical-align: middle; }
    @media only screen and (max-width: 960px) {
      .module--header ul.social-links {
        text-align: right;
        top: auto;
        bottom: 1rem;
        right: 1.5rem;
        width: auto; }
        .module--header ul.social-links li {
          display: inline-block;
          margin: 0 0 0 0.8rem; } }
    @media only screen and (max-width: 400px) {
      .module--header ul.social-links {
        display: none; } }
  .module--header ul.small-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    transition: 0.4s cubic-bezier(0.42, 0.01, 0.23, 1); }
    @media only screen and (max-width: 960px) {
      .module--header ul.small-nav {
        font-size: 20px; }
        .nav--open-submenu .module--header ul.small-nav {
          transform: translateX(calc(-100% - 80px * 2));
          transform: translateX(calc(-100% - var(--gutter) * 2)); } }
    @media only screen and (max-width: 400px) {
      .module--header ul.small-nav {
        width: calc(100% - 2 * 80px);
        width: calc(100% - 2 * var(--gutter)); } }
    .nav--open .module--header ul.small-nav {
      display: inline-block; }
    .module--header ul.small-nav > li {
      display: inline-block;
      margin-right: 2.4em;
      white-space: nowrap;
      margin-top: 0.4em; }
      @media only screen and (max-width: 600px) {
        .home .module--header ul.small-nav > li {
          display: block;
          margin-right: 0;
          bottom: 1rem; } }
      .module--header ul.small-nav > li a {
        text-decoration: none; }
        .module--header ul.small-nav > li a:before {
          content: '';
          display: inline-block;
          width: 1em;
          height: 1em;
          margin-right: 0.5em; }
        .module--header ul.small-nav > li a span {
          display: inline-block;
          vertical-align: top;
          line-height: 1.1; }
      .module--header ul.small-nav > li.item--login a:before, .module--header ul.small-nav > li.item--portal a:before {
        background-image: url("/app/themes/asms/images/icons/login.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center; }
      .module--header ul.small-nav > li.item--contact a:before, .module--header ul.small-nav > li.item--contact-us a:before {
        background-image: url("/app/themes/asms/images/icons/contact.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center; }

.module--page-header, .page-header {
  min-height: 540px;
  position: relative;
  color: #FFF; }
  @media only screen and (max-width: 960px) {
    .module--page-header, .page-header {
      min-height: 320px; } }
  .module--page-header .header-background, .page-header .header-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    filter: grayscale(100%); }
  .module--page-header .header-gradient, .page-header .header-gradient {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    margin: 0;
    opacity: 0.92;
    background-image: linear-gradient(234deg, #211261 0%, #7e247b 47%, #FF8B4A 100%); }
    .secondary-colour .module--page-header .header-gradient, .secondary-colour .page-header .header-gradient {
      background-image: linear-gradient(234deg, #52274E 0%, #7e247b 47%, #F26378 100%); }
  .module--page-header .header-content, .page-header .header-content {
    position: relative;
    padding: calc(134px + 100px) calc(80px * 2) 60px;
    padding: calc(var(--header-height) + 100px) calc(var(--gutter) * 2) 60px;
    z-index: 15; }
    @media only screen and (max-width: 960px) {
      .module--page-header .header-content, .page-header .header-content {
        top: 0;
        padding: calc(134px + 50px) calc(80px) 30px;
        padding: calc(var(--header-height) + 50px) calc(var(--gutter)) 30px; } }
  .module--page-header h1, .page-header h1 {
    margin-top: 0;
    margin-bottom: 1rem; }
    .module--page-header h1:after, .page-header h1:after {
      content: '';
      display: inline-block;
      background-color: #FFF;
      width: 14.75rem;
      height: 3px;
      margin-bottom: 0.2em;
      margin-left: 0.6em; }
      @media only screen and (max-width: 960px) {
        .module--page-header h1:after, .page-header h1:after {
          display: none; } }
  .module--page-header p, .page-header p {
    font-weight: 500;
    font-weight: var(--font-weight-medium);
    font-size: 1.5rem;
    max-width: 900px; }
    @media only screen and (max-width: 960px) {
      .module--page-header p, .page-header p {
        font-size: 1rem; } }
  .module--page-header .breadcrumbs, .page-header .breadcrumbs {
    font-weight: 500;
    font-weight: var(--font-weight-medium);
    font-size: 1rem; }
    .module--page-header .breadcrumbs span, .page-header .breadcrumbs span {
      font-weight: 400;
      font-weight: var(--font-weight-normal); }
    .module--page-header .breadcrumbs a, .page-header .breadcrumbs a {
      text-decoration: none;
      font-weight: 400;
      font-weight: var(--font-weight-normal); }
    .module--page-header .breadcrumbs .breadcrumb_last, .page-header .breadcrumbs .breadcrumb_last {
      font-weight: 700;
      font-weight: var(--font-weight-bold); }
  .module--page-header .yoast-breadcrumbs, .page-header .yoast-breadcrumbs {
    font-weight: 500;
    font-weight: var(--font-weight-medium);
    font-size: 1rem; }
    .module--page-header .yoast-breadcrumbs a, .page-header .yoast-breadcrumbs a {
      text-decoration: none;
      font-weight: 400;
      font-weight: var(--font-weight-normal); }
    .module--page-header .yoast-breadcrumbs .breadcrumb_last, .page-header .yoast-breadcrumbs .breadcrumb_last {
      font-weight: 700;
      font-weight: var(--font-weight-bold); }
  .nav--open .module--page-header > div, .nav--open .page-header > div {
    display: none; }

.module--footer {
  background-color: #211261;
  color: #FFF;
  padding: 95px 0;
  font-size: 0.7rem;
  font-weight: 400;
  font-weight: var(--font-weight-normal); }
  @media only screen and (max-width: 960px) {
    .module--footer {
      text-align: center;
      padding-top: 16px;
      padding-bottom: 32px; } }
  .secondary-colour .module--footer {
    background-color: #52274E; }
  .module--footer > div {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1700px;
    padding-left: 80px;
    padding-left: var(--gutter);
    padding-right: 80px;
    padding-right: var(--gutter); }
    .module--footer > div > div {
      width: 23%; }
    @media only screen and (max-width: 960px) {
      .module--footer > div {
        flex-direction: column; }
        .module--footer > div > div {
          width: auto;
          margin: 15px 0; }
          .module--footer > div > div:nth-child(2) {
            order: 3; }
          .module--footer > div > div:nth-child(3) {
            order: 2; } }
  .home .module--footer {
    background-color: #211261; }
  .module--footer h3 {
    font-size: 1rem; }
  .module--footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .module--footer ul li {
      display: inline-block;
      margin-right: 2em;
      margin-bottom: 0.4em; }
      .module--footer ul li:last-child {
        margin-right: 0; }
      @media only screen and (max-width: 960px) {
        .module--footer ul li {
          margin-left: 0.85rem;
          margin-right: 0.85rem; }
          .module--footer ul li:last-child {
            margin-right: 0.85rem; } }
  .module--footer a {
    text-decoration: none;
    text-decoration: none;
    font-weight: 500;
    font-weight: var(--font-weight-medium); }
  .module--footer .footer-button {
    display: inline-block;
    color: #FFF;
    font-size: 0.9rem;
    font-family: 'arboria'      , sans-serif;
    font-family: var(--font-body);
    font-weight: 500;
    font-weight: var(--font-weight-medium);
    padding: 0.75rem 1.8rem 0.95rem;
    border-radius: 2rem;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    word-wrap: break-word;
    box-shadow: none;
    line-height: 1;
    transition: all 0.2s ease-in-out;
    border: none;
    background-color: #DE3795; }
    .secondary-colour .module--footer .footer-button {
      background-color: #F26378; }
  .module--footer .partner-logos {
    padding-top: 0.75rem; }
    .module--footer .partner-logos li {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem; }
    .module--footer .partner-logos img {
      max-height: 40px;
      max-width: 190px; }
    @media only screen and (max-width: 1750px) {
      .module--footer .partner-logos img {
        max-height: 48px;
        max-width: 178px; } }
  .module--footer .menu {
    margin-top: 34px; }
    @media only screen and (max-width: 960px) {
      .module--footer .menu {
        margin-top: 40px; } }
    .module--footer .menu li {
      margin-right: 1.75rem;
      margin-bottom: 0.5rem; }
  .module--footer ul.social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 1rem; }
    .module--footer ul.social-links li {
      display: inline-block;
      margin-right: 0.7rem; }
      .module--footer ul.social-links li a {
        display: inline-block;
        width: 1.4rem;
        height: 1.4rem; }
  .module--footer .footer-subscribe {
    height: 3rem;
    max-width: 18rem; }
    @media only screen and (max-width: 960px) {
      .module--footer .footer-subscribe {
        margin: 0 auto; } }
    .module--footer .footer-subscribe .input-btn-group {
      display: block;
      position: relative; }
      .module--footer .footer-subscribe .input-btn-group input[type=text] {
        position: absolute;
        width: calc(100% - 2.5rem);
        left: 0;
        height: 3rem;
        margin: 0;
        border: 0;
        outline: none;
        border-radius: 3rem; }
      .module--footer .footer-subscribe .input-btn-group button {
        display: inline-block;
        color: #FFF;
        font-size: 0.9rem;
        font-family: 'arboria'      , sans-serif;
        font-family: var(--font-body);
        font-weight: 500;
        font-weight: var(--font-weight-medium);
        padding: 0.75rem 1.8rem 0.95rem;
        border-radius: 2rem;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        word-wrap: break-word;
        box-shadow: none;
        line-height: 1;
        transition: all 0.2s ease-in-out;
        border: none;
        background-color: #DE3795;
        position: absolute;
        right: 0;
        height: 3rem;
        margin: 0; }
  .module--footer ul.footer-links {
    -moz-columns: 2;
         columns: 2; }
    @media only screen and (max-width: 960px) {
      .module--footer ul.footer-links {
        -moz-columns: 1;
             columns: 1; } }
    .module--footer ul.footer-links li {
      display: block;
      margin: 0 0.8em 1.2em 0; }
  .module--footer h6 {
    font-size: 12px;
    font-weight: 500;
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 1.2rem 0; }

#particles-container {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0; }

.module--singular_content {
  padding-top: calc(140px / 2);
  padding-top: calc(var(--spacing) / 2); }
  .module--singular_content > * {
    max-width: calc( 960px + 2 * 80px);
    max-width: var(--guttered-width);
    padding-left: 80px;
    padding-left: var(--gutter);
    padding-right: 80px;
    padding-right: var(--gutter);
    margin-left: auto;
    margin-right: auto; }
    .module--singular_content > *:last-child {
      margin-bottom: 140px;
      margin-bottom: var(--spacing); }
  .module--singular_content > ul, .module--singular_content > ol {
    padding-left: calc(80px + 2em);
    padding-left: calc(var(--gutter) + 2em); }
  .module--singular_content > .wp-block-group.is-style-full-width {
    margin-bottom: 0;
    padding: 0; }
  .module--singular_content > .wp-block-group.is-style-full-width-padding {
    margin-bottom: 0;
    padding: 140px 0;
    padding: var(--spacing) 0; }
  .module--singular_content > .wp-block-group .wp-block-group__inner-container > * {
    padding: 0 80px;
    padding: 0 var(--gutter);
    margin-left: auto;
    margin-right: auto; }
  .module--singular_content > .wp-block-cover {
    margin: 0;
    max-width: unset; }
    .module--singular_content > .wp-block-cover .wp-block-media-text {
      margin-top: 0;
      margin-bottom: 0; }
  .module--singular_content > .wp-block-columns {
    margin: 140px auto;
    margin: var(--spacing) auto; }
  .module--singular_content .wp-block-columns {
    max-width: calc( 1440px + 2 * 80px);
    max-width: var(--guttered-width-wide); }
    .module--singular_content .wp-block-columns .wp-block-column > *:first-child {
      margin-top: 0; }
    .module--singular_content .wp-block-columns .wp-block-column > h1, .module--singular_content .wp-block-columns .wp-block-column > h2, .module--singular_content .wp-block-columns .wp-block-column > h3, .module--singular_content .wp-block-columns .wp-block-column > h4, .module--singular_content .wp-block-columns .wp-block-column > h5 {
      margin-top: 2.5em;
      margin-bottom: 1em; }
    .module--singular_content .wp-block-columns .wp-block-column h5:after {
      content: '';
      display: inline-block;
      background-color: #3C3C3C;
      width: 2.1em;
      height: 3px;
      margin-bottom: 0.2em;
      margin-left: 0.6em; }
  .module--singular_content .wp-block-media-text {
    margin: 140px auto;
    margin: var(--spacing) auto;
    max-width: calc( 1440px + 2 * 80px);
    max-width: var(--guttered-width-wide); }
  .module--singular_content > iframe {
    max-width: unset; }
  .module--singular_content > h1, .module--singular_content > h2, .module--singular_content > h3, .module--singular_content > h4, .module--singular_content > h5 {
    margin-top: 2em; }

.module--story .wp-block-image:first-child {
  position: relative;
  margin-top: -225px; }
  @media only screen and (max-width: 960px) {
    .module--story .wp-block-image:first-child {
      margin-top: 0; } }
  .module--story .wp-block-image:first-child img {
    display: block;
    margin: 0 auto; }

.module--story .wp-block-image, .module--story .wp-block-cover {
  max-width: inherit; }

.module--block_accordion.is-retracted h5:after {
  transform: translateY(-50%) rotate(0deg); }

.module--block_accordion h5 {
  margin: 0;
  padding: 1.7em 4em 1.7em 0;
  border-top: 2px solid #efefef;
  cursor: pointer;
  position: relative; }
  .module--block_accordion h5:after {
    content: '';
    background-image: url("/app/themes/asms/images/icons/arrow-down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 50%;
    right: 1.5em;
    transform: translateY(-50%) rotate(180deg);
    transition: .2s; }

.module--block_accordion > div {
  height: 0;
  overflow: hidden;
  transition: .2s; }
  .module--block_accordion > div > *:last-child {
    margin-bottom: 4em; }

.module--contact-details {
  padding-bottom: 2.4rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #C7C7C7; }
  .module--contact-details > div {
    display: flex;
    justify-content: space-between; }
    .module--contact-details > div > div {
      flex: 50%; }
      .module--contact-details > div > div:first-of-type {
        margin-right: 1rem; }
      .module--contact-details > div > div:last-of-type {
        margin-left: 1rem; }
  .module--contact-details a {
    text-decoration: none; }
  .module--contact-details .label {
    font-weight: 500;
    font-weight: var(--font-weight-medium); }
  .module--contact-details .social-links {
    list-style: none;
    margin: 0;
    padding: 0; }
    .module--contact-details .social-links li {
      display: inline-block;
      margin-right: 0.3rem; }
      .module--contact-details .social-links li a {
        display: inline-block;
        width: 1.5rem;
        height: 1.5rem; }
  .module--contact-details .details p {
    margin-top: 0.25em;
    margin-bottom: 0.25em; }

body .ds-form-styles {
  /*.ds-col-4 {
            width: 50% !important;
        }
        .ds-cols .ds-cols {
            .ds-col-12 {
                width: 50% !important;
                &.is-nested {
                    width: 100% !important;
                }
            }
        }*/ }
  body .ds-form-styles .ds-font-sans {
    font-family: 'arboria'      , sans-serif !important;
    font-family: var(--font-body) !important; }
  body .ds-form-styles .ds-p-6 {
    padding: 0 !important; }
  body .ds-form-styles .ds-p-5 {
    padding: 1rem 0 !important; }
    body .ds-form-styles .ds-p-5 > a {
      font-size: 20px !important;
      font-weight: 500; }
  body .ds-form-styles .ds-p-4 {
    padding: 1rem 0 !important; }
  body .ds-form-styles .ds-border,
  body .ds-form-styles .ds-border-dashed {
    border: none !important; }
  body .ds-form-styles .ds-input .d-input,
  body .ds-form-styles .ds-input .d-select,
  body .ds-form-styles .ds-select .d-input,
  body .ds-form-styles .ds-select .d-select {
    border: none !important;
    background-color: #f8f8fa !important;
    outline: none !important; }
    body .ds-form-styles .ds-input .d-input:focus,
    body .ds-form-styles .ds-input .d-select:focus,
    body .ds-form-styles .ds-select .d-input:focus,
    body .ds-form-styles .ds-select .d-select:focus {
      box-shadow: none !important; }
  body .ds-form-styles .ds-input .d-select.is-focused .d-input,
  body .ds-form-styles .ds-select .d-select.is-focused .d-input {
    box-shadow: none !important; }
  body .ds-form-styles .field-undefined .d-input,
  body .ds-form-styles .field-undefined .d-select,
  body .ds-form-styles .field-dropdown .d-input,
  body .ds-form-styles .field-dropdown .d-select,
  body .ds-form-styles .field-datePicker .d-input,
  body .ds-form-styles .field-datePicker .d-select,
  body .ds-form-styles .field-autocomplete .d-input,
  body .ds-form-styles .field-autocomplete .d-select {
    height: 57px !important;
    line-height: 45px !important; }
  body .ds-form-styles .field-undefined .is-dropdown .d-input,
  body .ds-form-styles .field-undefined .is-dropdown .d-select,
  body .ds-form-styles .field-dropdown .is-dropdown .d-input,
  body .ds-form-styles .field-dropdown .is-dropdown .d-select,
  body .ds-form-styles .field-datePicker .is-dropdown .d-input,
  body .ds-form-styles .field-datePicker .is-dropdown .d-select,
  body .ds-form-styles .field-autocomplete .is-dropdown .d-input,
  body .ds-form-styles .field-autocomplete .is-dropdown .d-select {
    height: auto !important; }
  body .ds-form-styles .ds-collection-item {
    border: none !important; }
    body .ds-form-styles .ds-collection-item > span.ds-absolute {
      padding: 0 !important; }
  body .ds-form-styles .is-collection > .ds-label {
    font-size: 30px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    margin: 1em 0 !important; }
    body .ds-form-styles .is-collection > .ds-label span {
      color: var(#3C3C3C) !important; }
  body .ds-form-styles .ds-label {
    font-size: 14px !important;
    letter-spacing: .125em !important;
    text-transform: uppercase !important;
    margin-bottom: 1em !important; }
    body .ds-form-styles .ds-label span {
      color: #211261 !important; }
  body .ds-form-styles .ds-text-blue {
    color: #211261 !important; }
  body .ds-form-styles .d-radio input[type=radio]:checked + .check {
    border-color: #211261 !important; }
    body .ds-form-styles .d-radio input[type=radio]:checked + .check:after {
      background-color: #211261 !important; }
  body .ds-form-styles .d-radio input[type=radio]:hover {
    border-color: #211261 !important; }
  body .ds-form-styles span[disabled*=disabled] {
    display: none !important; }
  body .ds-form-styles input {
    box-shadow: none !important; }
    body .ds-form-styles input:hover {
      box-shadow: none !important; }
  body .ds-form-styles .d-phone .ds-mx-3 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  body .ds-form-styles .form-button {
    color: #FFF !important;
    border: none !important;
    background-color: #211261 !important;
    font-size: 0.9rem !important;
    font-family: 'arboria'      , sans-serif !important;
    font-family: var(--font-body) !important;
    font-weight: 500 !important;
    font-weight: var(--font-weight-medium) !important;
    padding: 0.75rem 1.8rem 0.95rem !important;
    border-radius: 2rem !important;
    box-shadow: none !important;
    line-height: 1 !important;
    transition: all 0.2s ease-in-out; }
    body .ds-form-styles .form-button:hover {
      background-color: #DE3795 !important; }

body .ds-group:hover .group-hover\:ds-border-blue, body .hover\:ds-border-blue:hover {
  border-color: #211261 !important; }

body .tippy-popper {
  padding: 0 !important; }

.module--block_hover-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: calc( 1440px + 2 * 80px);
  max-width: var(--guttered-width-wide);
  padding: 0 80px;
  padding: 0 var(--gutter);
  text-align: center;
  margin: 140px auto;
  margin: var(--spacing) auto; }
  @media only screen and (max-width: 960px) {
    .module--block_hover-boxes {
      flex-direction: column; } }
  .module--block_hover-boxes > h2 {
    flex: 0 0 100%;
    text-align: left; }
    @media only screen and (max-width: 960px) {
      .module--block_hover-boxes > h2 {
        text-align: center; }
        .module--block_hover-boxes > h2:after {
          display: none !important; } }
  .module--block_hover-boxes h3 {
    font-size: 1.25rem;
    /*@include afterline(2.1rem);*/ }
  .module--block_hover-boxes .hover-item {
    position: relative;
    width: 31%;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
    background-color: #dadada;
    text-align: left;
    vertical-align: top;
    /* Content div */ }
    @media only screen and (max-width: 960px) {
      .module--block_hover-boxes .hover-item {
        width: 100%;
        min-width: 250px;
        max-width: 400px;
        margin: 15px auto; } }
    .module--block_hover-boxes .hover-item figure {
      margin: 0;
      height: 0;
      overflow: hidden;
      padding-top: 95%;
      position: relative; }
      .module--block_hover-boxes .hover-item figure > img {
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .module--block_hover-boxes .hover-item .hover-content {
      position: absolute;
      display: flex;
      flex-direction: column;
      bottom: 0;
      left: 0;
      min-height: 0;
      width: 93%;
      background-color: #FFF;
      padding: 0 2.25rem;
      overflow: hidden;
      transition: 0.4s cubic-bezier(0.42, 0.01, 0.23, 1); }
      .module--block_hover-boxes .hover-item .hover-content:before, .module--block_hover-boxes .hover-item .hover-content:after {
        content: '';
        display: block;
        height: 0;
        flex: 0;
        transition: 0.4s cubic-bezier(0.42, 0.01, 0.23, 1); }
      .module--block_hover-boxes .hover-item .hover-content p {
        margin: 0;
        max-height: 0;
        overflow: hidden;
        transition: 0.4s cubic-bezier(0.42, 0.01, 0.23, 1); }
    .module--block_hover-boxes .hover-item:hover .hover-content {
      min-height: 100%;
      width: 100%; }
      .module--block_hover-boxes .hover-item:hover .hover-content:before, .module--block_hover-boxes .hover-item:hover .hover-content:after {
        flex: 1; }
      .module--block_hover-boxes .hover-item:hover .hover-content p {
        max-height: 410px;
        margin-bottom: 1em;
        height: 100%; }

.module--block_feature-boxes {
  display: block;
  text-align: center;
  margin: 140px auto;
  margin: var(--spacing) auto; }
  .module--singular_content > .module--block_feature-boxes {
    max-width: 1770px; }
  .module--block_feature-boxes > div {
    display: inline-block;
    margin: 0 auto; }
  .module--block_feature-boxes h2 {
    text-align: left;
    margin-left: 27px; }
  .module--block_feature-boxes h3 {
    font-size: 1.25rem;
    /*@include afterline(2.1rem);*/ }
  .module--block_feature-boxes .feature-boxes--items {
    display: flex;
    justify-content: space-between;
    max-width: 1600px; }
    @media only screen and (max-width: 960px) {
      .module--block_feature-boxes .feature-boxes--items {
        flex-direction: column; } }
  .module--block_feature-boxes .feature-boxes--item {
    width: 31%;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
    background-color: #FFF;
    text-align: left;
    vertical-align: top; }
    .module--block_feature-boxes .feature-boxes--item .feature-boxes--item-image-content {
      padding: 0 2.25rem; }
    @media only screen and (max-width: 1200px) {
      .module--block_feature-boxes .feature-boxes--item {
        margin: 20px;
        width: calc(33% - 40px); } }
    @media only screen and (max-width: 960px) {
      .module--block_feature-boxes .feature-boxes--item {
        width: 100%;
        min-width: 250px;
        max-width: 400px;
        margin: 15px 0; } }
  .module--block_feature-boxes .feature-boxes--item-image {
    position: relative; }
    .module--block_feature-boxes .feature-boxes--item-image figure {
      margin: 0;
      height: 0;
      overflow: hidden;
      padding-top: 90%;
      position: relative; }
      .module--block_feature-boxes .feature-boxes--item-image figure > img {
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .module--block_feature-boxes .feature-boxes--item-image > div {
      position: absolute;
      text-align: left;
      bottom: 0;
      background-color: #FFF;
      left: 0;
      width: 93%; }

.module--block_features-image-text {
  display: block;
  text-align: left;
  margin: 140px auto 2rem;
  margin: var(--spacing) auto 2rem;
  max-width: 1440px;
  max-width: var(--content-width-wide); }
  .module--block_features-image-text h2 {
    text-align: left; }
    @media only screen and (max-width: 960px) {
      .module--block_features-image-text h2 {
        text-align: center; } }
  .module--block_features-image-text h3 {
    font-size: 1.25rem;
    margin: 1.4rem 0 1rem; }
    @media only screen and (max-width: 960px) {
      .module--block_features-image-text h3 {
        font-size: 1.2rem; } }
  .module--block_features-image-text p {
    line-height: 1.8; }
  .module--block_features-image-text .features-image-text--items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto; }
    @media only screen and (max-width: 960px) {
      .module--block_features-image-text .features-image-text--items {
        flex-direction: column;
        max-width: 400px; } }
    @media only screen and (max-width: 400px) {
      .module--block_features-image-text .features-image-text--items {
        display: block; } }
    .module--block_features-image-text .features-image-text--items .features-image-text--item {
      flex: 0 0 31%;
      margin: 30px 0;
      text-align: left; }
      .module--block_features-image-text .features-image-text--items .features-image-text--item figure {
        margin: 0;
        height: 0;
        overflow: hidden;
        padding-top: 75%;
        position: relative; }
        .module--block_features-image-text .features-image-text--items .features-image-text--item figure > img {
          -o-object-fit: cover;
             object-fit: cover;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
  @media only screen and (min-width: 960px) {
    .module--block_features-image-text.is-style-text-right .features-image-text--items .features-image-text--item {
      display: grid;
      flex: 0 0 100%;
      grid-template-columns: 400px auto;
      grid-template-rows: auto auto;
      grid-column-gap: 30px;
      margin: 20px 0; }
      .module--block_features-image-text.is-style-text-right .features-image-text--items .features-image-text--item figure {
        grid-column: 1;
        grid-row: 1 / 3;
        align-self: center; }
      .module--block_features-image-text.is-style-text-right .features-image-text--items .features-image-text--item h3 {
        margin-top: 0;
        grid-column: 2;
        grid-row: 1;
        align-self: flex-end; }
      .module--block_features-image-text.is-style-text-right .features-image-text--items .features-image-text--item p {
        grid-column: 2;
        grid-row: 2;
        margin-bottom: 0;
        align-self: flex-start; } }

.module--block_news-carousel {
  background-color: #F8F8F8;
  color: #3C3C3C;
  text-align: center;
  overflow: auto;
  padding-top: calc(140px / 2);
  padding-top: calc(var(--spacing) / 2);
  padding-bottom: 140px;
  padding-bottom: var(--spacing);
  width: 100%;
  max-width: 100%; }
  .module--block_news-carousel > div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 45px 35px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 80px;
    padding: 0 var(--gutter);
    text-align: left; }
    @media only screen and (max-width: 960px) {
      .module--block_news-carousel > div {
        grid-template-columns: auto;
        grid-gap: 45px; } }
    .module--block_news-carousel > div > a {
      text-decoration: none;
      display: inline-block;
      position: relative;
      flex: 0 0 31%;
      margin: 0;
      max-width: 500px; }
      .module--block_news-carousel > div > a.is-featured {
        max-width: unset; }
      .module--block_news-carousel > div > a figure {
        margin: 0;
        height: 0;
        overflow: hidden;
        padding-top: 70%;
        position: relative; }
        .module--block_news-carousel > div > a figure > img {
          -o-object-fit: cover;
             object-fit: cover;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      @media only screen and (max-width: 960px) {
        .module--block_news-carousel > div > a {
          margin-left: auto;
          margin-right: auto;
          flex: 0 0 auto;
          width: 100%; }
          .module--block_news-carousel > div > a.is-featured {
            max-width: 500px; } }
      @media only screen and (min-width: 960px) {
        .module--block_news-carousel > div > a.is-featured {
          display: flex;
          align-items: center;
          flex: 0 0 100%;
          grid-column: 1 / -1; }
          .module--block_news-carousel > div > a.is-featured figure {
            width: 60%;
            padding-top: 40%; }
          .module--block_news-carousel > div > a.is-featured .content {
            width: 50%;
            padding: 45px 75px;
            background-color: #FFF;
            margin-left: -10%;
            z-index: 5; } }
  .module--block_news-carousel a.see-all, .module--block_news-carousel a.load-more {
    display: inline-block;
    color: #FFF;
    font-size: 0.9rem;
    font-family: 'arboria'      , sans-serif;
    font-family: var(--font-body);
    font-weight: 500;
    font-weight: var(--font-weight-medium);
    padding: 0.75rem 1.8rem 0.95rem;
    border-radius: 2rem;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    word-wrap: break-word;
    box-shadow: none;
    line-height: 1;
    transition: all 0.2s ease-in-out;
    border: none;
    background-color: #211261;
    margin: 3.5rem 0 0; }
  .module--block_news-carousel h3 {
    margin: 0;
    color: #3C3C3C;
    font-size: 1.5rem;
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    line-height: 1.1; }
  .module--block_news-carousel .date {
    margin-bottom: 0;
    color: #211261;
    font-size: 0.75rem;
    font-weight: 500;
    font-weight: var(--font-weight-medium);
    letter-spacing: 0.094rem; }
  .module--block_news-carousel .read-more {
    font-weight: 700;
    font-weight: var(--font-weight-bold); }
  .module--block_news-carousel .featured-placeholder {
    background-color: #dadada; }

.module--news-events {
  background-color: #F8F8F8;
  color: #3C3C3C;
  text-align: center;
  overflow: auto;
  padding-top: 140px;
  padding-top: var(--spacing);
  padding-bottom: 140px;
  padding-bottom: var(--spacing);
  width: 100%;
  max-width: 100%; }
  .module--news-events ul.filters {
    list-style: none;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .1em;
    text-align: left;
    margin: 0 5px 5px; }
    @media only screen and (max-width: 960px) {
      .module--news-events ul.filters {
        width: 100%;
        max-width: 500px;
        margin: 0 auto; } }
    .module--news-events ul.filters li {
      display: inline-block;
      margin: 0 2rem 1rem 0; }
    .module--news-events ul.filters input {
      position: absolute;
      visibility: hidden; }
    .module--news-events ul.filters span {
      position: relative;
      padding: 8px 0;
      cursor: pointer; }
    .module--news-events ul.filters :checked + span:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 3px;
      background-color: #3C3C3C; }
  .module--news-events > div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 45px 35px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 80px;
    padding: 0 var(--gutter);
    text-align: left; }
    @media only screen and (max-width: 960px) {
      .module--news-events > div {
        grid-template-columns: auto;
        grid-gap: 45px; } }
    .module--news-events > div > a {
      text-decoration: none;
      display: inline-block;
      position: relative;
      flex: 0 0 31%;
      margin: 0;
      max-width: 500px; }
      .module--news-events > div > a.is-featured {
        max-width: unset; }
      .module--news-events > div > a figure {
        margin: 0;
        height: 0;
        overflow: hidden;
        padding-top: 70%;
        position: relative; }
        .module--news-events > div > a figure > img {
          -o-object-fit: cover;
             object-fit: cover;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      @media only screen and (max-width: 960px) {
        .module--news-events > div > a {
          margin-left: auto;
          margin-right: auto;
          flex: 0 0 auto;
          width: 100%; }
          .module--news-events > div > a.is-featured {
            max-width: 500px; } }
      @media only screen and (min-width: 960px) {
        .module--news-events > div > a.is-featured {
          display: flex;
          align-items: center;
          flex: 0 0 100%;
          grid-column: 1 / -1; }
          .module--news-events > div > a.is-featured figure {
            width: 50%;
            padding-top: 35%; }
          .module--news-events > div > a.is-featured .content {
            width: 50%;
            padding-left: 36px; } }
  .module--news-events a.see-all, .module--news-events a.load-more {
    display: inline-block;
    color: #FFF;
    font-size: 0.9rem;
    font-family: 'arboria'      , sans-serif;
    font-family: var(--font-body);
    font-weight: 500;
    font-weight: var(--font-weight-medium);
    padding: 0.75rem 1.8rem 0.95rem;
    border-radius: 2rem;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    word-wrap: break-word;
    box-shadow: none;
    line-height: 1;
    transition: all 0.2s ease-in-out;
    border: none;
    background-color: #211261;
    margin: 3.5rem 0 0; }
  .module--news-events h3 {
    margin: 0;
    color: #3C3C3C;
    font-size: 1.5rem;
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    line-height: 1.1; }
  .module--news-events .date {
    margin-bottom: 0;
    color: #211261;
    font-size: 0.75rem;
    font-weight: 500;
    font-weight: var(--font-weight-medium);
    letter-spacing: 0.094rem; }
  .module--news-events .read-more {
    font-weight: 700;
    font-weight: var(--font-weight-bold); }
  .module--news-events .featured-placeholder {
    background-color: #dadada; }

.nf-form-cont .nf-before-form-content {
  display: none; }

.nf-form-cont .nf-response-msg {
  color: #211261;
  font-weight: 500;
  font-weight: var(--font-weight-medium); }

.nf-form-cont .nf-form-content .nf-field-container {
  margin-bottom: 30px; }

.nf-form-cont .nf-form-content .nf-field-label {
  color: #211261;
  font-size: 14px;
  letter-spacing: .125em;
  text-transform: uppercase;
  margin-bottom: 1em; }

.nf-form-cont .nf-form-content .checkbox-container .nf-field-label {
  font-size: 18px;
  text-transform: unset;
  color: #3C3C3C;
  margin-bottom: 0;
  letter-spacing: normal; }

.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-cont .nf-form-content input:not([type=button]),
.nf-form-cont .nf-form-content textarea {
  border: 0;
  background-color: rgba(33, 18, 97, 0.03); }
  .nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div:focus,
  .nf-form-cont .nf-form-content input:not([type=button]):focus,
  .nf-form-cont .nf-form-content textarea:focus {
    background-color: rgba(33, 18, 97, 0.03); }

.nf-form-cont .nf-form-content textarea {
  resize: vertical; }

.nf-form-cont .nf-form-content input[type=button],
.nf-form-cont .nf-form-content input[type=submit] {
  display: inline-block;
  color: #FFF;
  font-size: 0.9rem;
  font-family: 'arboria'      , sans-serif;
  font-family: var(--font-body);
  font-weight: 500;
  font-weight: var(--font-weight-medium);
  padding: 0.75rem 1.8rem 0.95rem;
  border-radius: 2rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  word-wrap: break-word;
  box-shadow: none;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  border: none;
  background-color: #211261; }

.nf-form-cont .nf-error.field-wrap .nf-field-element:after {
  display: none; }

.nf-form-cont .nf-error-required-error {
  display: none; }

.nf-form-cont .checkbox-wrap .nf-field-element label:after, .nf-form-cont .checkbox-wrap .nf-field-label label:after, .nf-form-cont .listcheckbox-wrap .nf-field-element label:after, .nf-form-cont .listcheckbox-wrap .nf-field-label label:after {
  border: 2px solid #211261;
  border-radius: 2em;
  margin-top: 0.15em; }

.nf-form-cont .checkbox-wrap .nf-field-element label.nf-checked-label:after, .nf-form-cont .checkbox-wrap .nf-field-label label.nf-checked-label:after, .nf-form-cont .listcheckbox-wrap .nf-field-element label.nf-checked-label:after, .nf-form-cont .listcheckbox-wrap .nf-field-label label.nf-checked-label:after {
  border: 2px solid #211261; }

.module--block_stories {
  padding: 0;
  margin-bottom: 0 !important;
  max-width: unset; }
  .module--block_stories .story-item {
    display: block;
    background-color: #f8f8f8;
    background-color: var(--light-grey);
    margin: 0 auto;
    padding: calc(140px / 2) 0;
    padding: calc(var(--spacing) / 2) 0; }
    .module--block_stories .story-item:last-of-type {
      padding-bottom: calc(140px * 2);
      padding-bottom: calc(var(--spacing) * 2); }
    @media only screen and (max-width: 960px) {
      .module--block_stories .story-item {
        padding: 140px 0;
        padding: var(--spacing) 0; } }
    .module--block_stories .story-item > div {
      display: flex;
      max-width: calc( 1440px + 2 * 80px);
      max-width: var(--guttered-width-wide);
      padding-left: 80px;
      padding-left: var(--gutter);
      padding-right: 80px;
      padding-right: var(--gutter);
      margin: 0 auto;
      align-items: center; }
      @media only screen and (max-width: 960px) {
        .module--block_stories .story-item > div {
          flex-direction: column;
          text-align: center; } }
      .module--block_stories .story-item > div > div {
        flex-grow: 1;
        flex-basis: 0; }
    .module--block_stories .story-item figure {
      margin: 0 2rem 0 0; }
      @media only screen and (max-width: 960px) {
        .module--block_stories .story-item figure {
          margin: 0; } }
      .module--block_stories .story-item figure img {
        width: 100%;
        height: auto; }
      .module--block_stories .story-item figure.is-portrait img {
        max-height: 600px;
        width: auto; }
    .module--block_stories .story-item .content {
      margin-left: 2rem; }
      @media only screen and (max-width: 960px) {
        .module--block_stories .story-item .content {
          margin-left: 0; } }
    .module--block_stories .story-item.is-featured {
      background-color: #FFF;
      padding-top: 0; }
      .module--block_stories .story-item.is-featured .read-more {
        display: inline-block;
        color: #FFF;
        font-size: 0.9rem;
        font-family: 'arboria'      , sans-serif;
        font-family: var(--font-body);
        font-weight: 500;
        font-weight: var(--font-weight-medium);
        padding: 0.75rem 1.8rem 0.95rem;
        border-radius: 2rem;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        word-wrap: break-word;
        box-shadow: none;
        line-height: 1;
        transition: all 0.2s ease-in-out;
        border: none;
        background-color: #F26378; }
      .module--block_stories .story-item.is-featured > div {
        flex-direction: row-reverse; }
        @media only screen and (max-width: 960px) {
          .module--block_stories .story-item.is-featured > div {
            flex-direction: column;
            text-align: center; } }
      .module--block_stories .story-item.is-featured figure {
        margin: 0 0 0 2rem; }
        @media only screen and (max-width: 960px) {
          .module--block_stories .story-item.is-featured figure {
            margin: 0; } }
      .module--block_stories .story-item.is-featured .content {
        margin-left: 0;
        margin-right: 2rem; }
        @media only screen and (max-width: 960px) {
          .module--block_stories .story-item.is-featured .content {
            margin-right: 0; } }
    .module--block_stories .story-item .read-more {
      display: inline-block;
      color: #F26378;
      font-size: 0.9rem;
      font-family: 'arboria'      , sans-serif;
      font-family: var(--font-body);
      font-weight: 500;
      font-weight: var(--font-weight-medium);
      padding: 0.75rem 1.8rem 0.95rem;
      border-radius: 2rem;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      word-wrap: break-word;
      box-shadow: none;
      line-height: 1;
      transition: all 0.2s ease-in-out;
      border: 3px solid #F26378;
      background-color: transparent; }

.module--block_asms-testimonial {
  max-width: calc( 960px + 2 * 80px);
  max-width: var(--guttered-width);
  margin-top: 140px;
  margin-top: var(--spacing); }
  .module--block_asms-testimonial.has-photo {
    max-width: calc( 1440px + 2 * 80px);
    max-width: var(--guttered-width-wide); }
    .module--block_asms-testimonial.has-photo > div {
      display: flex;
      justify-content: center;
      align-items: center; }
      .module--block_asms-testimonial.has-photo > div > div {
        flex: 60%; }
      .module--block_asms-testimonial.has-photo > div > img {
        flex: 40%; }
  .module--block_asms-testimonial.has-photo-on-right > div {
    flex-direction: row-reverse; }
    @media only screen and (max-width: 960px) {
      .module--block_asms-testimonial.has-photo-on-right > div {
        flex-direction: column-reverse; } }
    @media only screen and (min-width: 960px) {
      .module--block_asms-testimonial.has-photo-on-right > div figure {
        margin-left: 2rem; } }
  @media only screen and (max-width: 960px) {
    .module--block_asms-testimonial.has-photo-on-left > div {
      flex-direction: column-reverse; } }
  @media only screen and (min-width: 960px) {
    .module--block_asms-testimonial.has-photo-on-left > div figure {
      margin-right: 2rem; } }
  .module--block_asms-testimonial figure {
    margin: 0; }
    .module--block_asms-testimonial figure img {
      max-height: 700px;
      margin: 0 auto calc(140px * -1) auto;
      margin: 0 auto calc(var(--spacing) * -1) auto; }

.module--the-team {
  padding-bottom: 140px;
  padding-bottom: var(--spacing);
  max-width: 1640px; }
  .module--the-team > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    margin: 0 auto; }
    @media only screen and (max-width: 1540px) {
      .module--the-team > div {
        flex-direction: column; } }
  .module--the-team a {
    text-decoration: none; }
  .module--the-team .profile {
    display: flex;
    width: 48.5%;
    max-width: 800px;
    align-items: center;
    background-color: #FFF;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
    padding: 10px 20px;
    margin: 15px 0; }
    @media only screen and (max-width: 1540px) {
      .module--the-team .profile {
        width: auto; } }
    @media only screen and (max-width: 700px) {
      .module--the-team .profile {
        padding: 10px;
        flex-direction: column;
        text-align: center; } }
    .module--the-team .profile .photo {
      margin: 20px;
      width: 200px;
      height: 200px;
      flex-shrink: 0;
      border-radius: 100px;
      background-color: #dadada;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      filter: grayscale(100%);
      transition: 0.4s cubic-bezier(0.42, 0.01, 0.23, 1); }
      @media only screen and (max-width: 700px) {
        .module--the-team .profile .photo {
          margin: 10px;
          width: 150px;
          height: 150px; } }
    .module--the-team .profile .info {
      margin: 10px 20px; }
      @media only screen and (max-width: 700px) {
        .module--the-team .profile .info {
          margin: 10px; } }
      .module--the-team .profile .info > div:first-child {
        opacity: 1;
        height: auto; }
      .module--the-team .profile .info > div:last-child {
        transition: opacity 1s ease-out;
        opacity: 0;
        height: 0;
        overflow: hidden; }
      .module--the-team .profile .info .name {
        margin: 0 0 0.1em;
        font-size: 1.75rem;
        font-weight: 700;
        font-weight: var(--font-weight-bold);
        line-height: 1.1; }
        .module--the-team .profile .info .name:after {
          content: '';
          display: inline-block;
          background-color: #3C3C3C;
          width: 2.1rem;
          height: 3px;
          margin-bottom: 0.2em;
          margin-left: 0.6em; }
          @media only screen and (max-width: 700px) {
            .module--the-team .profile .info .name:after {
              display: none; } }
      .module--the-team .profile .info .role {
        margin: 0.2em 0;
        font-weight: 500;
        font-weight: var(--font-weight-medium);
        line-height: 1.2; }
      .module--the-team .profile .info .bio {
        margin: 0.2em 0; }
      .module--the-team .profile .info .email {
        margin: 0.6em 0 0.2em;
        font-weight: 700;
        font-weight: var(--font-weight-bold); }
    .module--the-team .profile.has--hover-content:hover .info > div:first-child {
      transition: opacity 1s ease-out;
      opacity: 0;
      height: 0;
      overflow: hidden; }
    .module--the-team .profile.has--hover-content:hover .info > div:last-child {
      opacity: 1;
      height: auto; }
    .module--the-team .profile:hover .photo {
      filter: grayscale(0%); }

.module--block_posts-list {
  margin-top: 140px;
  margin-top: var(--spacing);
  margin-bottom: calc(140px / 2);
  margin-bottom: calc(var(--spacing) / 2);
  max-width: 1410px; }
  .module--block_posts-list h2:after {
    content: '';
    display: inline-block;
    background-color: #3C3C3C;
    width: 14.75rem;
    height: 3px;
    margin-bottom: 0.2em;
    margin-left: 0.6em; }
    @media only screen and (max-width: 960px) {
      .module--block_posts-list h2:after {
        display: none; } }
  @media only screen and (max-width: 960px) {
    .module--block_posts-list h2 {
      text-align: center; } }
  .module--block_posts-list > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, 31%);
    justify-content: space-between;
    grid-gap: 4rem 1rem; }
    @media only screen and (max-width: 960px) {
      .module--block_posts-list > ul {
        grid-template-columns: 100%; }
        .module--block_posts-list > ul > li {
          width: 100%;
          max-width: 400px;
          margin-left: auto;
          margin-right: auto; } }

.module--listing_item figure {
  margin: 0;
  height: 0;
  overflow: hidden;
  padding-top: 73%;
  position: relative; }
  .module--listing_item figure > img {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.module--listing_item h4 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.module--listing_item a {
  text-decoration: none; }

.module--listing_item .date {
  margin-bottom: 0;
  color: #211261;
  font-size: 0.75rem;
  font-weight: 500;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.094rem; }

:root {
  --swiper-theme-color: #FFF;
  --swiper-pagination-color: #FFF;
  --swiper-navigation-size: 22px; }

.module--block_slideshow {
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: relative; }
  .module--block_slideshow:last-child {
    margin-bottom: 0; }
  .module--block_slideshow .persistent-content {
    position: absolute;
    max-width: calc( 1440px + 2 * 80px);
    max-width: var(--guttered-width-wide);
    padding: 0 80px;
    padding: 0 var(--gutter);
    top: 150px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 20;
    color: #FFF;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
    .module--block_slideshow .persistent-content > div {
      width: 50%; }
    .module--block_slideshow .persistent-content h1 {
      margin-top: 0; }
      .module--block_slideshow .persistent-content h1:after {
        content: '';
        display: inline-block;
        background-color: #FFF;
        width: 2em;
        height: 3px;
        margin-bottom: 0.2em;
        margin-left: 0.6em; }
        @media only screen and (max-width: 960px) {
          .module--block_slideshow .persistent-content h1:after {
            display: none; } }
    @media only screen and (max-width: 1200px) {
      .module--block_slideshow .persistent-content {
        position: static;
        color: #3C3C3C;
        text-shadow: none;
        padding: 80px;
        padding: var(--gutter);
        max-width: calc( 1440px + 2 * 80px);
        max-width: var(--guttered-width-wide); }
        .module--block_slideshow .persistent-content > div {
          width: auto; }
        .module--block_slideshow .persistent-content .is-style-afterline:after {
          background-color: #3C3C3C; } }
  .module--block_slideshow .swiper-slide {
    height: 700px;
    color: #FFF;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
    @media only screen and (max-width: 1200px) {
      .module--block_slideshow .swiper-slide {
        height: auto;
        min-height: 500px; } }
    @media only screen and (max-width: 960px) {
      .module--block_slideshow .swiper-slide {
        min-height: 400px; } }
    .module--block_slideshow .swiper-slide .is-style-afterline:after {
      background-color: #FFF; }
    .module--block_slideshow .swiper-slide .wp-block-column:not(:first-child) {
      margin-left: 10rem; }
    .module--block_slideshow .swiper-slide .wp-block-column h5:after {
      display: none; }
    .module--block_slideshow .swiper-slide figure.wp-block-image {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0; }
      .module--block_slideshow .swiper-slide figure.wp-block-image:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.46); }
      .module--block_slideshow .swiper-slide figure.wp-block-image img {
        display: block;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
    .module--block_slideshow .swiper-slide > div {
      height: 100%; }
      .module--block_slideshow .swiper-slide > div > div.is-template-default {
        position: absolute;
        max-width: calc( 1440px + 2 * 80px);
        max-width: var(--guttered-width-wide);
        padding: 0 80px;
        padding: 0 var(--gutter);
        top: 150px;
        left: 0;
        right: 0;
        margin: 0 auto; }
        @media only screen and (max-width: 1200px) {
          .module--block_slideshow .swiper-slide > div > div.is-template-default {
            position: relative;
            top: 0;
            margin: 3rem 0 4rem; } }
        .module--block_slideshow .swiper-slide > div > div.is-template-default > div {
          width: 47%;
          margin-right: 0;
          margin-left: auto; }
          @media only screen and (max-width: 1200px) {
            .module--block_slideshow .swiper-slide > div > div.is-template-default > div {
              width: auto; } }
      .module--block_slideshow .swiper-slide > div > div.is-template-info-columns {
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        height: 100%; }
  .module--block_slideshow .swiper-pagination .swiper-pagination-bullet {
    opacity: 0.38;
    background-color: #FFF;
    background-color: var(--swiper-pagination-color); }
    .module--block_slideshow .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      opacity: 1; }
  .module--block_slideshow .swiper-navigation {
    position: absolute;
    max-width: calc( 1440px + 2 * 80px);
    max-width: var(--guttered-width-wide);
    padding: 0 80px;
    padding: 0 var(--gutter);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 50;
    top: 4rem; }
    @media only screen and (max-width: 1200px) {
      .module--block_slideshow .swiper-navigation {
        display: none; } }
    .module--block_slideshow .swiper-navigation > div {
      display: block;
      position: relative;
      text-align: right; }
    .module--block_slideshow .swiper-navigation .swiper-button-next, .module--block_slideshow .swiper-navigation .swiper-button-prev {
      display: inline-flex;
      position: static;
      width: 60px;
      height: 60px;
      border-radius: 30px;
      background-color: rgba(255, 255, 255, 0.23);
      margin-left: 22px; }

.module--block_photo-slideshow {
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: relative; }
  @media only screen and (max-width: 1280px) {
    .module--block_photo-slideshow {
      height: auto;
      max-height: 800px; } }
  @media only screen and (max-width: 960px) {
    .module--block_photo-slideshow {
      max-height: 500px; } }
  @media only screen and (max-width: 500px) {
    .module--block_photo-slideshow {
      max-height: 350px; } }
  .module--block_photo-slideshow .swiper-container {
    height: 100%; }
  .module--block_photo-slideshow .swiper-slide {
    height: 100%;
    color: #FFF;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
    .module--block_photo-slideshow .swiper-slide figure.wp-block-image {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0; }
      .module--block_photo-slideshow .swiper-slide figure.wp-block-image img {
        display: block;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
    .module--block_photo-slideshow .swiper-slide > div {
      height: 100%; }
  .module--block_photo-slideshow .swiper-pagination .swiper-pagination-bullet {
    opacity: 0.38;
    background-color: #FFF;
    background-color: var(--swiper-pagination-color); }
    .module--block_photo-slideshow .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      opacity: 1; }
  .module--block_photo-slideshow .swiper-navigation {
    position: absolute;
    max-width: calc( 1440px + 2 * 80px);
    max-width: var(--guttered-width-wide);
    padding: 0 80px;
    padding: 0 var(--gutter);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 50;
    top: 4rem; }
    @media only screen and (max-width: 960px) {
      .module--block_photo-slideshow .swiper-navigation {
        display: none; } }
    .module--block_photo-slideshow .swiper-navigation > div {
      display: block;
      position: relative;
      text-align: right; }
    .module--block_photo-slideshow .swiper-navigation .swiper-button-next, .module--block_photo-slideshow .swiper-navigation .swiper-button-prev {
      display: inline-flex;
      position: static;
      width: 60px;
      height: 60px;
      border-radius: 30px;
      background-color: rgba(255, 255, 255, 0.23);
      margin-left: 22px; }

.module--listing_item.type--events h4 {
  margin: 0; }

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