@charset "UTF-8";


/*! ---------- =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%;
  width: 100%;
  height: auto;
  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 #d2d6d8;
}

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

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

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

legend {
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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


/*! ---------- =typography ---------- */
:root :where(body) {
  font-family: "Roboto Condensed";
}

body {
  font: 18px/24px "Roboto Condensed", sans-serif;
  color: #02101a;
  -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;
}
.large-heading {
  z-index: 2;
}
.large-heading::after {
  display: none !important;
}
@media (min-width: 1100px) {
.large-heading {
  font-size: 100px !important;
  margin-bottom: 60px;
  line-height: 75pt;
}
}
@media (min-width: 960px) and (max-width: 1059.97px) {
  .large-heading {
    font-size: 85px !important;
    line-height: 65pt;
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 959.97px) {
  .large-heading {
    font-size: 65px !important;
    line-height: 55pt;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.97px) {
  .large-heading {
    font-size: 50px !important;
    line-height: 45pt;
  }
}


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 {
  font-weight: 300;
  color: #02101a;
}
p,
ol,
ul {
  orphans: 2;
  widows: 2;
}
ol,
ul {
  margin-left: 2em;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  color: #02101a;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img,
.h1 img,
.h2 img,
.h3 img,
.h4 img,
.h5 img,
.h6 img {
  display: inline-block;
  vertical-align: middle;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  display: block;
}
h1,
.h1 {
  font-size: 60px;
  line-height: 60px;
}

@media (max-width: 767.97px) {

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

@media (max-width: 479.97px) {

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

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

@media (max-width: 767.97px) {

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

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

@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: 26px;
  line-height: 36px;
}
h6,
.h6 {
  font-size: 22px;
  line-height: 24px;
}

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

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

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

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

.note {
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  color: #0081C6;
}
pre + .note,
input + .note,
textarea + .note {
  margin-top: -12px;
}

.highlight {
  color: #820024;
}

.warn {
  color: #941;
}

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

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


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

.rotate-90 {
  transform: rotate(90deg);
}

.rotate-180 {
  transform: rotate(0deg);
}

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

.img-contain {
  width: 300px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.margin-0 {
  margin: 0 0 -75px 0 !important;
}
@media (min-width: 1100px) {
  .stacked {
    display: flex;
    position: relative;
  }
  .stacked-center {
    align-items: center;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .stacked-left,
  .stacked-right {
    justify-content: space-between;
  }
  .stacked-right {
    justify-content: flex-end;
  }
  .stacked-left {
    align-items: flex-start;
  }
  .stacked-left h2 {
    margin-left: 120px;
  }
  .stacked-right h2 {
    margin-right: 120px;
  }
  .position {
    position: auto;
  }
  .stacked-left .position {
    position: absolute;
    right: 0;
  }
  .stacked-right .position {
    position: absolute;
    left: 0;
  }
}
.flex {
  display: flex !important;
}

.flex-justify-center {
  justify-content: center;
}

.flex-justify-start {
  justify-content: flex-start;
}

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

.flex-align-center {
  align-items: center;
}

.flex-align-end {
  align-items: flex-end;
}

.flex-space-around {
  justify-content: space-around;
}

.flex-space-between {
  justify-content: space-between;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.font-size-exa {
  font-size: 60px;
  font-family: "Oswald", sans-serif;
}

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

@media (min-width: 1200px) {
  .white-line__horizontal h3:before,
  .red-background::before,
  .white-line__horizontal h3::before,
  .white-line::before,
  .white-line__horizontal::before,
  #sparkle,
  #sparkle1,
  #sparkle2,
  #sparkle3,
  #sparkle4,
  #sparkle5,
  .decorative-img {
    display: block !important;
  }
}
@media (max-width: 1199.97px) {
  .white-line__horizontal h3:before,
  .red-background::before,
  .white-line::before,
  .white-line__horizontal::before,
  #sparkle,
  #sparkle1,
  #sparkle2,
  #sparkle3,
  #sparkle4,
  #sparkle5,
  .decorative-img {
    display: none !important;
    z-index: 1;
  }
  .red-background {
    padding: 30px !important;
  }
}


@media (max-width: 767.97px) {
  .grid__unit--1-2 {
    width: 100% !important;
  }
}


a {
  text-decoration: none;
  color: #b5880f;
  font-weight: bold;
}
a:hover,
a:focus {
  color: #694d00;
}
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);
}

.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: #00467F;
  color: #000;
  font-weight: 700;
  font-size: 16px;
}

figure,
.wp-block-image {
  display: block;
  margin-bottom: 24px;
  padding: 0;
  border: none;
}
figcaption,
.wp-block-image figcaption {
  display: block;
  padding: 6px 0;
  margin: 0;
  font-size: 14px;
  color: #0081C6;
}
.wp-block-image .components-resizable-box__container {
  display: inline-block;
}

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

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

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

.to-screen-edges,
.content > .page-bounds > .hero,
[class^=wp-container-] > .to-screen-edges:where(:not(.alignleft):not(.alignright)),
.wp-block-image.alignfull {
  width: auto !important;
  max-width: 100vw !important;
  margin-left: -24px !important;
  margin-right: -24px !important;
}
.to-screen-edges__content {
  padding-left: 24px;
  padding-right: 24px;
}

body .is-layout-constrained > .to-screen-edges:where(:not(.alignleft):not(.alignright):not(.alignfull)) { 
  width: auto !important;
  max-width: 100vw !important;
  margin-left: -24px !important;
  margin-right: -24px !important;
}

@media (min-width: 768px) {

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

@media (min-width: 1376px) {

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


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

.pull-quote,
.wp-block-quote,
.wp-block-pullquote {
  padding: 24px 0;
  margin: 24px 0;
  border: solid #4b0015;
  border-width: 2px 0;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
}
.pull-quote__attribution,
.wp-block-quote__citation,
.wp-block-pullquote__citation {
  display: block;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.8;
}
.pull-quote__attribution::before,
.wp-block-quote__citation::before,
.wp-block-pullquote__citation::before {
  content: "– ";
}
p + .pull-quote__attribution,
p + .wp-block-quote__citation,
p + .wp-block-pullquote__citation {
  margin-top: -18px;
}

@media (min-width: 480px) {

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


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

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

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

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


/*! ---------- =spacing and padding utility classes ---------- */
.padding-100 {
  padding: 24px !important;
}
.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 ---------- */
.inline-button {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.inline-button .wp-block-heading {
  margin-bottom: 0 !important;
}
a.note,
div.note {
  background: none !important;
  border-bottom: 1px solid #b5880f;
  border-radius: 0;
  padding: 6px;
}
a.note,
a.note::after,
div.note,
div.note::after {
  color: #b5880f;
}
a.note::after,
div.note::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Pro", "Font Awesome";
  margin-left: 6px;
  border: none;
}
.related-speakers__list .note {
  width: max-content;
}
.related-speakers__list a.note::after {
  display: none;
}
a:hover.note,
div:hover.note {
  border-bottom: 1px solid #27a8ed;
  border-radius: none;
}
a:hover.note,
a:hover.note::after,
div:hover.note,
div:hover.note::after {
  background: none !important;
  color: #27a8ed;
}
.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: "\f178";
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Pro", "Font Awesome";
  font-weight: 300;
  transition: transform 0.15s ease-out;
}
.button--disclose:hover::after,
.button--disclose:focus::after,
.button--disclose:active::after {
  transform: translateX(2px);
}
.button--primary.button--disclose::after {
  font-weight: 400;
}
.button--huge {
  font-size: 22px;
}
.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;
}

/*! soft-squared button style */
.button {
  padding: 12px 36px;
  border-radius: 5px;
  font-weight: 400;
  color: #ffffff;
  background: #00467F;
  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: #1179ce;
  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 #00467F;
  color: #00467F;
  background: #fff;
}
.button--tertiary {
  border: 1px solid #00294a;
  font-weight: 400;
  color: #00294a;
  background: #f4faff;
}
.button--tertiary:hover,
.button--tertiary:focus {
  background: #b5880f;
}
.button--secondary:hover,
.button--secondary:focus {
  border-color: #1179ce;
  color: #fff;
  background: #1179ce;
}
.button--highlight {
  background: #820024;
}
.button--highlight.button--secondary {
  border-color: #820024;
  color: #820024;
  background: #fff;
}
.button--highlight.button--tertiary {
  border-color: #feb4c9;
  color: #820024;
  background: #fff4f7;
}
.speakers__detail .button--highlight:hover,
.speakers__detail .button--highlight:focus {
  background: none !important;
  color: #fff !important;
}
.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: #ffffff;
  color: #ffffff;
  background: #d01147;
}
.button--action {
  background: #0081C6;
}
.button--action.button--secondary {
  border-color: #0081C6;
  color: #0081C6;
  background: #fff;
}
.button--action.button--tertiary {
  border-color: #c2e9fe;
  color: #0081C6;
  background: #f6fcff;
}
.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: #27a8ed;
  color: #fff;
  background: #27a8ed;
}
.button--warn {
  background: #941;
}
.button--warn.button--secondary {
  border-color: #941;
  color: #941;
  background: #fff;
}
.button--warn.button--tertiary {
  border-color: #941;
  color: #941;
  background: #ffffff;
}
.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: #e77029;
  color: #000;
  background: #e77029;
}
.button--cancel {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  background: #1179ce;
}
.button--cancel:hover,
.button--cancel:focus {
  color: #00467F;
  background: #f4faff;
}
.button--huge {
  padding: 24px 72px;
}
.button--huge.button--secondary {
  padding: 22px 70px;
}
.button--huge.button--disclose {
  padding-right: 60px;
}
.button--large {
  padding: 18px 60px;
}
.button--large.button--secondary {
  padding: 16px 58px;
}
.button--large.button--disclose {
  padding-right: 48px;
}
.button--small {
  padding: 6px 24px;
}
.button--small.button--secondary {
  padding: 4px 22px;
}
.button--small.button--disclose {
  padding-right: 18px;
}
.button--tiny {
  padding: 3px 12px;
}
.button--tiny.button--secondary {
  padding: 1px 10px;
}

.button-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
.button-group--justify-center {
  justify-content: center;
}
.button-group--justify-right {
  justify-content: flex-end;
}
.button-group--align-center {
  align-items: center;
}
.button-group--align-bottom {
  align-items: flex-end;
}
.button-group--align-stretch {
  align-items: stretch;
}
.button-group .button {
  flex: 0 0 auto;
}
.button-group--justify-stretch .button {
  flex-grow: 1;
}
.button-group--align-stretch .button {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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


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

pre,
code {
  font-family: "Inconsolata", monospace;
  font-size: 16px;
  line-height: 24px;
}
pre {
  display: block;
  padding: 24px 12px;
  border: 1px solid #edf2f6;
  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: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #a3bcd1;
  position: absolute;
  top: 2px;
  right: 12px;
}
p > code,
li > code {
  font-style: normal;
}
p > code::before,
p > code::after,
li > code::before,
li > code::after {
  content: "";
  display: inline-block;
  width: 0.5em;
}

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

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

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: 0.7;
}

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

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

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

.token.function {
  color: #DD4A68;
}

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

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

.token.entity {
  cursor: help;
}


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

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
textarea,
select {
  display: block;
  width: 100%;
  padding: 9px 12px;
  margin: 0;
  border: 1px solid #00467F;
  color: #00467F;
  font: 16px/24px "Oswald", sans-serif;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.07);
  transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
}
input[type=text]:not(:last-child),
input[type=email]:not(:last-child),
input[type=password]:not(:last-child),
input[type=number]:not(:last-child),
input[type=tel]:not(:last-child),
textarea:not(:last-child),
select:not(:last-child) {
  margin-bottom: 24px;
}
input[type=text]:required,
input[type=email]:required,
input[type=password]:required,
input[type=number]:required,
input[type=tel]:required,
textarea:required,
select:required {
  border-color: #c9d2d9;
}
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: #00467F;
  color: #00467F;
  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: #02101a;
  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: #ffffff;
}
label.required::after {
  content: "*";
  font-weight: 400;
}
label.input-validation-error {
  color: #941;
}
label.is-selected {
  color: #4b0015;
}
label.is-focused {
  color: #fff;
  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;
}


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

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

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

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

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


/*! ---------- =tabs, =accordions, =modals ---------- */
@media (min-width: 960px) {
  .tabs--standard:not(:last-child) {
    margin-bottom: 48px;
  }
}
@media (max-width: 767.97px) {
  .tabs--standard:not(:last-child) {
    margin-bottom: 108px;
  }
}

.tabs--standard .tabs__tab {
  display: inline-block;
  vertical-align: bottom;
  padding: 12px;
  margin-bottom: -1px;
  border: 1px solid #d2d6d8;
  color: #ffffff;
  background: #0081C6;
  opacity: 0.9;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tabs--standard .tabs__tab.is-active {
  background: #20282e;
  border-bottom-color: #000;
  color: #ffffff;
}
.tabs--standard .tabs__tab:focus {
  outline-offset: -6px;
}
.tabs--standard .tabs__pane {
  border: 1px solid #d2d6d8;
  padding: 24px;
  display: none;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}
.tabs--vertical {
  margin-bottom: 48px;
}
.tabs--vertical .tabs__tab {
  background: #eef1f2;
  padding: 13.68px;
}
.tabs--vertical .tabs__tab.is-active {
  color: #02101a;
  background: #fff;
}
.tabs--vertical .tabs__tab:focus {
  outline: 1px dashed #00467F;
  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;
  }
  .tabs--standard .tabs__tab.speakers-button {
    padding: 15px;
  }
}

@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 #d2d6d8;
  }
  .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: #d2d6d8 #d2d6d8 #d2d6d8;
  }
  .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 #d2d6d8;
    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) {
  .speakers-buttons .tabs__tab {
    flex: auto;
    padding: 0;
  }
  .speakers-buttons .tabs--3 .tabs__tab {
    width: auto;
    flex-basis: auto;
    flex-basis: auto;
  }
  .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 #d2d6d8;
    border-right-color: #d2d6d8;
    box-shadow: inset 6px 0 0 #d2d6d8;
    cursor: pointer;
  }
  .tabs--vertical .tabs__tab.is-active {
    background: #fff;
    border-color: #d2d6d8 #d2d6d8 #d2d6d8 #d2d6d8;
    box-shadow: inset 6px 0 0 #0081C6;
    cursor: default;
  }
  .tabs--vertical .tabs__pane {
    padding: 24px;
    background: #fff;
    border-left: 299px solid #d2d6d8;
    box-shadow: inset 0 0 0 1px #d2d6d8;
  }
  .tabs--vertical .tabs__pane::after {
    content: "";
    display: table;
    clear: both;
    margin: 30px 0 -30px;
  }
}

