/*!
 * Common colors and constants
 * ===========================
 *
 * Baseline grid: $line  (24px equivalent)
 *
 * Text sizing
 * -----------
 * Tiny: 14px
 * Small: 16px
 * Body copy: 18px
 * H6: 20px
 * H5: 23px
 * H4: 28px
 * H3: 35px
 * H2: 45px
 * H1: 60px
 *
 * Text colors
 * -----------
 * Primary: #002d74
 * Secondary: #656d73
 * Tertiary: #a6a8a9
 *
 * Theme colors
 * ------------
 * Primary (CIC Blue): #002d74
 *   Lighter: #f3f8ff  #b1cffe  #4287f7  #1056c6
 *   Darker:  #00235a  #001a43  #00102a  #000815
 * Accent (Lime): #97d700
 *   Lighter: #fcfff6  #edfec5  #d0f971  #b6ee32
 *   Darker:  #75a800  #577d00  #364d00  #1b2700
 * Action (Orange): #ff8200
 *   Lighter: #fffbf7  #fee6cd  #fac185  #f1a24e
 *   Darker:  #c76700  #944c00  #5c2f00  #2e1800
 *
 * Grays
 * -----
 * #fbfcfc
 * #e3e3e4
 * #cacbcb
 * #a6a8a9
 * #888b8d
 * #656d73
 * #485259
 * #27343d
 * #0a1c28
 *
 * Other colors
 * ------------
 * Page background: #ffffff
 * Warnings: #941
 *
 * Measurements
 * ------------
 * Maximum page width: 1280px
 *
 * Breakpoints
 * -----------
 * Small: 480px
 * Medium: 768px
 * Large: 960px
 * Widescreen: 1376px
 */


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

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

ul {
  list-style: disc;
}

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

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

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

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

