@charset "UTF-8";


/*!
 * Common colors and constants
 * ===========================
 *
 * Baseline grid: $line  (24px equivalent)
 *
 * Text sizing
 * -----------
 * Tiny: 14px
 * Small: 16px
 * Body copy: 18px
 * H6: 21px
 * H5: 25px
 * H4: 30px
 * H3: 36px
 * H2: 44px
 * H1: 60px
 *
 * Text colors
 * -----------
 * Primary: #00447C
 * Secondary: #444444
 * Tertiary: #B2B2B2
 *
 * Theme colors
 * ------------
 * Primary: #00447C
 *   Lighter: #CCDAE5  #AAC1D3  #80A1BD  #5582A8
 *   Darker:  #003967  #002D53  #00223E  #001729
 * Accent: #58599B
 *   Lighter: #DEDEEB  #C7C8DE  #ABACCD  #9090BC
 *   Darker:  #494A81  #3B3B67  #2C2D4E  #1D1E34
 * Action: #9D6BA7
 *   Lighter: #EBE1ED  #DECEE2  #CEB5D3  #BE9CC4
 *   Darker:  #83598B  #69476F  #4F3654  #342438
 *
 * Grays
 * -----
 * #FDFDFD
 * #F6F6F6
 * #EDEDED
 * #CECECE
 * #B2B2B2
 * #999999
 * #777777
 * #666666
 * #444444
 *
 * 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 #EDEDED;
}

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;
  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;
  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 "Roboto", Helvetica, Arial, sans-serif;
  color: #444444;
  -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 {
  color: #00447C;
  font-family: "Halant", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
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: 56px;
  line-height: 60px;
}

@media (max-width: 767.97px) {

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

@media (max-width: 479.97px) {

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

h2,
.h2 {
  font-size: 44px;
  line-height: 48px;
}

@media (max-width: 767.97px) {

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

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

@media (max-width: 767.97px) {

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

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

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

.subhead {
  font-family: "Barlow Semi Condensed", "Roboto", Helvetica, Arial, sans-serif;
}

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

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

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

.large {
  font-size: 110%;
}
.note {
  font-size: 16px;
  font-family: "Barlow Semi Condensed", "Roboto", Helvetica, Arial, sans-serif;
  font-style: italic;
  color: #B2B2B2;
}
pre + .note,
input + .note,
textarea + .note {
  margin-top: -12px;
}

.highlight {
  color: #00447C;
}

.highlight-accent {
  color: #58599B;
}

.highlight-action {
  color: #9D6BA7;
}

.highlight-light {
  color: #2A9DCB;
}

.highlight-green {
  color: #7E9F38;
}

.highlight-gold {
  color: #B58E0D;
}

.highlight-orange {
  color: #E27508;
}

.highlight-red {
  color: #E25120;
}

.highlight-text {
  color: #444444;
}

.warn {
  color: #941;
}

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

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


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

a {
  text-decoration: none;
  color: #637D2C;
}
a:hover,
a:focus {
  color: #2383A9;
}
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;
}

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

.hover {
  transition: transform 0.15s ease-out;
}
.hover:hover,
.hover:focus {
  transform: translateY(-0.2em);
}

.pull-up {
  margin-bottom: -24px !important;
}

@media (min-width: 768px) {
  .pull-up {
    margin-bottom: -48px !important;
  }
}
.display-inline {
  display: inline-block;
}

.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: #00447C;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}

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

figcaption {
  display: block;
  padding: 6px 0;
  margin: 0;
  font-size: 14px;
  color: #B2B2B2;
}

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

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

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

.to-screen-edges,
.content > .page-bounds > .hero {
  width: auto !important;
  max-width: 100vw !important;
  margin-left: -24px !important;
  margin-right: -24px !important;
}
.to-screen-edges__content {
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 768px) {

  .to-screen-edges,
  .content > .page-bounds > .hero {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }
  .to-screen-edges__content {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (min-width: 1376px) {

  .to-screen-edges,
  .content > .page-bounds > .hero {
    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 {
  border-top: 5px solid #00447C;
  font-size: 21px;
  font-weight: 300;
  line-height: 36px;
  margin: 36px 0;
  padding: 24px;
  position: relative;
}
.pull-quote::before {
  background: #00447C;
  border-radius: 100%;
  color: #ffffff;
  content: "\f10d";
  display: block;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Pro", "Font Awesome";
  font-size: 25px;
  font-weight: 600;
  height: 24px;
  line-height: 25px;
  margin-left: 12px;
  padding: 8px;
  position: absolute;
  text-align: center;
  top: -24px;
  width: 24px;
}
.pull-quote__attribution {
  color: #00447C;
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.pull-quote__attribution::before {
  content: "– ";
}
p + .pull-quote__attribution {
  margin-top: -18px;
}

@media (min-width: 480px) {

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

.pull-quote__org {
  font-size: 16px;
  color: #777777;
}


.truncator-expand {
  display: block;
  width: 100%;
  padding-top: 6px;
  margin-top: 12px;
  border-top: 1px dashed #EDEDED;
  text-align: left;
  color: #58599B;
  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 #EDEDED;
}
.color-spec__swatch {
  height: 0;
  padding-bottom: 100%;
}
.color-spec__text {
  padding: 24px 18px;
  font-size: 16px;
}
.color-spec__title {
  font-size: 21px;
  margin-bottom: 12px;
}
.color-spec__text p:not(:last-child) {
  margin-bottom: 12px;
}
.color-spec__role {
  font-style: italic;
  opacity: 0.65;
}
.color-spec--compact .color-spec__text {
  padding: 12px;
}
.color-spec--compact .color-spec__text p:not(:last-child) {
  margin-bottom: 6px;
}

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

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

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

.responsive-video {
  /* include this extra container when using responsive videos. It makes sizing easier */
}
.responsive-video__aspect {
  position: relative;
  padding-bottom: 56.25%;
}
.responsive-video__aspect iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}


/*! ---------- =spacing and padding utility classes ---------- */
.spacer {
  height: 24px;
}
.spacer--tiny {
  height: 6px;
}
.spacer--small {
  height: 12px;
}
.spacer--large {
  height: 48px;
}
.spacer--huge {
  height: 72px;
}
@media (max-width: 767px) {
  .spacer--large {
    height: 36px;
  }
  .spacer--huge {
    height: 48px;
  }
}
.space-0 {
  margin: 0 !important;
}
.space-000 {
  margin: 0 !important;
}
.space-025 {
  margin: 6px !important;
}
.space-050 {
  margin: 12px !important;
}
.space-075 {
  margin: 18px !important;
}

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

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

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

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

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

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

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

.space-t-0 {
  margin-top: 0 !important;
}
.space-t-000 {
  margin-top: 0 !important;
}
.space-t-025 {
  margin-top: 6px !important;
}
.space-t-050 {
  margin-top: 12px !important;
}
.space-t-075 {
  margin-top: 18px !important;
}

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

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

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

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

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

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

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

.space-r-0 {
  margin-right: 0 !important;
}
.space-r-000 {
  margin-right: 0 !important;
}
.space-r-025 {
  margin-right: 6px !important;
}
.space-r-050 {
  margin-right: 12px !important;
}
.space-r-075 {
  margin-right: 18px !important;
}

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

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

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

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

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

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

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

.space-b-0 {
  margin-bottom: 0 !important;
}
.space-b-000 {
  margin-bottom: 0 !important;
}
.space-b-025 {
  margin-bottom: 6px !important;
}
.space-b-050 {
  margin-bottom: 12px !important;
}
.space-b-075 {
  margin-bottom: 18px !important;
}

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

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

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

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

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

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

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

.space-l-0 {
  margin-left: 0 !important;
}
.space-l-000 {
  margin-left: 0 !important;
}
.space-l-025 {
  margin-left: 6px !important;
}
.space-l-050 {
  margin-left: 12px !important;
}
.space-l-075 {
  margin-left: 18px !important;
}

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.button {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  word-wrap: break-word;
}
.button--disclose::after {
  content: "\f054";
  display: inline-block;
  vertical-align: bottom;
  margin-left: 12px;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Pro", "Font Awesome";
  font-weight: 400;
  transition: transform 0.15s ease-out;
}
.button--disclose:hover::after,
.button--disclose:focus::after,
.button--disclose:active::after {
  transform: translateX(2px);
}
.button--primary.button--disclose::after {
  font-weight: 400;
}
.button--huge {
  font-size: 21px;
}
.button--small {
  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;
}

/*! rounded button style */
.button {
  padding: 12px 36px;
  font-weight: 700;
  color: #ffffff;
  background: #00447C;
  border-radius: 48px;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
}
.button:hover,
.button:focus {
  color: #ffffff;
  background: #5582A8;
  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 #00447C;
  color: #00447C;
  background: #ffffff;
}
.button--tertiary {
  border: 1px solid #AAC1D3;
  font-weight: 400;
  color: #00447C;
  background: #CCDAE5;
}
.button--secondary:hover,
.button--secondary:focus,
.button--tertiary:hover,
.button--tertiary:focus {
  border-color: #5582A8;
  color: #ffffff;
  background: #5582A8;
}
.button--highlight {
  background: #58599B;
}
.button--highlight.button--secondary {
  border-color: #58599B;
  color: #58599B;
  background: #ffffff;
}
.button--highlight.button--tertiary {
  border-color: #C7C8DE;
  color: #58599B;
  background: #DEDEEB;
}
.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: #9090BC;
  color: #ffffff;
  background: #9090BC;
}
.button--action {
  background: #9D6BA7;
}
.button--action.button--secondary {
  border-color: #9D6BA7;
  color: #9D6BA7;
  background: #ffffff;
}
.button--action.button--tertiary {
  border-color: #DECEE2;
  color: #9D6BA7;
  background: #EBE1ED;
}
.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: #BE9CC4;
  color: #ffffff;
  background: #BE9CC4;
}
.button--light {
  background: #2A9DCB;
}
.button--light.button--secondary {
  border-color: #2A9DCB;
  color: #2A9DCB;
  background: #ffffff;
}
.button--light.button--tertiary {
  border-color: #B8DEEE;
  color: #2A9DCB;
  background: #D4EBF5;
}
.button--light:hover,
.button--light:focus,
.button--light.button--secondary:hover,
.button--light.button--secondary:focus,
.button--light.button--tertiary:hover,
.button--light.button--tertiary:focus {
  border-color: #71BEDC;
  color: #ffffff;
  background: #71BEDC;
}
.button--green {
  background: #637D2C;
}
.button--green.button--secondary {
  border-color: #637D2C;
  color: #637D2C;
  background: #ffffff;
}
.button--green.button--tertiary {
  border-color: #D4DFBD;
  color: #637D2C;
  background: #E5ECD7;
}
.button--green:hover,
.button--green:focus,
.button--green.button--secondary:hover,
.button--green.button--secondary:focus,
.button--green.button--tertiary:hover,
.button--green.button--tertiary:focus {
  border-color: #A9BF7A;
  color: #ffffff;
  background: #A9BF7A;
}
.button--gold {
  background: #B58E0D;
}
.button--gold.button--secondary {
  border-color: #B58E0D;
  color: #B58E0D;
  background: #ffffff;
}
.button--gold.button--tertiary {
  border-color: #E6D9AE;
  color: #B58E0D;
  background: #F0E8CF;
}
.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: #CEB45E;
  color: #ffffff;
  background: #CEB45E;
}
.button--orange {
  background: #E27508;
}
.button--orange.button--secondary {
  border-color: #E27508;
  color: #E27508;
  background: #ffffff;
}
.button--orange.button--tertiary {
  border-color: #F5D1AD;
  color: #E27508;
  background: #F9E3CE;
}
.button--orange:hover,
.button--orange:focus,
.button--orange.button--secondary:hover,
.button--orange.button--secondary:focus,
.button--orange.button--tertiary:hover,
.button--orange.button--tertiary:focus {
  border-color: #ECA35A;
  color: #ffffff;
  background: #ECA35A;
}
.button--red {
  background: #E25120;
}
.button--red.button--secondary {
  border-color: #E25120;
  color: #E25120;
  background: #ffffff;
}
.button--red.button--tertiary {
  border-color: #F5C5B5;
  color: #E25120;
  background: #F9DCD2;
}
.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: #EC8B6A;
  color: #ffffff;
  background: #EC8B6A;
}
.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 #EDEDED;
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  background: #FDFDFD;
}
.button--cancel:hover,
.button--cancel:focus {
  color: #00447C;
  border-color: #00447C;
  background: #ffffff;
}
.button--disabled {
  cursor: no-drop;
  background: #EDEDED;
  color: #B2B2B2;
  pointer-events: none;
}
.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%;
  }
}