.tabs .tabs--standard.tabs--3 .tabs__tab {
  width: auto !important;
}

/*-------------   Meta Tag   ---------------*/
@media (max-width: 919px) {
  ul.meta-tags-list {
     margin-left: 0;
     margin-bottom: 24px;
   }  
}

@media (min-width: 920px) {
 .meta-right {
   float: right;
   margin-top: 24px;
   margin-left: 12px;
 }

 .meta-right-search {
   float: right;    
   margin-left: 12px;
 }
}

.category-name,
.meta-tag {
 background: #F5f5f5;
 border: 1px solid #DADADA;
 border-radius: 24px;
 display: inline-block;
 font-size: 80%;
 padding: 6px 24px;
 white-space: nowrap;
}

.meta-tag.red-tag {
 background: #761527;
 border: none;
 color: #fff;
 font-size: 20px;
 font-weight: 700;
 padding: 12px 24px;
}

.meta-tag.blue-tag {
   background: #1B457B;
   border: none;
   color: #fff;
   font-size: 20px;
   font-weight: 700;
   padding: 12px 24px;
}

.meta-tag.gold-tag {
   background: #8e744a;
   border: none;
   color: #fff;
   font-size: 20px;
   font-weight: 700;
   padding: 12px 24px;
 }

.meta-tag.lightBlue-tag {
   background: #ced9dd;
}

@media (max-width: 919px) {
   .category-name,
   .meta-tag {
     margin: 8px 4px 0 0;
   }
}

.meta-tag__complimentary {
   background: #8e744a;
   border-color: #b29464;
   color: #fff!important;
}
 
.taxonomy-category.wp-block-post-terms {
}

.taxonomy-category.wp-block-post-terms a {
 color: #fff;
 font-size: 20px;
 font-weight: bold;
 cursor: none;
 background: #5a7aa1;
 border: 1px solid #DADADA;
 border-radius: 24px;
 display: inline-block;
 margin-bottom: 24px;
 padding: 12px 24px 6px 24px;
 white-space: nowrap;
}

/*-------------------------------------------*/


.accordion__label {
  display: block;
  padding: 12px;
  background: #00467F;
  border: 1px solid #00467F;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out, border-radius 0.15s ease-out;
}
.accordion__label .fa-arrow-right {
  margin-left: 0.4em;
  transition: transform 0.15s ease-out;
}
.accordion__label:hover {
  color: #00467F;
  background: #fff;
}
.accordion__label.is-active {
  color: #fff;
  border-color: #00467F;
  background: #00467F;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion__label.is-active .fa-arrow-right {
  transform: rotate(90deg);
}
.accordion__label:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.3);
  outline-offset: -6px;
}
.accordion__label ~ .accordion__label {
  margin-top: 6px;
}
.accordion__content {
  margin-bottom: 24px;
  padding: 24px 12px;
  border: 1px solid #00467F;
  border-top: none;
  border-radius: 0 0 5px 5px;
  transition: all 0.2s ease-out;
  overflow: hidden;
  background: #fff;
}
.accordion__content p {
  color: #02101a;
}
.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: #00467F;
  border-color: #00467F;
  background-color: #f4faff;
}
.accordion__label--primary:hover {
  color: #ffffff;
  background-color: #00467F;
}
.accordion__label--primary.is-active {
  color: #00467F;
  border-color: #00467F #00467F #f4faff #00467F;
  background-color: #f4faff;
}
.accordion__label--highlight {
  color: #820024;
  border-color: #820024;
  background-color: #fff4f7;
}
.accordion__label--highlight:hover {
  color: #ffffff;
  background-color: #820024;
}
.accordion__label--highlight.is-active {
  color: #820024;
  border-color: #820024 #820024 #fff4f7 #820024;
  background-color: #fff4f7;
}
.accordion__content--highlight {
  border-color: #820024;
}
.accordion__label--action {
  color: #0081C6;
  border-color: #0081C6;
  background-color: #f6fcff;
}
.accordion__label--action:hover {
  color: #ffffff;
  background-color: #0081C6;
}
.accordion__label--action.is-active {
  color: #0081C6;
  border-color: #0081C6 #0081C6 #f6fcff #0081C6;
  background-color: #f6fcff;
}
.accordion__content--action {
  border-color: #0081C6;
}
.accordion__label--primary-solid {
  color: #ffffff;
  border-color: #00467F;
  background-color: #00467F;
}
.accordion__label--primary-solid:hover {
  color: #ffffff;
  background-color: #003663;
}
.accordion__label--primary-solid:focus {
  outline: 1px dashed rgba(255, 255, 255, 0.3);
}
.accordion__label--primary-solid.is-active {
  color: #ffffff;
  border-color: #00467F;
  background-color: #00467F;
}
.js .accordion__content--primary-solid:not(.is-active) {
  border-width: 0 2px;
}
.accordion__content--primary-solid {
  border-width: 1px 2px 2px;
}
.accordion__label--highlight-solid {
  color: #ffffff;
  border-color: #820024;
  background-color: #820024;
}
.accordion__label--highlight-solid:hover {
  color: #ffffff;
  background-color: #65001d;
}
.accordion__label--highlight-solid:focus {
  outline: 1px dashed rgba(255, 255, 255, 0.3);
}
.accordion__label--highlight-solid.is-active {
  color: #ffffff;
  border-color: #820024;
  background-color: #820024;
}
.js .accordion__content--highlight-solid:not(.is-active) {
  border-width: 0 2px;
}
.accordion__content--highlight-solid {
  border-width: 1px 2px 2px;
  border-color: #820024;
}
.accordion__label--action-solid {
  color: #ffffff;
  border-color: #0081C6;
  background-color: #0081C6;
}
.accordion__label--action-solid:hover {
  color: #ffffff;
  background-color: #00649a;
}
.accordion__label--action-solid:focus {
  outline: 1px dashed rgba(255, 255, 255, 0.3);
}
.accordion__label--action-solid.is-active {
  color: #ffffff;
  border-color: #0081C6;
  background-color: #0081C6;
}
.js .accordion__content--action-solid:not(.is-active) {
  border-width: 0 2px;
}
.accordion__content--action-solid {
  border-width: 1px 2px 2px;
  border-color: #0081C6;
}

.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: 26px;
  line-height: 36px;
  color: #a1a5a8;
  background: rgba(2, 16, 26, 0.9);
}
.rd-modal__close:hover,
.rd-modal__close:focus {
  color: #fbfcfd;
}
.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 #eef1f2;
  background: #000;
  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;
  }
}
/*! ---------- info boxes ---------- */


.info-boxes__container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.info-boxes__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  align-items: center;
  width: 23%;
  gap: 9px;
}
.info-boxes__box p,
.info-boxes__box .h3 {
  text-align: center;
  color: #fff;
}
.info-boxes__box h3 {
  margin-bottom: 6px;
}
.info-boxes__box p {
  max-width: fit-content;
}
@media (max-width: 767.97px) {
  .info-boxes__container {
    justify-content: space-evenly;
  }
  .info-boxes__container {
    flex-flow: wrap;
  }
  .info-boxes__box {
    width: 100%;
    margin: 6px auto;
  }
}

/*! ---------- =cards ---------- */
:where(.editor-styles-wrapper) .interior-layout__aside .card {
  background: auto;
}
:where(.editor-styles-wrapper) .card--fill, 
:where(.editor-styles-wrapper) .interior-layout__aside .card__header h4, 
:where(.editor-styles-wrapper) .interior-layout__aside .card__header h3, 
:where(.editor-styles-wrapper) .interior-layout__aside .card__body p, 
:where(.editor-styles-wrapper) .interior-layout__aside .card__body h4, 
:where(.editor-styles-wrapper) .in-this-section .current-menu-ancestor > a, 
:where(.editor-styles-wrapper) .in-this-section .current-menu-item > a, 
:where(.editor-styles-wrapper) .in-this-section .is-current > a {
  color: auto;
}

