.foundation-mq {
  font-family: 'small=0em&xs=0em&sm=36em&md=48em&medium=48em&lg=62em&xl=75em&xxl=120em';
}
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput='mouse'] .menu li {
  outline: 0;
}
.menu .button,
.menu a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem; 
}
.menu a,
.menu button,
.menu input,
.menu select {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu,
.menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media screen and (min-width: 75em) {
  .menu.xl-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xl-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xl-expanded li {
    flex: 1 1 0px;
  }
  .menu.xl-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a {
  display: flex;
}
.menu.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #720000;
  color: #fff;
}
.menu .active > a {
  background: #720000;
  color: #fff;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: 700;
  line-height: 1;
  color: inherit;
}
.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}
.no-js [data-responsive-menu] ul {
  display: none;
}
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  content: '';
}
.menu-icon:hover:after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}
.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
  content: '';
}
.menu-icon.dark:hover:after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}
.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}
.drilldown a {
  padding: 16px;
  background: none;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #720000;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 16px;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a:after {
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-color: transparent transparent transparent #fff;
  border-style: inset inset inset solid;
  border-width: 6px 0 6px 6px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a:after {
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-color: transparent transparent transparent #720000;
  border-style: inset inset inset solid;
  border-width: 6px 0 6px 6px;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a:after {
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-color: transparent #720000 transparent transparent;
  border-style: inset solid inset inset;
  border-width: 6px 6px 6px 0;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a:before {
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-color: transparent #fff transparent transparent;
  border-style: inset solid inset inset;
  border-width: 6px 6px 6px 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a:after {
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-color: #720000 transparent transparent;
  border-style: solid inset inset;
  border-width: 6px 6px 0;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  background: #fff;
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #720000;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a:after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a:after {
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-color: transparent #720000 transparent transparent;
  border-style: inset solid inset inset;
  border-width: 6px 6px 6px 0;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a:after {
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-color: transparent transparent transparent #720000;
  border-style: inset inset inset solid;
  border-width: 6px 0 6px 6px;
}
@media screen and (min-width: 75em) {
  .dropdown.menu.xl-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xl-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xl-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xl-horizontal > li.is-dropdown-submenu-parent > a:after {
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-color: #720000 transparent transparent;
    border-style: solid inset inset;
    border-width: 6px 6px 0;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xl-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xl-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xl-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xl-vertical > li > a:after {
    right: 14px;
  }
  .dropdown.menu.xl-vertical > li.opens-left > a:after {
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-color: transparent #720000 transparent transparent;
    border-style: inset solid inset inset;
    border-width: 6px 6px 6px 0;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xl-vertical > li.opens-right > a:after {
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-color: transparent transparent transparent #720000;
    border-style: inset inset inset solid;
    border-width: 6px 0 6px 6px;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}
.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}
.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a:after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: none;
  background: #fff;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a:after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:after {
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-color: transparent #720000 transparent transparent;
  border-style: inset solid inset inset;
  border-width: 6px 6px 6px 0;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after {
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-color: transparent transparent transparent #720000;
  border-style: inset inset inset solid;
  border-width: 6px 0 6px 6px;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}
.is-off-canvas-open {
  overflow: hidden;
}
.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}
.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}
.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas.is-open {
  transform: translate(0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0);
}
.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px);
}
@media screen and (min-width: 75em) {
  .position-left {
    width: 25%;
    transform: translateX(-25%);
  }
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
@media screen and (min-width: 75em) {
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-25%);
  }
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0);
}
.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}
@media screen and (min-width: 75em) {
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(25%);
  }
}
.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25);
}
.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px);
}
@media screen and (min-width: 75em) {
  .position-right {
    width: 25%;
    transform: translateX(25%);
  }
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
@media screen and (min-width: 75em) {
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(25%);
  }
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0);
}
.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}
@media screen and (min-width: 75em) {
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-25%);
  }
}
.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25);
}
.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0);
}
.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}
.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25);
}
.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0);
}
.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}
.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25);
}
.off-canvas-content {
  transform: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap,
.off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0);
}
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xl {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
    position: absolute;
  }
  .position-left.reveal-for-xl .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xl {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 25%;
  }
  .position-left.reveal-for-xl ~ .off-canvas-content {
    margin-left: 25%;
  }
  .position-right.reveal-for-xl {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
    position: absolute;
  }
  .position-right.reveal-for-xl .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xl {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 25%;
  }
  .position-right.reveal-for-xl ~ .off-canvas-content {
    margin-right: 25%;
  }
  .position-top.reveal-for-xl {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
    position: absolute;
  }
  .position-top.reveal-for-xl .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xl {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 25%;
  }
  .position-top.reveal-for-xl ~ .off-canvas-content {
    margin-top: 25%;
  }
  .position-bottom.reveal-for-xl {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
    position: absolute;
  }
  .position-bottom.reveal-for-xl .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xl {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 25%;
  }
  .position-bottom.reveal-for-xl ~ .off-canvas-content {
    margin-bottom: 25%;
  }
}
@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xl {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xl.position-bottom,
  .off-canvas.in-canvas-for-xl.position-left,
  .off-canvas.in-canvas-for-xl.position-right,
  .off-canvas.in-canvas-for-xl.position-top {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xl .close-button {
    display: none;
  }
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-align: left;
  background-color: #fff;
}
[tabindex='-1']:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 4px;
}
p {
  
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #720000;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #c20326;
  text-decoration: underline;
}
a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: Consolas, Liberation Mono, Courier, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #333;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role='button'] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.animate-icon .icon {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .animate-icon .icon {
    transition: none;
  }
}
.animate-icon:focus .icon,
.animate-icon:hover .icon,
.ui-state-active .animate-icon .icon {
  transform: translateX(5px);
}
.image-zoom-on-lazyload {
  transition: transform 2s ease-out, opacity 0.15s linear;
  transform: scale(1.02);
  opacity: 0;
}
.image-zoom-on-lazyload.lazyloaded {
  transform: scale(1);
  opacity: 1;
}
.image-fade-on-lazyload {
  transition: opacity 0.15s linear;
  opacity: 0;
}
.image-fade-on-lazyload.lazyloaded {
  opacity: 1;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.change-has-occurred[data-will-change],
.change-has-occurred [data-will-change] {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.spin {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition-delay: 0.01ms !important;
    transition-duration: 0.01ms !important;
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-delay: 0.01ms !important;
    animation-delay: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
[data-aos='cti-fade-out'] {
  transition-property: opacity;
  opacity: 1;
}
[data-aos='cti-fade-out'].aos-animate {
  opacity: 0;
}
:focus,
button:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem #e18193;
}
.cke_editable:focus {
  outline: none;
  box-shadow: none;
}
html[data-whatintent='mouse']
  .group:focus
  [class*='group-focus:u-shadow-outline-'],
html[data-whatintent='mouse']
  .group:focus
  [class*='group-hocus:u-shadow-outline-'],
html[data-whatintent='mouse']
  .group:hover
  [class*='group-hocus:u-shadow-outline-'],
html[data-whatintent='mouse'] :focus[class*='focus-within:u-shadow-outline-'],
html[data-whatintent='mouse']
  input:focus
  ~ label[class*='focused-label:u-shadow-outline'] {
  outline: 0 !important;
  box-shadow: none !important;
}
html[data-whatintent='mouse'] :focus,
html[data-whatintent='mouse'] a[href]:focus,
html[data-whatintent='mouse'] button:focus,
html[data-whatintent='mouse'] iframe:focus,
html[data-whatintent='mouse'] input:focus,
html[data-whatintent='mouse'] select:focus,
html[data-whatintent='mouse'] textarea:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
html[data-whatintent='mouse'] :focus[class*='focus:u-shadow-outline-'],
html[data-whatintent='mouse'] :focus[class*='hocus:u-shadow-outline-'],
html[data-whatintent='mouse'] a[href]:focus[class*='focus:u-shadow-outline-'],
html[data-whatintent='mouse'] a[href]:focus[class*='hocus:u-shadow-outline-'],
html[data-whatintent='mouse'] button:focus[class*='focus:u-shadow-outline-'],
html[data-whatintent='mouse'] button:focus[class*='hocus:u-shadow-outline-'],
html[data-whatintent='mouse'] iframe:focus[class*='focus:u-shadow-outline-'],
html[data-whatintent='mouse'] iframe:focus[class*='hocus:u-shadow-outline-'],
html[data-whatintent='mouse'] input:focus[class*='focus:u-shadow-outline-'],
html[data-whatintent='mouse'] input:focus[class*='hocus:u-shadow-outline-'],
html[data-whatintent='mouse'] select:focus[class*='focus:u-shadow-outline-'],
html[data-whatintent='mouse'] select:focus[class*='hocus:u-shadow-outline-'],
html[data-whatintent='mouse'] textarea:focus[class*='focus:u-shadow-outline-'],
html[data-whatintent='mouse'] textarea:focus[class*='hocus:u-shadow-outline-'] {
  outline: 0 !important;
  box-shadow: none !important;
}
[x-cloak] {
  display: none;
}
.cti-commerce__payment-method .progress-throbber {
  margin-left: 16px !important;
  order: 1;
}
.cti-commerce__credit-card {
  max-width: 400px;
}
.cti-commerce__credit-card > :not(:last-child) {
  margin-bottom: 16px;
}
.checkout-pane.checkout-pane-coupon-redemption {
  margin-top: 16px;
}
:root {
  --site-header-height: 84px;
  --container-max-width: 100%;
}
@media (min-width: 576px) {
  :root {
    --container-max-width: 540px;
  }
}
@media (min-width: 768px) {
  :root {
    --container-max-width: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --container-max-width: 960px;
  }
}
@media (min-width: 1200px) {
  :root {
    --container-max-width: 1140px;
  }
}
@media (min-width: 1920px) {
  :root {
    --container-max-width: 1440px;
  }
}
@font-face {
  font-family: Lato;
  src: url('../fonts/lato-v17-latin-300.eot?v17f1bafd86b');
  src: local('Lato Light'), local('Lato-Light'),
    url('../fonts/lato-v17-latin-300.eot?v17f1bafd86b#iefix')
      format('embedded-opentype'),
    url('../fonts/lato-v17-latin-300.woff2?v17f1bafd86f') format('woff2'),
    url('../fonts/lato-v17-latin-300.woff?v17f1bafd86f') format('woff'),
    url('../fonts/lato-v17-latin-300.ttf?v17f1bafd86f') format('truetype'),
    url('../fonts/lato-v17-latin-300.svg?v17f1bafd86f#Lato') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Lato;
  src: url('../fonts/lato-v17-latin-300italic.eot?v17f1bafd86f');
  src: local('Lato Light Italic'), local('Lato-LightItalic'),
    url('../fonts/lato-v17-latin-300italic.eot?v17f1bafd86f#iefix')
      format('embedded-opentype'),
    url('../fonts/lato-v17-latin-300italic.woff2?v17f1bafd86f') format('woff2'),
    url('../fonts/lato-v17-latin-300italic.woff?v17f1bafd86f') format('woff'),
    url('../fonts/lato-v17-latin-300italic.ttf?v17f1bafd86f') format('truetype'),
    url('../fonts/lato-v17-latin-300italic.svg?v17f1bafd86f#Lato') format('svg');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Lato;
  src: url('../fonts/lato-v17-latin-regular.eot?v17f1bafd877');
  src: local('Lato Regular'), local('Lato-Regular'),
    url('../fonts/lato-v17-latin-regular.eot?v17f1bafd877#iefix')
      format('embedded-opentype'),
    url('../fonts/lato-v17-latin-regular.woff2?v17f1bafd877') format('woff2'),
    url('../fonts/lato-v17-latin-regular.woff?v17f1bafd877') format('woff'),
    url('../fonts/lato-v17-latin-regular.ttf?v17f1bafd877') format('truetype'),
    url('../fonts/lato-v17-latin-regular.svg?v17f1bafd877#Lato') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Lato;
  src: url('../fonts/lato-v17-latin-italic.eot?v17f1bafd873');
  src: local('Lato Italic'), local('Lato-Italic'),
    url('../fonts/lato-v17-latin-italic.eot?v17f1bafd873#iefix')
      format('embedded-opentype'),
    url('../fonts/lato-v17-latin-italic.woff2?v17f1bafd877') format('woff2'),
    url('../fonts/lato-v17-latin-italic.woff?v17f1bafd877') format('woff'),
    url('../fonts/lato-v17-latin-italic.ttf?v17f1bafd877') format('truetype'),
    url('../fonts/lato-v17-latin-italic.svg?v17f1bafd877#Lato') format('svg');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Lato;
  src: url('../fonts/lato-v17-latin-700.eot?v17f1bafd86f');
  src: local('Lato Bold'), local('Lato-Bold'),
    url('../fonts/lato-v17-latin-700.eot?v17f1bafd86f#iefix')
      format('embedded-opentype'),
    url('../fonts/lato-v17-latin-700.woff2?v17f1bafd86f') format('woff2'),
    url('../fonts/lato-v17-latin-700.woff?v17f1bafd86f') format('woff'),
    url('../fonts/lato-v17-latin-700.ttf?v17f1bafd86f') format('truetype'),
    url('../fonts/lato-v17-latin-700.svg?v17f1bafd86f#Lato') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Lato;
  src: url('../fonts/lato-v17-latin-700italic.eot?v17f1bafd86f');
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'),
    url('../fonts/lato-v17-latin-700italic.eot?v17f1bafd86f#iefix')
      format('embedded-opentype'),
    url('../fonts/lato-v17-latin-700italic.woff2?v17f1bafd873') format('woff2'),
    url('../fonts/lato-v17-latin-700italic.woff?v17f1bafd873') format('woff'),
    url('../fonts/lato-v17-latin-700italic.ttf?v17f1bafd873') format('truetype'),
    url('../fonts/lato-v17-latin-700italic.svg?v17f1bafd873#Lato') format('svg');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Lato;
  src: url('../fonts/lato-v17-latin-900.eot?v17f1bafd873');
  src: local('Lato Black'), local('Lato-Black'),
    url('../fonts/lato-v17-latin-900.eot?v17f1bafd873#iefix')
      format('embedded-opentype'),
    url('../fonts/lato-v17-latin-900.woff2?v17f1bafd873') format('woff2'),
    url('../fonts/lato-v17-latin-900.woff?v17f1bafd873') format('woff'),
    url('../fonts/lato-v17-latin-900.ttf?v17f1bafd873') format('truetype'),
    url('../fonts/lato-v17-latin-900.svg?v17f1bafd873#Lato') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Lato;
  src: url('../fonts/lato-v17-latin-900italic.eot?v17f1bafd873');
  src: local('Lato Black Italic'), local('Lato-BlackItalic'),
    url('../fonts/lato-v17-latin-900italic.eot?v17f1bafd873#iefix')
      format('embedded-opentype'),
    url('../fonts/lato-v17-latin-900italic.woff2?v17f1bafd873') format('woff2'),
    url('../fonts/lato-v17-latin-900italic.woff?v17f1bafd873') format('woff'),
    url('../fonts/lato-v17-latin-900italic.ttf?v17f1bafd873') format('truetype'),
    url('../fonts/lato-v17-latin-900italic.svg?v17f1bafd873#Lato') format('svg');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 100%;
  line-height: 1.5em;
}
.base {
  font-size: 100%;
  line-height: 1.5em;
}
.h1 {
  font-size: 2.4375rem;
  line-height: 40px;
}
@media (min-width: 1200px) {
  .h1 {
    font-size: 3.0625rem;
    line-height: 48px;
  }
}
@media (min-width: 1920px) {
  .h1 {
    font-size: 3.8125rem;
    line-height: 60px;
  }
}
.h2 {
  font-size: 1.9375rem;
  line-height: 32px;
}
@media (min-width: 1200px) {
  .h2 {
    font-size: 2.4375rem;
    line-height: 40px;
  }
}
@media (min-width: 1920px) {
  .h2 {
    font-size: 3.0625rem;
    line-height: 48px;
  }
}
.h3 {
  font-size: 1.5625rem;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .h3 {
    font-size: 1.9375rem;
    line-height: 32px;
  }
}
@media (min-width: 1920px) {
  .h3 {
    font-size: 2.4375rem;
    line-height: 40px;
  }
}
.h4 {
  font-size: 1.25rem;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .h4 {
    font-size: 1.5625rem;
    line-height: 24px;
  }
}
@media (min-width: 1920px) {
  .h4 {
    font-size: 1.9375rem;
    line-height: 32px;
  }
}
.h5 {
  font-size: 1.25rem;
  line-height: 20px;
}
@media (min-width: 1920px) {
  .h5 {
    font-size: 1.5625rem;
    line-height: 24px;
  }
}
.h6 {
  font-size: 1.25rem;
  line-height: 20px;
}
html body [v-cloak] {
  display: none !important;
}
.container,
.footer,
.header,
.main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .footer,
  .header,
  .main {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .footer,
  .header,
  .main {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .footer,
  .header,
  .main {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .footer,
  .header,
  .main {
    max-width: 1140px;
  }
}
@media (min-width: 1920px) {
  .container,
  .footer,
  .header,
  .main {
    max-width: 1440px;
  }
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm,
  .footer,
  .header,
  .main {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm,
  .footer,
  .header,
  .main {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .footer,
  .header,
  .main {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .footer,
  .header,
  .main {
    max-width: 1140px;
  }
}
@media (min-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl,
  .footer,
  .header,
  .main {
    max-width: 1440px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1920px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}
@-webkit-keyframes underline-gradient {
  0% {
    transform: translateZ(0);
  }
  50% {
    transform: translate3d(-75%, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes underline-gradient {
  0% {
    transform: translateZ(0);
  }
  50% {
    transform: translate3d(-75%, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.standout-content-summary a,
.text-long a {
  text-decoration: underline;
}
.has-dark-bg .has-dark-bg__themed-link,
.has-dark-bg .text-long a {
  color: currentColor;
}
.has-dark-bg .has-light-bg .has-dark-bg__themed-link,
.has-dark-bg .has-light-bg .text-long a {
  color: #720000;
}
h1 {
  margin: 0 0 0.5em;
}
.text-long h1 {
  font-size: 2.4375rem;
  line-height: 40px;
}
@media (min-width: 1200px) {
  .text-long h1 {
    font-size: 3.0625rem;
    line-height: 48px;
  }
}
@media (min-width: 1920px) {
  .text-long h1 {
    font-size: 3.8125rem;
    line-height: 60px;
  }
}
h2 {
  margin: 0 0 0.5em;
}
.text-long h2 {
  font-size: 1.9375rem;
  line-height: 32px;
}
@media (min-width: 1200px) {
  .text-long h2 {
    font-size: 2.4375rem;
    line-height: 40px;
  }
}
@media (min-width: 1920px) {
  .text-long h2 {
    font-size: 3.0625rem;
    line-height: 48px;
  }
}
h3 {
  margin: 0 0 0.5em;
}
.text-long h3 {
  font-size: 1.5625rem;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .text-long h3 {
    font-size: 1.9375rem;
    line-height: 32px;
  }
}
@media (min-width: 1920px) {
  .text-long h3 {
    font-size: 2.4375rem;
    line-height: 40px;
  }
}
h4 {
  margin: 0 0 0.5em;
}
.text-long h4 {
  font-size: 1.25rem;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .text-long h4 {
    font-size: 1.5625rem;
    line-height: 24px;
  }
}
@media (min-width: 1920px) {
  .text-long h4 {
    font-size: 1.9375rem;
    line-height: 32px;
  }
}
h5 {
  margin: 0 0 0.5em;
}
.text-long h5 {
  font-size: 1.25rem;
  line-height: 20px;
}
@media (min-width: 1920px) {
  .text-long h5 {
    font-size: 1.5625rem;
    line-height: 24px;
  }
}
h6 {
  margin: 0 0 0.5em;
}
.text-long h6 {
  font-size: 1.25rem;
  line-height: 20px;
}
.blockquote,
.text-long blockquote {
  font-family: Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif,
    Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  line-height: 1;
  margin-bottom: 24px;
  font-size: 31px;
  max-width: 40ch;
}
@media (min-width: 768px) {
  .blockquote,
  .text-long blockquote {
    font-size: 39px;
  }
}
.blockquote,
.text-long:not(.cke_editable) blockquote {
  padding-top: 8px;
  padding-left: 56px;
}
.blockquote + figcaption,
.text-long:not(.cke_editable) blockquote + figcaption {
  font-weight: 700;
  margin-bottom: 32px;
  margin-left: 56px;
  max-width: 40ch;
}
@media (min-width: 768px) {
  .blockquote + figcaption,
  .text-long:not(.cke_editable) blockquote + figcaption {
    margin-left: 88px;
  }
}
@media (min-width: 768px) {
  .blockquote,
  .text-long:not(.cke_editable) blockquote {
    margin-left: 32px;
  }
}
.blockquote,
.blockquote-background,
.standout-content-summary blockquote,
.text-in-circle--quote,
.text-long:not(.cke_editable) blockquote {
  background-image: url('../images/blockquote/quote-marks-dark.svg?v17f1bafd877');
  background-repeat: no-repeat;
  background-size: 1em;
}
.blockquote-background.u-text-white,
.blockquote.u-text-white,
.page-section.u-text-white .blockquote,
.page-section.u-text-white .blockquote-background,
.page-section.u-text-white .standout-content-summary blockquote,
.page-section.u-text-white .text-in-circle--quote,
.page-section.u-text-white .text-long:not(.cke_editable) blockquote,
.standout-content-summary .page-section.u-text-white blockquote,
.standout-content-summary blockquote.u-text-white,
.text-long:not(.cke_editable) blockquote.u-text-white,
.u-text-white.text-in-circle--quote {
  background-image: url('../images/blockquote/quote-marks-light.svg?v17f1bafd877');
}
.blockquote-background.u-text-primary,
.blockquote.u-text-primary,
.standout-content-summary blockquote.u-text-primary,
.text-long:not(.cke_editable) blockquote.u-text-primary,
.u-text-primary.text-in-circle--quote {
  background-image: url('../images/blockquote/quote-marks-primary.svg?v17f1bafd877');
}
body {
  font-family: Lato, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI,
    Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue,
    sans-serif;
}
body html {
  font-size: 100%;
  line-height: 1.5em;
}
.hr,
.text-long hr {
  border-width: 1px 0 0;
  margin-bottom: 0;
  opacity: 0.5;
  border-color: currentColor;
}
::-moz-selection {
  background-color: #720000;
  color: #fff;
}
::selection {
  background-color: #720000;
  color: #fff;
}
.text-long br + br {
  display: none;
}
.text-long .caps {
  font-variant-caps: all-small-caps;
}
small {
  font-size: 13px;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
  padding-right: 16px;
  margin: 0;
}
.list-inline .list-inline-item:last-of-type {
  padding-right: 0;
}
.list-commas {
  list-style: none;
  padding: 0;
}
.list-commas li {
  display: inline;
}
.list-commas li + li:last-child:before {
  content: ' and ';
}
.list-commas li:nth-of-type(n + 2):not(:last-child):before {
  content: ', ';
}
ul li::marker {
  color: #720000;
}
img,
picture {
  display: block;
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
img:not(.image-zoom-on-lazyload).lazyload,
img:not(.image-zoom-on-lazyload).lazyloaded,
img:not(.image-zoom-on-lazyload).lazyloading {
  transition: opacity 0.15s linear;
  will-change: opacity;
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  img:not(.image-zoom-on-lazyload).lazyload,
  img:not(.image-zoom-on-lazyload).lazyloaded,
  img:not(.image-zoom-on-lazyload).lazyloading {
    transition: none;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  img:not(.image-zoom-on-lazyload).lazyload,
  img:not(.image-zoom-on-lazyload).lazyloaded,
  img:not(.image-zoom-on-lazyload).lazyloading {
    opacity: 1;
  }
}
img:not(.image-zoom-on-lazyload).lazyloaded {
  opacity: 1;
}
.embed-responsive > img,
.embed-responsive > picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
}
.embed-responsive > picture > img {
  height: 100%;
}
.icon {
  display: inline-block;
  overflow: visible;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  fill: currentColor;
}
.ui-autocomplete {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08) !important;
  max-width: 100vw !important;
  border-radius: 0.25rem !important;
  overflow: hidden !important;
  background-color: #fff !important;
  border-color: #000 !important;
}
.ui-autocomplete .ui-menu-item-wrapper .node--live-result {
  color: #000;
  background-color: #fff;
}
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active .node--live-result {
  background-color: #f2f2f2;
}
.ui-autocomplete__primary {
  background-color: #720000 !important;
  border-color: #fff !important;
}
.ui-autocomplete__primary .ui-menu-item-wrapper .node--live-result {
  color: #fff !important;
  background-color: #720000 !important;
}
.ui-autocomplete__primary
  .ui-menu-item-wrapper.ui-state-active
  .node--live-result {
  background-color: #c20326 !important;
}
.ui-autocomplete__tertiary {
  border-color: #000 !important;
}
.ui-autocomplete__grey-400 {
  background-color: #222 !important;
  border-color: #999 !important;
}
.ui-autocomplete__grey-400 .ui-menu-item-wrapper .node--live-result {
  color: #fff !important;
  background-color: #222 !important;
}
.ui-autocomplete__grey-400
  .ui-menu-item-wrapper.ui-state-active
  .node--live-result {
  background-color: #000 !important;
}
@media (min-width: 0) and (max-width: 768px) {
  .ui-autocomplete {
    left: 0 !important;
    right: 0 !important;
    border-style: none !important;
    border-radius: 0 !important;
  }
}
.search-api-autocomplete-search .ui-menu-item:hover {
  background: unset;
}
.adyen-checkout__input,
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 2rem + 2px);
  padding: 1rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d9d9d9;
  border-radius: 0.25rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .adyen-checkout__input,
  .form-control {
    transition: none;
  }
}
.adyen-checkout__input::-ms-expand,
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.adyen-checkout__input:-moz-focusring,
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.adyen-checkout__input:focus,
.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #c20326;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(221, 3, 43, 0.25);
}
.adyen-checkout__input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #d9d9d9;
  opacity: 1;
}
.adyen-checkout__input::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #d9d9d9;
  opacity: 1;
}
.adyen-checkout__input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #d9d9d9;
  opacity: 1;
}
.adyen-checkout__input::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: #d9d9d9;
  opacity: 1;
}
.adyen-checkout__input::placeholder,
.form-control::placeholder {
  color: #d9d9d9;
  opacity: 1;
}
.adyen-checkout__input:disabled,
.adyen-checkout__input[readonly],
.form-control:disabled,
.form-control[readonly] {
  background-color: #ececec;
  opacity: 1;
}
input.adyen-checkout__input[type='date'],
input.adyen-checkout__input[type='datetime-local'],
input.adyen-checkout__input[type='month'],
input.adyen-checkout__input[type='time'],
input[type='date'].form-control,
input[type='datetime-local'].form-control,
input[type='month'].form-control,
input[type='time'].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.adyen-checkout__input:focus::-ms-value,
select.form-control:focus::-ms-value {
  color: #000;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(1rem + 1px);
  padding-bottom: calc(1rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(1.5rem + 1px);
  padding-bottom: calc(1.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.8125rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 1rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 3rem + 2px);
  padding: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.adyen-checkout__input[multiple],
select.adyen-checkout__input[size],
select.form-control[multiple],
select.form-control[size] {
  height: auto;
}
textarea.adyen-checkout__input,
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  color: #333;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #3a863a;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 80%;
  line-height: 1;
  color: #fff;
  background-color: rgba(58, 134, 58, 0.9);
  border-radius: 0.25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.is-valid.adyen-checkout__input,
.was-validated .adyen-checkout__input:valid,
.was-validated .form-control:valid {
  border-color: #3a863a;
}
.form-control.is-valid:focus,
.is-valid.adyen-checkout__input:focus,
.was-validated .adyen-checkout__input:valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #3a863a;
  box-shadow: 0 0 0 0.2rem rgba(58, 134, 58, 0.25);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #3a863a;
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #3a863a;
  box-shadow: 0 0 0 0.2rem rgba(58, 134, 58, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #3a863a;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #3a863a;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #3a863a;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label:before {
  border-color: #49aa49;
  background-color: #49aa49;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(58, 134, 58, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label:before {
  border-color: #3a863a;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #3a863a;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #3a863a;
  box-shadow: 0 0 0 0.2rem rgba(58, 134, 58, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ac2a1a;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 80%;
  line-height: 1;
  color: #fff;
  background-color: rgba(172, 42, 26, 0.9);
  border-radius: 0.25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.is-invalid.adyen-checkout__input,
.was-validated .adyen-checkout__input:invalid,
.was-validated .form-control:invalid {
  border-color: #ac2a1a;
}
.form-control.is-invalid:focus,
.is-invalid.adyen-checkout__input:focus,
.was-validated .adyen-checkout__input:invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #ac2a1a;
  box-shadow: 0 0 0 0.2rem rgba(172, 42, 26, 0.25);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #ac2a1a;
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #ac2a1a;
  box-shadow: 0 0 0 0.2rem rgba(172, 42, 26, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #ac2a1a;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #ac2a1a;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  border-color: #ac2a1a;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label:before {
  border-color: #d83521;
  background-color: #d83521;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(172, 42, 26, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label:before {
  border-color: #ac2a1a;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #ac2a1a;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #ac2a1a;
  box-shadow: 0 0 0 0.2rem rgba(172, 42, 26, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .adyen-checkout__input,
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .adyen-checkout__input,
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .adyen-checkout__input + .adyen-checkout__input,
.input-group > .adyen-checkout__input + .custom-file,
.input-group > .adyen-checkout__input + .custom-select,
.input-group > .adyen-checkout__input + .form-control,
.input-group > .custom-file + .adyen-checkout__input,
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .adyen-checkout__input,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .adyen-checkout__input,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .adyen-checkout__input,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.input-group > .adyen-checkout__input:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .adyen-checkout__input:not(:last-child),
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .adyen-checkout__input:not(:first-child),
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: flex;
}
.facet .facet-summary-item--clear .input-group-append a,
.facet .facet-summary-item--clear .input-group-prepend a,
.input-group-append .btn,
.input-group-append .facet .facet-summary-item--clear a,
.input-group-prepend .btn,
.input-group-prepend .facet .facet-summary-item--clear a {
  position: relative;
  z-index: 2;
}
.facet .facet-summary-item--clear .input-group-append a:focus,
.facet .facet-summary-item--clear .input-group-prepend a:focus,
.input-group-append .btn:focus,
.input-group-append .facet .facet-summary-item--clear a:focus,
.input-group-prepend .btn:focus,
.input-group-prepend .facet .facet-summary-item--clear a:focus {
  z-index: 3;
}
.facet .facet-summary-item--clear .input-group-append .btn + a,
.facet .facet-summary-item--clear .input-group-append .input-group-text + a,
.facet .facet-summary-item--clear .input-group-append a + .btn,
.facet .facet-summary-item--clear .input-group-append a + .input-group-text,
.facet .facet-summary-item--clear .input-group-append a + a,
.facet .facet-summary-item--clear .input-group-prepend .btn + a,
.facet .facet-summary-item--clear .input-group-prepend .input-group-text + a,
.facet .facet-summary-item--clear .input-group-prepend a + .btn,
.facet .facet-summary-item--clear .input-group-prepend a + .input-group-text,
.facet .facet-summary-item--clear .input-group-prepend a + a,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .facet .facet-summary-item--clear .btn + a,
.input-group-append .facet .facet-summary-item--clear .input-group-text + a,
.input-group-append .facet .facet-summary-item--clear a + .btn,
.input-group-append .facet .facet-summary-item--clear a + .input-group-text,
.input-group-append .facet .facet-summary-item--clear a + a,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .facet .facet-summary-item--clear .btn + a,
.input-group-prepend .facet .facet-summary-item--clear .input-group-text + a,
.input-group-prepend .facet .facet-summary-item--clear a + .btn,
.input-group-prepend .facet .facet-summary-item--clear a + .input-group-text,
.input-group-prepend .facet .facet-summary-item--clear a + a,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #ececec;
  border: 1px solid #d9d9d9;
  border-radius: 0.25rem;
}
.input-group-text input[type='checkbox'],
.input-group-text input[type='radio'] {
  margin-top: 0;
}
.input-group-lg > .adyen-checkout__input:not(textarea),
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 3rem + 2px);
}
.facet .facet-summary-item--clear .input-group-lg > .input-group-append > a,
.facet .facet-summary-item--clear .input-group-lg > .input-group-prepend > a,
.input-group-lg > .adyen-checkout__input,
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .adyen-checkout__input:not(textarea),
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}
.facet .facet-summary-item--clear .input-group-sm > .input-group-append > a,
.facet .facet-summary-item--clear .input-group-sm > .input-group-prepend > a,
.input-group-sm > .adyen-checkout__input,
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2rem;
}
.facet
  .facet-summary-item--clear
  .input-group
  > .input-group-append:last-child
  > a:not(:last-child):not(.dropdown-toggle),
.facet
  .facet-summary-item--clear
  .input-group
  > .input-group-append:not(:last-child)
  > a,
.facet .facet-summary-item--clear .input-group > .input-group-prepend > a,
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.facet .facet-summary-item--clear .input-group > .input-group-append > a,
.facet
  .facet-summary-item--clear
  .input-group
  > .input-group-prepend:first-child
  > a:not(:first-child),
.facet
  .facet-summary-item--clear
  .input-group
  > .input-group-prepend:not(:first-child)
  > a,
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1rem;
  padding-left: 2rem;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.5rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  border-color: #720000;
  background-color: #720000;
}
.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(221, 3, 43, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #c20326;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  color: #fff;
  background-color: #fe95a8;
  border-color: #fe95a8;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
  color: #333;
}
.custom-control-input:disabled ~ .custom-control-label:before,
.custom-control-input[disabled] ~ .custom-control-label:before {
  background-color: #ececec;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label:before {
  position: absolute;
  top: -0.25rem;
  left: -2rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: '';
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
.custom-control-label:after {
  position: absolute;
  top: -0.25rem;
  left: -2rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: '';
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:before {
  border-color: #720000;
  background-color: #720000;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(221, 3, 43, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label:before {
  background-color: rgba(221, 3, 43, 0.5);
}
.custom-radio .custom-control-label:before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(221, 3, 43, 0.5);
}
.custom-switch {
  padding-left: 3.125rem;
}
.custom-switch .custom-control-label:before {
  left: -3.125rem;
  width: 2.625rem;
  pointer-events: all;
  border-radius: 0.75rem;
}
.custom-switch .custom-control-label:after {
  top: calc(-0.25rem + 2px);
  left: calc(-3.125rem + 2px);
  width: calc(1.5rem - 4px);
  height: calc(1.5rem - 4px);
  background-color: #d9d9d9;
  border-radius: 0.75rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label:after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #fff;
  transform: translateX(1.125rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(221, 3, 43, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 2rem + 2px);
  padding: 1rem 2rem 1rem 1rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23222' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 1rem center/8px 10px;
  border: 1px solid #d9d9d9;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #c20326;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(221, 3, 43, 0.25);
}
.custom-select:focus::-ms-value {
  color: #000;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size='1']) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}
.custom-select:disabled {
  color: #333;
  background-color: #ececec;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.custom-select-sm {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  font-size: 0.8125rem;
}
.custom-select-lg {
  height: calc(1.5em + 3rem + 2px);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 2rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 2rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #c20326;
  box-shadow: 0 0 0 0.2rem rgba(221, 3, 43, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
  background-color: #ececec;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: 'Browse';
}
.custom-file-input ~ .custom-file-label[data-browse]:after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 2rem + 2px);
  padding: 1rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0.25rem;
}
.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 2rem);
  padding: 1rem;
  line-height: 1.5;
  color: #000;
  content: 'Browse';
  background-color: #ececec;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(221, 3, 43, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(221, 3, 43, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(221, 3, 43, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #720000;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #fe95a8;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #ececec;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #720000;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #fe95a8;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #ececec;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #720000;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #fe95a8;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #ececec;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #ececec;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #d9d9d9;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #d9d9d9;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #d9d9d9;
}
.custom-control-label:before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label:before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.custom-select-wrapper-sm {
  font-size: 0.8125rem;
}
.custom-select-wrapper-sm:after {
  right: calc(1.5em + 1rem + 2px);
}
.custom-select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.25;
  padding-right: calc(1.5em + 2rem + 2px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' aria-hidden='true' class='feather feather-chevron-down sc-dnqmqq jxshSx' data-reactid='266' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right calc((1.5em + 2rem + 2px) / 2 - 0.5em) center;
  background-size: 1em 1em;
}
.custom-select.has-dark-bg {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' aria-hidden='true' class='feather feather-chevron-down sc-dnqmqq jxshSx' data-reactid='266' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
}
.custom-select-sm {
  padding-right: calc(1.5em + 1rem + 2px);
  background-position: right calc((1.5em + 1rem + 2px) / 2 - 0.5em) center;
}
.custom-autocomplete {
  background-image: none !important;
}
details summary::-webkit-details-marker {
  display: none;
}
details [data-details-close-arrow] {
  display: none;
}
details[open] [data-details-open-arrow] {
  display: none;
}
details[open] [data-details-close-arrow] {
  display: initial;
}
.ui-autocomplete-loading + .form-element-loading {
  display: inline-block !important;
}
.form-item--error-message {
  color: #ac2a1a;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
.custom-file-label:after {
  font-weight: 700;
}
.ajax-progress-throbber + .custom-file-label,
[data-drupal-selector='edit-file-remove-button'] + .custom-file-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.custom-file [data-drupal-selector='edit-file-remove-button'] {
  margin-left: 8px !important;
}
.custom-file .file {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  color: #222;
  font-size: 13px;
  border-width: 1px;
  padding: 8px;
  border-radius: 0.25rem;
  background-color: #f2f2f2;
}
.custom-file .file a {
  color: #000;
}
.form-item .messages--error {
  color: #ac2a1a;
  font-weight: 700;
}
::-webkit-input-placeholder {
  opacity: 1;
  color: #d9d9d9;
}
::-moz-placeholder {
  opacity: 1;
  color: #d9d9d9;
}
:-ms-input-placeholder {
  opacity: 1;
  color: #d9d9d9;
}
::-ms-input-placeholder {
  color: #d9d9d9;
}
::placeholder {
  opacity: 1;
  color: #d9d9d9;
}
::-ms-input-placeholder {
  opacity: 1;
  color: #333;
}
select option {
  color: #000;
}
.fieldset .description {
  line-height: 1.5;
  max-width: 80ch;
}
.expanding-textarea {
  max-height: calc(70vh - 84px);
  max-height: calc(var(--vh) * 70 - var(--site-header-height));
}
.text-count-wrapper {
  margin-top: 8px;
  color: #222;
}
.iti,
.rateit {
  display: block;
}
.ui-timepicker-wrapper {
  margin-top: 8px;
  padding: 8px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11),
    0 5px 15px 0 rgba(0, 0, 0, 0.08);
  width: 7.5em;
  border-color: #d9d9d9;
  border-radius: 0.25rem;
}
.webform-fieldset-container > * {
  border-width: 1px;
  border-color: transparent;
}
.webform-submission-form .form-time,
.webform-submission-form .webform-time,
.webform-submission-form input[autocomplete='postal-code'],
.webform-submission-form input[type='date'],
.webform-submission-form input[type='number'] {
  width: auto;
}
.webform-submission-form
  .webform-options-display-side-by-side
  .checkboxes-spacer-container,
.webform-submission-form
  .webform-options-display-side-by-side
  .radios-spacer-container {
  display: flex;
  flex-wrap: wrap;
}
[disabled] {
  cursor: not-allowed;
}
input.form-text.webform-counter-warning,
input.webform-counter-warning,
textarea.form-textarea.webform-counter-warning,
textarea.webform-counter-warning {
  border-color: #ac2a1a;
  background: #fff;
}
.text-count-wrapper.webform-counter-warning {
  color: #ac2a1a;
  font-weight: 700;
}
.webform-options-display-buttons label.webform-options-display-buttons-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 700;
  border-radius: 0.25rem;
  border-color: #d9d9d9;
  cursor: pointer;
}
.webform-options-display-buttons
  label.webform-options-display-buttons-label:hover {
  border-color: #999;
}
.webform-options-display-buttons .webform-options-display-buttons-description {
  font-weight: 400;
}
.webform-options-display-buttons label:before {
  display: none;
}
.webform-options-display-buttons
  input:checked
  + label.webform-options-display-buttons-label {
  border-color: #720000;
}
.webform-options-display-buttons
  input:checked:focus
  + label.webform-options-display-buttons-label,
.webform-options-display-buttons
  input:focus
  + label.webform-options-display-buttons-label {
  box-shadow: 0 0 0 0.2rem #ee8195;
}
.webform-options-display-buttons .webform-options-display-buttons-description {
  margin-top: 8px;
}
.webform-options-display-buttons-horizontal .checkboxes-spacer-container,
.webform-options-display-buttons-horizontal .radios-spacer-container {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 0%;
}
.custom-checkbox-relative-to-text {
  padding-left: 2rem;
}
.custom-checkbox-relative-to-text .custom-control-input {
  top: 0.1em;
  width: 1em;
  height: 1em;
}
.custom-checkbox-relative-to-text .custom-control-label:after,
.custom-checkbox-relative-to-text .custom-control-label:before {
  top: 0.1em;
  left: -2rem;
  width: 1em;
  height: 1em;
}
.form-wrapper > * + * {
  margin-top: 32px;
}
.form-wrapper > legend + * {
  margin-top: 0;
}
.address-container-inline {
  display: flex;
}
.address-container-inline > .form-item {
  margin-right: 0;
}
.address-container-inline > * + * {
  margin-left: 16px;
  margin-top: 0;
}
.form-actions > * + * {
  margin-left: 16px;
  margin-top: 0;
}
.webform-elements > * + * {
  margin-top: 32px;
}
.form--inline {
  display: flex;
  flex-wrap: wrap;
  margin: -8px -16px !important;
}
.form--inline > * {
  flex-grow: 1;
  margin: 8px 16px !important;
}
label.form-required:not(.on-load-required):after {
  color: #ac2a1a;
  content: '*';
}
.password-confirm.password-confirm {
  margin-top: 8px !important;
}
.password-confirm .error,
.password-confirm .ok {
  text-transform: capitalize;
}
.password-confirm .ok {
  color: #3a863a;
}
.password-confirm .error {
  color: #ac2a1a;
}
.icon-input:focus-within {
  color: #000;
  border-color: #c20326;
  outline: 0;
  background-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(221, 3, 43, 0.25);
}
.icon-input .adyen-checkout__input,
.icon-input .form-control {
  height: inherit;
  border-radius: inherit;
}
.icon-input .adyen-checkout__input:focus,
.icon-input .form-control:focus {
  outline: none;
  box-shadow: none;
}
.transparent-select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-weight: 700;
  background-color: transparent;
  border-radius: 0.25rem;
  border-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: currentColor;
  padding: 0.6em 2.5em 0.5em 0.8em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"),
    linear-gradient(180deg, transparent 0, transparent);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 1.5em auto, 100%;
  line-height: 1.3;
}
.transparent-select.has-light-bg {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"),
    linear-gradient(180deg, transparent 0, transparent);
}
.transparent-select::-ms-expand {
  display: none;
}
.transparent-select option {
  font-weight: 400;
}
.btn,
.facet .facet-summary-item--clear a {
  display: inline-block;
  font-weight: 900;
  color: #000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn,
  .facet .facet-summary-item--clear a {
    transition: none;
  }
}
.btn:hover,
.facet .facet-summary-item--clear a:hover {
  color: #000;
  text-decoration: none;
}
.btn.focus,
.btn:focus,
.facet .facet-summary-item--clear a.focus,
.facet .facet-summary-item--clear a:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(221, 3, 43, 0.25);
}
.btn.disabled,
.btn:disabled,
.facet .facet-summary-item--clear a.disabled,
.facet .facet-summary-item--clear a:disabled {
  opacity: 1;
}
.btn:not(:disabled):not(.disabled),
.facet .facet-summary-item--clear a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.facet .facet-summary-item--clear a.disabled,
.facet .facet-summary-item--clear fieldset:disabled a,
a.btn.disabled,
fieldset:disabled .facet .facet-summary-item--clear a,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #720000;
  border-color: #720000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #b70224;
  border-color: #ab0221;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #b70224;
  border-color: #ab0221;
  box-shadow: 0 0 0 0.2rem rgba(226, 41, 75, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #720000;
  border-color: #720000;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ab0221;
  border-color: #9e021f;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 41, 75, 0.5);
}
.btn-secondary {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-secondary:hover {
  color: #000;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-secondary.focus,
.btn-secondary:focus {
  color: #000;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 85.1%, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #000;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 85.1%, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #3a863a;
  border-color: #3a863a;
}
.btn-success:hover {
  color: #fff;
  background-color: #2e6b2e;
  border-color: #2b622b;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #2e6b2e;
  border-color: #2b622b;
  box-shadow: 0 0 0 0.2rem rgba(88, 152, 88, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #3a863a;
  border-color: #3a863a;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2b622b;
  border-color: #275a27;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 152, 88, 0.5);
}
.btn-info {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-info:hover {
  color: #000;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-info.focus,
.btn-info:focus {
  color: #000;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 85.1%, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 85.1%, 0.5);
}
.btn-warning {
  color: #fff;
  background-color: #da611e;
  border-color: #da611e;
}
.btn-warning:hover {
  color: #fff;
  background-color: #b85219;
  border-color: #ad4d18;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #b85219;
  border-color: #ad4d18;
  box-shadow: 0 0 0 0.2rem rgba(224, 121, 64, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #fff;
  background-color: #da611e;
  border-color: #da611e;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ad4d18;
  border-color: #a24816;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 121, 64, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #ac2a1a;
  border-color: #ac2a1a;
}
.btn-danger:hover {
  color: #fff;
  background-color: #8b2215;
  border-color: #801f13;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #8b2215;
  border-color: #801f13;
  box-shadow: 0 0 0 0.2rem rgba(184, 74, 60, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #ac2a1a;
  border-color: #ac2a1a;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #801f13;
  border-color: #751c12;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(184, 74, 60, 0.5);
}
.btn-light {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-light:hover {
  color: #000;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-light.focus,
.btn-light:focus {
  color: #000;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 85.1%, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 85.1%, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-dark:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-dark.focus,
.btn-dark:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-primary-dark {
  color: #fff;
  background-color: #c20326;
  border-color: #c20326;
}
.btn-primary-dark:hover {
  color: #fff;
  background-color: #9c021f;
  border-color: #90021c;
}
.btn-primary-dark.focus,
.btn-primary-dark:focus {
  color: #fff;
  background-color: #9c021f;
  border-color: #90021c;
  box-shadow: 0 0 0 0.2rem rgba(203, 41, 71, 0.5);
}
.btn-primary-dark.disabled,
.btn-primary-dark:disabled {
  color: #fff;
  background-color: #c20326;
  border-color: #c20326;
}
.btn-primary-dark:not(:disabled):not(.disabled).active,
.btn-primary-dark:not(:disabled):not(.disabled):active,
.show > .btn-primary-dark.dropdown-toggle {
  color: #fff;
  background-color: #90021c;
  border-color: #83021a;
}
.btn-primary-dark:not(:disabled):not(.disabled).active:focus,
.btn-primary-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 41, 71, 0.5);
}
.btn-tertiary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-tertiary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-tertiary.focus,
.btn-tertiary:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-tertiary.disabled,
.btn-tertiary:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-tertiary:not(:disabled):not(.disabled).active,
.btn-tertiary:not(:disabled):not(.disabled):active,
.show > .btn-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-tertiary:not(:disabled):not(.disabled).active:focus,
.btn-tertiary:not(:disabled):not(.disabled):active:focus,
.show > .btn-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-twitter {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-twitter:hover {
  color: #fff;
  background-color: #0d8ddc;
  border-color: #0c85d0;
}
.btn-twitter.focus,
.btn-twitter:focus {
  color: #fff;
  background-color: #0d8ddc;
  border-color: #0c85d0;
  box-shadow: 0 0 0 0.2rem rgba(63, 175, 244, 0.5);
}
.btn-twitter.disabled,
.btn-twitter:disabled {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-twitter:not(:disabled):not(.disabled).active,
.btn-twitter:not(:disabled):not(.disabled):active,
.show > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #0c85d0;
  border-color: #0b7ec4;
}
.btn-twitter:not(:disabled):not(.disabled).active:focus,
.btn-twitter:not(:disabled):not(.disabled):active:focus,
.show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 175, 244, 0.5);
}
.btn-outline-primary {
  color: #720000;
  border-color: #720000;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #720000;
  border-color: #720000;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 3, 43, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #720000;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #720000;
  border-color: #720000;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 3, 43, 0.5);
}
.btn-outline-secondary {
  color: #fff;
  border-color: #fff;
}
.btn-outline-secondary:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}
.btn-outline-success {
  color: #3a863a;
  border-color: #3a863a;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #3a863a;
  border-color: #3a863a;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 134, 58, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #3a863a;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #3a863a;
  border-color: #3a863a;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 134, 58, 0.5);
}
.btn-outline-info {
  color: #fff;
  border-color: #fff;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}
.btn-outline-warning {
  color: #da611e;
  border-color: #da611e;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #da611e;
  border-color: #da611e;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 97, 30, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #da611e;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #da611e;
  border-color: #da611e;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 97, 30, 0.5);
}
.btn-outline-danger {
  color: #ac2a1a;
  border-color: #ac2a1a;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ac2a1a;
  border-color: #ac2a1a;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 42, 26, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #ac2a1a;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ac2a1a;
  border-color: #ac2a1a;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 42, 26, 0.5);
}
.btn-outline-light {
  color: #fff;
  border-color: #fff;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}
.btn-outline-dark {
  color: #000;
  border-color: #000;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-primary-dark {
  color: #c20326;
  border-color: #c20326;
}
.btn-outline-primary-dark:hover {
  color: #fff;
  background-color: #c20326;
  border-color: #c20326;
}
.btn-outline-primary-dark.focus,
.btn-outline-primary-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 3, 38, 0.5);
}
.btn-outline-primary-dark.disabled,
.btn-outline-primary-dark:disabled {
  color: #c20326;
  background-color: transparent;
}
.btn-outline-primary-dark:not(:disabled):not(.disabled).active,
.btn-outline-primary-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary-dark.dropdown-toggle {
  color: #fff;
  background-color: #c20326;
  border-color: #c20326;
}
.btn-outline-primary-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 3, 38, 0.5);
}
.btn-outline-tertiary {
  color: #000;
  border-color: #000;
}
.btn-outline-tertiary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-tertiary.focus,
.btn-outline-tertiary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-tertiary.disabled,
.btn-outline-tertiary:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-tertiary:not(:disabled):not(.disabled).active,
.btn-outline-tertiary:not(:disabled):not(.disabled):active,
.show > .btn-outline-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-tertiary:not(:disabled):not(.disabled).active:focus,
.btn-outline-tertiary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-twitter {
  color: #1da1f2;
  border-color: #1da1f2;
}
.btn-outline-twitter:hover {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-outline-twitter.focus,
.btn-outline-twitter:focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
}
.btn-outline-twitter.disabled,
.btn-outline-twitter:disabled {
  color: #1da1f2;
  background-color: transparent;
}
.btn-outline-twitter:not(:disabled):not(.disabled).active,
.btn-outline-twitter:not(:disabled):not(.disabled):active,
.show > .btn-outline-twitter.dropdown-toggle {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-outline-twitter:not(:disabled):not(.disabled).active:focus,
.btn-outline-twitter:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #720000;
  text-decoration: none;
}
.btn-link:hover {
  color: #c20326;
  text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #333;
  pointer-events: none;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type='button'].btn-block,
input[type='reset'].btn-block,
input[type='submit'].btn-block {
  width: 100%;
}
.btn,
.facet .facet-summary-item--clear a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 9999px;
  text-decoration: none;
  line-height: 1.25;
  white-space: normal;
  font-weight: 400;
  font-size: 20px;
}
.btn.disabled,
.btn:disabled,
.facet .facet-summary-item--clear a.disabled,
.facet .facet-summary-item--clear a:disabled {
  border-color: #ccc;
  box-shadow: none;
  cursor: not-allowed;
  background-image: none;
}
.btn:hover,
.facet .facet-summary-item--clear a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.btn-sm,
.facet .facet-summary-item--clear a {
  line-height: 1.25;
}
.btn-block:not(.btn-sm) {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 1200px) {
  .btn-block:not(.btn-sm) {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.btn,
.facet .facet-summary-item--clear a {
  padding: 1rem 3rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 9999px;
}
.btn-sm,
.facet .facet-summary-item--clear a {
  padding: 0.5rem 1.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 9999px;
}
.btn-lg {
  padding: 1rem 3rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 9999px;
}
.btn-primary {
  background-image: linear-gradient(90deg, #720000, #a20118);
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #ccc;
}
.btn-outline-tertiary.disabled,
.btn-outline-tertiary:disabled {
  color: #ccc;
}
.table {
  width: 100%;
  margin-bottom: 8px;
  color: #000;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #ececec;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ececec;
}
.table tbody + tbody {
  border-top: 2px solid #ececec;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #ececec;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #ececec;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #f5b8c4;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #ed7c91;
}
.table-hover .table-primary:hover {
  background-color: #f2a2b1;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #f2a2b1;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #fff;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #fff;
}
.table-hover .table-secondary:hover {
  background-color: #f2f2f2;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #f2f2f2;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c8ddc8;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #99c099;
}
.table-hover .table-success:hover {
  background-color: #b8d3b8;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b8d3b8;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #fff;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #fff;
}
.table-hover .table-info:hover {
  background-color: #f2f2f2;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #f2f2f2;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #f5d3c0;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ecad8a;
}
.table-hover .table-warning:hover {
  background-color: #f2c4aa;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #f2c4aa;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #e8c3bf;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #d49088;
}
.table-hover .table-danger:hover {
  background-color: #e1b1ac;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #e1b1ac;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fff;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fff;
}
.table-hover .table-light:hover {
  background-color: #f2f2f2;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f2f2f2;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #b8b8b8;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #7a7a7a;
}
.table-hover .table-dark:hover {
  background-color: #ababab;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #ababab;
}
.table-primary-dark,
.table-primary-dark > td,
.table-primary-dark > th {
  background-color: #eeb8c2;
}
.table-primary-dark tbody + tbody,
.table-primary-dark td,
.table-primary-dark th,
.table-primary-dark thead th {
  border-color: #df7c8e;
}
.table-hover .table-primary-dark:hover {
  background-color: #e9a3b0;
}
.table-hover .table-primary-dark:hover > td,
.table-hover .table-primary-dark:hover > th {
  background-color: #e9a3b0;
}
.table-tertiary,
.table-tertiary > td,
.table-tertiary > th {
  background-color: #b8b8b8;
}
.table-tertiary tbody + tbody,
.table-tertiary td,
.table-tertiary th,
.table-tertiary thead th {
  border-color: #7a7a7a;
}
.table-hover .table-tertiary:hover {
  background-color: #ababab;
}
.table-hover .table-tertiary:hover > td,
.table-hover .table-tertiary:hover > th {
  background-color: #ababab;
}
.table-twitter,
.table-twitter > td,
.table-twitter > th {
  background-color: #c0e5fb;
}
.table-twitter tbody + tbody,
.table-twitter td,
.table-twitter th,
.table-twitter thead th {
  border-color: #89cef8;
}
.table-hover .table-twitter:hover {
  background-color: #a8dbf9;
}
.table-hover .table-twitter:hover > td,
.table-hover .table-twitter:hover > th {
  background-color: #a8dbf9;
}
.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #222;
  border-color: #353535;
}
.table .thead-light th {
  color: #222;
  background-color: #ececec;
  border-color: #ececec;
}
.table-dark {
  color: #fff;
  background-color: #222;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #353535;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1919.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.table {
  background-color: #fff;
  margin-bottom: 0;
}
.table caption {
  padding-top: 16px;
  padding-bottom: 0;
  color: #222;
}
.has-dark-bg .table caption {
  color: #fff;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive:before {
  display: block;
  content: '';
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9:before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.embed-responsive-4by3:before {
  padding-top: 75%;
}
.embed-responsive-1by1:before {
  padding-top: 100%;
}
.embed-responsive-2by3:before {
  padding-top: 150%;
}
.embed-responsive-3by4:before {
  padding-top: 133.33333%;
}
.tabs--menu .tabs-title {
  position: relative;
  z-index: 1;
  border: solid transparent;
  border-width: 0 0 6px;
}
.tabs--menu .tabs-title.is-active {
  border-color: #720000;
}
.has-dark-bg .tabs--menu .tabs-title.is-active {
  border-color: #fff;
}
.tabs--menu .tabs-title a {
  display: inline-block;
  padding: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}
.has-dark-bg .tabs--menu .tabs-title a {
  color: #fff;
}
.tabs--menu .tabs-title:not(.is-active):focus-within,
.tabs--menu .tabs-title:not(.is-active):hover {
  border-color: #720000;
}
.has-dark-bg .tabs--menu .tabs-title:not(.is-active):focus-within,
.has-dark-bg .tabs--menu .tabs-title:not(.is-active):hover {
  border-color: #fff;
}
#nprogress#nprogress .bar {
  height: 3px;
  background: #720000;
}
.toolbar-horizontal.toolbar-fixed #nprogress#nprogress .bar {
  background: #000;
}
#nprogress#nprogress .peg {
  box-shadow: 0 0 10px #720000, 0 0 5px #720000;
}
.toolbar-horizontal.toolbar-fixed #nprogress#nprogress .peg {
  box-shadow: 0 0 10px #000, 0 0 5px #000;
}
#nprogress#nprogress .spinner-icon {
  border-top-color: #720000;
  border-left-color: #720000;
}
.contextual {
  z-index: 400;
}
[class*='u-o-'] > [data-contextual-id] {
  margin-top: 0 !important;
}
[class*='u-o-'] > [data-contextual-id] + * {
  margin-top: 0 !important;
}
.view-mode-list-item + .view-mode-list-item {
  margin-top: 64px;
}
.view-mode-list-item-label {
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 1.9375rem;
  line-height: 32px;
}
@media (min-width: 1200px) {
  .view-mode-list-item-label {
    font-size: 2.4375rem;
    line-height: 40px;
  }
}
@media (min-width: 1920px) {
  .view-mode-list-item-label {
    font-size: 3.0625rem;
    line-height: 48px;
  }
}
.ui-widget {
  font-family: Lato, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI,
    Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue,
    sans-serif;
}
.ui-widget.ui-dialog:not(.ui-dialog-off-canvas) {
  z-index: 501;
  padding: 0;
  border-width: 6px;
  border-color: #fff;
  border-radius: 0.25rem;
  overflow: hidden;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11),
    0 5px 15px 0 rgba(0, 0, 0, 0.08);
  line-height: 1.25;
}
.ui-widget.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-buttonpane,
.ui-widget.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-content,
.ui-widget.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-titlebar {
  z-index: 501;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .ui-widget.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-buttonpane,
  .ui-widget.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-content,
  .ui-widget.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-titlebar {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) {
  .ui-widget.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-content {
    padding-bottom: 32px;
  }
}
.ui-widget.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-titlebar,
.ui-widget.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-titlebar-close {
  background-color: #fff;
  border-width: 0;
  border-radius: 0;
}
.ui-widget.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-titlebar {
  padding-top: 24px;
  padding-bottom: 0;
}
.ui-widget.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-title {
  font-size: 31px;
  margin-bottom: 24px;
  margin-top: 0;
  line-height: 1.25;
  white-space: normal;
  overflow: visible;
  width: 100%;
}
.ui-widget.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-buttonpane {
  border-width: 0;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 24px;
}
.ui-widget.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-buttonset {
  float: none;
}
.ui-widget.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-titlebar-close {
  top: 0;
  right: 0;
  border-bottom-left-radius: 0.25rem;
  width: 36px;
  height: 36px;
  margin: -6px -6px 0 0;
}
.ui-widget.ui-dialog:not(.ui-dialog-off-canvas)
  .ui-dialog-titlebar-close
  .ui-icon-closethick {
  background-position: 50%;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  margin-left: -14px;
  background-image: url('../images/jquery-ui/x.svg?v17f1bafd8bf');
  background-size: 100% auto;
}
.ui-widget.ui-dialog:not(.ui-dialog-off-canvas) .status-message .u-breakout {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}
.ui-widget-overlay {
  background-color: #000;
  opacity: 0.9;
}
[data-rpi-area] {
  margin-top: -84px !important;
  margin-top: calc(var(--site-header-height) * -1) !important;
  padding-top: 84px !important;
  padding-top: var(--site-header-height) !important;
}
.accordion-item {
  border-color: hsla(0, 0%, 100%, 0.2);
}
.accordion-title-wrapper {
  order: -1;
}
.adyen-checkout__label {
  margin-bottom: 0;
}
.adyen-checkout__label__text {
  font-size: 16px;
  padding: 0;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
.webform-elements .adyen-checkout__label__text {
  font-size: 20px;
}
.adyen-checkout__label--focused .adyen-checkout__label__text {
  color: #000;
}
.adyen-checkout__input--focus,
.adyen-checkout__input--focus:hover,
.adyen-checkout__input:active,
.adyen-checkout__input:active:hover,
.adyen-checkout__input:focus,
.adyen-checkout__input:focus:hover {
  color: #000;
  border-color: #c20326;
  outline: 0;
  background-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(221, 3, 43, 0.25);
}
.adyen-checkout__label__text--error {
  color: #ac2a1a;
}
.adyen-checkout__error-text {
  color: #ac2a1a;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
.daily-agenda__time {
  width: 100px;
}
.author-teaser__image-container {
  width: 20vw;
  max-width: 150px;
  box-shadow: 0 0 0 0.2rem #fff, 0 0 7px 0 #000;
}
.card:focus-within {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.card ul {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .card--featured-blog .card__body {
    --guestimated-lines-available: calc(5 - var(--estimated-heading-lines));
    padding-left: 30px !important;
  }
  .card--featured-blog .card__body p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-line-clamp: var(--guestimated-lines-available, 4);
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .card--featured-blog .card__body {
    --guestimated-lines-available: calc(4 - var(--estimated-heading-lines));
  }
}
@media (min-width: 992px) and (min-width: 1920px) {
  .card--featured-blog .card__body {
    --guestimated-lines-available: calc(6 - var(--estimated-heading-lines));
  }
}
@media (min-width: 992px) {
  .card--featured.card--half-width-image .card__image {
    width: calc(50% - 15px);
  }
}
@media (min-width: 992px) {
  .card--featured.card--search-result-image .card__image {
    width: 183px;
    height: 183px;
  }
}
.card--member .card__image {
  order: -1;
  width: 193px;
}
.card--member .card__side {
  flex: 0 0 255px;
}
.card--member .card__side ul {
  list-style: disc;
}
.card__tags .list-commas li:before {
  color: #333;
}
@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA')
    format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --swiper-theme-color: #720000;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: -22px;
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: normal;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000;
}
.swiper-pagination-lock {
  display: none;
}
.carousel .swiper-slide {
  overflow: hidden;
  height: auto;
}
.carousel.has-peek .swiper-container {
  overflow: visible;
}
.carousel.has-peek .swiper-slide:not(.swiper-slide-visible) {
  pointer-events: auto !important;
}
@media (min-width: 992px) {
  .carousel.has-peek.peek-translucent .swiper-slide:not(.swiper-slide-visible) {
    opacity: 0.6;
    -webkit-filter: saturate(0.5);
    filter: saturate(0.5);
  }
}
.has-dark-bg .carousel .carousel__button-disabled {
  opacity: 0.25 !important;
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  opacity: 1;
  border: 3px solid;
  background: transparent;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  border-color: #720000;
  background: #720000;
}
.swiper-pagination-lock {
  display: none !important;
}
.background-media-section h3,
.background-media-section h4,
.background-media-section h5,
.background-media-section h6,
.background-media-section p {
  font-weight: 300;
  line-height: 1.5;
}
.bold-bar__label {
  top: -16px;
  max-width: calc(100vw - 30px);
  height: 32px;
}
@media (min-width: 576px) {
  .bold-bar__label {
    max-width: 510px;
  }
}
@media (min-width: 768px) {
  .bold-bar__label {
    max-width: 690px;
  }
}
@media (min-width: 992px) {
  .bold-bar__label {
    max-width: 930px;
  }
}
@media (min-width: 1200px) {
  .bold-bar__label {
    max-width: 1110px;
  }
}
@media (min-width: 1920px) {
  .bold-bar__label {
    max-width: 1410px;
  }
}
.page-section-mobile-expander:not(.accordion) [data-close-arrow],
.page-section-mobile-expander:not(.accordion) [data-open-arrow] {
  display: none;
}
.accordion .mobile-expander.accordion-item [data-close-arrow] {
  display: none;
}
.accordion .mobile-expander.accordion-item.is-active [data-open-arrow] {
  display: none;
}
.accordion .mobile-expander.accordion-item.is-active [data-close-arrow] {
  display: initial;
}
.accordion .mobile-expander.accordion-item.is-active .accordion-title {
  border-bottom: none !important;
}
.accordion
  .mobile-expander.accordion-item.is-active
  .mobile-expander--text:after {
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-color: #222 transparent transparent;
  border-style: solid inset inset;
  border-width: 8px 8px 0;
  position: absolute;
  z-index: 2;
  bottom: -8px;
  left: 8px;
}
:root {
  --vh: 1vh;
}
.u-vh-100 {
  height: 100vh;
  height: calc(var(--vh) * 100);
}
.full-screen-ajax-indicator {
  background: hsla(0, 0%, 100%, 0.4);
}
.full-screen-ajax-indicator__container {
  width: 70px;
  height: 70px;
}
.media-item svg {
  width: 100%;
  max-width: 6rem;
}
.icon__breadcrumb {
  width: 0.7em;
  height: 0.7em;
}
.primary-navigation .is-dropdown-submenu-item,
.primary-navigation .is-dropdown-submenu-parent {
  position: static;
}
.primary-navigation .is-dropdown-submenu-parent > a:focus,
.primary-navigation .is-dropdown-submenu-parent > a:hover {
  border: none !important;
}
.primary-navigation .js-drilldown-back a {
  background-color: #c20326;
  color: #fff;
}
.primary-navigation .is-dropdown-submenu .ui-menu-item-wrapper {
  padding: 0;
}
.primary-navigation-item.is-active > a:before {
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-color: #fff transparent transparent;
  border-style: solid inset inset;
  border-width: 8px 8px 0;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 4px);
}
@media (min-width: 1920px) {
  .primary-navigation-item:not(.group):not(:first-child) {
    margin-left: 32px;
  }
}
@media (min-width: 1200px) {
  .primary-navigation {
    opacity: 1;
  }
  .primary-navigation--loading {
    overflow: hidden !important;
    max-height: 84px !important;
    opacity: 0 !important;
  }
  .primary-navigation-link:after {
    display: none !important;
  }
  .primary-navigation-submenu {
    max-width: 1440px;
    max-width: 100%;
    max-width: var(--container-max-width);
  }
  .primary-navigation-submenu > * {
    position: relative !important;
    z-index: 2;
  }
  .primary-navigation-submenu:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: 0 -9999rem;
    content: '';
    background: #f2f2f2;
    background-repeat: no-repeat;
  }
  .primary-navigation-submenu:after {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #ececec;
  }
  .primary-navigation-sublink {
    font-weight: 700;
  }
  .primary-navigation-sublink:after {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .site-header-menu-inner {
    margin-right: 112px;
  }
}
.drilldown a {
  will-change: auto;
}
.tabs-panel.is-active {
  display: block;
}
.tabs-panel {
  display: none;
}
.tabs--menu {
  position: relative;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  text-align: center;
}
.tabs--menu:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  background-color: rgba(221, 3, 43, 0.5);
}
.has-dark-bg .tabs--menu:after {
  background-color: hsla(0, 0%, 100%, 0.5);
}
div[id='block-rutherford-local-tasks'] .tabs--menu:after {
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-right: -50vw;
  margin-left: -50vw;
}
@media (min-width: 576px) {
  .tabs--menu {
    display: flex;
  }
}
@media (min-width: 768px) {
  .tabs--menu {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .tabs--menu {
    font-size: 25px;
  }
}
.utility-navigation .js-drilldown-back a {
  background-color: #1e1e1e;
  color: #fff;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.utility-navigation .js-drilldown-back a:focus,
.utility-navigation .js-drilldown-back a:hover {
  background-color: #333;
  border-radius: 0;
}
.utility-navigation.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 40px !important;
}
.utility-navigation.menu > li.is-dropdown-submenu-parent > a:after {
  right: 16px;
  border-color: #fff transparent transparent;
}
.utility-navigation.dropdown .list-item:not(:first-child) {
  margin-left: 32px;
}
.oembed > div > * {
  width: 100% !important;
  margin: 0 !important;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #720000;
  background-color: #fff;
  border: 1px solid #ececec;
}
.page-link:hover {
  z-index: 2;
  color: #c20326;
  text-decoration: none;
  background-color: #c6c6c6;
  border-color: #d9d9d9;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(221, 3, 43, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #720000;
  border-color: #ececec;
}
.page-item.disabled .page-link {
  color: #333;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #ececec;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.smart-date-recurring-card ul {
  margin-bottom: 0;
}
.social-sharing-links--grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(24px, 1fr));
  max-width: 288px;
  max-width: calc(
    24px * var(--social-sharing-links-item-count, 8) + 16px *
      (var(--social-sharing-links-item-count, 7) - 1)
  );
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 0 solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link,
.alert a {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #730216;
  background-color: #f8cdd5;
  border-color: #f5b8c4;
}
.alert-primary hr {
  border-top-color: #f2a2b1;
}
.alert-primary .alert-link,
.alert-primary .alert a,
.alert .alert-primary a {
  color: #41010c;
}
.alert-secondary {
  color: #858585;
  background-color: #fff;
  border-color: #fff;
}
.alert-secondary hr {
  border-top-color: #f2f2f2;
}
.alert-secondary .alert-link,
.alert-secondary .alert a,
.alert .alert-secondary a {
  color: #6c6c6c;
}
.alert-success {
  color: #1e461e;
  background-color: #d8e7d8;
  border-color: #c8ddc8;
}
.alert-success hr {
  border-top-color: #b8d3b8;
}
.alert-success .alert-link,
.alert-success .alert a,
.alert .alert-success a {
  color: #0f220f;
}
.alert-info {
  color: #858585;
  background-color: #fff;
  border-color: #fff;
}
.alert-info hr {
  border-top-color: #f2f2f2;
}
.alert-info .alert-link,
.alert-info .alert a,
.alert .alert-info a {
  color: #6c6c6c;
}
.alert-warning {
  color: #713210;
  background-color: #f8dfd2;
  border-color: #f5d3c0;
}
.alert-warning hr {
  border-top-color: #f2c4aa;
}
.alert-warning .alert-link,
.alert-warning .alert a,
.alert .alert-warning a {
  color: #441e0a;
}
.alert-danger {
  color: #59160e;
  background-color: #eed4d1;
  border-color: #e8c3bf;
}
.alert-danger hr {
  border-top-color: #e1b1ac;
}
.alert-danger .alert-link,
.alert-danger .alert a,
.alert .alert-danger a {
  color: #2d0b07;
}
.alert-light {
  color: #858585;
  background-color: #fff;
  border-color: #fff;
}
.alert-light hr {
  border-top-color: #f2f2f2;
}
.alert-light .alert-link,
.alert-light .alert a,
.alert .alert-light a {
  color: #6c6c6c;
}
.alert-dark {
  color: #000;
  background-color: #ccc;
  border-color: #b8b8b8;
}
.alert-dark hr {
  border-top-color: #ababab;
}
.alert-dark .alert-link,
.alert-dark .alert a,
.alert .alert-dark a {
  color: #000;
}
.alert-primary-dark {
  color: #650214;
  background-color: #f3cdd4;
  border-color: #eeb8c2;
}
.alert-primary-dark hr {
  border-top-color: #e9a3b0;
}
.alert-primary-dark .alert-link,
.alert-primary-dark .alert a,
.alert .alert-primary-dark a {
  color: #33010a;
}
.alert-tertiary {
  color: #000;
  background-color: #ccc;
  border-color: #b8b8b8;
}
.alert-tertiary hr {
  border-top-color: #ababab;
}
.alert-tertiary .alert-link,
.alert-tertiary .alert a,
.alert .alert-tertiary a {
  color: #000;
}
.alert-twitter {
  color: #0f547e;
  background-color: #d2ecfc;
  border-color: #c0e5fb;
}
.alert-twitter hr {
  border-top-color: #a8dbf9;
}
.alert-twitter .alert-link,
.alert-twitter .alert a,
.alert .alert-twitter a {
  color: #0a3650;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.alert {
  display: block;
  border-radius: 0;
}
.alert a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
.alert-success {
  background-color: #3a863a;
  color: #fff;
}
.alert-warning {
  background-color: #da611e;
  color: #000;
}
.alert-danger {
  background-color: #ac2a1a;
  color: #fff;
}
.form-steps {
  list-style: none;
}
.form-steps:before {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #bbb;
  top: 0;
  height: 3px;
  content: '';
}
.form-steps__step {
  font-size: 0;
}
.form-steps__step:before {
  position: absolute;
  background-color: #ccc;
  border-radius: 9999px;
  top: -32px;
  left: 50%;
  width: 20px;
  height: 20px;
  content: '';
  transform: translateX(-50%);
}
.form-steps__step:first-child:after,
.form-steps__step:last-child:after {
  position: absolute;
  background-color: #fff;
  top: -24px;
  width: 400px;
  height: 3px;
  content: '';
}
.form-steps__step:first-child:after {
  right: calc(50% + 10px);
}
.form-steps__step:last-child:after {
  left: calc(50% + 10px);
}
.form-steps__step.active {
  font-size: 13px;
}
.form-steps__step.active:before {
  background-color: #000;
}
.text-scroller .simplebar-content-padding {
  padding-right: 19px;
}
.text-scroller .simplebar-scrollbar.simplebar-visible:before {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .text-scroller .simplebar-scrollbar.simplebar-visible:before {
    transition: none;
  }
}
.text-scroller:hover .simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.8;
}
.tippy-tooltip {
  padding: 8px 16px;
  border-radius: 0.25rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  text-align: left;
}
[data-tippy-content],
[data-tippy] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordion .accordion-content {
  display: none;
}
.accordion .accordion-title .accordion-title--contract,
.accordion .accordion-title .accordion-title--expand {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .accordion .accordion-title .accordion-title--contract,
  .accordion .accordion-title .accordion-title--expand {
    transition: none;
  }
}
.accordion .accordion-title .accordion-title--contract {
  opacity: 0;
}
.accordion .accordion-title[aria-expanded='true'] .accordion-title--contract {
  opacity: 1;
}
.accordion .accordion-title[aria-expanded='true'] .accordion-title--expand {
  opacity: 0;
}
.eu-cookie-compliance-banner p {
  margin-bottom: 0;
  line-height: 1.5;
}
.sliding-popup-bottom {
  right: 0;
  left: 0;
}
.datepicker-calendar.datepicker-calendar {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  margin: 0;
  padding: 0;
  border-style: none;
  font-size: 13px;
}
.datepicker-calendar.datepicker-calendar .datepicker-event-marker {
  --marker-size: 30%;
  background-color: #720000;
  position: absolute;
  top: calc(var(--marker-size) / 2 * -1);
  right: calc(var(--marker-size) / 2 * -1);
  width: var(--marker-size);
  height: var(--marker-size);
  transform: rotate(-45deg);
}
.datepicker-calendar.datepicker-calendar
  td.selectable.focus
  .datepicker-event-marker,
.datepicker-calendar.datepicker-calendar
  td.selectable:hover
  .datepicker-event-marker {
  background-color: #c20326;
}
.datepicker-calendar.datepicker-calendar .datepicker-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-style: none !important;
  margin: 0 !important;
}
.datepicker-calendar.datepicker-calendar
  .datepicker-button:not(.datepicker-month) {
  font-size: 20px;
  font-size: 16px;
}
.datepicker-calendar.datepicker-calendar .datepicker-month {
  font-weight: 400;
  font-size: 16px;
}
.datepicker-calendar.datepicker-calendar
  div.datepicker-month-wrap
  div.datepicker-month-next,
.datepicker-calendar.datepicker-calendar
  div.datepicker-month-wrap
  div.datepicker-month-prev {
  padding-top: unset !important;
}
.datepicker-calendar.datepicker-calendar div.datepicker-month {
  margin: 0 56px;
}
.datepicker-calendar.datepicker-calendar td.day,
.datepicker-calendar.datepicker-calendar td.month,
.datepicker-calendar.datepicker-calendar td.year {
  position: relative;
  overflow: hidden;
  height: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border-width: 2px;
  border-color: #f2f2f2;
}
.datepicker-calendar.datepicker-calendar td.day:after,
.datepicker-calendar.datepicker-calendar td.day:before,
.datepicker-calendar.datepicker-calendar td.month:after,
.datepicker-calendar.datepicker-calendar td.month:before,
.datepicker-calendar.datepicker-calendar td.year:after,
.datepicker-calendar.datepicker-calendar td.year:before {
  display: block;
  padding-bottom: calc(50% - 10.5px);
  content: '';
}
div.datepicker-calendar.rutherford div.datepicker-month:after {
  display: none !important;
  content: '' !important;
}
div.datepicker-calendar.rutherford {
  background-color: transparent;
}
div.datepicker-calendar.rutherford div.datepicker-month-fast-next.disabled,
div.datepicker-calendar.rutherford div.datepicker-month-fast-prev.disabled,
div.datepicker-calendar.rutherford div.datepicker-month-next.disabled,
div.datepicker-calendar.rutherford div.datepicker-month-prev.disabled {
  color: #999;
}
div.datepicker-calendar.rutherford button.datepicker-close:focus,
div.datepicker-calendar.rutherford button.datepicker-close:hover,
div.datepicker-calendar.rutherford div.datepicker-month-fast-next.enabled:focus,
div.datepicker-calendar.rutherford div.datepicker-month-fast-next.enabled:hover,
div.datepicker-calendar.rutherford div.datepicker-month-fast-prev.enabled:focus,
div.datepicker-calendar.rutherford div.datepicker-month-fast-prev.enabled:hover,
div.datepicker-calendar.rutherford div.datepicker-month-next.enabled:focus,
div.datepicker-calendar.rutherford div.datepicker-month-next.enabled:hover,
div.datepicker-calendar.rutherford div.datepicker-month-prev.enabled:focus,
div.datepicker-calendar.rutherford div.datepicker-month-prev.enabled:hover,
div.datepicker-calendar.rutherford div.datepicker-month:focus,
div.datepicker-calendar.rutherford div.datepicker-month:hover {
  border-radius: 0;
  color: #000;
  border-style: none;
  background-color: unset;
}
div.datepicker-calendar.rutherford table.datepicker-grid:focus {
  outline: 1px dotted #999;
}
div.datepicker-calendar.rutherford tr.datepicker-weekdays abbr {
  text-decoration: none;
}
div.datepicker-calendar.rutherford table.datepicker-grid th {
  background-color: #ececec;
  border-style: none;
}
div.datepicker-calendar.rutherford table.datepicker-grid td {
  color: #000;
}
div.datepicker-calendar.rutherford table.datepicker-grid td.unselectable {
  color: #999;
}
div.datepicker-calendar.rutherford table.datepicker-grid td.curDay,
div.datepicker-calendar.rutherford table.datepicker-grid td.curMonth,
div.datepicker-calendar.rutherford table.datepicker-grid td.curYear {
  background-color: #ececec;
}
div.datepicker-calendar.rutherford table.datepicker-grid td.empty {
  background-color: #f2f2f2;
  border-style: none;
}
@media (min-width: 1200px) {
  aside div.datepicker-calendar.rutherford table.datepicker-grid td.empty {
    background-color: #ececec;
  }
}
div.datepicker-calendar.rutherford table.datepicker-grid td.selectable.focus,
div.datepicker-calendar.rutherford table.datepicker-grid td.selectable:hover {
  background-color: #720000 !important;
  box-shadow: none !important;
  color: #fff !important;
}
div.datepicker-calendar.rutherford table.datepicker-grid td.empty:hover {
  background-color: #f2f2f2;
}
div.datepicker-calendar.rutherford table.datepicker-grid td.curDay:not(:hover),
div.datepicker-calendar.rutherford
  table.datepicker-grid
  td.curMonth:not(:hover),
div.datepicker-calendar.rutherford
  table.datepicker-grid
  td.curYear:not(:hover) {
  background-color: #720000;
  color: #fff;
}
div.datepicker-calendar.rutherford table.datepicker-grid td.curDay:hover,
div.datepicker-calendar.rutherford table.datepicker-grid td.curMonth:hover,
div.datepicker-calendar.rutherford table.datepicker-grid td.curYear:hover {
  color: #fff;
  background-color: #c20326;
}
.donation-header picture img {
  height: 100%;
}
.donation-header__radio-buttons input.error ~ label {
  border-color: #ac2a1a;
}
.donation-header__radio-buttons .form-item-amount-radios:focus-within {
  z-index: 1;
}
@media (min-width: 576px) {
  .donation-header__radio-buttons .form-item-amount-radios:not(:only-child) {
    margin-right: -2px;
  }
  .donation-header__radio-buttons
    .form-item-amount-radios:not(:only-child)
    label {
    border-radius: 0 !important;
  }
  .donation-header__radio-buttons
    .form-item-amount-radios:not(:only-child)
    label:not(:hover):not(.is-active) {
    color: #720000;
    border-color: #720000;
    background-color: #fff;
  }
  .donation-header__radio-buttons
    .form-item-amount-radios:first-child:not(:only-child)
    label {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }
  .donation-header__radio-buttons
    .form-item-amount-radios:nth-last-child(2):not(:only-child)
    label {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }
}
.donation-header__radio-label {
  padding-top: calc((1.5em + 2rem + 2px) / 2 - 0.5rem);
}
.event-hub-overview__logo {
  max-width: 400px;
}
.event-hub-overview:before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #222;
  content: '';
}
@media (min-width: 992px) {
  .event-hub-overview:before {
    width: calc(50vw - 175px) !important;
  }
}
@media (min-width: 1200px) {
  .event-hub-overview:before {
    width: calc(50vw - 205px) !important;
  }
}
@media (min-width: 1920px) {
  .event-hub-overview:before {
    width: calc(50vw - 255px) !important;
  }
}
@media (min-width: 992px) {
  .event-hub-overview__sidebar {
    padding-left: 30px !important;
  }
}
.event-listing__item + .event-listing__item {
  padding-top: 24px;
  border-top-width: 1px;
}
.event-listing__component--button + .event-listing__all-button {
  margin-top: 16px !important;
}
@media (min-width: 768px) {
  .event-listing__item + .event-listing__item {
    padding-top: 40px;
  }
}
.facet .facet-summary-item--clear a {
  color: #ac2a1a;
  border-color: #ac2a1a;
}
.facet .facet-summary-item--clear a:hover {
  color: #fff;
  background-color: #ac2a1a;
  border-color: #ac2a1a;
}
.facet .facet-summary-item--clear a.focus,
.facet .facet-summary-item--clear a:focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 42, 26, 0.5);
}
.facet .facet-summary-item--clear a.disabled,
.facet .facet-summary-item--clear a:disabled {
  color: #ac2a1a;
  background-color: transparent;
}
.facet .facet-summary-item--clear a:not(:disabled):not(.disabled).active,
.facet .facet-summary-item--clear a:not(:disabled):not(.disabled):active,
.show > .facet .facet-summary-item--clear a.dropdown-toggle {
  color: #fff;
  background-color: #ac2a1a;
  border-color: #ac2a1a;
}
.facet .facet-summary-item--clear a:not(:disabled):not(.disabled).active:focus,
.facet .facet-summary-item--clear a:not(:disabled):not(.disabled):active:focus,
.show > .facet .facet-summary-item--clear a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 42, 26, 0.5);
}
.facet .facet-summary-item--facet a {
  text-decoration: none;
  color: #000;
}
.facet-item.custom-checkbox .custom-control-input,
.facet-item.custom-checkbox .custom-control-label:after,
.facet-item.custom-checkbox .custom-control-label:before {
  top: calc(50% - 0.75rem);
}
.facet-summary-item--facet a {
  display: flex;
  line-height: 1.25;
}
.featured-social-channel-circle {
  width: 80px;
}
.featured-social-channel:focus .featured-social-channel-circle,
.featured-social-channel:hover .featured-social-channel-circle {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .featured-social-channel-circle {
    width: 100px;
  }
}
@media (min-width: 430px) and (max-width: 767px) {
  .featured-social-channel__primary-channel-image {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .featured-social-channel__primary-channel-image:before {
    display: block;
    padding-top: 56.25%;
    content: '';
  }
  .featured-social-channel__primary-channel-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-width: 0;
  }
}
@media (min-width: 1200px) {
  .featured-social-channel__primary-channel-image {
    flex-basis: 342px;
    min-width: 342px;
    max-width: 342px;
  }
}
.hero-header:first-child .hero-header-inner {
  min-height: 100vh;
}
.hero-header:first-child .hero-header-inner .container,
.hero-header:first-child .hero-header-inner .footer,
.hero-header:first-child .hero-header-inner .header,
.hero-header:first-child .hero-header-inner .main {
  padding-top: 84px;
  padding-top: var(--site-header-height);
}
@media (min-width: 1200px) {
  .hero-header:first-child {
    margin-top: -84px;
    margin-top: calc(var(--site-header-height) * -1);
  }
}
.float {
  -webkit-animation: float 3s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}
