<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
* WS Starter
* Designed by LRS Web Solutions (http://lrswebsolutions.com)
* Visit http://lrswebsolutions.com
*/
/*! 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 {
  -webkit-box-sizing: content-box;
          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: bold;
}

/**
 * 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;
  outline: 0.0625rem 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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
  outline-offset: -0.125rem;
  /* 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;
}

:root {
  --sitewidth: 2560px;
  --sitewidth: 160rem;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  height: 0.0625rem !important;
  margin: -1px !important;
  margin: -0.0625rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  width: 0.0625rem !important;
  white-space: nowrap !important;
  color: transparent;
}
.sr-only:focus, .sr-only:active {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
  color: transparent;
}

.hide {
  display: none !important;
}

.show {
  display: initial;
}

.invisible {
  visibility: hidden;
}

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

.clear-after:after {
  display: table;
  clear: both;
  content: "";
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-left,
.align-left {
  text-align: left;
}

.text-right,
.align-right {
  text-align: right;
}

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

.text-justify,
.align-justify {
  text-align: justify;
}

@media all and (min-width: 800px) {
  .show-small-only {
    display: none;
  }
}
.show-small-only[data-arx-type=image]::before {
  content: "Show Small Only";
}

@media all and (max-width: 374px) {
  .show-medium-only {
    display: none;
  }
}
@media all and (min-width: 1280px) {
  .show-medium-only {
    display: none;
  }
}
.show-medium-only[data-arx-type=image]::before {
  content: "Show Medium Only";
}

.show-small-only[data-arx-type=image],
.show-medium-only[data-arx-type=image],
.show-large-only[data-arx-type=image],
.show-xlarge-only[data-arx-type=image],
.show-xxlarge-only[data-arx-type=image] {
  position: relative;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  outline: 2px dashed rgba(0, 88, 251, 0.2);
  outline: 0.125rem dashed rgba(0, 88, 251, 0.2);
  border: 1px dashed #d6e2ff;
  border: 0.0625rem dashed #d6e2ff;
  width: 100%;
  max-width: 100% !important;
  overflow: hidden;
}
.show-small-only[data-arx-type=image]:before,
.show-medium-only[data-arx-type=image]:before,
.show-large-only[data-arx-type=image]:before,
.show-xlarge-only[data-arx-type=image]:before,
.show-xxlarge-only[data-arx-type=image]:before {
  position: absolute;
  display: inline-block;
  padding: 2px;
  padding: 0.125rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.5);
  border: 1px dashed rgba(0, 88, 251, 0.2);
  border: 0.0625rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
}

.show-medium-up {
  display: none;
}
@media all and (min-width: 800px) {
  .show-medium-up {
    display: block;
  }
}
.show-medium-up[data-arx-type=image]::before {
  content: "Show Medium Up";
}

.show-large-up {
  display: none;
}
@media all and (min-width: 1280px) {
  .show-large-up {
    display: block;
  }
}
.show-large-up[data-arx-type=image]::before {
  content: "Show Large Up";
}

.show-xlarge-up {
  display: none;
}
@media all and (min-width: 1440px) {
  .show-xlarge-up {
    display: block;
  }
}
.show-xlarge-up[data-arx-type=image]::before {
  content: "Show X-Large Up";
}

.show-xxlarge-up {
  display: none;
}
@media all and (min-width: 1920px) {
  .show-xxlarge-up {
    display: block;
  }
}
.show-xxlarge-up[data-arx-type=image]::before {
  content: "Show XX-Large Up";
}

.show-medium-up[data-arx-type=image],
.show-large-up[data-arx-type=image],
.show-xlarge-up[data-arx-type=image],
.show-xxlarge-up[data-arx-type=image] {
  position: relative;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  outline: 2px dashed rgba(0, 88, 251, 0.2);
  outline: 0.125rem dashed rgba(0, 88, 251, 0.2);
  border: 1px dashed #d6e2ff;
  border: 0.0625rem dashed #d6e2ff;
  width: 100%;
  max-width: 100% !important;
  overflow: hidden;
}
.show-medium-up[data-arx-type=image]:before,
.show-large-up[data-arx-type=image]:before,
.show-xlarge-up[data-arx-type=image]:before,
.show-xxlarge-up[data-arx-type=image]:before {
  position: absolute;
  display: inline-block;
  padding: 2px;
  padding: 0.125rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.5);
  border: 1px dashed rgba(0, 88, 251, 0.2);
  border: 0.0625rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
}

@media all and (max-width: 374px) {
  .hide-small-only {
    display: none;
  }
}
.hide-small-only[data-arx-type=image]::before {
  content: "Hide Small Only";
}

@media all and (min-width: 1280px) {
  .center-vert {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}

@media all and (min-width: 1280px) {
  .orderFirst {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media all and (min-width: 1280px) {
  .order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media all and (min-width: 1280px) {
  .order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media all and (min-width: 1280px) {
  .order3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media all and (min-width: 1280px) {
  .order4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media all and (min-width: 1280px) {
  .order5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}

@media all and (min-width: 1280px) {
  .order6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media all and (min-width: 1280px) {
  .orderLast {
    -webkit-box-ordinal-group: 101;
    -webkit-order: 100;
        -ms-flex-order: 100;
            order: 100;
  }
}

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

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

:root {
  --gutter: 30px;
  --gutter: 1.875rem;
}

.ag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  margin-left: calc(var(--gutter) * -1) !important;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  container-type: inline-size;
  container-name: aggrid;
}
.ag__column {
  position: relative;
  margin: 0;
  margin-left: var(--gutter) !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ag__column[class*="1/12"], .ag__column[class*="1/12"], .ag__column--one-twelfth {
  width: calc(100% - var(--gutter));
}
@container aggrid (inline-size &gt; 375px) {
  .ag__column[class*="1/12"], .ag__column[class*="1/12"], .ag__column--one-twelfth {
    width: 100%;
  }
}
@container aggrid (inline-size &gt; 800px) {
  .ag__column[class*="1/12"], .ag__column[class*="1/12"], .ag__column--one-twelfth {
    width: 100%;
  }
}
@container aggrid (inline-size &gt; 1280px) {
  .ag__column[class*="1/12"], .ag__column[class*="1/12"], .ag__column--one-twelfth {
    width: 100%;
  }
}
@container aggrid (inline-size &gt; 1440px) {
  .ag__column[class*="1/12"], .ag__column[class*="1/12"], .ag__column--one-twelfth {
    width: 100%;
  }
}
@container aggrid (inline-size &gt; 1920px) {
  .ag__column[class*="1/12"], .ag__column[class*="1/12"], .ag__column--one-twelfth {
    width: 100%;
  }
}
.ag__column[class*="2/12"], .ag__column[class*="1/6"], .ag__column--one-sixth {
  width: calc(100% - var(--gutter));
}
@container aggrid (inline-size &gt; 375px) {
  .ag__column[class*="2/12"], .ag__column[class*="1/6"], .ag__column--one-sixth {
    width: 100%;
  }
}
@container aggrid (inline-size &gt; 800px) {
  .ag__column[class*="2/12"], .ag__column[class*="1/6"], .ag__column--one-sixth {
    width: 100%;
  }
}
@container aggrid (inline-size &gt; 1280px) {
  .ag__column[class*="2/12"], .ag__column[class*="1/6"], .ag__column--one-sixth {
    width: 100%;
  }
}
@container aggrid (inline-size &gt; 1440px) {
  .ag__column[class*="2/12"], .ag__column[class*="1/6"], .ag__column--one-sixth {
    width: 100%;
  }
}
@container aggrid (inline-size &gt; 1920px) {
  .ag__column[class*="2/12"], .ag__column[class*="1/6"], .ag__column--one-sixth {
    width: calc(16.6666666667% - var(--gutter));
  }
}
.ag__column[class*="3/12"], .ag__column[class*="1/4"], .ag__column--one-quarter {
  width: calc(100% - var(--gutter));
}
@container aggrid (inline-size &gt; 375px) {
  .ag__column[class*="3/12"], .ag__column[class*="1/4"], .ag__column--one-quarter {
    width: 100%;
  }
}
@container aggrid (inline-size &gt; 800px) {
  .ag__column[class*="3/12"], .ag__column[class*="1/4"], .ag__column--one-quarter {
    width: 100%;
  }
}
@container aggrid (inline-size &gt; 1280px) {
  .ag__column[class*="3/12"], .ag__column[class*="1/4"], .ag__column--one-quarter {
    width: calc(25% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 1440px) {
  .ag__column[class*="3/12"], .ag__column[class*="1/4"], .ag__column--one-quarter {
    width: calc(25% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 1920px) {
  .ag__column[class*="3/12"], .ag__column[class*="1/4"], .ag__column--one-quarter {
    width: calc(25% - var(--gutter));
  }
}
.ag__column[class*="4/12"], .ag__column[class*="1/3"], .ag__column--one-third {
  width: calc(100% - var(--gutter));
}
@container aggrid (inline-size &gt; 375px) {
  .ag__column[class*="4/12"], .ag__column[class*="1/3"], .ag__column--one-third {
    width: 100%;
  }
}
@container aggrid (inline-size &gt; 800px) {
  .ag__column[class*="4/12"], .ag__column[class*="1/3"], .ag__column--one-third {
    width: calc(33.3333333333% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 1280px) {
  .ag__column[class*="4/12"], .ag__column[class*="1/3"], .ag__column--one-third {
    width: calc(33.3333333333% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 1440px) {
  .ag__column[class*="4/12"], .ag__column[class*="1/3"], .ag__column--one-third {
    width: calc(33.3333333333% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 1920px) {
  .ag__column[class*="4/12"], .ag__column[class*="1/3"], .ag__column--one-third {
    width: calc(33.3333333333% - var(--gutter));
  }
}
.ag__column[class*="5/12"], .ag__column[class*="5/12"], .ag__column--five-twelfths {
  width: calc(100% - var(--gutter));
}
@container aggrid (inline-size &gt; 375px) {
  .ag__column[class*="5/12"], .ag__column[class*="5/12"], .ag__column--five-twelfths {
    width: 100%;
  }
}
@container aggrid (inline-size &gt; 800px) {
  .ag__column[class*="5/12"], .ag__column[class*="5/12"], .ag__column--five-twelfths {
    width: calc(41.6666666667% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 1280px) {
  .ag__column[class*="5/12"], .ag__column[class*="5/12"], .ag__column--five-twelfths {
    width: calc(41.6666666667% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 1440px) {
  .ag__column[class*="5/12"], .ag__column[class*="5/12"], .ag__column--five-twelfths {
    width: calc(41.6666666667% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 1920px) {
  .ag__column[class*="5/12"], .ag__column[class*="5/12"], .ag__column--five-twelfths {
    width: calc(41.6666666667% - var(--gutter));
  }
}
.ag__column[class*="6/12"], .ag__column[class*="1/2"], .ag__column--one-half {
  width: calc(100% - var(--gutter));
}
@container aggrid (inline-size &gt; 375px) {
  .ag__column[class*="6/12"], .ag__column[class*="1/2"], .ag__column--one-half {
    width: 100%;
  }
}
@container aggrid (inline-size &gt; 800px) {
  .ag__column[class*="6/12"], .ag__column[class*="1/2"], .ag__column--one-half {
    width: calc(50% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 1280px) {
  .ag__column[class*="6/12"], .ag__column[class*="1/2"], .ag__column--one-half {
    width: calc(50% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 1440px) {
  .ag__column[class*="6/12"], .ag__column[class*="1/2"], .ag__column--one-half {
    width: calc(50% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 1920px) {
  .ag__column[class*="6/12"], .ag__column[class*="1/2"], .ag__column--one-half {
    width: calc(50% - var(--gutter));
  }
}
.ag__column[class*="7/12"], .ag__column[class*="7/12"], .ag__column--seven-twelfths {
  width: calc(100% - var(--gutter));
}
@container aggrid (inline-size &gt; 375px) {
  .ag__column[class*="7/12"], .ag__column[class*="7/12"], .ag__column--seven-twelfths {
    width: 100%;
  }
}
@container aggrid (inline-size &gt; 800px) {
  .ag__column[class*="7/12"], .ag__column[class*="7/12"], .ag__column--seven-twelfths {
    width: calc(58.3333333333% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 1280px) {
  .ag__column[class*="7/12"], .ag__column[class*="7/12"], .ag__column--seven-twelfths {
    width: calc(58.3333333333% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 1440px) {
  .ag__column[class*="7/12"], .ag__column[class*="7/12"], .ag__column--seven-twelfths {
    width: calc(58.3333333333% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 1920px) {
  .ag__column[class*="7/12"], .ag__column[class*="7/12"], .ag__column--seven-twelfths {
    width: calc(58.3333333333% - var(--gutter));
  }
}
.ag__column[class*="8/12"], .ag__column[class*="2/3"], .ag__column--two-thirds {
  width: calc(100% - var(--gutter));
}
@container aggrid (inline-size &gt; 375px) {
  .ag__column[class*="8/12"], .ag__column[class*="2/3"], .ag__column--two-thirds {
    width: calc(66.6666666667% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 800px) {
  .ag__column[class*="8/12"], .ag__column[class*="2/3"], .ag__column--two-thirds {
    width: calc(66.6666666667% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 1280px) {
  .ag__column[class*="8/12"], .ag__column[class*="2/3"], .ag__column--two-thirds {
    width: calc(66.6666666667% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 1440px) {
  .ag__column[class*="8/12"], .ag__column[class*="2/3"], .ag__column--two-thirds {
    width: calc(66.6666666667% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 1920px) {
  .ag__column[class*="8/12"], .ag__column[class*="2/3"], .ag__column--two-thirds {
    width: calc(66.6666666667% - var(--gutter));
  }
}
.ag__column[class*="9/12"], .ag__column[class*="3/4"], .ag__column--three-quarters {
  width: calc(100% - var(--gutter));
}
@container aggrid (inline-size &gt; 375px) {
  .ag__column[class*="9/12"], .ag__column[class*="3/4"], .ag__column--three-quarters {
    width: calc(75% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 800px) {
  .ag__column[class*="9/12"], .ag__column[class*="3/4"], .ag__column--three-quarters {
    width: calc(75% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 1280px) {
  .ag__column[class*="9/12"], .ag__column[class*="3/4"], .ag__column--three-quarters {
    width: calc(75% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 1440px) {
  .ag__column[class*="9/12"], .ag__column[class*="3/4"], .ag__column--three-quarters {
    width: calc(75% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 1920px) {
  .ag__column[class*="9/12"], .ag__column[class*="3/4"], .ag__column--three-quarters {
    width: calc(75% - var(--gutter));
  }
}
.ag__column[class*="10/12"], .ag__column[class*="10/12"], .ag__column--ten-twelfths {
  width: calc(100% - var(--gutter));
}
@container aggrid (inline-size &gt; 375px) {
  .ag__column[class*="10/12"], .ag__column[class*="10/12"], .ag__column--ten-twelfths {
    width: calc(83.3333333333% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 800px) {
  .ag__column[class*="10/12"], .ag__column[class*="10/12"], .ag__column--ten-twelfths {
    width: calc(83.3333333333% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 1280px) {
  .ag__column[class*="10/12"], .ag__column[class*="10/12"], .ag__column--ten-twelfths {
    width: calc(83.3333333333% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 1440px) {
  .ag__column[class*="10/12"], .ag__column[class*="10/12"], .ag__column--ten-twelfths {
    width: calc(83.3333333333% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 1920px) {
  .ag__column[class*="10/12"], .ag__column[class*="10/12"], .ag__column--ten-twelfths {
    width: calc(83.3333333333% - var(--gutter));
  }
}
.ag__column[class*="11/12"], .ag__column[class*="11/12"], .ag__column--eleven-twelfths {
  width: calc(100% - var(--gutter));
}
@container aggrid (inline-size &gt; 375px) {
  .ag__column[class*="11/12"], .ag__column[class*="11/12"], .ag__column--eleven-twelfths {
    width: calc(91.6666666667% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 800px) {
  .ag__column[class*="11/12"], .ag__column[class*="11/12"], .ag__column--eleven-twelfths {
    width: calc(91.6666666667% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 1280px) {
  .ag__column[class*="11/12"], .ag__column[class*="11/12"], .ag__column--eleven-twelfths {
    width: calc(91.6666666667% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 1440px) {
  .ag__column[class*="11/12"], .ag__column[class*="11/12"], .ag__column--eleven-twelfths {
    width: calc(91.6666666667% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 1920px) {
  .ag__column[class*="11/12"], .ag__column[class*="11/12"], .ag__column--eleven-twelfths {
    width: calc(91.6666666667% - var(--gutter));
  }
}
.ag__column[class*="12/12"], .ag__column--full {
  width: calc(100% - var(--gutter));
}
@container aggrid (inline-size &gt; 375px) {
  .ag__column[class*="12/12"], .ag__column--full {
    width: calc(100% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 800px) {
  .ag__column[class*="12/12"], .ag__column--full {
    width: calc(100% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 1280px) {
  .ag__column[class*="12/12"], .ag__column--full {
    width: calc(100% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 1440px) {
  .ag__column[class*="12/12"], .ag__column--full {
    width: calc(100% - var(--gutter));
  }
}
@container aggrid (inline-size &gt; 1920px) {
  .ag__column[class*="12/12"], .ag__column--full {
    width: calc(100% - var(--gutter));
  }
}
.ag__column--align-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ag__column--align-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ag__column--button {
  padding-top: 30px;
  padding-top: 1.875rem;
}
.ag__column--order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none !important;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media all and (min-width: 800px) {
  .columns {
    margin: 0;
  }
}
.columns.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.columns.row-reverse &gt; .column.isolated-image {
  left: 0;
}
.columns .column.stretch {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 800px) {
  .columns .column.mobile-50 {
    width: calc((100% - 30px) / 2);
    width: calc((100% - 1.875rem) / 2);
  }
}

.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
  display: inline-block;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  width: 100%;
}
@media all and (min-width: 800px) {
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6 {
    margin: 0 15px 30px 15px;
    margin: 0 0.9375rem 1.875rem 0.9375rem;
  }
  .col-2[data-arx-type],
  .col-3[data-arx-type],
  .col-4[data-arx-type],
  .col-5[data-arx-type],
  .col-6[data-arx-type] {
    margin: 0 0 20px 0;
    margin: 0 0 1.25rem 0;
    vertical-align: top;
  }
}
.col-2.sm-move-order-first,
.col-3.sm-move-order-first,
.col-4.sm-move-order-first,
.col-5.sm-move-order-first,
.col-6.sm-move-order-first {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media all and (min-width: 800px) {
  .col-2.sm-move-order-first,
  .col-3.sm-move-order-first,
  .col-4.sm-move-order-first,
  .col-5.sm-move-order-first,
  .col-6.sm-move-order-first {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
.col-2.sm-move-order-last,
.col-3.sm-move-order-last,
.col-4.sm-move-order-last,
.col-5.sm-move-order-last,
.col-6.sm-move-order-last {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}
@media all and (min-width: 800px) {
  .col-2.sm-move-order-last,
  .col-3.sm-move-order-last,
  .col-4.sm-move-order-last,
  .col-5.sm-move-order-last,
  .col-6.sm-move-order-last {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
.col-2.sm-center,
.col-3.sm-center,
.col-4.sm-center,
.col-5.sm-center,
.col-6.sm-center {
  text-align: center;
}
@media all and (min-width: 800px) {
  .col-2.sm-center,
  .col-3.sm-center,
  .col-4.sm-center,
  .col-5.sm-center,
  .col-6.sm-center {
    text-align: left;
  }
}
.col-2.md-center,
.col-3.md-center,
.col-4.md-center,
.col-5.md-center,
.col-6.md-center {
  text-align: center;
}
@media all and (min-width: 1280px) {
  .col-2.md-center,
  .col-3.md-center,
  .col-4.md-center,
  .col-5.md-center,
  .col-6.md-center {
    text-align: left;
  }
}
@media all and (min-width: 800px) {
  .col-2.isolated-image:not([data-arx-type]),
  .col-3.isolated-image:not([data-arx-type]),
  .col-4.isolated-image:not([data-arx-type]),
  .col-5.isolated-image:not([data-arx-type]),
  .col-6.isolated-image:not([data-arx-type]) {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    right: 0;
  }
}
@media all and (min-width: 800px) {
  .col-2.isolated-image:not([data-arx-type]) figure,
  .col-3.isolated-image:not([data-arx-type]) figure,
  .col-4.isolated-image:not([data-arx-type]) figure,
  .col-5.isolated-image:not([data-arx-type]) figure,
  .col-6.isolated-image:not([data-arx-type]) figure {
    margin-bottom: 0;
  }
}
.col-2.textured,
.col-3.textured,
.col-4.textured,
.col-5.textured,
.col-6.textured {
  background: url(/themes/Atlas/assets/dist/images/textured-background.jpg) no-repeat;
  background-size: cover;
}
.col-2.dark,
.col-3.dark,
.col-4.dark,
.col-5.dark,
.col-6.dark {
  background: #000000;
}
.col-2.light,
.col-3.light,
.col-4.light,
.col-5.light,
.col-6.light {
  background: #ebe8e8;
}
.col-2.white,
.col-3.white,
.col-4.white,
.col-5.white,
.col-6.white {
  background: white;
}
.col-2.rounded-corners,
.col-3.rounded-corners,
.col-4.rounded-corners,
.col-5.rounded-corners,
.col-6.rounded-corners {
  border-radius: 15px;
  border-radius: 0.9375rem;
}
.col-2.padding-30,
.col-3.padding-30,
.col-4.padding-30,
.col-5.padding-30,
.col-6.padding-30 {
  padding: 30px;
  padding: 1.875rem;
}
.col-2.box-shadow,
.col-3.box-shadow,
.col-4.box-shadow,
.col-5.box-shadow,
.col-6.box-shadow {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
}
.col-2.vertically-center:not([data-arx-type]),
.col-3.vertically-center:not([data-arx-type]),
.col-4.vertically-center:not([data-arx-type]),
.col-5.vertically-center:not([data-arx-type]),
.col-6.vertically-center:not([data-arx-type]) {
  display: grid;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.col-2[data-arx-type=layer],
.col-3[data-arx-type=layer],
.col-4[data-arx-type=layer],
.col-5[data-arx-type=layer],
.col-6[data-arx-type=layer] {
  position: relative;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  background: repeating-linear-gradient(to right, rgba(0, 88, 251, 0.04), rgba(0, 88, 251, 0.04) calc(100% / var(--arx-grid-columns) - var(--arx-grid-gutter)), transparent calc(100% / var(--arx-grid-columns) - var(--arx-grid-gutter)), transparent calc(100% / var(--arx-grid-columns)));
  outline: 2px dashed rgba(0, 88, 251, 0.2);
  outline: 0.125rem dashed rgba(0, 88, 251, 0.2);
}
.col-2[data-arx-type=layer]:before,
.col-3[data-arx-type=layer]:before,
.col-4[data-arx-type=layer]:before,
.col-5[data-arx-type=layer]:before,
.col-6[data-arx-type=layer]:before {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 2px;
  padding: 0.125rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(0, 88, 251, 0.04);
  border: 1px dashed rgba(0, 88, 251, 0.2);
  border: 0.0625rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
  content: "column";
}

@media all and (min-width: 800px) {
  .col-2 {
    width: calc(50% - 30px / 2);
    width: calc(50% - 1.875rem / 2);
  }
  .col-2:not([data-arx-type]):nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .col-2:not([data-arx-type]):nth-of-type(2n) {
    margin-right: 0;
  }
}

@media all and (min-width: 800px) {
  .col-3 {
    width: calc((100% - 30px) / 2);
    width: calc((100% - 1.875rem) / 2);
  }
  .col-3:not([data-arx-type]):nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .col-3:not([data-arx-type]):nth-of-type(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1280px) {
  .col-3 {
    width: calc((100% - 68px) / 3);
    width: calc((100% - 4.25rem) / 3);
  }
  .col-3:not([data-arx-type]):nth-of-type(2n + 1) {
    margin-left: 15px;
    margin-left: 0.9375rem;
  }
  .col-3:not([data-arx-type]):nth-of-type(2n) {
    margin-right: 15px;
    margin-right: 0.9375rem;
  }
  .col-3:not([data-arx-type]):nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .col-3:not([data-arx-type]):nth-of-type(3n) {
    margin-right: 0;
  }
}

@media all and (min-width: 800px) {
  .col-4 {
    width: calc((100% - 30px) / 2);
    width: calc((100% - 1.875rem) / 2);
  }
  .col-4:not([data-arx-type]):nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .col-4:not([data-arx-type]):nth-of-type(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1280px) {
  .col-4 {
    width: calc((100% - 30px * 3) / 4);
    width: calc((100% - 1.875rem * 3) / 4);
  }
  .col-4:not([data-arx-type]):nth-of-type(2n + 1) {
    margin-left: 15px;
    margin-left: 0.9375rem;
  }
  .col-4:not([data-arx-type]):nth-of-type(2n) {
    margin-right: 15px;
    margin-right: 0.9375rem;
  }
  .col-4:not([data-arx-type]):nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .col-4:not([data-arx-type]):nth-of-type(4n) {
    margin-right: 0;
  }
}

@media all and (min-width: 800px) {
  .col-5 {
    width: calc((100% - 30px) / 2);
    width: calc((100% - 1.875rem) / 2);
  }
  .col-5:not([data-arx-type]):nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .col-5:not([data-arx-type]):nth-of-type(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1280px) {
  .col-5 {
    margin: 0 15px 15px 15px;
    margin: 0 0.9375rem 0.9375rem 0.9375rem;
    width: calc((100% - 30px * 4) / 5);
    width: calc((100% - 1.875rem * 4) / 5);
  }
  .col-5:not([data-arx-type]):nth-of-type(2n + 1) {
    margin-left: 15px;
    margin-left: 0.9375rem;
  }
  .col-5:not([data-arx-type]):nth-of-type(2n) {
    margin-right: 15px;
    margin-right: 0.9375rem;
  }
  .col-5:not([data-arx-type]):nth-of-type(5n + 1) {
    margin-left: 0;
  }
  .col-5:not([data-arx-type]):nth-of-type(5n) {
    margin-right: 0;
  }
}

@media all and (min-width: 800px) {
  .col-6 {
    margin: 0 15px 15px 15px;
    margin: 0 0.9375rem 0.9375rem 0.9375rem;
    width: calc((100% - 30px) / 2);
    width: calc((100% - 1.875rem) / 2);
  }
  .col-6:not([data-arx-type]):nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .col-6:not([data-arx-type]):nth-of-type(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1280px) {
  .col-6 {
    margin: 0 15px 15px 15px;
    margin: 0 0.9375rem 0.9375rem 0.9375rem;
    width: calc((100% - 30px * 5) / 6);
    width: calc((100% - 1.875rem * 5) / 6);
  }
  .col-6:not([data-arx-type]):nth-of-type(2n + 1) {
    margin-left: 15px;
    margin-left: 0.9375rem;
  }
  .col-6:not([data-arx-type]):nth-of-type(2n) {
    margin-right: 15px;
    margin-right: 0.9375rem;
  }
  .col-6:not([data-arx-type]):nth-of-type(6n + 1) {
    margin-left: 0;
  }
  .col-6:not([data-arx-type]):nth-of-type(6n) {
    margin-right: 0;
  }
}

.grid {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
@media all and (min-width: 800px) {
  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.grid .column {
  display: inline-block;
  margin: 0 0 15px 0;
  margin: 0 0 0.9375rem 0;
  padding: 0;
  width: 100%;
}
@media all and (min-width: 800px) {
  .grid .column {
    margin: 0;
    padding: 0;
  }
}
.grid .column &gt; [class*=cta] {
  margin: 0;
}
.grid .column.column-2 {
  width: 100%;
}
@media all and (min-width: 800px) {
  .grid .column.column-2 {
    width: calc((100% - 30px) / 12 * 2);
    width: calc((100% - 1.875rem) / 12 * 2);
  }
}
.grid .column.column-3 {
  width: 100%;
}
@media all and (min-width: 800px) {
  .grid .column.column-3 {
    width: calc((100% - 30px) / 12 * 3);
    width: calc((100% - 1.875rem) / 12 * 3);
  }
}
@media all and (min-width: 1280px) {
  .grid .column.column-3 {
    width: calc((100% - 30px) / 12 * 3);
    width: calc((100% - 1.875rem) / 12 * 3);
  }
}
.grid .column.column-4 {
  width: 100%;
}
@media all and (min-width: 800px) {
  .grid .column.column-4 {
    width: calc((100% - 30px) / 12 * 4);
    width: calc((100% - 1.875rem) / 12 * 4);
  }
}
@media all and (min-width: 1280px) {
  .grid .column.column-4 {
    width: calc((100% - 30px) / 12 * 4);
    width: calc((100% - 1.875rem) / 12 * 4);
  }
}
.grid .column.column-5 {
  width: 100%;
}
@media all and (min-width: 800px) {
  .grid .column.column-5 {
    width: calc((100% - 30px) / 12 * 5);
    width: calc((100% - 1.875rem) / 12 * 5);
  }
}
.grid .column.column-6 {
  width: 100%;
}
@media all and (min-width: 800px) {
  .grid .column.column-6 {
    width: calc((100% - 30px) / 12 * 6);
    width: calc((100% - 1.875rem) / 12 * 6);
  }
}
.grid .column.column-7 {
  width: 100%;
}
@media all and (min-width: 800px) {
  .grid .column.column-7 {
    width: calc((100% - 30px) / 12 * 7);
    width: calc((100% - 1.875rem) / 12 * 7);
  }
}
.grid .column.column-8 {
  width: 100%;
}
@media all and (min-width: 800px) {
  .grid .column.column-8 {
    width: calc((100% - 30px) / 12 * 8);
    width: calc((100% - 1.875rem) / 12 * 8);
  }
}
.grid .column.column-9 {
  width: 100%;
}
@media all and (min-width: 800px) {
  .grid .column.column-9 {
    width: calc((100% - 30px) / 12 * 9);
    width: calc((100% - 1.875rem) / 12 * 9);
  }
}
.grid .column.column-10 {
  width: 100%;
}
@media all and (min-width: 800px) {
  .grid .column.column-10 {
    width: calc((100% - 30px) / 12 * 10);
    width: calc((100% - 1.875rem) / 12 * 10);
  }
}

.content-form {
  position: relative;
  overflow: auto;
  margin-right: -15px;
  margin-right: -0.9375rem;
  margin-left: -15px;
  margin-left: -0.9375rem;
  /* small screens */
  /* medium screens */
  /* large screens */
}
.content-form .alert {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 14px;
  padding: 0.875rem;
  border: 1px solid rgba(135, 206, 250, 0.65);
  border: 0.0625rem solid rgba(135, 206, 250, 0.65);
  background: rgba(135, 206, 250, 0.25);
  border-radius: 10px;
  border-radius: 0.625rem;
}
.content-form .alert.success {
  border: 1px solid rgba(144, 238, 144, 0.65);
  border: 0.0625rem solid rgba(144, 238, 144, 0.65);
  background: rgba(144, 238, 144, 0.25);
}
.content-form .alert.danger {
  border: 1px solid rgba(255, 99, 71, 0.65);
  border: 0.0625rem solid rgba(255, 99, 71, 0.65);
  background: rgba(255, 99, 71, 0.25);
}
.content-form .alert.warning {
  border: 1px solid rgba(255, 140, 0, 0.65);
  border: 0.0625rem solid rgba(255, 140, 0, 0.65);
  background: rgba(255, 140, 0, 0.25);
}
.content-form .alert.info {
  border: 1px solid rgba(32, 178, 170, 0.65);
  border: 0.0625rem solid rgba(32, 178, 170, 0.65);
  background: rgba(32, 178, 170, 0.25);
}
.content-form .errors,
.content-form .success {
  width: calc(100% - 30px);
  width: calc(100% - 1.875rem);
  margin-left: 15px;
  margin-left: 0.9375rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding: 10px;
  padding: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  color: #eb0000;
  border: 1px solid #eb0000;
  border: 0.0625rem solid #eb0000;
  background: rgba(235, 0, 0, 0.15);
}
.content-form .errors.wide,
.content-form .success.wide {
  margin-left: 0;
  width: 100%;
}
.content-form .errors h2,
.content-form .errors h3,
.content-form .errors p,
.content-form .success h2,
.content-form .success h3,
.content-form .success p {
  padding: 0;
}
.content-form .errors p,
.content-form .success p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
}
.content-form .errors p:last-of-type,
.content-form .success p:last-of-type {
  margin-bottom: 0;
}
.content-form .errors ul,
.content-form .success ul {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
}
.content-form .errors ul li,
.content-form .success ul li {
  margin: 0 0 5px 0;
  margin: 0 0 0.3125rem 0;
  padding: 0;
}
.content-form .errors ul li:before,
.content-form .success ul li:before {
  display: none;
}
.content-form .errors ul li:last-child,
.content-form .success ul li:last-child {
  margin: 0;
}
.content-form .success {
  color: green;
  border: 1px solid green;
  border: 0.0625rem solid green;
  background: rgba(0, 128, 0, 0.15);
}
.content-form h2 p:empty,
.content-form h3 p:empty,
.content-form h4 p:empty,
.content-form .form-header p:empty,
.content-form .form-footer p:empty {
  margin: 0;
}
.content-form p {
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  clear: both;
}
.content-form p:empty {
  display: none;
}
.content-form p.note {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
  letter-spacing: 0.05rem;
  font-style: italic;
}
.content-form hr {
  clear: both;
}
.content-form .form-footer {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.content-form .validation-summary {
  display: none;
}
.content-form fieldset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  border: 0;
  margin: 0 0 30px 0;
  margin: 0 0 1.875rem 0;
  padding: 0;
}
.content-form fieldset:last-of-type {
  margin-bottom: 0;
}
.content-form label,
.content-form .label {
  position: relative;
  display: inline-block;
  clear: both;
}
.content-form label.sr-only {
  position: absolute;
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  padding: 0;
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: black;
  background: white;
}
.content-form .error-msg {
  position: relative;
  top: 0;
  max-width: 100%;
  margin-top: 0;
  color: #eb0000;
}
.content-form .required label:after {
  position: relative;
  top: -7px;
  top: -0.4375rem;
  margin-left: 2px;
  margin-left: 0.125rem;
  content: "\f069";
  text-decoration: inherit;
  font-family: FontAwesome;
  font-size: 6px;
  font-size: 0.375rem;
  font-weight: normal;
  font-style: normal;
  color: #eb0000;
}
.content-form .form-builder-captcha {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.content-form input[type=text],
.content-form input[type=password],
.content-form input[type=date],
.content-form input[type=datetime],
.content-form input[type=datetime-local],
.content-form input[type=month],
.content-form input[type=week],
.content-form input[type=email],
.content-form input[type=number],
.content-form input[type=search],
.content-form input[type=tel],
.content-form input[type=time],
.content-form input[type=url],
.content-form input[type=file],
.content-form textarea,
.content-form select {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 0 30px 0;
  margin: 0 0 1.875rem 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.content-form input[type=text]:active, .content-form input[type=text]:focus,
.content-form input[type=password]:active,
.content-form input[type=password]:focus,
.content-form input[type=date]:active,
.content-form input[type=date]:focus,
.content-form input[type=datetime]:active,
.content-form input[type=datetime]:focus,
.content-form input[type=datetime-local]:active,
.content-form input[type=datetime-local]:focus,
.content-form input[type=month]:active,
.content-form input[type=month]:focus,
.content-form input[type=week]:active,
.content-form input[type=week]:focus,
.content-form input[type=email]:active,
.content-form input[type=email]:focus,
.content-form input[type=number]:active,
.content-form input[type=number]:focus,
.content-form input[type=search]:active,
.content-form input[type=search]:focus,
.content-form input[type=tel]:active,
.content-form input[type=tel]:focus,
.content-form input[type=time]:active,
.content-form input[type=time]:focus,
.content-form input[type=url]:active,
.content-form input[type=url]:focus,
.content-form input[type=file]:active,
.content-form input[type=file]:focus,
.content-form textarea:active,
.content-form textarea:focus,
.content-form select:active,
.content-form select:focus {
  outline: 0;
}
.content-form textarea {
  height: auto;
  min-height: 120px;
  min-height: 7.5rem;
}
.content-form select::-ms-expand {
  display: none;
}
.content-form input[type=checkbox],
.content-form input[type=radio] {
  position: relative;
  float: left;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  max-height: auto;
  margin: 0 0 30px 0;
  margin: 0 0 1.875rem 0;
  border: 2px solid lightgray;
  border: 0.125rem solid lightgray;
  background: white;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.content-form input[type=checkbox]:checked,
.content-form input[type=radio]:checked {
  border-color: darkgray;
  background: white;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.content-form input[type=checkbox]:checked:before,
.content-form input[type=radio]:checked:before {
  position: absolute;
  top: -1px;
  top: -0.0625rem;
  left: 0px;
  left: 0;
  content: "\f00c";
  text-decoration: inherit;
  color: darkgray;
  font-family: FontAwesome;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
}
.content-form input[type=checkbox]:focus,
.content-form input[type=radio]:focus {
  border-color: darkgray;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.content-form input[type=checkbox] + label,
.content-form input[type=radio] + label {
  position: relative;
  top: 0;
  display: inline-block;
  width: calc(100% - 20px);
  width: calc(100% - 1.25rem);
  margin: 0 0 30px 0;
  margin: 0 0 1.875rem 0;
  padding-left: 10px;
  padding-left: 0.625rem;
}
.content-form input[type=radio] {
  border-radius: 50%;
  margin-bottom: 0;
}
.content-form input[type=radio] + label {
  top: -5px;
  top: -0.3125rem;
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  text-transform: none;
}
.content-form .radio-list,
.content-form .checkbox-list {
  padding-left: 0;
}
.content-form .radio-list li,
.content-form .checkbox-list li {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding-left: 0;
  border-left: 0;
  text-indent: 0;
}
.content-form .radio-list li:before,
.content-form .checkbox-list li:before {
  display: none;
}
.content-form .radio-list input,
.content-form .checkbox-list input {
  margin: 0;
}
.content-form .radio-list label,
.content-form .radio-list input + label,
.content-form .checkbox-list label,
.content-form .checkbox-list input + label {
  margin: 0;
}
.content-form .checkbox {
  overflow: hidden;
}
.content-form .action-buttons {
  overflow: hidden;
  margin: 30px 0;
  margin: 1.875rem 0;
}
.content-form input[type=submit] {
  border: 0;
}
.content-form input[type=submit].btn-upload {
  margin: 0 0 30px 0;
  margin: 0 0 1.875rem 0;
}
.content-form [class*=sm-] + [class*=sm-] &gt; input[type=submit],
.content-form [class*=sm-] + [class*=sm-] &gt; input[type=submit],
.content-form [class*=sm-] + [class*=sm-] &gt; input[type=submit],
.content-form [class*=sm-] + [class*=sm-] &gt; input[type=submit],
.content-form [class*=sm-] + [class*=sm-] &gt; input[type=submit] {
  margin-left: 0;
}
.content-form [class*=sm-],
.content-form [class*=md-],
.content-form [class*=lg-],
.content-form [class*=xlg-],
.content-form [class*=xxlg-] {
  position: relative;
}
.content-form [class*=sm-] &gt; p,
.content-form [class*=md-] &gt; p,
.content-form [class*=lg-] &gt; p,
.content-form [class*=xlg-] &gt; p,
.content-form [class*=xxlg-] &gt; p {
  padding: 0;
}
.content-form .sm-last + div {
  clear: both;
}
.content-form .sm-full {
  clear: both;
  width: 100%;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
.content-form .sm-half {
  clear: none;
  width: 50%;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
.content-form .sm-third {
  clear: none;
  width: 33.333%;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
.content-form .sm-two-thirds {
  clear: none;
  width: 66.666%;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
.content-form .sm-quarter {
  clear: none;
  width: 25%;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
.content-form .sm-three-quarters {
  clear: none;
  width: 75%;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 800px) {
  .content-form [class*=md-] {
    clear: none;
    width: auto;
  }
  .content-form [class~=sm-last] + div[class*=md-] {
    clear: none;
  }
  .content-form [class~=md-last] + div[class*=sm-] {
    clear: both;
  }
  .content-form .md-full {
    clear: none;
    width: 100%;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .content-form .md-half {
    clear: none;
    width: 50%;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .content-form .md-third {
    clear: none;
    width: 33.3333333333%;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .content-form .md-two-thirds {
    clear: none;
    width: 66.6666666667%;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .content-form .md-quarter {
    clear: none;
    width: 25%;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .content-form .md-three-quarters {
    clear: none;
    width: 75%;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 1280px) {
  .content-form [class*=lg-] {
    clear: none;
    width: auto;
  }
  .content-form [class~=sm-last] + div[class*=lg-],
  .content-form [class~=md-last] + div[class*=lg-] {
    clear: none;
  }
  .content-form [class~=lg-last] + div[class*=sm-],
  .content-form [class~=lg-last] + div[class*=md-] {
    clear: both;
  }
  .content-form .lg-full {
    clear: none;
    width: 100%;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .content-form .lg-half {
    clear: none;
    width: 50%;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .content-form .lg-third {
    clear: none;
    width: 33.333%;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .content-form .lg-two-thirds {
    clear: none;
    width: 66.666%;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .content-form .lg-quarter {
    clear: none;
    width: 25%;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .content-form .lg-three-quarters {
    clear: none;
    width: 75%;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 1440px) {
  .content-form [class*=xlg-] {
    clear: none;
    width: auto;
  }
  .content-form [class~=sm-last] + div[class*=xlg-],
  .content-form [class~=md-last] + div[class*=xlg-],
  .content-form [class~=lg-last] + div[class*=xlg-] {
    clear: none;
  }
  .content-form [class~=xlg-last] + div[class*=sm-],
  .content-form [class~=xlg-last] + div[class*=md-],
  .content-form [class~=xlg-last] + div[class*=lg-] {
    clear: both;
  }
  .content-form .xlg-full {
    clear: none;
    width: 100%;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .content-form .xlg-half {
    clear: none;
    width: 50%;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .content-form .xlg-third {
    clear: none;
    width: 33.3333333333%;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .content-form .xlg-two-thirds {
    clear: none;
    width: 66.6666666667%;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .content-form .xlg-quarter {
    clear: none;
    width: 25%;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .content-form .xlg-three-quarters {
    clear: none;
    width: 75%;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 1920px) {
  .content-form [class*=xxlg-] {
    clear: none;
    width: auto;
  }
  .content-form [class*=xxlg-last] + div {
    clear: both;
  }
  .content-form .xxlg-full {
    float: left;
    clear: none;
    width: 100%;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .content-form .xxlg-half {
    clear: none;
    width: 50%;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .content-form .xxlg-third {
    clear: none;
    width: 33.3333333333%;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .content-form .xxlg-two-thirds {
    clear: none;
    width: 66.6666666667%;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .content-form .xxlg-quarter {
    clear: none;
    width: 25%;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .content-form .xxlg-three-quarters {
    clear: none;
    width: 75%;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
}
.content-form .submitted-message {
  padding: 20px 20px 0;
  padding: 1.25rem 1.25rem 0;
  background: lightgreen;
  color: darkgreen;
  border-radius: 5px;
  border-radius: 0.3125rem;
  border: 1px solid transparent;
  border: 0.0625rem solid transparent;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border: 0.125rem solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  height: 1.25rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  width: 1.25rem;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  height: 0.0625rem;
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  width: 0.0625rem;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade &gt; .splide__list {
  display: block;
}

.splide__track--fade &gt; .splide__list &gt; .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide__track--fade &gt; .splide__list &gt; .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb &gt; .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline: 0.1875rem solid #0bf;
  outline-offset: 3px;
  outline-offset: 0.1875rem;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline: 0.1875rem solid #0bf;
  outline-offset: 3px;
  outline-offset: 0.1875rem;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  height: 0.5rem;
  margin: 3px;
  margin: 0.1875rem;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
  width: 0.5rem;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline: 0.1875rem solid #0bf;
  outline-offset: 3px;
  outline-offset: 0.1875rem;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline: 0.1875rem solid #0bf;
  outline-offset: 3px;
  outline-offset: 0.1875rem;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
  height: 0.1875rem;
}

.splide__slide {
  -webkit-tap-highlight-color: transparent;
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline: 0.1875rem solid #0bf;
    outline-offset: -3px;
    outline-offset: -0.1875rem;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
    border: 0.1875rem solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline: 0.1875rem solid #0bf;
    outline-offset: -3px;
    outline-offset: -0.1875rem;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
    border: 0.1875rem solid #0bf;
  }
  .splide.is-focus-in .splide__track &gt; .splide__list &gt; .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline: 0.1875rem solid #0bf;
  outline-offset: 3px;
  outline-offset: 0.1875rem;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline: 0.1875rem solid #0bf;
  outline-offset: 3px;
  outline-offset: 0.1875rem;
}

.splide__track--nav &gt; .splide__list &gt; .splide__slide {
  border: 3px solid transparent;
  border: 0.1875rem solid transparent;
  cursor: pointer;
}

.splide__track--nav &gt; .splide__list &gt; .splide__slide.is-active {
  border: 3px solid #000;
  border: 0.1875rem solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade &gt; .splide__list {
  display: block;
}

.splide__track--fade &gt; .splide__list &gt; .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide__track--fade &gt; .splide__list &gt; .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb &gt; .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border: 0.125rem solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  height: 1.25rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  width: 1.25rem;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  height: 0.0625rem;
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  width: 0.0625rem;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

:root {
  --header-background: #fff;
  --header-dropshadow: 0 0 35px rgba(0, 0, 0, 0.1);
  --header-dropshadow: 0 0 2.1875rem rgba(0, 0, 0, 0.1);
}
:root .dark-mode {
  --header-background: #fff;
  --header-dropshadow: 0 0 35px rgba(0, 0, 0, 0.1);
  --header-dropshadow: 0 0 2.1875rem rgba(0, 0, 0, 0.1);
}
:root.transparent-nav {
  --header-background: transparent;
  --header-dropshadow: none;
}

.header {
  background: var(--header-background);
  -webkit-box-shadow: var(--header-dropshadow);
          box-shadow: var(--header-dropshadow);
  position: relative;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.transparent-nav .header {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
@media all and (min-width: 1280px) {
  .transparent-nav .header {
    position: absolute;
  }
}
.transparent-nav .nav-wrap-open .header {
  background: #fff;
}
@media all and (min-width: 1280px) {
  .centered .header {
    padding-bottom: 25px;
    padding-bottom: 1.5625rem;
  }
}
.stuck .header {
  position: fixed;
  background: #fff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
}
@media all and (min-width: 1280px) {
  .centered.stuck .header {
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
  }
}
.transparent-nav.stuck .header {
  background-color: #fff;
}
.header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: auto;
  max-width: calc(100% - 35px);
  max-width: calc(100% - 2.1875rem);
  margin: 0 auto;
  width: 1360px;
  width: 85rem;
}
@media all and (min-width: 800px) {
  .header__container {
    max-width: calc(100% - 60px);
    max-width: calc(100% - 3.75rem);
  }
}
@media all and (min-width: 1280px) {
  .header__container {
    height: auto;
  }
}
@media all and (min-width: 1280px) {
  .centered .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.branding {
  margin: 0;
}
.branding__logo {
  margin: 50px 0;
  margin: 3.125rem 0;
  height: 32px;
  height: 2rem;
}
@media all and (min-width: 1280px) {
  .centered .branding__logo {
    margin: 40px 0 20px;
    margin: 2.5rem 0 1.25rem;
  }
}
.stuck .branding__logo {
  margin: 20px 0;
  margin: 1.25rem 0;
  height: 20px;
  height: 1.25rem;
}

:root {
  --nav-background: #ffffff;
  --nav-level2-background-mobile: #ffffff;
  --nav-level2-background-desktop: #333333;
  --nav-level3-background: transparent;
  --slidenav-target-background-color: transparent;
  --nav-level1-text-color-mobile: #1a1a1a;
  --nav-level1-text-bg-color-mobile: transparent;
  --nav-level1-text-color-desktop: #1a1a1a;
  --nav-level1-text-bg-color-desktop: transparent;
  --nav-level2-text-color-mobile: #333333;
  --nav-level2-text-bg-color-mobile: #333333;
  --nav-level2-text-color-desktop: #ffffff;
  --nav-level2-text-bg-color-desktop: #ffffff;
  --nav-level3-text-color-mobile: #333333;
  --nav-level3-text-bg-color-mobile: #333333;
  --nav-level3-text-color-desktop: #ffffff;
  --nav-level3-text-bg-color-desktop: #ffffff;
  --nav-hover-color: #333333;
  --nav-item-accessible-toggler: #1a1a1a;
  --nav-underline-hover-color: #aa4492;
}
:root.transparent-nav {
  --nav-background: transparent;
  --nav-level1-text-color-mobile: #fff;
}

.nav-wrap-open {
  overflow: hidden;
}

.navigation {
  position: absolute;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  font-family: "Saira Condensed", sans-serif;
  width: 100%;
  left: 0;
}
@media all and (min-width: 1280px) {
  .navigation {
    position: relative;
    width: auto;
  }
}
.navigation .nav-level1 {
  position: absolute;
  top: 50px;
  top: 3.125rem;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
  height: calc(100vh - 135px);
  height: calc(100vh - 8.4375rem);
  padding: 40px 33px 80px;
  padding: 2.5rem 2.0625rem 5rem;
  margin: 0;
  overflow-y: scroll;
  list-style: none;
  background: var(--nav-background);
}
@media all and (min-width: 1280px) {
  .navigation .nav-level1 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    padding: 0;
    overflow: initial;
    background: transparent;
  }
}
.alerts-enabled .navigation .nav-level1 {
  top: -56px;
  top: -3.5rem;
}
.nav-wrap-open .navigation .nav-level1 {
  display: block;
  background-color: var(--nav-background);
}
@media all and (min-width: 1280px) {
  .nav-wrap-open .navigation .nav-level1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
  }
}
.stuck .navigation .nav-level1 {
  top: 63px;
  top: 3.9375rem;
  color: var(--nav-level1-text-color-mobile);
}
.navigation .nav-level1__target {
  position: relative;
}
.navigation .nav-level1__target:last-of-type .nav-level1__link,
.navigation .nav-level1__target:last-of-type .nav-level1__placeholder {
  margin-right: 0;
}
.navigation .nav-level1__target.has-children {
  cursor: pointer;
}
@media all and (min-width: 1280px) {
  .navigation .nav-level1__target.has-children:last-of-type .nav-level2 {
    right: 0;
  }
}
@media all and (max-width: 1279px) {
  .navigation .nav-level1__target.has-children.active .nav-level2 {
    display: block;
  }
}
.navigation .nav-level1__target.has-children .placeholder {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.navigation .nav-level1__target.has-children .placeholder span.toggler {
  position: absolute;
  top: 0;
  right: -65px;
  right: -4.0625rem;
}
@media all and (min-width: 1280px) {
  .navigation .nav-level1__target.has-children .placeholder span.toggler {
    position: relative;
    right: 0;
  }
}
.navigation .nav-level1__target.has-children span.toggler {
  position: absolute;
  top: 7px;
  top: 0.4375rem;
  right: 0;
  display: none;
  width: 60px;
  width: 3.75rem;
  height: 35px;
  height: 2.1875rem;
  background: transparent url(/themes/Atlas/assets/dist/images/plus.svg) no-repeat center 5px;
  background: transparent url(/themes/Atlas/assets/dist/images/plus.svg) no-repeat center 0.3125rem;
  content: "";
}
@media all and (min-width: 1280px) {
  .navigation .nav-level1__target.has-children span.toggler {
    top: 7px;
    top: 0.4375rem;
    right: 10px;
    right: 0.625rem;
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
    border-bottom: 0;
  }
}
.navigation .nav-level1__target.has-children span.toggler.open {
  background: transparent url(/themes/Atlas/assets/dist/images/minus.svg) no-repeat center 5px;
  background: transparent url(/themes/Atlas/assets/dist/images/minus.svg) no-repeat center 0.3125rem;
}
@media all and (max-width: 1279px) {
  .navigation .nav-level1__target.has-children.active span.toggler {
    background-image: url("/themes/Atlas/assets/dist/images/minus.svg");
    border-color: var(--nav-hover-color);
  }
}
.navigation .nav-level1__target.has-children .nav-level1__link {
  width: calc(100% - 65px);
  width: calc(100% - 4.0625rem);
}
@media all and (min-width: 1280px) {
  .navigation .nav-level1__target.has-children .nav-level1__link {
    width: auto;
  }
}
.navigation .nav-level1__target.open .nav-level1__link:after, .navigation .nav-level1__target:hover .nav-level1__link:after, .navigation .nav-level1__target:focus .nav-level1__link:after {
  width: 100%;
}
@media all and (min-width: 1280px) {
  .navigation .nav-level1__target.open .nav-level2, .navigation .nav-level1__target:hover .nav-level2, .navigation .nav-level1__target:focus .nav-level2 {
    top: 100%;
    display: block;
    pointer-events: all;
    opacity: 1;
    visibility: visible;
    margin: auto;
    max-height: 50vh;
    overflow: auto;
  }
}
.navigation .nav-level1__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0;
  padding: 0.625rem 0;
  color: var(--nav-level1-text-color-mobile);
  text-decoration: none;
  white-space: nowrap;
}
@media all and (min-width: 1280px) {
  .navigation .nav-level1__link {
    display: inline-block;
    color: var(--nav-level1-text-color-desktop);
    width: auto;
    padding: 0 0 10px;
    padding: 0 0 0.625rem;
    margin: 10px 30px 0 0;
    margin: 0.625rem 1.875rem 0 0;
    border: 0;
  }
  .centered.stuck .navigation .nav-level1__link {
    margin-top: 0;
  }
  .navigation .nav-level1__link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 0;
    height: 2px;
    height: 0.125rem;
    background: var(--nav-underline-hover-color);
    content: "";
    -webkit-transition: width 0.33s ease-in-out;
    transition: width 0.33s ease-in-out;
  }
}
.stuck .navigation .nav-level1__link, .nav-wrap-open .navigation .nav-level1__link {
  color: #000;
}
.navigation .nav-level1__link:hover, .navigation .nav-level1__link:focus {
  text-decoration: none;
}
.navigation .nav-level1__placeholder {
  display: block;
  line-height: 50px;
  line-height: 3.125rem;
  color: var(--nav-level1-text-color-mobile);
}
@media all and (min-width: 1280px) {
  .navigation .nav-level1__placeholder {
    line-height: 1.25rem;
    padding: 0 0 10px;
    padding: 0 0 0.625rem;
    margin: 10px 30px 0 0;
    margin: 0.625rem 1.875rem 0 0;
  }
}
.stuck .navigation .nav-level1__placeholder {
  color: #000;
}
.navigation .nav-level2 {
  display: block;
  background: var(--nav-level2-background-mobile);
  margin-bottom: 0;
  list-style: none;
  padding: 20px 0 5px 10px;
  padding: 1.25rem 0 0.3125rem 0.625rem;
}
@media all and (min-width: 1280px) {
  .navigation .nav-level2 {
    position: absolute;
    top: calc(100% - 15px);
    top: calc(100% - 0.9375rem);
    right: 30px;
    right: 1.875rem;
    z-index: 5;
    width: 250px;
    width: 15.625rem;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
    margin-bottom: 0;
    pointer-events: none;
    background: var(--nav-level2-background-desktop);
    border-radius: 10px;
    border-radius: 0.625rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.33s ease-in-out;
    transition: all 0.33s ease-in-out;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
}
.navigation .nav-level2__target {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media all and (min-width: 1280px) {
  .navigation .nav-level2__target {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1280px) {
  .navigation .nav-level2__target.open .nav-level2, .navigation .nav-level2__target:hover .nav-level2, .navigation .nav-level2__target:focus .nav-level2 {
    top: 100%;
    display: block;
    pointer-events: all;
    opacity: 1;
    visibility: visible;
  }
}
@media all and (max-width: 1279px) {
  .navigation .nav-level2__target.active .nav-level2 {
    display: block;
  }
}
.navigation .nav-level2__link {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: var(--nav-level2-text-color-mobile);
  text-decoration: none;
}
@media all and (min-width: 1280px) {
  .navigation .nav-level2__link {
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    font-family: "Saira Condensed", sans-serif;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    font-size: 16px;
    font-size: 1rem;
    color: var(--nav-level2-text-color-desktop);
    text-transform: none;
    width: 100%;
  }
}
.navigation .nav-level2__link:hover, .navigation .nav-level2__link:focus {
  color: var(--nav-level2-text-color-mobile);
  text-decoration: underline;
}
@media all and (min-width: 1280px) {
  .navigation .nav-level2__link:hover, .navigation .nav-level2__link:focus {
    color: var(--nav-level2-text-color-desktop);
  }
}
.navigation .nav-level2__placeholder {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 40px;
  line-height: 2.5rem;
  color: var(--nav-level2-text-color-mobile);
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
}
@media all and (min-width: 1280px) {
  .navigation .nav-level2__placeholder {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    font-size: 16px;
    font-size: 1rem;
    color: var(--nav-level2-text-color-desktop);
    text-transform: none;
  }
}
.navigation .nav-level2__placeholder:hover, .navigation .nav-level2__placeholder:focus {
  color: var(--nav-level2-text-color-mobile);
  text-decoration: none;
}
@media all and (min-width: 1280px) {
  .navigation .nav-level2__placeholder:hover, .navigation .nav-level2__placeholder:focus {
    color: var(--nav-level2-text-color-desktop);
  }
}
.navigation .nav-level3 {
  display: block;
  min-height: 5px;
  min-height: 0.3125rem;
  padding: 0;
  margin-top: -15px;
  margin-top: -0.9375rem;
  list-style: none;
  background: var(--nav-level3-background);
}
.navigation .nav-level3__link {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 36px;
  line-height: 2.25rem;
  color: var(--nav-level3-text-color-mobile);
  text-decoration: none;
  text-indent: 20px;
  text-indent: 1.25rem;
}
@media all and (min-width: 1280px) {
  .navigation .nav-level3__link {
    color: var(--nav-level3-text-color-mobile);
    text-transform: none;
  }
}
.navigation .nav-level3__link:hover, .navigation .nav-level3__link:focus {
  color: var(--nav-level3-text-color-mobile);
  text-decoration: none;
}
@media all and (min-width: 1280px) {
  .navigation .nav-level3__link:hover, .navigation .nav-level3__link:focus {
    color: var(--nav-level3-text-color-mobile);
  }
}
.navigation .nav-level3__placeholder {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 36px;
  line-height: 2.25rem;
  color: var(--nav-level3-text-color-mobile);
  text-decoration: none;
  text-indent: 20px;
  text-indent: 1.25rem;
  font-style: normal;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
}
@media all and (min-width: 1280px) {
  .navigation .nav-level3__placeholder {
    color: var(--nav-level3-text-color-desktop);
  }
}
.navigation.accordion-nav .nav-level1__target {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media all and (min-width: 1280px) {
  .navigation.accordion-nav .nav-level1__target {
    margin-bottom: 0;
  }
}
.navigation.accordion-nav .nav-level1__target.has-children .placeholder {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.navigation.accordion-nav .nav-level1__target.has-children .placeholder span.toggler {
  position: absolute;
}
@media all and (min-width: 1280px) {
  .navigation.accordion-nav .nav-level1__target.has-children .placeholder span.toggler {
    position: relative;
    top: 0;
    right: 0;
  }
}
.navigation.accordion-nav .nav-level1__target.has-children span.toggler {
  position: absolute;
  display: block;
  background: #ffffff url(/themes/atlas/assets/dist/images/plus.svg) no-repeat center;
  width: 35px;
  width: 2.1875rem;
  height: 35px;
  height: 2.1875rem;
  top: 4px;
  top: 0.25rem;
  right: 5px;
  right: 0.3125rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.35);
  border-bottom: 0.125rem solid rgba(0, 0, 0, 0.35);
  content: "";
}
@media all and (min-width: 1280px) {
  .navigation.accordion-nav .nav-level1__target.has-children span.toggler {
    display: none;
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
    border-bottom: 0;
    left: -30px;
    left: -1.875rem;
    right: 0;
    top: 100%;
    margin: 0 auto;
  }
}
.navigation.accordion-nav .nav-level1__target.has-children span.toggler.open {
  background: transparent url(/themes/atlas/assets/dist/images/minus.svg) no-repeat center;
}
@media all and (max-width: 1279px) {
  .navigation.accordion-nav .nav-level1__target.has-children.active span.toggler {
    background-image: url("/themes/atlas/assets/dist/images/minus.svg");
    border-color: #f04e25;
  }
}
.navigation.accordion-nav .nav-level1__target.has-children .nav-level1__link,
.navigation.accordion-nav .nav-level1__target.has-children .nav-level1__placeholder {
  width: 100%;
}
@media all and (min-width: 1280px) {
  .navigation.accordion-nav .nav-level1__target.has-children .nav-level1__link,
  .navigation.accordion-nav .nav-level1__target.has-children .nav-level1__placeholder {
    width: auto;
  }
}
.stuck .navigation.accordion-nav .nav-level1__link, .nav-wrap-open .navigation.accordion-nav .nav-level1__link, .stuck .navigation.accordion-nav .nav-level1__placeholder, .nav-wrap-open .navigation.accordion-nav .nav-level1__placeholder {
  font-style: normal;
  font-weight: 600;
  font-family: "Saira Condensed", sans-serif;
  color: var(--nav-level1-text-color-mobile);
  background-color: var(--nav-level1-text-bg-color-mobile);
  font-size: 20px;
  font-size: 1.25rem;
  padding: 10px 0;
  padding: 0.625rem 0;
}
@media all and (min-width: 1280px) {
  .stuck .navigation.accordion-nav .nav-level1__link, .nav-wrap-open .navigation.accordion-nav .nav-level1__link, .stuck .navigation.accordion-nav .nav-level1__placeholder, .nav-wrap-open .navigation.accordion-nav .nav-level1__placeholder {
    color: var(--nav-level1-text-color-desktop);
    background-color: var(--nav-level1-text-bg-color-desktop);
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px 0;
    padding: 0.625rem 0;
    border-radius: 0;
    margin-top: 0;
  }
}
.navigation.accordion-nav .nav-level2,
.navigation.accordion-nav .nav-level3 {
  display: none;
}
.navigation.accordion-nav .nav-level2__target span.toggler,
.navigation.accordion-nav .nav-level3__target span.toggler {
  display: none !important;
}
.stuck .navigation.accordion-nav .nav-level2__link, .nav-wrap-open .navigation.accordion-nav .nav-level2__link, .stuck .navigation.accordion-nav .nav-level2__placeholder, .nav-wrap-open .navigation.accordion-nav .nav-level2__placeholder,
.stuck .navigation.accordion-nav .nav-level3__link,
.nav-wrap-open .navigation.accordion-nav .nav-level3__link,
.stuck .navigation.accordion-nav .nav-level3__placeholder,
.nav-wrap-open .navigation.accordion-nav .nav-level3__placeholder {
  color: var(--nav-level2-text-color-mobile);
}
@media all and (min-width: 1280px) {
  .stuck .navigation.accordion-nav .nav-level2__link, .nav-wrap-open .navigation.accordion-nav .nav-level2__link, .stuck .navigation.accordion-nav .nav-level2__placeholder, .nav-wrap-open .navigation.accordion-nav .nav-level2__placeholder,
  .stuck .navigation.accordion-nav .nav-level3__link,
  .nav-wrap-open .navigation.accordion-nav .nav-level3__link,
  .stuck .navigation.accordion-nav .nav-level3__placeholder,
  .nav-wrap-open .navigation.accordion-nav .nav-level3__placeholder {
    color: var(--nav-level2-text-color-desktop);
  }
}
@media all and (max-width: 1279px) {
  .navigation.slide-nav .nav-level1 {
    padding-right: 40px;
    padding-right: 2.5rem;
  }
}
@media all and (max-width: 1279px) and (max-width: 1279px) {
  .navigation.slide-nav .nav-level1.active-nav .nav-level2 {
    height: auto;
    margin-bottom: 2.5rem;
  }
  .navigation.slide-nav .nav-level1.active-nav &gt; *:not(.active):not(.global-nav--mobile) {
    display: none;
  }
}
@media all and (max-width: 1279px) and (max-width: 1279px) {
  .navigation.slide-nav .nav-level1.active-subnav &gt; .active .nav-level1__link, .navigation.slide-nav .nav-level1.active-subnav &gt; .active .nav-level1__target, .navigation.slide-nav .nav-level1.active-subnav &gt; .active .nav-level1__placeholder, .navigation.slide-nav .nav-level1.active-subnav &gt; .active.nav-level1__target:after {
    display: none;
  }
}
@media all and (max-width: 1279px) {
  .navigation.slide-nav .nav-level1__link {
    width: auto;
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    color: var(--nav-level1-text-color-mobile);
    border: 0;
    font-style: normal;
    font-weight: 500;
    font-family: "Saira Condensed", sans-serif;
  }
  .stuck .navigation.slide-nav .nav-level1__link, .nav-wrap-open .navigation.slide-nav .nav-level1__link {
    color: #000;
  }
  .navigation.slide-nav .nav-level1__target {
    padding: 0 15px;
    padding: 0 0.9375rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    overflow: visible;
    background: var(--slidenav-target-background-color);
    border-radius: 5px;
    border-radius: 0.3125rem;
  }
  .navigation.slide-nav .nav-level1__target.has-children {
    position: relative;
  }
  .navigation.slide-nav .nav-level1__target.has-children:after {
    position: absolute;
    top: 0;
    right: 5px;
    right: 0.3125rem;
    display: block;
    width: 60px;
    width: 3.75rem;
    height: 100%;
    background: transparent url("/themes/Atlas/assets/dist/images/arrow.svg") no-repeat center right;
    content: "";
  }
}
@media all and (max-width: 1279px) and (min-width: 1280px) {
  .navigation.slide-nav .nav-level1__target.has-children:after {
    display: none;
  }
}
@media all and (max-width: 1279px) and (max-width: 1279px) {
  .navigation.slide-nav .nav-level1__target.has-children.active {
    top: -20px;
    top: -1.25rem;
    right: 0;
    left: -40px;
    left: -2.5rem;
    width: 100vw;
    padding: 20px 35px 20px 80px;
    padding: 1.25rem 2.1875rem 1.25rem 5rem;
    background: transparent;
  }
  .navigation.slide-nav .nav-level1__target.has-children.active:after {
    top: 47px;
    top: 2.9375rem;
    left: 35px;
    left: 2.1875rem;
    z-index: 5;
    width: 30px;
    width: 1.875rem;
    height: 30px;
    height: 1.875rem;
    background-image: url(/themes/Atlas/assets/dist/images/arrow-return.svg);
    background-position: left center;
    border: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .navigation.slide-nav .nav-level1__target.has-children.active .nav-level1__link {
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 50px;
    line-height: 3.125rem;
    letter-spacing: 0.02rem;
    color: var(--nav-level1-text-color-mobile);
    border: 0;
    font-style: normal;
    font-weight: 500;
    font-family: "Saira Condensed", sans-serif;
  }
  .navigation.slide-nav .nav-level1__target.has-children.active .nav-level1__link:after {
    position: absolute;
    bottom: -15px;
    bottom: -0.9375rem;
    left: -45px;
    left: -2.8125rem;
    display: block;
    width: calc(100vw - 70px);
    width: calc(100vw - 4.375rem);
    height: 2px;
    height: 0.125rem;
    background: var(--nav-hover-color);
    border-radius: 10px;
    border-radius: 0.625rem;
    content: "";
  }
  .navigation.slide-nav .nav-level1__target.has-children.active .nav-level2 {
    top: 40px;
    top: 2.5rem;
    right: 44px;
    right: 2.75rem;
    max-width: calc(100vw - 72px);
    max-width: calc(100vw - 4.5rem);
    margin: 0;
    opacity: 1;
  }
  .navigation.slide-nav .nav-level1__target.has-children.active .nav-level2__target {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
}
@media all and (max-width: 1279px) {
  .navigation.slide-nav .nav-level1__target.has-children .nav-level1__link {
    width: calc(100% - 65px);
    width: calc(100% - 4.0625rem);
  }
}
@media all and (max-width: 1279px) and (min-width: 1280px) {
  .navigation.slide-nav .nav-level1__target.has-children .nav-level1__link {
    width: 100%;
  }
}
@media all and (max-width: 1279px) {
  .navigation.slide-nav .nav-level2 {
    position: relative;
    right: -110vw;
    display: block;
    width: 100vw;
    height: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    opacity: 1;
    -webkit-transition: all 0.33s ease-in-out;
    transition: all 0.33s ease-in-out;
  }
}
@media all and (max-width: 1279px) and (max-width: 1279px) {
  .navigation.slide-nav .nav-level2.active-nav .nav-level3 {
    height: auto;
    margin-bottom: 2.5rem;
  }
  .navigation.slide-nav .nav-level2.active-nav &gt; *:not(.active):not(.global-nav--mobile) {
    display: none;
  }
}
@media all and (max-width: 1279px) {
  .navigation.slide-nav .nav-level2__target {
    padding: 0 15px;
    padding: 0 0.9375rem;
    overflow: visible;
    background: var(--slidenav-target-background-color);
    border-radius: 5px;
    border-radius: 0.3125rem;
  }
}
@media all and (max-width: 1279px) and (max-width: 1279px) {
  .navigation.slide-nav .nav-level2__target.active-nav {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
}
@media all and (max-width: 1279px) {
  .navigation.slide-nav .nav-level2__target.has-children {
    position: relative;
  }
  .navigation.slide-nav .nav-level2__target.has-children:after {
    position: absolute;
    top: 0;
    right: 5px;
    right: 0.3125rem;
    display: block;
    width: 60px;
    width: 3.75rem;
    height: 100%;
    background: transparent url("/themes/Atlas/assets/dist/images/arrow.svg") no-repeat center right;
    content: "";
  }
}
@media all and (max-width: 1279px) and (min-width: 1280px) {
  .navigation.slide-nav .nav-level2__target.has-children:after {
    display: none;
  }
}
@media all and (max-width: 1279px) and (max-width: 1279px) {
  .navigation.slide-nav .nav-level2__target.has-children.active {
    top: -55px;
    top: -3.4375rem;
    right: 0;
    left: -36px;
    left: -2.25rem;
    width: 100vw;
    padding: 3px 35px 3px 80px;
    padding: 0.1875rem 2.1875rem 0.1875rem 5rem;
    background: transparent;
  }
  .navigation.slide-nav .nav-level2__target.has-children.active:after {
    top: 30px;
    top: 1.875rem;
    left: 35px;
    left: 2.1875rem;
    z-index: 5;
    width: 30px;
    width: 1.875rem;
    height: 30px;
    height: 1.875rem;
    background-image: url(/themes/Atlas/assets/dist/images/arrow-return.svg);
    background-position: left center;
    border: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .navigation.slide-nav .nav-level2__target.has-children.active .nav-level2__link {
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 50px;
    line-height: 3.125rem;
    letter-spacing: 0.02rem;
    color: var(--nav-level2-text-color-mobile);
    text-decoration: none;
    border: 0;
    font-style: normal;
    font-weight: 500;
    font-family: "Saira Condensed", sans-serif;
  }
  .navigation.slide-nav .nav-level2__target.has-children.active .nav-level2__link:after {
    position: absolute;
    top: 70px;
    top: 4.375rem;
    left: 35px;
    left: 2.1875rem;
    display: block;
    width: calc(100vw - 70px);
    width: calc(100vw - 4.375rem);
    height: 2px;
    height: 0.125rem;
    background: var(--nav-hover-color);
    border-radius: 10px;
    border-radius: 0.625rem;
    content: "";
  }
  .navigation.slide-nav .nav-level2__target.has-children.active .nav-level3 {
    top: 40px;
    top: 2.5rem;
    right: 44px;
    right: 2.75rem;
    max-width: calc(100vw - 72px);
    max-width: calc(100vw - 4.5rem);
    margin: 0;
    opacity: 1;
  }
  .navigation.slide-nav .nav-level2__target.has-children.active .nav-level3__target {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
}
@media all and (max-width: 1279px) {
  .navigation.slide-nav .nav-level2__target.has-children .nav-level2__link {
    width: calc(100% - 65px);
    width: calc(100% - 4.0625rem);
  }
}
@media all and (max-width: 1279px) and (min-width: 1280px) {
  .navigation.slide-nav .nav-level2__target.has-children .nav-level2__link {
    width: 100%;
  }
}
@media all and (max-width: 1279px) {
  .navigation.slide-nav .nav-level2__link, .navigation.slide-nav .nav-level2__placeholder {
    padding: 0;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 40px;
    line-height: 2.5rem;
    letter-spacing: 0.02rem;
    color: var(--nav-level2-text-color-mobile);
  }
  .stuck .navigation.slide-nav .nav-level2__link, .nav-wrap-open .navigation.slide-nav .nav-level2__link, .stuck .navigation.slide-nav .nav-level2__placeholder, .nav-wrap-open .navigation.slide-nav .nav-level2__placeholder {
    color: var(--nav-level2-text-color-mobile);
  }
  .navigation.slide-nav .nav-level3 {
    position: relative;
    right: -110vw;
    display: block;
    width: 100vw;
    height: 0;
    padding: 0;
    background: transparent;
    opacity: 1;
    -webkit-transition: all 0.33s ease-in-out;
    transition: all 0.33s ease-in-out;
  }
  .navigation.slide-nav .nav-level3__target {
    padding: 0 15px;
    padding: 0 0.9375rem;
    overflow: visible;
    background: var(--slidenav-target-background-color);
    border-radius: 5px;
    border-radius: 0.3125rem;
  }
  .navigation.slide-nav .nav-level3__link, .navigation.slide-nav .nav-level3__placeholder {
    padding: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 40px;
    line-height: 2.5rem;
    letter-spacing: 0.02rem;
    color: var(--nav-level3-text-color-mobile);
    font-style: normal;
    font-weight: 500;
    font-family: "Saira Condensed", sans-serif;
  }
  .stuck .navigation.slide-nav .nav-level3__link, .nav-wrap-open .navigation.slide-nav .nav-level3__link, .stuck .navigation.slide-nav .nav-level3__placeholder, .nav-wrap-open .navigation.slide-nav .nav-level3__placeholder {
    color: var(--nav-level3-text-color-mobile);
  }
}

.navigation__toggle {
  position: absolute;
  top: 50%;
  right: 30px;
  right: 1.875rem;
  display: block;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  padding: 10px;
  padding: 0.625rem;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: var(--nav-item-accessible-toggler);
}
@media all and (min-width: 1280px) {
  .navigation__toggle {
    display: none;
  }
}
.navigation__toggle:hover svg, .navigation__toggle:focus svg {
  fill: var(--nav-item-accessible-toggler);
}

.navigation__toggleSVG {
  width: 100%;
  height: 100%;
}

.navanimation__top {
  -webkit-transform-origin: 20px 0;
      -ms-transform-origin: 20px 0;
          transform-origin: 20px 0;
  -webkit-transform-origin: 1.25rem 0;
      -ms-transform-origin: 1.25rem 0;
          transform-origin: 1.25rem 0;
  -webkit-animation: topIcon-closed 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1 forwards;
          animation: topIcon-closed 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1 forwards;
}

.navanimation__middle {
  -webkit-transform-origin: 28px 18px;
      -ms-transform-origin: 28px 18px;
          transform-origin: 28px 18px;
  -webkit-transform-origin: 1.75rem 1.125rem;
      -ms-transform-origin: 1.75rem 1.125rem;
          transform-origin: 1.75rem 1.125rem;
  -webkit-animation: middleIcon-closed 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1 forwards;
          animation: middleIcon-closed 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1 forwards;
}

.nav-wrap-open .navanimation__bottom {
  opacity: 0;
}
.nav-wrap-open .navanimation__top {
  -webkit-animation: topIcon-open 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1 forwards;
          animation: topIcon-open 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1 forwards;
}
.nav-wrap-open .navanimation__middle {
  -webkit-animation: middleIcon-open 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1 forwards;
          animation: middleIcon-open 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1 forwards;
}

.close-nav {
  position: relative;
  display: block;
}
.close-nav__link {
  position: absolute;
  width: 0px;
  width: 0;
  height: 0px;
  height: 0;
  margin: 0;
  opacity: 0;
  text-align: center;
  top: 0;
  left: 0;
}
.close-nav__link:focus {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  opacity: 1;
}

@-webkit-keyframes topIcon-open {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transform: translateY(0.625rem);
            transform: translateY(0.625rem);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
    -webkit-transform: translateY(0.625rem) rotate(45deg);
            transform: translateY(0.625rem) rotate(45deg);
  }
}

@keyframes topIcon-open {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transform: translateY(0.625rem);
            transform: translateY(0.625rem);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
    -webkit-transform: translateY(0.625rem) rotate(45deg);
            transform: translateY(0.625rem) rotate(45deg);
  }
}
@-webkit-keyframes middleIcon-open {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transform: translateY(-0.625rem);
            transform: translateY(-0.625rem);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-0.625rem) rotate(-45deg);
            transform: translateY(-0.625rem) rotate(-45deg);
  }
}
@keyframes middleIcon-open {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transform: translateY(-0.625rem);
            transform: translateY(-0.625rem);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-0.625rem) rotate(-45deg);
            transform: translateY(-0.625rem) rotate(-45deg);
  }
}
@-webkit-keyframes topIcon-closed {
  0% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
    -webkit-transform: translateY(0.625rem) rotate(45deg);
            transform: translateY(0.625rem) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0);
    -webkit-transform: translateY(0.625rem) rotate(0);
            transform: translateY(0.625rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes topIcon-closed {
  0% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
    -webkit-transform: translateY(0.625rem) rotate(45deg);
            transform: translateY(0.625rem) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0);
    -webkit-transform: translateY(0.625rem) rotate(0);
            transform: translateY(0.625rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes middleIcon-closed {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-0.625rem) rotate(-45deg);
            transform: translateY(-0.625rem) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
            transform: translateY(-10px) rotate(0);
    -webkit-transform: translateY(-0.625rem) rotate(0);
            transform: translateY(-0.625rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes middleIcon-closed {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-0.625rem) rotate(-45deg);
            transform: translateY(-0.625rem) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
            transform: translateY(-10px) rotate(0);
    -webkit-transform: translateY(-0.625rem) rotate(0);
            transform: translateY(-0.625rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
.page {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: 0.33s -webkit-transform ease-in-out;
  transition: 0.33s -webkit-transform ease-in-out;
  transition: 0.33s transform ease-in-out;
  transition: 0.33s transform ease-in-out, 0.33s -webkit-transform ease-in-out;
}
.edit-styles .page {
  -webkit-transform: scale(0.8) translateX(-10vw);
      -ms-transform: scale(0.8) translateX(-10vw);
          transform: scale(0.8) translateX(-10vw);
}
.page__container {
  width: auto;
  max-width: calc(100% - 80px);
  max-width: calc(100% - 5rem);
  margin: 0 auto;
  width: 1360px;
  width: 85rem;
}
@media all and (min-width: 800px) {
  .page__container {
    max-width: calc(100% - 160px);
    max-width: calc(100% - 10rem);
  }
}

.content-section {
  position: relative;
  padding: 40px 0 100px;
  padding: 2.5rem 0 6.25rem;
  background: #fff;
}
.content-section--gray {
  background: rgb(242, 242, 242);
}
.content-section--dark-background {
  background-color: #333;
}
.content-section--dark-background * {
  color: #fff;
}
.content-section__container {
  width: auto;
  max-width: calc(100% - 80px);
  max-width: calc(100% - 5rem);
  margin: 0 auto;
  width: 1360px;
  width: 85rem;
}
@media all and (min-width: 800px) {
  .content-section__container {
    max-width: calc(100% - 160px);
    max-width: calc(100% - 10rem);
  }
}
.content-section__container--centered {
  text-align: center;
}
.content-section__container--centered &gt; * {
  max-width: 920px;
  max-width: 57.5rem;
  margin-left: auto;
  margin-right: auto;
}

a.skipcontent {
  padding: 6px 8px;
  padding: 0.375rem 0.5rem;
  position: fixed;
  top: -40px;
  top: -2.5rem;
  left: 20px;
  left: 1.25rem;
  color: white;
  border-left: 1px solid white;
  border-left: 0.0625rem solid white;
  border-right: 1px solid white;
  border-right: 0.0625rem solid white;
  border-bottom: 1px solid white;
  border-bottom: 0.0625rem solid white;
  border-bottom-right-radius: 8px;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 8px;
  border-bottom-left-radius: 0.5rem;
  background: black;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 500;
}
a.skipcontent:visited {
  color: white;
}
a.skipcontent:focus, a.skipcontent:hover {
  position: fixed;
  left: 20px;
  left: 1.25rem;
  top: 0px;
  top: 0;
  background: black;
  color: white;
  outline: 0;
  -webkit-transition: top 0.1s ease-in, background 0.5s linear;
  transition: top 0.1s ease-in, background 0.5s linear;
}

:root {
  --accordion-bg-color: #fff;
  --accordion-title-color: #1a1a1a;
  --accordion-title-color-hover: #1a1a1a;
  --accordion-title-color-active: #1a1a1a;
  --accordion-content-text-color: #1a1a1a;
  --accordion-toggle-color: #1a1a1a;
  --accordion-toggle-color-hover: #1a1a1a;
  --accordion-toggle-color-active: #1a1a1a;
  --accordion-toggle-border-color: #1a1a1a;
  --accordion-toggle-border-color-hover: #1a1a1a;
  --accordion-toggle-border-color-active: #1a1a1a;
  --accordion-border-color: #e3e3e3;
  --accordion-border-color-hover: #1a1a1a;
  --accordion-border-color-active: #1a1a1a;
  --accordion-alt-bg-color: #fff;
  --accordion-alt-title-color: #1a1a1a;
  --accordion-alt-title-color-hover: #1a1a1a;
  --accordion-alt-content-text-color: #1a1a1a;
  --accordion-alt-toggle-color: #1a1a1a;
  --accordion-alt-toggle-color-hover: #1a1a1a;
  --accordion-alt-toggle-border-color: #1a1a1a;
  --accordion-alt-toggle-border-color-hover: #1a1a1a;
  --accordion-alt-border-color: #ccc;
  --accordion-alt-border-color-hover: #1a1a1a;
}
:root .dark-mode {
  --accordion-bg-color: #fff;
  --accordion-title-color: #1a1a1a;
  --accordion-title-color-hover: #1a1a1a;
  --accordion-content-text-color: #1a1a1a;
  --accordion-toggle-color: #1a1a1a;
  --accordion-toggle-color-hover: #1a1a1a;
  --accordion-border-color: #1a1a1a;
  --accordion-border-color-hover: #1a1a1a;
  --accordion-alt-bg-color: #fff;
  --accordion-alt-title-color: #1a1a1a;
  --accordion-alt-title-color-hover: #1a1a1a;
  --accordion-alt-content-text-color: #1a1a1a;
  --accordion-alt-toggle-color: #1a1a1a;
  --accordion-alt-toggle-color-hover: #1a1a1a;
  --accordion-alt-border-color: #1a1a1a;
  --accordion-alt-border-color-hover: #1a1a1a;
}

.accordions.active {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.accordions.active .accordion:first-of-type button {
  margin-top: 0;
}
.accordions.active h2.accordion-title {
  position: relative;
  padding: 0;
  margin: 0;
}
.accordions.active h2.accordion-title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 70px;
  width: 4.375rem;
  height: 2px;
  height: 0.125rem;
  background: var(--accordion-toggle-border-color);
  content: "";
}
.accordions.active h2.accordion-title:hover::after, .accordions.active h2.accordion-title:focus::after {
  background: var(--accordion-toggle-border-color-hover);
}
.accordions.active h2.accordion-title.is-active button {
  color: var(--accordion-title-color-active);
}
.accordions.active h2.accordion-title.is-active button::before {
  background: var(--accordion-border-color-active);
}
.accordions.active h2.accordion-title.is-active button svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordions.active h2.accordion-title.is-active::after {
  background: var(--accordion-toggle-border-color-active);
}
.accordions.active h2.accordion-title.is-active .accordion-content {
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-weight: 400;
  color: var(--accordion-content-text-color);
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.accordions.active h2.accordion-title.is-active p:last-child,
.accordions.active h2.accordion-title.is-active ul:last-child,
.accordions.active h2.accordion-title.is-active ol:last-child {
  margin-bottom: 0;
}
.accordions.active button {
  position: relative;
  width: 100%;
  padding: 20px 85px 15px 0;
  padding: 1.25rem 5.3125rem 0.9375rem 0;
  margin-bottom: 0;
  color: var(--accordion-title-color);
  text-align: left;
  cursor: pointer;
  background: transparent;
  border: 0;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media all and (min-width: 800px) {
  .accordions.active button {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
}
.accordions.active button:hover, .accordions.active button:focus {
  color: var(--accordion-title-color-hover);
  background: transparent;
  border: 0;
  outline: 0;
}
.accordions.active button:hover::before, .accordions.active button:focus::before {
  background: var(--accordion-border-color-hover);
}
.accordions.active button:hover::after, .accordions.active button:focus::after {
  color: var(--accordion-toggle-color-hover);
}
.accordions.active button::before {
  position: absolute;
  bottom: 0;
  display: block;
  width: calc(100% - 75px);
  width: calc(100% - 4.6875rem);
  height: 2px;
  height: 0.125rem;
  background: var(--accordion-border-color);
  border-radius: 50px;
  border-radius: 3.125rem;
  content: "";
}
.accordions.active button svg {
  position: absolute;
  width: 14px;
  width: 0.875rem;
  right: 29px;
  right: 1.8125rem;
}
.accordions.active .accordion-title + [aria-hidden] {
  display: none;
}
.accordions.active .accordion-title + [aria-hidden=false] {
  display: block;
}
.accordions.active .accordion-content {
  padding: 15px 0;
  padding: 0.9375rem 0;
}
.accordions.active .accordion-content p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
}

.accordions-alt-list {
  position: relative;
}
.accordions-alt-list .accordion-alt-item {
  position: relative;
  display: block;
  padding: 40px 0 30px;
  padding: 2.5rem 0 1.875rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.accordions-alt-list .accordion-alt-item + .accordion-alt-item {
  border-top: 1px solid var(--accordion-alt-border-color);
  border-top: 0.0625rem solid var(--accordion-alt-border-color);
}
.accordions-alt-list .accordion-alt-item .content, .accordions-alt-list .accordion-alt-item__content {
  width: 100%;
}
@media all and (min-width: 1280px) {
  .accordions-alt-list .accordion-alt-item .content, .accordions-alt-list .accordion-alt-item__content {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.accordions-alt-list .accordion-alt-item .content .description h2, .accordions-alt-list .accordion-alt-item__content .description h2 {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  color: var(--accordion-alt-title-color);
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.accordions-alt-list .accordion-alt-item .content .description .blurb p, .accordions-alt-list .accordion-alt-item__content .description .blurb p {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.accordions-alt-list .accordion-alt-item .content .description .read-more, .accordions-alt-list .accordion-alt-item__content .description .read-more {
  display: block;
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 900;
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem;
  color: var(--accordion-alt-toggle-color);
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordions-alt-list .accordion-alt-item .content .description .read-more:hover, .accordions-alt-list .accordion-alt-item .content .description .read-more:focus, .accordions-alt-list .accordion-alt-item__content .description .read-more:hover, .accordions-alt-list .accordion-alt-item__content .description .read-more:focus {
  color: var(--accordion-alt-toggle-color-hover);
  border-bottom: 0;
}
.accordions-alt-list .accordion-alt-item .content .description .read-more::before, .accordions-alt-list .accordion-alt-item__content .description .read-more::before {
  content: none;
}
.accordions-alt-list .accordion-alt-item .content .description .read-more::after, .accordions-alt-list .accordion-alt-item__content .description .read-more::after {
  content: none;
}
.accordions-alt-list .accordion-alt-item .content .description .read-more svg, .accordions-alt-list .accordion-alt-item__content .description .read-more svg {
  position: relative;
  width: 9px;
  width: 0.5625rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
}
.accordions-alt-list .accordion-alt-item__image {
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  text-align: center;
}
@media all and (min-width: 800px) {
  .accordions-alt-list .accordion-alt-item__image {
    z-index: 1;
    max-width: 200px;
    max-width: 12.5rem;
    min-width: 200px;
    min-width: 12.5rem;
    margin-right: 40px;
    margin-right: 2.5rem;
    overflow: hidden;
  }
}
.accordions-alt-list .accordion-alt-item__image img,
.accordions-alt-list .accordion-alt-item__image figure {
  width: 100%;
  border-radius: 5px;
  border-radius: 0.3125rem;
}
@media all and (min-width: 800px) {
  .accordions-alt-list .accordion-alt-item__image img,
  .accordions-alt-list .accordion-alt-item__image figure {
    margin: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.accordions-alt-list .accordion-alt-item.expanded .more-alt-content {
  display: block;
}
.accordions-alt-list .accordion-alt-item.expanded svg {
  top: 2px;
  top: 0.125rem;
}
.accordions-alt-list .accordion-alt-item .more-alt-content {
  display: none;
  padding-top: 0;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
.accordions-alt-list .accordion-alt-item .more-alt-content p:last-of-type {
  margin-bottom: 0;
}
.accordions-alt-list .accordion-alt-item .more-alt-content a.btn {
  width: 230px;
  width: 14.375rem;
  padding: 5px 35px 5px 15px;
  padding: 0.3125rem 2.1875rem 0.3125rem 0.9375rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
  font-size: 16px;
  font-size: 1rem;
}
.accordions-alt-list .accordion-alt-item .more-alt-content a.btn::before {
  left: -30px;
  left: -1.875rem;
}
.accordions-alt-list .accordion-alt-item .more-alt-content a.btn:hover::before, .accordions-alt-list .accordion-alt-item .more-alt-content a.btn:focus::before {
  width: calc(100% + 30px);
  width: calc(100% + 1.875rem);
}

.accordion[data-arx-type=accordion],
.accordion[data-arx-type=layer] {
  position: relative;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  background: repeating-linear-gradient(to right, rgba(0, 88, 251, 0.04), rgba(0, 88, 251, 0.04) calc(100% / var(--arx-grid-columns) - var(--arx-grid-gutter)), transparent calc(100% / var(--arx-grid-columns) - var(--arx-grid-gutter)), transparent calc(100% / var(--arx-grid-columns)));
  outline: 2px dashed rgba(0, 88, 251, 0.2);
  outline: 0.125rem dashed rgba(0, 88, 251, 0.2);
}

.accordion-preview[data-arx-type=previewaccordion],
.accordion-alt-item[data-arx-type=imageaccordion],
.accordion-alt-item[data-arx-type=previewaccordion],
.more-alt-content[data-arx-type=accordion],
.accordion-preview[data-arx-type=layer],
.accordion-alt-item[data-arx-type=layer],
.more-alt-content[data-arx-type=layer] {
  position: relative;
  padding: 30px 10px;
  padding: 1.875rem 0.625rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  background: repeating-linear-gradient(to right, rgba(0, 88, 251, 0.04), rgba(0, 88, 251, 0.04) calc(100% / var(--arx-grid-columns) - var(--arx-grid-gutter)), transparent calc(100% / var(--arx-grid-columns) - var(--arx-grid-gutter)), transparent calc(100% / var(--arx-grid-columns)));
  outline: 2px dashed rgba(0, 88, 251, 0.2);
  outline: 0.125rem dashed rgba(0, 88, 251, 0.2);
}
.accordion-preview[data-arx-type=previewaccordion]::before,
.accordion-alt-item[data-arx-type=imageaccordion]::before,
.accordion-alt-item[data-arx-type=previewaccordion]::before,
.more-alt-content[data-arx-type=accordion]::before,
.accordion-preview[data-arx-type=layer]::before,
.accordion-alt-item[data-arx-type=layer]::before,
.more-alt-content[data-arx-type=layer]::before {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 2px;
  padding: 0.125rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #3772ff;
  text-transform: uppercase;
  background: rgba(0, 88, 251, 0.04);
  border: 1px dashed rgba(0, 88, 251, 0.2);
  border: 0.0625rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
  content: "Accordion";
}
.accordion-preview[data-arx-type=previewaccordion] figure[data-arx-type=image],
.accordion-alt-item[data-arx-type=imageaccordion] figure[data-arx-type=image],
.accordion-alt-item[data-arx-type=previewaccordion] figure[data-arx-type=image],
.more-alt-content[data-arx-type=accordion] figure[data-arx-type=image],
.accordion-preview[data-arx-type=layer] figure[data-arx-type=image],
.accordion-alt-item[data-arx-type=layer] figure[data-arx-type=image],
.more-alt-content[data-arx-type=layer] figure[data-arx-type=image] {
  position: relative;
  padding-top: 10px;
  padding-top: 0.625rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  background: repeating-linear-gradient(to right, rgba(0, 88, 251, 0.04), rgba(0, 88, 251, 0.04) calc(100% / var(--arx-grid-columns) - var(--arx-grid-gutter)), transparent calc(100% / var(--arx-grid-columns) - var(--arx-grid-gutter)), transparent calc(100% / var(--arx-grid-columns)));
  outline: 2px dashed rgba(0, 88, 251, 0.2);
  outline: 0.125rem dashed rgba(0, 88, 251, 0.2);
}
@media all and (min-width: 1280px) {
  .accordion-preview[data-arx-type=previewaccordion] figure[data-arx-type=image],
  .accordion-alt-item[data-arx-type=imageaccordion] figure[data-arx-type=image],
  .accordion-alt-item[data-arx-type=previewaccordion] figure[data-arx-type=image],
  .more-alt-content[data-arx-type=accordion] figure[data-arx-type=image],
  .accordion-preview[data-arx-type=layer] figure[data-arx-type=image],
  .accordion-alt-item[data-arx-type=layer] figure[data-arx-type=image],
  .more-alt-content[data-arx-type=layer] figure[data-arx-type=image] {
    padding: 40px;
    padding: 2.5rem;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
  }
}
.accordion-preview[data-arx-type=previewaccordion] figure[data-arx-type=image]::before,
.accordion-alt-item[data-arx-type=imageaccordion] figure[data-arx-type=image]::before,
.accordion-alt-item[data-arx-type=previewaccordion] figure[data-arx-type=image]::before,
.more-alt-content[data-arx-type=accordion] figure[data-arx-type=image]::before,
.accordion-preview[data-arx-type=layer] figure[data-arx-type=image]::before,
.accordion-alt-item[data-arx-type=layer] figure[data-arx-type=image]::before,
.more-alt-content[data-arx-type=layer] figure[data-arx-type=image]::before {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 2px;
  padding: 0.125rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(0, 88, 251, 0.04);
  border: 1px dashed rgba(0, 88, 251, 0.2);
  border: 0.0625rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
  content: "Accordion Image";
}

.blurb[data-arx-type=accordion],
.accordion-alt-item__blurb[data-arx-type=layer] {
  position: relative;
  padding: 30px 10px;
  padding: 1.875rem 0.625rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  background: repeating-linear-gradient(to right, rgba(0, 88, 251, 0.04), rgba(0, 88, 251, 0.04) calc(100% / var(--arx-grid-columns) - var(--arx-grid-gutter)), transparent calc(100% / var(--arx-grid-columns) - var(--arx-grid-gutter)), transparent calc(100% / var(--arx-grid-columns)));
  outline: 2px dashed rgba(0, 88, 251, 0.2);
  outline: 0.125rem dashed rgba(0, 88, 251, 0.2);
}
.blurb[data-arx-type=accordion]::before,
.accordion-alt-item__blurb[data-arx-type=layer]::before {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 2px;
  padding: 0.125rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  background: rgba(0, 88, 251, 0.04);
  border: 1px dashed rgba(0, 88, 251, 0.2);
  border: 0.0625rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
  content: "Content Preview";
}

.more-alt-content[data-arx-type=accordion],
.more-alt-content[data-arx-type=layer],
.accordion-alt-item__more[data-arx-type=layer] {
  position: relative;
  padding: 30px 10px;
  padding: 1.875rem 0.625rem;
}
.more-alt-content[data-arx-type=accordion]::before,
.more-alt-content[data-arx-type=layer]::before,
.accordion-alt-item__more[data-arx-type=layer]::before {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 2px;
  padding: 0.125rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  background: rgba(0, 88, 251, 0.04);
  border: 1px dashed rgba(0, 88, 251, 0.2);
  border: 0.0625rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
  content: "Additional Content";
}

:root {
  --alerts-bg: #333333;
  --alerts-text-color: #ffffff;
  --alerts-text-color-hover: #cccccc;
  --alerts-close-bg: #333333;
  --alerts-close-bg-hover: #ffffff;
  --alerts-close-color: #ffffff;
  --alerts-close-color-hover: #333333;
  --alerts-close-border-color: #ffffff;
  --alerts-close-border-color-hover: #333333;
  --alerts-arrows-color: #cccccc;
  --alerts-arrows-color-hover: #ffffff;
}
:root .dark-mode {
  --alerts-bg: #333333;
  --alerts-text-color: #ffffff;
  --alerts-text-color-hover: #000000;
  --alerts-close-bg: #333333;
  --alerts-close-bg-hover: #ffffff;
  --alerts-close-color: #ffffff;
  --alerts-close-color-hover: #333333;
  --alerts-close-border-color: #ffffff;
  --alerts-close-border-color-hover: #333333;
  --alerts-arrows-color: #cccccc;
  --alerts-arrows-color-hover: #cccccc;
}

body.authenticated .alerts {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  width: 100%;
}

.alerts {
  position: relative;
  background: var(--alerts-bg) !important;
  z-index: 0;
  display: initial;
}
.alerts.multiple .alert {
  padding: 10px 65px !important;
  padding: 0.625rem 4.0625rem !important;
}
@media all and (min-width: 800px) {
  .alerts.multiple .alert {
    padding: 16px 120px !important;
    padding: 1rem 7.5rem !important;
  }
}
.alerts .alert {
  display: none;
  background: var(--alerts-bg);
  width: 100%;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  color: var(--alerts-text-color);
  text-decoration: none;
  text-align: center;
}
@media all and (min-width: 800px) {
  .alerts .alert {
    padding: 16px 60px !important;
    padding: 1rem 3.75rem !important;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.alerts .alert:first-child {
  display: block;
}
.alerts .alert:hover, .alerts .alert:focus {
  color: var(--alerts-text-color-hover) !important;
  text-decoration: underline;
}
.alerts .alert:hover .alert-text, .alerts .alert:focus .alert-text {
  text-decoration: underline;
}
.alerts .alert .icon {
  display: none;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.alerts .alert .icon svg {
  width: 22px;
  width: 1.375rem;
  fill: white;
}
.alerts .alert .alert-text {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  width: 100%;
  padding-right: 50px;
  padding-right: 3.125rem;
  font-size: 16px;
  font-size: 1rem;
}
@media all and (min-width: 800px) {
  .alerts .alert .alert-text {
    text-align: center;
  }
}
.alerts .alert-nav {
  position: absolute;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  left: 0;
  z-index: 101;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
}
@media all and (min-width: 800px) {
  .alerts .alert-nav {
    left: 40px;
    left: 2.5rem;
  }
}
.alerts .alert-nav .alert-prev,
.alerts .alert-nav .alert-next {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 4px;
  padding-right: 0.25rem;
  width: 25px;
  width: 1.5625rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  cursor: pointer;
  height: 100%;
}
.alerts .alert-nav .alert-prev:hover svg, .alerts .alert-nav .alert-prev:focus svg,
.alerts .alert-nav .alert-next:hover svg,
.alerts .alert-nav .alert-next:focus svg {
  fill: var(--alerts-arrows-color-hover);
}
.alerts .alert-nav .alert-prev svg,
.alerts .alert-nav .alert-next svg {
  fill: var(--alerts-arrows-color);
  width: 12px;
  width: 0.75rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.alerts .alert-nav .alert-next {
  padding-right: 0;
  padding-left: 4px;
  padding-left: 0.25rem;
}
.alerts .close {
  position: absolute;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--alerts-close-bg);
  top: 0;
  right: 0;
  cursor: pointer;
  width: 50px;
  width: 3.125rem;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 0.0625rem solid rgba(255, 255, 255, 0.5);
  z-index: 999;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media all and (min-width: 800px) {
  .alerts .close {
    bottom: 0;
    margin: auto;
  }
}
.alerts .close:hover, .alerts .close:focus {
  background: var(--alerts-close-bg-hover);
  border-color: var(--alerts-close-bg-hover);
}
.alerts .close:hover svg, .alerts .close:focus svg {
  fill: var(--alerts-close-color-hover);
}
.alerts .close svg {
  fill: var(--alerts-close-color);
  width: 15px;
  width: 0.9375rem;
}

:root {
  --arc-dark: #ffffff;
  --arc-light: #414141;
}
:root .dark-mode {
  --arc-dark: #ffffff;
  --arc-light: #414141;
}

.sp-banner-wrapper[class*=arc] {
  min-height: 250px;
  min-height: 15.625rem;
}

.arc--arc-bottom, .arc--arc-bottom-light,
.block-container.arc--arc-bottom,
.block-container.arc--arc-bottom-light {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media all and (min-width: 800px) {
  .arc--arc-bottom, .arc--arc-bottom-light,
  .block-container.arc--arc-bottom,
  .block-container.arc--arc-bottom-light {
    padding-bottom: 150px;
    padding-bottom: 9.375rem;
  }
}
.arc--arc-bottom::after, .arc--arc-bottom-light::after,
.block-container.arc--arc-bottom::after,
.block-container.arc--arc-bottom-light::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100px;
  height: 6.25rem;
  -webkit-mask: url(/themes/atlas/assets/dist/images/arc.svg) no-repeat 50% 50%;
          mask: url(/themes/atlas/assets/dist/images/arc.svg) no-repeat 50% 50%;
  background-color: currentColor;
  -webkit-mask-size: cover;
          mask-size: cover;
  content: "";
}
@media screen and (min-width: 1921px) {
  .arc--arc-bottom::after, .arc--arc-bottom-light::after,
  .block-container.arc--arc-bottom::after,
  .block-container.arc--arc-bottom-light::after {
    height: 120px;
    height: 7.5rem;
  }
}
.arc--arc-bottom, .arc--arc-bottom-light,
.block-container.arc--arc-bottom,
.block-container.arc--arc-bottom-light {
  color: var(--arc-dark);
}
.arc--arc-top, .arc--arc-top-light,
.block-container.arc--arc-top,
.block-container.arc--arc-top-light {
  padding-top: 130px;
  padding-top: 8.125rem;
}
@media all and (min-width: 800px) {
  .arc--arc-top, .arc--arc-top-light,
  .block-container.arc--arc-top,
  .block-container.arc--arc-top-light {
    padding-top: 150px;
    padding-top: 9.375rem;
  }
}
.arc--arc-top::before, .arc--arc-top-light::before,
.block-container.arc--arc-top::before,
.block-container.arc--arc-top-light::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100px;
  height: 6.25rem;
  -webkit-mask: url(/themes/atlas/assets/dist/images/arc.svg) no-repeat 50% 50%;
          mask: url(/themes/atlas/assets/dist/images/arc.svg) no-repeat 50% 50%;
  background-color: currentColor;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  content: "";
}
@media screen and (min-width: 1921px) {
  .arc--arc-top::before, .arc--arc-top-light::before,
  .block-container.arc--arc-top::before,
  .block-container.arc--arc-top-light::before {
    height: 120px;
    height: 7.5rem;
  }
}
.arc--arc-top, .arc--arc-top-light,
.block-container.arc--arc-top,
.block-container.arc--arc-top-light {
  color: var(--arc-dark);
}

:root {
  --wave-dark: #ffffff;
  --wave-light: #414141;
}
:root .dark-mode {
  --wave-dark: #ffffff;
  --wave-light: #414141;
}

.sp-banner-wrapper[class*=wave] {
  min-height: 250px;
  min-height: 15.625rem;
}

.wave--wave-top, .wave--wave-top-light,
.block-container.wave--wave-top,
.block-container.wave--wave-top-light {
  color: var(--wave-dark);
  padding-top: 120px;
  padding-top: 7.5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media all and (min-width: 800px) {
  .wave--wave-top, .wave--wave-top-light,
  .block-container.wave--wave-top,
  .block-container.wave--wave-top-light {
    padding-top: 100px;
    padding-top: 6.25rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
}
.wave--wave-top::before, .wave--wave-top-light::before,
.block-container.wave--wave-top::before,
.block-container.wave--wave-top-light::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 80px;
  height: 5rem;
  -webkit-mask: url(/themes/atlas/assets/dist/images/wave.svg) no-repeat 50% 50%;
          mask: url(/themes/atlas/assets/dist/images/wave.svg) no-repeat 50% 50%;
  background-color: currentColor;
  -webkit-mask-size: cover;
          mask-size: cover;
  content: "";
}
.wave--wave-bottom, .wave--wave-bottom-light,
.block-container.wave--wave-bottom,
.block-container.wave--wave-bottom-light {
  color: var(--wave-dark);
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media all and (min-width: 800px) {
  .wave--wave-bottom, .wave--wave-bottom-light,
  .block-container.wave--wave-bottom,
  .block-container.wave--wave-bottom-light {
    padding-bottom: 150px;
    padding-bottom: 9.375rem;
  }
}
.wave--wave-bottom::after, .wave--wave-bottom-light::after,
.block-container.wave--wave-bottom::after,
.block-container.wave--wave-bottom-light::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 80px;
  height: 5rem;
  -webkit-mask: url(/themes/atlas/assets/dist/images/wave.svg) no-repeat 50% 50%;
          mask: url(/themes/atlas/assets/dist/images/wave.svg) no-repeat 50% 50%;
  background-color: currentColor;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1);
  content: "";
}
.wave--wave-bottom + .block-container:not(.wave--wave-top),
.wave--wave-bottom + .block-container:not(.wave--wave-bottom), .wave--wave-bottom-light + .block-container:not(.wave--wave-top),
.wave--wave-bottom-light + .block-container:not(.wave--wave-bottom),
.block-container.wave--wave-bottom + .block-container:not(.wave--wave-top),
.block-container.wave--wave-bottom + .block-container:not(.wave--wave-bottom),
.block-container.wave--wave-bottom-light + .block-container:not(.wave--wave-top),
.block-container.wave--wave-bottom-light + .block-container:not(.wave--wave-bottom) {
  padding-top: 0;
}

.modal.login {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  max-width: 520px;
  max-width: 32.5rem;
  margin: auto;
}
@media all and (min-width: 1280px) {
  .modal.login.show-modal {
    top: auto;
    left: auto;
    right: 40px;
    right: 2.5rem;
    bottom: 40px;
    bottom: 2.5rem;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: auto;
          font-kerning: auto;
}

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

html {
  margin: 0;
}

html,
body {
  position: relative;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
}

body {
  max-width: var(--sitewidth);
  margin: 0 auto;
  overflow-x: hidden;
  background: #f2f2f2;
}

main {
  margin: 0 auto;
  width: auto;
  max-width: calc(100% - 35px);
  max-width: calc(100% - 2.1875rem);
  margin: 0 auto;
  width: 1360px;
  width: 85rem;
}
@media all and (min-width: 800px) {
  main {
    max-width: calc(100% - 60px);
    max-width: calc(100% - 3.75rem);
  }
}

.page-wrapper {
  overflow: hidden;
  background: white;
}

.clearfix:after {
  display: table;
  clear: both;
  content: "";
}

a {
  color: blue;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.element-invisible {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(0.0625rem 0.0625rem 0.0625rem 0.0625rem);
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
}

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

.scrollFix {
  overflow: hidden;
  white-space: nowrap;
}

.style-selector {
  width: 10vw;
  height: 100vw;
  border-left: 2px solid #e3e3e3;
  border-left: 0.125rem solid #e3e3e3;
  padding: 20px;
  padding: 1.25rem;
  position: fixed;
  right: -10vw;
  z-index: 20;
  top: 25vw;
  -webkit-transition: 0.33s right ease-in-out;
  transition: 0.33s right ease-in-out;
  background: #fff;
}
.edit-styles .style-selector {
  -webkit-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 4.0625rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 4.0625rem rgba(0, 0, 0, 0.5);
}

.edit-styles .style-selector {
  right: 0;
  top: 0;
}
.style-selector .toggle-edit-mode {
  position: absolute;
  top: 20px;
  top: 1.25rem;
  left: -39px;
  left: -2.4375rem;
  height: 40px;
  height: 2.5rem;
  content: "+";
  width: 40px;
  width: 2.5rem;
  background: #fff;
  text-align: center;
  line-height: 40px;
  line-height: 2.5rem;
}

.content-section--textured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background: radial-gradient(circle, rgb(59, 59, 59) 0%, rgb(26, 26, 26) 100%);
  min-height: 400px;
  min-height: 25rem;
}

.texturedBackground__background-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.texturedBackground__circle--path {
  fill: rgba(255, 255, 255, 0.025);
}

.texturedBackground__circle--svg-one {
  position: absolute;
  width: 3000px;
  width: 187.5rem;
  height: 500px;
  height: 31.25rem;
  bottom: -320px;
  bottom: -20rem;
  left: -1850px;
  left: -115.625rem;
  -webkit-transform: scale(3.5, 1.25);
      -ms-transform: scale(3.5, 1.25);
          transform: scale(3.5, 1.25);
}

.texturedBackground__circle--svg-two {
  width: 2200px;
  width: 137.5rem;
  height: 1000px;
  height: 62.5rem;
  position: absolute;
  bottom: -320px;
  bottom: -20rem;
  left: -1220px;
  left: -76.25rem;
  -webkit-transform: rotate(195deg) scale(3, 0.85);
      -ms-transform: rotate(195deg) scale(3, 0.85);
          transform: rotate(195deg) scale(3, 0.85);
}

.texturedBackground__circle--svg-three {
  width: 2200px;
  width: 137.5rem;
  height: 2200px;
  height: 137.5rem;
  position: absolute;
  bottom: -1120px;
  bottom: -70rem;
  left: -1020px;
  left: -63.75rem;
}

.texturedBackground__circle--svg-four {
  position: absolute;
  width: 400px;
  width: 25rem;
  height: 400px;
  height: 25rem;
  top: -400px;
  top: -25rem;
  bottom: auto;
  left: calc(100% - 200px);
  left: calc(100% - 12.5rem);
  -webkit-transform: rotate(-90deg) scale(2.25, 1.5);
      -ms-transform: rotate(-90deg) scale(2.25, 1.5);
          transform: rotate(-90deg) scale(2.25, 1.5);
}

.texturedBackground__circle--svg-five {
  position: absolute;
  width: 800px;
  width: 50rem;
  height: 800px;
  height: 50rem;
  top: -800px;
  top: -50rem;
  bottom: auto;
  left: calc(100% - 500px);
  left: calc(100% - 31.25rem);
  -webkit-transform: rotate(90deg) scale(2.25, 1.5);
      -ms-transform: rotate(90deg) scale(2.25, 1.5);
          transform: rotate(90deg) scale(2.25, 1.5);
}

:root {
  --table-head-background: #1a1a1a;
  --table-head-border: rgba(white, .25);
  --table-head-text: #fff;
  --table-cell-text: #1a1a1a;
  --table-cell-border: #ccc;
  --table-open-head-background: #f2f2f2;
  --table-open-head-text: #1a1a1a;
  --table-open-cell-text: #1a1a1a;
  --table-open-cell-background: #f2f2f2;
}
:root .dark-mode {
  --image-list-background: transparent;
  --image-list-border-color: #ccc;
}

table:not([data-arx-type], .responsive-ignore, .events-calendar),
table.tablesaw {
  width: 100%;
  border-radius: 5px;
  border-radius: 0.3125rem;
}
table:not([data-arx-type], .responsive-ignore, .events-calendar) thead tr,
table.tablesaw thead tr {
  display: none;
}
table:not([data-arx-type], .responsive-ignore, .events-calendar) thead tr th,
table.tablesaw thead tr th {
  padding: 20px 40px;
  padding: 1.25rem 2.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  color: var(--table-head-text);
  text-align: left;
  text-transform: uppercase;
  background-color: var(--table-head-background);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 0.0625rem solid rgba(255, 255, 255, 0.25);
  font-style: normal;
  font-weight: 500;
  font-family: "Saira Condensed", sans-serif;
}
@media screen and (width &gt;= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar) thead tr th,
  table.tablesaw thead tr th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.25);
  }
}
table:not([data-arx-type], .responsive-ignore, .events-calendar) thead tr th:last-child,
table.tablesaw thead tr th:last-child {
  border-right: none;
}
@media screen and (width &gt;= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar) thead tr,
  table.tablesaw thead tr {
    display: table-row;
  }
}
table:not([data-arx-type], .responsive-ignore, .events-calendar) tbody tr,
table.tablesaw tbody tr {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
table:not([data-arx-type], .responsive-ignore, .events-calendar) tbody tr td,
table.tablesaw tbody tr td {
  display: block;
  padding: 20px;
  padding: 1.25rem;
  clear: left;
  background: white;
  border-bottom: 1px solid var(--table-cell-border);
  border-bottom: 0.0625rem solid var(--table-cell-border);
}
@media screen and (width &gt;= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar) tbody tr td,
  table.tablesaw tbody tr td {
    display: table-cell;
    padding: 20px 40px;
    padding: 1.25rem 2.5rem;
    border-right: 1px solid var(--table-cell-border);
    border-right: 0.0625rem solid var(--table-cell-border);
  }
}
table:not([data-arx-type], .responsive-ignore, .events-calendar) tbody tr td:last-child,
table.tablesaw tbody tr td:last-child {
  border-bottom: 0;
  border-right: 0;
}
@media screen and (width &gt;= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar) tbody tr td:last-child,
  table.tablesaw tbody tr td:last-child {
    border-bottom: 1px solid var(--table-cell-border);
    border-bottom: 0.0625rem solid var(--table-cell-border);
  }
}
@media screen and (width &gt;= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar) tbody tr,
  table.tablesaw tbody tr {
    display: table-row;
    overflow: visible;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 0;
  }
}
@media screen and (width &gt;= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar) tbody tr:last-child td,
  table.tablesaw tbody tr:last-child td {
    border-bottom: 0;
  }
}
table:not([data-arx-type], .responsive-ignore, .events-calendar) tbody tr:last-child td:last-child,
table.tablesaw tbody tr:last-child td:last-child {
  border-bottom: 0;
}
@media screen and (width &gt;= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar),
  table.tablesaw {
    overflow: hidden;
    border: 0;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
    border-collapse: inherit;
    border-spacing: 0;
  }
}
table:not([data-arx-type], .responsive-ignore, .events-calendar).compact-table thead tr th,
table.tablesaw.compact-table thead tr th {
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
}
table:not([data-arx-type], .responsive-ignore, .events-calendar).compact-table tbody tr td,
table.tablesaw.compact-table tbody tr td {
  padding: 5px;
  padding: 0.3125rem;
}
table:not([data-arx-type], .responsive-ignore, .events-calendar).open-table,
table.tablesaw.open-table {
  -webkit-box-shadow: none;
          box-shadow: none;
}
table:not([data-arx-type], .responsive-ignore, .events-calendar).open-table thead,
table.tablesaw.open-table thead {
  overflow: hidden;
}
table:not([data-arx-type], .responsive-ignore, .events-calendar).open-table thead tr th,
table.tablesaw.open-table thead tr th {
  color: var(--table-open-head-text);
  background-color: var(--table-open-head-background);
  border: 0;
}
@media screen and (width &gt;= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar).open-table thead tr th:first-of-type,
  table.tablesaw.open-table thead tr th:first-of-type {
    border-top-left-radius: 50px;
    border-top-left-radius: 3.125rem;
    border-bottom-left-radius: 50px;
    border-bottom-left-radius: 3.125rem;
  }
}
@media screen and (width &gt;= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar).open-table thead tr th:last-of-type,
  table.tablesaw.open-table thead tr th:last-of-type {
    border-top-right-radius: 50px;
    border-top-right-radius: 3.125rem;
    border-bottom-right-radius: 50px;
    border-bottom-right-radius: 3.125rem;
  }
}
table:not([data-arx-type], .responsive-ignore, .events-calendar).open-table tbody tr td,
table.tablesaw.open-table tbody tr td {
  border: 0;
}
table:not([data-arx-type], .responsive-ignore, .events-calendar).open-table tbody tr:nth-child(even) td,
table.tablesaw.open-table tbody tr:nth-child(even) td {
  background: var(--table-open-cell-background);
}
@media screen and (width &gt;= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar).open-table tbody tr:nth-child(even) td:first-of-type,
  table.tablesaw.open-table tbody tr:nth-child(even) td:first-of-type {
    border-top-left-radius: 50px;
    border-top-left-radius: 3.125rem;
    border-bottom-left-radius: 50px;
    border-bottom-left-radius: 3.125rem;
  }
}
@media screen and (width &gt;= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar).open-table tbody tr:nth-child(even) td:last-of-type,
  table.tablesaw.open-table tbody tr:nth-child(even) td:last-of-type {
    border-top-right-radius: 50px;
    border-top-right-radius: 3.125rem;
    border-bottom-right-radius: 50px;
    border-bottom-right-radius: 3.125rem;
  }
}

table.responsive-table .cell-heading {
  display: block;
  width: 100%;
  padding: 8px;
  padding: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: top;
  background: transparent;
}
@media screen and (width &gt;= 640px) {
  table.responsive-table .cell-heading {
    display: inline-block;
    width: 40%;
    padding: 0;
  }
}
@media screen and (width &gt;= 990px) {
  table.responsive-table .cell-heading {
    display: none;
  }
}
table.responsive-table .cell-heading:empty {
  display: none;
}
table.responsive-table .cell-content {
  display: block;
  width: 100%;
  padding: 8px 0 8px 8px;
  padding: 0.5rem 0 0.5rem 0.5rem;
}
@media screen and (width &gt;= 640px) {
  table.responsive-table .cell-content {
    display: inline-block;
    width: 60%;
    padding: 0;
  }
}
@media screen and (width &gt;= 990px) {
  table.responsive-table .cell-content {
    width: auto;
  }
}

table[data-arx-type].open-table {
  -webkit-box-shadow: none;
          box-shadow: none;
}
table[data-arx-type].open-table tbody tr td {
  border: 0;
}
table[data-arx-type].open-table tbody tr:nth-child(odd) td {
  background: var(--table-open-cell-background);
}
@media screen and (width &gt;= 990px) {
  table[data-arx-type].open-table tbody tr:nth-child(odd) td:first-of-type {
    border-top-left-radius: 50px;
    border-top-left-radius: 3.125rem;
    border-bottom-left-radius: 50px;
    border-bottom-left-radius: 3.125rem;
  }
}
@media screen and (width &gt;= 990px) {
  table[data-arx-type].open-table tbody tr:nth-child(odd) td:last-of-type {
    border-top-right-radius: 50px;
    border-top-right-radius: 3.125rem;
    border-bottom-right-radius: 50px;
    border-bottom-right-radius: 3.125rem;
  }
}

:root {
  --tab-accordion-label-color: #000000;
  --tab-accordion-border-color: #737373;
  --tab-accordion-toggle-color: #737373;
  --tab-accordion-border-color-hover: #000000;
  --tab-accordion-toggle-color-hover: #000000;
  --tab-animated-bg-color: #eeeeee;
  --tab-animated-bg-color-hover: #1a1a1a;
  --tab-animated-bg-color-selected: #D52527;
  --tab-animated-border-color: #cccccc;
  --tab-animated-text-color: #1a1a1a;
  --tab-animated-text-color-hover: #ffffff;
  --tab-animated-text-color-selected: #ffffff;
  --tab-animated-indicator-color: #1a1a1a;
  --tab-contained-bg-color: #cccccc;
  --tab-contained-bg-color-hover: #1a1a1a;
  --tab-contained-bg-color-selected: #D52527;
  --tab-contained-text-color: #1a1a1a;
  --tab-contained-text-color-hover: #ffffff;
  --tab-contained-text-color-selected: #ffffff;
  --tab-open-bg-color: #eeeeee;
  --tab-open-bg-color-hover: #1a1a1a;
  --tab-open-bg-color-selected: #D52527;
  --tab-open-text-color: #1a1a1a;
  --tab-open-text-color-hover: #ffffff;
  --tab-open-text-color-selected: #ffffff;
  --tab-open-underlined-bg-color: #eeeeee;
  --tab-open-underlined-bg-color-hover: #1a1a1a;
  --tab-open-underlined-bg-color-selected: #D52527;
  --tab-open-underlined-text-color: #1a1a1a;
  --tab-open-underlined-text-color-hover: #ffffff;
  --tab-open-underlined-text-color-selected: #ffffff;
  --tab-open-underlined-border-color: #cccccc;
  --tab-open-underlined-border-color-hover: #1a1a1a;
  --tab-open-underlined-border-color-selected: #1a1a1a;
  --tab-icon-bg-color: #f2f2f2;
  --tab-icon-bg-color-hover: #1a1a1a;
  --tab-icon-bg-color-selected: #1a1a1a;
  --tab-icon-text-color: #1a1a1a;
  --tab-icon-text-color-hover: #ffffff;
  --tab-icon-text-color-selected: #ffffff;
}

.tabs {
  position: relative;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.tabs.scroll-left:before, .tabs.scroll-right:after {
  position: absolute;
  z-index: 99;
  width: 40px;
  width: 2.5rem;
  height: 60px;
  height: 3.75rem;
  content: "";
}
.tabs.scroll-left:before {
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}
.tabs.scroll-right:after {
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
}
.tabs .tab-label {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 40px 10px 0;
  padding: 0 2.5rem 0.625rem 0;
  margin: 0;
  font-weight: 600;
  color: var(--tab-accordion-label-color);
  cursor: pointer;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 36px;
  line-height: 2.25rem;
}
@media all and (min-width: 1280px) {
  .tabs .tab-label {
    display: none;
  }
}
.tabs .tab-label::before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background: var(--tab-accordion-border-color);
  border-radius: 2px;
  border-radius: 0.125rem;
  content: "";
}
@media all and (min-width: 1280px) {
  .tabs .tab-label::before {
    display: none;
  }
}
.tabs .tab-label::after {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 0 10px;
  padding: 0 0.625rem;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
  font-size: 26px;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 900;
  color: var(--tab-accordion-toggle-color);
  text-rendering: auto;
  content: "\f107";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
}
@media all and (min-width: 1280px) {
  .tabs .tab-label::after {
    display: none;
  }
}
.tabs.accordion.tabs-open .tab-label:after {
  content: "\f106";
}

.tabs .tab-label:hover::before, .tabs .tab-label:focus::before {
  background: var(--tab-accordion-border-color-hover);
}
.tabs .tab-label:hover::after, .tabs .tab-label:focus::after {
  color: var(--tab-accordion-toggle-color-hover);
}
.tabs .tab-indicator {
  position: relative;
  top: 57px;
  top: 3.5625rem;
  left: 0;
  z-index: 101;
  display: inline-block;
  width: 100%;
  height: 8px;
  height: 0.5rem;
  background: var(--tab-animated-bg-color-selected);
  border-radius: 30px;
  border-radius: 1.875rem;
  content: "";
}

.tab-con {
  position: relative;
  margin: 0;
  overflow-x: auto;
  overflow-y: visible;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.tabs.accordion .tab-con {
  padding: 0;
  margin: 0;
  overflow: visible;
  white-space: normal;
}
@media all and (min-width: 1280px) {
  .tabs.accordion .tab-con {
    overflow-x: auto;
    overflow-y: visible;
    white-space: nowrap;
  }
}

.tab-list {
  display: none;
  padding: 0;
  margin: 0;
  font-weight: 600;
  list-style: none;
  background: white;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-indent: 0;
}
.tab-list li a {
  font-size: 24px;
  font-size: 1.5rem;
}
.tab-list[role=tablist] {
  display: inline-block;
}
@media all and (min-width: 1280px) {
  .tabs.accordion.icon .tab-list[role=tablist] {
    width: 100%;
  }
  .tabs.accordion.icon .tab-list[role=tablist] li,
  .tabs.accordion.icon .tab-list[role=tablist] a {
    width: 100%;
  }
}

.tabs.accordion .tab-list[role=tablist] {
  position: absolute;
  top: 100%;
  z-index: 100;
  display: none;
  width: 100%;
}
@media all and (min-width: 1280px) {
  .tabs.accordion .tab-list[role=tablist] {
    position: relative;
    top: auto;
    z-index: auto;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    background: transparent;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.tabs.accordion.tabs-open .tab-list[role=tablist] {
  display: block;
}

@media all and (min-width: 1280px) {
  .tabs.animated .tab-list[role=tablist] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.tab-list a[role=tab] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}
.tab-list img {
  display: block;
  margin: 0 10px 0 0;
  margin: 0 0.625rem 0 0;
  max-height: 35px;
  max-height: 2.1875rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.tab-list li {
  position: relative;
  display: inline-block;
  padding: 0;
  white-space: nowrap;
  text-indent: 0;
}
@media all and (min-width: 1280px) {
  .tab-list li {
    margin: 0 5px 0 0;
    margin: 0 0.3125rem 0 0;
  }
}
.tab-list li:last-child {
  margin: 0;
}
.tab-list li::before {
  content: none;
}
.tab-list li a {
  background: var(--tab-animated-bg-color);
  color: inherit;
  padding: 12px 19px;
  padding: 0.75rem 1.1875rem;
}
@media all and (min-width: 1280px) {
  .tab-list li a {
    background: transparent;
    padding: 12px 19px;
    padding: 0.75rem 1.1875rem;
  }
}
.tabs.accordion .tab-list li {
  display: block;
}
@media all and (min-width: 1280px) {
  .tabs.accordion .tab-list li {
    display: inline-block;
  }
}

.tabs.animated .tab-list li {
  margin: 0;
}
@media all and (min-width: 1280px) {
  .tabs.animated .tab-list li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.tabs.animated .tab-list li:last-child {
  margin: 0;
}
.tabs.animated .tab-list li a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 19px;
  padding: 0.75rem 1.1875rem;
  color: var(--tab-animated-text-color);
  text-align: center;
  text-decoration: none;
  background: var(--tab-animated-bg-color);
  text-decoration: none;
  height: 52px;
  height: 3.25rem;
}
.tabs.accordion .tab-list li a {
  text-align: left;
  width: 100%;
  display: block;
  text-decoration: none;
}
@media all and (min-width: 1280px) {
  .tabs.accordion .tab-list li a {
    text-align: center;
  }
}

.tabs.animated .tab-list li a {
  color: var(--tab-animated-border-color);
}
@media all and (min-width: 1280px) {
  .tabs.animated .tab-list li a {
    text-align: center;
    background: transparent;
    border-bottom: 4px solid var(--tab-animated-border-color);
    border-bottom: 0.25rem solid var(--tab-animated-border-color);
  }
}

.tabs.animated .tab-list li a:hover, .tabs.animated .tab-list li a:focus {
  color: var(--tab-animated-text-color);
  outline: 0;
}
.tabs.animated .tab-list li a:hover {
  color: var(--tab-animated-text-color);
}

@media all and (min-width: 1280px) {
  .tabs.animated .tab-list li a:focus {
    color: var(--tab-animated-text-color);
  }
}

.tabs.animated .tab-list li a[aria-selected] {
  padding: 12px 19px;
  padding: 0.75rem 1.1875rem;
  color: #fff;
  background-color: var(--tab-animated-bg-color-selected);
  border-color: var(--tab-animated-bg-color);
}
@media all and (min-width: 1408px) {
  .tabs.animated .tab-list li a[aria-selected] {
    background: transparent;
    color: var(--tab-animated-text-color-selected);
  }
}
.tabs.animated .tab-list li a[aria-selected]:hover, .tabs.animated .tab-list li a[aria-selected]:focus {
  color: var(--tab-animated-text-color-selected);
  background: var(--tab-animated-bg-color-selected);
}
@media all and (min-width: 1280px) {
  .tabs.animated .tab-list li a[aria-selected]:hover, .tabs.animated .tab-list li a[aria-selected]:focus {
    color: var(--tab-animated-text-color-hover);
    background: transparent;
  }
}
@media all and (min-width: 1280px) {
  .tabs.animated .tab-list li a[aria-selected] {
    background: transparent;
    color: var(--tab-animated-bg-color-selected);
  }
}

@media all and (min-width: 1280px) {
  .tabs.animated .tab-list li a[aria-selected]:hover,
  .tabs.animated .tab-list li a[aria-selected]:focus {
    background-color: transparent;
    color: var(--tab-animated-bg-color-selected);
    border-color: var(--tab-animated-bg-color);
  }
}

@media all and (min-width: 1280px) {
  .tabs.tab-open--underline .tab-list li {
    margin-right: 30px;
    margin-right: 1.875rem;
  }
}

@media all and (min-width: 1280px) {
  .tabs.tab-open .tab-list li {
    margin-right: 30px;
    margin-right: 1.875rem;
  }
}

@media all and (min-width: 1280px) {
  .tabs.icon .tab-list li {
    margin-right: 40px;
    margin-right: 2.5rem;
  }
  .tabs.icon .tab-list li:last-of-type {
    margin-right: 0;
  }
}

.tab-list li a {
  font-style: normal;
  font-weight: 500;
  font-family: "Saira Condensed", sans-serif;
}
@media all and (min-width: 1280px) {
  .tab-list li a {
    display: inline-block;
    padding: 15px 36px;
    padding: 0.9375rem 2.25rem;
    color: var(--tab-contained-text-color);
    background: var(--tab-contained-bg-color);
    border-bottom: 0;
    border-top-right-radius: 10px;
    border-top-right-radius: 0.625rem;
    border-top-left-radius: 10px;
    border-top-left-radius: 0.625rem;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
    text-decoration: none;
  }
}
@media all and (min-width: 1280px) {
  .tabs.icon .tab-list a {
    padding: 25px 30px 30px;
    padding: 1.5625rem 1.875rem 1.875rem;
    background: var(--tab-icon-bg-color);
    color: var(--tab-icon-text-color);
    border-radius: 10px;
    border-radius: 0.625rem;
  }
  .tabs.icon .tab-list a:hover, .tabs.icon .tab-list a:focus {
    color: var(--tab-icon-text-color-hover);
    background: var(--tab-icon-bg-color-hover);
  }
  .tabs.icon .tab-list a:hover img, .tabs.icon .tab-list a:focus img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}

@media all and (min-width: 1280px) {
  .tabs.tab-open .tab-list a {
    padding: 10px 0;
    padding: 0.625rem 0;
    color: var(--tab-open-text-color);
    text-transform: uppercase;
    background: var(--tab-open-bg-color);
    border-radius: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem;
    letter-spacing: 0.05rem;
  }
}
@media all and (min-width: 1280px) and (min-width: 1280px) {
  .tabs.tab-open .tab-list a {
    background: transparent;
    opacity: 0.6;
  }
}
@media all and (min-width: 1280px) {
  .tabs.tab-open .tab-list a:hover, .tabs.tab-open .tab-list a:focus {
    color: var(--tab-open-text-color-hover);
  }
}
@media all and (min-width: 1280px) and (min-width: 1280px) {
  .tabs.tab-open .tab-list a:hover, .tabs.tab-open .tab-list a:focus {
    color: inherit;
    opacity: 1;
  }
}

@media all and (min-width: 1280px) {
  .tabs.tab-open--underline .tab-list a {
    padding: 10px 0;
    padding: 0.625rem 0;
    color: var(--tab-open-underlined-text-color);
    background: var(--tab-open-underlined-bg-color);
    border-radius: 0;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media all and (min-width: 1280px) and (min-width: 1280px) {
  .tabs.tab-open--underline .tab-list a {
    background: transparent;
    color: inherit;
  }
}
@media all and (min-width: 1280px) {
  .tabs.tab-open--underline .tab-list a::after {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 3px;
    height: 0.1875rem;
    background: var(--tab-open-underlined-border-color);
    border-radius: 50px;
    border-radius: 3.125rem;
    content: "";
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    left: 0;
  }
  .tabs.tab-open--underline .tab-list a:hover, .tabs.tab-open--underline .tab-list a:focus {
    color: var(--tab-open-underlined-text-color-hover);
  }
}
@media all and (min-width: 1280px) and (min-width: 1280px) {
  .tabs.tab-open--underline .tab-list a:hover, .tabs.tab-open--underline .tab-list a:focus {
    background: transparent;
    color: inherit;
  }
}
@media all and (min-width: 1280px) {
  .tabs.tab-open--underline .tab-list a:hover::after, .tabs.tab-open--underline .tab-list a:focus::after {
    background: var(--tab-open-underlined-border-color-hover);
  }
}

.tab-list li a::before {
  content: none;
}
.tab-list li a:hover, .tab-list li a:focus {
  color: var(--tab-contained-text-color-hover);
  background-color: var(--tab-contained-bg-color-hover);
}
.tab-list li a[aria-selected] {
  color: var(--tab-contained-text-color-selected);
  background: var(--tab-contained-bg-color-selected);
}
.tabs.tab-open .tab-list a[aria-selected] {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  color: var(--tab-open-text-color-selected);
  background: var(--tab-open-bg-color-selected);
}
@media all and (min-width: 1280px) {
  .tabs.tab-open .tab-list a[aria-selected] {
    color: var(--tab-open-text-color);
    background: transparent;
    opacity: 1;
  }
}

.tabs.tab-open--underline .tab-list a[aria-selected] {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  color: var(--tab-open-underlined-text-color-selected);
  background: var(--tab-open-underlined-bg-color-selected);
}
@media all and (min-width: 1280px) {
  .tabs.tab-open--underline .tab-list a[aria-selected] {
    background: transparent;
    color: inherit;
  }
}
.tabs.tab-open--underline .tab-list a[aria-selected]::after {
  background: var(--tab-open-underlined-border-color-selected);
}

.tabs.icon .tab-list a[aria-selected] {
  color: var(--tab-icon-text-color-selected);
  background: var(--tab-icon-bg-color-selected);
}
.tabs.icon .tab-list a[aria-selected] img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.tab-list li a[aria-selected]:hover, .tab-list li a[aria-selected]:focus {
  color: white;
  background: var(--tab-contained-bg-color-selected);
  border-color: var(--tab-contained-bg-color-selected);
}

.tab-title {
  font-size: 24px;
  font-size: 1.5rem;
}

.tab-content,
.tab-content--icon {
  padding: 10px 0 0;
  padding: 0.625rem 0 0;
}
@media all and (min-width: 1280px) {
  .tab-content,
  .tab-content--icon {
    border-top-right-radius: 10px;
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 10px;
    border-bottom-right-radius: 0.625rem;
    border-bottom-left-radius: 10px;
    border-bottom-left-radius: 0.625rem;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
  }
}
.tabs .tab-content p {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}

.tabs.animated .tab-content {
  padding: 10px 0 0;
  padding: 0.625rem 0 0;
}
@media all and (min-width: 1280px) {
  .tabs.animated .tab-content {
    padding-top: 50px;
    padding-top: 3.125rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.tabs.tab-open .tab-content {
  padding: 10px 0 0;
  padding: 0.625rem 0 0;
}
@media all and (min-width: 1280px) {
  .tabs.tab-open .tab-content {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.tabs.tab-open--underline .tab-content {
  padding: 10px 0 0;
  padding: 0.625rem 0 0;
}
@media all and (min-width: 1280px) {
  .tabs.tab-open--underline .tab-content {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.tab-content--icon {
  padding: 10px 0 0;
  padding: 0.625rem 0 0;
}
@media all and (min-width: 1280px) {
  .tab-content--icon {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.tab-content[aria-hidden=true],
.tab-content--icon[aria-hidden=true] {
  display: none;
}
.tab-content .tab-icon:not([data-arx-type=image]),
.tab-content--icon .tab-icon:not([data-arx-type=image]) {
  display: none;
}
.tab-content .tab-icon[data-arx-type=image],
.tab-content--icon .tab-icon[data-arx-type=image] {
  position: relative;
  padding-top: 10px;
  padding-top: 0.625rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  background: repeating-linear-gradient(to right, rgba(0, 88, 251, 0.04), rgba(0, 88, 251, 0.04) calc(100% / var(--arx-grid-columns) - var(--arx-grid-gutter)), transparent calc(100% / var(--arx-grid-columns) - var(--arx-grid-gutter)), transparent calc(100% / var(--arx-grid-columns)));
  outline: 2px dashed rgba(0, 88, 251, 0.2);
  outline: 0.125rem dashed rgba(0, 88, 251, 0.2);
}
@media all and (min-width: 1280px) {
  .tab-content .tab-icon[data-arx-type=image],
  .tab-content--icon .tab-icon[data-arx-type=image] {
    padding: 40px;
    padding: 2.5rem;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
  }
}
.tab-content .tab-icon[data-arx-type=image]::before,
.tab-content--icon .tab-icon[data-arx-type=image]::before {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 2px;
  padding: 0.125rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(0, 88, 251, 0.04);
  border: 1px dashed rgba(0, 88, 251, 0.2);
  border: 0.0625rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
  content: "Tab Icon";
}
.tab-content .tab-title:not([data-arx-type=heading]),
.tab-content--icon .tab-title:not([data-arx-type=heading]) {
  display: none;
}
.tab-content[data-arx-type=layer], .tab-content[data-arx-type=tabs], .tab-content[data-arx-type=icontabs],
.tab-content--icon[data-arx-type=layer],
.tab-content--icon[data-arx-type=tabs],
.tab-content--icon[data-arx-type=icontabs] {
  position: relative;
  padding-top: 10px;
  padding-top: 0.625rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  background: repeating-linear-gradient(to right, rgba(0, 88, 251, 0.04), rgba(0, 88, 251, 0.04) calc(100% / var(--arx-grid-columns) - var(--arx-grid-gutter)), transparent calc(100% / var(--arx-grid-columns) - var(--arx-grid-gutter)), transparent calc(100% / var(--arx-grid-columns)));
  outline: 2px dashed rgba(0, 88, 251, 0.2);
  outline: 0.125rem dashed rgba(0, 88, 251, 0.2);
}
@media all and (min-width: 1280px) {
  .tab-content[data-arx-type=layer], .tab-content[data-arx-type=tabs], .tab-content[data-arx-type=icontabs],
  .tab-content--icon[data-arx-type=layer],
  .tab-content--icon[data-arx-type=tabs],
  .tab-content--icon[data-arx-type=icontabs] {
    padding: 40px;
    padding: 2.5rem;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
  }
}
.tab-content[data-arx-type=layer] .tab-title, .tab-content[data-arx-type=tabs] .tab-title, .tab-content[data-arx-type=icontabs] .tab-title,
.tab-content--icon[data-arx-type=layer] .tab-title,
.tab-content--icon[data-arx-type=tabs] .tab-title,
.tab-content--icon[data-arx-type=icontabs] .tab-title {
  display: block !important;
}
.tab-content[data-arx-type=layer] h2, .tab-content[data-arx-type=tabs] h2, .tab-content[data-arx-type=icontabs] h2,
.tab-content--icon[data-arx-type=layer] h2,
.tab-content--icon[data-arx-type=tabs] h2,
.tab-content--icon[data-arx-type=icontabs] h2 {
  display: block;
}
.tab-content[data-arx-type=layer]::before, .tab-content[data-arx-type=tabs]::before, .tab-content[data-arx-type=icontabs]::before,
.tab-content--icon[data-arx-type=layer]::before,
.tab-content--icon[data-arx-type=tabs]::before,
.tab-content--icon[data-arx-type=icontabs]::before {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 2px;
  padding: 0.125rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(0, 88, 251, 0.04);
  border: 1px dashed rgba(0, 88, 251, 0.2);
  border: 0.0625rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
  content: "Tab";
}

.tab-content.classic[data-arx-type=tabs]::before,
.tab-content.classic[data-arx-type=layer]::before {
  content: "Tab - Classic";
}

.tab-content.tab-open[data-arx-type=tabs]::before,
.tab-content.tab-open[data-arx-type=layer]::before {
  content: "Tab - Open (No Underline)";
}

.tab-content.tab-open--underline[data-arx-type=tabs]::before,
.tab-content.tab-open--underline[data-arx-type=layer]::before {
  content: "Tab - Open Underline";
}

.tab-content.animated[data-arx-type=tabs]::before,
.tab-content.animated[data-arx-type=layer]::before {
  content: "Tab - Animated";
}

.tab-content--icon[data-arx-type=icontabs]::before,
.tab-content--icon[data-arx-type=layer]::before {
  content: "Tab - Icon";
}

:root {
  --image-list-bg: transparent;
  --image-list-border-color: #cccccc;
  --figcaption-text: #ffffff;
  --figcaption-bg: #1a1a1a;
  --image-bg-filter-color: brightness(5%) saturate(100%) invert(9%) sepia(81%) saturate(1559%) hue-rotate(309deg)
    brightness(91%) contrast(150%);
}
:root .dark-mode {
  --image-list-bg: transparent;
  --image-list-border-color: #cccccc;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
@media all and (min-width: 800px) {
  img {
    max-width: 100%;
  }
}
img.retina {
  display: none;
  max-width: 50%;
}
img[class*=outset] {
  margin: 0 auto;
  float: none;
}
@media all and (min-width: 800px) {
  img[class*=outset] {
    margin: 0 auto;
    float: none;
  }
}
img[class*=left] {
  margin: 0 0 15px 0;
  margin: 0 0 0.9375rem 0;
}
@media all and (min-width: 800px) {
  img[class*=left] {
    margin: 0 50px 20px 0;
    margin: 0 3.125rem 1.25rem 0;
    float: left;
    max-width: 40%;
  }
}
img[class*=right] {
  margin: 0 0 15px 0;
  margin: 0 0 0.9375rem 0;
}
@media all and (min-width: 800px) {
  img[class*=right] {
    float: right;
    max-width: 40%;
    margin: 0 0 20px 50px;
    margin: 0 0 1.25rem 3.125rem;
  }
}
img[class*=center], img[class*=both] {
  margin: 0 auto 15px auto;
  margin: 0 auto 0.9375rem auto;
}
@media all and (min-width: 800px) {
  img[class*=center], img[class*=both] {
    margin: 0 auto 20px auto;
    margin: 0 auto 1.25rem auto;
  }
}

figure {
  display: table;
  margin: 0;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
@media all and (min-width: 800px) {
  figure {
    max-width: 100%;
  }
}
figure &gt; a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
figure &gt; a img {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
figure &gt; a::before {
  display: none;
}
figure &gt; a:hover img, figure &gt; a:focus img {
  -webkit-transform: scale(1.025);
      -ms-transform: scale(1.025);
          transform: scale(1.025);
}
figure.max-width {
  width: 100%;
}
figure.max-width img {
  width: 100%;
}
figure.rounded-corners img {
  border-radius: 10px;
  border-radius: 0.625rem;
  overflow: hidden;
}
figure.rounded-corners figcaption {
  border-radius: 10px;
  border-radius: 0.625rem;
}
figure.offsetLeft {
  margin-left: -50px;
  margin-left: -3.125rem;
}
figure.offsetRight {
  margin-right: -50px;
  margin-right: -3.125rem;
}
figure.rounded-corners img {
  border-radius: 10px;
  border-radius: 0.625rem;
  overflow: hidden;
}
figure.retina {
  display: none;
  max-width: 50%;
}
.homepage .tab-current figure.zoomin {
  -webkit-animation: 3s ease-in-out fadein, 1.5s ease-in-out zoomin;
          animation: 3s ease-in-out fadein, 1.5s ease-in-out zoomin;
}

figure img {
  display: block;
  margin: 0 auto;
}
figure img[class*=outset] {
  margin: 0 auto;
  float: none;
}
@media all and (min-width: 800px) {
  figure img[class*=outset] {
    margin: 0 auto;
    float: none;
  }
}
figure[class*=left] {
  margin: 0 0 15px 0;
  margin: 0 0 0.9375rem 0;
}
@media all and (min-width: 800px) {
  figure[class*=left] {
    float: left;
    max-width: 40%;
    margin: 0 50px 20px 0;
    margin: 0 3.125rem 1.25rem 0;
  }
}
figure[class*=right] {
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
}
@media all and (min-width: 800px) {
  figure[class*=right] {
    float: right;
    max-width: 40%;
    margin: 0 0 20px 50px;
    margin: 0 0 1.25rem 3.125rem;
  }
}
figure[class*=center], figure[class*=both] {
  margin: 0 auto 15px auto;
  margin: 0 auto 0.9375rem auto;
}
@media all and (min-width: 800px) {
  figure[class*=center], figure[class*=both] {
    margin: 0 auto 20px auto;
    margin: 0 auto 1.25rem auto;
  }
}
figure figcaption {
  display: table-caption;
  background: var(--figcaption-bg);
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-style: italic;
  color: var(--figcaption-text);
  text-align: center;
  padding: 10px 25px;
  padding: 0.625rem 1.5625rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  caption-side: bottom;
}

.image-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 35px 0;
  margin: 2.1875rem 0;
}
@media all and (min-width: 800px) {
  .image-list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.image-list + .image-list {
  border-top: 1px solid var(--image-list-border-color);
  border-top: 0.0625rem solid var(--image-list-border-color);
  padding: 35px 0;
  padding: 2.1875rem 0;
  margin: 0;
}
.image-list h2,
.image-list h3,
.image-list h4 {
  margin-top: 0;
}
.image-list .image, .image-list__image {
  width: 100%;
  text-align: center;
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
  border-radius: 10px;
  border-radius: 0.625rem;
}
@media all and (min-width: 800px) {
  .image-list .image, .image-list__image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 220px;
    width: 13.75rem;
    overflow: hidden;
    margin: 0 40px 0 0;
    margin: 0 2.5rem 0 0;
    max-height: 150px;
    max-height: 9.375rem;
  }
  .image-list .image a, .image-list__image a {
    border-bottom: 0 !important;
  }
}
@media all and (min-width: 800px) and (min-width: 800px) {
  .image-list .image img,
  .image-list .image figure, .image-list__image img,
  .image-list__image figure {
    margin: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 150px;
    min-height: 9.375rem;
  }
}
.image-list .content, .image-list__content {
  width: 100%;
}
@media all and (min-width: 800px) {
  .image-list .content, .image-list__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: calc(100% - 230px);
    width: calc(100% - 14.375rem);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
.image-list .content &gt; *, .image-list__content &gt; * {
  width: 100%;
}
.image-list .content h1,
.image-list .content h2,
.image-list .content h3, .image-list__content h1,
.image-list__content h2,
.image-list__content h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin: 0 0 5px;
  margin: 0 0 0.3125rem;
}
.image-list .content p, .image-list__content p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
}
.image-list .content p:last-of-type, .image-list__content p:last-of-type {
  margin-bottom: 0;
}

.zoom-img,
.zoom-gal {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.zoom-img img,
.zoom-gal img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.zoom-img img:hover, .zoom-img img:focus,
.zoom-gal img:hover,
.zoom-gal img:focus {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.bg-image:not([data-arx-type=image]) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-image:not([data-arx-type=image]) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-image--overlay img {
  -webkit-filter: var(--image-bg-filter-color);
          filter: var(--image-bg-filter-color);
}

@media all and (min-width: 1280px) {
  .bg-image--desktop-only:not([data-arx-type=image]) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: -1;
  }
  .bg-image--desktop-only:not([data-arx-type=image]) img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

figure[data-embed-code*=script] {
  position: relative;
  width: 100%;
  outline: rgba(0, 88, 251, 0.2) dashed;
  margin: 0.625rem 0 1.25rem !important;
  max-width: 100% !important;
  padding: 40px;
  padding: 2.5rem;
  background: #f2f2f2;
}
figure[data-embed-code*=script]::before {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  z-index: 4;
  display: inline-block;
  padding: 2px;
  padding: 0.125rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(0, 88, 251, 0.04);
  border: 0.0625rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
  content: "Script";
}
figure[data-embed-code*=script]::after {
  position: relative;
  display: inline-block;
  color: #777777;
  padding: 10px;
  padding: 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
  width: 100%;
  content: "This box contains a script that will generate the intended content on the front-end of the website. To replace the script, you can do so via HTML view.";
}

.grid-list {
  --gutter: 60px;
  --gutter: 3.75rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0 0;
  margin: 3.75rem 0 0;
}
.grid-list__item {
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
}
@media all and (min-width: 1280px) {
  .grid-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.grid-list__icon {
  background: rgba(204, 204, 204, 0.35);
  min-width: 100px;
  min-width: 6.25rem;
  max-width: 100px;
  max-width: 6.25rem;
  height: 100px;
  height: 6.25rem;
  padding: 20px;
  padding: 1.25rem;
  border-radius: 50%;
  margin: 0 0 20px 0;
  margin: 0 0 1.25rem 0;
}
@media all and (min-width: 1280px) {
  .grid-list__icon {
    margin: 0 20px 0 0;
    margin: 0 1.25rem 0 0;
  }
}
.grid-list__icon svg,
.grid-list__icon img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
  width: 100%;
  height: 100%;
}
.grid-list__heading {
  margin: 10px 0 5px;
  margin: 0.625rem 0 0.3125rem;
}
.grid-list__content {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
}

:root {
  --bc-background-color: #efefef;
  --bc-text-color: #1a1a1a;
  --bc-dark-background-color: #1a1a1a;
  --bc-dark-text-color: #efefef;
  --bc-darker-background-color: #333333;
  --bc-darker-text-color: #ffffff;
}
:root .dark-mode {
  --bc-background-color: #efefef;
  --bc-text-color: #1a1a1a;
  --bc-dark-background-color: #1a1a1a;
  --bc-dark-text-color: #efefef;
}

.block-container {
  position: relative;
  padding: 50px 30px 60px;
  padding: 3.125rem 1.875rem 3.75rem;
  overflow: hidden;
  z-index: 0;
}
@media all and (min-width: 1280px) {
  .block-container {
    padding: 80px 55px 75px;
    padding: 5rem 3.4375rem 4.6875rem;
  }
}
body.subpage.sidebar-layout .block-container {
  margin: 0 -30px;
  margin: 0 -1.875rem;
}
@media all and (min-width: 1280px) {
  body.subpage.sidebar-layout .block-container {
    margin: 0 -80px;
    margin: 0 -5rem;
    padding: 60px 80px 55px;
    padding: 3.75rem 5rem 3.4375rem;
  }
}

.block-container__inner {
  max-width: 100%;
}
@media all and (min-width: 1280px) {
  .block-container__inner {
    width: auto;
    max-width: calc(100% - 35px);
    max-width: calc(100% - 2.1875rem);
    margin: 0 auto;
    width: 1360px;
    width: 85rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 1280px) and (min-width: 800px) {
  .block-container__inner {
    max-width: calc(100% - 60px);
    max-width: calc(100% - 3.75rem);
  }
}
@media all and (min-width: 1280px) {
  .homepage .block-container__inner {
    width: auto;
    max-width: calc(100% - 35px);
    max-width: calc(100% - 2.1875rem);
    margin: 0 auto;
    width: 1160px;
    width: 72.5rem;
  }
}
@media all and (min-width: 1280px) and (min-width: 800px) {
  .homepage .block-container__inner {
    max-width: calc(100% - 60px);
    max-width: calc(100% - 3.75rem);
  }
}
.block-container .columns {
  margin: auto;
}
body.subpage.fullwidth .block-container, body.homepage .block-container {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}
body.subpage.fullwidth .block-container__inner, body.homepage .block-container__inner {
  width: auto;
  max-width: calc(100% - 35px);
  max-width: calc(100% - 2.1875rem);
  margin: 0 auto;
  width: 1360px;
  width: 85rem;
}
@media all and (min-width: 800px) {
  body.subpage.fullwidth .block-container__inner, body.homepage .block-container__inner {
    max-width: calc(100% - 60px);
    max-width: calc(100% - 3.75rem);
  }
}

.block-container.contain {
  overflow: hidden;
  width: 100% !important;
  margin: 0 auto !important;
}
.block-container.drop-shadow {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
}
.block-container.white {
  background: white;
}
.block-container.white h1,
.block-container.white h2,
.block-container.white h3,
.block-container.white h4,
.block-container.white h5,
.block-container.white h6,
.block-container.white p,
.block-container.white ul,
.block-container.white ol {
  color: var(--bc-text-color);
}
.block-container.light {
  background: var(--bc-background-color);
}
.block-container.light h1,
.block-container.light h2,
.block-container.light h3,
.block-container.light h4,
.block-container.light h5,
.block-container.light h6,
.block-container.light p,
.block-container.light ul,
.block-container.light ol {
  color: var(--bc-text-color);
}
.block-container.textured {
  background: url(/themes/Atlas/assets/dist/images/textured-background.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.block-container.textured h1,
.block-container.textured h2,
.block-container.textured h3,
.block-container.textured h4,
.block-container.textured h5,
.block-container.textured h6,
.block-container.textured p,
.block-container.textured ul,
.block-container.textured ol {
  color: var(--bc-dark-text-color);
}
.block-container.textured p:last-of-type,
.block-container.textured ul:last-of-type,
.block-container.textured ol:last-of-type {
  margin-bottom: 0;
}
.block-container.textured a:not(.button) {
  color: var(--bc-dark-text-color);
}
.block-container.dark {
  background: var(--bc-dark-background-color);
}
.block-container.dark h1,
.block-container.dark h2,
.block-container.dark h3,
.block-container.dark h4,
.block-container.dark h5,
.block-container.dark h6,
.block-container.dark p,
.block-container.dark ul,
.block-container.dark ol {
  color: var(--bc-dark-text-color);
}
.block-container.dark p:last-of-type,
.block-container.dark ul:last-of-type,
.block-container.dark ol:last-of-type {
  margin-bottom: 0;
}
.block-container.dark a:not(.button) {
  color: var(--bc-dark-text-color);
}
.block-container.darker {
  background: var(--bc-darker-background-color);
}
.block-container.darker h1,
.block-container.darker h2,
.block-container.darker h3,
.block-container.darker h4,
.block-container.darker h5,
.block-container.darker h6,
.block-container.darker p,
.block-container.darker ul,
.block-container.darker ol {
  color: var(--bc-darker-text-color);
}
.block-container.darker p:last-of-type,
.block-container.darker ul:last-of-type,
.block-container.darker ol:last-of-type {
  margin-bottom: 0;
}
.block-container.darker a:not(.button) {
  color: var(--bc-darker-text-color);
}
.block-container[data-arx-type] {
  position: relative;
  outline: rgba(0, 88, 251, 0.2) dashed;
  margin: 10px 0 20px !important;
  margin: 0.625rem 0 1.25rem !important;
  max-width: 100% !important;
}
.block-container[data-arx-type]::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  display: inline-block;
  padding: 2px;
  padding: 0.125rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(0, 88, 251, 0.04);
  border: 0.0625rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
  content: "block-container";
}

:root {
  --form-label-color: #1a1a1a;
  --form-heading-color: #1a1a1a;
  --form-input-border-color: #b3b3b3;
  --form-input-border-color-hover: #1a1a1a;
  --form-input-text-color: #1a1a1a;
  --form-input-bg-color: #ffffff;
  --form-cb-checkmark-color: #ffffff;
  --form-cb-bg-color: #ffffff;
  --form-cb-bg-checked-color: transparent;
  --form-rb-dot-color: #1a1a1a;
  --form-rb-background-color: white;
  --form-submit-button-text-color: #ffffff;
  --form-submit-button-text-color-hover: #ffffff;
  --form-submit-button-bg-color: #1a1a1a;
  --form-submit-button-bg-color-hover: #333333;
}
:root .dark-mode {
  --form-label-color: #f2f2f2;
  --form-heading-color: #f2f2f2;
  --form-input-border-color: #f2f2f2;
  --form-input-text-color: #f2f2f2;
  --form-input-bg-color: #b3b3b3;
}

.form-box-content .content-form,
.content-form {
  margin: 0;
}
.form-box-content .content-form h2,
.content-form h2 {
  padding-left: 0;
  width: 100%;
}
.form-box-content .content-form .form-header p,
.content-form .form-header p {
  padding: 0;
}
.form-box-content .content-form fieldset,
.content-form fieldset {
  width: 100%;
}
.form-box-content .content-form fieldset legend,
.content-form fieldset legend {
  padding: 0;
}
.form-box-content .content-form input[type=text],
.form-box-content .content-form input[type=file],
.form-box-content .content-form input[type=date],
.form-box-content .content-form input[type=datetime],
.form-box-content .content-form input[type=password],
.form-box-content .content-form input[type=email],
.form-box-content .content-form input[type=tel],
.form-box-content .content-form input[type=number],
.form-box-content .content-form input[type=time],
.form-box-content .content-form input[type=url],
.form-box-content .content-form input[type=ssn],
.form-box-content .content-form textarea,
.content-form input[type=text],
.content-form input[type=file],
.content-form input[type=date],
.content-form input[type=datetime],
.content-form input[type=password],
.content-form input[type=email],
.content-form input[type=tel],
.content-form input[type=number],
.content-form input[type=time],
.content-form input[type=url],
.content-form input[type=ssn],
.content-form textarea {
  font-style: normal;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  display: block;
  width: 100%;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
  background: var(--form-input-bg-color);
  border: 1px solid var(--form-input-border-color);
  border: 0.0625rem solid var(--form-input-border-color);
  border-radius: 15px;
  border-radius: 0.9375rem;
}
.form-box-content .content-form input[type=text]:focus,
.form-box-content .content-form input[type=file]:focus,
.form-box-content .content-form input[type=date]:focus,
.form-box-content .content-form input[type=datetime]:focus,
.form-box-content .content-form input[type=password]:focus,
.form-box-content .content-form input[type=email]:focus,
.form-box-content .content-form input[type=tel]:focus,
.form-box-content .content-form input[type=number]:focus,
.form-box-content .content-form input[type=time]:focus,
.form-box-content .content-form input[type=url]:focus,
.form-box-content .content-form input[type=ssn]:focus,
.form-box-content .content-form textarea:focus,
.content-form input[type=text]:focus,
.content-form input[type=file]:focus,
.content-form input[type=date]:focus,
.content-form input[type=datetime]:focus,
.content-form input[type=password]:focus,
.content-form input[type=email]:focus,
.content-form input[type=tel]:focus,
.content-form input[type=number]:focus,
.content-form input[type=time]:focus,
.content-form input[type=url]:focus,
.content-form input[type=ssn]:focus,
.content-form textarea:focus {
  border-color: var(--form-input-border-color-hover);
}
.form-box-content .content-form input[type=file],
.content-form input[type=file] {
  padding: 15px 25px;
  padding: 0.9375rem 1.5625rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}
.form-box-content .content-form input[type=file]::-webkit-file-upload-button,
.content-form input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
  border: 1px solid var(--form-input-border-color);
  border: 0.0625rem solid var(--form-input-border-color);
  -webkit-appearance: none;
          appearance: none;
}
.form-box-content .content-form textarea,
.content-form textarea {
  resize: none;
}
.form-box-content .content-form label,
.content-form label {
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.form-box-content .content-form select,
.content-form select {
  font-style: normal;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  width: 100%;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
  background: var(--form-input-bg-color);
  background-image: url("/themes/Atlas/assets/dist/images/icn-arrow.svg");
  background-position: 97% 50%;
  background-repeat: no-repeat;
  border: 1px solid var(--form-input-border-color);
  border: 0.0625rem solid var(--form-input-border-color);
  border-radius: 10px;
  border-radius: 0.625rem;
  cursor: pointer;
}
.form-box-content .content-form select:focus,
.content-form select:focus {
  border: 1px solid var(--form-input-border-color-hover);
  border: 0.0625rem solid var(--form-input-border-color-hover);
}
.form-box-content .content-form .checkbox-list,
.content-form .checkbox-list {
  padding-left: 0;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
.form-box-content .content-form .checkbox-list label,
.content-form .checkbox-list label {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.form-box-content .content-form .checkbox-list ul,
.content-form .checkbox-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.form-box-content .content-form .checkbox-list input[type=checkbox],
.content-form .checkbox-list input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  opacity: 0;
}
.form-box-content .content-form .checkbox-list input[type=checkbox] + label,
.content-form .checkbox-list input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  padding-left: 2rem;
  font-weight: normal;
  margin-bottom: 0;
}
.form-box-content .content-form .checkbox-list input[type=checkbox] + label::before, .form-box-content .content-form .checkbox-list input[type=checkbox] + label::after,
.content-form .checkbox-list input[type=checkbox] + label::before,
.content-form .checkbox-list input[type=checkbox] + label::after {
  position: absolute;
  display: inline-block;
  content: "";
}
.form-box-content .content-form .checkbox-list input[type=checkbox] + label::before,
.content-form .checkbox-list input[type=checkbox] + label::before {
  top: -2px;
  top: -0.125rem;
  left: 0;
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  background-color: var(--form-cb-bg-color);
  border-radius: 5px;
  border-radius: 0.3125rem;
  border: 1px solid var(--form-input-border-color);
  border: 0.0625rem solid var(--form-input-border-color);
}
.form-box-content .content-form .checkbox-list input[type=checkbox] + label::after,
.content-form .checkbox-list input[type=checkbox] + label::after {
  top: 0;
  left: 0;
  content: none;
}
.form-box-content .content-form .checkbox-list input[type=checkbox]:checked + label,
.content-form .checkbox-list input[type=checkbox]:checked + label {
  background-image: url(/themes/Atlas/assets/dist/images/icn-checkmark.svg);
  background-repeat: no-repeat;
  background-position: 4px 2px;
  background-position: 0.25rem 0.125rem;
  background-size: 16px;
  background-size: 1rem;
}
.form-box-content .content-form .checkbox-list input[type=checkbox]:checked + label::before,
.content-form .checkbox-list input[type=checkbox]:checked + label::before {
  background-color: var(--form-cb-bg-checked-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid var(--form-input-border-color-hover);
  border: 0.0625rem solid var(--form-input-border-color-hover);
  content: "";
}
.form-box-content .content-form .checkbox-list input[type=checkbox]:focus + label::before,
.content-form .checkbox-list input[type=checkbox]:focus + label::before {
  outline: 5px auto -webkit-focus-ring-color;
  outline: 0.3125rem auto -webkit-focus-ring-color;
}
.form-box-content .content-form .hide,
.content-form .hide {
  display: none;
}
.form-box-content .content-form .radio-list,
.content-form .radio-list {
  padding-left: 0;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
.form-box-content .content-form .radio-list label,
.content-form .radio-list label {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.form-box-content .content-form .radio-list input[type=radio],
.content-form .radio-list input[type=radio] {
  position: absolute;
  cursor: pointer;
  opacity: 0;
}
.form-box-content .content-form .radio-list input[type=radio] + label,
.content-form .radio-list input[type=radio] + label {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  padding-left: 2rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-bottom: 0;
  font-weight: normal;
}
.form-box-content .content-form .radio-list input[type=radio] + label::before,
.content-form .radio-list input[type=radio] + label::before {
  content: "";
  position: absolute;
  top: -2px;
  top: -0.125rem;
  left: 0;
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  background-color: var(--form-rb-background-color);
  border-radius: 50px;
  border-radius: 3.125rem;
  border: 1px solid var(--form-input-border-color);
  border: 0.0625rem solid var(--form-input-border-color);
}
.form-box-content .content-form .radio-list input[type=radio]:checked + label::after,
.content-form .radio-list input[type=radio]:checked + label::after {
  position: absolute;
  top: 3px;
  top: 0.1875rem;
  left: 5px;
  left: 0.3125rem;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  background-color: var(--form-rb-dot-color);
  border-radius: 50px;
  border-radius: 3.125rem;
  content: "";
}
.form-box-content .content-form .radio-list input[type=radio]:focus + label::before,
.content-form .radio-list input[type=radio]:focus + label::before {
  outline: 5px auto -webkit-focus-ring-color;
  outline: 0.3125rem auto -webkit-focus-ring-color;
}
.form-box-content .content-form .radio-list ul,
.content-form .radio-list ul {
  padding: 0;
  margin-left: 0 !important;
}
.form-box-content .content-form .radio-list ul li,
.content-form .radio-list ul li {
  text-indent: 0;
}
.form-box-content .content-form .radio-list ul li::before,
.content-form .radio-list ul li::before {
  display: none;
}
.form-box-content .content-form .col-last,
.content-form .col-last {
  margin-right: 0;
  clear: right;
}
.form-box-content .content-form .error-msg,
.content-form .error-msg {
  position: absolute;
  left: 0;
  bottom: 0;
  float: left;
  top: auto;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.form-box-content .content-form .required label::after,
.content-form .required label::after {
  position: relative;
  content: "*";
  font-size: 16px;
  font-size: 1rem;
  top: -3px;
  top: -0.1875rem;
  color: #eb0000;
}
.radio-list.required ul input[type=radio]:not(:checked) + label::after {
  display: none;
}

.form-box-content .content-form .upload,
.content-form .upload {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.form-builder-submit-controls input[type=submit] {
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: var(--form-submit-button-text-color);
  background: var(--form-submit-button-bg-color);
  border: 0;
  border-radius: 10px;
  border-radius: 0.625rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  min-width: 160px;
  min-width: 10rem;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-left: 0;
}
.form-builder-submit-controls input[type=submit]:hover, .form-builder-submit-controls input[type=submit]:focus {
  color: var(--form-submit-button-text-color-hover);
  background: var(--form-submit-button-bg-color-hover);
}

.form-footer p br[data-mce-bogus] {
  display: none;
}

.form-header p:first-of-type &gt; br:first-of-type,
.form-footer p:first-of-type &gt; br:first-of-type {
  display: none;
}

:root {
  --stt-bg-color: #1a1a1a;
  --stt-bg-color-hover: #ffffff;
  --stt-icon-color: #ffffff;
  --stt-icon-color-hover: #1a1a1a;
  --stt-border-color: #cccccc;
  --stt-border-color-hover: #1a1a1a;
}
:root .dark-mode {
  --stt-bg-color: #1a1a1a;
  --stt-bg-color-hover: #ffffff;
  --stt-icon-color: #ffffff;
  --stt-icon-color-hover: #1a1a1a;
  --stt-border-color: #ffffff;
  --stt-border-color-hover: #1a1a1a;
}

a.scroll-to-top {
  position: fixed;
  right: 50px;
  right: 3.125rem;
  bottom: 50px;
  bottom: 3.125rem;
  z-index: 100;
  display: inline-block;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  border: 1px solid var(--stt-border-color);
  border: 0.0625rem solid var(--stt-border-color);
  border-radius: 50%;
  background-color: var(--stt-bg-color);
  text-align: center;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
  a.scroll-to-top {
    right: 25px;
    right: 1.5625rem;
    bottom: 50px;
    bottom: 3.125rem;
  }
}
a.scroll-to-top:hover, a.scroll-to-top:focus {
  border: 1px solid var(--stt-border-color-hover);
  border: 0.0625rem solid var(--stt-border-color-hover);
  background-color: var(--stt-bg-color-hover);
  text-decoration: none;
}
a.scroll-to-top:hover svg, a.scroll-to-top:focus svg {
  fill: var(--stt-icon-color-hover);
}
a.scroll-to-top.move {
  bottom: 150px;
  bottom: 9.375rem;
}
@media only screen and (max-width: 840px) {
  a.scroll-to-top.move {
    bottom: 85px;
    bottom: 5.3125rem;
  }
}
a.scroll-to-top svg {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  fill: var(--stt-icon-color);
  width: 20px;
  width: 1.25rem;
  height: 100%;
}

:root {
  --global-nav-bg: #1a1a1a;
  --global-nav-bg-mobile: #1a1a1a;
  --global-nav-link-color: #ffffff;
  --global-nav-link-color-hover: #cccccc;
  --global-nav-button-text-color: #ffffff;
  --global-nav-button-bg-color: #464646;
  --global-nav-button-text-color-hover: #1a1a1a;
  --global-nav-button-bg-color-hover: #ffffff;
  --global-nav-fa-color: #dfe3eb;
}
:root .dark-mode {
  --global-nav-bg: #1a1a1a;
  --global-nav-link-color: #ffffff;
  --global-nav-link-color-hover: #cccccc;
}

.global-nav {
  display: none;
  position: relative;
  background-color: var(--global-nav-bg);
  width: 100%;
}
@media all and (min-width: 1280px) {
  .global-nav {
    display: block;
  }
}
.global-nav.mobile, .global-nav--mobile {
  display: block;
}
@media all and (min-width: 1280px) {
  .global-nav.mobile, .global-nav--mobile {
    display: none;
  }
}
.global-nav--mobile {
  display: none;
}
@media all and (min-width: 1280px) {
  .global-nav__container &gt; div {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.navigation .nav-level1 .global-nav--mobile {
  display: block;
  background: var(--global-nav-bg-mobile);
  padding: 15px 25px;
  padding: 0.9375rem 1.5625rem;
  margin: 50px -36px 20px;
  margin: 3.125rem -2.25rem 1.25rem;
}
@media all and (min-width: 1280px) {
  .navigation .nav-level1 .global-nav--mobile {
    display: none;
  }
}
.navigation .nav-level1 .global-nav--mobile .global-nav__container {
  display: block;
  width: 100%;
  max-width: 100%;
}
.navigation .nav-level1 .global-nav--mobile .global-nav__container a {
  border-bottom: 0;
}
.navigation .nav-level1 .global-nav--mobile .global-nav__links {
  display: block;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
  margin: 0 0 5px;
  margin: 0 0 0.3125rem;
  text-align: center;
  background-color: var(--global-nav-bg);
}
@media all and (min-width: 800px) {
  .navigation .nav-level1 .global-nav--mobile .global-nav__links {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.global-nav__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  max-width: calc(100% - 35px);
  max-width: calc(100% - 2.1875rem);
  margin: 0 auto;
  width: 1360px;
  width: 85rem;
}
@media all and (min-width: 800px) {
  .global-nav__container {
    max-width: calc(100% - 60px);
    max-width: calc(100% - 3.75rem);
  }
}
.global-nav__links {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.global-nav__links:nth-child(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media all and (min-width: 800px) {
  .global-nav__links li {
    margin-right: 10px;
    margin-right: 0.625rem;
  }
}
.global-nav__links li:last-of-type {
  margin-right: 0;
}
.global-nav__links--link, .global-nav__links--button, .global-nav__links--text-only {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: var(--global-nav-link-color);
  text-decoration: none;
  padding: 12px 5px;
  padding: 0.75rem 0.3125rem;
}
@media all and (min-width: 1280px) {
  .global-nav__links--link, .global-nav__links--button, .global-nav__links--text-only {
    color: var(--global-nav-link-color);
  }
}
.global-nav__links--link:hover, .global-nav__links--link:focus, .global-nav__links--button:hover, .global-nav__links--button:focus, .global-nav__links--text-only:hover, .global-nav__links--text-only:focus {
  color: var(--global-nav-link-color);
}
@media all and (min-width: 1280px) {
  .global-nav__links--link:hover, .global-nav__links--link:focus, .global-nav__links--button:hover, .global-nav__links--button:focus, .global-nav__links--text-only:hover, .global-nav__links--text-only:focus {
    color: var(--global-nav-link-color-hover);
  }
}
.global-nav__links--link svg,
.global-nav__links--link span,
.global-nav__links--link i, .global-nav__links--button svg,
.global-nav__links--button span,
.global-nav__links--button i, .global-nav__links--text-only svg,
.global-nav__links--text-only span,
.global-nav__links--text-only i {
  color: var(--global-nav-fa-color);
  margin-right: 7px;
  margin-right: 0.4375rem;
}
.global-nav__links--link svg {
  position: relative;
  display: inline-block;
  width: 8px;
  width: 0.5rem;
  fill: rgba(255, 255, 255, 0.35);
  top: 1px;
  top: 0.0625rem;
  margin-left: 7px;
  margin-left: 0.4375rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.global-nav__links--link:hover svg, .global-nav__links--link:focus svg {
  fill: white;
}
.global-nav__links--button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--global-nav-button-bg-color);
  color: var(--global-nav-button-text-color);
  border-radius: 50px;
  border-radius: 3.125rem;
  text-align: center;
  width: 100%;
}
@media all and (min-width: 1280px) {
  .global-nav__links--button {
    border-radius: 0;
    padding: 12px 5px 12px 12px;
    padding: 0.75rem 0.3125rem 0.75rem 0.75rem;
  }
}
.global-nav__links--button svg {
  position: relative;
  display: inline-block;
  width: 8px;
  width: 0.5rem;
  fill: rgba(255, 255, 255, 0.35);
  top: 1px;
  top: 0.0625rem;
  margin-left: 7px;
  margin-left: 0.4375rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.global-nav__links--button img {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
.global-nav__links--button:hover, .global-nav__links--button:focus {
  background-color: var(--global-nav-button-bg-color-hover);
  color: var(--global-nav-button-text-color-hover);
}
.global-nav__links--button:hover img, .global-nav__links--button:focus img {
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}
.global-nav__links--button:hover svg, .global-nav__links--button:focus svg {
  fill: black;
}
.global-nav__links--icon-yes {
  display: inline-block;
}
.global-nav__links--icon-no {
  display: none;
}

:root {
  --header-social-link-color: #cccccc;
  --header-social-link-color-hover: #ffffff;
  --header-social-icon: #cccccc;
  --header-social-icon-hover: #cccccc;
  --footer-social-link-color: #cccccc;
  --footer-social-link-color-hover: #ffffff;
  --footer-social-icon: #cccccc;
  --footer-social-icon-hover: #cccccc;
  --juicer-social-link-color: #cccccc;
  --juicer-social-link-color-hover: #ffffff;
  --juicer-social-icon: #cccccc;
  --juicer-social-icon-hover: #cccccc;
}
:root .dark-mode {
  --header-social-link-color: #cccccc;
  --header-social-link-color-hover: #ffffff;
  --header-social-icon: #cccccc;
  --header-social-icon-hover: #cccccc;
  --footer-social-link-color: #cccccc;
  --footer-social-link-color-hover: #ffffff;
  --footer-social-icon: #cccccc;
  --footer-social-icon-hover: #cccccc;
  --juicer-social-link-color: #cccccc;
  --juicer-social-link-color-hover: #ffffff;
  --juicer-social-icon: #cccccc;
  --juicer-social-icon-hover: #cccccc;
}

.social-links {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
@media all and (min-width: 800px) {
  .social-links {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
}
footer .social-links__social-link {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: var(--footer-social-link-color);
  font-weight: bold;
}
@media all and (min-width: 800px) {
  footer .social-links__social-link {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
footer .social-links__social-link:hover, footer .social-links__social-link:focus {
  color: var(--footer-social-link-color-hover);
}

.juicer-feed-container .social-links {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  margin-top: 0.3125rem;
  width: 100%;
}
.juicer-feed-container .social-links__social-link {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 39px;
  line-height: 2.4375rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
}
@media all and (min-width: 800px) {
  .juicer-feed-container .social-links__social-link {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
}
.juicer-feed-container .social-links__social-link:hover, .juicer-feed-container .social-links__social-link:focus {
  color: white;
}
.juicer-feed-container .social-links__social-link::before {
  content: none;
}

.social-links__container {
  display: none;
  margin-right: 25px;
  margin-right: 1.5625rem;
}
.social-links__container:last-child {
  margin-right: 0;
}
.social-links__container svg {
  display: inline-block;
  fill: white;
  color: white;
  width: 22px;
  width: 1.375rem;
}
.social-links__social-link {
  text-decoration: none;
}
.social-links__social-icon {
  width: 20px;
  width: 1.25rem;
  fill: #ccc;
}

:root {
  --icon-list-bg: transparent;
  --icon-list-border-color: #cccccc;
}
:root .dark-mode {
  --icon-list-bg: transparent;
  --icon-list-border-color: #cccccc;
}

.icon-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin: 15px 0;
  margin: 0.9375rem 0;
}
@media all and (min-width: 800px) {
  .icon-list {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin: 30px 0;
    margin: 1.875rem 0;
  }
}
.icon-list h2,
.icon-list h3,
.icon-list h4 {
  margin-top: 0;
}
.icon-list .icon, .icon-list__icon {
  display: inline-block;
  margin: 0 15px 0 0;
  margin: 0 0.9375rem 0 0;
}
@media all and (min-width: 800px) {
  .icon-list .icon, .icon-list__icon {
    margin: 0 30px 0 0;
    margin: 0 1.875rem 0 0;
    overflow: hidden;
  }
}
.icon-list .icon img,
.icon-list .icon figure, .icon-list__icon img,
.icon-list__icon figure {
  max-height: 50px;
  max-height: 3.125rem;
  min-height: 50px;
  min-height: 3.125rem;
}
@media all and (min-width: 800px) {
  .icon-list .icon img,
  .icon-list .icon figure, .icon-list__icon img,
  .icon-list__icon figure {
    min-height: 50px;
    min-height: 3.125rem;
    max-height: 100px;
    max-height: 6.25rem;
    margin: 0;
  }
}
.icon-list .content, .icon-list__content {
  width: calc(100% - 60px);
  width: calc(100% - 3.75rem);
}
@media all and (min-width: 800px) {
  .icon-list .content, .icon-list__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: calc(100% - 130px);
    width: calc(100% - 8.125rem);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
.icon-list .content &gt; *, .icon-list__content &gt; * {
  width: 100%;
}
.icon-list .content h1,
.icon-list .content h2,
.icon-list .content h3, .icon-list__content h1,
.icon-list__content h2,
.icon-list__content h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0 0 5px;
  margin: 0 0 0.3125rem;
}
.icon-list .content p, .icon-list__content p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.icon-list .content[data-arx-type=layer], .icon-list__content[data-arx-type=layer] {
  width: 100%;
}

:root {
  --modal-bg-color: #fff;
  --modal-text-color: #1a1a1a;
  --modal-link-color: #1a1a1a;
  --modal-link-color-hover: #414141;
  --modal-close-icon-color: #1a1a1a;
}
:root .dark-mode {
  --modal-bg-color: #414141;
  --modal-text-color: #fff;
  --modal-link-color: #1a1a1a;
  --modal-link-color-hover: #414141;
  --modal-close-icon-color: #1a1a1a;
}

body.modal-open {
  overflow: hidden;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1071;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s 0s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s;
}
.modal-overlay__show-modal, .modal-overlay__show-modal--sb {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: visibility 0s linear 0s, opacity 0.25s 0s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1072;
  display: none;
  width: 98vw;
  height: auto;
  max-height: calc(90vh - 40px);
  max-height: calc(90vh - 2.5rem);
  padding: 0 0 30px;
  padding: 0 0 1.875rem;
  overflow: visible;
  background-color: var(--modal-bg-color);
  border-radius: 10px;
  border-radius: 0.625rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 800px) {
  .modal {
    width: 96vw;
    height: auto;
    max-height: 90vh;
    min-height: auto;
    overflow-y: visible;
  }
}
@media only screen and (min-width: 1280px) {
  .modal {
    width: 60vw;
    height: auto;
    max-width: 900px;
    max-width: 56.25rem;
    max-height: 90vh;
    min-height: auto;
    overflow: visible;
  }
  .modal--wide {
    width: 80vw;
    max-width: 80vw;
  }
}
@media only screen and (min-width: 1440px) {
  .modal {
    width: 50vw;
    height: auto;
    max-width: 640px;
    max-width: 40rem;
    max-height: 90vh;
    min-height: auto;
    overflow: visible;
  }
  .modal--wide {
    width: 80vw;
    max-width: 80vw;
  }
}
.modal .modal-content, .modal__modal-content, .modal__content {
  height: 100%;
  max-height: inherit;
  padding: 31px 20px 20px;
  padding: 1.9375rem 1.25rem 1.25rem;
  overflow-y: auto;
  text-align: center;
}
.modal h2:first-of-type {
  margin-top: 0;
}
.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6,
.modal p,
.modal ol,
.modal ul {
  color: var(--modal-text-color);
}
.modal p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.modal a {
  font-weight: 700;
  color: var(--modal-link-color);
}
.modal a:hover, .modal a:focus {
  color: var(--modal-link-color-hover);
}

.show-modal {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0s linear 0s, opacity 0.25s 0s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s;
}

.close-modal,
.modal__close-modal {
  position: absolute;
  top: 10px;
  top: 0.625rem;
  right: 10px;
  right: 0.625rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  cursor: pointer;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.close-modal::before,
.modal__close-modal::before {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 900;
  color: var(--modal-close-icon-color);
  content: "\f00d";
  opacity: 0.5;
}
.close-modal:hover::before, .close-modal:focus::before,
.modal__close-modal:hover::before,
.modal__close-modal:focus::before {
  opacity: 1;
}

.modal-inline-parent {
  position: relative !important;
  z-index: auto !important;
}

.modal-actions {
  display: block;
}

.close-modal-cancel {
  display: block;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.modal[data-arx-type=modal],
.modal[data-arx-type=layer] {
  position: static;
  display: block;
  width: 100%;
  max-width: none;
  margin: 20px 0;
  margin: 1.25rem 0;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal[data-arx-type=modal] a,
.modal[data-arx-type=layer] a {
  display: block;
}
.modal[data-arx-type=modal]::before,
.modal[data-arx-type=layer]::before {
  content: "Modal";
}

.tooltip-hover {
  position: relative;
  top: -5px;
  top: -0.3125rem;
  right: -2px;
  right: -0.125rem;
  display: inline-block;
}
.tooltip-hover:before {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 900;
  color: black;
  content: "\f059";
}
.tooltip-hover[data-toggle=popover] {
  cursor: pointer;
}

.btn-link.open-modal,
.btn-link.tooltip {
  position: absolute;
  top: 0;
  right: -35px;
  right: -2.1875rem;
  display: inline-block;
  padding: 0 10px;
  padding: 0 0.625rem;
  color: black;
  vertical-align: bottom;
  background: transparent;
  opacity: 1;
}
.btn-link.open-modal .fa-question-circle,
.btn-link.tooltip .fa-question-circle {
  font-size: 18px;
  font-size: 1.125rem;
}
.btn-link.open-modal:before, .btn-link.open-modal:after,
.btn-link.tooltip:before,
.btn-link.tooltip:after {
  position: absolute;
}
.btn-link.open-modal:before,
.btn-link.tooltip:before {
  right: 0;
  bottom: calc(100% + 3px);
  bottom: calc(100% + 0.1875rem);
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 20px solid black;
  border-top: 1.25rem solid black;
  border-right: 20px solid transparent;
  border-right: 1.25rem solid transparent;
  border-left: 20px solid transparent;
  border-left: 1.25rem solid transparent;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-link.open-modal:after,
.btn-link.tooltip:after {
  right: 0;
  bottom: calc(100% + 5px);
  bottom: calc(100% + 0.3125rem);
  left: -140px;
  left: -8.75rem;
  display: block;
  width: 200px;
  width: 12.5rem;
  padding: 25px;
  padding: 1.5625rem;
  margin: auto;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 18px;
  line-height: 1.125rem;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: black;
  border-radius: 10px;
  border-radius: 0.625rem;
  content: attr(aria-label);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s cubic-bezier(1, 0, 0.4, 0.5);
  transition: all 0.4s cubic-bezier(1, 0, 0.4, 0.5);
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
}
@media all and (min-width: 800px) {
  .btn-link.open-modal:after,
  .btn-link.tooltip:after {
    width: 320px;
    width: 20rem;
  }
}
.btn-link.open-modal:hover .fa-question-circle, .btn-link.open-modal:focus .fa-question-circle, .btn-link.open-modal.tt-open .fa-question-circle,
.btn-link.tooltip:hover .fa-question-circle,
.btn-link.tooltip:focus .fa-question-circle,
.btn-link.tooltip.tt-open .fa-question-circle {
  color: black;
  cursor: pointer;
}
.btn-link.open-modal:hover:after, .btn-link.open-modal:focus:after, .btn-link.open-modal.tt-open:after,
.btn-link.tooltip:hover:after,
.btn-link.tooltip:focus:after,
.btn-link.tooltip.tt-open:after {
  bottom: calc(100% + 20px);
  bottom: calc(100% + 1.25rem);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s cubic-bezier(1, 0, 0.4, 1);
  transition: all 0.4s cubic-bezier(1, 0, 0.4, 1);
}
.btn-link.open-modal:hover:before, .btn-link.open-modal:focus:before, .btn-link.open-modal.tt-open:before,
.btn-link.tooltip:hover:before,
.btn-link.tooltip:focus:before,
.btn-link.tooltip.tt-open:before {
  z-index: 11;
  opacity: 1;
  -webkit-transition: 0.4s, ease, all;
  transition: 0.4s, ease, all;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.btn-link.tooltip {
  position: relative;
  top: -4px;
  top: -0.25rem;
  right: auto;
}

h5 .btn-link.open-modal,
h5 .btn-link.tooltip,
.custom-checkbox .btn-link.open-modal,
.custom-checkbox .btn-link.tooltip,
.checkbox .btn-link.open-modal,
.checkbox .btn-link.tooltip {
  position: relative;
  top: -5px;
  top: -0.3125rem;
  right: 10px;
  right: 0.625rem;
}

:root {
  --search-bar-bg: #616161;
  --search-bar-icon: rgb(255, 255, 255, 0.5);
  --search-bar-icon-hover: #ffffff;
  --search-bar-text: #ffffff;
  --search-bar-icon: #ffffff;
  --search-bar-icon-hover: #1a1a1a;
  --search-toggle-bg: #616161;
  --search-toggle-bg-hover: #ffffff;
  --search-toggle-color: #ffffff;
  --search-toggle-color-hover: #aa4492;
  --search-pagination-border: #616161;
  --search-pagination-bg: #aa4492;
  --search-pagination-text: #ffffff;
  --search-pagination-bg-hover: #333333;
  --search-pagination-text-hover: #ffffff;
  --search-close-icon: rgb(255, 255, 255, 0.5);
  --search-close-icon-hover: #ffffff;
  --search-toggle-icon: #ffffff;
  --search-toggle-icon-hover: rgb(255, 255, 255, 0.5);
  --search-toggle-icon-mobile: #121212;
  --search-toggle-icon-mobile-hover: rgb(0, 0, 0, 0.5);
}

.search-container {
  position: relative;
  background: var(--search-bar-bg);
  border-radius: 50px;
  border-radius: 3.125rem;
}
.search-container input[type=text] {
  background: var(--search-bar-bg);
  color: var(--search-bar-text);
  width: 240px;
  width: 15rem;
  font-style: normal;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 28px;
  line-height: 1.75rem;
  border: 0;
  border-bottom: 2px solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  padding: 0;
}
.search-container input[type=text]::-webkit-input-placeholder {
  color: var(--search-bar-text);
}
.search-container input[type=text]::-moz-placeholder {
  color: var(--search-bar-text);
}
.search-container input[type=text]:-ms-input-placeholder {
  color: var(--search-bar-text);
}
.search-container input[type=text]::-ms-input-placeholder {
  color: var(--search-bar-text);
}
.search-container input[type=text]::placeholder {
  color: var(--search-bar-text);
}
.global-nav .search-container {
  border-radius: 0;
}
.global-nav .search-container input[type=text].search-container__search-input {
  height: 48px;
  height: 3rem;
}
@media all and (min-width: 1280px) {
  .global-nav .search-container input[type=text].search-container__search-input {
    border-bottom: 0;
    border-radius: 8px;
    border-radius: 0.5rem;
    padding: 8px 60px 11px 15px;
    padding: 0.5rem 3.75rem 0.6875rem 0.9375rem;
  }
}
.global-nav .search-container input[type=text].search-container__search-input::-webkit-input-placeholder {
  text-transform: uppercase;
}
.global-nav .search-container input[type=text].search-container__search-input::-moz-placeholder {
  text-transform: uppercase;
}
.global-nav .search-container input[type=text].search-container__search-input:-ms-input-placeholder {
  text-transform: uppercase;
}
.global-nav .search-container input[type=text].search-container__search-input::-ms-input-placeholder {
  text-transform: uppercase;
}
.global-nav .search-container input[type=text].search-container__search-input::placeholder {
  text-transform: uppercase;
}

.mic-search {
  position: relative;
  color: var(--search-bar-icon);
  right: 15px;
  right: 0.9375rem;
  cursor: pointer;
}
@media all and (min-width: 1280px) {
  .mic-search {
    position: absolute;
    right: 35px;
    right: 2.1875rem;
  }
}
.mic-search svg {
  width: 14px;
  width: 0.875rem;
  fill: #262626;
}
@media all and (min-width: 1280px) {
  .mic-search svg {
    fill: white;
  }
}
.mic-search:hover, .mic-search:focus {
  color: var(--search-bar-icon-hover);
}
.mic-search:hover svg, .mic-search:focus svg {
  opacity: 0.5;
}

.btn-search {
  position: relative;
  color: var(--search-bar-icon);
  right: 15px;
  right: 0.9375rem;
}
@media all and (min-width: 1280px) {
  .btn-search {
    position: absolute;
    right: 10px;
    right: 0.625rem;
  }
}
.btn-search svg {
  width: 17px;
  width: 1.0625rem;
  fill: #262626;
}
@media all and (min-width: 1280px) {
  .btn-search svg {
    fill: white;
  }
}
.btn-search:hover, .btn-search:focus {
  color: var(--search-bar-icon-hover);
}
.btn-search:hover svg, .btn-search:focus svg {
  opacity: 0.5;
}

.btn-search-toggle {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--search-toggle-bg);
  color: var(--search-toggle-color);
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  border-radius: 50px;
  border-radius: 3.125rem;
  right: 0;
  cursor: pointer;
}
@media all and (min-width: 1280px) {
  .btn-search-toggle {
    display: none;
  }
}
.btn-search-toggle:hover, .btn-search-toggle:focus {
  background: var(--search-toggle-bg-hover);
  color: var(--search-toggle-color-hover);
}
.btn-search-toggle.active {
  background: var(--search-toggle-bg-hover);
  color: var(--search-toggle-color-hover);
}
.btn-search-toggle .fa-search {
  font-size: 14px;
  font-size: 0.875rem;
}

.search-results {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
}
.search-results .stats {
  margin: 30px 0;
  margin: 1.875rem 0;
}
.search-results .pagination {
  border-top: 1px solid var(--search-pagination-border);
  border-top: 0.0625rem solid var(--search-pagination-border);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.search-results .pagination td {
  background: transparent !important;
}
.search-results .pagination th[scope=col] {
  display: none;
}
.search-results .pagination .cell-heading {
  display: none;
}
.search-results .pagination table {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: 0 !important;
}
.search-results .pagination table tbody tr {
  background-color: transparent;
}
.search-results .pagination table tbody tr td {
  border: 0 !important;
  padding: 20px 10px !important;
  padding: 1.25rem 0.625rem !important;
}
.search-results .pagination table tbody tr td span &gt; span {
  margin: 0;
}
.search-results .pagination table tbody tr td span:not(.cell-content):not(.cell-heading) {
  display: block;
  color: var(--search-pagination-text-hover);
  background: var(--search-pagination-bg-hover);
  padding: 3px 10px;
  padding: 0.1875rem 0.625rem;
  border-radius: 5px;
  border-radius: 0.3125rem;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 700 !important;
}
.search-results .pagination table tbody tr td a {
  color: var(--search-pagination-text) !important;
  background: var(--search-pagination-bg) !important;
  padding: 3px 10px;
  padding: 0.1875rem 0.625rem;
  border-radius: 5px;
  border-radius: 0.3125rem;
  text-decoration: none;
  border-bottom: 0 !important;
}
.search-results .pagination table tbody tr td a:hover, .search-results .pagination table tbody tr td a:focus {
  color: var(--search-pagination-text-hover) !important;
  background: var(--search-pagination-bg-hover) !important;
  border-bottom: 0 !important;
}
.search-results .search-results-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.search-results .search-results-search input[type=search] {
  border: 1px solid var(--form-input-border-color);
  border: 0.0625rem solid var(--form-input-border-color);
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  height: 45px;
  height: 2.8125rem;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  width: calc(100% - 118px);
  width: calc(100% - 7.375rem);
  font-style: italic;
  float: left;
  border-radius: 10px;
  border-radius: 0.625rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
}
.search-results .search-results-search input[type=search]::-webkit-input-placeholder {
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-style: italic;
}
.search-results .search-results-search input[type=search]::-moz-placeholder {
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-style: italic;
}
.search-results .search-results-search input[type=search]:-ms-input-placeholder {
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-style: italic;
}
.search-results .search-results-search input[type=search]::-ms-input-placeholder {
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-style: italic;
}
.search-results .search-results-search input[type=search]::placeholder {
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-style: italic;
}
.search-results .search-results-search input[type=submit] {
  display: inline-block;
  border: 0;
  background: var(--form-submit-button-bg-color);
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: var(--form-submit-button-text-color);
  text-decoration: none;
  width: 120px;
  width: 7.5rem;
  height: 45px;
  height: 2.8125rem;
  padding: 10px;
  padding: 0.625rem;
  border-radius: 10px;
  border-radius: 0.625rem;
  cursor: pointer;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.search-results .search-results-search input[type=submit]:hover, .search-results .search-results-search input[type=submit]:focus {
  background: var(--form-submit-button-bg-color-hover);
  color: var(--form-submit-button-text-color-hover);
  text-decoration: none;
}
.search-results .results {
  position: relative;
  padding-top: 20px;
  padding-top: 1.25rem;
}
.search-results .results td {
  border-radius: 10px !important;
  border-radius: 0.625rem !important;
  display: block;
  background: #efefef;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.search-results .results span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}
.search-results .results a {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}
.search-results .pagination {
  border-top: 1px solid gray;
  border-top: 0.0625rem solid gray;
}
.search-results .pagination &gt; td {
  padding: 16px 0 0 0;
  padding: 1rem 0 0 0;
}
.search-results .pagination span,
.search-results .pagination a {
  background: lightgray;
  color: gray;
  display: inline-block;
  text-decoration: none;
  padding: 3px 6px;
  padding: 0.1875rem 0.375rem;
  border: 1px solid gray;
  border: 0.0625rem solid gray;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 13px;
  line-height: 0.8125rem;
}
.search-results .pagination a {
  color: blue;
}
.search-results .pagination a:visited {
  color: blue;
}
.search-results .pagination a:hover, .search-results .pagination a:focus {
  color: #eb0000;
}
.search-results th[scope=col] {
  display: none;
}
.search-results tr:nth-child(n+2) &gt; td {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
.search-results tr:nth-child(n+2) &gt; td a {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  letter-spacing: 0.0625em;
  font-weight: 400;
}

.search-toggle {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: var(--search-toggle-text);
  cursor: pointer;
  z-index: 3;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  right: 60px;
  right: 3.75rem;
}
@media all and (min-width: 1280px) {
  .search-toggle {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    width: 2.5rem;
    height: 100%;
    padding: 5px 0px;
    padding: 0.3125rem 0;
    right: auto;
  }
}
.search-toggle svg {
  fill: var(--search-toggle-icon);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 20px;
  width: 1.25rem;
}
.search-toggle:hover, .search-toggle:focus {
  color: var(--search-toggle-text-hover);
}
.search-toggle:hover svg, .search-toggle:focus svg {
  fill: var(--search-toggle-icon-hover);
}
.search-toggle--mobile {
  position: absolute;
  display: block;
  top: -12px;
  top: -0.75rem;
  right: 85px;
  right: 5.3125rem;
}
@media all and (min-width: 1280px) {
  .search-toggle--mobile {
    display: none;
  }
}
.search-toggle--mobile svg {
  fill: var(--search-toggle-icon-mobile);
  width: 25px;
  width: 1.5625rem;
}
.search-toggle--mobile:hover svg, .search-toggle--mobile:focus svg {
  fill: var(--search-toggle-icon-mobile-hover);
}
body.header-2.search-open .search-toggle {
  display: none;
}

body.header-3.search-open .search-toggle {
  display: none;
}

.search-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
  padding: 60px 50px;
  padding: 3.75rem 3.125rem;
  width: 100vw;
  height: 100vh;
  opacity: 0.95;
  background: var(--search-bar-bg);
}
.header-2 .search-box {
  top: 190px;
  top: 11.875rem;
  height: calc(100% - 190px);
  height: calc(100% - 11.875rem);
}
@media all and (min-width: 800px) {
  .header-2 .search-box {
    top: 0;
    height: 100vh;
  }
}

.header-3 .search-box {
  top: 190px;
  top: 11.875rem;
  height: calc(100% - 190px);
  height: calc(100% - 11.875rem);
}
@media all and (min-width: 800px) {
  .header-3 .search-box {
    top: 0;
    height: 100vh;
  }
}

.search-box .fa-times:hover svg, .search-box .fa-times:focus svg {
  fill: var(--search-close-icon-hover);
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  text-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
}
.search-box .fa-times svg {
  position: absolute;
  top: 40px;
  top: 2.5rem;
  right: 50px;
  right: 3.125rem;
  text-align: right;
  width: 35px;
  width: 2.1875rem;
  cursor: pointer;
  fill: var(--search-close-icon);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body.header-2 .fa-times svg {
  left: auto;
  right: 20px;
  right: 1.25rem;
  top: -36px;
  top: -2.25rem;
}
@media all and (min-width: 800px) {
  body.header-2 .fa-times svg {
    top: 50px;
    top: 3.125rem;
    right: 50px;
    right: 3.125rem;
  }
}

body.header-3 .fa-times svg {
  left: auto;
  right: 20px;
  right: 1.25rem;
  top: -36px;
  top: -2.25rem;
}
@media all and (min-width: 800px) {
  body.header-3 .fa-times svg {
    top: 50px;
    top: 3.125rem;
    right: 50px;
    right: 3.125rem;
  }
}

.search-box .search-container {
  position: relative;
  top: 150px;
  top: 9.375rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.search-box .search-container input[type=text].search-container__search-input {
  width: 100%;
  height: 60px;
  height: 3.75rem;
  background: transparent;
  font-size: 16px;
  font-size: 1rem;
  padding-right: 80px;
  padding-right: 5rem;
}
@media all and (min-width: 800px) {
  .search-box .search-container input[type=text].search-container__search-input {
    height: 70px;
    height: 4.375rem;
    font-size: 30px;
    font-size: 1.875rem;
    padding-right: 100px;
    padding-right: 6.25rem;
  }
}
@media all and (min-width: 1280px) {
  .search-box .search-container input[type=text].search-container__search-input {
    font-size: 48px;
    font-size: 3rem;
    padding-right: 130px;
    padding-right: 8.125rem;
  }
}
.search-box .search-container input[type=text].search-container__search-input::-webkit-input-placeholder {
  font-size: 16px;
  font-size: 1rem;
}
.search-box .search-container input[type=text].search-container__search-input::-moz-placeholder {
  font-size: 16px;
  font-size: 1rem;
}
.search-box .search-container input[type=text].search-container__search-input:-ms-input-placeholder {
  font-size: 16px;
  font-size: 1rem;
}
.search-box .search-container input[type=text].search-container__search-input::-ms-input-placeholder {
  font-size: 16px;
  font-size: 1rem;
}
.search-box .search-container input[type=text].search-container__search-input::placeholder {
  font-size: 16px;
  font-size: 1rem;
}
@media all and (min-width: 800px) {
  .search-box .search-container input[type=text].search-container__search-input::-webkit-input-placeholder {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .search-box .search-container input[type=text].search-container__search-input::-moz-placeholder {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .search-box .search-container input[type=text].search-container__search-input:-ms-input-placeholder {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .search-box .search-container input[type=text].search-container__search-input::-ms-input-placeholder {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .search-box .search-container input[type=text].search-container__search-input::placeholder {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media all and (min-width: 1280px) {
  .search-box .search-container input[type=text].search-container__search-input::-webkit-input-placeholder {
    font-size: 48px;
    font-size: 3rem;
  }
  .search-box .search-container input[type=text].search-container__search-input::-moz-placeholder {
    font-size: 48px;
    font-size: 3rem;
  }
  .search-box .search-container input[type=text].search-container__search-input:-ms-input-placeholder {
    font-size: 48px;
    font-size: 3rem;
  }
  .search-box .search-container input[type=text].search-container__search-input::-ms-input-placeholder {
    font-size: 48px;
    font-size: 3rem;
  }
  .search-box .search-container input[type=text].search-container__search-input::placeholder {
    font-size: 48px;
    font-size: 3rem;
  }
}
.search-box .search-container input[type=text].search-container__search-input:focus {
  outline: 0;
}
.search-box .search-container .btn-search {
  position: absolute;
  top: 15px;
  top: 0.9375rem;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  font-weight: 100;
  font-size: 30px;
  font-size: 1.875rem;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
}
@media all and (min-width: 800px) {
  .search-box .search-container .btn-search {
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
  }
}
@media all and (min-width: 1280px) {
  .search-box .search-container .btn-search {
    top: 5px;
    top: 0.3125rem;
    width: 50px;
    width: 3.125rem;
    height: 50px;
    height: 3.125rem;
  }
}
.search-box .search-container .btn-search:hover svg, .search-box .search-container .btn-search:focus svg {
  fill: var(--search-bar-icon-hover);
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  text-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
}
.search-box .search-container .btn-search svg {
  fill: var(--search-bar-icon);
  width: 30px;
  width: 1.875rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media all and (min-width: 800px) {
  .search-box .search-container .btn-search svg {
    width: 40px;
    width: 2.5rem;
  }
}
@media all and (min-width: 1280px) {
  .search-box .search-container .btn-search svg {
    width: 50px;
    width: 3.125rem;
  }
}
.search-box .search-container .mic-search {
  position: absolute;
  top: 15px;
  top: 0.9375rem;
  right: 40px;
  right: 2.5rem;
  font-weight: 100;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  text-align: center;
  cursor: pointer;
}
@media all and (min-width: 800px) {
  .search-box .search-container .mic-search {
    right: 55px;
    right: 3.4375rem;
    width: 40px;
    width: 2.5rem;
    height: 50px;
    height: 3.125rem;
  }
}
@media all and (min-width: 1280px) {
  .search-box .search-container .mic-search {
    top: 5px;
    top: 0.3125rem;
    right: 70px;
    right: 4.375rem;
    width: 40px;
    width: 2.5rem;
    height: 50px;
    height: 3.125rem;
  }
}
.search-box .search-container .mic-search:hover svg, .search-box .search-container .mic-search:focus svg {
  fill: var(--search-bar-icon-hover);
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  text-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
}
.search-box .search-container .mic-search svg {
  fill: var(--search-bar-icon);
  width: 25px;
  width: 1.5625rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media all and (min-width: 800px) {
  .search-box .search-container .mic-search svg {
    width: 30px;
    width: 1.875rem;
  }
}
@media all and (min-width: 1280px) {
  .search-box .search-container .mic-search svg {
    width: 40px;
    width: 2.5rem;
  }
}

.flex-container {
  width: 100%;
  max-width: 100%;
}
@media all and (min-width: 1280px) {
  .flex-container.alignleft {
    width: 40%;
    float: left;
    margin: 0 15px 10px 0;
    margin: 0 0.9375rem 0.625rem 0;
  }
  .flex-container.alignright {
    width: 40%;
    float: right;
    margin: 0 0 10px 15px;
    margin: 0 0 0.625rem 0.9375rem;
  }
  .flex-container.aligncenter {
    width: 40%;
    margin: 0 auto 10px auto;
    margin: 0 auto 0.625rem auto;
  }
}

.flex-video {
  position: relative;
  width: 100%;
  padding: 0;
  height: auto;
  overflow: hidden;
}
.flex-video:after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0px;
  top: 0;
  left: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

:root {
  --events-table-bg: #fff;
  --events-table-cell-bg: #e8e8e8;
  --events-table-cell-border: #ccc;
  --events-month-header-text: #fff;
  --events-month-header-bg: #aa4492;
  --events-calendar-date-has-event: #dc4b68;
  --events-calendar-date-has-event-hover: #1a1a1a;
  --event-date-bg: #ccc;
  --event-date-month: #fff;
  --event-date-number: #fff;
  --event-category-color: #1a1a1a;
  --event-view-all-link-color: #1a1a1a;
  --events-calendar-gradient-1: #aa4492;
  --events-calendar-gradient-2: #dc4b68;
  --events-post-date-color: #595959;
}

.featured-events,
body .events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  max-width: 70rem;
  margin: 0 auto 120px;
  margin: 0 auto 7.5rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media all and (min-width: 800px) {
  .featured-events,
  body .events {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (min-width: 1280px) {
  .featured-events,
  body .events {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.featured-events__empty .cta-banner,
body .events__empty .cta-banner {
  padding-top: 240px;
  padding-top: 15rem;
  margin-top: 0;
  background: url("/themes/Atlas/assets/src/images/calendar-icon.png") no-repeat center 40px, radial-gradient(#edeef0, #e9eaec);
  background: url("/themes/Atlas/assets/src/images/calendar-icon.png") no-repeat center 2.5rem, radial-gradient(#edeef0, #e9eaec);
  background-size: 240px, 100%;
  background-size: 15rem, 100%;
}
.featured-events__empty h2,
body .events__empty h2 {
  color: #0f2746 !important;
  text-align: center;
}
.featured-events__empty p,
body .events__empty p {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 24px;
  line-height: 1.5rem;
  color: #0f2746 !important;
}
.featured-events__title,
body .events__title {
  width: 100%;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  border-bottom: 2px solid rgba(20, 36, 71, 0.15);
  border-bottom: 0.125rem solid rgba(20, 36, 71, 0.15);
}
@media all and (min-width: 800px) {
  .featured-events__title,
  body .events__title {
    margin-bottom: 0;
    border: 0;
  }
}
.featured-events__calendar,
body .events__calendar {
  position: relative;
  display: none;
  max-width: 480px;
  max-width: 30rem;
  padding: 20px;
  padding: 1.25rem;
  background: #fff;
  border-radius: 15px;
  border-radius: 0.9375rem;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.25);
}
@media all and (min-width: 800px) {
  .featured-events__calendar,
  body .events__calendar {
    display: block;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
  }
}
@media all and (min-width: 1280px) {
  .featured-events__calendar,
  body .events__calendar {
    margin-right: 80px;
    margin-right: 5rem;
  }
}
.featured-events__list,
body .events__list {
  width: 100%;
}
@media all and (min-width: 800px) {
  .featured-events__list,
  body .events__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media all and (min-width: 1280px) {
  .featured-events__list,
  body .events__list {
    width: calc(100% - 560px);
    width: calc(100% - 35rem);
  }
}
.featured-events__month-nav,
body .events__month-nav {
  position: relative;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 20px;
  padding: 0 1.25rem;
  background: var(--events-month-header-bg);
  background: linear-gradient(135deg, var(--events-calendar-gradient-1) 0%, var(--events-calendar-gradient-2) 100%);
  border-radius: 15px;
  border-radius: 0.9375rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.featured-events__prev-month,
body .events__prev-month {
  display: inline-block;
  width: 40px;
  width: 2.5rem;
  height: 25px;
  height: 1.5625rem;
  font-size: 0;
  background: transparent url("/themes/Atlas/assets/dist/images/icn-button-arrow.svg") no-repeat center right;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.featured-events__next-month,
body .events__next-month {
  display: inline-block;
  width: 40px;
  width: 2.5rem;
  height: 25px;
  height: 1.5625rem;
  font-size: 0;
  background: transparent url("/themes/Atlas/assets/dist/images/icn-button-arrow.svg") no-repeat center right;
}
.featured-events__footer,
body .events__footer {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-top: 30px;
  margin-top: 1.875rem;
}

body .events {
  max-width: 100%;
}
body .events .event__date {
  min-width: 130px;
  min-width: 8.125rem;
  min-height: 130px;
  min-height: 8.125rem;
  background: linear-gradient(135deg, var(--events-calendar-gradient-1) 30%, var(--events-calendar-gradient-2) 70%);
  background-color: var(--event-date-bg);
}
body .events .event__day {
  color: white;
}

.featured-events {
  margin: 50px auto;
  margin: 3.125rem auto;
}

.events__list {
  width: 100% !important;
}

.events {
  max-width: 100%;
}
.events__event-categories {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 480px;
  max-width: 30rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media all and (min-width: 1280px) {
  .events__event-categories {
    margin-right: 80px;
    margin-right: 5rem;
  }
}
.events__event-category {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
  margin-right: 0.9375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  color: var(--event-category-color);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.events__event-category-indicator {
  position: relative;
  display: inline-block;
  min-width: 26px;
  min-width: 1.625rem;
  min-height: 23px;
  min-height: 1.4375rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  border-radius: 4px;
  border-radius: 0.25rem;
}

.events-list-view__view-all {
  color: var(--event-view-all-link-color);
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.events-list-view__view-all:hover, .events-list-view__view-all:focus {
  text-decoration: underline;
}

.event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 0;
  padding: 2.5rem 0;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  border-bottom: 0.125rem solid rgba(0, 0, 0, 0.05);
}
.featured-events .event {
  display: none;
  padding: 0;
  border: 0;
}
@media all and (min-width: 800px) {
  .featured-events .event {
    width: calc(50% - 20px);
    width: calc(50% - 1.25rem);
    margin-top: 50px;
    margin-top: 3.125rem;
    margin-right: 40px;
    margin-right: 2.5rem;
  }
  .featured-events .event:nth-child(3) {
    margin-right: 0;
  }
}
@media all and (min-width: 1280px) {
  .featured-events .event {
    width: 100%;
    margin: 0 0 65px 0;
    margin: 0 0 4.0625rem 0;
  }
}
.featured-events .event:nth-child(-n+4) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.event-location, .event-image {
  display: none;
}
.event__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  height: 5.625rem;
  min-width: 90px;
  min-width: 5.625rem;
  padding: 5px;
  padding: 0.3125rem;
  margin-right: 20px;
  margin-right: 1.25rem;
  text-align: center;
  background: var(--event-date-bg);
  background: linear-gradient(135deg, var(--events-calendar-gradient-1) 0%, var(--events-calendar-gradient-2) 100%);
  border-radius: 15px;
  border-radius: 0.9375rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 800px) {
  .event__date {
    max-width: 90px;
    max-width: 5.625rem;
    max-height: 90px;
    max-height: 5.625rem;
    min-width: 90px;
    min-width: 5.625rem;
    min-height: 90px;
    min-height: 5.625rem;
    margin-right: 40px;
    margin-right: 2.5rem;
  }
}
.event__month {
  display: block;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  color: var(--event-date-month);
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.event__day {
  display: block;
  color: var(--event-date-number);
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 48px;
  line-height: 3rem;
}
@media all and (min-width: 800px) {
  .event__day {
    font-size: 51px;
    font-size: 3.1875rem;
    line-height: 51px;
    line-height: 3.1875rem;
  }
}
.event__title {
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 28px;
  line-height: 1.75rem;
}
.event__text p {
  display: none;
  margin-bottom: 20px !important;
  margin-bottom: 1.25rem !important;
  font-style: normal;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 28px;
  line-height: 1.75rem;
}
.event__calendar-link {
  line-height: 1.5rem;
}

.events-list__category {
  display: none;
}

.events-calendar {
  overflow: visible !important;
  border-collapse: separate !important;
  border-spacing: 8px !important;
  border-spacing: 0.5rem !important;
  border-radius: 10px;
  border-radius: 0.625rem;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.events-calendar thead {
  display: none;
}
.events-calendar__month-title {
  width: 100%;
  padding: 0 20px;
  padding: 0 1.25rem;
  margin-bottom: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 80px;
  line-height: 5rem;
  color: var(--events-month-header-text);
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
}
.events-calendar__day {
  position: relative;
  left: -8px;
  left: -0.5rem;
  height: 50px;
  height: 3.125rem;
  min-width: 56px;
  min-width: 3.5rem;
  padding: 5px 10px 0 !important;
  padding: 0.3125rem 0.625rem 0 !important;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
  background: #e2e4e8;
  border: 0 !important;
  border-radius: 10px;
  border-radius: 0.625rem;
}
.events-calendar__day.events-calendar__month--has-event:hover .events-calendar__event-list, .events-calendar__day.events-calendar__month--has-event:focus .events-calendar__event-list {
  top: 100%;
  pointer-events: all;
  opacity: 1;
}
.events-calendar__event-list {
  position: absolute;
  top: 100%;
  top: calc(100% + 20px);
  top: calc(100% + 1.25rem);
  left: 50%;
  z-index: 5;
  width: 220px;
  width: 13.75rem;
  padding: 25px;
  padding: 1.5625rem;
  text-align: left;
  pointer-events: none;
  background: #fff;
  border: 2px solid #122142;
  border: 0.125rem solid #122142;
  border-radius: 10px;
  border-radius: 0.625rem;
  opacity: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.events-calendar__event-list:after {
  position: absolute;
  top: -7px;
  top: -0.4375rem;
  left: 50%;
  display: block;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  background: #fff;
  border-radius: 4px;
  border-radius: 0.25rem;
  content: "";
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.events-calendar__event {
  position: relative;
  padding-left: 14px;
  padding-left: 0.875rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  text-indent: 0;
  list-style: none;
}
.events-calendar__event-indicator {
  position: absolute;
  top: 2px;
  top: 0.125rem;
  left: -8px;
  left: -0.5rem;
  display: inline-block;
  min-width: 15px;
  min-width: 0.9375rem;
  min-height: 15px;
  min-height: 0.9375rem;
  background: #122142;
  border-radius: 4px;
  border-radius: 0.25rem;
}
.events-calendar__event-link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.15rem;
  color: #1a1a1a !important;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
}
.events-calendar__event-link:hover, .events-calendar__event-link:focus {
  color: #1a1a1a;
  text-decoration: underline;
}
.events-calendar__month--other {
  color: #c2c3c5;
}
.events-calendar__month--has-event {
  color: #fff;
  cursor: pointer;
  background-attachment: fixed;
  background-color: var(--events-calendar-date-has-event);
  background-image: linear-gradient(135deg, #aa4492 30%, #dc4b66 70%);
  background-position: top left;
  background-size: 1024px;
  background-size: 64rem;
}
.events-calendar__month--has-event:hover, .events-calendar__month--has-event:focus {
  background-color: var(--events-calendar-date-has-event-hover) !important;
}
.events-calendar__month--has-event.events-calendar__month--active {
  background-color: #0f2746 !important;
}
.events-calendar__month--has-event.events-calendar__month--active .events-calendar__event-list {
  top: 100%;
  pointer-events: all;
  opacity: 1;
}

.event-details__image {
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.event-details__image img {
  width: 100%;
}
.event-details__date {
  display: block;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  color: var(--events-post-date-color);
  text-transform: none;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}

:root {
  --recentpost-date-color: #ffffff;
  --blog-post-title-color: #1a1a1a;
  --blog-post-date-color: #595959;
  --blog-categories-box-border-color: #595959;
  --blog-categories-text: #1a1a1a;
  --blog-categories-bg: #cccccc;
}

.featured-blog-posts {
  display: block;
}
@media all and (min-width: 800px) {
  .featured-blog-posts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.featured-blog-posts__post {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  width: 100%;
}
@media all and (min-width: 800px) {
  .featured-blog-posts__post {
    margin-right: 30px;
    margin-right: 1.875rem;
    margin-bottom: 0;
  }
}
.featured-blog-posts__post:last-of-type {
  margin-right: 0;
}
.featured-blog-posts__date {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: var(--blog-post-date-color);
  text-transform: none;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.featured-blog-posts__view-all-posts {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media all and (min-width: 800px) {
  .featured-blog-posts__view-all-posts {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
.featured-blog-posts h3 {
  line-height: 28px;
  line-height: 1.75rem;
}
.featured-blog-posts .date-author {
  font-style: italic;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: var(--recentpost-date-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.blog-search {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
.blog-search input[type=text] {
  margin: 0;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.blog-posts-listing__post {
  width: 100%;
}
.blog-posts-listing__post h1,
.blog-posts-listing__post h2,
.blog-posts-listing__post h3,
.blog-posts-listing__post h4,
.blog-posts-listing__post h5,
.blog-posts-listing__post h6 {
  color: var(--blog-post-title-color) !important;
}
.blog-posts-listing__post-date-author {
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: var(--blog-post-date-color);
  text-transform: none;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.blog-detail__image {
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.blog-detail__image img {
  width: 100%;
}
.blog-detail__date-author {
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: var(--blog-post-date-color);
  text-transform: none;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

@media all and (min-width: 800px) {
  .blog-filters {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.blog-filters .blog-categories:last-of-type {
  margin-right: 0;
}

.blog-categories {
  position: relative;
  display: block;
  width: 100%;
  border: 2px solid var(--blog-categories-box-border-color);
  border: 0.125rem solid var(--blog-categories-box-border-color);
  border-radius: 10px;
  border-radius: 0.625rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  text-align: center;
  width: 100%;
  max-width: 300px;
  max-width: 18.75rem;
  max-height: 50vh;
  background-color: var(--blog-categories-bg);
}
@media all and (min-width: 800px) {
  .blog-categories {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    margin-right: 1.875rem;
  }
}
.blog-categories .blog-category-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 14px;
  line-height: 0.875rem;
  color: var(--blog-categories-text);
  text-transform: none;
  width: 100%;
  padding: 15px;
  padding: 0.9375rem;
  background-image: url("/themes/atlas/assets/dist/images/down-arrow.png");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  border: 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
}
.blog-categories .blog-category-title:focus {
  outline: 0;
}
.blog-categories.active {
  z-index: 1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.blog-categories.active .blog-category-title {
  z-index: 1;
  border-bottom: 0;
}
.blog-categories.active ul {
  position: absolute;
  z-index: 1;
  display: block;
  background-color: var(--blog-categories-bg);
  width: calc(100% + 4px);
  width: calc(100% + 0.25rem);
  padding: 0 30px 15px;
  padding: 0 1.875rem 0.9375rem;
  border-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-right-radius: 0.625rem;
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: 0.625rem;
  border: 2px solid var(--blog-categories-box-border-color);
  border: 0.125rem solid var(--blog-categories-box-border-color);
  border-top: 0;
  top: 100%;
  left: -2px;
  left: -0.125rem;
  overflow: auto;
  max-height: 50vh;
}
.blog-categories &gt; ul {
  display: none;
  margin: 0;
  list-style: none;
}
.blog-categories &gt; ul:before, .blog-categories &gt; ul:after {
  display: none !important;
}
.blog-categories &gt; ul li {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  text-indent: 0 !important;
  font-size: 16px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 0.875rem;
}
.blog-categories &gt; ul li:before {
  display: none !important;
}
.blog-categories &gt; ul a {
  text-transform: capitalize;
}
.blog-categories &gt; ul a::before {
  display: none;
}

.blog-post__featured {
  min-height: 400px;
  min-height: 25rem;
}
@media all and (min-width: 1280px) {
  .blog-post__featured {
    margin: 0 auto 60px;
    margin: 0 auto 3.75rem;
  }
}
.blog-post__featured h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
}
.blog-post__featured .date-author {
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: 0px;
  letter-spacing: 0;
  color: var(--blog-post-date-color);
  text-transform: none;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.blog-post__featured .date-author__spacer {
  color: var(--blog-post-date-spacer);
}
.blog-post__featured .teaser {
  font-style: normal;
  font-weight: 500;
  font-family: "Saira Condensed", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

:root {
  --news-item-border: #1a1a1a;
  --news-item-heading-color: #1a1a1a;
  --news-item-text-color: #1a1a1a;
  --news-item-link-color: #1a1a1a;
  --news-item-link-color-hover: #cccccc;
  --news-view-all-link-color: #1a1a1a;
  --news-view-all-link-color-hover: #cccccc;
  --news-post-date-color: #595959;
}

.news-posts {
  width: 100%;
  max-width: 1588px;
  max-width: 99.25rem;
  padding: 0 50px 55px;
  padding: 0 3.125rem 3.4375rem;
  margin: 58px auto 0;
  margin: 3.625rem auto 0;
}
@media (min-width: 768px) {
  .news-posts .news-items .news-item {
    width: calc(33% - 30px) !important;
    width: calc(33% - 1.875rem) !important;
  }
}
.news-posts .news-items .news-item:last-of-type {
  margin-right: 30px !important;
  margin-right: 1.875rem !important;
}
.news-posts .news-items .news-item .news-item-info .date-title {
  width: 100%;
}
.news-posts .news-items .news-item .news-item-info .date-title .news-item-date {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.news-posts .news-items .news-item .news-item-info .date-title h2 {
  min-height: auto !important;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.news-posts h2 {
  margin-bottom: 0;
}
.news-posts__news-item {
  width: 100%;
}
@media (min-width: 768px) {
  .news-posts__news-item {
    width: calc(33% - 20px);
    width: calc(33% - 1.25rem);
  }
}
.news-posts__news-item .card {
  padding: 20px 40px 80px;
  padding: 1.25rem 2.5rem 5rem;
}
@media all and (min-width: 1280px) {
  .news-posts__news-item .card {
    padding: 20px 40px 40px;
    padding: 1.25rem 2.5rem 2.5rem;
  }
}
.news-posts .news-items .news-item {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid var(--news-item-border);
  border-bottom: 0.0625rem solid var(--news-item-border);
}

.news-posts__news-item-info {
  text-align: center;
}
@media all and (min-width: 1280px) {
  .news-posts__news-item-info {
    text-align: left;
  }
}
.news-posts__news-item-info h2,
.news-posts__news-item-info h3 {
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: var(--news-heading-text-color);
}
@media all and (min-width: 1280px) {
  .news-posts__news-item-info h2,
  .news-posts__news-item-info h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
.news-posts__news-item-blurb {
  margin: 10px 0 23px;
  margin: 0.625rem 0 1.4375rem;
}
.news-posts__news-item-blurb p {
  font-style: normal;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: var(--news-item-text-color);
}
@media all and (min-width: 1280px) {
  .news-posts__news-item-blurb p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
.news-posts__news-item-date {
  font-style: normal;
  font-weight: 300;
  font-family: "Saira Condensed", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 12px;
  line-height: 0.75rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.news-posts__view-all-news {
  position: relative;
  width: 100%;
  text-align: right;
  top: -80px;
  top: -5rem;
  padding: 0 35px;
  padding: 0 2.1875rem;
}
@media all and (min-width: 1280px) {
  .news-posts__view-all-news {
    top: -100px;
    top: -6.25rem;
    padding: 0 15%;
    width: calc(100% - 360px);
    width: calc(100% - 22.5rem);
    margin-left: 360px;
    margin-left: 22.5rem;
  }
}
.news-posts__view-all-news a {
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: var(--news-view-all-link-color);
}

.news-detail__image {
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.news-detail__image img {
  width: 100%;
}
.news-detail__date {
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: var(--news-post-date-color);
  text-transform: none;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.news-posts-listing__news-item {
  width: 100%;
}
.news-posts-listing__news-headline {
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: var(--news-heading-text-color);
}
.news-posts-listing__news-date {
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: var(--news-post-date-color);
  text-transform: none;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.news-posts-listing__news-blurb {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.news-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
.news-search input[type=text] {
  margin: 0 15px 0 0;
  margin: 0 0.9375rem 0 0;
}

.featured-news__news-items {
  display: block;
  width: 100%;
}
@media all and (min-width: 800px) {
  .featured-news__news-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.featured-news__news-item {
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media all and (min-width: 800px) {
  .featured-news__news-item {
    margin-right: 30px;
    margin-right: 1.875rem;
    margin-bottom: 0;
  }
}
.featured-news__news-item:last-of-type {
  margin-right: 0;
}
.featured-news__news-item-date {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: var(--news-post-date-color);
  text-transform: none;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.featured-news__view-all-news {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media all and (min-width: 800px) {
  .featured-news__view-all-news {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}

:root {
  --card-bg-color: white;
  --card-heading-color: #1a1a1a;
  --card-heading-underline: #818181;
  --card-text-color: #1a1a1a;
  --card-border-color: #414141;
  --cta-bg-color: #1a1a1a;
  --cta-text-color: white;
  --cta-button-bg-color: #1a1a1a;
  --cta-button-text-color: white;
  --cta-button-border-color: white;
  --cta-button-bg-color-hover: white;
  --cta-button-text-color-hover: #1a1a1a;
  --card-bg-color-white: #ffffff;
  --card-heading-color-white: #1a1a1a;
  --card-text-color-white: #1a1a1a;
  --card-bg-color-light: #efefef;
  --card-heading-color-light: #1a1a1a;
  --card-text-color-light: #1a1a1a;
  --card-bg-color-dark: #1a1a1a;
  --card-heading-color-light: #efefef;
  --card-text-color-dark: #efefef;
}
:root .dark-mode {
  --card-bg-color: white;
  --card-heading-color: #1a1a1a;
  --card-text-color: #1a1a1a;
  --card-border-color: #ccc;
  --card-bg-color-light: #efefef;
  --card-heading-color-light: #1a1a1a;
  --card-text-color-light: #1a1a1a;
  --card-bg-color-dark: #1a1a1a;
  --card-heading-color-light: #efefef;
  --card-text-color-dark: #efefef;
}

.card,
.cta-card,
.card--contained,
.entry .card,
.entry .cta-card,
.entry .card--contained {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 40px 40px;
  padding: 1.25rem 2.5rem 2.5rem;
  overflow: hidden;
  background: var(--card-bg-color);
  border-radius: 10px;
  border-radius: 0.625rem;
}
.sidebar-layout aside .cta-card {
  height: auto;
}

.card.height-100,
.cta-card.height-100,
.card--contained.height-100,
.entry .card.height-100,
.entry .cta-card.height-100,
.entry .card--contained.height-100 {
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card__content,
.cta-card__content,
.card--contained__content,
.entry .card__content,
.entry .cta-card__content,
.entry .card--contained__content {
  padding-top: 20px;
  padding-top: 1.25rem;
}
.card__target,
.cta-card__target,
.card--contained__target,
.entry .card__target,
.entry .cta-card__target,
.entry .card--contained__target {
  padding-top: 10px;
  padding-top: 0.625rem;
  margin-top: auto;
}
.card__target p,
.cta-card__target p,
.card--contained__target p,
.entry .card__target p,
.entry .cta-card__target p,
.entry .card--contained__target p {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.card.remove-target-spacing .cta-card__target,
.cta-card.remove-target-spacing .cta-card__target,
.card--contained.remove-target-spacing .cta-card__target,
.entry .card.remove-target-spacing .cta-card__target,
.entry .cta-card.remove-target-spacing .cta-card__target,
.entry .card--contained.remove-target-spacing .cta-card__target {
  padding-top: 0;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.card.drop-shadow,
.cta-card.drop-shadow,
.card--contained.drop-shadow,
.entry .card.drop-shadow,
.entry .cta-card.drop-shadow,
.entry .card--contained.drop-shadow {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
}
.card.white,
.cta-card.white,
.card--contained.white,
.entry .card.white,
.entry .cta-card.white,
.entry .card--contained.white {
  background: var(--card-bg-color-white);
}
.card.white h1,
.card.white h2,
.card.white h3,
.card.white h4,
.card.white h5,
.card.white h6,
.card.white p,
.card.white ul,
.card.white ol,
.cta-card.white h1,
.cta-card.white h2,
.cta-card.white h3,
.cta-card.white h4,
.cta-card.white h5,
.cta-card.white h6,
.cta-card.white p,
.cta-card.white ul,
.cta-card.white ol,
.card--contained.white h1,
.card--contained.white h2,
.card--contained.white h3,
.card--contained.white h4,
.card--contained.white h5,
.card--contained.white h6,
.card--contained.white p,
.card--contained.white ul,
.card--contained.white ol,
.entry .card.white h1,
.entry .card.white h2,
.entry .card.white h3,
.entry .card.white h4,
.entry .card.white h5,
.entry .card.white h6,
.entry .card.white p,
.entry .card.white ul,
.entry .card.white ol,
.entry .cta-card.white h1,
.entry .cta-card.white h2,
.entry .cta-card.white h3,
.entry .cta-card.white h4,
.entry .cta-card.white h5,
.entry .cta-card.white h6,
.entry .cta-card.white p,
.entry .cta-card.white ul,
.entry .cta-card.white ol,
.entry .card--contained.white h1,
.entry .card--contained.white h2,
.entry .card--contained.white h3,
.entry .card--contained.white h4,
.entry .card--contained.white h5,
.entry .card--contained.white h6,
.entry .card--contained.white p,
.entry .card--contained.white ul,
.entry .card--contained.white ol {
  color: var(--card-text-color-white);
}
.card.white p:last-of-type,
.card.white ul:last-of-type,
.card.white ol:last-of-type,
.cta-card.white p:last-of-type,
.cta-card.white ul:last-of-type,
.cta-card.white ol:last-of-type,
.card--contained.white p:last-of-type,
.card--contained.white ul:last-of-type,
.card--contained.white ol:last-of-type,
.entry .card.white p:last-of-type,
.entry .card.white ul:last-of-type,
.entry .card.white ol:last-of-type,
.entry .cta-card.white p:last-of-type,
.entry .cta-card.white ul:last-of-type,
.entry .cta-card.white ol:last-of-type,
.entry .card--contained.white p:last-of-type,
.entry .card--contained.white ul:last-of-type,
.entry .card--contained.white ol:last-of-type {
  margin-bottom: 0;
}
.entry .card.white a:not(.button),
.entry .cta-card.white a:not(.button),
.entry .card--contained.white a:not(.button),
.entry .entry .card.white a:not(.button),
.entry .entry .cta-card.white a:not(.button),
.entry .entry .card--contained.white a:not(.button) {
  color: var(--card-text-color-white);
}
.card.light,
.cta-card.light,
.card--contained.light,
.entry .card.light,
.entry .cta-card.light,
.entry .card--contained.light {
  background: var(--card-bg-color-light);
}
.card.light h1,
.card.light h2,
.card.light h3,
.card.light h4,
.card.light h5,
.card.light h6,
.card.light p,
.card.light ul,
.card.light ol,
.cta-card.light h1,
.cta-card.light h2,
.cta-card.light h3,
.cta-card.light h4,
.cta-card.light h5,
.cta-card.light h6,
.cta-card.light p,
.cta-card.light ul,
.cta-card.light ol,
.card--contained.light h1,
.card--contained.light h2,
.card--contained.light h3,
.card--contained.light h4,
.card--contained.light h5,
.card--contained.light h6,
.card--contained.light p,
.card--contained.light ul,
.card--contained.light ol,
.entry .card.light h1,
.entry .card.light h2,
.entry .card.light h3,
.entry .card.light h4,
.entry .card.light h5,
.entry .card.light h6,
.entry .card.light p,
.entry .card.light ul,
.entry .card.light ol,
.entry .cta-card.light h1,
.entry .cta-card.light h2,
.entry .cta-card.light h3,
.entry .cta-card.light h4,
.entry .cta-card.light h5,
.entry .cta-card.light h6,
.entry .cta-card.light p,
.entry .cta-card.light ul,
.entry .cta-card.light ol,
.entry .card--contained.light h1,
.entry .card--contained.light h2,
.entry .card--contained.light h3,
.entry .card--contained.light h4,
.entry .card--contained.light h5,
.entry .card--contained.light h6,
.entry .card--contained.light p,
.entry .card--contained.light ul,
.entry .card--contained.light ol {
  color: var(--card-text-color-light);
}
.card.light p:last-of-type,
.card.light ul:last-of-type,
.card.light ol:last-of-type,
.cta-card.light p:last-of-type,
.cta-card.light ul:last-of-type,
.cta-card.light ol:last-of-type,
.card--contained.light p:last-of-type,
.card--contained.light ul:last-of-type,
.card--contained.light ol:last-of-type,
.entry .card.light p:last-of-type,
.entry .card.light ul:last-of-type,
.entry .card.light ol:last-of-type,
.entry .cta-card.light p:last-of-type,
.entry .cta-card.light ul:last-of-type,
.entry .cta-card.light ol:last-of-type,
.entry .card--contained.light p:last-of-type,
.entry .card--contained.light ul:last-of-type,
.entry .card--contained.light ol:last-of-type {
  margin-bottom: 0;
}
.entry .card.light a:not(.button),
.entry .cta-card.light a:not(.button),
.entry .card--contained.light a:not(.button),
.entry .entry .card.light a:not(.button),
.entry .entry .cta-card.light a:not(.button),
.entry .entry .card--contained.light a:not(.button) {
  color: var(--card-text-color-light);
}
.card.dark,
.cta-card.dark,
.card--contained.dark,
.entry .card.dark,
.entry .cta-card.dark,
.entry .card--contained.dark {
  background: var(--card-bg-color-dark);
}
.card.dark h1,
.card.dark h2,
.card.dark h3,
.card.dark h4,
.card.dark h5,
.card.dark h6,
.card.dark p,
.card.dark ul,
.card.dark ol,
.cta-card.dark h1,
.cta-card.dark h2,
.cta-card.dark h3,
.cta-card.dark h4,
.cta-card.dark h5,
.cta-card.dark h6,
.cta-card.dark p,
.cta-card.dark ul,
.cta-card.dark ol,
.card--contained.dark h1,
.card--contained.dark h2,
.card--contained.dark h3,
.card--contained.dark h4,
.card--contained.dark h5,
.card--contained.dark h6,
.card--contained.dark p,
.card--contained.dark ul,
.card--contained.dark ol,
.entry .card.dark h1,
.entry .card.dark h2,
.entry .card.dark h3,
.entry .card.dark h4,
.entry .card.dark h5,
.entry .card.dark h6,
.entry .card.dark p,
.entry .card.dark ul,
.entry .card.dark ol,
.entry .cta-card.dark h1,
.entry .cta-card.dark h2,
.entry .cta-card.dark h3,
.entry .cta-card.dark h4,
.entry .cta-card.dark h5,
.entry .cta-card.dark h6,
.entry .cta-card.dark p,
.entry .cta-card.dark ul,
.entry .cta-card.dark ol,
.entry .card--contained.dark h1,
.entry .card--contained.dark h2,
.entry .card--contained.dark h3,
.entry .card--contained.dark h4,
.entry .card--contained.dark h5,
.entry .card--contained.dark h6,
.entry .card--contained.dark p,
.entry .card--contained.dark ul,
.entry .card--contained.dark ol {
  color: var(--card-text-color-dark);
}
.card.dark p:last-of-type,
.card.dark ul:last-of-type,
.card.dark ol:last-of-type,
.cta-card.dark p:last-of-type,
.cta-card.dark ul:last-of-type,
.cta-card.dark ol:last-of-type,
.card--contained.dark p:last-of-type,
.card--contained.dark ul:last-of-type,
.card--contained.dark ol:last-of-type,
.entry .card.dark p:last-of-type,
.entry .card.dark ul:last-of-type,
.entry .card.dark ol:last-of-type,
.entry .cta-card.dark p:last-of-type,
.entry .cta-card.dark ul:last-of-type,
.entry .cta-card.dark ol:last-of-type,
.entry .card--contained.dark p:last-of-type,
.entry .card--contained.dark ul:last-of-type,
.entry .card--contained.dark ol:last-of-type {
  margin-bottom: 0;
}
.entry .card.dark a:not(.button),
.entry .cta-card.dark a:not(.button),
.entry .card--contained.dark a:not(.button),
.entry .entry .card.dark a:not(.button),
.entry .entry .cta-card.dark a:not(.button),
.entry .entry .card--contained.dark a:not(.button) {
  color: var(--card-text-color-dark);
}
.card h1,
.card h2,
.card h3,
.card h4,
.card h5,
.card h6,
.cta-card h1,
.cta-card h2,
.cta-card h3,
.cta-card h4,
.cta-card h5,
.cta-card h6,
.card--contained h1,
.card--contained h2,
.card--contained h3,
.card--contained h4,
.card--contained h5,
.card--contained h6,
.entry .card h1,
.entry .card h2,
.entry .card h3,
.entry .card h4,
.entry .card h5,
.entry .card h6,
.entry .cta-card h1,
.entry .cta-card h2,
.entry .cta-card h3,
.entry .cta-card h4,
.entry .cta-card h5,
.entry .cta-card h6,
.entry .card--contained h1,
.entry .card--contained h2,
.entry .card--contained h3,
.entry .card--contained h4,
.entry .card--contained h5,
.entry .card--contained h6 {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: var(--card-heading-color);
  border: 0;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
}
.card h1 a,
.card h2 a,
.card h3 a,
.card h4 a,
.card h5 a,
.card h6 a,
.cta-card h1 a,
.cta-card h2 a,
.cta-card h3 a,
.cta-card h4 a,
.cta-card h5 a,
.cta-card h6 a,
.card--contained h1 a,
.card--contained h2 a,
.card--contained h3 a,
.card--contained h4 a,
.card--contained h5 a,
.card--contained h6 a,
.entry .card h1 a,
.entry .card h2 a,
.entry .card h3 a,
.entry .card h4 a,
.entry .card h5 a,
.entry .card h6 a,
.entry .cta-card h1 a,
.entry .cta-card h2 a,
.entry .cta-card h3 a,
.entry .cta-card h4 a,
.entry .cta-card h5 a,
.entry .cta-card h6 a,
.entry .card--contained h1 a,
.entry .card--contained h2 a,
.entry .card--contained h3 a,
.entry .card--contained h4 a,
.entry .card--contained h5 a,
.entry .card--contained h6 a {
  border: 0;
}
.card p,
.cta-card p,
.card--contained p,
.entry .card p,
.entry .cta-card p,
.entry .card--contained p {
  margin-top: 0;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: var(--card-text-color);
  font-style: normal;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
}
.card p:last-of-type,
.cta-card p:last-of-type,
.card--contained p:last-of-type,
.entry .card p:last-of-type,
.entry .cta-card p:last-of-type,
.entry .card--contained p:last-of-type {
  margin-bottom: 0;
}
.card &gt; figure,
.cta-card &gt; figure,
.card--contained &gt; figure,
.entry .card &gt; figure,
.entry .cta-card &gt; figure,
.entry .card--contained &gt; figure {
  position: relative;
  top: -20px;
  top: -1.25rem;
  left: -40px;
  left: -2.5rem;
  width: calc(100% + 80px);
  width: calc(100% + 5rem);
  max-width: calc(100% + 80px);
  max-width: calc(100% + 5rem);
  margin: 0;
}
.card &gt; figure a::before,
.cta-card &gt; figure a::before,
.card--contained &gt; figure a::before,
.entry .card &gt; figure a::before,
.entry .cta-card &gt; figure a::before,
.entry .card--contained &gt; figure a::before {
  display: none !important;
}
.card &gt; figure img,
.cta-card &gt; figure img,
.card--contained &gt; figure img,
.entry .card &gt; figure img,
.entry .cta-card &gt; figure img,
.entry .card--contained &gt; figure img {
  width: calc(100% + 80px);
  width: calc(100% + 5rem);
  margin: 0 auto;
}
.card__icon,
.cta-card__icon,
.card--contained__icon,
.entry .card__icon,
.entry .cta-card__icon,
.entry .card--contained__icon {
  padding-top: 40px;
  padding-top: 2.5rem;
}
.card__icon figure,
.cta-card__icon figure,
.card--contained__icon figure,
.entry .card__icon figure,
.entry .cta-card__icon figure,
.entry .card--contained__icon figure {
  top: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
}
.card--open,
.cta-card--open,
.card--contained--open,
.entry .card--open,
.entry .cta-card--open,
.entry .card--contained--open {
  padding: 20px 20px 40px;
  padding: 1.25rem 1.25rem 2.5rem;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.card--open figure,
.cta-card--open figure,
.card--contained--open figure,
.entry .card--open figure,
.entry .cta-card--open figure,
.entry .card--contained--open figure {
  top: -20px;
  top: -1.25rem;
  left: -20px;
  left: -1.25rem;
  width: calc(100% + 40px);
  width: calc(100% + 2.5rem);
  max-width: calc(100% + 40px);
  max-width: calc(100% + 2.5rem);
}
.card--open img,
.cta-card--open img,
.card--contained--open img,
.entry .card--open img,
.entry .cta-card--open img,
.entry .card--contained--open img {
  border-radius: 10px;
  border-radius: 0.625rem;
}
.card--open &gt; *,
.cta-card--open &gt; *,
.card--contained--open &gt; *,
.entry .card--open &gt; *,
.entry .cta-card--open &gt; *,
.entry .card--contained--open &gt; * {
  margin-right: -20px;
  margin-right: -1.25rem;
  margin-left: -20px;
  margin-left: -1.25rem;
}
.card--open h1::after,
.card--open h2::after,
.card--open h3::after,
.card--open h4::after,
.card--open h5::after,
.card--open h6::after,
.cta-card--open h1::after,
.cta-card--open h2::after,
.cta-card--open h3::after,
.cta-card--open h4::after,
.cta-card--open h5::after,
.cta-card--open h6::after,
.card--contained--open h1::after,
.card--contained--open h2::after,
.card--contained--open h3::after,
.card--contained--open h4::after,
.card--contained--open h5::after,
.card--contained--open h6::after,
.entry .card--open h1::after,
.entry .card--open h2::after,
.entry .card--open h3::after,
.entry .card--open h4::after,
.entry .card--open h5::after,
.entry .card--open h6::after,
.entry .cta-card--open h1::after,
.entry .cta-card--open h2::after,
.entry .cta-card--open h3::after,
.entry .cta-card--open h4::after,
.entry .cta-card--open h5::after,
.entry .cta-card--open h6::after,
.entry .card--contained--open h1::after,
.entry .card--contained--open h2::after,
.entry .card--contained--open h3::after,
.entry .card--contained--open h4::after,
.entry .card--contained--open h5::after,
.entry .card--contained--open h6::after {
  position: relative;
  display: block;
  width: 60px;
  width: 3.75rem;
  height: 3px;
  height: 0.1875rem;
  margin: 20px 0 15px;
  margin: 1.25rem 0 0.9375rem;
  background: var(--card-heading-underline);
  border-radius: 20px;
  border-radius: 1.25rem;
  content: "";
  opacity: 0.31;
}
.card--open__icon,
.cta-card--open__icon,
.card--contained--open__icon,
.entry .card--open__icon,
.entry .cta-card--open__icon,
.entry .card--contained--open__icon {
  padding-top: 40px;
  padding-top: 2.5rem;
  text-align: center;
}
.card--open__icon h1::after,
.card--open__icon h2::after,
.card--open__icon h3::after,
.card--open__icon h4::after,
.card--open__icon h5::after,
.card--open__icon h6::after,
.cta-card--open__icon h1::after,
.cta-card--open__icon h2::after,
.cta-card--open__icon h3::after,
.cta-card--open__icon h4::after,
.cta-card--open__icon h5::after,
.cta-card--open__icon h6::after,
.card--contained--open__icon h1::after,
.card--contained--open__icon h2::after,
.card--contained--open__icon h3::after,
.card--contained--open__icon h4::after,
.card--contained--open__icon h5::after,
.card--contained--open__icon h6::after,
.entry .card--open__icon h1::after,
.entry .card--open__icon h2::after,
.entry .card--open__icon h3::after,
.entry .card--open__icon h4::after,
.entry .card--open__icon h5::after,
.entry .card--open__icon h6::after,
.entry .cta-card--open__icon h1::after,
.entry .cta-card--open__icon h2::after,
.entry .cta-card--open__icon h3::after,
.entry .cta-card--open__icon h4::after,
.entry .cta-card--open__icon h5::after,
.entry .cta-card--open__icon h6::after,
.entry .card--contained--open__icon h1::after,
.entry .card--contained--open__icon h2::after,
.entry .card--contained--open__icon h3::after,
.entry .card--contained--open__icon h4::after,
.entry .card--contained--open__icon h5::after,
.entry .card--contained--open__icon h6::after {
  margin: 20px auto 15px;
  margin: 1.25rem auto 0.9375rem;
}
.card--open__icon figure,
.cta-card--open__icon figure,
.card--contained--open__icon figure,
.entry .card--open__icon figure,
.entry .cta-card--open__icon figure,
.entry .card--contained--open__icon figure {
  top: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
}
.card--mix,
.cta-card--mix,
.card--contained--mix,
.entry .card--mix,
.entry .cta-card--mix,
.entry .card--contained--mix {
  text-align: center;
  -webkit-box-shadow: 0 -15px 25px -10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 -15px 25px -10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 -0.9375rem 1.5625rem -0.625rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 -0.9375rem 1.5625rem -0.625rem rgba(0, 0, 0, 0.25);
}
.card--mix__icon,
.cta-card--mix__icon,
.card--contained--mix__icon,
.entry .card--mix__icon,
.entry .cta-card--mix__icon,
.entry .card--contained--mix__icon {
  padding-top: 40px;
  padding-top: 2.5rem;
}
.card--mix__icon figure,
.cta-card--mix__icon figure,
.card--contained--mix__icon figure,
.entry .card--mix__icon figure,
.entry .cta-card--mix__icon figure,
.entry .card--contained--mix__icon figure {
  top: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
}
.card--stroke,
.cta-card--stroke,
.card--contained--stroke,
.entry .card--stroke,
.entry .cta-card--stroke,
.entry .card--contained--stroke {
  border: 2px solid var(--card-border-color);
  border: 0.125rem solid var(--card-border-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.card--stroke figure,
.cta-card--stroke figure,
.card--contained--stroke figure,
.entry .card--stroke figure,
.entry .cta-card--stroke figure,
.entry .card--contained--stroke figure {
  border-bottom: 2px solid var(--card-border-color);
  border-bottom: 0.125rem solid var(--card-border-color);
}
.card--circle-image,
.cta-card--circle-image,
.card--contained--circle-image,
.entry .card--circle-image,
.entry .cta-card--circle-image,
.entry .card--contained--circle-image {
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.card--circle-image figure,
.cta-card--circle-image figure,
.card--contained--circle-image figure,
.entry .card--circle-image figure,
.entry .cta-card--circle-image figure,
.entry .card--contained--circle-image figure {
  right: 0;
  left: 0;
  width: 200px;
  width: 12.5rem;
  margin: auto auto 25px auto;
  margin: auto auto 1.5625rem auto;
  overflow: hidden;
}
.card--circle-image figure img,
.cta-card--circle-image figure img,
.card--contained--circle-image figure img,
.entry .card--circle-image figure img,
.entry .cta-card--circle-image figure img,
.entry .card--contained--circle-image figure img {
  width: 200px;
  width: 12.5rem;
  height: 200px;
  height: 12.5rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card[data-arx-type] .cta-card__content,
.cta-card[data-arx-type] .cta-card__content,
.card--contained[data-arx-type] .cta-card__content,
.entry .card[data-arx-type] .cta-card__content,
.entry .cta-card[data-arx-type] .cta-card__content,
.entry .card--contained[data-arx-type] .cta-card__content {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.card[data-arx-type] figure,
.cta-card[data-arx-type] figure,
.card--contained[data-arx-type] figure,
.entry .card[data-arx-type] figure,
.entry .cta-card[data-arx-type] figure,
.entry .card--contained[data-arx-type] figure {
  left: auto;
  width: 100%;
}
.card[data-arx-type] img,
.cta-card[data-arx-type] img,
.card--contained[data-arx-type] img,
.entry .card[data-arx-type] img,
.entry .cta-card[data-arx-type] img,
.entry .card--contained[data-arx-type] img {
  width: 100%;
  margin: 0 auto;
}
.card.card--circle-image[data-arx-type] img,
.cta-card.card--circle-image[data-arx-type] img,
.card--contained.card--circle-image[data-arx-type] img,
.entry .card.card--circle-image[data-arx-type] img,
.entry .cta-card.card--circle-image[data-arx-type] img,
.entry .card--contained.card--circle-image[data-arx-type] img {
  width: 200px;
  width: 12.5rem;
}

:root {
  --cta-bg-color: #014174;
  --cta-text-color: white;
  --cta-button-bg-color: #1a1a1a;
  --cta-button-text-color: white;
  --cta-button-border-color: white;
  --cta-button-bg-color-hover: white;
  --cta-button-text-color-hover: #1a1a1a;
  --cta-light-background-color: #e3e9f2;
  --cta-light-background-text-color: #1a1a1a;
  --cta-dark-background-color: #014174;
  --cta-darker-background-color: #002845;
  --cta-textured-background-color: #014174;
  --cta-dark-text-color: #ffffff;
  --cta-dark-heading-color: #ffffff;
}

.cta-banner-image {
  display: block;
  width: 100%;
  margin: 15px 0;
  margin: 0.9375rem 0;
}
@media all and (min-width: 800px) {
  .cta-banner-image {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.cta-banner-image.light .cta-banner {
  background-color: var(--cta-light-background-color);
}
.cta-banner-image.light .cta-banner h1,
.cta-banner-image.light .cta-banner h2,
.cta-banner-image.light .cta-banner h3,
.cta-banner-image.light .cta-banner h4,
.cta-banner-image.light .cta-banner h5,
.cta-banner-image.light .cta-banner h6,
.cta-banner-image.light .cta-banner p,
.cta-banner-image.light .cta-banner ul,
.cta-banner-image.light .cta-banner ol,
.cta-banner-image.light .cta-banner a:not(.button) {
  color: var(--cta-light-background-text-color);
}
.cta-banner-image.dark .cta-banner {
  background-color: var(--cta-dark-background-color);
}
.cta-banner-image.dark .cta-banner h1,
.cta-banner-image.dark .cta-banner h2,
.cta-banner-image.dark .cta-banner h3,
.cta-banner-image.dark .cta-banner h4,
.cta-banner-image.dark .cta-banner h5,
.cta-banner-image.dark .cta-banner h6,
.cta-banner-image.dark .cta-banner p,
.cta-banner-image.dark .cta-banner ul,
.cta-banner-image.dark .cta-banner ol,
.cta-banner-image.dark .cta-banner a:not(.button) {
  color: var(--cta-dark-text-color);
}
.cta-banner-image.darker .cta-banner {
  background-color: var(--cta-darker-background-color);
}
.cta-banner-image.darker .cta-banner h1,
.cta-banner-image.darker .cta-banner h2,
.cta-banner-image.darker .cta-banner h3,
.cta-banner-image.darker .cta-banner h4,
.cta-banner-image.darker .cta-banner h5,
.cta-banner-image.darker .cta-banner h6,
.cta-banner-image.darker .cta-banner p,
.cta-banner-image.darker .cta-banner ul,
.cta-banner-image.darker .cta-banner ol,
.cta-banner-image.darker .cta-banner a:not(.button) {
  color: var(--cta-dark-text-color);
}
.cta-banner-image__image {
  border-radius: 10px;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media all and (min-width: 800px) {
  .cta-banner-image__image {
    min-width: 190px;
    min-width: 11.875rem;
    max-width: 190px;
    max-width: 11.875rem;
    margin-right: 10px;
    margin-right: 0.625rem;
  }
}
.cta-banner-image__image figure {
  margin: 0 auto 15px;
  margin: 0 auto 0.9375rem;
  overflow: hidden;
  border-radius: 10px;
  border-radius: 0.625rem;
}
.cta-banner-image__image figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-height: 156px;
  min-height: 9.75rem;
  max-height: 156px;
  max-height: 9.75rem;
}
.cta-banner-image .cta-banner {
  margin: 0;
  min-height: 140px;
  min-height: 8.75rem;
}

.cta-banner {
  display: block;
  background: var(--cta-bg-color);
  width: 100%;
  border-radius: 10px;
  border-radius: 0.625rem;
  margin: 15px 0;
  margin: 0.9375rem 0;
  padding: 36px 40px;
  padding: 2.25rem 2.5rem;
}
@media all and (min-width: 800px) {
  .cta-banner {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 48px 60px;
    padding: 3rem 3.75rem;
  }
}
.cta-banner.drop-shadow {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
}
.cta-banner.white {
  background-color: white;
}
.cta-banner.white h1,
.cta-banner.white h2,
.cta-banner.white h3,
.cta-banner.white h4,
.cta-banner.white h5,
.cta-banner.white h6,
.cta-banner.white p,
.cta-banner.white ul,
.cta-banner.white ol,
.cta-banner.white a:not(.button) {
  color: var(--cta-light-background-text-color);
}
.cta-banner.white h1[data-arx-type],
.cta-banner.white h2[data-arx-type],
.cta-banner.white h3[data-arx-type],
.cta-banner.white h4[data-arx-type],
.cta-banner.white h5[data-arx-type],
.cta-banner.white h6[data-arx-type],
.cta-banner.white p[data-arx-type],
.cta-banner.white ul[data-arx-type],
.cta-banner.white ol[data-arx-type],
.cta-banner.white a:not(.button)[data-arx-type] {
  color: var(--cta-light-background-text-color);
}
.cta-banner.light {
  background-color: var(--cta-light-background-color);
}
.cta-banner.light h1,
.cta-banner.light h2,
.cta-banner.light h3,
.cta-banner.light h4,
.cta-banner.light h5,
.cta-banner.light h6,
.cta-banner.light p,
.cta-banner.light ul,
.cta-banner.light ol,
.cta-banner.light a:not(.button) {
  color: var(--cta-light-background-text-color);
}
.cta-banner.light h1[data-arx-type],
.cta-banner.light h2[data-arx-type],
.cta-banner.light h3[data-arx-type],
.cta-banner.light h4[data-arx-type],
.cta-banner.light h5[data-arx-type],
.cta-banner.light h6[data-arx-type],
.cta-banner.light p[data-arx-type],
.cta-banner.light ul[data-arx-type],
.cta-banner.light ol[data-arx-type],
.cta-banner.light a:not(.button)[data-arx-type] {
  color: var(--cta-light-background-text-color);
}
.cta-banner.dark {
  background-color: var(--cta-dark-background-color);
}
.cta-banner.dark h1,
.cta-banner.dark h2,
.cta-banner.dark h3,
.cta-banner.dark h4,
.cta-banner.dark h5,
.cta-banner.dark h6,
.cta-banner.dark p,
.cta-banner.dark ul,
.cta-banner.dark ol,
.cta-banner.dark a:not(.button) {
  color: var(--cta-dark-text-color);
}
.cta-banner.dark h1[data-arx-type],
.cta-banner.dark h2[data-arx-type],
.cta-banner.dark h3[data-arx-type],
.cta-banner.dark h4[data-arx-type],
.cta-banner.dark h5[data-arx-type],
.cta-banner.dark h6[data-arx-type],
.cta-banner.dark p[data-arx-type],
.cta-banner.dark ul[data-arx-type],
.cta-banner.dark ol[data-arx-type],
.cta-banner.dark a:not(.button)[data-arx-type] {
  color: var(--cta-dark-text-color);
}
.cta-banner.darker {
  background-color: var(--cta-darker-background-color);
}
.cta-banner.darker h1,
.cta-banner.darker h2,
.cta-banner.darker h3,
.cta-banner.darker h4,
.cta-banner.darker h5,
.cta-banner.darker h6,
.cta-banner.darker p,
.cta-banner.darker ul,
.cta-banner.darker ol,
.cta-banner.darker a:not(.button) {
  color: var(--cta-dark-text-color);
}
.cta-banner.darker h1[data-arx-type],
.cta-banner.darker h2[data-arx-type],
.cta-banner.darker h3[data-arx-type],
.cta-banner.darker h4[data-arx-type],
.cta-banner.darker h5[data-arx-type],
.cta-banner.darker h6[data-arx-type],
.cta-banner.darker p[data-arx-type],
.cta-banner.darker ul[data-arx-type],
.cta-banner.darker ol[data-arx-type],
.cta-banner.darker a:not(.button)[data-arx-type] {
  color: var(--cta-dark-text-color);
}
.cta-banner h1,
.cta-banner h2,
.cta-banner h3,
.cta-banner h4,
.cta-banner h5,
.cta-banner h6,
.cta-banner p,
.cta-banner ul,
.cta-banner ol,
.cta-banner a:not(.button) {
  color: var(--cta-text-color);
}
.cta-banner h1[data-arx-type],
.cta-banner h2[data-arx-type],
.cta-banner h3[data-arx-type],
.cta-banner h4[data-arx-type],
.cta-banner h5[data-arx-type],
.cta-banner h6[data-arx-type],
.cta-banner p[data-arx-type],
.cta-banner ul[data-arx-type],
.cta-banner ol[data-arx-type],
.cta-banner a:not(.button)[data-arx-type] {
  color: var(--cta-text-color);
}
.cta-banner p {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: var(--cta-text-color);
}
@media all and (min-width: 800px) {
  .cta-banner p:last-child {
    margin-bottom: 0;
  }
}
.cta-banner.textured {
  background-image: url("/themes/Atlas/assets/dist/images/textured-background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media all and (min-width: 800px) {
  .cta-banner__button {
    margin-left: 60px;
    margin-left: 3.75rem;
  }
}

:root {
  --billboard-bg-color: #1a1a1a;
  --billboard-bg-color-secondary: #efefef;
  --billboard-text-color: white;
  --billboard-text-color-secondary: #1a1a1a;
  --billboard-button-bg-color: transparent;
  --billboard-button-bg-color-secondary: #1a1a1a;
  --billboard-button-text-color: white;
  --billboard-button-text-color-secondary: white;
  --billboard-button-border-color: white;
  --billboard-button-border-color-hover: white;
  --billboard-button-border-color-secondary: white;
  --billboard-button-border-color-secondary-hover: white;
  --billboard-button-bg-color-hover: white;
  --billboard-button-bg-color-secondary-hover: #414141;
  --billboard-button-text-color-hover: #1a1a1a;
  --billboard-button-text-color-secondary-hover: white;
}
:root .dark-mode {
  --billboard-bg-color: #1a1a1a;
  --billboard-bg-color-secondary: #efefef;
  --billboard-text-color: white;
  --billboard-text-color-secondary: #1a1a1a;
  --billboard-button-bg-color: transparent;
  --billboard-button-bg-color-secondary: #1a1a1a;
  --billboard-button-text-color: white;
  --billboard-button-text-color-secondary: white;
  --billboard-button-border-color: white;
  --billboard-button-border-color-hover: white;
  --billboard-button-border-color-secondary: white;
  --billboard-button-border-color-secondary-hover: white;
  --billboard-button-bg-color-hover: white;
  --billboard-button-bg-color-secondary-hover: #414141;
  --billboard-button-text-color-hover: #1a1a1a;
  --billboard-button-text-color-secondary-hover: white;
}

.cta-billboard {
  position: relative;
  background: var(--billboard-bg-color);
  width: 100%;
  max-width: 100vw;
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
  overflow: hidden;
  border-radius: 10px;
  border-radius: 0.625rem;
}
.cta-billboard figure {
  margin: 0 auto;
}
.cta-billboard figure img {
  min-width: 100px;
  min-width: 6.25rem;
  min-height: 100px;
  min-height: 6.25rem;
}
.cta-billboard.secondary-color {
  background: var(--billboard-bg-color-secondary);
}
.cta-billboard.secondary-color h1,
.cta-billboard.secondary-color h2,
.cta-billboard.secondary-color h3,
.cta-billboard.secondary-color h4,
.cta-billboard.secondary-color h5,
.cta-billboard.secondary-color h6,
.cta-billboard.secondary-color p {
  color: var(--billboard-text-color-secondary);
}
.cta-billboard.secondary-color .button--primary {
  background: var(--billboard-button-bg-color-secondary);
  color: var(--billboard-button-text-color-secondary);
  border: 1px solid var(--billboard-button-border-color-secondary);
  border: 0.0625rem solid var(--billboard-button-border-color-secondary);
}
.cta-billboard.secondary-color .button--primary:hover, .cta-billboard.secondary-color .button--primary:focus {
  background: var(--billboard-button-bg-color-secondary-hover);
  color: var(--billboard-button-text-color-secondary-hover);
  border-color: var(--billboard-button-border-color-secondary-hover);
}
.cta-billboard.no-overlay .cta-billboard__image:not([data-arx-type]):after,
.cta-billboard.no-overlay .cta-billboard__image:not([data-arx-type]):after {
  display: none;
}
.cta-billboard.fullwidth {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: 0;
  border-radius: 0;
}
.cta-billboard[data-arx-type] {
  margin-bottom: 30px !important;
  margin-bottom: 1.875rem !important;
}
.cta-billboard--image:not([data-arx-type]), .cta-billboard__image:not([data-arx-type]) {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.cta-billboard--image:not([data-arx-type]):after, .cta-billboard__image:not([data-arx-type]):after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}
.cta-billboard--image:not([data-arx-type]) img, .cta-billboard__image:not([data-arx-type]) img {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
}
.cta-billboard--image[data-arx-type] {
  position: relative;
  outline: rgba(0, 88, 251, 0.2) dashed;
  margin: 10px 0 20px !important;
  margin: 0.625rem 0 1.25rem !important;
  max-width: 100% !important;
  padding: 20px;
  padding: 1.25rem;
}
.cta-billboard--image[data-arx-type]::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  display: inline-block;
  padding: 2px;
  padding: 0.125rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(0, 88, 251, 0.04);
  border: 0.0625rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
  content: "Billboard Background Image";
}
.cta-billboard__content,
.cta-billboard .content {
  position: relative;
  text-align: center;
  z-index: 1;
  padding: 50px 25px;
  padding: 3.125rem 1.5625rem;
}
@media all and (min-width: 800px) {
  .cta-billboard__content,
  .cta-billboard .content {
    padding: 110px 50px;
    padding: 6.875rem 3.125rem;
    width: auto;
    max-width: calc(100% - 35px);
    max-width: calc(100% - 2.1875rem);
    margin: 0 auto;
    width: 1360px;
    width: 85rem;
    margin: 0 auto;
  }
}
@media all and (min-width: 800px) and (min-width: 800px) {
  .cta-billboard__content,
  .cta-billboard .content {
    max-width: calc(100% - 60px);
    max-width: calc(100% - 3.75rem);
  }
}
.cta-billboard .button--primary {
  background: var(--billboard-button-bg-color);
  color: var(--billboard-button-text-color);
  border: 1px solid var(--billboard-button-border-color);
  border: 0.0625rem solid var(--billboard-button-border-color);
}
.cta-billboard .button--primary:hover, .cta-billboard .button--primary:focus {
  background: var(--billboard-button-bg-color-hover);
  color: var(--billboard-button-text-color-hover);
  border-color: var(--billboard-button-border-color-hover);
}
.cta-billboard h1,
.cta-billboard h2,
.cta-billboard h3,
.cta-billboard h4,
.cta-billboard h5,
.cta-billboard h6 {
  margin-top: 20px;
  margin-top: 1.25rem;
  color: var(--billboard-text-color);
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.cta-billboard ul,
.cta-billboard ol {
  width: 100%;
}
.cta-billboard p {
  width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: var(--billboard-text-color);
}
.cta-billboard p:last-child {
  margin-bottom: 0;
}
.cta-billboard h1[data-arx-type=heading],
.cta-billboard h2[data-arx-type=heading],
.cta-billboard h3[data-arx-type=heading],
.cta-billboard h4[data-arx-type=heading],
.cta-billboard h5[data-arx-type=heading],
.cta-billboard h6[data-arx-type=heading] {
  color: var(--billboard-text-color);
}
.secondary-color h1[data-arx-type=heading],
.secondary-color h2[data-arx-type=heading],
.secondary-color h3[data-arx-type=heading],
.secondary-color h4[data-arx-type=heading],
.secondary-color h5[data-arx-type=heading],
.secondary-color h6[data-arx-type=heading],
.secondary-color p[data-arx-type=paragraph] {
  color: var(--billboard-text-color-secondary) !important;
}

.cta-billboard p[data-arx-type=paragraph] {
  color: var(--billboard-text-color);
}
.cta-billboard[data-arx-type] .img {
  margin: 0 auto;
  left: auto;
  width: 100%;
  max-width: 100%;
}
.cta-billboard[data-arx-type] .img:after {
  display: none;
}
.cta-billboard[data-arx-type] .content {
  position: relative;
  display: block;
}

:root {
  --full-image-card-bg-color: #1a1a1a;
  --full-image-card-text-color: white;
  --full-image-card-link-color: white;
  --full-image-card-link-color-hover: #ccc;
}
:root .dark-mode {
  --full-image-card-link-color: white;
  --full-image-card-link-color-hover: #ccc;
}

.cta-image {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  min-height: 400px;
  min-height: 25rem;
  overflow: hidden;
  border-radius: 15px;
  border-radius: 0.9375rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: var(--full-image-card-bg-color);
  padding: 50px 0px 0;
  padding: 3.125rem 0 0;
}
.cta-image.textured {
  background-image: url(/themes/Atlas/assets/dist/images/textured-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cta-image figure, .cta-image__image {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.cta-image figure:after, .cta-image__image:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  content: "";
}
.cta-image figure img, .cta-image__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-image .content, .cta-image__content {
  position: relative;
  z-index: 2;
  width: calc(100% - 40px);
  width: calc(100% - 2.5rem);
  height: auto;
  padding: 20px;
  padding: 1.25rem;
  text-align: center;
  pointer-events: none;
  border: 2px solid #727e90;
  border: 0.125rem solid #727e90;
  border-radius: 15px;
  border-radius: 0.9375rem;
  bottom: 20px;
  bottom: 1.25rem;
}
.cta-image .content[data-arx-type], .cta-image__content[data-arx-type] {
  pointer-events: all;
}
.cta-image .content a, .cta-image__content a {
  pointer-events: all;
}
.cta-image .content a:not(.button), .cta-image__content a:not(.button) {
  color: var(--full-image-card-link-color);
}
.cta-image .content a:not(.button):hover, .cta-image .content a:not(.button):focus, .cta-image__content a:not(.button):hover, .cta-image__content a:not(.button):focus {
  color: var(--full-image-card-link-color-hover);
}
.cta-image h2,
.cta-image h3 {
  color: var(--full-image-card-text-color);
  border: 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.cta-image h2 a,
.cta-image h3 a {
  border: 0;
}
.cta-image p {
  color: var(--full-image-card-text-color);
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
}
.cta-image p:last-of-type {
  margin-bottom: 0;
}
.cta-image[data-arx-type] {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
}
.cta-image[data-arx-type] .content,
.cta-image[data-arx-type] .cta-image__content {
  position: relative;
}
.cta-image[data-arx-type] h3,
.cta-image[data-arx-type] p,
.cta-image[data-arx-type] a {
  color: white;
}
.cta-image[data-arx-type] a:hover, .cta-image[data-arx-type] a:focus {
  color: black;
}
.cta-image--alt {
  border-radius: 0;
}
.cta-image--alt .img::after,
.cta-image--alt figure::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
@media all and (min-width: 800px) {
  .cta-image--alt .img::after,
  .cta-image--alt figure::after {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
}

:root {
  --flip-card-front-bg: #1a1a1a;
  --flip-card-back-bg: #aa4492;
  --flip-card-text-color: #ffffff;
}

.flip-card {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-perspective: 100vw;
          perspective: 100vw;
  border-radius: 10px;
  border-radius: 0.625rem;
  overflow: visible;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.flip-card[data-arx-type] {
  background: #f2f2f2;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.flip-card[data-arx-type] h1,
.flip-card[data-arx-type] h2,
.flip-card[data-arx-type] h3,
.flip-card[data-arx-type] h4,
.flip-card[data-arx-type] h5,
.flip-card[data-arx-type] h6,
.flip-card[data-arx-type] p,
.flip-card[data-arx-type] ol,
.flip-card[data-arx-type] ul,
.flip-card[data-arx-type] a:not(.button) {
  color: black;
}
.flip-card h1,
.flip-card h2,
.flip-card h3,
.flip-card h4,
.flip-card h5,
.flip-card h6,
.flip-card p,
.flip-card ol,
.flip-card ul,
.flip-card a:not(.button) {
  color: var(--flip-card-text-color);
  width: 100%;
}
.flip-card__inner {
  position: relative;
  width: 100%;
  -webkit-transition: 0.5s all ease-in;
  transition: 0.5s all ease-in;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.flip-card__inner[data-arx-type] {
  height: auto;
}
.flip-card--flip-over .flip-card__inner {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.flip-card--flip-over .flip-card__toggle {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.flip-card__front {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  background-color: var(--flip-card-front-bg);
  z-index: 2;
}
.flip-card__back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-color: var(--flip-card-back-bg);
}
.flip-card__toggle {
  position: absolute;
  display: block;
  background: url(/themes/Atlas/assets/dist/images/flip-card-toggle.svg) no-repeat;
  background-size: contain;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  bottom: -5px;
  bottom: -0.3125rem;
  right: -5px;
  right: -0.3125rem;
  -webkit-transition: 0.5s all ease-in;
  transition: 0.5s all ease-in;
  cursor: pointer;
}
@media all and (min-width: 800px) {
  .flip-card__toggle {
    bottom: 20px;
    bottom: 1.25rem;
    right: 20px;
    right: 1.25rem;
  }
}

.flip-card__front,
.flip-card__back {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  height: inherit;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 10px;
  border-radius: 0.625rem;
  border-bottom-right-radius: 20px;
  border-bottom-right-radius: 1.25rem;
  overflow: hidden;
  padding: 30px;
  padding: 1.875rem;
}
@media all and (min-width: 800px) {
  .flip-card__front,
  .flip-card__back {
    padding: 40px 60px;
    padding: 2.5rem 3.75rem;
    border-bottom-right-radius: 10px;
    border-bottom-right-radius: 0.625rem;
  }
}
@media all and (min-width: 1280px) {
  .flip-card__front,
  .flip-card__back {
    padding: 60px 80px;
    padding: 3.75rem 5rem;
  }
}
.flip-card__front[data-arx-type],
.flip-card__back[data-arx-type] {
  position: relative;
  display: block;
  width: auto;
  background: white;
  padding: 40px 60px;
  padding: 2.5rem 3.75rem;
  border: 3px dashed #d6e2ff;
  border: 0.1875rem dashed #d6e2ff;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin: 20px;
  margin: 1.25rem;
  border-radius: 0;
}
.flip-card__front[data-arx-type]::before,
.flip-card__back[data-arx-type]::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  display: inline-block;
  padding: 2px;
  padding: 0.125rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(0, 88, 251, 0.04);
  border: 0.0625rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
  content: "Front of Card";
}

.flip-card__back[data-arx-type]::before {
  content: "Back of Card";
}

:root {
  --fbi-bg-color: #efefef;
  --fbi-text-color: #1a1a1a;
  --fbi-dropshadow-bg-color: white;
  --fbi-darkbackground-bg-color: #1a1a1a;
  --fbi-darkbackground-text-color: #ffffff;
}
:root .dark-mode {
  --fbi-bg-color: #efefef;
  --fbi-text-color: #1a1a1a;
  --fbi-dropshadow-bg-color: white;
  --fbi-darkbackground-bg-color: #1a1a1a;
}

.featured-boxed-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--fbi-bg-color);
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  border-radius: 0.625rem;
  min-height: 320px;
  min-height: 20rem;
}
@media screen and (min-width: 1024px) {
  .featured-boxed-item {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin: 0 auto 40px;
    margin: 0 auto 2.5rem;
  }
}
.featured-boxed-item.full-width {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 500px;
  min-height: 31.25rem;
  border-radius: 0;
  margin-bottom: 0;
  max-width: var(--sitewidth);
}
@media screen and (min-width: 1024px) {
  .featured-boxed-item.full-width .featured-boxed-item__content {
    width: 50%;
    padding-left: 10%;
    padding-right: 15%;
  }
}
@media screen and (min-width: var(--sitewidth)) {
  .featured-boxed-item.full-width {
    margin-left: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.featured-boxed-item.drop-shadow {
  background: var(--fbi-dropshadow-bg-color);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1024px) {
  .featured-boxed-item.image-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .featured-boxed-item.image-right .featured-boxed-item__image {
    left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .featured-boxed-item.equal-width .featured-boxed-item__content {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .featured-boxed-item.equal-width .featured-boxed-item__image {
    width: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .featured-boxed-item.image-contained .featured-boxed-item__content {
    width: 100%;
    padding: 60px 6% 75px 480px;
    padding: 3.75rem 6% 4.6875rem 30rem;
  }
}
@media screen and (min-width: 1200px) {
  .featured-boxed-item.image-contained .featured-boxed-item__content {
    padding: 60px 20% 75px 560px;
    padding: 3.75rem 20% 4.6875rem 35rem;
  }
}
.featured-boxed-item.image-contained .featured-boxed-item__image {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .featured-boxed-item.image-contained .featured-boxed-item__image {
    position: absolute;
    width: 50%;
    max-width: 50%;
    min-width: 460px;
    min-width: 28.75rem;
    width: 460px;
    width: 28.75rem;
    height: auto;
    top: 0;
  }
}
.featured-boxed-item.image-contained .featured-boxed-item__image img {
  position: relative;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
  top: -3px;
  top: -0.1875rem;
}
@media screen and (min-width: 1024px) {
  .featured-boxed-item.image-contained .featured-boxed-item__image img {
    position: absolute;
    min-width: 460px;
    min-width: 28.75rem;
    width: 460px;
    width: 28.75rem;
    height: auto;
    top: 0;
  }
}
.featured-boxed-item.dark-background {
  background-color: var(--fbi-darkbackground-bg-color);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.featured-boxed-item.dark-background .featured-boxed-item__content h1,
.featured-boxed-item.dark-background .featured-boxed-item__content h2,
.featured-boxed-item.dark-background .featured-boxed-item__content h3,
.featured-boxed-item.dark-background .featured-boxed-item__content h4,
.featured-boxed-item.dark-background .featured-boxed-item__content h5,
.featured-boxed-item.dark-background .featured-boxed-item__content h6,
.featured-boxed-item.dark-background .featured-boxed-item__content p,
.featured-boxed-item.dark-background .featured-boxed-item__content ul,
.featured-boxed-item.dark-background .featured-boxed-item__content ol,
.featured-boxed-item.dark-background .featured-boxed-item__content li {
  color: var(--fbi-darkbackground-text-color);
}
.featured-boxed-item__content {
  display: block;
  width: 100%;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .featured-boxed-item__content {
    width: 53%;
    padding: 60px 60px 75px;
    padding: 3.75rem 3.75rem 4.6875rem;
  }
}
.featured-boxed-item__content h1,
.featured-boxed-item__content h2,
.featured-boxed-item__content h3,
.featured-boxed-item__content h4,
.featured-boxed-item__content h5,
.featured-boxed-item__content h6 {
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  color: var(--fbi-text-color);
  margin-bottom: 0;
}
.featured-boxed-item__content p {
  font-style: normal;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: var(--fbi-text-color);
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.featured-boxed-item__content p:last-of-type {
  margin-bottom: 0;
}
.featured-boxed-item__image {
  position: relative;
  height: 300px;
  height: 18.75rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .featured-boxed-item__image {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 47%;
    min-height: auto;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .featured-boxed-item__image figure {
    max-width: 50%;
  }
}
.featured-boxed-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

:root {
  --highlighted-text-block-bg: #f2f2f2;
  --highlighted-text-block-text-color: #1a1a1a;
  --highlighted-text-block-link: #1a1a1a;
  --highlighted-text-block-link-hover: #1a1a1a;
  --highlighted-text-block-border-color: #1a1a1a;
  --highlighted-text-block-border-color-secondary: #cccccc;
}
:root .dark-mode {
  --highlighted-text-block-bg: #f2f2f2;
  --highlighted-text-block-text-color: #1a1a1a;
  --highlighted-text-block-link: #1a1a1a;
  --highlighted-text-block-link-hover: #1a1a1a;
  --highlighted-text-block-border-color: #1a1a1a;
  --highlighted-text-block-border-color-secondary: #cccccc;
}

.highlighted-text-block,
.entry .highlighted-text-block {
  position: relative;
  display: block;
  margin: 0 auto 25px;
  margin: 0 auto 1.5625rem;
  border-radius: 10px;
  border-radius: 0.625rem;
  background-color: var(--highlighted-text-block-bg);
  padding: 25px 20px;
  padding: 1.5625rem 1.25rem;
  border-left: 30px solid var(--highlighted-text-block-border-color);
  border-left: 1.875rem solid var(--highlighted-text-block-border-color);
}
@media all and (min-width: 800px) {
  .highlighted-text-block,
  .entry .highlighted-text-block {
    padding: 30px 40px;
    padding: 1.875rem 2.5rem;
    border-left-width: 40px;
    border-left-width: 2.5rem;
  }
}
.highlighted-text-block.secondary-color,
.entry .highlighted-text-block.secondary-color {
  border-color: var(--highlighted-text-block-border-color-secondary);
}
.highlighted-text-block--contained,
.entry .highlighted-text-block--contained {
  display: inline-block;
  width: auto;
}
.highlighted-text-block h1,
.highlighted-text-block h2,
.highlighted-text-block h3,
.highlighted-text-block h4,
.highlighted-text-block h5,
.highlighted-text-block h6,
.entry .highlighted-text-block h1,
.entry .highlighted-text-block h2,
.entry .highlighted-text-block h3,
.entry .highlighted-text-block h4,
.entry .highlighted-text-block h5,
.entry .highlighted-text-block h6 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: var(--highlighted-text-block-text-color);
}
.highlighted-text-block p,
.highlighted-text-block ul,
.highlighted-text-block ol,
.entry .highlighted-text-block p,
.entry .highlighted-text-block ul,
.entry .highlighted-text-block ol {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: var(--highlighted-text-block-text-color);
  font-style: normal;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.highlighted-text-block p:first-of-type,
.highlighted-text-block ul:first-of-type,
.highlighted-text-block ol:first-of-type,
.entry .highlighted-text-block p:first-of-type,
.entry .highlighted-text-block ul:first-of-type,
.entry .highlighted-text-block ol:first-of-type {
  margin-top: 0;
}
.highlighted-text-block p:last-of-type,
.highlighted-text-block ul:last-of-type,
.highlighted-text-block ol:last-of-type,
.entry .highlighted-text-block p:last-of-type,
.entry .highlighted-text-block ul:last-of-type,
.entry .highlighted-text-block ol:last-of-type {
  margin-bottom: 0;
}

:root {
  --highlighted-text-box-bg: #1a1a1a;
  --highlighted-text-box-text-color: #fff;
  --highlighted-text-box-link: #fff;
  --highlighted-text-box-link-hover: gray;
  --highlighted-text-box-bg-secondary: #ccc;
  --highlighted-text-box-text-color-secondary: #1a1a1a;
  --highlighted-text-box-link-secondary: #1a1a1a;
  --highlighted-text-box-link-hover-secondary: gray;
  --highlighted-text-box-bg-third: #edf1f2;
  --highlighted-text-box-text-color-third: #1a1a1a;
  --highlighted-text-box-link-third: #1a1a1a;
  --highlighted-text-box-link-hover-third: gray;
}
:root .dark-mode {
  --highlighted-text-box-bg: #1a1a1a;
  --highlighted-text-box-text-color: #fff;
  --highlighted-text-box-link: #fff;
  --highlighted-text-box-link-hover: gray;
  --highlighted-text-box-bg-secondary: #ccc;
  --highlighted-text-box-text-color-secondary: #1a1a1a;
  --highlighted-text-box-link-secondary: #1a1a1a;
  --highlighted-text-box-link-hover-secondary: gray;
  --highlighted-text-box-bg-third: #edf1f2;
  --highlighted-text-box-text-color-third: #1a1a1a;
  --highlighted-text-box-link-third: #1a1a1a;
  --highlighted-text-box-link-hover-third: gray;
}

.highlighted-text-box,
.highlighted-text,
.entry .highlighted-text,
.entry .highlighted-text-box {
  position: relative;
  display: block;
  padding: 40px 55px;
  padding: 2.5rem 3.4375rem;
  margin: 0 auto;
  margin: 0 auto 25px;
  margin: 0 auto 1.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  background-color: var(--highlighted-text-box-bg);
  border-radius: 10px;
  border-radius: 0.625rem;
  font-style: normal;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
}
.highlighted-text-box.secondary-color,
.highlighted-text.secondary-color,
.entry .highlighted-text.secondary-color,
.entry .highlighted-text-box.secondary-color {
  background-color: var(--highlighted-text-box-bg-secondary);
}
.highlighted-text-box.secondary-color &gt; *,
.highlighted-text.secondary-color &gt; *,
.entry .highlighted-text.secondary-color &gt; *,
.entry .highlighted-text-box.secondary-color &gt; * {
  color: var(--highlighted-text-box-text-color-secondary) !important;
}
.highlighted-text-box.secondary-color a:not(.button),
.highlighted-text.secondary-color a:not(.button),
.entry .highlighted-text.secondary-color a:not(.button),
.entry .highlighted-text-box.secondary-color a:not(.button) {
  color: var(--highlighted-text-box-text-color-secondary) !important;
  border-color: white !important;
}
.highlighted-text-box.secondary-color a:not(.button):hover, .highlighted-text-box.secondary-color a:not(.button):focus,
.highlighted-text.secondary-color a:not(.button):hover,
.highlighted-text.secondary-color a:not(.button):focus,
.entry .highlighted-text.secondary-color a:not(.button):hover,
.entry .highlighted-text.secondary-color a:not(.button):focus,
.entry .highlighted-text-box.secondary-color a:not(.button):hover,
.entry .highlighted-text-box.secondary-color a:not(.button):focus {
  border-color: gray !important;
}
.highlighted-text-box.third-color,
.highlighted-text.third-color,
.entry .highlighted-text.third-color,
.entry .highlighted-text-box.third-color {
  background-color: var(--highlighted-text-box-bg-third);
}
.highlighted-text-box.third-color &gt; *,
.highlighted-text.third-color &gt; *,
.entry .highlighted-text.third-color &gt; *,
.entry .highlighted-text-box.third-color &gt; * {
  color: var(--highlighted-text-box-text-color-third) !important;
}
.highlighted-text-box.third-color a:not(.button),
.highlighted-text.third-color a:not(.button),
.entry .highlighted-text.third-color a:not(.button),
.entry .highlighted-text-box.third-color a:not(.button) {
  color: var(--highlighted-text-box-text-color-third) !important;
  border-color: black !important;
}
.highlighted-text-box.third-color a:not(.button):hover, .highlighted-text-box.third-color a:not(.button):focus,
.highlighted-text.third-color a:not(.button):hover,
.highlighted-text.third-color a:not(.button):focus,
.entry .highlighted-text.third-color a:not(.button):hover,
.entry .highlighted-text.third-color a:not(.button):focus,
.entry .highlighted-text-box.third-color a:not(.button):hover,
.entry .highlighted-text-box.third-color a:not(.button):focus {
  border-color: gray !important;
}
.highlighted-text-box--contained,
.highlighted-text--contained,
.entry .highlighted-text--contained,
.entry .highlighted-text-box--contained {
  display: inline-block;
  width: auto;
}
.highlighted-text-box h1,
.highlighted-text-box h2,
.highlighted-text-box h3,
.highlighted-text-box h4,
.highlighted-text-box h5,
.highlighted-text-box h6,
.highlighted-text h1,
.highlighted-text h2,
.highlighted-text h3,
.highlighted-text h4,
.highlighted-text h5,
.highlighted-text h6,
.entry .highlighted-text h1,
.entry .highlighted-text h2,
.entry .highlighted-text h3,
.entry .highlighted-text h4,
.entry .highlighted-text h5,
.entry .highlighted-text h6,
.entry .highlighted-text-box h1,
.entry .highlighted-text-box h2,
.entry .highlighted-text-box h3,
.entry .highlighted-text-box h4,
.entry .highlighted-text-box h5,
.entry .highlighted-text-box h6 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: var(--highlighted-text-box-text-color);
}
.highlighted-text-box p,
.highlighted-text-box ul,
.highlighted-text-box ol,
.highlighted-text p,
.highlighted-text ul,
.highlighted-text ol,
.entry .highlighted-text p,
.entry .highlighted-text ul,
.entry .highlighted-text ol,
.entry .highlighted-text-box p,
.entry .highlighted-text-box ul,
.entry .highlighted-text-box ol {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: var(--highlighted-text-box-text-color);
  font-style: normal;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
}
.highlighted-text-box p:first-of-type,
.highlighted-text-box ul:first-of-type,
.highlighted-text-box ol:first-of-type,
.highlighted-text p:first-of-type,
.highlighted-text ul:first-of-type,
.highlighted-text ol:first-of-type,
.entry .highlighted-text p:first-of-type,
.entry .highlighted-text ul:first-of-type,
.entry .highlighted-text ol:first-of-type,
.entry .highlighted-text-box p:first-of-type,
.entry .highlighted-text-box ul:first-of-type,
.entry .highlighted-text-box ol:first-of-type {
  margin-top: 0;
}
.highlighted-text-box p:last-of-type,
.highlighted-text-box ul:last-of-type,
.highlighted-text-box ol:last-of-type,
.highlighted-text p:last-of-type,
.highlighted-text ul:last-of-type,
.highlighted-text ol:last-of-type,
.entry .highlighted-text p:last-of-type,
.entry .highlighted-text ul:last-of-type,
.entry .highlighted-text ol:last-of-type,
.entry .highlighted-text-box p:last-of-type,
.entry .highlighted-text-box ul:last-of-type,
.entry .highlighted-text-box ol:last-of-type {
  margin-bottom: 0;
}
.highlighted-text-box a:not(.button),
.highlighted-text a:not(.button),
.entry .highlighted-text a:not(.button),
.entry .highlighted-text-box a:not(.button) {
  color: var(--highlighted-text-box-link) !important;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
}
.highlighted-text-box a:not(.button):hover, .highlighted-text-box a:not(.button):focus,
.highlighted-text a:not(.button):hover,
.highlighted-text a:not(.button):focus,
.entry .highlighted-text a:not(.button):hover,
.entry .highlighted-text a:not(.button):focus,
.entry .highlighted-text-box a:not(.button):hover,
.entry .highlighted-text-box a:not(.button):focus {
  color: var(--highlighted-text-box-link-hover);
}

:root {
  --icb-content-bg: rgb(0, 0, 0, 0.68);
  --icb-content-bg-solid: #1a1a1a;
  --icb-text-color: #f2f2f2;
  --icb-link: #f2f2f2;
  --icb-link-hover: #cccccc;
  --icb-content-bg-2: #efefef;
  --icb-text-color-2: #1a1a1a;
  --icb-link-2: #1a1a1a;
  --icb-link-2-hover: #cccccc;
}
:root .dark-mode {
  --icb-content-bg: #1a1a1a;
  --icb-text-color: #f2f2f2;
  --icb-link: #f2f2f2;
  --icb-link-hover: #cccccc;
  --icb-content-bg-2: #efefef;
  --icb-text-color-2: #1a1a1a;
  --icb-link-2: #1a1a1a;
  --icb-link-2-hover: #cccccc;
}

.image-content-banner {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: none;
}
@media all and (min-width: 1280px) {
  .image-content-banner {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    min-height: 700px;
    min-height: 43.75rem;
  }
}
.subpage .image-content-banner {
  position: relative;
  width: 100vw;
  margin: 0 auto;
  margin-left: calc(50% - 50vw);
}

.image-content-banner--icb-left:not(.image-content-banner--solid-dark):not(.image-content-banner--solid-light) .image-content-banner__text-content {
  left: 0;
}
.image-content-banner--icb-right:not(.image-content-banner--solid-dark):not(.image-content-banner--solid-light) .image-content-banner__text-content {
  right: 0;
}
@media all and (min-width: 1280px) {
  .image-content-banner--icb-right:not(.image-content-banner--solid-dark):not(.image-content-banner--solid-light) .image-content-banner__text-content {
    right: -55%;
  }
}
@media all and (min-width: 1280px) {
  .image-content-banner--inner {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 1360px;
    max-width: 85rem;
    padding: 0 40px;
    padding: 0 2.5rem;
    margin: 0 auto;
  }
}
@media all and (min-width: 1280px) {
  .homepage .image-content-banner--inner {
    max-width: 1160px;
    max-width: 72.5rem;
  }
}
.image-content-banner figure {
  position: relative;
  width: 100%;
}
@media all and (min-width: 1280px) {
  .image-content-banner figure {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
  }
}
.image-content-banner figure[data-arx-type] {
  width: auto;
}
.image-content-banner figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 250px;
  max-height: 15.625rem;
  min-height: 250px;
  min-height: 15.625rem;
}
@media all and (min-width: 1280px) {
  .image-content-banner figure img {
    min-height: 500px;
    min-height: 31.25rem;
    max-height: 100%;
    height: 100%;
  }
}
.image-content-banner--2 .image-content-banner__text-content {
  background: var(--icb-content-bg-2);
}
.image-content-banner--2 .image-content-banner__text-content &gt; * {
  color: var(--icb-text-color-2);
}
.image-content-banner__text-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 40px;
  padding: 1.875rem 2.5rem;
  background: var(--icb-content-bg);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media all and (min-width: 1280px) {
  .image-content-banner__text-content {
    position: relative;
    top: 0;
    width: 511px;
    width: 31.9375rem;
    padding: 50px 60px;
    padding: 3.125rem 3.75rem;
    margin-top: 0;
    min-height: 100%;
    min-height: 500px;
    min-height: 31.25rem;
  }
}
.image-content-banner__text-content &gt; * {
  color: var(--icb-text-color);
}
.image-content-banner__text-content h2:not(.large-text),
.image-content-banner__text-content h3:not(.large-text) {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.image-content-banner__text-content p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin-top: 0;
}
.image-content-banner__text-content a {
  color: var(--icb-link);
}
.image-content-banner__text-content a:hover, .image-content-banner__text-content a:focus {
  color: var(--icb-link-hover);
}
@media all and (min-width: 1280px) {
  .image-content-banner__text-content a.btn {
    margin-top: 28px;
    margin-top: 1.75rem;
  }
}
.image-content-banner__text-content figure {
  position: relative;
  height: auto;
}
.image-content-banner__text-content figure img {
  min-height: auto;
  height: auto;
  width: auto;
  margin: 10px auto;
  margin: 0.625rem auto;
}
.image-content-banner--solid {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: none;
  background-color: var(--icb-content-bg-solid);
}
@media all and (min-width: 1280px) {
  .image-content-banner--solid {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    min-height: 372px;
    min-height: 23.25rem;
  }
}
.subpage .image-content-banner--solid {
  position: relative;
  width: 100vw;
  margin: 0 auto;
  margin-left: calc(50% - 50vw);
}

.image-content-banner--solid[data-arx-type] figure {
  position: relative;
}
.image-content-banner--solid figure {
  position: relative;
  width: 100%;
}
@media all and (min-width: 1280px) {
  .image-content-banner--solid figure {
    max-width: 500px;
    max-width: 31.25rem;
    height: 100%;
  }
}
.image-content-banner--solid figure[data-arx-type] img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: initial;
}
.image-content-banner--solid figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 250px;
  max-height: 15.625rem;
  min-height: 250px;
  min-height: 15.625rem;
}
@media all and (min-width: 1280px) {
  .image-content-banner--solid figure img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 500px;
    width: 31.25rem;
    min-width: 425px;
    min-width: 26.5625rem;
    height: 100vh;
    max-height: 100%;
    min-height: 100vh;
    margin: auto;
  }
}
.image-content-banner--solid.dark {
  background-color: var(--icb-content-bg);
}
.image-content-banner--solid.dark[data-arx-type] {
  background-color: var(--icb-content-bg);
}
.image-content-banner--solid.dark[data-arx-type]::before {
  content: "Solid Color Content Banner - Dark";
}
.image-content-banner--solid.light {
  background-color: var(--icb-content-bg-2);
}
.image-content-banner--solid.light[data-arx-type] {
  background-color: var(--icb-content-bg-2);
}
.image-content-banner--solid.light[data-arx-type]::before {
  content: "Solid Color Content Banner - Light";
}
.image-content-banner--solid.light .image-content-banner__text-content &gt; * {
  color: var(--icb-text-color-2);
}
.image-content-banner--solid .image-content-banner__text-content {
  position: relative;
  background: transparent;
  width: 100%;
  padding: 30px 40px;
  padding: 1.875rem 2.5rem;
  text-align: left;
  left: auto;
}
@media all and (min-width: 1280px) {
  .image-content-banner--solid .image-content-banner__text-content {
    padding: 40px 0 40px 70px;
    padding: 2.5rem 0 2.5rem 4.375rem;
    max-width: 950px;
    max-width: 59.375rem;
  }
}
.image-content-banner--solid .image-content-banner__text-content &gt; * {
  color: var(--icb-text-color);
}
.image-content-banner--solid[data-arx-type]::before {
  content: "Solid Color Content Banner";
}
.image-content-banner--solid-icb-left .image-content-banner__text-content {
  left: 0;
}

.image-content-banner[data-arx-type],
.image-content-banner--solid[data-arx-type] {
  position: relative;
  outline: rgba(0, 88, 251, 0.2) dashed;
  margin: 10px 0 20px !important;
  margin: 0.625rem 0 1.25rem !important;
  max-width: 100% !important;
}
.image-content-banner[data-arx-type]::before,
.image-content-banner--solid[data-arx-type]::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  display: inline-block;
  padding: 2px;
  padding: 0.125rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(0, 88, 251, 0.04);
  border: 0.0625rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
  content: "Image Content Banner";
}
.image-content-banner[data-arx-type] h1,
.image-content-banner[data-arx-type] h2,
.image-content-banner[data-arx-type] h3,
.image-content-banner[data-arx-type] h4,
.image-content-banner[data-arx-type] h5,
.image-content-banner[data-arx-type] h6,
.image-content-banner[data-arx-type] p,
.image-content-banner[data-arx-type] ul,
.image-content-banner[data-arx-type] ol,
.image-content-banner[data-arx-type] li,
.image-content-banner--solid[data-arx-type] h1,
.image-content-banner--solid[data-arx-type] h2,
.image-content-banner--solid[data-arx-type] h3,
.image-content-banner--solid[data-arx-type] h4,
.image-content-banner--solid[data-arx-type] h5,
.image-content-banner--solid[data-arx-type] h6,
.image-content-banner--solid[data-arx-type] p,
.image-content-banner--solid[data-arx-type] ul,
.image-content-banner--solid[data-arx-type] ol,
.image-content-banner--solid[data-arx-type] li {
  color: var(--icb-text-color);
}
.image-content-banner[data-arx-type] p,
.image-content-banner--solid[data-arx-type] p {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
}

.image-content-banner--solid[data-arx-type]::before {
  content: "Solid Color Content Banner";
}

.image-content-banner--2[data-arx-type] h1,
.image-content-banner--2[data-arx-type] h2,
.image-content-banner--2[data-arx-type] h3,
.image-content-banner--2[data-arx-type] h4,
.image-content-banner--2[data-arx-type] h5,
.image-content-banner--2[data-arx-type] h6,
.image-content-banner--2[data-arx-type] p,
.image-content-banner--2[data-arx-type] ul,
.image-content-banner--2[data-arx-type] ol,
.image-content-banner--2[data-arx-type] li {
  color: var(--icb-text-color-2);
}

:root {
  --gdpr-bg: #ffffff;
  --gdpr-text-color: #000000;
}

.antilles-gdpr {
  position: fixed !important;
  background-color: var(--gdpr-bg);
  width: calc(100% - 40px);
  width: calc(100% - 2.5rem);
  padding: 30px;
  padding: 1.875rem;
  margin: 20px;
  margin: 1.25rem;
  bottom: 0;
  z-index: 99;
  display: none !important;
}
.antilles-gdpr.active {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.antilles-gdpr p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: var(--gdpr-text-color);
}
.antilles-gdpr__buttons {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.content-section__heading {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 36px;
  line-height: 2.25rem;
}
.content-section__heading--large {
  font-size: 36px;
  font-size: 2.25rem;
}
.content-section__heading--light {
  color: #fff;
}

:root {
  --heading-color: #1a1a1a;
  --heading-color-two: #4a1429;
  --heading-color-three: #642;
  --heading-underline-color: #ccc;
  --heading-underline-color-alt: rgb(255, 255, 255, 0.36);
  --paragraph-text-color: #1a1a1a;
  --hr-color: #e3e3e3;
}
:root .dark-mode {
  --heading-color: #f2f2f2;
  --heading-underline-color: #ccc;
  --paragraph-text-color: #f2f2f2;
}

.entry__heading {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 36px;
  line-height: 2.25rem;
  color: var(--heading-color);
}
.entry__heading--large {
  font-size: 36px;
  font-size: 2.25rem;
}
.entry__text {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: var(--paragraph-text-color);
  font-style: normal;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
}
.entry__text--large {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 34px;
  line-height: 2.125rem;
  color: #1a1a1a;
}
.entry__text--light {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--heading-color);
}
h1.no-margin,
h2.no-margin,
h3.no-margin,
h4.no-margin,
h5.no-margin,
h6.no-margin {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
h1.heading-font-alternative,
h2.heading-font-alternative,
h3.heading-font-alternative,
h4.heading-font-alternative,
h5.heading-font-alternative,
h6.heading-font-alternative {
  letter-spacing: 4px !important;
  letter-spacing: 0.25rem !important;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira", sans-serif;
}
h1.heading-color2,
h2.heading-color2,
h3.heading-color2,
h4.heading-color2,
h5.heading-color2,
h6.heading-color2 {
  color: var(--heading-color-two) !important;
}
h1.heading-color3,
h2.heading-color3,
h3.heading-color3,
h4.heading-color3,
h5.heading-color3,
h6.heading-color3 {
  color: var(--heading-color-three) !important;
}
h1.all-caps,
h2.all-caps,
h3.all-caps,
h4.all-caps,
h5.all-caps,
h6.all-caps {
  text-transform: uppercase;
}
h1.paragraph-font-size,
h2.paragraph-font-size,
h3.paragraph-font-size,
h4.paragraph-font-size,
h5.paragraph-font-size,
h6.paragraph-font-size {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
}
h1.underline,
h2.underline,
h3.underline,
h4.underline,
h5.underline,
h6.underline {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid var(--heading-underline-color);
  border-bottom: 0.0625rem solid var(--heading-underline-color);
}
h1.underline--alternative,
h2.underline--alternative,
h3.underline--alternative,
h4.underline--alternative,
h5.underline--alternative,
h6.underline--alternative {
  margin-bottom: 60px !important;
  margin-bottom: 3.75rem !important;
  border-bottom: 0;
}
h1.underline--alternative::after,
h2.underline--alternative::after,
h3.underline--alternative::after,
h4.underline--alternative::after,
h5.underline--alternative::after,
h6.underline--alternative::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  height: 0.1875rem;
  max-width: 160px;
  max-width: 10rem;
  background: var(--heading-underline-color-alt);
  border-radius: 50px;
  border-radius: 3.125rem;
  content: "";
}
h1.underline--alternative.align-center::after,
h2.underline--alternative.align-center::after,
h3.underline--alternative.align-center::after,
h4.underline--alternative.align-center::after,
h5.underline--alternative.align-center::after,
h6.underline--alternative.align-center::after {
  right: 0;
  margin: auto;
}
h1.underline--alternative.align-right::after,
h2.underline--alternative.align-right::after,
h3.underline--alternative.align-right::after,
h4.underline--alternative.align-right::after,
h5.underline--alternative.align-right::after,
h6.underline--alternative.align-right::after {
  right: 0;
  left: auto;
}

h1.text-shadow,
h2.text-shadow,
h3.text-shadow,
h4.text-shadow,
h5.text-shadow,
h6.text-shadow,
p.text-shadow,
ul.text-shadow,
ol.text-shadow {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.9);
  text-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.9);
}

h1 {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 36px;
  line-height: 2.25rem;
}
h1.large {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 60px;
  line-height: 3.75rem;
}
h1.underline {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
h1.heading-font-alternative {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 60px;
  line-height: 3.75rem;
}
h1.heading-font-alternative.large {
  font-size: 76px;
  font-size: 4.75rem;
  line-height: 76px;
  line-height: 4.75rem;
}

h2 {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
}
h2.large {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 36px;
  line-height: 2.25rem;
}
h2.underline {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
h2.heading-font-alternative {
  font-size: 52px;
  font-size: 3.25rem;
  line-height: 52px;
  line-height: 3.25rem;
}
h2.heading-font-alternative.large {
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 70px;
  line-height: 4.375rem;
}

h3 {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
}
h3.large {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
}
h3.underline {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
h3.heading-font-alternative {
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 46px;
  line-height: 2.875rem;
}
h3.heading-font-alternative.large {
  font-size: 64px;
  font-size: 4rem;
  line-height: 64px;
  line-height: 4rem;
}

h4 {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem;
}
h4.large {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 34px;
  line-height: 2.125rem;
}
h4.underline {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
h4.heading-font-alternative {
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 44px;
  line-height: 2.75rem;
}
h4.heading-font-alternative.large {
  font-size: 52px;
  font-size: 3.25rem;
  line-height: 52px;
  line-height: 3.25rem;
}

h5 {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
}
h5.large {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
}
h5.underline {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
h5.heading-font-alternative {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
}
h5.heading-font-alternative.large {
  font-size: 48px;
  font-size: 3rem;
  line-height: 48px;
  line-height: 3rem;
}

h6 {
  margin-bottom: 0;
  font-style: italic;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
}
h6.large {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
}
h6.underline {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
h6.heading-font-alternative {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
}
h6.heading-font-alternative.large {
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 44px;
  line-height: 2.75rem;
}

p {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  color: var(--paragraph-text-color);
  font-style: normal;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
}
p.small-text,
p small {
  font-style: normal;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
}
p.medium-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
}
@media all and (min-width: 800px) {
  p.medium-text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
p.large-text {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem;
}
@media all and (min-width: 800px) {
  p.large-text {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}
p.xlarge-text {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 32px;
  line-height: 2rem;
}
@media all and (min-width: 800px) {
  p.xlarge-text {
    font-size: 39px;
    font-size: 2.4375rem;
    line-height: 50px;
    line-height: 3.125rem;
  }
}
p.thin-text {
  font-weight: 300;
}

@media all and (min-width: 800px) {
  .split-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.split-layout__image {
  margin: 0;
}
@media all and (min-width: 800px) {
  .split-layout__image {
    margin: 0 0 0 100px;
    margin: 0 0 0 6.25rem;
  }
}
.split-layout__image img {
  max-width: 100%;
}
.split-layout--img-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media all and (min-width: 800px) {
  .split-layout--img-left .split-layout__image {
    margin: 0 100px 0 0;
    margin: 0 6.25rem 0 0;
  }
}
.split-layout__content {
  max-width: 540px;
  max-width: 33.75rem;
}
.split-layout__heading {
  margin: 0 0 12px 0;
  margin: 0 0 0.75rem 0;
}
.split-layout__text {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-style: normal;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
}
.split-layout__divider {
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  margin: 45px 0;
  margin: 2.8125rem 0;
  background: #b3b3b3;
  border: 0;
}

hr {
  width: 100%;
  height: 2px;
  height: 0.125rem;
  margin: 15px 0 35px;
  margin: 0.9375rem 0 2.1875rem;
  background: var(--hr-color);
  border: 0;
}

:root {
  --ul-text-color: #1a1a1a;
  --ul-bullet-color: #1a1a1a;
  --ul-bullet-secondary-color: #cccccc;
  --ol-text-color: #1a1a1a;
  --ol-number-color: #1a1a1a;
  --ol-bullet-color: #cccccc;
}
:root .dark-mode {
  --ul-text-color: #1a1a1a;
  --ul-bullet-color: #1a1a1a;
  --ul-bullet-secondary-color: #cccccc;
  --ol-text-color: #1a1a1a;
  --ol-number-color: #1a1a1a;
  --ol-bullet-color: #cccccc;
}

main ul,
main ol,
footer ul,
footer ol {
  font-style: normal;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin: 0 0 20px 12px;
  margin: 0 0 1.25rem 0.75rem;
}
main ul.no-bullets,
main ol.no-bullets,
footer ul.no-bullets,
footer ol.no-bullets {
  list-style: none;
  padding-left: 0;
  text-indent: 0;
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
}
@media all and (min-width: 800px) {
  main ul.list--two-column,
  main ol.list--two-column,
  footer ul.list--two-column,
  footer ol.list--two-column {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media all and (min-width: 800px) {
  main ul.list--three-column,
  main ol.list--three-column,
  footer ul.list--three-column,
  footer ol.list--three-column {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media all and (min-width: 1280px) {
  main ul.list--three-column,
  main ol.list--three-column,
  footer ul.list--three-column,
  footer ol.list--three-column {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media all and (min-width: 800px) {
  main ul.list--four-column,
  main ol.list--four-column,
  footer ul.list--four-column,
  footer ol.list--four-column {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media all and (min-width: 1280px) {
  main ul.list--four-column,
  main ol.list--four-column,
  footer ul.list--four-column,
  footer ol.list--four-column {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
main ul,
main ul.standard-list,
footer ul,
footer ul.standard-list {
  padding-left: 20px;
  padding-left: 1.25rem;
  list-style: none;
  color: --ul-text-color;
  text-indent: -12px;
  text-indent: -0.75rem;
}
main ul li,
main ul.standard-list li,
footer ul li,
footer ul.standard-list li {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
main ul li::before,
main ul.standard-list li::before,
footer ul li::before,
footer ul.standard-list li::before {
  position: relative;
  display: inline-block;
  top: 0px;
  top: 0;
  left: -8px;
  left: -0.5rem;
  background: var(--ul-bullet-color);
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  border-radius: 50%;
  content: "";
}
main ul li ul,
main ul.standard-list li ul,
footer ul li ul,
footer ul.standard-list li ul {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  margin-left: 0;
}
main ul li ul li::before,
main ul.standard-list li ul li::before,
footer ul li ul li::before,
footer ul.standard-list li ul li::before {
  background: var(--ul-bullet-secondary-color);
}
main ol,
main ol.standard-list,
footer ol,
footer ol.standard-list {
  list-style: none;
  counter-reset: numbers;
  padding-left: 10px;
  padding-left: 0.625rem;
  color: --ol-text-color;
}
main ol li,
main ol.standard-list li,
footer ol li,
footer ol.standard-list li {
  counter-increment: numbers;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
main ol li::before,
main ol.standard-list li::before,
footer ol li::before,
footer ol.standard-list li::before {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  color: var(--ol-number-color);
  left: -8px;
  left: -0.5rem;
  content: counter(numbers);
}
main ol li &gt; ol,
main ol li &gt; ul,
main ol.standard-list li &gt; ol,
main ol.standard-list li &gt; ul,
footer ol li &gt; ol,
footer ol li &gt; ul,
footer ol.standard-list li &gt; ol,
footer ol.standard-list li &gt; ul {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 13px;
  padding-left: 0.8125rem;
  margin-left: 0;
}
main ol li &gt; ol li::before,
main ol li &gt; ul li::before,
main ol.standard-list li &gt; ol li::before,
main ol.standard-list li &gt; ul li::before,
footer ol li &gt; ol li::before,
footer ol li &gt; ul li::before,
footer ol.standard-list li &gt; ol li::before,
footer ol.standard-list li &gt; ul li::before {
  display: inline-block;
  position: relative;
  top: 0px;
  top: 0;
  left: -8px;
  left: -0.5rem;
  background: var(--ol-bullet-color);
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  border-radius: 50%;
  content: "";
}

:root {
  --link-color: #aa4492;
  --link-color-hover: #1a1a1a;
  --link-border-color: #aa4492;
  --link-border-color-hover: #1a1a1a;
  --link-color-alt: #1a1a1a;
  --link-color-alt-hover: #aa4492;
  --link-border-alt-color: #1a1a1a;
  --link-border-alt-color-hover: #aa4492;
  --link-color-white: #fff;
  --link-color-white-hover: #ccc;
  --link-border-white-color: #ccc;
  --link-border-white-color-hover: #fff;
  --link-color-dark: #fff;
  --link-color-dark-hover: #ccc;
  --link-border-color-dark: #aa4492;
  --link-border-color-dark-hover: #fff;
  --link-color-light: #1a1a1a;
  --link-color-light-hover: #1a1a1a;
  --link-border-color-light: #aa4492;
  --link-border-color-light-hover: #1a1a1a;
}
:root .dark-mode {
  --link-color: #1a1a1a;
  --link-color-hover: #b3b3b3;
  --link-border-color: #000;
  --link-border-color-hover: #ccc;
}

a,
.standard-link {
  position: relative;
  color: var(--link-color);
  text-decoration: none;
  border-bottom: 1px solid var(--link-border-color);
  border-bottom: 0.0625rem solid var(--link-border-color);
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
}
a:hover, a:focus,
.standard-link:hover,
.standard-link:focus {
  color: var(--link-color-hover);
  border-bottom-color: var(--link-border-color-hover);
}
a.alt-link, a--alt-link,
.standard-link.alt-link,
.standard-link--alt-link {
  color: var(--link-color-alt);
  border-bottom-color: var(--link-border-alt-color);
}
a.alt-link:hover, a.alt-link:focus, a--alt-link:hover, a--alt-link:focus,
.standard-link.alt-link:hover,
.standard-link.alt-link:focus,
.standard-link--alt-link:hover,
.standard-link--alt-link:focus {
  color: var(--link-color-alt-hover);
  border-bottom-color: var(--link-border-alt-color-hover);
}
a.alt-white, a--alt-white,
.standard-link.alt-white,
.standard-link--alt-white {
  color: var(--link-color-white);
  border-bottom-color: var(--link-border-white-color);
}
a.alt-white:hover, a.alt-white:focus, a--alt-white:hover, a--alt-white:focus,
.standard-link.alt-white:hover,
.standard-link.alt-white:focus,
.standard-link--alt-white:hover,
.standard-link--alt-white:focus {
  color: var(--link-color-white-hover);
  border-bottom-color: var(--link-border-white-color-hover);
}
.dark a,
.dark .standard-link {
  color: var(--link-color-dark);
}
.dark a:hover, .dark a:focus,
.dark .standard-link:hover,
.dark .standard-link:focus {
  color: var(--link-color-dark-hover);
}
.light a,
.light .standard-link {
  color: var(--link-color-light);
}
.light a:hover, .light a:focus,
.light .standard-link:hover,
.light .standard-link:focus {
  color: var(--link-color-light-hover);
}

:root {
  --button-color1-bg-color: #595959;
  --button-color1-bg-color-hover: #110F3C;
  --button-color1-text-color: #fff;
  --button-color1-text-color-hover: #fff;
  --button-color1-border-color: #a6a6a6;
  --button-color1-border-color-hover: #1a1a1a;
  --button-color1-border-text-color: #1a1a1a;
  --button-color1-border-text-color-hover: #1a1a1a;
  --button-color2-bg-color: #fff;
  --button-color2-bg-color-hover: #ccc;
  --button-color2-text-color: #1a1a1a;
  --button-color2-text-color-hover: #1a1a1a;
  --button-color2-border-color: #8c8c8c;
  --button-color2-border-color-hover: #fff;
  --button-color2-border-text-color: #fff;
  --button-color2-border-text-color-hover: #fff;
  --button-color3-bg-color: #aa4492;
  --button-color3-bg-color-hover: #883675;
  --button-color3-text-color: #fff;
  --button-color3-text-color-hover: #fff;
  --button-color3-border-color: #aa4492;
  --button-color3-border-color-hover: #1a1a1a;
  --button-color3-border-text-color: #1a1a1a;
  --button-color3-border-text-color-hover: #1a1a1a;
}

.button,
a.button {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  width: auto;
  padding: 7px 17px;
  padding: 0.4375rem 1.0625rem;
  overflow: hidden;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  min-width: 140px;
  min-width: 8.75rem;
  text-align: center;
  z-index: 0;
  border: 0;
}
.button::before,
a.button::before {
  content: none;
  opacity: 1;
}
.button:hover, .button:focus,
a.button:hover,
a.button:focus {
  text-decoration: none;
}
.button + a.button,
a.button + a.button {
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-left: 10px;
}
.button span:not(.afp):not(.button__slide-over-text),
a.button span:not(.afp):not(.button__slide-over-text) {
  margin-right: 5px;
  margin-right: 0.3125rem;
  font-weight: 600;
  color: var(--button-color);
}
.button .afp,
a.button .afp {
  margin-right: 10px;
  margin-right: 0.625rem;
  color: currentColor;
}
.button .afp--round,
a.button .afp--round {
  position: relative;
  left: -10px;
  left: -0.625rem;
  margin-right: 0;
}
.button.add-to-cart,
a.button.add-to-cart {
  min-width: auto;
}
.button.add-to-cart .fa,
a.button.add-to-cart .fa {
  margin-right: 1px !important;
  margin-right: 0.0625rem !important;
}
.button__color1,
a.button__color1 {
  background-color: var(--button-color1-bg-color);
  color: var(--button-color1-text-color);
}
.button__color1.button__boxed:hover, .button__color1.button__boxed:focus,
a.button__color1.button__boxed:hover,
a.button__color1.button__boxed:focus {
  color: var(--button-color1-text-color-hover);
  background-color: var(--button-color1-bg-color-hover);
}
.button__color1.button__fade:hover, .button__color1.button__fade:focus,
a.button__color1.button__fade:hover,
a.button__color1.button__fade:focus {
  background-color: var(--button-color1-bg-color-hover);
  color: var(--button-color1-text-color-hover);
}
.button__color1.button__outline,
a.button__color1.button__outline {
  color: var(--button-color1-border-text-color);
  border-color: var(--button-color1-border-color);
}
.button__color1.button__outline:hover, .button__color1.button__outline:focus,
a.button__color1.button__outline:hover,
a.button__color1.button__outline:focus {
  color: var(--button-color1-border-text-color-hover);
  border-color: var(--button-color1-border-color-hover);
  background: transparent;
}
.button__color2,
a.button__color2 {
  background-color: var(--button-color2-bg-color);
  color: var(--button-color2-text-color);
}
.button__color2.button__fade:hover, .button__color2.button__fade:focus,
a.button__color2.button__fade:hover,
a.button__color2.button__fade:focus {
  background-color: var(--button-color2-bg-color-hover);
  color: var(--button-color2-text-color-hover);
}
.button__color2.button__outline,
a.button__color2.button__outline {
  color: var(--button-color2-border-text-color);
  border-color: var(--button-color2-border-color);
}
.button__color2.button__outline:hover, .button__color2.button__outline:focus,
a.button__color2.button__outline:hover,
a.button__color2.button__outline:focus {
  color: var(--button-color2-border-text-color-hover);
  border-color: var(--button-color2-border-color-hover);
  background: transparent;
}
.button__color3,
a.button__color3 {
  background-color: var(--button-color3-bg-color);
  color: var(--button-color3-text-color);
}
.button__color3.button__fade:hover, .button__color3.button__fade:focus,
a.button__color3.button__fade:hover,
a.button__color3.button__fade:focus {
  background-color: var(--button-color3-bg-color-hover);
  color: var(--button-color3-text-color-hover);
}
.button__color3.button__outline,
a.button__color3.button__outline {
  color: var(--button-color3-border-text-color);
  border-color: var(--button-color3-border-color);
}
.button__color3.button__outline:hover, .button__color3.button__outline:focus,
a.button__color3.button__outline:hover,
a.button__color3.button__outline:focus {
  color: var(--button-color3-border-text-color-hover);
  border-color: var(--button-color3-border-color-hover);
  background: transparent;
}
.button__boxed,
a.button__boxed {
  border-radius: 10px;
  border-radius: 0.625rem;
}
.button__pill,
a.button__pill {
  border-radius: 25px;
  border-radius: 1.5625rem;
}
.button__outline,
a.button__outline {
  border-width: 2px;
  border-width: 0.125rem;
  border-style: solid;
  background: transparent;
}
.button__arrow--left::after,
a.button__arrow--left::after {
  margin-right: 10px;
  margin-right: 0.625rem;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 15px;
  width: 0.9375rem;
  height: 28px;
  height: 1.75rem;
}
.button__arrow--left.button__color1::after,
a.button__arrow--left.button__color1::after {
  background-image: url(/themes/Atlas/assets/dist/images/btn-left-arrow-light.svg);
}
.button__arrow--left.button__color2::after,
a.button__arrow--left.button__color2::after {
  background-image: url(/themes/Atlas/assets/dist/images/btn-left-arrow-dark.svg);
}
.button__arrow--left.button__color3::after,
a.button__arrow--left.button__color3::after {
  background-image: url(/themes/Atlas/assets/dist/images/btn-left-arrow-light.svg);
}
.button__arrow--left.button__outline.button__color1::after,
a.button__arrow--left.button__outline.button__color1::after {
  background-image: url(/themes/Atlas/assets/dist/images/btn-left-arrow-dark.svg);
}
.button__arrow--left.button__outline.button__color2::after,
a.button__arrow--left.button__outline.button__color2::after {
  background-image: url(/themes/Atlas/assets/dist/images/btn-left-arrow-light.svg);
}
.button__arrow--left.button__outline.button__color3::after,
a.button__arrow--left.button__outline.button__color3::after {
  background-image: url(/themes/Atlas/assets/dist/images/btn-left-arrow-dark.svg);
}
.button__arrow--right::after,
a.button__arrow--right::after {
  margin-left: 10px;
  margin-left: 0.625rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 15px;
  width: 0.9375rem;
  height: 28px;
  height: 1.75rem;
}
.button__arrow--right.button__color1::after,
a.button__arrow--right.button__color1::after {
  background-image: url(/themes/Atlas/assets/dist/images/btn-right-arrow-light.svg);
}
.button__arrow--right.button__color2::after,
a.button__arrow--right.button__color2::after {
  background-image: url(/themes/Atlas/assets/dist/images/btn-right-arrow-dark.svg);
}
.button__arrow--right.button__color3::after,
a.button__arrow--right.button__color3::after {
  background-image: url(/themes/Atlas/assets/dist/images/btn-right-arrow-light.svg);
}
.button__arrow--right.button__outline.button__color1::after,
a.button__arrow--right.button__outline.button__color1::after {
  background-image: url(/themes/Atlas/assets/dist/images/btn-right-arrow-dark.svg);
}
.button__arrow--right.button__outline.button__color2::after,
a.button__arrow--right.button__outline.button__color2::after {
  background-image: url(/themes/Atlas/assets/dist/images/btn-right-arrow-dark.svg);
}
.button__arrow--right.button__outline.button__color3::after,
a.button__arrow--right.button__outline.button__color3::after {
  background-image: url(/themes/Atlas/assets/dist/images/btn-right-arrow-dark.svg);
}
.button__fade,
a.button__fade {
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.button__slide-over::before,
a.button__slide-over::before {
  position: absolute;
  left: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 100%;
  background: transparent;
  content: "";
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.button__slide-over:hover::before, .button__slide-over:focus::before,
a.button__slide-over:hover::before,
a.button__slide-over:focus::before {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.button__slide-over-text,
a.button__slide-over-text {
  position: relative;
  z-index: 1;
}
.button__border-grows,
a.button__border-grows {
  outline: 2px solid transparent;
  outline: 0.125rem solid transparent;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.button__border-grows:hover, .button__border-grows:focus,
a.button__border-grows:hover,
a.button__border-grows:focus {
  outline: auto;
  outline-style: solid;
  outline-width: 4px;
  outline-width: 0.25rem;
  outline-offset: -4px;
  outline-offset: -0.25rem;
  outline-color: currentcolor;
}
.button__arrow-appears,
a.button__arrow-appears {
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.button__arrow-appears.button__arrow--left::after, .button__arrow-appears.button__arrow--right::after,
a.button__arrow-appears.button__arrow--left::after,
a.button__arrow-appears.button__arrow--right::after {
  position: relative;
  top: 0px;
  top: 0;
  display: inline-block;
  content: "";
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.button__arrow-appears.button__arrow--left::after,
a.button__arrow-appears.button__arrow--left::after {
  margin-right: -15px;
  margin-right: -0.9375rem;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  opacity: 0;
}
.button__arrow-appears.button__arrow--left:hover::after, .button__arrow-appears.button__arrow--left:focus::after,
a.button__arrow-appears.button__arrow--left:hover::after,
a.button__arrow-appears.button__arrow--left:focus::after {
  margin-right: 10px;
  margin-right: 0.625rem;
  opacity: 1;
}
.button__arrow-appears.button__arrow--right::after,
a.button__arrow-appears.button__arrow--right::after {
  margin-left: -15px;
  margin-left: -0.9375rem;
  content: "";
  opacity: 0;
}
.button__arrow-appears.button__arrow--right:hover::after, .button__arrow-appears.button__arrow--right:focus::after,
a.button__arrow-appears.button__arrow--right:hover::after,
a.button__arrow-appears.button__arrow--right:focus::after {
  margin-left: 10px;
  margin-left: 0.625rem;
  opacity: 1;
}
[data-arx-type] a.button.button--primary-outline__arrow-left::after {
  content: none;
}

.button-list {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
}
.button-list li .button {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.button-list li:last-of-type .button {
  margin-bottom: 0;
}

:root {
  --bq-background: #f2f2f2;
  --bq-text: #1a1a1a;
  --bq-cite-text: #666666;
  --bq-border-color: #cccccc;
  --bq-alt-cite-text: #aa4492;
}
:root .dark-mode {
  --bq-background: gray;
  --bq-text: #f2f2f2;
  --bq-border-color: #cccccc;
}

blockquote {
  position: relative;
  background: var(--bq-background);
  padding: 30px;
  padding: 1.875rem;
  margin: 20px 0;
  margin: 1.25rem 0;
  border-radius: 10px;
  border-radius: 0.625rem;
  min-height: 140px;
  min-height: 8.75rem;
}
@media all and (min-width: 800px) {
  blockquote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    width: 100%;
    padding: 30px 30px 30px 140px;
    padding: 1.875rem 1.875rem 1.875rem 8.75rem;
  }
}
blockquote::before {
  content: "";
  position: relative;
  display: block;
  text-align: center;
  background-image: url("/themes/atlas/assets/dist/images/blockquote-quote.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  margin: 0 auto 20px;
  margin: 0 auto 1.25rem;
}
@media all and (min-width: 800px) {
  blockquote::before {
    position: absolute;
    width: 80px;
    width: 5rem;
    height: 80px;
    height: 5rem;
    top: 30px;
    top: 1.875rem;
    left: 30px;
    left: 1.875rem;
  }
}
@media all and (min-width: 1280px) {
  blockquote.long p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
blockquote.no-background {
  display: block;
  background: transparent;
  text-align: center;
  border-radius: 0;
  padding: 0 0 30px;
  padding: 0 0 1.875rem;
  margin: 40px 0 20px;
  margin: 2.5rem 0 1.25rem;
}
blockquote.no-background p {
  max-width: 916px;
  max-width: 57.25rem;
  margin: auto;
}
@media all and (min-width: 1280px) {
  blockquote.no-background p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
blockquote.no-background cite,
blockquote.no-background small {
  color: var(--bq-alt-cite-text);
}
blockquote.no-background::before {
  position: relative;
  background-image: url("/themes/atlas/assets/dist/images/blockquote-quote-nobackground.svg");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 35px;
  height: 2.1875rem;
  padding: 0 40px;
  padding: 0 2.5rem;
  margin: 0 auto;
  top: -20px;
  top: -1.25rem;
  left: 0;
}
blockquote p {
  font-style: normal;
  font-weight: 600;
  font-family: "Saira Condensed", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: var(--bq-text);
  margin: 0;
  width: 100%;
}
@media all and (min-width: 1280px) {
  blockquote p {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
blockquote cite,
blockquote small {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: var(--bq-cite-text);
  text-transform: uppercase;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media all and (min-width: 800px) {
  blockquote cite,
  blockquote small {
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
}

:root {
  --fc_titleColor: white;
  --fc_textColor: white;
  --fc_linkColor: #3dd8e6;
  --fc_contentBackground: linear-gradient(315deg, rgba(5, 39, 80, 1) 0%, rgba(7, 24, 43, 1) 100%);
  --lc_borderColor: rgba(52, 61, 64, 0.1);
  --lc-inputFocusBorder: rgba(36, 180, 193, 0.6);
  --lc_inputPlaceholderColor: #1a1a1a;
  --lc_inputHoverShadow: rgb(36, 180, 193, 0.5);
  --lo_buttonShadow: rgb(0, 0, 0, 0.16);
  --lo_buttonShadowHover: rgb(36, 180, 193, 0.5);
  --help_linkButtonColor: rgb(0, 0, 0, 0.16);
  --help_linkButtonColorHover: rgb(52, 61, 64, 0.5);
  --help_linkButtonColorFocus: rgb(52, 61, 64, 0.5);
}

.dark-mode {
  --fc_titleColor: black;
}

.login {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media all and (min-width: 1280px) {
  .login {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.login__sidebar {
  width: 100%;
  min-height: auto;
  overflow: hidden;
}
@media all and (min-width: 1280px) {
  .login__sidebar {
    overflow: visible;
    min-height: 100vh;
    min-width: 540px;
    min-width: 33.75rem;
  }
}
.login__sidebar::before {
  content: "";
  position: absolute;
  background: url(/assets/dist/images/login-gradient.svg) no-repeat;
  width: 110%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: right;
}
@media all and (min-width: 1280px) {
  .login__sidebar::before {
    width: 100%;
  }
}

.login__main {
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
}

.featured-content {
  position: relative;
  display: block;
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
  width: 100%;
  margin: 0 auto;
}
@media all and (min-width: 1280px) {
  .featured-content {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    max-width: 475px;
    max-width: 29.6875rem;
    padding: 60px 80px;
    padding: 3.75rem 5rem;
  }
}
.featured-content__image {
  display: none;
}
@media all and (min-width: 1280px) {
  .featured-content__image {
    display: block;
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
.featured-content__title {
  color: var(--fc_textColor);
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin: 0 0 7px;
  margin: 0 0 0.4375rem;
}
@media all and (min-width: 1280px) {
  .featured-content__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
.featured-content__text {
  display: none;
}
@media all and (min-width: 1280px) {
  .featured-content__text {
    display: block;
    color: var(--fc_textColor);
    font-style: normal;
    font-weight: 400;
    font-family: "Saira Condensed", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
    margin-top: 0;
  }
}
.featured-content__link {
  color: var(--fc_linkColor);
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  text-decoration: none;
}
@media all and (min-width: 1280px) {
  .featured-content__link {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
.featured-content__link::after {
  content: "\f061";
  position: relative;
  display: inline-block;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
  font-size: 12px;
  font-size: 0.75rem;
  color: var(--fc_linkColor);
  margin-left: 7px;
  margin-left: 0.4375rem;
  opacity: 0.5;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
@media all and (min-width: 1280px) {
  .featured-content__link::after {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.featured-content__link:hover::after, .featured-content__link:focus::after {
  opacity: 1;
  margin-left: 12px;
  margin-left: 0.75rem;
}

.login-wrapper {
  position: relative;
  display: block;
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
  width: 100%;
  z-index: 2;
  text-align: center;
}
@media all and (min-width: 1280px) {
  .login-wrapper {
    max-width: 660px;
    max-width: 41.25rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    padding: 60px 80px;
    padding: 3.75rem 5rem;
    margin: 0 auto 200px;
    margin: 0 auto 12.5rem;
  }
}
.login-wrapper__logo {
  position: relative;
  display: block;
  background: url(/assets/dist/images/logo-antilles-light.svg) no-repeat;
  background-size: contain;
  width: 190px;
  width: 11.875rem;
  height: 100px;
  height: 6.25rem;
  margin: auto;
}
.login-wrapper__login-controls {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  padding: 35px 0;
  padding: 2.1875rem 0;
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
  max-width: 500px;
  max-width: 31.25rem;
}
.login-wrapper__login-controls::after {
  content: "";
  position: absolute;
  display: block;
  background: rgba(var(--lc_border-color), 0.1);
  width: 100%;
  max-width: 340px;
  max-width: 21.25rem;
  height: 2px;
  height: 0.125rem;
  border-radius: 5px;
  border-radius: 0.3125rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.login-wrapper__login-controls--input {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  border: 0;
  border-radius: 10px;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.16);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.login-wrapper__login-controls--input:focus {
  -webkit-box-shadow: 0 0 15px rgba(var(--lc_inputFocusBorder), 0.16);
          box-shadow: 0 0 15px rgba(var(--lc_inputFocusBorder), 0.16);
  -webkit-box-shadow: 0 0 0.9375rem rgba(var(--lc_inputFocusBorder), 0.16);
          box-shadow: 0 0 0.9375rem rgba(var(--lc_inputFocusBorder), 0.16);
  outline: 1px solid rgba(var(lc_inputFocusBorder), 0.6);
  outline: 0.0625rem solid rgba(var(lc_inputFocusBorder), 0.6);
}
.login-wrapper__login-controls--input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  color: var(--lc_inputPlaceholderColor);
  font-size: 18px;
  font-size: 1.125rem;
}
.login-wrapper__login-controls--input::-moz-placeholder {
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  color: var(--lc_inputPlaceholderColor);
  font-size: 18px;
  font-size: 1.125rem;
}
.login-wrapper__login-controls--input:-ms-input-placeholder {
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  color: var(--lc_inputPlaceholderColor);
  font-size: 18px;
  font-size: 1.125rem;
}
.login-wrapper__login-controls--input::-ms-input-placeholder {
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  color: var(--lc_inputPlaceholderColor);
  font-size: 18px;
  font-size: 1.125rem;
}
.login-wrapper__login-controls--input::placeholder {
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  color: var(--lc_inputPlaceholderColor);
  font-size: 18px;
  font-size: 1.125rem;
}
.login-wrapper__login-controls--input-button {
  position: absolute;
  right: 10px;
  right: 0.625rem;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  background: url(/assets/dist/images/input-button-arrow.svg) no-repeat;
  background-size: contain;
  margin-right: 0;
  border: 0;
  border-radius: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.login-wrapper__login-controls--input-button:hover, .login-wrapper__login-controls--input-button:focus {
  -webkit-box-shadow: 0 0 5px var(--lc_inputHoverShadow);
          box-shadow: 0 0 5px var(--lc_inputHoverShadow);
  -webkit-box-shadow: 0 0 0.3125rem var(--lc_inputHoverShadow);
          box-shadow: 0 0 0.3125rem var(--lc_inputHoverShadow);
  outline: 1px solid rgba(var(--lc_inputHoverShadow), 0.6);
  outline: 0.0625rem solid rgba(var(--lc_inputHoverShadow), 0.6);
}
.login-wrapper__login-options {
  position: relative;
  display: block;
  list-style: none;
  text-align: center;
  max-width: 260px;
  max-width: 16.25rem;
  padding: 0;
  margin: 0 auto 25px;
  margin: 0 auto 1.5625rem;
}
.login-wrapper__login-options li {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.login-wrapper__login-options li:last-of-type {
  margin-bottom: 0;
}
.login-wrapper__login-options a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  color: var(--lo_buttonShadow);
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 10px;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.16);
  padding: 13px 35px;
  padding: 0.8125rem 2.1875rem;
  width: 260px;
  width: 16.25rem;
}
.login-wrapper__login-options a:hover, .login-wrapper__login-options a:focus {
  -webkit-box-shadow: 0 0 15px rgba(var(--lo_buttonShadowHover), 0.5);
          box-shadow: 0 0 15px rgba(var(--lo_buttonShadowHover), 0.5);
  -webkit-box-shadow: 0 0 0.9375rem rgba(var(--lo_buttonShadowHover), 0.5);
          box-shadow: 0 0 0.9375rem rgba(var(--lo_buttonShadowHover), 0.5);
}
.login-wrapper__login-options a:focus {
  outline: 1px solid rgba(var(--lo_buttonShadowHover), 0.6);
  outline: 0.0625rem solid rgba(var(--lo_buttonShadowHover), 0.6);
}
.login-wrapper__login-options a::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.login-wrapper__login-options--google::before {
  background-image: url(/assets/dist/images/Google__G__Logo.svg);
}
.login-wrapper__login-options--microsoft::before {
  background-image: url(/assets/dist/images/Microsoft-logo.svg);
}
.login-wrapper__antilles-version {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  color: #5c6d73;
  text-align: center;
}

.antilles-help {
  position: relative;
  display: block;
  text-align: center;
  background-image: url(/assets/dist/images/blue-circle.svg);
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100%;
  padding: 30px 0;
  padding: 1.875rem 0;
}
@media all and (min-width: 1280px) {
  .antilles-help {
    position: absolute;
    text-align: left;
    bottom: 40px;
    bottom: 2.5rem;
    right: 40px;
    right: 2.5rem;
    z-index: 1;
    background-image: none;
    padding: 0;
    height: auto;
  }
}
.antilles-help::before {
  content: "";
  position: absolute;
  display: none;
  background-image: url(/assets/dist/images/blue-circle.svg);
  width: 528px;
  width: 33rem;
  height: 528px;
  height: 33rem;
  top: 0;
  left: 0;
}
@media all and (min-width: 1280px) {
  .antilles-help::before {
    display: block;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0;
    width: 528px;
    width: 33rem;
    height: 528px;
    height: 33rem;
    -webkit-transform: translate(50%, 75%);
        -ms-transform: translate(50%, 75%);
            transform: translate(50%, 75%);
    z-index: -1;
  }
}
.antilles-help a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  color: var(--help_linkButtonColor);
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 31px;
  border-radius: 1.9375rem;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.16);
  padding: 14px 25px;
  padding: 0.875rem 1.5625rem;
  width: auto;
}
@media all and (min-width: 1280px) {
  .antilles-help a {
    float: right;
  }
}
.antilles-help a:hover, .antilles-help a:focus {
  -webkit-box-shadow: 0 0 15px rgba(var(--help_linkButtonColorHover), 0.5);
          box-shadow: 0 0 15px rgba(var(--help_linkButtonColorHover), 0.5);
  -webkit-box-shadow: 0 0 0.9375rem rgba(var(--help_linkButtonColorHover), 0.5);
          box-shadow: 0 0 0.9375rem rgba(var(--help_linkButtonColorHover), 0.5);
}
.antilles-help a:focus {
  outline: 1px solid rgba(var(--help_linkButtonColorFocus), 0.6);
  outline: 0.0625rem solid rgba(var(--help_linkButtonColorFocus), 0.6);
}

:root {
  --footer-bg-color: #1a1a1a;
  --footer-text-color: #efefef;
  --footer-link-color: #ccc;
  --footer-link-color-hover: #fff;
  --footer-container-bottom-border-color: rgba(204, 204, 204, 0.4);
}
:root .dark-mode {
  --footer-bg-color: #1a1a1a;
  --footer-text-color: #efefef;
  --footer-link-color: #ccc;
  --footer-link-color-hover: #fff;
  --footer-container-bottom-border-color: rgba(204, 204, 204, 0.4);
}

.footer {
  position: relative;
  background: var(--footer-bg-color);
}
.footer p {
  color: var(--footer-text-color);
}
.footer__container {
  padding: 30px 0;
  padding: 1.875rem 0;
  border-bottom: 2px solid var(--footer-container-bottom-border-color);
  border-bottom: 0.125rem solid var(--footer-container-bottom-border-color);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: auto;
  max-width: calc(100% - 40px);
  max-width: calc(100% - 2.5rem);
  margin: 0 auto;
  width: 1360px;
  width: 85rem;
}
@media all and (min-width: 800px) {
  .footer__container {
    max-width: calc(100% - 80px);
    max-width: calc(100% - 5rem);
  }
}
@media all and (min-width: 1280px) {
  .footer__container {
    padding: 40px 0 20px;
    padding: 2.5rem 0 1.25rem;
  }
}
.footer__container:first-of-type {
  padding-top: 30px;
  padding-top: 1.875rem;
}
@media all and (min-width: 1280px) {
  .footer__container:first-of-type {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
.footer__container:last-of-type {
  border-bottom: 0;
}
.footer__copyright {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 28px;
  line-height: 1.75rem;
  color: var(--footer-text-color);
}
@media all and (min-width: 800px) {
  .footer__copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0;
    font-size: 20px;
    font-size: 1.25rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__copyright p {
  margin: 0 0 22px 0;
  margin: 0 0 1.375rem 0;
}
.footer__copyright br {
  display: none;
}
.footer__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer__site-links {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
  margin: 0 0 1.25rem 0;
  text-indent: 0;
  list-style: none;
}
@media all and (min-width: 800px) {
  .footer__site-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media all and (min-width: 800px) {
  .footer__site-link-container {
    margin-right: 24px;
    margin-right: 1.5rem;
  }
}
.footer__site-link-container:last-of-type {
  margin-right: 0;
}
.footer__site-link-container:last-of-type a::after {
  content: none;
}
.footer__site-link {
  position: relative;
  display: block;
  padding-bottom: 17px;
  padding-bottom: 1.0625rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 28px;
  line-height: 1.75rem;
  color: var(--footer-link-color);
  text-decoration: none;
}
@media all and (min-width: 800px) {
  .footer__site-link {
    font-size: 18px;
    font-size: 1.125rem;
    white-space: nowrap;
  }
}
.footer__site-link:hover, .footer__site-link:focus {
  color: var(--footer-link-color-hover);
}
.footer hr {
  height: 2px;
  height: 0.125rem;
  margin: 30px 0 35px;
  margin: 1.875rem 0 2.1875rem;
  background: rgba(204, 204, 204, 0.4);
  border: 0;
}

.footer-contact__container {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.footer-contact__header {
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 24px;
  line-height: 1.5rem;
  color: #fff;
}
.footer-contact__content,
.footer-contact h1,
.footer-contact h2,
.footer-contact h3,
.footer-contact h4,
.footer-contact h5,
.footer-contact h6,
.footer-contact p {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  line-height: 24px;
  line-height: 1.5rem;
  color: var(--footer-text-color);
}
@media all and (min-width: 800px) {
  .footer-contact__content,
  .footer-contact h1,
  .footer-contact h2,
  .footer-contact h3,
  .footer-contact h4,
  .footer-contact h5,
  .footer-contact h6,
  .footer-contact p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.footer-contact__content a,
.footer-contact h1 a,
.footer-contact h2 a,
.footer-contact h3 a,
.footer-contact h4 a,
.footer-contact h5 a,
.footer-contact h6 a,
.footer-contact p a {
  color: var(--footer-link-color);
  text-decoration: none;
}
.footer-contact__content a:hover, .footer-contact__content a:focus,
.footer-contact h1 a:hover,
.footer-contact h1 a:focus,
.footer-contact h2 a:hover,
.footer-contact h2 a:focus,
.footer-contact h3 a:hover,
.footer-contact h3 a:focus,
.footer-contact h4 a:hover,
.footer-contact h4 a:focus,
.footer-contact h5 a:hover,
.footer-contact h5 a:focus,
.footer-contact h6 a:hover,
.footer-contact h6 a:focus,
.footer-contact p a:hover,
.footer-contact p a:focus {
  color: var(--footer-link-color-hover);
}

:root {
  --sitewidth: n/a;
}

.grid {
  width: calc(100% + 20px);
  width: calc(100% + 1.25rem);
  margin: 0 -10px;
  margin: 0 -0.625rem;
}
.grid .column &gt; * {
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}

body {
  max-width: var(--sitewidth);
}

main {
  width: 1160px;
  width: 72.5rem;
  width: auto;
  max-width: calc(100% - 35px);
  max-width: calc(100% - 2.1875rem);
  margin: 0 auto;
}
@media all and (min-width: 800px) {
  main {
    max-width: calc(100% - 60px);
    max-width: calc(100% - 3.75rem);
  }
}

.page-wrapper {
  position: relative;
}

.no-breadcrumbs main {
  width: calc(100vw - 50px);
  width: calc(100vw - 3.125rem);
  max-width: none;
  margin: 0 auto;
}
.no-breadcrumbs .main-content.content-section {
  padding: 0;
}

.header__container {
  max-width: calc(100% - 80px);
  max-width: calc(100% - 5rem);
}
@media all and (min-width: 800px) {
  .header__container {
    max-width: calc(100% - 120px);
    max-width: calc(100% - 7.5rem);
  }
}
.nav-wrap-open .header {
  background: #fff;
}

:root {
  --nav-background: #fff;
  --nav-level2-background-mobile: #fff;
  --nav-level2-background-desktop: #fff;
  --nav-level3-background: transparent;
  --slidenav-target-background-color: transparent;
  --nav-level1-text-color-mobile: #263D87;
  --nav-level1-text-bg-color-mobile: transparent;
  --nav-level1-text-color-desktop: #fff;
  --nav-level1-text-bg-color-desktop: transparent;
  --nav-level2-text-color-mobile: #000;
  --nav-level2-text-bg-color-mobile: #fff;
  --nav-level2-text-color-desktop: #000;
  --nav-level2-text-bg-color-desktop: #fff;
  --nav-level3-text-color-mobile: #000;
  --nav-level3-text-bg-color-mobile: #fff;
  --nav-level3-text-color-desktop: #000;
  --nav-level3-text-bg-color-desktop: #fff;
  --nav-hover-color: #333;
  --nav-item-accessible-toggler: #1a1a1a;
  --nav-underline-hover-color: transparent;
}
:root.transparent-nav {
  --nav-background: transparent;
  --nav-level1-text-color-mobile: #263D87;
}

.transparent-nav .header {
  position: absolute;
}

.nav-wrap-open .navanimation__top, .nav-wrap-open .navanimation__middle {
  fill: rgb(241, 44, 0);
}

.navigation__toggle {
  top: -45px;
  top: -2.8125rem;
  right: 40px;
  right: 2.5rem;
  padding: 5px;
  padding: 0.3125rem;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.navigation.slide-nav .nav-level1 {
  padding-bottom: 230px;
  padding-bottom: 14.375rem;
  overflow-x: hidden;
}
.nav-wrap-open .navigation.slide-nav .nav-level1 {
  color: var(--nav-level1-text-color-mobile);
  background: #fff;
}
@media all and (min-width: 800px) {
  .navigation.slide-nav .nav-level1 {
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    overflow: visible;
  }
}
.navigation.slide-nav .nav-level1__target {
  margin-right: 30px;
  margin-right: 1.875rem;
  color: var(--nav-level1-text-color-mobile);
}
@media all and (min-width: 800px) {
  .navigation.slide-nav .nav-level1__target {
    color: var(--nav-level1-text-color-desktop);
  }
}
@media all and (width &gt;= 1280px) {
  .navigation.slide-nav .nav-level1__target:last-child {
    margin-right: 0;
  }
}
.navigation.slide-nav .nav-level1__target.has-children .nav-level1__link {
  width: auto;
}
.navigation.slide-nav .nav-level1__target.has-children .nav-level1__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: -80px;
  right: -5rem;
  display: block;
  width: 60px;
  width: 3.75rem;
  height: 100%;
  background: transparent url("/themes/Atlas/assets/dist/images/_simplex/mbl-arrow.svg") no-repeat 15px center;
  background: transparent url("/themes/Atlas/assets/dist/images/_simplex/mbl-arrow.svg") no-repeat 0.9375rem center;
  pointer-events: none;
}
@media all and (min-width: 800px) {
  .navigation.slide-nav .nav-level1__target.has-children .nav-level1__link::after {
    content: none;
  }
}
.navigation.slide-nav .nav-level1__target.has-children span.toggler {
  top: 50%;
  display: none;
  width: 15px;
  width: 0.9375rem;
  height: 20px;
  height: 1.25rem;
  background-image: url("/themes/Atlas/assets/dist/images/_simplex/primary-nav-arrow.svg");
  background-size: contain;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: center 7px;
      -ms-transform-origin: center 7px;
          transform-origin: center 7px;
  -webkit-transform-origin: center 0.4375rem;
      -ms-transform-origin: center 0.4375rem;
          transform-origin: center 0.4375rem;
  -webkit-transition: all 0.66s ease-in-out;
  transition: all 0.66s ease-in-out;
}
@media all and (min-width: 800px) {
  .navigation.slide-nav .nav-level1__target.has-children span.toggler {
    display: block;
    pointer-events: none;
  }
}
.navigation.slide-nav .nav-level1__target.has-children::after {
  content: none;
}
.navigation.slide-nav .nav-level1__target.has-children.active {
  left: 50%;
  font-weight: 700;
  background: rgba(7, 20, 37, 0.1);
  border-radius: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-left: 60px;
  padding-left: 3.75rem;
}
.navigation.slide-nav .nav-level1__target.has-children.active .nav-level1__link {
  width: auto;
  pointer-events: none;
}
.navigation.slide-nav .nav-level1__target.has-children.active .nav-level1__link::after {
  top: 0;
  left: -20px !important;
  left: -1.25rem !important;
  width: 60px !important;
  width: 3.75rem !important;
  height: 100% !important;
  background: transparent url("/themes/Atlas/assets/dist/images/_simplex/mbl-arrow.svg") no-repeat center right !important;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media all and (max-width: 800px) {
  .navigation.slide-nav .nav-level1__target.has-children.active .nav-level2 {
    top: 90px;
    top: 5.625rem;
    right: 55px;
    right: 3.4375rem;
  }
}
@media all and (min-width: 800px) {
  .navigation.slide-nav .nav-level1__target.has-children.active {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: transparent;
    padding-left: 0;
  }
}
.navigation.slide-nav .nav-level1__target.has-children.open span.toggler, .navigation.slide-nav .nav-level1__target.has-children:hover span.toggler, .navigation.slide-nav .nav-level1__target.has-children:focus span.toggler {
  -webkit-transform: rotate(180deg) translateY(50%);
      -ms-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
.navigation.slide-nav .nav-level1__target.has-children:last-child span.toggler {
  /* right: -20px; */
}
.navigation.slide-nav .nav-level1__target.open .nav-level2, .navigation.slide-nav .nav-level1__target.active .nav-level2 {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  overflow: visible;
}
@media all and (min-width: 800px) {
  .navigation.slide-nav .nav-level1__target:hover .nav-level2, .navigation.slide-nav .nav-level1__target:focus .nav-level2 {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    overflow: visible;
  }
}
.navigation.slide-nav .nav-level1__link {
  display: inline-block;
  width: auto;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 44px;
  line-height: 2.75rem;
  text-transform: uppercase;
  padding-right: 0;
  font-style: normal;
  font-weight: 600;
  font-family: "Saira Condensed", sans-serif;
}
.nav-wrap-open .navigation.slide-nav .nav-level1__link {
  color: var(--nav-level1-text-color-mobile);
}
@media all and (min-width: 800px) {
  .navigation.slide-nav .nav-level1__link {
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 44px;
    line-height: 2.75rem;
    letter-spacing: 1.2px;
    letter-spacing: 0.075rem;
    text-transform: capitalize;
    margin-right: 0;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
}
.navigation.slide-nav .nav-level2 {
  position: absolute;
  padding: 20px 30px 230px;
  padding: 1.25rem 1.875rem 14.375rem;
  border-radius: 0;
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
@media all and (min-width: 800px) {
  .navigation.slide-nav .nav-level2 {
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
  }
}
@media all and (min-width: 800px) {
  .navigation.slide-nav .nav-level2 {
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    right: 0;
  }
}
.navigation.slide-nav .nav-level2__target.has-children span.toggler, .navigation.slide-nav .nav-level2__target.has-children::after {
  content: none;
  display: none;
}
.navigation.slide-nav .nav-level2__link {
  font-size: 18px;
  font-size: 1.125rem;
  border: 0;
  font-style: normal;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
}

.branding__logo {
  height: 52px;
  height: 3.25rem;
  max-width: 50vw;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media all and (min-width: 800px) {
  .branding__logo {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
.branding__letter {
  fill: #fff;
}
.nav-wrap-open .branding__letter {
  fill: #263D87;
}

:root {
  --accordion-title-color-hover: #262626;
  --accordion-title-color-active: #262626;
  --accordion-content-text-color: #4d4d4d;
  --accordion-toggle-color: #263d87;
  --accordion-toggle-color-hover: #014174;
  --accordion-toggle-color-active: #263d87;
  --accordion-toggle-border-color: #263d87;
  --accordion-toggle-border-color-hover: #014174;
  --accordion-toggle-border-color-active: #263d87;
  --accordion-border-color: #e3e3e3;
  --accordion-border-color-hover: #014174;
  --accordion-border-color-active: #263d87;
  --accordion-alt-title-color-hover: #1a1a1a;
  --accordion-alt-content-text-color: #1a1a1a;
  --accordion-alt-toggle-color: #263d87;
  --accordion-alt-toggle-color-hover: #263d87;
  --accordion-alt-toggle-border-color: #1a1a1a;
  --accordion-alt-toggle-border-color-hover: #1a1a1a;
  --accordion-alt-border-color: #ccc;
  --accordion-alt-border-color-hover: #1a1a1a;
  --accordion-title-color: #060a1d;
  --accordion-alt-title-color: #1a1a1a;
  --accordion-alt-bg-color: #fff;
}

.accordions .accordion--rep, .accordions .accordion--dark-background,
.accordions.active .accordion--rep,
.accordions.active .accordion--dark-background {
  --accordion-bg-color: transparent;
  --accordion-title-color: #42C4DD;
  --accordion-title-color-hover: #42C4DD;
  --accordion-title-color-active: #42C4DD;
  --accordion-content-text-color: #fff;
  --accordion-toggle-color: #42C4DD;
  --accordion-toggle-color-hover: #42C4DD;
  --accordion-toggle-color-active: #42C4DD;
  --accordion-toggle-border-color: #42C4DD;
  --accordion-toggle-border-color-hover: #42C4DD;
  --accordion-toggle-border-color-active: #42C4DD;
  --accordion-border-color: rgb(255 255 255 / 40%);
  --accordion-border-color-hover: #42C4DD;
  --accordion-border-color-active: #42C4DD;
}
.accordions .accordion--rep .accordion__toggle-icon, .accordions .accordion--dark-background .accordion__toggle-icon,
.accordions.active .accordion--rep .accordion__toggle-icon,
.accordions.active .accordion--dark-background .accordion__toggle-icon {
  color: var(--accordion-toggle-color);
}
.accordions .accordion--rep .accordion__content *, .accordions .accordion--dark-background .accordion__content *,
.accordions.active .accordion--rep .accordion__content *,
.accordions.active .accordion--dark-background .accordion__content * {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #fff;
  font-style: normal;
  font-weight: 300;
  font-family: "Saira", sans-serif;
}
.accordions .accordion--rep .accordion__title button,
.accordions.active .accordion--rep .accordion__title button {
  padding-left: 30px;
  padding-left: 1.875rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
  letter-spacing: 1.8px;
  letter-spacing: 0.1125rem;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
}
.accordions .accordion--rep .accordion__title button::before,
.accordions.active .accordion--rep .accordion__title button::before {
  left: 0;
  width: calc(100% - 75px);
  width: calc(100% - 4.6875rem);
}
.accordions .accordion--rep .rep-finder__contact-area,
.accordions.active .accordion--rep .rep-finder__contact-area {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #fff;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  font-style: normal;
  font-weight: 300;
  font-family: "Saira", sans-serif;
}
.accordions .accordion__icon,
.accordions.active .accordion__icon {
  position: absolute;
  top: 23px;
  top: 1.4375rem;
  left: 45px;
  left: 2.8125rem;
}
.accordions .accordion__title button,
.accordions.active .accordion__title button {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: var(--accordion-title-color);
  font-style: normal;
  font-weight: 700;
  font-family: "Saira", sans-serif;
}
.accordions .accordion__content p,
.accordions.active .accordion__content p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-style: normal;
  font-weight: 400;
  font-family: "Saira", sans-serif;
}

.accordion-alt-item__description h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-style: normal;
  font-weight: 600;
  font-family: "Saira Condensed", sans-serif;
}
.accordion-alt-item__description .blurb p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
}
.accordion-alt-item__description svg {
  fill: #263d87;
}

:root {
  --form-label-color: #262626;
  --form-heading-color: #262626;
  --form-input-border-color: #b3b3b3;
  --form-input-border-color-hover: #1a1a1a;
  --form-input-text-color: #1a1a1a;
  --form-input-bg-color: #eceff7;
  --form-cb-checkmark-color: #fff;
  --form-cb-bg-color: #fff;
  --form-cb-bg-checked-color: #263d87;
  --form-rb-dot-color: #263d87;
  --form-rb-background-color: white;
  --form-submit-button-text-color: #fff;
  --form-submit-button-text-color-hover: #fff;
  --form-submit-button-bg-color: #263d87;
  --form-submit-button-bg-color-hover: #110f3c;
}
:root .dark-mode {
  --form-label-color: #f2f2f2;
  --form-heading-color: #f2f2f2;
  --form-input-border-color: #f2f2f2;
  --form-input-text-color: #f2f2f2;
  --form-input-bg-color: #b3b3b3;
}

.form-builder-section {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.form-box-content .content-form,
.content-form {
  margin: 0;
  overflow: visible;
}
.form-box-content .content-form h2,
.content-form h2 {
  width: 100%;
  padding-left: 0;
}
.form-box-content .content-form .form-header p,
.content-form .form-header p {
  padding: 0;
}
.form-box-content .content-form fieldset,
.content-form fieldset {
  width: 100%;
}
.form-box-content .content-form fieldset legend,
.content-form fieldset legend {
  padding: 0;
}
.form-box-content .content-form input[type=text],
.form-box-content .content-form input[type=file],
.form-box-content .content-form input[type=date],
.form-box-content .content-form input[type=datetime],
.form-box-content .content-form input[type=password],
.form-box-content .content-form input[type=email],
.form-box-content .content-form input[type=tel],
.form-box-content .content-form input[type=number],
.form-box-content .content-form input[type=time],
.form-box-content .content-form input[type=url],
.form-box-content .content-form input[type=ssn],
.form-box-content .content-form textarea,
.content-form input[type=text],
.content-form input[type=file],
.content-form input[type=date],
.content-form input[type=datetime],
.content-form input[type=password],
.content-form input[type=email],
.content-form input[type=tel],
.content-form input[type=number],
.content-form input[type=time],
.content-form input[type=url],
.content-form input[type=ssn],
.content-form textarea {
  display: block;
  width: 100%;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  background: var(--form-input-bg-color);
  border: none;
  border-radius: 5px;
  border-radius: 0.3125rem;
  font-style: normal;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
}
.form-box-content .content-form input[type=text]:focus,
.form-box-content .content-form input[type=file]:focus,
.form-box-content .content-form input[type=date]:focus,
.form-box-content .content-form input[type=datetime]:focus,
.form-box-content .content-form input[type=password]:focus,
.form-box-content .content-form input[type=email]:focus,
.form-box-content .content-form input[type=tel]:focus,
.form-box-content .content-form input[type=number]:focus,
.form-box-content .content-form input[type=time]:focus,
.form-box-content .content-form input[type=url]:focus,
.form-box-content .content-form input[type=ssn]:focus,
.form-box-content .content-form textarea:focus,
.content-form input[type=text]:focus,
.content-form input[type=file]:focus,
.content-form input[type=date]:focus,
.content-form input[type=datetime]:focus,
.content-form input[type=password]:focus,
.content-form input[type=email]:focus,
.content-form input[type=tel]:focus,
.content-form input[type=number]:focus,
.content-form input[type=time]:focus,
.content-form input[type=url]:focus,
.content-form input[type=ssn]:focus,
.content-form textarea:focus {
  border-color: var(--form-input-border-color-hover);
}
.form-box-content .content-form input[type=file],
.content-form input[type=file] {
  padding: 15px 25px;
  padding: 0.9375rem 1.5625rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}
.form-box-content .content-form input[type=file]::-webkit-file-upload-button,
.content-form input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
  border: 1px solid var(--form-input-border-color);
  border: 0.0625rem solid var(--form-input-border-color);
  -webkit-appearance: none;
          appearance: none;
}
.form-box-content .content-form textarea,
.content-form textarea {
  resize: none;
}
.form-box-content .content-form label,
.content-form label {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
}
.form-box-content .content-form select,
.content-form select {
  width: 100%;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  cursor: pointer;
  background: var(--form-input-bg-color);
  background-image: url("/themes/Atlas/assets/dist/images/icn-arrow.svg");
  background-position: 97% 50%;
  background-repeat: no-repeat;
  border: none;
  border-radius: 5px;
  border-radius: 0.3125rem;
  font-style: normal;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-box-content .content-form select:focus,
.content-form select:focus {
  border: 1px solid var(--form-input-border-color-hover);
  border: 0.0625rem solid var(--form-input-border-color-hover);
}
.form-box-content .content-form .checkbox-list,
.content-form .checkbox-list {
  padding-left: 0;
}
.form-box-content .content-form .checkbox-list label,
.content-form .checkbox-list label {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.form-box-content .content-form .checkbox-list ul,
.content-form .checkbox-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.form-box-content .content-form input[type=checkbox],
.content-form input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  opacity: 0;
}
.form-box-content .content-form input[type=checkbox] + label,
.content-form input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  padding-left: 2rem;
  margin-bottom: 0;
  font-weight: normal;
}
.form-box-content .content-form input[type=checkbox] + label::before, .form-box-content .content-form input[type=checkbox] + label::after,
.content-form input[type=checkbox] + label::before,
.content-form input[type=checkbox] + label::after {
  position: absolute;
  display: inline-block;
  content: "";
}
.form-box-content .content-form input[type=checkbox] + label::before,
.content-form input[type=checkbox] + label::before {
  top: 0;
  left: 0;
  width: 25px;
  width: 1.5625rem;
  height: 24px;
  height: 1.5rem;
  background-color: var(--form-cb-bg-color);
  border: 1px solid var(--form-input-border-color);
  border: 0.0625rem solid var(--form-input-border-color);
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-box-content .content-form input[type=checkbox] + label::after,
.content-form input[type=checkbox] + label::after {
  top: 0;
  left: 0;
  content: none;
}
.form-box-content .content-form input[type=checkbox]:checked + label::before,
.content-form input[type=checkbox]:checked + label::before {
  background-color: var(--form-cb-bg-checked-color);
  border: 1px solid var(--form-input-border-color-hover);
  border: 0.0625rem solid var(--form-input-border-color-hover);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-box-content .content-form input[type=checkbox]:checked + label::after,
.content-form input[type=checkbox]:checked + label::after {
  position: absolute;
  top: 2px;
  top: 0.125rem;
  left: 2px;
  left: 0.125rem;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  background-image: url(/themes/Atlas/assets/dist/images/icn-checkmark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-size: 1rem;
  border-radius: 5px;
  border-radius: 0.3125rem;
  content: "";
}
.form-box-content .content-form input[type=checkbox]:focus + label::before,
.content-form input[type=checkbox]:focus + label::before {
  border: 1px solid var(--form-input-border-color-hover);
  border: 0.0625rem solid var(--form-input-border-color-hover);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-box-content .content-form .hide,
.content-form .hide {
  display: none;
}
.form-box-content .content-form .radio-list,
.content-form .radio-list {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-left: 0;
}
.form-box-content .content-form .radio-list label,
.content-form .radio-list label {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.form-box-content .content-form .radio-list ul,
.content-form .radio-list ul {
  padding: 0;
  margin-left: 0 !important;
}
.form-box-content .content-form .radio-list ul li,
.content-form .radio-list ul li {
  text-indent: 0;
}
.form-box-content .content-form .radio-list ul li::before,
.content-form .radio-list ul li::before {
  display: none;
}
.form-box-content .content-form input[type=radio],
.content-form input[type=radio] {
  position: absolute;
  cursor: pointer;
  opacity: 0;
}
.form-box-content .content-form input[type=radio] + label,
.content-form input[type=radio] + label {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  padding-left: 2rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-bottom: 0;
  font-weight: normal;
}
.form-box-content .content-form input[type=radio] + label::before,
.content-form input[type=radio] + label::before {
  position: absolute;
  top: -2px;
  top: -0.125rem;
  left: 0;
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  background-color: var(--form-rb-background-color);
  border: 1px solid var(--form-input-border-color);
  border: 0.0625rem solid var(--form-input-border-color);
  border-radius: 50px;
  border-radius: 3.125rem;
  content: "";
}
.form-box-content .content-form input[type=radio]:checked + label::after,
.content-form input[type=radio]:checked + label::after {
  position: absolute;
  top: 3px;
  top: 0.1875rem;
  left: 5px;
  left: 0.3125rem;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  background-color: var(--form-rb-dot-color) !important;
  border-radius: 50px;
  border-radius: 3.125rem;
  content: "";
}
.form-box-content .content-form input[type=radio]:focus + label::before,
.content-form input[type=radio]:focus + label::before {
  outline: 5px auto -webkit-focus-ring-color;
  outline: 0.3125rem auto -webkit-focus-ring-color;
}
.form-box-content .content-form .col-last,
.content-form .col-last {
  margin-right: 0;
  clear: right;
}
.form-box-content .content-form .error-msg,
.content-form .error-msg {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  float: left;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.form-box-content .content-form .required label::after,
.content-form .required label::after {
  position: relative;
  top: -3px;
  top: -0.1875rem;
  font-size: 16px;
  font-size: 1rem;
  color: #eb0000;
  content: "*";
}
.radio-list.required ul input[type=radio]:not(:checked) + label::after {
  display: none;
}

.form-box-content .content-form .upload,
.content-form .upload {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.form-builder-submit-controls input[type=submit] {
  min-width: 160px;
  min-width: 10rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  margin-left: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: var(--form-submit-button-text-color);
  cursor: pointer;
  background: var(--form-submit-button-bg-color);
  border: 0;
  border-radius: 0;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.form-builder-submit-controls input[type=submit]:hover, .form-builder-submit-controls input[type=submit]:focus {
  color: var(--form-submit-button-text-color-hover);
  background: var(--form-submit-button-bg-color-hover);
}

.form-footer p br[data-mce-bogus] {
  display: none;
}

.form-header p:first-of-type &gt; br:first-of-type,
.form-footer p:first-of-type &gt; br:first-of-type {
  display: none;
}

:root {
  --pager-item-bg-color: #ecedf7;
  --pager-item-bg-color-hover: #27255e;
  --pager-item-selected-bg-color: #263d87;
  --pager-item-bg-color-active: #27255e;
  --pager-item-text-color: #262626;
  --pager-item-text-color-hover: #fff;
  --pager-item-text-color-active: #fff;
  --next-prev-text-color: #263d87;
}
:root .dark-mode {
  --pager-item-bg-color: #1782c5;
}

.cycle-pager,
.dots,
.splide__pagination {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 20px 0 10px;
  padding: 1.25rem 0 0.625rem;
  text-align: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cycle-pager span,
.cycle-pager .splide__pagination__page,
.dots span,
.dots .splide__pagination__page,
.splide__pagination span,
.splide__pagination .splide__pagination__page {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 17px;
  width: 1.0625rem;
  height: 17px;
  height: 1.0625rem;
  margin: 0 7px 0 0;
  margin: 0 0.4375rem 0 0;
  font-size: 0;
  text-decoration: none;
  cursor: pointer;
  background: var(--pager-item-bg-color) !important;
  border-radius: 0 !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cycle-pager span.cycle-pager-active, .cycle-pager span.active, .cycle-pager span.is-active,
.cycle-pager .splide__pagination__page.cycle-pager-active,
.cycle-pager .splide__pagination__page.active,
.cycle-pager .splide__pagination__page.is-active,
.dots span.cycle-pager-active,
.dots span.active,
.dots span.is-active,
.dots .splide__pagination__page.cycle-pager-active,
.dots .splide__pagination__page.active,
.dots .splide__pagination__page.is-active,
.splide__pagination span.cycle-pager-active,
.splide__pagination span.active,
.splide__pagination span.is-active,
.splide__pagination .splide__pagination__page.cycle-pager-active,
.splide__pagination .splide__pagination__page.active,
.splide__pagination .splide__pagination__page.is-active {
  font-size: 0;
  color: transparent;
  background: var(--pager-item-bg-color-active) !important;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.cycle-carousel-wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.pager {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding-top: 25px;
  padding-top: 1.5625rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.pager::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  height: 0.0625rem;
  background: var(--pager-item-bg-color) !important;
  content: "";
}
.pager a {
  font-style: normal;
  font-weight: 700;
  font-family: "Saira", sans-serif;
  font-size: 20px !important;
  font-size: 1.25rem !important;
  line-height: 28px;
  line-height: 1.75rem;
}
.pager .next-prev {
  color: var(--next-prev-text-color);
}
.pager .next-prev:first-child {
  padding-left: 20px;
  padding-left: 1.25rem;
  background: transparent url("/themes/atlas/assets/dist/images/icn-angle-left.svg") no-repeat center left;
  background-size: 8px auto;
  background-size: 0.5rem auto;
  margin-right: auto;
  margin-left: 0;
}
.pager .next-prev:last-child {
  padding-right: 20px;
  padding-right: 1.25rem;
  background: transparent url("/themes/atlas/assets/dist/images/icn-angle.svg") no-repeat center right;
  background-size: 8px auto;
  background-size: 0.5rem auto;
  margin-left: auto;
  margin-right: 0;
}
.pager span {
  background-color: var(--pager-item-selected-bg-color) !important;
  border-radius: 0px !important;
  border-radius: 0 !important;
}
.pager .page {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
  text-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.35);
  color: var(--pager-item-text-color);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: var(--pager-item-bg-color);
  border-radius: 0 !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira", sans-serif;
}
.pager .page:last-child {
  margin-right: 0;
}

:root {
  --table-head-background: #263d87;
  --table-head-border: rgb(255 255 255 / 25%);
  --table-head-text: #fff;
  --table-cell-text: #eceff7;
  --table-cell-border: #ccc;
  --table-body-bg-color: #eceff7;
  --table-open-head-background: #263d87;
  --table-open-head-text: #fff;
  --table-open-cell-text: #262626;
  --table-open-cell-background: #eceff7;
}

table:not([data-arx-type], .responsive-ignore, .events-calendar),
table.tablesaw {
  width: 100%;
  border-radius: 5px;
  border-radius: 0.3125rem;
}
table:not([data-arx-type], .responsive-ignore, .events-calendar) thead tr,
table.tablesaw thead tr {
  display: none;
}
table:not([data-arx-type], .responsive-ignore, .events-calendar) thead tr th,
table.tablesaw thead tr th {
  padding: 20px 40px;
  padding: 1.25rem 2.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  color: var(--table-head-text);
  text-align: left;
  text-transform: none;
  background-color: var(--table-head-background);
  border-right: 5px;
  border-right: 0.3125rem;
}
@media screen and (width &gt;= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar) thead tr th,
  table.tablesaw thead tr th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.25);
  }
}
table:not([data-arx-type], .responsive-ignore, .events-calendar) thead tr th:last-child,
table.tablesaw thead tr th:last-child {
  border-right: 5px;
  border-right: 0.3125rem;
}
@media screen and (width &gt;= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar) thead tr,
  table.tablesaw thead tr {
    display: table-row;
  }
}
table:not([data-arx-type], .responsive-ignore, .events-calendar) tbody tr,
table.tablesaw tbody tr {
  display: block;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  overflow: hidden;
  border-radius: 5px;
  border-radius: 0.3125rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
table:not([data-arx-type], .responsive-ignore, .events-calendar) tbody tr td,
table.tablesaw tbody tr td {
  position: relative;
  display: block;
  padding: 20px;
  padding: 1.25rem;
  clear: left;
  background: #ecedf7;
  border-bottom: 1px solid var(--table-cell-border);
  border-bottom: 0.0625rem solid var(--table-cell-border);
}
@media screen and (width &gt;= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar) tbody tr td,
  table.tablesaw tbody tr td {
    display: table-cell;
    padding: 20px 40px;
    padding: 1.25rem 2.5rem;
    border-right: transparent;
  }
}
table:not([data-arx-type], .responsive-ignore, .events-calendar) tbody tr td:first-child::before,
table.tablesaw tbody tr td:first-child::before {
  content: "";
  position: absolute;
  bottom: -2px;
  bottom: -0.125rem;
  left: 0;
  width: 35px;
  width: 2.1875rem;
  height: 3px;
  height: 0.1875rem;
  background: #ecedf7;
  pointer-events: none;
}
table:not([data-arx-type], .responsive-ignore, .events-calendar) tbody tr td:last-child::before,
table.tablesaw tbody tr td:last-child::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  bottom: -0.125rem;
  width: 35px;
  width: 2.1875rem;
  height: 3px;
  height: 0.1875rem;
  background: #ecedf7;
  pointer-events: none;
}
table:not([data-arx-type], .responsive-ignore, .events-calendar) tbody tr td:last-child,
table.tablesaw tbody tr td:last-child {
  border-right: 0;
  border-bottom: 0;
}
@media screen and (width &gt;= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar) tbody tr td:last-child,
  table.tablesaw tbody tr td:last-child {
    border-bottom: 1px solid var(--table-cell-border);
    border-bottom: 0.0625rem solid var(--table-cell-border);
  }
}
@media screen and (width &gt;= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar) tbody tr,
  table.tablesaw tbody tr {
    display: table-row;
    margin-bottom: 0;
    overflow: visible;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (width &gt;= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar) tbody tr:last-child td,
  table.tablesaw tbody tr:last-child td {
    border-bottom: 0;
  }
}
table:not([data-arx-type], .responsive-ignore, .events-calendar) tbody tr:last-child td:last-child,
table.tablesaw tbody tr:last-child td:last-child {
  border-bottom: 0;
}
@media screen and (width &gt;= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar),
  table.tablesaw {
    overflow: hidden;
    border: 0;
    border-collapse: inherit;
    border-spacing: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
table:not([data-arx-type], .responsive-ignore, .events-calendar).compact-table thead tr th,
table.tablesaw.compact-table thead tr th {
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
}
table:not([data-arx-type], .responsive-ignore, .events-calendar).compact-table tbody tr td,
table.tablesaw.compact-table tbody tr td {
  padding: 5px;
  padding: 0.3125rem;
}
table:not([data-arx-type], .responsive-ignore, .events-calendar).open-table,
table.tablesaw.open-table {
  -webkit-box-shadow: none;
          box-shadow: none;
}
table:not([data-arx-type], .responsive-ignore, .events-calendar).open-table thead,
table.tablesaw.open-table thead {
  overflow: hidden;
}
table:not([data-arx-type], .responsive-ignore, .events-calendar).open-table thead tr th,
table.tablesaw.open-table thead tr th {
  color: var(--table-open-head-text);
  background-color: var(--table-open-head-background);
  border: 0;
}
@media screen and (width &gt;= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar).open-table thead tr th:first-of-type,
  table.tablesaw.open-table thead tr th:first-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-left-radius: 0.3125rem;
    border-top-left-radius: 5px;
    border-top-left-radius: 0.3125rem;
  }
}
@media screen and (width &gt;= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar).open-table thead tr th:last-of-type,
  table.tablesaw.open-table thead tr th:last-of-type {
    border-top-right-radius: 5px;
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 5px;
    border-bottom-right-radius: 0.3125rem;
  }
}
table:not([data-arx-type], .responsive-ignore, .events-calendar).open-table tbody tr td,
table.tablesaw.open-table tbody tr td {
  background: white;
}
table:not([data-arx-type], .responsive-ignore, .events-calendar).open-table tbody tr td::before,
table.tablesaw.open-table tbody tr td::before {
  background: white;
}
table:not([data-arx-type], .responsive-ignore, .events-calendar).open-table tbody tr td,
table.tablesaw.open-table tbody tr td {
  border: 0;
}
table:not([data-arx-type], .responsive-ignore, .events-calendar).open-table tbody tr:nth-child(even) td,
table.tablesaw.open-table tbody tr:nth-child(even) td {
  background: var(--table-open-cell-background);
}
table:not([data-arx-type], .responsive-ignore, .events-calendar).open-table tbody tr:nth-child(even) td::before,
table.tablesaw.open-table tbody tr:nth-child(even) td::before {
  background: var(--table-open-cell-background);
}
@media screen and (width &gt;= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar).open-table tbody tr:nth-child(even) td:first-of-type,
  table.tablesaw.open-table tbody tr:nth-child(even) td:first-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-left-radius: 0.3125rem;
    border-top-left-radius: 5px;
    border-top-left-radius: 0.3125rem;
  }
}
@media screen and (width &gt;= 990px) {
  table:not([data-arx-type], .responsive-ignore, .events-calendar).open-table tbody tr:nth-child(even) td:last-of-type,
  table.tablesaw.open-table tbody tr:nth-child(even) td:last-of-type {
    border-top-right-radius: 5px;
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 5px;
    border-bottom-right-radius: 0.3125rem;
  }
}

table.responsive-table tbody {
  background-color: var(--table-body-bg-color);
}
table.responsive-table th {
  font-size: 22px !important;
  font-size: 1.375rem !important;
  line-height: 28px !important;
  line-height: 1.75rem !important;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 600;
  font-family: "Saira", sans-serif;
}
table.responsive-table td {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-style: normal;
  font-weight: 400;
  font-family: "Saira", sans-serif;
}
table.responsive-table .cell-heading {
  display: block;
  width: 100%;
  padding: 8px;
  padding: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: top;
  background: transparent;
}
@media screen and (width &gt;= 640px) {
  table.responsive-table .cell-heading {
    display: inline-block;
    width: 40%;
    padding: 0;
  }
}
@media screen and (width &gt;= 990px) {
  table.responsive-table .cell-heading {
    display: none;
  }
}
table.responsive-table .cell-heading:empty {
  display: none;
}
table.responsive-table .cell-content {
  display: block;
  width: 100%;
  padding: 8px 0 8px 8px;
  padding: 0.5rem 0 0.5rem 0.5rem;
}
@media screen and (width &gt;= 640px) {
  table.responsive-table .cell-content {
    display: inline-block;
    width: 60%;
    padding: 0;
  }
}
@media screen and (width &gt;= 990px) {
  table.responsive-table .cell-content {
    width: auto;
  }
}

table[data-arx-type].open-table {
  -webkit-box-shadow: none;
          box-shadow: none;
}
table[data-arx-type].open-table tbody tr td {
  border: 0;
}
table[data-arx-type].open-table tbody tr:nth-child(odd) td {
  background: var(--table-open-cell-background);
}
@media screen and (width &gt;= 990px) {
  table[data-arx-type].open-table tbody tr:nth-child(odd) td:first-of-type {
    border-bottom-left-radius: 50px;
    border-bottom-left-radius: 3.125rem;
    border-top-left-radius: 50px;
    border-top-left-radius: 3.125rem;
  }
}
@media screen and (width &gt;= 990px) {
  table[data-arx-type].open-table tbody tr:nth-child(odd) td:last-of-type {
    border-top-right-radius: 50px;
    border-top-right-radius: 3.125rem;
    border-bottom-right-radius: 50px;
    border-bottom-right-radius: 3.125rem;
  }
}

:root {
  --tab-accordion-label-color: #fff;
  --tab-accordion-border-color: #3E4959;
  --tab-accordion-toggle-color: #42C4DD;
  --tab-accordion-border-color-hover: #1a1a1a;
  --tab-accordion-toggle-color-hover: #42C4DD;
  --tab-animated-bg-color: #d8d9e5;
  --tab-animated-bg-color-hover: #110f3c;
  --tab-animated-bg-color-selected: #263d87;
  --tab-animated-border-color: #ccc;
  --tab-animated-text-color: #ccc;
  --tab-animated-text-color-hover: #110f3c;
  --tab-animated-text-color-selected: #263d87;
  --tab-animated-indicator-color: #263d87;
  --tab-contained-bg-color: #d8d9e5;
  --tab-contained-bg-color-hover: #110f3c;
  --tab-contained-bg-color-selected: #263d87;
  --tab-contained-text-color-hover: #fff;
  --tab-contained-text-color-selected: #fff;
  --tab-contained-content-bg: #eceff7;
  --tab-open-bg-color: #eee;
  --tab-open-bg-color-hover: #110f3c;
  --tab-open-bg-color-selected: ##263d87;
  --tab-open-text-color: #263d87;
  --tab-open-text-color-hover: #110f3c;
  --tab-open-text-color-selected: #263d87;
  --tab-open-content-bg: transparent;
  --tab-open-underlined-bg-color: #eee;
  --tab-open-underlined-bg-color-hover: #110f3c;
  --tab-open-underlined-bg-color-selected: #263d87;
  --tab-open-underlined-text-color: #d8d9e5;
  --tab-open-underlined-text-color-hover: #262626;
  --tab-open-underlined-text-color-selected: #263d87;
  --tab-open-underlined-border-color: #ccc;
  --tab-open-underlined-border-color-hover: #263d87;
  --tab-open-underlined-border-color-selected: #263d87;
  --tab-open-underlined-content-bg: transparent;
  --tab-icon-bg-color: #fff;
  --tab-icon-bg-color-hover: #110f3c;
  --tab-icon-bg-color-selected: #263d87;
  --tab-icon-text-color: #263d87;
  --tab-icon-text-color-hover: #fff;
  --tab-icon-text-color-selected: #fff;
}

.tabs .tab-con a {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #fff;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 600;
  font-family: "Saira", sans-serif;
}
@media all and (width &gt;= 1408px) {
  .tabs .tab-con a {
    color: var(--tab-animated-text-color-selected) !important;
  }
}
.tabs .tab-con a:hover, .tabs .tab-con a:focus {
  color: var(--tab-contained-text-color-hover);
  background-color: var(--tab-animated-text-color-hover);
  border-radius: 10px 10px 0 0;
  border-radius: 0.625rem 0.625rem 0 0;
}
.tabs .tab-content {
  background-color: #eceff7;
}
.tabs .tab-content p {
  padding: 30px 40px;
  padding: 1.875rem 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
}
.tabs.animated .tab-indicator {
  background: var(--tab-animated-indicator-color);
}
.tabs.animated .tab-list .tab-item a {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  text-transform: capitalize;
  background: transparent;
  font-style: normal;
  font-weight: 600;
  font-family: "Saira", sans-serif;
}
@media all and (width &gt;= 1408px) {
  .tabs.animated .tab-list .tab-item a {
    color: var(--tab-animated-text-color) !important;
  }
  .tabs.animated .tab-list .tab-item a[aria-selected] {
    color: var(--tab-animated-text-color-selected) !important;
  }
  .tabs.animated .tab-list .tab-item a[aria-selected]:hover, .tabs.animated .tab-list .tab-item a[aria-selected]:focus {
    color: var(--tab-animated-text-color-hover) !important;
  }
}
.tabs.animated .tab-list .tab-item a:hover, .tabs.animated .tab-list .tab-item a:focus {
  color: var(--tab-animated-text-color-hover);
}
.tabs.animated .tab-list .tab-item a[aria-selected] {
  color: var(--tab-animated-text-color-selected);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
  text-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.35);
}
.tabs.animated .tab-list .tab-item a[aria-selected]:hover, .tabs.animated .tab-list .tab-item a[aria-selected]:focus {
  color: #fff;
}
.tabs.animated .tab-list .tab-item:hover, .tabs.animated .tab-list .tab-item:focus {
  background-color: transparent;
}
.tabs.animated .tab-content {
  background-color: transparent;
}
.tabs.animated .tab-content p {
  padding: 0;
}
.tabs.tab-open .tab-con .tab-item {
  background-color: transparent;
}
.tabs.tab-open .tab-con .tab-item:hover, .tabs.tab-open .tab-con .tab-item:focus {
  color: var(--tab-open-text-color-hover);
}
.tabs.tab-open .tab-con .tab-current {
  color: var(--tab-open-underlined-text-color-hover);
}
.tabs.tab-open .tab-con a {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: var(--tab-open-underlined-text-color);
  text-transform: capitalize;
  background-color: transparent;
  font-style: normal;
  font-weight: 600;
  font-family: "Saira Condensed", sans-serif;
}
.tabs.tab-open .tab-content {
  background: transparent;
}
.tabs.tab-open .tab-content p {
  padding: 0;
}
.tabs.tab-open--underline .tab-item {
  color: var(--tab-open-underlined-text-color);
  background-color: transparent;
}
.tabs.tab-open--underline .tab-item a {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 600;
  font-family: "Saira Condensed", sans-serif;
}
.tabs.tab-open--underline .tab-item:hover, .tabs.tab-open--underline .tab-item:focus {
  color: var(--tab-open-underlined-text-color-hover);
}
.tabs.tab-open--underline .tab-current {
  color: var(--tab-open-underlined-text-color-selected);
}
.tabs.tab-open--underline .tab-content {
  background: transparent;
}
.tabs.tab-open--underline .tab-content p {
  padding: 0;
}

.tab-content--icon .tab-item {
  background: transparent;
}
.tab-content--icon .tab-item:hover, .tab-content--icon .tab-item:focus {
  background-color: var(--tab-icon-bg-color-hover) !important;
}
.tab-content--icon .tab-item:hover a, .tab-content--icon .tab-item:focus a {
  color: var(--tab-contained-text-color-hover) !important;
}
.tab-content--icon .tab-item:hover img, .tab-content--icon .tab-item:focus img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%);
          filter: brightness(0) saturate(100%) invert(100%);
}
.tab-content--icon .tab-current {
  background-color: var(--tab-icon-bg-color-selected);
  border-radius: 5px;
  border-radius: 0.3125rem;
}
.tab-content--icon .tab-current a {
  color: var(--tab-contained-text-color-hover) !important;
}
.tab-content--icon .tab-current a img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%);
          filter: brightness(0) saturate(100%) invert(100%);
}
.tab-content--icon .tab-content {
  background: transparent;
}

@media (max-width: 800px) {
  .tabs.scroll-right::after {
    content: none;
  }
  .tab-indicator {
    display: none !important;
  }
  .tab-con {
    position: relative;
    overflow: visible;
  }
  .tab-con .tab-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    height: 3.25rem;
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
  }
  .tab-con .tab-list .tab-item {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background: white;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .tab-con .tab-list .tab-item a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    padding: 0.75rem;
    color: #1a1a1a !important;
    text-decoration: none;
    border-radius: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tab-con .tab-list .tab-item a:hover, .tab-con .tab-list .tab-item a:focus {
    background: #fff !important;
  }
  .tab-con .tab-list .tab-item:hover, .tab-con .tab-list .tab-item:focus {
    background: #fff !important;
  }
  .tab-con .tab-list .tab-item:not(.tab-current) {
    opacity: 0;
    pointer-events: none;
  }
  .tab-con .tab-list .tab-current {
    position: relative;
    z-index: 2;
    opacity: 1;
    pointer-events: auto;
  }
  .tab-con .tab-list .tab-current a {
    color: #fff !important;
    background-color: #3E4959 !important;
  }
  .tab-con .tab-list .tab-current a:hover, .tab-con .tab-list .tab-current a:focus {
    background-color: #3E4959 !important;
  }
  .tab-con .tab-list .tab-current::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    right: 1rem;
    display: inline-block;
    width: 13px;
    width: 0.8125rem;
    height: 8px;
    height: 0.5rem;
    cursor: pointer;
    background: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="13" height="8" viewBox="0 0 13 8" fill="none"&gt;&lt;path d="M5.58181 7.60953C6.08941 8.13016 6.91375 8.13016 7.42135 7.60953L12.6192 2.27828C12.9928 1.89509 13.1024 1.32448 12.8994 0.824678C12.6963 0.324873 12.2253 0 11.6974 0L1.30172 0.00416529C0.777875 0.00416529 0.30276 0.329039 0.09972 0.828843C-0.10332 1.32865 0.0103822 1.89926 0.379916 2.28244L5.57775 7.61369L5.58181 7.60953Z" fill="%2342C4DD"/&gt;&lt;/svg&gt;');
    -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
  }
  .tab-con.open .tab-list .tab-item {
    opacity: 1;
    pointer-events: auto;
  }
  .tab-con.open .tab-item:nth-child(1) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .tab-con.open .tab-item:nth-child(2) {
    -webkit-transform: translateY(52px);
        -ms-transform: translateY(52px);
            transform: translateY(52px);
    -webkit-transform: translateY(3.25rem);
        -ms-transform: translateY(3.25rem);
            transform: translateY(3.25rem);
  }
  .tab-con.open .tab-item:nth-child(3) {
    -webkit-transform: translateY(104px);
        -ms-transform: translateY(104px);
            transform: translateY(104px);
    -webkit-transform: translateY(6.5rem);
        -ms-transform: translateY(6.5rem);
            transform: translateY(6.5rem);
  }
  .tab-con.open .tab-item:nth-child(4) {
    -webkit-transform: translateY(156px);
        -ms-transform: translateY(156px);
            transform: translateY(156px);
    -webkit-transform: translateY(9.75rem);
        -ms-transform: translateY(9.75rem);
            transform: translateY(9.75rem);
  }
  .tab-con.open .tab-item:nth-child(5) {
    -webkit-transform: translateY(208px);
        -ms-transform: translateY(208px);
            transform: translateY(208px);
    -webkit-transform: translateY(13rem);
        -ms-transform: translateY(13rem);
            transform: translateY(13rem);
  }
  .tab-con.open .tab-item:nth-child(6) {
    -webkit-transform: translateY(260px);
        -ms-transform: translateY(260px);
            transform: translateY(260px);
    -webkit-transform: translateY(16.25rem);
        -ms-transform: translateY(16.25rem);
            transform: translateY(16.25rem);
  }
  .tab-con.open .tab-current::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
  }
}
:root {
  --flip-card-front-bg: #263d87;
  --flip-card-back-bg: #110f3c;
  --flip-card-text-color: #fff;
}

.flip-card {
  width: 50%;
  margin: 0 auto;
}
.flip-card .flip-card__inner .flip-card__front h2,
.flip-card .flip-card__inner .flip-card__front p {
  color: var(--flip-card-text-color);
}
.flip-card .flip-card__inner .flip-card__back h2,
.flip-card .flip-card__inner .flip-card__back p {
  color: var(--flip-card-text-color);
}

:root {
  --bc-background-color: #efefef;
  --bc-text-color: #1a1a1a;
  --bc-dark-background-color: #263d87;
  --bc-dark-text-color: #efefef;
  --bc-darker-background-color: #333;
  --bc-darker-text-color: #fff;
}

.block-container.textured {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(55, 65, 79, 0.8)), to(rgba(55, 65, 79, 0.5))), url("/themes/Atlas/assets/dist/images/textured-background.jpg") no-repeat center/cover;
  background: linear-gradient(rgba(55, 65, 79, 0.8), rgba(55, 65, 79, 0.5)), url("/themes/Atlas/assets/dist/images/textured-background.jpg") no-repeat center/cover;
}
.block-container.dark {
  background-color: var(--bc-dark-background-color);
}

.custom__banner--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto;
  margin: 1.875rem auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1024px) {
  .custom__banner--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.custom__banner--heading {
  position: relative;
  width: 50%;
  line-height: 44px;
  line-height: 2.75rem;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
@media (max-width: 1024px) {
  .custom__banner--heading {
    width: 100%;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
}
.custom__banner--heading h2 {
  max-width: 85%;
}
.custom__banner--heading p {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.custom__banner--heading::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -30px;
  bottom: -1.875rem;
  left: 90%;
  width: 8px;
  width: 0.5rem;
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%208%20225'%20fill='none'%3E%3Crect%20y='85'%20width='3'%20height='140'%20fill='%2342C4DD'/%3E%3Crect%20x='5'%20width='3'%20height='225'%20fill='%23263D87'/%3E%3C/svg%3E") no-repeat center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .custom__banner--heading::after {
    bottom: -7px;
    bottom: -0.4375rem;
    left: 0;
    width: 60%;
    background: none;
    border-bottom: 3px solid #42c4dd;
    border-bottom: 0.1875rem solid #42c4dd;
  }
}
.custom__banner--description {
  width: 50%;
}
@media (max-width: 1024px) {
  .custom__banner--description {
    width: 100%;
    border-top: 3px solid darkblue;
    border-top: 0.1875rem solid darkblue;
    padding-top: 20px;
    padding-top: 1.25rem;
  }
}

:root {
  --background-color: #071425;
  --heading-text-shadow-color: rgb(0 0 0 / 35%);
  --heading-text-color: #fff;
}

body.page-not-found .header {
  position: relative;
  display: block;
  min-width: 300px;
  min-width: 18.75rem;
  background-color: var(--background-color);
  margin-top: 0 !important;
}
body.page-not-found main {
  width: 100%;
  max-width: 100%;
  background: #000;
}
body.page-not-found main .content-section {
  position: relative;
  width: 100%;
  height: 520px;
  height: 32.5rem;
  background: url("/themes/Atlas/assets/dist/images/_simplex/404-bkgd.png") no-repeat center;
  background-size: cover;
}
body.page-not-found main section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
body.page-not-found main section .page404--image {
  width: 520px;
  width: 32.5rem;
  height: 520px;
  height: 32.5rem;
  margin-top: -39px;
  margin-top: -2.4375rem;
  background: url("/themes/Atlas/assets/dist/images/_simplex/img-404.png") no-repeat center;
  background-size: cover;
}
@media (max-width: 1024px) {
  body.page-not-found main section .page404--image {
    max-width: 285px;
    max-width: 17.8125rem;
    max-height: 290px;
    max-height: 18.125rem;
  }
}
body.page-not-found main section .page404--content h2 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 48px;
  line-height: 3rem;
  color: var(--heading-text-color);
  text-shadow: 1px 1px 5px var(--heading-text-shadow-color);
  text-shadow: 0.0625rem 0.0625rem 0.3125rem var(--heading-text-shadow-color);
  font-style: normal;
  font-weight: 500;
  font-family: "Saira Condensed", sans-serif;
}
body.page-not-found main section .page404--content .button {
  width: 182px;
  width: 11.375rem;
  margin: 17px 14px;
  margin: 1.0625rem 0.875rem;
}
@media (max-width: 1024px) {
  body.page-not-found main section .page404--content {
    -webkit-transform: translateY(-16px);
        -ms-transform: translateY(-16px);
            transform: translateY(-16px);
    -webkit-transform: translateY(-1rem);
        -ms-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
@media (max-width: 375px) {
  body.page-not-found main section .page404--content {
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-transform: translateY(-0.25rem);
        -ms-transform: translateY(-0.25rem);
            transform: translateY(-0.25rem);
  }
}
@media (max-width: 1024px) {
  body.page-not-found main section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

:root {
  --alerts-bg: #f28928;
  --alerts-text-color: #1a1a1a;
  --alerts-text-color-hover: #ffffff;
  --alerts-close-bg: #FFA941;
  --alerts-close-bg-hover: #f28928;
  --alerts-close-color: #ffffff;
  --alerts-close-color-hover: #ffffff;
  --alerts-close-border-color: #f28928;
  --alerts-close-border-color-hover: #f28928;
  --alerts-arrows-color: #1a1a1a;
  --alerts-arrows-color-hover: #ffffff;
}

.alerts .alert-nav .alert-next svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.alerts .alert {
  border: 0;
}
.alerts .alert .alert-text {
  color: var(--alerts-text-color);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira", sans-serif;
}
.alerts .close {
  background-color: var(--alerts-close-bg);
}
.alerts .close svg {
  fill: var(--alerts-arrows-color);
}
.alerts .close svg:hover, .alerts .close svg:focus {
  fill: var(--alerts-arrows-color-hover);
}

:root {
  --ul-text-color: #1a1a1a;
  --ul-bullet-color: #263d87 !important;
  --ul-bullet-secondary-color: #cfd0d9;
  --ol-text-color: #1a1a1a;
  --ol-number-color: #263d87 !important;
  --ol-bullet-color: #cfd0d9;
}

main ul,
main ol,
footer ul,
footer ol {
  margin: 0 0 20px 12px;
  margin: 0 0 1.25rem 0.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  text-indent: -6px;
  text-indent: -0.375rem;
  font-style: normal;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
}
main ul.no-bullets,
main ol.no-bullets,
footer ul.no-bullets,
footer ol.no-bullets {
  padding-left: 0;
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  text-indent: 0;
  list-style: none;
}
main ul:not([class]),
footer ul:not([class]) {
  padding-left: 10px;
  padding-left: 0.625rem;
  color: var(--ul-text-color);
  list-style: none;
}
main ul:not([class]) li ul,
footer ul:not([class]) li ul {
  padding-left: 20px;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
}
main ul:not([class]) li ul li::before,
footer ul:not([class]) li ul li::before {
  font-size: 12px;
  font-size: 0.75rem;
  color: var(--ul-bullet-secondary-color);
}
main ul:not([class]) li::before,
footer ul:not([class]) li::before {
  content: "\f111";
  position: relative;
  top: -1px;
  top: -0.0625rem;
  left: -8px;
  left: -0.5rem;
  display: inline-block;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 900;
  color: var(--ul-bullet-color);
}
main ol:not([class]),
footer ol:not([class]) {
  padding-left: 10px;
  padding-left: 0.625rem;
  color: var(--ul-text-color);
  list-style: none;
  counter-reset: numbers;
}
main ol:not([class]) li,
footer ol:not([class]) li {
  counter-increment: numbers;
}
main ol:not([class]) li &gt; ol,
main ol:not([class]) li &gt; ul,
footer ol:not([class]) li &gt; ol,
footer ol:not([class]) li &gt; ul {
  padding-left: 20px;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
}
main ol:not([class]) li &gt; ol li::before,
main ol:not([class]) li &gt; ul li::before,
footer ol:not([class]) li &gt; ol li::before,
footer ol:not([class]) li &gt; ul li::before {
  content: "\f111";
  position: relative;
  top: -1px;
  top: -0.0625rem;
  left: -8px;
  left: -0.5rem;
  display: inline-block;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 900;
  color: var(--ol-bullet-color);
}
main ol:not([class]) li::before,
footer ol:not([class]) li::before {
  content: counter(numbers);
  position: relative;
  left: -8px;
  left: -0.5rem;
  display: inline-block;
  color: var(--ol-number-color);
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
}

:root {
  --bq-background: transparent;
  --bq-text: #262626;
  --bq-cite-text: #263d87;
  --bq-border-color: rgb(0 0 0 / 30%);
  --bq-alt-cite-text: #263d87;
}

blockquote {
  position: relative;
  width: 100%;
  min-height: 140px;
  min-height: 8.75rem;
  margin: 30px 0;
  margin: 1.875rem 0;
  background: var(--bq-background);
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
blockquote p {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: var(--bq-text);
  font-style: normal;
  font-weight: 500;
  font-family: "Saira Condensed", sans-serif;
}
blockquote p cite {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: 0.9px;
  letter-spacing: 0.05625rem;
  color: var(--bq-cite-text);
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  font-family: "Saira Condensed", sans-serif;
}
@media (width &gt;= 768px) {
  blockquote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 30px 30px 106px;
    padding: 1.875rem 1.875rem 1.875rem 6.625rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
  blockquote::before {
    position: absolute;
    top: 30px;
    top: 1.875rem;
    left: 0;
    width: 80px;
    width: 5rem;
    height: 80px;
    height: 5rem;
    margin: 0;
  }
}
blockquote::before {
  content: "";
  display: block;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  margin: 0 auto 20px;
  margin: 0 auto 1.25rem;
  text-align: center;
  background: url("/themes/atlas/assets/dist/images/blockquote-quote.svg") no-repeat center/contain;
}
blockquote.long p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-style: normal;
  font-weight: 500;
  font-family: "Saira Condensed", sans-serif;
}
blockquote.no-background {
  background: transparent;
}
blockquote.no-background p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-style: normal;
  font-weight: 500;
  font-family: "Saira Condensed", sans-serif;
}
@media (width &gt;= 992px) {
  blockquote.no-background p {
    max-width: 916px;
    max-width: 57.25rem;
    margin: auto;
  }
}
blockquote.no-background cite,
blockquote.no-background small {
  color: var(--bq-alt-cite-text);
}
blockquote.no-background::before {
  position: relative;
  top: -12px;
  top: -0.75rem;
  left: 0;
  z-index: 2;
  width: 34px;
  width: 2.125rem;
  height: 24px;
  height: 1.5rem;
  padding: 0;
  margin: 0 auto;
  background-color: #fff;
  background-image: url("/themes/atlas/assets/dist/images/blockquote-quote-nobackground.svg");
  background-position: center;
}
blockquote.no-background::after {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
blockquote + * {
  position: relative;
  padding-top: auto;
  margin-top: auto;
}
blockquote + *::before {
  display: none;
}

:root {
  --button-color1-bg-color: #263d87;
  --button-color1-bg-color-hover: #110f3c;
  --button-color1-text-color: #fff;
  --button-color1-text-color-hover: #fff;
  --button-color1-border-color: #263d87;
  --button-color1-border-color-hover: #110f3c;
  --button-color1-border-text-color: #263d87;
  --button-color1-border-text-color-hover: #110f3c;
  --button-color2-bg-color: #fff;
  --button-color2-bg-color-hover: #D8D9E5;
  --button-color2-text-color: #263d87;
  --button-color2-text-color-hover: #262626;
  --button-color2-border-color: #42c4dd;
  --button-color2-border-color-hover: #f5f5f5;
  --button-color2-border-text-color: #fff;
  --button-color2-border-text-color-hover: #fff;
  --button-color3-bg-color: #42c4dd;
  --button-color3-bg-color-hover: #110f3c;
  --button-color3-text-color: #110f3c;
  --button-color3-text-color-hover: #fff;
  --button-color3-border-color: #afb1c5;
  --button-color3-border-color-hover: #262626;
  --button-color3-border-text-color: #1a1a1a;
  --button-color3-border-text-color-hover: #1a1a1a;
}

.button,
a.button {
  position: relative;
  z-index: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  min-width: 140px;
  min-width: 8.75rem;
  padding: 7px 17px;
  padding: 0.4375rem 1.0625rem;
  overflow: hidden;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 44px;
  line-height: 2.75rem;
  letter-spacing: 0.9px;
  letter-spacing: 0.05625rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 600;
  font-family: "Saira Condensed", sans-serif;
}
.button + a.button,
a.button + a.button {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.button span:not(.afp, .button__slide-over-text),
a.button span:not(.afp, .button__slide-over-text) {
  margin-right: 5px;
  margin-right: 0.3125rem;
  font-weight: 600;
  color: var(--button-color3-border-color-hover);
}
.button .afp,
a.button .afp {
  margin-right: 10px;
  margin-right: 0.625rem;
  color: currentcolor;
}
.button .afp--round,
a.button .afp--round {
  position: relative;
  left: -10px;
  left: -0.625rem;
  margin-right: 0;
}
.button__fade,
a.button__fade {
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.button::before,
a.button::before {
  content: none;
  opacity: 1;
}
.button:hover, .button:focus,
a.button:hover,
a.button:focus {
  text-decoration: none;
}
.button.add-to-cart,
a.button.add-to-cart {
  min-width: auto;
}
.button.add-to-cart .fa,
a.button.add-to-cart .fa {
  margin-right: 1px !important;
  margin-right: 0.0625rem !important;
}
.button__color1,
a.button__color1 {
  color: var(--button-color1-text-color);
  background-color: var(--button-color1-bg-color);
  -webkit-transition: color 0.8s ease-in-out, background-color 0.8s ease-in-out;
  transition: color 0.8s ease-in-out, background-color 0.8s ease-in-out;
}
.button__color1.button__slide-over:hover, .button__color1.button__slide-over:focus,
a.button__color1.button__slide-over:hover,
a.button__color1.button__slide-over:focus {
  color: var(--button-color1-text-color-hover);
  background-color: var(--button-color1-bg-color-hover);
}
.button__color1.button__fade:hover, .button__color1.button__fade:focus,
a.button__color1.button__fade:hover,
a.button__color1.button__fade:focus {
  color: var(--button-color1-text-color-hover);
  background-color: var(--button-color1-bg-color-hover);
}
.button__color1.button__outline,
a.button__color1.button__outline {
  color: var(--button-color1-border-text-color);
  border-color: var(--button-color1-border-color);
}
.button__color1.button__outline:hover, .button__color1.button__outline:focus,
a.button__color1.button__outline:hover,
a.button__color1.button__outline:focus {
  color: var(--button-color1-border-text-color-hover);
  background: transparent;
  border-color: var(--button-color1-border-color-hover);
}
.button__color2,
a.button__color2 {
  color: var(--button-color2-text-color);
  background-color: var(--button-color2-bg-color);
  -webkit-transition: color 0.8s ease-in-out, background-color 0.8s ease-in-out;
  transition: color 0.8s ease-in-out, background-color 0.8s ease-in-out;
}
.button__color2.button__slide-over:hover, .button__color2.button__slide-over:focus,
a.button__color2.button__slide-over:hover,
a.button__color2.button__slide-over:focus {
  color: var(--button-color2-text-color-hover);
  background-color: var(--button-color2-bg-color-hover);
}
.button__color2.button__fade:hover, .button__color2.button__fade:focus,
a.button__color2.button__fade:hover,
a.button__color2.button__fade:focus {
  color: var(--button-color2-text-color-hover);
  background-color: var(--button-color2-bg-color-hover);
}
.button__color2.button__outline,
a.button__color2.button__outline {
  color: var(--button-color2-border-text-color);
  border-color: var(--button-color2-border-color);
}
.button__color2.button__outline:hover, .button__color2.button__outline:focus,
a.button__color2.button__outline:hover,
a.button__color2.button__outline:focus {
  color: var(--button-color2-border-text-color-hover);
  background: transparent;
  border-color: var(--button-color2-border-color-hover);
}
.button__color3,
a.button__color3 {
  color: var(--button-color3-text-color);
  background-color: var(--button-color3-bg-color);
  -webkit-transition: color 0.8s ease-in-out, background-color 0.8s ease-in-out;
  transition: color 0.8s ease-in-out, background-color 0.8s ease-in-out;
}
.button__color3.button__slide-over:hover, .button__color3.button__slide-over:focus,
a.button__color3.button__slide-over:hover,
a.button__color3.button__slide-over:focus {
  color: var(--button-color3-text-color-hover);
  background-color: var(--button-color3-bg-color-hover);
}
.button__color3.button__fade:hover, .button__color3.button__fade:focus,
a.button__color3.button__fade:hover,
a.button__color3.button__fade:focus {
  color: var(--button-color3-text-color-hover);
  background-color: var(--button-color3-bg-color-hover);
}
.button__color3.button__outline,
a.button__color3.button__outline {
  color: var(--button-color3-border-text-color);
  border-color: var(--button-color3-border-color);
}
.button__color3.button__outline:hover, .button__color3.button__outline:focus,
a.button__color3.button__outline:hover,
a.button__color3.button__outline:focus {
  color: var(--button-color3-border-text-color-hover);
  background: transparent;
  border-color: var(--button-color3-border-color-hover);
}
.button__boxed,
a.button__boxed {
  border-radius: 0;
}
.button__pill,
a.button__pill {
  border-radius: 25px;
  border-radius: 1.5625rem;
}
.button__outline,
a.button__outline {
  background: transparent;
  border-style: solid;
  border-width: 2px;
  border-width: 0.125rem;
}
.button__arrow--left::after,
a.button__arrow--left::after {
  content: "";
  width: 15px;
  width: 0.9375rem;
  height: 28px;
  height: 1.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  margin-right: 0.625rem;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
.button__arrow--left.button__color1::after,
a.button__arrow--left.button__color1::after {
  background-image: url("/themes/Atlas/assets/dist/images/btn-left-arrow-light.svg");
}
.button__arrow--left.button__color2::after,
a.button__arrow--left.button__color2::after {
  background-image: url("/themes/Atlas/assets/dist/images/btn-left-arrow-dark.svg");
}
.button__arrow--left.button__color3::after,
a.button__arrow--left.button__color3::after {
  background-image: url("/themes/Atlas/assets/dist/images/btn-left-arrow-dark.svg");
}
.button__arrow--left.button__color3:focus::after, .button__arrow--left.button__color3:hover::after,
a.button__arrow--left.button__color3:focus::after,
a.button__arrow--left.button__color3:hover::after {
  background-image: url("/themes/Atlas/assets/dist/images/btn-left-arrow-light.svg");
}
.button__arrow--left.button__outline.button__color1::after,
a.button__arrow--left.button__outline.button__color1::after {
  background-image: url("/themes/Atlas/assets/dist/images/btn-left-arrow-dark.svg");
}
.button__arrow--left.button__outline.button__color2::after,
a.button__arrow--left.button__outline.button__color2::after {
  background-image: url("/themes/Atlas/assets/dist/images/btn-left-arrow-light.svg");
}
.button__arrow--left.button__outline.button__color3::after,
a.button__arrow--left.button__outline.button__color3::after {
  background-image: url("/themes/Atlas/assets/dist/images/btn-left-arrow-dark.svg");
}
.button__arrow--right::after,
a.button__arrow--right::after {
  content: "";
  width: 15px;
  width: 0.9375rem;
  height: 28px;
  height: 1.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  margin-left: 0.625rem;
}
.button__arrow--right.button__color1::after,
a.button__arrow--right.button__color1::after {
  background-image: url("/themes/Atlas/assets/dist/images/btn-right-arrow-light.svg");
}
.button__arrow--right.button__color2::after,
a.button__arrow--right.button__color2::after {
  background-image: url("/themes/Atlas/assets/dist/images/btn-right-arrow-dark.svg");
}
.button__arrow--right.button__color3::after,
a.button__arrow--right.button__color3::after {
  background-image: url("/themes/Atlas/assets/dist/images/btn-right-arrow-dark.svg");
}
.button__arrow--right.button__color3:hover::after, .button__arrow--right.button__color3:focus::after,
a.button__arrow--right.button__color3:hover::after,
a.button__arrow--right.button__color3:focus::after {
  background-image: url("/themes/Atlas/assets/dist/images/btn-right-arrow-light.svg");
}
.button__arrow--right.button__outline.button__color1::after,
a.button__arrow--right.button__outline.button__color1::after {
  background-image: url("/themes/Atlas/assets/dist/images/btn-right-arrow-dark.svg");
}
.button__arrow--right.button__outline.button__color2::after,
a.button__arrow--right.button__outline.button__color2::after {
  background-image: url("/themes/Atlas/assets/dist/images/btn-right-arrow-light.svg");
}
.button__arrow--right.button__outline.button__color3::after,
a.button__arrow--right.button__outline.button__color3::after {
  background-image: url("/themes/Atlas/assets/dist/images/btn-right-arrow-dark.svg");
}
.button__slide-over,
a.button__slide-over {
  position: relative;
  overflow: hidden;
}
.button__slide-over::before,
a.button__slide-over::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.button__slide-over:hover::before, .button__slide-over:focus::before,
a.button__slide-over:hover::before,
a.button__slide-over:focus::before {
  width: 100%;
}
.button__slide-over-text,
a.button__slide-over-text {
  position: relative;
  z-index: 1;
}
.button__border-grows,
a.button__border-grows {
  outline: 2px solid transparent;
  outline: 0.125rem solid transparent;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.button__border-grows:hover, .button__border-grows:focus,
a.button__border-grows:hover,
a.button__border-grows:focus {
  outline: currentcolor solid 5px;
  outline: currentcolor solid 0.3125rem;
  outline-offset: -5px;
  outline-offset: -0.3125rem;
}
.button__arrow-appears,
a.button__arrow-appears {
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.button__arrow-appears.button__arrow--left::after, .button__arrow-appears.button__arrow--right::after,
a.button__arrow-appears.button__arrow--left::after,
a.button__arrow-appears.button__arrow--right::after {
  content: "";
  position: relative;
  top: 0;
  display: inline-block;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.button__arrow-appears.button__arrow--left::after,
a.button__arrow-appears.button__arrow--left::after {
  margin-right: -15px;
  margin-right: -0.9375rem;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  opacity: 0;
}
.button__arrow-appears.button__arrow--left:hover::after, .button__arrow-appears.button__arrow--left:focus::after,
a.button__arrow-appears.button__arrow--left:hover::after,
a.button__arrow-appears.button__arrow--left:focus::after {
  margin-right: 10px;
  margin-right: 0.625rem;
  opacity: 1;
}
.button__arrow-appears.button__arrow--right::after,
a.button__arrow-appears.button__arrow--right::after {
  margin-left: -15px;
  margin-left: -0.9375rem;
  content: "";
  opacity: 0;
}
.button__arrow-appears.button__arrow--right:hover::after, .button__arrow-appears.button__arrow--right:focus::after,
a.button__arrow-appears.button__arrow--right:hover::after,
a.button__arrow-appears.button__arrow--right:focus::after {
  margin-left: 10px;
  margin-left: 0.625rem;
  opacity: 1;
}
[data-arx-type] a.button.button--primary-outline__arrow-left::after {
  content: none;
}

.button-list {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
}
.button-list li .button {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.button-list li:last-of-type .button {
  margin-bottom: 0;
}

:root {
  --link-color: #263d87;
  --link-color-hover: #1a1a1a;
  --link-border-color: #e2e2e2;
  --link-border-color-hover: #263d87;
  --link-color-alt: #000;
  --link-color-alt-hover: #aa4492;
  --link-border-alt-color: #263d87;
  --link-border-alt-color-hover: #1a1a1a;
  --link-color-dark: #fff;
  --link-color-dark-hover: #ccc;
  --link-border-color-dark: #aa4492;
  --link-border-color-dark-hover: #fff;
  --link-color-light: #1a1a1a;
  --link-color-light-hover: #1a1a1a;
  --link-border-color-light: #aa4492;
  --link-border-color-light-hover: #1a1a1a;
}
:root .dark-mode {
  --link-color: #1a1a1a;
  --link-color-hover: #b3b3b3;
  --link-border-color: #000;
  --link-border-color-hover: #ccc;
}

a:not(.button, [class], [role=tab]),
.external {
  /* This is causing links to be white on a white background for the RTE, if something else is broken consider changing the selector

  color: var(--link-color-dark); */
}

a.alt-link,
a.alt-white,
a.open-modal {
  position: relative;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
}
main a.alt-link,
main a.alt-white,
main a.open-modal {
  color: var(--link-color);
  border-bottom: 1px solid var(--link-border-color);
  border-bottom: 0.0625rem solid var(--link-border-color);
}
main a.alt-link:hover, main a.alt-link:focus,
main a.alt-white:hover,
main a.alt-white:focus,
main a.open-modal:hover,
main a.open-modal:focus {
  color: var(--link-color-hover);
  border-bottom-color: var(--link-border-color-hover);
}
.dark a.alt-link,
.dark a.alt-white,
.dark a.open-modal {
  color: var(--link-color-dark);
}
.dark a.alt-link:hover, .dark a.alt-link:focus,
.dark a.alt-white:hover,
.dark a.alt-white:focus,
.dark a.open-modal:hover,
.dark a.open-modal:focus {
  color: var(--link-color-dark-hover);
}
.light a.alt-link,
.light a.alt-white,
.light a.open-modal {
  color: var(--link-color-light);
}
.light a.alt-link:hover, .light a.alt-link:focus,
.light a.alt-white:hover,
.light a.alt-white:focus,
.light a.open-modal:hover,
.light a.open-modal:focus {
  color: var(--link-color-light-hover);
}
a.alt-link.alt-link,
a.alt-white.alt-link,
a.open-modal.alt-link {
  border-bottom: none;
  color: var(--link-color-alt);
  font-style: normal;
  font-weight: 700;
  font-family: "Saira", sans-serif;
}
a.alt-link.alt-link:hover, a.alt-link.alt-link:focus,
a.alt-white.alt-link:hover,
a.alt-white.alt-link:focus,
a.open-modal.alt-link:hover,
a.open-modal.alt-link:focus {
  color: var(--link-color-alt-hover);
}
a.alt-link.alt-white,
a.alt-white.alt-white,
a.open-modal.alt-white {
  color: var(--link-color-white);
  border-bottom-color: var(--link-border-white-color);
}
a.alt-link.alt-white:hover, a.alt-link.alt-white:focus,
a.alt-white.alt-white:hover,
a.alt-white.alt-white:focus,
a.open-modal.alt-white:hover,
a.open-modal.alt-white:focus {
  color: var(--link-color-white-hover);
  border-bottom-color: var(--link-border-white-color-hover);
}

.standard-link {
  border-bottom: none;
  color: var(--link-color);
  font-style: normal;
  font-weight: 700;
  font-family: "Saira", sans-serif;
}
.standard-link:hover, .standard-link:focus {
  color: var(--link-color-hover);
}

.alt-link {
  border-bottom: none;
  color: var(--link-color-alt);
  font-style: normal;
  font-weight: 700;
  font-family: "Saira", sans-serif;
}
.alt-link:hover, .alt-link:focus {
  color: var(--link-color-alt-hover);
}

.standard-list li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 500;
  font-family: "Saira", sans-serif;
}

:root {
  --heading-color: #262626;
  --heading-underline-color: rgb(0 0 0 / 30%);
  --paragraph-text-color: #262626;
  --hr-color: #000;
}

.main-content h1.text-shadow,
.main-content h2.text-shadow,
.main-content h3.text-shadow,
.main-content h4.text-shadow,
.main-content h5.text-shadow,
.main-content h6.text-shadow,
.main-content p.text-shadow,
.main-content ul.text-shadow,
.main-content ol.text-shadow,
.entry h1.text-shadow,
.entry h2.text-shadow,
.entry h3.text-shadow,
.entry h4.text-shadow,
.entry h5.text-shadow,
.entry h6.text-shadow,
.entry p.text-shadow,
.entry ul.text-shadow,
.entry ol.text-shadow,
footer h1.text-shadow,
footer h2.text-shadow,
footer h3.text-shadow,
footer h4.text-shadow,
footer h5.text-shadow,
footer h6.text-shadow,
footer p.text-shadow,
footer ul.text-shadow,
footer ol.text-shadow {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.9);
  text-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.9);
}

h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
}
h1.large {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 60px;
  line-height: 3.75rem;
}
h1.underline {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
h1.heading-font-alternative {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 60px;
  line-height: 3.75rem;
}
h1.heading-font-alternative.large {
  font-size: 76px;
  font-size: 4.75rem;
  line-height: 76px;
  line-height: 4.75rem;
}

h2 {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-style: normal;
  font-weight: 600;
  font-family: "Saira Condensed", sans-serif;
}
h2.large {
  font-size: 48px;
  font-size: 3rem;
  line-height: 28px;
  line-height: 1.75rem;
}
h2.underline {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
h2.heading-font-alternative {
  font-size: 52px;
  font-size: 3.25rem;
  line-height: 52px;
  line-height: 3.25rem;
}
h2.heading-font-alternative.large {
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 70px;
  line-height: 4.375rem;
}

h3 {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-style: normal;
  font-weight: 600;
  font-family: "Saira Condensed", sans-serif;
}
h3.large {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
}
h3.underline {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
h3.heading-font-alternative {
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 46px;
  line-height: 2.875rem;
}
h3.heading-font-alternative.large {
  font-size: 64px;
  font-size: 4rem;
  line-height: 64px;
  line-height: 4rem;
}

h4 {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
}
h4.large {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 34px;
  line-height: 2.125rem;
}
h4.underline {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
h4.heading-font-alternative {
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 44px;
  line-height: 2.75rem;
}
h4.heading-font-alternative.large {
  font-size: 52px;
  font-size: 3.25rem;
  line-height: 52px;
  line-height: 3.25rem;
}

h5 {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
}
h5.large {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
}
h5.underline {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
h5.heading-font-alternative {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
}
h5.heading-font-alternative.large {
  font-size: 48px;
  font-size: 3rem;
  line-height: 48px;
  line-height: 3rem;
}

h6 {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-style: italic;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
}
h6.large {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
}
h6.underline {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
h6.heading-font-alternative {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
}
h6.heading-font-alternative.large {
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 44px;
  line-height: 2.75rem;
}

p {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: var(--paragraph-text-color);
  font-style: normal;
  font-weight: 400;
  font-family: "Saira", sans-serif;
}
p.small-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
p.medium-text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-style: normal;
  font-weight: 400;
  font-family: "Saira", sans-serif;
}
p.large-text {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
}
p.xlarge-text {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 32px;
  line-height: 2rem;
}
p.thin-text {
  font-weight: 300;
}
p.strong {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira", sans-serif;
}
p.em {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
}

.content__heading--h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 36px;
  line-height: 2.25rem;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 600;
  font-family: "Saira Condensed", sans-serif;
}
.content__heading--h3 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-style: normal;
  font-weight: 600;
  font-family: "Saira Condensed", sans-serif;
}
.content__heading--h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-style: normal;
  font-weight: 600;
  font-family: "Saira Condensed", sans-serif;
}
.content__heading--h5 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-style: normal;
  font-weight: 600;
  font-family: "Saira Condensed", sans-serif;
}
.content__heading--h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  font-style: normal;
  font-weight: 600;
  font-family: "Saira Condensed", sans-serif;
}

:root {
  --card-bg-color: white;
  --card-heading-color: #1a1a1a;
  --card-heading-underline: #818181;
  --card-text-color: #1a1a1a;
  --card-border-color: #414141;
  --card-contained-bg-color: #eceff7;
  --cta-bg-color: #1a1a1a;
  --cta-text-color: white;
  --cta-button-bg-color: #1a1a1a;
  --cta-button-text-color: white;
  --cta-button-border-color: white;
  --cta-button-bg-color-hover: white;
  --cta-button-text-color-hover: #1a1a1a;
  --card-bg-color-white: #fff;
  --card-heading-color-white: #1a1a1a;
  --card-text-color-white: #1a1a1a;
  --card-bg-color-light: #efefef;
  --card-heading-color-light: #1a1a1a;
  --card-text-color-light: #1a1a1a;
  --card-bg-color-dark: #1a1a1a;
  --card-heading-color-light: #efefef;
  --card-text-color-dark: #efefef;
}

.card,
.cta-card,
.card--contained,
.entry .card,
.entry .cta-card,
.entry .card--contained {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px 40px;
  padding: 1.25rem 2.5rem 2.5rem;
  overflow: hidden;
  background-color: var(--card-bg-color);
  border-radius: 10px;
  border-radius: 0.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card h1,
.card h2,
.card h3,
.card h4,
.card h5,
.card h6,
.cta-card h1,
.cta-card h2,
.cta-card h3,
.cta-card h4,
.cta-card h5,
.cta-card h6,
.card--contained h1,
.card--contained h2,
.card--contained h3,
.card--contained h4,
.card--contained h5,
.card--contained h6,
.entry .card h1,
.entry .card h2,
.entry .card h3,
.entry .card h4,
.entry .card h5,
.entry .card h6,
.entry .cta-card h1,
.entry .cta-card h2,
.entry .cta-card h3,
.entry .cta-card h4,
.entry .cta-card h5,
.entry .cta-card h6,
.entry .card--contained h1,
.entry .card--contained h2,
.entry .card--contained h3,
.entry .card--contained h4,
.entry .card--contained h5,
.entry .card--contained h6 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: var(--card-heading-color);
  text-transform: capitalize;
  border: 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-style: normal;
  font-weight: 600;
  font-family: "Saira", sans-serif;
}
.card h1 a,
.card h2 a,
.card h3 a,
.card h4 a,
.card h5 a,
.card h6 a,
.cta-card h1 a,
.cta-card h2 a,
.cta-card h3 a,
.cta-card h4 a,
.cta-card h5 a,
.cta-card h6 a,
.card--contained h1 a,
.card--contained h2 a,
.card--contained h3 a,
.card--contained h4 a,
.card--contained h5 a,
.card--contained h6 a,
.entry .card h1 a,
.entry .card h2 a,
.entry .card h3 a,
.entry .card h4 a,
.entry .card h5 a,
.entry .card h6 a,
.entry .cta-card h1 a,
.entry .cta-card h2 a,
.entry .cta-card h3 a,
.entry .cta-card h4 a,
.entry .cta-card h5 a,
.entry .cta-card h6 a,
.entry .card--contained h1 a,
.entry .card--contained h2 a,
.entry .card--contained h3 a,
.entry .card--contained h4 a,
.entry .card--contained h5 a,
.entry .card--contained h6 a {
  border: 0;
}
.card p,
.cta-card p,
.card--contained p,
.entry .card p,
.entry .cta-card p,
.entry .card--contained p {
  margin-top: 0;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: var(--card-text-color);
  font-style: normal;
  font-weight: 400;
  font-family: "Saira", sans-serif;
}
.card p:last-of-type,
.cta-card p:last-of-type,
.card--contained p:last-of-type,
.entry .card p:last-of-type,
.entry .cta-card p:last-of-type,
.entry .card--contained p:last-of-type {
  margin-bottom: 0;
}
.card &gt; figure,
.cta-card &gt; figure,
.card--contained &gt; figure,
.entry .card &gt; figure,
.entry .cta-card &gt; figure,
.entry .card--contained &gt; figure {
  position: relative;
  top: -20px;
  top: -1.25rem;
  left: -40px;
  left: -2.5rem;
  width: calc(100% + 80px);
  width: calc(100% + 5rem);
  max-width: calc(100% + 80px);
  max-width: calc(100% + 5rem);
  margin: 0;
}
.card &gt; figure a::before,
.cta-card &gt; figure a::before,
.card--contained &gt; figure a::before,
.entry .card &gt; figure a::before,
.entry .cta-card &gt; figure a::before,
.entry .card--contained &gt; figure a::before {
  display: none !important;
}
.card &gt; figure img,
.cta-card &gt; figure img,
.card--contained &gt; figure img,
.entry .card &gt; figure img,
.entry .cta-card &gt; figure img,
.entry .card--contained &gt; figure img {
  width: calc(100% + 80px);
  width: calc(100% + 5rem);
  margin: 0 auto;
}
.card.height-100,
.cta-card.height-100,
.card--contained.height-100,
.entry .card.height-100,
.entry .cta-card.height-100,
.entry .card--contained.height-100 {
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card__content,
.cta-card__content,
.card--contained__content,
.entry .card__content,
.entry .cta-card__content,
.entry .card--contained__content {
  padding-top: 20px;
  padding-top: 1.25rem;
}
.card__target,
.cta-card__target,
.card--contained__target,
.entry .card__target,
.entry .cta-card__target,
.entry .card--contained__target {
  padding-top: 10px;
  padding-top: 0.625rem;
  margin-top: auto;
}
.card__target p,
.cta-card__target p,
.card--contained__target p,
.entry .card__target p,
.entry .cta-card__target p,
.entry .card--contained__target p {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.card.remove-target-spacing .cta-card__target,
.cta-card.remove-target-spacing .cta-card__target,
.card--contained.remove-target-spacing .cta-card__target,
.entry .card.remove-target-spacing .cta-card__target,
.entry .cta-card.remove-target-spacing .cta-card__target,
.entry .card--contained.remove-target-spacing .cta-card__target {
  padding-top: 0;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.card.drop-shadow,
.cta-card.drop-shadow,
.card--contained.drop-shadow,
.entry .card.drop-shadow,
.entry .cta-card.drop-shadow,
.entry .card--contained.drop-shadow {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
}
.card.white,
.cta-card.white,
.card--contained.white,
.entry .card.white,
.entry .cta-card.white,
.entry .card--contained.white {
  background: var(--card-bg-color-white);
}
.card.white h1,
.card.white h2,
.card.white h3,
.card.white h4,
.card.white h5,
.card.white h6,
.card.white p,
.card.white ul,
.card.white ol,
.cta-card.white h1,
.cta-card.white h2,
.cta-card.white h3,
.cta-card.white h4,
.cta-card.white h5,
.cta-card.white h6,
.cta-card.white p,
.cta-card.white ul,
.cta-card.white ol,
.card--contained.white h1,
.card--contained.white h2,
.card--contained.white h3,
.card--contained.white h4,
.card--contained.white h5,
.card--contained.white h6,
.card--contained.white p,
.card--contained.white ul,
.card--contained.white ol,
.entry .card.white h1,
.entry .card.white h2,
.entry .card.white h3,
.entry .card.white h4,
.entry .card.white h5,
.entry .card.white h6,
.entry .card.white p,
.entry .card.white ul,
.entry .card.white ol,
.entry .cta-card.white h1,
.entry .cta-card.white h2,
.entry .cta-card.white h3,
.entry .cta-card.white h4,
.entry .cta-card.white h5,
.entry .cta-card.white h6,
.entry .cta-card.white p,
.entry .cta-card.white ul,
.entry .cta-card.white ol,
.entry .card--contained.white h1,
.entry .card--contained.white h2,
.entry .card--contained.white h3,
.entry .card--contained.white h4,
.entry .card--contained.white h5,
.entry .card--contained.white h6,
.entry .card--contained.white p,
.entry .card--contained.white ul,
.entry .card--contained.white ol {
  color: var(--card-text-color-white);
}
.card.white p:last-of-type,
.card.white ul:last-of-type,
.card.white ol:last-of-type,
.cta-card.white p:last-of-type,
.cta-card.white ul:last-of-type,
.cta-card.white ol:last-of-type,
.card--contained.white p:last-of-type,
.card--contained.white ul:last-of-type,
.card--contained.white ol:last-of-type,
.entry .card.white p:last-of-type,
.entry .card.white ul:last-of-type,
.entry .card.white ol:last-of-type,
.entry .cta-card.white p:last-of-type,
.entry .cta-card.white ul:last-of-type,
.entry .cta-card.white ol:last-of-type,
.entry .card--contained.white p:last-of-type,
.entry .card--contained.white ul:last-of-type,
.entry .card--contained.white ol:last-of-type {
  margin-bottom: 0;
}
.entry .card.white a:not(.button),
.entry .cta-card.white a:not(.button),
.entry .card--contained.white a:not(.button),
.entry .entry .card.white a:not(.button),
.entry .entry .cta-card.white a:not(.button),
.entry .entry .card--contained.white a:not(.button) {
  color: var(--card-text-color-white);
}
.card--contained,
.cta-card--contained,
.card--contained--contained,
.entry .card--contained,
.entry .cta-card--contained,
.entry .card--contained--contained {
  background-color: var(--card-contained-bg-color);
}
.card.light,
.cta-card.light,
.card--contained.light,
.entry .card.light,
.entry .cta-card.light,
.entry .card--contained.light {
  background: var(--card-bg-color-light);
}
.card.light h1,
.card.light h2,
.card.light h3,
.card.light h4,
.card.light h5,
.card.light h6,
.card.light p,
.card.light ul,
.card.light ol,
.cta-card.light h1,
.cta-card.light h2,
.cta-card.light h3,
.cta-card.light h4,
.cta-card.light h5,
.cta-card.light h6,
.cta-card.light p,
.cta-card.light ul,
.cta-card.light ol,
.card--contained.light h1,
.card--contained.light h2,
.card--contained.light h3,
.card--contained.light h4,
.card--contained.light h5,
.card--contained.light h6,
.card--contained.light p,
.card--contained.light ul,
.card--contained.light ol,
.entry .card.light h1,
.entry .card.light h2,
.entry .card.light h3,
.entry .card.light h4,
.entry .card.light h5,
.entry .card.light h6,
.entry .card.light p,
.entry .card.light ul,
.entry .card.light ol,
.entry .cta-card.light h1,
.entry .cta-card.light h2,
.entry .cta-card.light h3,
.entry .cta-card.light h4,
.entry .cta-card.light h5,
.entry .cta-card.light h6,
.entry .cta-card.light p,
.entry .cta-card.light ul,
.entry .cta-card.light ol,
.entry .card--contained.light h1,
.entry .card--contained.light h2,
.entry .card--contained.light h3,
.entry .card--contained.light h4,
.entry .card--contained.light h5,
.entry .card--contained.light h6,
.entry .card--contained.light p,
.entry .card--contained.light ul,
.entry .card--contained.light ol {
  color: var(--card-text-color-light);
}
.card.light p:last-of-type,
.card.light ul:last-of-type,
.card.light ol:last-of-type,
.cta-card.light p:last-of-type,
.cta-card.light ul:last-of-type,
.cta-card.light ol:last-of-type,
.card--contained.light p:last-of-type,
.card--contained.light ul:last-of-type,
.card--contained.light ol:last-of-type,
.entry .card.light p:last-of-type,
.entry .card.light ul:last-of-type,
.entry .card.light ol:last-of-type,
.entry .cta-card.light p:last-of-type,
.entry .cta-card.light ul:last-of-type,
.entry .cta-card.light ol:last-of-type,
.entry .card--contained.light p:last-of-type,
.entry .card--contained.light ul:last-of-type,
.entry .card--contained.light ol:last-of-type {
  margin-bottom: 0;
}
.entry .card.light a:not(.button),
.entry .cta-card.light a:not(.button),
.entry .card--contained.light a:not(.button),
.entry .entry .card.light a:not(.button),
.entry .entry .cta-card.light a:not(.button),
.entry .entry .card--contained.light a:not(.button) {
  color: var(--card-text-color-light);
}
.card.dark,
.cta-card.dark,
.card--contained.dark,
.entry .card.dark,
.entry .cta-card.dark,
.entry .card--contained.dark {
  background: var(--card-bg-color-dark);
}
.card.dark h1,
.card.dark h2,
.card.dark h3,
.card.dark h4,
.card.dark h5,
.card.dark h6,
.card.dark p,
.card.dark ul,
.card.dark ol,
.cta-card.dark h1,
.cta-card.dark h2,
.cta-card.dark h3,
.cta-card.dark h4,
.cta-card.dark h5,
.cta-card.dark h6,
.cta-card.dark p,
.cta-card.dark ul,
.cta-card.dark ol,
.card--contained.dark h1,
.card--contained.dark h2,
.card--contained.dark h3,
.card--contained.dark h4,
.card--contained.dark h5,
.card--contained.dark h6,
.card--contained.dark p,
.card--contained.dark ul,
.card--contained.dark ol,
.entry .card.dark h1,
.entry .card.dark h2,
.entry .card.dark h3,
.entry .card.dark h4,
.entry .card.dark h5,
.entry .card.dark h6,
.entry .card.dark p,
.entry .card.dark ul,
.entry .card.dark ol,
.entry .cta-card.dark h1,
.entry .cta-card.dark h2,
.entry .cta-card.dark h3,
.entry .cta-card.dark h4,
.entry .cta-card.dark h5,
.entry .cta-card.dark h6,
.entry .cta-card.dark p,
.entry .cta-card.dark ul,
.entry .cta-card.dark ol,
.entry .card--contained.dark h1,
.entry .card--contained.dark h2,
.entry .card--contained.dark h3,
.entry .card--contained.dark h4,
.entry .card--contained.dark h5,
.entry .card--contained.dark h6,
.entry .card--contained.dark p,
.entry .card--contained.dark ul,
.entry .card--contained.dark ol {
  color: var(--card-text-color-dark);
}
.card.dark p:last-of-type,
.card.dark ul:last-of-type,
.card.dark ol:last-of-type,
.cta-card.dark p:last-of-type,
.cta-card.dark ul:last-of-type,
.cta-card.dark ol:last-of-type,
.card--contained.dark p:last-of-type,
.card--contained.dark ul:last-of-type,
.card--contained.dark ol:last-of-type,
.entry .card.dark p:last-of-type,
.entry .card.dark ul:last-of-type,
.entry .card.dark ol:last-of-type,
.entry .cta-card.dark p:last-of-type,
.entry .cta-card.dark ul:last-of-type,
.entry .cta-card.dark ol:last-of-type,
.entry .card--contained.dark p:last-of-type,
.entry .card--contained.dark ul:last-of-type,
.entry .card--contained.dark ol:last-of-type {
  margin-bottom: 0;
}
.entry .card.dark a:not(.button),
.entry .cta-card.dark a:not(.button),
.entry .card--contained.dark a:not(.button),
.entry .entry .card.dark a:not(.button),
.entry .entry .cta-card.dark a:not(.button),
.entry .entry .card--contained.dark a:not(.button) {
  color: var(--card-text-color-dark);
}
.card__icon,
.cta-card__icon,
.card--contained__icon,
.entry .card__icon,
.entry .cta-card__icon,
.entry .card--contained__icon {
  padding-top: 40px;
  padding-top: 2.5rem;
}
.card__icon figure,
.cta-card__icon figure,
.card--contained__icon figure,
.entry .card__icon figure,
.entry .cta-card__icon figure,
.entry .card--contained__icon figure {
  top: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
}
.card--open,
.cta-card--open,
.card--contained--open,
.entry .card--open,
.entry .cta-card--open,
.entry .card--contained--open {
  padding: 20px 20px 40px;
  padding: 1.25rem 1.25rem 2.5rem;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.card--open figure,
.cta-card--open figure,
.card--contained--open figure,
.entry .card--open figure,
.entry .cta-card--open figure,
.entry .card--contained--open figure {
  top: -20px;
  top: -1.25rem;
  left: -20px;
  left: -1.25rem;
  width: calc(100% + 40px);
  width: calc(100% + 2.5rem);
  max-width: calc(100% + 40px);
  max-width: calc(100% + 2.5rem);
}
.card--open img,
.cta-card--open img,
.card--contained--open img,
.entry .card--open img,
.entry .cta-card--open img,
.entry .card--contained--open img {
  border-radius: 10px;
  border-radius: 0.625rem;
}
.card--open &gt; *,
.cta-card--open &gt; *,
.card--contained--open &gt; *,
.entry .card--open &gt; *,
.entry .cta-card--open &gt; *,
.entry .card--contained--open &gt; * {
  margin-right: -20px;
  margin-right: -1.25rem;
  margin-left: -20px;
  margin-left: -1.25rem;
}
.card--open h1::after,
.card--open h2::after,
.card--open h3::after,
.card--open h4::after,
.card--open h5::after,
.card--open h6::after,
.cta-card--open h1::after,
.cta-card--open h2::after,
.cta-card--open h3::after,
.cta-card--open h4::after,
.cta-card--open h5::after,
.cta-card--open h6::after,
.card--contained--open h1::after,
.card--contained--open h2::after,
.card--contained--open h3::after,
.card--contained--open h4::after,
.card--contained--open h5::after,
.card--contained--open h6::after,
.entry .card--open h1::after,
.entry .card--open h2::after,
.entry .card--open h3::after,
.entry .card--open h4::after,
.entry .card--open h5::after,
.entry .card--open h6::after,
.entry .cta-card--open h1::after,
.entry .cta-card--open h2::after,
.entry .cta-card--open h3::after,
.entry .cta-card--open h4::after,
.entry .cta-card--open h5::after,
.entry .cta-card--open h6::after,
.entry .card--contained--open h1::after,
.entry .card--contained--open h2::after,
.entry .card--contained--open h3::after,
.entry .card--contained--open h4::after,
.entry .card--contained--open h5::after,
.entry .card--contained--open h6::after {
  content: "";
  position: relative;
  display: block;
  width: 60px;
  width: 3.75rem;
  height: 3px;
  height: 0.1875rem;
  margin: 20px 0 15px;
  margin: 1.25rem 0 0.9375rem;
  background: var(--card-heading-underline);
  border-radius: 20px;
  border-radius: 1.25rem;
  opacity: 0.31;
}
.card--open__icon,
.cta-card--open__icon,
.card--contained--open__icon,
.entry .card--open__icon,
.entry .cta-card--open__icon,
.entry .card--contained--open__icon {
  padding-top: 40px;
  padding-top: 2.5rem;
  text-align: center;
}
.card--open__icon h1::after,
.card--open__icon h2::after,
.card--open__icon h3::after,
.card--open__icon h4::after,
.card--open__icon h5::after,
.card--open__icon h6::after,
.cta-card--open__icon h1::after,
.cta-card--open__icon h2::after,
.cta-card--open__icon h3::after,
.cta-card--open__icon h4::after,
.cta-card--open__icon h5::after,
.cta-card--open__icon h6::after,
.card--contained--open__icon h1::after,
.card--contained--open__icon h2::after,
.card--contained--open__icon h3::after,
.card--contained--open__icon h4::after,
.card--contained--open__icon h5::after,
.card--contained--open__icon h6::after,
.entry .card--open__icon h1::after,
.entry .card--open__icon h2::after,
.entry .card--open__icon h3::after,
.entry .card--open__icon h4::after,
.entry .card--open__icon h5::after,
.entry .card--open__icon h6::after,
.entry .cta-card--open__icon h1::after,
.entry .cta-card--open__icon h2::after,
.entry .cta-card--open__icon h3::after,
.entry .cta-card--open__icon h4::after,
.entry .cta-card--open__icon h5::after,
.entry .cta-card--open__icon h6::after,
.entry .card--contained--open__icon h1::after,
.entry .card--contained--open__icon h2::after,
.entry .card--contained--open__icon h3::after,
.entry .card--contained--open__icon h4::after,
.entry .card--contained--open__icon h5::after,
.entry .card--contained--open__icon h6::after {
  margin: 20px auto 15px;
  margin: 1.25rem auto 0.9375rem;
}
.card--open__icon figure,
.cta-card--open__icon figure,
.card--contained--open__icon figure,
.entry .card--open__icon figure,
.entry .cta-card--open__icon figure,
.entry .card--contained--open__icon figure {
  top: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
}
.card--mix,
.cta-card--mix,
.card--contained--mix,
.entry .card--mix,
.entry .cta-card--mix,
.entry .card--contained--mix {
  text-align: center;
  -webkit-box-shadow: 0 -15px 25px -10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 -15px 25px -10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 -0.9375rem 1.5625rem -0.625rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 -0.9375rem 1.5625rem -0.625rem rgba(0, 0, 0, 0.25);
}
.card--mix__icon,
.cta-card--mix__icon,
.card--contained--mix__icon,
.entry .card--mix__icon,
.entry .cta-card--mix__icon,
.entry .card--contained--mix__icon {
  padding-top: 40px;
  padding-top: 2.5rem;
}
.card--mix__icon figure,
.cta-card--mix__icon figure,
.card--contained--mix__icon figure,
.entry .card--mix__icon figure,
.entry .cta-card--mix__icon figure,
.entry .card--contained--mix__icon figure {
  top: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
}
.card--stroke,
.cta-card--stroke,
.card--contained--stroke,
.entry .card--stroke,
.entry .cta-card--stroke,
.entry .card--contained--stroke {
  border: 2px solid var(--card-border-color);
  border: 0.125rem solid var(--card-border-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.card--stroke figure,
.cta-card--stroke figure,
.card--contained--stroke figure,
.entry .card--stroke figure,
.entry .cta-card--stroke figure,
.entry .card--contained--stroke figure {
  border-bottom: 2px solid var(--card-border-color);
  border-bottom: 0.125rem solid var(--card-border-color);
}
.card--circle-image,
.cta-card--circle-image,
.card--contained--circle-image,
.entry .card--circle-image,
.entry .cta-card--circle-image,
.entry .card--contained--circle-image {
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.card--circle-image figure,
.cta-card--circle-image figure,
.card--contained--circle-image figure,
.entry .card--circle-image figure,
.entry .cta-card--circle-image figure,
.entry .card--contained--circle-image figure {
  right: 0;
  left: 0;
  width: 200px;
  width: 12.5rem;
  margin: auto auto 25px;
  margin: auto auto 1.5625rem;
  overflow: hidden;
}
.card--circle-image figure img,
.cta-card--circle-image figure img,
.card--contained--circle-image figure img,
.entry .card--circle-image figure img,
.entry .cta-card--circle-image figure img,
.entry .card--contained--circle-image figure img {
  width: 200px;
  width: 12.5rem;
  height: 200px;
  height: 12.5rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card[data-arx-type] .cta-card__content,
.cta-card[data-arx-type] .cta-card__content,
.card--contained[data-arx-type] .cta-card__content,
.entry .card[data-arx-type] .cta-card__content,
.entry .cta-card[data-arx-type] .cta-card__content,
.entry .card--contained[data-arx-type] .cta-card__content {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.card[data-arx-type] figure,
.cta-card[data-arx-type] figure,
.card--contained[data-arx-type] figure,
.entry .card[data-arx-type] figure,
.entry .cta-card[data-arx-type] figure,
.entry .card--contained[data-arx-type] figure {
  left: auto;
  width: 100%;
}
.card[data-arx-type] img,
.cta-card[data-arx-type] img,
.card--contained[data-arx-type] img,
.entry .card[data-arx-type] img,
.entry .cta-card[data-arx-type] img,
.entry .card--contained[data-arx-type] img {
  width: 100%;
  margin: 0 auto;
}
.card.card--circle-image[data-arx-type] img,
.cta-card.card--circle-image[data-arx-type] img,
.card--contained.card--circle-image[data-arx-type] img,
.entry .card.card--circle-image[data-arx-type] img,
.entry .cta-card.card--circle-image[data-arx-type] img,
.entry .card--contained.card--circle-image[data-arx-type] img {
  width: 200px;
  width: 12.5rem;
}
.sidebar-layout aside .cta-card {
  height: auto;
}

:root {
  --icb-content-bg: #263d87;
  --icb-content-bg-solid: #1a1a1a;
  --icb-text-color: #f2f2f2;
  --icb-link: #f2f2f2;
  --icb-link-hover: #ccc;
  --icb-content-bg-2: #efefef;
  --icb-text-color-2: #1a1a1a;
  --icb-link-2: #1a1a1a;
  --icb-link-2-hover: #ccc;
}

.image-content-banner {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}
@media (width &lt;= 1280px) {
  .image-content-banner--inner figure img {
    margin-top: 165px;
    margin-top: 10.3125rem;
    -webkit-transform: scale(2.3);
        -ms-transform: scale(2.3);
            transform: scale(2.3);
  }
}
@media (width &lt;= 1280px) {
  .image-content-banner--inner figure {
    position: absolute;
  }
}
.image-content-banner--inner .image-content-banner__text-content {
  min-height: 100%;
  opacity: 0.9;
}
.image-content-banner--inner .image-content-banner__text-content section {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.image-content-banner--inner .image-content-banner__text-content a {
  display: block;
  width: 350px;
  width: 21.875rem;
  height: 200px;
  height: 12.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 44px;
  line-height: 2.75rem;
  text-align: center;
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  -webkit-align-content: end;
      -ms-flex-line-pack: end;
          align-content: end;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  font-family: "Saira Condensed", sans-serif;
}
.image-content-banner--inner .image-content-banner__text-content p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: var(--icb-text-color);
  font-style: normal;
  font-weight: 400;
  font-family: "Saira", sans-serif;
}

.representative-section {
  position: relative;
}
.representative-section a:hover, .representative-section a:focus {
  border-width: 4px;
  border-width: 0.25rem;
}
.representative-section a::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 35%;
  display: block;
  width: 100px;
  width: 6.25rem;
  height: 100px;
  height: 6.25rem;
  background: url("/themes/Atlas/assets/dist/images/_simplex/icons/icn-find_representaive.png") no-repeat center/contain;
}

.career-section {
  position: relative;
}
.career-section a:hover, .career-section a:focus {
  border-width: 4px;
  border-width: 0.25rem;
}
.career-section a::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 35%;
  display: block;
  width: 100px;
  width: 6.25rem;
  height: 100px;
  height: 6.25rem;
  background: url("/themes/Atlas/assets/dist/images/_simplex/icons/icn-careers.png") no-repeat center/contain;
}

:root {
  --highlighted-text-block-bg: #eceff7;
  --highlighted-text-block-text-color: #262626;
  --highlighted-text-block-link: #1a1a1a;
  --highlighted-text-block-link-hover: #1a1a1a;
  --highlighted-text-block-border-color: #263d87;
  --highlighted-text-block-border-color-secondary: #42c4dd;
}

.highlighted-text-block,
.entry .highlighted-text-block {
  position: relative;
  display: block;
  padding: 25px;
  padding: 1.5625rem;
  margin: 0 auto 25px;
  margin: 0 auto 1.5625rem;
  background-color: var(--highlighted-text-block-bg);
  border-left: 40px solid var(--highlighted-text-block-border-color);
  border-left: 2.5rem solid var(--highlighted-text-block-border-color);
  border-radius: 0;
}
.highlighted-text-block h1,
.highlighted-text-block h2,
.highlighted-text-block h3,
.highlighted-text-block h4,
.highlighted-text-block h5,
.highlighted-text-block h6,
.entry .highlighted-text-block h1,
.entry .highlighted-text-block h2,
.entry .highlighted-text-block h3,
.entry .highlighted-text-block h4,
.entry .highlighted-text-block h5,
.entry .highlighted-text-block h6 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: var(--highlighted-text-block-text-color);
}
.highlighted-text-block p,
.entry .highlighted-text-block p {
  font-style: normal;
  font-weight: 400;
  font-family: "Saira", sans-serif;
}
.highlighted-text-block ul,
.highlighted-text-block ol,
.entry .highlighted-text-block ul,
.entry .highlighted-text-block ol {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: var(--highlighted-text-block-text-color);
}
.highlighted-text-block ul:first-of-type,
.highlighted-text-block ol:first-of-type,
.entry .highlighted-text-block ul:first-of-type,
.entry .highlighted-text-block ol:first-of-type {
  margin-top: 0;
}
.highlighted-text-block ul:last-of-type,
.highlighted-text-block ol:last-of-type,
.entry .highlighted-text-block ul:last-of-type,
.entry .highlighted-text-block ol:last-of-type {
  margin-bottom: 0;
}
.highlighted-text-block.secondary-color,
.entry .highlighted-text-block.secondary-color {
  border-color: var(--highlighted-text-block-border-color-secondary);
}
.highlighted-text-block--contained,
.entry .highlighted-text-block--contained {
  display: inline-block;
  width: auto;
}

:root {
  --highlighted-text-box-bg: #263d87 !important;
  --highlighted-text-box-text-color: #fff;
  --highlighted-text-box-link: #fff;
  --highlighted-text-box-link-hover: gray;
  --highlighted-text-box-bg-secondary: #eceff7 !important;
  --highlighted-text-box-text-color-secondary: #262626;
  --highlighted-text-box-link-secondary: #1a1a1a;
  --highlighted-text-box-link-hover-secondary: gray;
  --highlighted-text-box-bg-third: #edf1f2;
  --highlighted-text-box-text-color-third: #1a1a1a;
  --highlighted-text-box-link-third: #1a1a1a;
  --highlighted-text-box-link-hover-third: gray;
}

.highlighted-text-box,
.highlighted-text,
.entry .highlighted-text,
.entry .highlighted-text-box {
  position: relative;
  display: block;
  padding: 40px 55px;
  padding: 2.5rem 3.4375rem;
  margin: 0 auto;
  margin: 0 auto 25px;
  margin: 0 auto 1.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  background-color: var(--highlighted-text-box-bg);
  border-radius: 0;
  font-style: normal;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
}
.highlighted-text-box h1,
.highlighted-text-box h2,
.highlighted-text-box h3,
.highlighted-text-box h4,
.highlighted-text-box h5,
.highlighted-text-box h6,
.highlighted-text h1,
.highlighted-text h2,
.highlighted-text h3,
.highlighted-text h4,
.highlighted-text h5,
.highlighted-text h6,
.entry .highlighted-text h1,
.entry .highlighted-text h2,
.entry .highlighted-text h3,
.entry .highlighted-text h4,
.entry .highlighted-text h5,
.entry .highlighted-text h6,
.entry .highlighted-text-box h1,
.entry .highlighted-text-box h2,
.entry .highlighted-text-box h3,
.entry .highlighted-text-box h4,
.entry .highlighted-text-box h5,
.entry .highlighted-text-box h6 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: var(--highlighted-text-box-text-color);
}
.highlighted-text-box p,
.highlighted-text-box ul,
.highlighted-text-box ol,
.highlighted-text p,
.highlighted-text ul,
.highlighted-text ol,
.entry .highlighted-text p,
.entry .highlighted-text ul,
.entry .highlighted-text ol,
.entry .highlighted-text-box p,
.entry .highlighted-text-box ul,
.entry .highlighted-text-box ol {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: var(--highlighted-text-box-text-color);
  font-style: normal;
  font-weight: 400;
  font-family: "Saira Condensed", sans-serif;
}
.highlighted-text-box p:first-of-type,
.highlighted-text-box ul:first-of-type,
.highlighted-text-box ol:first-of-type,
.highlighted-text p:first-of-type,
.highlighted-text ul:first-of-type,
.highlighted-text ol:first-of-type,
.entry .highlighted-text p:first-of-type,
.entry .highlighted-text ul:first-of-type,
.entry .highlighted-text ol:first-of-type,
.entry .highlighted-text-box p:first-of-type,
.entry .highlighted-text-box ul:first-of-type,
.entry .highlighted-text-box ol:first-of-type {
  margin-top: 0;
}
.highlighted-text-box p:last-of-type,
.highlighted-text-box ul:last-of-type,
.highlighted-text-box ol:last-of-type,
.highlighted-text p:last-of-type,
.highlighted-text ul:last-of-type,
.highlighted-text ol:last-of-type,
.entry .highlighted-text p:last-of-type,
.entry .highlighted-text ul:last-of-type,
.entry .highlighted-text ol:last-of-type,
.entry .highlighted-text-box p:last-of-type,
.entry .highlighted-text-box ul:last-of-type,
.entry .highlighted-text-box ol:last-of-type {
  margin-bottom: 0;
}
.highlighted-text-box a,
.highlighted-text a,
.entry .highlighted-text a,
.entry .highlighted-text-box a {
  color: var(--highlighted-text-box-link) !important;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
}
.highlighted-text-box a:hover, .highlighted-text-box a:focus,
.highlighted-text a:hover,
.highlighted-text a:focus,
.entry .highlighted-text a:hover,
.entry .highlighted-text a:focus,
.entry .highlighted-text-box a:hover,
.entry .highlighted-text-box a:focus {
  color: var(--highlighted-text-box-link-hover);
}
.highlighted-text-box.secondary-color,
.highlighted-text.secondary-color,
.entry .highlighted-text.secondary-color,
.entry .highlighted-text-box.secondary-color {
  background-color: var(--highlighted-text-box-bg-secondary);
}
.highlighted-text-box.secondary-color &gt; *,
.highlighted-text.secondary-color &gt; *,
.entry .highlighted-text.secondary-color &gt; *,
.entry .highlighted-text-box.secondary-color &gt; * {
  color: var(--highlighted-text-box-text-color-secondary) !important;
}
.highlighted-text-box.secondary-color a:not(.button),
.highlighted-text.secondary-color a:not(.button),
.entry .highlighted-text.secondary-color a:not(.button),
.entry .highlighted-text-box.secondary-color a:not(.button) {
  color: var(--highlighted-text-box-text-color-secondary) !important;
  border-color: white !important;
}
.highlighted-text-box.secondary-color a:not(.button):hover, .highlighted-text-box.secondary-color a:not(.button):focus,
.highlighted-text.secondary-color a:not(.button):hover,
.highlighted-text.secondary-color a:not(.button):focus,
.entry .highlighted-text.secondary-color a:not(.button):hover,
.entry .highlighted-text.secondary-color a:not(.button):focus,
.entry .highlighted-text-box.secondary-color a:not(.button):hover,
.entry .highlighted-text-box.secondary-color a:not(.button):focus {
  border-color: gray !important;
}
.highlighted-text-box.secondary-color h1,
.highlighted-text-box.secondary-color h2,
.highlighted-text-box.secondary-color h3,
.highlighted-text-box.secondary-color h4,
.highlighted-text-box.secondary-color h5,
.highlighted-text-box.secondary-color h6,
.highlighted-text.secondary-color h1,
.highlighted-text.secondary-color h2,
.highlighted-text.secondary-color h3,
.highlighted-text.secondary-color h4,
.highlighted-text.secondary-color h5,
.highlighted-text.secondary-color h6,
.entry .highlighted-text.secondary-color h1,
.entry .highlighted-text.secondary-color h2,
.entry .highlighted-text.secondary-color h3,
.entry .highlighted-text.secondary-color h4,
.entry .highlighted-text.secondary-color h5,
.entry .highlighted-text.secondary-color h6,
.entry .highlighted-text-box.secondary-color h1,
.entry .highlighted-text-box.secondary-color h2,
.entry .highlighted-text-box.secondary-color h3,
.entry .highlighted-text-box.secondary-color h4,
.entry .highlighted-text-box.secondary-color h5,
.entry .highlighted-text-box.secondary-color h6 {
  color: var(--highlighted-text-box-text-color-secondary);
}
.highlighted-text-box.secondary-color p,
.highlighted-text-box.secondary-color ul,
.highlighted-text-box.secondary-color ol,
.highlighted-text.secondary-color p,
.highlighted-text.secondary-color ul,
.highlighted-text.secondary-color ol,
.entry .highlighted-text.secondary-color p,
.entry .highlighted-text.secondary-color ul,
.entry .highlighted-text.secondary-color ol,
.entry .highlighted-text-box.secondary-color p,
.entry .highlighted-text-box.secondary-color ul,
.entry .highlighted-text-box.secondary-color ol {
  color: var(--highlighted-text-box-text-color-secondary);
}
.highlighted-text-box.third-color,
.highlighted-text.third-color,
.entry .highlighted-text.third-color,
.entry .highlighted-text-box.third-color {
  background-color: var(--highlighted-text-box-bg-third);
}
.highlighted-text-box.third-color &gt; *,
.highlighted-text.third-color &gt; *,
.entry .highlighted-text.third-color &gt; *,
.entry .highlighted-text-box.third-color &gt; * {
  color: var(--highlighted-text-box-text-color-third) !important;
}
.highlighted-text-box.third-color a:not(.button),
.highlighted-text.third-color a:not(.button),
.entry .highlighted-text.third-color a:not(.button),
.entry .highlighted-text-box.third-color a:not(.button) {
  color: var(--highlighted-text-box-text-color-third) !important;
  border-color: black !important;
}
.highlighted-text-box.third-color a:not(.button):hover, .highlighted-text-box.third-color a:not(.button):focus,
.highlighted-text.third-color a:not(.button):hover,
.highlighted-text.third-color a:not(.button):focus,
.entry .highlighted-text.third-color a:not(.button):hover,
.entry .highlighted-text.third-color a:not(.button):focus,
.entry .highlighted-text-box.third-color a:not(.button):hover,
.entry .highlighted-text-box.third-color a:not(.button):focus {
  border-color: gray !important;
}
.highlighted-text-box.third-color h1,
.highlighted-text-box.third-color h2,
.highlighted-text-box.third-color h3,
.highlighted-text-box.third-color h4,
.highlighted-text-box.third-color h5,
.highlighted-text-box.third-color h6,
.highlighted-text.third-color h1,
.highlighted-text.third-color h2,
.highlighted-text.third-color h3,
.highlighted-text.third-color h4,
.highlighted-text.third-color h5,
.highlighted-text.third-color h6,
.entry .highlighted-text.third-color h1,
.entry .highlighted-text.third-color h2,
.entry .highlighted-text.third-color h3,
.entry .highlighted-text.third-color h4,
.entry .highlighted-text.third-color h5,
.entry .highlighted-text.third-color h6,
.entry .highlighted-text-box.third-color h1,
.entry .highlighted-text-box.third-color h2,
.entry .highlighted-text-box.third-color h3,
.entry .highlighted-text-box.third-color h4,
.entry .highlighted-text-box.third-color h5,
.entry .highlighted-text-box.third-color h6 {
  color: var(--highlighted-text-box-text-color-third);
}
.highlighted-text-box.third-color p,
.highlighted-text-box.third-color ul,
.highlighted-text-box.third-color ol,
.highlighted-text.third-color p,
.highlighted-text.third-color ul,
.highlighted-text.third-color ol,
.entry .highlighted-text.third-color p,
.entry .highlighted-text.third-color ul,
.entry .highlighted-text.third-color ol,
.entry .highlighted-text-box.third-color p,
.entry .highlighted-text-box.third-color ul,
.entry .highlighted-text-box.third-color ol {
  color: var(--highlighted-text-box-text-color-third);
}
.highlighted-text-box--contained,
.highlighted-text--contained,
.entry .highlighted-text--contained,
.entry .highlighted-text-box--contained {
  display: inline-block;
  width: auto;
}

:root {
  --fbi-bg-color: #fff;
  --fbi-text-color: #1a1a1a;
  --fbi-dropshadow-bg-color: white;
  --fbi-darkbackground-bg-color: #263d87;
  --fbi-darkbackground-text-color: #fff;
  --fbi-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
  --fbi-box-shadow: 0 0 2.1875rem 0 rgba(0, 0, 0, 0.15);
}

.featured-boxed-item {
  border-radius: 0;
  -webkit-box-shadow: var(--fbi-box-shadow);
          box-shadow: var(--fbi-box-shadow);
}
.featured-boxed-item__content h2,
.featured-boxed-item__content h3 {
  font-style: normal;
  font-weight: 600;
  font-family: "Saira Condensed", sans-serif;
}
.featured-boxed-item__content p {
  font-style: normal;
  font-weight: 400;
  font-family: "Saira", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
}

:root {
  --cta-bg-color: #37414f;
  --cta-text-color: white;
  --cta-button-bg-color: #1a1a1a;
  --cta-button-text-color: #263d87;
  --cta-button-border-color: white;
  --cta-button-bg-color-hover: white;
  --cta-button-text-color-hover: #1a1a1a;
}

.cta-banner__content p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira", sans-serif;
}
.cta-banner__content .standard-link {
  text-decoration: underline;
}
.cta-banner__button .button {
  min-width: 165px;
  min-width: 10.3125rem;
}
.cta-banner.textured {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(55, 65, 79, 0.8)), to(rgba(55, 65, 79, 0.5))), url("/themes/Atlas/assets/dist/images/textured-background.jpg") no-repeat center/cover;
  background: linear-gradient(rgba(55, 65, 79, 0.8), rgba(55, 65, 79, 0.5)), url("/themes/Atlas/assets/dist/images/textured-background.jpg") no-repeat center/cover;
}
.cta-banner.textured--blue {
  --cta-text-color: #262626;
  background-color: #fefefe;
  background-image: url("/themes/Atlas/assets/dist/images/_simplex/CTA-Textured-BG-Blue.webp");
  border-radius: 0;
}
.cta-banner.textured--blue p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira", sans-serif;
}

:root {
  --full-image-card-bg-color: #1a1a1a;
  --full-image-card-text-color: white;
  --full-image-card-link-color: white;
  --full-image-card-link-color-hover: #ccc;
}
:root .dark-mode {
  --full-image-card-link-color: white;
  --full-image-card-link-color-hover: #ccc;
}

.cta-image.textured {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(55, 65, 79, 0.8)), to(rgba(55, 65, 79, 0.5))), url("/themes/Atlas/assets/dist/images/textured-background.jpg") no-repeat center/cover;
  background: linear-gradient(rgba(55, 65, 79, 0.8), rgba(55, 65, 79, 0.5)), url("/themes/Atlas/assets/dist/images/textured-background.jpg") no-repeat center/cover;
}

:root {
  --billboard-bg-color: #1a1a1a;
  --billboard-bg-color-secondary: #efefef;
  --billboard-text-color: white;
  --billboard-text-color-secondary: #1a1a1a;
  --billboard-button-bg-color: transparent;
  --billboard-button-bg-color-secondary: #1a1a1a;
  --billboard-button-text-color: white;
  --billboard-button-text-color-secondary: white;
  --billboard-button-border-color: white;
  --billboard-button-border-color-hover: white;
  --billboard-button-border-color-secondary: white;
  --billboard-button-border-color-secondary-hover: white;
  --billboard-button-bg-color-hover: white;
  --billboard-button-bg-color-secondary-hover: #414141;
  --billboard-button-text-color-hover: #1a1a1a;
  --billboard-button-text-color-secondary-hover: white;
}
:root .dark-mode {
  --billboard-dark-bg-color: #263d87;
  --billboard-bg-color-secondary: #efefef;
  --billboard-text-color: white;
  --billboard-text-color-secondary: #1a1a1a;
  --billboard-button-bg-color: transparent;
  --billboard-button-bg-color-secondary: #1a1a1a;
  --billboard-button-text-color: white;
  --billboard-button-text-color-secondary: white;
  --billboard-button-border-color: white;
  --billboard-button-border-color-hover: white;
  --billboard-button-border-color-secondary: white;
  --billboard-button-border-color-secondary-hover: white;
  --billboard-button-bg-color-hover: white;
  --billboard-button-bg-color-secondary-hover: #414141;
  --billboard-button-text-color-hover: #1a1a1a;
  --billboard-button-text-color-secondary-hover: white;
}

.cta-billboard.dark {
  background-color: #263d87;
}

:root {
  --footer-bg-color: #071425;
  --footer-text1-color: #efefef;
  --footer-text2-color: #42c4dd;
  --footer-link-color: #ccc;
  --footer-link-color-hover: #fff;
  --footer-container-bottom-border-color: rgba(204, 204, 204, 0.4);
}

.footer {
  background-color: var(--footer-bg-color);
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
.footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 800px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 800px) {
  .footer__container p {
    text-align: left;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 44px;
    line-height: 2.75rem;
  }
}
.footer__container .mobile-number {
  background: url("/themes/Atlas/assets/dist/images/_simplex/icn-phone.svg") no-repeat center left;
  background-size: 20px;
  background-size: 1.25rem;
}
.footer__container .email-info {
  background: url("/themes/Atlas/assets/dist/images/_simplex/icn-mail.svg") no-repeat center left;
  background-size: 20px;
  background-size: 1.25rem;
}
@media (max-width: 800px) {
  .footer__container p.align-right {
    border-top: 2px solid var(--footer-container-bottom-border-color);
    border-top: 0.125rem solid var(--footer-container-bottom-border-color);
    padding-top: 10px;
    padding-top: 0.625rem;
  }
}
.footer__container:first-of-type {
  padding-top: 20px;
  padding-top: 1.25rem;
}
.footer__container .standard-link {
  font-style: normal;
  font-weight: 500;
  font-family: "Saira", sans-serif;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 42px;
  line-height: 2.625rem;
  color: var(--footer-text2-color);
  text-transform: uppercase;
  padding-left: 35px;
  padding-left: 2.1875rem;
}
.footer__container .footer__copyright {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__container .footer__copyright p {
  font-style: normal;
  font-weight: 700;
  font-family: "Saira", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
}
.footer__site-links ::before {
  display: none;
}
.footer__site-links a {
  font-style: normal;
  font-weight: 500;
  font-family: "Saira", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 28px;
  line-height: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
  color: var(--footer-text2-color);
  border-bottom: none;
  padding: 0;
}

.social-links {
  margin-left: 0;
  padding: 0;
}
@media (max-width: 800px) {
  .social-links__container {
    margin-left: -11px;
    margin-left: -0.6875rem;
  }
}
.social-links__container::before {
  background: none !important;
}
.social-links__social-link {
  border-bottom: none;
}
.social-links__social-link svg {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  fill: var(--footer-text2-color);
}</pre></body></html>