.login__button {
  background: #69842F;
  display: flex;
  width: 100px;
  padding: 13px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

/*! ---------- =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 #f3f3f3;
  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: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #a4bcd0;
  position: absolute;
  top: 2px;
  right: 12px;
}
p > code,
li > code {
  background: white;
  font-style: normal;
}
p > code::before,
p > code::after,
li > code::before,
li > code::after {
  content: "";
  display: inline-block;
  width: 0.5em;
}

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

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

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: 0.7;
}

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

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

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

.token.function {
  color: #DD4A68;
}

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

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

.token.entity {
  cursor: help;
}


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

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
textarea,
select {
  background: #F6F6F6;
  border-bottom: 5px solid #00447C;
  color: #444444;
  color: rgba(68, 68, 68, 0.8);
  display: block;
  font: 16px/24px "Roboto", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 9px 12px;
  transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
  width: 100%;
}
input[type=text]:not(:last-child),
input[type=email]:not(:last-child),
input[type=password]:not(:last-child),
input[type=number]:not(:last-child),
input[type=tel]:not(:last-child),
textarea:not(:last-child),
select:not(:last-child) {
  margin-bottom: 24px;
}
input[type=text]:required,
input[type=email]:required,
input[type=password]:required,
input[type=number]:required,
input[type=tel]:required,
textarea:required,
select:required {
  border-color: #cad3db;
}
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: #00447C;
  color: #444444;
  box-shadow: none;
}
textarea {
  padding: 12px;
  min-height: 96px;
}
textarea.textarea-large {
  min-height: 240px;
}
input[type=radio],
input[type=checkbox] {
  display: inline-block;
  position: relative;
  top: -0.1em;
}
label + input[type=radio],
label + input[type=checkbox] {
  margin-left: 24px;
}

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

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

label.required {
  color: #002D53;
}
label.required::after {
  content: "*";
  font-weight: 400;
}
label.input-validation-error {
  color: #941;
}
label.is-selected {
  color: #3B3B67;
}
label.is-focused {
  color: #00447C;
  opacity: 1;
}

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

.dropdown-styled {
  position: relative;
  display: inline-block;
  background: #F6F6F6;
  border-bottom: 5px solid #00447C;
  color: #444444;
  display: block;
  font: 18px/24px "Roboto", Helvetica, Arial, sans-serif;
  margin-bottom: 24px;
  padding: 9px 12px;
  width: 100%;
}
.dropdown-styled__content {
  position: absolute;
  background: #f6f6f6;
  min-width: 200px;
  padding: 24px;
  z-index: -1;
  opacity: 0;
  transition: all 0.15s ease-out;
  width: 100%;
  left: 0;
  top: 100%;
  visibility: hidden;
}
.dropdown-styled:hover .dropdown-styled__content {
  opacity: 1;
  z-index: 99;
  visibility: visible;
}
.dropdown-styled__content a {
  display: block;
  font: 18px/24px "Roboto", Helvetica, Arial, sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  color: #444444;
}
.dropdown-styled__content a:hover {
  color: #fff;
  background: #7e7e7e;
}
.dropdown-styled__content a.is-active {
    color: #fff;
    font-weight: 700;
    background: #7e7e7e;
}

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

.grid {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 24px 0;
  padding: 0;
  margin: 0 -24px 24px 0;
  list-style: none;
}
.grid.align-left,
.grid--justify-left {
  justify-content: flex-start;
}
.grid.align-right,
.grid--justify-right {
  justify-content: flex-end;
}
.grid--align-bottom {
  align-items: flex-end;
}
.grid--align-center {
  align-items: center;
}
.grid--align-stretch {
  align-items: stretch;
}
.grid--align-baseline {
  align-items: baseline;
}
.grid.no-margin {
  margin-bottom: 0;
}
.grid--compact {
  gap: 12px 0;
  margin-right: -12px;
}

@media (min-width: 768px) {
  .grid {
    margin-right: -48px;
    gap: 48px 0;
  }
  .grid--compact {
    margin-right: -24px;
    gap: 24px 0;
  }
}

.grid__unit {
  flex: 100% 0 0;
  max-width: 100%;
  margin: 0;
  padding-right: 24px;
}
.grid__unit--push {
  margin-left: auto;
}
.grid__unit--align-top {
  align-self: flex-start;
}
.grid__unit--align-bottom {
  align-self: flex-end;
}
.grid__unit--align-center {
  align-self: center;
}
.grid__unit--align-stretch {
  align-self: stretch;
}
.grid__unit--align-baseline {
  align-self: baseline;
}
.grid--compact > .grid__unit {
  padding-right: 12px;
}

@media (min-width: 768px) {
  .grid__unit {
    flex: 1% 1 0;
    padding-right: 48px;
  }
  .grid--compact > .grid__unit {
    padding-right: 24px;
  }
  .grid_session-time {
    padding-right: 0px;
  }
}

/*
 * Writes a set of grid unit classes. Loops over a set of dividends and
 * divisors, creating corresponding fractional grid unit classes
 */
.grid__unit--1-1 {
  flex: 100% 0 0;
  width: 100%;
}
.grid__unit--1-2 {
  flex: 50% 0 0;
  width: 50%;
}
.grid__unit--1-3 {
  flex: 33.3333333333% 0 0;
  width: 33.3333333333%;
}
.grid__unit--2-3 {
  flex: 66.6666666667% 0 0;
  width: 66.6666666667%;
}
.grid__unit--1-4 {
  flex: 25% 0 0;
  width: 25%;
}
.grid__unit--3-4 {
  flex: 75% 0 0;
  width: 75%;
}
.grid__unit--1-5 {
  flex: 20% 0 0;
  width: 20%;
}
.grid__unit--2-5 {
  flex: 40% 0 0;
  width: 40%;
}
.grid__unit--3-5 {
  flex: 60% 0 0;
  width: 60%;
}
.grid__unit--4-5 {
  flex: 80% 0 0;
  width: 80%;
}
.grid__unit--1-6 {
  flex: 16.6666666667% 0 0;
  width: 16.6666666667%;
}
.grid__unit--5-6 {
  flex: 83.3333333333% 0 0;
  width: 83.3333333333%;
}
.grid__unit--1-8 {
  flex: 12.5% 0 0;
  width: 12.5%;
}
.grid__unit--3-8 {
  flex: 37.5% 0 0;
  width: 37.5%;
}
.grid__unit--5-8 {
  flex: 62.5% 0 0;
  width: 62.5%;
}
.grid__unit--7-8 {
  flex: 87.5% 0 0;
  width: 87.5%;
}
.grid__unit--1-9 {
  flex: 11.1111111111% 0 0;
  width: 11.1111111111%;
}
.grid__unit--2-9 {
  flex: 22.2222222222% 0 0;
  width: 22.2222222222%;
}
.grid__unit--4-9 {
  flex: 44.4444444444% 0 0;
  width: 44.4444444444%;
}
.grid__unit--5-9 {
  flex: 55.5555555556% 0 0;
  width: 55.5555555556%;
}
.grid__unit--7-9 {
  flex: 77.7777777778% 0 0;
  width: 77.7777777778%;
}
.grid__unit--8-9 {
  flex: 88.8888888889% 0 0;
  width: 88.8888888889%;
}
.grid__unit--1-12 {
  flex: 8.3333333333% 0 0;
  width: 8.3333333333%;
}
.grid__unit--5-12 {
  flex: 41.6666666667% 0 0;
  width: 41.6666666667%;
}
.grid__unit--7-12 {
  flex: 58.3333333333% 0 0;
  width: 58.3333333333%;
}
.grid__unit--11-12 {
  flex: 91.6666666667% 0 0;
  width: 91.6666666667%;
}

@media (min-width: 480px) {
  .grid__unit--1-1-s {
    flex: 100% 0 0;
    width: 100%;
  }
  .grid__unit--1-2-s {
    flex: 50% 0 0;
    width: 50%;
  }
  .grid__unit--1-3-s {
    flex: 33.3333333333% 0 0;
    width: 33.3333333333%;
  }
  .grid__unit--2-3-s {
    flex: 66.6666666667% 0 0;
    width: 66.6666666667%;
  }
  .grid__unit--1-4-s {
    flex: 25% 0 0;
    width: 25%;
  }
  .grid__unit--3-4-s {
    flex: 75% 0 0;
    width: 75%;
  }
  .grid__unit--1-5-s {
    flex: 20% 0 0;
    width: 20%;
  }
  .grid__unit--2-5-s {
    flex: 40% 0 0;
    width: 40%;
  }
  .grid__unit--3-5-s {
    flex: 60% 0 0;
    width: 60%;
  }
  .grid__unit--4-5-s {
    flex: 80% 0 0;
    width: 80%;
  }
  .grid__unit--1-6-s {
    flex: 16.6666666667% 0 0;
    width: 16.6666666667%;
  }
  .grid__unit--5-6-s {
    flex: 83.3333333333% 0 0;
    width: 83.3333333333%;
  }
  .grid__unit--1-8-s {
    flex: 12.5% 0 0;
    width: 12.5%;
  }
  .grid__unit--3-8-s {
    flex: 37.5% 0 0;
    width: 37.5%;
  }
  .grid__unit--5-8-s {
    flex: 62.5% 0 0;
    width: 62.5%;
  }
  .grid__unit--7-8-s {
    flex: 87.5% 0 0;
    width: 87.5%;
  }
  .grid__unit--1-9-s {
    flex: 11.1111111111% 0 0;
    width: 11.1111111111%;
  }
  .grid__unit--2-9-s {
    flex: 22.2222222222% 0 0;
    width: 22.2222222222%;
  }
  .grid__unit--4-9-s {
    flex: 44.4444444444% 0 0;
    width: 44.4444444444%;
  }
  .grid__unit--5-9-s {
    flex: 55.5555555556% 0 0;
    width: 55.5555555556%;
  }
  .grid__unit--7-9-s {
    flex: 77.7777777778% 0 0;
    width: 77.7777777778%;
  }
  .grid__unit--8-9-s {
    flex: 88.8888888889% 0 0;
    width: 88.8888888889%;
  }
  .grid__unit--1-12-s {
    flex: 8.3333333333% 0 0;
    width: 8.3333333333%;
  }
  .grid__unit--5-12-s {
    flex: 41.6666666667% 0 0;
    width: 41.6666666667%;
  }
  .grid__unit--7-12-s {
    flex: 58.3333333333% 0 0;
    width: 58.3333333333%;
  }
  .grid__unit--11-12-s {
    flex: 91.6666666667% 0 0;
    width: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .grid__unit--1-1-m {
    flex: 100% 0 0;
    width: 100%;
  }
  .grid__unit--1-2-m {
    flex: 50% 0 0;
    width: 50%;
  }
  .grid__unit--1-3-m {
    flex: 33.3333333333% 0 0;
    width: 33.3333333333%;
  }
  .grid__unit--2-3-m {
    flex: 66.6666666667% 0 0;
    width: 66.6666666667%;
  }
  .grid__unit--1-4-m {
    flex: 25% 0 0;
    width: 25%;
  }
  .grid__unit--3-4-m {
    flex: 75% 0 0;
    width: 75%;
  }
  .grid__unit--1-5-m {
    flex: 20% 0 0;
    width: 20%;
  }
  .grid__unit--2-5-m {
    flex: 40% 0 0;
    width: 40%;
  }
  .grid__unit--3-5-m {
    flex: 60% 0 0;
    width: 60%;
  }
  .grid__unit--4-5-m {
    flex: 80% 0 0;
    width: 80%;
  }
  .grid__unit--1-6-m {
    flex: 16.6666666667% 0 0;
    width: 16.6666666667%;
  }
  .grid__unit--5-6-m {
    flex: 83.3333333333% 0 0;
    width: 83.3333333333%;
  }
  .grid__unit--1-8-m {
    flex: 12.5% 0 0;
    width: 12.5%;
  }
  .grid__unit--3-8-m {
    flex: 37.5% 0 0;
    width: 37.5%;
  }
  .grid__unit--5-8-m {
    flex: 62.5% 0 0;
    width: 62.5%;
  }
  .grid__unit--7-8-m {
    flex: 87.5% 0 0;
    width: 87.5%;
  }
  .grid__unit--1-9-m {
    flex: 11.1111111111% 0 0;
    width: 11.1111111111%;
  }
  .grid__unit--2-9-m {
    flex: 22.2222222222% 0 0;
    width: 22.2222222222%;
  }
  .grid__unit--4-9-m {
    flex: 44.4444444444% 0 0;
    width: 44.4444444444%;
  }
  .grid__unit--5-9-m {
    flex: 55.5555555556% 0 0;
    width: 55.5555555556%;
  }
  .grid__unit--7-9-m {
    flex: 77.7777777778% 0 0;
    width: 77.7777777778%;
  }
  .grid__unit--8-9-m {
    flex: 88.8888888889% 0 0;
    width: 88.8888888889%;
  }
  .grid__unit--1-12-m {
    flex: 8.3333333333% 0 0;
    width: 8.3333333333%;
  }
  .grid__unit--5-12-m {
    flex: 41.6666666667% 0 0;
    width: 41.6666666667%;
  }
  .grid__unit--7-12-m {
    flex: 58.3333333333% 0 0;
    width: 58.3333333333%;
  }
  .grid__unit--11-12-m {
    flex: 91.6666666667% 0 0;
    width: 91.6666666667%;
  }
}

@media (min-width: 960px) {
  .grid__unit--1-1-l {
    flex: 100% 0 0;
    width: 100%;
  }
  .grid__unit--1-2-l {
    flex: 50% 0 0;
    width: 50%;
  }
  .grid__unit--1-3-l {
    flex: 33.3333333333% 0 0;
    width: 33.3333333333%;
  }
  .grid__unit--2-3-l {
    flex: 66.6666666667% 0 0;
    width: 66.6666666667%;
  }
  .grid__unit--1-4-l {
    flex: 25% 0 0;
    width: 25%;
  }
  .grid__unit--3-4-l {
    flex: 75% 0 0;
    width: 75%;
  }
  .grid__unit--1-5-l {
    flex: 20% 0 0;
    width: 20%;
  }
  .grid__unit--2-5-l {
    flex: 40% 0 0;
    width: 40%;
  }
  .grid__unit--3-5-l {
    flex: 60% 0 0;
    width: 60%;
  }
  .grid__unit--4-5-l {
    flex: 80% 0 0;
    width: 80%;
  }
  .grid__unit--1-6-l {
    flex: 16.6666666667% 0 0;
    width: 16.6666666667%;
  }
  .grid__unit--5-6-l {
    flex: 83.3333333333% 0 0;
    width: 83.3333333333%;
  }
  .grid__unit--1-8-l {
    flex: 12.5% 0 0;
    width: 12.5%;
  }
  .grid__unit--3-8-l {
    flex: 37.5% 0 0;
    width: 37.5%;
  }
  .grid__unit--5-8-l {
    flex: 62.5% 0 0;
    width: 62.5%;
  }
  .grid__unit--7-8-l {
    flex: 87.5% 0 0;
    width: 87.5%;
  }
  .grid__unit--1-9-l {
    flex: 11.1111111111% 0 0;
    width: 11.1111111111%;
  }
  .grid__unit--2-9-l {
    flex: 22.2222222222% 0 0;
    width: 22.2222222222%;
  }
  .grid__unit--4-9-l {
    flex: 44.4444444444% 0 0;
    width: 44.4444444444%;
  }
  .grid__unit--5-9-l {
    flex: 55.5555555556% 0 0;
    width: 55.5555555556%;
  }
  .grid__unit--7-9-l {
    flex: 77.7777777778% 0 0;
    width: 77.7777777778%;
  }
  .grid__unit--8-9-l {
    flex: 88.8888888889% 0 0;
    width: 88.8888888889%;
  }
  .grid__unit--1-12-l {
    flex: 8.3333333333% 0 0;
    width: 8.3333333333%;
  }
  .grid__unit--5-12-l {
    flex: 41.6666666667% 0 0;
    width: 41.6666666667%;
  }
  .grid__unit--7-12-l {
    flex: 58.3333333333% 0 0;
    width: 58.3333333333%;
  }
  .grid__unit--11-12-l {
    flex: 91.6666666667% 0 0;
    width: 91.6666666667%;
  }
}


/*! ---------- =tabs, =accordions, =modals ---------- */

.tabs--standard:not(:last-child) {
  margin-bottom: 48px;
}
.tabs--standard .tabs__tab {
  background: #F6F6F6;
  border: 1px solid #EDEDED;
  border-top: 5px solid #EDEDED;
  color: #444444;
  cursor: pointer;
  display: inline-block;
  margin-bottom: -1px;
  opacity: 0.9;
  padding: 12px;
  position: relative;
  vertical-align: bottom;
  z-index: 2;
}
.tabs--standard .tabs__tab.is-active {
  background: #ffffff;
  border-top-color: #00447C;
  border-bottom-color: #ffffff;
  color: #00447C;
}
.tabs--standard .tabs__tab:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6px;
}
.tabs--standard .tabs__pane {
  border: 1px solid #EDEDED;
  padding: 24px;
  display: none;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}
.tabs--vertical {
  margin-bottom: 48px;
}
.tabs--vertical .tabs__tab {
  background: #F6F6F6;
  color: #444444;
  font-weight: 700;
  padding: 13.68px;
}
.tabs--vertical .tabs__tab.is-active {
  color: #00447C;
  background: #ffffff;
}
.tabs--vertical .tabs__tab:focus {
  outline: 1px dashed #00447C;
  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;
    border: 1px solid #EDEDED;
  }
  .tabs--standard .tabs__tab ~ .tabs__tab,
  .tabs--vertical .tabs__tab ~ .tabs__tab {
    margin-top: 6px;
  }
  .tabs--standard .tabs__tab.is-active,
  .tabs--vertical .tabs__tab.is-active {
    border-color: #EDEDED #EDEDED #EDEDED;
  }
  .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 #EDEDED;
    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;
    border: 1px solid #EDEDED;
    border-right-color: #EDEDED;
    box-shadow: inset 6px 0 0 #EDEDED;
    cursor: pointer;
  }
  .tabs--vertical .tabs__tab.is-active {
    background: #ffffff;
    border-color: #EDEDED #ffffff #EDEDED #EDEDED;
    box-shadow: inset 6px 0 0 #00447C;
    cursor: default;
  }
  .tabs--vertical .tabs__pane {
    padding: 24px;
    background: #ffffff;
    border-left: 299px solid #ffffff;
    box-shadow: inset 0 0 0 1px #EDEDED;
  }
  .tabs--vertical .tabs__pane::after {
    content: "";
    display: table;
    clear: both;
    margin: 30px 0 -30px;
  }
}