@-webkit-keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  to {
    transform: translateY(0);
  }
}
@media (min-width: 1200px) {
  .hero-header-carousel:first-child {
    margin-top: -84px;
    margin-top: calc(var(--site-header-height) * -1);
  }
  .hero-header-carousel .hero-header:first-child {
    margin-top: 0;
  }
}
.horizontal-slider {
  -ms-overflow-style: none;
}
.horizontal-slider::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767.98px) {
  .horizontal-slider__item {
    flex: 1 0 calc(100% - 48px) !important;
    width: calc(100% - 48px);
  }
}
.numbered-list {
  padding-left: 15px;
  counter-reset: counter;
}
.numbered-list__item {
  counter-increment: counter;
}
.numbered-list__item:before {
  flex-shrink: 0;
  margin-right: 24px;
  background-color: #720000;
  color: #fff;
  text-align: center;
  border-radius: 9999px;
  width: 30px;
  height: 30px;
  content: counter(counter);
  line-height: 30px;
}
@media (min-width: 992px) {
  .numbered-list {
    padding-left: 25px;
  }
  .numbered-list__item:before {
    font-size: 20px;
    margin-right: 40px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.page-header__title br {
  display: none;
}
@media (min-width: 992px) {
  .page-header__title br {
    display: block;
  }
}
@media (min-width: 576px) {
  .image-header {
    min-height: 287px;
  }
}
@media (min-width: 768px) {
  .image-header {
    min-height: 427px;
  }
}
@media (min-width: 768px) {
  .profile-card-leader .profile-card-leader--profile-image {
    flex-basis: calc(50% - 30px);
    flex-basis: calc(var(--container-max-width) / 2 - 30px);
  }
}
@media (min-width: 992px) {
  .profile-card-leader .profile-card-leader--profile-image {
    flex-basis: calc(33.33333% - 30px);
    flex-basis: calc(var(--container-max-width) / 3 - 30px);
  }
}
@media (min-width: 1200px) {
  .profile-card-leader .profile-card-leader--profile-image {
    flex-basis: calc(25% - 30px);
    flex-basis: calc(var(--container-max-width) / 4 - 30px);
  }
}
.ranked-sponsors__grid {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 48px);
  margin-right: -16px;
  margin-left: -16px;
}
.ranked-sponsors__grid > * {
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
  width: calc(50% - 32px);
}
.ranked-sponsors__image-card {
  width: calc(100% - 32px);
}
.ranked-sponsors__sponsor {
  display: flex;
  align-items: center;
  justify-content: center;
}
@supports (display: grid) {
  .ranked-sponsors__grid {
    margin-left: 0;
    margin-right: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-gap: 30px;
  }
  .ranked-sponsors__grid > * {
    width: auto;
    margin: 0;
  }
  .ranked-sponsors__image-card {
    grid-row: span 2;
    grid-column: span 2;
  }
  .ranked-sponsors__sponsor {
    display: block;
  }
  .ranked-sponsors__logo {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (min-width: 768px) {
  @supports (display: grid) {
    .ranked-sponsors__grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
}
@media (min-width: 992px) {
  .ranked-sponsors__grid > * {
    width: calc(33.33333% - 32px);
  }
  @supports (display: grid) {
    .ranked-sponsors__grid > * {
      width: auto;
    }
  }
}
@media (min-width: 1200px) {
  @supports (display: grid) {
    .ranked-sponsors__grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
@media (min-width: 1920px) {
  .ranked-sponsors__grid > * {
    width: calc(25% - 32px);
  }
  @supports (display: grid) {
    .ranked-sponsors__grid > * {
      width: auto;
    }
  }
}
.footer-col-right {
  background-image: url('../images/footer-bg.jpg?v17f1bafd87b');
}
.footer-col-right:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #000, transparent);
  content: '';
}
footer .site-logo-white {
  display: none;
}
.site-header {
  position: relative;
  background-color: #fff;
}
.site-header.js-is-sticky:not(.has-drilldown-open) {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08) !important;
}
.site-header.has-drilldown-open {
  padding-bottom: 48px;
}
.site-header.hero-is-first-section {
  background-color: transparent;
  border-width: 0;
}
.site-header.hero-is-first-section.has-site-search-open,
.site-header.hero-is-first-section.js-is-sticky {
  background-color: #fff;
  background-image: none;
}
.site-header.hero-is-first-section.has-site-search-open
  .primary-navigation-link,
.site-header.hero-is-first-section.has-site-search-open
  .site-header-search-toggle,
.site-header.hero-is-first-section.js-is-sticky .primary-navigation-link,
.site-header.hero-is-first-section.js-is-sticky .site-header-search-toggle {
  color: #000 !important;
}
.site-header.hero-is-first-section.has-site-search-open
  .primary-navigation-link:focus,
.site-header.hero-is-first-section.has-site-search-open
  .primary-navigation-link:hover,
.site-header.hero-is-first-section.has-site-search-open
  .site-header-search-toggle:focus,
.site-header.hero-is-first-section.has-site-search-open
  .site-header-search-toggle:hover,
.site-header.hero-is-first-section.js-is-sticky .primary-navigation-link:focus,
.site-header.hero-is-first-section.js-is-sticky .primary-navigation-link:hover,
.site-header.hero-is-first-section.js-is-sticky
  .site-header-search-toggle:focus,
.site-header.hero-is-first-section.js-is-sticky
  .site-header-search-toggle:hover {
  color: #720000 !important;
}
.site-header.hero-is-first-section.has-site-search-open .site-logo,
.site-header.hero-is-first-section.js-is-sticky .site-logo {
  display: block;
}
.site-header.hero-is-first-section.has-site-search-open .site-logo-white,
.site-header.hero-is-first-section.js-is-sticky .site-logo-white {
  display: none;
}
@media (min-width: 1200px) {
  .site-header.hero-is-first-section.has-site-search-open .gold-emblem-logo,
  .site-header.hero-is-first-section.js-is-sticky .gold-emblem-logo {
    display: block;
  }
}
@media (min-width: 1200px) {
  .site-header.hero-is-first-section .primary-navigation-link,
  .site-header.hero-is-first-section .site-header-search-toggle {
    color: #fff !important;
  }
  .site-header.hero-is-first-section .primary-navigation-link:focus,
  .site-header.hero-is-first-section .primary-navigation-link:hover,
  .site-header.hero-is-first-section .site-header-search-toggle:focus,
  .site-header.hero-is-first-section .site-header-search-toggle:hover {
    color: #720000 !important;
  }
  .site-header.hero-is-first-section .site-logo {
    display: none;
  }
  .site-header.hero-is-first-section .site-logo-white {
    display: block;
  }
}
.site-header .is-drilldown {
  max-width: 100% !important;
}
.site-header .site-logo,
.site-header .site-logo-white {
  width: auto;
  height: 60px;
}
.site-header .site-logo-white {
  display: none;
}
.site-header-menu {
  overflow: hidden;
  height: 0;
}
.has-drilldown-open .site-header-menu {
  height: auto;
}
@media (min-width: 1200px) {
  .site-header {
    overflow: visible;
  }
}
@media (min-width: 1200px) {
  .site-header-search {
    top: 100%;
  }
}
.site-header-search-toggle {
  background-color: transparent;
}
.has-site-search-open .site-header-search-toggle {
  background-color: #f2f2f2;
  color: #720000;
}
.site-header-search-wrapper {
  max-height: 0;
}
.has-site-search-open .site-header-search-wrapper {
  max-height: 125px;
}
html {
  scroll-padding-top: 84px;
  scroll-padding-top: var(--site-header-height);
}
.u-vh-all-but-header {
  min-height: calc(100vh - 84px);
  min-height: calc(var(--vh) * 100 - var(--site-header-height));
}
.u-h-all-but-header {
  height: calc(100vh - 84px);
  height: calc(var(--vh) * 100 - var(--site-header-height));
}
.config_pages--type--user-register-component:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.39);
}
.config_pages--type--user-register-component > * {
  position: relative;
  z-index: 1;
}
.user-login-form .field__description {
  display: none;
}
.sponsors__grid {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 32px);
  margin-right: -16px;
  margin-left: -16px;
}
.sponsors__grid > * {
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
  width: calc(50% - 32px);
}
.sponsors__image-card {
  width: calc(100% - 32px);
}
.sponsors__sponsor {
  display: flex;
  align-items: center;
  justify-content: center;
}
@supports (display: grid) {
  .sponsors__grid {
    margin-left: 0;
    margin-right: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-gap: 30px;
  }
  .sponsors__grid > * {
    width: auto;
    margin: 0;
  }
  .sponsors__image-card {
    grid-row: span 2;
    grid-column: span 2;
  }
  .sponsors__sponsor {
    display: block;
  }
  .sponsors__logo {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (min-width: 768px) {
  @supports (display: grid) {
    .sponsors__grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
}
@media (min-width: 992px) {
  .sponsors__grid > * {
    width: calc(33.33333% - 32px);
  }
  @supports (display: grid) {
    .sponsors__grid > * {
      width: auto;
    }
  }
}
@media (min-width: 1200px) {
  @supports (display: grid) {
    .sponsors__grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
@media (min-width: 1920px) {
  .sponsors__grid > * {
    width: calc(25% - 32px);
  }
  @supports (display: grid) {
    .sponsors__grid > * {
      width: auto;
    }
  }
}
.event-hub .sponsors__sponsor {
  padding: 16px;
  border-width: 1px;
}
.event-hub .sponsors__logo {
  position: static;
}
.standout-content-summary blockquote {
  padding-left: 32px;
  font-weight: 700;
  background-image: url('../images/blockquote/quote-marks-primary.svg?v17f1bafd877');
}
.standout-content--desktop {
  padding-bottom: 100px;
}
.standout-content--desktop .standout-content-title {
  position: relative;
  color: #720000;
}
.standout-content--desktop .standout-content-title[aria-selected='true'] {
  background-color: #720000;
  color: #fff;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.standout-content--desktop .standout-content-title[aria-selected='true']:after {
  display: block;
  position: absolute;
  background-color: #720000;
  top: 0;
  bottom: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  right: -20px;
  width: 20px;
  content: '';
}
.standout-content--desktop .tabs-content {
  width: calc(100% - 32px);
}
.standout-content--desktop .standout-content-media {
  transform: translateY(32px) translateX(32px);
}
.standout-content--desktop .standout-content-circle {
  bottom: -100px;
  left: -20px;
  width: 300px;
}
@media (min-width: 1200px) {
  .standout-content--desktop .standout-content-circle {
    left: -40px;
  }
}
.standout-content--desktop .standout-content-summary blockquote {
  margin-left: -32px;
  margin-top: 32px;
}
.standout-content--mobile .accordion-title[aria-selected='true'] {
  background-color: #720000;
  color: #fff;
}
.tabs-component .tabs-title.is-active a {
  background-color: #ececec !important;
  text-decoration: none !important;
  color: #720000 !important;
}
.responsive-tabs.accordion > * + * {
  margin-top: 16px;
}
.responsive-tabs.accordion .tab-link__icons {
  display: flex !important;
}
.responsive-tabs.accordion li {
  border-width: 0 !important;
}
.responsive-tabs.accordion li a[role='tab'] {
  background-color: #fff !important;
  display: flex !important;
  font-weight: 700 !important;
  padding: 32px !important;
}
.responsive-tabs.accordion li a[role='tab']:focus,
.responsive-tabs.accordion li a[role='tab']:hover {
  text-decoration: none !important;
  color: #fff !important;
}
.responsive-tabs.accordion li [role='tabpanel'] {
  padding-bottom: 16px;
}
.text-in-circle--quote {
  padding-left: 32px;
  font-weight: 700;
  margin-left: -32px;
  margin-top: 32px;
  background-image: url('../images/blockquote/quote-marks-primary.svg?v17f1bafd877');
}
.has-dark-bg .triptych-button {
  background-color: #fff;
  color: #fff !important;
}
.off-canvas,
.off-canvas-content {
  padding-right: 15px;
  padding-left: 15px;
}
.off-canvas-content .js-off-canvas-overlay {
  left: -100vw;
  width: 200vw;
}
.off-canvas.is-open {
  width: max(250px, 80vw);
  padding: 0 max(15px, 5vw);
}
.off-canvas.is-open.is-closed {
  visibility: visible;
}
@media (min-width: 1200px) {
  .off-canvas {
    box-shadow: none !important;
  }
  .off-canvas-content {
    width: 75%;
  }
}
.pl-place-holder {
  padding: 20px;
  color: #d9d9d9;
  border: 4px dashed #d9d9d9;
}
.pl-place-holder__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 3.2rem;
  line-height: 200px;
}
.view-mode-list-item-content {
  margin: 0 -32px 32px;
  padding: 32px;
  background-image: linear-gradient(
      45deg,
      #eee 25%,
      transparent 0,
      transparent 75%,
      #eee 0,
      #eee
    ),
    linear-gradient(45deg, #eee 25%, #fff 0, #fff 75%, #eee 0, #eee);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
}
.view-mode-list-item-image-and-heading,
.view-mode-list-item[class*='card'] {
  max-width: 66ch;
}
.site-search mark {
  color: inherit;
  background-color: inherit;
  font-weight: 700;
}
.user__profile-image {
  max-width: 200px;
}
@media (min-width: 768px) {
  .user__profile-image {
    max-width: none;
    margin-top: -48px;
  }
}
@media (min-width: 576px) {
  .facet .sm\:facet-summary-item--clear a,
  .sm\:btn {
    padding: 1rem 3rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 9999px;
  }
  .facet .sm\:facet-summary-item--clear a,
  .sm\:btn-sm {
    padding: 0.5rem 1.5rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    border-radius: 9999px;
  }
  .sm\:btn-lg {
    padding: 1rem 3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 9999px;
  }
}
@media (min-width: 768px) {
  .facet .md\:facet-summary-item--clear a,
  .md\:btn {
    padding: 1rem 3rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 9999px;
  }
  .facet .md\:facet-summary-item--clear a,
  .md\:btn-sm {
    padding: 0.5rem 1.5rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    border-radius: 9999px;
  }
  .md\:btn-lg {
    padding: 1rem 3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 9999px;
  }
}
@media (min-width: 992px) {
  .facet .lg\:facet-summary-item--clear a,
  .lg\:btn {
    padding: 1rem 3rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 9999px;
  }
  .facet .lg\:facet-summary-item--clear a,
  .lg\:btn-sm {
    padding: 0.5rem 1.5rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    border-radius: 9999px;
  }
  .lg\:btn-lg {
    padding: 1rem 3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 9999px;
  }
}
@media (min-width: 1200px) {
  .facet .xl\:facet-summary-item--clear a,
  .xl\:btn {
    padding: 1rem 3rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 9999px;
  }
  .facet .xl\:facet-summary-item--clear a,
  .xl\:btn-sm {
    padding: 0.5rem 1.5rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    border-radius: 9999px;
  }
  .xl\:btn-lg {
    padding: 1rem 3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 9999px;
  }
}
@media (min-width: 1920px) {
  .facet .xxl\:facet-summary-item--clear a,
  .xxl\:btn {
    padding: 1rem 3rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 9999px;
  }
  .facet .xxl\:facet-summary-item--clear a,
  .xxl\:btn-sm {
    padding: 0.5rem 1.5rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    border-radius: 9999px;
  }
  .xxl\:btn-lg {
    padding: 1rem 3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 9999px;
  }
}
@media print {
  .facet .print\:facet-summary-item--clear a,
  .print\:btn {
    padding: 1rem 3rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 9999px;
  }
  .facet .print\:facet-summary-item--clear a,
  .print\:btn-sm {
    padding: 0.5rem 1.5rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    border-radius: 9999px;
  }
  .print\:btn-lg {
    padding: 1rem 3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 9999px;
  }
}
/*# sourceMappingURL=style.css.map */

.event-hub #speakers .container > div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: -16px !important;
  margin-bottom: -16px !important;
}

.event-hub #speakers .container > div:nth-child(2) > div {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media screen and (max-width: 750px) {
    .event-hub #speakers .container > div:nth-child(2) > div {
    flex: 0 0 50%;
    max-width: 50%;
    }
}

@media screen and (max-width: 520px) {
    .event-hub #speakers .container > div:nth-child(2) > div {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 320px) {
    .event-hub #speakers .container > div:nth-child(2) > div {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        max-width: 100%;
        flex: 0 0 100%;
    }
}


.letters-list,
.viewpoints-list{
  margin-top: 58px;
}

.letters-list .views-row,
.viewpoints-list .views-row{
  margin-bottom: 40px;
}

.letters-list .views-field-field-c-npr-publication-date,
.viewpoints-list .views-field-field-c-npr-publication-date{
  margin: 20px 0;
}

#views-exposed-form-letters-block-1 .button,
#views-exposed-form-viewpoints-block-1 .button{
  width: auto;
  padding: 17px;
  margin: 0 0 10px 0 !important;
}

#views-exposed-form-letters-block-1 .form-actions,
#views-exposed-form-viewpoints-block-1 .form-actions{
  margin: 10px 0 40px 0;
}

.main-content header .message{
  background: #dd062b;
  padding: 20px;
   margin: -17px 0 20px 0;
  color: white;
  font-size: 17px;
}

audio {
  max-width: 100%;
}