[hidden],
template {
  display: none;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

img {
  border: 0;
}

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

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

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: 18px/24px "Source Sans Pro", Helvetica, Arial, sans-serif;
  color: #656d73;
  -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 {
  font-family: "Crimson Pro", "Times New Roman", Georgia, serif;
  text-rendering: optimizeLegibility;
  color: #002d74;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img,
.h1 img,
.h2 img,
.h3 img,
.h4 img,
.h5 img,
.h6 img {
  display: inline-block;
  vertical-align: middle;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  display: block;
}
h1,
.h1 {
  font-size: 60px;
  line-height: 60px;
}

@media (max-width: 767.97px) {

  h1,
  .h1 {
    font-size: 45px;
    line-height: 48px;
  }
}

@media (max-width: 479.97px) {

  h1,
  .h1 {
    font-size: 35px;
    line-height: 36px;
  }
}

h2,
.h2 {
  font-size: 45px;
  line-height: 48px;
  padding-top: 18px;
}

@media (max-width: 767.97px) {

  h2,
  .h2 {
    font-size: 35px;
    line-height: 36px;
  }
}

h3,
.h3 {
  font-size: 35px;
  line-height: 36px;
  color: #00A3AD;
  margin-bottom: 18px;
  padding-top: 12px;
}

@media (max-width: 767.97px) {

  h3,
  .h3 {
    font-size: 28px;
    line-height: 36px;
  }
}

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

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

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

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

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

.note {
  font-size: 16px;
  font-family: "Crimson Pro", "Times New Roman", Georgia, serif;
  font-style: italic;
  display: flex;
  color: #a6a8a9;
}
pre + .note,
input + .note,
textarea + .note {
  margin-top: -12px;
}

.font-alt {
  font-family: "Crimson Pro", "Times New Roman", Georgia, serif;
}

.color-type-primary {
  color: #002d74 !important;
}

.color-type-secondary {
  color: #656d73 !important;
}

.color-type-tertiary {
  color: #a6a8a9 !important;
}

.color-primary {
  color: #002d74 !important;
}

.highlight {
  color: #97d700;
}
.highlight--ocean {
  color: #0084d5;
}
.highlight--teal {
  color: #00a3ad;
}
.highlight--grass {
  color: #64a70b;
}
.highlight--emerald {
  color: #009b77;
}
.highlight--gold {
  color: #f2a900;
}
.highlight--red {
  color: #d6001c;
}
.highlight--darkpink {
  color: #910048;
}
.highlight--lilac {
  color: #784e90;
}
.highlight--pink {
  color: #e63888;
}

.warn {
  color: #941;
}

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

.type-family-sample {
  font-size: 35px;
  line-height: 36px;
}


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

a {
  text-decoration: none;
  color: #0066a6;
}
a:hover,
a:focus {
  color: #002d74;
}
.content a:not(.button):not(button):not(.more):not(.tiled-list__link):not(.item-list__link):not(.quicklinks__link):not(.stacked-list__link):not(.share-buttons__button) {
  text-decoration:underline;
}
/*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;
}

.content a:not(.button):not(button):not(.more):not(.tiled-list__link):not(.item-list__link):not(.quicklinks__link):not(.stacked-list__link):not(.share-buttons__button) {
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.content a:not(.button):not(button):not(.more):not(.tiled-list__link):not(.item-list__link):not(.quicklinks__link):not(.stacked-list__link):not(.share-buttons__button):hover,
.content a:not(.button):not(button):not(.more):not(.tiled-list__link):not(.item-list__link):not(.quicklinks__link):not(.stacked-list__link):not(.share-buttons__button):focus {
  color: #ffffff;
}
.content a:not(.button):not(button):not(.more):not(.tiled-list__link):not(.item-list__link):not(.quicklinks__link):not(.stacked-list__link):not(.share-buttons__button)::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0084d5;
  background-image: linear-gradient(60deg, #0084d5, #002d74);
  transform: translateY(calc(100% - 2px));
  z-index: -1;
  transition: transform 0.2s ease-out;
}
.content a:not(.button):not(button):not(.more):not(.tiled-list__link):not(.item-list__link):not(.quicklinks__link):not(.stacked-list__link):not(.share-buttons__button):hover::before,
.content a:not(.button):not(button):not(.more):not(.tiled-list__link):not(.item-list__link):not(.quicklinks__link):not(.stacked-list__link):not(.share-buttons__button):focus::before {
  transform: translateY(0);
}
*/
.more {
  display: inline-block;
  font-weight: 700;
}
.more .fa-arrow-right {
  margin-left: 0.3em;
  transition: transform 0.15s ease-out;
}
.more:hover .fa-arrow-right,
.more:focus .fa-arrow-right {
  transform: translateX(0.2em);
}

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

.pill {
  display: inline-block;
  padding: 3px 18px;
  margin-right: 12px;
  margin-bottom: 6px;
  border-radius: 36px;
  background: #002d74;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  text-shadow: none;
}
.pill--secondary {
  border: 1px solid #002d74;
  color: #002d74;
  background: #fff;
}

figure,
.wp-block-image {
  display: block;
  margin-bottom: 24px;
  padding: 0;
  border: none;
}
figcaption,
.wp-block-image figcaption, .blocks-gallery-caption {
  display: block;
  padding: 6px 0;
  margin: 0;
  font-size: 15px;
  color: #656d73;
}
.wp-block-image .components-resizable-box__container {
  display: inline-block;
}

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,
[class^=wp-container-] > .to-screen-edges:where(:not(.alignleft):not(.alignright):not(.alignfull)),
body .is-layout-constrained > .to-screen-edges:where(:not(.alignleft):not(.alignright):not(.alignfull)),
body .is-layout-constrained > .hero:where(:not(.alignleft):not(.alignright):not(.alignfull)),
.wp-block-image.alignfull {
  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,
  [class^=wp-container-] > .to-screen-edges:where(:not(.alignleft):not(.alignright):not(.alignfull)),
  body .is-layout-constrained > .to-screen-edges:where(:not(.alignleft):not(.alignright):not(.alignfull)),
  body .is-layout-constrained > .hero:where(:not(.alignleft):not(.alignright):not(.alignfull)),
  .wp-block-image.alignfull {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }
  .to-screen-edges__content {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (min-width: 896px) {
  .reading-width .to-screen-edges {
    margin-left: calc((100vw - 800px) / -2) !important;
    margin-right: calc((100vw - 800px) / -2) !important;
  }
  .reading-width .to-screen-edges__content {
    padding-left: calc((100vw - 800px) / 2) !important;
    padding-right: calc((100vw - 800px) / 2) !important;
  }
}

@media (min-width: 1376px) {
  .to-screen-edges,
  .content > .page-bounds > .hero,
  [class^=wp-container-] > .to-screen-edges:where(:not(.alignleft):not(.alignright):not(.alignfull)),
  body .is-layout-constrained > .to-screen-edges:where(:not(.alignleft):not(.alignright):not(.alignfull)),
  body .is-layout-constrained > .hero:where(:not(.alignleft):not(.alignright):not(.alignfull)),
  .wp-block-image.alignfull {
    margin-left: calc(-50vw + 640px) !important;
    margin-right: calc(-50vw + 640px) !important;
  }
  .to-screen-edges__content {
    padding-left: calc(50vw - 640px);
    padding-right: calc(50vw - 640px);
  }
}


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

.pull-quote,
.wp-block-quote,
.wp-block-pullquote {
  padding: 24px;
  margin: 24px 0;
  border-top: 2px solid #002d74;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  color: #002d74;
  position: relative;
}
.pull-quote::before,
.wp-block-quote::before,
.wp-block-pullquote::before {
  content: "\f10d";
  display: block;
  padding: 0 12px;
  position: absolute;
  top: -18px;
  left: 24px;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Pro", "Font Awesome";
  font-size: 28px;
  line-height: 36px;
  font-weight: 900;
  color: #0084d5;
  background: #ffffff;
}
.pull-quote__attribution,
.wp-block-quote__citation,
.wp-block-pullquote__citation {
  display: block;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1ex;
  font-weight: 700;
  font-style: normal;
  color: #0084d5;
  opacity: 0.8;
}
p + .pull-quote__attribution,
p + .wp-block-quote__citation,
p + .wp-block-pullquote__citation {
  margin-top: -18px;
}

@media (min-width: 480px) {

  .pull-quote--left,
  .pull-quote--right,
  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright {
    max-width: 40%;
    margin-top: 0;
  }
  .pull-quote--left,
  .wp-block-pullquote.alignleft {
    float: left;
    margin-right: 24px;
  }
  .pull-quote--right,
  .wp-block-pullquote.alignright {
    float: right;
    margin-left: 24px;
  }
}


.truncator-expand {
  display: block;
  width: 100%;
  padding-top: 6px;
  margin-top: 12px;
  border-top: 1px dashed #cacbcb;
  text-align: left;
  color: #97d700;
  font-weight: 700;
  font-size: 16px;
}
.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 #cacbcb;
}
.color-spec__swatch {
  height: 0;
  padding-bottom: 100%;
}
.color-spec__text {
  padding: 24px 18px;
  font-size: 16px;
}
.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;
}


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

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

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

.space-000 {
  margin: 0 !important;
}

.pad-000 {
  padding: 0 !important;
}

.space-025 {
  margin: 6px !important;
}

.pad-025 {
  padding: 6px !important;
}

.space-050 {
  margin: 12px !important;
}

.pad-050 {
  padding: 12px !important;
}

.space-075 {
  margin: 18px !important;
}

.pad-075 {
  padding: 18px !important;
}

.space-100 {
  margin: 24px !important;
}

.pad-100 {
  padding: 24px !important;
}

.space-150 {
  margin: 36px !important;
}

.pad-150 {
  padding: 36px !important;
}

.space-200 {
  margin: 48px !important;
}

.pad-200 {
  padding: 48px !important;
}

.space-250 {
  margin: 60px !important;
}

.pad-250 {
  padding: 60px !important;
}

.space-300 {
  margin: 72px !important;
}

.pad-300 {
  padding: 72px !important;
}

.space-350 {
  margin: 84px !important;
}

.pad-350 {
  padding: 84px !important;
}

.space-400 {
  margin: 96px !important;
}

.pad-400 {
  padding: 96px !important;
}

.space-t-0 {
  margin-top: 0 !important;
}

.pad-t-0 {
  padding-top: 0 !important;
}

.space-t-000 {
  margin-top: 0 !important;
}

.pad-t-000 {
  padding-top: 0 !important;
}

.space-t-025 {
  margin-top: 6px !important;
}

.pad-t-025 {
  padding-top: 6px !important;
}

.space-t-050 {
  margin-top: 12px !important;
}

.pad-t-050 {
  padding-top: 12px !important;
}

.space-t-075 {
  margin-top: 18px !important;
}

.pad-t-075 {
  padding-top: 18px !important;
}

.space-t-100 {
  margin-top: 24px !important;
}

.pad-t-100 {
  padding-top: 24px !important;
}

.space-t-150 {
  margin-top: 36px !important;
}

.pad-t-150 {
  padding-top: 36px !important;
}

.space-t-200 {
  margin-top: 48px !important;
}

.pad-t-200 {
  padding-top: 48px !important;
}

.space-t-250 {
  margin-top: 60px !important;
}

.pad-t-250 {
  padding-top: 60px !important;
}

.space-t-300 {
  margin-top: 72px !important;
}

.pad-t-300 {
  padding-top: 72px !important;
}

.space-t-350 {
  margin-top: 84px !important;
}

.pad-t-350 {
  padding-top: 84px !important;
}

.space-t-400 {
  margin-top: 96px !important;
}

.pad-t-400 {
  padding-top: 96px !important;
}

.space-r-0 {
  margin-right: 0 !important;
}

.pad-r-0 {
  padding-right: 0 !important;
}

.space-r-000 {
  margin-right: 0 !important;
}

.pad-r-000 {
  padding-right: 0 !important;
}

.space-r-025 {
  margin-right: 6px !important;
}

.pad-r-025 {
  padding-right: 6px !important;
}

.space-r-050 {
  margin-right: 12px !important;
}

.pad-r-050 {
  padding-right: 12px !important;
}

.space-r-075 {
  margin-right: 18px !important;
}

.pad-r-075 {
  padding-right: 18px !important;
}

.space-r-100 {
  margin-right: 24px !important;
}

.pad-r-100 {
  padding-right: 24px !important;
}

.space-r-150 {
  margin-right: 36px !important;
}

.pad-r-150 {
  padding-right: 36px !important;
}

.space-r-200 {
  margin-right: 48px !important;
}

.pad-r-200 {
  padding-right: 48px !important;
}

.space-r-250 {
  margin-right: 60px !important;
}

.pad-r-250 {
  padding-right: 60px !important;
}

.space-r-300 {
  margin-right: 72px !important;
}

.pad-r-300 {
  padding-right: 72px !important;
}

.space-r-350 {
  margin-right: 84px !important;
}

.pad-r-350 {
  padding-right: 84px !important;
}

.space-r-400 {
  margin-right: 96px !important;
}

.pad-r-400 {
  padding-right: 96px !important;
}

.space-b-0 {
  margin-bottom: 0 !important;
}

.pad-b-0 {
  padding-bottom: 0 !important;
}

.space-b-000 {
  margin-bottom: 0 !important;
}

.pad-b-000 {
  padding-bottom: 0 !important;
}

.space-b-025 {
  margin-bottom: 6px !important;
}

.pad-b-025 {
  padding-bottom: 6px !important;
}

.space-b-050 {
  margin-bottom: 12px !important;
}

.pad-b-050 {
  padding-bottom: 12px !important;
}

.space-b-075 {
  margin-bottom: 18px !important;
}

.pad-b-075 {
  padding-bottom: 18px !important;
}

.space-b-100 {
  margin-bottom: 24px !important;
}

.pad-b-100 {
  padding-bottom: 24px !important;
}

.space-b-150 {
  margin-bottom: 36px !important;
}

.pad-b-150 {
  padding-bottom: 36px !important;
}

.space-b-200 {
  margin-bottom: 48px !important;
}

.pad-b-200 {
  padding-bottom: 48px !important;
}

.space-b-250 {
  margin-bottom: 60px !important;
}

.pad-b-250 {
  padding-bottom: 60px !important;
}

.space-b-300 {
  margin-bottom: 72px !important;
}

.pad-b-300 {
  padding-bottom: 72px !important;
}

.space-b-350 {
  margin-bottom: 84px !important;
}

.pad-b-350 {
  padding-bottom: 84px !important;
}

.space-b-400 {
  margin-bottom: 96px !important;
}

.pad-b-400 {
  padding-bottom: 96px !important;
}

.space-l-0 {
  margin-left: 0 !important;
}

.pad-l-0 {
  padding-left: 0 !important;
}

.space-l-000 {
  margin-left: 0 !important;
}

.pad-l-000 {
  padding-left: 0 !important;
}

.space-l-025 {
  margin-left: 6px !important;
}

.pad-l-025 {
  padding-left: 6px !important;
}

.space-l-050 {
  margin-left: 12px !important;
}

.pad-l-050 {
  padding-left: 12px !important;
}

.space-l-075 {
  margin-left: 18px !important;
}

.pad-l-075 {
  padding-left: 18px !important;
}

.space-l-100 {
  margin-left: 24px !important;
}

.pad-l-100 {
  padding-left: 24px !important;
}

.space-l-150 {
  margin-left: 36px !important;
}

.pad-l-150 {
  padding-left: 36px !important;
}

.space-l-200 {
  margin-left: 48px !important;
}

.pad-l-200 {
  padding-left: 48px !important;
}

.space-l-250 {
  margin-left: 60px !important;
}

.pad-l-250 {
  padding-left: 60px !important;
}

.space-l-300 {
  margin-left: 72px !important;
}

.pad-l-300 {
  padding-left: 72px !important;
}

.space-l-350 {
  margin-left: 84px !important;
}

.pad-l-350 {
  padding-left: 84px !important;
}

.space-l-400 {
  margin-left: 96px !important;
}

.pad-l-400 {
  padding-left: 96px !important;
}


@media (min-width: 768px) {
  .space-0-m {
    margin: 0 !important;
  }

  .pad-0-m {
    padding: 0 !important;
  }

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

  .pad-000-m {
    padding: 0 !important;
  }

  .space-025-m {
    margin: 6px !important;
  }

  .pad-025-m {
    padding: 6px !important;
  }

  .space-050-m {
    margin: 12px !important;
  }

  .pad-050-m {
    padding: 12px !important;
  }

  .space-075-m {
    margin: 18px !important;
  }

  .pad-075-m {
    padding: 18px !important;
  }

  .space-100-m {
    margin: 24px !important;
  }

  .pad-100-m {
    padding: 24px !important;
  }

  .space-150-m {
    margin: 36px !important;
  }

  .pad-150-m {
    padding: 36px !important;
  }

  .space-200-m {
    margin: 48px !important;
  }

  .pad-200-m {
    padding: 48px !important;
  }

  .space-250-m {
    margin: 60px !important;
  }

  .pad-250-m {
    padding: 60px !important;
  }

  .space-300-m {
    margin: 72px !important;
  }

  .pad-300-m {
    padding: 72px !important;
  }

  .space-350-m {
    margin: 84px !important;
  }

  .pad-350-m {
    padding: 84px !important;
  }

  .space-400-m {
    margin: 96px !important;
  }

  .pad-400-m {
    padding: 96px !important;
  }

  .space-t-0-m {
    margin-top: 0 !important;
  }

  .pad-t-0-m {
    padding-top: 0 !important;
  }

  .space-t-000-m {
    margin-top: 0 !important;
  }

  .pad-t-000-m {
    padding-top: 0 !important;
  }

  .space-t-025-m {
    margin-top: 6px !important;
  }

  .pad-t-025-m {
    padding-top: 6px !important;
  }

  .space-t-050-m {
    margin-top: 12px !important;
  }

  .pad-t-050-m {
    padding-top: 12px !important;
  }

  .space-t-075-m {
    margin-top: 18px !important;
  }

  .pad-t-075-m {
    padding-top: 18px !important;
  }

  .space-t-100-m {
    margin-top: 24px !important;
  }

  .pad-t-100-m {
    padding-top: 24px !important;
  }

  .space-t-150-m {
    margin-top: 36px !important;
  }

  .pad-t-150-m {
    padding-top: 36px !important;
  }

  .space-t-200-m {
    margin-top: 48px !important;
  }

  .pad-t-200-m {
    padding-top: 48px !important;
  }

  .space-t-250-m {
    margin-top: 60px !important;
  }

  .pad-t-250-m {
    padding-top: 60px !important;
  }

  .space-t-300-m {
    margin-top: 72px !important;
  }

  .pad-t-300-m {
    padding-top: 72px !important;
  }

  .space-t-350-m {
    margin-top: 84px !important;
  }

  .pad-t-350-m {
    padding-top: 84px !important;
  }

  .space-t-400-m {
    margin-top: 96px !important;
  }

  .pad-t-400-m {
    padding-top: 96px !important;
  }

  .space-r-0-m {
    margin-right: 0 !important;
  }

  .pad-r-0-m {
    padding-right: 0 !important;
  }

  .space-r-000-m {
    margin-right: 0 !important;
  }

  .pad-r-000-m {
    padding-right: 0 !important;
  }

  .space-r-025-m {
    margin-right: 6px !important;
  }

  .pad-r-025-m {
    padding-right: 6px !important;
  }

  .space-r-050-m {
    margin-right: 12px !important;
  }

  .pad-r-050-m {
    padding-right: 12px !important;
  }

  .space-r-075-m {
    margin-right: 18px !important;
  }

  .pad-r-075-m {
    padding-right: 18px !important;
  }

  .space-r-100-m {
    margin-right: 24px !important;
  }

  .pad-r-100-m {
    padding-right: 24px !important;
  }

  .space-r-150-m {
    margin-right: 36px !important;
  }

  .pad-r-150-m {
    padding-right: 36px !important;
  }

  .space-r-200-m {
    margin-right: 48px !important;
  }

  .pad-r-200-m {
    padding-right: 48px !important;
  }

  .space-r-250-m {
    margin-right: 60px !important;
  }

  .pad-r-250-m {
    padding-right: 60px !important;
  }

  .space-r-300-m {
    margin-right: 72px !important;
  }

  .pad-r-300-m {
    padding-right: 72px !important;
  }

  .space-r-350-m {
    margin-right: 84px !important;
  }

  .pad-r-350-m {
    padding-right: 84px !important;
  }

  .space-r-400-m {
    margin-right: 96px !important;
  }

  .pad-r-400-m {
    padding-right: 96px !important;
  }

  .space-b-0-m {
    margin-bottom: 0 !important;
  }

  .pad-b-0-m {
    padding-bottom: 0 !important;
  }

  .space-b-000-m {
    margin-bottom: 0 !important;
  }

  .pad-b-000-m {
    padding-bottom: 0 !important;
  }

  .space-b-025-m {
    margin-bottom: 6px !important;
  }

  .pad-b-025-m {
    padding-bottom: 6px !important;
  }

  .space-b-050-m {
    margin-bottom: 12px !important;
  }

  .pad-b-050-m {
    padding-bottom: 12px !important;
  }

  .space-b-075-m {
    margin-bottom: 18px !important;
  }

  .pad-b-075-m {
    padding-bottom: 18px !important;
  }

  .space-b-100-m {
    margin-bottom: 24px !important;
  }

  .pad-b-100-m {
    padding-bottom: 24px !important;
  }

  .space-b-150-m {
    margin-bottom: 36px !important;
  }

  .pad-b-150-m {
    padding-bottom: 36px !important;
  }

  .space-b-200-m {
    margin-bottom: 48px !important;
  }

  .pad-b-200-m {
    padding-bottom: 48px !important;
  }

  .space-b-250-m {
    margin-bottom: 60px !important;
  }

  .pad-b-250-m {
    padding-bottom: 60px !important;
  }

  .space-b-300-m {
    margin-bottom: 72px !important;
  }

  .pad-b-300-m {
    padding-bottom: 72px !important;
  }

  .space-b-350-m {
    margin-bottom: 84px !important;
  }

  .pad-b-350-m {
    padding-bottom: 84px !important;
  }

  .space-b-400-m {
    margin-bottom: 96px !important;
  }

  .pad-b-400-m {
    padding-bottom: 96px !important;
  }

  .space-l-0-m {
    margin-left: 0 !important;
  }

  .pad-l-0-m {
    padding-left: 0 !important;
  }

  .space-l-000-m {
    margin-left: 0 !important;
  }

  .pad-l-000-m {
    padding-left: 0 !important;
  }

  .space-l-025-m {
    margin-left: 6px !important;
  }

  .pad-l-025-m {
    padding-left: 6px !important;
  }

  .space-l-050-m {
    margin-left: 12px !important;
  }

  .pad-l-050-m {
    padding-left: 12px !important;
  }

  .space-l-075-m {
    margin-left: 18px !important;
  }

  .pad-l-075-m {
    padding-left: 18px !important;
  }

  .space-l-100-m {
    margin-left: 24px !important;
  }

  .pad-l-100-m {
    padding-left: 24px !important;
  }

  .space-l-150-m {
    margin-left: 36px !important;
  }

  .pad-l-150-m {
    padding-left: 36px !important;
  }

  .space-l-200-m {
    margin-left: 48px !important;
  }

  .pad-l-200-m {
    padding-left: 48px !important;
  }

  .space-l-250-m {
    margin-left: 60px !important;
  }

  .pad-l-250-m {
    padding-left: 60px !important;
  }

  .space-l-300-m {
    margin-left: 72px !important;
  }

  .pad-l-300-m {
    padding-left: 72px !important;
  }

  .space-l-350-m {
    margin-left: 84px !important;
  }

  .pad-l-350-m {
    padding-left: 84px !important;
  }

  .space-l-400-m {
    margin-left: 96px !important;
  }

  .pad-l-400-m {
    padding-left: 96px !important;
  }
}


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

.button {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  padding: 12px 36px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  word-wrap: break-word;
  border-radius: 5px;
  font-weight: 700;
  color: #ffffff;
  background: #002d74;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
}
.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: 16px;
}
.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:hover,
.button:focus {
  color: #ffffff;
  background: #1056c6;
  transform: translateY(-2px);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.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 {
  padding-right: 24px;
}
.button--secondary {
  padding: 10px 34px;
  border: 2px solid #002d74;
  color: #002d74;
  background: #ffffff;
}
.button--tertiary {
  border: 1px solid #b1cffe;
  font-weight: 400;
  color: #002d74;
  background: #f3f8ff;
}
.button--secondary:hover,
.button--secondary:focus,
.button--tertiary:hover,
.button--tertiary:focus {
  border-color: #1056c6;
  color: #ffffff;
  background: #1056c6;
}
.button--highlight {
  background: #97d700;
}
.button--highlight.button--secondary {
  border-color: #97d700;
  color: #97d700;
  background: #ffffff;
}
.button--highlight.button--tertiary {
  border-color: #edfec5;
  color: #97d700;
  background: #fcfff6;
}
.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: #b6ee32;
  color: #ffffff;
  background: #b6ee32;
}
.button--action {
  background: #ff8200;
}
.button--action.button--secondary {
  border-color: #ff8200;
  color: #ff8200;
  background: #ffffff;
}
.button--action.button--tertiary {
  border-color: #fee6cd;
  color: #ff8200;
  background: #fffbf7;
}
.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: #f1a24e;
  color: #ffffff;
  background: #f1a24e;
}
.button--ocean {
  background: #0084d5;
}
.button--ocean.button--secondary {
  border-color: #0084d5;
  color: #0084d5;
  background: #ffffff;
}
.button--ocean.button--tertiary {
  border-color: #c4e8fe;
  color: #0084d5;
  background: #f6fcff;
}
.button--ocean:hover,
.button--ocean:focus,
.button--ocean.button--secondary:hover,
.button--ocean.button--secondary:focus,
.button--ocean.button--tertiary:hover,
.button--ocean.button--tertiary:focus {
  border-color: #31a6ee;
  color: #ffffff;
  background: #31a6ee;
}
.button--teal {
  background: #00a3ad;
}
.button--teal.button--secondary {
  border-color: #00a3ad;
  color: #00a3ad;
  background: #ffffff;
}
.button--teal.button--tertiary {
  border-color: #33d3db;
  color: #00a3ad;
  background: #f0feff;
}
.button--teal:hover,
.button--teal:focus,
.button--teal.button--secondary:hover,
.button--teal.button--secondary:focus,
.button--teal.button--tertiary:hover,
.button--teal.button--tertiary:focus {
  border-color: #13bac3;
  color: #ffffff;
  background: #13bac3;
}
.button--grass {
  background: #64a70b;
}
.button--grass.button--secondary {
  border-color: #64a70b;
  color: #64a70b;
  background: #ffffff;
}
.button--grass.button--tertiary {
  border-color: #e2fac2;
  color: #64a70b;
  background: #fbfef6;
}
.button--grass:hover,
.button--grass:focus,
.button--grass.button--secondary:hover,
.button--grass.button--secondary:focus,
.button--grass.button--tertiary:hover,
.button--grass.button--tertiary:focus {
  border-color: #8fdf26;
  color: #ffffff;
  background: #8fdf26;
}
.button--emerald {
  background: #009b77;
}
.button--emerald.button--secondary {
  border-color: #009b77;
  color: #009b77;
  background: #ffffff;
}
.button--emerald.button--tertiary {
  border-color: #47ebc5;
  color: #009b77;
  background: #f4fffc;
}
.button--emerald:hover,
.button--emerald:focus,
.button--emerald.button--secondary:hover,
.button--emerald.button--secondary:focus,
.button--emerald.button--tertiary:hover,
.button--emerald.button--tertiary:focus {
  border-color: #0cbb92;
  color: #ffffff;
  background: #0cbb92;
}
.button--gold {
  background: #f2a900;
}
.button--gold.button--secondary {
  border-color: #f2a900;
  color: #f2a900;
  background: #ffffff;
}
.button--gold.button--tertiary {
  border-color: #feefca;
  color: #f2a900;
  background: #fffdf7;
}
.button--gold:hover,
.button--gold:focus,
.button--gold.button--secondary:hover,
.button--gold.button--secondary:focus,
.button--gold.button--tertiary:hover,
.button--gold.button--tertiary:focus {
  border-color: #f0bd45;
  color: #ffffff;
  background: #f0bd45;
}
.button--red {
  background: #d6001c;
}
.button--red.button--secondary {
  border-color: #d6001c;
  color: #d6001c;
  background: #ffffff;
}
.button--red.button--tertiary {
  border-color: #fec5cc;
  color: #d6001c;
  background: #fff6f7;
}
.button--red:hover,
.button--red:focus,
.button--red.button--secondary:hover,
.button--red.button--secondary:focus,
.button--red.button--tertiary:hover,
.button--red.button--tertiary:focus {
  border-color: #ee324b;
  color: #ffffff;
  background: #ee324b;
}
.button--darkpink {
  background: #910048;
}
.button--darkpink.button--secondary {
  border-color: #910048;
  color: #910048;
  background: #ffffff;
}
.button--darkpink.button--tertiary {
  border-color: #fb7ebd;
  color: #910048;
  background: #fff4fa;
}
.button--darkpink:hover,
.button--darkpink:focus,
.button--darkpink.button--secondary:hover,
.button--darkpink.button--secondary:focus,
.button--darkpink.button--tertiary:hover,
.button--darkpink.button--tertiary:focus {
  border-color: #b80f63;
  color: #ffffff;
  background: #b80f63;
}
.button--lilac {
  background: #784e90;
}
.button--lilac.button--secondary {
  border-color: #784e90;
  color: #784e90;
  background: #ffffff;
}
.button--lilac.button--tertiary {
  border-color: #e4daeb;
  color: #784e90;
  background: #fbf9fc;
}
.button--lilac:hover,
.button--lilac:focus,
.button--lilac.button--secondary:hover,
.button--lilac.button--secondary:focus,
.button--lilac.button--tertiary:hover,
.button--lilac.button--tertiary:focus {
  border-color: #9a78ae;
  color: #ffffff;
  background: #9a78ae;
}
.button--pink {
  background: #e63888;
}
.button--pink.button--secondary {
  border-color: #e63888;
  color: #e63888;
  background: #ffffff;
}
.button--pink.button--tertiary {
  border-color: #f9d8e7;
  color: #e63888;
  background: #fef9fb;
}
.button--pink:hover,
.button--pink:focus,
.button--pink.button--secondary:hover,
.button--pink.button--secondary:focus,
.button--pink.button--tertiary:hover,
.button--pink.button--tertiary:focus {
  border-color: #e274a7;
  color: #ffffff;
  background: #e274a7;
}
.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 #cacbcb;
  font-size: 16px;
  font-weight: 400;
  color: #656d73;
  background: #fbfcfc;
}
.button--cancel:hover,
.button--cancel:focus {
  color: #002d74;
  border-color: #002d74;
  background: #ffffff;
  color: #8afbd9;
}
.button--inverse {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
}
.button--inverse:hover,
.button--inverse:focus {
  color: #ffffff;
  border-color: #ffffff;
  background: #00235a;
}
.button--inverse.button--secondary {
  border-width: 1px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.2);
}
.button--inverse.button--secondary:hover,
.button--inverse.button--secondary:focus {
  background: #00235a;
}
.button--inverse.button--tertiary {
  border-width: 1px;
  font-size: 16px;
  font-weight: 400;
  background: transparent;
}
.button--inverse.button--tertiary:hover,
.button--inverse.button--tertiary:focus {
  border-color: #b1cffe;
  background: #00235a;
}
.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: 16px;
  line-height: 24px;
}
pre {
  display: block;
  padding: 24px 12px;
  border: 1px solid #eff3f3;
  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: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #a3b4cc;
  position: absolute;
  top: 2px;
  right: 12px;
}
p > code,
li > code {
  background: white;
  font-style: normal;
}
p > code::before,
p > code::after,
li > code::before,
li > code::after {
  content: "";
  display: inline-block;
  width: 0.5em;
}

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

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

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: 0.7;
}

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

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

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

