@charset "UTF-8";


/*!
 * Common colors and constants
 * ===========================
 *
 * Baseline grid: $line  (24px equivalent)
 *
 * Text sizing
 * -----------
 * Tiny: 14px
 * Small: 15px
 * Body copy: 17px
 * H6: 20px
 * H5: 25px
 * H4: 32px
 * H3: 42px
 * H2: 58px
 * H1: 60px
 *
 * Text colors
 * -----------
 * Primary: #081626
 * Secondary: #4c5f74
 * Tertiary: #758ba4
 *
 * Theme colors
 * ------------
 * Primary (RD Purple): #6244bb
 *   Lighter: #f6f3fe  #dad1f5  #aa95e8  #8a6fdb
 *   Darker:  #42278f  #2a1665  #160741  #0b0324
 * Accent (RD Blue): #307fe2
 *   Lighter: #f1f6fd  #d0e5ff  #96c0f4  #579ef6
 *   Darker:  #135dba  #0a3e7e  #052650  #01152d
 * Action (Engagefully Green): #63d05a
 *   Lighter: #f0fdf0  #dcfcdb  #b6fbb3  #88e781
 *   Darker:  #45af39  #2d8222  #16510d  #082902
 *
 * Grays
 * -----
 * #f7f9fc
 * #e7ecf2
 * #b8c2cf
 * #8896a8
 * #566474
 * #3d4c5f
 * #293749
 * #152232
 * #060f18
 *
 * Other colors
 * ------------
 * Page background: #ffffff
 * Warnings: #941
 *
 * Measurements
 * ------------
 * Maximum page width: 1260px
 *
 * Breakpoints
 * -----------
 * Small: 480px
 * Medium: 768px
 * Large: 960px
 * Widescreen: 1356px
 */


/*! ---------- =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 #b8c2cf;
}
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 "Open Sans", Helvetica, Arial, sans-serif;
  color: #4c5f74;
  -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;
}
p, ol, ul {
  orphans: 2;
  widows: 2;
}
ol, ul {
  margin-left: 2em;
}
 h1,  h2,  h3,  h4,  h5,  h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  text-rendering: optimizeLegibility;
  font-weight: 400;
  color: #081626;
}
 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;
  font-size: 0.65em;
  line-height: inherit;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #758ba4;
}
 h1,  h2,  h3,  h4,
.h1, .h2, .h3, .h4 {
  font-family: "Quicksand", "Open Sans", Helvetica, Arial, sans-serif;
}
 h5,  h6,
.h5, .h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

h1, .h1 {
  font-size: 84px;
  line-height: 84px;
}
@media (max-width: 767.97px) {
  h1, .h1 {
    font-size: 58px;
    line-height: 60px;
  }
}
@media (max-width: 479.97px) {
  h1, .h1 {
    font-size: 42px;
    line-height: 48px;
  }
}

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

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

h4, .h4 {
  font-size: 32px;
  line-height: 36px;
}
h5, .h5 {
  font-size: 25px;
  line-height: 36px;
}
h6, .h6 {
  font-size: 20px;
  line-height: 24px;
}

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

.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}

.note {
  font-size: 15px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: italic;
  color: #758ba4;
}
pre + .note,
input + .note,
textarea + .note {
  margin-top: -12px;
}

.color-type-primary {
  color: #081626 !important;
}
.color-type-secondary {
  color: #4c5f74 !important;
}
.color-type-tertiary {
  color: #758ba4 !important;
}
.highlight {
  color: #307fe2;
}
.warn {
  color: #941;
}

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

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


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

a {
  font-weight: 600;
  text-decoration: none;
  color: #6244bb;
}
a:hover,
a:focus {
  color: #307fe2;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
  text-decoration-color: #96c0f4;
}
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;
}

.spacer {
  clear: both;
  position: relative;
}
.sfPageEditor .spacer {
  background: #f7f9fc;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.sfPageEditor .spacer::before {
  content: '[Invisible spacer]';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #b8c2cf;
}
.spacer--tiny {
  height: 6px;
}
.sfPageEditor .spacer--tiny::before {
  display: none;
}
.spacer--small {
  height: 12px;
}
.spacer--medium {
  height: 24px;
}
.spacer--large {
  height: 36px;
}
.spacer--huge {
  height: 48px;
}

@media (min-width: 768px) {
  .spacer--large {
    height: 48px;
  }
  .spacer--huge {
    height: 72px;
  }
}

.more {
  display: inline-block;
  color: #758ba4;
}
.more--secondary {
  font-weight: 400;
  font-size: 14px;
}
.more::after {
  content: "\f054";
  display: inline-block;
  margin-left: 0.5em;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Pro", "Font Awesome";
  font-weight: 400;
  transition: transform 0.15s ease;
}
.more--secondary::after {
  content: "\f178";
}
.more:hover::after,
.more:focus::after {
  transition: transform 0.15s cubic-bezier(0.5, 2, 1, 1);
  transform: translateX(3px);
}

.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;
}
.img-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
}
.responsive-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.pill {
  display: inline-block;
  padding: 6px 18px;
  margin-right: 6px;
  margin-bottom: 6px;
  border-radius: 36px;
  background: #f6f3fe;
  color: #42278f;
  font-size: 15px;
}
.pill--large {
  padding: 12px 36px;
}
a.pill {
  font-weight: 600;
}
a.pill:hover,
a.pill:focus {
  background: #f1f6fd;
  text-decoration: none;
}

figure {
  display: block;
  margin-bottom: 24px;
  padding: 0;
  border: none;
}
figcaption {
  display: block;
  padding: 6px 0;
  margin: 0;
  font-size: 14px;
  color: #758ba4;
}

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,
.content > .page-bounds > .hero {
  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: 768px) {
  .to-screen-edges,
  .content > .page-bounds > .hero {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }
  .to-screen-edges__content {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (min-width: 1356px) {
  .to-screen-edges,
  .content > .page-bounds > .hero {
    margin-left: calc(-50vw + 630px) !important;
    margin-right: calc(-50vw + 630px) !important;
  }
  .to-screen-edges__content {
    padding-left: calc(50vw - 630px);
    padding-right: calc(50vw - 630px);
  }
}

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

.pull-quote {
  padding: 24px 0;
  margin: 24px 0;
  border: solid #0a3e7e;
  border-width: 2px 0;
  font-size: 20px;
  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 #b8c2cf;
  text-align: left;
  color: #307fe2;
  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 #b8c2cf;
}
.color-spec__swatch {
  height: 0;
  padding-bottom: 100%;
}
.color-spec__text {
  padding: 24px 18px;
  font-size: 15px;
}
.color-spec__title {
  font-size: 20px;
  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;
}

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


/*! ---------- =user content / =copy ---------- */

.user-content :target {
  scroll-margin-top: 36px;
  animation: flash-target 3s linear 0s 1 both;
}

.user-content h1,
.user-content .h1 {
  font-size: 58px;
  line-height: 60px;
}
@media (max-width: 767.97px) {
  .user-content h1,
  .user-content .h1 {
    font-size: 42px;
    line-height: 48px;
  }
}

.user-content h2,
.user-content .h2 {
  font-size: 42px;
  line-height: 48px;
}
@media (max-width: 767.97px) {
  .user-content h2,
  .user-content .h2 {
    font-size: 32px;
    line-height: 36px;
  }
}

.user-content h3,
.user-content .h3 {
  font-size: 32px;
  line-height: 36px;
}
.user-content h4,
.user-content .h4 {
  font-size: 25px;
  line-height: 36px;
}
.user-content h5,
.user-content .h5 {
  font-size: 20px;
  line-height: 24px;
}
.user-content h6,
.user-content .h6 {
  font-size: 17px;
  line-height: 24px;
}