.in-this-section__container.card {
  background: #4b0015 !important;
}
.interior-layout__aside .card {
  border-radius: 0;
  border: none;
}
.card {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 1px solid #02101a;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.news__contact a {
  color: #02101a;
  font-weight: 300;
}
.card__body {
  padding: 24px;
  flex-grow: 1;
}
.card__image {
  width: 100%;
}
.card__header,
.card__footer,
.card__section {
  padding: 24px;
  border: solid #d2d6d8;
  color: #ffffff;
}
.card__header--secondary,
.card__footer--secondary,
.card__section--secondary {
  color: #000;
}
.card__header--tertiary,
.card__footer--tertiary,
.card__section--tertiary {
  background: #eef1f2;
  color: #000;
}
.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;
}
.testimonial-scroller {
  display: flex;
  justify-content: center;
}
.testimonial-scroller .horizontal {
  background: none !important;
}
.testimonial-scroller .horizontal__content {
  gap: 12px;
}
@media (max-width: 1280px) {
  .testimonial-scroller { 
    margin: 12px 24px;
  }
}
.testimonial {
  gap: 15px;
}
.testimonial__credits {
  flex-direction: column;
  text-align: end;
}
.testimonial__credits,
.testimonial__name {
  display: flex;
  justify-content: flex-end;
}
.testimonial__name {
  gap: 6px;
}
.testimonial__name h6 {
  margin-bottom: 6px !important;
  color: #eef1f2;
  font-size: 18px;
  font-weight: 500;
}
.testimonial__credits p {
  color: #d2d6d8;
}
.testimonial__media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 75px 75px 0px 75px;
}
.horizontal .testimonial {
  flex-direction: row;
  flex: 0 0 calc((90% - 60px) / 1);
}
.testimonial__media {
  height: 100px;
  width: 100px;
}
@media (min-width: 960px) {
  .horizontal .testimonial {
    flex: 0 0 calc((90% - 60px) / 2);
  }
  .testimonial__media {
    height: 150px;
    width: 150px;
  }
}
.testimonial__body {
  display: flex;
  flex-direction: column;
}
.testimonial__content {
  max-width: calc(100% - 165px);
}
.testimonial__body p {
  margin-bottom: 0;
}
.testimonial__body p:nth-child(2) {
  margin: -6px 24px;
  color: #eef1f2;
}
.testimonial__body p:last-child {
  align-self: flex-end;
}
.testimonial__body p:first-child,
.testimonial__body p:last-child {
  font-size: xx-large;
}
.horizontal .card__header {
  border: none;
  background: #004b73;
  display: flex;
  gap: 15px;
  padding: 12px;
  justify-content: center;
}
.card-scroller {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.card-scroller .horizontal {
  background-color: inherit;
}
.card-scroller .horizontal,
.card-scroller .horizontal h5 {
  margin-bottom: 0 !important;
}
.card-scroller .horizontal__content {
  align-items: stretch;
}
.card-scroller .horizontal__control,
.card-scroller .horizontal__control i {
  color: #0081C6 !important;
}
.card-scroller .horizontal__control i {
  font-weight: 600;
}
.card-scroller .horizontal__control--left {
  left: -30px !important;
}
.card-scroller .horizontal__control--right {
  right: -30px !important;
}
.horizontal .card__header h3 {
  margin-bottom: 0 !important;
}
.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: #00467F;
}
.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: #00467F;
}
.card--primary .card__header--secondary,
.card--primary .card__footer--secondary,
.card--primary .card__section--secondary {
  color: #00294a;
  background: #f4faff;
}
.card--primary .card__header--tertiary,
.card--primary .card__footer--tertiary,
.card--primary .card__section--tertiary {
  color: #00294a;
  background: #b4dcfe;
}
.card--accent,
.card--accent .card__header,
.card--accent .card__footer,
.card--accent .card__section {
  border-color: #820024;
}
.card--accent a:not(.button):not(.more),
.card--accent h1,
.card--accent h2,
.card--accent h3,
.card--accent h4,
.card--accent h5,
.card--accent h6,
.card--accent .h1,
.card--accent .h2,
.card--accent .h3,
.card--accent .h4,
.card--accent .h5,
.card--accent .h6 {
  color: #820024;
}
.card--accent .card__header--secondary,
.card--accent .card__footer--secondary,
.card--accent .card__section--secondary {
  color: #4b0015;
  background: #fff4f7;
}
.card--accent .card__header--tertiary,
.card--accent .card__footer--tertiary,
.card--accent .card__section--tertiary {
  color: #4b0015;
  background: #feb4c9;
}
.card--action,
.card--action .card__header,
.card--action .card__footer,
.card--action .card__section {
  border-color: #0081C6;
}
.card--action a:not(.button):not(.more),
.card--action h1,
.card--action h2,
.card--action h3,
.card--action h4,
.card--action h5,
.card--action h6,
.card--action .h1,
.card--action .h2,
.card--action .h3,
.card--action .h4,
.card--action .h5,
.card--action .h6 {
  color: #0081C6;
}
.card--action .card__header--secondary,
.card--action .card__footer--secondary,
.card--action .card__section--secondary {
  color: #004b73;
  background: #f6fcff;
}
.card--action .card__header--tertiary,
.card--action .card__footer--tertiary,
.card--action .card__section--tertiary {
  color: #004b73;
  background: #c2e9fe;
}
.card--fill-primary h3,
.card--fill-primary p,
.card--fill-accent h3,
.card--fill-accent p,
.card--fill-action h3,
.card--fill-action p {
  color: #fff;
}


.card--fill-primary .card__header,
.card--fill-primary .card__footer,
.card--fill-primary .card__section,
.card--fill-accent .card__header,
.card--fill-accent .card__footer,
.card--fill-accent .card__section,
.card--fill-action .card__header,
.card--fill-action .card__footer,
.card--fill-action .card__section,
.card--inverse .card__header,
.card--inverse .card__footer,
.card--inverse .card__section {
  border-color: #000;
}
.card--inverse p {
  color: #fff;
}
.card--fill-primary,
.card--fill-accent,
.card--fill-action,
.card--inverse,
.card--fill-primary .card__footer,
.card--fill-accent .card__footer,
.card--fill-action .card__footer,
.card--inverse .card__footer {
  border: none;
  color: #ffffff;
  box-shadow: none;
}
.card--fill-primary h1,
.card--fill-primary h2,
.card--fill-primary h3,
.card--fill-primary h4,
.card--fill-primary h5,
.card--fill-primary h6,
.card--fill-primary .h1,
.card--fill-primary .h2,
.card--fill-primary .h3,
.card--fill-primary .h4,
.card--fill-primary .h5,
.card--fill-primary .h6,
.card--fill-accent h1,
.card--fill-accent h2,
.card--fill-accent h3,
.card--fill-accent h4,
.card--fill-accent h5,
.card--fill-accent h6,
.card--fill-accent .h1,
.card--fill-accent .h2,
.card--fill-accent .h3,
.card--fill-accent .h4,
.card--fill-accent .h5,
.card--fill-accent .h6,
.card--fill-action h1,
.card--fill-action h2,
.card--fill-action h3,
.card--fill-action h4,
.card--fill-action h5,
.card--fill-action h6,
.card--fill-action .h1,
.card--fill-action .h2,
.card--fill-action .h3,
.card--fill-action .h4,
.card--fill-action .h5,
.card--fill-action .h6,
.card--inverse h1,
.card--inverse h2,
.card--inverse h3,
.card--inverse h4,
.card--inverse h5,
.card--inverse h6,
.card--inverse .h1,
.card--inverse .h2,
.card--inverse .h3,
.card--inverse .h4,
.card--inverse .h5,
.card--inverse .h6,
.card--fill-primary .card__footer h1,
.card--fill-primary .card__footer h2,
.card--fill-primary .card__footer h3,
.card--fill-primary .card__footer h4,
.card--fill-primary .card__footer h5,
.card--fill-primary .card__footer h6,
.card--fill-primary .card__footer .h1,
.card--fill-primary .card__footer .h2,
.card--fill-primary .card__footer .h3,
.card--fill-primary .card__footer .h4,
.card--fill-primary .card__footer .h5,
.card--fill-primary .card__footer .h6,
.card--fill-accent .card__footer h1,
.card--fill-accent .card__footer h2,
.card--fill-accent .card__footer h3,
.card--fill-accent .card__footer h4,
.card--fill-accent .card__footer h5,
.card--fill-accent .card__footer h6,
.card--fill-accent .card__footer .h1,
.card--fill-accent .card__footer .h2,
.card--fill-accent .card__footer .h3,
.card--fill-accent .card__footer .h4,
.card--fill-accent .card__footer .h5,
.card--fill-accent .card__footer .h6,
.card--fill-action .card__footer h1,
.card--fill-action .card__footer h2,
.card--fill-action .card__footer h3,
.card--fill-action .card__footer h4,
.card--fill-action .card__footer h5,
.card--fill-action .card__footer h6,
.card--fill-action .card__footer .h1,
.card--fill-action .card__footer .h2,
.card--fill-action .card__footer .h3,
.card--fill-action .card__footer .h4,
.card--fill-action .card__footer .h5,
.card--fill-action .card__footer .h6,
.card--inverse .card__footer h1,
.card--inverse .card__footer h2,
.card--inverse .card__footer h3,
.card--inverse .card__footer h4,
.card--inverse .card__footer h5,
.card--inverse .card__footer h6,
.card--inverse .card__footer .h1,
.card--inverse .card__footer .h2,
.card--inverse .card__footer .h3,
.card--inverse .card__footer .h4,
.card--inverse .card__footer .h5,
.card--inverse .card__footer .h6 {
  color: #ffffff;
}
.card--fill-primary a:not(.button):not(.more),
.card--fill-accent a:not(.button):not(.more),
.card--fill-action a:not(.button):not(.more),
.card--inverse a:not(.button):not(.more),
.card--fill-primary .card__footer a:not(.button):not(.more),
.card--fill-accent .card__footer a:not(.button):not(.more),
.card--fill-action .card__footer a:not(.button):not(.more),
.card--inverse .card__footer a:not(.button):not(.more) {
  color: #b5880f;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.card--fill-primary {
  background: #00467F;
}
.card--fill-primary .card__header--secondary,
.card--fill-primary .card__footer--secondary,
.card--fill-primary .card__section--secondary {
  background: #003663;
}
.card--fill-primary .card__header--tertiary,
.card--fill-primary .card__footer--tertiary,
.card--fill-primary .card__section--tertiary {
  background: #00294a;
}
.card--fill-accent {
  background: #820024;
}
.card--fill-accent .card__header--secondary,
.card--fill-accent .card__footer--secondary,
.card--fill-accent .card__section--secondary {
  background: #65001d;
}
.card--fill-accent .card__header--tertiary,
.card--fill-accent .card__footer--tertiary,
.card--fill-accent .card__section--tertiary {
  background: #4b0015;
}
.card--fill-action {
  background: #0081C6;
}
.card--fill-action .card__header--secondary,
.card--fill-action .card__footer--secondary,
.card--fill-action .card__section--secondary {
  background: #00649a;
}
.card--fill-action .card__header--tertiary,
.card--fill-action .card__footer--tertiary,
.card--fill-action .card__section--tertiary {
  background: #004b73;
}
.card--inverse {
  background: #02101a;
}
.card--inverse .card__header--secondary,
.card--inverse .card__footer--secondary,
.card--inverse .card__section--secondary {
  background: #20282e;
}
.card--inverse .card__header--tertiary,
.card--inverse .card__footer--tertiary,
.card--inverse .card__section--tertiary {
  background: #4b5459;
}

.card-grid {
  display: grid;
  gap: 48px;
}
.card-grid:not(:last-child) {
  margin-bottom: 48px;
}
.card-grid--compact {
  gap: 24px;
}


.file-downloads .item-list__item a {
  display: flex;
  gap: 12px;
}

.file-downloads .item-list__link:hover i,
.file-downloads .item-list__link:hover h4 {
  color: #b5880f;
}

.item-list__link i {
  transition: all 0.15s ease;
}

/*--------------  single event template ------------*/