.accordion__label {
  display: block;
  padding: 12px;
  background: #f6f6f6;
  border: 1px solid #EDEDED;
  color: #444444;
  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 h1, 
.accordion__label .h1, 
.accordion__label h2,
.accordion__label .h2,
.accordion__label h3,
.accordion__label .h3,
.accordion__label h4, 
.accordion__label .h4, 
.accordion__label h5, 
.accordion__label .h5, 
.accordion__label h6, 
.accordion__label .h6 {
  display: inline-block;
  font-weight: 700;
  /* font-size: 16px;*/
  margin-bottom: 0;
}
.accordion__label .fa-arrow-right {
  margin-left: 0.4em;
  transition: transform 0.15s ease-out;
}
.accordion__label:hover,
.accordion__label h1:hover, 
.accordion__label .h1:hover, 
.accordion__label h2:hover,
.accordion__label .h2:hover,
.accordion__label h3:hover,
.accordion__label .h3:hover,
.accordion__label h4:hover, 
.accordion__label .h4:hover, 
.accordion__label h5:hover, 
.accordion__label .h5:hover, 
.accordion__label h6:hover, 
.accordion__label .h6:hover {
  color: #58599B;
}
.accordion__label.is-active {
  color: #00447C;
  border-color: #CECECE #CECECE #EDEDED #CECECE;
  background: #f7f7f7;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion__label.is-active .h1, 
.accordion__label.is-active h2,
.accordion__label.is-active .h2,
.accordion__label.is-active h3,
.accordion__label.is-active .h3,
.accordion__label.is-active h4, 
.accordion__label.is-active .h4, 
.accordion__label.is-active h5, 
.accordion__label.is-active .h5, 
.accordion__label.is-active h6, 
.accordion__label.is-active .h6  {
  color: #00447C!important;
}
.accordion__label.is-active .fa-arrow-right {
  transform: rotate(90deg);
}
.accordion__label:focus {
  outline: none;
}
.accordion__label ~ .accordion__label {
  margin-top: 6px;
}
.accordion__content {
  margin-bottom: 24px;
  padding: 24px 12px;
  border: 1px solid #CECECE;
  border-top: none;
  border-radius: 0 0 5px 5px;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
.accordion + .accordion,
.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: #00447C;
  border-color: #00447C;
  background-color: #ffffff;
}
.accordion__label--primary:hover {
  color: #ffffff;
  background-color: #00447C;
}
.accordion__label--primary.is-active {
  color: #00447C;
  border-color: #00447C #00447C #CCDAE5 #00447C;
  background-color: #CCDAE5;
}
.accordion__label--primary.is-active .h1, 
.accordion__label--primary.is-active h2,
.accordion__label--primary.is-active .h2,
.accordion__label--primary.is-active h3,
.accordion__label--primary.is-active .h3,
.accordion__label--primary.is-active h4, 
.accordion__label--primary.is-active .h4, 
.accordion__label--primary.is-active h5, 
.accordion__label--primary.is-active .h5, 
.accordion__label--primary.is-active h6, 
.accordion__label--primary.is-active .h6  {
  color: #00447C!important;
}
.accordion__content--primary {
  border-color: #00447C;
}
.accordion__label--highlight {
  color: #58599B;
  border-color: #58599B;
  background-color: #ffffff;
}
.accordion__label--highlight:hover {
  color: #ffffff;
  background-color: #58599B;
}
.accordion__label--highlight.is-active {
  color: #58599B;
  border-color: #58599B #58599B #DEDEEB #58599B;
  background-color: #DEDEEB;
}
.accordion__label--highlight.is-active .h1, 
.accordion__label--highlight.is-active h2,
.accordion__label--highlight.is-active .h2,
.accordion__label--highlight.is-active h3,
.accordion__label--highlight.is-active .h3,
.accordion__label--highlight.is-active h4, 
.accordion__label--highlight.is-active .h4, 
.accordion__label--highlight.is-active h5, 
.accordion__label--highlight.is-active .h5, 
.accordion__label--highlight.is-active h6, 
.accordion__label--highlight.is-active .h6  {
  color: #58599B!important;
}
.accordion__content--highlight {
  border-color: #58599B;
}
.accordion__label--action {
  color: #9D6BA7;
  border-color: #9D6BA7;
  background-color: #ffffff;
}
.accordion__label--action:hover {
  color: #ffffff;
  background-color: #9D6BA7;
}
.accordion__label--action.is-active {
  color: #9D6BA7;
  border-color: #9D6BA7 #9D6BA7 #EBE1ED #9D6BA7;
  background-color: #EBE1ED;
}
.accordion__label--action.is-active .h1, 
.accordion__label--action.is-active h2,
.accordion__label--action.is-active .h2,
.accordion__label--action.is-active h3,
.accordion__label--action.is-active .h3,
.accordion__label--action.is-active h4, 
.accordion__label--action.is-active .h4, 
.accordion__label--action.is-active h5, 
.accordion__label--action.is-active .h5, 
.accordion__label--action.is-active h6, 
.accordion__label--action.is-active .h6  {
  color: #9D6BA7!important;
}
.accordion__content--action {
  border-color: #9D6BA7;
}
.accordion__label--light {
  color: #2A9DCB;
  border-color: #2A9DCB;
  background-color: #ffffff;
}
.accordion__label--light:hover {
  color: #ffffff;
  background-color: #2A9DCB;
}
.accordion__label--light.is-active {
  color: #2A9DCB;
  border-color: #2A9DCB #2A9DCB #D4EBF5 #2A9DCB;
  background-color: #D4EBF5;
}
.accordion__label--light.is-active .h1, 
.accordion__label--light.is-active h2,
.accordion__label--light.is-active .h2,
.accordion__label--light.is-active h3,
.accordion__label--light.is-active .h3,
.accordion__label--light.is-active h4, 
.accordion__label--light.is-active .h4, 
.accordion__label--light.is-active h5, 
.accordion__label--light.is-active .h5, 
.accordion__label--light.is-active h6, 
.accordion__label--light.is-active .h6  {
  color: #2A9DCB!important;
}
.accordion__content--light {
  border-color: #2A9DCB;
}
.accordion__label--green {
  color: #7E9F38;
  border-color: #7E9F38;
  background-color: #ffffff;
}
.accordion__label--green:hover {
  color: #ffffff;
  background-color: #7E9F38;
}
.accordion__label--green.is-active {
  color: #7E9F38;
  border-color: #7E9F38 #7E9F38 #E5ECD7 #7E9F38;
  background-color: #E5ECD7;
}
.accordion__label--green.is-active .h1, 
.accordion__label--green.is-active h2,
.accordion__label--green.is-active .h2,
.accordion__label--green.is-active h3,
.accordion__label--green.is-active .h3,
.accordion__label--green.is-active h4, 
.accordion__label--green.is-active .h4, 
.accordion__label--green.is-active h5, 
.accordion__label--green.is-active .h5, 
.accordion__label--green.is-active h6, 
.accordion__label--green.is-active .h6  {
  color: #7E9F38!important;
}
.accordion__content--green {
  border-color: #7E9F38;
}
.accordion__label--gold {
  color: #B58E0D;
  border-color: #B58E0D;
  background-color: #ffffff;
}
.accordion__label--gold:hover {
  color: #ffffff;
  background-color: #B58E0D;
}
.accordion__label--gold.is-active {
  color: #B58E0D;
  border-color: #B58E0D #B58E0D #F0E8CF #B58E0D;
  background-color: #F0E8CF;
}
.accordion__label--gold.is-active .h1, 
.accordion__label--gold.is-active h2,
.accordion__label--gold.is-active .h2,
.accordion__label--gold.is-active h3,
.accordion__label--gold.is-active .h3,
.accordion__label--gold.is-active h4, 
.accordion__label--gold.is-active .h4, 
.accordion__label--gold.is-active h5, 
.accordion__label--gold.is-active .h5, 
.accordion__label--gold.is-active h6, 
.accordion__label--gold.is-active .h6  {
  color: #B58E0D!important;
}
.accordion__content--gold {
  border-color: #B58E0D;
}
.accordion__label--orange {
  color: #E27508;
  border-color: #E27508;
  background-color: #ffffff;
}
.accordion__label--orange:hover {
  color: #ffffff;
  background-color: #E27508;
}
.accordion__label--orange.is-active {
  color: #E27508;
  border-color: #E27508 #E27508 #F9E3CE #E27508;
  background-color: #F9E3CE;
}
.accordion__label--orange.is-active .h1, 
.accordion__label--orange.is-active h2,
.accordion__label--orange.is-active .h2,
.accordion__label--orange.is-active h3,
.accordion__label--orange.is-active .h3,
.accordion__label--orange.is-active h4, 
.accordion__label--orange.is-active .h4, 
.accordion__label--orange.is-active h5, 
.accordion__label--orange.is-active .h5, 
.accordion__label--orange.is-active h6, 
.accordion__label--orange.is-active .h6  {
  color: #E27508!important;
}
.accordion__content--orange {
  border-color: #E27508;
}
.accordion__label--red {
  color: #E25120;
  border-color: #E25120;
  background-color: #ffffff;
}
.accordion__label--red:hover {
  color: #ffffff;
  background-color: #E25120;
}
.accordion__label--red.is-active {
  color: #E25120;
  border-color: #E25120 #E25120 #F9DCD2 #E25120;
  background-color: #F9DCD2;
}
.accordion__label--red.is-active .h1, 
.accordion__label--red.is-active h2,
.accordion__label--red.is-active .h2,
.accordion__label--red.is-active h3,
.accordion__label--red.is-active .h3,
.accordion__label--red.is-active h4, 
.accordion__label--red.is-active .h4, 
.accordion__label--red.is-active h5, 
.accordion__label--red.is-active .h5, 
.accordion__label--red.is-active h6, 
.accordion__label--red.is-active .h6  {
  color: #E25120!important;
}
.accordion__content--red {
  border-color: #E25120;
}
.accordion__label--primary:hover h1, 
.accordion__label--primary:hover .h1, 
.accordion__label--primary:hover h2,
.accordion__label--primary:hover .h2,
.accordion__label--primary:hover h3,
.accordion__label--primary:hover .h3,
.accordion__label--primary:hover h4, 
.accordion__label--primary:hover .h4, 
.accordion__label--primary:hover h5, 
.accordion__label--primary:hover .h5, 
.accordion__label--primary:hover h6, 
.accordion__label--primary:hover .h6,
.accordion__label--highlight:hover h1, 
.accordion__label--highlight:hover .h1, 
.accordion__label--highlight:hover h2,
.accordion__label--highlight:hover .h2,
.accordion__label--highlight:hover h3,
.accordion__label--highlight:hover .h3,
.accordion__label--highlight:hover h4, 
.accordion__label--highlight:hover .h4, 
.accordion__label--highlight:hover h5, 
.accordion__label--highlight:hover .h5, 
.accordion__label--highlight:hover h6, 
.accordion__label--highlight:hover .h6,
.accordion__label--action:hover h1, 
.accordion__label--action:hover .h1, 
.accordion__label--action:hover h2,
.accordion__label--action:hover .h2,
.accordion__label--action:hover h3,
.accordion__label--action:hover .h3,
.accordion__label--action:hover h4, 
.accordion__label--action:hover .h4, 
.accordion__label--action:hover h5, 
.accordion__label--action:hover .h5, 
.accordion__label--action:hover h6, 
.accordion__label--action:hover .h6,
.accordion__label--light:hover h1, 
.accordion__label--light:hover .h1, 
.accordion__label--light:hover h2,
.accordion__label--light:hover .h2,
.accordion__label--light:hover h3,
.accordion__label--light:hover .h3,
.accordion__label--light:hover h4, 
.accordion__label--light:hover .h4, 
.accordion__label--light:hover h5, 
.accordion__label--light:hover .h5, 
.accordion__label--light:hover h6, 
.accordion__label--light:hover .h6,
.accordion__label--green:hover h1, 
.accordion__label--green:hover .h1, 
.accordion__label--green:hover h2,
.accordion__label--green:hover .h2,
.accordion__label--green:hover h3,
.accordion__label--green:hover .h3,
.accordion__label--green:hover h4, 
.accordion__label--green:hover .h4, 
.accordion__label--green:hover h5, 
.accordion__label--green:hover .h5, 
.accordion__label--green:hover h6, 
.accordion__label--green:hover .h6,
.accordion__label--orange:hover h1, 
.accordion__label--orange:hover .h1, 
.accordion__label--orange:hover h2,
.accordion__label--orange:hover .h2,
.accordion__label--orange:hover h3,
.accordion__label--orange:hover .h3,
.accordion__label--orange:hover h4, 
.accordion__label--orange:hover .h4, 
.accordion__label--orange:hover h5, 
.accordion__label--orange:hover .h5, 
.accordion__label--orange:hover h6, 
.accordion__label--orange:hover .h6,
.accordion__label--gold:hover h1, 
.accordion__label--gold:hover .h1, 
.accordion__label--gold:hover h2,
.accordion__label--gold:hover .h2,
.accordion__label--gold:hover h3,
.accordion__label--gold:hover .h3,
.accordion__label--gold:hover h4, 
.accordion__label--gold:hover .h4, 
.accordion__label--gold:hover h5, 
.accordion__label--gold:hover .h5, 
.accordion__label--gold:hover h6, 
.accordion__label--gold:hover .h6,
.accordion__label--red:hover h1, 
.accordion__label--red:hover .h1, 
.accordion__label--red:hover h2,
.accordion__label--red:hover .h2,
.accordion__label--red:hover h3,
.accordion__label--red:hover .h3,
.accordion__label--red:hover h4, 
.accordion__label--red:hover .h4, 
.accordion__label--red:hover h5, 
.accordion__label--red:hover .h5, 
.accordion__label--red:hover h6, 
.accordion__label--red:hover .h6 {
  color: #FFFFFF;
}

.accordion__label--primary-solid {
  color: #ffffff;
  border-color: #00447C;
  background-color: #00447C;
}
.accordion__label--primary-solid:hover {
  color: #ffffff;
  background-color: #003967;
}
.accordion__label--primary-solid:focus {
  outline: 1px dashed rgba(255, 255, 255, 0.3);
}
.accordion__label--primary-solid.is-active {
  color: #ffffff;
  border-color: #00447C;
  background-color: #00447C;
}
.js .accordion__content--primary-solid:not(.is-active) {
  border-width: 0 2px;
}
.accordion__content--primary-solid {
  border-width: 1px 2px 2px;
  border-color: #00447C;
}
.accordion__label--highlight-solid {
  color: #ffffff;
  border-color: #58599B;
  background-color: #58599B;
}
.accordion__label--highlight-solid:hover {
  color: #ffffff;
  background-color: #494A81;
}
.accordion__label--highlight-solid:focus {
  outline: 1px dashed rgba(255, 255, 255, 0.3);
}
.accordion__label--highlight-solid.is-active {
  color: #ffffff;
  border-color: #58599B;
  background-color: #58599B;
}
.js .accordion__content--highlight-solid:not(.is-active) {
  border-width: 0 2px;
}
.accordion__content--highlight-solid {
  border-width: 1px 2px 2px;
  border-color: #58599B;
}
.accordion__label--action-solid {
  color: #ffffff;
  border-color: #9D6BA7;
  background-color: #9D6BA7;
}
.accordion__label--action-solid:hover {
  color: #ffffff;
  background-color: #83598B;
}
.accordion__label--action-solid:focus {
  outline: 1px dashed rgba(255, 255, 255, 0.3);
}
.accordion__label--action-solid.is-active {
  color: #ffffff;
  border-color: #9D6BA7;
  background-color: #9D6BA7;
}
.js .accordion__content--action-solid:not(.is-active) {
  border-width: 0 2px;
}
.accordion__content--action-solid {
  border-width: 1px 2px 2px;
  border-color: #9D6BA7;
}
.accordion__label--light-solid {
  color: #ffffff;
  border-color: #2A9DCB;
  background-color: #2A9DCB;
}
.accordion__label--light-solid:hover {
  color: #ffffff;
  background-color: #2383A9;
}
.accordion__label--light-solid:focus {
  outline: 1px dashed rgba(255, 255, 255, 0.3);
}
.accordion__label--light-solid.is-active {
  color: #ffffff;
  border-color: #2A9DCB;
  background-color: #2A9DCB;
}
.js .accordion__content--light-solid:not(.is-active) {
  border-width: 0 2px;
}
.accordion__content--light-solid {
  border-width: 1px 2px 2px;
  border-color: #2A9DCB;
}
.accordion__label--green-solid {
  color: #ffffff;
  border-color: #7E9F38;
  background-color: #7E9F38;
}
.accordion__label--green-solid:hover {
  color: #ffffff;
  background-color: #637D2C;
}
.accordion__label--green-solid:focus {
  outline: 1px dashed rgba(255, 255, 255, 0.3);
}
.accordion__label--green-solid.is-active {
  color: #ffffff;
  border-color: #7E9F38;
  background-color: #7E9F38;
}
.js .accordion__content--green-solid:not(.is-active) {
  border-width: 0 2px;
}
.accordion__content--green-solid {
  border-width: 1px 2px 2px;
  border-color: #7E9F38;
}
.accordion__label--gold-solid {
  color: #ffffff;
  border-color: #B58E0D;
  background-color: #B58E0D;
}
.accordion__label--gold-solid:hover {
  color: #ffffff;
  background-color: #97760B;
}
.accordion__label--gold-solid:focus {
  outline: 1px dashed rgba(255, 255, 255, 0.3);
}
.accordion__label--gold-solid.is-active {
  color: #ffffff;
  border-color: #B58E0D;
  background-color: #B58E0D;
}
.js .accordion__content--gold-solid:not(.is-active) {
  border-width: 0 2px;
}
.accordion__content--gold-solid {
  border-width: 1px 2px 2px;
  border-color: #B58E0D;
}
.accordion__label--orange-solid {
  color: #ffffff;
  border-color: #E27508;
  background-color: #E27508;
}
.accordion__label--orange-solid:hover {
  color: #ffffff;
  background-color: #BC6207;
}
.accordion__label--orange-solid:focus {
  outline: 1px dashed rgba(255, 255, 255, 0.3);
}
.accordion__label--orange-solid.is-active {
  color: #ffffff;
  border-color: #E27508;
  background-color: #E27508;
}
.js .accordion__content--orange-solid:not(.is-active) {
  border-width: 0 2px;
}
.accordion__content--orange-solid {
  border-width: 1px 2px 2px;
  border-color: #E27508;
}
.accordion__label--red-solid {
  color: #ffffff;
  border-color: #E25120;
  background-color: #E25120;
}
.accordion__label--red-solid:hover {
  color: #ffffff;
  background-color: #BC441B;
}
.accordion__label--red-solid:focus {
  outline: 1px dashed rgba(255, 255, 255, 0.3);
}
.accordion__label--red-solid.is-active {
  color: #ffffff;
  border-color: #E25120;
  background-color: #E25120;
}
.js .accordion__content--red-solid:not(.is-active) {
  border-width: 0 2px;
}
.accordion__content--red-solid {
  border-width: 1px 2px 2px;
  border-color: #E25120;
}

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

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


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

.card {
  /*background: #FDFDFD;*/
  background: #F6F6F6;
  border-top: 5px solid #00447C;
  display: flex;
  flex-direction: column;
  padding: 0;
  position: relative;
}
.card__link {
  transition: all 0.15s ease-out;
}
.card__link:hover,
.card__link:focus {
  transform: translateY(-3px);
}
.card h2,
.card h3,
.card h4,
.card h5,
.card h6,
.card .h2,
.card .h3,
.card .h4,
.card .h5,
.card .h6 {
  font-family: "Barlow Semi Condensed", "Roboto", Helvetica, Arial, sans-serif;
}
.card__icon {
  font-size: 36px;
  line-height: 36px;
  align-items: center;
  background: #00447C;
  border-radius: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 72px;
  justify-content: center;
  left: 24px;
  padding: 12px;
  position: absolute;
  top: -36px;
  width: 72px;
}
.card__icon + .card__header {
  padding-top: 60px;
}
.card__title {
  font-size: 25px;
  line-height: 36px;
  color: #00447C;
  font-family: "Barlow Semi Condensed", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.card__body {
  flex-grow: 1;
  padding: 24px;
}
a .card__body {
  color: #444444;
}
.card__image {
  width: 100%;
}
.card__header,
.card__footer,
.card__section {
  padding: 24px;
  border: solid #EDEDED;
}
.card__header--secondary,
.card__footer--secondary,
.card__section--secondary {
  background: #FDFDFD;
}
.card__header--tertiary,
.card__footer--tertiary,
.card__section--tertiary {
  background: #F6F6F6;
}
.card__header--borderless,
.card__footer--borderless,
.card__section--borderless {
  border: none;
}
.card__header {
  border-width: 0 0 1px;
  flex-grow: 0;
}
.card__header--borderless:not(.card__header--secondary):not(.card__header--tertiary) {
  padding-bottom: 0;
}
.card__footer {
  border-width: 1px 0 0;
  justify-self: flex-end;
  flex-grow: 0;
}
.card__footer--borderless:not(.card__footer--secondary):not(.card__footer--tertiary) {
  padding-top: 0;
}
.card__section {
  border-width: 1px 0;
  margin-top: 24px;
  margin-bottom: 24px;
}
.card__section + .card__section {
  margin-top: -24px;
  border-top-width: 0;
}
.card__section:first-child {
  margin-top: 0;
}
.card__section:last-child {
  margin-bottom: 0;
}
.card__body > .card__section {
  margin-left: -24px;
  margin-right: -24px;
}
.card__body > .card__section:first-child {
  margin-top: -24px;
}
.card__body > .card__section:last-child {
  margin-bottom: -24px;
}
.card--primary,
.card--primary .card__header,
.card--primary .card__footer,
.card--primary .card__section {
  border-color: #00447C;
}
.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: #00447C;
}
.card--primary .card__header--secondary,
.card--primary .card__footer--secondary,
.card--primary .card__section--secondary {
  color: #002D53;
  background: #CCDAE5;
}
.card--primary .card__header--tertiary,
.card--primary .card__footer--tertiary,
.card--primary .card__section--tertiary {
  color: #002D53;
  background: #AAC1D3;
}
.card--accent,
.card--accent .card__header,
.card--accent .card__footer,
.card--accent .card__section {
  border-color: #58599B;
}
.card--accent a:not(.button),
.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: #58599B;
}
.card--accent .more:hover,
.card--accent .more:focus {
  color: #494A81;
}
.card--accent .card__title {
  color: #58599B;
}
.card--accent .card__icon {
  background-color: #58599B;
}
.card--accent .card__header--secondary,
.card--accent .card__footer--secondary,
.card--accent .card__section--secondary {
  color: #3B3B67;
  background: #DEDEEB;
}
.card--accent .card__header--tertiary,
.card--accent .card__footer--tertiary,
.card--accent .card__section--tertiary {
  color: #3B3B67;
  background: #C7C8DE;
}
.card--action,
.card--action .card__header,
.card--action .card__footer,
.card--action .card__section {
  border-color: #9D6BA7;
}
.card--action a:not(.button),
.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: #9D6BA7;
}
.card--action .more:hover,
.card--action .more:focus {
  color: #83598B;
}
.card--action .card__title {
  color: #9D6BA7;
}
.card--action .card__icon {
  background-color: #9D6BA7;
}
.card--action .card__header--secondary,
.card--action .card__footer--secondary,
.card--action .card__section--secondary {
  color: #69476F;
  background: #EBE1ED;
}
.card--action .card__header--tertiary,
.card--action .card__footer--tertiary,
.card--action .card__section--tertiary {
  color: #69476F;
  background: #DECEE2;
}
.card--light,
.card--light .card__header,
.card--light .card__footer,
.card--light .card__section {
  border-color: #2A9DCB;
}
.card--light a:not(.button),
.card--light h1,
.card--light h2,
.card--light h3,
.card--light h4,
.card--light h5,
.card--light h6,
.card--light .h1,
.card--light .h2,
.card--light .h3,
.card--light .h4,
.card--light .h5,
.card--light .h6 {
  color: #2A9DCB;
}
.card--light .more:hover,
.card--light .more:focus {
  color: #2383A9;
}
.card--light .card__title {
  color: #2A9DCB;
}
.card--light .card__icon {
  background-color: #2A9DCB;
}
.card--light .card__header--secondary,
.card--light .card__footer--secondary,
.card--light .card__section--secondary {
  color: #1C6987;
  background: #D4EBF5;
}
.card--light .card__header--tertiary,
.card--light .card__footer--tertiary,
.card--light .card__section--tertiary {
  color: #1C6987;
  background: #B8DEEE;
}
.card--green,
.card--green .card__header,
.card--green .card__footer,
.card--green .card__section {
  border-color: #7E9F38;
}
.card--green a:not(.button),
.card--green h1,
.card--green h2,
.card--green h3,
.card--green h4,
.card--green h5,
.card--green h6,
.card--green .h1,
.card--green .h2,
.card--green .h3,
.card--green .h4,
.card--green .h5,
.card--green .h6 {
  color: #7E9F38;
}
.card--green .more:hover,
.card--green .more:focus {
  color: #637D2C;
}
.card--green .card__title {
  color: #7E9F38;
}
.card--green .card__icon {
  background-color: #7E9F38;
}
.card--green .card__header--secondary,
.card--green .card__footer--secondary,
.card--green .card__section--secondary {
  color: #546A25;
  background: #E5ECD7;
}
.card--green .card__header--tertiary,
.card--green .card__footer--tertiary,
.card--green .card__section--tertiary {
  color: #546A25;
  background: #D4DFBD;
}
.card--gold,
.card--gold .card__header,
.card--gold .card__footer,
.card--gold .card__section {
  border-color: #B58E0D;
}
.card--gold a:not(.button),
.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: #B58E0D;
}
.card--gold .more:hover,
.card--gold .more:focus {
  color: #97760B;
}
.card--gold .card__title {
  color: #B58E0D;
}
.card--gold .card__icon {
  background-color: #B58E0D;
}
.card--gold .card__header--secondary,
.card--gold .card__footer--secondary,
.card--gold .card__section--secondary {
  color: #795F09;
  background: #F0E8CF;
}
.card--gold .card__header--tertiary,
.card--gold .card__footer--tertiary,
.card--gold .card__section--tertiary {
  color: #795F09;
  background: #E6D9AE;
}
.card--orange,
.card--orange .card__header,
.card--orange .card__footer,
.card--orange .card__section {
  border-color: #E27508;
}
.card--orange a:not(.button),
.card--orange h1,
.card--orange h2,
.card--orange h3,
.card--orange h4,
.card--orange h5,
.card--orange h6,
.card--orange .h1,
.card--orange .h2,
.card--orange .h3,
.card--orange .h4,
.card--orange .h5,
.card--orange .h6 {
  color: #E27508;
}
.card--orange .more:hover,
.card--orange .more:focus {
  color: #BC6207;
}
.card--orange .card__title {
  color: #E27508;
}
.card--orange .card__icon {
  background-color: #E27508;
}
.card--orange .card__header--secondary,
.card--orange .card__footer--secondary,
.card--orange .card__section--secondary {
  color: #974E05;
  background: #F9E3CE;
}
.card--orange .card__header--tertiary,
.card--orange .card__footer--tertiary,
.card--orange .card__section--tertiary {
  color: #974E05;
  background: #F5D1AD;
}
.card--red,
.card--red .card__header,
.card--red .card__footer,
.card--red .card__section {
  border-color: #E25120;
}
.card--red a:not(.button),
.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: #E25120;
}
.card--red .more:hover,
.card--red .more:focus {
  color: #BC441B;
}
.card--red .card__title {
  color: #E25120;
}
.card--red .card__icon {
  background-color: #E25120;
}
.card--red .card__header--secondary,
.card--red .card__footer--secondary,
.card--red .card__section--secondary {
  color: #973615;
  background: #F9DCD2;
}
.card--red .card__header--tertiary,
.card--red .card__footer--tertiary,
.card--red .card__section--tertiary {
  color: #973615;
  background: #F5C5B5;
}
.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-light .card__header,
.card--fill-light .card__footer,
.card--fill-light .card__section,
.card--fill-green .card__header,
.card--fill-green .card__footer,
.card--fill-green .card__section,
.card--fill-gold .card__header,
.card--fill-gold .card__footer,
.card--fill-gold .card__section,
.card--fill-orange .card__header,
.card--fill-orange .card__footer,
.card--fill-orange .card__section,
.card--fill-red .card__header,
.card--fill-red .card__footer,
.card--fill-red .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-light,
.card--fill-green,
.card--fill-gold,
.card--fill-orange,
.card--fill-red,
.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-light h1,
.card--fill-light h2,
.card--fill-light h3,
.card--fill-light h4,
.card--fill-light h5,
.card--fill-light h6,
.card--fill-light .h1,
.card--fill-light .h2,
.card--fill-light .h3,
.card--fill-light .h4,
.card--fill-light .h5,
.card--fill-light .h6,
.card--fill-green h1,
.card--fill-green h2,
.card--fill-green h3,
.card--fill-green h4,
.card--fill-green h5,
.card--fill-green h6,
.card--fill-green .h1,
.card--fill-green .h2,
.card--fill-green .h3,
.card--fill-green .h4,
.card--fill-green .h5,
.card--fill-green .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-orange h1,
.card--fill-orange h2,
.card--fill-orange h3,
.card--fill-orange h4,
.card--fill-orange h5,
.card--fill-orange h6,
.card--fill-orange .h1,
.card--fill-orange .h2,
.card--fill-orange .h3,
.card--fill-orange .h4,
.card--fill-orange .h5,
.card--fill-orange .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--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-light a:not(.button):not(.more),
.card--fill-green a:not(.button):not(.more),
.card--fill-gold a:not(.button):not(.more),
.card--fill-orange a:not(.button):not(.more),
.card--fill-red a:not(.button):not(.more),
.card--inverse a:not(.button):not(.more) {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.card--fill-primary {
  background: #00447C;
}
.card--fill-primary .card__header--secondary,
.card--fill-primary .card__footer--secondary,
.card--fill-primary .card__section--secondary {
  background: #003967;
}
.card--fill-primary .card__header--tertiary,
.card--fill-primary .card__footer--tertiary,
.card--fill-primary .card__section--tertiary {
  background: #002D53;
}
.card--fill-accent {
  background: #58599B;
}
.card--fill-accent .card__header--secondary,
.card--fill-accent .card__footer--secondary,
.card--fill-accent .card__section--secondary {
  background: #494A81;
}
.card--fill-accent .card__header--tertiary,
.card--fill-accent .card__footer--tertiary,
.card--fill-accent .card__section--tertiary {
  background: #3B3B67;
}
.card--fill-action {
  background: #9D6BA7;
}
.card--fill-action .card__header--secondary,
.card--fill-action .card__footer--secondary,
.card--fill-action .card__section--secondary {
  background: #83598B;
}
.card--fill-action .card__header--tertiary,
.card--fill-action .card__footer--tertiary,
.card--fill-action .card__section--tertiary {
  background: #69476F;
}
.card--fill-light {
  background: #2A9DCB;
}
.card--fill-light .card__header--secondary,
.card--fill-light .card__footer--secondary,
.card--fill-light .card__section--secondary {
  background: #2383A9;
}
.card--fill-light .card__header--tertiary,
.card--fill-light .card__footer--tertiary,
.card--fill-light .card__section--tertiary {
  background: #1C6987;
}
.card--fill-green {
  background: #7E9F38;
}
.card--fill-green .card__header--secondary,
.card--fill-green .card__footer--secondary,
.card--fill-green .card__section--secondary {
  background: #637D2C;
}
.card--fill-green .card__header--tertiary,
.card--fill-green .card__footer--tertiary,
.card--fill-green .card__section--tertiary {
  background: #546A25;
}
.card--fill-gold {
  background: #B58E0D;
}
.card--fill-gold .card__header--secondary,
.card--fill-gold .card__footer--secondary,
.card--fill-gold .card__section--secondary {
  background: #97760B;
}
.card--fill-gold .card__header--tertiary,
.card--fill-gold .card__footer--tertiary,
.card--fill-gold .card__section--tertiary {
  background: #795F09;
}
.card--fill-orange {
  background: #E27508;
}
.card--fill-orange .card__header--secondary,
.card--fill-orange .card__footer--secondary,
.card--fill-orange .card__section--secondary {
  background: #BC6207;
}
.card--fill-orange .card__header--tertiary,
.card--fill-orange .card__footer--tertiary,
.card--fill-orange .card__section--tertiary {
  background: #974E05;
}
.card--fill-red {
  background: #E25120;
}
.card--fill-red .card__header--secondary,
.card--fill-red .card__footer--secondary,
.card--fill-red .card__section--secondary {
  background: #BC441B;
}
.card--fill-red .card__header--tertiary,
.card--fill-red .card__footer--tertiary,
.card--fill-red .card__section--tertiary {
  background: #973615;
}
.card--inverse {
  background: #444444;
}
.card--inverse .card__header--secondary,
.card--inverse .card__footer--secondary,
.card--inverse .card__section--secondary {
  background: #666666;
}
.card--inverse .card__header--tertiary,
.card--inverse .card__footer--tertiary,
.card--inverse .card__section--tertiary {
  background: #777777;
}
.card--jobs {
  /* background: #EDEDED; */
  padding: 24px;
}
.card--jobs .card__title {
  font-size: 30px;
  line-height: 36px;
  font-family: "Halant", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.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 {
  background: #FDFDFD;
  border-top: 3px solid #2A9DCB;
  padding: 24px;
}
.item-list__item + .item-list__item {
  margin-top: 24px;
}
.item-list__link {
  display: block;
  position: relative;
  color: #444444;
}
.item-list__link:hover,
.item-list__link:focus {
  color: #444444;
}
.item-list__media {
  display: block;
  max-width: 33%;
  float: left;
  margin-right: 24px;
  overflow: hidden;
}
.item-list__media img {
  transition: transform 0.15s ease-out;
}
.item-list__link:hover .item-list__media img,
.item-list__link:focus .item-list__media img {
  transform: scale(1.04);
}
.item-list__content {
  overflow: hidden;
}
.item-list__title {
  font-family: "Barlow Semi Condensed", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 24px;
  margin: 0;
  color: #2A9DCB;
  transition: color 0.15s ease-out;
}
.item-list__title-bold {
  font-weight: 700;
}
.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: #58599B;
}
.item-list__date {
  color: #777777;
  display: block;
}
.item-list__title + .item-list__date {
  margin-bottom: 6px;
}
.item-list__featured {
  font-size: 14px;
  line-height: 24px;
  /* color: #9D6BA7; */
  color: #83598B;
  text-transform: uppercase;
  font-weight: 700;
}
.item-list__featured + .item-list__title {
  margin-top: 12px;
}
.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;
}
.item-list--compact .item-list__item {
  padding: 12px;
}
.item-list--compact .item-list__item + .item-list__item {
  margin-top: 12px;
}
.item-list--borderless .item-list__item {
  border-top: 0;
}
.item-list--jobs .item-list__item {
  background: rgba(255, 255, 255, 0);
  padding-left: 0;
  padding-right: 0;
}
.item-list--jobs .item-list__title {
  color: #00447C;
  font-weight: 700;
}
.item-list--jobs .item-list__type::after {
  background: #999999;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 4px;
  width: 1px;
}
.item-list--jobs .item-list__date,
.item-list--jobs .item-list__location {
  font-size: 14px;
  line-height: 24px;
}
.item-list--jobs .item-list__location {
  flex: 0 1 auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.item-list--jobs .grid {
  margin-bottom: 0;
  margin-top: 6px;
  margin-right: 6px;
}
.item-list--jobs .grid__unit {
  padding-right: 6px;
}

.item-list--providers {
  align-items: center;
  justify-content: space-between;
  margin-right: 0;
}
.item-list--providers .item-list__item {
  background: transparent;
  flex-basis: 25%;
  padding: 24px;
  max-width: 25%;
}

@media (max-width: 767.97px) {
  .item-list__media {
    float: none;
    margin: 0 auto 12px;
    max-width: 100%;
  }
  .item-list--jobs .grid__unit {
    flex: 1;
  }
  .item-list--providers .item-list__item {
    flex-basis: 50%;
    padding: 24px;
    max-width: 50%;
  }
}

.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: block;
  position: relative;
  color: #444444;
}
.stacked-list__link:hover,
.stacked-list__link:focus {
  color: #444444;
}
.stacked-list__media {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.stacked-list__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.15s ease-out;
}
.stacked-list__link:hover .stacked-list__media img,
.stacked-list__link:focus .stacked-list__media img {
  transform: scale(1.05);
}
.stacked-list__content {
  position: relative;
  z-index: 3;
}
.stacked-list__title {
  font-size: 25px;
  line-height: 36px;
}
.stacked-list__link:hover .stacked-list__title,
.stacked-list__link:focus .stacked-list__title {
  color: #00447C;
}
.stacked-list__title + .stacked-list__tags {
  margin-top: -16.8px;
  margin-bottom: 12px;
}
.stacked-list__date {
  display: block;
  font-size: 16px;
  color: #B2B2B2;
}
.stacked-list__title + .stacked-list__date {
  margin-top: -24px;
}
.stacked-list__date + .stacked-list__description {
  margin-top: 12px;
}