.user-content p +  h1,
.user-content p + .h1,
.user-content img +  h1,
.user-content img + .h1,
.user-content blockquote +  h1,
.user-content blockquote + .h1,
.user-content ul +  h1,
.user-content ul + .h1,
.user-content ol +  h1,
.user-content ol + .h1,
.user-content p +  h2,
.user-content p + .h2,
.user-content img +  h2,
.user-content img + .h2,
.user-content blockquote +  h2,
.user-content blockquote + .h2,
.user-content ul +  h2,
.user-content ul + .h2,
.user-content ol +  h2,
.user-content ol + .h2 {
  margin-top: 60px;
}
.user-content p +  h3,
.user-content p + .h3,
.user-content img +  h3,
.user-content img + .h3,
.user-content blockquote +  h3,
.user-content blockquote + .h3,
.user-content ul +  h3,
.user-content ul + .h3,
.user-content ol +  h3,
.user-content ol + .h3 {
  margin-top: 48px;
}

.user-content img {
  padding: 6px;
  margin: 24px 0;
  border: 1px solid #e7ecf2;
  border-radius: 4px;
}
.user-content > img:first-child,
.user-content > *:first-child img:first-child {
  margin-top: 0;
}

.user-content .card:not(:last-child) {
  margin-bottom: 36px;
}

.user-content table {
  width: 100%;
  margin-bottom: 36px;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
}
.user-content td,
.user-content th {
  padding: 12px 24px 12px 0;
}
.user-content th {
  font-weight: 700;
}
.user-content thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #e7ecf2;
}
.user-content tbody tr:nth-child(2n) {
  background: #f7f9fc;
}

.scrollable-table {
  overflow-x: auto;
  position: relative;
}
.scrollable-table::after {
  content: '';
  display: block;
  width: 24px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.scrollable-table table {
  width: auto;
  min-width: 100%;
  white-space: nowrap;
  border-right: 24px solid transparent;
}
.scrollable-table th[scope="row"] {
  position: sticky;
  left: 0;
  background: #fff;
  box-shadow: inset -1px 0 0 #ebebf0;
  max-width: 40vw;
  white-space: normal;
}
.scrollable-table th[scope="row"] + td {
  padding-left: 12px;
}
.scrollable-table tr:nth-child(2n) th[scope="row"] {
  background: #f7f9fc;
}
.scrollable-table__shadow {
  position: relative;
}
.scrollable-table__shadow::after {
  content: '';
  display: block;
  width: 48px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
}


@keyframes flash-target {
  0% {
    background-color: #fef1d4;
  }
  30% {
    background-color: #fef1d4;
  }
  99% {
    background-color: #fff;
  }
  100% {
    background-color: unset;
  }
}


/*! ---------- =spacing and padding utility classes ---------- */

.space-0     { margin: 0 !important; }
.space-000   { 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; }
.space-t-0   { margin-top: 0 !important; }
.space-t-000 { 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; }
.space-r-0   { margin-right: 0 !important; }
.space-r-000 { 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; }
.space-b-0   { margin-bottom: 0 !important; }
.space-b-000 { 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; }
.space-l-0   { margin-left: 0 !important; }
.space-l-000 { 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; }


@media (min-width: 768px) {
  .space-0-m     { margin: 0 !important; }
  .space-000-m   { 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; }
  .space-t-0-m   { margin-top: 0 !important; }
  .space-t-000-m { 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; }
  .space-r-0-m   { margin-right: 0 !important; }
  .space-r-000-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; }
  .space-b-0-m   { margin-bottom: 0 !important; }
  .space-b-000-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; }
  .space-l-0-m   { margin-left: 0 !important; }
  .space-l-000-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; }
}


/*! ---------- =buttons ---------- */

.button {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  padding: 12px 36px;
  text-align: center;
  font-size: 17px;
  line-height: 24px;
  word-wrap: break-word;
  font-weight: 700;
  color: #ffffff;
  background: #6244bb;
  border-radius: 48px;
  transition: color 0.15s ease-out,
              background-color 0.15s ease-out,
              transform 0.15s ease-out,
              box-shadow 0.15s ease-out;
}
.button:hover,
.button:focus {
  color: #ffffff;
  background: #8a6fdb;
  text-decoration: none;
}
.button:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6px;
}
.button:active {
  transform: translateY(0);
  box-shadow: none;
  transition: none;
}
.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: 20px;
}
.button--small {
  font-size: 15px;
}
.button--tiny {
  font-size: 14px;
}
.button--fill {
  display: block;
  width: auto;
  max-width: 100%;
}
.button--fill + .button--fill {
  margin-left: 0;
  margin-top: 12px;
}
.button--disclose {
  padding-right: 24px;
}
.button--secondary {
  padding: 10px 34px;
  border: 2px solid #6244bb;
  font-weight: 600;
  color: #6244bb;
  background: #ffffff;
}
.button--tertiary {
  border: 1px solid #dad1f5;
  font-weight: 400;
  color: #6244bb;
  background: #f6f3fe;
}
.button--secondary:hover,
.button--secondary:focus,
.button--tertiary:hover,
.button--tertiary:focus {
  border-color: #8a6fdb;
  color: #ffffff;
  background: #8a6fdb;
}
.button--highlight {
  background: #307fe2;
}
.button--highlight.button--secondary {
  border-color: #307fe2;
  color: #307fe2;
  background: #ffffff;
}
.button--highlight.button--tertiary {
  border-color: #d0e5ff;
  color: #307fe2;
  background: #f1f6fd;
}
.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: #579ef6;
  color: #ffffff;
  background: #579ef6;
}
.button--action {
  background: #45af39;
}
.button--action.button--secondary {
  border-color: #45af39;
  color: #45af39;
  background: #ffffff;
}
.button--action.button--tertiary {
  border-color: #dcfcdb;
  color: #63d05a;
  background: #f0fdf0;
}
.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 {
  border-color: #63d05a;
  color: #ffffff;
  background: #63d05a;
}
.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--cancel {
  border: 1px solid #b8c2cf;
  font-size: 15px;
  font-weight: 400;
  color: #4c5f74;
  background: #f7f9fc;
}
.button--cancel:hover,
.button--cancel:focus {
  color: #6244bb;
  border-color: #6244bb;
  background: #ffffff;
}
.button--huge {
  padding: 24px 72px;
}
.button--huge.button--secondary {
  padding: 22px 70px;
}
.button--huge.button--disclose {
  padding-right: 60px;
}
.button--large {
  padding: 18px 60px;
}
.button--large.button--secondary {
  padding: 16px 58px;
}
.button--large.button--disclose {
  padding-right: 48px;
}
.button--small {
  padding: 6px 24px;
}
.button--small.button--secondary {
  padding: 4px 22px;
}
.button--small.button--disclose {
  padding-right: 18px;
}
.button--tiny {
  padding: 3px 12px;
}
.button--tiny.button--secondary {
  padding: 1px 10px;
}

