@charset "UTF-8";


/*!
 * Common colors and constants
 * ===========================
 *
 * Baseline grid: 24px
 *
 * Text sizing
 * -----------
 * Tiny: 13px
 * Small: 15px
 * Body copy: 17px
 * H6: 21px
 * H5: 26px
 * H4: 34px
 * H3: 42px
 * H2: 50px
 * H1: 60px
 *
 * Text colors
 * -----------
 * Primary: #273a41
 * Secondary: #546b75
 * Tertiary: #7696a3
 *
 * Theme colors
 * ------------
 * Primary (PDA Blue): #003D5C
 *   Lighter: #f7fcff  #bbdbeb  #69bae2  #258bbe
 *   Darker:  #003D5C  #004162  #002b41  #000d13
 * Accent (PDA Purple): #725090
 *   Lighter: #fcf8ff  #e3d3f1  #b597d0  #946bb8
 *   Darker:  #5c397b  #492766  #2e0f49  #18002e
 * Action (PDA Green): #339933
 *   Lighter: #f4fff4  #cbefcb  #88dc88  #62bd62
 *   Darker:  #1f861f  #0c690c  #044a04  #012601
 *
 * Grays
 * -----
 * #f7f9fa
 * #e9f0f2
 * #ced9dd
 * #b9c6cb
 * #96a4aa
 * #75868d
 * #536166
 * #2f3c42
 * #091418
 *
 * Other colors
 * ------------
 * Page background: #ffffff
 * Warnings: #941
 *
 * Measurements
 * ------------
 * Maximum page width: 1280px
 *
 * Breakpoints
 * -----------
 * Small: 480px
 * Medium: 1370px
 * Large: 1020px
 * Widescreen: 1376px
 */


/*! ---------- =reset ---------- */

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

ul {
  list-style: disc;
}

blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

img {
  -ms-interpolation-mode: bicubic;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 24px 0;
  border-bottom: 1px solid #ced9dd;
}

pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 8.4px 15px 18px;
}

legend {
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*! ---------- =typography ---------- */

body {
  font: 17px/24px "Lato", Helvetica, Arial, serif;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p, ol, ul, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 24px;
}
p:last-child,
ol:last-child,
ul:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child {
  margin-bottom: 0;
}
.sfContentBlock p:last-child,
[class^="col-"] p:last-child,
.sfContentBlock ol:last-child,
[class^="col-"] ol:last-child,
.sfContentBlock ul:last-child,
[class^="col-"] ul:last-child,
.sfContentBlock h1:last-child,
[class^="col-"] h1:last-child,
.sfContentBlock h2:last-child,
[class^="col-"] h2:last-child,
.sfContentBlock h3:last-child,
[class^="col-"] h3:last-child,
.sfContentBlock h4:last-child,
[class^="col-"] h4:last-child,
.sfContentBlock h5:last-child,
[class^="col-"] h5:last-child,
.sfContentBlock h6:last-child,
[class^="col-"] h6:last-child,
.sfContentBlock .h1:last-child,
[class^="col-"] .h1:last-child,
.sfContentBlock .h2:last-child,
[class^="col-"] .h2:last-child,
.sfContentBlock .h3:last-child,
[class^="col-"] .h3:last-child,
.sfContentBlock .h4:last-child,
[class^="col-"] .h4:last-child,
.sfContentBlock .h5:last-child,
[class^="col-"] .h5:last-child,
.sfContentBlock .h6:last-child,
[class^="col-"] .h6:last-child {
  margin-bottom: 24px;
}
p, ol, ul {
  orphans: 2;
  widows: 2;
}
ol, ul {
  margin-left: 2em;
}
 h1,  h2,  h3,  h4,  h5,  h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lato", Helvetica, Arial, serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  color: #273a41;
}
 h1 img,  h2 img,  h3 img,  h4 img,  h5 img,  h6 img,
.h1 img, .h2 img, .h3 img, .h4 img, .h5 img, .h6 img {
  display: inline-block;
  vertical-align: middle;
}
 h1 small,  h2 small,  h3 small,  h4 small,  h5 small,  h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  display: block;
}

h1, .h1 {
  font-size: 64px;
  line-height: 72px;
}
@media (max-width: 1369.98px) {
  h1, .h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 479.97px) {
  h1, .h1 {
    font-size: 42px;
    line-height: 48px;
  }
}

h2, .h2 {
  font-size: 50px;
  line-height: 60px;
}
@media (max-width: 1369.98px) {
  h2, .h2 {
    font-size: 42px;
    line-height: 48px;
  }
}

h3, .h3 {
  font-size: 42px;
  line-height: 48px;
}
@media (max-width: 1369.98px) {
  h3, .h3 {
    font-size: 34px;
    line-height: 36px;
  }
}

h4, .h4 {
  font-size: 34px;
  line-height: 36px;
}
h5, .h5 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}
h6, .h6 {
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
}

.text-size {
  font-size: 17px;
  line-height: 24px;
}