.token.function {
  color: #DD4A68;
}

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

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

.token.entity {
  cursor: help;
}


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

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
input[type=url],
textarea,
select {
  display: block;
  width: 100%;
  padding: 12px 18px;
  margin: 0;
  border-bottom: 4px solid #002d74;
  background: #f3f8ff;
  font: 16px/24px "Source Sans Pro", Helvetica, Arial, sans-serif;
  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].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: #1056c6;
  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-family: "Crimson Pro", "Times New Roman", Georgia, serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #002d74;
  opacity: 0.9;
  transition: color 0.15s ease-out, opacity 0.15s ease-out;
}

label.gfield_label {
  font-size: 18px !important;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

legend.gfield_label {
  font-size: 18px !important;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  color: #002d74;
}

label.gform-field-label--type-sub {
  font-size: 18px !important;
  color: #485259 !important;
}

label.gfield_consent_label {
  font-size: 18px !important;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  color: #485259;
}

.gfield_radio label, .gfield_checkbox label {
  font-size: 18px !important;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  color: #485259;
}

.gfield_description {
  font-size: 18px !important;
}

.ginput_container_textarea .charleft {
  font-style: italic;
}

span.gfield_required {
  font-size: 16px !important;
}

::placeholder {
  color: #656d73 !important;
  opacity: 1 !important;
}

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

label.required {
  color: #001a43;
}
label.required::after {
  content: "*";
  font-weight: 400;
}
label.input-validation-error {
  color: #941;
}
label.is-selected {
  color: #577d00;
}
label.is-focused {
  color: #002d74;
  opacity: 1;
}

.event-sponsors__filters label.is-focused {color:#fff;}

.field-validation-error {
  display: block;
  margin-bottom: 24px;
  font-size: 16px;
  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;
  color: #002d74;
  background: #f3f8ff;
  opacity: 0.9;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tabs--standard .tabs__tab.is-active {
  background: #002d74;
  color: #ffffff;
}
.tabs--standard .tabs__tab:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6px;
}
.tabs--standard .tabs__pane {
  border: 1px solid #cacbcb;
  padding: 24px;
  display: none;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}
.tabs--vertical {
  margin-bottom: 48px;
}
.tabs--vertical .tabs__tab {
  color: #002d74;
  background: #f3f8ff;
  padding: 13.68px;
}
.tabs--vertical .tabs__tab.is-active {
  color: #ffffff;
  background: #002d74 !important;
}
.tabs--vertical .tabs__tab:focus {
  outline: 1px dashed #002d74;
  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: 1375.97px) {

  .tabs--standard,
  .tabs--vertical {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .tabs--standard .tabs__tab,
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__tab,
  .tabs--vertical .tabs__pane {
    flex: 0 0 auto;
  }
  .tabs--standard .tabs__tab,
  .tabs--vertical .tabs__tab {
    order: 1;
  }
  .tabs--standard .tabs__tab ~ .tabs__tab,
  .tabs--vertical .tabs__tab ~ .tabs__tab {
    margin-top: 6px;
  }
  .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 #cacbcb;
    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: 1376px) {
  .tabs--standard {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .tabs--standard::before {
    /* remove sf pseudoel that messes with space-between */
    display: none !important;
  }
  .tabs--standard .tabs__tab {
    flex: 0 0 auto;
    padding: 18px 24px;
  }
  .tabs--standard.tabs--2 .tabs__tab {
    width: 48%;
    flex-basis: 50%;
    flex-basis: calc(50% - 6px);
  }
  .tabs--standard.tabs--3 .tabs__tab {
    width: 31%;
    flex-basis: 33.3%;
    flex-basis: calc(33.3% - 6px);
  }
  .tabs--standard.tabs--4 .tabs__tab {
    width: 22%;
    flex-basis: 25%;
    flex-basis: calc(25% - 6px);
  }
  .tabs--standard.tabs--5 .tabs__tab {
    width: 17%;
    flex-basis: 20%;
    flex-basis: calc(20% - 6px);
  }
  .tabs--standard .tabs__pane {
    flex: 1 0 100%;
  }
  .tabs--vertical .tabs__tab {
    width: 300px;
    float: left;
    clear: left;
    padding: 17px 17px;
    margin-bottom: 6px;
    cursor: pointer;
  }
  .tabs--vertical .tabs__tab.is-active {
    background: #ffffff;
    cursor: default;
  }
  .tabs--vertical .tabs__pane {
    padding: 24px;
    background: #ffffff;
    border-left: 299px solid #ffffff;
    box-shadow: inset 0 0 0 1px #cacbcb;
  }
  .tabs--vertical .tabs__pane::after {
    content: "";
    display: table;
    clear: both;
    margin: 30px 0 -30px;
  }
}


.accordion__label {
  display: block;
  padding: 12px;
  border: 1px solid #cacbcb;
  background: #ffffff;
  color: #485259;
  font-weight: 700;
  font-size: 16px;
  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 {
  background-color: #b1cffe;
}
.accordion__label.is-active {
  color: #ffffff;
  border-color: #002d74 #002d74 #cacbcb #002d74;
  background: #002d74;
  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 #002d74;
  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: #002d74;
  border-color: #002d74;
  background-color: #f3f8ff;
}
.accordion__label--primary:hover {
  color: #ffffff;
  background-color: #002d74;
}
.accordion__label--primary.is-active {
  color: #002d74;
  border-color: #002d74 #002d74 #f3f8ff #002d74;
  background-color: #f3f8ff;
}
.accordion__label--highlight {
  color: #97d700;
  border-color: #97d700;
  background-color: #fcfff6;
}
.accordion__label--highlight:hover {
  color: #ffffff;
  background-color: #97d700;
}
.accordion__label--highlight.is-active {
  color: #97d700;
  border-color: #97d700 #97d700 #fcfff6 #97d700;
  background-color: #fcfff6;
}
.accordion__content--highlight {
  border-color: #97d700;
}
.accordion__label--action {
  color: #ff8200;
  border-color: #ff8200;
  background-color: #fffbf7;
}
.accordion__label--action:hover {
  color: #ffffff;
  background-color: #ff8200;
}
.accordion__label--action.is-active {
  color: #ff8200;
  border-color: #ff8200 #ff8200 #fffbf7 #ff8200;
  background-color: #fffbf7;
}
.accordion__content--action {
  border-color: #ff8200;
}
.accordion__label--primary-solid {
  color: #ffffff;
  border-color: #002d74;
  background-color: #002d74;
}
.accordion__label--primary-solid:hover {
  color: #ffffff;
  background-color: #00235a;
}
.accordion__label--primary-solid:focus {
  outline: 1px dashed rgba(255, 255, 255, 0.3);
}
.accordion__label--primary-solid.is-active {
  color: #ffffff;
  border-color: #002d74;
  background-color: #002d74;
}
.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: #97d700;
  background-color: #97d700;
}
.accordion__label--highlight-solid:hover {
  color: #ffffff;
  background-color: #75a800;
}
.accordion__label--highlight-solid:focus {
  outline: 1px dashed rgba(255, 255, 255, 0.3);
}
.accordion__label--highlight-solid.is-active {
  color: #ffffff;
  border-color: #97d700;
  background-color: #97d700;
}
.js .accordion__content--highlight-solid:not(.is-active) {
  border-width: 0 2px;
}
.accordion__content--highlight-solid {
  border-width: 1px 2px 2px;
  border-color: #97d700;
}
.accordion__label--action-solid {
  color: #ffffff;
  border-color: #ff8200;
  background-color: #ff8200;
}
.accordion__label--action-solid:hover {
  color: #ffffff;
  background-color: #c76700;
}
.accordion__label--action-solid:focus {
  outline: 1px dashed rgba(255, 255, 255, 0.3);
}
.accordion__label--action-solid.is-active {
  color: #ffffff;
  border-color: #ff8200;
  background-color: #ff8200;
}
.js .accordion__content--action-solid:not(.is-active) {
  border-width: 0 2px;
}
.accordion__content--action-solid {
  border-width: 1px 2px 2px;
  border-color: #ff8200;
}

.js .modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 48px 24px;
  z-index: -1;
  overflow-y: auto;
  overscroll-behavior: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.js .modal::-webkit-scrollbar {
  display: none;
}
.js .modal.is-active {
  opacity: 1;
  z-index: 999;
  visibility: visible;
}
.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: 23px;
  line-height: 24px;
  color: #656d73;
  background: rgba(10, 28, 40, 0.9);
}
.modal__close:hover,
.modal__close:focus {
  color: #fbfcfc;
}
.js .modal__close {
  display: flex;
}
.modal__content {
  width: 100%;
  max-width: 1280px;
  max-height: calc(100vh - (2 * 24px));
  margin: 24px 0;
  padding: 24px;
  border-radius: 5px;
  border: 1px solid #e3e3e4;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.modal__content--thin {
  max-width: 640px;
}
.js .modal__content {
  overflow-y: auto;
  overscroll-behavior: contain;
}

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


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

.card {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-top: 3px solid #888b8d;
  border-bottom: 3px solid #e3e3e4;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px #e3e3e4;
  overflow: hidden;
}
.card__body {
  padding: 24px;
  flex-grow: 1;
}
.card__image {
  width: 100%;
}
.card__header,
.card__footer,
.card__section {
  padding: 24px;
  border: solid #cacbcb;
}
.card__header--secondary,
.card__footer--secondary,
.card__section--secondary {
  background: #fbfcfc;
}
.card__header--tertiary,
.card__footer--tertiary,
.card__section--tertiary {
  background: #e3e3e4;
}
.card__header--borderless,
.card__footer--borderless,
.card__section--borderless {
  border: none;
}
.card__header {
  border-width: 0 0 1px;
  flex-grow: 0;
}
.card__header--borderless:not(.card__header--secondary):not(.card__header--tertiary) {
  padding-bottom: 0;
}
.card__footer {
  border-width: 1px 0 0;
  justify-self: flex-end;
  flex-grow: 0;
}
.card__footer--borderless:not(.card__footer--secondary):not(.card__footer--tertiary) {
  padding-top: 0;
}
.card__section {
  border-width: 1px 0;
  margin-top: 24px;
  margin-bottom: 24px;
}
.card__section + .card__section {
  margin-top: -24px;
  border-top-width: 0;
}
.card__section:first-child {
  margin-top: 0;
}
.card__section:last-child {
  margin-bottom: 0;
}
.card__body > .card__section {
  margin-left: -24px;
  margin-right: -24px;
}
.card__body > .card__section:first-child {
  margin-top: -24px;
}
.card__body > .card__section:last-child {
  margin-bottom: -24px;
}
.card--primary,
.card--primary .card__header,
.card--primary .card__footer,
.card--primary .card__section {
  border-top-color: #002d74;
}
.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: #002d74;
}
.card--primary .card__header--secondary,
.card--primary .card__footer--secondary,
.card--primary .card__section--secondary {
  color: #001a43;
  background: #f3f8ff;
}
.card--primary .card__header--tertiary,
.card--primary .card__footer--tertiary,
.card--primary .card__section--tertiary {
  color: #001a43;
  background: #b1cffe;
}
.card--accent,
.card--accent .card__header,
.card--accent .card__footer,
.card--accent .card__section {
  border-top-color: #97d700;
}
.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: #97d700;
}
.card--accent a::before {
  background: #97d700 linear-gradient(60deg, #97d700, #577d00) !important;
}
.card--accent .card__header--secondary,
.card--accent .card__footer--secondary,
.card--accent .card__section--secondary {
  color: #577d00;
  background: #fcfff6;
}
.card--accent .card__header--tertiary,
.card--accent .card__footer--tertiary,
.card--accent .card__section--tertiary {
  color: #577d00;
  background: #edfec5;
}
.card--action,
.card--action .card__header,
.card--action .card__footer,
.card--action .card__section {
  border-top-color: #ff8200;
}
.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: #ff8200;
}
.card--action a::before {
  background: #ff8200 linear-gradient(60deg, #ff8200, #944c00) !important;
}
.card--action .card__header--secondary,
.card--action .card__footer--secondary,
.card--action .card__section--secondary {
  color: #944c00;
  background: #fffbf7;
}
.card--action .card__header--tertiary,
.card--action .card__footer--tertiary,
.card--action .card__section--tertiary {
  color: #944c00;
  background: #fee6cd;
}
.card--ocean,
.card--ocean .card__header,
.card--ocean .card__footer,
.card--ocean .card__section {
  border-top-color: #0084d5;
}
.card--ocean a:not(.button):not(.more),
.card--ocean h1,
.card--ocean h2,
.card--ocean h3,
.card--ocean h4,
.card--ocean h5,
.card--ocean h6,
.card--ocean .h1,
.card--ocean .h2,
.card--ocean .h3,
.card--ocean .h4,
.card--ocean .h5,
.card--ocean .h6 {
  color: #0084d5;
}
.card--ocean a::before {
  background: #0084d5 linear-gradient(60deg, #0084d5, #004c7c) !important;
}
.card--ocean .card__header--secondary,
.card--ocean .card__footer--secondary,
.card--ocean .card__section--secondary {
  color: #004c7c;
  background: #f6fcff;
}
.card--ocean .card__header--tertiary,
.card--ocean .card__footer--tertiary,
.card--ocean .card__section--tertiary {
  color: #004c7c;
  background: #c4e8fe;
}
.card--teal,
.card--teal .card__header,
.card--teal .card__footer,
.card--teal .card__section {
  border-top-color: #00a3ad;
}
.card--teal a:not(.button):not(.more),
.card--teal h1,
.card--teal h2,
.card--teal h3,
.card--teal h4,
.card--teal h5,
.card--teal h6,
.card--teal .h1,
.card--teal .h2,
.card--teal .h3,
.card--teal .h4,
.card--teal .h5,
.card--teal .h6 {
  color: #00a3ad;
}
.card--teal a::before {
  background: #00a3ad linear-gradient(60deg, #00a3ad, #005f64) !important;
}
.card--teal .card__header--secondary,
.card--teal .card__footer--secondary,
.card--teal .card__section--secondary {
  color: #005f64;
  background: #f0feff;
}
.card--teal .card__header--tertiary,
.card--teal .card__footer--tertiary,
.card--teal .card__section--tertiary {
  color: #005f64;
  background: #33d3db;
}
.card--grass,
.card--grass .card__header,
.card--grass .card__footer,
.card--grass .card__section {
  border-top-color: #64a70b;
}
.card--grass a:not(.button):not(.more),
.card--grass h1,
.card--grass h2,
.card--grass h3,
.card--grass h4,
.card--grass h5,
.card--grass h6,
.card--grass .h1,
.card--grass .h2,
.card--grass .h3,
.card--grass .h4,
.card--grass .h5,
.card--grass .h6 {
  color: #64a70b;
}
.card--grass a::before {
  background: #64a70b linear-gradient(60deg, #64a70b, #3a6502) !important;
}
.card--grass .card__header--secondary,
.card--grass .card__footer--secondary,
.card--grass .card__section--secondary {
  color: #3a6502;
  background: #fbfef6;
}
.card--grass .card__header--tertiary,
.card--grass .card__footer--tertiary,
.card--grass .card__section--tertiary {
  color: #3a6502;
  background: #e2fac2;
}
.card--emerald,
.card--emerald .card__header,
.card--emerald .card__footer,
.card--emerald .card__section {
  border-top-color: #009b77;
}
.card--emerald a:not(.button):not(.more),
.card--emerald h1,
.card--emerald h2,
.card--emerald h3,
.card--emerald h4,
.card--emerald h5,
.card--emerald h6,
.card--emerald .h1,
.card--emerald .h2,
.card--emerald .h3,
.card--emerald .h4,
.card--emerald .h5,
.card--emerald .h6 {
  color: #009b77;
}
.card--emerald a::before {
  background: #009b77 linear-gradient(60deg, #009b77, #005a45) !important;
}
.card--emerald .card__header--secondary,
.card--emerald .card__footer--secondary,
.card--emerald .card__section--secondary {
  color: #005a45;
  background: #f4fffc;
}
.card--emerald .card__header--tertiary,
.card--emerald .card__footer--tertiary,
.card--emerald .card__section--tertiary {
  color: #005a45;
  background: #47ebc5;
}
.card--gold,
.card--gold .card__header,
.card--gold .card__footer,
.card--gold .card__section {
  border-top-color: #f2a900;
}
.card--gold a:not(.button):not(.more),
.card--gold h1,
.card--gold h2,
.card--gold h3,
.card--gold h4,
.card--gold h5,
.card--gold h6,
.card--gold .h1,
.card--gold .h2,
.card--gold .h3,
.card--gold .h4,
.card--gold .h5,
.card--gold .h6 {
  color: #f2a900;
}
.card--gold a::before {
  background: #f2a900 linear-gradient(60deg, #f2a900, #8c6200) !important;
}
.card--gold .card__header--secondary,
.card--gold .card__footer--secondary,
.card--gold .card__section--secondary {
  color: #8c6200;
  background: #fffdf7;
}
.card--gold .card__header--tertiary,
.card--gold .card__footer--tertiary,
.card--gold .card__section--tertiary {
  color: #8c6200;
  background: #feefca;
}
.card--red,
.card--red .card__header,
.card--red .card__footer,
.card--red .card__section {
  border-top-color: #d6001c;
}
.card--red a:not(.button):not(.more),
.card--red h1,
.card--red h2,
.card--red h3,
.card--red h4,
.card--red h5,
.card--red h6,
.card--red .h1,
.card--red .h2,
.card--red .h3,
.card--red .h4,
.card--red .h5,
.card--red .h6 {
  color: #d6001c;
}
.card--red a::before {
  background: #d6001c linear-gradient(60deg, #d6001c, #7c0011) !important;
}
.card--red .card__header--secondary,
.card--red .card__footer--secondary,
.card--red .card__section--secondary {
  color: #7c0011;
  background: #fff6f7;
}
.card--red .card__header--tertiary,
.card--red .card__footer--tertiary,
.card--red .card__section--tertiary {
  color: #7c0011;
  background: #fec5cc;
}
.card--darkpink,
.card--darkpink .card__header,
.card--darkpink .card__footer,
.card--darkpink .card__section {
  border-top-color: #910048;
}
.card--darkpink a:not(.button):not(.more),
.card--darkpink h1,
.card--darkpink h2,
.card--darkpink h3,
.card--darkpink h4,
.card--darkpink h5,
.card--darkpink h6,
.card--darkpink .h1,
.card--darkpink .h2,
.card--darkpink .h3,
.card--darkpink .h4,
.card--darkpink .h5,
.card--darkpink .h6 {
  color: #910048;
}
.card--darkpink a::before {
  background: #910048 linear-gradient(60deg, #910048, #54002a) !important;
}
.card--darkpink .card__header--secondary,
.card--darkpink .card__footer--secondary,
.card--darkpink .card__section--secondary {
  color: #54002a;
  background: #fff4fa;
}
.card--darkpink .card__header--tertiary,
.card--darkpink .card__footer--tertiary,
.card--darkpink .card__section--tertiary {
  color: #54002a;
  background: #fb7ebd;
}
.card--lilac,
.card--lilac .card__header,
.card--lilac .card__footer,
.card--lilac .card__section {
  border-top-color: #784e90;
}
.card--lilac a:not(.button):not(.more),
.card--lilac h1,
.card--lilac h2,
.card--lilac h3,
.card--lilac h4,
.card--lilac h5,
.card--lilac h6,
.card--lilac .h1,
.card--lilac .h2,
.card--lilac .h3,
.card--lilac .h4,
.card--lilac .h5,
.card--lilac .h6 {
  color: #784e90;
}
.card--lilac a::before {
  background: #784e90 linear-gradient(60deg, #784e90, #4e0e73) !important;
}
.card--lilac .card__header--secondary,
.card--lilac .card__footer--secondary,
.card--lilac .card__section--secondary {
  color: #4e0e73;
  background: #fbf9fc;
}
.card--lilac .card__header--tertiary,
.card--lilac .card__footer--tertiary,
.card--lilac .card__section--tertiary {
  color: #4e0e73;
  background: #e4daeb;
}
.card--pink,
.card--pink .card__header,
.card--pink .card__footer,
.card--pink .card__section {
  border-top-color: #e63888;
}
.card--pink a:not(.button):not(.more),
.card--pink h1,
.card--pink h2,
.card--pink h3,
.card--pink h4,
.card--pink h5,
.card--pink h6,
.card--pink .h1,
.card--pink .h2,
.card--pink .h3,
.card--pink .h4,
.card--pink .h5,
.card--pink .h6 {
  color: #e63888;
}
.card--pink a::before {
  background: #e63888 linear-gradient(60deg, #e63888, #a0064e) !important;
}
.card--pink .card__header--secondary,
.card--pink .card__footer--secondary,
.card--pink .card__section--secondary {
  color: #a0064e;
  background: #fef9fb;
}
.card--pink .card__header--tertiary,
.card--pink .card__footer--tertiary,
.card--pink .card__section--tertiary {
  color: #a0064e;
  background: #f9d8e7;
}
.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--fill-ocean .card__header,
.card--fill-ocean .card__footer,
.card--fill-ocean .card__section,
.card--fill-teal .card__header,
.card--fill-teal .card__footer,
.card--fill-teal .card__section,
.card--fill-grass .card__header,
.card--fill-grass .card__footer,
.card--fill-grass .card__section,
.card--fill-emerald .card__header,
.card--fill-emerald .card__footer,
.card--fill-emerald .card__section,
.card--fill-gold .card__header,
.card--fill-gold .card__footer,
.card--fill-gold .card__section,
.card--fill-red .card__header,
.card--fill-red .card__footer,
.card--fill-red .card__section,
.card--fill-darkpink .card__header,
.card--fill-darkpink .card__footer,
.card--fill-darkpink .card__section,
.card--fill-lilac .card__header,
.card--fill-lilac .card__footer,
.card--fill-lilac .card__section,
.card--fill-pink .card__header,
.card--fill-pink .card__footer,
.card--fill-pink .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--fill-ocean,
.card--fill-teal,
.card--fill-grass,
.card--fill-emerald,
.card--fill-gold,
.card--fill-red,
.card--fill-darkpink,
.card--fill-lilac,
.card--fill-pink,
.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--fill-ocean h1,
.card--fill-ocean h2,
.card--fill-ocean h3,
.card--fill-ocean h4,
.card--fill-ocean h5,
.card--fill-ocean h6,
.card--fill-ocean .h1,
.card--fill-ocean .h2,
.card--fill-ocean .h3,
.card--fill-ocean .h4,
.card--fill-ocean .h5,
.card--fill-ocean .h6,
.card--fill-teal h1,
.card--fill-teal h2,
.card--fill-teal h3,
.card--fill-teal h4,
.card--fill-teal h5,
.card--fill-teal h6,
.card--fill-teal .h1,
.card--fill-teal .h2,
.card--fill-teal .h3,
.card--fill-teal .h4,
.card--fill-teal .h5,
.card--fill-teal .h6,
.card--fill-grass h1,
.card--fill-grass h2,
.card--fill-grass h3,
.card--fill-grass h4,
.card--fill-grass h5,
.card--fill-grass h6,
.card--fill-grass .h1,
.card--fill-grass .h2,
.card--fill-grass .h3,
.card--fill-grass .h4,
.card--fill-grass .h5,
.card--fill-grass .h6,
.card--fill-emerald h1,
.card--fill-emerald h2,
.card--fill-emerald h3,
.card--fill-emerald h4,
.card--fill-emerald h5,
.card--fill-emerald h6,
.card--fill-emerald .h1,
.card--fill-emerald .h2,
.card--fill-emerald .h3,
.card--fill-emerald .h4,
.card--fill-emerald .h5,
.card--fill-emerald .h6,
.card--fill-gold h1,
.card--fill-gold h2,
.card--fill-gold h3,
.card--fill-gold h4,
.card--fill-gold h5,
.card--fill-gold h6,
.card--fill-gold .h1,
.card--fill-gold .h2,
.card--fill-gold .h3,
.card--fill-gold .h4,
.card--fill-gold .h5,
.card--fill-gold .h6,
.card--fill-red h1,
.card--fill-red h2,
.card--fill-red h3,
.card--fill-red h4,
.card--fill-red h5,
.card--fill-red h6,
.card--fill-red .h1,
.card--fill-red .h2,
.card--fill-red .h3,
.card--fill-red .h4,
.card--fill-red .h5,
.card--fill-red .h6,
.card--fill-darkpink h1,
.card--fill-darkpink h2,
.card--fill-darkpink h3,
.card--fill-darkpink h4,
.card--fill-darkpink h5,
.card--fill-darkpink h6,
.card--fill-darkpink .h1,
.card--fill-darkpink .h2,
.card--fill-darkpink .h3,
.card--fill-darkpink .h4,
.card--fill-darkpink .h5,
.card--fill-darkpink .h6,
.card--fill-lilac h1,
.card--fill-lilac h2,
.card--fill-lilac h3,
.card--fill-lilac h4,
.card--fill-lilac h5,
.card--fill-lilac h6,
.card--fill-lilac .h1,
.card--fill-lilac .h2,
.card--fill-lilac .h3,
.card--fill-lilac .h4,
.card--fill-lilac .h5,
.card--fill-lilac .h6,
.card--fill-pink h1,
.card--fill-pink h2,
.card--fill-pink h3,
.card--fill-pink h4,
.card--fill-pink h5,
.card--fill-pink h6,
.card--fill-pink .h1,
.card--fill-pink .h2,
.card--fill-pink .h3,
.card--fill-pink .h4,
.card--fill-pink .h5,
.card--fill-pink .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--fill-ocean a:not(.button):not(.more),
.card--fill-teal a:not(.button):not(.more),
.card--fill-grass a:not(.button):not(.more),
.card--fill-emerald a:not(.button):not(.more),
.card--fill-gold a:not(.button):not(.more),
.card--fill-red a:not(.button):not(.more),
.card--fill-darkpink a:not(.button):not(.more),
.card--fill-lilac a:not(.button):not(.more),
.card--fill-pink 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 a::before,
.card--fill-accent a::before,
.card--fill-action a::before,
.card--fill-ocean a::before,
.card--fill-teal a::before,
.card--fill-grass a::before,
.card--fill-emerald a::before,
.card--fill-gold a::before,
.card--fill-red a::before,
.card--fill-darkpink a::before,
.card--fill-lilac a::before,
.card--fill-pink a::before,
.card--inverse a::before {
  display: none !important;
}
.card--fill-primary {
  background: #002d74;
}
.card--fill-primary .card__header--secondary,
.card--fill-primary .card__footer--secondary,
.card--fill-primary .card__section--secondary {
  background: #00235a;
}
.card--fill-primary .card__header--tertiary,
.card--fill-primary .card__footer--tertiary,
.card--fill-primary .card__section--tertiary {
  background: #001a43;
}
.card--fill-accent {
  background: #97d700;
}
.card--fill-accent .card__header--secondary,
.card--fill-accent .card__footer--secondary,
.card--fill-accent .card__section--secondary {
  background: #75a800;
}
.card--fill-accent .card__header--tertiary,
.card--fill-accent .card__footer--tertiary,
.card--fill-accent .card__section--tertiary {
  background: #577d00;
}
.card--fill-action {
  background: #ff8200;
}
.card--fill-action .card__header--secondary,
.card--fill-action .card__footer--secondary,
.card--fill-action .card__section--secondary {
  background: #c76700;
}
.card--fill-action .card__header--tertiary,
.card--fill-action .card__footer--tertiary,
.card--fill-action .card__section--tertiary {
  background: #944c00;
}
.card--fill-ocean {
  background: #0084d5;
}
.card--fill-ocean .card__header--secondary,
.card--fill-ocean .card__footer--secondary,
.card--fill-ocean .card__section--secondary {
  background: #0066a6;
}
.card--fill-ocean .card__header--tertiary,
.card--fill-ocean .card__footer--tertiary,
.card--fill-ocean .card__section--tertiary {
  background: #004c7c;
}
.card--fill-teal {
  background: #00a3ad;
}
.card--fill-teal .card__header--secondary,
.card--fill-teal .card__footer--secondary,
.card--fill-teal .card__section--secondary {
  background: #008087;
}
.card--fill-teal .card__header--tertiary,
.card--fill-teal .card__footer--tertiary,
.card--fill-teal .card__section--tertiary {
  background: #005f64;
}
.card--fill-grass {
  background: #64a70b;
}
.card--fill-grass .card__header--secondary,
.card--fill-grass .card__footer--secondary,
.card--fill-grass .card__section--secondary {
  background: #4e8703;
}
.card--fill-grass .card__header--tertiary,
.card--fill-grass .card__footer--tertiary,
.card--fill-grass .card__section--tertiary {
  background: #3a6502;
}
.card--fill-emerald {
  background: #009b77;
}
.card--fill-emerald .card__header--secondary,
.card--fill-emerald .card__footer--secondary,
.card--fill-emerald .card__section--secondary {
  background: #00795d;
}
.card--fill-emerald .card__header--tertiary,
.card--fill-emerald .card__footer--tertiary,
.card--fill-emerald .card__section--tertiary {
  background: #005a45;
}
.card--fill-gold {
  background: #f2a900;
}
.card--fill-gold .card__header--secondary,
.card--fill-gold .card__footer--secondary,
.card--fill-gold .card__section--secondary {
  background: #bd8400;
}
.card--fill-gold .card__header--tertiary,
.card--fill-gold .card__footer--tertiary,
.card--fill-gold .card__section--tertiary {
  background: #8c6200;
}
.card--fill-red {
  background: #d6001c;
}
.card--fill-red .card__header--secondary,
.card--fill-red .card__footer--secondary,
.card--fill-red .card__section--secondary {
  background: #a70016;
}
.card--fill-red .card__header--tertiary,
.card--fill-red .card__footer--tertiary,
.card--fill-red .card__section--tertiary {
  background: #7c0011;
}
.card--fill-darkpink {
  background: #910048;
}
.card--fill-darkpink .card__header--secondary,
.card--fill-darkpink .card__footer--secondary,
.card--fill-darkpink .card__section--secondary {
  background: #710039;
}
.card--fill-darkpink .card__header--tertiary,
.card--fill-darkpink .card__footer--tertiary,
.card--fill-darkpink .card__section--tertiary {
  background: #54002a;
}
.card--fill-lilac {
  background: #784e90;
}
.card--fill-lilac .card__header--secondary,
.card--fill-lilac .card__footer--secondary,
.card--fill-lilac .card__section--secondary {
  background: #671895;
}
.card--fill-lilac .card__header--tertiary,
.card--fill-lilac .card__footer--tertiary,
.card--fill-lilac .card__section--tertiary {
  background: #4e0e73;
}
.card--fill-pink {
  background: #e63888;
}
.card--fill-pink .card__header--secondary,
.card--fill-pink .card__footer--secondary,
.card--fill-pink .card__section--secondary {
  background: #d50a69;
}
.card--fill-pink .card__header--tertiary,
.card--fill-pink .card__footer--tertiary,
.card--fill-pink .card__section--tertiary {
  background: #a0064e;
}
.card--inverse {
  background: #0a1c28;
}
.card--inverse .card__header--secondary,
.card--inverse .card__footer--secondary,
.card--inverse .card__section--secondary {
  background: #27343d;
}
.card--inverse .card__header--tertiary,
.card--inverse .card__footer--tertiary,
.card--inverse .card__section--tertiary {
  background: #485259;
}

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


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