.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 {
  flex: 0 0 auto;
}
.button-group--justify-stretch .button {
  flex-grow: 1;
}
.button-group--align-stretch .button {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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


/*! ---------- =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 #e8eef6;
  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: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #c3bae5;
  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(0, 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: 12px;
  margin: 0;
  border: 1px solid #b8c2cf;
  color: #4c5f74;
  color: rgba(76, 95, 116, 0.8);
  font: 15px/24px "Open Sans", Helvetica, Arial, sans-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: #ceccde;
}
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: #6244bb;
  color: #4c5f74;
  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.1em;
}
label + input[type=radio],
label + input[type=checkbox] {
  margin-left: 24px;
}

label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #081626;
  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: #2a1665;
}
label.required::after {
  content: "*";
  font-weight: 400;
}
label.input-validation-error {
  color: #941;
}
label.is-selected {
  color: #0a3e7e;
}
label.is-focused {
  color: #6244bb;
  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;
}


/*! ---------- =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: 768px) {
  .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: 960px) {
  .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--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 #b8c2cf;
  color: #4c5f74;
  background: #e7ecf2;
  opacity: 0.9;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tabs--standard .tabs__tab.is-active {
  background: #ffffff;
  border-bottom-color: #ffffff;
  color: #307fe2;
}
.tabs--standard .tabs__tab:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6px;
}
.tabs--standard .tabs__pane {
  border: 1px solid #b8c2cf;
  padding: 24px;
  display: none;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}
.tabs--vertical {
  margin-bottom: 48px;
}
.tabs--vertical .tabs__tab {
  background: #e7ecf2;
  padding: 13.68px;
}
.tabs--vertical .tabs__tab.is-active {
  color: #307fe2;
  background: #ffffff;
}
.tabs--vertical .tabs__tab:focus {
  outline: 1px dashed #6244bb;
  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: 767.97px), (min-width: 960px) and (max-width: 1355.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 #b8c2cf;
  }
  .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: #b8c2cf #b8c2cf #b8c2cf;
  }
  .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 #b8c2cf;
    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: 768px) and (max-width: 959.97px),
(min-width: 1356px) {
  .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 #b8c2cf;
    border-right-color: #b8c2cf;
    box-shadow: inset 6px 0 0 #b8c2cf;
    cursor: pointer;
  }
  .tabs--vertical .tabs__tab.is-active {
    background: #ffffff;
    border-color: #b8c2cf #ffffff #b8c2cf #b8c2cf;
    box-shadow: inset 6px 0 0 #307fe2;
    cursor: default;
  }
  .tabs--vertical .tabs__pane {
    padding: 24px;
    background: #ffffff;
    border-left: 299px solid #ffffff;
    box-shadow: inset 0 0 0 1px #b8c2cf;
  }
  .tabs--vertical .tabs__pane::after {
    content: "";
    display: table;
    clear: both;
    margin: 30px 0 -30px;
  }
}


.accordion__label {
  display: block;
  padding: 12px;
  background: #ffffff;
  border: 1px solid #b8c2cf;
  color: #4c5f74;
  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__label .fa-arrow-right {
  margin-left: 0.4em;
  transition: transform 0.15s ease-out;
}
.accordion__label:hover {
  color: #307fe2;
}
.accordion__label.is-active {
  color: #6244bb;
  border-color: #6244bb #6244bb #b8c2cf #6244bb;
  background: #f7f7f7;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion__label.is-active .fa-arrow-right {
  transform: rotate(90deg);
}
.accordion__label:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.3);
  outline-offset: -6px;
}
.accordion__label ~ .accordion__label {
  margin-top: 6px;
}
.accordion__content {
  margin-bottom: 24px;
  padding: 24px 12px;
  border: 1px solid #6244bb;
  border-top: none;
  border-radius: 0 0 5px 5px;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
.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: #6244bb;
  border-color: #6244bb;
  background-color: #f6f3fe;
}
.accordion__label--primary:hover {
  color: #ffffff;
  background-color: #6244bb;
}
.accordion__label--primary.is-active {
  color: #6244bb;
  border-color: #6244bb #6244bb #f6f3fe #6244bb;
  background-color: #f6f3fe;
}
.accordion__label--highlight {
  color: #307fe2;
  border-color: #307fe2;
  background-color: #f1f6fd;
}
.accordion__label--highlight:hover {
  color: #ffffff;
  background-color: #307fe2;
}
.accordion__label--highlight.is-active {
  color: #307fe2;
  border-color: #307fe2 #307fe2 #f1f6fd #307fe2;
  background-color: #f1f6fd;
}
.accordion__content--highlight {
  border-color: #307fe2;
}
.accordion__label--action {
  color: #63d05a;
  border-color: #63d05a;
  background-color: #f0fdf0;
}
.accordion__label--action:hover {
  color: #ffffff;
  background-color: #63d05a;
}
.accordion__label--action.is-active {
  color: #63d05a;
  border-color: #63d05a #63d05a #f0fdf0 #63d05a;
  background-color: #f0fdf0;
}
.accordion__content--action {
  border-color: #63d05a;
}
.accordion__label--primary-solid {
  color: #ffffff;
  border-color: #6244bb;
  background-color: #6244bb;
}
.accordion__label--primary-solid:hover {
  color: #ffffff;
  background-color: #42278f;
}
.accordion__label--primary-solid:focus {
  outline: 1px dashed rgba(255, 255, 255, 0.3);
}
.accordion__label--primary-solid.is-active {
  color: #ffffff;
  border-color: #6244bb;
  background-color: #6244bb;
}
.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: #307fe2;
  background-color: #307fe2;
}
.accordion__label--highlight-solid:hover {
  color: #ffffff;
  background-color: #135dba;
}
.accordion__label--highlight-solid:focus {
  outline: 1px dashed rgba(255, 255, 255, 0.3);
}
.accordion__label--highlight-solid.is-active {
  color: #ffffff;
  border-color: #307fe2;
  background-color: #307fe2;
}
.js .accordion__content--highlight-solid:not(.is-active) {
  border-width: 0 2px;
}
.accordion__content--highlight-solid {
  border-width: 1px 2px 2px;
  border-color: #307fe2;
}
.accordion__label--action-solid {
  color: #ffffff;
  border-color: #63d05a;
  background-color: #63d05a;
}
.accordion__label--action-solid:hover {
  color: #ffffff;
  background-color: #45af39;
}
.accordion__label--action-solid:focus {
  outline: 1px dashed rgba(255, 255, 255, 0.3);
}
.accordion__label--action-solid.is-active {
  color: #ffffff;
  border-color: #63d05a;
  background-color: #63d05a;
}
.js .accordion__content--action-solid:not(.is-active) {
  border-width: 0 2px;
}
.accordion__content--action-solid {
  border-width: 1px 2px 2px;
  border-color: #63d05a;
}

.js .rd-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 .rd-modal::-webkit-scrollbar {
  display: none;
}
.js .rd-modal.is-active {
  opacity: 1;
  z-index: 999;
  visibility: visible;
  transition: all 0.2s ease-out;
}
.rd-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: 25px;
  line-height: 36px;
  color: #566474;
  background: rgba(6, 15, 24, 0.9);
}
.rd-modal__close:hover,
.rd-modal__close:focus {
  color: #f7f9fc;
}
.js .rd-modal__close {
  display: flex;
}
.rd-modal__content {
  width: 100%;
  max-width: 1260px;
  max-height: calc(100vh - (2 * 24px));
  margin: 24px 0;
  padding: 24px;
  border-radius: 5px;
  border: 1px solid #e7ecf2;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.rd-modal__content--thin {
  max-width: 630px;
}
.js .rd-modal__content {
  overflow-y: auto;
  overscroll-behavior: contain;
}

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


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

.card {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.12);
}
.card__body {
  padding: 36px;
  flex-grow: 1;
}
.card__image {
  width: 100%;
}
.card__header,
.card__footer,
.card__section {
  padding: 24px 36px;
  border: solid #e7ecf2;
}
.card__header--secondary,
.card__footer--secondary,
.card__section--secondary {
  background: #f7f9fc;
}
.card__header--tertiary,
.card__footer--tertiary,
.card__section--tertiary {
  background: #e7ecf2;
}
.card__header--borderless,
.card__footer--borderless,
.card__section--borderless {
  border: none;
}
.card__header--primary,
.card__header--collection,
.card__footer--primary,
.card__footer--collection,
.card__section--primary,
.card__section--collection {
  color: #ffffff;
  background: #6244bb;
  background-image: linear-gradient(to right, #6244bb, #135dba);
  border: none;
}
.card__header--primary h1,
.card__header--primary h2,
.card__header--primary h3,
.card__header--primary h4,
.card__header--primary h5,
.card__header--primary h6,
.card__header--primary .h1,
.card__header--primary .h2,
.card__header--primary .h3,
.card__header--primary .h4,
.card__header--primary .h5,
.card__header--primary .h6,
.card__header--collection h1,
.card__header--collection h2,
.card__header--collection h3,
.card__header--collection h4,
.card__header--collection h5,
.card__header--collection h6,
.card__header--collection .h1,
.card__header--collection .h2,
.card__header--collection .h3,
.card__header--collection .h4,
.card__header--collection .h5,
.card__header--collection .h6,
.card__footer--primary h1,
.card__footer--primary h2,
.card__footer--primary h3,
.card__footer--primary h4,
.card__footer--primary h5,
.card__footer--primary h6,
.card__footer--primary .h1,
.card__footer--primary .h2,
.card__footer--primary .h3,
.card__footer--primary .h4,
.card__footer--primary .h5,
.card__footer--primary .h6,
.card__footer--collection h1,
.card__footer--collection h2,
.card__footer--collection h3,
.card__footer--collection h4,
.card__footer--collection h5,
.card__footer--collection h6,
.card__footer--collection .h1,
.card__footer--collection .h2,
.card__footer--collection .h3,
.card__footer--collection .h4,
.card__footer--collection .h5,
.card__footer--collection .h6,
.card__section--primary h1,
.card__section--primary h2,
.card__section--primary h3,
.card__section--primary h4,
.card__section--primary h5,
.card__section--primary h6,
.card__section--primary .h1,
.card__section--primary .h2,
.card__section--primary .h3,
.card__section--primary .h4,
.card__section--primary .h5,
.card__section--primary .h6,
.card__section--collection h1,
.card__section--collection h2,
.card__section--collection h3,
.card__section--collection h4,
.card__section--collection h5,
.card__section--collection h6,
.card__section--collection .h1,
.card__section--collection .h2,
.card__section--collection .h3,
.card__section--collection .h4,
.card__section--collection .h5,
.card__section--collection .h6 {
  color: #ffffff;
}
.card__header--primary h5,
.card__header--primary h6,
.card__header--primary .h5,
.card__header--primary .h6,
.card__header--collection h5,
.card__header--collection h6,
.card__header--collection .h5,
.card__header--collection .h6,
.card__footer--primary h5,
.card__footer--primary h6,
.card__footer--primary .h5,
.card__footer--primary .h6,
.card__footer--collection h5,
.card__footer--collection h6,
.card__footer--collection .h5,
.card__footer--collection .h6,
.card__section--primary h5,
.card__section--primary h6,
.card__section--primary .h5,
.card__section--primary .h6,
.card__section--collection h5,
.card__section--collection h6,
.card__section--collection .h5,
.card__section--collection .h6 {
  font-weight: 600;
}
.card__header {
  border-width: 0 0 1px;
  border-radius: 8px 8px 0 0;
  flex-grow: 0;
}
.card__header--borderless:not(.card__header--secondary):not(.card__header--tertiary) {
  padding-bottom: 0;
}
.card__header--collection {
  display: flex;
  align-items: center;
  gap: 24px;
}
.card__footer {
  border-width: 1px 0 0;
  border-radius: 0 0 8px 8px;
  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: 36px;
  margin-bottom: 36px;
}
.card__section + .card__section {
  margin-top: -36px;
  border-top-width: 0;
}
.card__section:first-child {
  margin-top: 0;
}
.card__section:last-child {
  margin-bottom: 0;
}
.card__body > .card__section {
  margin-left: -36px;
  margin-right: -36px;
}
.card__body > .card__section:first-child {
  margin-top: -36px;
}
.card__body > .card__section:last-child {
  margin-bottom: -36px;
}
.card--primary,
.card--primary .card__header,
.card--primary .card__footer,
.card--primary .card__section {
  border-color: #6244bb;
}
.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: #6244bb;
}
.card--primary .card__header--secondary,
.card--primary .card__footer--secondary,
.card--primary .card__section--secondary {
  color: #2a1665;
  background: #f6f3fe;
}
.card--primary .card__header--tertiary,
.card--primary .card__footer--tertiary,
.card--primary .card__section--tertiary {
  color: #2a1665;
  background: #dad1f5;
}
.card--accent,
.card--accent .card__header,
.card--accent .card__footer,
.card--accent .card__section {
  border-color: #307fe2;
}
.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: #307fe2;
}
.card--accent .card__header--secondary,
.card--accent .card__footer--secondary,
.card--accent .card__section--secondary {
  color: #0a3e7e;
  background: #f1f6fd;
}
.card--accent .card__header--tertiary,
.card--accent .card__footer--tertiary,
.card--accent .card__section--tertiary {
  color: #0a3e7e;
  background: #d0e5ff;
}
.card--action,
.card--action .card__header,
.card--action .card__footer,
.card--action .card__section {
  border-color: #63d05a;
}
.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: #63d05a;
}
.card--action .card__header--secondary,
.card--action .card__footer--secondary,
.card--action .card__section--secondary {
  color: #2d8222;
  background: #f0fdf0;
}
.card--action .card__header--tertiary,
.card--action .card__footer--tertiary,
.card--action .card__section--tertiary {
  color: #2d8222;
  background: #dcfcdb;
}
.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: #6244bb;
}
.card--fill-primary .card__header--secondary,
.card--fill-primary .card__footer--secondary,
.card--fill-primary .card__section--secondary {
  background: #42278f;
}
.card--fill-primary .card__header--tertiary,
.card--fill-primary .card__footer--tertiary,
.card--fill-primary .card__section--tertiary {
  background: #2a1665;
}
.card--fill-accent {
  background: #307fe2;
}
.card--fill-accent .card__header--secondary,
.card--fill-accent .card__footer--secondary,
.card--fill-accent .card__section--secondary {
  background: #135dba;
}
.card--fill-accent .card__header--tertiary,
.card--fill-accent .card__footer--tertiary,
.card--fill-accent .card__section--tertiary {
  background: #0a3e7e;
}
.card--fill-action {
  background: #63d05a;
}
.card--fill-action .card__header--secondary,
.card--fill-action .card__footer--secondary,
.card--fill-action .card__section--secondary {
  background: #45af39;
}
.card--fill-action .card__header--tertiary,
.card--fill-action .card__footer--tertiary,
.card--fill-action .card__section--tertiary {
  background: #2d8222;
}
.card--inverse {
  background: #060f18;
}
.card--inverse .card__header--secondary,
.card--inverse .card__footer--secondary,
.card--inverse .card__section--secondary {
  background: #152232;
}
.card--inverse .card__header--tertiary,
.card--inverse .card__footer--tertiary,
.card--inverse .card__section--tertiary {
  background: #293749;
}

.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;
}

@media (min-width: 960px) {
  .interior-layout__aside .card-grid {
    grid-template-columns: 1fr;
  }
}


/*! ---------- =collections ---------- */

.collection-icon {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  font-size: 25px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  background: #8a6fdb;
  transition: transform 0.15s ease;
}
.collection-icon--large {
  width: 60px;
  height: 60px;
  flex-basis: 60px;
}
.collection-icon--huge {
  width: 120px;
  height: 120px;
  flex-basis: 120px;
  font-size: 42px;
  line-height: 48px;
}

a.card__header--collection:hover,
a.card__header--collection:focus {
  text-decoration: none;
}

body .content .card a.card__header--collection:hover,
body .content .card a.card__header--collection:focus {
  background-color: #307fe2 !important;
}
a.card__header--collection:hover .collection-icon,
a.card__header--collection:focus .collection-icon {
  transition: transform 0.15s cubic-bezier(0.5, 2, 1, 1);
  transform: scale(1.1);
}

.collection-video {
  padding: 48px 0;
  position: relative;
}
.collection-video::before {
  content: "";
  display: block;
  width: 4px;
  position: absolute;
  left: 22px;
  top: 0;
  bottom: 0;
  background: #dad1f5;
  z-index: 0;
}
.interior-splash + .collection-video {
  margin-top: -48px;
}
.collection-video__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  background: #45af39;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  .collection-video {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .collection-video__icon {
    flex: 0 0 48px;
  }
  .collection-video__content {
    flex: 1 0 50%;
  }
}