.section-heading {
  margin: 72px 0 48px !important;
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
  text-align: center;
  color: #003D5C;
}
.section-heading__text-gradient {
  background-image: linear-gradient(to right, #003D5C 40%, #1f861f);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.align-left,
.align-left img,
.text-left {
  text-align: left !important;
}
.align-center,
.text-center {
  text-align: center;
}
.align-right,
.text-right {
  text-align: right;
}

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

.clear {
  clear: both;
}

.note {
  font-size: 15px;
  font-family: "Lato", Helvetica, Arial, serif;
  color: #31708f;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  padding: 10px;
  border-radius: 6px;
}
pre + .note,
input + .note,
textarea + .note {
  margin-top: -12px;
}

.highlight {
  color: #725090;
}

.warn {
  color: #941;
}

abbr {
  font-size: 0.87em;
  letter-spacing: 0.04em;
}

.type-family-sample {
  font-size: 42px;
  line-height: 48px;
}


/*! ---------- =common =components ---------- */

a {
  text-decoration: none;
  color: #003D5C;
}
a:hover,
a:focus {
  color: #725090;
}
a,
button {
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out, box-shadow 0.15s ease-out, opacity 0.15s ease-out;
}

div[data-sf-role="field-captcha-container"] > div {
  display: inline;
}

.prepend-divider::before {
  content: "";
  display: block;
  width: 120px;
  max-width: 100%;
  height: 6px;
  margin-bottom: 24px;
  background: #003D5C linear-gradient(to right, #003D5C, #007b77);
}

.more {
  display: inline-block;
  font-weight: 700;
}
.more .fa-arrow-right {
  margin-left: 0.3em;
  transition: transform 0.15s ease-out;
}
.more:hover .fa-arrow-right,
.more:focus .fa-arrow-right {
  transform: translateX(0.2em);
}

.img-left,
.img-right {
  display: block;
  max-width: 40%;
  margin: 0 0 12px;
}
.img-left img,
.img-right img {
  display: block;
}
.img-left {
  float: left;
  margin-right: 12px;
}
.img-right {
  float: right;
  margin-left: 12px;
}

.pill {
  display: inline-block;
  padding: 3px 18px;
  margin-right: 12px;
  margin-bottom: 6px;
  border-radius: 36px;
  background: #003D5C;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
}
.pill--secondary {
  padding: 1px 16px;
  border: 2px solid #069;
  color: #069;
  background: #fff;
}
.pill--tertiary {
  padding: 2px 17px;
  border: 1px solid #96a4aa;
  font-weight: 500;
  color: #546b75;
  background: #fff;
}

figure {
  display: block;
  margin-bottom: 24px;
  padding: 0;
  border: none;
}

figcaption {
  display: block;
  padding: 6px 0;
  margin: 0;
  font-size: 13px;
  color: #7696a3;
}

dl:not(:last-child) {
  margin-bottom: 24px;
}

dt {
  float: left;
  clear: left;
  margin-right: 18px;
  font-weight: 700;
}
dt ~ dt {
  margin-top: 12px;
}

dd {
  display: block;
  overflow: hidden;
}
dd ~ dd {
  margin-top: 12px;
}

.to-screen-edges {
  width: auto !important;
  max-width: 100vw !important;
  margin-left: -24px !important;
  margin-right: -24px !important;
}
.to-screen-edges__content {
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 1370px) {
  .to-screen-edges {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }
  .to-screen-edges__content {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (min-width: 1376px) {
  .to-screen-edges {
    margin-left: calc(-50vw + 640px) !important;
    margin-right: calc(-50vw + 640px) !important;
  }
  .to-screen-edges__content {
    padding-left: calc(50vw - 640px);
    padding-right: calc(50vw - 640px);
  }
}


.page-scroll-waypoint {
  position: relative;
  top: -72px;
}

.pull-quote,
.testimonial {
  padding: 24px 0;
  margin: 24px 0;
  border: solid #492766;
  border-width: 2px 0;
  font-size: 21px;
  line-height: 36px;
  font-weight: 300;
}
.pull-quote__attribution {
  display: block;
  font-size: 15px;
  line-height: 24px;
  opacity: 0.8;
}
.pull-quote__attribution::before {
  content: "– ";
}
p + .pull-quote__attribution {
  margin-top: -18px;
}

@media (min-width: 480px) {
  .pull-quote--left,
  .pull-quote--right {
    max-width: 40%;
    margin-top: 0;
  }
  .pull-quote--left {
    float: left;
    margin-right: 24px;
    padding: 0 24px 0 0;
    border-width: 0 2px 0 0;
  }
  .pull-quote--right {
    float: right;
    margin-left: 24px;
    padding: 0 0 0 24px;
    border-width: 0 0 0 2px;
  }
}


.truncator-expand {
  display: block;
  width: 100%;
  padding-top: 6px;
  margin-top: 12px;
  border-top: 1px dashed #ced9dd;
  text-align: left;
  color: #725090;
  font-weight: 700;
  font-size: 15px;
}
.margin + .truncator-expand {
  margin-top: -12px;
}
.margin + .truncator-expand:not(:last-child) {
  margin-bottom: 24px;
}
.item-list + .truncator-expand,
.margin-large + .truncator-expand {
  margin-top: -36px;
}
.item-list + .truncator-expand:not(:last-child),
.margin-large + .truncator-expand:not(:last-child) {
  margin-bottom: 48px;
}

.color-spec {
  overflow: hidden;
  border: 1px solid #ced9dd;
}
.color-spec__swatch {
  height: 0;
  padding-bottom: 100%;
}
.color-spec__text {
  padding: 24px 18px;
  font-size: 15px;
}
.color-spec__title {
  font-size: 21px;
  margin-bottom: 12px;
}
.color-spec__text p:not(:last-child) {
  margin-bottom: 12px;
}
.color-spec__role {
  font-style: italic;
  opacity: 0.65;
}
.color-spec--compact .color-spec__text {
  padding: 12px;
}
.color-spec--compact .color-spec__text p:not(:last-child) {
  margin-bottom: 6px;
}

.js .toggle-target:not(.is-active) {
  display: none;
}

.screenreaders-only {
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.display-ib {
  display: inline-block !important;
}

.group::after,
.interior-layout::after,
.page-header::after,
.item-list__link::after,
.item-list__item::after,
dl::after {
  content: "";
  display: table;
  clear: both;
}

/*! common spacing classes */
.spacer {
  height: 24px;
}
.spacer--tiny {
  height: 6px;
}
.spacer--small {
  height: 12px;
}
.spacer--large {
  height: 48px;
}
.spacer--huge {
  height: 72px;
}
@media (max-width: 767px) {
  .spacer--large {
    height: 36px;
  }
  .spacer--huge {
    height: 48px;
  }
}
.space-000,
.space-0 { margin: 0 !important; }
.space-025 { margin: 6px !important; }
.space-050 { margin: 12px !important; }
.space-075 { margin: 18px !important; }
.space-100 { margin: 24px !important; }
.space-150 { margin: 36px !important; }
.space-200 { margin: 48px !important; }
.space-250 { margin: 60px !important; }
.space-300 { margin: 72px !important; }
.space-350 { margin: 84px !important; }
.space-400 { margin: 96px !important; }
.pad-000,
.pad-0 { margin: 0 !important; }
.pad-025 { margin: 6px !important; }
.pad-050 { margin: 12px !important; }
.pad-075 { margin: 18px !important; }
.pad-100 { margin: 24px !important; }
.pad-150 { margin: 36px !important; }
.pad-200 { margin: 48px !important; }
.pad-250 { margin: 60px !important; }
.pad-300 { margin: 72px !important; }
.pad-350 { margin: 84px !important; }
.pad-400 { margin: 96px !important; }

.space-x-000,
.space-x-0 { margin-left: 0 !important; margin-right: 0 !important; }
.space-x-025 { margin-left: 6px !important; margin-right: 6px !important; }
.space-x-050 { margin-left: 12px !important; margin-right: 12px !important; }
.space-x-075 { margin-left: 18px !important; margin-right: 18px !important; }
.space-x-100 { margin-left: 24px !important; margin-right: 24px !important; }
.space-x-150 { margin-left: 36px !important; margin-right: 36px !important; }
.space-x-200 { margin-left: 48px !important; margin-right: 48px !important; }
.space-x-250 { margin-left: 60px !important; margin-right: 60px !important; }
.space-x-300 { margin-left: 72px !important; margin-right: 72px !important; }
.space-x-350 { margin-left: 84px !important; margin-right: 84px !important; }
.space-x-400 { margin-left: 96px !important; margin-right: 96px !important; }
.pad-x-000,
.pad-x-0 { margin-left: 0 !important; margin-right: 0 !important; }
.pad-x-025 { margin-left: 6px !important; margin-right: 6px !important; }
.pad-x-050 { margin-left: 12px !important; margin-right: 12px !important; }
.pad-x-075 { margin-left: 18px !important; margin-right: 18px !important; }
.pad-x-100 { margin-left: 24px !important; margin-right: 24px !important; }
.pad-x-150 { margin-left: 36px !important; margin-right: 36px !important; }
.pad-x-200 { margin-left: 48px !important; margin-right: 48px !important; }
.pad-x-250 { margin-left: 60px !important; margin-right: 60px !important; }
.pad-x-300 { margin-left: 72px !important; margin-right: 72px !important; }
.pad-x-350 { margin-left: 84px !important; margin-right: 84px !important; }
.pad-x-400 { margin-left: 96px !important; margin-right: 96px !important; }

.space-y-000,
.space-y-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.space-y-025 { margin-top: 6px !important; margin-bottom: 6px !important; }
.space-y-050 { margin-top: 12px !important; margin-bottom: 12px !important; }
.space-y-075 { margin-top: 18px !important; margin-bottom: 18px !important; }
.space-y-100 { margin-top: 24px !important; margin-bottom: 24px !important; }
.space-y-150 { margin-top: 36px !important; margin-bottom: 36px !important; }
.space-y-200 { margin-top: 48px !important; margin-bottom: 48px !important; }
.space-y-250 { margin-top: 60px !important; margin-bottom: 60px !important; }
.space-y-300 { margin-top: 72px !important; margin-bottom: 72px !important; }
.space-y-350 { margin-top: 84px !important; margin-bottom: 84px !important; }
.space-y-400 { margin-top: 96px !important; margin-bottom: 96px !important; }
.pad-y-000,
.pad-y-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.pad-y-025 { margin-top: 6px !important; margin-bottom: 6px !important; }
.pad-y-050 { margin-top: 12px !important; margin-bottom: 12px !important; }
.pad-y-075 { margin-top: 18px !important; margin-bottom: 18px !important; }
.pad-y-100 { margin-top: 24px !important; margin-bottom: 24px !important; }
.pad-y-150 { margin-top: 36px !important; margin-bottom: 36px !important; }
.pad-y-200 { margin-top: 48px !important; margin-bottom: 48px !important; }
.pad-y-250 { margin-top: 60px !important; margin-bottom: 60px !important; }
.pad-y-300 { margin-top: 72px !important; margin-bottom: 72px !important; }
.pad-y-350 { margin-top: 84px !important; margin-bottom: 84px !important; }
.pad-y-400 { margin-top: 96px !important; margin-bottom: 96px !important; }

.space-t-000,
.space-t-0 { margin-top: 0 !important; }
.space-t-025 { margin-top: 6px !important; }
.space-t-050 { margin-top: 12px !important; }
.space-t-075 { margin-top: 18px !important; }
.space-t-100 { margin-top: 24px !important; }
.space-t-150 { margin-top: 36px !important; }
.space-t-200 { margin-top: 48px !important; }
.space-t-250 { margin-top: 60px !important; }
.space-t-300 { margin-top: 72px !important; }
.space-t-350 { margin-top: 84px !important; }
.space-t-400 { margin-top: 96px !important; }
.pad-t-000,
.pad-t-0 { margin-top: 0 !important; }
.pad-t-025 { margin-top: 6px !important; }
.pad-t-050 { margin-top: 12px !important; }
.pad-t-075 { margin-top: 18px !important; }
.pad-t-100 { margin-top: 24px !important; }
.pad-t-150 { margin-top: 36px !important; }
.pad-t-200 { margin-top: 48px !important; }
.pad-t-250 { margin-top: 60px !important; }
.pad-t-300 { margin-top: 72px !important; }
.pad-t-350 { margin-top: 84px !important; }
.pad-t-400 { margin-top: 96px !important; }

.space-r-000,
.space-r-0 { margin-right: 0 !important; }
.space-r-025 { margin-right: 6px !important; }
.space-r-050 { margin-right: 12px !important; }
.space-r-075 { margin-right: 18px !important; }
.space-r-100 { margin-right: 24px !important; }
.space-r-150 { margin-right: 36px !important; }
.space-r-200 { margin-right: 48px !important; }
.space-r-250 { margin-right: 60px !important; }
.space-r-300 { margin-right: 72px !important; }
.space-r-350 { margin-right: 84px !important; }
.space-r-400 { margin-right: 96px !important; }
.pad-r-000,
.pad-r-0 { margin-right: 0 !important; }
.pad-r-025 { margin-right: 6px !important; }
.pad-r-050 { margin-right: 12px !important; }
.pad-r-075 { margin-right: 18px !important; }
.pad-r-100 { margin-right: 24px !important; }
.pad-r-150 { margin-right: 36px !important; }
.pad-r-200 { margin-right: 48px !important; }
.pad-r-250 { margin-right: 60px !important; }
.pad-r-300 { margin-right: 72px !important; }
.pad-r-350 { margin-right: 84px !important; }
.pad-r-400 { margin-right: 96px !important; }

.space-b-000,
.space-b-0 { margin-bottom: 0 !important; }
.space-b-025 { margin-bottom: 6px !important; }
.space-b-050 { margin-bottom: 12px !important; }
.space-b-075 { margin-bottom: 18px !important; }
.space-b-100 { margin-bottom: 24px !important; }
.space-b-150 { margin-bottom: 36px !important; }
.space-b-200 { margin-bottom: 48px !important; }
.space-b-250 { margin-bottom: 60px !important; }
.space-b-300 { margin-bottom: 72px !important; }
.space-b-350 { margin-bottom: 84px !important; }
.space-b-400 { margin-bottom: 96px !important; }
.pad-b-000,
.pad-b-0 { margin-bottom: 0 !important; }
.pad-b-025 { margin-bottom: 6px !important; }
.pad-b-050 { margin-bottom: 12px !important; }
.pad-b-075 { margin-bottom: 18px !important; }
.pad-b-100 { margin-bottom: 24px !important; }
.pad-b-150 { margin-bottom: 36px !important; }
.pad-b-200 { margin-bottom: 48px !important; }
.pad-b-250 { margin-bottom: 60px !important; }
.pad-b-300 { margin-bottom: 72px !important; }
.pad-b-350 { margin-bottom: 84px !important; }
.pad-b-400 { margin-bottom: 96px !important; }

.space-l-000,
.space-l-0 { margin-left: 0 !important; }
.space-l-025 { margin-left: 6px !important; }
.space-l-050 { margin-left: 12px !important; }
.space-l-075 { margin-left: 18px !important; }
.space-l-100 { margin-left: 24px !important; }
.space-l-150 { margin-left: 36px !important; }
.space-l-200 { margin-left: 48px !important; }
.space-l-250 { margin-left: 60px !important; }
.space-l-300 { margin-left: 72px !important; }
.space-l-350 { margin-left: 84px !important; }
.space-l-400 { margin-left: 96px !important; }
.pad-l-000,
.pad-l-0 { margin-left: 0 !important; }
.pad-l-025 { margin-left: 6px !important; }
.pad-l-050 { margin-left: 12px !important; }
.pad-l-075 { margin-left: 18px !important; }
.pad-l-100 { margin-left: 24px !important; }
.pad-l-150 { margin-left: 36px !important; }
.pad-l-200 { margin-left: 48px !important; }
.pad-l-250 { margin-left: 60px !important; }
.pad-l-300 { margin-left: 72px !important; }
.pad-l-350 { margin-left: 84px !important; }
.pad-l-400 { margin-left: 96px !important; }

@media (min-width: 1370px) {
  .space-000-m,
  .space-0 { margin: 0 !important; }
  .space-025-m { margin: 6px !important; }
  .space-050-m { margin: 12px !important; }
  .space-075-m { margin: 18px !important; }
  .space-100-m { margin: 24px !important; }
  .space-150-m { margin: 36px !important; }
  .space-200-m { margin: 48px !important; }
  .space-250-m { margin: 60px !important; }
  .space-300-m { margin: 72px !important; }
  .space-350-m { margin: 84px !important; }
  .space-400-m { margin: 96px !important; }
  .pad-000-m,
  .pad-0 { margin: 0 !important; }
  .pad-025-m { margin: 6px !important; }
  .pad-050-m { margin: 12px !important; }
  .pad-075-m { margin: 18px !important; }
  .pad-100-m { margin: 24px !important; }
  .pad-150-m { margin: 36px !important; }
  .pad-200-m { margin: 48px !important; }
  .pad-250-m { margin: 60px !important; }
  .pad-300-m { margin: 72px !important; }
  .pad-350-m { margin: 84px !important; }
  .pad-400-m { margin: 96px !important; }

  .space-x-000-m,
  .space-x-0 { margin-left: 0 !important; margin-right: 0 !important; }
  .space-x-025-m { margin-left: 6px !important; margin-right: 6px !important; }
  .space-x-050-m { margin-left: 12px !important; margin-right: 12px !important; }
  .space-x-075-m { margin-left: 18px !important; margin-right: 18px !important; }
  .space-x-100-m { margin-left: 24px !important; margin-right: 24px !important; }
  .space-x-150-m { margin-left: 36px !important; margin-right: 36px !important; }
  .space-x-200-m { margin-left: 48px !important; margin-right: 48px !important; }
  .space-x-250-m { margin-left: 60px !important; margin-right: 60px !important; }
  .space-x-300-m { margin-left: 72px !important; margin-right: 72px !important; }
  .space-x-350-m { margin-left: 84px !important; margin-right: 84px !important; }
  .space-x-400-m { margin-left: 96px !important; margin-right: 96px !important; }
  .pad-x-000-m,
  .pad-x-0 { margin-left: 0 !important; margin-right: 0 !important; }
  .pad-x-025-m { margin-left: 6px !important; margin-right: 6px !important; }
  .pad-x-050-m { margin-left: 12px !important; margin-right: 12px !important; }
  .pad-x-075-m { margin-left: 18px !important; margin-right: 18px !important; }
  .pad-x-100-m { margin-left: 24px !important; margin-right: 24px !important; }
  .pad-x-150-m { margin-left: 36px !important; margin-right: 36px !important; }
  .pad-x-200-m { margin-left: 48px !important; margin-right: 48px !important; }
  .pad-x-250-m { margin-left: 60px !important; margin-right: 60px !important; }
  .pad-x-300-m { margin-left: 72px !important; margin-right: 72px !important; }
  .pad-x-350-m { margin-left: 84px !important; margin-right: 84px !important; }
  .pad-x-400-m { margin-left: 96px !important; margin-right: 96px !important; }

  .space-y-000-m,
  .space-y-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
  .space-y-025-m { margin-top: 6px !important; margin-bottom: 6px !important; }
  .space-y-050-m { margin-top: 12px !important; margin-bottom: 12px !important; }
  .space-y-075-m { margin-top: 18px !important; margin-bottom: 18px !important; }
  .space-y-100-m { margin-top: 24px !important; margin-bottom: 24px !important; }
  .space-y-150-m { margin-top: 36px !important; margin-bottom: 36px !important; }
  .space-y-200-m { margin-top: 48px !important; margin-bottom: 48px !important; }
  .space-y-250-m { margin-top: 60px !important; margin-bottom: 60px !important; }
  .space-y-300-m { margin-top: 72px !important; margin-bottom: 72px !important; }
  .space-y-350-m { margin-top: 84px !important; margin-bottom: 84px !important; }
  .space-y-400-m { margin-top: 96px !important; margin-bottom: 96px !important; }
  .pad-y-000-m,
  .pad-y-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
  .pad-y-025-m { margin-top: 6px !important; margin-bottom: 6px !important; }
  .pad-y-050-m { margin-top: 12px !important; margin-bottom: 12px !important; }
  .pad-y-075-m { margin-top: 18px !important; margin-bottom: 18px !important; }
  .pad-y-100-m { margin-top: 24px !important; margin-bottom: 24px !important; }
  .pad-y-150-m { margin-top: 36px !important; margin-bottom: 36px !important; }
  .pad-y-200-m { margin-top: 48px !important; margin-bottom: 48px !important; }
  .pad-y-250-m { margin-top: 60px !important; margin-bottom: 60px !important; }
  .pad-y-300-m { margin-top: 72px !important; margin-bottom: 72px !important; }
  .pad-y-350-m { margin-top: 84px !important; margin-bottom: 84px !important; }
  .pad-y-400-m { margin-top: 96px !important; margin-bottom: 96px !important; }

  .space-t-000-m,
  .space-t-0 { margin-top: 0 !important; }
  .space-t-025-m { margin-top: 6px !important; }
  .space-t-050-m { margin-top: 12px !important; }
  .space-t-075-m { margin-top: 18px !important; }
  .space-t-100-m { margin-top: 24px !important; }
  .space-t-150-m { margin-top: 36px !important; }
  .space-t-200-m { margin-top: 48px !important; }
  .space-t-250-m { margin-top: 60px !important; }
  .space-t-300-m { margin-top: 72px !important; }
  .space-t-350-m { margin-top: 84px !important; }
  .space-t-400-m { margin-top: 96px !important; }
  .pad-t-000-m,
  .pad-t-0 { margin-top: 0 !important; }
  .pad-t-025-m { margin-top: 6px !important; }
  .pad-t-050-m { margin-top: 12px !important; }
  .pad-t-075-m { margin-top: 18px !important; }
  .pad-t-100-m { margin-top: 24px !important; }
  .pad-t-150-m { margin-top: 36px !important; }
  .pad-t-200-m { margin-top: 48px !important; }
  .pad-t-250-m { margin-top: 60px !important; }
  .pad-t-300-m { margin-top: 72px !important; }
  .pad-t-350-m { margin-top: 84px !important; }
  .pad-t-400-m { margin-top: 96px !important; }

  .space-r-000-m,
  .space-r-0-m { margin-right: 0 !important; }
  .space-r-025-m { margin-right: 6px !important; }
  .space-r-050-m { margin-right: 12px !important; }
  .space-r-075-m { margin-right: 18px !important; }
  .space-r-100-m { margin-right: 24px !important; }
  .space-r-150-m { margin-right: 36px !important; }
  .space-r-200-m { margin-right: 48px !important; }
  .space-r-250-m { margin-right: 60px !important; }
  .space-r-300-m { margin-right: 72px !important; }
  .space-r-350-m { margin-right: 84px !important; }
  .space-r-400-m { margin-right: 96px !important; }
  .pad-r-000-m,
  .pad-r-0-m { margin-right: 0 !important; }
  .pad-r-025-m { margin-right: 6px !important; }
  .pad-r-050-m { margin-right: 12px !important; }
  .pad-r-075-m { margin-right: 18px !important; }
  .pad-r-100-m { margin-right: 24px !important; }
  .pad-r-150-m { margin-right: 36px !important; }
  .pad-r-200-m { margin-right: 48px !important; }
  .pad-r-250-m { margin-right: 60px !important; }
  .pad-r-300-m { margin-right: 72px !important; }
  .pad-r-350-m { margin-right: 84px !important; }
  .pad-r-400-m { margin-right: 96px !important; }

  .space-b-000-m,
  .space-b-0-m { margin-bottom: 0 !important; }
  .space-b-025-m { margin-bottom: 6px !important; }
  .space-b-050-m { margin-bottom: 12px !important; }
  .space-b-075-m { margin-bottom: 18px !important; }
  .space-b-100-m { margin-bottom: 24px !important; }
  .space-b-150-m { margin-bottom: 36px !important; }
  .space-b-200-m { margin-bottom: 48px !important; }
  .space-b-250-m { margin-bottom: 60px !important; }
  .space-b-300-m { margin-bottom: 72px !important; }
  .space-b-350-m { margin-bottom: 84px !important; }
  .space-b-400-m { margin-bottom: 96px !important; }
  .pad-b-000-m,
  .pad-b-0-m { margin-bottom: 0 !important; }
  .pad-b-025-m { margin-bottom: 6px !important; }
  .pad-b-050-m { margin-bottom: 12px !important; }
  .pad-b-075-m { margin-bottom: 18px !important; }
  .pad-b-100-m { margin-bottom: 24px !important; }
  .pad-b-150-m { margin-bottom: 36px !important; }
  .pad-b-200-m { margin-bottom: 48px !important; }
  .pad-b-250-m { margin-bottom: 60px !important; }
  .pad-b-300-m { margin-bottom: 72px !important; }
  .pad-b-350-m { margin-bottom: 84px !important; }
  .pad-b-400-m { margin-bottom: 96px !important; }

  .space-l-000-m,
  .space-l-0-m { margin-left: 0 !important; }
  .space-l-025-m { margin-left: 6px !important; }
  .space-l-050-m { margin-left: 12px !important; }
  .space-l-075-m { margin-left: 18px !important; }
  .space-l-100-m { margin-left: 24px !important; }
  .space-l-150-m { margin-left: 36px !important; }
  .space-l-200-m { margin-left: 48px !important; }
  .space-l-250-m { margin-left: 60px !important; }
  .space-l-300-m { margin-left: 72px !important; }
  .space-l-350-m { margin-left: 84px !important; }
  .space-l-400-m { margin-left: 96px !important; }
  .pad-l-000-m,
  .pad-l-0-m { margin-left: 0 !important; }
  .pad-l-025-m { margin-left: 6px !important; }
  .pad-l-050-m { margin-left: 12px !important; }
  .pad-l-075-m { margin-left: 18px !important; }
  .pad-l-100-m { margin-left: 24px !important; }
  .pad-l-150-m { margin-left: 36px !important; }
  .pad-l-200-m { margin-left: 48px !important; }
  .pad-l-250-m { margin-left: 60px !important; }
  .pad-l-300-m { margin-left: 72px !important; }
  .pad-l-350-m { margin-left: 84px !important; }
  .pad-l-400-m { margin-left: 96px !important; }
}


/*! ---------- =buttons ---------- */
a[data-sf-role="captcha-refresh-button"],
button[data-sf-role="captcha-audio-btn"],
.button,
.btn {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  text-align: center;
  font-size: 17px;
  line-height: 24px;
  word-wrap: break-word;
}
.button--disclose::after {
  content: "\f178";
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Pro", "Font Awesome";
  font-weight: 300;
  transition: transform 0.15s ease-out;
}
.button--disclose:hover::after,
.button--disclose:focus::after,
.button--disclose:active::after {
  transform: translateX(2px);
}
.button--primary.button--disclose::after {
  font-weight: 400;
}
.button--huge {
  font-size: 21px;
}
.button--small,
.btn-sm {
  font-size: 15px;
}
.button--tiny,
.btn-xs {
  font-size: 13px;
}
.button--fill,
.btn-block {
  display: block;
  width: auto;
  max-width: 100%;
}
button.button--fill,
input.button--fill {
  width: 100%;
}
.button--fill + .button--fill {
  margin-left: 0;
  margin-top: 12px;
}
.button [class^=fa-] {
  font-size: 21px;
}

/*! soft-squared button style */
a[data-sf-role="captcha-refresh-button"],
button[data-sf-role="captcha-audio-btn"],
.button,
.btn {
  padding: 12px 36px;
  border-radius: 5px;
  font-weight: 700;
  color: #ffffff;
  background: #003D5C;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
}
a[data-sf-role="captcha-refresh-button"],
button[data-sf-role="captcha-audio-btn"] {
  margin-top: 12px;
  padding: 6px 12px;
}
a[data-sf-role="captcha-refresh-button"]:hover,
a[data-sf-role="captcha-refresh-button"]:focus,
button[data-sf-role="captcha-audio-btn"]:hover,
button[data-sf-role="captcha-audio-btn"]:focus,
.button:hover,
.button:focus,
.btn:hover,
.btn:focus {
  color: #ffffff;
  background: #258bbe;
  transform: translateY(-2px);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
a[data-sf-role="captcha-refresh-button"]:focus,
button[data-sf-role="captcha-audio-btn"]:focus,
.button:focus,
.btn:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6px;
}
a[data-sf-role="captcha-refresh-button"]:active,
button[data-sf-role="captcha-audio-btn"]:active,
.button:active,
.btn:active {
  transform: translateY(0);
  box-shadow: none;
  transition: none;
}
.button.is-animating {
  transition: color 0.15s ease-out,
              background-color 1s ease-out,
              transform 0.15s ease-out,
              box-shadow 0.15s ease-out;
}
.button.is-success {
  background-color: #3b3 !important;
  transition: none;
}
.button.is-failure {
  background-color: #b33 !important;
  transition: none;
}
.button--disclose {
  padding-right: 24px;
}
.button--secondary {
  padding: 10px 34px;
  border: 2px solid #003D5C;
  color: #003D5C;
  background: #ffffff;
}
a[data-sf-role="captcha-refresh-button"],
button[data-sf-role="captcha-audio-btn"],
.button--tertiary {
  border: 1px solid #bbdbeb;
  font-weight: 400;
  color: #003D5C;
  background: #f7fcff;
}
.button--secondary:hover,
.button--secondary:focus,
.button--tertiary:hover,
.button--tertiary:focus {
  border-color: #258bbe;
  color: #ffffff;
  background: #258bbe;
}
.button--highlight {
  background: #725090;
}
.button--highlight.button--secondary {
  border-color: #725090;
  color: #725090;
  background: #ffffff;
}
.button--highlight.button--tertiary {
  border-color: #e3d3f1;
  color: #725090;
  background: #fcf8ff;
}
.button--highlight:hover,
.button--highlight:focus,
.button--highlight.button--secondary:hover,
.button--highlight.button--secondary:focus,
.button--highlight.button--tertiary:hover,
.button--highlight.button--tertiary:focus {
  border-color: #946bb8;
  color: #ffffff;
  background: #946bb8;
}
.button--action,
.btn-success {
  background: #339933;
}
.button--action.button--secondary {
  border-color: #339933;
  color: #339933;
  background: #ffffff;
}
.button--action.button--tertiary {
  border-color: #cbefcb;
  color: #339933;
  background: #f4fff4;
}
.button--action:hover,
.button--action:focus,
.button--action.button--secondary:hover,
.button--action.button--secondary:focus,
.button--action.button--tertiary:hover,
.button--action.button--tertiary:focus,
.btn-success:hover,
.btn-success:focus {
  border-color: #62bd62;
  color: #ffffff;
  background: #62bd62;
}
.button--warn {
  background: #941;
}
.button--warn.button--secondary {
  border-color: #941;
  color: #941;
  background: #ffffff;
}
.button--warn.button--tertiary {
  border-color: #ebdacf;
  color: #941;
  background: #faf6f3;
}
.button--warn:hover,
.button--warn:focus,
.button--warn.button--secondary:hover,
.button--warn.button--secondary:focus,
.button--warn.button--tertiary:hover,
.button--warn.button--tertiary:focus {
  border-color: #b04e14;
  color: #ffffff;
  background: #b04e14;
}
.button--positive {
  background: #0bb60b;
}
.button--positive:hover,
.button--positive:focus {
  border-color: #09c709;
  color: #ffffff;
  background: #09c709;
}
.button--neutral,
.btn-warning {
  background: #aa971a;
}
.button--neutral:hover,
.button--neutral:focus,
.btn-warning:hover,
.btn-warning:focus {
  border-color: #d7bf1d;
  color: #ffffff;
  background: #d7bf1d;
}
.button--alert {
  background: #d17f00;
}
.button--alert:hover,
.button--alert:focus {
  border-color: #f3990e;
  color: #ffffff;
  background: #f3990e;
}
.button--danger,
.btn-danger {
  background: #d92e03;
}
.button--danger:hover,
.button--danger:focus,
.btn-danger:hover,
.btn-danger:focus {
  border-color: #f84214;
  color: #ffffff;
  background: #f84214;
}
.button--disabled {
  color: #e9f0f2;
  background: #96a4aa;
  pointer-events: none;
}
.button--cancel,
.btn-default {
  border: 1px solid #ced9dd;
  font-size: 15px;
  font-weight: 400;
  color: #546b75;
  background: #f7f9fa;
}
.button--cancel:hover,
.button--cancel:focus,
.btn-default:hover,
.btn-default:focus {
  color: #003D5C;
  border-color: #003D5C;
  background: #ffffff;
}
.button--inverse {
  position: relative;
  color: #bbdbeb;
  background-color: #091418;
  overflow: hidden;
}
.button--inverse::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px solid #69bae2;
  -o-border-image: linear-gradient(to right, #69bae2, #38cec9);
  border-image: linear-gradient(to right, #69bae2, #38cec9);
  border-image-slice: 1;
}
.button--inverse [class^=fa-] {
  color: #ffffff;
}
.button--wire {
  color: #fff;
  background: rgba(0,0,0,0.3);
  border: 1px solid rgba(255,255,255,0.9);
}
.button--huge {
  padding: 24px 72px;
}
.button--huge.button--secondary {
  padding: 22px 70px;
}
.button--huge.button--disclose {
  padding-right: 60px;
}
.button--large,
.btn-lg {
  padding: 18px 60px;
}
.button--large.button--secondary {
  padding: 16px 58px;
}
.button--large.button--disclose {
  padding-right: 48px;
}
.button--small,
.btn-sm {
  padding: 6px 24px;
}
.button--small.button--secondary {
  padding: 4px 22px;
}
.button--small.button--disclose {
  padding-right: 18px;
}
.button--tiny,
.btn-xs {
  padding: 3px 12px;
}
.button--tiny.button--secondary {
  padding: 1px 10px;
}
.button--pill {
  border-radius: 20px;
}
.button-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
.button-group--justify-center {
  justify-content: center;
}
.button-group--justify-right {
  justify-content: flex-end;
}
.button-group--align-center {
  align-items: center;
}
.button-group--align-bottom {
  align-items: flex-end;
}
.button-group--align-stretch {
  align-items: stretch;
}
.button-group .button,
.button-group .atcb-button {
  flex: 0 0 auto;
}
.button-group--justify-stretch .button,
.button-group--justify-stretch .atcb-button {
  flex-grow: 1;
}
.button-group--align-stretch .button,
.button-group--align-stretch .atcb-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 479.97px) {
  .button-group--mobile-stretch .button,
  .button-group--mobile-stretch .atcb-button {
    flex-basis: 100%;
  }
}

.button__registration-modal {
  text-align: center;
}


/*! ---------- =code and =syntax highlighting ---------- */

pre,
code {
  font-family: "Inconsolata", monospace;
  font-size: 15px;
  line-height: 24px;
}
pre {
  display: block;
  padding: 24px 12px;
  border: 1px solid #eaf0f2;
  color: #222;
  background: white;
  overflow-y: auto;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
pre:not(:last-child) {
  margin-bottom: 24px;
}
pre::before {
  content: attr(rel);
  font-family: "Lato", Helvetica, Arial, serif;
  font-weight: 700;
  font-size: 13px;
  color: #a1c6d8;
  position: absolute;
  top: 2px;
  right: 12px;
}
p > code,
li > code {
  background: white;
  font-style: normal;
}
p > code::before,
p > code::after,
li > code::before,
li > code::after {
  content: "";

  display: inline-block;
  width: 0.5em;
}

/*! syntax highlighting through prism: http://prismjs.com/index.html
*  the following is based off the default theme */
pre[class*=language-] {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  hyphens: none;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: 0.7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: hsla(0deg, 0%, 100%, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.function {
  color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}


/*! ---------- =forms ---------- */

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
textarea,
select {
  display: block;
  width: 100%;
  padding: 9px 12px;
  margin: 0;
  border: 1px solid #ced9dd;
  color: #546b75;
  color: rgba(84, 107, 117, 0.8);
  font: 15px/24px "Lato", Helvetica, Arial, serif;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.07);
  transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
}
input[type=text]:not(:last-child),
input[type=email]:not(:last-child),
input[type=password]:not(:last-child),
input[type=number]:not(:last-child),
input[type=tel]:not(:last-child),
textarea:not(:last-child),
select:not(:last-child) {
  margin-bottom: 24px;
}
input[type=text]:required,
input[type=email]:required,
input[type=password]:required,
input[type=number]:required,
input[type=tel]:required,
textarea:required,
select:required {
  border-color: #c6d4dc;
}
input[type=text].input-validation-error,
input[type=email].input-validation-error,
input[type=password].input-validation-error,
input[type=number].input-validation-error,
input[type=tel].input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
  border-color: #941;
  color: #941;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  border-color: #003D5C;
  color: #546b75;
  box-shadow: none;
}
textarea {
  padding: 12px;
  min-height: 96px;
}
textarea.textarea-large {
  min-height: 240px;
}
input[type=radio],
input[type=checkbox] {
  display: inline-block;
  position: relative;
  top: 0;
}
label + input[type=radio],
label + input[type=checkbox] {
  margin-left: 24px;
}

label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #273a41;
  opacity: 0.9;
  transition: color 0.15s ease-out, opacity 0.15s ease-out;
}

input[type=radio] + label,
input[type=checkbox] + label {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}

label.required {
  color: #004162;
}
label.required::after {
  content: "*";
  font-weight: 400;
}
label.input-validation-error {
  color: #941;
}
label.is-selected {
  color: #492766;
}
label.is-focused {
  color: #003D5C;
  opacity: 1;
}

.field-validation-error {
  display: block;
  margin-bottom: 24px;
  font-size: 15px;
  color: #941;
}
input + .field-validation-error,
select + .field-validation-error,
textarea + .field-validation-error {
  margin-top: -18px;
}

img[data-sf-role="captcha-image"] {
  margin-left: 0;
  margin-bottom: 24px;
}

.form-hide {
  display: none;
}




/*! ---------- =grids ---------- */

.grid {
  display: block;
  padding: 0;
  margin: 0 -24px 0 0;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  text-align: center;
  list-style: none;
}
.grid.align-left {
  text-align: left;
}
.grid.align-right {
  text-align: right;
}
.grid.no-margin {
  margin-bottom: -24px;
}
.grid--compact {
  margin-right: -12px;
}
.grid--compact.no-margin {
  margin-bottom: -12px;
}
.grid__unit {
  display: inline-block;
  width: 100%;
  padding: 0 24px 24px 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  text-align: left;
}
.grid--compact > .grid__unit {
  padding: 0 12px 12px 0;
}
.grid__unit--1-2 {
  width: 50%;
}
.grid__unit--1-3 {
  width: 33.33%;
}
.grid__unit--2-3 {
  width: 66.66%;
}
.grid__unit--1-4 {
  width: 25%;
}
.grid__unit--3-4 {
  width: 75%;
}
.grid__unit--1-5 {
  width: 20%;
}
.grid__unit--2-5 {
  width: 40%;
}
.grid__unit--3-5 {
  width: 60%;
}
.grid__unit--4-5 {
  width: 80%;
}
.grid__unit--1-6 {
  width: 16.66%;
}
.grid__unit--5-6 {
  width: 83.3%;
}
.grid__unit--1-8 {
  width: 12.5%;
}
.grid__unit--3-8 {
  width: 37.5%;
}
.grid__unit--5-8 {
  width: 62.5%;
}
.grid__unit--7-8 {
  width: 87.5%;
}
.grid__unit--1-9 {
  width: 11.11%;
}
.grid__unit--2-9 {
  width: 22.22%;
}
.grid__unit--4-9 {
  width: 44.44%;
}
.grid__unit--5-9 {
  width: 55.55%;
}
.grid__unit--7-9 {
  width: 77.77%;
}
.grid__unit--8-9 {
  width: 88.88%;
}
.grid__unit--1-12 {
  width: 8.33%;
}
.grid__unit--5-12 {
  width: 41.65%;
}
.grid__unit--7-12 {
  width: 58.31%;
}
.grid__unit--11-12 {
  width: 91.63%;
}

@media (min-width: 480px) {
  .grid__unit--1-1-s {
    width: 100%;
  }
  .grid__unit--1-2-s {
    width: 50%;
  }
  .grid__unit--1-3-s {
    width: 33.33%;
  }
  .grid__unit--2-3-s {
    width: 66.66%;
  }
  .grid__unit--1-4-s {
    width: 25%;
  }
  .grid__unit--3-4-s {
    width: 75%;
  }
  .grid__unit--1-5-s {
    width: 20%;
  }
  .grid__unit--2-5-s {
    width: 40%;
  }
  .grid__unit--3-5-s {
    width: 60%;
  }
  .grid__unit--4-5-s {
    width: 80%;
  }
  .grid__unit--1-6-s {
    width: 16.66%;
  }
  .grid__unit--5-6-s {
    width: 83.3%;
  }
  .grid__unit--1-8-s {
    width: 12.5%;
  }
  .grid__unit--3-8-s {
    width: 37.5%;
  }
  .grid__unit--5-8-s {
    width: 62.5%;
  }
  .grid__unit--7-8-s {
    width: 87.5%;
  }
  .grid__unit--1-9-s {
    width: 11.11%;
  }
  .grid__unit--2-9-s {
    width: 22.22%;
  }
  .grid__unit--4-9-s {
    width: 44.44%;
  }
  .grid__unit--5-9-s {
    width: 55.55%;
  }
  .grid__unit--7-9-s {
    width: 77.77%;
  }
  .grid__unit--8-9-s {
    width: 88.88%;
  }
  .grid__unit--1-12-s {
    width: 8.33%;
  }
  .grid__unit--5-12-s {
    width: 41.65%;
  }
  .grid__unit--7-12-s {
    width: 58.31%;
  }
  .grid__unit--11-12-s {
    width: 91.63%;
  }
}

@media (min-width: 1370px) {
  .grid {
    margin-right: -48px;
  }
  .grid.no-margin {
    margin-bottom: -48px;
  }
  .grid--compact {
    margin-right: -24px;
  }
  .grid--compact.no-margin {
    margin-bottom: -24px;
  }
  .grid__unit {
    padding: 0 48px 48px 0;
  }
  .grid--compact > .grid__unit {
    padding: 0 24px 24px 0;
  }
  .grid__unit--1-1-m {
    width: 100%;
  }
  .grid__unit--1-2-m {
    width: 50%;
  }
  .grid__unit--1-3-m {
    width: 33.33%;
  }
  .grid__unit--2-3-m {
    width: 66.66%;
  }
  .grid__unit--1-4-m {
    width: 25%;
  }
  .grid__unit--3-4-m {
    width: 75%;
  }
  .grid__unit--1-5-m {
    width: 20%;
  }
  .grid__unit--2-5-m {
    width: 40%;
  }
  .grid__unit--3-5-m {
    width: 60%;
  }
  .grid__unit--4-5-m {
    width: 80%;
  }
  .grid__unit--1-6-m {
    width: 16.66%;
  }
  .grid__unit--5-6-m {
    width: 83.3%;
  }
  .grid__unit--1-8-m {
    width: 12.5%;
  }
  .grid__unit--3-8-m {
    width: 37.5%;
  }
  .grid__unit--5-8-m {
    width: 62.5%;
  }
  .grid__unit--7-8-m {
    width: 87.5%;
  }
  .grid__unit--1-9-m {
    width: 11.11%;
  }
  .grid__unit--2-9-m {
    width: 22.22%;
  }
  .grid__unit--4-9-m {
    width: 44.44%;
  }
  .grid__unit--5-9-m {
    width: 55.55%;
  }
  .grid__unit--7-9-m {
    width: 77.77%;
  }
  .grid__unit--8-9-m {
    width: 88.88%;
  }
  .grid__unit--1-12-m {
    width: 8.33%;
  }
  .grid__unit--5-12-m {
    width: 41.65%;
  }
  .grid__unit--7-12-m {
    width: 58.31%;
  }
  .grid__unit--11-12-m {
    width: 91.63%;
  }
}

@media (min-width: 1020px) {
  .grid__unit--1-1-l {
    width: 100%;
  }
  .grid__unit--1-2-l {
    width: 50%;
  }
  .grid__unit--1-3-l {
    width: 33.33%;
  }
  .grid__unit--2-3-l {
    width: 66.66%;
  }
  .grid__unit--1-4-l {
    width: 25%;
  }
  .grid__unit--3-4-l {
    width: 75%;
  }
  .grid__unit--1-5-l {
    width: 20%;
  }
  .grid__unit--2-5-l {
    width: 40%;
  }
  .grid__unit--3-5-l {
    width: 60%;
  }
  .grid__unit--4-5-l {
    width: 80%;
  }
  .grid__unit--1-6-l {
    width: 16.66%;
  }
  .grid__unit--5-6-l {
    width: 83.3%;
  }
  .grid__unit--1-8-l {
    width: 12.5%;
  }
  .grid__unit--3-8-l {
    width: 37.5%;
  }
  .grid__unit--5-8-l {
    width: 62.5%;
  }
  .grid__unit--7-8-l {
    width: 87.5%;
  }
  .grid__unit--1-9-l {
    width: 11.11%;
  }
  .grid__unit--2-9-l {
    width: 22.22%;
  }
  .grid__unit--4-9-l {
    width: 44.44%;
  }
  .grid__unit--5-9-l {
    width: 55.55%;
  }
  .grid__unit--7-9-l {
    width: 77.77%;
  }
  .grid__unit--8-9-l {
    width: 88.88%;
  }
  .grid__unit--1-12-l {
    width: 8.33%;
  }
  .grid__unit--5-12-l {
    width: 41.65%;
  }
  .grid__unit--7-12-l {
    width: 58.31%;
  }
  .grid__unit--11-12-l {
    width: 91.63%;
  }
}


/*! ---------- =tabs, =accordions, =modals ---------- */
.tabs--chapters:not(:last-child) {
    margin-bottom: 48px;
  }
  .tabs--chapters .tabs__tab {
    font-size: 24px;
    display: inline-block;
    width: 25%;
    vertical-align: bottom;
    padding: 12px;
    margin-bottom: -1px;
    color: #546b75;
    opacity: 0.9;
    position: relative;
    z-index: 2;
    cursor: pointer;
    padding: 50px 25px 25px 25px;
  }
  .tabs--chapters .tabs__tab.is-active {
    background: #ffffff;
    border-bottom-color: #ffffff;
    color: #091418;
    font-weight: bold;
  }
  .tabs--chapters .tabs__tab:focus {
    outline-offset: -6px;
  }
  .tabs--chapters .tabs__pane {
    padding: 24px 0px 24px 0px;
    display: none;
  }
  .tabs--chapters .tabs__pane.is-active {
    display: block;
  }

.tabs--standard:not(:last-child) {
  margin-bottom: 48px;
}
.tabs--standard .tabs__tab {
  display: inline-block;
  vertical-align: bottom;
  padding: 12px;
  margin-bottom: -1px;
  border: 1px solid #ced9dd;
  color: #546b75;
  background: #e9f0f2;
  opacity: 0.9;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tabs--standard .tabs__tab.is-active {
  background: #ffffff;
  border-bottom-color: #ffffff;
  color: #725090;
}
.tabs--standard .tabs__tab:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6px;
}
.tabs--standard .tabs__pane {
  border: 1px solid #ced9dd;
  padding: 24px;
  display: none;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}
.tabs--vertical {
  margin-bottom: 48px;
}
.tabs--vertical .tabs__tab {
  background: #e9f0f2;
  padding: 13.68px;
}
.tabs--vertical .tabs__tab.is-active {
  color: #725090;
  background: #ffffff;
}
.tabs--vertical .tabs__tab:focus {
  outline: 1px dashed #003D5C;
  outline-offset: -6px;
}
.js .tabs--vertical .tabs__pane:not(.is-active) {
  display: none;
}

@media (min-width: 480px) {
  .tabs--standard .tabs__tab {
    padding: 18px 24px;
    font-weight: 700;
  }
}

@media (max-width: 734px) {
  .tabs--chapters .tabs__tab {
    font-size: 18px;
    padding: 50px 0px 25px 0px;
  }
}

@media (max-width: 1369.98px),
(min-width: 1020px) and (max-width: 1375.97px) {

  .tabs--standard,

  .tabs--vertical {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .tabs--standard .tabs__tab,
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__tab,
  .tabs--vertical .tabs__pane {
    flex: 0 0 auto;
  }
  .tabs--standard .tabs__tab,
  .tabs--vertical .tabs__tab {
    order: 1;
    border: 1px solid #ced9dd;
  }
  .tabs--standard .tabs__tab ~ .tabs__tab,
  .tabs--vertical .tabs__tab ~ .tabs__tab {
    margin-top: 6px;
  }
  .tabs--standard .tabs__tab.is-active,
  .tabs--vertical .tabs__tab.is-active {
    border-color: #ced9dd #ced9dd #ced9dd;
  }
  .tabs--standard .tabs__tab:nth-child(2),
  .tabs--vertical .tabs__tab:nth-child(2) {
    order: 3;
  }
  .tabs--standard .tabs__tab:nth-child(3),
  .tabs--vertical .tabs__tab:nth-child(3) {
    order: 5;
  }
  .tabs--standard .tabs__tab:nth-child(4),
  .tabs--vertical .tabs__tab:nth-child(4) {
    order: 7;
  }
  .tabs--standard .tabs__tab:nth-child(5),
  .tabs--vertical .tabs__tab:nth-child(5) {
    order: 9;
  }
  .tabs--standard .tabs__tab:nth-child(6),
  .tabs--vertical .tabs__tab:nth-child(6) {
    order: 11;
  }
  .tabs--standard .tabs__tab:nth-child(7),
  .tabs--vertical .tabs__tab:nth-child(7) {
    order: 13;
  }
  .tabs--standard .tabs__tab:nth-child(8),
  .tabs--vertical .tabs__tab:nth-child(8) {
    order: 15;
  }
  .tabs--standard .tabs__tab:nth-child(9),
  .tabs--vertical .tabs__tab:nth-child(9) {
    order: 17;
  }
  .tabs--standard .tabs__tab:nth-child(10),
  .tabs--vertical .tabs__tab:nth-child(10) {
    order: 19;
  }
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__pane {
    order: 2;
    padding: 24px 12px;
    border: 1px solid #ced9dd;
    border-top-width: 0;
  }
  .tabs--standard .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane {
    order: 4;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane {
    order: 6;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    order: 8;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    order: 10;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    order: 12;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    order: 14;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    order: 16;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    order: 18;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    order: 20;
  }
}

@media (min-width: 1370px) and (max-width: 1019.97px),
(min-width: 1376px) {
  .tabs--standard {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .tabs--standard::before {
    /* remove sf pseudoel that messes with space-between */
    display: none !important;
  }
  .tabs--standard .tabs__tab {
    flex: 0 0 auto;
    padding: 18px 24px;
  }
  .tabs--standard.tabs--2 .tabs__tab {
    width: 48%;
    flex-basis: 50%;
    flex-basis: calc(50% - 6px);
  }
  .tabs--standard.tabs--3 .tabs__tab {
    width: 31%;
    flex-basis: 33.3%;
    flex-basis: calc(33.3% - 6px);
  }
  .tabs--standard.tabs--4 .tabs__tab {
    width: 22%;
    flex-basis: 25%;
    flex-basis: calc(25% - 6px);
  }
  .tabs--standard.tabs--5 .tabs__tab {
    width: 17%;
    flex-basis: 20%;
    flex-basis: calc(20% - 6px);
  }
  .tabs--standard .tabs__pane {
    flex: 1 0 100%;
  }
  .tabs--vertical .tabs__tab {
    width: 300px;
    float: left;
    clear: left;
    padding: 17px 17px;
    margin-bottom: 6px;
    border: 1px solid #ced9dd;
    border-right-color: #ced9dd;
    box-shadow: inset 6px 0 0 #ced9dd;
    cursor: pointer;
  }
  .tabs--vertical .tabs__tab.is-active {
    background: #ffffff;
    border-color: #ced9dd #ffffff #ced9dd #ced9dd;
    box-shadow: inset 6px 0 0 #725090;
    cursor: default;
  }
  .tabs--vertical .tabs__pane {
    padding: 24px;
    background: #ffffff;
    border-left: 299px solid #ffffff;
    box-shadow: inset 0 0 0 1px #ced9dd;
  }
  .tabs--vertical .tabs__pane::after {
    content: "";
    display: table;
    clear: both;
    margin: 30px 0 -30px;
  }
}

.list-accordion h3 {
  margin-top: 24px;
}
.accordion__label, .list-accordion a {
  display: block;
  padding: 12px;
  background: #ffffff;
  border: 1px solid #ced9dd;
  color: #546b75;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out, border-radius 0.15s ease-out;
}

.accordion__content a, .list-accordion .sf-Long-text a {
    font-size: inherit;
    line-height: inherit;
    margin-top: 0;
    overflow: initial;
}

 .list-accordion .sf-Long-text a {
  border: none !important;
  display: inline-block !important;
  padding: 0 !important;
  border-radius: 0;
  color: #003D5C;
  line-height: 17px;
}

.list-accordion .sf-Long-text a:hover {
  color: #6d518c;
}

.accordion__label .fa-arrow-right {
  margin-left: 0.4em;
  transition: transform 0.15s ease-out;
}
.accordion__label:hover {
  color: #725090;
}
.accordion__label.is-active, .list-accordion a.expanded {
  color: #003D5C;
  border-color: #003D5C #003D5C #ced9dd #003D5C;
  background: #f7f7f7;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-accordion .sf-Long-text a.expanded {
  color: #003D5C;
  border: none;
  background: none;
}


.list-accordion a:after {
content: "\f061";
font-family: "Font Awesome 6 Pro";
padding-left: 6px;
}

 .list-accordion .sf-Long-text a:after {
    content: ""; 
  }

.accordion__label.is-active .fa-arrow-right {
  transform: rotate(90deg);
}

.list-accordion .expanded::after {
content: "\f063";
font-family: "Font Awesome 6 Pro";
padding-left: 6px;
}

.accordion__label:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.3);
  outline-offset: -6px;
}
.accordion__label ~ .accordion__label {
  margin-top: 6px;
}
.list-accordion a {
 margin-top: 6px;
}
.accordion__content, .list-accordion .sf-Long-text {
  margin-bottom: 24px;
  padding: 24px 12px;
  border: 1px solid #003D5C;
  border-top: none;
  border-radius: 0 0 5px 5px;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
.list-accordion p {
  display: none !important;
}
.list-accordion div p {
  display: block !important;
}
.accordion__content + .accordion__label {
  margin-top: -18px;
}
.js .accordion__content:not(.is-active) {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0 1px;
  visibility: hidden;
  opacity: 0;
}
.accordion__label--primary {
  color: #003D5C;
  border-color: #003D5C;
  background-color: #f7fcff;
}
.accordion__label--primary:hover {
  color: #ffffff;
  background-color: #003D5C;
}
.accordion__label--primary.is-active {
  color: #003D5C;
  border-color: #003D5C #003D5C #f7fcff #003D5C;
  background-color: #f7fcff;
}
.accordion__label--highlight {
  color: #725090;
  border-color: #725090;
  background-color: #fcf8ff;
}
.accordion__label--highlight:hover {
  color: #ffffff;
  background-color: #725090;
}
.accordion__label--highlight.is-active {
  color: #725090;
  border-color: #725090 #725090 #fcf8ff #725090;
  background-color: #fcf8ff;
}
.accordion__content--highlight {
  border-color: #725090;
}
.accordion__label--action {
  color: #339933;
  border-color: #339933;
  background-color: #f4fff4;
}
.accordion__label--action:hover {
  color: #ffffff;
  background-color: #339933;
}
.accordion__label--action.is-active {
  color: #339933;
  border-color: #339933 #339933 #f4fff4 #339933;
  background-color: #f4fff4;
}
.accordion__content--action {
  border-color: #339933;
}
.accordion__label--primary-solid {
  color: #ffffff;
  border-color: #003D5C;
  background-color: #003D5C;
}
.accordion__label--primary-solid:hover {
  color: #ffffff;
  background-color: #003D5C;
}
.accordion__label--primary-solid:focus {
  outline: 1px dashed rgba(255, 255, 255, 0.3);
}
.accordion__label--primary-solid.is-active {
  color: #ffffff;
  border-color: #003D5C;
  background-color: #003D5C;
}
.js .accordion__content--primary-solid:not(.is-active) {
  border-width: 0 2px;
}
.accordion__content--primary-solid {
  border-width: 1px 2px 2px;
}
.accordion__label--highlight-solid {
  color: #ffffff;
  border-color: #725090;
  background-color: #725090;
}
.accordion__label--highlight-solid:hover {
  color: #ffffff;
  background-color: #5c397b;
}
.accordion__label--highlight-solid:focus {
  outline: 1px dashed rgba(255, 255, 255, 0.3);
}
.accordion__label--highlight-solid.is-active {
  color: #ffffff;
  border-color: #725090;
  background-color: #725090;
}
.js .accordion__content--highlight-solid:not(.is-active) {
  border-width: 0 2px;
}
.accordion__content--highlight-solid {
  border-width: 1px 2px 2px;
  border-color: #725090;
}
.accordion__label--action-solid {
  color: #ffffff;
  border-color: #339933;
  background-color: #339933;
}
.accordion__label--action-solid:hover {
  color: #ffffff;
  background-color: #1f861f;
}
.accordion__label--action-solid:focus {
  outline: 1px dashed rgba(255, 255, 255, 0.3);
}
.accordion__label--action-solid.is-active {
  color: #ffffff;
  border-color: #339933;
  background-color: #339933;
}
.js .accordion__content--action-solid:not(.is-active) {
  border-width: 0 2px;
}
.accordion__content--action-solid {
  border-width: 1px 2px 2px;
  border-color: #339933;
}

/*------ Modals -------*/

.js .modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 48px 24px;
  z-index: -1;
  overflow-y: auto;
  overscroll-behavior: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  visibility: hidden;
  opacity: 0;
}
.js .modal::-webkit-scrollbar {
  display: none;
}
.js .modal.is-active {
  opacity: 1;
  z-index: 999;
  visibility: visible;
  transition: all 0.2s ease-out;
}
.modal__close {
  display: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  padding: 24px 24px 0 0;
  font-size: 26px;
  line-height: 36px;
  color: #96a4aa;
  background: rgba(9, 20, 24, 0.9);
}
.modal__close:hover,
.modal__close:focus {
  color: #f7f9fa;
}
.js .modal__close {
  display: flex;
}
.modal__content {
  width: 100%;
  max-width: 1280px;
  max-height: calc(100vh - (2 * 24px));
  margin: 24px 0;
  padding: 24px;
  border-radius: 5px;
  border: 1px solid #e9f0f2;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.modal__content--thin {
  max-width: 640px;
}
.js .modal__content {
  overflow-y: auto;
  overscroll-behavior: contain;
}
.modal__registration-title {
  text-align: center;
  color: #273a41;
}
.modal__divider {
  border-right: 1px solid #273a41; 
}
.modal__close-icon {
  padding-top: 120px;
}

@media (min-width: 1370px) {
  .js .modal {
    padding: 72px 48px;
  }
  .modal__close {
    padding: 48px 48px 0 0;
  }
  .modal__content {
    padding: 48px;
  }
  .modal__content--thin {
    padding: 48px 36px;
  }
}

.js .modal-speakers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 48px 24px;
  z-index: -1;
  overflow-y: auto;
  overscroll-behavior: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  visibility: hidden;
  opacity: 0;
}
.js .modal-speakers.is-active {
  opacity: 1;
  z-index: 999;
  visibility: visible;
  transition: all 0.2s ease-out;
}
.modal-speakers__content {
  width: 100%;
  max-width: 1280px;
  max-height: calc(100vh - (2 * 24px));
  margin: 24px 0;
  padding: 24px;
  border-radius: 5px;
  border: 1px solid #e9f0f2;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

/*! ---------- =cards ---------- */

.card {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 1px solid #ced9dd;
  border-radius: 6px;
  color: #000000;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}
.card__body {
  padding: 24px;
  flex-grow: 1;
}
.card__image {
  width: 100%;
  transform-origin: 50% 100%;
  transition: transform 0.15s ease-out;
  height: 123px;
}
a.card:hover .card__image,
a.card:focus .card__image {
  transform: scale(1.04);
}
.card__sponsored {
  margin: 24px 0 0 24px;
  align-self: flex-start;
  z-index: 100;
}
.card__image + .card__sponsored {
  position: absolute;
  top: 12px;
  left: 12px;
  margin: 0;
}
.card__header,
.card__footer,
.card__section {
  padding: 24px;
  border: solid #ced9dd;
}
.card__header--secondary,
.card__footer--secondary,
.card__section--secondary {
  background: #f7f9fa;
}
.card__header--tertiary,
.card__footer--tertiary,
.card__section--tertiary {
  background: #e9f0f2;
}
.card__header--borderless,
.card__footer--borderless,
.card__section--borderless {
  border: none;
}
.card__header {
  border-width: 0 0 1px;
  flex-grow: 0;
}
.card__header--borderless:not(.card__header--secondary):not(.card__header--tertiary) {
  padding-bottom: 0;
}
.card__footer {
  border-width: 1px 0 0;
  justify-self: flex-end;
  flex-grow: 0;
}
.card__footer--borderless:not(.card__footer--secondary):not(.card__footer--tertiary) {
  padding-top: 0;
}
.card__section {
  border-width: 1px 0;
  margin-top: 24px;
  margin-bottom: 24px;
}
.card__section + .card__section {
  margin-top: -24px;
  border-top-width: 0;
}
.card__section:first-child {
  margin-top: 0;
}
.card__section:last-child {
  margin-bottom: 0;
}
.card__body > .card__section {
  margin-left: -24px;
  margin-right: -24px;
}
.card__body > .card__section:first-child {
  margin-top: -24px;
}
.card__body > .card__section:last-child {
  margin-bottom: -24px;
}
.card--primary,
.card--primary .card__header,
.card--primary .card__footer,
.card--primary .card__section {
  border-color: #003D5C;
}
.card--primary a:not(.button):not(.more),
.card--primary h1,
.card--primary h2,
.card--primary h3,
.card--primary h4,
.card--primary h5,
.card--primary h6,
.card--primary .h1,
.card--primary .h2,
.card--primary .h3,
.card--primary .h4,
.card--primary .h5,
.card--primary .h6 {
  color: #003D5C;
}
.card--primary .card__header--secondary,
.card--primary .card__footer--secondary,
.card--primary .card__section--secondary {
  color: #004162;
  background: #f7fcff;
}
.card--primary .card__header--tertiary,
.card--primary .card__footer--tertiary,
.card--primary .card__section--tertiary {
  color: #004162;
  background: #bbdbeb;
}
.card--accent,
.card--accent .card__header,
.card--accent .card__footer,
.card--accent .card__section {
  border-color: #725090;
}
.card--accent a:not(.button):not(.more),
.card--accent h1,
.card--accent h2,
.card--accent h3,
.card--accent h4,
.card--accent h5,
.card--accent h6,
.card--accent .h1,
.card--accent .h2,
.card--accent .h3,
.card--accent .h4,
.card--accent .h5,
.card--accent .h6 {
  color: #725090;
}
.card--accent .card__header--secondary,
.card--accent .card__footer--secondary,
.card--accent .card__section--secondary {
  color: #492766;
  background: #fcf8ff;
}
.card--accent .card__header--tertiary,
.card--accent .card__footer--tertiary,
.card--accent .card__section--tertiary {
  color: #492766;
  background: #e3d3f1;
}
.card--action,
.card--action .card__header,
.card--action .card__footer,
.card--action .card__section {
  border-color: #339933;
}
.card--action a:not(.button):not(.more),
.card--action h1,
.card--action h2,
.card--action h3,
.card--action h4,
.card--action h5,
.card--action h6,
.card--action .h1,
.card--action .h2,
.card--action .h3,
.card--action .h4,
.card--action .h5,
.card--action .h6 {
  color: #339933;
}
.card--action .card__header--secondary,
.card--action .card__footer--secondary,
.card--action .card__section--secondary {
  color: #0c690c;
  background: #f4fff4;
}
.card--action .card__header--tertiary,
.card--action .card__footer--tertiary,
.card--action .card__section--tertiary {
  color: #0c690c;
  background: #cbefcb;
}
.card--fill-primary .card__header,
.card--fill-primary .card__footer,
.card--fill-primary .card__section,
.card--fill-accent .card__header,
.card--fill-accent .card__footer,
.card--fill-accent .card__section,
.card--fill-action .card__header,
.card--fill-action .card__footer,
.card--fill-action .card__section,
.card--inverse .card__header,
.card--inverse .card__footer,
.card--inverse .card__section {
  border-color: #ffffff;
}
.card--fill-primary,
.card--fill-accent,
.card--fill-action,
.card--inverse {
  border: none;
  color: #ffffff;
  box-shadow: none;
}
.card--fill-primary h1,
.card--fill-primary h2,
.card--fill-primary h3,
.card--fill-primary h4,
.card--fill-primary h5,
.card--fill-primary h6,
.card--fill-primary .h1,
.card--fill-primary .h2,
.card--fill-primary .h3,
.card--fill-primary .h4,
.card--fill-primary .h5,
.card--fill-primary .h6,
.card--fill-accent h1,
.card--fill-accent h2,
.card--fill-accent h3,
.card--fill-accent h4,
.card--fill-accent h5,
.card--fill-accent h6,
.card--fill-accent .h1,
.card--fill-accent .h2,
.card--fill-accent .h3,
.card--fill-accent .h4,
.card--fill-accent .h5,
.card--fill-accent .h6,
.card--fill-action h1,
.card--fill-action h2,
.card--fill-action h3,
.card--fill-action h4,
.card--fill-action h5,
.card--fill-action h6,
.card--fill-action .h1,
.card--fill-action .h2,
.card--fill-action .h3,
.card--fill-action .h4,
.card--fill-action .h5,
.card--fill-action .h6,
.card--inverse h1,
.card--inverse h2,
.card--inverse h3,
.card--inverse h4,
.card--inverse h5,
.card--inverse h6,
.card--inverse .h1,
.card--inverse .h2,
.card--inverse .h3,
.card--inverse .h4,
.card--inverse .h5,
.card--inverse .h6 {
  color: #ffffff;
}
.card--fill-primary a:not(.button):not(.more),
.card--fill-accent a:not(.button):not(.more),
.card--fill-action a:not(.button):not(.more),
.card--inverse a:not(.button):not(.more) {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.card--fill-primary {
  background: #003D5C;
}
.card--fill-primary .card__header--secondary,
.card--fill-primary .card__footer--secondary,
.card--fill-primary .card__section--secondary {
  background: #003D5C;
}
.card--fill-primary .card__header--tertiary,
.card--fill-primary .card__footer--tertiary,
.card--fill-primary .card__section--tertiary {
  background: #004162;
}
.card--fill-accent {
  background: #725090;
}
.card--fill-accent .card__header--secondary,
.card--fill-accent .card__footer--secondary,
.card--fill-accent .card__section--secondary {
  background: #5c397b;
}
.card--fill-accent .card__header--tertiary,
.card--fill-accent .card__footer--tertiary,
.card--fill-accent .card__section--tertiary {
  background: #492766;
}
.card--fill-action {
  background: #339933;
}
.card--fill-action .card__header--secondary,
.card--fill-action .card__footer--secondary,
.card--fill-action .card__section--secondary {
  background: #1f861f;
}
.card--fill-action .card__header--tertiary,
.card--fill-action .card__footer--tertiary,
.card--fill-action .card__section--tertiary {
  background: #0c690c;
}
.card--inverse {
  background: #091418;
}
.card--inverse .card__header--secondary,
.card--inverse .card__footer--secondary,
.card--inverse .card__section--secondary {
  background: #2f3c42;
}
.card--inverse .card__header--tertiary,
.card--inverse .card__footer--tertiary,
.card--inverse .card__section--tertiary {
  background: #536166;
}

.card-grid {
  display: grid;
  grid-template-columns: Repeat(auto-fit, minmax(288px, 1fr));
  gap: 48px;
}
.card-grid:not(:last-child) {
  margin-bottom: 48px;
}
.card-grid--compact {
  gap: 24px;
}


/*! ---------- =background sections ---------- */

.background-section {
  position: relative;
  padding: 0 24px;
  margin-top: 48px;
  margin-bottom: 48px;
}
.background-section:first-child {
  margin-top: 0;
}
.background-section:last-child {
  margin-bottom: 0;
}
.content > .page-bounds > .background-section:first-child {
  margin-top: -24px;
}
.background-section__wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.background-section__media,
.background-section__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.background-section__media {
  background-color: #e9f0f2;
}
.background-section__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.background-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.background-section__video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
.background-section__video-player {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in 2.9s;
}
.background-section__video-player.is-wide {
  top: 50%;
  transform: translateY(-50%);
}
.background-section__video-player.is-tall {
  left: 50%;
  transform: translateX(-50%);
}
.background-section__video-container.is-loaded .background-section__video-player {
  opacity: 1;
}
.background-section__video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.background-section__content {
  position: relative;
  z-index: 3;
}

@media (min-width: 1370px) {
  .background-section {
    padding-left: 48px;
    padding-right: 48px;
  }
  .content > .page-bounds > .background-section:first-child {
    margin-top: -48px;
  }
}

@media (min-width: 1020px) {
  .background-section--left .background-section__content {
    width: 50%;
  }
  .background-section--right .background-section__content {
    width: 50%;
    float: right;
  }
}


/*! ---------- =interstitials ---------- */

.interstitial {
  position: relative;
  padding: 0 24px;
  margin-top: 48px;
  margin-bottom: 48px;
}
.interstitial:first-child {
  margin-top: 0;
}
.interstitial:last-child {
  margin-bottom: 0;
}
.content > .page-bounds > .interstitial:first-child {
  margin-top: -24px;
}
.interstitial::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: url("/images/default-source/ui-images/bg-molecules-3.svg") no-repeat 100% 50%, linear-gradient(to right, rgba(0, 84, 126, 0), rgba(0, 84, 126, 0.3));
  background-size: auto 100%, auto auto;
  z-index: 2;
}
.interstitial--left::before {
  transform: scaleX(-1);
}
.interstitial__wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.interstitial__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
}
.interstitial__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.interstitial__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.interstitial__video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
.interstitial__video-player {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in 2.9s;
}
.interstitial__video-player.is-wide {
  top: 50%;
  transform: translateY(-50%);
}
.interstitial__video-player.is-tall {
  left: 50%;
  transform: translateX(-50%);
}
.interstitial__video-container.is-loaded .interstitial__video-player {
  opacity: 1;
}
.interstitial__video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.interstitial__content {
  padding: 72px 0;
  position: relative;
  z-index: 3;
}
.interstitial__actions {
  margin-top: 24px;
}

@media (max-width: 1369.98px) {
  .interstitial__title {
    font-size: 7vw;
    line-height: 1.2;
  }
}

@media (min-width: 1370px) {
  .interstitial {
    padding-left: 48px;
    padding-right: 48px;
  }
  .content > .page-bounds > .interstitial:first-child {
    margin-top: -48px;
  }
}

/*! 'cubic' interstitial style */
.interstitial {
  padding-top: 48px;
  padding-bottom: 48px;
}
.interstitial__content {
  padding: 36px 24px;
  background: rgba(0, 102, 153, 0.92);
  border-radius: 3px;
}
.interstitial__title {
  color: #ffffff;
}
.interstitial__description {
  color: #f7fcff;
}

@media (min-width: 1370px) {
  .interstitial {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .interstitial__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 48px;
  }
  .interstitial--left .interstitial__content {
    width: 480px;
  }
  .interstitial--right .interstitial__content {
    width: 480px;
    float: right;
  }
  .interstitial__title {
    font-size: 50px;
  }
  .interstitial__actions {
    margin-top: 36px;
  }
}


/*! ---------- =horizontal scrollers ---------- */

.horizontal {
  margin-bottom: 24px;
  position: relative;
}
.horizontal__scroller {
  overflow: hidden;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
  padding-bottom: 12px;
}
.horizontal__content {
  display: flex;
  gap: 24px;
}
.horizontal__content--align-top {
  align-items: flex-start;
}
.horizontal__content--align-bottom {
  align-items: flex-end;
}
.horizontal__content--align-center {
  align-items: center;
}
.horizontal__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0 !important;
  flex: 0 0 calc((100% - 48px) / 3) !important;
}
.horizontal__item--single {
  flex: 0 0 100% !important;
}
.horizontal__item--stretch {
  align-self: stretch;
}
.horizontal__item--center {
  align-self: center;
}
.horizontal__item--top {
  align-self: flex-start;
}
.horizontal__item--bottom {
  align-self: flex-end;
}
.horizontal__content--pack .horizontal__item {
  flex-basis: auto !important;
}
.horizontal__control {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

  width: 48px;
  height: 48px;



  position: absolute;
  top: 50%;
  margin-top: -12px;
  transform: translateY(-50%);
  color: #003D5C;
  background: #ffffff;
  border: 1px solid #ced9dd;
  border-radius: 50%;
  z-index: 3;
}
.horizontal__control:hover,
.horizontal__control:focus {
  color: #725090;
  border-color: #725090;
}
.horizontal__control--left {
  left: 12px;
}
.horizontal__control--right {
  right: 12px;
}
.horizontal--is-at-start .horizontal__control--left,
.horizontal--is-at-start .horizontal__control--left:hover,
.horizontal--is-at-start .horizontal__control--left:focus,
.horizontal--is-at-end .horizontal__control--right,
.horizontal--is-at-end .horizontal__control--right:hover,
.horizontal--is-at-end .horizontal__control--right:focus {
  color: #b9c6cb;
  border-color: #e9f0f2;
  background: #e9f0f2;
  cursor: default;
  opacity: 0.4;
}

@media (max-width: 1369.98px) {
  .horizontal__item {
    flex-basis: calc((100% - 24px) / 2) !important;
  }
}

@media (max-width: 479.97px) {
  .horizontal {
    margin-left: -24px;
    margin-right: -24px;
  }
  .horizontal__content {
    padding-left: 24px;
  }
  .horizontal__content::after {
    content: "";
    display: block;
    flex: 0 0 1px !important;
  }
  .horizontal__item {
    flex-basis: 80% !important;
  }
  
}


@media (max-width: 859px) {
  .event-scroller .horizontal__item {
  display: block;
  flex-direction: column;
  justify-content: center;
  margin-top: 0 !important;
  flex: 0 0 calc((100% - 48px) / 3) !important;
}

 .event-scroller .horizontal__item {
    flex-basis: 97% !important;
}

}

@media (min-width: 1472px) {
  .horizontal:not(.to-screen-edges) .horizontal__control {
    background: none;
    border: none;
    font-size: 50px;
    line-height: 60px;
  }
  .horizontal:not(.to-screen-edges) .horizontal__control--left {
    left: -72px;
  }
  .horizontal:not(.to-screen-edges) .horizontal__control--right {
    right: -72px;
  }
}


/*! ---------- =lists ---------- */

.item-list {
  list-style: none;
  margin-left: 0;
}
.item-list:not(:last-child) {
  margin-bottom: 48px;
}
.item-list + .button {
  margin-top: -24px;
}
.item-list__item + .item-list__item {
  margin-top: 36px;
  padding-top: 36px;
  border-top: 1px solid #e9f0f2;
}
.item-list--compact .item-list__item + .item-list__item {
  margin-top: 12px;
  padding-top: 12px;
}
.item-list--grid > .item-list__item + .item-list__item {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.item-list__link {
  display: block;
  position: relative;
  color: #546b75;
}
.item-list__link:hover,
.item-list__link:focus {
  color: #546b75;
}
.item-list__media {
  display: block;
  width: 120px;
  max-width: 33%;
  float: left;
  margin-right: 24px;
  overflow: hidden;
}
.item-list--compact .item-list__media {
  width: 80px;
  max-width: 28%;
}
.item-list__media img {
  transition: transform 0.15s ease-out;
}
.item-list__cart {
  width: 100%;
  margin-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 15px;
}
a.item-list__link:hover .item-list__media img,
a.item-list__link:focus .item-list__media img {
  transform: scale(1.04);
}
.item-list__block-date {
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  float: left;
  margin: 0 24px 0 0;
  text-align: center;
  border-radius: 3px;
  color: #ffffff;
  background: #003D5C linear-gradient(110deg, #003D5C, #006764);
  transition: all 0.15s ease-out;
}
.item-list__block-date--compact {
  height: 75px;
}
.item-list__link:hover .item-list__block-date,
.item-list__link:focus .item-list__block-date {
  transform: scale(1.03);
  background: #725090 linear-gradient(110deg, #725090, #003D5C);
}
.item-list__block-date-month {
  font-size: 21px;
  line-height: 24px;
}
.item-list__block-date-day {
  font-size: 50px;
  line-height: 1;
  font-weight: 300;
}
.item-list__block-date-day--compact {
  font-size: 21px;
}
.item-list__content {
  overflow: hidden;
}
.item-list__title {
  font-family: "Lato", Helvetica, Arial, serif;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  margin: 0;
  color: #003D5C;
  transition: color 0.15s ease-out;
}
.item-list__title--small {
  font-size: 21px;
  line-height: 24px;
}
span.item-list__link .item-list__title {
  color: #273a41;
}
.item-list a.item-list__title:hover,
.item-list a.item-list__title:focus,
a.item-list__link:hover .item-list__title,
a.item-list__link:focus .item-list__title {
  color: #725090;
}
.item-list__date {
  display: block;
  margin: 6px 0 0;
  font-family: "Lato", Helvetica, Arial, serif;
  font-style: italic;
  opacity: 0.7;
}
.item-list__attributes {
  display: flex;
  flex-flow: row wrap;
  gap: 12px 36px;
  margin-top: 12px;
}
.item-list__attribute-container {
  flex: 0 0 100%;
}
.item-list__attribute-label,
.item-list__attribute-value {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: 0;
}
.item-list__attribute-label {
  width: 24px;
}
.item-list__attribute-value {
  font-weight: 400;
}
.item-list__description {
  margin: 6px 0 0;
}
.item-list--grid .item-list__media {
  width: 100%;
  max-width: 100%;
  float: none;
  margin: 0 auto 12px;
}
.item-list--grid .item-list__media img {
  width: 100%;
}
.item-list--grid .item-list__item + .item-list__item {
  margin-top: 0;
}

@media (max-width: 479.97px) {
  /* .item-list__media {
    float: none;
    margin: 0 auto 12px;
  } */
  .item-list__block-date {
    width: 84px;
    height: 84px;
  }
  .item-list__block-date-month {
    font-size: 17px;
  }
  .item-list__block-date-day {
    font-size: 26px;
  }
}

@media (min-width: 1370px) {
  .item-list__tags {
    float: right;
    max-width: 60%;
    margin: 3px 0 6px 12px;
    text-align: right;
  }
}


.stacked-list {
  list-style: none;
  margin: 0;
}
.stacked-list:not(:last-child) {
  margin-bottom: 48px;
}
.stacked-list--constrain {
  max-width: 50em !important;
  margin-left: auto;
  margin-right: auto;
}
.stacked-list__item {
  margin: 0;
}
.stacked-list__item + .stacked-list__item {
  margin-top: 48px;
}
.stacked-list__link {
  display: block;
  position: relative;
  color: #546b75;
}
.stacked-list__link:hover,
.stacked-list__link:focus {
  color: #546b75;
}
.stacked-list__media {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.stacked-list__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.15s ease-out;
}
.stacked-list__link:hover .stacked-list__media img,
.stacked-list__link:focus .stacked-list__media img {
  transform: scale(1.05);
}
.stacked-list__content {
  position: relative;
  z-index: 3;
}
.stacked-list__title {
  font-size: 26px;
  line-height: 36px;
}
.stacked-list__link:hover .stacked-list__title,
.stacked-list__link:focus .stacked-list__title {
  color: #003D5C;
}
.stacked-list__title + .stacked-list__tags {
  margin-top: -16.8px;
  margin-bottom: 12px;
}
.stacked-list__date {
  display: block;
  font-size: 15px;
  color: #7696a3;
}
.stacked-list__title + .stacked-list__date {
  margin-top: -24px;
}
.stacked-list__date + .stacked-list__description {
  margin-top: 12px;
}

.tiled-list {
  list-style: none;
  margin: 0;
}
.tiled-list:not(:last-child) {
  margin-bottom: 48px;
}
.tiled-list__item {
  display: flex;
  margin: 0;
}
.tiled-list__exposition {
  position: relative;
  overflow: hidden;
}
.tiled-list__actions {
  margin-top: 24px;
}
.tiled-list__link {
  flex: 0 0 100%;
  display: block;
  position: relative;
}
.tiled-list__media {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tiled-list__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.15s ease-out;
}
.tiled-list__link:hover .tiled-list__media img,
.tiled-list__link:focus .tiled-list__media img {
  transform: scale(1.05);
}
.tiled-list__content {
  position: relative;
  z-index: 3;
}
.tiled-list__tags {
  display: flex;
  flex-flow: row wrap;
  margin: -42px 0 18px;
  gap: 12px;
}
.tiled-list__tag {
  display: inline-block;
  padding: 6px 24px;
  max-width: 100%;
  font-weight: 700;
  color: #ffffff;
  background: #003D5C;
  border-radius: 3px;
}
.tiled-list__title {
  font-size: 26px;
  line-height: 36px;
}
.tiled-list__date {
  display: block;
  font-size: 15px;
}
.tiled-list__date + .tiled-list__description {
  margin-top: 12px;
}

@media (max-width: 1369.98px) {

  .tiled-list__item + .tiled-list__item,
  .tiled-list__exposition + .tiled-list__item {
    margin-top: 24px;
  }
}

@media (min-width: 1370px) {
  .tiled-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 24px;
  }
  .tiled-list__exposition,
  .tiled-list__item {
    flex: 1 0 30%;
  }
  .tiled-list__item2 {
    flex: 1 0 40%;
  }
  .tiled-list__item--featured {
    flex: 11 0 45%;
  }
}

@media (min-width: 1370px) and (max-width: 1019.97px) {
  .tiled-list__item:not(.tiled-list__item--featured) .tiled-list__description {
    display: none;
  }
}

/*! 'professional' homepage list styles */
.stacked-list__link {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.stacked-list__media {
  flex: 0 0 192px;
  height: 192px;
}
.stacked-list__date::before {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  margin: 24px 0;
  background: #e9f0f2;
}
.stacked-list__title + .stacked-list__date {
  margin-top: 0;
}

@media (max-width: 1369.98px) {
  .stacked-list__link {
    flex-direction: column;
    align-items: stretch;
  }
}


.tiled-list__exposition,
.tiled-list__link {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.tiled-list__exposition {
  padding: 24px;
}
.tiled-list__link {
  display: flex;
  min-height: 384px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  color: #546b75;
  background: #003D5C;
}
.tiled-list__link:hover,
.tiled-list__link:focus {
  color: #725090;
}
.tiled-list__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #725090;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.15s ease-out;
}
.tiled-list__link:hover::before,
.tiled-list__link:focus::before {
  opacity: 0.2;
}
.tiled-list__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tiled-list__content {
  padding: 24px;
  margin-top: 216px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.tiled-list__title {
  margin-bottom: 6px;
  font-weight: 700;
  color: #273a41;
}
.tiled-list__link:hover .tiled-list__title,
.tiled-list__link:focus .tiled-list__title {
  color: #725090;
}
.tiled-list__title + .tiled-list__tags {
  margin-top: -12px;
}
.tiled-list__overview::before {
  background: #e9f0f2;
}
.tiled-list__date {
  opacity: 0.8;
}

@media (min-width: 1370px) {
  .tiled-list__exposition {
    padding-top: 48px;
  }
  .tiled-list__content {
    padding: 36px;
    margin-top: 264px;
  }
  .tiled-list__tags {
    margin-top: -54px;
  }
}


.attribute-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.attribute-list:not(:last-child) {
  margin-bottom: 36px;
}
.attribute-list--horizontal {
  flex-flow: row wrap;
  gap: 12px 36px;
}
.attribute-list__label,
.attribute-list__value {
  display: block;
  float: none;
  margin: 0;
}
.attribute-list__label {
  color: #7696a3;
  font-size: 15px;
  font-weight: 500;
}
.attribute-list__value {
  font-size: 21px;
}


.pagination {
  list-style: none;
  margin: 24px 0 36px;

}
.pagination .overview {
  display: block;
  font-size: 15px;
}
.pagination li {
  display: inline-block;
  margin-bottom: 0.2em;
}
.pagination li a, .pagination li span {
  display: block;
  width: 36px;
  padding: 6px 0;
  text-align: center;
  color: #546b75;
  font-size: 15px;
}
.pagination li a {
  background: #f7f9fa;
}
.pagination li a:hover,
.pagination li a:focus {
  color: #ffffff;
  background: #725090;
}
.pagination .active a {
  font-weight: 700;
  color: #ffffff;
  background: #003D5C;
}

@media (min-width: 1020px) {
  .pagination .overview {
    display: inline-block;
    margin-right: 1.5em;
  }
}


/*! ---------- =quicklinks ---------- */

.quicklinks {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 48px;
}
.quicklinks__item {
  display: flex;
  min-width: 0;
}
.quicklinks__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 100%;
  min-width: 0;
  padding: 24px;
  word-wrap: break-word;
  position: relative;
}
.quicklinks__media {
  z-index: 1;
  overflow: hidden;
}
.quicklinks__media img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity 0.15s ease-out, transform 0.15s ease-out;
}
.quicklinks__link:hover .quicklinks__media img,
.quicklinks__link:focus .quicklinks__media img {
  transform: scale(1.05);
}
.quicklinks__icon,
.quicklinks__content,
.quicklinks__disclose {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.quicklinks__icon {
  font-size: 50px;
}
.quicklinks__icon + .quicklinks__content .quicklinks__title,
.quicklinks__icon + .quicklinks__content .quicklinks__description:first-child {
  margin-top: 18px;
}
.quicklinks__title {
  display: block;
}
.quicklinks__description {
  margin-top: 12px;
}
.quicklinks__disclose {
  margin-top: 24px;
  font-size: 26px;
}

@media (max-width: 1369.98px),
(min-width: 1020px) {
  .quicklinks__item--horizontal .quicklinks__link {
    flex-direction: row;
  }
  .quicklinks__item--horizontal .quicklinks__icon + .quicklinks__content {
    margin-left: 18px;
  }
  .quicklinks__item--horizontal .quicklinks__icon + .quicklinks__content .quicklinks__title,
  .quicklinks__item--horizontal .quicklinks__icon + .quicklinks__content .quicklinks__description:first-child {
    margin-top: 0;
  }
  .quicklinks__item--horizontal .quicklinks__disclose {
    margin-top: 0;
    margin-left: 24px;
  }
}

@media (max-width: 1369.98px) {
  .quicklinks {
    flex-direction: column;
  }
  .quicklinks__item + .quicklinks__item {
    margin-top: 24px;
  }
}

@media (min-width: 1370px) {
  .quicklinks__item {
    flex: 1 0 10%;
  }
  .quicklinks__item + .quicklinks__item {
    margin-left: 24px;
  }
}

/*! 'professional' quicklinks style */
.quicklinks__link {
  padding-top: 48px;
  padding-bottom: 48px;
  color: #ffffff;
  background: #003D5C;
}
.quicklinks__link:hover,
.quicklinks__link:focus {
  color: #ffffff;
  background: #258bbe;
}
.quicklinks__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.quicklinks__media img {
  opacity: 0.4;
}
.quicklinks__link:hover .quicklinks__media img,
.quicklinks__link:focus .quicklinks__media img {
  opacity: 0.7;
}
.quicklinks__icon {
  color: #ffffff;
  transition: color 0.15s ease-out;
}
.quicklinks__link:hover .quicklinks__icon,
.quicklinks__link:focus .quicklinks__icon {
  color: #ffffff;
}
.quicklinks__title {
  font-size: 21px;
  color: #ffffff;
  transition: color 0.15s ease-out;
}
.quicklinks__link:hover .quicklinks__title,
.quicklinks__link:focus .quicklinks__title {
  color: #ffffff;
}
.quicklinks__description::before {
  content: "";
  display: block;
  width: 96px;
  height: 4px;
  margin: 18px 0;
  background: rgba(255, 255, 255, 0.4);
  transition: background-color 0.15s ease-out;
}
.quicklinks__link:hover .quicklinks__description::before,
.quicklinks__link:focus .quicklinks__description::before {
  background: rgba(255, 255, 255, 0.4);
}


/*! ---------- =body ---------- */

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #ffffff;
}

.content {
  padding: 24px;
  padding-top: 96px;
}

.page-bounds {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}


@media (min-width: 1370px) {
  .content {
    padding: 48px;
  }
}


/*! ---------- =header common ---------- */

.page-header {
  padding: 0 24px;
  border-bottom: 1px solid #e9f0f2;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 100;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.page-header .page-bounds {
  position: relative;
}
.page-header__toggle {
  display: none;
}

@media (max-width: 1369.98px) {
  .page-header {
    width: 100%;
  }
  .page-header__toggle {
    position: absolute;
    right: -24px;
    top: 0;
    padding: 24px 24px;
    color: #273a41;
  }
  .page-header__toggle.mobile-menu-is-open {
    color: #339933;
  }
  .js .page-header__toggle {
    display: block;
  }
  .page-header__toggle .toggle-indicator {
    margin-left: 6px;
  }
  .page-header__content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    clear: both;
    margin-left: -24px;
    margin-right: -24px;
  }
}

@media (min-width: 1370px) {
  .page-header {
    padding-left: 48px;
    padding-right: 48px;
    background: rgba(255, 255, 255, 0.88);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }
}


@media (max-width: 1369.98px) {
  .header-search {
    order: 1;
  }

  .header-nav {
    order: 2;
  }

  .header-utility {
    order: 3;
  }
}

/*! slide-right / offscreen mobile menu */

/*
@media (min-width: 1370px) {
  .header-nav__main-list li:first-of-type {
   opacity: 0;
  }
}
*/


@media (max-width: 1369.98px) {
  .page-header__content {
    display: none;
    width: 80%;
    width: calc(100% - 72px);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    overflow: auto;
    background: #003D5C;
    transition: all 0.15s ease-out;
  }

  @supports (transform: translateX(-100%)) {
    .page-header__content {
      display: flex;
      transform: translateX(-100%);
      opacity: 0;
      visibility: hidden;
    }
  }

  .page-header__content.mobile-menu-is-open {
    display: block;
    display: flex;
  }

  @supports (transform: translateX(-100%)) {
    .page-header__content.mobile-menu-is-open {
      transform: translateX(0);
      box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15), 1px 0 2px rgba(0, 0, 0, 0.2);
      opacity: 1;
      visibility: visible;
    }
  }

  .page-header .header-search__input {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
    border-width: 1px 0 !important;
  }
  .page-header .header-search__submit {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    background: transparent;
    color: #003D5C;
  }
}

.page-header__toggle.mobile-menu-is-open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20%;
  width: calc(0% + 72px);
  font-size: 0.01px;
  color: transparent;
  background: rgba(255, 255, 255, 0.7);
}
.page-header__toggle.mobile-menu-is-open .toggle-indicator {
  position: absolute;
  top: 26px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}


/*! ---------- =header components ---------- */

.header-logo a,
.header-logo img {
  display: block;
  max-width: 100%;
  margin: 0;
}

@media (max-width: 1369.98px) {
  .header-logo a {
    padding: 12px 0;
  }
  .header-logo img {
    max-height: 48px;
  }
}


.toggle-indicator {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  position: relative;
}
.toggle-indicator__piece {
  display: block;

  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out;
}
.toggle-indicator__piece::before {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  background: #091418;
  transition: background 0.2s ease-out;
}
.page-header .toggle-indicator__piece::before {
  background: #273a41;
}
.toggle-indicator__piece--1 {
  margin-top: -8px;
}
.toggle-indicator__piece--3 {
  margin-top: 4px;
}
.is-active .toggle-indicator__piece,
.mobile-menu-is-open .page-header .toggle-indicator__piece {
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s;
}
.is-active .toggle-indicator__piece::before,
.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #725090;
}
.is-active .toggle-indicator__piece--2,
.mobile-menu-is-open .page-header .toggle-indicator__piece--2 {
  opacity: 0;
}
.is-active .toggle-indicator__piece--1,
.is-active .toggle-indicator__piece--3,
.mobile-menu-is-open .page-header .toggle-indicator__piece--1,
.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  margin-top: -2px;
}
.is-active .toggle-indicator__piece--1,
.mobile-menu-is-open .page-header .toggle-indicator__piece--1 {
  transform: rotate(-45deg);
}
.is-active .toggle-indicator__piece--3,
.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  transform: rotate(45deg);
}
.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #339933;
}