.event-details {
  background-color: #00294a;
  margin-top: -48px;
}
.event-details .h3,
.event-details h3,
.event-details h2 {
  color: #fff;
}
@media (max-width: 959.97px) { 
  .event-details {
    padding: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 960px) { 
  .event-details {
    padding: 48px;
    margin-bottom: 60px;
  }
  .event-details__container {
    margin-left: 24px;
  }
}
.event-details__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.97px) {
  .event-details__register {
    margin: auto;
  }
  .event-details .meta-tags-list {
    justify-content: space-evenly;
    margin: 8px 0 0 0 !important;
  }
  .event-details .meta-tag {
    margin: 8px 0 0 0 !important;
  }
  .event-details__content h4 {
    text-align: center;
  }
  .inline-button,
  .event-details__about-item {
    justify-content: center;
  }
  .event-details__wrapper {
    align-items: center;
  }
  .event-sponsor,
  .skinny,
  .event-details__grant {
    margin-bottom: 0 !important;
  }
  .event-details__grant-item, 
  .event-details__sponsors-list {
    margin-bottom: 30px;
  }
  .event-details__register,
  .content .button--highlight {
    width: 100%;
  }
  .page-title.h3,
  .content h1,
  .content h2,
  .content h4 {
    text-align: center;
  }
  .event-details__sponsor,
  .event-details .meta-tags-list {
    gap: 6px !important;
  }
  .event-details .button {
    margin-right: 0 !important;
  }
}
@media (max-width: 959.97px) {
  .event-details__wrapper {
    text-align: center;
  }
}
@media (max-width: 959.97px) { 
  .event-details__wrapper {
    flex-direction: column;
    gap: 30px;
    padding-top: 30px;
  }
  .event-details__media {
    width: 200px;
    margin: auto;
  }
  .event-details__about-group {
    gap: 15px;
  }
  .event-details__about-group,
  .event-details__content {
    flex-direction: column;
  }
  .event-details__content {
    align-items: center;
  }
}
.event-details__details {
  margin-top: 30px;
}
.event-details__details {
  flex-direction: column;
  gap: 15px;
}
.event-details__media img {
  width: 100%;

}
.event-details__details,
.event-details__about-group,
.event-details__content {
  display: flex;
}
.event-details__about-wrapper {
  text-align: center;
  align-items: center;
}
@media (min-width: 960px) { 
  .event-details__about-group {
    gap: 60px;
  }
  .event-details__about-wrapper {
    display: flex;
    gap: 30px;
    width: max-content !important;
    margin-bottom: 30px;
  }
}
.event-details__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.event-details__content h2 {
  font-weight: 500;
  font-size: 32px !important;
}
.event-details__about-item {
  display: flex;
  gap: 15px;
  align-items: center;
}
.event-details .note,
.event-details__about-item p,
.event-details__content h4 {
  color: #fff;
}
.event-details__about-item p {
  margin-bottom: 0 !important;
}
.event-details .label {
  font-size: 18px;
}
.event-details .note {
  margin-left: -6px;
  font-size: 18px;
}
.event-details .field {
  font-family: "Oswald", sans-serif !important;
  font-weight: 400;
  font-size: 21px;
}
.event-details .closed-registration .button,
.event-details .button {
  min-width: 220px;
  margin-right: 24px;
}
.event-details .closed-registration .button,
.event-details .closed-registration .button:hover {
  background: #747c81;
}
.event-details .closed-registration .button:hover {
  transform: translateY(0px);
  box-shadow: none;
}
.event-details__supplies li,
.event-details__objective li {
  line-height: 28pt;
}
.event-details .meta-tag {
  margin-top: 15px;
  background: #fff;
  color: #00192e;
}
.event-details .meta-tags-list {
  display: flex;
  flex-flow: row wrap;
  flex-direction: row;
  gap: 15px;
}
.event-details__sponsor {
  display: flex;
  margin-top: 15px;
}
@media (max-width: 959.97px) {
  .event-details__grant-item {
    flex-flow: wrap;
  }
  .event-details__sponsor {
    flex-flow: row wrap;
  }
}
@media (max-width: 767.97px) {
  .event-details__grant-item, 
  .event-details__sponsors-list {
    justify-content: center;
  }
}
.event-details__sponsors .skinny {
  font-weight: 300 !important;
  margin-top: 12px;
  margin-left: 6px;
}
.event-details__grant {
  font-weight: 400;
}
.event-details__sponsors-list,
.event-details__grant-list {
  list-style: none;
  margin-left: 0 !important;
}
.event-details__grant-item,
.event-details__sponsors-list {
  display: flex;
}
.event-details__sponsors-list {
  gap: 30px;
  flex-flow: row wrap;
}
.event-details__sponsors-img {
  height: 150px;
  width: 150px;
  background: #fff;
}
.event-details__media img,
.disclaimers img,
.event-details__sponsors-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.disclaimers a {
  margin-top: 6px;
}
.event-details__grant-list {
  margin-top: 30px;
}
.event-details__grant-item {
  gap: 6px;
}
.event-cerp-disclaimer-container {
  text-align: center;
}
.disclaimers,
.disclaimers h6,
.disclaimers p,
.event-ambient-noise-disclaimer-container h6, 
.event-ambient-noise-disclaimer-container p {
  text-align: center;
}
.event-ambient-noise-disclaimer-container {
  margin-bottom: 30px;
}
.disclaimers__media {
  width: 550px;
  margin: 30px auto;
}
@media (max-width: 767.97px) {
  .disclaimers__media {
    width: 300px;
  }
  .event-details__sponsors-img {
    width: 125px !important;
    height: 125px !important;
  }
  .content .wp-block-image {
    height: 250px;
  }
  .content .wp-block-image img {
    height: 100% !important;
    object-fit: contain;
  }
}
.related-speakers__list {
  margin-bottom: 15px;
}
.related-speakers__list img {
  object-fit: contain !important;
}
.related-events__list .item-list__link:hover h6,
.related-events__list .item-list__link:focus h6 {
  color: #b5880f !important;
}
.related-events__list h6 {
  margin-bottom: 6px;
  color: #00649a;
}
.related-events__list time{
  color: #636363;
}
.event-sponsor {
  color:  #69c7f9;
  margin-left: 6px;
  margin-right: 6px;
}
.tiled-list__date::before {
  display: none !important;
}

/*--------------------------------------------------*/

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

.item-list {
  list-style: none;
  margin-left: 0;
}
.item-list:not(:last-child) {
  margin-bottom: 48px;
}
.item-list + .button {
  margin-top: -24px;
}
.item-list__item + .item-list__item {
  margin-top: 24px;
}
.item-list__link {
  display: block;
  position: relative;
  color: #ffffff;
}
.item-list__link:hover,
.item-list__link:focus {
  color: #ffffff;
}
.events-items__container .item-list__link,
.events-items__container .item-list__link,
.news-items__container .item-list__link,
.news-items__container .item-list__link {
  transition: transform 0.15s ease-out;
}
.events-items__container .item-list__link:hover,
.events-items__container .item-list__link:focus,
.news-items__container .item-list__link:hover,
.news-items__container .item-list__link:focus {
  transform: scale(1.03);
}
.events-items__container .item-list__link:hover .item-list__media img,
.events-items__container .item-list__link:focus .item-list__media img,
.news-items__container .item-list__link:hover .item-list__media img,
.news-items__container .item-list__link:focus .item-list__media img {
  transform: none;
}
.grid .item-list__media {
  height: 210px;
}
.item-list__media {
  display: block;
  width: 120px;
  height: 120px;
  float: left;
  margin-right: 24px;
  overflow: hidden;
}
.item-list__media img {
  transition: transform 0.15s ease-out;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.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: "Oswald", sans-serif;
  font-size: 22px;
  line-height: 24px;
  margin: 0;
  color: #00467F;
  transition: color 0.15s ease-out;
}
.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: #b5880f;
}
.news-items__container .tiled-list__item,
.events-items__container .tiled-list__item {
  flex: 100%;
}
.events-items__container .stacked-list__link:hover .stacked-list__title, 
.events-items__container .stacked-list__link:focus .stacked-list__title,
.events-items__container .item-list a.item-list__title:hover,
.events-items__container .item-list a.item-list__title:focus,
.events-items__container .item-list__link:hover .item-list__title,
.events-items__container .item-list__link:focus .item-list__title,
.news-items__container .item-list a.item-list__title:hover,
.news-items__container .item-list a.item-list__title:focus,
.news-items__container .item-list__link:hover .item-list__title,
.news-items__container .item-list__link:focus .item-list__title {
  color: #00467F;
}
.events-items__container .stacked-list__link .stacked-list__title, 
.events-items__container .stacked-list__link .stacked-list__title,
.news-items__container .stacked-list__link .stacked-list__title, 
.news-items__container .stacked-list__link .stacked-list__title {
  transition: color 0.15s ease-out;
  cursor: pointer;
}
.events-items__container .stacked-list__link:hover .stacked-list__title, 
.events-items__container .stacked-list__link:focus .stacked-list__title,
.news-items__container .stacked-list__link:hover .stacked-list__title, 
.news-items__container .stacked-list__link:focus .stacked-list__title {
  color: #02101a;
}
.item-list__date {
  display: block;
  margin: 6px 0 0;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: 400;
  opacity: 0.7;
  color: #636363;
}
.item-list__description {
  margin: 6px 0 0;
  color: #4c4c4c;
  font-weight: 400;
}
.item-list--grid .item-list__media {
  width: 100%;
  max-width: 100%;
  float: none;
  margin: 0 auto 12px;
}
.item-list--grid .item-list__media img {
  width: 100%;
}
.item-list--grid .item-list__item + .item-list__item {
  margin-top: 0;
}

@media (max-width: 479.97px) {
  .item-list__media {
    float: none;
    margin: 0 auto 12px;
  }
}


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

.tiled-list {
  list-style: none;
  margin-left: 0 !important;
}
.tiled-list:not(:last-child) {
  margin-bottom: 48px;
}
.tiled-list__item {
  display: flex;
  margin: 0;
  max-height: 400px;
}
.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: 26px;
  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;
    justify-content: space-between;
    align-items: stretch;
    gap: 24px;
  }
  .interior-layout__aside .tiled-list {
    flex-flow: row wrap;
  }
  .aside .tiled-list {
    justify-content: flex-start !important;
  }
  .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;
  }
}



/*   ----------   Search Results   ----------   */

.course-search h5,
.course-search thead,
.course-search th {
  padding: 9px 18px;
}
select .eventFacet,
.course-search h5{
  background-color: #00467F;
  color: #fff;
}
.course-search thead {
  background-color: #820024;
  color: #fff;
}
.course-search thead,
.course-search tbody {
  transform: translateY(-40px);
}
.course-search tbody tr:nth-child(2n) {
  background-color: #334049;
}
.course-search tbody tr:nth-child(2n) td.time,
.course-search tbody tr:nth-child(2n) td.title a,
.course-search tbody tr:nth-child(2n) .item-list__attribute,
.course-search tbody tr:nth-child(2n) .speakers a {
  color: #fff;
}
.course-search tbody tr td.title a:hover,
.course-search tbody tr .speakers a:hover {
  color: #b5880f;
}
.course-search tbody td,
.course-search tbody a {
  padding: 6px;
  color: #02101a;
  font-weight: 400;
}
.course-search tbody a {
  text-decoration: underline;
  text-decoration-thickness: .1px;
  text-underline-offset: 3px;
}
.course-search tbody a:hover,
.course-search tbody a:focus {
  color: #b5880f;
}
@media (max-width: 959.97px) {
  .search-results__container {
    padding: 30px 0;
  }
  .course-search .inline-button {
    margin-bottom: 15px;
  }
  .search-results__wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .search-results__filters {
    transform: translateY(-75px);
  }
  .search-results__filter label,
  .search-results__filter option {
    padding: 0;
  }
  .search-results__filter {
    padding: 12px 0;
  }
}
.search-results__label h5 {
  font-size: 50px;
  line-height: 60px;
  margin-top: 30px;
}
.search-results__filter option {
  background: #fff;
}
@media (max-width: 767.97px) {
  .search-results__label h5 {
    font-size: 38px;
    line-height: 48px;
    margin-top: 15px;
  }
}
@media (min-width: 960px) {
  .course-search .solr-filter__form,
  .search-results__filters {
    display: flex;
    gap: 30px;
    justify-content: space-between;
  }
  .search-results__filter label,
  .search-results__filter option {
    padding: 3px;
  }
  .search-results__filters {
    flex-wrap: wrap;
    transform: translateY(-45px);
  }
  .course-search .solr-filter__form button {
    max-width: 15%;
  }
  .course-search .solr-filter__form button,
  .course-search .solr-filter__form input {
    margin-bottom: 0 !important;
  }
  .search-results,
  .search-results .results__container,
  .search-results .item-list__item {
    display: flex;
    flex-direction: column;
  }
  .search-results,
  .results__container {
    gap: 15px;
  }
  .results__container {
    padding: 60px 0;
  }
  .search-results .inline-button {
    margin-bottom: 30px;
  }
  .search--results .interior-layout__main {
    width: 80%;
    float: none;
    padding-right: 0;
  }
}
.search-results {
  display: flex;
  flex-direction: column;
}
.search-results,
.results__container {
  gap: 15px;
}
.search-results .item-list__item {
  border-bottom: .025px solid #fff;
  padding: 15px 0;
  gap: 6px;
}
.search-results .item-list__date {
  color: #02101a;
}
.search-results .item-list__description {
  color: #02101a;
}