@media (min-width: 768px) {
  .collection-video {
    gap: 60px;
    padding: 60px 0;
  }
  .collection-video::before {
    left: 106px;
  }
  .interior-splash + .collection-video {
    margin-top: -60px;
  }
  .collection-video__icon {
    width: 84px;
    height: 84px;
    flex-basis: 84px;
    margin-left: 66px;
    font-size: 32px;
    line-height: 36px;
  }
  .collection-video__video {
    max-width: 640px;
    margin: 0 auto;
  }
}

@media (min-width: 1356px) {
  .collection-video__video {
    position: relative;
    left: -105px;
  }
}


.collection-list {
  position: relative;
}
.collection-list::before {
  content: "";
  display: block;
  width: 4px;
  position: absolute;
  left: 22px;
  top: 0;
  bottom: 0;
  background: #dad1f5 linear-gradient(to bottom, #dad1f5, #d0e5ff) no-repeat 0 0;
  z-index: 0;
}
.interior-splash + .collection-list {
  margin-top: -48px;
  padding-top: 48px;
}
.collection-list .block-list__item {
  position: relative;
  z-index: 2;
}
.collection-list--numbered {
  --item-color: #6244bb;
  counter-reset: collection-list;
}
.collection-list--numbered .block-list__item {
  padding-top: 60px;
}
.collection-list--numbered .block-list__link::before {
  content: counter(collection-list);
  counter-increment: collection-list;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  text-align: center;
  font: 700 20px/24px "Quicksand", "Open Sans", Helvetica, Arial, sans-serif;
  color: #ffffff;
  background: #6244bb;
  background-color: var(--item-color);
  transition: background-color 0.15s ease-out;
}
.collection-list--numbered .block-list__link:hover::before,
.collection-list--numbered .block-list__link:focus::before {
  background-color: #307fe2 !important;
}