.item-list {
  list-style: none;
  margin-left: 0;
}
.item-list:not(:last-child) {
  margin-bottom: 48px;
}
.item-list + .button {
  margin-top: -24px;
}
.item-list__item + .item-list__item {
  margin-top: 24px;
}
.item-list__link {
  display: block;
  position: relative;
  color: #656d73;
}
.item-list__link:hover,
.item-list__link:focus {
  color: #656d73;
}
.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__tags {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.item-list__title {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
  color: #002d74;
  transition: color 0.15s ease-out;
}
.item-list__title--large {
  font-size: 60px;
  line-height: 60px;
}
.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: #0066a6;
}
.item-list__date {
  display: block;
  margin: 6px 0 0;
  font-family: "Crimson Pro", "Times New Roman", Georgia, 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;
  }
}


.stacked-list {
  list-style: none;
}
.stacked-list:not(:last-child) {
  margin-bottom: 48px;
}
.stacked-list--constrain {
  max-width: 50em !important;
  margin-left: auto;
  margin-right: auto;
}
.stacked-list__item {
  margin: 0;
}
.stacked-list__item + .stacked-list__item {
  margin-top: 48px;
}
.stacked-list__link {
  display: flex;
  gap: 24px;
  position: relative;
  color: #656d73;
}
.stacked-list__link:hover,
.stacked-list__link:focus {
  color: #656d73;
}
.stacked-list__media {
  flex: 0 0 40%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.stacked-list__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.15s ease-out;
}
.stacked-list__link:hover .stacked-list__media img,
.stacked-list__link:focus .stacked-list__media img {
  transform: scale(1.05);
}
.stacked-list__content {
  position: relative;
  z-index: 3;
}
.stacked-list__tags {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.stacked-list__title {
  font-size: 23px;
  line-height: 24px;
}
.stacked-list__title--large {
  font-size: 60px;
  line-height: 60px;
}
.stacked-list__link:hover .stacked-list__title,
.stacked-list__link:focus .stacked-list__title {
  color: #002d74;
}
.stacked-list__title + .stacked-list__tags {
  margin-top: -16.8px;
  margin-bottom: 12px;
}
.stacked-list__date {
  display: block;
  font-size: 16px;
  color: #a6a8a9;
}
.stacked-list__title + .stacked-list__date {
  margin-top: -24px;
}
.stacked-list__date + .stacked-list__description {
  margin-top: 12px;
}

@media (max-width: 767.97px) {
  .stacked-list__link {
    flex-direction: column;
    align-items: stretch;
  }
  .stacked-list__media {
    height: 192px;
    flex-basis: 192px;
  }
}


.tiled-list {
  row-gap: 48px;
  list-style: none;
  margin: 0;
}
.tiled-list:not(:last-child) {
  margin-bottom: 48px;
}
.tiled-list__item {
  display: flex;
  margin: 0;
}
.tiled-list__exposition {
  position: relative;
  overflow: hidden;
}
.tiled-list__actions {
  margin-top: 24px;
}
.tiled-list__link {
  flex: 0 0 100%;
  display: block;
  border-top: 4px solid #002d74;
  border-bottom: 3px solid #e3e3e4;
  position: relative;
  color: #656d73;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.tiled-list__link:hover,
.tiled-list__link:focus {
  border-top-color: #0084d5;
  color: #656d73;
}
.tiled-list__media {
  height: 192px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tiled-list__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.15s ease-out;
}
.tiled-list__link:hover .tiled-list__media img,
.tiled-list__link:focus .tiled-list__media img {
  transform: scale(1.05);
}
.tiled-list__decoration {
  height: 48px;
  background: #002d74 url("/wp-content/uploads/2022/11/logo-mark.svg") no-repeat 0% 50%;
  background-size: auto 150%;
  transition: background-color 0.15s ease-out;
}
.tiled-list__content {
  padding: 30px 24px;
}
.tiled-list__tags {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.tiled-list__title {
  margin-bottom: 0;
  font-size: 23px;
  line-height: 24px;
  font-variant-numeric: tabular-nums;
  color: #002d74;
  transition: color 0.15s ease-out;
}
.tiled-list__title--large {
  font-size: 60px;
  line-height: 60px;
}
.tiled-list__link:hover .tiled-list__title,
.tiled-list__link:focus .tiled-list__title {
  color: #0084d5;
}
.tiled-list__date,
.tiled-list__meta {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  color: #656d73;
}
.tiled-list__meta {
  color: #656d73;
}
.tiled-list__block-date {
  min-width: 60px;
  padding: 6px 0 18px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #ffffff;
  background: #002d74;
  z-index: 3;
  transition: background-color 0.15s ease-out;
}
.tiled-list__block-date-month {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
.tiled-list__block-date-day {
  display: block;
  font-size: 28px;
}
.tiled-list__link:hover .tiled-list__block-date,
.tiled-list__link:focus .tiled-list__block-date {
  background: #0084d5;
}
.tiled-list__description {
  margin-top: 12px;
}
.tiled-list__more {
  display: block;
  margin-top: 12px;
  font-weight: 700;
  color: #002d74;
  transition: color 0.15s ease-out;
}
.tiled-list__more > [class^=fa] {
  margin-left: 6px;
  transition: transform 0.15s ease-out;
}
.tiled-list__link:hover .tiled-list__more,
.tiled-list__link:focus .tiled-list__more {
  color: #0084d5;
}
.tiled-list__link:hover .tiled-list__more > [class^=fa],
.tiled-list__link:focus .tiled-list__more > [class^=fa] {
  transform: translateX(3px);
}
.tiled-list__button {
  display: inline-block;
  padding: 10px 36px;
  margin-top: 24px;
  border: 2px solid #002d74;
  border-radius: 5px;
  font-weight: 700;
  color: #002d74;
  transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out;
}
.tiled-list__link:hover .tiled-list__button,
.tiled-list__link:focus .tiled-list__button {
  border-color: #0084d5;
  color: #0084d5;
}
.tiled-list__item:nth-child(7n+2) .tiled-list__decoration,
.tiled-list__item:nth-child(7n+2) .tiled-list__block-date {
  background-color: #00a3ad;
}
.tiled-list__item:nth-child(7n+2) .tiled-list__title,
.tiled-list__item:nth-child(7n+2) .tiled-list__more,
.tiled-list__item:nth-child(7n+2) .tiled-list__button {
  color: #00a3ad;
}
.tiled-list__item:nth-child(7n+2) .tiled-list__button {
  border-color: #00a3ad;
}
.tiled-list__item:nth-child(7n+2) .tiled-list__link {
  border-top-color: #00a3ad;
}
.tiled-list__item:nth-child(7n+2) .tiled-list__link:hover,
.tiled-list__item:nth-child(7n+2) .tiled-list__link:focus {
  border-top-color: #008087;
}
.tiled-list__item:nth-child(7n+2) .tiled-list__link:hover .tiled-list__decoration,
.tiled-list__item:nth-child(7n+2) .tiled-list__link:hover .tiled-list__block-date,
.tiled-list__item:nth-child(7n+2) .tiled-list__link:focus .tiled-list__decoration,
.tiled-list__item:nth-child(7n+2) .tiled-list__link:focus .tiled-list__block-date {
  background-color: #008087;
}
.tiled-list__item:nth-child(7n+2) .tiled-list__link:hover .tiled-list__title,
.tiled-list__item:nth-child(7n+2) .tiled-list__link:hover .tiled-list__more,
.tiled-list__item:nth-child(7n+2) .tiled-list__link:hover .tiled-list__button,
.tiled-list__item:nth-child(7n+2) .tiled-list__link:focus .tiled-list__title,
.tiled-list__item:nth-child(7n+2) .tiled-list__link:focus .tiled-list__more,
.tiled-list__item:nth-child(7n+2) .tiled-list__link:focus .tiled-list__button {
  color: #008087;
}
.tiled-list__item:nth-child(7n+2) .tiled-list__link:hover .tiled-list__button,
.tiled-list__item:nth-child(7n+2) .tiled-list__link:focus .tiled-list__button {
  border-color: #008087;
}
.tiled-list__item:nth-child(7n+3) .tiled-list__decoration,
.tiled-list__item:nth-child(7n+3) .tiled-list__block-date {
  background-color: #64a70b;
}
.tiled-list__item:nth-child(7n+3) .tiled-list__title,
.tiled-list__item:nth-child(7n+3) .tiled-list__more,
.tiled-list__item:nth-child(7n+3) .tiled-list__button {
  color: #64a70b;
}
.tiled-list__item:nth-child(7n+3) .tiled-list__button {
  border-color: #64a70b;
}
.tiled-list__item:nth-child(7n+3) .tiled-list__link {
  border-top-color: #64a70b;
}
.tiled-list__item:nth-child(7n+3) .tiled-list__link:hover,
.tiled-list__item:nth-child(7n+3) .tiled-list__link:focus {
  border-top-color: #4e8703;
}
.tiled-list__item:nth-child(7n+3) .tiled-list__link:hover .tiled-list__decoration,
.tiled-list__item:nth-child(7n+3) .tiled-list__link:hover .tiled-list__block-date,
.tiled-list__item:nth-child(7n+3) .tiled-list__link:focus .tiled-list__decoration,
.tiled-list__item:nth-child(7n+3) .tiled-list__link:focus .tiled-list__block-date {
  background-color: #4e8703;
}
.tiled-list__item:nth-child(7n+3) .tiled-list__link:hover .tiled-list__title,
.tiled-list__item:nth-child(7n+3) .tiled-list__link:hover .tiled-list__more,
.tiled-list__item:nth-child(7n+3) .tiled-list__link:hover .tiled-list__button,
.tiled-list__item:nth-child(7n+3) .tiled-list__link:focus .tiled-list__title,
.tiled-list__item:nth-child(7n+3) .tiled-list__link:focus .tiled-list__more,
.tiled-list__item:nth-child(7n+3) .tiled-list__link:focus .tiled-list__button {
  color: #4e8703;
}
.tiled-list__item:nth-child(7n+3) .tiled-list__link:hover .tiled-list__button,
.tiled-list__item:nth-child(7n+3) .tiled-list__link:focus .tiled-list__button {
  border-color: #4e8703;
}
.tiled-list__item:nth-child(7n+4) .tiled-list__decoration,
.tiled-list__item:nth-child(7n+4) .tiled-list__block-date {
  background-color: #f2a900;
}
.tiled-list__item:nth-child(7n+4) .tiled-list__title,
.tiled-list__item:nth-child(7n+4) .tiled-list__more,
.tiled-list__item:nth-child(7n+4) .tiled-list__button {
  color: #f2a900;
}
.tiled-list__item:nth-child(7n+4) .tiled-list__button {
  border-color: #f2a900;
}
.tiled-list__item:nth-child(7n+4) .tiled-list__link {
  border-top-color: #f2a900;
}
.tiled-list__item:nth-child(7n+4) .tiled-list__link:hover,
.tiled-list__item:nth-child(7n+4) .tiled-list__link:focus {
  border-top-color: #bd8400;
}
.tiled-list__item:nth-child(7n+4) .tiled-list__link:hover .tiled-list__decoration,
.tiled-list__item:nth-child(7n+4) .tiled-list__link:hover .tiled-list__block-date,
.tiled-list__item:nth-child(7n+4) .tiled-list__link:focus .tiled-list__decoration,
.tiled-list__item:nth-child(7n+4) .tiled-list__link:focus .tiled-list__block-date {
  background-color: #bd8400;
}
.tiled-list__item:nth-child(7n+4) .tiled-list__link:hover .tiled-list__title,
.tiled-list__item:nth-child(7n+4) .tiled-list__link:hover .tiled-list__more,
.tiled-list__item:nth-child(7n+4) .tiled-list__link:hover .tiled-list__button,
.tiled-list__item:nth-child(7n+4) .tiled-list__link:focus .tiled-list__title,
.tiled-list__item:nth-child(7n+4) .tiled-list__link:focus .tiled-list__more,
.tiled-list__item:nth-child(7n+4) .tiled-list__link:focus .tiled-list__button {
  color: #bd8400;
}
.tiled-list__item:nth-child(7n+4) .tiled-list__link:hover .tiled-list__button,
.tiled-list__item:nth-child(7n+4) .tiled-list__link:focus .tiled-list__button {
  border-color: #bd8400;
}
.tiled-list__item:nth-child(7n+5) .tiled-list__decoration,
.tiled-list__item:nth-child(7n+5) .tiled-list__block-date {
  background-color: #d6001c;
}
.tiled-list__item:nth-child(7n+5) .tiled-list__title,
.tiled-list__item:nth-child(7n+5) .tiled-list__more,
.tiled-list__item:nth-child(7n+5) .tiled-list__button {
  color: #d6001c;
}
.tiled-list__item:nth-child(7n+5) .tiled-list__button {
  border-color: #d6001c;
}
.tiled-list__item:nth-child(7n+5) .tiled-list__link {
  border-top-color: #d6001c;
}
.tiled-list__item:nth-child(7n+5) .tiled-list__link:hover,
.tiled-list__item:nth-child(7n+5) .tiled-list__link:focus {
  border-top-color: #a70016;
}
.tiled-list__item:nth-child(7n+5) .tiled-list__link:hover .tiled-list__decoration,
.tiled-list__item:nth-child(7n+5) .tiled-list__link:hover .tiled-list__block-date,
.tiled-list__item:nth-child(7n+5) .tiled-list__link:focus .tiled-list__decoration,
.tiled-list__item:nth-child(7n+5) .tiled-list__link:focus .tiled-list__block-date {
  background-color: #a70016;
}
.tiled-list__item:nth-child(7n+5) .tiled-list__link:hover .tiled-list__title,
.tiled-list__item:nth-child(7n+5) .tiled-list__link:hover .tiled-list__more,
.tiled-list__item:nth-child(7n+5) .tiled-list__link:hover .tiled-list__button,
.tiled-list__item:nth-child(7n+5) .tiled-list__link:focus .tiled-list__title,
.tiled-list__item:nth-child(7n+5) .tiled-list__link:focus .tiled-list__more,
.tiled-list__item:nth-child(7n+5) .tiled-list__link:focus .tiled-list__button {
  color: #a70016;
}
.tiled-list__item:nth-child(7n+5) .tiled-list__link:hover .tiled-list__button,
.tiled-list__item:nth-child(7n+5) .tiled-list__link:focus .tiled-list__button {
  border-color: #a70016;
}
.tiled-list__item:nth-child(7n+6) .tiled-list__decoration,
.tiled-list__item:nth-child(7n+6) .tiled-list__block-date {
  background-color: #910048;
}
.tiled-list__item:nth-child(7n+6) .tiled-list__title,
.tiled-list__item:nth-child(7n+6) .tiled-list__more,
.tiled-list__item:nth-child(7n+6) .tiled-list__button {
  color: #910048;
}
.tiled-list__item:nth-child(7n+6) .tiled-list__button {
  border-color: #910048;
}
.tiled-list__item:nth-child(7n+6) .tiled-list__link {
  border-top-color: #910048;
}
.tiled-list__item:nth-child(7n+6) .tiled-list__link:hover,
.tiled-list__item:nth-child(7n+6) .tiled-list__link:focus {
  border-top-color: #710039;
}
.tiled-list__item:nth-child(7n+6) .tiled-list__link:hover .tiled-list__decoration,
.tiled-list__item:nth-child(7n+6) .tiled-list__link:hover .tiled-list__block-date,
.tiled-list__item:nth-child(7n+6) .tiled-list__link:focus .tiled-list__decoration,
.tiled-list__item:nth-child(7n+6) .tiled-list__link:focus .tiled-list__block-date {
  background-color: #710039;
}
.tiled-list__item:nth-child(7n+6) .tiled-list__link:hover .tiled-list__title,
.tiled-list__item:nth-child(7n+6) .tiled-list__link:hover .tiled-list__more,
.tiled-list__item:nth-child(7n+6) .tiled-list__link:hover .tiled-list__button,
.tiled-list__item:nth-child(7n+6) .tiled-list__link:focus .tiled-list__title,
.tiled-list__item:nth-child(7n+6) .tiled-list__link:focus .tiled-list__more,
.tiled-list__item:nth-child(7n+6) .tiled-list__link:focus .tiled-list__button {
  color: #710039;
}
.tiled-list__item:nth-child(7n+6) .tiled-list__link:hover .tiled-list__button,
.tiled-list__item:nth-child(7n+6) .tiled-list__link:focus .tiled-list__button {
  border-color: #710039;
}
.tiled-list__item:nth-child(7n+7) .tiled-list__decoration,
.tiled-list__item:nth-child(7n+7) .tiled-list__block-date {
  background-color: #784e90;
}
.tiled-list__item:nth-child(7n+7) .tiled-list__title,
.tiled-list__item:nth-child(7n+7) .tiled-list__more,
.tiled-list__item:nth-child(7n+7) .tiled-list__button {
  color: #784e90;
}
.tiled-list__item:nth-child(7n+7) .tiled-list__button {
  border-color: #784e90;
}
.tiled-list__item:nth-child(7n+7) .tiled-list__link {
  border-top-color: #784e90;
}
.tiled-list__item:nth-child(7n+7) .tiled-list__link:hover,
.tiled-list__item:nth-child(7n+7) .tiled-list__link:focus {
  border-top-color: #671895;
}
.tiled-list__item:nth-child(7n+7) .tiled-list__link:hover .tiled-list__decoration,
.tiled-list__item:nth-child(7n+7) .tiled-list__link:hover .tiled-list__block-date,
.tiled-list__item:nth-child(7n+7) .tiled-list__link:focus .tiled-list__decoration,
.tiled-list__item:nth-child(7n+7) .tiled-list__link:focus .tiled-list__block-date {
  background-color: #671895;
}
.tiled-list__item:nth-child(7n+7) .tiled-list__link:hover .tiled-list__title,
.tiled-list__item:nth-child(7n+7) .tiled-list__link:hover .tiled-list__more,
.tiled-list__item:nth-child(7n+7) .tiled-list__link:hover .tiled-list__button,
.tiled-list__item:nth-child(7n+7) .tiled-list__link:focus .tiled-list__title,
.tiled-list__item:nth-child(7n+7) .tiled-list__link:focus .tiled-list__more,
.tiled-list__item:nth-child(7n+7) .tiled-list__link:focus .tiled-list__button {
  color: #671895;
}
.tiled-list__item:nth-child(7n+7) .tiled-list__link:hover .tiled-list__button,
.tiled-list__item:nth-child(7n+7) .tiled-list__link:focus .tiled-list__button {
  border-color: #671895;
}

@media (max-width: 767.97px) {

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

@media (min-width: 768px) {
  .tiled-list {
    display: grid;
    grid-template-columns: Repeat(2, 1fr);
    gap: 24px;
  }
  .tiled-list__item--featured .tiled-list__media {
    height: 264px;
  }
  .tiled-list__item--featured {
    grid-column: span 2;
  }
}

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

@media (min-width: 960px) {
  .tiled-list {
    grid-template-columns: Repeat(4, 1fr);
  }
  .tiled-list--3 {
    grid-template-columns: Repeat(3, 1fr);
  }
  .tiled-list--2 {
    grid-template-columns: Repeat(2, 1fr);
  }
  .tiled-list__item--medium {
    grid-column: span 3;
  }
  .tiled-list__item--large {
    grid-column: span 4;
  }
  .tiled-list--3 .tiled-list__item--large {
    grid-column: span 3;
  }
  .tiled-list--2 .tiled-list__item--medium,
  .tiled-list--2 .tiled-list__item--large {
    grid-column: span 2;
  }
}


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

.hero {
  position: relative;
  margin-bottom: 48px;
}
.hero:last-child {
  margin-bottom: 0;
}
.content > .page-bounds > .hero:first-child,
.content > .page-bounds > .wp-block-post-content > .hero:first-child {
  margin-top: -24px;
}
.hero::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(10, 28, 40, 0.6);
  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 120px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.hero__title,
.hero__subtitle,
.hero__meta,
.hero__description {
  color: #ffffff;
}
.hero__title,
.hero__subtitle,
.hero__meta {
  font-family: "Crimson Pro", "Times New Roman", Georgia, serif;
}
.hero__title {
  font-weight: 200;
}
.hero__subtitle {
  display: block;
  margin-top: 40px;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.hero__meta {
  font-size: 23px;
  line-height: 23px;
}
.hero__meta-item {
  display: inline-block;
  margin-bottom: 12px;
}
.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__title {
    font-size: 7vw;
    line-height: 1.2;
  }
}

@media (min-width: 768px) {
  .content > .page-bounds > .hero:first-child,
  .content > .page-bounds > .wp-block-post-content > .hero:first-child {
    margin-top: -48px;
  }
  .hero__content {
    max-width: 60%;
    padding: 168px 48px;
    text-align: left;
  }
  .hero__content--full {
    max-width: 100%;
  }
  .hero__meta-item {
    margin: 0 36px 12px 0;
  }
  .hero__actions {
    margin-top: 36px;
  }
}

@media (min-width: 960px) {
  .hero__content {
    max-width: 45%;
    padding-top: 120px;
    padding-bottom: 192px;
  }
  .hero__content--full {
    max-width: 100%;
    padding-bottom: 120px;
  }
}

@media (min-width: 1376px) {
  .hero__content {
    padding-left: 0;
  }
}


.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: #002d74;
  background: #ffffff;
  border: 1px solid #cacbcb;
  border-radius: 50%;
  z-index: 3;
}
.horizontal__control:hover,
.horizontal__control:focus {
  color: #97d700;
  border-color: #97d700;
}
.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: #a6a8a9;
  border-color: #e3e3e4;
  background: #e3e3e4;
  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: 1472px) {
  .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: #e3e3e4;
}
.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: 66.667%;
  }
  .background-section--right .background-section__content {
    width: 66.667%;
    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(10, 28, 40, 0.6);
}
.interstitial__media {
  background: #0a1c28;
}
.interstitial__title {
  color: #ffffff;
}
.interstitial__title::before {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  margin: 0 0 24px;
  background: rgba(255, 255, 255, 0.4);
}
.interstitial__description {
  color: #ffffff;
}

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

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


.pagination {
  list-style: none;
  margin: 0 0 24px;
}
.pagination .overview {
  display: block;
  font-size: 16px;
}
.pagination ul {
  list-style: none;
  margin: 0;
}
.pagination li {
  display: inline-block;
  margin-bottom: 0.2em;
}
.pagination li a,
.pagination li span {
  display: block;
  width: 36px;
  padding: 6px 0;
  text-align: center;
  color: #656d73;
  background: #fbfcfc;
  font-size: 16px;
}
.pagination li a:hover,
.pagination li a:focus {
  color: #ffffff;
  background: #97d700;
}
.pagination .active a,
.pagination li .current {
  font-weight: 700;
  color: #ffffff;
  background: #002d74;
}

@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 24px;
  word-wrap: break-word;
  position: relative;
  color: #656d73;
  background: #ffffff;
  border-top: 4px solid #002d74;
  border-bottom: 3px solid #e3e3e4;
  transition: color 0.15s ease-out, border-color 0.15s ease-out, transform 0.15s ease-out;
}
.quicklinks__link:hover,
.quicklinks__link:focus {
  border-top-color: #0084d5;
  color: #656d73;
  transform: translateY(-3px);
}
.quicklinks__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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;
  opacity: 0.4;
  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);
  opacity: 0.7;
}
.quicklinks__icon,
.quicklinks__content,
.quicklinks__disclose {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.quicklinks__icon {
  font-size: 45px;
  color: #002d74;
  transition: color 0.15s ease-out;
}
.quicklinks__icon + .quicklinks__content .quicklinks__title,
.quicklinks__icon + .quicklinks__content .quicklinks__description:first-child {
  margin-top: 18px;
}
.quicklinks__link:hover .quicklinks__icon,
.quicklinks__link:focus .quicklinks__icon {
  color: #0084d5;
}
.quicklinks__title {
  display: block;
  font-size: 20px;
  color: #002d74;
  transition: color 0.15s ease-out;
}
.quicklinks__link:hover .quicklinks__title,
.quicklinks__link:focus .quicklinks__title {
  color: #0084d5;
}
.quicklinks__description {
  margin-top: 12px;
}
.quicklinks__disclose {
  margin-top: 24px;
  font-size: 23px;
}
.quicklinks__item:nth-child(7n+2) .quicklinks__title,
.quicklinks__item:nth-child(7n+2) .quicklinks__icon {
  color: #00a3ad;
}
.quicklinks__item:nth-child(7n+2) .quicklinks__link {
  border-top-color: #00a3ad;
}
.quicklinks__item:nth-child(7n+2) .quicklinks__link:hover,
.quicklinks__item:nth-child(7n+2) .quicklinks__link:focus {
  border-top-color: #008087;
}
.quicklinks__item:nth-child(7n+2) .quicklinks__link:hover .quicklinks__title,
.quicklinks__item:nth-child(7n+2) .quicklinks__link:hover .quicklinks__icon,
.quicklinks__item:nth-child(7n+2) .quicklinks__link:focus .quicklinks__title,
.quicklinks__item:nth-child(7n+2) .quicklinks__link:focus .quicklinks__icon {
  color: #008087;
}
.quicklinks__item:nth-child(7n+3) .quicklinks__title,
.quicklinks__item:nth-child(7n+3) .quicklinks__icon {
  color: #64a70b;
}
.quicklinks__item:nth-child(7n+3) .quicklinks__link {
  border-top-color: #64a70b;
}
.quicklinks__item:nth-child(7n+3) .quicklinks__link:hover,
.quicklinks__item:nth-child(7n+3) .quicklinks__link:focus {
  border-top-color: #4e8703;
}
.quicklinks__item:nth-child(7n+3) .quicklinks__link:hover .quicklinks__title,
.quicklinks__item:nth-child(7n+3) .quicklinks__link:hover .quicklinks__icon,
.quicklinks__item:nth-child(7n+3) .quicklinks__link:focus .quicklinks__title,
.quicklinks__item:nth-child(7n+3) .quicklinks__link:focus .quicklinks__icon {
  color: #4e8703;
}
.quicklinks__item:nth-child(7n+4) .quicklinks__title,
.quicklinks__item:nth-child(7n+4) .quicklinks__icon {
  color: #f2a900;
}
.quicklinks__item:nth-child(7n+4) .quicklinks__link {
  border-top-color: #f2a900;
}
.quicklinks__item:nth-child(7n+4) .quicklinks__link:hover,
.quicklinks__item:nth-child(7n+4) .quicklinks__link:focus {
  border-top-color: #bd8400;
}
.quicklinks__item:nth-child(7n+4) .quicklinks__link:hover .quicklinks__title,
.quicklinks__item:nth-child(7n+4) .quicklinks__link:hover .quicklinks__icon,
.quicklinks__item:nth-child(7n+4) .quicklinks__link:focus .quicklinks__title,
.quicklinks__item:nth-child(7n+4) .quicklinks__link:focus .quicklinks__icon {
  color: #bd8400;
}
.quicklinks__item:nth-child(7n+5) .quicklinks__title,
.quicklinks__item:nth-child(7n+5) .quicklinks__icon {
  color: #d6001c;
}
.quicklinks__item:nth-child(7n+5) .quicklinks__link {
  border-top-color: #d6001c;
}
.quicklinks__item:nth-child(7n+5) .quicklinks__link:hover,
.quicklinks__item:nth-child(7n+5) .quicklinks__link:focus {
  border-top-color: #a70016;
}
.quicklinks__item:nth-child(7n+5) .quicklinks__link:hover .quicklinks__title,
.quicklinks__item:nth-child(7n+5) .quicklinks__link:hover .quicklinks__icon,
.quicklinks__item:nth-child(7n+5) .quicklinks__link:focus .quicklinks__title,
.quicklinks__item:nth-child(7n+5) .quicklinks__link:focus .quicklinks__icon {
  color: #a70016;
}
.quicklinks__item:nth-child(7n+6) .quicklinks__title,
.quicklinks__item:nth-child(7n+6) .quicklinks__icon {
  color: #910048;
}
.quicklinks__item:nth-child(7n+6) .quicklinks__link {
  border-top-color: #910048;
}
.quicklinks__item:nth-child(7n+6) .quicklinks__link:hover,
.quicklinks__item:nth-child(7n+6) .quicklinks__link:focus {
  border-top-color: #710039;
}
.quicklinks__item:nth-child(7n+6) .quicklinks__link:hover .quicklinks__title,
.quicklinks__item:nth-child(7n+6) .quicklinks__link:hover .quicklinks__icon,
.quicklinks__item:nth-child(7n+6) .quicklinks__link:focus .quicklinks__title,
.quicklinks__item:nth-child(7n+6) .quicklinks__link:focus .quicklinks__icon {
  color: #710039;
}
.quicklinks__item:nth-child(7n+7) .quicklinks__title,
.quicklinks__item:nth-child(7n+7) .quicklinks__icon {
  color: #784e90;
}
.quicklinks__item:nth-child(7n+7) .quicklinks__link {
  border-top-color: #784e90;
}
.quicklinks__item:nth-child(7n+7) .quicklinks__link:hover,
.quicklinks__item:nth-child(7n+7) .quicklinks__link:focus {
  border-top-color: #671895;
}
.quicklinks__item:nth-child(7n+7) .quicklinks__link:hover .quicklinks__title,
.quicklinks__item:nth-child(7n+7) .quicklinks__link:hover .quicklinks__icon,
.quicklinks__item:nth-child(7n+7) .quicklinks__link:focus .quicklinks__title,
.quicklinks__item:nth-child(7n+7) .quicklinks__link:focus .quicklinks__icon {
  color: #671895;
}

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


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

html {
  scroll-behavior: smooth;
}

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

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

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

.reading-width {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-alert {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  background: #002d74;
}
.content > .page-bounds > .page-alert:first-child,
.wp-block-post-content .page-alert:first-child {
  margin-top: -24px;
}
.page-alert--accent {
  background: #97d700;
}
.page-alert--action {
  background: #ff8200;
}
.page-alert--ocean {
  background: #0084d5;
}
.page-alert--teal {
  background: #00a3ad;
}
.page-alert--grass {
  background: #64a70b;
}
.page-alert--emerald {
  background: #009b77;
}
.page-alert--gold {
  background: #f2a900;
}
.page-alert--red {
  background: #d6001c;
}
.page-alert--dark-pink {
  background: #910048;
}
.page-alert--lilac {
  background: #784e90;
}
.page-alert--pink {
  background: #e63888;
}
.page-alert [class^=fa-] {
  margin-right: 12px;
}

@media (min-width: 768px) {
  .content {
    padding: 48px;
	  padding-top:96px;
  }
  .content > .page-bounds > .page-alert:first-child,
  .wp-block-post-content .page-alert:first-child {
    margin-top: -48px;
  }
}


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

.page-header {
  padding: 0 24px;
  border-bottom: 1px solid #e3e3e4;
  background: #ffffff;
  position: relative;
  z-index: 100;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.page-header__container {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.page-header__toggle {
  display: none;
}

@media (max-width: 959.97px) {
  .page-header {
    width: 100%;
  }
  .page-header__toggle {
    position: absolute;
    right: -24px;
    top: 0;
    padding: 24px 24px;
    color: #002d74;
  }
  .page-header__toggle.mobile-menu-is-open {
    color: #00235a;
  }
  .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: 960px) {
  .page-header {
    padding-left: 48px;
    padding-right: 48px;
  }
}


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

  .header-nav {
    order: 2;
  }

  .header-utility {
    order: 3;
  }
}

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


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

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

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

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

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


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

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

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

@media (max-width: 479.97px) {
  .header-logo a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 72px;
  }
  .header-logo img {
    max-width: calc(85vw - 110px);
  }
}


.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: #0a1c28;
  transition: background 0.2s ease-out;
}
.page-header .toggle-indicator__piece::before {
  background: #002d74;
}
.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: #97d700;
}
.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: #00235a;
}