#SearchRefineBox .card__header {
  padding: 12px;
  background: #00294a;
}
#SearchRefineBox .card__header h5 {
  text-align: center;
  color: #fff;
}
#SearchRefineBox .button,
#SearchRefineBox .accordion__label {
  width: 100%;
  border: 1px solid #00294a;
  font-weight: 400;
  color: #00294a;
  background: #f4faff;
  margin-bottom: 12px;
  text-align: center;
}
#SearchRefineBox .button:hover,
#SearchRefineBox .button:focus,
#SearchRefineBox .accordion__label:hover,
#SearchRefineBox .accordion__label:focus {
  background: #00294a;
  color: #f4faff;
}
#SearchRefineBox .accordion__content {
  padding: 12px 0;
  border: none;
  margin-bottom: 0;
}
#SearchRefineBox .item-list__item {
  border-bottom: none;
  padding: 6px 0;
}
#SearchRefineBox .item-list__item a {
  color: #fff;
}
#SearchRefineBox .item-list__item a:hover,
#SearchRefineBox .item-list__item a:focus {
  color: #b5880f;
}

/*   -----------------------------------------   */

.fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.light-blue-background {
  background-color: #004d77;
  padding: 45px;
  margin-right: 45px;
}
@media (min-width: 960px) {
  .light-blue-background {
    margin-right: 45px;
  }
  .grid__unit.news-items__container {
    padding: 0 !important;
  }
}

@media (max-width: 767.97px) {
  .light-blue-background {
    margin: auto;
  }
  .light-blue-background .title__container {
    order: 1;
  }
  .light-blue-background .news-items__container {
    order: 2;
  }
  .white-line,
  .news-items__container {
    padding: 0 !important;
  }
}

li.white-line__horizontal:before {
  content: "";
  border-bottom: 1px solid #02101a;
  width: 89px;
  float: left;
  display: block;
  margin-top: 24px;
  margin-left: -100px;  
}

li.white-line__horizontal {
  list-style: none;

}

.white-line__horizontal h3:before {
  content: "";
  border: 1px solid #02101a;
  border-radius:50%;
  width: 24px;
  height: 24px;
  float: left;
  margin-top: 12px;
  margin-left: -48px; 
}

li.white-line__horizontal h3 {
  font-size: 42px;
}

li.white-line__horizontal p {
font-family: "Roboto Condensed", sans-serif;
font-size: 24px;
line-height: 30px;
}


li.white-line__horizontal h3, 
li.white-line__horizontal p,
li.white-line__horizontal a
 {
  margin-left: 36px;
}

 @media (min-width: 1200px) { 
  li.white-line__horizontal p {
    height: auto;
    }
}

@media (max-width: 1199.97px) {

  .white-line__horizontal h3:before {
    margin-left: -64px;
  }

  .red-background {
    margin: auto;
  }

  .white-line::before,
  .white-line__horizontal::before {
    content: "";
  }
  .white-line::before {
    height: 300px;
    width: 1px;
  }
  .white-line__horizontal::before {
    width: 90px;
    height: 1px;
  }

}

@media (min-width: 768px) {
  .news-items__container .tiled-list__item {
    max-width: 300px;
  }
}


.red-background {
  background-color: #820024;
  padding: 60px;
  margin-left: 45px;
  list-style-type: circle;
  position: relative;
}
.red-background::before {
  content: "";
  border-left: #02101a solid 1px;
  position: absolute;
  top: 84px;
  bottom: 257px; 
  left: -41px;
  height: 445px;
}
.red-decorative-section__item {
  margin-bottom: 30px;
}
.red-decorative-section__content {
  z-index: 1;
}
.text-italic {
  font-style: italic;
}
.news-items__container .tiled-list__description,
.news-items__container .tiled-list__date::before {
  display: none;
}
.news-items__container .item-list__item:hover,
.news-items__container .item-list__item:focus
.news-list__item:hover,
.news-list__item:focus {
  transform: scale(1.02);
  transition: transform 0.15s ease-out;
}

.light-blue-background .item-list__item {
  border-bottom: 1px solid #ffffff;
}
.light-blue-background .news-items__container .item-list__media {
  display: none;
}

.light-blue-background .news-items__container .item-list__title {
  font-size: 30px;
  line-height: 36px;
}

.light-blue-background .news-items__container .item-list__description {
  line-height: 24pt;
}
.light-blue-background .news-items__container .item-list__title {
  color: #fff;
}
.light-blue-background .news-items__container .item-list__description,
.light-blue-background .news-items__container .item-list__date {
  margin-bottom: 30px;
  color: #d2d6d8;
}
.news-items__container .item-list__link:hover .item-list__title {
  color: #b5880f;
}

.scale-up {
  transform: scale(1.3);
  z-index: -1;
}
.news__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) and (max-width: 1099.97px) {
  .path__container {
    margin-top: 120px;
    margin-bottom: 30px;
  }
}
.news--button__container,
.news__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media (min-width: 1100px) {
.path__container {
  gap: 30px;
  margin: 150px auto;
}
}
@media (min-width: 960px) {
  .news__container {
    margin: 60px auto;
  }
  .sponsors-container{
    margin-top: 180px;
    margin-bottom: 30px;
  }
  .sponsors-container {
    margin: 90px;
    margin-bottom: 30px;
  }
}
@media (max-width: 959.97px) {
  .news__container,
  .path__container {
    flex-direction: column;
    gap: 0;
  }
  .news__container .grid__unit--1-2,
  .path__container .grid__unit--1-2 {
    width: 100%;
  }
}
.red-background h3,
.red-background p {
  color: #fff;
}
.red_decorative_section__content a:hover.note::after,
.red_decorative_section__content a:hover.note {
  color: #bec1c2;
}
.red_decorative_section__content a.note::after,
.red_decorative_section__content a.note {
  color: #fff;
}
.red_decorative_section__content a.note {
  border-bottom: 1px solid #fff;
}
.red_decorative_section__content a:hover.note {
  border-bottom: 1px solid #bec1c2;
}
@media (max-width: 767.97px) {
  .news__container,
  .path__container {
    margin: 30px auto;
  }
  
  .news__container {
    flex-direction: column-reverse;
  }

  .path__container {
    flex-direction: column;
  }

  .red-background {
    margin: auto;
  }

  .white-line::before,
  .white-line__horizontal::before {
    background-color: #ffffff;
    content: "";
    position: absolute;
    z-index: 3;
  }
  .white-line::before {
    height: 300px;
    width: 1px;
  }
  .white-line__horizontal::before {
    width: 90px;
    height: 1px;
  }
  .tabs__content {
    text-align: center;
    margin: 12px 24px;
  }
}



/*! '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: 2px;
  margin: 24px 0;
  background: #d2d6d8;
}
.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: #fff;
  cursor: pointer;
}
.tiled-list__link:hover,
.tiled-list__link:focus {
  color: #fff;
}
.tiled-list__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  z-index: 2;
  transition: opacity 0.15s ease-out;
}
.tiled-list__link:hover::before,
.tiled-list__link:focus::before {
  opacity: 0.1;
}
.tiled-list__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tiled-list__content {
  padding: 24px;
  margin-top: 120px;
}
.tiled-list__content::before {
  content: "";
  display: block;
  height: 150%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(2, 16, 26, 0.8), rgba(2, 16, 26, 0));
  z-index: -1;
}
.tiled-list__title {
  color: #fff;
}
.tiled-list__title + .tiled-list__tags {
  margin-top: -12px;
}
.tiled-list__overview::before,
.tiled-list__date::before {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  margin: 24px 0;
  background: #eef1f2;
}
.tiled-list__overview::before {
  background: #eef1f2;
}
.tiled-list__date {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .tiled-list__exposition {
    padding-top: 48px;
  }
  .tiled-list__content {
    padding-bottom: 36px;
  }
}


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

.hero {
  position: relative;
  margin-bottom: 168px;
  margin-top: -48px;
}
.hero:last-child {
  margin-bottom: 0;
}
.content > .page-bounds > .hero:first-child {
  margin-top: -24px;
}
.hero::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  /*background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));*/
  z-index: 2;
}

@media (max-width: 767.97px) {
  .hero {
    position: static;
  }
  .hero__description,
  .hero__data {
    width: 100% !important;
    position: static !important;
    transform: translateY(70px);
  }
  .hero__description::before,
  .hero__data::before {
    display: none;
  }
  .hero__data {
    margin-top: 0 !important;
    padding: 30px 60px;
  }
  .hero__media {
    background-color: #fff;
  }
}
.hero__data--month, 
.hero__data--dates {
  line-height: 35pt;
}

.hero__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #434343;
}
.hero__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.hero__image img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 767.97px) {
  .hero__image img {
    display: none;
  }
}
.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 {
  z-index: 3;
}
.hero__title,
.hero__subtitle,
.hero__description {
  color: #000;
}
.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: #fff !important;*/
  }
  .hero__title {
    text-align: center;
    font-size: 7vw;
    line-height: 1.2;
  }
  .hero__subtitle {
    text-align: center;
    font-size: 6vw;
    line-height: 1.2;
  }
}

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

/*! Title Block */