.header-utility__link,
.header-utility__link-2 {
  display: block;
  padding: 12px;
  color: #bbdbeb;
}
.header-utility__link:hover,
.header-utility__link:focus,
.header-utility__link-2:hover,
.header-utility__link-2:focus {
  color: #ffffff;
}
.header-utility ul {
  list-style: none;
  margin: 0;
}
.header-utility__item--emphasize .header-utility__link,
.header-utility__item--highlight .header-utility__link {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 700;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), inset 0 0 0 2px #69bae2;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
}
.header-utility__item--emphasize .header-utility__link:hover,
.header-utility__item--emphasize .header-utility__link:focus,
.header-utility__item--highlight .header-utility__link:hover,
.header-utility__item--highlight .header-utility__link:focus {
  transform: translateY(-1px);
}
.header-utility__item--highlight .header-utility__link {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), inset 0 0 0 2px #88dc88;
}
.header-utility__item--emphasize .header-utility__link {
  color: #003D5C;
}
.header-utility__item--emphasize .header-utility__link:hover,
.header-utility__item--emphasize .header-utility__link:focus {
  color: #003D5C;
  background-color: #f7fcff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), inset 0 0 0 2px #69bae2;
}
.header-utility__item--highlight .header-utility__link {
  color: #339933;
}
.header-utility__item--highlight .header-utility__link:hover,
.header-utility__item--highlight .header-utility__link:focus {
  color: #1f861f;
  background-color: #f4fff4;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), inset 0 0 0 2px #88dc88;
}
.header-cart__link {
  font-size: 17px;
}
.header-cart__badge {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  padding: 0 12px;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: #393;
  border-radius: 12px;
}