.header-utility {
  font-size: 16px;
}
.header-utility__link,
.header-utility__link-2 {
  display: block;
  padding: 12px 6px;
  color: #656d73;
}
.header-utility ul {
  list-style: none;
  margin: 0;
}
.header-utility__item {
  display: inline-block;
}
.header-utility__item--highlight .header-utility__link {
  padding-left: 12px;
  padding-right: 12px;
  background: #002d74;
  color: #ffffff;
  border-radius: 3px;
}
.header-utility__item--highlight .header-utility__link:hover,
.header-utility__item--highlight .header-utility__link:focus {
  background: #4287f7;
  color: #ffffff;
}

@media (max-width: 959.97px) {
  .header-utility {
    padding: 18px 24px;
    margin: 0 -6px;
    text-align: center;
  }
}

@media (min-width: 960px) {
  .header-utility__list {
    display: inline-block;
    vertical-align: middle;
  }
  .header-utility__link {
    color: #656d73;
  }
  .header-utility__link:hover,
  .header-utility__link:focus {
    color: #002d74;
  }
}

/*! account for utility nav dropdowns */

@media (max-width: 959.97px) {
  .header-utility {
    text-align: left;
  }
  .header-utility__item {
    display: block;
  }
  .header-utility__link {
    font-weight: 700;
  }
  .header-utility__link > .fas {
    display: none;
  }
  .header-utility__link-2 {
    padding: 6px 6px 6px 24px;
  }
}