@media (min-width: 768px) {
  .collection-list::before {
    left: 106px;
  }
  .interior-splash + .collection-list {
    margin-top: -60px;
    padding-top: 60px;
  }
  .collection-list--numbered .block-list__item {
    padding-top: 0;
  }
  .collection-list--numbered .block-list__link {
    background: rgba(255, 255, 255, 0.8);
  }
  .collection-list--numbered .block-list__link::before {
    position: static;
    width: 84px;
    height: 84px;
    flex-basis: 84px;
    margin-left: 18px;
    margin-right: 36px;
    font-size: 32px;
    line-height: 36px;
  }
}


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

.item-list {
  list-style: none;
  margin-left: 0;
}
.item-list:not(:last-child) {
  margin-bottom: 24px;
}
.item-list + .button {
  margin-top: -24px;
}
.item-list__item + .item-list__item {
  margin-top: 24px;
}
.item-list__item--current {
  background: #f6f3fe;
  box-shadow: 0 0 0 12px #f6f3fe;
}
.card__body .item-list__item--current {
  box-shadow: 0 0 0 12px #f6f3fe, -36px 0 0 12px #f6f3fe, 36px 0 0 12px #f6f3fe;
}
.item-list__item--current .item-list__title {
  position: relative;
}
.item-list__item--current .item-list__title::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6244bb;
  position: absolute;
  left: -21px;
  top: 9px;
}
.item-list__link {
  display: block;
  position: relative;
  color: #4c5f74;
}
.item-list__link:hover,
.item-list__link:focus {
  color: #4c5f74;
}
.item-list__media {
  display: block;
  width: 120px;
  max-width: 33%;
  float: left;
  margin-right: 24px;
  overflow: hidden;
}
.item-list__media img {
  transition: transform 0.15s ease-out;
}
.item-list__link:hover .item-list__media img,
.item-list__link:focus .item-list__media img {
  transform: scale(1.04);
}
.item-list__content {
  overflow: hidden;
}
.item-list__title {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  color: #6244bb;
  transition: color 0.15s ease-out;
}
.item-list__title--small {
  font-size: 17px;
  line-height: 24px;
}
.item-list a.item-list __title:hover,
.item-list a.item-list __title:focus,
.item-list__link:hover .item-list__title,
.item-list__link:focus .item-list__title {
  color: #307fe2 !important;
}
.item-list__date {
  display: block;
  margin: 6px 0 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: italic;
  opacity: 0.7;
}
.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;
  }
}


.block-list {
  list-style: none;
  margin: 0;
}
.block-list:not(:last-child) {
  margin-bottom: 24px;
}
.block-list__item + .block-list__item {
  margin-top: 24px;
}
.block-list__link {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  border: 1px solid #f7f9fc;
  border-radius: 8px;
  font-weight: 400;
  color: #4c5f74;
  background: #ffffff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.12);
}
.block-list__item--highlight .block-list__link {
  border: 2px solid transparent;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #6244bb, #135dba) border-box;
}
.block-list__link:hover,
.block-list__link:focus {
  color: #4c5f74;
  text-decoration: none;
  border-color: #96c0f4;
}
.block-list__content {
  flex: 1 0 10%;
}
.block-list__tags {
  float: right;
  margin: 0 0 6px 24px;
}
.block-list__title {
  margin-bottom: 0;
  font: 20px/24px "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #42278f;
}
.block-list__link:hover .block-list__title,
.block-list__link:focus .block-list__title {
  color: #307fe2 !important;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
  text-decoration-color: #96c0f4;
}
.block-list__title-prefix {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #8a6fdb;
}
.block-list__link:hover .block-list__title-prefix,
.block-list__link:focus .block-list__title-prefix {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
  text-decoration-color: #ffffff;
}
.block-list__meta {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  color: #758ba4;
}
.block-list__description {
  margin-top: 12px;
}
.block-list__tail {
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .block-list__link {
    padding: 36px 48px;
  }
  .block-list__title {
    font-size: 25px;
    line-height: 36px;
  }
  .block-list__meta {
    margin: 0;
    font-size: 17px;
    line-height: 24px;
  }
}


/*! ---------- =hero ---------- */

.hero {
  position: relative;
  margin-bottom: 48px;
}
.hero:last-child {
  margin-bottom: 0;
}
.content > .page-bounds > .hero:first-child {
  margin-top: -24px;
}
.hero::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 2;
}
.hero__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
}
.hero__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero__image--parallax img {
  height: calc(100% + 2.5vh);
  top: -1.25vh;
  bottom: -1.25vh;
}
.hero__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;
}
.hero__video-player {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in 2.9s;
}
.hero__video-player.is-wide {
  top: 50%;
  transform: translateY(-50%);
}
.hero__video-player.is-tall {
  left: 50%;
  transform: translateX(-50%);
}
.hero__video-container.is-loaded .hero__video-player {
  opacity: 1;
}
.hero__video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.hero__content {
  padding: 72px 24px;
  position: relative;
  z-index: 3;
}
.hero__title,
.hero__subtitle,
.hero__description {
  color: #ffffff;
}
.hero__actions {
  margin-top: 24px;
}

@media (max-width: 479.97px) {
  .hero__actions .button {
    display: block;
  }
  .hero__actions .button + .button {
    margin-top: 12px;
  }
}

@media (min-width: 480px) {
  .hero__actions .button + .button {
    margin-left: 12px;
  }
}

@media (max-width: 767.97px) {
  .hero::before {
    background: rgba(0, 0, 0, 0.5);
  }
  .hero__title {
    text-align: center;
    font-size: 7vw;
    line-height: 1.2;
  }
  .hero__subtitle {
    text-align: center;
    font-size: 6vw;
    line-height: 1.2;
  }
}

@media (min-width: 768px) {
  .hero__content {
    padding: 168px 48px;
  }
  .content > .page-bounds > .hero:first-child {
    margin-top: -48px;
  }
}