@media (max-width: 1369.98px) {
  .header-utility {
    padding: 18px 12px;
    font-size: 15px;
  }
  .header-utility__item--emphasize,
  .header-utility__item--highlight {
    margin: 6px 0 12px 12px;
  }

   .header-utility__item > ul > li > a {
    padding: 12px 12px 12px 24px !important;
    color: #fff;
  }
  .header-utility__item > ul > li > a:hover,  .header-utility__item > ul > li > a:focus {
    color: #fff;
  }
}

@media (min-width: 1370px) {
  .header-utility__list {
    display: inline-block;
    vertical-align: middle;
  }
  .header-utility__item {
    display: inline-block;
  }
  .header-utility__item--emphasize,
  .header-utility__item--highlight {
    margin-left: 6px;
  }
  .header-utility__link {
    font-size: 15px;
    color: #e9f0f2;
  }
  .header-utility__link:hover,
  .header-utility__link:focus {
    color: #88dc88;
  }
  .header-utility__item--emphasize .header-utility__link,
  .header-utility__item--highlight .header-utility__link {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .header-utility__item {
    position: relative;
  }
  .header-utility__item > ul {
    min-width: 12em;
    padding: 12px 0;
    position: absolute;
    left: 50%;
    top: 100%;
    border: 1px solid #f1f1f1;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-12px);
    -ms-transform: translateX(-50%) translateY(-12px);
    transform: translateX(-50%) translateY(-12px);
    z-index: -1;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .header-utility__item > ul::before,
  .header-utility__item > ul::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top-width: 0;
    border-bottom-color: #f1f1f1;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 100%;
    z-index: 1;
  }
  .header-utility__item > ul::after {
    margin-bottom: -1px;
    border-bottom-color: #fff;
    z-index: 2;
  }
  .header-utility__item > ul > li > a {
    padding: 12px 12px !important;
    color: #21527b;
  }
  .header-utility__item > ul > li > a:hover,  .header-utility__item > ul > li > a:focus {
    color: #6b5187;
  }

  .header-utility__item > ul > li {
    padding-bottom: 12px;
    }

  .header-utility__item:hover > ul,
  .header-utility__item:focus > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    z-index: 4;
  }

  .header-utility__item > ul > li.header-utility__separator {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 0;
    margin-bottom: 12px;
  }  
}