@media (min-width: 960px) {
  .header-utility__item {
    position: relative;
  }
  .header-utility__list-2 {
    min-width: 12em;
    padding: 12px 0;
    position: absolute;
    left: 50%;
    top: 100%;
    border: 1px solid #fbfcfc;
    text-align: left;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(-12px);
    z-index: -1;
    transition: all 0.15s ease-out;
  }
  .header-utility__list-2::before,
  .header-utility__list-2::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top-width: 0;
    border-bottom-color: #fbfcfc;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 100%;
    z-index: 1;
  }
  .header-utility__list-2::after {
    margin-bottom: -1px;
    border-bottom-color: #ffffff;
    z-index: 2;
  }
  .header-utility__link-2 {
    padding: 6px 12px;
    color: #656d73;
  }
  .header-utility__item:hover .header-utility__list-2,
  .header-utility__item:focus .header-utility__list-2 {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    z-index: 4;
  }
}


.header-user__welcome {
  font-family: "Crimson Pro", "Times New Roman", Georgia, serif;
  font-style: italic;
  font-size: 16px;
}
.header-user__action {
  display: inline-block;
  padding: 6px;
  color: #656d73;
}
.header-user__action:hover,
.header-user__action:focus {
  color: #002d74;
}

@media (max-width: 959.97px) {
  .header-user__welcome {
    padding-left: 6px;
  }
}

@media (min-width: 960px) {
  .header-user {
    display: inline-block;
    vertical-align: middle;
  }
  .header-user::after {
    content: "|";
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
    color: #e3e3e4;
  }
  .header-user__welcome,
  .header-user__actions {
    display: inline-block;
    vertical-align: middle;
  }
  .header-user__welcome {
    font-size: 18px;
    margin-right: 12px;
  }
}