@media (min-width: 960px) {
  .hero__content {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/*! 'professional' hero style */
.hero::before {
  background: rgba(6, 15, 24, 0.6);
}
.hero__title {
  color: #ffffff;
}
.hero__title::after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  margin: 24px auto 0;
  background: rgba(255, 255, 255, 0.4);
}
.hero__subtitle {
  color: #ffffff;
}
.hero__description {
  color: #ffffff;
}

@media (min-width: 768px) {
  .hero__content {
    text-align: center;
  }
  .hero__title {
    margin-bottom: 48px;
  }
  .hero__subtitle {
    font-size: 42px;
    line-height: 48px;
  }
  .hero__actions {
    margin-top: 36px;
  }
}


.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;
  flex: 0 0 calc((100% - 48px) / 3);
}
.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;
}
.horizontal__control {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  transform: translateY(-50%);
  color: #6244bb;
  background: #ffffff;
  border: 1px solid #b8c2cf;
  border-radius: 50%;
  z-index: 3;
}
.horizontal__control:hover,
.horizontal__control:focus {
  color: #307fe2;
  border-color: #307fe2;
}
.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: #8896a8;
  border-color: #e7ecf2;
  background: #e7ecf2;
  cursor: default;
  opacity: 0.4;
}

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

@media (max-width: 479.97px) {
  .horizontal__item {
    flex-basis: 80%;
  }
}

@media (min-width: 1452px) {
  .horizontal:not(.to-screen-edges) .horizontal__control--left {
    left: -72px;
  }
  .horizontal:not(.to-screen-edges) .horizontal__control--right {
    right: -72px;
  }
}


/*! ---------- =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: #e7ecf2;
}
.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: 768px) {
  .background-section {
    padding-left: 48px;
    padding-right: 48px;
  }
  .content > .page-bounds > .background-section:first-child {
    margin-top: -48px;
  }
}

@media (min-width: 960px) {
  .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: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 2;
}
.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: 479.97px) {
  .interstitial__actions .button {
    display: block;
  }
  .interstitial__actions .button + .button {
    margin-top: 12px;
  }
}

@media (min-width: 480px) {
  .interstitial__actions .button + .button {
    margin-left: 12px;
  }
}

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

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

/*! 'professional' interstitial style */
.interstitial::before {
  background: rgba(6, 15, 24, 0.6);
}
.interstitial__media {
  background: #060f18;
}
.interstitial__title {
  color: #ffffff;
}
.interstitial__title::after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  margin: 24px 0 0;
  background: rgba(255, 255, 255, 0.4);
}
.interstitial__description {
  color: #ffffff;
}

@media (min-width: 768px) {
  .interstitial__content {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .interstitial__title {
    margin-bottom: 48px;
  }
  .interstitial__actions {
    margin-top: 36px;
  }
}

@media (min-width: 960px) {
  .interstitial::before {
    background: linear-gradient(to right, rgba(6, 15, 24, 0.75) 30%, rgba(6, 15, 24, 0));
  }
  .interstitial--left .interstitial__content {
    width: 50%;
  }
  .interstitial--right::before {
    background: linear-gradient(to left, rgba(6, 15, 24, 0.75) 30%, rgba(6, 15, 24, 0));
  }
  .interstitial--right .interstitial__content {
    width: 40%;
    float: right;
  }
}


.pagination {
  list-style: none;
  margin: 0 0 24px;
}
.pagination .overview {
  display: block;
  font-size: 15px;
}
.pagination li {
  display: inline-block;
  margin-bottom: 0.2em;
}
.pagination li:first-of-type {
  border-radius: 4px 0 0 4px;
}
.pagination li:last-of-type {
  border-radius: 0 4px 4px 0;
}
.pagination li a {
  display: block;
  width: 36px;
  padding: 6px 0;
  text-align: center;
  color: #4c5f74;
  background: #f7f9fc;
  font-size: 15px;
}
.pagination li a:hover,
.pagination li a:focus {
  color: #ffffff;
  background: #307fe2;
}
.pagination .active a {
  font-weight: 700;
  color: #ffffff;
  background: #6244bb;
}

@media (min-width: 960px) {
  .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: 58px;
}
.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: 25px;
}

@media (max-width: 767.97px),
(min-width: 960px) {
  .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: 767.97px) {
  .quicklinks {
    flex-direction: column;
  }
  .quicklinks__item + .quicklinks__item {
    margin-top: 24px;
  }
}

@media (min-width: 768px) {
  .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: #42278f;
}
.quicklinks__link:hover,
.quicklinks__link:focus {
  color: #ffffff;
  background: #8a6fdb;
}
.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: 20px;
  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);
}


/*! ---------- =search ---------- */

.search-input {
  position: relative;
}
.search-input__label {
  display: block;
  position: relative;
}
.search-input__input {
  padding-left: 48px !important;
  padding-right: 84px !important;
  border: none !important;
  border-radius: 24px;
  color: #4c5f74;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: none !important;
}
.search-input__input:focus {
  background: #ffffff;
}
.search-input__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  font-size: 17px;
  color: #135dba;
}
.search-input__submit {
  position: absolute;
  right: 2px;
  top: 2px;
  padding: 10px 24px;
}
.search-input__submit:hover,
.search-input__submit:focus {
  transform: none;
  box-shadow: none;
}

.search-refine__title {
  font-size: 32px;
  line-height: 36px;
}
.search-refine__toggle {
  display: none;
}
.search-refine__group {
  margin-bottom: 24px;
}
.search-refine__group-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: left;
}
.search-refine__group-toggle .h6 {
  margin-bottom: 0;
}
.search-refine__group-toggle .fa-chevron-right {
  margin-left: 24px;
  transition: transform 0.15s ease-out;
}
.search-refine__group-toggle.is-active .fa-chevron-right {
  transform: rotate(90deg);
}

.js .search-refine__group-body {
  display: none;
}
.js .search-refine__group-body.is-active {
  display: block;
}


@media (max-width: 959.97px) {
  .js .search-refine__title,
  .no-js .search-refine__toggle {
    display: none;
  }
  .search-refine__title,
  .search-refine__toggle {
    font-size: 17px;
    line-height: 24px;
    color: #4c5f74;
  }
  .search-refine__toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: -24px;
    padding: 12px 24px;
    border-radius: 8px;
    color: #fff;
    background: #6244bb linear-gradient(to bottom right, #6244bb, #135dba);
  }
  .search-refine__toggle .fa-chevron-right {
    margin-left: 24px;
    transition: transform 0.15s ease-out;
  }
  .search-refine__toggle.is-active .fa-chevron-right {
    transform: rotate(90deg);
  }
  
  .js .search-refine__container {
    display: none;
  }
  .js .search-refine__container.is-active {
    display: block;
  }
  
  .search-refine__group:first-child {
    margin-top: 24px;
  }
  .search-refine__group:last-child {
    margin-bottom: 60px;
  }
  .search-refine__group-toggle,
  .search-refine__group-body {
    padding-left: 24px;
    padding-right: 24px;
  }
}


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

html {
  scroll-behavior: smooth;
}

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

.content {
  padding: 24px;
}

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


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


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

.page-header {
  padding: 0 24px;
  position: relative;
  z-index: 100;
}
.page-header .page-bounds {
  position: relative;
}
.page-header__toggle {
  display: none;
}

@media (max-width: 767.97px) {
  .page-header {
    width: 100%;
    border-bottom: 1px solid #e7ecf2;
  }
  .page-header__toggle {
    position: absolute;
    right: -24px;
    top: 0;
    padding: 24px 24px;
    font-size: 15px;
    color: #4c5f74;
  }
  .page-header__toggle.mobile-menu-is-open {
    color: #135dba;
  }
  .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: 768px) {
  .page-header {
    padding-left: 48px;
    padding-right: 48px;
  }
}


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

  .header-nav {
    order: 2;
  }

  .header-utility {
    order: 3;
  }
}

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

@media (max-width: 767.97px) {
  body {
    transition: transform 0.2s ease-out;
  }
  body.mobile-menu-is-open {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(calc(100% - 72px));
  }

  .page-header__content {
    display: none;
    width: 80%;
    width: calc(100% - 72px);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    background: #ffffff;
    transition: all 0.2s ease-out;
    overflow-y: auto;
  }

  @supports (transform: translateX(calc(100% - 72px))) {
    .page-header__content {
      display: flex;
      left: auto;
      right: 100%;
    }
  }

  .page-header__content.mobile-menu-is-open {
    display: block;
    display: flex;
  }
  .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: #6244bb;
  }
  .page-header__toggle {
    transition: all 0.2s ease-out;
  }
  .page-header__toggle.mobile-menu-is-open {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    font-size: 0.01px;
    color: transparent;
    background: rgba(231, 236, 242, 0.7);
  }
  .page-header__toggle.mobile-menu-is-open .toggle-indicator {
    display: none;
  }
}


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