@media (min-width: 1370px) and (max-width: 1019.97px) {
  .header-utility__item--emphasize .header-utility__link,
  .header-utility__item--highlight .header-utility__link {
    padding-left: 12px;
    padding-right: 12px;
  }
}


.header-search {
  position: relative;
}
.header-search__label {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 12px;
  margin: 0;
  opacity: 0.3;
  font-size: 17px;
}
.header-search__label:hover,
.header-search__label:focus {
  opacity: 0.8;
}
.header-search__input {
  display: block;
  width: 100%;
  padding: 12px 24px 12px 48px !important;
  margin: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  font-size: 17px;
  line-height: 24px;
  color: #ffffff !important;
  background: #000d13;
}
.header-search__submit {
  display: block;
  width: 48px;
  padding: 13px 0;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background: #000d13;
  font-weight: 700;
  color: #ffffff;
}

@media (max-width: 1369.98px) {
  .header-search__input {
    padding-right: 24px !important;
  }
}


.header-nav__main-list,
.header-nav__list-2,
.header-nav__list-3,
.header-nav__list-4,
.header-nav__list-5 {
  list-style: none;
  margin: 0;
}
.header-nav__main-item,
.header-nav__item-2,
.header-nav__item-3,
.header-nav__item-4,
.header-nav__item-5 {
  position: relative;
}
.header-nav__item-2 .header-nav__toggle {
  opacity: 0;
}
.header-nav a {
  display: block;
}
.header-nav__main-link {
  display: block;
  font-weight: 700;

  color: #273a41;
}
.header-nav__main-link.highlighted-main-nav {
  color: #258bbe;
}
.header-nav__link-2,
.header-nav__link-3,
.header-nav__link-4,
.header-nav__link-5 {
  font-size: 15px;
  color: #546b75;
}
.header-nav__link-3 {
  color: #698693;
}
.header-nav__link-4,
.header-nav__link-5 {
  color: #7b95a0;
}
.header-nav__toggle {
  display: none;
}