.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,
.header-nav__main-toggle {
  display: block;
  font-weight: 700;
  color: #002d74;
}
.header-nav__main-toggle > [class^=fa-] {
  transition: transform 0.2s ease-out;
}
.header-nav__main-toggle.is-active > [class^=fa-] {
  transform: rotate(180deg);
}
.header-nav__link-2,
.header-nav__link-3,
.header-nav__link-4,
.header-nav__link-5 {
  font-size: 16px;
  color: #656d73;
}
.header-nav__link-3 {
  color: #a2a4a6;
}
.header-nav__link-4,
.header-nav__link-5 {
  color: #b2b4b5;
}
.header-nav__toggle {
  display: none;
}
.header-nav__dropdown {
  display: flex;
  flex-direction: column;
}
.header-nav__list-2 {
  order: 1;
}
.header-nav__featured {
  order: 2;
}
.header-nav__featured-link {
  text-align: left;
}
.header-nav__featured-link:hover,
.header-nav__featured-link:focus {
  color: #1056c6;
}
.header-nav__featured-media {
  overflow: hidden;
}
.header-nav__featured-image {
  transition: transform 0.2s ease-out;
}
.header-nav__featured-link:hover .header-nav__featured-image,
.header-nav__featured-link:focus .header-nav__featured-image {
  transform: scale(1.04);
}
.header-nav__featured-title {
  margin-bottom: 12px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
.header-nav__featured-link:hover .header-nav__featured-title,
.header-nav__featured-link:focus .header-nav__featured-title {
  color: #1056c6;
}
.header-nav__featured-description {
  color: #656d73;
}
.header-nav__featured-more {
  display: block;
  margin-top: 12px;
}

@media (max-width: 959.97px) {
  .header-nav {
    background: #ffffff;
  }
  .header-nav__main-link,
  .header-nav__main-toggle,
  .header-nav__link-2,
  .header-nav__link-3,
  .header-nav__link-4,
  .header-nav__link-5 {
    padding: 12px 60px 12px 24px;
    border-bottom: 1px solid #e3e3e4;
  }
  .header-nav__main-link,
  .header-nav__main-toggle {
    width: 100%;
    text-align: left;
    color: #002d74;
  }
  .header-nav__main-link > [class^=fa-],
  .header-nav__main-toggle > [class^=fa-] {
    position: absolute;
    top: 15px;
    right: 21px;
  }
  .header-nav__link-2,
  .header-nav__link-3,
  .header-nav__link-4,
  .header-nav__link-5 {
    border-bottom-color: rgba(227, 227, 228, 0.5);
    color: #656d73;
  }
  .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__dropdown,
  .js .header-nav__list-3,
  .js .header-nav__list-4,
  .js .header-nav__list-5 {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
  }
  .js .header-nav__dropdown.is-active,
  .js .header-nav__list-3.is-active,
  .js .header-nav__list-4.is-active,
  .js .header-nav__list-5.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: "\f078";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -24px;
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Pro", "Font Awesome";
    color: #002d74;
    transition: transform 0.2s ease-out;
  }
  .header-nav__toggle.is-active::before {
    border-top-color: #002d74;
    transform: rotateX(180deg);
  }
  .header-nav__featured-link {
    padding: 24px;
    background: #f3f8ff;
  }
  .header-nav__featured-link::after {
    content: "";
    display: table;
    clear: both;
  }
  .header-nav__featured-media {
    float: left;
    max-width: 72px;
    margin: 0 18px 12px 0;
  }
}

@media (min-width: 960px) {
  .header-nav__main-list {
    display: flex;
    justify-content: space-around;
    text-align: center;
  }
  .header-nav__main-item {
    display: inline-block;
    flex: 1 0 auto;
    position: static;
  }
  .header-nav__main-link,
  .header-nav__main-toggle {
    padding: 24px 0;
    position: relative;
  }
  .header-nav__main-link:hover,
  .header-nav__main-link:focus,
  .header-nav__main-toggle:hover,
  .header-nav__main-toggle:focus {
    color: #97d700;
  }
  .header-nav__main-link:focus,
  .header-nav__main-toggle:focus {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
  }
  .header-nav__main-toggle.is-active {
    color: #97d700;
  }
  .header-nav .is-current > a {
    color: #944c00;
  }
  .header-nav__dropdown {
    flex-direction: row;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-top: 2px solid #002d74;
    background: #ffffff;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-3px);
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s ease-out;
  }
  .header-nav__dropdown.is-active {
    max-height: 720px;
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  .header-nav__list-2 {
    display: grid;
    grid-template-columns: Repeat(auto-fill, minmax(15em, 1fr));
    flex: 1 0 50%;
    text-align: left;
    padding: 48px 48px 24px;
  }
  .header-nav__item-2 {
    padding-bottom: 24px;
  }
  .header-nav__link-2 {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 24px;
    color: #002d74;
  }
  .header-nav__list-3 {
    font-size: 16px;
    line-height: 24px;
  }
  .header-nav__link-3 {
    color: #656d73;
  }
  .header-nav__list-4 {
    display: none;
  }
  .header-nav__featured {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 0 45%;
    padding: 48px;
    border-left: 1px solid #e3e3e4;
  }
  .header-nav__featured-link {
    display: flex !important;
    align-items: center;
  }
  .header-nav__featured-media {
    flex: 0 0 200px;
    margin-right: 24px;
  }
  .header-nav__featured-content {
    flex: 1 0 10%;
  }
}


.header-search__toggle {
  font-size: 20px;
  color: #002d74;
}
.header-search__toggle .fa-xmark,
.header-search__toggle.is-active .fa-search {
  display: none;
}
.header-search__toggle.is-active .fa-xmark {
  display: inline-block;
}
.header-search__toggle:hover,
.header-search__toggle:focus {
  color: #4287f7;
}
.header-search__input-wrapper {
  position: relative;
}
.header-search__label {
  position: absolute;
  left: 18px;
  top: 13px;
}
.header-search__input {
  padding-left: 54px !important;
  border: 1px solid #cacbcb !important;
  margin: 0 !important;
}
.header-search__submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 48px;
  height: 48px;
  color: #002d74;
  position: absolute;
  top: 0;
  right: 0;
}
.header-search__submit:hover,
.header-search__submit:focus {
  color: #1056c6;
}
.header-search__suggestions {
  padding: 24px;
  border-bottom: 1px solid #ddd;
}
.header-search__suggestions-heading {
  font-size: 23px;
  line-height: 24px;
  margin-bottom: 12px;
}
.header-search__feature-link {
  color: #1056c6;
}
.header-search__feature-link:hover,
.header-search__feature-link:focus {
  color: #002d74;
}
.header-search__feature-image-wrapper {
  display: block;
  overflow: hidden;
  transition: box-shadow 0.15s ease-out;
}
.header-search__feature-link:hover .header-search__feature-image-wrapper,
.header-search__feature-link:focus .header-search__feature-image-wrapper {
  box-shadow: 0 0 0 2px #b1cffe;
}
.header-search__feature-image {
  transition: transform 0.15s ease-out;
}
.header-search__feature-link:hover .header-search__feature-image,
.header-search__feature-link:focus .header-search__feature-image {
  transform: scale(1.04);
}
.header-search__feature-label {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 700;
}
.header-search__popular-list {
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
  list-style: none;
  margin: 0;
}
.header-search__popular-item {
  display: inline-block;
  max-width: 100%;
  word-wrap: break-word;
}
.header-search__popular-link {
  display: block;
  padding: 6px 12px;
  font-size: 16px;
  border: 1px solid #a6a8a9;
  border-radius: 2px;
  color: #002d74;
  background: #ffffff;
}
.header-search__popular-link:hover,
.header-search__popular-link:focus {
  color: #ffffff;
  background: #002d74;
  border-color: #002d74;
}

@media (max-width: 767.97px) {
  .header-search__popular {
    margin-top: 12px;
  }
}

@media (min-width: 768px) {
  .header-search__suggestions {
    display: flex;
    gap: 24px;
  }
  .header-search__featured,
  .header-search__popular {
    flex: 1 0 40%;
  }
  .header-search__suggestions-heading {
    margin-bottom: 18px;
  }
  .header-search__feature-link {
    text-align: center;
  }
  .header-search__feature-label {
    font-size: 18px;
    line-height: 24px;
    margin-top: 12px;
  }
}

@media (max-width: 959.97px) {
  .header-search {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #e3e3e4;
  }
  .header-search__content {
    order: 2;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out;
  }
  .header-search__content.is-active {
    max-height: 720px;
    opacity: 1;
    visibility: visible;
  }
  .header-search__toggle {
    order: 1;
    text-align: left;
    padding: 24px;
    color: #485259;
  }
  .header-search__toggle-label {
    display: inline-block;
    margin-left: 6px;
    font-size: 18px;
    line-height: 24px;
  }
  .header-search__label {
    display: none;
  }
  .header-search__input {
    padding-left: 24px !important;
  }
}

@media (min-width: 960px) {
  .header-search__toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 48px;
    height: 96px;
    position: absolute;
    right: -12px;
    bottom: 0;
  }
  .header-search__toggle:focus {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
  }
  .header-search__toggle-label {
    display: none;
  }
  .header-search__input-wrapper {
    position: absolute;
    max-width: 0;
    width: calc(78% - 72px);
    right: 48px;
    bottom: 24px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out;
  }
  .header-search__content.is-active .header-search__input-wrapper {
    max-width: 100%;
    opacity: 1;
    visibility: visible;
  }
  .header-search__submit {
    display: none;
  }
  .header-search__suggestions {
    gap: 36px;
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    padding: 36px 48px;
    border-top: 2px solid #002d74;
    background: #ffffff;
    transform: translateY(-3px);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
    z-index: 6;
  }
  .header-search__content.is-active .header-search__suggestions {
    transform: translateY(0);
    max-height: 100vh;
    opacity: 1;
    visibility: visible;
  }
  .header-search__suggestions-heading {
    margin-bottom: 24px;
  }
}


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

.header-logo {
  float: left;
}

@media (min-width: 960px) {
  .page-header {
    border-top: 48px solid rgba(255, 255, 255, 0);
  }
  .page-header__container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .page-header__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .header-logo {
    max-width: 22%;
    margin-right: 3vw;
  }
  .header-logo > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 96px;
    padding: 12px 0;
  }
  .header-logo img {
    max-height: 100%;
  }

  .header-utility {
    position: absolute;
    bottom: 100%;
    right: 72px;
  }

  .header-nav {
    margin-right: 48px;
  }
  .header-nav__main-link {
    padding-top: calc((96px - 24px) / 2);
    padding-bottom: calc((96px - 24px) / 2);
  }

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

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

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

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

  .header-search__toggle {
    transition: height 0.2s ease;
  }

  body.is-scrolled .page-header {
    transform: translateY(-48px);
  }
  body.is-scrolled .header-logo > a {
    padding-top: 6px;
    padding-bottom: 6px;
    height: 72px;
  }
  body.is-scrolled .header-nav__main-link {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  body.is-scrolled .header-search__toggle {
    height: 72px;
  }
  body.is-scrolled .header-search__input-wrapper {
    bottom: 12px;
  }
}


@media (min-width: 1376px) {
  .header-logo {
    margin-right: 96px;
  }
}


/*! ---------- =footer layout and common items ---------- */

.page-footer {
  padding: 48px 24px 0;
  text-align: center;
  background: #002d74;
  color: #ffffff;
}
.page-footer a {
  color: #ffffff;
  font-weight: 500;
}
.page-footer a:hover,
.page-footer a:focus {
  color: #b1cffe;
  text-decoration: none;
}
.page-footer .page-bounds {
  position: relative;
}

.footer-logo {
  margin: 0 0 24px;
}
.footer-logo a {
  display: inline-block;
}
.footer-logo img {
  /*max-height: 48px;*/
}

@media (max-width: 959.97px) {
  .footer-logo .wp-block-image img {
    max-width: 401px;
  }
}

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


@media (min-width: 768px) {
  .page-footer {
    padding: 72px 48px 0;
    text-align: left;
  }
}

@media (min-width: 960px) {
  .page-footer::after {
    content: "";
    display: table;
    clear: both;
  }
  .page-footer__content {
    width: 25%;
    float: left;
    margin-right: 36px;
  }

  .footer-copyright {
    clear: both;
  }
}


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

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

.footer-contact [class^=fa] {
  margin-top: 12px;
  font-size: 16px;
}

.footer-social__icon {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 23px;
  background: #00235a;
}
.footer-social__icon:first-child:hover,
.footer-social__icon:first-child:focus {
  color: #fff;
  background: #000000;
}
.footer-social__icon:nth-child(2):hover,
.footer-social__icon:nth-child(2):focus {
  color: #fff;
  background: #0886fe;
}
.footer-social__icon + .footer-social__icon {
  margin-left: 6px;
}

.footer-trending__title {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.5;
}

.footer-utility__list {
  list-style: none;
  margin: 0;
}
.footer-utility__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-utility__link {
  display: block;
  padding: 6px;
}

@media (min-width: 480px) {
  .footer-utility__link {
    padding: 6px 12px;
  }
}


.footer-actions__main-actions {
  margin-bottom: 36px;
}
.footer-actions__secondary-title {
  margin: 0 0 12px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.03ex;
  color: #ffffff;
  opacity: 0.8;
}
.footer-actions__secondary-actions {
  list-style: none;
  margin: 0;
}
.footer-actions__secondary-action {
  display: inline-block;
}
.footer-actions__secondary-link {
  display: block;
  padding: 6px 12px;
}

@media (min-width: 768px) {
  .footer-actions__secondary-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0 24px;
  }
  .footer-actions__secondary-action {
    flex: 1 0 40%;
  }
  .footer-actions__secondary-link {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 960px) {
  .footer-actions__secondary-action {
    flex-basis: 28%;
  }
}


.footer-copyright {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #00235a;
  font-size: 14px;
}


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

.home-news {
  padding-top: 36px;
  padding-bottom: 72px;
  background: #f0f5fc;
  position: relative;
  z-index: 2;
}
.hero + .home-news {
  margin-top: -48px;
}
.hero + .home-news .home-news__content {
  margin-top: -84px;
}

.home-about {
  padding: 24px 0;
}

@media (min-width: 960px) {
  .home-about {
    padding: 72px 0;
  }
}


.home-actions {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-bottom: 0;
  background: #f0f5fc;
}
.home-actions__search-label {
  display: block;
  margin: 0;
}
.home-actions__search-text {
  display: block;
  margin-bottom: 12px;
  text-align: center;
}
.home-actions__search-input-wrapper {
  display: block;
  position: relative;
}
.home-actions__search-input {
  padding-right: 72px !important;
  margin-bottom: 0 !important;
  background: #fbfcfc !important;
}
.home-actions__search-submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background: #002d74;
  color: #ffffff;
}
.home-actions__search-submit:hover,
.home-actions__search-submit:focus {
  background: #1056c6;
}

@media (min-width: 480px) {
  .home-actions__search-label {
    display: flex;
    align-items: center;
  }
  .home-actions__search-text {
    flex: 0 0 auto;
    margin: 0 24px 0 0;
  }
  .home-actions__search-input-wrapper {
    flex: 1 0 10%;
  }
}

@media (min-width: 768px) {
  .home-actions {
    padding-top: 96px;
    padding-bottom: 96px;
    text-align: center;
  }
}


.home-facts,
.home-events {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #f0f5fc;
  text-align: center;
}
.home-facts .tiled-list,
.home-events .tiled-list {
  text-align: left;
  row-gap: 48px;
}
.interstitial + .home-facts,
.interstitial + .home-events {
  margin-top: -48px;
}
.home-events {
  margin-top: 48px;
}
.home-events:last-child {
  margin-bottom: -24px;
}

@media (min-width: 768px) {
  .home-events:last-child {
    margin-bottom: -48px;
  }
}


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

.page-title {
  display: block;
  color: #002d74;
}
.page-title + .breadcrumbs {
  margin-top: -24px;
}
.page-subtitle {
  color: #656d73;
  font-size: 36px;
  line-height: 39px;
  padding-top: 8px;
}
time.page-title {
  font-size: 28px;
  padding-top: 8px;
  margin-bottom: 36px;
}

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

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