.header-logo__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 100%;
  margin: 0;
}
.header-logo__link:hover,
.header-logo__link:focus {
  text-decoration: none;
}
.header-logo__image {
  display: block;
  max-width: 100%;
  margin: 0;
}
.header-logo__link:focus .header-logo__image {
  outline: 1px dashed #b8c2cf;
  outline-offset: 2px;
}
.header-logo__title {
  font-family: "Quicksand", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #4c5f74;
  margin: -0.07em 0 0 0.3em;
}
.header-logo__link:hover .header-logo__title,
.header-logo__link:focus .header-logo__title {
  color: #307fe2;
}

@media (max-width: 767.97px) {
  .header-logo__link {
    padding: 15px 0;
  }
  .header-logo__image {
    max-height: 42px;
  }
  .header-logo__title {
    font-size: 14px;
  }
}


.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: #060f18;
  transition: background 0.2s ease-out;
}
.page-header .toggle-indicator__piece::before {
  background: #4c5f74;
}
.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: #307fe2;
}
.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: #135dba;
}

.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 72px 12px 24px !important;
  margin: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  font-size: 17px;
  line-height: 24px;
  background: #ffffff;
}
.header-search__submit {
  display: block;
  width: 60px;
  padding: 13px 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background: #42278f;
  font-weight: 700;
  color: #ffffff;
}

@media (max-width: 767.97px) {
  .header-search__input {
    padding-left: 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 a {
  display: block;
}
.header-nav__main-link {
  font-weight: 600;
  color: #4c5f74;
}
.header-nav__main-item-annotation {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #758ba4;
}
.header-nav__main-link:hover .header-nav__main-item-annotation,
.header-nav__main-link:focus .header-nav__main-item-annotation {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: #ffffff;
  text-underline-offset: 4px;
}
.header-nav__link-2,
.header-nav__link-3,
.header-nav__link-4,
.header-nav__link-5 {
  font-size: 15px;
  color: #4c5f74;
}
.header-nav__link-3 {
  color: #607893;
}
.header-nav__link-4,
.header-nav__link-5 {
  color: #7088a1;
}
.header-nav__toggle {
  display: none;
}

@media (max-width: 767.97px) {
  .header-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100vh - 144px);
    text-align: center;
    background: #ffffff;
  }
  .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;
  }
  .header-nav__main-link {
    color: #081626;
  }
  .header-nav__link-2,
  .header-nav__link-3,
  .header-nav__link-4,
  .header-nav__link-5 {
    border-bottom-color: rgba(247, 249, 252, 0.5);
    color: #4c5f74;
  }
  .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: #ffffff;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .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: #b8c2cf;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -5px;
    transform: scaleX(0.6);
    transition: transform 0.2s ease-out;
  }
  .header-nav__toggle.is-active::before {
    border-top-color: #135dba;
    transform: scaleX(0.6) rotateX(180deg);
  }
}

@media (min-width: 768px) {
  .header-nav__main-list {
    display: flex;
    justify-content: flex-end;
    margin-right: -24px;
  }
  .header-nav__main-item {
    display: inline-block;
    flex: 0 0 auto;
  }
  .header-nav__main-link {
    padding: 72px 24px 48px;
    position: relative;
  }
  .header-nav__main-link:hover,
  .header-nav__main-link:focus {
    color: #307fe2;
  }
  .header-nav .is-current > a {
    color: #2d8222;
  }
}


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

.header-logo {
  float: left;
}