@media (max-width: 1369.98px) {
  .header-nav {
    background: #003D5C;
  }
  .header-nav__main-link,
  .header-nav__link-2,
  .header-nav__link-3,
  .header-nav__link-4,
  .header-nav__link-5 {
    padding: 12px 60px 12px 24px;
    border-bottom: 1px solid #003D5C;
  }
  .header-nav__main-link:hover,
  .header-nav__main-link:focus,
  .header-nav__link-2:hover,
  .header-nav__link-2:focus,
  .header-nav__link-3:hover,
  .header-nav__link-3:focus,
  .header-nav__link-4:hover,
  .header-nav__link-4:focus,
  .header-nav__link-5:hover,
  .header-nav__link-5:focus {
    color: #ffffff;
    background: #004162;
  }
  .header-nav__main-link {
    color: #ffffff;
    
  }
  .header-nav__link-2,
  .header-nav__link-3,
  .header-nav__link-4,
  .header-nav__link-5 {
    border-bottom-color: rgba(0, 102, 153, 0.5);
    color: #bbdbeb;
  }
  .header-nav__link-2 {
    padding-left: 48px;
  }
  .header-nav__link-3 {
    padding-left: 72px;
  }
  .header-nav__link-4 {
    padding-left: 96px;
  }
  .header-nav__link-5 {
    padding-left: 120px;
  }
  .js .header-nav li ul {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
  }
  .js .header-nav li ul.is-active {
    max-height: 100em;
    transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
  }
  .header-nav__toggle {
    width: 60px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .header-nav__main-item > .header-nav__toggle {
    width: 100%;
    left: 0;
  }
  .js .header-nav__toggle {
    display: block;
  }
  .header-nav__toggle::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-width: 0;
    border-top-color: #f7fcff;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    transform: scaleX(0.6);
    transition: transform 0.2s ease-out;
  }
  .header-nav__toggle:hover::before,
  .header-nav__toggle:focus::before {
    border-top-color: #88dc88;
  }
  .header-nav__toggle.is-active::before {
    border-top-color: #88dc88;
    transform: scaleX(0.6) rotateX(180deg);
  }
}

@media (min-width: 1370px) {
  .header-nav__main-list {
    display: flex;
    justify-content: space-around;
    text-align: center;
  }
  .header-nav__main-item {
    display: inline-block;
    flex: 1 0 auto;
  }
  .header-nav__main-link {
    padding: 24px 0;
    position: relative;
  }
  .header-nav__main-link:hover,
  .header-nav__main-link:focus {
    color: #725090;
  }
  .header-nav .is-current > a,
  .header-nav .is-current > span {
    color: #0c690c;
  }

  .header-nav ul ul  .is-current > a {
      color: #fff;
    }
}

@media (min-width: 1020px) {
  .header-nav__main-list {
    justify-content: flex-end;
  }
  .header-nav__main-item {
    flex-grow: 0;
  }
  .header-nav__main-link {
    font-size: 21px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .topic-nav__main {
    justify-content: center;
  }
}

/*! single-row dropdowns */

@media (min-width: 1370px) {
  .header-nav__main-link::before,
  .header-nav__main-link::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -10px;
    background: #003D5C;
    transform: scaleY(0.33) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: opacity 0.06s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
  }
  .header-nav__main-link {
    cursor: default;
  }
  .header-nav__main-link::before {
    width: 22px;
    height: 22px;
    margin-left: -11px;
    background: #003D5C;
  }
  .header-nav__list-2 {
    position: absolute;
    min-width: 15em;
    left: 50%;
    margin-left: -7.5em;
    top: 100%;
    padding: 24px 0;
    text-align: left;
    background: #003D5C;
    border: 1px solid #003D5C;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: opacity 0.0999s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
  }
  .header-nav__main-item:first-child .header-nav__list-2 {
    left: 0;
    margin-left: 0;
  }
  .header-nav__main-item:last-child .header-nav__list-2 {
    left: auto;
    margin-left: 0;
    right: 0;
  }
  .header-nav__link-2 {
    padding: 12px 24px;
    font-size: 17px;
    color: #ffffff;
  }
  .header-nav__link-2:hover,
  .header-nav__link-2:focus {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
  }
  .header-nav__list-2 ul {
    display: none;
  }
  .header-nav__main-item:hover .header-nav__main-link {
    color: #725090;
  }
  .header-nav__main-item:hover .header-nav__main-link::before,
  .header-nav__main-item:hover .header-nav__main-link::after {
    opacity: 1;
    visibility: visible;
    z-index: 101;
    transition: opacity 0.15s ease-out 0.275s,
                z-index 0s linear 0.275s,
                visibility 0s linear 0.275s;
  }
  .header-nav__main-item:hover .header-nav__list-2,
  .header-nav__list-2.is-focused {
    opacity: 1;
    z-index: 100;
    visibility: visible;
  }
  .header-nav__main-item:hover .header-nav__list-2 {
    transition: opacity 0.15s ease-out 0.2s,
                z-index 0s linear 0.2s,
                visibility 0s linear 0.2s;
  }
  .header-nav__list-2.is-focused {
    transition: opacity 0.1s ease-out,
                z-index 0s linear,
                visibility 0s linear;
  }
}

/*! navigation cascade animation */

@media (min-width: 1370px) {
  .header-nav__item-2 {
    transform: translateY(20px);
    opacity: 0;
  }
  .header-nav__main-item:hover .header-nav__item-2 {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out;
  }
  .header-nav__main-item:hover .header-nav__item-2:nth-child(1) {
    transition-delay: 0.235s, 0.235s;
  }
  .header-nav__main-item:hover .header-nav__item-2:nth-child(2) {
    transition-delay: 0.27s, 0.27s;
  }
  .header-nav__main-item:hover .header-nav__item-2:nth-child(3) {
    transition-delay: 0.305s, 0.305s;
  }
  .header-nav__main-item:hover .header-nav__item-2:nth-child(4) {
    transition-delay: 0.34s, 0.34s;
  }
  .header-nav__main-item:hover .header-nav__item-2:nth-child(5) {
    transition-delay: 0.375s, 0.375s;
  }
  .header-nav__main-item:hover .header-nav__item-2:nth-child(6) {
    transition-delay: 0.41s, 0.41s;
  }
  .header-nav__main-item:hover .header-nav__item-2:nth-child(7) {
    transition-delay: 0.445s, 0.445s;
  }
  .header-nav__main-item:hover .header-nav__item-2:nth-child(8) {
    transition-delay: 0.48s, 0.48s;
  }
  .header-nav__main-item:hover .header-nav__item-2:nth-child(9) {
    transition-delay: 0.515s, 0.515s;
  }
  .header-nav__main-item:hover .header-nav__item-2:nth-child(10) {
    transition-delay: 0.55s, 0.55s;
  }
  .header-nav__list-2.is-focused .header-nav__item-2 {
    transition: none;
    transform: none;
    opacity: 1;
  }
}


/*! ---------- =header layout ---------- */

.header-logo {
  float: left;
}