@media (min-width: 768px) {
  .title-block {
    margin: -48px -48px 48px;
    padding: 72px 48px;
  }
  .title-block::before {
    width: 75%;
    background: linear-gradient(to right, #0a1c28, rgba(10, 28, 40, 0));
    opacity: 0.5;
  }
  .page-title--has-cta {
    margin-right: 192px;
  }
  .page-title__cta {
    float: right;
    margin: -72px 0 0 24px;
  }
}

@media (min-width: 896px) {
  .reading-width .title-block {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .reading-width .title-block__content {
    max-width: 800px;
  }
}

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

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


.breadcrumbs {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
.breadcrumbs a {
  color: #656d73;
  opacity: 0.9;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #75a800 !important;
  opacity: 1;
}
.breadcrumbs a::before {
  display: none !important;
}
.breadcrumbs span {
  display: inline-block;
  margin: 0 0.3em;
  opacity: 0.4;
}

.in-this-section {
  padding: 12px;
  border-top: 4px solid #002d74;
  border-bottom: 3px solid #e3e3e4;
  background: #fbfcfc;
}
.in-this-section__toggle {
  font-family: "Crimson Pro", "Times New Roman", Georgia, serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
  color: #002d74;
}
.in-this-section a {
  display: block;
  padding: 6px 0;
  color: #002d74 !important;
}
.in-this-section a::before {
  display: none !important;
}
.in-this-section ul {
  list-style: none;
  margin: 0;
}
.in-this-section ul ul {
  display: none;
  padding-left: 24px;
}
.in-this-section ul ul a {
  font-size: 16px;
  line-height: 24px;
}
.in-this-section .current-menu-ancestor > ul,
.in-this-section .current-menu-item > ul,
.in-this-section .is-current > ul {
  display: block;
}
.in-this-section .current-menu-ancestor > a,
.in-this-section .current-menu-item > a,
.in-this-section .is-current > a {
  color: #1056c6 !important;
}

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

@media (min-width: 960px) {
  .in-this-section {
    padding: 24px;
  }
  .in-this-section__toggle {
    cursor: default;
    margin-bottom: 12px;
  }
  .in-this-section__toggle .toggle-indicator {
    display: none;
  }
}


.share-buttons {
  font-size: 23px;
  line-height: 24px;
}
.share-buttons:not(:last-child) {
  margin-bottom: 24px;
}
.no-js .share-buttons {
  display: none;
}
.share-buttons__title {
  display: inline-block;
  margin-right: 12px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  opacity: 0.7;
}
.share-buttons__button {
  display: inline-block;
  vertical-align: middle;
  margin: 6px 6px 0 0;
  color: #002d74;
}
.share-buttons__button:hover,
.share-buttons__button:focus {
  color: #1056c6;
}


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

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

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


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

/* event navigation: tabs, labels, etc */

.event-nav {
  margin-top: -24px;
  background: #f3f8ff;
}
.event-nav__list {
  display: flex;
  align-items: center;
  gap: 24px;
  overflow-x: auto;
  list-style: none;
  margin: 0;
  padding: 36px 0;
}
.event-nav__button,
.event-nav__link {
  white-space: nowrap;
}
.event-nav__button {
  padding: 12px 0;
  font-weight: 700;
}
.event-nav__button:hover,
.event-nav__button:focus {
  color: #97d700;
}
.event-nav__button.is-active {
  color: #002d74;
}

.event-page-container .tabs__pane {
  padding-top: 36px;
}
.event-page-container .hero:first-child,
.event-page-container .session-list__wrapper:first-child {
  margin-top: -36px;
}
.js .event-page-container .tabs__pane:not(.is-active) {
  display: none;
}
.event-tab--preview {
  padding: 24px;
  border: 2px dashed #cacbcb;
  border-radius: 4px;
}
.event-tab--preview .event-tab__label {
  margin: -24px -24px 24px;
  padding: 24px;
  background: #f3f8ff;
  border-bottom: 2px dashed #cacbcb;
}
.event-tab--preview .event-tab__label::after {
  content: "(This title will become a navigation tab on the public site)";
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  color: #a6a8a9;
}

@media (max-width: 767.97px) {
  .event-nav__content {
    padding-right: 0 !important;
    position: relative;
  }
  .event-nav__content::before {
    content: '';
    display: block;
    width: 24px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to right, #f3f8ff00, #f3f8ff);
    z-index: 2;
  }
  .event-nav__item:last-child {
    margin-right: 24px;
  }
}

@media (min-width: 768px) {
  .event-nav {
    margin-top: 24px;
  }
  .event-nav__list {
    justify-content: center;
  }
}

@media (min-width: 960px) {
  .event-nav {
    margin-top: -48px;
  }
}


.session-list__wrapper {
  position: relative;
}
.session-list-nav {
  padding: 24px 0;
}
.session-list-nav__label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05ex;
  color: #a6a8a9;
}
.session-list-nav__item {
  display: inline-block;
  margin: 6px 12px 6px 0;
}
.session-list__heading {
  position: sticky;
  top: 72px;
  padding: 12px 0;
  color: #fff;
  background: #00235a;
  z-index: 5;
  box-shadow: -24px 0 0 #00235a,
               24px 0 0 #00235a;
}
.admin-bar .session-list__heading {
  top: 118px;
}
.session-list__item + .session-list__item {
  margin-top: 36px;
  border-top: 1px solid #e3e3e4;
  padding-top: 36px;
}
.session-list__times {
  margin-bottom: 6px;
}
.session-list__speakers-label {
  margin-top: 24px;
  font: 16px/24px "Source Sans Pro", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05ex;
  color: #a6a8a9;
}
.session-list__speakers-list {
  display: flex;
  flex-flow: row wrap;
  gap: 36px;
  list-style: none;
  margin: 0;
}
.session-list__speakers-item {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 100%;
}
.session-list__speakers-media {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 30px;
  overflow: hidden;
}
.session-list__speakers-name {
  display: block;
}

@media (min-width: 768px) {
  .session-list-nav {
    padding: 36px 0;
    text-align: center;
  }
  .session-list-nav__item {
    margin: 0 12px;
  }
  .session-list__heading {
    box-shadow: -48px 0 0 #00235a,
                 48px 0 0 #00235a;
  }
  .session-list__times {
    width: 9em;
    float: left;
    margin-right: 0.5em;
  }
  .session-list__content {
    overflow: hidden;
  }
}

@media (min-width: 783px) {
  .admin-bar .session-list__heading {
    top: 104px;
  }
}

@media (min-width: 1376px) {
  .session-list__heading {
    box-shadow: calc((100vw - 1280px) / -2) 0 0 #00235a,
                calc((100vw - 1280px) / 2)  0 0 #00235a;
  }
}


.event-sponsors__filters {
  display: none;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 36px;
  background: #002d74;
}
.js .event-sponsors__filters {
  display: block;
}
.event-sponsors__filters-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.event-sponsors__filters-label {
  margin-bottom: 0;
  font: 18px/24px "Source Sans Pro", Helvetica, Arial, sans-serif;
  color: #fff;
}
.event-sponsors__search {
  position: relative;
}
.event-sponsors__search-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.event-sponsors__topics-input,
.event-sponsors__search-input {
  border: none !important;
  margin: unset !important;
}
.event-sponsors__search-input {
  padding-right: 60px !important;
}
.tiled-list__media .event-sponsors__logo {
  object-fit: contain;
  transform: none;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  top: 12px; right: 12px; bottom: 12px; left: 12px;
}
.event-sponsors__content {
  background: #fbfcfc;
}
.event-sponsors__empty {
  padding: 60px 0;
  text-align: center;
  color: #a6a8a9;
}

@media (min-width: 768px) {
  .event-sponsors__filters-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
  }
  .event-sponsors__filters-label {
    margin-right: auto;
  }
  .event-sponsors__topics {
    flex: 0 0 35%;
  }
  .event-sponsors__search {
    flex: 0 0 35%;
  }
}


/*! ---------- =wordpress-specific tweaks ---------- */

/* match editor edge padding to that of frontend */
:root > .is-root-container {
  padding: 48px;
}

@media (max-width: 767.97px) {
  :root > .is-root-container {
    padding: 24px;
  }
}

/* nudge sticky headers when the admin bar is present */
body.admin-bar .page-header {
  top: 46px;
}

@media (min-width: 783px) {
  body.admin-bar .page-header {
    top: 32px;
  }
	.header-utility__name {
		/*margin-left:20px*/
	}
}

/* give some room around post titles, and make it clear they're not going to be rendered in our templates */
.edit-post-visual-editor__post-title-wrapper {
  padding-top: 36px;
  padding-bottom: 48px;
  background: #fbfcfc repeating-linear-gradient(135deg, transparent 0, transparent 15px, rgba(255, 255, 255, 0.4) 15px, rgba(255, 255, 255, 0.4) 30px);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.edit-post-visual-editor__post-title-wrapper::before {
  content: "Editing Post:";
  display: block;
  max-width: 1280px;
  margin: 0 auto;
  font-size: 16px;
  opacity: 0.6;
}

/* nudge full-width items to edges of editor when screen space allows */


@media (min-width: 768px) {

  .block-editor-block-list__layout.is-root-container > .to-screen-edges:where(:not(.alignleft):not(.alignright)),
  .content > .page-bounds.block-editor-block-list__layout.is-root-container > .hero:where(:not(.alignleft):not(.alignright)),
  .block-editor-block-list__layout.is-root-container > .wp-block-image.alignfull:where(:not(.alignleft):not(.alignright)) {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }
}

/* mini archive calendars */
.mini-calendar__title,
.mini-calendar__nav {
  text-align: center;
}
.mini-calendar__title {
  margin-bottom: 0;
}
.mini-calendar__nav {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
}
.mini-calendar__nav-link {
  display: inline-block;
  padding: 6px;
}
.mini-calendar__grid {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 24px;
}
.mini-calendar__label,
.mini-calendar__day {
  text-align: center;
  color: #a6a8a9;
}
.mini-calendar__label {
  padding: 6px 0;
}
.mini-calendar__day-link {
  display: block;
  font-weight: 700;
}
.mini-calendar__day-number {
  display: block;
  padding: 6px 0;
}
.mini-calendar--minimalist .mini-calendar__day-link {
  background: #e3e3e4;
  border-radius: 5px;
  margin: 3px;
}
.mini-calendar--minimalist .mini-calendar__day-link:hover,
.mini-calendar--minimalist .mini-calendar__day-link:focus {
  color: #fff;
  background: #002d74;
}
.mini-calendar--minimalist .mini-calendar__labels {
  border-bottom: 1px solid #e3e3e4;
}
.mini-calendar--lined .mini-calendar__grid,
.mini-calendar--lined .mini-calendar__label,
.mini-calendar--lined .mini-calendar__day {
  border: 1px solid #cacbcb;
}
.mini-calendar--lined .mini-calendar__day--ext {
  background: #e3e3e4;
}
.mini-calendar--lined .mini-calendar__day-link:hover,
.mini-calendar--lined .mini-calendar__day-link:focus {
  color: #ffffff;
  background: #002d74;
}
.mini-calendar--bubbles .mini-calendar__day {
  padding-bottom: 6px;
}
.mini-calendar--bubbles .mini-calendar__day-number {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #fbfcfc;
  border-radius: 50%;
}
.mini-calendar--bubbles .mini-calendar__day-link .mini-calendar__day-number {
  background: #e3e3e4;
  transition: color 0.15s ease-out, background 0.15s ease-out;
}
.mini-calendar--bubbles .mini-calendar__day-link:hover .mini-calendar__day-number,
.mini-calendar--bubbles .mini-calendar__day-link:focus .mini-calendar__day-number {
  color: #ffffff;
  background: #002d74;
}

.sponsor-grid img {
	object-fit:contain !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 #fbfcfc;
  }

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

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

  .content a[href]:not([href^="#"]) {
    word-wrap: break-word;
    box-shadow: 0 2px 0 #002d74;
    color: #656d73;
    font-weight: 700;
  }
  .content a[href]:not([href^="#"])::after {
    content: " (" attr(href) ") ";
    font-size: 0.85em;
    color: #a2a4a6;
  }

  .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;
  }
}
/* non compiled styles */
.pagination {margin-top:35px;margin-bottom:20px}
.pagination .overview {margin-top:15px}
.header-utility__name .header-utility__link:hover {color:#656d73 !important}
.header-nav__dropdown {border-bottom:1px solid #ddd}
.wp-block-file .wp-block-file__button, .rd-solr-load-more-btn {padding:12px 36px;font-size:18px;border-radius:5px;color:white;background-color:#002d74;transition:color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;font:18px/24px "Source Sans Pro", Helvetica, Arial, sans-serif;background-image:none;font-weight:700}
.wp-block-file .wp-block-file__button:hover, .wp-block-file__button:focus, .rd-solr-load-more-btn:hover {background:#1056c6;transform:translateY(-2px);box-shadow:0 2px 1px rgba(0, 0, 0, 0.2)}
.wp-block-file .wp-block-file__button:before, .rd-solr-load-more-btn:before {display:none !important}
.wp-block-file .wp-block-file__button:focus, .rd-solr-load-more-btn:focus {outline:1px dashed rgba(128, 128, 128, 0.8);outline-offset:-6px}
.home-about {padding-left:36px;padding-right:36px;}
.home-actions__search-submit i {display:block;position:static;text-align:center;width:60px;height:48px;padding-top:15px}
.home-actions__search-submit {display:block;flex-direction:unset;justify-content:unset}
.title-block__categories {margin-top:15px}
body .is-layout-constrained .tiled-list {margin-left:0 !important}
.solr-active-facets {margin-bottom:25px}
.solr-active-facets .solr-active-facets__facet {padding:6px 14px;margin-left:5px}
.tiled-list__media + .tiled-list__content {padding-top:15px}
.tiled-list .__decoration_alt {background-position:right 50%}
.rd-solr-load-more-btn {margin-top:25px;}
.pagination {margin-top:25px}
.page-title--no-cats {margin-bottom:45px}
.session-list__link:hover {background-color:white !important}
.hero__meta__inverse {color:#002d74}
.tiled-list__button {text-align:center}
.debug-url {
  background-color: green;
  color: white;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 3em;
  padding: .5em;
}
@media (max-width: 1080px) {
  .header-nav__main-item {
    font-size:15px
  }
}
@media (max-width: 767.97px) {
	.header-nav__main-item {
    	font-size:18px;
 	 }
   .fast-facts-dollar, .fast-facts-percent, .fast-facts-number {font-size:40px}
   .home-news {padding-bottom:36px}
   .header-nav__toggle::before {width:60px;height:48px;left:-13%;}
   .header-nav__toggle.is-active:before {top:2px;overflow:visible}
}

/* Additional CIC Customizations */

.wp-block-columns {
	margin-bottom: .5em;
}

ul.double-space li, ol.double-space li {
	padding-bottom: 18px;
}

ul.double-space li:last-child, ol.double-space li:last-child {
	padding-bottom: 0px;
}

.background-box {
	max-width: 800px !important;
	margin-left: auto;
	margin-right: auto;
}

.image-centered {
	margin-left: auto;
	margin-right: auto;
}

h3.fast-facts-dollar::before {
	content: "$";
}

h3.fast-facts-percent::after {
	content: "%";
}

body .is-layout-constrained > ul, body .is-layout-constrained > ol, body .is-layout-constrained > p.indent {
	margin-left: 2em !important;
}

.homepage-tiles .tiled-list__item--featured {
	grid-column: inherit;
}

.homepage-tiles .tiled-list__media {
	height: 192px;
}

.headshot-tiles.tiled-list--3 .tiled-list__media {
	height: 410px;
}

.headshot-tiles.tiled-list--4 .tiled-list__media {
	height: 302px;
}

body .is-layout-constrained > .alignleft {
	margin-bottom: 0;
}

a.addeventatc {
	overflow: inherit !important;
}

a.addeventatc::before, .frs a::before {
	display: none !important;
}

.addeventatc_dropdown .frs a {
	right: 0 !important;
}

.wp-block-quote {
	border-left: none;
}

.wp-block-quote cite, .wp-block-pullquote cite {
	color: #0084d5;
}

.wp-block-image.alignright {
	float: right;
}

.contain-600 {
	object-fit: contain;
	max-height: 600px;
}

.event-template-wp-custom-template-single-event-transparent .hero::before {
	background: transparent;
}

.page-bounds a:not(.button):not(.tabs__tab):not(.tiled-list__link):not(.quicklinks__link):not(.footer-actions__secondary-link):not(.footer-social__icon):not(.wp-element-button):not(.share-buttons__button):hover, .reading-width a:not(.button):not(.tiled-list__link):not(.quicklinks__link):not(.footer-actions__secondary-link):not(.footer-social__icon):not(.wp-element-button):not(.share-buttons__button):hover {
  background-color: #fdff89;
}

.page-footer a:not(.button):not(.footer-social__icon):hover, .breadcrumbs a:hover {
	background-color: transparent !important;
}

.pagination a:hover {
	background-color: #97d700 !important;
}

.interior-layout__nav .space-b-200 {
	border: 1px solid #000000;
}

.__event .tiled-list__block-date {
	min-width: 72px;
}

.event-sponsors__filters-content .button--inverse.button--tertiary:not(.button--disclose) {
	background: #00235A;
}

.background-section .wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
	background-color: #b1cffe;
}

.news-title .page-title--no-cats {
	margin-bottom: 28px;
}

.news-date {
	margin-bottom: 20px;
	font-style: italic;
}

.title-block__content a.button:hover, .title-block__content a.button:focus {
	text-decoration: none;
}

.single-session .page-title--no-cats {
	margin-bottom: 0;
}

.single-sponsor .tiled-list__date, .single-sponsor .tiled-list__more {
	display: none;
}

.single-sponsor .tiled-list__media img {
	object-fit: contain;
}

.wp-block-file {
	text-align: center;
}

.wp-block-file .wp-block-file__button {
	margin-left: 0;
	text-decoration: none !important;
}

.session-types {
	margin-bottom: 6px;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.margin-top-none {
	margin-top: 0px !important;
}

.margin-bottom-none {
	margin-bottom: 0px !important;
}

.resources-label {
	font-weight: bold;
}

.DDCW-sponsor .tiled-list__date, .DDCW-sponsor .tiled-list__more {
	display: none;
}

.DDCW-sponsor .tiled-list__media > img {
	object-fit: contain;
	padding: 10px;
}

.footer-social__icon:nth-child(3):hover, .footer-social__icon:nth-child(3):focus {
	color: #fff;
	background: #0a66c2;
}

.footer-social__icon:nth-child(4):hover, .footer-social__icon:nth-child(4):focus {
	color: #fff;
	background: #000000;
}

.single-research .title-block__categories {
	display: none;
}

.search-results .hero__meta, .search-results .item-list__attributes {
	display: none;
}