@media (min-width: 768px) {
  .page-header > .page-bounds {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-header__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .header-logo {
    margin-right: 24px;
  }
  .header-logo > a {
    height: 168px;
    padding: 12px 0;
  }
  .header-logo img {
    max-height: 100%;
  }

  .header-utility,
  .header-search {
    display: none;
  }
}


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

.page-footer {
  padding: 48px 24px;
  text-align: center;
  background: #f7f9fc;
  color: #758ba4;
}
.page-footer .page-bounds {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}
.page-footer a {
  color: #42278f;
  font-weight: 700;
}
.page-footer a:hover,
.page-footer a:focus {
  color: #307fe2;
  text-decoration: none;
}
.page-footer .footer-trending__title,
.page-footer .footer-actions__title {
  color: #758ba4;
}

@media (min-width: 480px) {
  .page-footer {
    padding: 24px 48px;
  }
  .page-footer .page-bounds {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}


.footer-logo {
  text-align: center;
}
.footer-logo a {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
}

.footer-copyright {
  font-size: 14px;
}


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

.home-splash {
  padding: 48px 24px 72px;
  margin-bottom: 48px;
  border-radius: 8px;
  color: #d0e5ff;
  background-color: #135dba;
  background-image: url("/images/support2023libraries/site-ui/decorations/decoration-strips-1.svg"), linear-gradient(to bottom right, #6244bb, #135dba);
  background-repeat: no-repeat, no-repeat;
  background-position: 50% 100%, 0 0;
  background-size: 100% auto, auto;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15), 0 10px 34px rgba(0, 0, 0, 0.19);
}
.home-splash__title {
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  color: #ffffff;
}
.home-splash__input-wrapper {
  margin: 48px auto 0;
}

@media (min-width: 768px) {
  .home-splash {
    padding: 72px 48px 96px;
    margin-bottom: 60px;
    text-align: center;
  }
  .home-splash__title {
    font-size: 42px;
    line-height: 48px;
  }
  .home-splash__description {
    font-size: 20px;
    line-height: 24px;
  }
  .home-splash__input-wrapper {
    max-width: 408px;
  }
}


.home-popular {
  margin-bottom: 48px;
}
.home-popular__list {
  list-style: none;
  margin: 0;
}
.home-popular__item {
  display: inline-block;
}

@media (min-width: 768px) {
  .home-popular {
    margin-bottom: 60px;
  }
}


.home-collections__more {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .home-collections::after {
    content: "";
    display: table;
    clear: both;
  }
  .home-collections__more {
    float: right;
    margin-top: -48px;
  }
  .home-collections .card-grid {
    clear: right;
  }
}

@media (min-width: 960px) {
  .home-collections .card__header--collection {
    background-color: #6244bb !important;
    background-image: none !important;
  }
  .home-collections .card:nth-child(3n+2) .card__header--collection {
    background-color: #3b51bb !important;
  }
  .home-collections .card:nth-child(3n+3) .card__header--collection {
    background-color: #135dba !important;
  }
}


.announcement {
  margin-bottom: 36px;
  padding: 36px 24px;
  border-radius: 8px;
  color: #fff;
  background: #3d4c5f;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.12);
}
.js .announcement:not(.is-visible) {
  display: none;
}
.announcement__icon {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 36px;
}
.announcement__title {
  margin-bottom: 12px;
  font-weight: 700;
  color: #fff;
}
.announcement__description {
  font-size: 15px;
}
.announcement__close {
  padding-left: 18px;
  padding-right: 18px;
}
.announcement__actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.announcement__action {
  font-size: 15px;
  font-weight: 600;
}

.announcement--style-white {
  background: #fff;
  color: #4c5f74;
}
.announcement--style-white .announcement__title {
  color: #081626;
}
.announcement--style-positive {
  background: #45af39;
}
.announcement--style-positive .button {
  background: #2d8222;
}
.announcement--style-neutral {
  background: #bcbf14;
}
.announcement--style-neutral .button {
  background: #93930c;
}
.announcement--style-warning {
  background: #d3910d;
}
.announcement--style-warning .button {
  background: #946206;
}
.announcement--style-danger {
  background: #c62d0c;
}
.announcement--style-danger .button {
  background: #ad1e00;
}
.announcement--style-purple {
  background: #6244bb;
}
.announcement--style-purple .button {
  background: #8a6fdb;
}
.announcement--style-blue {
  background: #307fe2;
}
.announcement--style-blue .button {
  background: #135dba;
}
.announcement--style-teal {
  background: #00a7b5;
}
.announcement--style-teal .button {
  background: #028796;
}

.splash-container {
  margin-bottom: 48px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15),
              0 10px 34px rgba(0, 0, 0, 0.19);
}
.splash-container .home-splash,
.splash-container .interior-splash {
  box-shadow: none;
  margin: 0;
  position: relative;
  z-index: 20;
}
.announcement--glob-to-splash-area {
  margin: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: none;
  position: relative;
}
.splash-container .announcement {
  margin-top: -8px;
  padding-top: 44px;
}
.splash-container .announcement:nth-child(2)  { z-index: 19; }
.splash-container .announcement:nth-child(3)  { z-index: 18; }
.splash-container .announcement:nth-child(4)  { z-index: 17; }
.splash-container .announcement:nth-child(5)  { z-index: 16; }
.splash-container .announcement:nth-child(6)  { z-index: 15; }
.splash-container .announcement:nth-child(7)  { z-index: 14; }
.splash-container .announcement:nth-child(8)  { z-index: 13; }
.splash-container .announcement:nth-child(9)  { z-index: 12; }
.splash-container .announcement:nth-child(10) { z-index: 11; }
.splash-container .announcement:nth-child(11) { z-index: 10; }
.splash-container .announcement:nth-child(12) { z-index: 9;  }
.splash-container .announcement:nth-child(13) { z-index: 8;  }
.splash-container .announcement:nth-child(14) { z-index: 7;  }
.splash-container .announcement:nth-child(15) { z-index: 6;  }
.splash-container .announcement:nth-child(16) { z-index: 5;  }
.splash-container .announcement:nth-child(17) { z-index: 4;  }
.splash-container .announcement:nth-child(18) { z-index: 3;  }
.splash-container .announcement:nth-child(19) { z-index: 2;  }
.splash-container .announcement:nth-child(20) { z-index: 1;  }


@media (min-width: 860px) {
  .announcement {
    display: flex;
    align-items: center;
    padding: 36px;
  }
  .announcement__icon {
    flex: 0 0 auto;
    margin: 0 36px 0 0;
  }
  .announcement__content {
    flex: 1 0 50%;
  }
  .announcement__title {
    margin-bottom: 6px;
  }
  .announcement__actions {
    flex: 0 0 auto;
    margin: 0 0 0 24px;
  }
}


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

.page-title {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  color: #081626;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) and (-webkit-text-fill-color: transparent) {
  .page-title {
    background-image: linear-gradient(to right, #6244bb, #135dba);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.page-title + .breadcrumbs {
  margin-top: -24px;
}

@media (min-width: 768px) {
  .page-title {
    font-size: 42px;
    line-height: 48px;
  }
}

@media (min-width: 960px) {
  .page-title {
    font-size: calc(20px + 2.2vw);
    line-height: calc(20px + 3vw);
  }
}

@media (min-width: 1356px) {
  .page-title {
    font-size: 50px;
    line-height: 60px;
  }
}


.page-date {
  font-size: 15px;
  line-height: 24px;
  color: #758ba4;
}
.page-title + .page-date {
  margin-top: -12px;
}

.interior-splash {
  padding: 48px 24px 72px;
  margin-bottom: 48px;
  border-radius: 8px;
  color: #d0e5ff;
  background-color: #135dba;
  background-image: url("/images/support2023libraries/site-ui/decorations/decoration-strips-1.svg"), linear-gradient(to bottom right, #6244bb, #135dba);
  background-repeat: no-repeat, no-repeat;
  background-position: 50% 100%, 0 0;
  background-size: 100% auto, auto;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15), 0 10px 34px rgba(0, 0, 0, 0.19);
  position: relative;
  z-index: 2;
}
.interior-splash__title {
  font-size: 32px;
  line-height: 36px;
  color: #ffffff;
}
.interior-splash__title-prefix {
  font: 15px/24px "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2ex;
  color: rgba(255,255,255,0.66);
}
.interior-splash__description {
  color: #d0e5ff;
}
.interior-splash__title + .interior-splash__description {
  margin-top: -12px;
}
.interior-splash__description a {
  color: #fff;
}
.interior-splash__nudge {
  display: block;
  margin-top: 12px;
  font-size: 32px;
  line-height: 36px;
  color: #aa95e8;
}
.interior-splash__search-controls .button--secondary {
  margin: 0 6px 6px 0;
  padding-top: 12px;
  padding-bottom: 12px;
  border: none;
}
.interior-splash__search-controls .button--secondary i {
  margin-left: 6px;
  font-size: 20px;
  line-height: 24px;
  color: #aa95e8;
}
.interior-splash__search-controls .button--secondary:hover i,
.interior-splash__search-controls .button--secondary:focus i {
  color: #ffffff;
}

@media (max-width: 767.97px) {
  .interior-splash::after {
    content: "";
    display: table;
    clear: left;
  }
  .interior-splash__head {
    float: left;
    margin-right: 24px;
    margin-bottom: 24px;
  }
  .interior-splash .collection-icon {
    width: 60px;
    height: 60px;
    font-size: 32px;
    line-height: 36px;
  }
  .interior-splash__title {
    overflow: hidden;
  }
  .interior-splash__description {
    clear: left;
  }
}

@media (min-width: 768px) {
  .interior-splash {
    display: flex;
    align-items: center;
    gap: 48px;
    padding: 48px 48px;
    margin-bottom: 60px;
  }
  .interior-splash__title {
    font-size: 42px;
    line-height: 48px;
  }
  .interior-splash__search-input {
    display: inline-block;
    vertical-align: middle;
    width: 336px;
    margin-right: 24px;
  }
}

@media (min-width: 960px) {
  .interior-splash__title {
    font-size: calc(20px + 2.2vw);
    line-height: calc(20px + 3vw);
  }
}

@media (min-width: 1356px) {
  .interior-splash__title {
    font-size: 50px;
    line-height: 60px;
  }
}


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

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

.article-collections {
  display: none;
}
.article-collections.is-enabled {
  display: grid; 
}

.article-sections {
  margin-bottom: 36px;
}
.article-sections__list {
  color: #b8c2cf;
}
.article-sections__list--2 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.article-sections__item {
  margin-bottom: 12px;
}

@media (max-width: 959.97px) {
  .article-sections {
    margin-top: 36px;
  }
}


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

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

@media (min-width: 960px) {
  .interior-layout__nav {
    margin-bottom: 0;
    overflow: hidden;
  }
  .interior-layout__nav--search {
    overflow: visible;
  }
  .interior-layout__nav > *:last-child {
    margin-bottom: 48px;
  }
  .interior-layout__title .page-title {
    margin-top: 24px;
    margin-bottom: 48px;
  }
  .interior-layout__title .page-title + .page-date {
    margin-top: -36px;
    margin-bottom: 48px;
  }
  .interior-layout__nav,
  .interior-layout__aside {
    width: 30%;
    float: right;
    clear: right;
    position: relative;
    z-index: 2;
  }
  .interior-layout__main {
    margin-bottom: 48px;
    width: 70%;
    padding-right: 60px;
    float: left;
  }
}


/*! ---------- =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 .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-logo,
.sfPageEditor .footer-social,
.sfPageEditor .footer-contact,
.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;
}


/*! ---------- =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 #f7f9fc;
  }

  .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 #b8c2cf;
    padding-top: 48px;
  }

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

  .content a[href]:not([href^="#"]) {
    word-wrap: break-word;
    box-shadow: 0 2px 0 #6244bb;
    color: #4c5f74;
    font-weight: 700;
  }
  .content a[href]:not([href^="#"])::after {
    content: " (" attr(href) ") ";
    font-size: 0.85em;
    color: #607893;
  }

  .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;
  }
}