@media (min-width: 1370px) {
  .page-header {
    border-top: 48px solid #003D5C;
  }
  .page-header > .page-bounds {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .page-header__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .header-logo {
    max-width: 25%;
    margin-right: 24px;
  }
  .header-logo a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 104px;
    padding: 12px 0;
  }
  .header-logo img {
    max-height: 100%;
  }

  .header-utility,
  .header-search {
    position: absolute;
    bottom: 100%;
  }
  .header-utility {
    right: 14em;
    right: calc(14em + 24px);
  }
  .header-search {
    width: 14em;
    right: 0;
  }

  .header-nav__main-link {
    padding-top: calc((104px - 24px) / 2);
    padding-bottom: calc((104px - 24px) / 2);
  }

  /*! sticky header */
  .content {
    padding-top: calc(104px + 96px);
  }

  .page-header {
    transition: transform 0.2s ease;
  }

  .header-logo > a {
    transition: height 0.2s ease, padding 0.2s ease;
  }

  .header-nav__main-link {
    transition: padding 0.2s ease, color 0.15s ease-out;
  }

  body.is-scrolled .page-header {
    transform: translateY(-48px);
  }
  body.is-scrolled.last-scroll-down .page-header {
    transform: translateY(-158px);
  }
  body.is-scrolled .header-logo > a {
    padding-top: 6px;
    padding-bottom: 6px;
    height: 72px;
  }
  body.is-scrolled .header-nav__main-link {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}


@media (min-width: 1020px) {
  .header-utility {
    right: 20em;
    right: calc(20em + 24px);
  }

  .header-search {
    width: 20em;
    right: 0;
  }
}


/*! ---------- =footer ---------- */

.page-footer {
  padding: 48px 24px;
  font-size: 15px;
  color: #ffffff;
  background: url("/images/default-source/ui-images/bg-molecules-4.svg") no-repeat 100% 50%, linear-gradient(to bottom right, #258bbe, #003D5C 60%), #004162;
  background-size: auto 100%, auto auto;
}
.page-footer .page-bounds {
  position: relative;
}

.footer-contact__heading {
  display: block;
  width: 100%;
  padding: 6px 24px 6px 0;
  margin-bottom: 18px;
  text-align: left;
  font-weight: 700;
  border-bottom: 2px solid #69bae2;
  font-size: 17px;
  color: #bbdbeb;
  position: relative;
}
.footer-contact__heading [class^=fa-] {
  position: absolute;
  right: 0;
  top: 9px;
  color: #69bae2;
  transition: color 0.14s ease-out, transform 0.14s ease-out;
}
.footer-contact__heading:hover,
.footer-contact__heading:focus,
.footer-contact__heading.is-active {
  color: #ffffff;
  border-color: #ffffff;
}
.footer-contact__heading:hover [class^=fa-],
.footer-contact__heading:focus [class^=fa-],
.footer-contact__heading.is-active [class^=fa-] {
  color: #ffffff;
}
.footer-contact__heading.is-active [class^=fa-] {
  transform: scaleY(-1);
}
.footer-contact__item p {
  margin-bottom: 18px;
}
.footer-contact__item p:last-child {
  margin-bottom: 30px;
}
.js .footer-contact__item {
  overflow: hidden;
  max-height: 0;
}
.js .footer-contact__item.is-active {
  max-height: 480px;
}
.footer-contact__phone + .footer-contact__phone {
  margin-top: -6px;
}

.footer-utility__list {
  list-style: none;
  margin: 0;
}
.footer-utility__link {
  display: block;
  padding: 6px 0;
  color: #ffffff;
  font-weight: 700;
}
.footer-utility__link:hover,
.footer-utility__link:focus {
  color: #f7fcff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  text-decoration-color: #69bae2;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.footer-social__link {
  font-size: 26px;
  line-height: 36px;
  color: #ffffff;
}
.footer-social__link:hover,
.footer-social__link:focus {
  color: #bbdbeb;
}

.footer-copyright {
  font-size: 13px;
  line-height: 24px;
  color: #69bae2;
}


@media (max-width: 1369.98px) {

  .footer-logo,
  .footer-contact,
  .footer-utility,
  .footer-social {
    margin-bottom: 36px;
  }
}

@media (min-width: 1370px) {
  .page-footer {
    padding: 96px 48px;
  }

  .footer-logo {
    width: 33.3%;
    float: left;
    padding-right: 48px;
  }

  .footer-contact {
    overflow: hidden;
    margin-bottom: 24px;
  }


  .footer-link-content {
    clear: both;
  }

  .footer-social {
    margin-bottom: 36px;
  }
}

@media (min-width: 1020px) {
  .page-footer {
    padding-top: 144px;
  }
  .page-footer .page-bounds::after {
    content: "";
    display: table;
    clear: both;
  }

  .footer-logo {
    width: 16.67%;
  }

  .footer-contact {
    width: 33.33%;
    float: left;
    padding-right: 48px;
  }

  .footer-link-content {
    clear: none;
    overflow: hidden;
  }

  .footer-social {
    justify-content: flex-end;
  }

  .footer-copyright {
    text-align: right;
  }
}


@media (min-width: 1376px) {
  .footer-contact {
    padding-right: 96px;
  }
}


/*! ---------- =homepage ---------- */

.home-feature {
  background: #ffffff url("/images/default-source/ui-images/bg-molecules-1.svg") no-repeat 100% 50%;
  background-size: auto 100%;
  padding: 0 24px;
  position: relative;
  overflow: hidden;
}
.home-feature:first-child {
  /*! if this is at the top of the page, its background should be visible under the header */
  padding-top: 120px;
  margin-top: -120px;
}
.home-feature__title {
  font-weight: 300;
  color: #003D5C;
  background-image: linear-gradient(to right, #003D5C 40%, #00948f);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.home-feature__actions {
  display: flex;
  gap: 12px;
}
.home-feature__action {
  flex: 1 0 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  text-align: center;
  color: #003D5C;
}
.home-feature__action--accent {
  color: #5c397b;
}
.home-feature__action--highlight {
  color: #1f861f;
}
.home-feature__action-icon {
  font-size: 34px;
  line-height: 36px;
}
.home-feature__action-label {
  font-weight: 700;
}
.home-feature__media {
  position: relative;
}
.home-feature__image {
  position: absolute;
  padding-right: 12px;
  padding-bottom: 12px;
}
.home-feature__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 3px;
}
.home-feature__image--01 {
  left: 13.02%;
  top: 0;
  width: 30.38%;
  height: 20.8%;
}
.home-feature__image--02 {
  left: 43.4%;
  top: 8.49%;
  width: 13.02%;
  height: 12.48%;
}
.home-feature__image--03 {
  left: 56.42%;
  top: 12.65%;
  width: 17.36%;
  height: 16.64%;
}
.home-feature__image--04 {
  left: 0;
  top: 20.97%;
  width: 56.42%;
  height: 43.67%;
}
.home-feature__image--05 {
  left: 56.42%;
  top: 29.29%;
  width: 39.06%;
  height: 31.2%;
}
.home-feature__image--06 {
  left: 28.21%;
  top: 64.64%;
  width: 28.21%;
  height: 31.2%;
}
.home-feature__image--07 {
  left: 56.42%;
  top: 60.49%;
  width: 17.36%;
  height: 16.64%;
}
.home-feature__image--08 {
  left: 73.78%;
  top: 60.49%;
  width: 28.21%;
  height: 27.04%;
}
.home-feature__image--09 {
  left: 56.42%;
  top: 77.12%;
  width: 17.36%;
  height: 16.64%;
}
.home-feature__image--10 {
  left: 73.78%;
  top: 87.52%;
  width: 23.87%;
  height: 14.56%;
}

@media (max-width: 1369.98px) {
  .home-feature__content {
    padding-bottom: 48px;
    position: relative;
    z-index: 2;
  }
  .home-feature__copy,
  .home-feature__action {
    padding: 24px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }
  .home-feature__copy {
    margin-top: 192px;
  }
  .home-feature__actions {
    margin-top: 12px;
  }
  .home-feature__media {
    width: 110vw;
    height: 120vw;
    position: absolute;
    left: -5vw;
    top: -10vw;
    z-index: 1;
  }
}

@media (max-width: 479.97px) {
  .home-feature__actions {
    flex-direction: column;
  }
  .home-feature__action {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
  }
  .home-feature__action-icon {
    flex: 0 0 48px;
  }
}

@media (min-width: 1370px) {
  .home-feature {
    padding: 0 48px 12px;
  }
  .home-feature:first-child {
    padding-top: 156px;
    margin-top: -156px;
  }
  .home-feature .page-bounds {
    display: flex;
  }
  .home-feature__content {
    flex: 0 0 58%;
    padding: 48px 24px 72px 0;
  }
  .home-feature__title::before {
    content: "";
    display: block;
    width: 120px;
    height: 6px;
    margin-bottom: 36px;
    background-color: #003D5C;
    background-image: linear-gradient(to right, #003D5C, #007b77);
  }
  .home-feature__description {
    font-size: 21px;
    line-height: 24px;
    max-width: 25em;
  }
  .home-feature__actions {
    margin-top: 48px;
    max-width: 36em;
  }
  .home-feature__action {
    padding: 24px 12px;
    border: 1px solid #b9c6cb;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
    border-radius: 3px;
    background: #ffffff;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  }
  .home-feature__action:hover,
  .home-feature__action:focus {
    color: #ffffff;
    background-color: #003D5C;
    border-color: #003D5C;
    box-shadow: none;
  }
  .home-feature__action--accent:hover,
  .home-feature__action--accent:focus {
    background-color: #5c397b;
    border-color: #5c397b;
  }
  .home-feature__action--highlight {
    border: 2px solid #1f861f;
  }
  .home-feature__action--highlight:hover,
  .home-feature__action--highlight:focus {
    background-color: #1f861f;
    border-color: #1f861f;
  }
  .home-feature__media {
    flex: 1 0 10%;
  }
}


.home-springboard {
  padding-top: 48px;
  padding-bottom: 48px;
  margin-bottom: 48px;
  color: #ffffff;
  background: url("/images/default-source/ui-images/bg-molecules-2.svg") no-repeat 100% 50%, linear-gradient(to bottom right, #258bbe, #003D5C 60%), #004162;
  background-size: auto 100%, auto auto;
}
.home-springboard__input-wrapper {
  position: relative;
}
.home-springboard__label {
  margin: 0;
}
.home-springboard__label::after {
  content: "";
  display: block;
  height: 4px;
  background: #69bae2;
  border-radius: 0 0 3px 3px;
}
.home-springboard__label--highlight::after {
  background: linear-gradient(to right, #88dc88, #a9dc62);
}
.home-springboard__label-text {
  display: block;
  margin-bottom: 18px;
  font-size: 21px;
  line-height: 24px;
  font-weight: 300;
  color: #e9f0f2;
}
.home-springboard__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block !important;
  height: 48px !important;
  padding: 12px 48px 12px 18px !important;
  margin: 0 !important;
  font-size: 17px !important;
  line-height: 24px !important;
  border: none !important;
  border-radius: 3px 3px 0 0;
  background: #ffffff;
  color: #546b75;
  box-shadow: none !important;
}
.home-springboard__search-input {
  padding-left: 48px !important;
}
.home-springboard__search-icon {
  height: 48px;
  padding: 12px 6px;
  position: absolute;
  left: 12px;
  bottom: 4px;
  font-size: 17px;
  color: #003D5C;
}
.home-springboard__submit {
  height: 48px;
  padding: 12px 24px;
  position: absolute;
  right: 0;
  bottom: 4px;
  color: #339933;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
}
.home-springboard__submit .fa-solid {
  margin-left: 0.5em;
  font-size: 15px;
  transition: transform 0.15s ease-out;
}
.home-springboard__submit:hover,
.home-springboard__submit:focus {
  color: #725090;
}
.home-springboard__submit:hover .fa-solid,
.home-springboard__submit:focus .fa-solid {
  transform: translateX(2px);
}
.home-springboard__select-arrow {
  position: absolute;
  right: 24px;
  bottom: 16px;
  font-size: 17px;
  color: #339933;
}

@media (min-width: 1370px) {
  .home-springboard {
    padding-bottom: 72px;
  }
}


@media (max-width: 1369.98px) {
  .home-events {
    display: flex;
    flex-direction: column;
    margin-right: 0;
  }
  .home-events__upcoming {
    order: 2;
  }
  .home-events__aside {
    display: contents;
  }
  .home-events__featured {
    order: 1;
  }
  .home-events__ads {
    order: 3;
    margin-top: 48px;
  }
}


/* ---------- =interior common ---------- */

.page-title {
  color: #273a41;
}
.page-title small {
  display: block;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}
.page-title + .breadcrumbs {
  margin-top: -24px;
}


/* ---------- =interior components ---------- */

.title-block {
  margin: -24px -24px 24px;
  padding: 36px 24px;
  background: #003D5C;
  position: relative;
  overflow: hidden;
}
.title-block::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 65, 98, 0.5);
  z-index: 2;
}
.title-block__background img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.title-block__content,
.title-block__content a,
.title-block .breadcrumbs a,
.title-block .page-title {
  color: #ffffff;
}
.title-block__content {
  position: relative;
  text-shadow: 0 0 3px rgba(0, 65, 98, 0.5);
  z-index: 3;
}
.title-block__content a {
  font-weight: 700;
}
.title-block .breadcrumbs a {
  font-weight: 400;
}
.title-block__content a:hover,
.title-block__content a:focus,
.title-block .breadcrumbs a:hover,
.title-block .breadcrumbs a:focus {
  color: #ffffff;
  text-decoration: underline;
}
.title-block .page-title {
  text-shadow: 0 0 16px rgba(0, 65, 98, 0.4), 0 0 3px rgba(0, 65, 98, 0.3);
}
.title-block .breadcrumbs {
  margin-bottom: 0;
}

@media (min-width: 1370px) {
  .title-block {
    margin: -48px -48px 48px;
    padding: 72px 48px;
  }
  .title-block::before {
    width: 75%;
    background: linear-gradient(to right, #004162, rgba(0, 65, 98, 0));
    opacity: 0.5;
  }
}

@media (min-width: 1020px) {
  .title-block {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

@media (min-width: 1376px) {
  .title-block {
    margin-left: calc(-50vw + 640px);
    margin-right: calc(-50vw + 640px);
  }
}


.breadcrumbs {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 24px;
}
.breadcrumbs a {
  color: #546b75;
  opacity: 0.9;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #725090;
  opacity: 1;
}
.breadcrumbs span {
  display: inline-block;
  margin: 0 0.3em;
  opacity: 0.4;
}

.in-this-section a {
  display: block;
  padding: 6px 0;
  color: #546b75;
}
.in-this-section ul {
  list-style: none;
  margin: 0;
}
.in-this-section ul ul {
  display: none;
  padding-left: 24px;
}
.in-this-section ul ul a {
  font-size: 15px;
  line-height: 24px;
}
.in-this-section .is-current > ul {
  display: block;
}
.in-this-section .is-current > a {
  color: #003D5C;
}

@media (max-width: 1019.97px) {
  .in-this-section__toggle {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    text-align: left;
  }
  .no-js .in-this-section__toggle {
    display: none;
  }
  .js .in-this-section > ul {
    display: none;
  }
  .js .in-this-section > ul.is-active {
    display: block;
    margin-top: 12px;
  }
}

@media (min-width: 1020px) {
  .in-this-section__toggle {
    cursor: default;
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 12px;
  }
  .in-this-section__toggle .toggle-indicator {
    display: none;
  }
  .interior-layout .in-this-section {
    margin-top: 0;
  }
}


/* ---------- =interior layout ---------- */

.interior-layout__nav,
.interior-layout__main {
  margin-bottom: 24px;
}

@media (min-width: 1020px) {
  .interior-layout__nav {
    margin-bottom: 0;
  }
  .interior-layout__nav > *:last-child {
    margin-bottom: 48px;
  }
  .interior-layout__title {
    margin-bottom: 24px;
  }
  .interior-layout__main {
    margin-bottom: 48px;
  }
  .interior-layout__nav,
  .interior-layout__aside {
    width: 30%;
    float: right;
    clear: right;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  .interior-layout__main {
    width: 70%;
    padding-right: 48px;
    float: left;
  }
}


/*! ---------- =events ---------- */

@media (max-width: 600px) {
  
  .event-pane {
    overflow: hidden;
  }
}
.event-title__info {
  display: flex;
}
.event-title__date,
.event-title__location {
  display: block;
  font-size: 26px;
  line-height: 36px;
}
.event-title__register-help {
  display: block;
  color: #fff;
}
.no-js .event-title__registration .modal {
  display: none;
}
.event-title__tabs {
  display: flex;
  overflow-x: auto;
  margin: 36px -24px -12px -24px;
  padding: 0 24px;
}
.event-title__tab {
  padding: 12px 24px;
  border: 1px solid #ced9dd;
  background: rgba(0,0,0,0.5);
  font-weight: 500;
  white-space: nowrap;
}
.event-title__tab + .event-title__tab {
  border-left-width: 0;
}
.event-title__tab:first-child {
  border-radius: 5px 0 0 5px;
}
.event-title__tab:last-child {
  border-radius: 0 5px 5px 0;
}
.event-title__tab.is-active {
  background: #003D5C;
}
.js .event-pane:not(.is-active) {
  display: none;
}

.event-info-buttons .button,
.event-info-buttons .atcb-button {
  padding-left: 6px;
  padding-right: 6px;
}

.atcb-initialized,
.atcb-button-wrapper {
  display: contents !important;
}
.atcb-button {
  display: inline-block !important;
  vertical-align: middle !important;
  padding: 10px 34px !important;
  margin: 0 !important;
  max-width: 100% !important;
  text-align: center !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  word-wrap: break-word !important;
  border: 2px solid #003D5C !important;
  border-radius: 5px !important;
  color: #003D5C !important;
  background: #fff !important;
  box-shadow: none !important;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out !important;
}
.atcb-button:hover,
.atcb-button:focus {
  color: #ffffff !important;
  background: #258bbe !important;
  border-color: #258bbe !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2) !important;
}
.atcb-button > .atcb-icon {
  display: none;
}

.event-agenda-nav {
  margin-bottom: 36px;
  text-align: center;
}
.event-agenda-nav__label {
  margin-bottom: 6px;
  font-size: 15px;
}
.event-agenda-nav__item {
  display: inline-block;
  padding: 6px 12px;
}

.event-agenda {
  margin: 0 -24px;
}
.event-agenda__day {
  position: relative;
}
.event-agenda__day-label {
  position: sticky;
  top: 72px;
  margin: 0;
  padding: 12px 24px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  background: #003D5C;
}
.event-agenda__blob {
  padding: 24px 0;
}
.event-agenda__list {
  list-style: none;
  margin: 0;
}
.event-agenda__list--nested {
  flex-basis: 100%;
  border-left: 12px solid #fff;
  background: #f7f9fa;
  box-shadow: inset 2px 0 0 #069;
}
.event-agenda__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
}
.event-agenda__list--nested .event-agenda__item {
  padding-top: 18px;
  padding-bottom: 18px;
}
.event-agenda__item + .event-agenda__item {
  border-top: 1px solid #e9f0f2;
}
.event-agenda__list--nested .event-agenda__item + .event-agenda__item {
  border-top-color: #ced9dd;
}
.event-agenda__meta {
  flex: 0 0 3.8em;
}
.event-agenda__content {
  flex: 1 0 50%;
}
.event-agenda__title {
  font-size: 21px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
}
.event-agenda__title-no-sub-item {
  font-size: 21px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
.event-agenda__title::after {
  content: '\f054';
  display: inline-block;
  font: var(--fa-font-solid);
  font-size: 21px;
  color: #003D5C;
  transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
  margin-left: 12px;
}
.event-agenda__title.is-active::after {
  transform: rotate(90deg);
}
.event-agenda__title-nested {
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  padding-right: 25px;
}
/*
.event-agenda__list--nested .event-agenda__title::after {
  content: '\f054';
  display: inline-block;
  font: var(--fa-font-solid);
  font-size: 12px;
  color: #003D5C;
  transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
  margin-left: 12px;
}

.event-agenda__list--nested .event-agenda__title.is-active::after {
  transform: rotate(90deg);
}
*/
.event-agenda__location {
  margin: 0;
  color: #7696a3;
}
.event-agenda__description {
  margin: 12px 0 0;
  padding-right: 25px;
}
.event-agenda__speakers {
  list-style: none;
  margin: 12px 0 0;
  padding-right: 25px;
}
.event-agenda__speaker {
  display: block;
  margin: 12px 0;
  cursor: pointer;
}
.event-agenda__speaker-link {
  display: block;
  font-weight: 500;
  color: #546b75;
}
.event-agenda__speaker-image {
  display: inline-block;
  vertical-align: middle;
  max-height: 36px;
  border-radius: 4px;
  margin-right: 6px;
}
.event-agenda__speaker-fullname::after,
.event-agenda__speaker-suffix::after,
.event-agenda__speaker-job::after {
  content: ',';
  font-style: normal;
  margin-right: 3px;
}

.event-speaker-sessions {
  margin-top: 18px;
}
.event-speaker-sessions__label {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  color: #7696a3;
}
.event-speaker-sessions__name {
  font-weight: 500;
  margin-bottom: 12px;
}
.event-speaker-sessions__name:last-child {
  margin-bottom: 0;
}

.event-poster__speaker {
  margin: 0px 0px 0px 0px;
}


@media (min-width: 480px) {
  .event-agenda__meta {
    flex-basis: 8em;
  }
}


@media (max-width: 1369.98px) {
  .event-title .page-title {
    text-align: center;
  }
  .event-title__info {
    flex-direction: column;
    text-align: center;
  }
  .event-title__registration {
    margin-top: 18px;
  }
  .event-title__register-help {
    margin-bottom: 6px;
  }
}


@media (min-width: 1370px) {
  .event-title__info {
    justify-content: space-between;
    align-items: center;
  }
  .event-title__registration {
    text-align: right;
  }
  .event-title__register-help {
    display: inline-block;
    margin-right: 1em;
  }
  .event-title__tabs {
    overflow-x: hidden;
    justify-content: center;
    margin-bottom: -36px;
  }
  .event-title__tab {
    white-space: unset;
  }

  .event-agenda {
    margin: 0 -48px;
  }
  .event-agenda__day-label,
  .event-agenda__item {
    padding-left: 48px;
    padding-right: 48px;
  }
  .event-agenda__day-label {
    top: 0;
    transition: top 0.15s ease-out;
  }
  body.last-scroll-up .event-agenda__day-label {
    top: 104px;
  }
  .event-agenda__meta {
    flex-basis: 12em;
  }
}


@media (min-width: 1020px) {
  .event-title__info {
    margin-top: -12px;
  }
  .event-title__date,
  .event-title__location {
    display: inline-block;
  }
  .event-title__date {
    margin-right: 1em;
  }
  .event-title__tabs {
    margin-top: 36px;
    margin-bottom: -48px;
  }
  .event-title__tab {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .event-info-buttons .button,
  .event-info-buttons .atcb-button {
    flex-basis: 100%;
  }
}


@media (min-width: 1376px) {
  .event-agenda {
    margin: 0;
  }
  .event-agenda__list--nested {
    padding-left: 36px;
  }
  .event-agenda__day-label {
    margin: 0 calc(-50vw + 640px);
    padding: 12px calc(50vw - 640px);
  }
  .event-agenda__item {
    padding: 36px 0;
  }
  .event-agenda__list--nested .event-agenda__item {
    padding: 24px 0;
  }
}

.title-pill {
  color: #fff;
  font-size: 1rem;
  padding: 1px 8px;
  background-color: #725090;
  text-align: center;
  border: none;
  border-radius: 20px;
}


/*! ---------- =tables ---------- */

.content-table {
  width: 100%;
  margin-bottom: 24px;
}
.content-table th,
.content-table td {
  padding: 12px 18px 12px 12px;
  font-size: 15px;
  text-align: left;
}
.content-table tbody tr {
  border-top: 1px solid #fff;
}
.content-table tbody tr:nth-child(2n - 1) td {
  background: #f7f9fa;
}

.tiers-table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 24px;
}
.tiers-table th,
.tiers-table td {
  padding: 12px 18px 12px 12px;
  vertical-align: middle;
  font-size: 15px;
  background: #e9f0f2;
}
.tiers-table thead th:nth-child(n + 2) {
  width: 6em;
  text-align: center;
  background: #cbefcb;
}
.tiers-table tbody tr {
  border-top: 1px solid #fff;
}
.tiers-table tbody td:nth-child(n + 2) {
  text-align: center;
  background: #cbefcb;
}
.tiers-table tbody tr:nth-child(1) td,
.tiers-table tbody tr:nth-child(2) td,
.tiers-table tbody tr:nth-child(3) td {
  background: #bbdbeb;
}
.tiers-table tbody tr:nth-child(1) td:nth-child(n + 2),
.tiers-table tbody tr:nth-child(2) td:nth-child(n + 2),
.tiers-table tbody tr:nth-child(3) td:nth-child(n + 2) {
  background: #88dc88;
}

@media (max-width: 479.97px) {
  .tiers-table {
    font-size: 15px;
  }
  .tiers-table th,
  .tiers-table td:nth-child(n + 2) {
    font-size: 13px;
  }
  .tiers-table thead th:nth-child(2) {
    width: 5.1em;
  }
  .tiers-table thead th:nth-child(3) {
    width: 4em;
  }
  .tiers-table thead th:nth-child(4) {
    width: 5.3em;
  }
  .tiers-table th:nth-child(2),
  .tiers-table td:nth-child(2) {
    padding-left: 6px;
    padding-right: 0;
  }
  .tiers-table th:nth-child(3),
  .tiers-table td:nth-child(3) {
    padding-left: 0;
    padding-right: 0;
  }
  .tiers-table th:nth-child(4),
  .tiers-table td:nth-child(4) {
    padding-left: 0;
    padding-right: 6px;
  }
}


/*! ---------- =unique, misc ---------- */

.logo-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 36px;
  list-style: none;
  margin: 0 0 36px;
}
.logo-grid::after {
  content: ' ';
  display: block;
  width: 1px;
  flex: 1 0 40%;
}
.logo-grid--center {
  justify-content: center;
}
.logo-grid--center::after {
  display: none;
}
.logo-grid__item {
  flex: 1 0 40%;
  max-width: 200px;
}
.logo-grid--large .logo-grid__item {
  max-width: 300px;
}
.logo-grid--small .logo-grid__item {
  max-width: 150px;
}
.logo--large .logo-grid__item {
  max-width: 300px;
}
.logo--medium .logo-grid__item {
   max-width: 200px;
}
.logo--small .logo-grid__item {
   max-width: 150px;
}
.logo-grid__link {
  display: block;
  width: 100%;
  padding-bottom: 50%;
  position: relative;
}
.logo-grid__logo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
}

@media (min-width: 480px) {
  .logo-grid::after,
  .logo-grid__item {
    flex-basis: 28%;
  }
}

@media (min-width: 1370px) {
  .logo-grid::after,
  .logo-grid__item {
    flex-basis: 21%;
  }
}


.pda-letter-title::after {
  content: '';
  display: table;
  clear: both;
}
.pda-letter-title__logo {
  width: 200px;
  margin: 0 auto 24px;
}
.pda-letter-title__date {
  display: block;
  margin-bottom: 24px;
  font-style: italic;
  color: #7696a3;
}
.pda-letter-title__tags {
  margin-bottom: 24px;
}

@media (min-width: 1370px) {
  .pda-letter-title__logo {
    width: auto;
    max-width: 270px;
    margin: 0;
  }
  .pda-letter-title__subtitle {
    margin-right: 294px;
  }
  .pda-letter-title__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
  }
  .pda-letter-title__authors,
  .pda-letter-title__date,
  .pda-letter-title__tags {
    margin: 0;
  }
  .pda-letter-title__authors {
    flex-basis: 100%;
  }
}

@media (min-width: 1020px) {
  .pda-letter-title__authors {
    flex: 1 0 auto;
  }
  .pda-letter-title__date,
  .pda-letter-title__tags {
    flex: 0 0 auto;
  }
}


.k-popup {
  background-color: #fff;
}

.price-card-unavailable {
  border-color: #e9f0f2;
}
.price-card-unavailable h2,
.price-card-unavailable .h2,
.price-card-unavailable h3,
.price-card-unavailable .h3,
.price-card-unavailable h4,
.price-card-unavailable .h4 {
  color: #546b75;
  text-decoration: line-through;
}
.price-card-unavailable strong {
  color: #7696a3;
}


.pda-letter-list {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /*16:9 Aspect Ratio*/
  padding-top: 0; 
}

.video-wrapper>iframe {
  position: absolute;
  width: 100%!important;
  height: 100%!important; 
}


/*! ---------- styles for =migrated content ---------- */

/* these elements, along with any backfilled Bootstrap 3 classes (other file) should be considered deprecated. Do not use these styles for new content */

.blue {
    color: #003D5C;
}
  
.darker-blue {
background-color: #258bbe70;
color: #303030;
border: .25px solid #303030;
}

.lighter-blue {
background-color: #69bae250;
color: #303030;
border: .25px solid #303030;
}

.darker-green {
background-color: #1f861f70;
color: #303030;
border: .25px solid #303030;
}

.lighter-green {
background-color: #88dc8850;
color: #303030;
border: .25px solid #303030;
}

.row,
.container {
  margin-bottom: 24px;
}

.bg--primary {
  background: #bbdbeb;
}
.bg--secondary {
  background: #f7f9fa;
}
.bg--none {
  background: transparent !important;
}

.boxed {
  margin-bottom: 24px; 
  padding: 24px !important;
  position: relative;
  border-radius: 4px;
  word-wrap: break-word;
  background: #f7f9fa;
}
.boxed::after {
  content: '';
  display: table;
  clear: both;
}
.boxed--border {
  border: 1px solid #e9f0f2;
}
.boxed--border.bg--primary {
  border-color: #003D5C;
}

.boxed--sm {
    padding: 24px !important;
}

[class^="col-"] > .boxed {
  height: 100%;
  margin-bottom: 0;
}

@media (min-width: 1370px) {
  .boxed--lg {
    padding: 48px !important;
  }
}

.imagebg {
  position: relative;
  background-color: #002b41;
}
.image-bg.image--light {
  background-color: #f7fcff;
}
.imagebg::after {
  content: '';
  display: table;
  clear: both;
}
.imagebg > :not(.background-image-holder) {
  position: relative;
  z-index: 2;
}
.imagebg:not(.image--light) h1,
.imagebg:not(.image--light) h2,
.imagebg:not(.image--light) h3,
.imagebg:not(.image--light) h4,
.imagebg:not(.image--light) h5,
.imagebg:not(.image--light) h6,
.imagebg:not(.image--light) p,
.imagebg:not(.image--light) ul,
.imagebg:not(.image--light) blockquote {
  color: #fff;
}
.imagebg:not(.image--light) .bg--white h1,
.imagebg:not(.image--light) .bg--white h2,
.imagebg:not(.image--light) .bg--white h3,
.imagebg:not(.image--light) .bg--white h4,
.imagebg:not(.image--light) .bg--white h5,
.imagebg:not(.image--light) .bg--white h6 {
  color: #273a41;
}
.imagebg:not(.image--light) .bg--white p,
.imagebg:not(.image--light) .bg--white ul {
  color: #546b75;
}
.background-image-holder,
.background-image-holder img {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
}
.background-image-holder {
  z-index: 0;
}
.background-image-holder img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.testimonial h1,
.testimonial .h1,
.testimonial h2,
.testimonial .h2,
.testimonial h3,
.testimonial .h3,
.testimonial h4,
.testimonial .h4 {
  font-size: 21px;
  line-height: 36px;
  font-weight: 300;
}
.testimonial h5,
.testimonial .h5 {
  font-size: 21px;
  margin: 12px 0;
}
.testimonial span:last-child {
  display: block;
  font-size: 15px;
  line-height: 24px;
  opacity: 0.8;
}


/*! ---------- =sitefinity ---------- */

.sys-template {
  display: none;
}

.sfContentBlock {
  margin-bottom: 24px;
}
.sfContentBlock:last-child {
  margin-bottom: 0;
}

/* For Solr debug */
.debug-url {
  background-color: #efe;
  border: 2px solid #2c2;
  padding: 12px;
  margin-bottom: 24px;
  word-wrap: break-word;
}

/*! make page builder layout more friendly to edit */
.sfPageEditor .page-header,
/*.sfPageEditor .page-header > .page-bounds,
.sfPageEditor .header-logo,
.sfPageEditor .page-header__content,
.sfPageEditor .header-utility,
.sfPageEditor .header-search,
.sfPageEditor .header-nav,*/
.sfPageEditor .title-block,
.sfPageEditor .title-block__background,
.sfPageEditor .title-block__content,
.sfPageEditor .page-footer,
.sfPageEditor .footer-contact__item,
.sfPageEditor .footer-social,
.sfPageEditor .footer-utility,
.sfPageEditor .footer-copyright {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
  float: none !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
.sfPageEditor .content {
  padding-top: 48px;
}
.sfPageEditor .title-block::before {
  display: none !important;
}
.sfPageEditor .title-block__background,
.sfPageEditor .title-block__content {
  position: static !important;
}

/* space form builder fields */
.sf-fieldWrp > input,
.sf-fieldWrp > select,
.sf-fieldWrp > textarea,
.sf-fieldWrp > div > input,
.sf-fieldWrp > div > select,
.sf-fieldWrp > div > textarea {
  margin-bottom: 20px !important;
}
.sf_colsIn > .sf-fieldWrp > input:last-child,
.sf_colsIn > .sf-fieldWrp > select:last-child,
.sf_colsIn > .sf-fieldWrp > textarea:last-child {
  margin-bottom: 0 !important;
}

.sfInlineEditingPageMenu .sfInlineEditingToggleLnk {
  z-index: 1001 !important;
}

/* user-friendly tabs layout modules */
.sfPageEditor [data-edit-label]::before {
  content: "[" attr(data-edit-label) "]";
  font-size: 14px;
  opacity: 0.3;
}

.tabs.sf_cols {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tabs__tab > .sf_colsIn,
.tabs__pane > .sf_colsIn {
  margin: 0 !important;
}
.sfPageEditor .tabs--standard .tabs__tab {
  width: 100% !important;
  float: none !important;
}
.sfPageEditor .tabs.sf_cols .tabs__pane {
  display: block !important;
}

/* spacer layout modules */
.sfPageEditor .spacer {
  background: #f7f9fa;
  position: relative;
  border: 2px dashed #e9eef2;
}
.sfPageEditor .spacer::before {
  content: attr(data-editor-help);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #a7b3bd;
  font-size: 15px;
}
.sfPageEditor .spacer--tiny,
.sfPageEditor .spacer--small {
  border-width: 1px;
}
.sfPageEditor .spacer--tiny::before,
.sfPageEditor .spacer--small::before {
  font-size: 11px;
}


/*! ---------- =print ---------- */

@media print {

  .page-header__toggle,
  .header-search,
  .header-utility,
  .header-nav,
  .in-this-section,
  .footer-logo,
  .footer-social,
  .footer-utility,
  .home-feature,
  .breadcrumbs,
  .share-buttons,
  .truncator-expand {
    display: none !important;
  }

  body {
    background: #fff;
  }


  @page {
    margin: 0.5in;
  }


  @page :first {
    margin-top: 1in;
  }


  @page :last {
    margin-bottom: 1in;
  }


  .page-bounds {
    max-width: 100%;
  }

  .page-header,
  .content,
  .page-footer {
    padding-left: 0;
    padding-right: 0;
  }

  h1,
  h2,
  h3,
  h4 {
    page-break-after: avoid;
  }

  blockquote,
  img,
  table,
  pre {
    page-break-inside: avoid;
  }

  ul,
  ol,
  dl {
    page-break-before: avoid;
  }

  .header-logo {
    float: none;
    max-width: 150px;
    margin: 0 auto;
    padding: 0;
  }

  .page-footer {
    border-top: 1px solid #f7f9fa;
  }

  .footer-contact {
    text-align: center;
  }

  .interior-layout__title,
  .interior-layout__nav,
  .interior-layout__main,
  .interior-layout__aside {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .interior-layout__aside {
    border-top: 1px solid #ced9dd;
    padding-top: 48px;
  }

  .page-title {
    text-align: center;
  }

  .content a[href]:not([href^="#"]) {
    word-wrap: break-word;
    box-shadow: 0 2px 0 #003D5C;
    color: #546b75;
    font-weight: 700;
  }
  .content a[href]:not([href^="#"])::after {
    content: " (" attr(href) ") ";
    font-size: 0.85em;
    color: #698693;
  }

  .tabs__pane {
    display: block !important;
  }

  .accordion__content {
    max-height: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  [data-truncate-to] {
    max-height: none !important;
    overflow: visible !important;
  }

  [data-truncate-to*=item] > * {
    display: initial !important;
  }
}

.fa-light, .fal {
  font-weight: 300;
}
.fa-classic, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fal, .far, .fas, .fat {
  font-family: "Font Awesome 6 Pro";
}

.spacer.spacer--tiny {
  margin-bottom: 6px;
}
.spacer.spacer--small {
  margin-bottom: 12px;
}
.spacer.spacer--medium {
  margin-bottom: 24px;
}
.spacer.spacer--large {
  margin-bottom: 36px;
}
.spacer.spacer--huge {
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .space-t-6-m { margin-top: 72px; }
  .space-t-5-m { margin-top: 48px; }
  .space-t-4-m { margin-top: 36px; }
  .space-t-3-m { margin-top: 24px; }
  .space-t-2-m { margin-top: 12px; }
  .space-t-1-m { margin-top: 6px; }
  .space-t-0-m { margin-top: 0; }
  .pad-t-6-m { padding-top: 72px; }
  .pad-t-5-m { padding-top: 48px; }
  .pad-t-4-m { padding-top: 36px; }
  .pad-t-3-m { padding-top: 24px; }
  .pad-t-2-m { padding-top: 12px; }
  .pad-t-1-m { padding-top: 6px; }
  .pad-t-0-m { padding-top: 0; }
  .space-r-6-m { margin-right: 72px; }
  .space-r-5-m { margin-right: 48px; }
  .space-r-4-m { margin-right: 36px; }
  .space-r-3-m { margin-right: 24px; }
  .space-r-2-m { margin-right: 12px; }
  .space-r-1-m { margin-right: 6px; }
  .space-r-0-m { margin-right: 0; }
  .pad-r-6-m { padding-right: 72px; }
  .pad-r-5-m { padding-right: 48px; }
  .pad-r-4-m { padding-right: 36px; }
  .pad-r-3-m { padding-right: 24px; }
  .pad-r-2-m { padding-right: 12px; }
  .pad-r-1-m { padding-right: 6px; }
  .pad-r-0-m { padding-right: 0; }
  .space-b-6-m { margin-bottom: 72px; }
  .space-b-5-m { margin-bottom: 48px; }
  .space-b-4-m { margin-bottom: 36px; }
  .space-b-3-m { margin-bottom: 24px; }
  .space-b-2-m { margin-bottom: 12px; }
  .space-b-1-m { margin-bottom: 6px; }
  .space-b-0-m { margin-bottom: 0; }
  .pad-b-6-m { padding-bottom: 72px; }
  .pad-b-5-m { padding-bottom: 48px; }
  .pad-b-4-m { padding-bottom: 36px; }
  .pad-b-3-m { padding-bottom: 24px; }
  .pad-b-2-m { padding-bottom: 12px; }
  .pad-b-1-m { padding-bottom: 6px; }
  .pad-b-0-m { padding-bottom: 0; }
  .space-l-6-m { margin-left: 72px; }
  .space-l-5-m { margin-left: 48px; }
  .space-l-4-m { margin-left: 36px; }
  .space-l-3-m { margin-left: 24px; }
  .space-l-2-m { margin-left: 12px; }
  .space-l-1-m { margin-left: 6px; }
  .space-l-0-m { margin-left: 0; }
  .pad-l-6-m { padding-left: 72px; }
  .pad-l-5-m { padding-left: 48px; }
  .pad-l-4-m { padding-left: 36px; }
  .pad-l-3-m { padding-left: 24px; }
  .pad-l-2-m { padding-left: 12px; }
  .pad-l-1-m { padding-left: 6px; }
  .pad-l-0-m { padding-left: 0; }
}

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-left,
.video-right {
  margin-bottom: 24px;
}
@media (min-width: 480px) {
  .video-left,
  .video-right {
    width: 50%;
  }
  .video-left {
    float: left;
    margin-right: 18px;
  }
  .video-right {
    float: right;
    margin-left: 18px;
  }
}
@media (min-width: 1370px) {
  .video-left,
  .video-right {
    width: 40%;
  }
}


/* to whoever wrote the items below this comment: please re-indent according to file conventions */

@media (max-width: 767px) {

.search-current-tags  .button {
  margin-bottom: 18px !important;
}

  ul.pda-letter-nav {
  list-style: none;
  }

  ul.pda-letter-nav li {
      display: block;
      margin-bottom: 24px;
}

ul.pda-letter-nav li a {
  font-weight: 700;
  color: #273a41;
}

ul.pda-letter-nav li a.highlighted-main-nav {
   color: #258bbe;
}
}

@media (min-width: 768px) {
ul.pda-letter-nav {
  list-style: none;
   display: flex;
   justify-content: space-around;
   text-align: center;
}

ul.pda-letter-nav li {
}

ul.pda-letter-nav li a {
  font-weight: 700;
  color: #273a41;
}

ul.pda-letter-nav li a.highlighted-main-nav {
   color: #258bbe;
}
}

img.search-thumbnail {
 width: 150px;
 height: auto;
}

.pr-filters {
  margin-bottom: 48px;
}

.pr-filters ul {
  list-style: none;
  margin-top: 24px;
  margin-left: 0;
  padding-left: 0;
 }
  
.pr-filters ul li  {
   margin-bottom: 12px;
 }
 
#riskfloater {
  background-color: #21527b;
  left: 10px;
  position: fixed;
  padding: 8px 16px;
  background: green;
  color: #ffffff;
  cursor: pointer;
  bottom: 10px;
  z-index: 200;
}
.js #cookiebar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
}
#cookiebar .container {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #21527b;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
  padding: 36px 24px 24px 24px !important;
}
#cookiebar .container a {
  color: white;
  text-decoration: none;
  border-bottom: 1px dotted white;
}
#cookiebarBox {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
.sfPageEditor .cookie-container #cookiebar,
.sfPageEditor .cookie-container #riskfloater,
.sfPageEditor .cookie-container #cookiebarBox {
  position: static !important;
}
#cookiebarBox .container {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #21527b;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
  padding: 36px 24px 24px 24px !important;
  overflow: hidden;
}
#cookiebarBox .container a {
  color: white;
  text-decoration: none;
  border-bottom: 1px dotted white;
  z-index: 10000 !important;
}
.cookieok {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #e8f0f3;
  color: #186782 !important;
  font-weight: 600;
  line-height: 2.5em;
  height: 2.5em;
  display: block;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom-width: 0 !important;
  cursor: pointer;
  max-width: 200px;
  margin: 0 auto;
  z-index: 10001 !important;

}

@media (min-width: 960px) {
  .cookieok {
    float: right;
    margin-top: -55px;
  }
}


.alert-warning.alert-dismissible {
  position: relative;
  background: #003D5C;
  color: #fff;
  padding: 20px;
  margin-bottom: 48px;
}

.close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 24px;
}