.page-title {
	color: #000d17
}
.page-title+.breadcrumbs {
	margin-top: -24px
}
.title-block {
	margin: -48px -24px 24px;
	padding: 36px 24px;
	background: #000d17;
	position: relative;
	overflow: hidden
}
.title-block::before {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: rgba(2, 16, 26, .5);
	z-index: 2
}
.title-block__background img {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover
}
.title-block__content, .title-block__content a, .title-block .breadcrumbs a, .title-block .page-title {
	color: #fff
}
.title-block__content {
	position: relative;
	text-shadow: 0 0 3px rgba(2, 16, 26, .5);
	z-index: 3
}
.title-block__content { 
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media(min-width: 960px) {
  .title-block__content h1 { 
    margin-left: 0;
  }
}
@media(max-width: 767.97px) { 
  .title-block__content { 
    align-items: center;
  }
}
.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: #fff;
	text-decoration: underline
}
.title-block .page-title {
	text-shadow: 0 0 16px rgba(2, 16, 26, .5), 0 0 3px rgba(2, 16, 26, .4)
}
.title-block .breadcrumbs {
	margin-bottom: 0
}
@media(min-width: 768px) {
	.title-block {
		margin: -82px -48px 48px;
		padding: 72px 48px
	}
	.title-block::before {
		width: 75%;
		background: linear-gradient(to right, #02101a, rgba(2, 16, 26, 0));
		opacity: .6
	}
}
@media(min-width: 960px) {
	.title-block {
		margin: -48px -48px 48px;
		padding-top: 96px;
		padding-bottom: 96px;
    min-height: 275px;
	}
}
@media(min-width: 1696px) {
	.title-block {
		margin-left: calc(-50vw + 640px);
		margin-right: calc(-50vw + 640px)
	}
}

@media(max-width: 767.97px) {
  .title-block {
    margin: 0px -24px 24px;
  }
}

/*! 'professional' hero style */
.hero::before {
  /*background: rgba(2, 16, 26, 0.2);*/
}
.hero__title {
  color: #ffffff;
}
.hero__title::after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  margin: 24px auto 0;
  background: rgba(0, 0, 0, 0.4);
}
.hero__subtitle {
  color: #ffffff;
}
.hero__description {
  background-color: #fff;
  border-right: 30px solid #00467F;
  border-left: 30px solid #00467F;
  border-top: 30px solid #00467F;
  color: #4b5459;
  font-size: 22px;
  line-height: 1.75;
  padding: 60px 30px;
  opacity: 0.85;
}
@media(min-width: 960px) {
  .blue-background .hero__data--text {
    margin-top: 6px;
  }
  .hero__data--item {
    max-width: 275px;
  }
  .hero__data--item--container {
    margin: 15px auto;
  }
}
@media(max-width: 959.97px) {
  .hero__data--item--container {
    margin: 30px auto;
  }
}
.hero__data {
  color: #ffffff;
  background-color: #00467F;
  font-size: 26px;
  padding: 30px;
  margin-top: 10%;
  min-width: 350px;
}
.hero__data--item {
  border-bottom: 1px dashed white;
  width: 100%;
}
.hero__data--item--container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.hero__data--item--container.links {
  flex-direction: column;
}
.hero__data--item--container p {
  margin: auto 0;
}
.hero__data--item a {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 15px;
}
.hero__data--item span {
  margin-right: 15px;
  margin-bottom: 12px;
  line-height: 45px;
}
.hero__data--item i {
  margin: auto;
}
.hero__data--item h2 {
  margin-right: 15px;
}
.hero__data--text {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.hero__data--item h1,
.hero__data--item h3 {
  color: #fff;
}
.hero__data--item h2,
.hero__data--text p {
  margin-bottom: 0 !important;
  color: #fff;
}
.hero__data--item:last-child .hero__data--text p {
  line-height: 35pt;
}
.hero__description,
.hero__data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 450px;
  position: relative;
}
.hero__data::before,
.hero__data::after {
  background: inherit;
  content: "";
  height: 60px;
  transform-origin: 0 100%;
  width: 100%;
  z-index: 3;
  position: absolute;
  right: 0;
}
.hero__data::before {
  transform: skewY(-5deg);
  top: -15px;
}
.hero__data::after {
  bottom: -30px;
}
.hero__description p {
  margin-top: 60px;
  color: #02101a;
}
.hero__description::before {
  background: inherit;
  border-right: inherit;
  border-left: inherit;
  border-bottom: 30px solid #00467F;
  content: "";
  height: 60px;
  transform-origin: 100% 0;
  width: 100%;
  z-index: 3;
  position: absolute;
  bottom: -55px;
  transform: skewY(5deg);
}
.hero__content {
  display: flex;
  justify-content: space-between;
}


@media (max-width: 767.97px) {
  .hero__content {
    justify-content: center;
    flex-direction: column;
  }
  .hero__description, .hero__data {
    max-width: 100%;
  }
  .hero__data::after {
    display: none;
  }
}

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

/*----------   Events Search   ----------*/



/*----------   Photo Overlay Boxes   ----------*/

.photo-overlay {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.photo-overlay__content {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  z-index: 1;
}
.photo-overlay a {
  width: 100%;
  height: 100%;
}
.photo-overlay:hover a {
  color: #e7ae11 !important;
}
.photo-overlay:hover img {
  transform: scale(1.1);
}
.photo-overlay__container {
  width: 100%;
  height: 100%;
  min-height: 150px;
}
.photo-overlay__container figure, .wp-block-image {
  width: 100%;
  height: 100%;
}
.photo-overlay__container img {
  height: 100% !important;
  width: 100%;
  object-fit: cover !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.15s ease-out;
}

/*---------------------------------------------*/

.blue-background {
  background-color: #00467F;
  opacity: 0.9;
}
.horizontal {
  margin-bottom: 24px;
  position: relative;
}
@media (min-width: 960px) {
  .horizontal {
    width: 90%;
  }
}
@media (max-width: 959.97px) {
  .horizontal {
    width: 80%;
  }
}
.horizontal__scroller {
  overflow: hidden;
  overflow-x: hidden;
  scrollbar-width: thin;
  scroll-behavior: smooth;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  align-content: center;
}
.horizontal__content {
  display: flex;
  gap: 24px;
  align-items: center;
}
.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((90% - 48px) / 3);
}
.horizontal__item--stretch {
  align-self: stretch;
}
.horizontal__item--center {
  align-self: center;
}
.horizontal__item--top {
  align-self: flex-start;
}
.horizontal__item--bottom {
  align-self: flex-end;
}
.horizontal__content--pack .horizontal__item {
  flex-basis: auto;
}
.horizontal__control {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  transform: translateY(-50%);
  color: #fff;
  background: #820024;
  border: 1px solid #820024;
  border-radius: 50%;
  z-index: 3;
}
.horizontal__control:hover,
.horizontal__control:focus {
  color: #2f000d;
  border-color: #2f000d;
}
.horizontal__control--left {
  left: -70px;
  margin-top: 3px;
}
.horizontal__control--right {
  right: -70px;
  margin-top: 3px;
}
.horizontal__control--left,
.horizontal__control--right {
  display: flex;
  align-items: center;
}
.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: #fff;
  background: #820024;
  cursor: default;
}

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


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

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

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

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


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

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

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

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

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

  .interstitial-wrapper {
    margin-top: 0 !important;
  }

  .interstitial__media,
  .interstitial__image,
  .interstitial__image img {
    position: relative !important;
  }
}

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

/*! 'professional' interstitial style */
.interstitial::before {
  background: rgba(2, 16, 26, 0.6);
}
.interstitial__media {
  background: #02101a;
}
.interstitial__title {
  color: #02101a;
  margin-left: 60px;
}
.interstitial__title::after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  margin: 24px 0 0;
  background: rgba(0, 0, 0, 0.4);
}
.interstitial__title--events {
  margin-right: 60px;
}

@media (max-width: 767.97px) {
  .interstitial__title {
    margin-left: 30px;
  }
}

.interstitial__title--events {
  margin-right: 30px;
}
.interstitial__description {
  color: #000;
}

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

@media (min-width: 960px) {
  .interstitial__title {
    line-height: 100pt;
  }
  .interstitial::before {
    background: linear-gradient(to right, rgba(2, 16, 26, 0.75) 30%, rgba(2, 16, 26, 0));
  }
  .interstitial--left .interstitial__content {
    width: 50%;
  }
  .interstitial--right::before {
    background: linear-gradient(to left, rgba(2, 16, 26, 0.75) 30%, rgba(2, 16, 26, 0));
  }
  .interstitial--right .interstitial__content {
    width: 40%;
    float: right;
  }
}

.blue-box__content,
.interstitial__yellow-image {
  z-index: 3;
  position: relative;
}

.blue-box__container {
  display: flex;
}

@media (min-width: 960px) {
  .blue-box__container {
    min-height: 600px;
  }
}

@media (max-width: 767.97px) {
  .blue-box__container {
    justify-content: center;
  }
}

.blue-box__container--right {
  display: flex;
  justify-content: flex-end;
  margin-right: 3%;
}

@media (max-width: 767.97px) {
  .blue-box__container--right {
    margin-top: 30px;
    margin-right: 0;
    justify-content: center;
  }
}

.blue-box__content {
  padding: 60px;
  background-color: #00467F;
  width: 40%;
  max-width: 600px;
  height: -moz-fit-content;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 3%;
  margin-top: 15px !important;
}
.blue-box__content p {
  line-height: 1.5;
  font-size: 26px;
  color: #fff;
}

@media (max-width: 767.97px) {
  .blue-box__content::before {
    display: none;
  }
}

@media (max-width: 767.97px) {
  .blue-box__content {
    width: 100%;
    margin: 0;
    padding: 30px;
  }
}

.blue-box__content::before {
  background: inherit;
  content: "";
  height: 60px;
  width: 100%;
  z-index: 3;
  position: absolute;
  bottom: -55px;
  left: 0;
  transform-origin: 0 100%;
  transform: skewY(-4deg);
}
.blue-box__content--right::before {
  transform-origin: 100% 0;
  transform: skewY(4deg);
}

.interstitial__media,
.interstitial__image,
.interstitial__image img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.interstitial__media {
  max-height: 500px;
  margin-top: 60px;
}

@media (max-width: 767.97px) {
  .interstitial__media {
    margin-top: 30px;
  }
}

.interstitial__image {
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
.interstitial__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.interstitial__yellow-image {
  max-width: 200px;
  z-index: 3;
}
.interstitial__yellow-image {
  position: absolute;
  height: 400px;
  bottom: 0;
  top: 35%;
}
.interstitial__yellow-image img {
  height: 100%;
}
.interstitial__yellow-image--left {
  bottom: 0;
  left: -100px;
}
.interstitial__yellow-image--right {
  right: -100px;
}

.interstitial-wrapper {
  position: relative;
  height: 100%;
  margin-bottom: 60px;
  margin-top: 24px;
}
.interstitial-wrapper::before {
  margin-top: 165px;
  width: 20%;
  height: 450px;
  transform-origin: 0 100%;
  width: 100%;
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skewY(4deg);
  background-color: #b5880f;
  opacity: 0.8;
}

.heading-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

@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: 50px;
}
.quicklinks__icon + .quicklinks__content .quicklinks__title,
.quicklinks__icon + .quicklinks__content .quicklinks__description:first-child {
  margin-top: 18px;
}
.quicklinks__title {
  display: block;
}
.quicklinks__description {
  margin-top: 12px;
}
.quicklinks__disclose {
  margin-top: 24px;
  font-size: 26px;
}

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

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

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

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

.accent-background {
  max-width: 90%;
  margin: auto;
}

@media (max-width: 767.97px) {
  .accent-background {
    max-width: 70%;
  }
}

.accent-background .horizontal__scroller::before,
.accent-background .horizontal__scroller::after {
  content: "";
  background-color: #820024;
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
}
.accent-background .horizontal__scroller::after {
  right: -100px;
}
.accent-background .horizontal__scroller::before {
  left: -100px;
}