.tiled-list {
  list-style: none;
}
.tiled-list:not(:last-child) {
  margin-bottom: 48px;
}
.tiled-list__item {
  display: flex;
  margin: 0;
}
.tiled-list__exposition {
  position: relative;
  overflow: hidden;
}
.tiled-list__actions {
  margin-top: 24px;
}
.tiled-list__link {
  flex: 0 0 100%;
  display: block;
  position: relative;
}
.tiled-list__media {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tiled-list__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.15s ease-out;
}
.tiled-list__link:hover .tiled-list__media img,
.tiled-list__link:focus .tiled-list__media img {
  transform: scale(1.05);
}
.tiled-list__content {
  position: relative;
  z-index: 3;
}
.tiled-list__title {
  font-size: 25px;
  line-height: 36px;
}
.tiled-list__date {
  display: block;
  font-size: 16px;
}
.tiled-list__date + .tiled-list__description {
  margin-top: 12px;
}

@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: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 24px;
  }
  .tiled-list__exposition,
  .tiled-list__item {
    flex: 1 0 30%;
  }
  .tiled-list__item--featured {
    flex: 11 0 45%;
  }
}

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

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

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


.tiled-list__exposition,
.tiled-list__link {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.tiled-list__exposition {
  padding: 24px;
}
.tiled-list__link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  color: #ffffff;
  background: #00447C;
}
.tiled-list__link:hover,
.tiled-list__link:focus {
  color: #ffffff;
}
.tiled-list__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00447C;
  opacity: 0.9;
  z-index: 2;
  transition: opacity 0.15s ease-out;
}
.tiled-list__link:hover::before,
.tiled-list__link:focus::before {
  opacity: 0.5;
}
.tiled-list__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tiled-list__content {
  padding: 24px;
  margin-top: 120px;
}
.tiled-list__title {
  font-size: 25px;
  line-height: 36px;
  font-family: "Barlow Semi Condensed", "Roboto", Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.tiled-list__title + .tiled-list__tags {
  margin-top: -12px;
}
.tiled-list__overview::before,
.tiled-list__date::before {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  margin: 24px 0;
  background: rgba(255, 255, 255, 0.2);
}
.tiled-list__overview::before {
  background: #F6F6F6;
}
.tiled-list__date {
  opacity: 0.8;
}
.tiled-list--programs {
  margin-bottom: 0 !important;
}
.tiled-list--programs.grid__unit {
  padding-right: 24px;
}
.tiled-list--programs .tiled-list__item--featured .tiled-list__link::before {
  background: rgba(0, 0, 0, 0) !important;
}
.tiled-list--programs .tiled-list__item--featured .tiled-list__content {
  background: rgba(0, 68, 124, 0.8);
}
.tiled-list--programs .tiled-list__item:nth-child(4n+1) .tiled-list__link::before {
  background: #E27508;
}
.tiled-list--programs .tiled-list__item:nth-child(4n+2) .tiled-list__link::before {
  background: #9D6BA7;
}
.tiled-list--programs .tiled-list__item:nth-child(4n+3) .tiled-list__link::before {
  background: #7E9F38;
}
.tiled-list--programs .tiled-list__item:nth-child(4n+4) .tiled-list__link::before {
  background: #2A9DCB;
}

.tiled-list__right .tiled-list__item {
  flex: 1 0 45%;
}

@media (min-width: 768px) {
  .tiled-list__exposition {
    padding-top: 48px;
  }
  .tiled-list__content {
    padding-bottom: 36px;
  }
  .tiled-list__right .tiled-list__title {
    font-size: 18px;
    line-height: 24px;
  }
  .tiled-list__right {
    padding-right: 0!important;
  }
}
/*! sponsors list styles */
.item-list--sponsors .item-list__item {
  flex-basis: 33%;
}
.item-list--sponsors {
  margin-right: 0;
}
/*! event sessions agenda list styles */
.item-list__header {
  display: block;
  padding: 12px;
  color: #fff;
  background: rgb(88,89,155);
  background: -moz-linear-gradient(90deg, rgba(88,89,155,1) 0%, rgba(0,68,124,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(88,89,155,1) 0%, rgba(0,68,124,1) 100%);
  background: linear-gradient(90deg, rgba(88,89,155,1) 0%, rgba(0,68,124,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#58599b",endColorstr="#00447c",GradientType=1);
  text-align: left;
  width: 100%;
}
.item-list__header span {
  color: #fff;
}
.item-list--agenda .item-list__item {
  background: #fff;
  margin-right: 0;
}
.item-list--agenda > .item-list__item + .item-list__item {
  border-top: 1px solid #2A9DCB;
}
.item-list__header.is-active .fa-regular {
  transform: rotate(90deg);
}
.item-list__header .fa-regular {
  transition: transform 0.15s ease-out;
}
.item-list--agenda .item-list--speakers .item-list__media {
  max-width: 100px;
  max-height: 100px;
}
.item-list--agenda .item-list--speakers .item-list__media img {
  object-fit: cover;
}
.item-list--agenda .item-list--speakers .item-list__item + .item-list__item {
    margin-top: 0;
}
.item-list--agenda:not(.is-active) {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0 1px;
  visibility: hidden;
  opacity: 0;
}
.item-list--agenda {
  margin-bottom: 24px;
  padding: 24px 12px;
  border-radius: 0 0 5px 5px;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
.agenda-list + .agenda-list {
  margin-top: -20px;
}
@media (max-width: 767.97px) {
  .item-list--agenda .item-list--speakers .item-list__media {
    float: left;
    margin-right: 24px;
  }
}

/*! credits table styles */
.credits-table {
    width: 100%;
  }
.credits-table th {
  font-family: "Halant", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  padding: 24px;
  text-align: left;
}
.credits-table tr:nth-child(even) {
  background: #F6F6F6;
}
.credits-table tr td:first-child {
  width: 35%;
}
.credits-table tr td {
  padding: 12px;
}
.credits-table th,
.credits-table td,
.credits-table tbody tr {
  transition: all 0.15s ease-out;
}
.credits-table tbody tr:hover {
  background: #00447C;
  color: #FFF;
}
.credits-table th:first-child {
  background: #00447C;
  color: #FFF;
}
.credits-table td:first-child {
    background: rgba(0, 68, 124, 0.05);
}

/*! ----- Job Rates Table -----*/
.job-rates-table th {
  background: #00447C;
  color: #FFF;
}


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

.hero {
  position: relative;
}
.hero:last-child {
  margin-bottom: 0;
}
.content > .page-bounds > .hero:first-child {
  margin-top: -24px;
}
.hero::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 2;
}
.hero__dropdown {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
.hero__dropdown span {
  font-size: 21px;
  line-height: 24px;
  color: #ffffff;
  flex: 1 0 auto;
  margin-bottom: 0;
  padding: 12px 24px;
}
.hero__dropdown select {
  font-size: 21px;
  line-height: 24px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(/images/default-source/site-images/decorative-elements/caret.png) no-repeat 95% center #637D2C;
  border-bottom: 0;
  border-radius: 24px;
  color: #ffffff;
  font-weight: 700;
  padding: 0 24px;
}
.hero__dropdown [type="checkbox"]:checked,
.hero__dropdown [type="checkbox"]:not(:checked){
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}
.hero__dropdown .dropdown:checked + label,
.hero__dropdown .dropdown:not(:checked) + label {
  align-items: center;
  position: relative;
  font-size: 21px;
  line-height: 24px;
  transition: all 200ms linear;
  border-radius: 24px;
  width: 100%;
  display: inline-flex;
  justify-content: left;
  text-align: left;
  border: none;
  background-color: #637D2C;
  cursor: pointer;
  color: #ffffff;
  padding: 12px 24px;
  opacity: 1;
}
.hero__dropdown .dropdown:checked + label:before,
.hero__dropdown .dropdown:not(:checked) + label:before{
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  cursor: auto;
  pointer-events: none;
}
.hero__dropdown .dropdown:checked + label:before{
  pointer-events: auto;
}
.hero__dropdown .dropdown:not(:checked) + label .fa-solid {
  font-size: 24px;
  margin-left: 10px;
  transition: transform 200ms linear;
}
.hero__dropdown .dropdown:checked + label .fa-solid {
  transform: rotate(90deg);
  font-size: 24px;
  margin-left: 10px;
  transition: transform 200ms linear;
}
.hero__dropdown .section-dropdown {
  position: absolute;
  padding: 6px;
  background-color: #637D2C;
  top: 50px;
  left: 0;
  width: 100%;
  border-radius: 24px;
  display: block;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 200ms linear;
}
@media (max-width: 767.97px) {
  .hero__dropdown .section-dropdown {
      top: 100px;
  }
}
.hero__dropdown .dropdown:checked ~ .section-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.hero__dropdown a {
  position: relative;
  color: #fff;
  transition: all 200ms linear;
  font-size: 21px;
  padding: 6px 12px;
  margin: 2px 0;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero__dropdown a:hover {
  color: #E5ECD7;
}
.hero__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
}
.hero__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero__image--parallax img {
  height: calc(100% + 2.5vh);
  top: -1.25vh;
  bottom: -1.25vh;
}
.hero__video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
.hero__video-player {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in 2.9s;
}
.hero__video-player.is-wide {
  top: 50%;
  transform: translateY(-50%);
}
.hero__video-player.is-tall {
  left: 50%;
  transform: translateX(-50%);
}
.hero__video-container.is-loaded .hero__video-player {
  opacity: 1;
}
.hero__video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.hero__content {
  padding: 72px 24px;
  position: relative;
  z-index: 3;
}
.hero__title,
.hero__subtitle,
.hero__description {
  color: #ffffff;
}
.hero__actions {
  margin-top: 24px;
}

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

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

@media (max-width: 767.97px) {
  .hero::before {
    background: rgba(0, 0, 0, 0.5);
  }
  .hero__title {
    text-align: center;
    font-size: 7vw;
    line-height: 1.2;
  }
  .hero__subtitle {
    text-align: center;
    font-size: 6vw;
    line-height: 1.2;
  }
  .hero__dropdown {
    flex-direction: column;
    text-align: center;
  }
  .hero__dropdown select {
    font-size: 16px;
    padding: 12px 48px 12px 24px;
  }
}

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

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

/*! 'professional' hero style */
.hero::before {
  background: rgba(0, 68, 124, 0.6);
}
.hero__title,
.hero__subtitle,
.hero__description {
  color: #ffffff;
}
.hero .highlight-light {
  color: #D4EBF5;
}

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


.horizontal {
  margin-bottom: 24px;
  position: relative;
}
.horizontal__scroller {
  overflow: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
  padding-bottom: 12px;
}
.horizontal__scroller::-webkit-scrollbar {
  display: none;
}
.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) / 4);
}
.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,
.slick-arrow {
  background: rgb(0, 68, 124);
  background: linear-gradient(180deg, rgb(0, 68, 124) 0%, rgb(82, 182, 220) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00447c", endColorstr="#52B6DC", GradientType=1);
  align-items: center;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 48px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  transform: translateY(-50%);
  transition: background 0.15s ease-out;
  width: 48px;
  z-index: 3;
}
.horizontal__control:hover,
.horizontal__control:focus,
.slick-arrow:hover,
.slick-arrow:focus {
  background: #00447C;
  color: #ffffff;
}
.horizontal__control--left,
.slick-prev {
  left: -12px;
}
.horizontal__control--right,
.slick-next {
  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: #CECECE;
  background: #EDEDED;
  cursor: default;
}

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

@media (max-width: 767.97px) {
  .horizontal--vendors .horizontal__item {
    flex-basis: 100%;
  }
}

@media (min-width: 768px) {
  .horizontal--vendors .horizontal__item {
     flex: 0 0 calc((100% - 48px) / 2);
  }
}

@media (min-width: 960px) {
  .horizontal--vendors .horizontal__item {
     flex: 0 0 calc((100% - 48px) / 3);
  }
}

@media (min-width: 1472px) {
  .horizontal:not(.to-screen-edges) .horizontal__control--left {
    left: -72px;
  }
  .horizontal:not(.to-screen-edges) .horizontal__control--right {
    right: -72px;
  }
  .horizontal--vendors .horizontal__item {
     flex: 0 0 calc((100% - 48px) / 4);
  }
}
.horizontal--vendors .horizontal__item {
  display: flex!important;
  justify-content: center;
}
.horizontal--vendors .horizontal__item img {
  max-width: 90%;
  padding: 24px;
  max-height: 180px;
}

/*Horizontal Speakers Slider*/
/*.horizontal__item--speaker {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 calc((100% - 48px) / 4);
  background-color: #D4EBF5;
}
.speakers__carousel-content {
  padding: 12px;
}*/
.speakers__name {
  color: #00447C;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 6px;
}
.speakers__title {
  font-size: 18px;
}
.speakers__org {
  font-size: 14px;
  color: #777777;
}
/*@media (max-width: 767.97px) {
  .horizontal__item--speaker {
    flex-basis: 100%;
  }
}
@media (min-width: 768px) {
  .horizontal__item--speaker {
    flex: 0 0 calc((100% - 48px) / 3);
  }
}*/
@media (min-width: 960px) {
  .horizontal--vendors .horizontal__item {
     flex: 0 0 calc((100% - 48px) / 4);
  }
}
.horizontal--speakers .horizontal__item {
  min-width: 250px;
  padding: 24px;
}
.horizontal--speakers .horizontal__media {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 12px;
}
.horizontal--speakers .horizontal__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.horizontal__testimonials .horizontal__item {
  flex-basis: 100%;
  gap: 24px;
}
.horizontal__testimonials .horizontal__media {
  position: relative;
}
.horizontal__testimonials .horizontal__videopreview::before {
  background: rgba(0,0,0,40%);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.horizontal__testimonials .horizontal__videopreview::after {
  color: #fff;
  content: '\f04b';
  display: block;
  font: var(--fa-font-solid);
  font-size: 30px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.horizontal__testimonials .pull-quote {
  border-top: 0;
  font-style: italic;
  padding-bottom: 0;
  padding-top: 0;
}
.horizontal__testimonials .pull-quote p {
  padding-left: 12px;
  padding-right: 12px;
}
.horizontal__testimonials .pull-quote p::after {
  bottom: 72px;
  color: #D3E3B0;
  content: "\f10e";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Pro", "Font Awesome";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  position: absolute;
  right: 24px;
}
.horizontal__testimonials .pull-quote::before {
  background: rgba(255, 255, 255, 0);
  color: #D3E3B0;
  font-style: normal;
  left: 0;
  top: -36px;
}
.horizontal__testimonials .pull-quote__attribution {
  font-size: 21px;
  line-height: 24px;
  color: #ffffff;
  font-style: normal;
  margin-top: 24px;
}
.horizontal__testimonials .pull-quote__attribution::before {
  display: none;
}

@media (min-width: 960px) {
  .horizontal__testimonials .horizontal__item {
    flex-direction: row;
  }
  .horizontal__testimonials .horizontal__media {
    flex-basis: 65%;
  }
}
/*Slick Slider*/
.slick-slider {
  position: relative;
  box-sizing: border-box;
  padding: 0 48px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
}
.slick-next{
  right: 0;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/*! ---------- =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: #F6F6F6;
}
.background-section__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.background-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.background-section__video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
.background-section__video-player {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in 2.9s;
}
.background-section__video-player.is-wide {
  top: 50%;
  transform: translateY(-50%);
}
.background-section__video-player.is-tall {
  left: 50%;
  transform: translateX(-50%);
}
.background-section__video-container.is-loaded .background-section__video-player {
  opacity: 1;
}
.background-section__video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.background-section__content {
  position: relative;
  z-index: 3;
}

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

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


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

.interstitial {
  margin-bottom: 48px;
  margin-top: 48px;
  overflow: hidden;
  padding: 0 24px;
  position: relative;
}
.interstitial:first-child {
  margin-top: 0;
}
.interstitial:last-child {
  margin-bottom: 0;
}
.content > .page-bounds > .interstitial:first-child {
  margin-top: -24px;
}
.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;
  }
  .interstitial__content .grid {
    margin-right: 0;
  }
}

.interstitial--gradient {
  background: rgb(88, 89, 155);
  background: linear-gradient(180deg, rgb(88, 89, 155) 0%, rgb(0, 68, 124) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#58599b", endColorstr="#00447c", GradientType=1);
  color: #ffffff;
  padding-top: 0 !important;
}
.interstitial--gradient .interstitial__content,
.interstitial--gradient .interstitial__title,
.interstitial--gradient .interstitial__description {
  color: #ffffff;
}
.interstitial--gradient .highlight-light {
  color: #D4EBF5;
}

@media (min-width: 960px) {
  .interstitial--gradient {
    padding-bottom: 0 !important;
  }
}

.interstitial--light {
  background: #F6F6F6;
}

.interstitial--nav {
  margin-bottom: 48px !important;
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.title-block + .interstitial--nav {
  margin-top: -48px !important;
}

@media (max-width: 767.97px) {
  .title-block + .interstitial--nav {
    margin-top: -24px !important;
  }
}

.interstitial--pattern {
  background: url("/images/default-source/site-images/decorative-elements/pattern.jpg") repeat center;
  position: relative;
}
.interstitial--pattern::after {
  background: #ffffff;
  bottom: 0;
  content: "";
  display: block;
  height: 24vh;
  left: 0;
  min-height: 112px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 0;
}
.interstitial--pattern__bottom::after {
  top: 0;
}
.interstitial--pattern .interstitial__wrapper {
  display: block;
  position: relative;
  z-index: 1;
}

/*! 'minimalist' interstitial style */
.interstitial {
  padding-top: 48px;
  padding-bottom: 48px;
}
.interstitial::before {
  display: none;
}
.interstitial__media {
  position: relative;
  margin-left: -24px;
  margin-right: -24px;
  height: 280px;
}
.interstitial__content {
  padding: 24px 0;
}
.interstitial__title {
  color: #00447C;
}
.interstitial__description {
  color: #444444;
}

.interstitial--blue {
  background: #D4EBF5;
}

@media (max-width: 959.97px) {
  .interstitial__media {
    margin-bottom: 24px;
    margin-left: -48px;
    margin-right: -48px;
  }
}

@media (min-width: 960px) {
  .interstitial__wrapper {
    display: flex;
    justify-content: space-between;
    min-height: 480px;
  }
  .interstitial__media {
    flex: 0 0 50%;
    order: 2;
    height: auto;
    margin-left: 48px;
    margin-right: 0;
  }
  .interstitial__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 0 10%;
    order: 1;
    padding: 0;
  }
  .interstitial--right .interstitial__media {
    order: 1;
    margin-left: 0;
    margin-right: 48px;
  }
  .interstitial--right {
    padding-left: 0 !important;
  }
  .interstitial--left {
    padding-right: 0 !important;
  }
  .interstitial--left .interstitial__media {
    margin-right: 0 !important;
  }
}

@media (min-width: 1376px) {
  .interstitial__media {
    flex-basis: 75%;
    margin-left: 72px;
  }
  .interstitial--left .interstitial__media {
    margin-right: calc(-50vw + 640px) !important;
  }
}


.pagination {
  list-style: none;
  margin: 0 0 24px;
}
.pagination .overview {
  display: block;
  font-size: 16px;
}
.pagination li {
  display: inline-block;
  margin-bottom: 0.2em;
}
.pagination li a {
  display: block;
  width: 36px;
  padding: 6px 0;
  text-align: center;
  color: #444444;
  background: #FDFDFD;
  font-size: 16px;
}
.pagination li a:hover,
.pagination li a:focus {
  color: #ffffff;
  background: #58599B;
}
.pagination .active a {
  font-weight: 700;
  color: #ffffff;
  background: #00447C;
}

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


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

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

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

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

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

/*! 'minimalist' quicklinks style */
.quicklinks__link {
  color: #444444;
  background: #FDFDFD;
}
.quicklinks__link:hover,
.quicklinks__link:focus {
  color: #444444;
  background: #F6F6F6;
}
.quicklinks__media {
  flex: 0 0 72px;
  margin: -24px -24px 36px;
  position: relative;
}
.quicklinks__icon {
  color: #B2B2B2;
  transition: color 0.15s ease-out;
}
.quicklinks__link:hover .quicklinks__icon,
.quicklinks__link:focus .quicklinks__icon {
  color: #00447C;
}
.quicklinks__title {
  font-size: 25px;
  color: #00447C;
  transition: color 0.15s ease-out;
}
.quicklinks__link:hover .quicklinks__title,
.quicklinks__link:focus .quicklinks__title {
  color: #00447C;
}
.quicklinks__description::before {
  content: "";
  display: block;
  width: 96px;
  height: 4px;
  margin: 18px 0;
  background: rgba(0, 68, 124, 0.2);
  transition: background-color 0.15s ease-out;
}
.quicklinks__link:hover .quicklinks__description::before,
.quicklinks__link:focus .quicklinks__description::before {
  background: rgba(0, 68, 124, 0.4);
}

@media (max-width: 767.97px),
(min-width: 960px) {
  .quicklinks__item--horizontal .quicklinks__media {
    margin: -24px 24px -24px -24px;
  }
  .quicklinks__item--horizontal .quicklinks__title {
    font-size: 21px;
  }
}


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

html {
  scroll-behavior: smooth;
}

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

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

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

.form-width {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.form-width__left {
  margin-left: 0;
}
.form-width__right {
  margin-right: 0;
}

.reading-width {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.reading-width__left {
  margin-left: 0;
}
.reading-width__right {
  margin-right: 0;
}


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


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

.page-header {
  padding: 0 24px;
  border-bottom: 1px solid #EDEDED;
  background: #FDFDFD;
  position: relative;
  z-index: 100;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.page-header .page-bounds {
  position: relative;
}
.page-header__toggle {
  display: none;
}

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

@media (min-width: 768px) {
  .page-header {
    padding-left: 48px;
    padding-right: 48px;
  }
}


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

  .header-nav {
    order: 2;
  }

  .header-utility {
    order: 3;
  }
}

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


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

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

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

  .page-header__content.mobile-menu-is-open {
    display: block;
    display: flex;
  }
  .page-header .header-search__input {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
    border-width: 1px 0 !important;
  }
  .page-header .header-search__submit {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    background: transparent;
    color: #00447C;
  }
  .page-header__toggle {
    transition: all 0.2s ease-out;
  }
  .page-header__toggle.mobile-menu-is-open {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    font-size: 0.01px;
    color: transparent;
    background: rgba(68, 68, 68, 0.7);
  }
  .page-header__toggle.mobile-menu-is-open .toggle-indicator {
    display: block;
    position: absolute;
    top: 24px;
  }
}


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

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

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


.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: #444444;
  transition: background 0.2s ease-out;
}
.page-header .toggle-indicator__piece::before {
  background: #00447C;
}
.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: #58599B;
}
.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: #FDFDFD;
}

.header-utility__link,
.header-utility__link-2 {
  font-size: 16px;
  line-height: 24px;
  display: block;
  padding: 12px 6px;
  color: #777777;
}
.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: #00447C;
  color: #ffffff;
  border-radius: 3px;
}
.header-utility__item--highlight .header-utility__link:hover,
.header-utility__item--highlight .header-utility__link:focus {
  background: #80A1BD;
  color: #ffffff;
}

@media (max-width: 1199.97px) {
  .header-utility {
    padding: 18px 24px;
    text-align: center;
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .header-utility__list {
    display: inline-block;
    vertical-align: middle;
  }
  .header-utility__link {
    color: #777777;
  }
  .header-utility__link:hover,
  .header-utility__link:focus {
    color: #00447C;
  }
}

/*! account for utility nav dropdowns */

@media (max-width: 1199.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: 1200px) {
  .header-utility__item {
    position: relative;
  }
  .header-utility__list-2 {
    min-width: 12em;
    padding: 12px 0;
    position: absolute;
    left: 50%;
    top: 100%;
    border: 1px solid #EDEDED;
    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: #EDEDED;
    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: #444444;
  }
  .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__login {
  font-size: 16px;
  line-height: 24px;
  border-radius: 0;
  font-weight: 400;
  padding: 12px;
}
.header-user__login:hover,
.header-user__login:focus {
  box-shadow: none;
  transform: none;
}
.header-user__welcome {
  color: #777777;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.header-user__action {
  display: inline-block;
  padding: 6px;
  color: #444444;
}
.header-user__action:hover,
.header-user__action:focus {
  color: #58599B;
}

@media (max-width: 1199.97px) {
  .header-user {
    margin-top: 12px;
  }
  .header-user__login {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .header-user {
    display: inline-block;
    vertical-align: middle;
  }
  .header-user__login {
    margin-top: -1px;
    padding: 12px 24px;
  }
  .header-user__welcome,
  .header-user__actions {
    display: inline-block;
    /*vertical-align: middle;*/
  }
  .header-user__welcome {
    font-size: 18px;
    margin-right: 12px;
  }
}


.header-region__dropdown select {
  appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(/images/default-source/site-images/decorative-elements/caret.png) no-repeat 90% center #00447C;
    background-size: 9%;
    border-bottom: 0;
    color: #ffffff;
    padding: 12px 36px 12px 24px;
}

@media (min-width: 1200px) {
  .header-region {
    display: inline-block;
    margin-left: 12px;
  }
  .header-region__dropdown select {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}


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

@media (max-width: 1199.97px) {
  .header-search {
    margin-top: -1px;
  }
  .header-search__label {
    display: none;
  }
}

@media (min-width: 1200px) {
  .header-search {
    width: 60px;
    position: absolute;
    right: 0;
  }

  @supports (left: calc(100% - 60px)) {
    .header-search {
      width: auto;
      left: calc(100% - 60px);
      transition: left 0.15s ease-out;
    }
  }

  .header-search.is-focused {
    width: 100%;
  }

  @supports (left: calc(100% - 60px)) {
    .header-search.is-focused {
      width: auto;
      left: 0;
    }
  }


  .header-search__label {
    position: absolute;
    top: 50%;
    color: #444444;
    opacity: 1;
    cursor: pointer;
    z-index: 2;
    transform: translateY(-50%);
  }
  .header-search__label:hover,
  .header-search__label:focus {
    color: #58599B;
  }
  .header-search__input {
    position: absolute;
    top: 50%;
    right: 0;
    padding-left: 42px !important;
    transform-origin: 100% 50%;
    transform: translateY(-50%);
    opacity: 0.01;
  }
  .header-search__input:focus {
    opacity: 1;
  }
  .header-search__submit {
    display: none;
  }
}

.btn {
  background-color: #69842F;
  color: #fff;
  padding: 17px 12px;
  font-size: 16px;
}
.btn:hover,
.btn:focus {
  background-color: #4b5e21;
  color: #fff;
}


.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 {
  color: #444444;
  font-family: "Halant", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.header-nav__link-2,
.header-nav__link-3,
.header-nav__link-4,
.header-nav__link-5 {
  font-size: 16px;
  color: #444444;
}
.header-nav__link-3 {
  color: #5e5e5e;
}
.header-nav__link-4,
.header-nav__link-5 {
  color: #6d6d6d;
}
.header-nav__toggle {
  display: none;
}

@media (max-width: 1199.97px) {
  .header-nav {
    background: #ffffff;
  }
  .header-nav__main-link,
  .header-nav__link-2,
  .header-nav__link-3,
  .header-nav__link-4,
  .header-nav__link-5 {
    padding: 12px 60px 12px 24px;
    border-bottom: 1px solid #F6F6F6;
  }
  .header-nav__main-link {
    color: #444444;
  }
  .header-nav__link-2,
  .header-nav__link-3,
  .header-nav__link-4,
  .header-nav__link-5 {
    border-bottom-color: rgba(246, 246, 246, 0.5);
    color: #444444;
  }
  .header-nav__link-2 {
    padding-left: 48px;
  }
  .header-nav__link-3 {
    padding-left: 72px;
  }
  .header-nav__link-4 {
    padding-left: 96px;
  }
  .header-nav__link-5 {
    padding-left: 120px;
  }
  .js .header-nav li ul {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
  }
  .js .header-nav li ul.is-active {
    max-height: 100em;
    transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
  }
  .header-nav__toggle {
    width: 60px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    background: #ffffff;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .js .header-nav__toggle {
    display: block;
  }
  .header-nav__toggle::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-width: 0;
    border-top-color: #00447C;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -5px;
    transform: scaleX(0.6);
    transition: transform 0.2s ease-out;
  }
  .header-nav__toggle.is-active::before {
    border-top-color: #7E9F38;
    transform: scaleX(0.6) rotateX(180deg);
  }
}

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

/*! single-row dropdowns */

@media (min-width: 1200px) {

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

/*! navigation cascade animation */

/*@media (min-width: 960px) {
  .header-nav__item-2 {
    transform: translateY(20px);
    opacity: 0;
  }
  .header-nav__main-item:hover .header-nav__item-2 {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out;
  }
  .header-nav__main-item:hover .header-nav__item-2:nth-child(1) {
    transition-delay: 0.535s, 0.535s;
  }
  .header-nav__main-item:hover .header-nav__item-2:nth-child(2) {
    transition-delay: 0.57s, 0.57s;
  }
  .header-nav__main-item:hover .header-nav__item-2:nth-child(3) {
    transition-delay: 0.605s, 0.605s;
  }
  .header-nav__main-item:hover .header-nav__item-2:nth-child(4) {
    transition-delay: 0.64s, 0.64s;
  }
  .header-nav__main-item:hover .header-nav__item-2:nth-child(5) {
    transition-delay: 0.675s, 0.675s;
  }
  .header-nav__main-item:hover .header-nav__item-2:nth-child(6) {
    transition-delay: 0.71s, 0.71s;
  }
  .header-nav__main-item:hover .header-nav__item-2:nth-child(7) {
    transition-delay: 0.745s, 0.745s;
  }
  .header-nav__main-item:hover .header-nav__item-2:nth-child(8) {
    transition-delay: 0.78s, 0.78s;
  }
  .header-nav__main-item:hover .header-nav__item-2:nth-child(9) {
    transition-delay: 0.815s, 0.815s;
  }
  .header-nav__main-item:hover .header-nav__item-2:nth-child(10) {
    transition-delay: 0.85s, 0.85s;
  }
  .header-nav__list-2.is-focused .header-nav__item-2 {
    transition: none;
    transform: none;
    opacity: 1;
  }
}*/


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

.header-logo {
  float: left;
}

@media (min-width: 1200px) {
  .page-header > .page-bounds {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    max-width: none;
  }
  .page-header__content {
    flex-grow: 1;
  }

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

  /*! disclosure search */
  .header-search {
    z-index: 3;
  }
  .header-search.is-focused .header-search__input {
    box-shadow: 0 -6px 0 #FDFDFD, 0 6px 0 #FDFDFD;
  }

  .header-nav {
    padding-right: 72px;
  }
}

@media (min-width: 1200px) and (max-width: 1375.97px) {
  .page-header {
    padding-bottom: 72px;
  }
  .page-header__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 24px;
  }

  .header-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
  }

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

  /*! sticky header */
  .content {
    padding-top: 166px;
  }

  .page-header {
    transition: transform 0.2s ease;
  }
  body.is-scrolled .page-header {
    transform: translateY(-80px);
  }

  /*! disclosure search */
  .header-search {
    top: 100%;
    margin-top: 36px;
  }
}

@media (min-width: 1376px) {
  .header-logo {
    max-width: 370px;
  }

  .header-utility,
  .header-search {
    position: absolute;
    top: 0;
  }
  .header-utility {
    right: 20em;
    right: calc(20em + 24px);
  }
  .header-search {
    width: auto;
    right: 0;
  }

  .header-nav {
    margin-top: calc(118px - 72px);
  }

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

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

  .header-utility,
  .header-search {
    transition: top 0.2s ease, left 0.15s ease;
  }

  .header-nav {
    transition: margin 0.2s ease;
  }

  body.is-scrolled .header-logo a {
    height: 72px;
  }
  body.is-scrolled .header-utility,
  body.is-scrolled .header-search {
    top: -72px;
  }
  body.is-scrolled .header-nav {
    margin-top: 0;
  }

  /*! disclosure search */
  .header-utility {
    right: 0;
  }

  .header-search {
    top: auto;
    bottom: 36px;
  }
  .header-search.is-focused {
    left: calc(370px + 24px);
  }
  body.is-scrolled .header-search {
    top: auto;
  }
  body.is-scrolled .header-search.is-focused {
    left: 0;
  }
}


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

.page-footer {
  padding: 0 24px;
}
.page-footer .page-bounds {
  position: relative;
}

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


/*! ---------- =footer style ---------- */
/*! solid footer style */
.page-footer {
  background: #FDFDFD;
  border-top: 1px solid #EDEDED;
  color: #444444;
  padding-bottom: 0;
  padding-top: 48px;
}
.page-footer a {
  color: #444444;
  font-weight: 400;
}
.page-footer a:hover,
.page-footer a:focus {
  color: #00447C;
  text-decoration: none;
}
.page-footer .footer-trending__title,
.page-footer .footer-actions__title {
  color: #637D2C;
}


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

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

.footer-social__icon {
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  padding: 3px;
}

.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__section {
  margin-bottom: 24px;
}
.footer-actions__title {
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow Semi Condensed", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0.6px;
}
.footer-actions__list {
  list-style: none;
  margin: 0 0 0 -12px;
}
.footer-actions__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-actions__link {
  font-size: 16px;
  line-height: 24px;
  display: block;
  padding: 6px;
}

@media (max-width: 479.97px) {
  .footer-actions__item {
    display: block;
  }
}

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

@media (min-width: 768px) {
  .footer-actions {
    display: flex;
    flex-flow: row wrap;
  }
  .footer-actions__section {
    flex-grow: 1;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: top;
  }
  .footer-actions__list {
    margin-left: 0;
  }
  .footer-actions__item {
    display: block;
  }
  .footer-actions__link {
    padding: 6px 0;
  }
}

@media (min-width: 1376px) {
  .footer-actions__section {
    flex: 1 1;
  }
}


.footer-copyright {
  font-size: 14px;
  line-height: 24px;
  background: #00447C;
  color: #ffffff;
  padding-bottom: 12px;
  padding-top: 12px;
  position: relative;
}
.footer-copyright::before,
.footer-copyright::after {
  background: inherit;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.footer-copyright::before {
  left: -100%;
}
.footer-copyright::after {
  right: -100%;
}


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

.footer-logo img {
  max-width: 280px;
}

@media (max-width: 767.97px) {
  .page-footer {
    overflow: hidden;
    text-align: center;
  }

  .footer-logo img {
    max-height: 96px;
  }

  .footer-social,
  .footer-contact,
  .footer-copyright {
    margin-top: 24px;
  }

  .footer-actions {
    margin-top: 36px;
  }
}

@media (min-width: 768px) {
  .footer-actions {
    margin-right: -24px;
  }
  .footer-actions__section {
    padding-right: 24px;
  }

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

@media (min-width: 768px) and (max-width: 959.97px) {
  .footer-logo {
    float: left;
    margin-right: 24px;
    margin-bottom: 48px;
  }

  .footer-actions {
    clear: both;
  }
}

@media (min-width: 960px) {
  .page-footer .page-bounds {
    display: flex;
    flex-wrap: wrap;
  }
  .page-footer__content {
    width: 33.3%;
    /* float: left; */
    padding-right: calc(24px * 0.333);
  }

  .footer-actions {
    flex: 1;
    padding-left: calc(24px * 3);
  }

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

  .footer-copyright {
    clear: both;
    flex-basis: 100%;
  }
}


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

.page-title {
  color: #00447C;
}
.page-title + .breadcrumbs {
  margin-top: -24px;
}


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

.title-block {
  margin: -24px -24px 24px;
  background: #00447C;
  position: relative;
  overflow: hidden;
}
.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 {
  background: rgba(0, 68, 124, 0.7);
  padding: 36px 24px;
  position: relative;
  text-shadow: 0 0 3px rgba(0, 68, 124, 0.5);
  z-index: 3;
}
.title-block__content a {
  font-weight: 700;
}
.title-block .breadcrumbs a {
  font-weight: 400;
}
.title-block__content a:hover,
.title-block__content a:focus,
.title-block .breadcrumbs a:hover,
.title-block .breadcrumbs a:focus {
  color: #ffffff;
  text-decoration: underline;
}
.title-block .page-title {
  text-shadow: 0 0 16px rgba(0, 68, 124, 0.4), 0 0 3px rgba(0, 68, 124, 0.3);
}
.title-block .breadcrumbs {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .title-block {
    margin: -48px -48px 48px;
  }
  .title-block__content {
    padding: 72px 48px;
  }
}

@media (min-width: 960px) {
  .title-block__content {
    border-bottom-right-radius: 72px;
    max-width: 50vw;
    padding-bottom: 96px;
    padding-left: 48px;
    padding-top: 96px;
  }
  .title-block__content::before {
    content: '';
    background: inherit;
    height: 100%;
    display: block;
    width: 100vw;
    position: absolute;
    left: -100vw;
    top: 0;
  }
}

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


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

.in-this-section a {
  display: block;
  padding: 6px 0;
  color: #00447C;
}
.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 .is-current > ul {
  display: block;
}
.in-this-section .is-current > a {
  color: #00447C;
}

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

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

.horizontal-nav ul {
  list-style: none;
  margin: 0;
}
.horizontal-nav__link {
  font-weight: 700;
}
.horizontal-nav__item.is-current .horizontal-nav__link,
.horizontal-nav__link:hover,
.horizontal-nav__link:focus {
  color: #3F4F1C;
  text-decoration: underline;
}
.horizontal-nav__toggle {
  color: #637D2C;
  font-weight: 700;
}
.horizontal-nav__toggle .toggle-indicator {
  margin-left: 6px;
}
.horizontal-nav__toggle .toggle-indicator__piece::before {
  background: #637D2C;
}

@media (max-width: 959.97px) {
  .horizontal-nav__toggle {
    font-size: 20px;
    line-height: 24px;
    display: block;
    text-align: left;
    width: 100%;
  }
  .no-js .horizontal-nav__toggle {
    display: none;
  }
  .js .horizontal-nav>ul {
    display: none;
  }
  .js .horizontal-nav>ul.is-active {
    display: block;
    margin-top: 12px;
  }
  .horizontal-nav__item {
    padding-bottom: 12px;
    padding-top: 12px;
  }
}

@media (min-width: 960px) {
  .horizontal-nav__toggle {
    display: none;
  }
  .horizontal-nav__toggle .toggle-indicator {
    display: none;
  }
  .horizontal-nav ul {
    display: flex;
    flex-direction: row;
    /*flex-wrap: nowrap;*/
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 0 36px;
  }
  .horizontal-nav__item {
    flex-basis: auto;
  }
}


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

/* ----------- Event Detail -----------*/

.event-location {
  display: inline-flex;
}
.item-list--speakers {
  flex-flow: column;
  gap: 12px;
}
.item-list--speakers .item-list__item,
.item-list--downloads .item-list__item {
  padding: 6px 0;
}
.hidden {
  display: none;
}
.checkbox-group {
  justify-content: flex-start !important;
  gap: 2px 0px;
  align-items: center;
  margin-bottom: 0;
}
.checkbox-group label {
  font-size: 18px;
  text-transform: capitalize;
}
.checkbox-group label:has(input[data-category="tmp"]) {
  text-transform: uppercase;
}

/* ----------- Event Pricing ----------*/

.event-price__early-reg {
  display: inline-flex;
  margin-bottom: 25px;
}
.event-price__after-early {
  display: inline-flex;
  margin-bottom: 25px;
}
.event-price {
  margin-bottom: 0;
}
.price {
  display: block;
}
.price-non-member {
  display: block;
  margin-left: 12px;
}
.event-price__title {
  margin-bottom: 10px;
}
.icon-space {
  margin-right: 10px;
}

/*----- Education Program Search -----*/
.education__item {
  box-shadow: 2px 2px 4px rgba(0,0,0,.3);
  border-radius: 0px 50px;
  padding: 0px !important;
  margin: 0px 20px 0px 0px;
}
.education-item__content {
  padding: 20px 20px 0px 20px;
}
.education__img {
  border-radius: 0px 50px 0px 0px;
  height: 200px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.education__img 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;
}
.item-list__link:hover .education__img img,
.item-list__link:focus .education__img img {
  transform: scale(1.05);
}
.education-cat {
  padding-left: 20px;
  font-size: 16px;
}
.flag-icon {
  height: auto;
  width: 30px;
  float: right;
  position: relative;
  top: -30px;
  right: 15px;
}
.flag-icons {
  height: auto;
  width: 30px;
  float: right;
  position: relative;
  top: -30px;
  right: 50px;
  display: inline-flex;
}

.education__item:hover {
  box-shadow: 2px 2px 10px rgba(0,0,0,.2);
  border-radius: 0px 50px;
  padding-right: 0px;
  margin: 0px 20px 0px 0px;
}
.upcoming-event {
  color: #E27508;
}
.schedule {
  display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 2.5rem;
    overflow: visible;
    width: 100%;
}
.schedule .item-list__item {
      border-top: none;
    width: 100%;
    height: 100%;
    min-height: 0 !important;
}
.schedule .education__img {
    min-height: 0 !important;
}
.schedule .item-list__title {
  font-family: "Roboto", sans-serif;
    color: #262626;
    font-weight: bold;
    font-size: 1.15rem;
    margin: 0.25rem 0;
    display: block;
}
.schedule p,
.schedule p.item-list__date {
  font-size: 0.9rem;
    line-height: 1.4;
    font-weight: normal;
    margin: 0;
    color: #777777;
}
.schedule .flag-icon, .schedule .flag-icons {
    top: -10px;
    right: 2px;
}
.schedule .flag-icons {
    right: 34px;
}
.schedule .education-cat i {
    width: 53px;
    padding: 24px 0;
    margin: 0;
    color: white;
    font-size: 23px;
    line-height: 0;
    text-align: center;
    border-radius: 10px;
    border: 2px solid white;
    box-sizing: border-box;
    background-color: #262626;
    position: absolute;
    z-index: 1;
    margin-top: -55px;
}
.schedule .education-cat i.webcast {
    background-color: #7e9f38;
}
.schedule .education-cat i.virtual {
    background-color: #58599b;
}
.schedule .education-cat i.conference {
    background-color: #2a9dcb;
}
.schedule .education-cat i.certificate {
    background-color: #9d6ba7;
}
.schedule .education-cat span {
    margin: 1.25rem 0 0 !important;
    display: block;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 0.8rem;
    line-height: 1.4;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #262626;
}
.schedule .item-list__title:hover {
  color: #58599B;
}

/* ---------- News Detail ----------- */

.news-details {
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
}
.news-date {
  margin-bottom: 0;
}
.news-source {
  margin-bottom: 0;
}

/*------ Cont. Education Credit ------*/
.education-credit_details {
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
}
.education-credit_price {
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
  padding-bottom: 25px;
}

/*------ Certificate List ------*/
.certificate-list__details {
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
  margin-top: 8px;
}
.certificate-img {
  max-width: none;
  height: 100px;
  width: 100px;
  border-radius:10px;
}
.flex-container-certificate {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.certificate-item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
}
.certificate-courses {
  display: flex;
  flex-direction: column;
  background-color: #D4DFBD;
  min-width: 40vh;
}
.certificate_course {
  margin: 15px 15px;
}
.certificate_course-item {
  margin-top: 0px !important;
  font-size: 16px;
  line-height: 16px;
  padding: 12px 21px;
  border-top: none;
  background: #E5ECD7;
  border-radius: 5px;
  margin-bottom: 10px;
}
.certificate_course-item .item-list__link {
  color: #2A9DCB;
}
.certificate_course-item .item-list__link:hover {
  color: #58599B;
}
.certificate_course-header {
  margin-bottom: 12px !important;
  color: #7E9F38;
}

@media (max-width: 959.97px) {
  .certificate-item,
  .flex-container-certificate {
    flex-wrap: wrap;
  }
  .certificate-courses {
    flex-basis: 100%;
    min-width: 0;
  }
}

/*------ Certificate Detail ------*/
.certificate-detail {
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
}
.certificate-detail__item {
  margin-right: 24px;
}

/*------ Resource List ------*/
.resource-list__details {
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
}
.resource-list__item {
  margin-right: 24px;
  margin-top: 6.5px;
}
/*----- Resource Detail ------*/
.resource-detail {
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
}
.resource-detail__item {
  margin-right: 24px;
  margin-top: 6.5px;
}

/*----- Media Detail -----*/
.media-detail {
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
}
.media-detail__item {
  margin-right: 24px;
  margin-top: 6.5px;
}

/*------ Job List ------*/
/*.job-list__details {
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
}
.job-list__item {
  margin-right: 24px;
  margin-top: 6.5px;
}*/

/*----- Job Benefits Grid -----*/
.item-list--jobsearch {
  gap: 24px;
  margin-right: 0;
}
.item-list--jobsearch .item-list__item {
  background: transparent;
  padding: 0;
}
.item-list--jobsearch .item-list__title {
  margin-bottom: 12px;
}
.item-list--jobsearch .item-list__type::after {
  background: #999999;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 4px;
  width: 1px;
}
.item-list--jobsearch .item-list__organization,
.item-list--jobsearch .item-list__date,
.item-list--jobsearch .item-list__location,
.item-list--jobsearch .item-list__cebs {
  font-size: 18px;
  line-height: 24px;
}
.item-list--jobsearch .item-list__location {
  flex: 0 1 auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.item-list--jobsearch .item-list__media {
  max-width: 70%;
  margin: 12px auto;
}
.job-item {
  box-shadow: 2px 2px 4px rgba(0,0,0,.3);
  border-radius: 0px 50px 0px 0px;
}
.job-item:hover,
.job-item:focus {
  box-shadow: 2px 2px 10px rgba(0,0,0,.2);
  border-radius: 0px 50px 0px 0px;
}
.job-item__content {
  padding: 20px 25px;
}
@media (min-width: 768px) {
  .item-list--jobsearch .item-list__item {
    flex-basis: 45%;
  }
}
@media (min-width: 1376px) {
  .item-list--jobsearch .item-list__item {
    flex-basis: 20%;
  }
}
.item-list--jobsearch .grid__unit:last-child .item-list__media{
  max-width: 50%;
}
.item-list--jobsearch .grid__unit:only-child .item-list__media{
  max-width: 20%;
}
/*----- List Meta. -----*/
.item-list__meta:not(:only-child)::after {
  content: "\002F";
}
.item-list--agenda .item-list__meta:not(:only-child)::after {
  display:none;
}

.item-list__meta:only-child::after,
.item-list__meta:last-child::after {
  display: none;
}

/*----- Event Sponsor Levels -----*/
.platinum-level {
  background-color: #71BEDC;
  color: #fff;
  width: 250px;
  padding: 10px 15px;
  font-size: 21px;
  clip-path: polygon(0% -320px, 100% 44px, 0px 100%);
}
.gold-level {
  background-color: #CEB45E;
  color: #fff;
  width: 250px;
  padding: 10px 15px;
  font-size: 21px;
  clip-path: polygon(0% -320px, 100% 44px, 0px 100%);
}
.silver-level {
  background-color: #CECECE;
  color: #fff;
  width: 250px;
  padding: 10px 15px;
  font-size: 21px;
  clip-path: polygon(0% -320px, 100% 44px, 0px 100%);
}
.bronze-level {
  background-color: #ECA35A;
  color: #fff;
  width: 250px;
  padding: 10px 15px;
  font-size: 21px;
  clip-path: polygon(0% -320px, 100% 44px, 0px 100%);
}

/*----- H2 Accordion -----*/
.committees-label {
  color:#00447C;
}
.committees-label:hover {
  color: #fff;
}

/*----- Search Categories -----*/
.category-list {
  display: block;
  list-style-type: none;
  margin-left: 0em;
  background: #F6F6F6;
  padding: 15px;
  position: absolute;
  z-index: 2;
}
.inline {
  display: inline-flex;
  align-items: center;
}
.category-button {
  border-radius: 0px;
  padding: 12px 20px;
}

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

.sys-template {
  display: none;
}

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

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

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

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

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

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

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

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

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


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

@media print {

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

  body {
    background: #fff;
  }


  @page {
    margin: 0.5in;
  }


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


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


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

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

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

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

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

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

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

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

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

  .content a[href]:not([href^="#"]) {
    word-wrap: break-word;
    box-shadow: 0 2px 0 #00447C;
    color: #444444;
    font-weight: 700;
  }
  .content a[href]:not([href^="#"])::after {
    content: " (" attr(href) ") ";
    font-size: 0.85em;
    color: #5e5e5e;
  }

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

/* Research Center Need Help Box (SMG 12-2023) */
#NeedHelpMsg {
  text-align:center;
  max-width:110ch;
  margin:4rem auto 0;
  background-color:#EDEDED;
  border:1px solid #CECECE;
  padding:2rem;
  border-radius:5px;
}
#NeedHelpMsg .icon {
  color:#E27508;
  margin:0 .5rem 0 0;
}

/* Custom Styles for Wistia Embeds (SMG 2-2023) */
/* ============== IFEBP Container Classes ============== */
figure.wistia_container_ifebp {
  margin:2rem auto;
  max-width:500px;
}
figure.wistia_container_ifebp figcaption {
  font-weight:bold;
  margin:.5rem 0 0;
}

/* ============== Wistia Channel Overrides ============== */
.wistia_channel { 
  min-height:0 !important;
}
.w-list-view__body {
  max-width:100% !important;
  padding-bottom:0 !important;
}
.w-list-view__body > section { 
  margin-bottom:0 !important;
}
.w-list-view__body > section > div:first-of-type { 
  display:none !important;
}
.w-list-view__body .row-list { 
  display:grid !important; 
  grid-row-gap: 1.5rem;
}
.w-list-view__body .row-list .w-video-row {
  padding:0 !important;  
  margin:0 0 2.5rem !important;
  display:block !important;
}
.w-list-view__body .row-list div:last-of-type .w-video-row {
  margin-bottom:0 !important;
}
.w-list-view__body .row-list .w-video-row > div {
  display:block !important;
}
.w-list-view__body .row-list .w-video-row > div,
.w-list-view__body .row-list .w-video-row > div > div {
  width:100% !important;
}
.w-list-view__body .row-list .w-video-row > div > div:first-of-type + div > div + div
{
  max-height:100% !important;
  opacity:1 !important;
  padding-bottom:0 !important;
}
.w-list-view__body .row-list .w-video-row > div > div + div + div,
.w-list-view__body .row-list .w-video-row > div > div:first-of-type + div > div + div + div,
.w-list-view__body .row-list .w-video-row > div > div:first-of-type + div > div + div > p + div {
  display:none !important;
}
.w-list-view__body .row-list .w-video-row > div > div + div {
  padding:1rem 0 0 !important;
}
.w-list-view__body .row-list .w-video-row > div > div > div > div {
  display:block !important;
}
.w-list-view__body .row-list .w-video-row > div > div > div > div > a {
  width:100% !important;
  max-width:400px !important;
  margin:0 0 24px !important;
  display:block !important;
}
.w-video-row:hover { 
  background-color:transparent !important;
}
.w-list-view__body .row-list .w-video-row h3 {
  font-size: 30px !important;
  line-height: 36px !important;
  padding:0 !important;
  margin:0 !important;
  font-family: "Halant", "Roboto", Helvetica, Arial, sans-serif !important;
  color:#00447c !important;
}
.w-list-view__body .row-list .w-video-row p {
  color:#444 !important;
  margin:0 0 24px !important;
  font: 14pt/20pt "Roboto", Helvetica, Arial, sans-serif  !important;
}
.w-list-view__body .row-list .w-video-row h3 + div {
  display:none !important;
}
.w-list-view__body .row-list .w-video-row > div > div > div + div, 
.w-list-view__body .row-list .w-video-row > div > div > div > div + div {
  display:none !important;
}
@media screen and (min-width:768px){
  .w-list-view__body .row-list .w-video-row {
    display:grid !important;
    grid-template-columns: 1fr 3fr;   
    grid-column-gap: 0;
    align-items:start;
  }
  .w-list-view__body .row-list .w-video-row > div {
    padding-right:48px !important;
  }
  .w-list-view__body .row-list .w-video-row h3 {
    margin-bottom:24px !important;
    font-size:36px !important;
  }
  .w-list-view__body .row-list .w-video-row > div + div {
    padding-left:0 !important;
    display:grid !important;
    grid-template-areas: "title" "description" "time";
  }
  .w-list-view__body .row-list .w-video-row > div + div > div {
    grid-area:time;
  }
  .w-list-view__body .row-list .w-video-row > div + div > h3 {
    grid-area:title;
  }
  .w-list-view__body .row-list .w-video-row > div + div > p {
    grid-area:description;
    margin-bottom:12px !important;
  }
}

/* Custom Styles for Hiding based on class (TPB 1-2024) */
.hide-h4 h4,
.hide-h4 .h4 {
  display:none;
}
/* Custom styles for page intros (SMG 3-2024) */
h2#Intro {
  font-size:1.7rem;
  line-height:1.3;
  margin:4rem 0;
  max-width: 85ch;
}
/* Custom style for consent dialog (TPB 3-2024) */
#tracking-consent-dialog{position:fixed!important;bottom:0;width:100%;}

/* Custom styles to prevent > 100% headshots (SMG 3-2024) */
.horizontal--speakers .horizontal__media {
  height:315px;
  padding-bottom:0;
}
.horizontal--speakers .horizontal__media img[src*='/headshots/'],
.horizontal--speakers .horizontal__media img[src*='userpicture-notfound'],
.speaker-grid-list .item-list__media img[src*='/headshots/'],
.speaker-grid-list .item-list__media img[src*='userpicture-notfound'] {
  max-width:250px !important;
  max-height:315px !important;
  margin:0;
}
.speaker-grid-list .grid {
  display:grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 2.5rem;
}
.item-list--agenda .item-list--speakers .item-list__media {
  max-height:none;
}

/* Wrapper style correction (SMG 4-2024) */
@media (min-width: 960px) {
  .header-user__welcome {
    font-size: 16px;
    line-height: 24px;
  }
}

/* Misc fixes */
p:empty {
  display:none;
}
body {  /* WCAG compliant large text (SMG 4-2024) */
  font: 14pt/20pt "Roboto", Helvetica, Arial, sans-serif;
}
.title-block__content {  /* WCAG compliant large text (SMG 4-2024) */
  font-weight:bold;
}
.title-block__content .display-inline {
  font:bold 15pt/21pt "Roboto", Helvetica, Arial, sans-serif;  /* WCAG compliant large text (SMG 5-2024) */
}
.breadcrumbs {  /* WCAG compliant large text (SMG 5-2024) */
  font-size: inherit;
  line-height: inherit;
}

/* Custom style to hide widgets */
.hide-content {display:none;}

/* Speaker grid/carousel link fixes */
.speaker-grid-list a .speakers__name,
.horizontal--speakers a .speakers__name {
  font-weight:bold;
  margin-bottom:0;
  color: #69842F;
  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;
}
.speaker-grid-list a:hover .speakers__name,
.speaker-grid-list a:focus .speakers__name
.horizontal--speakers a:hover .speakers__name,
.horizontal--speakers a:focus .speakers__name {
  color: #2383A9;
}
.speaker-grid-list a[href=""] .speakers__name,
.horizontal--speakers a[href=""] .speakers__name {
  color:inherit;
}
.speaker-grid-list a[href=""],
.horizontal--speakers a[href=""] {
  pointer-events: none;
}
.speaker-grid-list a .speakers__name,
.speaker-grid-list a .speakers__title,
.speaker-grid-list a .speakers__org,
.horizontal--speakers a .speakers__name,
.horizontal--speakers a .speakers__title,
.horizontal--speakers a .speakers__org {
  line-height:1.4;
}
.speaker-grid-list a .speakers__org,
.horizontal--speakers a .speakers__org {
  margin-top:2px;
}

/* Session Rollup overrides (SMG 4-2024) */
.agenda-list {
  margin-top:1rem;
}
.agenda-list:not(.show-presentations) .item-list__more a.button { /* hide presentation buttons from session list unless contains "show-presentations" class */
  display:none;
}
.item-list--agenda {
  padding:0;
}
.item-list--agenda .grid {
  margin:0;
}
.item-list--agenda .item-list__item {
  gap:24px;
  padding:36px;
}
.item-list--agenda .item-list__item::after {
  display:none;
}
.item-list--agenda .item-list__title {
  font-size:1.5rem;
  line-height:1.2;
}
.item-list--agenda .item-list__title {
  margin-bottom:.5rem;
  display:inline-block;
}
.item-list--agenda .grid_session-time {
  font-weight:700;
  font-family: "Barlow Semi Condensed", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 30px;
  text-transform:lowercase;
}
@media (min-width: 768px) {
  .item-list--agenda .grid_session-time {
    text-align:right;
  }
}
@media (max-width: 460px) {
  .item-list--speakers .item-list__link {
    flex-direction: column;
  }
}
.item-list--agenda .item-list__item {
  background-color:rgba(212,235,245,.15);
}
.item-list--agenda .item-list--speakers {
  gap:24px;
}
.item-list--agenda .item-list--speakers li {
  padding:0;
}
.item-list--speakers .item-list__link {
  display:flex;
  align-items: stretch;
  gap:18px;
}
.item-list--speakers .item-list__link .item-list__content {
  align-self:center;
}
.item-list--speakers .item-list__link .item-list__media {
  margin:0;
}
.item-list--agenda .item-list--speakers .item-list__item {
  background-color:transparent;
}
.item-list--agenda .item-list--speakers .item-list__title {
  font-family: inherit;
  font-size:inherit;
  line-height: inherit;
  margin-bottom:0;
}
.item-list--agenda .item-list--speakers .item-list__item a[href=""] .item-list__title {
  color:inherit;
}
.item-list--agenda .item-list--speakers .item-list__item a[href=""] {
  pointer-events: none;
}
.item-list--agenda .item-list__more {
  margin-top:24px;
}
.item-list--agenda .item-list__more .grid {
  margin:0;
  gap:0;
}
.item-list--agenda .item-list__more .grid .h6 {
  padding-top:36px;
}
.item-list--agenda .item-list__more .grid .h6 + ul li {
  padding:12px 0 0;
  background-color:transparent;
}

/* Disable links on main nav items (9-2024 SMG) */
nav.header-nav ul.header-nav__main-list li.header-nav__main-item:hover,
nav.header-nav ul.header-nav__main-list li.header-nav__main-item:focus {
  cursor:pointer;
}
nav.header-nav ul.header-nav__main-list li.header-nav__main-item a.header-nav__main-link {
  pointer-events:none;
}

/* Disable styles for registration buttons after registration is closed (10-2024 SMG) */
.register-button .button.registration-closed {
  background-color: #ededed;
  color: #777777;
  pointer-events: none;
}

/* Adjustments for homepage tiles (10-2024 SMG) */
.tiled-list--programs .tiled-list__content {
  padding:24px !important;
}
.tiled-list--programs .tiled-list__item {
  min-height: 308px;
}
.tiled-list--programs .tiled-list__title {
  font-size: 25px !important;
  line-height: 32px !important;
}

/* Hide bootstrap, CEBS and ISCEBS layout options (10-2024 SMG) */
#ZoneEditorToolboxContainer div[caption^="grid"],
#ZoneEditorToolboxContainer div[caption^="CEBS"],
#ZoneEditorToolboxContainer div[caption^="ISCEBS"] {
  display:none;
}

/* Box Treatment for Sell Pages (Replaces Accordions) (11-2024 SMG) */
.sell-box {
  border:1px solid #cecece;
  padding:24px;
}
.sell-box h1, .sell-box h2, .sell-box h3, .sell-box h4, .sell-box h5, .sell-box h6 {
  margin:-24px -24px 24px;
  padding:18px 24px;
  background-color:#f6f6f6;
  font-size:32px;
  line-height:36px;
  strong {
    font-weight:normal;
  }
}
@media screen and (min-width:768px) {
  .sell-box {
    padding:36px;
  }
  .sell-box h1, .sell-box h2, .sell-box h3, .sell-box h4, .sell-box h5, .sell-box h6 {
    margin:-36px -36px 36px;
    padding-left: 36px;   
    padding-right: 36px;
  }
}
/* Formatting for Committee Display (12-2024 TB) */
.committee-members .person img{max-width:150px;}
.committee-members .person{text-align:center;}

/* Virtual Events List Formatting (2-2025 SMG) */
ul.item-list.virtual-events li {
  padding:0;
}
ul.item-list.virtual-events li a.item-list__link {
  padding:24px;
}
ul.item-list.virtual-events li a.item-list__link .item-list__media {
  min-width:250px;
  margin-bottom:24px;
}
@media screen and (min-width:768px) {
    ul.item-list.virtual-events li a.item-list__link {
    padding:24px;
    display:flex;
    align-items:center;
  }
  ul.item-list.virtual-events li a.item-list__link .item-list__media {
    margin-bottom:0;
  }
}
ul.item-list.virtual-events li a.item-list__link .flag-icon,
ul.item-list.virtual-events li a.item-list__link .flag-icons {
  position:absolute;
  top:2px;
  right:0;
}
ul.item-list.virtual-events li a.item-list__link .flag-icons {
  right:32px;
}
ul.item-list.virtual-events li a.item-list__link .flag-icons img:first-of-type {
  margin-right:2px;
}
ul.item-list.virtual-events li a.item-list__link .item-list__content {
  width:100%;
}
ul.item-list.virtual-events a.item-list__link .item-list__content .item-list__title,
ul.item-list.virtual-events a.item-list__link .item-list__content .item-list__date {
  margin-bottom:6px;
  font-family:inherit;
  font-size:16pt;
  line-height:1.3;
  font-weight:600;
}
ul.item-list.virtual-events a.item-list__link .item-list__content .item-list__date {
  font-size:inherit;
  line-height:inherit;
  color:inherit;
}