/* PDA Letter Category Filter */

select.pda-letter-categories {
  /*display: inline-block;*/
  width: auto;
  background: #725090;
  border-radius: 6px;
  color: #fff;
  margin: auto;
}

#categories {
  padding-top: 48px;
}

@media (max-width: 959px) {
    #categories {
        padding-top: 72px;
    }
    
  select.pda-letter-categories  {
  height: 36px;
}

}

.ad img {
  margin-bottom: 24px;
}

.ad-grid img {
  margin: 0;
}

.circle {
  border-radius: 50%;
  width: 370px;
  height: 370px;
  object-fit: cover;
  display: block;
  margin: 20px auto 0;
}

.bg--light-blue {
  background: #f0f6ff;
  padding: 48px 24px 24px 24px;
  margin-bottom: 48px;
}

@media (min-width: 1200px) {
.bg--light-blue .grid {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  }
  }
  
  .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin-bottom: 15px;
}

.embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 100%;
  border: 0;
}

/*! -- Stack Testimonials -- */
.testimonial {
  position: relative;
  overflow: hidden;
}
.testimonial h5:nth-last-child(2) {
  margin: 0;
}
.testimonial .testimonial__image {
  margin-bottom: 1.85714286em;
}
@media all and (min-width: 1025px) {
  .testimonial-1 .switchable__text {
    margin-top: 7.42857143em;
  }
}
.testimonial-2 {
  float: none;
  width: 100%;
}
.testimonial-2 .testimonial__image img {
  max-height: 3.71428571em;
  float: left;
  margin-right: 1.85714286em;
}
.testimonial-2 .boxed {
  width: 100%;
}
.bg--secondary .testimonial-2 .boxed {
  background: #fff;
}
@media all and (max-width: 990px) {
  .testimonial-2 p {
    min-height: 7.42857143em;
  }
}
@media all and (max-width: 767px) {
  .testimonial-2 p {
    min-height: 0;
  }
}
@media all and (min-width: 768px) {
  .lead + .testimonial-2 {
    margin-top: 3.71428571em;
  }
}
@media all and (min-width: 768px) {
  .testimonials-1 .list-inline {
    position: relative;
    top: 0.92857143em;
  }
  .testimonials-1 .list-inline li:not(:last-child) {
    margin-right: 3.71428571em;
  }
}
@media all and (max-width: 767px) {
  .testimonials-1 .list-inline {
    margin-top: 1.85714286em;
  }
  .testimonials-1 .list-inline li {
    margin-bottom: 1.85714286em;
  }
}

/**! 18. Sliders Flickity **/
.slides:not(.flickity-enabled) li.imagebg:not(:first-child) {
  display: none;
}
.slides:not(.flickity-enabled) li.imagebg:first-child {
  background: #252525;
  animation: backgroundLoad .5s ease alternate infinite;
}
.slides:not(.flickity-enabled) li.imagebg:first-child .container {
  opacity: 0;
}
@keyframes backgroundLoad {
  0% {
    background: #252525;
  }
  100% {
    background: #3f3f3f;
  }
}
.slider.height-10 {
  height: auto;
}
.slider.height-10 .slides .flickity-slider > li {
  height: 10vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  .slider.height-10 .slides li.imagebg {
    min-height: 10vh;
  }
}
.slider.height-20 {
  height: auto;
}
.slider.height-20 .slides .flickity-slider > li {
  height: 20vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  .slider.height-20 .slides li.imagebg {
    min-height: 20vh;
  }
}
.slider.height-30 {
  height: auto;
}
.slider.height-30 .slides .flickity-slider > li {
  height: 30vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  .slider.height-30 .slides li.imagebg {
    min-height: 30vh;
  }
}
.slider.height-40 {
  height: auto;
}
.slider.height-40 .slides .flickity-slider > li {
  height: 40vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  .slider.height-40 .slides li.imagebg {
    min-height: 40vh;
  }
}
.slider.height-50 {
  height: auto;
}
.slider.height-50 .slides .flickity-slider > li {
  height: 50vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  .slider.height-50 .slides li.imagebg {
    min-height: 50vh;
  }
}
.slider.height-60 {
  height: auto;
}
.slider.height-60 .slides .flickity-slider > li {
  height: 60vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  .slider.height-60 .slides li.imagebg {
    min-height: 60vh;
  }
}
.slider.height-70 {
  height: auto;
}
.slider.height-70 .slides .flickity-slider > li {
  height: 70vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  .slider.height-70 .slides li.imagebg {
    min-height: 70vh;
  }
}
.slider.height-80 {
  height: auto;
}
.slider.height-80 .slides .flickity-slider > li {
  height: 80vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  .slider.height-80 .slides li.imagebg {
    min-height: 80vh;
  }
}
.slider.height-90 {
  height: auto;
}
.slider.height-90 .slides .flickity-slider > li {
  height: 90vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  .slider.height-90 .slides li.imagebg {
    min-height: 90vh;
  }
}
.slider.height-100 {
  height: auto;
}
.slider.height-100 .slides .flickity-slider > li {
  height: 100vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  .slider.height-100 .slides li.imagebg {
    min-height: 100vh;
  }
}
.slider .slides .flickity-slider > li:not([class*='col-']) {
  width: 100%;
}
.slider .slides.slides--gapless li[class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}
.slider[data-arrows="true"].slider--arrows-hover:not(:hover) .flickity-prev-next-button {
  opacity: 0;
}
.slider[data-paging="true"]:not(section) {
  margin-bottom: 3.71428571em;
}
.slider[data-paging="true"]:not(section) .flickity-page-dots {
  bottom: -3.71428571em;
}
.slider[data-paging="true"]:not([class*='text-']) .flickity-page-dots {
  text-align: center;
}
.slider[data-children="1"] .flickity-prev-next-button {
  display: none;
}
.slider:not([data-paging="true"]) .slides {
  margin: 0;
}
.slider.controls--dark .flickity-page-dots .dot {
  background: #252525;
}
.slider.controls--dark .flickity-prev-next-button:before {
  color: #252525;
}
section.slider {
  padding: 0;
}
section.slider.height-10 {
  height: auto;
}
section.slider.height-10 .slides .flickity-slider > li {
  height: 10vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  section.slider.height-10 .slides li.imagebg {
    min-height: 10vh;
  }
}
section.slider.height-20 {
  height: auto;
}
section.slider.height-20 .slides .flickity-slider > li {
  height: 20vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  section.slider.height-20 .slides li.imagebg {
    min-height: 20vh;
  }
}
section.slider.height-30 {
  height: auto;
}
section.slider.height-30 .slides .flickity-slider > li {
  height: 30vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  section.slider.height-30 .slides li.imagebg {
    min-height: 30vh;
  }
}
section.slider.height-40 {
  height: auto;
}
section.slider.height-40 .slides .flickity-slider > li {
  height: 40vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  section.slider.height-40 .slides li.imagebg {
    min-height: 40vh;
  }
}
section.slider.height-50 {
  height: auto;
}
section.slider.height-50 .slides .flickity-slider > li {
  height: 50vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  section.slider.height-50 .slides li.imagebg {
    min-height: 50vh;
  }
}
section.slider.height-60 {
  height: auto;
}
section.slider.height-60 .slides .flickity-slider > li {
  height: 60vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  section.slider.height-60 .slides li.imagebg {
    min-height: 60vh;
  }
}
section.slider.height-70 {
  height: auto;
}
section.slider.height-70 .slides .flickity-slider > li {
  height: 70vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  section.slider.height-70 .slides li.imagebg {
    min-height: 70vh;
  }
}
section.slider.height-80 {
  height: auto;
}
section.slider.height-80 .slides .flickity-slider > li {
  height: 80vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  section.slider.height-80 .slides li.imagebg {
    min-height: 80vh;
  }
}
section.slider.height-90 {
  height: auto;
}
section.slider.height-90 .slides .flickity-slider > li {
  height: 90vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  section.slider.height-90 .slides li.imagebg {
    min-height: 90vh;
  }
}
section.slider.height-100 {
  height: auto;
}
section.slider.height-100 .slides .flickity-slider > li {
  height: 100vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  section.slider.height-100 .slides li.imagebg {
    min-height: 100vh;
  }
}
section.slider[data-paging="true"] .flickity-page-dots {
  bottom: 1.85714286em;
}
section.slider:not(.image--light)[data-paging="true"] .flickity-page-dots .dot {
  background: #fff;
}
section.slider .slides {
  margin: 0;
}
@media all and (max-width: 767px) {
  section.slider[class*='height-'] .slides .flickity-slider > li {
    height: auto;
    padding: 7.42857143em 0;
  }
  section.slider.space--lg .slides .flickity-slider > li {
    padding: 11.14285714em 0;
  }
  section.slider.space--xlg .slides .flickity-slider > li {
    padding: 11.14285714em 0;
  }

}
section.bg--dark .slider[data-paging="true"] .flickity-page-dots .dot,
section.bg--primary .slider[data-paging="true"] .flickity-page-dots .dot {
  background: #fff;
}
.flickity-page-dots .dot {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #252525;
  border: none;
  margin: 0 0.46428571em;
}
.flickity-page-dots .dot:hover:not(.is-selected) {
  opacity: .6;
}
.text-center .flickity-page-dots,
section.slider .flickity-page-dots {
  text-align: center;
}
.flickity-prev-next-button svg {
  display: none;
}
.flickity-prev-next-button:before {
  font-family: 'stack-interface';
  content: "\e80c";
  font-size: 1em;
  font-weight: normal;
}
.flickity-prev-next-button.previous:before {
  content: "\e80b";
}
.imagebg:not(.image--light) .flickity-page-dots .dot,
.bg--dark .flickity-page-dots .dot {
  background: #fff;
}

ul.slides {
  list-style: none;
}

.slide .testimonial {
 border: none; 
}

.imagebg {
  position: relative;
}
.imagebg .container {
  z-index: 2;
}
.imagebg .container:not(.pos-absolute) {
  position: relative;
}
.imagebg:not(.image--light) h1,
.imagebg:not(.image--light) h2,
.imagebg:not(.image--light) h3,
.imagebg:not(.image--light) h4,
.imagebg:not(.image--light) h5,
.imagebg:not(.image--light) h6,
.imagebg:not(.image--light) p,
.imagebg:not(.image--light) ul,
.imagebg:not(.image--light) blockquote {
  color: #fff;
}
.imagebg:not(.image--light) .bg--white h1,
.imagebg:not(.image--light) .bg--white h2,
.imagebg:not(.image--light) .bg--white h3,
.imagebg:not(.image--light) .bg--white h4,
.imagebg:not(.image--light) .bg--white h5,
.imagebg:not(.image--light) .bg--white h6 {
  color: #252525;
}
.imagebg:not(.image--light) .bg--white p,
.imagebg:not(.image--light) .bg--white ul {
  color: #666666;
}


.topic-nav__main li.header-nav__main-item.is-current a {
  border-bottom: 2px solid #444;
}

@media (min-width: 1370px) {
    .header-nav__main-list.topic-nav__main .header-nav__main-item .header-nav__main-link::before, 
    .header-nav__main-list.topic-nav__main .header-nav__main-item .header-nav__main-link::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -10px;
    background: #fff;
    transform: scaleY(0.33) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: opacity 0.06s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;

    }
}

/* ------- CSS from sf-search-box.css file on disk *autocomplete popup* ---------- */
ul.sf-autocomplete {
  position: absolute;
  padding: 0;
  background: #fff;
  border: 1px solid #ccc;
  list-style: none
}

  ul.sf-autocomplete a {
    padding: 3px;
    display: block;
    color: #000
  }

    ul.sf-autocomplete a.ui-state-focus {
      background-color: #eee
    }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}