.sponsors__heading {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sponsors-container .sponsor-logo {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: .5s filter linear;
}
.sponsors-container .sponsor-logo:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.partners-logos {
  margin: 30px auto;
}

@media (max-width: 1500px) {
  .partners-logos {
    max-width: 80%;
  }
}



.sponsors__title {
  margin-left: 60px;
}

@media (max-width: 767.97px) {
  .sponsors__title {
    margin-left: 30px;
  }

  .partners-logos {
    max-width: 60%;
    margin: 15px auto;
  }
}
@media (max-width: 767.97px) {
  .customer-service-container {
    margin: 90px auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-list {
    margin-top: 25%;
  }
}
@media (min-width: 768px) {
  .customer-service-container {
    margin: 60px auto;
  }
  .contact-list {
    margin-top: 45%;
  }
}
@media (max-width: 767.97px) {
  .contact__image {
    max-width: 100%;
    background: #00467F;
  }
  .contact__image img {
    display: none;
  }
  .contact-list {
    transform: translateY(15px);
  }
  .yellow-background {
    transform: translateY(-50px);
  }
}

.contact-list {
  border-radius: 100%;
}

.contact-list i {
  margin-right: 12px;
}

.contact-list a {
  color: #fff;
  z-index: 3;
}

.contact-item {
  z-index: 1;
  margin: 30px auto;
}
.contact-item p {
  color: #fff;
}

.contact-item a,
.contact-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-item h5 {
  font-family: "Oswald", sans-serif;
}

.contact__media,
.contact__image,
.contact__image img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.contact__image {
  overflow: hidden;
}
.contact__image {
  transform: scale(1.3);
  z-index: -2;
}
.contact__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}


.contact__wrapper {
  display: flex;
  justify-content: center;
}

.blue-circle {
  background-color: #0081C6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.blue-circle-container {
  position: relative;
  top: -100px;
  min-width: 150px;
}

@media (max-width: 767.97px) {
  .blue-circle-container {
    width: 80%;
  }
  .yellow-background h3 {
    margin: auto 30px;
  }
  .contact-list {
    border-radius: 0 !important;
    margin-top: 60px;
  }
  .contact-item a {
    margin: 5px auto;
  }
  .contact-item {
    margin: 15px;
  }
  .contact__wrapper {
    width: 100%;
  }
}


.contact-img-container {
  position: relative;
  bottom: 30px;
  z-index: -1;
  max-width: 350px;
  margin-top: 30px;
}

@media (max-width: 767.97px) {
  .contact-img-container {
    display: none !important;
  }
}


.contact__container {
  margin-bottom: 60px;
}

@media (max-width: 767.97px) {
  .contact__container {
    margin-bottom: -45px;
  }
}


.yellow-background {
  background-color: #b5880f;
  width: 100%;
  padding: 15px 0;
}
.yellow-background h3 {
  color: #fff;
}

.speakers-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.speakers-list li {
  list-style: none;
}
.speakers-list__media {
  height: 210px;
  width: 210px;
}
.speakers-list__media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.speakers-content {
  margin: auto;
}

.speakers-name {
  color: #b5880f;
}

.speakers-title {
  color: #0081C6;
}

.speakers-button-container {
  background-color: #0081C6;
  height: 15px;
  z-index: 3;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  left: 0;
}

.speakers-buttons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

.speakers-line {
  max-height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.speakers-line-container {
  z-index: 1;
  position: absolute;
  left: 0;
}

.speakers-button {
  display: block;
  z-index: 4;
}


@media (max-width: 959.97px) {
  .speakers__detail .tiled-list {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
  }
  .speakers__detail .tiled-list__item {
    margin-top: 0 !important;
    max-width: 200px;
  }
}

.speakers .tabs__pane {
  border: none;
}
@media (min-width: 768px) {
  .speakers__detail .tiled-list {
    flex-flow: row wrap !important;
  }
}

.speakers__video--button i {
  margin-right: 6px;
}
.tiled-list__item .speakers__media {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.stacked-list__item .speakers__media img,
.item-list__item .speakers__media img {
  max-height: 400px;
  max-width: 600px;
}
.item-list__item .speakers__media,
.item-list--grid .speakers__media {
  margin-bottom: 15px;
}
.speakers__media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tabs .speakers__media img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.speakers-buttons .tabs__tab {
  flex-basis: 0 !important;
  background: #a1a5a8;
  opacity: 1;
  border-radius: 100%;
  border: none;
}
.speakers-buttons .tabs__tab.is-active {
  background: #b5880f;
  border: 5px solid #0081C6;
  box-shadow: 0px 0px 10px #20282e;
  box-shadow: inset 0px 0px 5px #4b5459;
  margin-top: -10px;
}


/*! ---------- speakers tab ---------- */

.speakers-content {
  margin: auto;
}
@media (max-width: 768px) {
  .speakers-content {
    margin-bottom: 45px;
  }
}

.speakers-name {
  color: #b5880f;
}

.speakers-title {
  color: #0081C6;
}

.speakers-button-container {
  background-color: #0081C6;
  height: 15px;
  z-index: 3;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.speakers-buttons {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  width: 100%;
}
.speakers-line {
  max-height: 200px;
  max-width: 175px;
  -o-object-fit: contain;
  object-fit: contain;
}

.speakers-line-container {
  z-index: 1;
}

.speakers-button {
  display: block;
  z-index: 4;
}
@media (min-width: 1280px) {
  .speakers--controller {
    margin-bottom: 280px;
  }
}

.speakers--controller {
  margin-top: 0;
}

.speakers .tabs__pane {
  border: none;
}

.tabs .speaker-img {
  height: 350px;
  width: auto;
}
.search-results__container .speaker-media {
  height: auto;
  width: auto;
  position: auto;
}
.tabs .speaker-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.tabs .speakers_media {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs .speakers__media {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs .speaker-img {
  height: 300px;
  width: 300px;
}
.tabs .speaker-img img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}
.button-content {
  display: flex;
  flex-direction: column;
 align-items: center;
}
.button-content a {
  transform: translateY(5px);
}
.button-content a.is-active {
  transform: translateY(10px);
}
@media (min-width: 760px) {
  .speakers .tabs__pane {
    margin-top: 60px;
    margin-bottom: 90px;
  }
  .speakers__wrapper {
    margin: 0 60px;
  }
}

@media (max-width: 759.97px) {
  .speakers .tabs__pane {
    margin: 60px 0;
  }
  .speakers__wrapper {
    flex-direction: column !important;
    margin: 0 30px;
  }
}

.tabs--standard.speakers  {
  display: block !important;
}
.speakers__wrapper {
  display: flex;
  align-items: center;
}
.tabs--standard.speakers.tabs--4 .tabs__tab {
  width: auto !important;
}
.speakers {
  position: relative;
  flex-direction: column-reverse !important;
}





.speakers-buttons .tabs__tab {
  flex-basis: 0 !important;
  background: #a1a5a8;
  opacity: 1;
  border-radius: 100%;
  border: none;
}
.speakers-buttons .tabs__tab.is-active {
  background: #b5880f;
  border: 5px solid #0081C6;
  box-shadow: 0px 0px 10px #20282e;
  box-shadow: inset 0px 0px 5px #4b5459;
}
.speakers__wrapper {
  display: flex;
  align-items: center;
}
.speakers .tabs--standard.tabs--4 .tabs__tab {
  width: auto !important;
}

.speakers {
  position: relative;
  flex-direction: column-reverse !important;
}
.speakers--controller {
  display: flex;
  align-items: center;
}
.tabs__media {
  height: 250px;
}

.tabs__media img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}




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

html {
  scroll-behavior: smooth;
}

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

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

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


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


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

.page-header {
  padding: 0 24px;
  border-bottom: 1px solid #fff;
  background: #fff;
  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: 767.97px) {
  .page-header {
    width: 100%;
    max-height: 100px;
  }
  .page-header__toggle {
    position: absolute;
    right: -24px;
    top: 5px;
    padding: 24px 24px;
    color: #fff;
  }
  .page-header__toggle.mobile-menu-is-open {
    color: #02101a;
  }
  .js .page-header__toggle {
    display: block !important;
  }
  .page-header__toggle .toggle-indicator {
    margin-left: 6px;
  }
  .page-header__content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    clear: both;
    margin-left: -24px;
    margin-right: -24px;
  }
}

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


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

  .header-nav {
    order: 2;
  }

  .header-utility {
    order: 3;
  }
}

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


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

  .page-header__content {
    display: none;
    width: 80%;
    width: calc(100% - 72px);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    background: #fff;
    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: #747c81;
  }
  .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(2, 16, 26, 0.7);
  }
  .page-header__toggle.mobile-menu-is-open .toggle-indicator {
    display: block;
    position: absolute;
    top: 30px;
  }
}


/*! ---------- =header components ---------- */
.header-logo img {
  width: 100%;
}

.is-scrolled .header-logo img {
  margin-top: 0;
}

@media (min-width: 768px) {
  .header-logo img {
    height: 300px;
    transition: height 0.2s ease, padding 0.2s;
    transform: scale(1.1);
  }
}

.header-logo > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-logo a,
.header-logo img {
  margin-top: -20px;
  background-size: cover;
}

@media (max-width: 767.97px) {
  .header-logo a {
    padding: 24px 0;
  }
  .header-logo img {
    height: 75px;
    margin: 2px;
  }
}


.toggle-indicator {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  position: relative;
}
.toggle-indicator__piece {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  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: 2px;
  background: #02101a;
  transition: background 0.2s ease-out;
}
.page-header .toggle-indicator__piece::before {
  background: #02101a;
}
.toggle-indicator__piece--1 {
  margin-top: -7px;
}
.toggle-indicator__piece--3 {
  margin-top: 5px;
}
.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: #b5880f;
}
.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: -1px;
}
.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: #ffffff;
}

.header-utility {
  position: absolute;
  background-color: #00467F;
  height: 50px;
  top: 0;
  right: 0;
}
.header-utility::before {
  background: inherit;
  content: "";
  height: 50px;
  width: 5000px;
  position: inherit;
  z-index: -1;
  left: -2000px;
}
.header-utility__link,
.header-utility__link-2 {
  display: block;
  padding: 12px 6px;
  color: #ffffff;
  font-size: 14px;
}
.header-utility ul {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  margin-right: 60px;
}

@media (max-width: 767.97px) {
  .header-utility ul {
    flex-direction: column;
  }
}

.header-utility__item {
  display: inline-block;
  margin: 0 15px;
}
.header-utility__item a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
}
.header-utility__item--highlight .header-utility__link {
  padding-left: 12px;
  padding-right: 12px;
  background: #00467F;
  color: #000;
  border-radius: 3px;
}
.header-utility__item--highlight .header-utility__link:hover,
.header-utility__item--highlight .header-utility__link:focus {
  background: #00467F;
  color: #000;
}

@media (max-width: 767.97px) {
  .header-utility {
    background-color: #fff;
    position: static;
    padding: 18px 24px;
    text-align: left;
    font-size: 14px !important;
  }
  .header-utility__item a {
    color: #02101a;
  }
  .header-utility__item {
    display: block;
  }
}

@media (min-width: 768px) {
  .header-utility__list {
    display: inline-block;
  }
  .header-utility__link {
    color: #eef1f2;
  }
  .header-utility__link:hover,
  .header-utility__link:focus {
    color: #a1a5a8;
  }
}


.header-search {
  right: 0;
}
.header-search__label {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 12px;
  margin: 0;
  opacity: 0.3;
  font-size: 18px;
}
.header-search__label.is-focused .fa-magnifying-glass {
  color: #02101a;
}
.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;
  font-size: 18px;
  line-height: 24px;
  background: #fff;
}
.header-search__submit {
  display: block;
  width: 60px;
  padding: 13px 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background: #eef1f2;
  font-weight: 700;
  color: #ffffff;
}

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

@media (min-width: 768px) {
  .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: #ffffff;
    opacity: 1;
    cursor: pointer;
    z-index: 2;
  }
  .header-search__label:hover,
  .header-search__label:focus {
    color: #eef1f2;
  }
  .header-search__input {
    position: absolute;
    top: 50%;
    padding-left: 42px !important;
    transform-origin: 100% 50%;
    border: 1px solid #02101a !important;
    opacity: 0.01;
  }
  .header-search__input:focus {
    opacity: 1;
  }
  .header-search__submit {
    display: none;
    color: #ffffff;
  }
  .header-search__submit:hover,
  .header-search__submit:focus {
    color: #eef1f2;
  }
}


.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;
  font-weight: 400;
}
.header-nav__main-link {
  font-weight: 400;
  color: #02101a;
}
.header-nav__link-2,
.header-nav__link-3,
.header-nav__link-4,
.header-nav__link-5 {
  font-size: 16px;
  color: #02101a;
}
.header-nav__link-3 {
  color: #02101a;
}
.header-nav__link-4,
.header-nav__link-5 {
  color: #02101a;
}
.header-nav__toggle {
  display: none;
}

@media (max-width: 767.97px) {
  .header-nav {
    background: #fff;
  }
  .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 #02101a;
  }
  .header-nav__main-link {
    color: #02101a;
  }
  .header-nav__link-2,
  .header-nav__link-3,
  .header-nav__link-4,
  .header-nav__link-5 {
    border-bottom-color: rgba(116, 124, 129, 0.5);
    color: #02101a;
  }
  .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: #fff;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .js .header-nav__toggle {
    display: block !important;
  }
  .header-nav__toggle::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-width: 0;
    border-top-color: #02101a;
    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: #0081C6;
    transform: scaleX(0.6) rotateX(180deg);
  }
}

@media (min-width: 768px) {
  .header-nav__main-list {
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-top: 45px;
  }
  .header-nav__main-item {
    display: inline-block;
    flex: 1 0 auto;
    margin: auto;
  }
  .header-nav__main-link {
    padding: 24px 0;
    position: relative;
  }
  .header-nav__main-link:hover,
  .header-nav__main-link:focus {
    color: #00467F !important;
  }
  .header-nav .is-current > a {
    color: #47a8f7;
  }
}


.nav-button,
.nav-button:focus,
.nav-button:hover,
.fa-solid .fa-triangle .fa-rotate-90 {
  color: #fff;
}

.nav-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-logo,
.header-nav {
  position: sticky;
}

.navigation-button {
  max-width: 200px;
  padding: 12px 24px;
}

@media (max-width: 767.97px) {
  .navigation-button {
    display: none;
  }
}

/*! single-row dropdowns */
@media (min-width: 768px) and (max-width: 959.97px) {
  .header-nav__main-item:last-child .header-nav__main-link {
    padding: 10px 15px !important;
  }
}

@media (min-width: 768px) {
  .header-nav__main-item:last-child .header-nav__main-link::before,
  .header-nav__main-item:last-child .header-nav__main-link ul {
    display: none;
}

.header-nav__main-item:last-child .header-nav__main-link {
    padding: 18px 60px;
    background: #820024;
    border-radius: 5px;
    font-weight: 400;
    color: #ffffff;
    transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out, padding 0.15s ease-out;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    word-wrap: break-word;
    margin: auto;
}
body.is-scrolled .header-nav__main-item:last-child .header-nav__main-link {
  padding: 15px 60px;
}

.header-nav__main-item:last-child .header-nav__main-link:hover,
.header-nav__main-item:last-child .header-nav__main-link:focus {
    border-color: #d01147;
    background: #d01147;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}

.header-nav__main-item:last-child .header-nav__main-link:focus {
    outline: 1px dashed rgba(128, 128, 128, 0.8);
    outline-offset: -6px;
}

.header-nav__main-item:last-child .header-nav__main-link:active {
    transform: translateY(0);
    box-shadow: none;
    transition: none;
}

.nav-button::after,
.header-nav__main-item:last-child .header-nav__main-link::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f2ec";
    font-weight: 900;
    -webkit-transform: rotate(90deg);
    visibility: initial;
    opacity: 1;
    z-index: 1;
    background: none;
    display: inline-block;
    position: initial;
    margin-left: 6px;
}

  .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: #fff;
    transform: scaleY(0.33) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: opacity 0.06s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
  }
  .header-nav__main-link::before {
    width: 22px;
    height: 22px;
    margin-left: -11px;
    background: #02101a;
  }
  .header-nav__list-2 {
    position: absolute;
    min-width: 15em;
    left: 50%;
    margin-left: -7.5em;
    top: 100%;
    padding: 24px 0;
    text-align: left;
    background: #fff;
    border: 1px solid #02101a;
    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: #02101a;
  }
  .header-nav__link-2:hover,
  .header-nav__link-2:focus {
    color: #00467F;
    background: rgba(255, 255, 255, 0.1);
  }
  .header-nav__list-2 ul {
    display: none;
  }
  .header-nav__main-item:hover .header-nav__main-link {
    color: #00467F;
  }
  .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;
  }
}


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

.header-logo {
  float: left;
}

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

  .header-logo {
    max-width: 110px;
    margin-right: 24px;
  }
  .header-logo a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 125px;
  }
  .header-logo img {
    max-height: 100%;
  }
}


@media (min-width: 768px) {
  .page-header__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 24px;
  }

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

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

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

@media (min-width: 768px) {

  .header-utility,
  .header-search {
    position: absolute;
    top: 0;
    right: 0;
  }
  .header-search {
    text-align: center;
    width: 30px;
  }

  .header-logo,
  .header-nav {
    margin-top: calc(168px - 96px);
  }
  .is-scrolled .header-logo {
    margin-top: 55px;
  }

  /*! sticky header */
  .content {
    padding-top: calc(168px + 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-nav {
    margin-top: 0;
  }
}


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

.page-footer .page-bounds {
  position: relative;
}


.footer-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 30px 0;
}

.footer__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 60px;
}

@media (max-width: 767.97px) {
  .footer-container {
    flex-direction: column;
  }

  .footer-logo {
    margin-right: 0 !important;
  }

  .footer__content {
    margin: 15px;
  }

  .footer-contact {
    margin-right: 0 !important;
  }

  .footer-contact .flex {
    justify-content: center;
  }
  .footer-contact p {
    line-height: 18pt !important;
  }
  .footer__content {
    flex-direction: column;
    gap: 15px;
  }
  .page-footer__content {
    gap: 0 !important;
  }
  .footer-utility__list {
    display: flex;
  }
}

.footer-logo {
  margin-right: 30px;
  display: flex;
  flex-direction: column;
}

.footer-contact {
  margin-right: 30px;
  display: flex;
  flex-direction: column;
}

.page-footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}


/*! ---------- =footer style ---------- */
/*! solid footer style */
.page-footer {
  background: #00467F;
  color: #ffffff;
}
.page-footer a {
  font-family: "Oswald", sans-serif;
  color: #ffffff;
}
.page-footer a:hover,
.page-footer a:focus {
  color: #a1a5a8;
  text-decoration: none;
}
.page-footer p,
.page-footer .footer-trending__title,
.page-footer .footer-actions__title {
  color: #ffffff;
}



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

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

.tiny-text {
  font-size: 14px;
}

.font-neutra p,
.font-neutra span {
  font-family: "Oswald", sans-serif !important;
}

.footer-social__icon {
  display: inline-block;
  vertical-align: middle;
  padding: 3px;
  font-size: 26px;
}

.footer-trending .item-list__description {
  font-family: "Oswald", sans-serif !important;
}
.footer-trending h6 {
  color: #fff;
}
.footer-trending__title {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  opacity: 0.5;
}

.footer-utility__list {
  list-style: none;
  margin: 0;
}
.footer-utility__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
.header-utility__item a,
.footer-utility__item a {
  font-weight: 400;
}
.footer-utility__link {
  display: block;
  padding: 6px;
  font-size: 16px;
}

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


.footer-actions__section {
  margin-bottom: 24px;
}
.footer-actions__title {
  font-size: 26px;
  line-height: 24px;
  margin-bottom: 6px;
}
.footer-actions__list {
  list-style: none;
  margin: 0 0 0 -12px;
}
.footer-actions__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-actions__link {
  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 p {
  z-index: 1;
  color: #02101a;
}

.footer-copyright {
  font-size: 16px;
  padding: 15px 0 !important;
  height: auto !important;

}

.footer-copyright::before,
.footer-copyright::after {
  background-color: inherit;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 3000px;
}

.black-background {
  background-color: #fff;
  height: 40px;
}
@media (max-width: 767.97px) {
  .footer-copyright {
    margin-top: 0 !important;
  }
}


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


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

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

  .footer-social,
  .footer-contact,
  .footer-trending,
  .footer-utility,
  .footer-copyright {
    margin-top: 24px;
  }
  .course-search__content {
    gap: 30px;
  }
  .search-results__container {
    padding: 15px 0;
    flex-wrap: wrap !important;
    margin: 0 30px;
  }
  .photo-overlay {
    flex-basis: auto !important;
  }
}

.footer-contact p {
  line-height: 24pt;
  margin-bottom: 0 !important;
}
@media (min-width: 960px) {
  .footer-logo {
    padding-right: calc(24px * 0.8);
  }

  .page-footer__meta {
    width: 30%;
    float: left;
    padding-right: calc(24px * 0.5);
  }
  .page-footer__content {
    padding-left: calc(24px * 0.5);
  }

  .footer-contact p::first-line {
    line-height: 36px;
  }

  .footer-social {
    margin-left: -3px;
  }

  .footer-trending {
    margin-top: -24px;
  }

  .footer-copyright {
    clear: both;
    padding-top: 12px;
  }
  .page-title {
    margin-left: 30px;
  }
  .course-search__content {
    gap: 60px;
  }
  .search-results__container {
    padding: 30px 0;
    margin: 0 30px;
  }
}
.search-results__container {
  padding: 30px 0;
}
.course-search__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.events-search {
  margin: auto 60px;
}


.stretch .horizontal__content {
  align-items: stretch;
}

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

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

.photo-overlay__container .block-editor-block-list__layout .block-editor-block-list__block {
  position: static;
}


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

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

.in-this-section a {
  display: block;
  padding: 6px 0;
  color: #ffffff;
}
.in-this-section a:hover,
.in-this-section a:focus {
  color: #b5880f !important;
}
.in-this-section .toggle-indicator__piece::before {
  background: #fff !important;
}
.in-this-section ul {
  list-style: none;
  margin: 0;
}
.in-this-section ul ul {
  display: none;
  padding-left: 24px;
}
.in-this-section ul ul a {
  font-size: 16px;
  line-height: 24px;
}
.in-this-section .current-menu-ancestor > ul,
.in-this-section .current-menu-item > ul,
.in-this-section .is-current > ul {
  display: block;
}
.card--fill,
.in-this-section .current-menu-ancestor > a,
.in-this-section .current-menu-item > a,
.in-this-section .is-current > a {
  color: #fff;
}

@media (max-width: 959.97px) {
  .in-this-section__toggle {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    text-align: left;
    color: #fff;
  }
  .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 {
    display: none;
  }
  .interior-layout .in-this-section {
    margin-top: -6px;
  }
}

/* ---------- =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: 33%;
    float: right;
    clear: right;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 15px;
  }
  .interior-layout__main {
    width: 67%;
    padding-right: 48px;
    float: left;
  }
  .interior-layout__main img {
    max-height: 300px;
    object-fit: contain;
  }
}

.event-details__media {
  width: 150px;
  height: 150px;
}

.event-details__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.item-list__attributes button {
  margin: 3px auto;
}
/*! ---------- =wordpress-specific tweaks ---------- */
/* match editor edge padding to that of frontend */
:root > .is-root-container {
  padding: 48px;
}

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

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

@media (min-width: 783px) {
  body.admin-bar .page-header {
    top: 32px;
  }
}

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

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


@media (min-width: 768px) {

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

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

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

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

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

  .content a[href]:not([href^="#"]) {
    word-wrap: break-word;
    box-shadow: 0 2px 0 #00467F;
    color: #ffffff;
    font-weight: 700;
  }
  .content a[href]:not([href^="#"])::after {
    content: " (" attr(href) ") ";
    font-size: 0.85em;
    color: white;
  }

  .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;
  }
}
/*# sourceMappingURL=../maps/public.css.map */