@charset "UTF-8";
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/OpenSans-VariableFont_wdth,wght.ttf") format("truetype-variations");
  font-weight: 400 700; /* Defines the weight range */
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf") format("truetype-variations");
  font-weight: 400 700; /* Defines the weight range */
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Libre Caslon Text";
  src: url("../assets/fonts/LibreCaslonText-Regular.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "Libre Caslon Text";
  src: url("../assets/fonts/LibreCaslonText-Italic.ttf") format("truetype");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "Libre Caslon Text";
  src: url("../assets/fonts/LibreCaslonText-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../assets/fonts/AvenirNextProMediumItalic/font.woff2") format("woff2"), url("webFonts/AvenirNextProMediumItalic/font.woff") format("woff");
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../assets/fonts/AvenirNextProBoldItalic/font.woff2") format("woff2"), url("webFonts/AvenirNextProBoldItalic/font.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  src: url("../assets/fonts/LibreCaslonText-Italic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../assets/fonts/AvenirNextProMedium/font.woff2") format("woff2"), url("webFonts/AvenirNextProMedium/font.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../assets/fonts/AvenirNextProItalic/font.woff2") format("woff2"), url("webFonts/AvenirNextProItalic/font.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../assets/fonts/AvenirNextProDemi/font.woff2") format("woff2"), url("webFonts/AvenirNextProDemi/font.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../assets/fonts/AvenirNextProBold/font.woff2") format("woff2"), url("webFonts/AvenirNextProBold/font.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../assets/fonts/AvenirNextProRegular/font.woff2") format("woff2"), url("webFonts/AvenirNextProRegular/font.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
/**
 * @file
 * Mixins
 *
 * Contains global SCSS mixins
 */
a,
button,
input[type=submit] {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
a:focus,
button:focus,
input[type=submit]:focus {
  outline: 2px solid #000000;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}

.layout-container a {
  color: #182B54;
  font-weight: 700;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
     -moz-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: 30%;
}
.layout-container a:hover {
  text-decoration: none;
}
.layout-container a.cta-primary, .layout-container a.cta-secondary {
  text-decoration: none;
}

.cta-primary {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
}
.cta-primary:hover {
  background-color: #182B54;
  color: #ffffff;
}

.cta-secondary {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  border: 1px solid #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
}
.cta-secondary:hover {
  background-color: #AFCF3B;
}

.ione-event-date {
  width: 54px;
  height: 75px;
  background-color: #FFCC33;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.ione-event-date > *:first-child:not(.event-date-badge__range-part),
.ione-event-date .event-date-badge__month {
  font-size: 0.9375rem;
  text-transform: uppercase;
  line-height: 140%;
}
.ione-event-date > *:last-child:not(.event-date-badge__range-part),
.ione-event-date .event-date-badge__day {
  font-family: "Neutraface Text", "Avenir Next", sans-serif;
  font-size: 1.8125rem;
  line-height: 100%;
}
.ione-event-date.event-date-badge--range {
  width: 92px;
  padding-left: 8px;
  padding-right: 8px;
}
.ione-event-date.event-date-badge--range .event-date-badge__day {
  font-size: 1.5rem;
  white-space: nowrap;
}
.ione-event-date.event-date-badge--cross-month {
  width: 118px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
}
.ione-event-date.event-date-badge--cross-month .event-date-badge__range-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1px;
  line-height: 1;
}
.ione-event-date.event-date-badge--cross-month .event-date-badge__month {
  font-size: 0.9375rem;
  line-height: 140%;
}
.ione-event-date.event-date-badge--cross-month .event-date-badge__day {
  font-size: 1.8125rem;
  line-height: 100%;
}
.ione-event-date.event-date-badge--cross-month .event-date-badge__range-separator {
  font-family: "Neutraface Text", "Avenir Next", sans-serif;
  font-size: 1.8125rem;
  line-height: 100%;
  margin-top: 1.375rem;
}

.node-form,
#layout-builder-modal {
  font-family: "Open Sans", Arial, sans-serif;
}
.node-form label,
#layout-builder-modal label {
  display: table;
  margin-block: 0.25rem;
  font-weight: 600;
  font-size: 1.1rem;
}
.node-form label.js-form-required:after,
#layout-builder-modal label.js-form-required:after {
  content: "*";
  color: red;
}
.node-form .form-item,
#layout-builder-modal .form-item {
  margin: 25px 0;
}
.node-form .js-form-item-settings-admin-label label,
#layout-builder-modal .js-form-item-settings-admin-label label {
  display: inline-block;
}
.node-form .js-form-item-settings-admin-label label:after,
#layout-builder-modal .js-form-item-settings-admin-label label:after {
  content: ":";
}
.node-form select,
#layout-builder-modal select {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9'%3e%3cpath fill='none' stroke-width='1.5' d='M1 1l6 6 6-6' stroke='%23545560'/%3e%3c/svg%3e");
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 2.75rem 0.5625rem;
}
.node-form .form-type--checkbox label,
.node-form .js-form-type-checkbox label,
#layout-builder-modal .form-type--checkbox label,
#layout-builder-modal .js-form-type-checkbox label {
  display: inline-block;
}
.node-form h4,
#layout-builder-modal h4 {
  margin-top: 0;
}
.node-form button.link,
#layout-builder-modal button.link {
  color: #55565b;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 13px;
}
.node-form .tabledrag-toggle-weight-wrapper,
#layout-builder-modal .tabledrag-toggle-weight-wrapper {
  position: relative;
  top: 10px;
}
.node-form .action-link--icon-show,
#layout-builder-modal .action-link--icon-show {
  padding: 0 0 0 10px;
  background: url("data:image/svg+xml,%3csvg fill-rule='evenodd' height='16' fill='%23545560' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8 3C4.364 3 1.258 5.073 0 8c1.258 2.927 4.364 5 8 5s6.742-2.073 8-5c-1.258-2.927-4.364-5-8-5zm0 8a3 3 0 100-6 3 3 0 000 6z'/%3e%3c/svg%3e") no-repeat center left/10px;
}
.node-form fieldset,
#layout-builder-modal fieldset {
  border: 1px solid #dedede;
  -webkit-box-shadow: 0 2px 0.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 0.25rem rgba(0, 0, 0, 0.1);
}
.node-form fieldset legend,
#layout-builder-modal fieldset legend {
  font-weight: 600;
  float: left;
}
.node-form .layout-region--footer,
#layout-builder-modal .layout-region--footer {
  margin: 0;
}
.node-form .form-element,
#layout-builder-modal .form-element {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  padding: 10px;
  border: 1px solid #919297;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.node-form .button,
#layout-builder-modal .button {
  display: inline-block;
  margin-block: 5px;
  padding: 15px;
  cursor: pointer;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: #d3d4d9;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-font-smoothing: antialiased;
}
.node-form .form-item__description,
#layout-builder-modal .form-item__description {
  margin-block: 0.375rem;
  color: #55565b;
  font-size: 14px;
}
.node-form table,
#layout-builder-modal table {
  border-collapse: collapse;
}
.node-form tr,
#layout-builder-modal tr {
  border-bottom: 1px solid #d3d4d9;
}
.node-form th,
#layout-builder-modal th {
  text-align: left;
}

.layout-builder__message {
  margin: 25px 0;
}

.layout-builder__message--overrides .messages {
  padding-left: 15px;
  background-position: center left;
  font-style: italic;
}

.node-layout-builder-form,
.layout-builder-update-block,
#layout-builder-modal,
.entity-browser-modal {
  padding: 0 20px;
}
@media (min-width: 61rem) {
  .node-layout-builder-form .layout-form,
  .layout-builder-update-block .layout-form,
  #layout-builder-modal .layout-form,
  .entity-browser-modal .layout-form {
    -ms-grid-columns: auto 50px 400px;
    grid-template-columns: auto 400px;
    gap: 50px;
  }
}
.node-layout-builder-form .messages,
.layout-builder-update-block .messages,
#layout-builder-modal .messages,
.entity-browser-modal .messages {
  overflow: auto;
  margin-block: 1rem;
  padding-block: 1.5rem 2rem;
  padding-inline: 1.1875rem 1.5rem;
  color: #fff;
  border-width: 0 0 0 5px;
  border-style: solid;
  border-color: #42a877;
  border-radius: 4px;
  background-color: #353641;
  background-image: none;
}
.node-layout-builder-form .messages h2,
.layout-builder-update-block .messages h2,
#layout-builder-modal .messages h2,
.entity-browser-modal .messages h2 {
  font-size: 1rem;
  margin-top: 0;
  font-family: "Open Sans";
}
.node-layout-builder-form .messages a,
.layout-builder-update-block .messages a,
#layout-builder-modal .messages a,
.entity-browser-modal .messages a {
  color: #fff;
}
.node-layout-builder-form .messages.messages--error,
.layout-builder-update-block .messages.messages--error,
#layout-builder-modal .messages.messages--error,
.entity-browser-modal .messages.messages--error {
  border-color: red;
}
.node-layout-builder-form .messages.messages--warning,
.layout-builder-update-block .messages.messages--warning,
#layout-builder-modal .messages.messages--warning,
.entity-browser-modal .messages.messages--warning {
  border-color: orange;
}
.node-layout-builder-form table,
.layout-builder-update-block table,
#layout-builder-modal table,
.entity-browser-modal table {
  width: 100%;
}
.node-layout-builder-form .form-item,
.layout-builder-update-block .form-item,
#layout-builder-modal .form-item,
.entity-browser-modal .form-item {
  margin: 25px 0;
}
.node-layout-builder-form input.form-submit,
.node-layout-builder-form button.form-submit,
.layout-builder-update-block input.form-submit,
.layout-builder-update-block button.form-submit,
#layout-builder-modal input.form-submit,
#layout-builder-modal button.form-submit,
.entity-browser-modal input.form-submit,
.entity-browser-modal button.form-submit {
  display: inline-block;
  margin-block: 5px;
  padding: 15px;
  cursor: pointer;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: #d3d4d9;
  font-weight: 700;
  line-height: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
}
.node-layout-builder-form input.form-submit.button--primary:not([disabled]),
.node-layout-builder-form button.form-submit.button--primary:not([disabled]),
.layout-builder-update-block input.form-submit.button--primary:not([disabled]),
.layout-builder-update-block button.form-submit.button--primary:not([disabled]),
#layout-builder-modal input.form-submit.button--primary:not([disabled]),
#layout-builder-modal button.form-submit.button--primary:not([disabled]),
.entity-browser-modal input.form-submit.button--primary:not([disabled]),
.entity-browser-modal button.form-submit.button--primary:not([disabled]) {
  color: white;
  background-color: #003ecc;
}

.vertical-tabs {
  float: right;
  margin: 0;
}

.layout-builder {
  clear: both;
}

.vertical-tabs__menu {
  float: none;
  margin: auto;
  pointer-events: none;
  border: 0;
}

#edit-preview-toggle {
  float: right;
  margin-top: 10px;
}

#media-library-content .views-exposed-form__search {
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  #media-library-content .views-exposed-form__search {
    display: none;
  }
}
#media-library-content .views-exposed-form__filters-toggle {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  border: 1px solid #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  background-color: transparent;
  border-color: #182B54;
  padding: 12px 20px 10px 47px;
  margin-bottom: 10px;
  background-image: url("../assets/icons/filter.svg");
  background-repeat: no-repeat;
  background-position: 20px center;
}
#media-library-content .views-exposed-form__filters-toggle:hover {
  background-color: #AFCF3B;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  #media-library-content .views-exposed-form__filters-toggle {
    background-image: url("../assets/icons/filter-white.svg");
  }
}
#media-library-content .views-exposed-form__filters-toggle:hover, #media-library-content .views-exposed-form__filters-toggle.js-open {
  border-color: #AFCF3B;
  background-color: #AFCF3B;
}
@media (max-width: 699px) {
  #media-library-content .views-exposed-form__filters {
    border: 1px solid #DBDCDB;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 19px 19px 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 700px) {
  #media-library-content .views-exposed-form__filters {
    gap: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#media-library-content .views-exposed-form__filters-head {
  padding-bottom: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 700px) {
  #media-library-content .views-exposed-form__filters-head {
    display: none;
  }
}
#media-library-content .views-exposed-form__filters-head .filters-title {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 700;
  margin: 0;
}
#media-library-content .views-exposed-form__filters-head .filters-close {
  background-image: url("../assets/icons/cross-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 24px;
  background-color: transparent;
  border-radius: 0;
  border: 0;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  #media-library-content .views-exposed-form__filters-head .filters-close {
    background-image: url(../assets/icons/cross-white.svg);
  }
}
#media-library-content .views-exposed-form label {
  font-family: "Avenir Next", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 135%;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  #media-library-content .views-exposed-form label {
    font-size: 1rem;
  }
}
#media-library-content .views-exposed-form input[type=text],
#media-library-content .views-exposed-form select {
  width: 100%;
  border: 1px solid #333333;
  border-radius: 0;
  padding: 10px 19px;
  height: 48px;
  font-size: 1.125rem;
  line-height: 150%;
}
#media-library-content .views-exposed-form input[type=text]:focus,
#media-library-content .views-exposed-form select:focus {
  outline: 2px solid #000000;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
#media-library-content .views-exposed-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  background-image: url("../assets/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 23px center;
  background-size: 16px;
  padding-right: 45px;
  cursor: pointer;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  #media-library-content .views-exposed-form select {
    background-image: url(../assets/icons/arrow-down-light.svg);
  }
}
#media-library-content .views-exposed-form .form-item {
  margin: 0;
  margin-bottom: 16px;
}
@media (min-width: 700px) {
  #media-library-content .views-exposed-form .form-item {
    margin-bottom: 0;
  }
}
#media-library-content .views-exposed-form .form-item:last-child {
  margin-bottom: 0;
}
#media-library-content .views-exposed-form .form-item.form-type-textfield {
  margin-bottom: 0;
}
@media (min-width: 700px) {
  #media-library-content .views-exposed-form .form-item.form-type-textfield {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media (min-width: 1025px) {
  #media-library-content .views-exposed-form .form-item.form-type-textfield {
    -webkit-flex-basis: 43%;
        -ms-flex-preferred-size: 43%;
            flex-basis: 43%;
  }
}
#media-library-content .views-exposed-form .form-item.form-type-textfield input[type=text] {
  background-image: url("../assets/icons/search-night.svg");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 22px;
  padding-right: 45px;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  #media-library-content .views-exposed-form .form-item.form-type-textfield input[type=text] {
    background-image: url(../assets/icons/search-white.svg);
  }
}
#media-library-content .views-exposed-form__actions {
  margin-top: 10px;
  margin-bottom: 0;
}
@media (min-width: 700px) {
  #media-library-content .views-exposed-form__actions {
    margin-top: 30px;
  }
}
#media-library-content .views-exposed-form__actions .form-submit {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  border: 0;
  font-size: 1rem;
}
#media-library-content .views-exposed-form__actions .form-submit:hover {
  background-color: #182B54;
  color: #ffffff;
}
#media-library-content .view-content .media-library-views-form {
  gap: 10px;
}
#media-library-content .view-content .media-library-views-form #media-library-messages {
  width: 100%;
}
#media-library-content .view-content .media-library-views-form .media-library-item--grid {
  padding: 0;
  margin: 0;
  position: relative;
  border: 1px;
  width: calc(20% - 10px);
  border: 1px solid #f4f4f4;
  border-radius: 5px;
  cursor: pointer;
}
#media-library-content .view-content .media-library-views-form .media-library-item--grid.checked {
  border: 2px solid #AFCF3B;
}
#media-library-content .view-content .media-library-views-form .media-library-item--grid.media-library-item--disabled {
  pointer-events: none;
  opacity: 80%;
}
#media-library-content .view-content .media-library-views-form .media-library-item--grid .js-click-to-select-checkbox {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  display: block;
}
#media-library-content .view-content .media-library-views-form .media-library-item--grid .js-click-to-select-checkbox .form-type-checkbox {
  margin: 0;
}
#media-library-content .view-content .media-library-views-form .media-library-item--grid .js-click-to-select-checkbox .form-type-checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  opacity: 1;
}
#media-library-content .view-content .media-library-views-form table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
#media-library-content .view-content .media-library-views-form table thead tr {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
#media-library-content .view-content .media-library-views-form table thead th {
  font-weight: 700;
  color: #182B54;
  padding: 20px 20px 20px 0;
  text-align: left;
  vertical-align: top;
  min-width: 102px;
  border: 0;
}
@media screen and (min-width: 700px) {
  #media-library-content .view-content .media-library-views-form table thead th {
    padding: 20px 20px 20px 0;
  }
}
@media screen and (min-width: 1025px) {
  #media-library-content .view-content .media-library-views-form table thead th {
    padding: 18px 14px 20px 0;
    min-width: 102px;
  }
}
#media-library-content .view-content .media-library-views-form table tbody tr {
  vertical-align: top;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
#media-library-content .view-content .media-library-views-form table tbody tr td,
#media-library-content .view-content .media-library-views-form table tbody tr th {
  padding: 24px 20px 24px 0;
  min-width: 102px;
  border: 0;
}
@media screen and (min-width: 1025px) {
  #media-library-content .view-content .media-library-views-form table tbody tr td,
  #media-library-content .view-content .media-library-views-form table tbody tr th {
    padding: 24px 14px 24px 0;
  }
}
#media-library-content .view-content .media-library-views-form table tbody tr td:last-child,
#media-library-content .view-content .media-library-views-form table tbody tr th:last-child {
  padding-right: 0;
}
#media-library-content .view-content .media-library-views-form table tbody tr td input[type=checkbox],
#media-library-content .view-content .media-library-views-form table tbody tr th input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  opacity: 1;
}
#media-library-content .view-content .media-library-views-form table tbody tr th {
  font-weight: 700;
  color: #182B54;
  border: 0;
  text-align: left;
  min-width: 220px;
}
@media screen and (min-width: 700px) {
  #media-library-content .view-content .media-library-views-form table tbody tr th {
    min-width: 220px;
  }
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
  overflow-x: clip;
  scroll-padding: 130px 0 0;
  scroll-behavior: smooth;
  word-break: break-word;
}
html.js-fixed {
  overflow: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  margin: 0;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  body {
    font-size: 1.125rem;
  }
}
body.js-fixed {
  overflow: hidden;
}
body.mm-wrapper {
  overflow-x: unset;
}
@media screen and (max-width: 699px) {
  body.mm-wrapper .mm-page {
    position: static;
  }
}

.ione--node-page-full,
.ione--landing-page-full {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 700px) {
  .ione--node-page-full,
  .ione--landing-page-full {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--node-page-full,
  .ione--landing-page-full {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.block-field-blocknodepagebody {
  max-width: 1000px;
  margin: 30px auto;
}
@media (min-width: 700px) {
  .block-field-blocknodepagebody {
    margin: 60px auto;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

p {
  margin: 0.9375rem 0;
}

ul {
  padding-left: 33px;
  margin: 30px 0;
}
@media (min-width: 700px) {
  ul {
    padding-left: 48px;
    margin: 15px 0;
  }
}
ul li {
  margin-bottom: 5px;
}
@media (min-width: 700px) {
  ul li {
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  ul li {
    margin-bottom: 12px;
  }
}
ul li::marker {
  color: #7A0019;
  font-size: 1.375rem;
  line-height: 0.625rem;
}
ul li ul {
  padding-left: 25px;
  margin: 5px 0;
}
@media (min-width: 700px) {
  ul li ul {
    margin: 14px 0;
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  ul li ul {
    margin: 12px 0;
  }
}

ol {
  padding-left: 28px;
  margin: 30px 0;
}
@media (min-width: 700px) {
  ol {
    margin: 16px 0;
    padding-left: 40px;
  }
}
@media (min-width: 1025px) {
  ol {
    padding-left: 42px;
  }
}
ol li {
  padding-left: 12px;
  margin-bottom: 5px;
}
@media (min-width: 700px) {
  ol li {
    padding-left: 8px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1025px) {
  ol li {
    padding-left: 6px;
  }
}
ol li ol {
  padding-left: 18px;
  margin: 5px 0;
  list-style: lower-alpha;
}
@media (min-width: 700px) {
  ol li ol {
    margin: 11px 0;
    padding-left: 32px;
  }
}
@media (min-width: 1025px) {
  ol li ol {
    padding-left: 34px;
  }
}

hr {
  border: 0;
  height: 1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
  margin: 30px 0;
}
@media (min-width: 1025px) {
  hr {
    margin: 78px 0;
  }
}

figure {
  margin: 0;
}

.field--name-field-mustache {
  font-size: 0.875rem;
  margin-top: 20px;
  border-left: 7px solid #AFCF3B;
  padding-left: 9px;
}
@media (min-width: 700px) {
  .field--name-field-mustache {
    margin-top: 30px;
  }
}
@media (min-width: 1025px) {
  .field--name-field-mustache {
    font-size: 1rem;
  }
}
.field--name-field-mustache p {
  margin: 0;
}

.block-micronode-block > .ione-component {
  margin: 60px 0;
}
@media (min-width: 700px) {
  .block-micronode-block > .ione-component {
    margin: 90px 0;
  }
}
@media (min-width: 1025px) {
  .block-micronode-block > .ione-component {
    margin: 120px 0;
  }
}

.last-word {
  white-space: nowrap;
}

.ione-wysiwyg .ione-container {
  max-width: 1000px;
}
.ione-wysiwyg__body {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 700px) {
  .ione-wysiwyg__body {
    margin: 0 auto 60px;
  }
}

.large-text {
  font-family: "Avenir Next", sans-serif;
  font-size: 1.375rem;
  line-height: 140%;
}
@media (min-width: 700px) {
  .large-text {
    font-size: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .large-text {
    font-size: 2rem;
  }
}

.body-label {
  font-family: "Avenir Next", sans-serif;
  font-size: 1rem;
  line-height: 135%;
  font-weight: 700;
  text-transform: uppercase;
}
.body-label + .media--type-image {
  margin-top: 0;
}

.field--name-body .body-label + .media:not(.align-right, .align-left) {
  margin-top: 0;
}

a:has(.square-arrow__icon) {
  text-decoration: none;
}
a:has(.square-arrow__icon) rect {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
a:has(.square-arrow__icon) line,
a:has(.square-arrow__icon) path {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
a:has(.square-arrow__icon):hover rect {
  fill: #000000;
}
a:has(.square-arrow__icon):hover line,
a:has(.square-arrow__icon):hover path {
  stroke: #AFCF3B;
}

.square-arrow__icon {
  width: 36px;
  height: 36px;
  margin-right: 15px;
  vertical-align: middle;
  margin-top: -2px;
}
@media (min-width: 700px) {
  .square-arrow__icon {
    width: 46px;
    height: 46px;
    margin-right: 20px;
  }
}

.table.table--wysiwyg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -21px;
}
@media screen and (min-width: 1025px) {
  .table.table--wysiwyg {
    margin-top: -19px;
  }
}
.table__inner.js-scroll--right, .table__inner.js-scroll--left {
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (min-width: 700px) {
  .table__inner.js-scroll--right, .table__inner.js-scroll--left {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (min-width: 1025px) {
  .table__inner.js-scroll--right, .table__inner.js-scroll--left {
    margin-left: 0;
    margin-right: 0;
  }
}
.table__inner.js-scroll--right table, .table__inner.js-scroll--left table {
  display: block;
}
.table__inner.js-scroll--right thead,
.table__inner.js-scroll--right tbody, .table__inner.js-scroll--left thead,
.table__inner.js-scroll--left tbody {
  width: 100%;
  display: block;
  overflow: auto;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ffffff;
  scrollbar-width: none;
}
@media screen and (min-width: 700px) {
  .table__inner.js-scroll--right thead,
  .table__inner.js-scroll--right tbody, .table__inner.js-scroll--left thead,
  .table__inner.js-scroll--left tbody {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .table__inner.js-scroll--right thead,
  .table__inner.js-scroll--right tbody, .table__inner.js-scroll--left thead,
  .table__inner.js-scroll--left tbody {
    padding-left: 0;
    padding-right: 0;
  }
}
.table__inner.js-scroll--left .table__prev-btn {
  opacity: 1;
  visibility: visible;
}
.table__inner.js-scroll--right .table__next-btn {
  opacity: 1;
  visibility: visible;
}
.table table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
.table table.sticky-header thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #ffffff;
}
.table table thead tr {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
.table table thead th {
  font-weight: 700;
  color: #182B54;
  padding: 20px 20px 20px 0;
  text-align: left;
  vertical-align: top;
  min-width: 102px;
  border: 0;
}
@media screen and (min-width: 700px) {
  .table table thead th {
    padding: 20px 20px 20px 0;
  }
}
@media screen and (min-width: 1025px) {
  .table table thead th {
    padding: 18px 14px 20px 0;
    min-width: 102px;
  }
}
.table table tbody tr {
  vertical-align: top;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
.table table tbody tr td,
.table table tbody tr th {
  padding: 24px 20px 24px 0;
  min-width: 102px;
  border: 0;
}
@media screen and (min-width: 1025px) {
  .table table tbody tr td,
  .table table tbody tr th {
    padding: 24px 14px 24px 0;
  }
}
.table table tbody tr td:last-child,
.table table tbody tr th:last-child {
  padding-right: 0;
}
.table table tbody tr th {
  font-weight: 700;
  color: #182B54;
  border: 0;
  text-align: left;
  min-width: 220px;
}
@media screen and (min-width: 700px) {
  .table table tbody tr th {
    min-width: 220px;
  }
}
.table__arrow-btn {
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  font-size: 0;
  width: 46px;
  height: 46px;
  border: none;
  background-color: #AFCF3B;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.table__arrow-btn .icon {
  background-image: url(../assets/icons/arrow-right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 28px;
  height: 26px;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.table__arrow-btn:hover {
  background-color: #000000;
}
.table__arrow-btn:hover .icon {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.table__prev-btn {
  left: 20px;
}
.table__prev-btn .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.table__next-btn {
  left: calc(100% - 66px);
}

blockquote {
  font-size: 1.375rem;
  line-height: 1.3;
  font-family: "Libre Caslon Text", sans-serif;
  color: #182B54;
  margin: 30px 0;
  padding-left: 20px;
  border-left: 10px solid #88A61F;
}
@media screen and (min-width: 700px) {
  blockquote {
    font-size: 2rem;
    border-left: 20px solid #88A61F;
    padding: 20px 20px 20px 40px;
  }
}
@media screen and (min-width: 1025px) {
  blockquote {
    font-size: 2.5rem;
    margin: 80px 0;
  }
}
blockquote p {
  margin: 0;
}
blockquote p::before {
  content: "“";
  margin-left: -0.5em;
}
blockquote p::after {
  content: "”";
}
blockquote cite {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  color: #000000;
  font-style: normal;
}

h2 {
  font-family: "Libre Caslon Text", sans-serif;
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 700;
  margin: 30px 0;
}
@media (min-width: 700px) {
  h2 {
    margin: 30px 0 15px;
    font-size: 1.875rem;
  }
}
@media (min-width: 1025px) {
  h2 {
    margin: 80px 0 15px;
    font-size: 3.125rem;
  }
}

h2.heading-editorial {
  font-family: "Avenir Next", sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 500;
  margin: 30px 0;
}
@media (min-width: 700px) {
  h2.heading-editorial {
    margin: 30px 0 15px;
    font-size: 1.625rem;
  }
}
@media (min-width: 1025px) {
  h2.heading-editorial {
    margin: 80px 0 15px;
    font-size: 2.375rem;
  }
}

h3 {
  font-family: "Libre Caslon Text", sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  margin: 30px 0;
}
@media (min-width: 700px) {
  h3 {
    margin: 30px 0 15px;
    font-size: 1.75rem;
  }
}
@media (min-width: 1025px) {
  h3 {
    margin: 80px 0 15px;
    font-size: 2.8125rem;
  }
}

h4 {
  font-family: "Avenir Next", sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 500;
  margin: 30px 0;
}
@media (min-width: 700px) {
  h4 {
    margin: 30px 0 15px;
    font-size: 1.625rem;
  }
}
@media (min-width: 1025px) {
  h4 {
    margin: 80px 0 15px;
    font-size: 2.375rem;
  }
}

h5 {
  font-family: "Avenir Next", sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 700;
  margin: 30px 0;
}
@media (min-width: 700px) {
  h5 {
    margin: 30px 0 15px;
    font-size: 1.375rem;
  }
}
@media (min-width: 1025px) {
  h5 {
    margin: 80px 0 15px;
    font-size: 1.875rem;
  }
}

h6 {
  font-family: "Avenir Next", sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 500;
  margin: 30px 0;
}
@media (min-width: 700px) {
  h6 {
    margin: 30px 0 15px;
    font-size: 1.25rem;
  }
}
@media (min-width: 1025px) {
  h6 {
    margin: 80px 0 15px;
    font-size: 1.5625rem;
  }
}

.pager__items {
  margin: 60px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 5px;
  padding: 0;
}
@media (min-width: 700px) {
  .pager__items {
    margin: 30px 0;
  }
}
@media (min-width: 1025px) {
  .pager__items {
    margin: 60px 0;
  }
}
.pager__item {
  margin: 0;
  padding: 0;
}
.pager__item::before {
  display: none;
}
.pager__item a {
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  min-width: 47px;
  height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-underline-offset: 30%;
}
@media (min-width: 700px) {
  .pager__item a {
    height: 47px;
    font-size: 1.125rem;
  }
}
.pager__item a:hover {
  border: 1px solid #182B54;
}
.pager__item.is-active a {
  font-weight: 700;
  pointer-events: none;
  text-decoration: underline;
}
.pager__item--ellipsis {
  padding-top: 5px;
  min-width: 47px;
  height: 34px;
}
@media (min-width: 700px) {
  .pager__item--ellipsis {
    padding-top: 10px;
    height: 47px;
  }
}
.pager__item--first, .pager__item--last {
  display: none;
}
.pager__item--next a, .pager__item--previous a {
  font-size: 0;
  background: url(../assets/icons/arrow-left-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  min-width: 34px;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .pager__item--next a, .pager__item--previous a {
    background-image: url(../assets/icons/arrow-left-white.svg);
  }
}
@media (min-width: 700px) {
  .pager__item--next a, .pager__item--previous a {
    min-width: 47px;
  }
}
.pager__item--next a {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 699px) {
  .pager .pager__item:has(+ .pager__item--ellipsis) {
    display: none;
  }
  .pager .pager__item:has(+ .pager__item--ellipsis).pager__item--previous {
    display: block;
  }
  .pager .pager__item--ellipsis + .pager__item:not(.pager__item--next) {
    display: none;
  }
}

.block-webform-block {
  max-width: 1000px;
  margin: 60px auto;
}
@media (min-width: 1025px) {
  .block-webform-block {
    margin: 100px auto;
  }
}
.block-webform-block h2 {
  margin-top: 0;
  margin-bottom: 32px;
}

.webform-submission-form .form-type-processed-text {
  margin-bottom: 18px;
}
@media (min-width: 700px) {
  .webform-submission-form .form-type-processed-text {
    margin-bottom: 17px;
  }
}
@media (min-width: 1025px) {
  .webform-submission-form .form-type-processed-text {
    margin-bottom: 10px;
  }
}
.webform-submission-form .checkboxes--wrapper,
.webform-submission-form .radios--wrapper {
  padding: 0;
  border: 0;
  margin-left: 0;
  margin-top: 29px;
}
@media (min-width: 700px) {
  .webform-submission-form .checkboxes--wrapper,
  .webform-submission-form .radios--wrapper {
    margin-top: 39px;
  }
}
.webform-submission-form .checkboxes--wrapper legend,
.webform-submission-form .radios--wrapper legend {
  font-family: "Avenir Next", sans-serif;
  color: #182B54;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-bottom: 12px;
}
@media (min-width: 700px) {
  .webform-submission-form .checkboxes--wrapper legend,
  .webform-submission-form .radios--wrapper legend {
    font-size: 1rem;
  }
}

.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item) {
  margin-bottom: 18px;
  margin-top: 0;
  max-width: 372px;
}
@media (min-width: 700px) {
  .form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item) {
    margin-bottom: 28px;
  }
}
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item) label {
  margin-top: 0;
  display: block;
  background-color: #ffffff;
  font-size: 0.875rem;
  position: relative;
  margin-bottom: -9px;
  padding: 0 10px;
  margin-left: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1025px) {
  .form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item) label {
    margin-bottom: -12px;
    font-size: 1rem;
  }
}
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item) input[type=text],
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item) input[type=search],
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item) input[type=email],
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item) input[type=password],
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item) select {
  font-size: 1rem;
  line-height: 150%;
  border-radius: 0px;
  border: 1px solid #000000;
  padding: 10px 19px;
  width: 100%;
  height: 43px;
}
@media (min-width: 700px) {
  .form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item) input[type=text],
  .form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item) input[type=search],
  .form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item) input[type=email],
  .form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item) input[type=password],
  .form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item) select {
    font-size: 1.125rem;
    height: 58px;
  }
}
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item) input[type=text]:focus,
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item) input[type=search]:focus,
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item) input[type=email]:focus,
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item) input[type=password]:focus,
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item) select:focus {
  outline: 2px solid #000000;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item) textarea {
  border-radius: 0px;
  min-height: 119px;
  border: 1px solid #000000;
  padding: 12px 20px;
}
@media (min-width: 700px) {
  .form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item) textarea {
    min-height: 197px;
  }
}
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item) textarea:focus {
  outline: 2px solid #000000;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item).js-form-type-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../assets/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 18px;
  padding-right: 45px;
  cursor: pointer;
  height: 50px;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item).js-form-type-select select {
    background-image: url("../assets/icons/arrow-down-light.svg");
  }
}
@media (min-width: 700px) {
  .form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item).js-form-type-select select {
    height: 58px;
  }
}
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item).js-form-type-checkbox {
  margin-bottom: 9px;
  margin-top: 0;
}
@media screen and (min-width: 700px) {
  .form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item).js-form-type-checkbox {
    margin-bottom: 7px;
  }
}
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item).js-form-type-checkbox input[type=checkbox] {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
}
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item).js-form-type-checkbox input[type=checkbox] + label {
  cursor: pointer;
  padding-left: 24px;
  font-weight: normal;
  position: relative;
  margin: 0;
  display: inline-block;
  line-height: 145%;
  font-size: 1rem;
}
@media screen and (min-width: 1025px) {
  .form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item).js-form-type-checkbox input[type=checkbox] + label {
    font-size: 1.125rem;
    line-height: 150%;
    font-weight: 400;
  }
}
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item).js-form-type-checkbox input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #7A0019;
  left: 0px;
  top: 4px;
  height: 14px;
  width: 14px;
  border-radius: 0;
  background: #ffffff;
}
@media screen and (min-width: 1025px) {
  .form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item).js-form-type-checkbox input[type=checkbox] + label:before {
    top: 6px;
  }
}
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item).js-form-type-checkbox input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  left: -3px;
  border: 1px solid #000000;
  opacity: 0;
  top: 1px;
  border-radius: 0;
  height: 20px;
  width: 20px;
}
@media screen and (min-width: 1025px) {
  .form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item).js-form-type-checkbox input[type=checkbox] + label:after {
    top: 3px;
  }
}
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item).js-form-type-checkbox input[type=checkbox]:disabled + label {
  pointer-events: none;
  opacity: 0.3;
}
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item).js-form-type-checkbox input[type=checkbox]:checked + label:before {
  background: #7A0019 url("../assets/icons/checkmark.svg") no-repeat center;
}
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item).js-form-type-checkbox input[type=checkbox]:focus + label:after {
  opacity: 1;
}
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item).js-form-type-checkbox:last-child {
  margin-bottom: 2px;
}
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item).js-form-type-radio {
  margin-bottom: 9px;
  margin-top: 0;
}
@media screen and (min-width: 700px) {
  .form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item).js-form-type-radio {
    margin-bottom: 7px;
  }
}
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item).js-form-type-radio input[type=radio] {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
}
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item).js-form-type-radio input[type=radio] + label {
  cursor: pointer;
  padding-left: 24px;
  font-weight: normal;
  position: relative;
  margin: 0;
  display: inline-block;
  font-size: 1rem;
  line-height: 150%;
}
@media screen and (min-width: 1025px) {
  .form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item).js-form-type-radio input[type=radio] + label {
    font-size: 1.125rem;
    font-weight: 400;
  }
}
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item).js-form-type-radio input[type=radio] + label:before {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #7A0019;
  border-radius: 2px;
  left: 0px;
  top: 3px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #ffffff;
}
@media screen and (min-width: 1025px) {
  .form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item).js-form-type-radio input[type=radio] + label:before {
    top: 6px;
  }
}
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item).js-form-type-radio input[type=radio] + label:after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  left: -3px;
  border: 1px solid #000000;
  opacity: 0;
  top: 0px;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
@media screen and (min-width: 1025px) {
  .form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item).js-form-type-radio input[type=radio] + label:after {
    top: 3px;
  }
}
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item).js-form-type-radio input[type=radio]:disabled + label {
  pointer-events: none;
  opacity: 0.3;
}
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item).js-form-type-radio input[type=radio]:checked + label:before {
  border-width: 4px;
}
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item).js-form-type-radio input[type=radio]:focus + label:after {
  opacity: 1;
}
.form-item:not(.js-media-library-add-form .js-form-type-dropzonejs, .micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item, .views-exposed-form__search .form-item).js-form-type-radio:last-child {
  margin-bottom: 3px;
}

.form-actions {
  margin-top: 30px;
}
@media (min-width: 700px) {
  .form-actions {
    margin-top: 40px;
  }
}
.form-actions .form-submit {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  font-size: 1rem;
  border: 0;
  padding: 13px 20px 11px;
}
.form-actions .form-submit:hover {
  background-color: #182B54;
  color: #ffffff;
}

.addtoany__wrapper {
  color: #000000;
  padding: 20px 15px 30px;
  border: 1px solid #DBDCDB;
  background: #ffffff;
  margin-top: 10px;
  display: none;
}
@media (min-width: 700px) {
  .addtoany__wrapper {
    margin-top: 30px;
    padding: 20px 25px 30px;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    width: 264px;
  }
}

.ione-share-buttons {
  position: relative;
  display: inline-block;
}

.addtoany__header {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
  padding-bottom: 20px;
  margin-bottom: 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.addtoany__title {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 150%;
  font-weight: bold;
  margin: 0;
}
@media (min-width: 1025px) {
  .addtoany__title {
    font-size: 1.125rem;
  }
}

.open-addtoany {
  color: inherit;
  border: 0;
  font-family: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  border: 1px solid;
  background-color: transparent;
}

.addtoany__close {
  border: 0;
  background-color: transparent;
}

.addtoany_list.a2a_kit_size_32 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 37px 10px;
}
.addtoany_list.a2a_kit_size_32 > a {
  font-size: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  gap: 20px 0;
  font-family: "Avenir Next", sans-serif;
  text-transform: uppercase;
}

.ione-intro {
  max-width: 868px;
  margin: 0 auto;
}
.ione-intro h2 {
  text-align: center;
  font-size: 2.125rem;
  line-height: 125%;
  margin-bottom: 13px;
}
@media (min-width: 700px) {
  .ione-intro h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .ione-intro h2 {
    font-size: 3.375rem;
    margin-bottom: 18px;
  }
}
.ione-intro h2 p {
  margin: 0;
}
.ione-intro:has(.field--name-field-introduction) h2, .ione-intro:has(.field--name-field-link) h2 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
  padding-bottom: 16px;
}
@media (min-width: 700px) {
  .ione-intro:has(.field--name-field-introduction) h2, .ione-intro:has(.field--name-field-link) h2 {
    padding-bottom: 13px;
  }
}
@media (min-width: 1025px) {
  .ione-intro:has(.field--name-field-introduction) h2, .ione-intro:has(.field--name-field-link) h2 {
    padding-bottom: 21px;
  }
}
.ione-intro .field--name-field-introduction {
  text-align: center;
  font-size: 0.875rem;
}
@media (min-width: 700px) {
  .ione-intro .field--name-field-introduction {
    font-size: 1rem;
  }
}
.ione-intro .field--name-field-introduction p {
  margin: 0;
}
.ione-intro.has-line-arrow-style {
  padding-bottom: 28px;
  position: relative;
  margin-bottom: 0;
}
@media screen and (min-width: 700px) {
  .ione-intro.has-line-arrow-style {
    padding-bottom: 46px;
  }
}
.ione-intro.has-line-arrow-style:after {
  content: "";
  width: 18px;
  height: 18px;
  border-right: 1.75px solid #7A0019;
  border-bottom: 1.75px solid #7A0019;
  display: block;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 15px auto 0;
}
@media screen and (min-width: 700px) {
  .ione-intro.has-line-arrow-style:after {
    width: 21px;
    height: 21px;
    border-width: 2px;
  }
}
.ione-intro.has-line-arrow-style:before {
  content: "";
  position: absolute;
  width: 0;
  height: 20px;
  left: 50%;
  margin-left: -0.5px;
  bottom: 0;
  border-right: 1px solid #AAAAAA;
}
@media screen and (min-width: 700px) {
  .ione-intro.has-line-arrow-style:before {
    height: 38px;
  }
}
.ione-intro.has-line-arrow-style:after {
  margin: 18px auto 0;
}
@media (min-width: 700px) {
  .ione-intro.has-line-arrow-style:after {
    margin: 25px auto 0;
  }
}

.ione-columns {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
  padding-top: 2px;
  position: relative;
}
@media (min-width: 700px) {
  .ione-columns {
    padding-top: 30px;
  }
}

.ione-container {
  max-width: 1300px;
  margin: 0 auto;
}

@media (min-width: 700px) {
  .ione--content-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}
.ione--content-item__title {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 1.25rem;
}
@media (min-width: 700px) {
  .ione--content-item__title {
    margin-bottom: 18px;
  }
}
@media (min-width: 1025px) {
  .ione--content-item__title {
    font-size: 1.75rem;
  }
}
.ione--content-item__title p {
  margin-top: 0;
  margin-bottom: 0;
}
.ione--content-item__title a {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #182B54;
}
.ione--content-item__title a .last-word {
  position: relative;
  padding-right: 40px;
}
.ione--content-item__title a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 5px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #182B54;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione--content-item__title a .last-word .arrow svg {
    color: #ffffff;
  }
}
.ione--content-item__title a:hover {
  opacity: 70%;
}
.ione--content-item__title a:hover .last-word .arrow svg {
  margin-left: 10px;
}
.ione--content-item__subtitle {
  font-size: 0.875rem;
  line-height: 135%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (min-width: 700px) {
  .ione--content-item__subtitle {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.ione--content-item__content {
  font-size: 0.875rem;
  line-height: 140%;
  margin-bottom: 0;
}
.ione--content-item__content p {
  margin-top: 0;
}
@media (min-width: 700px) {
  .ione--content-item__content {
    margin-bottom: 3px;
  }
}
@media (min-width: 1025px) {
  .ione--content-item__content {
    font-size: 1rem;
  }
}
.ione--content-item__image {
  margin-top: auto;
  margin-bottom: 0;
}
.ione--content-item__image img {
  width: 100%;
}

@media (min-width: 700px) {
  .field--name-field-column-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin: 0 -30px;
  }
}
@media (min-width: 1025px) {
  .field--name-field-column-items {
    grid-template-columns: repeat(auto-fit, minmax(33.333%, 1fr));
  }
}
@media (min-width: 1025px) {
  .field--name-field-column-items:has(> .field__item:nth-child(3)) .ione--content-item__title {
    font-size: 1.375rem;
  }
}
.field--name-field-column-items > div {
  padding: 30px 0px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
@media (min-width: 700px) {
  .field--name-field-column-items > div {
    padding: 0 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: top right;
    background-size: 1px auto;
  }
}
.field--name-field-column-items > div:last-child {
  background: none;
  padding-bottom: 0;
}
@media (min-width: 700px) and (max-width: 1025px) {
  .field--name-field-column-items > div:nth-child(1n+3) {
    margin-top: 60px;
  }
  .field--name-field-column-items > div:nth-child(1n+3):before {
    content: "";
    position: absolute;
    margin-top: -30px;
    width: 100%;
    left: 0;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
}
@media (min-width: 700px) and (max-width: 1025px) {
  .field--name-field-column-items > div:nth-child(3n):before {
    content: "";
    position: absolute;
    margin-top: -30px;
    width: 100%;
    left: 0;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
}
@media (min-width: 1025px) {
  .field--name-field-column-items > div:nth-child(1n+4) {
    margin-top: 60px;
  }
  .field--name-field-column-items > div:nth-child(1n+4):before {
    content: "";
    position: absolute;
    margin-top: -30px;
    width: 100%;
    left: 0;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
}
@media (min-width: 1025px) {
  .field--name-field-column-items > div:nth-child(4n):before {
    content: "";
    position: absolute;
    margin-top: -30px;
    width: 100%;
    left: 0;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
}

@media (min-width: 700px) and (max-width: 1025px) {
  .ione-cta .ione-intro h2 {
    margin-bottom: 18px;
  }
}
@media (min-width: 700px) and (max-width: 1025px) {
  .ione-cta .ione-intro:has(.field--name-field-introduction) {
    padding-bottom: 24px;
  }
}
@media (min-width: 700px) and (max-width: 1025px) {
  .ione-cta .ione-intro .field--name-field-introduction {
    font-size: 0.875rem;
  }
}
@media (min-width: 700px) and (max-width: 1025px) {
  .ione-cta .ione-intro .field--name-field-introduction::after {
    margin: 10px auto 0;
  }
}
.ione-cta__content {
  border-top: 10px solid #AFCF3B;
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  padding: 21px 0 0;
}
@media (min-width: 700px) {
  .ione-cta__content {
    padding: 31px 0 0;
    border-width: 16px;
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .ione-cta__content {
    padding: 41px 0 0;
    gap: 40px;
  }
}
@media (min-width: 700px) {
  .ione-cta__content:not(:has(.field__item:nth-child(2))) {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media (min-width: 700px) {
  .ione-cta__content:not(:has(.field__item:nth-child(2))) .ione-cta__links {
    margin-top: 18px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
@media (min-width: 1025px) {
  .ione-cta__content:not(:has(.field__item:nth-child(2))) .ione-cta__links {
    margin-top: 8px;
  }
}
.ione-cta__content:has(.field__item:nth-child(2)) .ione-cta__links {
  width: 100%;
}
.ione-cta__eyebrow {
  font-family: "Avenir Next", sans-serif;
  font-size: 0.875rem;
  line-height: 135%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .ione-cta__eyebrow {
    font-size: 1rem;
  }
}
.ione-cta__body {
  font-family: "Libre Caslon Text", sans-serif;
  font-size: 1.25rem;
  line-height: 125%;
  font-weight: 600;
  padding-right: 10px;
}
@media (min-width: 1025px) {
  .ione-cta__body {
    font-size: 1.375rem;
    padding-right: 0;
  }
}
.ione-cta__body p {
  margin-top: 0;
  margin-bottom: 0;
}
.ione-cta__links .field--name-field-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 700px) {
  .ione-cta__links .field--name-field-links {
    gap: 20px;
  }
}
.ione-cta__links .field--name-field-links .field__item a {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  font-size: 1rem;
}
.ione-cta__links .field--name-field-links .field__item a:hover {
  background-color: #182B54;
  color: #ffffff;
}

.bg-white .ione-cta__content {
  background-color: #ffffff;
}

.bg-navy .ione-cta__content {
  background-color: #182B54;
  color: #ffffff;
  border-color: #88A61F;
  padding: 21px 20px;
}
@media (min-width: 700px) {
  .bg-navy .ione-cta__content {
    padding: 31px 30px;
  }
}
@media (min-width: 1025px) {
  .bg-navy .ione-cta__content {
    padding: 41px 40px;
  }
}
.bg-navy .ione-cta__links .field--name-field-links .field__item a:hover {
  background-color: #ffffff;
  color: #182B54;
}
.bg-navy .ione-cta__links .field--name-field-links .field__item a:focus {
  outline-color: #ffffff;
}

.ione-accordion .ione-container {
  max-width: 1000px;
  margin: 0 auto;
}
.ione-accordion .ione-intro:has(.field--name-field-introduction) h2, .ione-accordion .ione-intro:has(.ione-accordion__eyebrow) h2 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
  padding-bottom: 16px;
}
@media (min-width: 700px) {
  .ione-accordion .ione-intro:has(.field--name-field-introduction) h2, .ione-accordion .ione-intro:has(.ione-accordion__eyebrow) h2 {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .ione-accordion .ione-intro:has(.field--name-field-introduction) h2, .ione-accordion .ione-intro:has(.ione-accordion__eyebrow) h2 {
    padding-bottom: 21px;
  }
}
.ione-accordion .ione-intro .field--name-field-introduction {
  padding-bottom: 15px;
}
@media (min-width: 700px) {
  .ione-accordion .ione-intro .field--name-field-introduction {
    padding-bottom: 18px;
    font-size: 0.875rem;
  }
}
@media (min-width: 1025px) {
  .ione-accordion .ione-intro .field--name-field-introduction {
    padding-bottom: 30px;
    font-size: 1rem;
  }
}
.ione-accordion .ione-intro:after {
  margin: 18px auto 0;
}
@media (min-width: 700px) {
  .ione-accordion .ione-intro:after {
    margin: 25px auto 0;
  }
}
.ione-accordion__eyebrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (min-width: 700px) {
  .ione-accordion__eyebrow-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 23px;
  }
}
@media (min-width: 1025px) {
  .ione-accordion__eyebrow-wrapper {
    gap: 21px;
  }
}
.ione-accordion__eyebrow-title {
  font-size: 0.875rem;
  line-height: 135%;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 700px) {
  .ione-accordion__eyebrow-title {
    font-size: 1rem;
  }
}
.ione-accordion__eyebrow-people .field--name-field-acc-people {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.ione-accordion__eyebrow-people .field--name-field-acc-people img {
  width: 67px;
  height: 67px;
  border-radius: 100%;
}
.ione-accordion__items {
  margin-top: 2px;
}
@media (min-width: 1025px) {
  .ione-accordion__items {
    margin-top: 20px;
  }
}
.ione-accordion__items .field--name-field-accordion > .field__item:first-child .ione-accordion__toggle {
  border-top: 0;
}
.ione-accordion__items .field--name-field-accordion > .field__item:last-child .ione-accordion__toggle {
  border-bottom: 0;
}
.ione-accordion__item {
  margin-top: -1px;
}
.ione-accordion__toggle {
  font-family: "Avenir Next", sans-serif;
  background-color: #7A0019;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 135%;
  font-weight: 500;
  width: 100%;
  border: 0;
  position: relative;
  text-align: left;
  border-bottom: 1px dotted #ffffff;
  border-top: 1px dotted #ffffff;
  padding: 22px 20px 17px 44px;
}
.ione-accordion__toggle:hover {
  background-color: #630115;
}
@media (min-width: 700px) {
  .ione-accordion__toggle {
    padding: 30px 11px 31px 70px;
    font-size: 1.25rem;
  }
}
@media (min-width: 1025px) {
  .ione-accordion__toggle {
    padding: 30px 11px 29px 70px;
    font-size: 1.5625rem;
  }
}
.ione-accordion__toggle:focus {
  outline-offset: -4px;
  outline-color: #ffffff;
}
.ione-accordion__toggle.expanded {
  border-bottom: none;
}
.ione-accordion__toggle.expanded .ione-accordion__icon:after {
  display: none;
}
.ione-accordion__icon {
  color: #FFCC33;
  position: absolute;
  left: 29px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 700px) {
  .ione-accordion__icon {
    left: 50px;
  }
}
.ione-accordion__icon:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  border-top: 2.5px solid #FFCC33;
}
@media (min-width: 700px) {
  .ione-accordion__icon:before {
    border-top: 3.3px solid #FFCC33;
    width: 19px;
  }
}
.ione-accordion__icon:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  border-top: 2.5px solid #FFCC33;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 700px) {
  .ione-accordion__icon:after {
    border-top: 3.3px solid #FFCC33;
    width: 19px;
  }
}
.ione-accordion__content {
  display: none;
  background-color: #ffffff;
  padding: 5px 20px;
}
@media (min-width: 700px) {
  .ione-accordion__content {
    padding: 15px 30px;
  }
}

.ione-list-items {
  padding-top: 16px;
}
@media (min-width: 700px) {
  .ione-list-items {
    padding-top: 20px;
  }
}
@media (min-width: 700px) {
  .ione-list-items .ione--list-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.ione-list-items .ione--list-item__image {
  margin-bottom: 17px;
}
@media (min-width: 700px) {
  .ione-list-items .ione--list-item__image {
    padding-right: 20px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1025px) {
  .ione-list-items .ione--list-item__image {
    padding-right: 27px;
  }
}
.ione-list-items .ione--list-item__image img {
  width: 100%;
}
@media (min-width: 700px) {
  .ione-list-items .ione--list-item__content {
    padding-left: 9px;
    padding-top: 1px;
  }
}
@media (min-width: 1025px) {
  .ione-list-items .ione--list-item__content {
    padding-left: 3px;
    padding-top: 11px;
  }
}
.ione-list-items .ione--list-item__title {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 1.25rem;
}
@media (min-width: 700px) {
  .ione-list-items .ione--list-item__title {
    margin-bottom: 8px;
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .ione-list-items .ione--list-item__title {
    margin-bottom: 10px;
    font-size: 1.75rem;
  }
}
.ione-list-items .ione--list-item__title p {
  margin-top: 0;
  margin-bottom: 0;
}
.ione-list-items .ione--list-item__title a {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #182B54;
}
.ione-list-items .ione--list-item__title a .last-word {
  position: relative;
  padding-right: 40px;
}
.ione-list-items .ione--list-item__title a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 5px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #182B54;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione-list-items .ione--list-item__title a .last-word .arrow svg {
    color: #ffffff;
  }
}
.ione-list-items .ione--list-item__title a:hover {
  opacity: 70%;
}
.ione-list-items .ione--list-item__title a:hover .last-word .arrow svg {
  margin-left: 10px;
}
.ione-list-items .ione--list-item__subtitle {
  font-size: 0.875rem;
  line-height: 135%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (min-width: 700px) {
  .ione-list-items .ione--list-item__subtitle {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.ione-list-items .ione--list-item__body {
  font-size: 0.875rem;
  line-height: 140%;
  margin-bottom: 0;
}
.ione-list-items .ione--list-item__body p {
  margin-top: 0;
}
.ione-list-items .ione--list-item__body p:last-child {
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .ione-list-items .ione--list-item__body {
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (min-width: 1025px) {
  .ione-list-items .ione--list-item__body {
    font-size: 1.125rem;
    padding-right: 5px;
  }
}
.ione-list-items .field--name-field-list-items > .field__item {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .ione-list-items .field--name-field-list-items > .field__item {
    margin-bottom: 40px;
  }
}
.ione-list-items .field--name-field-list-items > .field__item:last-child {
  margin-bottom: 0;
}

.ione--link-feature .ione-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 700px) {
  .ione--link-feature__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.ione--link-feature__img {
  background-color: #000000;
}
.ione--link-feature__img .media--type-image,
.ione--link-feature__img .field--name-field-media-image {
  height: 100%;
}
@media (min-width: 700px) {
  .ione--link-feature__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.ione--link-feature__body {
  background-color: #182B54;
  color: #ffffff;
  padding: 31px 21px;
}
@media (min-width: 700px) {
  .ione--link-feature__body {
    padding: 30px 35px 30px 30px;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
@media (min-width: 1025px) {
  .ione--link-feature__body {
    padding: 66px 71px;
  }
}
.ione--link-feature__desc {
  font-family: "Libre Caslon Text", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  .ione--link-feature__desc {
    font-size: 1.5625rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .ione--link-feature__desc {
    font-size: 1.875rem;
    margin-bottom: 40px;
  }
}
.ione--link-feature__desc p {
  margin-top: 0;
}
.ione--link-feature__links .field--name-field-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 1025px) {
  .ione--link-feature__links .field--name-field-links {
    gap: 30px;
  }
}
.ione--link-feature__links .field--name-field-links .field__item a {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  border: 1px solid #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  color: #ffffff;
  font-size: 1rem;
  line-height: 135%;
}
.ione--link-feature__links .field--name-field-links .field__item a:hover {
  background-color: #AFCF3B;
}
.ione--link-feature__links .field--name-field-links .field__item a:hover {
  color: #000000;
}
.ione--link-feature__links .field--name-field-links .field__item a:focus {
  outline-color: #ffffff;
}

.ione--large-list .ione-container {
  max-width: 1000px;
  margin: 0 auto;
}
.ione--large-list__title {
  font-size: 1.75rem;
  line-height: 125%;
  margin-bottom: 30px;
  margin-top: 0;
}
@media (min-width: 1025px) {
  .ione--large-list__title {
    margin-bottom: 30px;
    font-size: 2.8125rem;
  }
}
.ione--large-list__items {
  padding-left: 0;
}
.ione--large-list__items .list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding-bottom: 15px;
  padding-left: 0;
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .ione--large-list__items .list-item {
    padding-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}
@media (min-width: 1025px) {
  .ione--large-list__items .list-item {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.ione--large-list__items .list-item:not(:first-child) {
  padding-top: 30px;
}
.ione--large-list__items .list-item:not(:last-child) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
.ione--large-list__items .list-item:last-child {
  margin-bottom: 0;
}
.ione--large-list__items .list-item .list-num {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "Avenir Next", sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 700;
  color: #7A0019;
}
@media (min-width: 700px) {
  .ione--large-list__items .list-item .list-num {
    margin-bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: top right;
    background-size: 1px auto;
    padding-right: 11px;
    font-size: 1.375rem;
  }
}
@media (min-width: 1025px) {
  .ione--large-list__items .list-item .list-num {
    font-size: 1.875rem;
  }
}
.ione--large-list__items .list-item .list-text {
  padding-top: 0;
}
.ione--large-list__items .list-item .list-text p {
  margin-top: 0;
  margin-bottom: 0;
}

.ione-hero {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #182B54;
  --ione-hero-viewport-cap: calc(100vh - 99px);
  --ione-hero-viewport-cap: calc(100svh - 99px);
}
@media (min-width: 700px) {
  .ione-hero {
    --ione-hero-viewport-cap: calc(100vh - 139px);
    --ione-hero-viewport-cap: calc(100svh - 139px);
  }
}
@media (min-width: 1025px) {
  .ione-hero {
    --ione-hero-viewport-cap: calc(100vh - 151px);
    --ione-hero-viewport-cap: calc(100svh - 151px);
  }
}
.ione-hero.with-image {
  overflow: visible;
  color: #ffffff;
  background-color: #000000;
}
.ione-hero.with-image h1 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.ione-hero.no-image h1 {
  max-width: 840px;
}
@media (min-width: 700px) {
  .ione-hero.no-image h1 {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .ione-hero.no-image h1 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
}
.ione-hero.no-image .center_aligned h1 {
  margin-left: auto;
  margin-right: auto;
}
.ione-hero__tall.with-image {
  height: 101.563vw;
  max-height: var(--ione-hero-viewport-cap);
}
@media (min-width: 700px) {
  .ione-hero__tall.with-image {
    height: 48.83vw;
  }
}
.ione-hero__tall.with-image .ione-hero__title::before {
  border-color: #ffffff;
}
.ione-hero__tall.no-image {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
.ione-hero__tall.no-image .ione-hero__title::after {
  border-color: #7A0019;
  margin-top: 0;
}
.ione-hero__tall .ione-hero__title {
  padding-bottom: 28px;
  position: relative;
  margin-bottom: 0;
}
@media screen and (min-width: 700px) {
  .ione-hero__tall .ione-hero__title {
    padding-bottom: 46px;
  }
}
.ione-hero__tall .ione-hero__title:after {
  content: "";
  width: 18px;
  height: 18px;
  border-right: 1.75px solid #7A0019;
  border-bottom: 1.75px solid #7A0019;
  display: block;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 15px auto 0;
}
@media screen and (min-width: 700px) {
  .ione-hero__tall .ione-hero__title:after {
    width: 21px;
    height: 21px;
    border-width: 2px;
  }
}
.ione-hero__tall .ione-hero__title:before {
  content: "";
  position: absolute;
  width: 0;
  height: 20px;
  left: 50%;
  margin-left: -0.5px;
  bottom: 0;
  border-right: 1px solid #AAAAAA;
}
@media screen and (min-width: 700px) {
  .ione-hero__tall .ione-hero__title:before {
    height: 38px;
  }
}
.ione-hero__tall .ione-hero__title h1 {
  margin-bottom: 13px;
}
@media (min-width: 700px) {
  .ione-hero__tall .ione-hero__title h1 {
    margin-bottom: 13px;
  }
}
@media (min-width: 700px) {
  .ione-hero__tall .ione-hero__title h1 {
    margin-bottom: 10px;
  }
}
.ione-hero__tall .ione-hero__title::after {
  border-color: #FFCC33;
  margin-top: 0;
}
.ione-hero__standard.with-image {
  min-height: min(70.2vw, var(--ione-hero-viewport-cap));
}
@media (min-width: 700px) {
  .ione-hero__standard.with-image {
    min-height: min(35.145vw, var(--ione-hero-viewport-cap));
  }
}
@media (min-width: 1025px) {
  .ione-hero__standard.with-image {
    min-height: min(26.667vw, var(--ione-hero-viewport-cap));
  }
}
@media (min-width: 1025px) {
  .ione-hero__standard.no-image {
    min-height: 190px;
  }
}
.ione-hero__big-question {
  overflow: visible;
  height: 72.2vw;
  max-height: var(--ione-hero-viewport-cap);
}
@media (min-width: 700px) {
  .ione-hero__big-question {
    height: 41.4vw;
  }
}
@media (min-width: 1025px) {
  .ione-hero__big-question {
    height: 38.2vw;
  }
}
.ione-hero__big-question .ione-hero__img {
  bottom: -48px;
}
@media (min-width: 700px) {
  .ione-hero__big-question .ione-hero__img {
    bottom: -102px;
  }
}
@media (min-width: 1025px) {
  .ione-hero__big-question .ione-hero__img {
    bottom: -80px;
  }
}
.ione-hero__big-question .ione-hero__img .field--name-field-media,
.ione-hero__big-question .ione-hero__img .media--type-image,
.ione-hero__big-question .ione-hero__img .field--name-field-media-image {
  height: 100%;
}
.ione-hero__big-question .ione-hero__title {
  padding-bottom: 28px;
  position: relative;
  margin-bottom: 0;
}
@media screen and (min-width: 700px) {
  .ione-hero__big-question .ione-hero__title {
    padding-bottom: 46px;
  }
}
.ione-hero__big-question .ione-hero__title:after {
  content: "";
  width: 18px;
  height: 18px;
  border-right: 1.75px solid #7A0019;
  border-bottom: 1.75px solid #7A0019;
  display: block;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 15px auto 0;
}
@media screen and (min-width: 700px) {
  .ione-hero__big-question .ione-hero__title:after {
    width: 21px;
    height: 21px;
    border-width: 2px;
  }
}
.ione-hero__big-question .ione-hero__title:before {
  content: "";
  position: absolute;
  width: 0;
  height: 20px;
  left: 50%;
  margin-left: -0.5px;
  bottom: 0;
  border-right: 1px solid #AAAAAA;
}
@media screen and (min-width: 700px) {
  .ione-hero__big-question .ione-hero__title:before {
    height: 38px;
  }
}
.ione-hero__big-question .ione-hero__title h1 {
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .ione-hero__big-question .ione-hero__title h1 {
    margin-bottom: 13px;
  }
}
@media (min-width: 1025px) {
  .ione-hero__big-question .ione-hero__title h1 {
    margin-bottom: 5px;
  }
}
.ione-hero__big-question .ione-hero__title::after {
  border-color: #FFCC33;
  margin-top: 0;
}
.ione-hero__big-question .ione-hero__title::before {
  border-color: #ffffff;
}
.ione-hero__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ione-hero__img::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(74.16%, rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 74.16%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ione-hero__img .media--type-image,
.ione-hero__img .field--type-image,
.ione-hero__img picture {
  height: 100%;
}
.ione-hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ione-hero__title {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 700px) {
  .ione-hero__title {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .ione-hero__title {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.ione-hero__title.center_aligned {
  text-align: center;
}
.ione-hero__title h1 {
  font-family: "Libre Caslon Text", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 125%;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  .ione-hero__title h1 {
    font-size: 2.625rem;
    margin-top: 80px;
    margin-bottom: 42px;
  }
}
@media (min-width: 1025px) {
  .ione-hero__title h1 {
    font-size: 4rem;
    margin-top: 120px;
    margin-bottom: 48px;
  }
}
.ione-hero.with-image .ione-hero__title {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}
.ione-hero.with-image .ione-hero__title h1 {
  margin-top: clamp(40px, 10svh, 60px);
}
@media (min-width: 700px) {
  .ione-hero.with-image .ione-hero__title h1 {
    margin-top: clamp(50px, 10svh, 80px);
  }
}
@media (min-width: 1025px) {
  .ione-hero.with-image .ione-hero__title h1 {
    margin-top: clamp(60px, 10svh, 120px);
  }
}
.ione-hero__question-section {
  position: relative;
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 700px) {
  .ione-hero__question-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .ione-hero__question-section {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.ione-hero__question-section .hero-question-inner {
  background-color: #182B54;
  color: #ffffff;
  padding: 28px 21px;
}
@media (min-width: 700px) {
  .ione-hero__question-section .hero-question-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 40px 0px;
  }
}
@media (min-width: 1025px) {
  .ione-hero__question-section .hero-question-inner {
    padding: 59px 10px;
  }
}
.ione-hero__question-section .hero-question-inner .hero-question {
  font-size: 1.5rem;
  text-align: left;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  padding-bottom: 15px;
  margin: 0;
}
@media (min-width: 700px) {
  .ione-hero__question-section .hero-question-inner .hero-question {
    font-size: 1.625rem;
    -ms-grid-column-align: center;
        justify-self: center;
    padding: 18px 30px;
  }
}
@media (min-width: 1025px) {
  .ione-hero__question-section .hero-question-inner .hero-question {
    font-size: 2.5rem;
    padding: 40px;
  }
}
.ione-hero__question-section .hero-question-inner .hero-answer {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23ffffff' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
  font-size: 1rem;
  padding-top: 22px;
}
@media (min-width: 700px) {
  .ione-hero__question-section .hero-question-inner .hero-answer {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23ffffff' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: top left;
    background-size: 1px auto;
    font-size: 0.875rem;
    line-height: 140%;
    padding: 18px 30px;
  }
}
@media (min-width: 1025px) {
  .ione-hero__question-section .hero-question-inner .hero-answer {
    font-size: 1.125rem;
    line-height: 150%;
    padding: 18px 40px;
  }
}

.ione-lphero.ione-component {
  margin-top: 0;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}
.ione-lphero__banner-sec {
  display: -ms-grid;
  display: grid;
  max-height: 100svh;
  overflow: hidden;
}
.ione-lphero__heading {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  -ms-grid-row: 1;
  grid-area: 1/-1;
  position: relative;
  -ms-grid-row-align: end;
      align-self: end;
  z-index: 1;
  padding-left: 20px;
  padding-right: 55px;
}
@media (min-width: 700px) {
  .ione-lphero__heading {
    padding-left: 30px;
    padding-right: 360px;
  }
}
@media (min-width: 1025px) {
  .ione-lphero__heading {
    padding-left: 80px;
    padding-right: 480px;
  }
}
.ione-lphero__heading h1 {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 2.25rem;
  line-height: 125%;
  margin: 60px 0 100px;
}
@media (min-width: 700px) {
  .ione-lphero__heading h1 {
    margin: 80px 0 52px;
    font-size: 2.625rem;
  }
}
@media (min-width: 1025px) {
  .ione-lphero__heading h1 {
    font-size: 4rem;
    max-width: 68%;
    margin: 120px 0 80px;
  }
}
.ione-lphero__heading h1 p {
  margin: 0;
}
.ione-lphero__img {
  position: relative;
  -ms-grid-row: 1;
  grid-area: 1/-1;
  background-color: #000000;
  max-height: calc(100svh - 200px);
}
.ione-lphero__img::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(74.16%, rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 74.16%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1025px) {
  .ione-lphero__img::after {
    background: -webkit-gradient(linear, right top, left top, color-stop(35.96%, rgba(0, 0, 0, 0)), color-stop(69.17%, rgba(0, 0, 0, 0.5)));
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 35.96%, rgba(0, 0, 0, 0.5) 69.17%);
  }
}
.ione-lphero__img .media--type-image,
.ione-lphero__img .field--type-image,
.ione-lphero__img picture {
  height: 100%;
}
.ione-lphero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ione-lphero__content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 700px) {
  .ione-lphero__content {
    padding: 0 30px;
  }
}
@media (min-width: 1025px) {
  .ione-lphero__content {
    padding: 0 80px;
  }
}
@media (min-width: 700px) {
  .ione-lphero__content-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ione-lphero__content-inner:has(.ione-lphero__intro-sec) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
  padding-bottom: 41px;
}
@media (min-width: 700px) {
  .ione-lphero__content-inner:has(.ione-lphero__intro-sec) {
    padding-bottom: 25px;
  }
}
@media (min-width: 1025px) {
  .ione-lphero__content-inner:has(.ione-lphero__intro-sec) {
    padding-bottom: 35px;
  }
}
.ione-lphero__feat-card {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: -70px;
}
@media (min-width: 700px) {
  .ione-lphero__feat-card {
    width: 305px;
    margin-top: -240px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
@media (min-width: 1025px) {
  .ione-lphero__feat-card {
    width: 385px;
    margin-top: -229px;
  }
}
.ione-lphero__feat-card .ione-hfc {
  background-color: #182B54;
  padding: 31px 20px;
  color: #ffffff;
}
@media (min-width: 700px) {
  .ione-lphero__feat-card .ione-hfc {
    padding: 32px 30px;
  }
}
@media (min-width: 1025px) {
  .ione-lphero__feat-card .ione-hfc {
    padding: 39px 33px;
  }
}
.ione-lphero__feat-card .ione-hfc__title {
  font-family: "Libre Caslon Text", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 125%;
  margin-top: 0;
  margin-bottom: 9px;
  margin-right: 10px;
}
@media (min-width: 700px) {
  .ione-lphero__feat-card .ione-hfc__title {
    margin-right: 15px;
    font-size: 1.25rem;
  }
}
@media (min-width: 1025px) {
  .ione-lphero__feat-card .ione-hfc__title {
    margin-bottom: 11px;
    font-size: 1.375rem;
  }
}
.ione-lphero__feat-card .ione-hfc__imgs {
  margin-bottom: 30px;
}
.ione-lphero__feat-card .ione-hfc__imgs .field--name-field-hfc-photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.ione-lphero__feat-card .ione-hfc__imgs .field--name-field-hfc-photos img {
  width: 67px;
  height: 67px;
  border-radius: 100%;
}
.ione-lphero__feat-card .ione-hfc__cta a {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  font-size: 1rem;
}
.ione-lphero__feat-card .ione-hfc__cta a:hover {
  background-color: #182B54;
  color: #ffffff;
}
.ione-lphero__feat-card .ione-hfc__cta a:hover {
  background-color: #ffffff;
  color: #182B54;
}
.ione-lphero__feat-card .ione-hfc__cta a:focus {
  outline-color: #ffffff;
}
.ione-lphero__intro-sec {
  padding-top: 16px;
}
@media (min-width: 700px) {
  .ione-lphero__intro-sec {
    padding-top: 12px;
    padding-right: 80px;
  }
}
@media (min-width: 1025px) {
  .ione-lphero__intro-sec {
    padding-top: 30px;
    padding-right: 0;
    width: 40%;
  }
}
.ione-lphero__subtitle {
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .ione-lphero__subtitle {
    margin-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .ione-lphero__subtitle {
    margin-bottom: 20px;
  }
}
.ione-lphero__link a {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  border: 1px solid #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  font-size: 1rem;
}
.ione-lphero__link a:hover {
  background-color: #AFCF3B;
}

.ione-tabset .ione-container {
  max-width: 1000px;
  margin: 0 auto;
}
.ione-tabset__heading {
  margin-bottom: 32px;
}
.ione-tabset__nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #DBDCDB;
}
.ione-tabset__nav::before, .ione-tabset__nav::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ione-tabset__nav::before {
  left: 26px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.ione-tabset__nav::after {
  right: 26px;
  background: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.ione-tabset__nav.show-left-fade::before {
  opacity: 1;
}
.ione-tabset__nav.show-right-fade::after {
  opacity: 1;
}
.ione-tabset__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ione-tabset__arrow {
  position: absolute;
  z-index: 3;
  width: 46px;
  height: 46px;
  border: none;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #AFCF3B;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.ione-tabset__arrow::after {
  content: "";
  background-image: url(../assets/icons/arrow-right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 28px;
  height: 26px;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.ione-tabset__arrow:hover {
  background-color: #000000;
}
.ione-tabset__arrow:hover::after {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.ione-tabset__arrow.show {
  visibility: visible;
  opacity: 1;
}
.ione-tabset__arrow--left {
  left: -20px;
}
.ione-tabset__arrow--left::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ione-tabset__arrow--right {
  right: -20px;
}
.ione-tabset__tab {
  font-size: 1rem;
  font-family: "Avenir Next", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  padding: 8px 20px 4px;
  border: none;
  background: none;
  cursor: pointer;
  border-bottom: 4px solid transparent;
  white-space: nowrap;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (min-width: 700px) {
  .ione-tabset__tab {
    font-size: 1.125rem;
    padding: 6px 20px 2px;
  }
}
@media (min-width: 1025px) {
  .ione-tabset__tab {
    padding: 8px 20px 2px;
  }
}
.ione-tabset__tab.is-active {
  border-bottom-color: #7A0019;
  font-weight: 700;
  pointer-events: none;
}
.ione-tabset__tab:focus {
  outline-offset: -4px;
}
.ione-tabset__panel {
  display: none;
  padding: 15px 0 0;
}
@media (min-width: 700px) {
  .ione-tabset__panel {
    padding: 17px 0 0;
  }
}
@media (min-width: 1025px) {
  .ione-tabset__panel {
    padding: 15px 0 0;
  }
}
.ione-tabset__panel.is-active {
  display: block;
}

.ione--insta-embed .ione-container {
  max-width: 1300px;
  margin: 0 auto;
}
.ione--insta-embed .ione-intro {
  max-width: 593px;
}
@media (min-width: 1025px) {
  .ione--insta-embed .ione-intro {
    max-width: 868px;
  }
}
.ione--insta-embed .ione-intro .field--name-field-introduction {
  padding-bottom: 15px;
}
@media (min-width: 700px) {
  .ione--insta-embed .ione-intro .field--name-field-introduction {
    padding-bottom: 22px;
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .ione--insta-embed .ione-intro .field--name-field-introduction {
    padding-bottom: 30px;
  }
}
.ione--insta-embed__cta {
  text-align: center;
}
.ione--insta-embed__cta a {
  text-decoration: none;
}
.ione--insta-embed__follow {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  font-size: 1rem;
  padding: 13px 20px;
}
.ione--insta-embed__follow:hover {
  background-color: #182B54;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .ione--insta-embed__follow {
    padding: 12px 20px;
  }
}
.ione--insta-embed__post-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (max-width: 699px) {
  .ione--insta-embed__post-wrapper {
    overflow: hidden;
    height: 133.6vw;
    margin: -4px -4px 0;
  }
}
@media (min-width: 700px) {
  .ione--insta-embed__post-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
@media (max-width: 699px) {
  .ione--insta-embed__post-wrapper.is-expanded .ione--insta-embed__post:last-child {
    visibility: visible;
  }
}
.ione--insta-embed__post {
  -webkit-flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
}
.ione--insta-embed__post a {
  display: block;
  position: relative;
}
.ione--insta-embed__post a::after {
  content: "";
  background-image: url(../assets/icons/Instagram-white.svg);
  background-size: 48%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #182B54;
  position: absolute;
  width: 38px;
  height: 38px;
  bottom: 0;
  left: 0;
}
@media (max-width: 699px) {
  .ione--insta-embed__post {
    padding: 0 4px;
  }
  .ione--insta-embed__post:first-child {
    padding-top: 4px;
  }
  .ione--insta-embed__post:last-child {
    visibility: hidden;
    padding-bottom: 4px;
  }
}

.expand-item:focus {
  outline: 0;
  border-radius: 0;
}

.expand-btn-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
  text-align: center;
  padding-top: 21px;
}
@media (min-width: 700px) {
  .expand-btn-wrapper {
    display: none;
  }
}
.expand-btn-wrapper .expand-btn {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  border: 1px solid #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  background-color: #ffffff;
  border-color: #182B54;
  font-size: 1rem;
  position: relative;
  padding-left: 43px;
}
.expand-btn-wrapper .expand-btn:hover {
  background-color: #AFCF3B;
}
.expand-btn-wrapper .expand-btn:hover {
  background-color: #182B54;
  color: #ffffff;
}
.expand-btn-wrapper .expand-btn:hover .plus-icon::before, .expand-btn-wrapper .expand-btn:hover .plus-icon::after {
  border-color: #ffffff;
}
.expand-btn-wrapper .expand-btn .plus-icon {
  position: absolute;
  left: 33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 700px) {
  .expand-btn-wrapper .expand-btn .plus-icon {
    left: 50px;
  }
}
.expand-btn-wrapper .expand-btn .plus-icon:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  border-top: 2.5px solid #000000;
}
@media (min-width: 700px) {
  .expand-btn-wrapper .expand-btn .plus-icon:before {
    border-top: 3.3px solid #000000;
    width: 19px;
  }
}
.expand-btn-wrapper .expand-btn .plus-icon:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  border-top: 2.5px solid #000000;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 700px) {
  .expand-btn-wrapper .expand-btn .plus-icon:after {
    border-top: 3.3px solid #000000;
    width: 19px;
  }
}

.block-views-blocktopics-block-more-topics {
  max-width: 1300px;
  background-color: #182B54;
  border-top: 10px solid #88A61F;
  color: #ffffff;
  padding: 21px 20px;
  margin: 60px 0;
}
@media (min-width: 700px) {
  .block-views-blocktopics-block-more-topics {
    margin: 90px 0;
    padding: 31px 30px;
    border-width: 16px;
  }
}
@media (min-width: 1025px) {
  .block-views-blocktopics-block-more-topics {
    padding: 35px 40px 40px;
    margin: 120px auto;
  }
}
.block-views-blocktopics-block-more-topics h2 {
  margin-top: 0;
  font-size: 1.5rem;
}
@media (min-width: 700px) {
  .block-views-blocktopics-block-more-topics h2 {
    font-size: 1.5rem;
    margin-bottom: 31px;
  }
}
@media (min-width: 1025px) {
  .block-views-blocktopics-block-more-topics h2 {
    font-size: 1.875rem;
    margin-bottom: 29px;
  }
}
.block-views-blocktopics-block-more-topics .view-topics .view-content {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .block-views-blocktopics-block-more-topics .view-topics .view-content {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .block-views-blocktopics-block-more-topics .view-topics .view-content {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.block-views-blocktopics-block-more-topics .view-topics .view-content .views-row a {
  width: 100%;
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  border: 1px solid #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  color: #fff;
  text-align: center;
  font-size: 1rem;
}
.block-views-blocktopics-block-more-topics .view-topics .view-content .views-row a:hover {
  background-color: #AFCF3B;
}
.block-views-blocktopics-block-more-topics .view-topics .view-content .views-row a:hover {
  background-color: #AFCF3B;
  color: #182B54;
}
.block-views-blocktopics-block-more-topics .view-topics .view-content .views-row a:focus {
  outline-color: #ffffff;
}

.ione--event-featured .ione-container {
  max-width: 1300px;
  margin: 0 auto;
}
.ione--event-featured .ione-intro {
  max-width: 593px;
}
@media (min-width: 1025px) {
  .ione--event-featured .ione-intro {
    max-width: 868px;
  }
}
.ione--event-featured .ione-intro .field--name-field-introduction {
  padding-bottom: 15px;
}
@media (min-width: 700px) {
  .ione--event-featured .ione-intro .field--name-field-introduction {
    padding-bottom: 20px;
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .ione--event-featured .ione-intro .field--name-field-introduction {
    padding-bottom: 30px;
  }
}
.ione--event-featured .ione-intro .field--name-field-link {
  text-align: center;
}
.ione--event-featured .ione-intro .field--name-field-link a {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
}
.ione--event-featured .ione-intro .field--name-field-link a:hover {
  background-color: #182B54;
  color: #ffffff;
}
.ione--event-featured .ione--event-single {
  background-color: #7A0019;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.ione--event-featured .ione--event-single:hover {
  background-color: #630115;
}
@media screen and (min-width: 700px) {
  .ione--event-featured .ione--event-single {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1025px) {
  .ione--event-featured .ione--event-single {
    margin-top: 20px;
  }
}
.ione--event-featured .ione--event-single__content {
  position: relative;
  padding: 32px 20px 30px;
}
@media screen and (min-width: 700px) {
  .ione--event-featured .ione--event-single__content {
    padding: 32px 30px 30px;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
@media screen and (min-width: 1025px) {
  .ione--event-featured .ione--event-single__content {
    padding: 47px 40px;
  }
}
.ione--event-featured .ione--event-single__date {
  width: 54px;
  height: 75px;
  background-color: #FFCC33;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  position: absolute;
  left: 20px;
  top: -9px;
}
@media screen and (min-width: 1025px) {
  .ione--event-featured .ione--event-single__date {
    width: 67px;
    height: 94px;
  }
}
.ione--event-featured .ione--event-single__date > *:first-child:not(.event-date-badge__range-part),
.ione--event-featured .ione--event-single__date .event-date-badge__month {
  font-size: 0.9375rem;
  text-transform: uppercase;
  line-height: 140%;
}
@media screen and (min-width: 1025px) {
  .ione--event-featured .ione--event-single__date > *:first-child:not(.event-date-badge__range-part),
  .ione--event-featured .ione--event-single__date .event-date-badge__month {
    font-size: 1.25rem;
  }
}
.ione--event-featured .ione--event-single__date > *:last-child:not(.event-date-badge__range-part),
.ione--event-featured .ione--event-single__date .event-date-badge__day {
  font-family: "Neutraface Text", "Avenir Next", sans-serif;
  font-size: 1.8125rem;
  line-height: 100%;
}
@media screen and (min-width: 1025px) {
  .ione--event-featured .ione--event-single__date > *:last-child:not(.event-date-badge__range-part),
  .ione--event-featured .ione--event-single__date .event-date-badge__day {
    font-size: 2.5rem;
  }
}
.ione--event-featured .ione--event-single__date.event-date-badge--range {
  width: 92px;
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (min-width: 1025px) {
  .ione--event-featured .ione--event-single__date.event-date-badge--range {
    width: 118px;
  }
}
.ione--event-featured .ione--event-single__date.event-date-badge--range .event-date-badge__day {
  font-size: 1.5rem;
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  .ione--event-featured .ione--event-single__date.event-date-badge--range .event-date-badge__day {
    font-size: 2rem;
  }
}
.ione--event-featured .ione--event-single__date.event-date-badge--cross-month {
  width: 118px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
}
@media screen and (min-width: 1025px) {
  .ione--event-featured .ione--event-single__date.event-date-badge--cross-month {
    width: 146px;
  }
}
.ione--event-featured .ione--event-single__date.event-date-badge--cross-month .event-date-badge__range-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1px;
  line-height: 1;
}
.ione--event-featured .ione--event-single__date.event-date-badge--cross-month .event-date-badge__month {
  font-size: 0.9375rem;
  line-height: 140%;
}
@media screen and (min-width: 1025px) {
  .ione--event-featured .ione--event-single__date.event-date-badge--cross-month .event-date-badge__month {
    font-size: 1.25rem;
  }
}
.ione--event-featured .ione--event-single__date.event-date-badge--cross-month .event-date-badge__day {
  font-size: 1.8125rem;
  line-height: 100%;
}
@media screen and (min-width: 1025px) {
  .ione--event-featured .ione--event-single__date.event-date-badge--cross-month .event-date-badge__day {
    font-size: 2.5rem;
  }
}
.ione--event-featured .ione--event-single__date.event-date-badge--cross-month .event-date-badge__range-separator {
  font-family: "Neutraface Text", "Avenir Next", sans-serif;
  font-size: 1.8125rem;
  line-height: 100%;
  margin-top: 1.375rem;
}
@media screen and (min-width: 1025px) {
  .ione--event-featured .ione--event-single__date.event-date-badge--cross-month .event-date-badge__range-separator {
    font-size: 2.5rem;
    margin-top: 1.8125rem;
  }
}
@media screen and (min-width: 700px) {
  .ione--event-featured .ione--event-single__date {
    left: 30px;
    top: -10px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--event-featured .ione--event-single__date {
    left: 40px;
    top: -20px;
  }
}
.ione--event-featured .ione--event-single__title {
  margin-top: 56px;
  font-size: 1.5rem;
  margin-bottom: 8px;
}
@media (min-width: 700px) {
  .ione--event-featured .ione--event-single__title {
    font-size: 1.625rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .ione--event-featured .ione--event-single__title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    margin-top: 60px;
  }
}
.ione--event-featured .ione--event-single__title a {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #ffffff;
}
.ione--event-featured .ione--event-single__title a .last-word {
  position: relative;
  padding-right: 40px;
}
.ione--event-featured .ione--event-single__title a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 5px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #182B54;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione--event-featured .ione--event-single__title a .last-word .arrow svg {
    color: #ffffff;
  }
}
.ione--event-featured .ione--event-single__title a:hover {
  opacity: 70%;
}
.ione--event-featured .ione--event-single__title a:hover .last-word .arrow svg {
  margin-left: 10px;
}
@media (min-width: 1025px) {
  .ione--event-featured .ione--event-single__title a .last-word .arrow svg {
    width: 28px;
    height: 28px;
  }
}
.ione--event-featured .ione--event-single__title a .last-word .arrow svg {
  color: #FFCC33;
}
.ione--event-featured .ione--event-single__title a:hover {
  opacity: 100%;
}
.ione--event-featured .ione--event-single__title a:focus {
  outline-color: #ffffff;
}
.ione--event-featured .ione--event-single__title a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ione--event-featured .ione--event-single__details {
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .ione--event-featured .ione--event-single__details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.ione--event-featured .ione--event-single__time {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 9px;
}
@media screen and (min-width: 1025px) {
  .ione--event-featured .ione--event-single__time {
    margin-bottom: 0;
  }
}
.ione--event-featured .ione--event-single__open-to {
  color: #ffffff;
  background-color: #630115;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  padding: 7px 12px;
}
.ione--event-featured .ione--event-single__summary {
  font-size: 0.875rem;
  line-height: 140%;
  color: #ffffff;
}
@media (min-width: 700px) {
  .ione--event-featured .ione--event-single__summary {
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (min-width: 1025px) {
  .ione--event-featured .ione--event-single__summary {
    font-size: 1.125rem;
  }
}
.ione--event-featured .ione--event-single__img {
  background-color: #000000;
}
.ione--event-featured .ione--event-single__img .media--type-image,
.ione--event-featured .ione--event-single__img .field--name-field-media-image {
  height: 100%;
}
@media (min-width: 700px) {
  .ione--event-featured .ione--event-single__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.block-micronode-blockevent-featured + .block-micronode-blockevents-grid {
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .block-micronode-blockevent-featured + .block-micronode-blockevents-grid {
    margin-top: 0;
  }
}
.block-micronode-blockevent-featured + .block-micronode-blockevents-grid .ione--events-grid {
  margin-top: 20px;
}

.block-micronode-blockevent-featured:has(+ .block-micronode-blockevents-grid) .ione--event-featured {
  margin-bottom: 20px;
}

.ione-med .ione-container {
  max-width: 1300px;
  margin: 0 auto;
}
.ione-med__heading {
  font-family: "Avenir Next", sans-serif;
  font-size: 1.375rem;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 9px;
}
@media (min-width: 700px) {
  .ione-med__heading {
    font-size: 1.375rem;
  }
}
@media (min-width: 1025px) {
  .ione-med__heading {
    font-size: 1.875rem;
    margin-bottom: 10px;
  }
}
.ione-med__heading p {
  margin-top: 0;
  margin-bottom: 0;
}
.ione-med__deadlines {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
}
@media (min-width: 700px) {
  .ione-med__deadlines {
    padding-top: 30px;
  }
}
@media (min-width: 700px) {
  .ione-med__deadlines .field--name-field-deadlines {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin: 0 -30px;
  }
}
@media (min-width: 1025px) {
  .ione-med__deadlines .field--name-field-deadlines {
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  }
}
.ione-med__deadlines .field--name-field-deadlines > div {
  padding: 30px 0px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
@media (max-width: 699px) {
  .ione-med__deadlines .field--name-field-deadlines > div:last-child {
    background: none;
    padding-bottom: 11px;
  }
}
@media (min-width: 700px) {
  .ione-med__deadlines .field--name-field-deadlines > div {
    padding: 0 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: top left;
    background-size: 1px auto;
  }
  .ione-med__deadlines .field--name-field-deadlines > div:first-child {
    background: none;
    padding-bottom: 0;
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  .ione-med__deadlines .field--name-field-deadlines > div:nth-child(1n+3) {
    margin-top: 42px;
  }
  .ione-med__deadlines .field--name-field-deadlines > div:nth-child(1n+3):before {
    content: "";
    position: absolute;
    margin-top: -20px;
    width: calc(100% - 60px);
    left: 30px;
    right: 30px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  .ione-med__deadlines .field--name-field-deadlines > div:nth-child(3n):before {
    content: "";
    position: absolute;
    margin-top: -20px;
    width: calc(100% - 60px);
    left: 30px;
    right: 30px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
}
@media (min-width: 1025px) {
  .ione-med__deadlines .field--name-field-deadlines > div:nth-child(1n+6) {
    margin-top: 60px;
  }
  .ione-med__deadlines .field--name-field-deadlines > div:nth-child(1n+6):before {
    content: "";
    position: absolute;
    margin-top: -30px;
    width: 100%;
    left: 0;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
}
@media (min-width: 1025px) {
  .ione-med__deadlines .field--name-field-deadlines > div:nth-child(4n+1):not(:first-child) {
    margin-top: 60px;
    background: none;
  }
  .ione-med__deadlines .field--name-field-deadlines > div:nth-child(4n+1):not(:first-child):before {
    content: "";
    position: absolute;
    margin-top: -30px;
    width: 100%;
    left: 0;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
}
.ione-med .ione-deadline__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.ione-med .ione-deadline__date {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 56px;
}
.ione-med .ione-deadline__title {
  font-family: "Open Sans", sans-serif;
  line-height: 150%;
  font-weight: bold;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .ione-med .ione-deadline__title {
    font-size: 1.125rem;
  }
}
.ione-med .ione-deadline__title a {
  color: #000000;
}
.ione-med .ione-deadline__introduction p {
  margin-top: 0;
  margin-bottom: 0;
}

.ione--event-intro .ione-container {
  max-width: 1300px;
  margin: 0 auto;
}
@media (min-width: 700px) {
  .ione--event-intro__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .ione--event-intro__content {
    gap: 60px;
  }
}
.ione--event-intro__intro {
  font-family: "Avenir Next", sans-serif;
  font-size: 1.375rem;
  line-height: 140%;
  margin-bottom: 15px;
}
.ione--event-intro__intro p {
  margin-top: 0;
}
@media (min-width: 700px) {
  .ione--event-intro__intro {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .ione--event-intro__intro {
    font-size: 2rem;
  }
}
.ione--event-intro__details {
  width: 100%;
}
@media (min-width: 700px) {
  .ione--event-intro__details {
    max-width: 281px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
@media (min-width: 1025px) {
  .ione--event-intro__details {
    max-width: 333px;
  }
}
.ione--event-intro__title {
  font-family: "Avenir Next", sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 700;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
  margin-top: 0;
  padding-bottom: 11px;
  margin-bottom: 32px;
}
@media (min-width: 700px) {
  .ione--event-intro__title {
    padding-bottom: 12px;
    margin-bottom: 28px;
    font-size: 1.375rem;
  }
}
@media (min-width: 1025px) {
  .ione--event-intro__title {
    font-size: 1.875rem;
  }
}
.ione--event-intro__event {
  background-color: #7A0019;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.ione--event-intro__event:hover {
  background-color: #630115;
}
.ione--event-intro__event .ione--event-card {
  position: relative;
  padding: 31px 20px 28px;
}
@media (min-width: 700px) {
  .ione--event-intro__event .ione--event-card {
    padding: 31px 30px 28px;
  }
}
@media (min-width: 1025px) {
  .ione--event-intro__event .ione--event-card {
    padding: 40px 32px 38px;
  }
}
.ione--event-intro__event .ione--event-card__date {
  width: 54px;
  height: 75px;
  background-color: #FFCC33;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  position: absolute;
  left: 20px;
  top: -10px;
}
.ione--event-intro__event .ione--event-card__date > *:first-child:not(.event-date-badge__range-part),
.ione--event-intro__event .ione--event-card__date .event-date-badge__month {
  font-size: 0.9375rem;
  text-transform: uppercase;
  line-height: 140%;
}
.ione--event-intro__event .ione--event-card__date > *:last-child:not(.event-date-badge__range-part),
.ione--event-intro__event .ione--event-card__date .event-date-badge__day {
  font-family: "Neutraface Text", "Avenir Next", sans-serif;
  font-size: 1.8125rem;
  line-height: 100%;
}
.ione--event-intro__event .ione--event-card__date.event-date-badge--range {
  width: 92px;
  padding-left: 8px;
  padding-right: 8px;
}
.ione--event-intro__event .ione--event-card__date.event-date-badge--range .event-date-badge__day {
  font-size: 1.5rem;
  white-space: nowrap;
}
.ione--event-intro__event .ione--event-card__date.event-date-badge--cross-month {
  width: 118px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
}
.ione--event-intro__event .ione--event-card__date.event-date-badge--cross-month .event-date-badge__range-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1px;
  line-height: 1;
}
.ione--event-intro__event .ione--event-card__date.event-date-badge--cross-month .event-date-badge__month {
  font-size: 0.9375rem;
  line-height: 140%;
}
.ione--event-intro__event .ione--event-card__date.event-date-badge--cross-month .event-date-badge__day {
  font-size: 1.8125rem;
  line-height: 100%;
}
.ione--event-intro__event .ione--event-card__date.event-date-badge--cross-month .event-date-badge__range-separator {
  font-family: "Neutraface Text", "Avenir Next", sans-serif;
  font-size: 1.8125rem;
  line-height: 100%;
  margin-top: 1.375rem;
}
@media (min-width: 700px) {
  .ione--event-intro__event .ione--event-card__date {
    left: 30px;
    top: -21px;
  }
}
@media (min-width: 1025px) {
  .ione--event-intro__event .ione--event-card__date {
    left: 32px;
    top: -12px;
  }
}
.ione--event-intro__event .ione--event-card__title {
  font-size: 1.25rem;
  line-height: 125%;
  margin-bottom: 9px;
  margin-top: 43px;
}
@media (min-width: 1025px) {
  .ione--event-intro__event .ione--event-card__title {
    font-size: 1.375rem;
  }
}
.ione--event-intro__event .ione--event-card__title a {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #ffffff;
}
.ione--event-intro__event .ione--event-card__title a .last-word {
  position: relative;
  padding-right: 40px;
}
.ione--event-intro__event .ione--event-card__title a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 5px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #182B54;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione--event-intro__event .ione--event-card__title a .last-word .arrow svg {
    color: #ffffff;
  }
}
.ione--event-intro__event .ione--event-card__title a:hover {
  opacity: 70%;
}
.ione--event-intro__event .ione--event-card__title a:hover .last-word .arrow svg {
  margin-left: 10px;
}
.ione--event-intro__event .ione--event-card__title a .last-word .arrow svg {
  color: #FFCC33;
}
.ione--event-intro__event .ione--event-card__title a:hover {
  opacity: 100%;
}
.ione--event-intro__event .ione--event-card__title a:focus {
  outline-color: #ffffff;
}
.ione--event-intro__event .ione--event-card__title a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.ione--event-intro__event .ione--event-card__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}
@media screen and (min-width: 1025px) {
  .ione--event-intro__event .ione--event-card__details {
    gap: 20px;
  }
}
.ione--event-intro__event .ione--event-card__time {
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
}
.ione--event-intro__event .ione--event-card__open-to {
  display: none;
}

.block-micronode-block > .ione-component.ione--event-intro {
  margin-top: 30px;
}
@media (min-width: 700px) {
  .block-micronode-block > .ione-component.ione--event-intro {
    margin-top: 60px;
  }
}

.ione--funding-list .ione-container {
  max-width: 1300px;
  margin: 0 auto;
}
.ione--funding-list__heading {
  text-align: center;
  margin-bottom: 6px;
  font-size: 2.125rem;
  line-height: 125%;
}
@media (max-width: 699px) {
  .ione--funding-list__heading {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: auto 1px;
  }
}
@media (min-width: 700px) {
  .ione--funding-list__heading {
    margin-bottom: 8px;
  }
}
@media (min-width: 1025px) {
  .ione--funding-list__heading {
    font-size: 3.375rem;
    margin-bottom: 5px;
  }
}
@media (min-width: 700px) {
  .ione--funding-list__table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ione--funding-list__header {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
@media (min-width: 700px) {
  .ione--funding-list__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .ione--funding-list__header {
    gap: 40px;
  }
}
@media (max-width: 699px) {
  .ione--funding-list__header {
    display: none;
  }
}
.ione--funding-list__header-cell {
  font-family: "Avenir Next", sans-serif;
  font-size: 1rem;
  line-height: 135%;
  text-transform: uppercase;
  font-weight: 900;
}
@media (min-width: 700px) {
  .ione--funding-list__header-cell {
    padding: 18px 0;
    font-weight: bold;
  }
  .ione--funding-list__header-cell:nth-child(1) {
    -webkit-flex-basis: 21.5%;
        -ms-flex-preferred-size: 21.5%;
            flex-basis: 21.5%;
  }
  .ione--funding-list__header-cell:nth-child(2) {
    -webkit-flex-basis: 22%;
        -ms-flex-preferred-size: 22%;
            flex-basis: 22%;
  }
  .ione--funding-list__header-cell:nth-child(3) {
    -webkit-flex-basis: 21%;
        -ms-flex-preferred-size: 21%;
            flex-basis: 21%;
  }
  .ione--funding-list__header-cell:nth-child(4) {
    -webkit-flex-basis: 31%;
        -ms-flex-preferred-size: 31%;
            flex-basis: 31%;
  }
}
@media (min-width: 1025px) {
  .ione--funding-list__header-cell {
    padding: 21px 0;
  }
  .ione--funding-list__header-cell:nth-child(1) {
    -webkit-flex-basis: 28%;
        -ms-flex-preferred-size: 28%;
            flex-basis: 28%;
  }
  .ione--funding-list__header-cell:nth-child(2) {
    -webkit-flex-basis: 15.3%;
        -ms-flex-preferred-size: 15.3%;
            flex-basis: 15.3%;
  }
  .ione--funding-list__header-cell:nth-child(3) {
    -webkit-flex-basis: 30.5%;
        -ms-flex-preferred-size: 30.5%;
            flex-basis: 30.5%;
  }
  .ione--funding-list__header-cell:nth-child(4) {
    -webkit-flex-basis: 26.1%;
        -ms-flex-preferred-size: 26.1%;
            flex-basis: 26.1%;
  }
}
.ione--funding-list__row {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
  padding: 22px 0 31px;
}
@media (min-width: 700px) {
  .ione--funding-list__row {
    padding: 40px 0 42px;
  }
}
@media (min-width: 1025px) {
  .ione--funding-list__row {
    padding-bottom: 38px;
  }
}
@media (max-width: 699px) {
  .ione--funding-list__row {
    margin-bottom: 6px;
    overflow: hidden;
  }
}
.ione--funding-list__title-row {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  .ione--funding-list__title-row {
    padding: 0px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1025px) {
  .ione--funding-list__title-row {
    margin-bottom: 19px;
  }
}
@media (min-width: 700px) {
  .ione--funding-list__content-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .ione--funding-list__content-row {
    gap: 40px;
  }
}
.ione--funding-list__title {
  font-family: "Avenir Next", sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  margin-top: 19px;
}
@media (min-width: 700px) {
  .ione--funding-list__title {
    margin-top: 0;
    font-size: 1.375rem;
  }
}
@media (min-width: 1025px) {
  .ione--funding-list__title {
    font-size: 1.875rem;
  }
}
.ione--funding-list__title a {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #182B54;
}
.ione--funding-list__title a .last-word {
  position: relative;
  padding-right: 40px;
}
.ione--funding-list__title a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 5px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #182B54;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione--funding-list__title a .last-word .arrow svg {
    color: #ffffff;
  }
}
.ione--funding-list__title a:hover {
  opacity: 70%;
}
.ione--funding-list__title a:hover .last-word .arrow svg {
  margin-left: 10px;
}
.ione--funding-list__cell {
  margin-bottom: 19px;
}
@media (min-width: 700px) {
  .ione--funding-list__cell {
    padding: 0;
    margin-bottom: 0;
  }
  .ione--funding-list__cell:nth-child(1) {
    -webkit-flex-basis: 21.5%;
        -ms-flex-preferred-size: 21.5%;
            flex-basis: 21.5%;
  }
  .ione--funding-list__cell:nth-child(2) {
    -webkit-flex-basis: 22%;
        -ms-flex-preferred-size: 22%;
            flex-basis: 22%;
  }
  .ione--funding-list__cell:nth-child(3) {
    -webkit-flex-basis: 21%;
        -ms-flex-preferred-size: 21%;
            flex-basis: 21%;
  }
  .ione--funding-list__cell:nth-child(4) {
    -webkit-flex-basis: 31%;
        -ms-flex-preferred-size: 31%;
            flex-basis: 31%;
  }
}
@media (min-width: 1025px) {
  .ione--funding-list__cell {
    padding: 0;
  }
  .ione--funding-list__cell:nth-child(1) {
    -webkit-flex-basis: 28%;
        -ms-flex-preferred-size: 28%;
            flex-basis: 28%;
  }
  .ione--funding-list__cell:nth-child(2) {
    -webkit-flex-basis: 15.3%;
        -ms-flex-preferred-size: 15.3%;
            flex-basis: 15.3%;
  }
  .ione--funding-list__cell:nth-child(3) {
    -webkit-flex-basis: 30.5%;
        -ms-flex-preferred-size: 30.5%;
            flex-basis: 30.5%;
  }
  .ione--funding-list__cell:nth-child(4) {
    -webkit-flex-basis: 26.1%;
        -ms-flex-preferred-size: 26.1%;
            flex-basis: 26.1%;
  }
}
.ione--funding-list__cell:last-child {
  margin-bottom: 0;
}
.ione--funding-list__mobile-header {
  font-weight: bold;
  font-size: 0.875rem;
  font-family: "Avenir Next", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .ione--funding-list__mobile-header {
    display: none;
  }
}
.ione--funding-list__amt {
  color: #182B54;
  font-family: "Neutraface Text", "Avenir Next", sans-serif;
  font-weight: 700;
  font-size: 1.8125rem;
  line-height: 100%;
  margin-bottom: 28px;
  word-break: keep-all;
}
.ione--funding-list__amt-text {
  margin-bottom: 6px;
}
.ione--funding-list__eligibility {
  margin-top: 14px;
  margin-bottom: 29px;
}
@media (min-width: 700px) {
  .ione--funding-list__eligibility {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.ione--funding-list__deadline-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.ione--funding-list__deadline-info .ione-deadline__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (min-width: 700px) {
  .ione--funding-list__deadline-info .ione-deadline__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1025px) {
  .ione--funding-list__deadline-info .ione-deadline__content {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ione--funding-list__deadline-info .ione-deadline__title {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 1025px) {
  .ione--funding-list__deadline-info .ione-deadline__title {
    font-size: 1.125rem;
  }
}
.ione--funding-list__deadline-info .ione-deadline__date {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 54px;
  height: 75px;
  background-color: #FFCC33;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  width: 56px;
}
.ione--funding-list__deadline-info .ione-deadline__date > *:first-child:not(.event-date-badge__range-part),
.ione--funding-list__deadline-info .ione-deadline__date .event-date-badge__month {
  font-size: 0.9375rem;
  text-transform: uppercase;
  line-height: 140%;
}
.ione--funding-list__deadline-info .ione-deadline__date > *:last-child:not(.event-date-badge__range-part),
.ione--funding-list__deadline-info .ione-deadline__date .event-date-badge__day {
  font-family: "Neutraface Text", "Avenir Next", sans-serif;
  font-size: 1.8125rem;
  line-height: 100%;
}
.ione--funding-list__deadline-info .ione-deadline__date.event-date-badge--range {
  width: 92px;
  padding-left: 8px;
  padding-right: 8px;
}
.ione--funding-list__deadline-info .ione-deadline__date.event-date-badge--range .event-date-badge__day {
  font-size: 1.5rem;
  white-space: nowrap;
}
.ione--funding-list__deadline-info .ione-deadline__date.event-date-badge--cross-month {
  width: 118px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
}
.ione--funding-list__deadline-info .ione-deadline__date.event-date-badge--cross-month .event-date-badge__range-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1px;
  line-height: 1;
}
.ione--funding-list__deadline-info .ione-deadline__date.event-date-badge--cross-month .event-date-badge__month {
  font-size: 0.9375rem;
  line-height: 140%;
}
.ione--funding-list__deadline-info .ione-deadline__date.event-date-badge--cross-month .event-date-badge__day {
  font-size: 1.8125rem;
  line-height: 100%;
}
.ione--funding-list__deadline-info .ione-deadline__date.event-date-badge--cross-month .event-date-badge__range-separator {
  font-family: "Neutraface Text", "Avenir Next", sans-serif;
  font-size: 1.8125rem;
  line-height: 100%;
  margin-top: 1.375rem;
}

.ione--ins-3up .ione-container {
  max-width: 1300px;
  margin: 0 auto;
}
.ione--ins-3up__heading {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
.ione--ins-3up__heading h2 {
  font-size: 1.5rem;
  line-height: 125%;
  padding-bottom: 19px;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .ione--ins-3up__heading h2 {
    font-size: 1.75rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .ione--ins-3up__heading h2 {
    font-size: 2.8125rem;
    padding-bottom: 19px;
    margin-bottom: 40px;
  }
}
.ione--ins-3up__heading h2 p {
  margin: 0;
}
.ione--ins-3up__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
  color: #ffffff;
}
@media screen and (min-width: 700px) {
  .ione--ins-3up__content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1025px) {
  .ione--ins-3up__content {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.ione--ins-3up__article {
  display: -ms-grid;
  display: grid;
}
.ione--ins-3up__bg-image {
  -ms-grid-row: 1;
  grid-area: 1/-1;
  background-color: #000000;
}
.ione--ins-3up__bg-image .media--type-image,
.ione--ins-3up__bg-image .field--name-field-media-image {
  height: 100%;
}
.ione--ins-3up__bg-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ione--ins-3up__bg-image .contextual-region {
  position: static;
}
.ione--ins-3up__body {
  -ms-grid-row: 1;
  grid-area: 1/-1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(66.01%, rgba(0, 0, 0, 0.5)), color-stop(100.02%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 66.01%, rgba(0, 0, 0, 0) 100.02%);
  padding: 32px 20px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width: 700px) {
  .ione--ins-3up__body {
    padding: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--ins-3up__body {
    padding: 56px 30px;
  }
}
.ione--ins-3up__body:hover {
  background-color: rgba(21, 21, 21, 0.5);
}
.ione--ins-3up__related-topics {
  margin-bottom: 16px;
}
@media screen and (min-width: 700px) {
  .ione--ins-3up__related-topics {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--ins-3up__related-topics {
    margin-bottom: 20px;
  }
}
.ione--ins-3up__related-topics ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ione--ins-3up__related-topics ul li {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 135%;
  text-transform: uppercase;
  text-underline-offset: 30%;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ione--ins-3up__related-topics ul li a {
  color: #ffffff;
  position: relative;
  z-index: 1000;
  text-decoration: underline;
}
.ione--ins-3up__related-topics ul li a:hover {
  text-decoration: none;
}
.ione--ins-3up__related-topics ul li a:focus {
  outline-color: #ffffff;
}
@media screen and (min-width: 700px) {
  .ione--ins-3up__related-topics ul li {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .ione--ins-3up__related-topics ul li {
    font-size: 0.916875rem;
  }
}
.ione--ins-3up__related-topics ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #7A0019;
  border-radius: 100%;
  margin-right: 10px;
}
@media screen and (min-width: 700px) {
  .ione--ins-3up__related-topics ul li::before {
    width: 14px;
    height: 14px;
  }
}
.ione--ins-3up__title {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 700px) {
  .ione--ins-3up__title {
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--ins-3up__title {
    font-size: 1.75rem;
    margin-bottom: 19px;
  }
}
.ione--ins-3up__desc {
  font-size: 0.875rem;
  line-height: 140%;
}
@media screen and (min-width: 700px) {
  .ione--ins-3up__desc {
    font-size: 1rem;
    line-height: 150%;
  }
}
@media screen and (min-width: 1025px) {
  .ione--ins-3up__desc {
    line-height: 140%;
  }
}
.ione--ins-3up__desc p {
  margin-top: 0;
}
.ione--ins-3up__button {
  margin-top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.ione--ins-3up__button a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #ffffff;
}
.ione--ins-3up__button a:after {
  content: "";
  position: absolute;
  inset: 0;
}
.ione--ins-3up__button a::before {
  content: "";
  width: 36px;
  height: 36px;
  display: inline-block;
  background-color: #AFCF3B;
  margin-right: 15px;
  background-image: url(../assets/icons/arrow-right-bold-black.svg);
  background-repeat: no-repeat;
  background-position: 53% center;
  background-size: 18px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media (min-width: 700px) {
  .ione--ins-3up__button a::before {
    width: 46px;
    height: 46px;
    margin-right: 20px;
  }
}
.ione--ins-3up__button a:hover::before {
  background-color: #000000;
  background-image: url(../assets/icons/arrow-right-bold-green.svg);
}
.ione--ins-3up__button a:focus {
  outline-color: #ffffff;
}

.ione-mepw .ione-container {
  max-width: 1300px;
  margin: 0 auto;
}
@media (min-width: 700px) {
  .ione-mepw .ione-container {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: auto 1px;
  }
}
.ione-mepw .ione-intro {
  max-width: 674px;
  margin: 0 auto 18px;
}
@media (min-width: 700px) {
  .ione-mepw .ione-intro {
    margin-bottom: 0;
  }
}
.ione-mepw .ione-intro h2 {
  background-image: none;
  margin-bottom: 0;
  padding-bottom: 20px;
}
@media (min-width: 700px) {
  .ione-mepw .ione-intro h2 {
    padding-bottom: 30px;
  }
}
.ione-mepw__ctas .field--name-field-links {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (min-width: 700px) {
  .ione-mepw__ctas .field--name-field-links {
    gap: 10px;
  }
}
.ione-mepw__ctas .field--name-field-links .field__item a {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  font-size: 1rem;
}
.ione-mepw__ctas .field--name-field-links .field__item a:hover {
  background-color: #182B54;
  color: #ffffff;
}
.ione-mepw__content {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
}
@media (max-width: 699px) {
  .ione-mepw__content {
    overflow: hidden;
    height: 358px;
  }
}
@media (min-width: 700px) {
  .ione-mepw__content .field--name-field-mepw-past-work {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin: 0 -25px;
    padding: 30px 0 40px;
  }
}
@media (min-width: 1025px) {
  .ione-mepw__content .field--name-field-mepw-past-work {
    grid-template-columns: repeat(auto-fit, minmax(33.333%, 1fr));
    margin: 0 -30px;
  }
}
.ione-mepw__content .field--name-field-mepw-past-work > div {
  padding: 32px 0px 38px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
@media (min-width: 700px) {
  .ione-mepw__content .field--name-field-mepw-past-work > div {
    padding: 0 25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: top left;
    background-size: 1px auto;
  }
  .ione-mepw__content .field--name-field-mepw-past-work > div:first-child {
    background: none;
    padding-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .ione-mepw__content .field--name-field-mepw-past-work > div {
    padding: 0 30px;
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  .ione-mepw__content .field--name-field-mepw-past-work > div:nth-child(1n+3) {
    margin-top: 80px;
  }
  .ione-mepw__content .field--name-field-mepw-past-work > div:nth-child(1n+3):before {
    content: "";
    position: absolute;
    margin-top: -42px;
    width: calc(100% - 50px);
    left: 25px;
    right: 25px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
  .ione-mepw__content .field--name-field-mepw-past-work > div:nth-child(odd):not(:first-child) {
    background-image: unset;
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  .ione-mepw__content .field--name-field-mepw-past-work > div:nth-child(3n):before {
    content: "";
    position: absolute;
    margin-top: -42px;
    width: calc(100% - 50px);
    left: 25px;
    right: 25px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
}
@media (min-width: 1025px) {
  .ione-mepw__content .field--name-field-mepw-past-work > div:nth-child(1n+5) {
    margin-top: 80px;
  }
  .ione-mepw__content .field--name-field-mepw-past-work > div:nth-child(1n+5):before {
    content: "";
    position: absolute;
    margin-top: -40px;
    width: calc(100% - 60px);
    left: 30px;
    right: 30px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
}
@media (min-width: 1025px) {
  .ione-mepw__content .field--name-field-mepw-past-work > div:nth-child(3n+1):not(:first-child) {
    margin-top: 80px;
    background: none;
  }
  .ione-mepw__content .field--name-field-mepw-past-work > div:nth-child(3n+1):not(:first-child):before {
    content: "";
    position: absolute;
    margin-top: -40px;
    width: calc(100% - 60px);
    left: 30px;
    right: 30px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
}
.ione-mepw__content .ione-epw {
  height: 100%;
}
.ione-mepw__content .ione-epw__content {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ione-mepw__content .ione-epw__eyebrow {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 135%;
  text-transform: uppercase;
  margin-bottom: 6px;
}
@media (min-width: 700px) {
  .ione-mepw__content .ione-epw__eyebrow {
    margin-bottom: 8px;
  }
}
.ione-mepw__content .ione-epw__title {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  margin-top: 0;
  font-size: 1.25rem;
  line-height: 125%;
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  .ione-mepw__content .ione-epw__title {
    margin-bottom: 0px;
  }
}
@media (min-width: 1025px) {
  .ione-mepw__content .ione-epw__title {
    font-size: 1.375rem;
  }
}
.ione-mepw__content .ione-epw__title p {
  margin-top: 0;
  margin-bottom: 0;
}
.ione-mepw__content .ione-epw__title a {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #182B54;
}
.ione-mepw__content .ione-epw__title a .last-word {
  position: relative;
  padding-right: 40px;
}
.ione-mepw__content .ione-epw__title a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 5px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #182B54;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione-mepw__content .ione-epw__title a .last-word .arrow svg {
    color: #ffffff;
  }
}
.ione-mepw__content .ione-epw__title a:hover {
  opacity: 70%;
}
.ione-mepw__content .ione-epw__title a:hover .last-word .arrow svg {
  margin-left: 10px;
}
.ione-mepw__content .ione-epw__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: auto;
}
.ione-mepw__content .ione-epw__img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (min-width: 700px) {
  .ione-mepw__content .ione-epw__img {
    margin-top: 18px;
  }
}
.ione-mepw__content .ione-epw__img img {
  width: 86px;
  height: 86px;
  border-radius: 100%;
  overflow: hidden;
}
@media (min-width: 700px) {
  .ione-mepw__content .ione-epw__img img {
    width: 67px;
    height: 67px;
  }
}
@media (min-width: 1025px) {
  .ione-mepw__content .ione-epw__img img {
    width: 86px;
    height: 86px;
  }
}
@media (min-width: 700px) {
  .ione-mepw__content .ione-epw__info {
    margin-top: 18px;
  }
}
.ione-mepw__content .ione-epw__info .field--name-field-name {
  font-weight: 700;
  font-size: 1rem;
}
.ione-mepw__content .ione-epw__info .field--name-field-organization {
  font-size: 0.875rem;
}
@media (min-width: 1025px) {
  .ione-mepw__content .ione-epw__info .field--name-field-organization {
    font-size: 1rem;
  }
}
.ione-mepw__expand {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
  text-align: center;
  padding-top: 21px;
}
@media (min-width: 700px) {
  .ione-mepw__expand {
    display: none;
  }
}

.ione--article-grid .ione-container {
  max-width: 1300px;
  margin: 0 auto;
}
.ione--article-grid__heading-large {
  padding-bottom: 28px;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
  max-width: 764px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 700px) {
  .ione--article-grid__heading-large {
    padding-bottom: 46px;
  }
}
.ione--article-grid__heading-large:after {
  content: "";
  width: 18px;
  height: 18px;
  border-right: 1.75px solid #7A0019;
  border-bottom: 1.75px solid #7A0019;
  display: block;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 15px auto 0;
}
@media screen and (min-width: 700px) {
  .ione--article-grid__heading-large:after {
    width: 21px;
    height: 21px;
    border-width: 2px;
  }
}
.ione--article-grid__heading-large:before {
  content: "";
  position: absolute;
  width: 0;
  height: 20px;
  left: 50%;
  margin-left: -0.5px;
  bottom: 0;
  border-right: 1px solid #AAAAAA;
}
@media screen and (min-width: 700px) {
  .ione--article-grid__heading-large:before {
    height: 38px;
  }
}
@media (min-width: 700px) {
  .ione--article-grid__heading-large {
    font-size: 2.125rem;
  }
}
@media (min-width: 1025px) {
  .ione--article-grid__heading-large {
    font-size: 3.375rem;
  }
}
.ione--article-grid__heading-large:after {
  margin: 18px auto 0;
}
@media (min-width: 700px) {
  .ione--article-grid__heading-large:after {
    margin: 25px auto 0;
  }
}
.ione--article-grid__heading-small {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
  font-size: 1.375rem;
  font-family: "Avenir Next", sans-serif;
  line-height: 125%;
  padding-bottom: 17px;
  margin-bottom: 0px;
}
@media (min-width: 700px) {
  .ione--article-grid__heading-small {
    padding-bottom: 11px;
  }
}
@media (min-width: 1025px) {
  .ione--article-grid__heading-small {
    font-size: 1.875rem;
    padding-bottom: 10px;
  }
}
.ione--article-grid__cta {
  margin-top: 32px;
}
@media (min-width: 700px) {
  .ione--article-grid__cta {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .ione--article-grid__cta {
    margin-top: 4px;
  }
}
.ione--article-grid__cta a {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  font-size: 1rem;
}
.ione--article-grid__cta a:hover {
  background-color: #182B54;
  color: #ffffff;
}
@media (max-width: 699px) {
  .ione--article-grid__content {
    overflow: hidden;
    height: 504px;
  }
}
@media (min-width: 700px) {
  .ione--article-grid__content .field--name-field-selected-content,
  .ione--article-grid__content .view-articles > .view-content {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin: 0 -30px;
    padding: 28px 0;
  }
}
@media (min-width: 1025px) {
  .ione--article-grid__content .field--name-field-selected-content,
  .ione--article-grid__content .view-articles > .view-content {
    grid-template-columns: repeat(auto-fit, minmax(33.333%, 1fr));
    margin: 0 -25px;
  }
}
.ione--article-grid__content .field--name-field-selected-content > div,
.ione--article-grid__content .view-articles > .view-content > div {
  padding: 20px 0px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
@media (min-width: 700px) {
  .ione--article-grid__content .field--name-field-selected-content > div,
  .ione--article-grid__content .view-articles > .view-content > div {
    padding: 0 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: top left;
    background-size: 1px auto;
  }
  .ione--article-grid__content .field--name-field-selected-content > div:first-child,
  .ione--article-grid__content .view-articles > .view-content > div:first-child {
    background: none;
    padding-bottom: 0;
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  .ione--article-grid__content .field--name-field-selected-content > div:nth-child(1n+3),
  .ione--article-grid__content .view-articles > .view-content > div:nth-child(1n+3) {
    margin-top: 60px;
  }
  .ione--article-grid__content .field--name-field-selected-content > div:nth-child(1n+3):before,
  .ione--article-grid__content .view-articles > .view-content > div:nth-child(1n+3):before {
    content: "";
    position: absolute;
    margin-top: -29px;
    width: calc(100% - 50px);
    left: 25px;
    right: 25px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
  .ione--article-grid__content .field--name-field-selected-content > div:nth-child(odd):not(:first-child),
  .ione--article-grid__content .view-articles > .view-content > div:nth-child(odd):not(:first-child) {
    background-image: unset;
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  .ione--article-grid__content .field--name-field-selected-content > div:nth-child(3n):before,
  .ione--article-grid__content .view-articles > .view-content > div:nth-child(3n):before {
    content: "";
    position: absolute;
    margin-top: -29px;
    width: calc(100% - 50px);
    left: 25px;
    right: 25px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
}
@media (min-width: 1025px) {
  .ione--article-grid__content .field--name-field-selected-content > div,
  .ione--article-grid__content .view-articles > .view-content > div {
    padding: 0 25px;
  }
  .ione--article-grid__content .field--name-field-selected-content > div:nth-child(1n+5),
  .ione--article-grid__content .view-articles > .view-content > div:nth-child(1n+5) {
    margin-top: 56px;
  }
  .ione--article-grid__content .field--name-field-selected-content > div:nth-child(1n+5):before,
  .ione--article-grid__content .view-articles > .view-content > div:nth-child(1n+5):before {
    content: "";
    position: absolute;
    margin-top: -28px;
    width: calc(100% - 60px);
    left: 30px;
    right: 30px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
}
@media (min-width: 1025px) {
  .ione--article-grid__content .field--name-field-selected-content > div:nth-child(3n+1):not(:first-child),
  .ione--article-grid__content .view-articles > .view-content > div:nth-child(3n+1):not(:first-child) {
    margin-top: 56px;
    background: none;
  }
  .ione--article-grid__content .field--name-field-selected-content > div:nth-child(3n+1):not(:first-child):before,
  .ione--article-grid__content .view-articles > .view-content > div:nth-child(3n+1):not(:first-child):before {
    content: "";
    position: absolute;
    margin-top: -28px;
    width: calc(100% - 60px);
    left: 30px;
    right: 30px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
}
@media (min-width: 700px) {
  .ione--article-grid__content .ione--article-basic-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}
.ione--article-grid__content .ione--article-basic-card__section {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-underline-offset: 30%;
  color: #182B54;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.ione--article-grid__content .ione--article-basic-card__section a {
  text-decoration: underline;
}
.ione--article-grid__content .ione--article-basic-card__section a:hover {
  text-decoration: none;
}
@media (min-width: 700px) {
  .ione--article-grid__content .ione--article-basic-card__section {
    font-size: 1rem;
    margin-bottom: 18px;
  }
}
@media (min-width: 1025px) {
  .ione--article-grid__content .ione--article-basic-card__section {
    margin-bottom: 18px;
  }
}
.ione--article-grid__content .ione--article-basic-card__section::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #7A0019;
  border-radius: 100%;
  margin-right: 10px;
}
.ione--article-grid__content .ione--article-basic-card__title {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 1.25rem;
}
@media (min-width: 700px) {
  .ione--article-grid__content .ione--article-basic-card__title {
    margin-bottom: 23px;
  }
}
@media (min-width: 1025px) {
  .ione--article-grid__content .ione--article-basic-card__title {
    font-size: 1.375rem;
  }
}
.ione--article-grid__content .ione--article-basic-card__title p {
  margin-top: 0;
  margin-bottom: 0;
}
.ione--article-grid__content .ione--article-basic-card__title a {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #182B54;
}
.ione--article-grid__content .ione--article-basic-card__title a .last-word {
  position: relative;
  padding-right: 40px;
}
.ione--article-grid__content .ione--article-basic-card__title a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 5px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #182B54;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione--article-grid__content .ione--article-basic-card__title a .last-word .arrow svg {
    color: #ffffff;
  }
}
.ione--article-grid__content .ione--article-basic-card__title a:hover {
  opacity: 70%;
}
.ione--article-grid__content .ione--article-basic-card__title a:hover .last-word .arrow svg {
  margin-left: 10px;
}
.ione--article-grid__content .ione--article-basic-card__image {
  margin-top: auto;
  margin-bottom: 0;
}
.ione--article-grid__content .ione--article-basic-card__image img {
  width: 100%;
}

.ione--ai-50-50 .ione-container {
  max-width: 1300px;
  margin: 0 auto;
}
.ione--ai-50-50__wrapper {
  position: relative;
}
@media (min-width: 700px) {
  .ione--ai-50-50__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 42px;
  }
}
.ione--ai-50-50__wrapper > div {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.ione--ai-50-50__wrapper.image-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 700px) {
  .ione--ai-50-50__wrapper.image-right .ione--ai-50-50__img {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 700px) {
  .ione--ai-50-50__wrapper.image-right .ione--ai-50-50__content {
    padding-left: 0;
    padding-right: 15px;
  }
}
@media (min-width: 1025px) {
  .ione--ai-50-50__wrapper.image-right .ione--ai-50-50__content {
    padding-left: 0;
    padding-right: 30px;
  }
}
.ione--ai-50-50__wrapper:hover .ione--ai-50-50__img:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.ione--ai-50-50__wrapper:hover .video-icon {
  background-image: url(../assets/icons/Play-icon-green.svg);
  background-color: #182B54;
}
.ione--ai-50-50__img {
  background-color: #000000;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .ione--ai-50-50__img {
    padding-right: 0;
    margin-bottom: 0;
  }
}
.ione--ai-50-50__img .media--type-image,
.ione--ai-50-50__img .field--name-field-media-image {
  height: 100%;
}
@media (min-width: 700px) {
  .ione--ai-50-50__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.ione--ai-50-50__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.ione--ai-50-50__img .video-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: 1;
  background-image: url(../assets/icons/Play-icon.svg);
  background-repeat: no-repeat;
  background-position: 58% center;
  background-size: 30%;
  background-color: #AFCF3B;
  bottom: 20px;
  left: 20px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione--ai-50-50__img .video-icon {
    background-image: url(../assets/icons/Play-icon-green.svg);
  }
}
@media (min-width: 700px) {
  .ione--ai-50-50__img .video-icon {
    width: 75px;
    height: 75px;
    bottom: 30px;
    left: 30px;
  }
}
@media (min-width: 1025px) {
  .ione--ai-50-50__img .video-icon {
    width: 121px;
    height: 121px;
    bottom: 48px;
    left: 48px;
  }
}
@media (min-width: 700px) {
  .ione--ai-50-50__content {
    padding-left: 15px;
    padding-top: 9px;
  }
}
@media (min-width: 1025px) {
  .ione--ai-50-50__content {
    padding-left: 30px;
  }
}
.ione--ai-50-50__topic {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-underline-offset: 30%;
  color: #182B54;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  position: relative;
  z-index: 3;
}
.ione--ai-50-50__topic a {
  text-decoration: underline;
}
.ione--ai-50-50__topic a:hover {
  text-decoration: none;
}
@media (min-width: 700px) {
  .ione--ai-50-50__topic {
    font-size: 1rem;
    margin-bottom: 22px;
  }
}
@media (min-width: 1025px) {
  .ione--ai-50-50__topic {
    margin-bottom: 18px;
  }
}
.ione--ai-50-50__topic::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #7A0019;
  border-radius: 100%;
  margin-right: 10px;
}
.ione--ai-50-50__title {
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 124%;
  margin-bottom: 15px;
  color: #182B54;
}
@media (min-width: 700px) {
  .ione--ai-50-50__title {
    font-size: 1.625rem;
    margin-bottom: 12px;
  }
}
@media (min-width: 1025px) {
  .ione--ai-50-50__title {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}
.ione--ai-50-50__title a {
  text-decoration: none;
}
.ione--ai-50-50__intro {
  font-size: 0.875rem;
  line-height: 140%;
  margin-bottom: 6px;
}
@media (min-width: 700px) {
  .ione--ai-50-50__intro {
    margin-bottom: 16px;
  }
}
@media (min-width: 1025px) {
  .ione--ai-50-50__intro {
    margin-bottom: 14px;
    font-size: 1rem;
  }
}
.ione--ai-50-50__intro p {
  margin-top: 0;
}
.ione--ai-50-50__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.ione--ai-50-50__link a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #000000;
}
.ione--ai-50-50__link a::before {
  content: "";
  width: 36px;
  height: 36px;
  display: inline-block;
  background-color: #AFCF3B;
  margin-right: 15px;
  background-image: url(../assets/icons/arrow-right-bold-black.svg);
  background-repeat: no-repeat;
  background-position: 53% center;
  background-size: 18px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media (min-width: 700px) {
  .ione--ai-50-50__link a::before {
    width: 46px;
    height: 46px;
    margin-right: 20px;
  }
}
.ione--ai-50-50__link a:hover::before {
  background-color: #000000;
  background-image: url(../assets/icons/arrow-right-bold-green.svg);
}
.ione--ai-50-50__link a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.ione--ins-article-stat .ione-container {
  max-width: 1300px;
  margin: 0 auto;
}
.ione--ins-article-stat__heading {
  font-size: 1.5rem;
  font-family: "Libre Caslon Text", sans-serif;
  line-height: 125%;
  margin-bottom: 19px;
}
@media (min-width: 700px) {
  .ione--ins-article-stat__heading {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: auto 1px;
    font-size: 1.75rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .ione--ins-article-stat__heading {
    font-size: 2.8125rem;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
}
.ione--ins-article-stat__heading p {
  margin: 0;
}
@media (max-width: 699px) {
  .ione--ins-article-stat__content .ione--article-basic-card {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
    margin-top: 19px;
    padding-top: 21px;
  }
}
@media (min-width: 700px) {
  .ione--ins-article-stat__content .ione--article-basic-card {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ione--ins-article-stat__content .ione--article-basic-card__section {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-underline-offset: 30%;
  color: #182B54;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.ione--ins-article-stat__content .ione--article-basic-card__section a {
  text-decoration: underline;
}
.ione--ins-article-stat__content .ione--article-basic-card__section a:hover {
  text-decoration: none;
}
@media (min-width: 700px) {
  .ione--ins-article-stat__content .ione--article-basic-card__section {
    font-size: 1rem;
    margin-bottom: 18px;
  }
}
@media (min-width: 1025px) {
  .ione--ins-article-stat__content .ione--article-basic-card__section {
    margin-bottom: 18px;
  }
}
.ione--ins-article-stat__content .ione--article-basic-card__section::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #7A0019;
  border-radius: 100%;
  margin-right: 10px;
}
.ione--ins-article-stat__content .ione--article-basic-card__title {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 1.25rem;
}
@media (min-width: 700px) {
  .ione--ins-article-stat__content .ione--article-basic-card__title {
    margin-bottom: 23px;
  }
}
@media (min-width: 1025px) {
  .ione--ins-article-stat__content .ione--article-basic-card__title {
    font-size: 1.375rem;
  }
}
.ione--ins-article-stat__content .ione--article-basic-card__title p {
  margin-top: 0;
  margin-bottom: 0;
}
.ione--ins-article-stat__content .ione--article-basic-card__title a {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #182B54;
}
.ione--ins-article-stat__content .ione--article-basic-card__title a .last-word {
  position: relative;
  padding-right: 40px;
}
.ione--ins-article-stat__content .ione--article-basic-card__title a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 5px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #182B54;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione--ins-article-stat__content .ione--article-basic-card__title a .last-word .arrow svg {
    color: #ffffff;
  }
}
.ione--ins-article-stat__content .ione--article-basic-card__title a:hover {
  opacity: 70%;
}
.ione--ins-article-stat__content .ione--article-basic-card__title a:hover .last-word .arrow svg {
  margin-left: 10px;
}
.ione--ins-article-stat__content .ione--article-basic-card__image {
  margin-top: auto;
  margin-bottom: 0;
}
.ione--ins-article-stat__content .ione--article-basic-card__image img {
  width: 100%;
}
@media (min-width: 700px) and (max-width: 1025px) {
  .ione--ins-article-stat__content.no-state.one-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 1025px) {
  .ione--ins-article-stat__content.no-state.one-select {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 700px) and (max-width: 1025px) {
  .ione--ins-article-stat__content.no-state.one-select .field--name-field-selected-content {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
    padding-top: 30px;
    margin-top: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1025px) {
  .ione--ins-article-stat__content.no-state.one-select .field--name-field-selected-content {
    margin-right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: top right;
    background-size: 1px auto;
    margin-right: 8px;
  }
}
@media (min-width: 1025px) {
  .ione--ins-article-stat__content.no-state.one-select .view-articles .view-content {
    margin-left: -10px;
  }
}
@media (min-width: 1025px) {
  .ione--ins-article-stat__content.no-state:not(.one-select):has(.ione--ins-article-stat__by-view.single) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 700px) and (max-width: 1025px) {
  .ione--ins-article-stat__content.no-state:not(.one-select):has(.ione--ins-article-stat__by-view.single) .ione--ins-article-stat__by-view.single {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
    padding-top: 30px;
    margin-top: 30px;
  }
}
@media (min-width: 700px) and (max-width: 1025px) {
  .ione--ins-article-stat__content.no-state:not(.one-select):has(.ione--ins-article-stat__by-view.single) .ione--ins-article-stat__by-view.single .view-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1025px) {
  .ione--ins-article-stat__content.no-state:not(.one-select):has(.ione--ins-article-stat__by-view.single) .ione--ins-article-stat__by-view.single .view-content {
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: top left;
    background-size: 1px auto;
  }
}
@media (min-width: 1025px) {
  .ione--ins-article-stat__content.no-state:not(.one-select):has(.ione--ins-article-stat__by-view.single) .field--name-field-selected-content {
    margin-right: -8px;
  }
}
@media (min-width: 1025px) {
  .ione--ins-article-stat__content.has-state {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }
  .ione--ins-article-stat__content.has-state .ione--ins-article-stat__article-cards {
    margin-left: -11px;
  }
}
@media (max-width: 699px) {
  .ione--ins-article-stat__stat-card {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
    padding-top: 20px;
  }
}
@media (min-width: 700px) {
  .ione--ins-article-stat__stat-card {
    margin-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .ione--ins-article-stat__stat-card {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: top right;
    background-size: 1px auto;
    padding-right: 26px;
    margin-bottom: 0;
    margin-right: 8px;
  }
}
@media (min-width: 1025px) {
  .ione--ins-article-stat__stat-card .field--name-field-ins-article-stat3up-stat,
  .ione--ins-article-stat__stat-card .field__item {
    height: 100%;
  }
}
@media (min-width: 1025px) {
  .ione--ins-article-stat__stat-card .ione-statistic {
    height: 100%;
  }
}
.ione--ins-article-stat__stat-card .ione-statistic__content {
  padding: 43px 20px 40px;
  background-color: #182B54;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 700px) {
  .ione--ins-article-stat__stat-card .ione-statistic__content {
    padding: 30px;
  }
}
@media (min-width: 1025px) {
  .ione--ins-article-stat__stat-card .ione-statistic__content {
    padding: 56px 40px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ione--ins-article-stat__stat-card .ione-statistic__eyebrow {
  font-family: "Avenir Next", sans-serif;
  font-size: 1rem;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .ione--ins-article-stat__stat-card .ione-statistic__eyebrow {
    font-size: 1.125rem;
    margin-bottom: 23px;
  }
}
@media (min-width: 1025px) {
  .ione--ins-article-stat__stat-card .ione-statistic__eyebrow {
    margin-bottom: 19px;
  }
}
.ione--ins-article-stat__stat-card .ione-statistic__number {
  font-family: "Avenir Next", sans-serif;
  font-size: 2.125rem;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 11px;
}
@media (min-width: 700px) {
  .ione--ins-article-stat__stat-card .ione-statistic__number {
    font-size: 2.1875rem;
    margin-bottom: 13px;
  }
}
@media (min-width: 1025px) {
  .ione--ins-article-stat__stat-card .ione-statistic__number {
    font-size: 2.8125rem;
    margin-bottom: 10px;
  }
}
.ione--ins-article-stat__stat-card .ione-statistic__caption {
  margin-bottom: 22px;
}
@media (min-width: 700px) {
  .ione--ins-article-stat__stat-card .ione-statistic__caption {
    font-size: 1rem;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 700px) {
  .ione--ins-article-stat__stat-card .ione-statistic__caption {
    font-size: 1.125rem;
  }
}
.ione--ins-article-stat__stat-card .ione-statistic__cta a {
  display: inline-block;
  color: #ffffff;
}
.ione--ins-article-stat__stat-card .ione-statistic__cta a .square-arrow__icon {
  margin-right: 15px;
}
@media (min-width: 700px) {
  .ione--ins-article-stat__stat-card .ione-statistic__cta a .square-arrow__icon {
    margin-right: 20px;
  }
}
.ione--ins-article-stat__stat-card .ione-statistic__cta a:focus {
  outline-color: #ffffff;
}
@media (min-width: 700px) {
  .ione--ins-article-stat__article-cards {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    margin: 0 -30px;
  }
}
@media (min-width: 1025px) {
  .ione--ins-article-stat__article-cards {
    margin: 0 -26px;
  }
}
@media (min-width: 700px) {
  .ione--ins-article-stat__article-cards > div {
    padding: 0 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: top left;
    background-size: 1px auto;
  }
  .ione--ins-article-stat__article-cards > div:first-child {
    background: unset;
  }
}
@media (min-width: 1025px) {
  .ione--ins-article-stat__article-cards > div {
    padding: 0 26px;
  }
}
@media (min-width: 700px) {
  .ione--ins-article-stat__by-select .field--name-field-selected-content {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    margin: 0 -30px;
  }
}
@media (min-width: 1025px) {
  .ione--ins-article-stat__by-select .field--name-field-selected-content {
    grid-template-columns: repeat(auto-fit, minmax(33.333%, 1fr));
    height: 100%;
    margin: 0 -26px;
  }
}
@media (min-width: 700px) {
  .ione--ins-article-stat__by-select .field--name-field-selected-content > div {
    padding: 0 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: top left;
    background-size: 1px auto;
  }
  .ione--ins-article-stat__by-select .field--name-field-selected-content > div:first-child {
    background: unset;
  }
}
@media (min-width: 700px) and (max-width: 1025px) {
  .ione--ins-article-stat__by-select .field--name-field-selected-content > div:nth-child(3n) {
    margin-top: 60px;
  }
  .ione--ins-article-stat__by-select .field--name-field-selected-content > div:nth-child(3n):before {
    content: "";
    position: absolute;
    margin-top: -30px;
    width: calc(100% - 60px);
    left: 30px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
}
@media (min-width: 1025px) {
  .ione--ins-article-stat__by-select .field--name-field-selected-content > div {
    height: 100%;
    padding: 0 26px;
  }
}
@media (min-width: 1025px) {
  .ione--ins-article-stat__by-view .views-element-container {
    height: 100%;
  }
}
@media (min-width: 1025px) {
  .ione--ins-article-stat__by-view .views-element-container .view-articles {
    height: 100%;
  }
}
@media (min-width: 700px) {
  .ione--ins-article-stat__by-view .views-element-container .view-articles .view-content {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    margin: 0 -30px;
  }
}
@media (min-width: 1025px) {
  .ione--ins-article-stat__by-view .views-element-container .view-articles .view-content {
    grid-template-columns: repeat(auto-fit, minmax(33.333%, 1fr));
    margin: 0 -26px;
    height: 100%;
  }
}
@media (min-width: 700px) {
  .ione--ins-article-stat__by-view .views-element-container .view-articles .view-content > div {
    padding: 0 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: top left;
    background-size: 1px auto;
  }
  .ione--ins-article-stat__by-view .views-element-container .view-articles .view-content > div:first-child {
    background: unset;
  }
}
@media (min-width: 700px) and (max-width: 1025px) {
  .ione--ins-article-stat__by-view .views-element-container .view-articles .view-content > div:nth-child(3n) {
    margin-top: 60px;
  }
  .ione--ins-article-stat__by-view .views-element-container .view-articles .view-content > div:nth-child(3n):before {
    content: "";
    position: absolute;
    margin-top: -30px;
    width: calc(100% - 60px);
    left: 30px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
}
@media (min-width: 1025px) {
  .ione--ins-article-stat__by-view .views-element-container .view-articles .view-content > div {
    padding: 0 26px;
    height: 100%;
  }
}

.ione--img-text .ione-container {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  max-width: unset;
}
@media (min-width: 700px) {
  .ione--img-text .ione-intro h2 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1025px) {
  .ione--img-text .ione-intro h2 {
    font-size: 3.375rem;
  }
}
@media (min-width: 700px) {
  .ione--img-text__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.ione--img-text__img .media--type-image,
.ione--img-text__img .field--name-field-media-image {
  height: 100%;
}
@media (min-width: 700px) {
  .ione--img-text__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.ione--img-text__body {
  background-color: #182B54;
  color: #ffffff;
  padding: 32px 20px;
}
@media (min-width: 700px) {
  .ione--img-text__body {
    padding: 30px 35px 30px 30px;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
@media (min-width: 1025px) {
  .ione--img-text__body {
    padding: 59px 41px;
  }
}
.ione--img-text__title {
  margin-top: 0;
  margin-bottom: 29px;
}
@media (min-width: 700px) {
  .ione--img-text__title {
    font-size: 1.5625rem;
    margin-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .ione--img-text__title {
    font-size: 1.875rem;
    margin-bottom: 39px;
  }
}
.ione--img-text__desc {
  margin-bottom: 32px;
  font-size: 0.875rem;
  line-height: 140%;
}
@media (min-width: 700px) {
  .ione--img-text__desc {
    font-size: 1rem;
    line-height: 150%;
    margin-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .ione--img-text__desc {
    line-height: 140%;
    margin-bottom: 39px;
  }
}
.ione--img-text__desc a {
  color: #ffffff;
}
.ione--img-text__desc p {
  margin-top: 0;
}
.ione--img-text__link a {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  border: 1px solid #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  color: #ffffff;
  font-size: 1rem;
  line-height: 135%;
}
.ione--img-text__link a:hover {
  background-color: #AFCF3B;
}
.ione--img-text__link a:hover {
  color: #000000;
}
.ione--img-text__link a:focus {
  outline-color: #ffffff;
}

.ione--events-grid .ione-container {
  max-width: 1300px;
  margin: 0 auto;
}
.ione--events-grid__heading-large {
  padding-bottom: 28px;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
  max-width: 764px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 700px) {
  .ione--events-grid__heading-large {
    padding-bottom: 46px;
  }
}
.ione--events-grid__heading-large:after {
  content: "";
  width: 18px;
  height: 18px;
  border-right: 1.75px solid #7A0019;
  border-bottom: 1.75px solid #7A0019;
  display: block;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 15px auto 0;
}
@media screen and (min-width: 700px) {
  .ione--events-grid__heading-large:after {
    width: 21px;
    height: 21px;
    border-width: 2px;
  }
}
.ione--events-grid__heading-large:before {
  content: "";
  position: absolute;
  width: 0;
  height: 20px;
  left: 50%;
  margin-left: -0.5px;
  bottom: 0;
  border-right: 1px solid #AAAAAA;
}
@media screen and (min-width: 700px) {
  .ione--events-grid__heading-large:before {
    height: 38px;
  }
}
@media (min-width: 700px) {
  .ione--events-grid__heading-large {
    font-size: 2.125rem;
  }
}
@media (min-width: 1025px) {
  .ione--events-grid__heading-large {
    font-size: 3.375rem;
  }
}
.ione--events-grid__heading-large:after {
  margin: 18px auto 0;
}
@media (min-width: 700px) {
  .ione--events-grid__heading-large:after {
    margin: 25px auto 0;
  }
}
.ione--events-grid__heading-small {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
  font-size: 1.375rem;
  font-family: "Avenir Next", sans-serif;
  line-height: 125%;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .ione--events-grid__heading-small {
    margin-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .ione--events-grid__heading-small {
    font-size: 1.875rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 699px) {
  .ione--events-grid__content {
    overflow: hidden;
    height: 440px;
    padding-top: 10px;
  }
}
.ione--events-grid__content .field--name-field-selected-content,
.ione--events-grid__content .view-events > .view-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 700px) {
  .ione--events-grid__content .field--name-field-selected-content,
  .ione--events-grid__content .view-events > .view-content {
    gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1025px) {
  .ione--events-grid__content .field--name-field-selected-content,
  .ione--events-grid__content .view-events > .view-content {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.ione--events-grid__content .field--name-field-selected-content > div,
.ione--events-grid__content .view-events > .view-content > div {
  background-color: #7A0019;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  position: relative;
}
.ione--events-grid__content .field--name-field-selected-content > div:hover,
.ione--events-grid__content .view-events > .view-content > div:hover {
  background-color: #630115;
}
.ione--events-grid__content .field--name-field-selected-content > div:first-child .ione--event-card__image-wrapper,
.ione--events-grid__content .view-events > .view-content > div:first-child .ione--event-card__image-wrapper {
  margin-top: 0;
}
.ione--events-grid__cta {
  margin-top: 32px;
}
@media (max-width: 699px) {
  .ione--events-grid__cta {
    margin-bottom: 5px;
  }
}
.ione--events-grid__cta a {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  font-size: 1rem;
}
.ione--events-grid__cta a:hover {
  background-color: #182B54;
  color: #ffffff;
}
.ione--events-grid .ione--event-card:not(.with-image) {
  padding: 31px 20px 28px;
}
@media (min-width: 700px) {
  .ione--events-grid .ione--event-card:not(.with-image) {
    padding: 31px 30px 28px;
  }
}
@media (min-width: 1025px) {
  .ione--events-grid .ione--event-card:not(.with-image) {
    padding: 40px 32px 38px;
  }
}
@media (max-width: 699px) {
  .ione--events-grid .ione--event-card.with-image .ione--event-card__image-wrapper {
    margin-top: -15px;
  }
}
.ione--events-grid .ione--event-card__title {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 125%;
  margin-bottom: 10px;
  margin-top: 43px;
}
@media (min-width: 1025px) {
  .ione--events-grid .ione--event-card__title {
    font-size: 1.375rem;
  }
}
.ione--events-grid .ione--event-card__title a {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #ffffff;
  line-height: 125%;
}
.ione--events-grid .ione--event-card__title a .last-word {
  position: relative;
  padding-right: 40px;
}
.ione--events-grid .ione--event-card__title a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 5px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #182B54;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione--events-grid .ione--event-card__title a .last-word .arrow svg {
    color: #ffffff;
  }
}
.ione--events-grid .ione--event-card__title a:hover {
  opacity: 70%;
}
.ione--events-grid .ione--event-card__title a:hover .last-word .arrow svg {
  margin-left: 10px;
}
.ione--events-grid .ione--event-card__title a .last-word .arrow svg {
  color: #FFCC33;
}
.ione--events-grid .ione--event-card__title a:hover {
  opacity: 100%;
}
.ione--events-grid .ione--event-card__title a:focus {
  outline-color: #ffffff;
}
.ione--events-grid .ione--event-card__title a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ione--events-grid .ione--event-card__content {
  position: relative;
  padding: 32px 20px;
}
@media (min-width: 700px) {
  .ione--events-grid .ione--event-card__content {
    padding: 31px;
  }
}
@media (min-width: 1025px) {
  .ione--events-grid .ione--event-card__content {
    padding: 40px 32px;
  }
}
.ione--events-grid .ione--event-card__date {
  width: 54px;
  height: 75px;
  background-color: #FFCC33;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  position: absolute;
  left: 20px;
  top: -10px;
}
.ione--events-grid .ione--event-card__date > *:first-child:not(.event-date-badge__range-part),
.ione--events-grid .ione--event-card__date .event-date-badge__month {
  font-size: 0.9375rem;
  text-transform: uppercase;
  line-height: 140%;
}
.ione--events-grid .ione--event-card__date > *:last-child:not(.event-date-badge__range-part),
.ione--events-grid .ione--event-card__date .event-date-badge__day {
  font-family: "Neutraface Text", "Avenir Next", sans-serif;
  font-size: 1.8125rem;
  line-height: 100%;
}
.ione--events-grid .ione--event-card__date.event-date-badge--range {
  width: 92px;
  padding-left: 8px;
  padding-right: 8px;
}
.ione--events-grid .ione--event-card__date.event-date-badge--range .event-date-badge__day {
  font-size: 1.5rem;
  white-space: nowrap;
}
.ione--events-grid .ione--event-card__date.event-date-badge--cross-month {
  width: 118px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
}
.ione--events-grid .ione--event-card__date.event-date-badge--cross-month .event-date-badge__range-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1px;
  line-height: 1;
}
.ione--events-grid .ione--event-card__date.event-date-badge--cross-month .event-date-badge__month {
  font-size: 0.9375rem;
  line-height: 140%;
}
.ione--events-grid .ione--event-card__date.event-date-badge--cross-month .event-date-badge__day {
  font-size: 1.8125rem;
  line-height: 100%;
}
.ione--events-grid .ione--event-card__date.event-date-badge--cross-month .event-date-badge__range-separator {
  font-family: "Neutraface Text", "Avenir Next", sans-serif;
  font-size: 1.8125rem;
  line-height: 100%;
  margin-top: 1.375rem;
}
@media (min-width: 700px) {
  .ione--events-grid .ione--event-card__date {
    left: 31px;
    top: -11px;
  }
}
@media (min-width: 1025px) {
  .ione--events-grid .ione--event-card__date {
    left: 32px;
    top: -12px;
  }
}
.ione--events-grid .ione--event-card__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}
@media screen and (min-width: 1025px) {
  .ione--events-grid .ione--event-card__details {
    gap: 20px;
  }
}
.ione--events-grid .ione--event-card__time {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}
.ione--events-grid .ione--event-card__open-to {
  color: #ffffff;
  background-color: #630115;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  padding: 7px 12px;
}

.ione--expert-in-news .ione-container {
  max-width: 1300px;
  margin: 0 auto;
}
.ione--expert-in-news .ione-intro h2 {
  background: unset;
  padding-bottom: 5px;
}
@media (min-width: 700px) {
  .ione--expert-in-news .ione-intro h2 {
    padding-bottom: 0;
  }
}
.ione--expert-in-news__cta a {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  font-size: 1rem;
}
.ione--expert-in-news__cta a:hover {
  background-color: #182B54;
  color: #ffffff;
}
@media (min-width: 700px) {
  .ione--expert-in-news__cta a {
    padding: 12px 20px;
  }
}
.ione--expert-in-news__cta .field--name-field-link {
  text-align: center;
}
.ione--expert-in-news__cta:after {
  margin: 18px auto 0;
}
@media (min-width: 700px) {
  .ione--expert-in-news__cta:after {
    margin: 25px auto 0;
  }
}
@media (max-width: 699px) {
  .ione--expert-in-news__content {
    overflow: hidden;
    height: 521px;
  }
}
@media (min-width: 1025px) {
  .ione--expert-in-news__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
@media (min-width: 1025px) {
  .ione--expert-in-news__featured {
    -webkit-flex-basis: calc(71% - 20px);
        -ms-flex-preferred-size: calc(71% - 20px);
            flex-basis: calc(71% - 20px);
  }
}
.ione--expert-in-news__featured .ione--aef {
  display: -ms-grid;
  display: grid;
}
@media (min-width: 1025px) {
  .ione--expert-in-news__featured .ione--aef {
    height: 100%;
  }
}
.ione--expert-in-news__featured .ione--aef:hover .ione--aef__body {
  background-color: rgba(0, 0, 0, 0.5);
}
.ione--expert-in-news__featured .ione--aef:hover .ione--aef__body .video-icon {
  background-image: url(../assets/icons/Play-icon-green.svg);
  background-color: #182B54;
}
.ione--expert-in-news__featured .ione--aef__img {
  -ms-grid-row: 1;
  grid-area: 1/-1;
  position: relative;
  background-color: #000000;
}
.ione--expert-in-news__featured .ione--aef__img::before {
  content: "";
  -webkit-box-shadow: 0px 458px 137.5px -76.08px rgba(0, 0, 0, 0.5019607843) inset;
          box-shadow: 0px 458px 137.5px -76.08px rgba(0, 0, 0, 0.5019607843) inset;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.ione--expert-in-news__featured .ione--aef__img .media--type-image,
.ione--expert-in-news__featured .ione--aef__img .field--name-field-media-image {
  height: 100%;
  display: block;
}
.ione--expert-in-news__featured .ione--aef__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ione--expert-in-news__featured .ione--aef__body {
  -ms-grid-row: 1;
  grid-area: 1/-1;
  position: relative;
  color: #ffffff;
  padding: 30px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  z-index: 1;
}
@media (min-width: 700px) {
  .ione--expert-in-news__featured .ione--aef__body {
    padding: 28px 30px;
  }
}
@media (min-width: 1025px) {
  .ione--expert-in-news__featured .ione--aef__body {
    padding: 50px 48px;
  }
}
.ione--expert-in-news__featured .ione--aef__body .video-icon {
  width: 45px;
  height: 45px;
  z-index: 1;
  background-image: url(../assets/icons/Play-icon.svg);
  background-repeat: no-repeat;
  background-position: 58% center;
  background-size: 30%;
  background-color: #AFCF3B;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione--expert-in-news__featured .ione--aef__body .video-icon {
    background-image: url(../assets/icons/Play-icon-green.svg);
  }
}
@media (max-width: 699px) {
  .ione--expert-in-news__featured .ione--aef__body .video-icon {
    top: 30px;
    right: 20px;
    position: absolute;
  }
}
@media (min-width: 700px) {
  .ione--expert-in-news__featured .ione--aef__body .video-icon {
    width: 86px;
    height: 86px;
    margin-top: auto;
    margin-bottom: 23px;
  }
}
@media (min-width: 1025px) {
  .ione--expert-in-news__featured .ione--aef__body .video-icon {
    width: 121px;
    height: 121px;
    margin-bottom: 0;
  }
}
.ione--expert-in-news__featured .ione--aef__eyebrow {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-underline-offset: 30%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 21px;
  text-decoration: underline;
  margin-right: 50px;
}
.ione--expert-in-news__featured .ione--aef__eyebrow a {
  color: #ffffff;
  position: relative;
  z-index: 3;
}
.ione--expert-in-news__featured .ione--aef__eyebrow a:focus {
  outline-color: #ffffff;
}
@media (min-width: 700px) {
  .ione--expert-in-news__featured .ione--aef__eyebrow {
    font-size: 1rem;
    margin-bottom: 18px;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .ione--expert-in-news__featured .ione--aef__eyebrow {
    margin-bottom: 18px;
  }
}
.ione--expert-in-news__featured .ione--aef__eyebrow::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #7A0019;
  border-radius: 100%;
  margin-right: 10px;
}
.ione--expert-in-news__featured .ione--aef__title {
  font-size: 1.5rem;
  margin: 0px 50px 29px 0;
}
@media (min-width: 700px) {
  .ione--expert-in-news__featured .ione--aef__title {
    font-size: 1.625rem;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
@media (min-width: 1025px) {
  .ione--expert-in-news__featured .ione--aef__title {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
.ione--expert-in-news__featured .ione--aef__title a {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #ffffff;
}
.ione--expert-in-news__featured .ione--aef__title a .last-word {
  position: relative;
  padding-right: 40px;
}
.ione--expert-in-news__featured .ione--aef__title a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 5px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #182B54;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione--expert-in-news__featured .ione--aef__title a .last-word .arrow svg {
    color: #ffffff;
  }
}
.ione--expert-in-news__featured .ione--aef__title a:hover {
  opacity: 70%;
}
.ione--expert-in-news__featured .ione--aef__title a:hover .last-word .arrow svg {
  margin-left: 10px;
}
.ione--expert-in-news__featured .ione--aef__title a .last-word {
  padding-right: 40px;
}
@media (min-width: 1025px) {
  .ione--expert-in-news__featured .ione--aef__title a .last-word {
    padding-right: 50px;
  }
}
.ione--expert-in-news__featured .ione--aef__title a .last-word .arrow svg {
  color: #ffffff;
}
@media (min-width: 1025px) {
  .ione--expert-in-news__featured .ione--aef__title a .last-word .arrow svg {
    width: 33px;
    height: 35px;
    margin-left: 12px;
  }
}
@media (min-width: 1025px) {
  .ione--expert-in-news__featured .ione--aef__title a:hover .last-word .arrow svg {
    margin-left: 17px;
  }
}
.ione--expert-in-news__featured .ione--aef__title a .last-word .arrow svg {
  color: #FFCC33;
}
.ione--expert-in-news__featured .ione--aef__title a:hover {
  opacity: 100%;
}
.ione--expert-in-news__featured .ione--aef__title a:focus {
  outline-color: #ffffff;
}
.ione--expert-in-news__featured .ione--aef__title a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 699px) {
  .ione--expert-in-news__featured .ione--aef__intro {
    margin: auto -20px -30px;
    background-color: #182B54;
    padding: 30px;
  }
}
@media (min-width: 700px) {
  .ione--expert-in-news__featured .ione--aef__intro {
    font-size: 0.875rem;
    margin-bottom: 18px;
  }
}
@media (min-width: 1025px) {
  .ione--expert-in-news__featured .ione--aef__intro {
    font-size: 1.125rem;
    margin-bottom: 18px;
  }
}
.ione--expert-in-news__featured .ione--aef__intro p {
  margin: 0;
}
.ione--expert-in-news__others {
  padding-top: 10px;
}
@media (min-width: 700px) {
  .ione--expert-in-news__others {
    padding-top: 0;
  }
}
@media (min-width: 1025px) {
  .ione--expert-in-news__others {
    -webkit-flex-basis: calc(34.9% - 20px);
        -ms-flex-preferred-size: calc(34.9% - 20px);
            flex-basis: calc(34.9% - 20px);
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  .ione--expert-in-news__others .ione--article-media {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin: 0 -30px;
    padding: 30px 0;
  }
}
@media (min-width: 1025px) {
  .ione--expert-in-news__others .ione--article-media {
    height: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.ione--expert-in-news__others .ione--article-media > div {
  padding: 20px 0px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
@media (min-width: 700px) and (max-width: 1024px) {
  .ione--expert-in-news__others .ione--article-media > div {
    padding: 0 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: top left;
    background-size: 1px auto;
  }
  .ione--expert-in-news__others .ione--article-media > div:first-child {
    background: none;
    padding-bottom: 0;
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  .ione--expert-in-news__others .ione--article-media > div:nth-child(1n+3) {
    margin-top: 60px;
  }
  .ione--expert-in-news__others .ione--article-media > div:nth-child(1n+3):before {
    content: "";
    position: absolute;
    margin-top: -29px;
    width: calc(100% - 50px);
    left: 25px;
    right: 25px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
  .ione--expert-in-news__others .ione--article-media > div:nth-child(odd):not(:first-child) {
    background-image: unset;
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  .ione--expert-in-news__others .ione--article-media > div:nth-child(3n):before {
    content: "";
    position: absolute;
    margin-top: -29px;
    width: calc(100% - 50px);
    left: 25px;
    right: 25px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
}
@media (min-width: 1025px) {
  .ione--expert-in-news__others .ione--article-media > div {
    padding: 34px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ione--expert-in-news__others .ione--article-media > div:first-child {
    padding-top: 0;
  }
  .ione--expert-in-news__others .ione--article-media > div:last-child {
    padding-bottom: 0;
    background-image: unset;
  }
}
.ione--expert-in-news__others .ione--article-media__eyebrow {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-underline-offset: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  text-decoration: underline;
  color: #182B54;
}
@media (min-width: 700px) {
  .ione--expert-in-news__others .ione--article-media__eyebrow {
    font-size: 1rem;
    margin-bottom: 18px;
  }
}
@media (min-width: 1025px) {
  .ione--expert-in-news__others .ione--article-media__eyebrow {
    margin-bottom: 18px;
  }
}
.ione--expert-in-news__others .ione--article-media__eyebrow::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #7A0019;
  border-radius: 100%;
  margin-right: 10px;
}
.ione--expert-in-news__others .ione--article-media__title {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 1.25rem;
}
@media (min-width: 700px) {
  .ione--expert-in-news__others .ione--article-media__title {
    margin-bottom: 5px;
  }
}
@media (min-width: 1025px) {
  .ione--expert-in-news__others .ione--article-media__title {
    font-size: 1.375rem;
    margin-bottom: 0;
  }
}
.ione--expert-in-news__others .ione--article-media__title p {
  margin-top: 0;
  margin-bottom: 0;
}
.ione--expert-in-news__others .ione--article-media__title a {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #182B54;
}
.ione--expert-in-news__others .ione--article-media__title a .last-word {
  position: relative;
  padding-right: 40px;
}
.ione--expert-in-news__others .ione--article-media__title a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 5px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #182B54;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione--expert-in-news__others .ione--article-media__title a .last-word .arrow svg {
    color: #ffffff;
  }
}
.ione--expert-in-news__others .ione--article-media__title a:hover {
  opacity: 70%;
}
.ione--expert-in-news__others .ione--article-media__title a:hover .last-word .arrow svg {
  margin-left: 10px;
}

.ione--project-featured .ione-container {
  max-width: 1300px;
  margin: 0 auto;
}
.ione--project-featured .ione-intro {
  max-width: 868px;
}
.ione--project-featured .ione-intro .field--name-field-introduction {
  font-size: 0.875rem;
}
@media screen and (min-width: 700px) {
  .ione--project-featured .ione-intro .field--name-field-introduction {
    font-size: 1rem;
  }
}
.ione--project-featured__cta {
  text-align: center;
}
.ione--project-featured__cta a {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  font-size: 1rem;
}
.ione--project-featured__cta a:hover {
  background-color: #182B54;
  color: #ffffff;
}
@media screen and (min-width: 700px) {
  .ione--project-featured .ione--project-full-bleed__hero {
    display: -ms-grid;
    display: grid;
  }
}
.ione--project-featured .ione--project-full-bleed__image {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  position: relative;
  background-color: #000000;
}
@media screen and (min-width: 700px) {
  .ione--project-featured .ione--project-full-bleed__image {
    -ms-grid-row: 1;
    grid-area: 1/-1;
  }
}
.ione--project-featured .ione--project-full-bleed__image .field--name-field-media,
.ione--project-featured .ione--project-full-bleed__image .media--type-image,
.ione--project-featured .ione--project-full-bleed__image .field--name-field-media-image,
.ione--project-featured .ione--project-full-bleed__image picture {
  height: 100%;
}
.ione--project-featured .ione--project-full-bleed__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ione--project-featured .ione--project-full-bleed__image::before {
  content: "";
  background: -webkit-gradient(linear, right top, left top, color-stop(30.62%, rgba(0, 0, 0, 0)), color-stop(63.5%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 30.62%, rgba(0, 0, 0, 0.6) 63.5%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.ione--project-featured .ione--project-full-bleed__content {
  position: relative;
  z-index: 1;
  background-color: #182B54;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  color: #ffffff;
  margin-top: -30px;
  padding: 32px 20px 30px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media screen and (min-width: 700px) {
  .ione--project-featured .ione--project-full-bleed__content {
    max-width: 47.6%;
    margin: 58px 0;
    -ms-grid-row: 1;
    grid-area: 1/-1;
    padding: 40px 34px 26px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--project-featured .ione--project-full-bleed__content {
    margin: 70px 0;
    padding: 39px 31px;
    max-width: 31.9%;
  }
}
.ione--project-featured .ione--project-full-bleed__content:hover {
  background-color: #142039;
}
.ione--project-featured .ione--project-full-bleed__content:hover .ione--project-full-bleed__title .arrow svg {
  margin-left: 8px;
}
@media screen and (min-width: 1025px) {
  .ione--project-featured .ione--project-full-bleed__content:hover .ione--project-full-bleed__title .arrow svg {
    margin-left: 5px;
  }
}
.ione--project-featured .ione--project-full-bleed__topic {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 135%;
  text-transform: uppercase;
  text-underline-offset: 30%;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 700px) {
  .ione--project-featured .ione--project-full-bleed__topic {
    font-size: 1rem;
    margin-bottom: 32px;
  }
}
.ione--project-featured .ione--project-full-bleed__topic a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 30%;
}
.ione--project-featured .ione--project-full-bleed__topic a:focus {
  outline-color: #ffffff;
}
.ione--project-featured .ione--project-full-bleed__topic .field--name-field-related-topics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.ione--project-featured .ione--project-full-bleed__topic .field__item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ione--project-featured .ione--project-full-bleed__topic::before {
  content: "";
  width: 15px;
  height: 15px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: inline-block;
  background: #FFCC33;
  border-radius: 100%;
  margin-right: 10px;
}
@media screen and (min-width: 700px) {
  .ione--project-featured .ione--project-full-bleed__topic::before {
    width: 14px;
    height: 14px;
  }
}
.ione--project-featured .ione--project-full-bleed__title {
  margin-top: 0;
  font-size: 1.25rem;
  margin-bottom: 9px;
}
@media (min-width: 1025px) {
  .ione--project-featured .ione--project-full-bleed__title {
    font-size: 1.375rem;
    margin-bottom: 10px;
  }
}
.ione--project-featured .ione--project-full-bleed__title a {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #ffffff;
}
.ione--project-featured .ione--project-full-bleed__title a .last-word {
  position: relative;
  padding-right: 40px;
}
.ione--project-featured .ione--project-full-bleed__title a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 5px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #182B54;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione--project-featured .ione--project-full-bleed__title a .last-word .arrow svg {
    color: #ffffff;
  }
}
.ione--project-featured .ione--project-full-bleed__title a:hover {
  opacity: 70%;
}
.ione--project-featured .ione--project-full-bleed__title a:hover .last-word .arrow svg {
  margin-left: 10px;
}
.ione--project-featured .ione--project-full-bleed__title a .last-word .arrow svg {
  color: #FFCC33;
}
.ione--project-featured .ione--project-full-bleed__title a:hover {
  opacity: 100%;
}
.ione--project-featured .ione--project-full-bleed__title a:focus {
  outline-color: #ffffff;
}
.ione--project-featured .ione--project-full-bleed__title a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ione--project-featured .ione--project-full-bleed__title a .last-word .arrow svg {
  color: #C6DA51;
}
.ione--project-featured .ione--project-full-bleed__subtitle {
  font-size: 0.875rem;
  line-height: 140%;
  margin-bottom: 10px;
}
@media screen and (min-width: 700px) {
  .ione--project-featured .ione--project-full-bleed__subtitle {
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--project-featured .ione--project-full-bleed__subtitle {
    margin-bottom: 20px;
    font-size: 1rem;
  }
}
.ione--project-featured .ione--project-full-bleed__subtitle p {
  margin-top: 0;
  margin-bottom: 0;
}
.ione--project-featured .ione--project-full-bleed__experts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .ione--project-featured .ione--project-full-bleed__experts {
    margin-bottom: 28px;
  }
}
.ione--project-featured .ione--project-full-bleed__experts img {
  display: block;
  width: 67px;
  height: 67px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ione--project-featured .ione--project-full-bleed__status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 1rem;
}
@media screen and (min-width: 700px) {
  .ione--project-featured .ione--project-full-bleed__status {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1025px) {
  .ione--project-featured .ione--project-full-bleed__status {
    font-size: 1.125rem;
  }
}
.ione--project-featured .ione--project-full-bleed__status .format-icon {
  width: 23px;
}
.ione--project-featured .ione--project-fbd__hero {
  display: -ms-grid;
  display: grid;
}
.ione--project-featured .ione--project-fbd__image {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  -ms-grid-row: 1;
  grid-area: 1/-1;
  background-color: #000000;
}
.ione--project-featured .ione--project-fbd__image .field--name-field-media,
.ione--project-featured .ione--project-fbd__image .media--type-image,
.ione--project-featured .ione--project-fbd__image .field--name-field-media-image,
.ione--project-featured .ione--project-fbd__image picture {
  height: 100%;
}
.ione--project-featured .ione--project-fbd__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ione--project-featured .ione--project-fbd__image::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(69.27%, rgba(0, 0, 0, 0.75)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 69.27%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.ione--project-featured .ione--project-fbd__overcontent {
  -ms-grid-row: 1;
  grid-area: 1/-1;
  position: relative;
  z-index: 1;
  color: #ffffff;
  -ms-grid-row-align: end;
      align-self: end;
  margin: 52px 0;
}
@media screen and (min-width: 700px) {
  .ione--project-featured .ione--project-fbd__overcontent {
    margin-top: 70px;
    margin-bottom: 78px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--project-featured .ione--project-fbd__overcontent {
    margin-bottom: 114px;
  }
}
.ione--project-featured .ione--project-fbd__title {
  font-family: "Libre Caslon Text", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 12px;
}
@media (min-width: 700px) {
  .ione--project-featured .ione--project-fbd__title {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .ione--project-featured .ione--project-fbd__title {
    font-size: 2.8125rem;
    margin-bottom: 22px;
  }
}
.ione--project-featured .ione--project-fbd__title a {
  text-decoration: none;
  color: #ffffff;
}
.ione--project-featured .ione--project-fbd__title a:focus {
  outline-color: #ffffff;
}
.ione--project-featured .ione--project-fbd__title a:hover {
  text-decoration: underline;
}
.ione--project-featured .ione--project-fbd__subtitle {
  margin-top: 0;
  font-family: "Avenir Next", sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 500;
}
@media (min-width: 700px) {
  .ione--project-featured .ione--project-fbd__subtitle {
    font-size: 1.25rem;
    line-height: 135%;
    margin-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .ione--project-featured .ione--project-fbd__subtitle {
    font-size: 1.5625rem;
  }
}
.ione--project-featured .ione--project-fbd__subtitle p {
  margin-top: 0;
}
.ione--project-featured .ione--project-fbd__content {
  background-color: #182B54;
  border-top: 10px solid #88A61F;
  color: #ffffff;
  margin-top: -52px;
  position: relative;
  padding: 32px 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  z-index: 1;
}
@media screen and (min-width: 700px) {
  .ione--project-featured .ione--project-fbd__content {
    border-width: 16px;
    padding: 32px 30px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--project-featured .ione--project-fbd__content {
    margin-top: -60px;
    padding: 41px 48px;
  }
}
.ione--project-featured .ione--project-fbd__top {
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23ffffff' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
@media screen and (min-width: 700px) {
  .ione--project-featured .ione--project-fbd__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.ione--project-featured .ione--project-fbd__topic {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 135%;
  text-transform: uppercase;
  text-underline-offset: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  margin-bottom: 16px;
}
@media screen and (min-width: 700px) {
  .ione--project-featured .ione--project-fbd__topic {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.ione--project-featured .ione--project-fbd__topic a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 30%;
}
.ione--project-featured .ione--project-fbd__topic a:focus {
  outline-color: #ffffff;
}
.ione--project-featured .ione--project-fbd__topic .field--name-field-related-topics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.ione--project-featured .ione--project-fbd__topic .field__item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ione--project-featured .ione--project-fbd__topic::before {
  content: "";
  width: 15px;
  height: 15px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: inline-block;
  background: #FFCC33;
  border-radius: 100%;
  margin-right: 10px;
}
@media screen and (min-width: 700px) {
  .ione--project-featured .ione--project-fbd__topic::before {
    width: 14px;
    height: 14px;
  }
}
.ione--project-featured .ione--project-fbd__status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 1rem;
}
@media screen and (min-width: 700px) {
  .ione--project-featured .ione--project-fbd__status {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1025px) {
  .ione--project-featured .ione--project-fbd__status {
    font-size: 1.125rem;
  }
}
.ione--project-featured .ione--project-fbd__status .format-icon {
  width: 23px;
}
.ione--project-featured .ione--project-fbd__left {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding-bottom: 16px;
}
@media screen and (min-width: 700px) {
  .ione--project-featured .ione--project-fbd__left {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding-right: 31px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .ione--project-featured .ione--project-fbd__left {
    -webkit-flex-basis: 61%;
        -ms-flex-preferred-size: 61%;
            flex-basis: 61%;
  }
}
.ione--project-featured .ione--project-fbd__right {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23ffffff' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding-top: 31px;
}
@media screen and (min-width: 700px) {
  .ione--project-featured .ione--project-fbd__right {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23ffffff' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: top left;
    background-size: 1px auto;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding-left: 31px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .ione--project-featured .ione--project-fbd__right {
    -webkit-flex-basis: 39%;
        -ms-flex-preferred-size: 39%;
            flex-basis: 39%;
  }
}
.ione--project-featured .ione--project-fbd__intro-heading, .ione--project-featured .ione--project-fbd__experts-heading {
  font-size: 1rem;
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
}
@media screen and (min-width: 700px) {
  .ione--project-featured .ione--project-fbd__intro-heading, .ione--project-featured .ione--project-fbd__experts-heading {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
.ione--project-featured .ione--project-fbd__cta .cta-primary {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  margin-top: 15px;
}
.ione--project-featured .ione--project-fbd__cta .cta-primary:hover {
  background-color: #ffffff;
}
.ione--project-featured .ione--project-fbd__cta .cta-primary:focus {
  outline-color: #ffffff;
}
.ione--project-featured .ione--project-fbd__intro p {
  margin-top: 0;
}
@media screen and (min-width: 700px) {
  .ione--project-featured .ione--project-fbd__intro p:last-child {
    margin-bottom: 0;
  }
}
.ione--project-featured .ione--project-fbd__intro a {
  color: #ffffff;
}
.ione--project-featured .ione--project-fbd__intro a.cta-primary {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 16px;
  color: #000000;
}
@media screen and (min-width: 1025px) {
  .ione--project-featured .ione--project-fbd__intro a.cta-primary {
    margin-top: 6px;
  }
}
.ione--project-featured .ione--project-fbd__intro a.cta-primary:hover {
  background-color: #ffffff;
  color: #000000;
}
.ione--project-featured .ione--project-fbd__intro a.cta-secondary {
  margin-top: 16px;
  color: #000000;
}
@media screen and (min-width: 1025px) {
  .ione--project-featured .ione--project-fbd__intro a.cta-secondary {
    margin-top: 6px;
  }
}
.ione--project-featured .ione--project-fbd__intro a:focus {
  outline-color: #ffffff;
}
.ione--project-featured .ione--project-fbd__experts {
  margin-top: 12px;
}
@media screen and (min-width: 700px) {
  .ione--project-featured .ione--project-fbd__experts {
    margin-top: 20px;
  }
}
.ione--project-featured .ione--project-fbd__experts .field--name-field-project-rel-experts > .field__item {
  margin-bottom: 10px;
}
@media screen and (min-width: 700px) {
  .ione--project-featured .ione--project-fbd__experts .field--name-field-project-rel-experts > .field__item {
    margin-bottom: 20px;
  }
}
.ione--project-featured .ione--project-fbd__experts .field--name-field-project-rel-experts > .field__item:last-child {
  margin-bottom: 0;
}
.ione--project-featured .ione--project-fbd__experts .field--name-field-project-rel-experts > .field__item .group-label {
  display: none;
}
.ione--project-featured .ione--project-fbd__experts .field--name-field-project-rel-experts > .field__item .ione--profile-small-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.ione--project-featured .ione--project-fbd__experts .field--name-field-project-rel-experts > .field__item .ione--profile-small-card:last-child {
  margin-bottom: 0;
}
.ione--project-featured .ione--project-fbd__experts .field--name-field-project-rel-experts > .field__item .ione--profile-small-card__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 67px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 67px;
          flex: 0 0 67px;
  width: 67px;
  height: 67px;
  overflow: hidden;
}
.ione--project-featured .ione--project-fbd__experts .field--name-field-project-rel-experts > .field__item .ione--profile-small-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ione--project-featured .ione--project-fbd__experts .field--name-field-project-rel-experts > .field__item .ione--profile-small-card__info {
  margin-top: -1px;
  font-size: 0.875rem;
}
@media screen and (min-width: 700px) {
  .ione--project-featured .ione--project-fbd__experts .field--name-field-project-rel-experts > .field__item .ione--profile-small-card__info {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .ione--project-featured .ione--project-fbd__experts .field--name-field-project-rel-experts > .field__item .ione--profile-small-card__info {
    font-size: 1.125rem;
    margin-top: -3px;
  }
}
.ione--project-featured .ione--project-fbd__experts .field--name-field-project-rel-experts > .field__item .ione--profile-small-card__name a {
  color: #ffffff;
}
.ione--project-featured .ione--project-fbd__experts .field--name-field-project-rel-experts > .field__item .ione--profile-small-card__name a:focus {
  outline-color: #ffffff;
}

.ione--statistic-set .ione-container {
  max-width: 1300px;
  margin: 0 auto;
}
.ione--statistic-set__content {
  position: relative;
}
.ione--statistic-set__items {
  color: #ffffff;
  position: relative;
  z-index: 2;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding: 30px 0;
}
@media (min-width: 700px) {
  .ione--statistic-set__items {
    padding: 24px 0;
  }
}
.ione--statistic-set__items .field--name-field-statistic {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23ffffff' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
  height: 100%;
  position: relative;
}
@media (min-width: 700px) {
  .ione--statistic-set__items .field--name-field-statistic {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(33.333%, 1fr));
  }
}
@media (min-width: 1025px) {
  .ione--statistic-set__items .field--name-field-statistic {
    margin: 0 70px;
  }
}
.ione--statistic-set__items .field--name-field-statistic > div {
  margin: 0;
  padding: 30px 0px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23ffffff' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
@media (min-width: 700px) {
  .ione--statistic-set__items .field--name-field-statistic > div {
    margin: 30px 0;
    padding: 10px 35px 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23ffffff' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: top right;
    background-size: 1px auto;
  }
}
@media (min-width: 1025px) {
  .ione--statistic-set__items .field--name-field-statistic > div {
    padding: 5px 51px 20px;
    margin: 30px 0;
  }
}
.ione--statistic-set__items .field--name-field-statistic > div:before {
  content: "";
  position: absolute;
  margin-top: 0px;
  width: 100%;
  left: 0;
  top: 0;
  height: 1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23ffffff' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
}
@media (min-width: 700px) {
  .ione--statistic-set__items .field--name-field-statistic > div:last-child {
    background: none;
  }
}
.ione--statistic-set__items .field--name-field-statistic .ione-statistic {
  text-align: center;
}
.ione--statistic-set__items .field--name-field-statistic .ione-statistic__number {
  font-family: "Avenir Next", sans-serif;
  font-size: 2.125rem;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .ione--statistic-set__items .field--name-field-statistic .ione-statistic__number {
    margin-bottom: 18px;
    font-size: 2.1875rem;
  }
}
@media (min-width: 1025px) {
  .ione--statistic-set__items .field--name-field-statistic .ione-statistic__number {
    margin-bottom: 16px;
    font-size: 2.8125rem;
  }
}
.ione--statistic-set__img {
  top: 0;
  bottom: 0;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  background-color: #000000;
}
.ione--statistic-set__img .field--name-field-media,
.ione--statistic-set__img .media--type-image,
.ione--statistic-set__img .field--name-field-media-image,
.ione--statistic-set__img picture {
  height: 100%;
}
.ione--statistic-set__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ione--statistic-set__img::before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(59.69%, rgba(0, 0, 0, 0.75)), color-stop(123.04%, rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.75) 59.69%, rgba(0, 0, 0, 0) 123.04%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.bg-navy .ione--statistic-set__img,
.bg-white .ione--statistic-set__img {
  display: none;
}

.bg-navy .ione--statistic-set__items {
  background-color: #182B54;
  padding: 0 15px;
}
@media (min-width: 700px) {
  .bg-navy .ione--statistic-set__items {
    padding: 32px 0;
  }
}
@media (min-width: 1025px) {
  .bg-navy .ione--statistic-set__items {
    padding: 40px 0;
  }
}
.bg-navy .ione--statistic-set__items .field--name-field-statistic {
  margin: 0;
  background-image: unset;
}
@media (min-width: 1025px) {
  .bg-navy .ione--statistic-set__items .field--name-field-statistic {
    margin: 0 10px;
  }
}
.bg-navy .ione--statistic-set__items .field--name-field-statistic > div {
  margin: 0;
}
@media (min-width: 700px) {
  .bg-navy .ione--statistic-set__items .field--name-field-statistic > div {
    padding: 5px 30px 0;
  }
}
@media (min-width: 1025px) {
  .bg-navy .ione--statistic-set__items .field--name-field-statistic > div {
    padding: 0px 40px;
  }
}
.bg-navy .ione--statistic-set__items .field--name-field-statistic > div::before {
  display: none;
}
.bg-navy .ione--statistic-set__items .field--name-field-statistic > div:last-child {
  background: unset;
}

.bg-white .ione--statistic-set__items {
  background-color: #ffffff;
  color: #000000;
  padding: 0;
}
@media (min-width: 1025px) {
  .bg-white .ione--statistic-set__items {
    padding: 20px 0;
  }
}
.bg-white .ione--statistic-set__items .field--name-field-statistic {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
@media (min-width: 1025px) {
  .bg-white .ione--statistic-set__items .field--name-field-statistic {
    margin: 0 10px;
  }
}
.bg-white .ione--statistic-set__items .field--name-field-statistic > div {
  margin: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
@media (min-width: 700px) {
  .bg-white .ione--statistic-set__items .field--name-field-statistic > div {
    margin: 30px 0;
    padding: 5px 30px 0px;
  }
}
@media (min-width: 1025px) {
  .bg-white .ione--statistic-set__items .field--name-field-statistic > div {
    margin: 30px 0;
    padding: 0px 40px;
  }
}
@media (min-width: 700px) {
  .bg-white .ione--statistic-set__items .field--name-field-statistic > div {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: top right;
    background-size: 1px auto;
  }
}
.bg-white .ione--statistic-set__items .field--name-field-statistic > div:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
}
.bg-white .ione--statistic-set__items .field--name-field-statistic > div:last-child {
  background: none;
}

.ione-carousel__media {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}
.ione-carousel__media .slick-slide {
  padding: 0 5px;
}
@media screen and (min-width: 1025px) {
  .ione-carousel__media .slick-slide {
    padding: 0 10px;
  }
}
.ione-carousel__media .slick-slide img {
  max-width: calc(100vw - 40px);
}
@media screen and (min-width: 700px) {
  .ione-carousel__media .slick-slide img {
    max-width: 47.1vw;
  }
}
.ione-carousel__media .slick-slide > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.ione-carousel__media .slick-slide .field__item .media--view-mode-carousel {
  display: table;
}
.ione-carousel__media .slick-slide .field__item .media--view-mode-carousel > figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 14px;
  line-height: 19.6px;
  padding-top: 5px;
}
@media screen and (min-width: 700px) {
  .ione-carousel__media .slick-slide .field__item .media--view-mode-carousel > figcaption {
    font-size: 16px;
    line-height: 24px;
    padding-top: 8px;
  }
}
.ione-carousel__media .slick-slide .field__item .media--view-mode-carousel > figcaption p {
  margin: 0;
}
.ione-carousel__media .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 700px) {
  .ione-carousel__media .slick-dots {
    margin-top: 17px;
  }
}
@media screen and (min-width: 1025px) {
  .ione-carousel__media .slick-dots {
    margin-top: 19px;
  }
}
.ione-carousel__media .slick-dots li {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.ione-carousel__media .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 1px solid #333333;
  background: #ffffff;
}
.ione-carousel__media .slick-dots li button:hover {
  background: #333333;
}
.ione-carousel__media .slick-dots li.slick-active button {
  background: #333333;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione-carousel__media .slick-dots li.slick-active button {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .ione-carousel__media .slick-dots li.slick-active button {
    -webkit-filter: brightness(0) invert(0);
            filter: brightness(0) invert(0);
  }
}

.ione--project-list .ione-intro .field--name-field-introduction {
  margin-bottom: 15px;
}
@media screen and (min-width: 700px) {
  .ione--project-list .ione-intro .field--name-field-introduction {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--project-list .ione-intro .field--name-field-introduction {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 700px) {
  .ione--project-list .ione-intro::after {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--project-list .ione-intro::after {
    margin-top: 25px;
  }
}
.ione--project-list__cta {
  text-align: center;
}
.ione--project-list__cta a {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  font-size: 1rem;
}
.ione--project-list__cta a:hover {
  background-color: #182B54;
  color: #ffffff;
}
@media screen and (min-width: 1025px) {
  .ione--project-list__content {
    margin-top: 10px;
  }
}
@media (max-width: 699px) {
  .ione--project-list__content {
    overflow: hidden;
    height: 520px;
  }
}
.ione--project-list__content .field--name-field-selected-content {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
}
.ione--project-list__content .field--name-field-selected-content > .field__item {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
.ione--project-list__content .view-projects .view-content {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
}
.ione--project-list__content .view-projects .view-content .views-row {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
.ione--project-list .ione--project-basic-card {
  padding: 30px 0;
}
@media screen and (min-width: 700px) {
  .ione--project-list .ione--project-basic-card {
    padding: 31px 0 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .ione--project-list .ione--project-basic-card {
    padding: 42px 0 30px;
  }
}
@media screen and (min-width: 700px) {
  .ione--project-list .ione--project-basic-card__left {
    -webkit-flex-basis: 65%;
        -ms-flex-preferred-size: 65%;
            flex-basis: 65%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--project-list .ione--project-basic-card__left {
    -webkit-flex-basis: 56%;
        -ms-flex-preferred-size: 56%;
            flex-basis: 56%;
    padding-right: 30px;
  }
}
@media screen and (min-width: 700px) {
  .ione--project-list .ione--project-basic-card__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
            flex-basis: 35%;
  }
}
@media screen and (min-width: 1025px) {
  .ione--project-list .ione--project-basic-card__right {
    -webkit-flex-basis: 44%;
        -ms-flex-preferred-size: 44%;
            flex-basis: 44%;
    padding-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ione--project-list .ione--project-basic-card__topic {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 135%;
  text-transform: uppercase;
  text-underline-offset: 30%;
  margin-bottom: 22px;
}
@media screen and (min-width: 700px) {
  .ione--project-list .ione--project-basic-card__topic {
    font-size: 1rem;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ione--project-list .ione--project-basic-card__topic a {
  text-decoration: underline;
  text-underline-offset: 30%;
}
.ione--project-list .ione--project-basic-card__topic .field--name-field-related-topics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.ione--project-list .ione--project-basic-card__topic .field__item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ione--project-list .ione--project-basic-card__topic::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #FFCC33;
  border-radius: 100%;
  margin-right: 7px;
}
@media screen and (min-width: 700px) {
  .ione--project-list .ione--project-basic-card__topic::before {
    margin-right: 10px;
    width: 14px;
    height: 14px;
  }
}
.ione--project-list .ione--project-basic-card__title {
  margin-top: 0;
  margin-bottom: 11px;
  font-size: 1.25rem;
}
@media (min-width: 700px) {
  .ione--project-list .ione--project-basic-card__title {
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .ione--project-list .ione--project-basic-card__title {
    font-size: 1.375rem;
  }
}
.ione--project-list .ione--project-basic-card__title p {
  margin-top: 0;
  margin-bottom: 0;
}
.ione--project-list .ione--project-basic-card__title a {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #000000;
}
.ione--project-list .ione--project-basic-card__title a .last-word {
  position: relative;
  padding-right: 40px;
}
.ione--project-list .ione--project-basic-card__title a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 5px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #182B54;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione--project-list .ione--project-basic-card__title a .last-word .arrow svg {
    color: #ffffff;
  }
}
.ione--project-list .ione--project-basic-card__title a:hover {
  opacity: 70%;
}
.ione--project-list .ione--project-basic-card__title a:hover .last-word .arrow svg {
  margin-left: 10px;
}
.ione--project-list .ione--project-basic-card__subtitle {
  font-size: 0.875rem;
  line-height: 140%;
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .ione--project-list .ione--project-basic-card__subtitle {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.ione--project-list .ione--project-basic-card__subtitle p {
  margin: 0;
}
.ione--project-list .ione--project-basic-card__experts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 21px;
}
@media screen and (min-width: 700px) {
  .ione--project-list .ione--project-basic-card__experts {
    margin-bottom: 14px;
    margin-top: -10px;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media screen and (min-width: 1025px) {
  .ione--project-list .ione--project-basic-card__experts {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
    padding-right: 30px;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.ione--project-list .ione--project-basic-card__experts .media--type-image img {
  width: 67px;
  height: 67px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.ione--project-list .ione--project-basic-card__status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 1rem;
  margin-top: 21px;
}
@media screen and (min-width: 700px) {
  .ione--project-list .ione--project-basic-card__status {
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .ione--project-list .ione--project-basic-card__status {
    font-size: 1.125rem;
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    padding-left: 30px;
  }
}
.ione--project-list .ione--project-basic-card__status .format-icon {
  width: 23px;
  margin-top: -5px;
}

@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-acc-icon .ione--slide-acc,
  .ione--slide-collection .ione--slide-feature__info_wrapper .ione--article-basic-card,
  .ione--slide-collection .ione--slide-accordion__info_wrapper .ione--slide-accordion__info_right {
    opacity: 0;
  }
}
.ione--slide-collection.js-fixed .carousel-nav {
  position: fixed;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection.js-fixed .ione--slide-acc-icon__img {
    width: 51.5%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    left: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection.js-fixed .ione--slide-acc-icon__img {
    width: 65.3%;
  }
}
@media screen and (min-width: 1300px) {
  .ione--slide-collection.js-fixed .ione--slide-acc-icon__img {
    width: calc(1300px * 0.653 + (100vw - 1300px) / 2);
    right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection.js-fixed .ione--slide-acc-icon .ione--slide-acc,
  .ione--slide-collection.js-fixed .ione--slide-feature__info_wrapper .ione--article-basic-card,
  .ione--slide-collection.js-fixed .ione--slide-accordion__info_wrapper .ione--slide-accordion__info_right {
    position: fixed;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1300px) {
  .ione--slide-collection.js-fixed .ione--slide-acc-icon .ione--slide-acc,
  .ione--slide-collection.js-fixed .ione--slide-feature__info_wrapper .ione--article-basic-card,
  .ione--slide-collection.js-fixed .ione--slide-accordion__info_wrapper .ione--slide-accordion__info_right {
    right: calc((100vw - 1300px) / 2 + 50px);
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection.js-fixed .ione--slide-feature__info_wrapper .ione--article-basic-card,
  .ione--slide-collection.js-fixed .ione--slide-accordion__info_wrapper .ione--slide-accordion__info_right {
    right: 30px;
    bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection.js-fixed .ione--slide-feature__info_wrapper .ione--article-basic-card,
  .ione--slide-collection.js-fixed .ione--slide-accordion__info_wrapper .ione--slide-accordion__info_right {
    right: 50px;
    bottom: 50px;
  }
}
@media screen and (min-width: 1300px) {
  .ione--slide-collection.js-fixed .ione--slide-feature__info_wrapper .ione--article-basic-card,
  .ione--slide-collection.js-fixed .ione--slide-accordion__info_wrapper .ione--slide-accordion__info_right {
    right: calc((100vw - 1300px) / 2 + 50px);
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection.js-fixed .field__item.js-active .ione--slide-cta__img,
  .ione--slide-collection.js-fixed .field__item.js-active .ione--slide-feature__img,
  .ione--slide-collection.js-fixed .field__item.js-active .ione--slide-accordion__img {
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection.js-fixed .ione--slide-acc-icon .ione--slide-acc,
  .ione--slide-collection.js-fixed .ione--slide-feature__info_wrapper .ione--article-basic-card,
  .ione--slide-collection.js-fixed .ione--slide-accordion__info_wrapper .ione--slide-accordion__info_right,
  .ione--slide-collection.js-fixed .ione--slide-acc-icon__info_right {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s opacity, 0.3s height 0.3s;
    transition: 0.3s opacity, 0.3s height 0.3s;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection.js-fixed .ione--slide-cta__img,
  .ione--slide-collection.js-fixed .ione--slide-feature__img,
  .ione--slide-collection.js-fixed .ione--slide-accordion__img {
    top: 0;
    height: 100vh;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    position: fixed;
  }
}
@media screen and (min-width: 1300px) {
  .ione--slide-collection.js-fixed .ione--slide-cta__img,
  .ione--slide-collection.js-fixed .ione--slide-feature__img,
  .ione--slide-collection.js-fixed .ione--slide-accordion__img {
    width: 100vw;
    max-width: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.ione--slide-collection.js-unfixed .field--name-field-slide-collection-slides > .field__item {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection.js-unfixed .ione--slide-acc-icon__info_left,
  .ione--slide-collection.js-unfixed .ione--slide-cta__info_wrapper,
  .ione--slide-collection.js-unfixed .ione--slide-feature__info_wrapper,
  .ione--slide-collection.js-unfixed .ione--slide-accordion__info_wrapper {
    min-height: unset;
  }
}
.ione--slide-collection.js-unfixed .ione--slide-acc-icon .ione--slide-acc,
.ione--slide-collection.js-unfixed .ione--slide-feature__info_wrapper .ione--article-basic-card,
.ione--slide-collection.js-unfixed .ione--slide-accordion__info_wrapper .ione--slide-accordion__info_right {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection.js-unfixed .ione--slide-acc-icon .ione--slide-acc,
  .ione--slide-collection.js-unfixed .ione--slide-feature__info_wrapper .ione--article-basic-card,
  .ione--slide-collection.js-unfixed .ione--slide-accordion__info_wrapper .ione--slide-accordion__info_right {
    position: relative;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection.js-unfixed .ione--slide-acc-icon__info_right {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection.js-unfixed .ione--slide-acc-icon__info_right {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection__slides {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    position: relative;
  }
}
@media screen and (min-width: 1300px) {
  .ione--slide-collection__slides:before {
    content: "";
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    position: absolute;
    background: #182B54;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .ione--slide-collection__slides .carousel-nav {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection__slides .carousel-nav {
    margin: 0;
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 41px;
    position: absolute;
    top: 0;
    z-index: 20;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(96.5%, rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 96.5%);
    list-style-type: none;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection__slides .carousel-nav {
    gap: 49px;
  }
}
@media screen and (min-width: 1300px) {
  .ione--slide-collection__slides .carousel-nav {
    width: 100vw;
    max-width: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.ione--slide-collection__slides .carousel-nav li {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
}
.ione--slide-collection__slides .carousel-nav li button {
  font-family: "Avenir Next", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  color: #ffffff;
  background: transparent;
  border: 0;
}
@media screen and (min-width: 700px) {
  .ione--slide-collection__slides .carousel-nav li button {
    font-size: 1rem;
  }
}
.ione--slide-collection__slides .carousel-nav li button:focus {
  outline-color: #ffffff;
}
.ione--slide-collection__slides .carousel-nav li.js-active {
  opacity: 1;
}
.ione--slide-collection__slides .carousel-nav li.js-active::before {
  opacity: 1;
}
.ione--slide-collection__slides .carousel-nav li.js-active::after {
  width: 27px;
}
.ione--slide-collection__slides .carousel-nav li:first-child::after {
  content: none;
}
.ione--slide-collection__slides .carousel-nav li::before {
  content: "";
  opacity: 0;
  border: solid 7.5px #90E0C1;
  border-radius: 100%;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection__slides .carousel-nav li::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: -33px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-top: dotted 1px #ffffff;
    -webkit-transition: 0.3s width;
    transition: 0.3s width;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection__slides .carousel-nav li::after {
    left: -36px;
  }
}
.ione--slide-collection__slides .carousel-nav:not(.ione--slide-collection__slides .carousel-nav:has(li:nth-child(2))) {
  display: none;
}
.ione--slide-collection__slides .slick-list {
  margin: 0 -20px;
}
.ione--slide-collection__slides .slick-slide {
  color: #ffffff;
  background-color: #182B54;
}
.ione--slide-collection__slides .ione-carousel__navigation {
  margin: 0 -20px;
  padding: 10px 0 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  list-style-type: none;
  background-color: #182B54;
}
.ione--slide-collection__slides .ione-carousel__navigation li {
  margin: 0;
}
.ione--slide-collection__slides .ione-carousel__dot {
  padding: 0;
  width: 10px;
  height: 10px;
  border: solid 1px #90E0C1;
  background-color: transparent;
  border-radius: 100%;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
.ione--slide-collection__slides .ione-carousel__dot:focus-visible {
  outline: solid 2px #ffffff;
  outline-offset: 2px;
}
.ione--slide-collection__slides .ione-carousel__dot.js-selected {
  background-color: #90E0C1;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione--slide-collection__slides .ione-carousel__dot.js-selected {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .ione--slide-collection__slides .ione-carousel__dot.js-selected {
    -webkit-filter: brightness(0) invert(0);
            filter: brightness(0) invert(0);
  }
}
.ione--slide-collection__slides .ione-carousel__dot:focus {
  outline-color: #ffffff;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .field--name-field-slide-collection-slides > .field__item {
    pointer-events: none;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .field--name-field-slide-collection-slides > .field__item.js-active {
    pointer-events: auto;
  }
}
.ione--slide-collection .field--name-field-slide-collection-slides > .field__item.js-active:first-child {
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .field--name-field-slide-collection-slides > .field__item.js-active .ione--slide-acc-icon__top,
  .ione--slide-collection .field--name-field-slide-collection-slides > .field__item.js-active .ione--slide-acc-icon__title,
  .ione--slide-collection .field--name-field-slide-collection-slides > .field__item.js-active .ione--slide-acc-icon__subtitle {
    opacity: 1;
  }
}
.ione--slide-collection .field--name-field-slide-collection-slides > .field__item.js-active .ione--slide-acc-icon__info_right {
  opacity: 1;
}
.ione--slide-collection .field--name-field-slide-collection-slides > .field__item.js-active .ione--slide-acc-icon .ione--slide-acc,
.ione--slide-collection .field--name-field-slide-collection-slides > .field__item.js-active .ione--slide-feature__info_wrapper .ione--article-basic-card,
.ione--slide-collection .field--name-field-slide-collection-slides > .field__item.js-active .ione--slide-accordion__info_wrapper .ione--slide-accordion__info_right {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .field--name-field-slide-collection-slides > .field__item.js-active .ione--slide-acc-icon .ione--slide-acc,
  .ione--slide-collection .field--name-field-slide-collection-slides > .field__item.js-active .ione--slide-feature__info_wrapper .ione--article-basic-card,
  .ione--slide-collection .field--name-field-slide-collection-slides > .field__item.js-active .ione--slide-accordion__info_wrapper .ione--slide-accordion__info_right {
    -webkit-transition: 0.3s opacity, 0.3s height 0.3s;
    transition: 0.3s opacity, 0.3s height 0.3s;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .field--name-field-slide-collection-slides > .field__item:not(:first-child) .ione--slide-acc-icon__info_left::before {
    content: "";
    width: calc(100% - 81px);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: dotted 1px #ffffff;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .field--name-field-slide-collection-slides > .field__item:not(:first-child) .ione--slide-acc-icon__info_left::before {
    width: calc(100% - 120px);
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-acc-icon__info_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ione--slide-collection .ione--slide-acc-icon__info_left {
  padding: 0 20px 20px;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-acc-icon__info_left {
    padding: 20px 51px 20px 30px;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-basis: 48.6%;
        -ms-flex-preferred-size: 48.6%;
            flex-basis: 48.6%;
    position: relative;
    color: #ffffff;
    background-color: #182B54;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-acc-icon__info_left {
    padding: 60px 70px 60px 50px;
    -webkit-flex-basis: 34.7%;
        -ms-flex-preferred-size: 34.7%;
            flex-basis: 34.7%;
  }
}
.ione--slide-collection .ione--slide-acc-icon__info_left > *:last-child {
  margin-bottom: 0;
}
.ione--slide-collection .ione--slide-acc-icon__info_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-acc-icon__info_right {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-acc-icon__top, .ione--slide-collection .ione--slide-acc-icon__title, .ione--slide-collection .ione--slide-acc-icon__subtitle {
    opacity: 0.5;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
  }
}
.ione--slide-collection .ione--slide-acc-icon__top {
  margin: 0 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-acc-icon__top {
    margin-bottom: 13px;
    gap: 15px;
  }
}
.ione--slide-collection .ione--slide-acc-icon__top svg {
  max-width: 52px;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-acc-icon__top svg {
    max-width: 75px;
  }
}
.ione--slide-collection .ione--slide-acc-icon__eyebrow {
  font-family: "Avenir Next", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}
@media screen and (min-width: 700px) {
  .ione--slide-collection .ione--slide-acc-icon__eyebrow {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-acc-icon__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1300px) {
  .ione--slide-collection .ione--slide-acc-icon__img {
    width: calc(100% + (100vw - 1300px) / 2);
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-acc-icon__img .field,
  .ione--slide-collection .ione--slide-acc-icon__img .media,
  .ione--slide-collection .ione--slide-acc-icon__img img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-acc-icon__img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ione--slide-collection .ione--slide-acc-icon .ione--slide-acc {
  margin-bottom: -30px;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-acc-icon .ione--slide-acc {
    -webkit-transition: 0.3s opacity, 0.3s height 0.3s;
    transition: 0.3s opacity, 0.3s height 0.3s;
    margin: 0 30px 30px auto;
    max-width: 255px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-acc-icon .ione--slide-acc {
    max-width: 293px;
    margin: 0 50px 50px auto;
  }
}
.ione--slide-collection .ione--slide-acc,
.ione--slide-collection .ione--slide-accordion__info_right {
  margin: 0 20px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border: solid 1px #DBDCDB;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-acc,
  .ione--slide-collection .ione--slide-accordion__info_right {
    width: 100%;
    max-width: 255px;
    margin-left: auto;
    max-height: calc(100vh - 140px);
    overflow: auto;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-acc,
  .ione--slide-collection .ione--slide-accordion__info_right {
    max-width: 293px;
  }
}
.ione--slide-collection .ione--slide-acc.js-hide-items-not-selected .field--name-field-accordion > .field__item:not(.js-selected),
.ione--slide-collection .ione--slide-accordion__info_right.js-hide-items-not-selected .field--name-field-accordion > .field__item:not(.js-selected) {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.ione--slide-collection .ione--slide-acc .field--name-field-accordion > .field__item,
.ione--slide-collection .ione--slide-accordion__info_right .field--name-field-accordion > .field__item {
  max-height: 500px;
  -webkit-transition: 0.3s max-height 0.3s, 0.3s opacity, 0.3s visibility;
  transition: 0.3s max-height 0.3s, 0.3s opacity, 0.3s visibility;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-acc .field--name-field-accordion > .field__item,
  .ione--slide-collection .ione--slide-accordion__info_right .field--name-field-accordion > .field__item {
    -webkit-transition: 0.3s max-height 0.3s, 0.3s opacity, 0.3s visibility;
    transition: 0.3s max-height 0.3s, 0.3s opacity, 0.3s visibility;
  }
}
.ione--slide-collection .ione--slide-acc .field--name-field-accordion > .field__item.js-hidden,
.ione--slide-collection .ione--slide-accordion__info_right .field--name-field-accordion > .field__item.js-hidden {
  -webkit-transition: 0.3s max-height 0.6s, 0.3s opacity 0.9s, 0.3s visibility 0.9s;
  transition: 0.3s max-height 0.6s, 0.3s opacity 0.9s, 0.3s visibility 0.9s;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-acc .field--name-field-accordion > .field__item.js-hidden,
  .ione--slide-collection .ione--slide-accordion__info_right .field--name-field-accordion > .field__item.js-hidden {
    -webkit-transition: 0.3s max-height 0.3s, 0.3s opacity 0.6s, 0.3s visibility 0.6s;
    transition: 0.3s max-height 0.3s, 0.3s opacity 0.6s, 0.3s visibility 0.6s;
  }
}
.ione--slide-collection .ione--slide-acc .field--name-field-accordion > .field__item.js-selected .ione-accordion__toggle,
.ione--slide-collection .ione--slide-accordion__info_right .field--name-field-accordion > .field__item.js-selected .ione-accordion__toggle {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.ione--slide-collection .ione--slide-acc .field--name-field-accordion > .field__item:first-child .ione-accordion__toggle,
.ione--slide-collection .ione--slide-accordion__info_right .field--name-field-accordion > .field__item:first-child .ione-accordion__toggle {
  border-top: 0;
}
.ione--slide-collection .ione--slide-acc .field--name-field-accordion > .field__item:last-child .ione-accordion__toggle,
.ione--slide-collection .ione--slide-accordion__info_right .field--name-field-accordion > .field__item:last-child .ione-accordion__toggle {
  border-bottom: 0;
}
.ione--slide-collection .ione--slide-acc .field--name-field-accordion > .field__item:last-child .ione-accordion__toggle.expanded + .ione-accordion__content,
.ione--slide-collection .ione--slide-accordion__info_right .field--name-field-accordion > .field__item:last-child .ione-accordion__toggle.expanded + .ione-accordion__content {
  border-top: 1px dotted #000000;
}
.ione--slide-collection .ione--slide-acc .ione-accordion__item,
.ione--slide-collection .ione--slide-accordion__info_right .ione-accordion__item {
  margin-top: 0;
}
.ione--slide-collection .ione--slide-acc .ione-accordion__toggle,
.ione--slide-collection .ione--slide-accordion__info_right .ione-accordion__toggle {
  font-family: "Libre Caslon Text", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px 45px 15px 14px;
  color: #000000;
  background-color: #ffffff;
  border-top: 0;
  border-bottom-color: #000000;
}
@media screen and (min-width: 700px) {
  .ione--slide-collection .ione--slide-acc .ione-accordion__toggle,
  .ione--slide-collection .ione--slide-accordion__info_right .ione-accordion__toggle {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-acc .ione-accordion__toggle,
  .ione--slide-collection .ione--slide-accordion__info_right .ione-accordion__toggle {
    font-size: 1.375rem;
  }
}
.ione--slide-collection .ione--slide-acc .ione-accordion__toggle:focus-visible,
.ione--slide-collection .ione--slide-accordion__info_right .ione-accordion__toggle:focus-visible {
  outline: solid 2px #000000;
  outline-offset: -4px;
}
.ione--slide-collection .ione--slide-acc .ione-accordion__toggle.expanded,
.ione--slide-collection .ione--slide-accordion__info_right .ione-accordion__toggle.expanded {
  border-bottom: 1px dotted #000000;
}
.ione--slide-collection .ione--slide-acc .ione-accordion__icon,
.ione--slide-collection .ione--slide-accordion__info_right .ione-accordion__icon {
  right: 14px;
  left: unset;
}
.ione--slide-collection .ione--slide-acc .ione-accordion__icon::before, .ione--slide-collection .ione--slide-acc .ione-accordion__icon::after,
.ione--slide-collection .ione--slide-accordion__info_right .ione-accordion__icon::before,
.ione--slide-collection .ione--slide-accordion__info_right .ione-accordion__icon::after {
  border-top-color: #000000;
}
.ione--slide-collection .ione--slide-acc .ione-accordion__content,
.ione--slide-collection .ione--slide-accordion__info_right .ione-accordion__content {
  color: #000000;
  padding: 20px;
  font-size: 1rem;
}
.ione--slide-collection .ione--slide-acc .ione-accordion__content.js--animate,
.ione--slide-collection .ione--slide-accordion__info_right .ione-accordion__content.js--animate {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.ione--slide-collection .ione--slide-acc .ione-accordion__content p:first-child,
.ione--slide-collection .ione--slide-accordion__info_right .ione-accordion__content p:first-child {
  margin-top: 0;
}
.ione--slide-collection .ione--slide-acc .ione-accordion__content p:last-child,
.ione--slide-collection .ione--slide-accordion__info_right .ione-accordion__content p:last-child {
  margin-bottom: 0;
}
.ione--slide-collection .ione--slide-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
  }
}
.ione--slide-collection .ione--slide-cta__info_wrapper {
  padding: 0 20px 30px;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-cta__info_wrapper {
    margin-right: auto;
    padding: 88px 30px 30px;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
    position: relative;
    z-index: 1;
    color: #ffffff;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-cta__info_wrapper {
    padding: 99px 50px 50px;
    -webkit-flex-basis: 55%;
        -ms-flex-preferred-size: 55%;
            flex-basis: 55%;
  }
}
@media screen and (min-width: 1300px) {
  .ione--slide-collection .ione--slide-cta__info_wrapper {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 1300px;
  }
  .ione--slide-collection .ione--slide-cta__info_wrapper > * {
    max-width: 600px;
  }
}
.ione--slide-collection .ione--slide-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-feature {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.ione--slide-collection .ione--slide-feature__info_wrapper {
  padding: 0 20px;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-feature__info_wrapper {
    padding: 88px 30px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 100vh;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-feature__info_wrapper {
    padding: 99px 50px 50px;
  }
}
.ione--slide-collection .ione--slide-feature__info_left {
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-feature__info_left {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    z-index: 1;
    color: #ffffff;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-feature__info_left {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
.ione--slide-collection .ione--slide-feature__info_left > *:last-child {
  margin-bottom: 0;
}
.ione--slide-collection .ione--slide-feature__info_right {
  margin-bottom: -30px;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-feature__info_right {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 40%;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-feature__info_right {
    width: 30.3%;
  }
}
.ione--slide-collection .ione--slide-feature .ione--article-basic-card {
  padding: 20px;
  position: relative;
  background-color: #ffffff;
  border-top: solid 10px #88A61F;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-feature .ione--article-basic-card {
    margin-left: auto;
    padding: 24px 30px 30px;
    border-top-width: 16px;
    max-width: 255px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-feature .ione--article-basic-card {
    padding: 32px 32px 39px;
    max-width: 293px;
  }
}
.ione--slide-collection .ione--slide-feature .ione--article-basic-card__section {
  font-family: "Avenir Next", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  margin: 0 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 700px) {
  .ione--slide-collection .ione--slide-feature .ione--article-basic-card__section {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-feature .ione--article-basic-card__section {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-feature .ione--article-basic-card__section {
    margin-bottom: 22px;
  }
}
.ione--slide-collection .ione--slide-feature .ione--article-basic-card__section::before {
  content: "";
  border: solid 7.5px #7A0019;
  border-radius: 100%;
}
.ione--slide-collection .ione--slide-feature .ione--article-basic-card__title {
  font-family: "Libre Caslon Text", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 14px;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-feature .ione--article-basic-card__title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-feature .ione--article-basic-card__title {
    margin-bottom: 20px;
  }
}
.ione--slide-collection .ione--slide-feature .ione--article-basic-card__title a {
  text-decoration: none;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.ione--slide-collection .ione--slide-feature .ione--article-basic-card__title a:hover {
  opacity: 0.7;
}
.ione--slide-collection .ione--slide-feature .ione--article-basic-card__title a:hover .arrow svg {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}
.ione--slide-collection .ione--slide-feature .ione--article-basic-card__title a .arrow svg {
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
.ione--slide-collection .ione--slide-feature .ione--article-basic-card .video-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 33px;
  left: 30px;
  background-image: url(../assets/icons/Play-icon.svg);
  background-repeat: no-repeat;
  background-position: 58% center;
  background-size: 30%;
  background-color: #C6DA51;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-feature .ione--article-basic-card .video-icon {
    bottom: 43px;
    left: 41px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-feature .ione--article-basic-card .video-icon {
    bottom: 52px;
    left: 43px;
  }
}
.ione--slide-collection .ione--slide-accordion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-accordion__info_wrapper {
    padding: 88px 30px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 100vh;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-accordion__info_wrapper {
    padding: 99px 50px 50px;
  }
}
.ione--slide-collection .ione--slide-accordion__info_left {
  margin-bottom: 30px;
  padding: 0 20px;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-accordion__info_left {
    margin-bottom: 0;
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    z-index: 1;
    color: #ffffff;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-accordion__info_left {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
.ione--slide-collection .ione--slide-accordion__info_left > *:last-child {
  margin-bottom: 0;
}
.ione--slide-collection .ione--slide-accordion__info_right {
  margin-bottom: -30px;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-accordion__info_right {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-accordion__info_right {
    -webkit-flex-basis: 30.3%;
        -ms-flex-preferred-size: 30.3%;
            flex-basis: 30.3%;
  }
}
.ione--slide-collection .ione--slide-accordion__info_right > .field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ione--slide-collection .ione--slide-acc-icon__eyebrow,
.ione--slide-collection .ione--slide-cta__eyebrow,
.ione--slide-collection .ione--slide-feature__eyebrow,
.ione--slide-collection .ione--slide-accordion__eyebrow {
  font-family: "Avenir Next", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  margin: 0 0 20px;
}
@media screen and (min-width: 700px) {
  .ione--slide-collection .ione--slide-acc-icon__eyebrow,
  .ione--slide-collection .ione--slide-cta__eyebrow,
  .ione--slide-collection .ione--slide-feature__eyebrow,
  .ione--slide-collection .ione--slide-accordion__eyebrow {
    font-size: 1rem;
  }
}
.ione--slide-collection .ione--slide-acc-icon__title,
.ione--slide-collection .ione--slide-cta__title,
.ione--slide-collection .ione--slide-feature__title,
.ione--slide-collection .ione--slide-accordion__title {
  font-family: "Libre Caslon Text", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 20px;
}
@media screen and (min-width: 700px) {
  .ione--slide-collection .ione--slide-acc-icon__title,
  .ione--slide-collection .ione--slide-cta__title,
  .ione--slide-collection .ione--slide-feature__title,
  .ione--slide-collection .ione--slide-accordion__title {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-acc-icon__title,
  .ione--slide-collection .ione--slide-cta__title,
  .ione--slide-collection .ione--slide-feature__title,
  .ione--slide-collection .ione--slide-accordion__title {
    font-size: 2.5rem;
  }
}
.ione--slide-collection .ione--slide-acc-icon__subtitle,
.ione--slide-collection .ione--slide-cta__subtitle,
.ione--slide-collection .ione--slide-feature__subtitle,
.ione--slide-collection .ione--slide-accordion__subtitle {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 20px;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-acc-icon__subtitle,
  .ione--slide-collection .ione--slide-cta__subtitle,
  .ione--slide-collection .ione--slide-feature__subtitle,
  .ione--slide-collection .ione--slide-accordion__subtitle {
    font-size: 1rem;
  }
}
.ione--slide-collection .ione--slide-acc-icon__subtitle *:first-child,
.ione--slide-collection .ione--slide-cta__subtitle *:first-child,
.ione--slide-collection .ione--slide-feature__subtitle *:first-child,
.ione--slide-collection .ione--slide-accordion__subtitle *:first-child {
  margin-top: 0;
}
.ione--slide-collection .ione--slide-acc-icon__subtitle *:last-child,
.ione--slide-collection .ione--slide-cta__subtitle *:last-child,
.ione--slide-collection .ione--slide-feature__subtitle *:last-child,
.ione--slide-collection .ione--slide-accordion__subtitle *:last-child {
  margin-bottom: 0;
}
.ione--slide-collection .ione--slide-acc-icon__subtitle a,
.ione--slide-collection .ione--slide-cta__subtitle a,
.ione--slide-collection .ione--slide-feature__subtitle a,
.ione--slide-collection .ione--slide-accordion__subtitle a {
  color: #ffffff;
}
.ione--slide-collection .ione--slide-acc-icon__subtitle a:focus-visible,
.ione--slide-collection .ione--slide-cta__subtitle a:focus-visible,
.ione--slide-collection .ione--slide-feature__subtitle a:focus-visible,
.ione--slide-collection .ione--slide-accordion__subtitle a:focus-visible {
  outline: solid 2px #ffffff;
  outline-offset: 2px;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-cta__subtitle,
  .ione--slide-collection .ione--slide-feature__subtitle,
  .ione--slide-collection .ione--slide-accordion__subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-cta__subtitle,
  .ione--slide-collection .ione--slide-feature__subtitle,
  .ione--slide-collection .ione--slide-accordion__subtitle {
    font-size: 1.125rem;
  }
}
.ione--slide-collection .ione--slide-cta__links .field__items,
.ione--slide-collection .ione--slide-feature__links .field__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-cta__links .field__items,
  .ione--slide-collection .ione--slide-feature__links .field__items {
    gap: 10px;
  }
}
.ione--slide-collection .ione--slide-cta__links a,
.ione--slide-collection .ione--slide-feature__links a {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
}
.ione--slide-collection .ione--slide-cta__links a:hover,
.ione--slide-collection .ione--slide-feature__links a:hover {
  background-color: #ffffff;
}
.ione--slide-collection .ione--slide-cta__links a:focus-visible,
.ione--slide-collection .ione--slide-feature__links a:focus-visible {
  outline: solid 2px #ffffff;
  outline-offset: 2px;
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-acc-icon,
  .ione--slide-collection .ione--slide-cta,
  .ione--slide-collection .ione--slide-feature,
  .ione--slide-collection .ione--slide-accordion {
    position: relative;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-acc-icon::before,
  .ione--slide-collection .ione--slide-cta::before,
  .ione--slide-collection .ione--slide-feature::before,
  .ione--slide-collection .ione--slide-accordion::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    background-color: #182B54;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-cta,
  .ione--slide-collection .ione--slide-feature,
  .ione--slide-collection .ione--slide-accordion {
    position: relative;
  }
}
@media screen and (min-width: 1300px) {
  .ione--slide-collection .ione--slide-acc-icon__info_wrapper,
  .ione--slide-collection .ione--slide-cta__info_wrapper,
  .ione--slide-collection .ione--slide-feature__info_wrapper,
  .ione--slide-collection .ione--slide-accordion__info_wrapper {
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-cta__img,
  .ione--slide-collection .ione--slide-feature__img,
  .ione--slide-collection .ione--slide-accordion__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-cta__img .field,
  .ione--slide-collection .ione--slide-cta__img .media,
  .ione--slide-collection .ione--slide-cta__img img,
  .ione--slide-collection .ione--slide-feature__img .field,
  .ione--slide-collection .ione--slide-feature__img .media,
  .ione--slide-collection .ione--slide-feature__img img,
  .ione--slide-collection .ione--slide-accordion__img .field,
  .ione--slide-collection .ione--slide-accordion__img .media,
  .ione--slide-collection .ione--slide-accordion__img img {
    height: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-cta__img > .field::before,
  .ione--slide-collection .ione--slide-feature__img > .field::before,
  .ione--slide-collection .ione--slide-accordion__img > .field::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), color-stop(82.21%, rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 82.21%);
  }
}
@media screen and (min-width: 1025px) {
  .ione--slide-collection .ione--slide-cta__img img,
  .ione--slide-collection .ione--slide-feature__img img,
  .ione--slide-collection .ione--slide-accordion__img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

.ione-home-carousel .ione-intro {
  max-width: 674px;
}
.ione-home-carousel .ione-intro h2 {
  margin-top: 0;
  background: none;
  padding-bottom: 0;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .ione-home-carousel .ione-intro h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .ione-home-carousel .ione-intro h2 {
    margin-bottom: 20px;
  }
}
.ione-home-carousel .ione-intro .field--name-field-icon {
  text-align: center;
  margin-bottom: 14px;
}
@media (min-width: 700px) {
  .ione-home-carousel .ione-intro .field--name-field-icon {
    margin-bottom: 25px;
  }
}
@media (min-width: 1025px) {
  .ione-home-carousel .ione-intro .field--name-field-icon {
    margin-bottom: 16px;
  }
}
.ione-home-carousel .ione-intro .field--name-field-icon svg {
  width: 100%;
  max-width: 62px;
}
@media (min-width: 700px) {
  .ione-home-carousel .ione-intro .field--name-field-icon svg {
    max-width: 74px;
  }
}
.ione-home-carousel .ione-intro .field--name-field-introduction {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
  max-width: 436px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.875rem;
  line-height: 140%;
  padding-top: 20px;
}
@media (min-width: 1025px) {
  .ione-home-carousel .ione-intro .field--name-field-introduction {
    font-size: 1rem;
    padding: 20px 20px 0;
  }
}
.ione-home-carousel .ione-intro .field--name-field-link {
  text-align: center;
  margin-top: 22px;
}
@media (min-width: 700px) {
  .ione-home-carousel .ione-intro .field--name-field-link {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  .ione-home-carousel .ione-intro .field--name-field-link {
    margin-top: 19px;
  }
}
.ione-home-carousel .ione-intro .field--name-field-link a {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
}
.ione-home-carousel .ione-intro .field--name-field-link a:hover {
  background-color: #182B54;
  color: #ffffff;
}
@media (min-width: 700px) {
  .ione-home-carousel .ione-intro .field--name-field-link a {
    padding: 12px 20px;
  }
}
.ione-home-carousel .ione-intro::after {
  margin-top: 26px;
}
@media (min-width: 700px) {
  .ione-home-carousel .ione-intro::after {
    margin-top: 36px;
  }
}
@media (min-width: 700px) {
  .ione-home-carousel .ione-intro::after {
    margin-top: 25px;
  }
}

.ione--profile-grid .ione-intro .field--name-field-introduction {
  margin-bottom: 15px;
}
@media screen and (min-width: 700px) {
  .ione--profile-grid .ione-intro .field--name-field-introduction {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--profile-grid .ione-intro .field--name-field-introduction {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 700px) {
  .ione--profile-grid .ione-intro::after {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--profile-grid .ione-intro::after {
    margin-top: 25px;
  }
}
.ione--profile-grid__cta {
  text-align: center;
}
.ione--profile-grid__cta a {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  font-size: 1rem;
}
.ione--profile-grid__cta a:hover {
  background-color: #182B54;
  color: #ffffff;
}
.ione--profile-grid__content {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
}
.ione--profile-grid__content .view-content,
.ione--profile-grid__content .field--name-field-selected-content {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
@media (min-width: 700px) {
  .ione--profile-grid__content .view-content,
  .ione--profile-grid__content .field--name-field-selected-content {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin: 0 -30px;
    padding: 15px 0;
  }
}
@media (min-width: 1025px) {
  .ione--profile-grid__content .view-content,
  .ione--profile-grid__content .field--name-field-selected-content {
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    margin: 0 -20px;
    padding: 30px 0;
  }
}
.ione--profile-grid__content .view-content > div,
.ione--profile-grid__content .field--name-field-selected-content > div {
  padding: 20px 0px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
@media (min-width: 700px) {
  .ione--profile-grid__content .view-content > div,
  .ione--profile-grid__content .field--name-field-selected-content > div {
    padding: 0 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: top left;
    background-size: 1px auto;
  }
  .ione--profile-grid__content .view-content > div:first-child,
  .ione--profile-grid__content .field--name-field-selected-content > div:first-child {
    background: none;
    padding-bottom: 0;
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  .ione--profile-grid__content .view-content > div:nth-child(1n+3),
  .ione--profile-grid__content .field--name-field-selected-content > div:nth-child(1n+3) {
    margin-top: 30px;
  }
  .ione--profile-grid__content .view-content > div:nth-child(1n+3):before,
  .ione--profile-grid__content .field--name-field-selected-content > div:nth-child(1n+3):before {
    content: "";
    position: absolute;
    margin-top: -15px;
    width: calc(100% - 50px);
    left: 25px;
    right: 25px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
  .ione--profile-grid__content .view-content > div:nth-child(odd):not(:first-child),
  .ione--profile-grid__content .field--name-field-selected-content > div:nth-child(odd):not(:first-child) {
    background-image: unset;
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  .ione--profile-grid__content .view-content > div:nth-child(3n):before,
  .ione--profile-grid__content .field--name-field-selected-content > div:nth-child(3n):before {
    content: "";
    position: absolute;
    margin-top: -15px;
    width: calc(100% - 50px);
    left: 25px;
    right: 25px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
}
@media (min-width: 1025px) {
  .ione--profile-grid__content .view-content > div,
  .ione--profile-grid__content .field--name-field-selected-content > div {
    padding: 0 20px;
  }
  .ione--profile-grid__content .view-content > div:nth-child(1n+5),
  .ione--profile-grid__content .field--name-field-selected-content > div:nth-child(1n+5) {
    margin-top: 50px;
  }
  .ione--profile-grid__content .view-content > div:nth-child(1n+5):before,
  .ione--profile-grid__content .field--name-field-selected-content > div:nth-child(1n+5):before {
    content: "";
    position: absolute;
    margin-top: -25px;
    width: calc(100% - 60px);
    left: 20px;
    right: 20px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
}
@media (min-width: 1025px) {
  .ione--profile-grid__content .view-content > div:nth-child(4n+1):not(:first-child),
  .ione--profile-grid__content .field--name-field-selected-content > div:nth-child(4n+1):not(:first-child) {
    margin-top: 50px;
    background: none;
  }
  .ione--profile-grid__content .view-content > div:nth-child(4n+1):not(:first-child):before,
  .ione--profile-grid__content .field--name-field-selected-content > div:nth-child(4n+1):not(:first-child):before {
    content: "";
    position: absolute;
    margin-top: -25px;
    width: calc(100% - 60px);
    left: 20px;
    right: 20px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
}
@media (min-width: 700px) {
  .ione--profile-grid .ione--profile-basic-card {
    padding: 20px 0;
  }
}
@media (min-width: 1025px) {
  .ione--profile-grid .ione--profile-basic-card {
    padding: 0px;
  }
}
.ione--profile-grid .ione--profile-basic-card__image {
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .ione--profile-grid .ione--profile-basic-card__image {
    margin-bottom: 22px;
  }
}
.ione--profile-grid .ione--profile-basic-card__image img {
  width: 150px;
  border-radius: 100%;
}
@media (min-width: 700px) {
  .ione--profile-grid .ione--profile-basic-card__image img {
    width: 172px;
  }
}
.ione--profile-grid .ione--profile-basic-card__name {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1025px) {
  .ione--profile-grid .ione--profile-basic-card__name {
    font-size: 1.375rem;
  }
}
.ione--profile-grid .ione--profile-basic-card__name p {
  margin-top: 0;
  margin-bottom: 0;
}
.ione--profile-grid .ione--profile-basic-card__name a {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #182B54;
}
.ione--profile-grid .ione--profile-basic-card__name a .last-word {
  position: relative;
  padding-right: 40px;
}
.ione--profile-grid .ione--profile-basic-card__name a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 5px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #182B54;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione--profile-grid .ione--profile-basic-card__name a .last-word .arrow svg {
    color: #ffffff;
  }
}
.ione--profile-grid .ione--profile-basic-card__name a:hover {
  opacity: 70%;
}
.ione--profile-grid .ione--profile-basic-card__name a:hover .last-word .arrow svg {
  margin-left: 10px;
}
.ione--profile-grid .ione--profile-basic-card__year {
  margin-bottom: 9px;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
@media (min-width: 1025px) {
  .ione--profile-grid .ione--profile-basic-card__year {
    font-size: 1rem;
  }
}
.ione--profile-grid .ione--profile-basic-card__year_fellow-label {
  font-family: "Avenir Next", sans-serif;
  line-height: 135%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
}
@media (min-width: 700px) {
  .ione--profile-grid .ione--profile-basic-card__year_fellow-label {
    font-size: 1rem;
  }
}
.ione--profile-grid .ione--profile-basic-card__year_fellow-year {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  white-space: nowrap;
}
@media (min-width: 700px) {
  .ione--profile-grid .ione--profile-basic-card__year {
    margin-bottom: 8px;
  }
}
@media (min-width: 1025px) {
  .ione--profile-grid .ione--profile-basic-card__year {
    margin-bottom: 7px;
  }
}
@media (min-width: 700px) {
  .ione--profile-grid .ione--profile-basic-card__year {
    gap: 9px;
  }
}
.ione--profile-grid .ione--profile-basic-card__dept {
  font-family: "Avenir Next", sans-serif;
  line-height: 135%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 4px;
}
@media (min-width: 700px) {
  .ione--profile-grid .ione--profile-basic-card__dept {
    font-size: 1rem;
  }
}
.ione--profile-grid .ione--profile-basic-card__org {
  font-size: 0.875rem;
}
@media (min-width: 1025px) {
  .ione--profile-grid .ione--profile-basic-card__org {
    font-size: 1rem;
  }
}

.ione--article-featured .field--name-field-introduction {
  margin-bottom: 15px;
}
@media screen and (min-width: 700px) {
  .ione--article-featured .field--name-field-introduction {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--article-featured .field--name-field-introduction {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 700px) {
  .ione--article-featured::after {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--article-featured::after {
    margin-top: 25px;
  }
}
.ione--article-featured__cta {
  text-align: center;
}
.ione--article-featured__cta a {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  font-size: 1rem;
}
.ione--article-featured__cta a:hover {
  background-color: #182B54;
  color: #ffffff;
}
.ione--article-featured__selected .ione--article-50-50-card, .ione--article-featured__select-by .ione--article-50-50-card {
  position: relative;
}
@media (min-width: 700px) {
  .ione--article-featured__selected .ione--article-50-50-card, .ione--article-featured__select-by .ione--article-50-50-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 42px;
  }
}
.ione--article-featured__selected .ione--article-50-50-card:hover .ione--article-50-50-card__img:after, .ione--article-featured__select-by .ione--article-50-50-card:hover .ione--article-50-50-card__img:after {
  opacity: 1;
}
.ione--article-featured__selected .ione--article-50-50-card:hover .ione--article-50-50-card__img .video-icon, .ione--article-featured__select-by .ione--article-50-50-card:hover .ione--article-50-50-card__img .video-icon {
  background-image: url(../assets/icons/Play-icon-green.svg);
  background-color: #182B54;
}
.ione--article-featured__selected .ione--article-50-50-card > div, .ione--article-featured__select-by .ione--article-50-50-card > div {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.ione--article-featured__selected .ione--article-50-50-card__img, .ione--article-featured__select-by .ione--article-50-50-card__img {
  position: relative;
  margin-bottom: 20px;
}
.ione--article-featured__selected .ione--article-50-50-card__img:after, .ione--article-featured__select-by .ione--article-50-50-card__img:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media (min-width: 700px) {
  .ione--article-featured__selected .ione--article-50-50-card__img, .ione--article-featured__select-by .ione--article-50-50-card__img {
    padding-right: 15px;
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .ione--article-featured__selected .ione--article-50-50-card__img, .ione--article-featured__select-by .ione--article-50-50-card__img {
    padding-right: 0px;
  }
}
.ione--article-featured__selected .ione--article-50-50-card__img a, .ione--article-featured__select-by .ione--article-50-50-card__img a {
  display: inline-block;
  width: 100%;
}
.ione--article-featured__selected .ione--article-50-50-card__img .media--type-image,
.ione--article-featured__selected .ione--article-50-50-card__img .field--name-field-media-image,
.ione--article-featured__selected .ione--article-50-50-card__img a, .ione--article-featured__select-by .ione--article-50-50-card__img .media--type-image,
.ione--article-featured__select-by .ione--article-50-50-card__img .field--name-field-media-image,
.ione--article-featured__select-by .ione--article-50-50-card__img a {
  height: 100%;
}
@media (min-width: 700px) {
  .ione--article-featured__selected .ione--article-50-50-card__img img, .ione--article-featured__select-by .ione--article-50-50-card__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.ione--article-featured__selected .ione--article-50-50-card__img .video-icon, .ione--article-featured__select-by .ione--article-50-50-card__img .video-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: 1;
  background-image: url(../assets/icons/Play-icon.svg);
  background-repeat: no-repeat;
  background-position: 58% center;
  background-size: 30%;
  background-color: #AFCF3B;
  bottom: 20px;
  left: 20px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media (min-width: 700px) {
  .ione--article-featured__selected .ione--article-50-50-card__img .video-icon, .ione--article-featured__select-by .ione--article-50-50-card__img .video-icon {
    width: 75px;
    height: 75px;
    bottom: 30px;
    left: 30px;
  }
}
@media (min-width: 1025px) {
  .ione--article-featured__selected .ione--article-50-50-card__img .video-icon, .ione--article-featured__select-by .ione--article-50-50-card__img .video-icon {
    width: 121px;
    height: 121px;
    bottom: 48px;
    left: 48px;
  }
}
@media (min-width: 700px) {
  .ione--article-featured__selected .ione--article-50-50-card__content, .ione--article-featured__select-by .ione--article-50-50-card__content {
    padding-left: 15px;
    padding-top: 9px;
  }
}
@media (min-width: 1025px) {
  .ione--article-featured__selected .ione--article-50-50-card__content, .ione--article-featured__select-by .ione--article-50-50-card__content {
    padding-left: 30px;
  }
}
.ione--article-featured__selected .ione--article-50-50-card__section, .ione--article-featured__select-by .ione--article-50-50-card__section {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-underline-offset: 30%;
  color: #182B54;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  text-decoration: underline;
  position: relative;
  z-index: 3;
}
@media (min-width: 700px) {
  .ione--article-featured__selected .ione--article-50-50-card__section, .ione--article-featured__select-by .ione--article-50-50-card__section {
    font-size: 1rem;
    margin-bottom: 22px;
  }
}
@media (min-width: 1025px) {
  .ione--article-featured__selected .ione--article-50-50-card__section, .ione--article-featured__select-by .ione--article-50-50-card__section {
    margin-bottom: 18px;
  }
}
.ione--article-featured__selected .ione--article-50-50-card__section::before, .ione--article-featured__select-by .ione--article-50-50-card__section::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #7A0019;
  border-radius: 100%;
  margin-right: 10px;
}
.ione--article-featured__selected .ione--article-50-50-card__title, .ione--article-featured__select-by .ione--article-50-50-card__title {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 1.4375rem;
  line-height: 125%;
}
@media (min-width: 700px) {
  .ione--article-featured__selected .ione--article-50-50-card__title, .ione--article-featured__select-by .ione--article-50-50-card__title {
    font-size: 1.625rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .ione--article-featured__selected .ione--article-50-50-card__title, .ione--article-featured__select-by .ione--article-50-50-card__title {
    font-size: 2.5rem;
  }
}
.ione--article-featured__selected .ione--article-50-50-card__title p, .ione--article-featured__select-by .ione--article-50-50-card__title p {
  margin-top: 0;
  margin-bottom: 0;
}
.ione--article-featured__selected .ione--article-50-50-card__title a, .ione--article-featured__select-by .ione--article-50-50-card__title a {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #182B54;
}
.ione--article-featured__selected .ione--article-50-50-card__title a .last-word, .ione--article-featured__select-by .ione--article-50-50-card__title a .last-word {
  position: relative;
  padding-right: 40px;
}
.ione--article-featured__selected .ione--article-50-50-card__title a .last-word .arrow svg, .ione--article-featured__select-by .ione--article-50-50-card__title a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 5px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #182B54;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione--article-featured__selected .ione--article-50-50-card__title a .last-word .arrow svg, .ione--article-featured__select-by .ione--article-50-50-card__title a .last-word .arrow svg {
    color: #ffffff;
  }
}
.ione--article-featured__selected .ione--article-50-50-card__title a:hover, .ione--article-featured__select-by .ione--article-50-50-card__title a:hover {
  opacity: 70%;
}
.ione--article-featured__selected .ione--article-50-50-card__title a:hover .last-word .arrow svg, .ione--article-featured__select-by .ione--article-50-50-card__title a:hover .last-word .arrow svg {
  margin-left: 10px;
}
@media (min-width: 1025px) {
  .ione--article-featured__selected .ione--article-50-50-card__title a .last-word .arrow svg, .ione--article-featured__select-by .ione--article-50-50-card__title a .last-word .arrow svg {
    width: 28px;
    height: 28px;
  }
}
.ione--article-featured__selected .ione--article-50-50-card__title a:before, .ione--article-featured__select-by .ione--article-50-50-card__title a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.ione--article-featured__selected .ione--article-50-50-card__intro, .ione--article-featured__select-by .ione--article-50-50-card__intro {
  font-size: 0.875rem;
  line-height: 140%;
  margin-bottom: 6px;
}
@media (min-width: 700px) {
  .ione--article-featured__selected .ione--article-50-50-card__intro, .ione--article-featured__select-by .ione--article-50-50-card__intro {
    margin-bottom: 12px;
  }
}
@media (min-width: 1025px) {
  .ione--article-featured__selected .ione--article-50-50-card__intro, .ione--article-featured__select-by .ione--article-50-50-card__intro {
    margin-bottom: 0px;
    font-size: 1rem;
  }
}
.ione--article-featured__selected .ione--article-50-50-card__intro p, .ione--article-featured__select-by .ione--article-50-50-card__intro p {
  margin: 0;
}
.ione--article-featured__selected .ione--article-fullbleed, .ione--article-featured__select-by .ione--article-fullbleed {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  display: -ms-grid;
  display: grid;
}
@media (min-width: 1025px) {
  .ione--article-featured__selected .ione--article-fullbleed, .ione--article-featured__select-by .ione--article-fullbleed {
    height: 100%;
  }
}
.ione--article-featured__selected .ione--article-fullbleed:hover .ione--article-fullbleed__img::before, .ione--article-featured__select-by .ione--article-fullbleed:hover .ione--article-fullbleed__img::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.ione--article-featured__selected .ione--article-fullbleed:hover .video-icon, .ione--article-featured__select-by .ione--article-fullbleed:hover .video-icon {
  background-image: url(../assets/icons/Play-icon-green.svg);
  background-color: #182B54;
}
.ione--article-featured__selected .ione--article-fullbleed__img, .ione--article-featured__select-by .ione--article-fullbleed__img {
  -ms-grid-row: 1;
  grid-area: 1/-1;
  position: relative;
  background-color: #000000;
}
.ione--article-featured__selected .ione--article-fullbleed__img::before, .ione--article-featured__select-by .ione--article-fullbleed__img::before {
  content: "";
  -webkit-box-shadow: 0px 442px 150px -83px rgba(0, 0, 0, 0.5019607843) inset;
          box-shadow: 0px 442px 150px -83px rgba(0, 0, 0, 0.5019607843) inset;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.ione--article-featured__selected .ione--article-fullbleed__img .media--type-image,
.ione--article-featured__selected .ione--article-fullbleed__img .field--name-field-media-image, .ione--article-featured__select-by .ione--article-fullbleed__img .media--type-image,
.ione--article-featured__select-by .ione--article-fullbleed__img .field--name-field-media-image {
  height: 100%;
  display: block;
}
.ione--article-featured__selected .ione--article-fullbleed__img img, .ione--article-featured__select-by .ione--article-fullbleed__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ione--article-featured__selected .ione--article-fullbleed__body, .ione--article-featured__select-by .ione--article-fullbleed__body {
  width: 100%;
  -ms-grid-row: 1;
  grid-area: 1/-1;
  color: #ffffff;
  padding: 30px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  z-index: 1;
}
@media (min-width: 700px) {
  .ione--article-featured__selected .ione--article-fullbleed__body, .ione--article-featured__select-by .ione--article-fullbleed__body {
    padding: 39px 30px;
  }
}
@media (min-width: 1025px) {
  .ione--article-featured__selected .ione--article-fullbleed__body, .ione--article-featured__select-by .ione--article-fullbleed__body {
    padding: 60px 50px;
  }
}
@media (min-width: 1400px) {
  .ione--article-featured__selected .ione--article-fullbleed__body, .ione--article-featured__select-by .ione--article-fullbleed__body {
    max-width: 1300px;
    margin: 0 auto;
    padding: 60px 0px;
  }
}
@media (min-width: 700px) {
  .ione--article-featured__selected .ione--article-fullbleed__body-inner, .ione--article-featured__select-by .ione--article-fullbleed__body-inner {
    max-width: 55%;
  }
}
@media (min-width: 1025px) {
  .ione--article-featured__selected .ione--article-fullbleed__body-inner, .ione--article-featured__select-by .ione--article-fullbleed__body-inner {
    max-width: 660px;
  }
}
.ione--article-featured__selected .ione--article-fullbleed__body .video-icon, .ione--article-featured__select-by .ione--article-fullbleed__body .video-icon {
  width: 45px;
  height: 45px;
  z-index: 1;
  background-image: url(../assets/icons/Play-icon.svg);
  background-repeat: no-repeat;
  background-position: 58% center;
  background-size: 30%;
  background-color: #AFCF3B;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media (max-width: 699px) {
  .ione--article-featured__selected .ione--article-fullbleed__body .video-icon, .ione--article-featured__select-by .ione--article-fullbleed__body .video-icon {
    top: 30px;
    right: 20px;
    position: absolute;
  }
}
@media (min-width: 700px) {
  .ione--article-featured__selected .ione--article-fullbleed__body .video-icon, .ione--article-featured__select-by .ione--article-fullbleed__body .video-icon {
    width: 86px;
    height: 86px;
    margin-top: auto;
    margin-bottom: 23px;
  }
}
@media (min-width: 1025px) {
  .ione--article-featured__selected .ione--article-fullbleed__body .video-icon, .ione--article-featured__select-by .ione--article-fullbleed__body .video-icon {
    width: 121px;
    height: 121px;
    margin-bottom: 0;
  }
}
.ione--article-featured__selected .ione--article-fullbleed__section, .ione--article-featured__select-by .ione--article-fullbleed__section {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-underline-offset: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  text-decoration: underline;
  margin-right: 50px;
}
.ione--article-featured__selected .ione--article-fullbleed__section a, .ione--article-featured__select-by .ione--article-fullbleed__section a {
  color: #ffffff;
  position: relative;
  z-index: 1000;
  text-decoration: underline;
}
.ione--article-featured__selected .ione--article-fullbleed__section a:hover, .ione--article-featured__select-by .ione--article-fullbleed__section a:hover {
  text-decoration: none;
}
.ione--article-featured__selected .ione--article-fullbleed__section a:focus, .ione--article-featured__select-by .ione--article-fullbleed__section a:focus {
  outline-color: #ffffff;
}
@media (min-width: 700px) {
  .ione--article-featured__selected .ione--article-fullbleed__section, .ione--article-featured__select-by .ione--article-fullbleed__section {
    font-size: 1rem;
    margin-bottom: 18px;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .ione--article-featured__selected .ione--article-fullbleed__section, .ione--article-featured__select-by .ione--article-fullbleed__section {
    margin-bottom: 18px;
  }
}
.ione--article-featured__selected .ione--article-fullbleed__section::before, .ione--article-featured__select-by .ione--article-fullbleed__section::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #7A0019;
  border-radius: 100%;
  margin-right: 10px;
}
.ione--article-featured__selected .ione--article-fullbleed__title, .ione--article-featured__select-by .ione--article-fullbleed__title {
  font-size: 1.5rem;
  margin: 0px 50px 0px 0;
}
@media (min-width: 700px) {
  .ione--article-featured__selected .ione--article-fullbleed__title, .ione--article-featured__select-by .ione--article-fullbleed__title {
    font-size: 1.625rem;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
@media (min-width: 1025px) {
  .ione--article-featured__selected .ione--article-fullbleed__title, .ione--article-featured__select-by .ione--article-fullbleed__title {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
.ione--article-featured__selected .ione--article-fullbleed__title a, .ione--article-featured__select-by .ione--article-fullbleed__title a {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #ffffff;
}
.ione--article-featured__selected .ione--article-fullbleed__title a .last-word, .ione--article-featured__select-by .ione--article-fullbleed__title a .last-word {
  position: relative;
  padding-right: 40px;
}
.ione--article-featured__selected .ione--article-fullbleed__title a .last-word .arrow svg, .ione--article-featured__select-by .ione--article-fullbleed__title a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 5px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #182B54;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione--article-featured__selected .ione--article-fullbleed__title a .last-word .arrow svg, .ione--article-featured__select-by .ione--article-fullbleed__title a .last-word .arrow svg {
    color: #ffffff;
  }
}
.ione--article-featured__selected .ione--article-fullbleed__title a:hover, .ione--article-featured__select-by .ione--article-fullbleed__title a:hover {
  opacity: 70%;
}
.ione--article-featured__selected .ione--article-fullbleed__title a:hover .last-word .arrow svg, .ione--article-featured__select-by .ione--article-fullbleed__title a:hover .last-word .arrow svg {
  margin-left: 10px;
}
.ione--article-featured__selected .ione--article-fullbleed__title a .last-word, .ione--article-featured__select-by .ione--article-fullbleed__title a .last-word {
  padding-right: 40px;
}
@media (min-width: 1025px) {
  .ione--article-featured__selected .ione--article-fullbleed__title a .last-word, .ione--article-featured__select-by .ione--article-fullbleed__title a .last-word {
    padding-right: 50px;
  }
}
.ione--article-featured__selected .ione--article-fullbleed__title a .last-word .arrow svg, .ione--article-featured__select-by .ione--article-fullbleed__title a .last-word .arrow svg {
  color: #ffffff;
}
@media (min-width: 1025px) {
  .ione--article-featured__selected .ione--article-fullbleed__title a .last-word .arrow svg, .ione--article-featured__select-by .ione--article-fullbleed__title a .last-word .arrow svg {
    width: 33px;
    height: 35px;
    margin-left: 12px;
  }
}
@media (min-width: 1025px) {
  .ione--article-featured__selected .ione--article-fullbleed__title a:hover .last-word .arrow svg, .ione--article-featured__select-by .ione--article-fullbleed__title a:hover .last-word .arrow svg {
    margin-left: 17px;
  }
}
.ione--article-featured__selected .ione--article-fullbleed__title a .last-word .arrow svg, .ione--article-featured__select-by .ione--article-fullbleed__title a .last-word .arrow svg {
  color: #FFCC33;
}
.ione--article-featured__selected .ione--article-fullbleed__title a:hover, .ione--article-featured__select-by .ione--article-fullbleed__title a:hover {
  opacity: 100%;
}
.ione--article-featured__selected .ione--article-fullbleed__title a:focus, .ione--article-featured__select-by .ione--article-fullbleed__title a:focus {
  outline-color: #ffffff;
}
.ione--article-featured__selected .ione--article-fullbleed__title a .last-word .arrow svg, .ione--article-featured__select-by .ione--article-fullbleed__title a .last-word .arrow svg {
  color: #ffffff;
}
.ione--article-featured__selected .ione--article-fullbleed__title a:before, .ione--article-featured__select-by .ione--article-fullbleed__title a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 699px) {
  .ione--article-featured__selected .ione--article-fullbleed__intro, .ione--article-featured__select-by .ione--article-fullbleed__intro {
    display: none;
  }
}
@media (min-width: 700px) {
  .ione--article-featured__selected .ione--article-fullbleed__intro, .ione--article-featured__select-by .ione--article-fullbleed__intro {
    font-size: 0.875rem;
    margin-bottom: 18px;
  }
}
@media (min-width: 1025px) {
  .ione--article-featured__selected .ione--article-fullbleed__intro, .ione--article-featured__select-by .ione--article-fullbleed__intro {
    font-size: 1.125rem;
    margin-bottom: 18px;
  }
}
.ione--article-featured__selected .ione--article-fullbleed__intro p, .ione--article-featured__select-by .ione--article-fullbleed__intro p {
  margin: 0;
}
.ione--article-featured__selected .ione--article-fullbleed__intro-mobile, .ione--article-featured__select-by .ione--article-fullbleed__intro-mobile {
  background-color: #182B54;
  color: #ffffff;
  padding: 15px 20px;
}
@media (min-width: 700px) {
  .ione--article-featured__selected .ione--article-fullbleed__intro-mobile, .ione--article-featured__select-by .ione--article-fullbleed__intro-mobile {
    display: none;
  }
}
.ione--article-featured__selected.image-right .ione--article-50-50-card, .ione--article-featured__select-by.image-right .ione--article-50-50-card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 700px) {
  .ione--article-featured__selected.image-right .ione--article-50-50-card__img, .ione--article-featured__select-by.image-right .ione--article-50-50-card__img {
    padding-right: 0;
    padding-left: 15px;
  }
}
@media (min-width: 1025px) {
  .ione--article-featured__selected.image-right .ione--article-50-50-card__img, .ione--article-featured__select-by.image-right .ione--article-50-50-card__img {
    padding-left: 0;
  }
}
@media (min-width: 700px) {
  .ione--article-featured__selected.image-right .ione--article-50-50-card__content, .ione--article-featured__select-by.image-right .ione--article-50-50-card__content {
    padding-left: 0;
    padding-right: 15px;
  }
}
@media (min-width: 1025px) {
  .ione--article-featured__selected.image-right .ione--article-50-50-card__content, .ione--article-featured__select-by.image-right .ione--article-50-50-card__content {
    padding-left: 0;
    padding-right: 30px;
  }
}

.ione--letest-news .ione-container {
  max-width: 1300px;
  margin: 0 auto;
}
.ione--letest-news__heading {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
  font-size: 1.5rem;
  padding-bottom: 4px;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .ione--letest-news__heading {
    font-size: 1.75rem;
    padding-bottom: 6px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .ione--letest-news__heading {
    font-size: 2.8125rem;
    margin-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .ione--letest-news__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
.ione--letest-news__featured {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .ione--letest-news__featured {
    -webkit-flex-basis: calc(71% - 20px);
        -ms-flex-preferred-size: calc(71% - 20px);
            flex-basis: calc(71% - 20px);
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .ione--letest-news__featured .field--name-field-selected-content-featured,
  .ione--letest-news__featured .views-element-container,
  .ione--letest-news__featured .view-display-id-insights_article_featured,
  .ione--letest-news__featured .view-content,
  .ione--letest-news__featured .views-row {
    height: 100%;
  }
}
@media (min-width: 1025px) {
  .ione--letest-news__featured .ione--insights-ttf {
    height: 100%;
  }
}
.ione--letest-news__featured .ione--insights-ttf__content {
  display: -ms-grid;
  display: grid;
}
@media (min-width: 1025px) {
  .ione--letest-news__featured .ione--insights-ttf__content {
    height: 100%;
  }
}
.ione--letest-news__featured .ione--insights-ttf__img {
  -ms-grid-row: 1;
  grid-area: 1/-1;
  position: relative;
  background-color: #000000;
}
.ione--letest-news__featured .ione--insights-ttf__img::before {
  content: "";
  -webkit-box-shadow: 0px 458px 137.5px -76.08px rgba(0, 0, 0, 0.5019607843) inset;
          box-shadow: 0px 458px 137.5px -76.08px rgba(0, 0, 0, 0.5019607843) inset;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.ione--letest-news__featured .ione--insights-ttf__img .media--type-image,
.ione--letest-news__featured .ione--insights-ttf__img .field--name-field-media-image {
  height: 100%;
  display: block;
}
.ione--letest-news__featured .ione--insights-ttf__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ione--letest-news__featured .ione--insights-ttf__body {
  -ms-grid-row: 1;
  grid-area: 1/-1;
  position: relative;
  color: #ffffff;
  padding: 30px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  z-index: 1;
}
@media (min-width: 700px) {
  .ione--letest-news__featured .ione--insights-ttf__body {
    padding: 28px 30px;
  }
}
@media (min-width: 1025px) {
  .ione--letest-news__featured .ione--insights-ttf__body {
    padding: 55px 45px;
  }
}
.ione--letest-news__featured .ione--insights-ttf__eyebrow {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  text-underline-offset: 30%;
}
.ione--letest-news__featured .ione--insights-ttf__eyebrow a {
  color: #ffffff;
  position: relative;
  z-index: 1000;
  text-decoration: underline;
}
.ione--letest-news__featured .ione--insights-ttf__eyebrow a:hover {
  text-decoration: none;
}
.ione--letest-news__featured .ione--insights-ttf__eyebrow a:focus {
  outline-color: #ffffff;
}
@media (min-width: 700px) {
  .ione--letest-news__featured .ione--insights-ttf__eyebrow {
    font-size: 1rem;
    margin-bottom: 18px;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .ione--letest-news__featured .ione--insights-ttf__eyebrow {
    font-size: 0.9125rem;
    margin-bottom: 15px;
  }
}
.ione--letest-news__featured .ione--insights-ttf__eyebrow::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #7A0019;
  border-radius: 100%;
  margin-right: 10px;
}
.ione--letest-news__featured .ione--insights-ttf__title {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0px;
}
@media (min-width: 700px) {
  .ione--letest-news__featured .ione--insights-ttf__title {
    font-size: 1.625rem;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
@media (min-width: 1025px) {
  .ione--letest-news__featured .ione--insights-ttf__title {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
.ione--letest-news__featured .ione--insights-ttf__intro {
  font-size: 0.875rem;
  margin-bottom: 22px;
  line-height: 143%;
}
@media (min-width: 700px) {
  .ione--letest-news__featured .ione--insights-ttf__intro {
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .ione--letest-news__featured .ione--insights-ttf__intro {
    font-size: 1rem;
    margin-bottom: 18px;
  }
}
@media (max-width: 699px) {
  .ione--letest-news__featured .ione--insights-ttf__intro:not(.ione--insights-ttf__mobile .ione--insights-ttf__intro) {
    display: none;
  }
}
.ione--letest-news__featured .ione--insights-ttf__intro p {
  margin: 0;
}
@media (max-width: 699px) {
  .ione--letest-news__featured .ione--insights-ttf__cta:not(.ione--insights-ttf__mobile .ione--insights-ttf__cta) {
    display: none;
  }
}
.ione--letest-news__featured .ione--insights-ttf__cta a {
  color: #ffffff;
}
.ione--letest-news__featured .ione--insights-ttf__cta a:focus {
  outline-color: #ffffff;
  display: inline-block;
}
.ione--letest-news__featured .ione--insights-ttf__cta a .square-arrow__icon {
  margin-right: 15px;
}
@media (min-width: 700px) {
  .ione--letest-news__featured .ione--insights-ttf__cta a .square-arrow__icon {
    margin-right: 20px;
  }
}
.ione--letest-news__featured .ione--insights-ttf__mobile {
  background-color: #182B54;
  color: #ffffff;
  padding: 30px;
}
@media (min-width: 700px) {
  .ione--letest-news__featured .ione--insights-ttf__mobile {
    display: none;
  }
}
@media (min-width: 1025px) {
  .ione--letest-news__others {
    -webkit-flex-basis: calc(34.9% - 20px);
        -ms-flex-preferred-size: calc(34.9% - 20px);
            flex-basis: calc(34.9% - 20px);
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  .ione--letest-news__others .field__items {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -30px;
    padding: 30px 0 0;
  }
}
@media (min-width: 1025px) {
  .ione--letest-news__others .field__items {
    height: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.ione--letest-news__others .field__items > div {
  padding: 22px 0 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
}
@media (min-width: 700px) {
  .ione--letest-news__others .field__items > div {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: auto 1px;
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  .ione--letest-news__others .field__items > div {
    padding: 0 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: top left;
    background-size: 1px auto;
  }
  .ione--letest-news__others .field__items > div:first-child {
    background: none;
    padding-bottom: 0;
  }
  .ione--letest-news__others .field__items > div:nth-child(n+3) {
    margin-top: 50px;
  }
  .ione--letest-news__others .field__items > div:nth-child(n+3)::before {
    content: "";
    position: absolute;
    margin-top: -31px;
    left: 25px;
    right: 25px;
    width: calc(100% - 50px);
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
  .ione--letest-news__others .field__items > div:nth-child(odd):not(:first-child) {
    background-image: none;
  }
}
@media (min-width: 1025px) {
  .ione--letest-news__others .field__items > div {
    padding: 25px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ione--letest-news__others .field__items > div:first-child {
    padding-top: 0;
  }
  .ione--letest-news__others .field__items > div:last-child {
    padding-bottom: 0;
    background-image: none;
  }
}
.ione--letest-news__others .views-element-container {
  height: 100%;
}
.ione--letest-news__others .views-element-container .view-articles {
  height: 100%;
}
@media (min-width: 700px) and (max-width: 1024px) {
  .ione--letest-news__others .views-element-container .view-articles .view-content {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -30px;
    padding: 30px 0 0;
  }
}
@media (min-width: 1025px) {
  .ione--letest-news__others .views-element-container .view-articles .view-content {
    height: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.ione--letest-news__others .views-element-container .view-articles .view-content > div {
  padding: 22px 0 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
}
@media (min-width: 700px) {
  .ione--letest-news__others .views-element-container .view-articles .view-content > div {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: auto 1px;
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  .ione--letest-news__others .views-element-container .view-articles .view-content > div {
    padding: 0 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: top left;
    background-size: 1px auto;
  }
  .ione--letest-news__others .views-element-container .view-articles .view-content > div:first-child {
    background: none;
    padding-bottom: 0;
  }
  .ione--letest-news__others .views-element-container .view-articles .view-content > div:nth-child(n+3) {
    margin-top: 60px;
  }
  .ione--letest-news__others .views-element-container .view-articles .view-content > div:nth-child(n+3)::before {
    content: "";
    position: absolute;
    margin-top: -31px;
    left: 25px;
    right: 25px;
    width: calc(100% - 50px);
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
  .ione--letest-news__others .views-element-container .view-articles .view-content > div:nth-child(odd):not(:first-child) {
    background-image: none;
  }
}
@media (min-width: 1025px) {
  .ione--letest-news__others .views-element-container .view-articles .view-content > div {
    padding: 25px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ione--letest-news__others .views-element-container .view-articles .view-content > div:first-child {
    padding-top: 0;
  }
  .ione--letest-news__others .views-element-container .view-articles .view-content > div:last-child {
    padding-bottom: 0;
    background-image: none;
  }
}
.ione--letest-news__others .ione--insights-tto__eyebrow {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 135%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  text-decoration: underline;
  text-underline-offset: 30%;
  color: #182B54;
}
@media (min-width: 700px) {
  .ione--letest-news__others .ione--insights-tto__eyebrow {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .ione--letest-news__others .ione--insights-tto__eyebrow {
    margin-bottom: 20px;
  }
}
.ione--letest-news__others .ione--insights-tto__eyebrow::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #7A0019;
  border-radius: 100%;
  margin-right: 10px;
}
.ione--letest-news__others .ione--insights-tto__title {
  font-family: "Libre Caslon Text", sans-serif;
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 1.25rem;
  line-height: 125%;
}
@media (min-width: 700px) {
  .ione--letest-news__others .ione--insights-tto__title {
    margin-bottom: 5px;
  }
}
@media (min-width: 1025px) {
  .ione--letest-news__others .ione--insights-tto__title {
    font-size: 1.375rem;
    margin-bottom: 0;
  }
}
.ione--letest-news__others .ione--insights-tto__title p {
  margin-top: 0;
  margin-bottom: 0;
}
.ione--letest-news__others .ione--insights-tto__title a {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #182B54;
}
.ione--letest-news__others .ione--insights-tto__title a .last-word {
  position: relative;
  padding-right: 40px;
}
.ione--letest-news__others .ione--insights-tto__title a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 5px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #182B54;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione--letest-news__others .ione--insights-tto__title a .last-word .arrow svg {
    color: #ffffff;
  }
}
.ione--letest-news__others .ione--insights-tto__title a:hover {
  opacity: 70%;
}
.ione--letest-news__others .ione--insights-tto__title a:hover .last-word .arrow svg {
  margin-left: 10px;
}

.ione--homepage-stories h2 {
  margin-top: 20px;
}
.ione--homepage-stories .ione--homepage-stories__cta {
  text-align: center;
}
.ione--homepage-stories .ione--homepage-stories__cta a {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  text-align: center;
}
.ione--homepage-stories .ione--homepage-stories__cta a:hover {
  background-color: #182B54;
  color: #ffffff;
}
.ione--homepage-stories .ione--homepage-stories__subtitle {
  text-align: center;
}
.ione--homepage-stories .ione--homepage-stories__content {
  display: -ms-grid;
  display: grid;
  gap: 20px 30px;
}
@media (max-width: 699px) {
  .ione--homepage-stories .ione--homepage-stories__content.expand-wrapper {
    height: 86vw;
    overflow: hidden;
  }
}
@media (min-width: 700px) {
  .ione--homepage-stories .ione--homepage-stories__content {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    display: block;
  }
}
@media (min-width: 1025px) {
  .ione--homepage-stories .ione--homepage-stories__content {
    -ms-grid-columns: 1.85fr 40px 1fr;
    grid-template-columns: 1.85fr 1fr;
    display: -ms-grid;
    display: grid;
    gap: 0px 40px;
  }
}
.ione--homepage-stories .ione--homepage-stories__events .view-events,
.ione--homepage-stories .ione--homepage-stories__events .views-element-container {
  height: 100%;
}
.ione--homepage-stories div:has(> div > .ione--event-card) {
  display: -ms-grid;
  display: grid;
  gap: 20px 0;
}
@media (min-width: 700px) {
  .ione--homepage-stories div:has(> div > .ione--event-card) {
    gap: 30px 0;
  }
}
@media (min-width: 1025px) {
  .ione--homepage-stories div:has(> div > .ione--event-card) {
    gap: 23px;
    -ms-grid-columns: 1fr 23px 1fr;
    grid-template-columns: 1fr 1fr;
    height: 100%;
  }
}
.ione--homepage-stories .ione--homepage-stories__content-left {
  display: -ms-grid;
  display: grid;
  gap: 20px 0;
  -ms-grid-rows: -webkit-min-content;
  -ms-grid-rows: min-content;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  page-break-inside: avoid;
}
@media (min-width: 700px) {
  .ione--homepage-stories .ione--homepage-stories__content-left {
    gap: 30px 0;
  }
}
.ione--homepage-stories .ione--homepage-stories__content-right {
  page-break-inside: avoid;
}
.ione--homepage-stories .ione--event-card {
  background-color: #7A0019;
  position: relative;
  height: 100%;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}
.ione--homepage-stories .ione--event-card:hover {
  background-color: #630115;
}
.ione--homepage-stories .ione--event-card:not(.with-image) {
  padding: 31px 20px 28px;
}
@media (min-width: 700px) {
  .ione--homepage-stories .ione--event-card:not(.with-image) {
    padding: 31px 30px 28px;
  }
}
@media (min-width: 1025px) {
  .ione--homepage-stories .ione--event-card:not(.with-image) {
    padding: 40px 32px 38px;
  }
}
@media (max-width: 699px) {
  .ione--homepage-stories .ione--event-card.with-image .ione--event-card__image-wrapper {
    margin-top: -15px;
  }
}
.ione--homepage-stories .ione--event-card__title {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 125%;
  margin-bottom: 10px;
  margin-top: 43px;
}
@media (min-width: 1025px) {
  .ione--homepage-stories .ione--event-card__title {
    font-size: 1.375rem;
  }
}
.ione--homepage-stories .ione--event-card__title a {
  line-height: 125%;
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #ffffff;
}
.ione--homepage-stories .ione--event-card__title a .last-word {
  position: relative;
  padding-right: 40px;
}
.ione--homepage-stories .ione--event-card__title a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 5px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #182B54;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione--homepage-stories .ione--event-card__title a .last-word .arrow svg {
    color: #ffffff;
  }
}
.ione--homepage-stories .ione--event-card__title a:hover {
  opacity: 70%;
}
.ione--homepage-stories .ione--event-card__title a:hover .last-word .arrow svg {
  margin-left: 10px;
}
.ione--homepage-stories .ione--event-card__title a .last-word .arrow svg {
  color: #FFCC33;
}
.ione--homepage-stories .ione--event-card__title a:hover {
  opacity: 100%;
}
.ione--homepage-stories .ione--event-card__title a:focus {
  outline-color: #ffffff;
}
.ione--homepage-stories .ione--event-card__title a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ione--homepage-stories .ione--event-card__content {
  position: relative;
  padding: 32px 20px;
}
@media (min-width: 700px) {
  .ione--homepage-stories .ione--event-card__content {
    padding: 31px;
  }
}
@media (min-width: 1025px) {
  .ione--homepage-stories .ione--event-card__content {
    padding: 40px 32px;
  }
}
.ione--homepage-stories .ione--event-card__date {
  width: 54px;
  height: 75px;
  background-color: #FFCC33;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  position: absolute;
  left: 20px;
  top: -10px;
}
.ione--homepage-stories .ione--event-card__date > *:first-child:not(.event-date-badge__range-part),
.ione--homepage-stories .ione--event-card__date .event-date-badge__month {
  font-size: 0.9375rem;
  text-transform: uppercase;
  line-height: 140%;
}
.ione--homepage-stories .ione--event-card__date > *:last-child:not(.event-date-badge__range-part),
.ione--homepage-stories .ione--event-card__date .event-date-badge__day {
  font-family: "Neutraface Text", "Avenir Next", sans-serif;
  font-size: 1.8125rem;
  line-height: 100%;
}
.ione--homepage-stories .ione--event-card__date.event-date-badge--range {
  width: 92px;
  padding-left: 8px;
  padding-right: 8px;
}
.ione--homepage-stories .ione--event-card__date.event-date-badge--range .event-date-badge__day {
  font-size: 1.5rem;
  white-space: nowrap;
}
.ione--homepage-stories .ione--event-card__date.event-date-badge--cross-month {
  width: 118px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
}
.ione--homepage-stories .ione--event-card__date.event-date-badge--cross-month .event-date-badge__range-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1px;
  line-height: 1;
}
.ione--homepage-stories .ione--event-card__date.event-date-badge--cross-month .event-date-badge__month {
  font-size: 0.9375rem;
  line-height: 140%;
}
.ione--homepage-stories .ione--event-card__date.event-date-badge--cross-month .event-date-badge__day {
  font-size: 1.8125rem;
  line-height: 100%;
}
.ione--homepage-stories .ione--event-card__date.event-date-badge--cross-month .event-date-badge__range-separator {
  font-family: "Neutraface Text", "Avenir Next", sans-serif;
  font-size: 1.8125rem;
  line-height: 100%;
  margin-top: 1.375rem;
}
@media (min-width: 700px) {
  .ione--homepage-stories .ione--event-card__date {
    left: 30px;
    top: -11px;
  }
}
@media (min-width: 1025px) {
  .ione--homepage-stories .ione--event-card__date {
    left: 32px;
    top: -12px;
  }
}
.ione--homepage-stories .ione--event-card__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}
@media screen and (min-width: 1025px) {
  .ione--homepage-stories .ione--event-card__details {
    gap: 20px;
  }
}
.ione--homepage-stories .ione--event-card__time {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}
.ione--homepage-stories .ione--event-card__open-to {
  color: #ffffff;
  background-color: #630115;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  padding: 7px 12px;
}
.ione--homepage-stories .ione--article-hpf {
  display: -ms-grid;
  display: grid;
  background-color: #000000;
}
.ione--homepage-stories .ione--article-hpf:hover .ione--article-hpf__body {
  background-color: rgba(0, 0, 0, 0.5);
}
.ione--homepage-stories .ione--article-hpf:hover .ione--article-hpf__body .video-icon {
  background-image: url(../assets/icons/Play-icon-green.svg);
  background-color: #182B54;
}
.ione--homepage-stories .ione--article-hpf__img {
  -ms-grid-row: 1;
  grid-area: 1/-1;
  position: relative;
}
.ione--homepage-stories .ione--article-hpf__img::before {
  content: "";
  -webkit-box-shadow: 0px 442px 150px -83px rgba(0, 0, 0, 0.5019607843) inset;
          box-shadow: 0px 442px 150px -83px rgba(0, 0, 0, 0.5019607843) inset;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.ione--homepage-stories .ione--article-hpf__img .media--type-image,
.ione--homepage-stories .ione--article-hpf__img .field--name-field-media-image {
  height: 100%;
  display: block;
}
.ione--homepage-stories .ione--article-hpf__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ione--homepage-stories .ione--article-hpf__body {
  width: 100%;
  -ms-grid-row: 1;
  grid-area: 1/-1;
  position: relative;
  color: #ffffff;
  padding: 30px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  z-index: 1;
}
@media (min-width: 700px) {
  .ione--homepage-stories .ione--article-hpf__body {
    padding: 30px 24px;
  }
}
@media (min-width: 1025px) {
  .ione--homepage-stories .ione--article-hpf__body {
    padding: 50px 48px;
    max-width: 1300px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .ione--homepage-stories .ione--article-hpf__body-inner {
    max-width: 660px;
  }
}
.ione--homepage-stories .ione--article-hpf__body .video-icon {
  width: 45px;
  height: 45px;
  z-index: 1;
  background-image: url(../assets/icons/Play-icon.svg);
  background-repeat: no-repeat;
  background-position: 58% center;
  background-size: 30%;
  background-color: #AFCF3B;
}
@media (max-width: 699px) {
  .ione--homepage-stories .ione--article-hpf__body .video-icon {
    top: 30px;
    right: 20px;
    position: absolute;
  }
}
@media (min-width: 700px) {
  .ione--homepage-stories .ione--article-hpf__body .video-icon {
    width: 50px;
    height: 50px;
    margin-top: auto;
  }
}
@media (min-width: 1025px) {
  .ione--homepage-stories .ione--article-hpf__body .video-icon {
    width: 121px;
    height: 121px;
    margin-bottom: 0;
  }
}
.ione--homepage-stories .ione--article-hpf__section {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-underline-offset: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  text-decoration: underline;
  margin-right: 50px;
}
@media (min-width: 700px) {
  .ione--homepage-stories .ione--article-hpf__section {
    font-size: 1rem;
    margin-bottom: 18px;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .ione--homepage-stories .ione--article-hpf__section {
    margin-bottom: 18px;
  }
}
.ione--homepage-stories .ione--article-hpf__section a {
  color: #ffffff;
  position: relative;
  z-index: 3;
}
.ione--homepage-stories .ione--article-hpf__section a:focus {
  outline-color: #ffffff;
}
.ione--homepage-stories .ione--article-hpf__section::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #7A0019;
  border-radius: 100%;
  margin-right: 10px;
}
.ione--homepage-stories .ione--article-hpf__title {
  font-size: 1.5rem;
  margin: 0px 50px 0px 0;
}
@media (min-width: 700px) {
  .ione--homepage-stories .ione--article-hpf__title {
    font-size: 1.625rem;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
@media (min-width: 1025px) {
  .ione--homepage-stories .ione--article-hpf__title {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
.ione--homepage-stories .ione--article-hpf__title a {
  color: #ffffff;
  text-decoration: none;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.ione--homepage-stories .ione--article-hpf__title a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 3px;
  position: relative;
  top: 3px;
  width: 18px;
  height: 18px;
}
@media (min-width: 1025px) {
  .ione--homepage-stories .ione--article-hpf__title a .last-word .arrow svg {
    width: 33px;
    height: 35px;
  }
}
.ione--homepage-stories .ione--article-hpf__title a:hover .last-word .arrow svg {
  margin-left: 8px;
}
.ione--homepage-stories .ione--article-hpf__title a:focus {
  outline-color: #ffffff;
}
.ione--homepage-stories .ione--article-hpf__title a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 699px) {
  .ione--homepage-stories .ione--article-hpf__intro {
    display: none;
  }
}
@media (min-width: 700px) {
  .ione--homepage-stories .ione--article-hpf__intro {
    font-size: 0.875rem;
    margin-bottom: 18px;
  }
}
@media (min-width: 1025px) {
  .ione--homepage-stories .ione--article-hpf__intro {
    font-size: 1.125rem;
    margin-bottom: 18px;
  }
}
.ione--homepage-stories .ione--article-hpf__intro p {
  margin: 0;
}
.ione--homepage-stories .ione--article-hpf__intro-mobile {
  background-color: #182B54;
  color: #ffffff;
  padding: 15px 20px;
}
@media (min-width: 700px) {
  .ione--homepage-stories .ione--article-hpf__intro-mobile {
    display: none;
  }
}
.ione--homepage-stories div:has(> .ione--article-basic-card):last-child .ione--article-basic-card {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.ione--homepage-stories div:has(> .ione--article-basic-card):last-child .ione--article-basic-card__image {
  display: none;
}
.ione--homepage-stories div:has(> .ione--article-basic-card):nth-child(2) .ione--article-basic-card__image {
  display: none;
}
.ione--homepage-stories .ione--article-basic-card {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .ione--homepage-stories .ione--article-basic-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 700px) {
  .ione--homepage-stories .ione--article-basic-card {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.ione--homepage-stories .ione--article-basic-card__section {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-underline-offset: 30%;
  color: #182B54;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  text-decoration: underline;
}
@media (min-width: 700px) {
  .ione--homepage-stories .ione--article-basic-card__section {
    font-size: 1rem;
    margin-bottom: 18px;
  }
}
@media (min-width: 1025px) {
  .ione--homepage-stories .ione--article-basic-card__section {
    margin-bottom: 18px;
  }
}
.ione--homepage-stories .ione--article-basic-card__section::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #7A0019;
  border-radius: 100%;
  margin-right: 10px;
}
.ione--homepage-stories .ione--article-basic-card__title {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 1.25rem;
}
@media (min-width: 700px) {
  .ione--homepage-stories .ione--article-basic-card__title {
    margin-bottom: 23px;
  }
}
@media (min-width: 1025px) {
  .ione--homepage-stories .ione--article-basic-card__title {
    font-size: 1.375rem;
  }
}
.ione--homepage-stories .ione--article-basic-card__title p {
  margin-top: 0;
  margin-bottom: 0;
}
.ione--homepage-stories .ione--article-basic-card__title a {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #182B54;
}
.ione--homepage-stories .ione--article-basic-card__title a .last-word {
  position: relative;
  padding-right: 40px;
}
.ione--homepage-stories .ione--article-basic-card__title a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 5px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #182B54;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione--homepage-stories .ione--article-basic-card__title a .last-word .arrow svg {
    color: #ffffff;
  }
}
.ione--homepage-stories .ione--article-basic-card__title a:hover {
  opacity: 70%;
}
.ione--homepage-stories .ione--article-basic-card__title a:hover .last-word .arrow svg {
  margin-left: 10px;
}
.ione--homepage-stories .ione--article-basic-card__image {
  margin-top: auto;
  margin-bottom: 0;
}
.ione--homepage-stories .ione--article-basic-card__image img {
  width: 100%;
}

.caption-drupal-media {
  margin: 0px;
}
.caption-drupal-media.align-right, .caption-drupal-media.align-left {
  margin: 0;
  display: block;
}
@media (min-width: 700px) {
  .caption-drupal-media.align-right, .caption-drupal-media.align-left {
    display: inline-block;
    max-width: 50%;
  }
}
@media (min-width: 700px) {
  .caption-drupal-media.align-right figcaption, .caption-drupal-media.align-left figcaption {
    margin-top: 10px;
  }
}
@media (min-width: 1025px) {
  .caption-drupal-media.align-right figcaption, .caption-drupal-media.align-left figcaption {
    margin-top: 20px;
  }
}
.caption-drupal-media.align-right .media--type-remote-video, .caption-drupal-media.align-left .media--type-remote-video {
  margin-top: 0;
}
@media (min-width: 1025px) {
  .caption-drupal-media.align-right .media--type-remote-video .video__play-accent, .caption-drupal-media.align-left .media--type-remote-video .video__play-accent {
    width: 89px;
    height: 89px;
  }
}
@media (min-width: 700px) {
  .caption-drupal-media.align-right {
    margin-left: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .caption-drupal-media.align-right {
    padding-left: 25px;
  }
}
@media (min-width: 700px) {
  .caption-drupal-media.align-left {
    margin-right: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .caption-drupal-media.align-left {
    padding-right: 25px;
  }
}
.caption-drupal-media figcaption {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 140%;
  margin: 5px 0;
}
@media (min-width: 700px) {
  .caption-drupal-media figcaption {
    margin: 15px 0;
  }
}
@media (min-width: 1025px) {
  .caption-drupal-media figcaption {
    font-size: 1rem;
  }
}

.media.align-right, .media.align-left {
  margin: 0;
  display: block;
}
@media (min-width: 700px) {
  .media.align-right, .media.align-left {
    display: inline-block;
    max-width: 50%;
  }
}
@media (min-width: 700px) {
  .media.align-right {
    margin-left: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .media.align-right {
    padding-left: 25px;
  }
}
@media (min-width: 700px) {
  .media.align-left {
    margin-right: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .media.align-left {
    padding-right: 25px;
  }
}

.field--name-body .media:not(.align-right, .align-left) {
  margin: 30px 0 0;
}
@media (min-width: 700px) {
  .field--name-body .media:not(.align-right, .align-left) {
    margin: 50px 0 0;
  }
}

.embedded-entity[data-entity-type=node].align-right, .embedded-entity[data-entity-type=node].align-left,
.embedded-entity[data-entity-type=embedded_paragraphs].align-right,
.embedded-entity[data-entity-type=embedded_paragraphs].align-left {
  width: 100%;
  margin: 14px 0 30px 0;
}
@media (min-width: 700px) {
  .embedded-entity[data-entity-type=node].align-right, .embedded-entity[data-entity-type=node].align-left,
  .embedded-entity[data-entity-type=embedded_paragraphs].align-right,
  .embedded-entity[data-entity-type=embedded_paragraphs].align-left {
    max-width: 308px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .embedded-entity[data-entity-type=node].align-right, .embedded-entity[data-entity-type=node].align-left,
  .embedded-entity[data-entity-type=embedded_paragraphs].align-right,
  .embedded-entity[data-entity-type=embedded_paragraphs].align-left {
    max-width: 321px;
  }
}
@media (min-width: 700px) {
  .embedded-entity[data-entity-type=node].align-right:has(.ione--statistic-embed), .embedded-entity[data-entity-type=node].align-left:has(.ione--statistic-embed),
  .embedded-entity[data-entity-type=embedded_paragraphs].align-right:has(.ione--statistic-embed),
  .embedded-entity[data-entity-type=embedded_paragraphs].align-left:has(.ione--statistic-embed) {
    max-width: 222px;
  }
}
@media (min-width: 1025px) {
  .embedded-entity[data-entity-type=node].align-right:has(.ione--statistic-embed), .embedded-entity[data-entity-type=node].align-left:has(.ione--statistic-embed),
  .embedded-entity[data-entity-type=embedded_paragraphs].align-right:has(.ione--statistic-embed),
  .embedded-entity[data-entity-type=embedded_paragraphs].align-left:has(.ione--statistic-embed) {
    max-width: 321px;
  }
}
@media (min-width: 700px) {
  .embedded-entity[data-entity-type=node].align-right,
  .embedded-entity[data-entity-type=embedded_paragraphs].align-right {
    margin-left: 20px;
    float: right;
  }
}
@media (min-width: 1025px) {
  .embedded-entity[data-entity-type=node].align-right,
  .embedded-entity[data-entity-type=embedded_paragraphs].align-right {
    margin-left: 30px;
    margin-right: calc(-35vw + 321px - 17px);
  }
}
@media (min-width: 1201px) {
  .embedded-entity[data-entity-type=node].align-right,
  .embedded-entity[data-entity-type=embedded_paragraphs].align-right {
    margin-right: -116px;
  }
}
@media (min-width: 700px) {
  .embedded-entity[data-entity-type=node].align-right .ione--profile-embed,
  .embedded-entity[data-entity-type=node].align-right .ione--statistic-embed,
  .embedded-entity[data-entity-type=embedded_paragraphs].align-right .ione--profile-embed,
  .embedded-entity[data-entity-type=embedded_paragraphs].align-right .ione--statistic-embed {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: top left;
    background-size: 1px auto;
    padding-top: 0;
    padding-left: 32px;
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .embedded-entity[data-entity-type=node].align-right .ione--profile-embed,
  .embedded-entity[data-entity-type=node].align-right .ione--statistic-embed,
  .embedded-entity[data-entity-type=embedded_paragraphs].align-right .ione--profile-embed,
  .embedded-entity[data-entity-type=embedded_paragraphs].align-right .ione--statistic-embed {
    padding-left: 40px;
    padding-right: 0px;
  }
}
@media (min-width: 700px) {
  .embedded-entity[data-entity-type=node].align-right .ione-speaker-list,
  .embedded-entity[data-entity-type=embedded_paragraphs].align-right .ione-speaker-list {
    padding-left: 3px;
  }
}
@media (min-width: 1025px) {
  .embedded-entity[data-entity-type=node].align-right .ione-speaker-list,
  .embedded-entity[data-entity-type=embedded_paragraphs].align-right .ione-speaker-list {
    padding-left: 5px;
  }
}
@media (min-width: 700px) {
  .embedded-entity[data-entity-type=node].align-left,
  .embedded-entity[data-entity-type=embedded_paragraphs].align-left {
    margin-right: 20px;
    float: left;
  }
}
@media (min-width: 1025px) {
  .embedded-entity[data-entity-type=node].align-left,
  .embedded-entity[data-entity-type=embedded_paragraphs].align-left {
    margin-right: 30px;
    margin-left: calc(-35vw + 321px - 17px);
  }
}
@media (min-width: 1201px) {
  .embedded-entity[data-entity-type=node].align-left,
  .embedded-entity[data-entity-type=embedded_paragraphs].align-left {
    margin-left: -116px;
  }
}
@media (min-width: 700px) {
  .embedded-entity[data-entity-type=node].align-left .ione--profile-embed,
  .embedded-entity[data-entity-type=node].align-left .ione--statistic-embed,
  .embedded-entity[data-entity-type=embedded_paragraphs].align-left .ione--profile-embed,
  .embedded-entity[data-entity-type=embedded_paragraphs].align-left .ione--statistic-embed {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: top right;
    background-size: 1px auto;
    padding-top: 0;
    padding-left: 0px;
    padding-right: 32px;
  }
}
@media (min-width: 1025px) {
  .embedded-entity[data-entity-type=node].align-left .ione--profile-embed,
  .embedded-entity[data-entity-type=node].align-left .ione--statistic-embed,
  .embedded-entity[data-entity-type=embedded_paragraphs].align-left .ione--profile-embed,
  .embedded-entity[data-entity-type=embedded_paragraphs].align-left .ione--statistic-embed {
    padding-left: 0px;
    padding-right: 40px;
  }
}
.embedded-entity[data-entity-type=node].align-left .ione-speaker-list,
.embedded-entity[data-entity-type=embedded_paragraphs].align-left .ione-speaker-list {
  padding-left: 0;
}
@media (min-width: 700px) {
  .embedded-entity[data-entity-type=node].align-left .ione-speaker-list,
  .embedded-entity[data-entity-type=embedded_paragraphs].align-left .ione-speaker-list {
    padding-right: 3px;
  }
}
@media (min-width: 1025px) {
  .embedded-entity[data-entity-type=node].align-left .ione-speaker-list,
  .embedded-entity[data-entity-type=embedded_paragraphs].align-left .ione-speaker-list {
    padding-right: 5px;
  }
}

.ione-cta-embed__content {
  border-top: 10px solid #88A61F;
  background-color: #182B54;
  color: #ffffff;
  padding: 21px 20px;
  margin: 0 auto;
}
@media (min-width: 700px) {
  .ione-cta-embed__content {
    padding: 29px 30px;
    border-width: 16px;
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .ione-cta-embed__content {
    padding: 41px 40px;
    gap: 40px;
  }
}
@media (min-width: 700px) {
  .ione-cta-embed__content:not(:has(.field__item:nth-child(2))) {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media (min-width: 700px) {
  .ione-cta-embed__content:not(:has(.field__item:nth-child(2))) .ione-cta__links {
    margin-top: 18px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
@media (min-width: 1025px) {
  .ione-cta-embed__content:not(:has(.field__item:nth-child(2))) .ione-cta__links {
    margin-top: 8px;
  }
}
.ione-cta-embed__content:has(.field__item:nth-child(2)) .ione-cta__links {
  width: 100%;
}
.ione-cta-embed__eyebrow {
  font-family: "Avenir Next", sans-serif;
  font-size: 0.875rem;
  line-height: 135%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .ione-cta-embed__eyebrow {
    font-size: 1.125rem;
  }
}
@media (min-width: 1025px) {
  .ione-cta-embed__eyebrow {
    font-size: 1rem;
  }
}
.ione-cta-embed__body {
  font-family: "Libre Caslon Text", sans-serif;
  font-size: 1.25rem;
  line-height: 125%;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 1025px) {
  .ione-cta-embed__body {
    font-size: 1.375rem;
  }
}
.ione-cta-embed__body p {
  margin-top: 0;
  margin-bottom: 0;
}
.ione-cta-embed__body p a {
  color: #ffffff;
}
.ione-cta-embed__body p a:focus {
  outline-color: #ffffff;
}
.ione-cta-embed__links {
  margin-top: 30px;
}
@media (min-width: 1025px) {
  .ione-cta-embed__links {
    margin-top: 40px;
  }
}
.ione-cta-embed__links .field--name-field-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 700px) {
  .ione-cta-embed__links .field--name-field-links {
    gap: 20px;
  }
}
.ione-cta-embed__links .field--name-field-links .field__item a {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  font-size: 1rem;
  padding: 13px 20px 11px;
}
.ione-cta-embed__links .field--name-field-links .field__item a:hover {
  background-color: #182B54;
  color: #ffffff;
}
.ione-cta-embed__links .field--name-field-links .field__item a:hover {
  background-color: #ffffff;
  color: #182B54;
}
.ione-cta-embed__links .field--name-field-links .field__item a:focus {
  outline-color: #ffffff;
}

.ione-event-embed {
  background-color: #7A0019;
  padding: 31px 20px 28px;
  position: relative;
}
@media (min-width: 700px) {
  .ione-event-embed {
    padding: 31px 30px 28px;
  }
}
@media (min-width: 1025px) {
  .ione-event-embed {
    padding: 40px 32px 38px;
  }
}
.ione-event-embed:hover {
  background-color: #630115;
}
.ione-event-embed__title {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 125%;
  margin-bottom: 10px;
  margin-top: 43px;
}
@media (min-width: 1025px) {
  .ione-event-embed__title {
    font-size: 1.375rem;
  }
}
.ione-event-embed__title a {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #ffffff;
  line-height: 125%;
}
.ione-event-embed__title a .last-word {
  position: relative;
  padding-right: 40px;
}
.ione-event-embed__title a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 5px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #182B54;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione-event-embed__title a .last-word .arrow svg {
    color: #ffffff;
  }
}
.ione-event-embed__title a:hover {
  opacity: 70%;
}
.ione-event-embed__title a:hover .last-word .arrow svg {
  margin-left: 10px;
}
.ione-event-embed__title a .last-word .arrow svg {
  color: #FFCC33;
}
.ione-event-embed__title a:hover {
  opacity: 100%;
}
.ione-event-embed__title a:focus {
  outline-color: #ffffff;
}
.ione-event-embed__title a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ione-event-embed__date {
  width: 54px;
  height: 75px;
  background-color: #FFCC33;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  position: absolute;
  left: 20px;
  top: -10px;
}
.ione-event-embed__date > *:first-child:not(.event-date-badge__range-part),
.ione-event-embed__date .event-date-badge__month {
  font-size: 0.9375rem;
  text-transform: uppercase;
  line-height: 140%;
}
.ione-event-embed__date > *:last-child:not(.event-date-badge__range-part),
.ione-event-embed__date .event-date-badge__day {
  font-family: "Neutraface Text", "Avenir Next", sans-serif;
  font-size: 1.8125rem;
  line-height: 100%;
}
.ione-event-embed__date.event-date-badge--range {
  width: 92px;
  padding-left: 8px;
  padding-right: 8px;
}
.ione-event-embed__date.event-date-badge--range .event-date-badge__day {
  font-size: 1.5rem;
  white-space: nowrap;
}
.ione-event-embed__date.event-date-badge--cross-month {
  width: 118px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
}
.ione-event-embed__date.event-date-badge--cross-month .event-date-badge__range-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1px;
  line-height: 1;
}
.ione-event-embed__date.event-date-badge--cross-month .event-date-badge__month {
  font-size: 0.9375rem;
  line-height: 140%;
}
.ione-event-embed__date.event-date-badge--cross-month .event-date-badge__day {
  font-size: 1.8125rem;
  line-height: 100%;
}
.ione-event-embed__date.event-date-badge--cross-month .event-date-badge__range-separator {
  font-family: "Neutraface Text", "Avenir Next", sans-serif;
  font-size: 1.8125rem;
  line-height: 100%;
  margin-top: 1.375rem;
}
@media (min-width: 700px) {
  .ione-event-embed__date {
    left: 30px;
    top: -11px;
  }
}
@media (min-width: 1025px) {
  .ione-event-embed__date {
    left: 32px;
    top: -12px;
  }
}
.ione-event-embed__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}
@media (min-width: 1025px) {
  .ione-event-embed__details {
    gap: 20px;
  }
}
.ione-event-embed__time {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}
.ione-event-embed__open-to {
  color: #ffffff;
  background-color: #630115;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  padding: 7px 12px;
}

.ione--profile-embed {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
  padding-top: 20px;
}
@media (min-width: 700px) {
  .ione--profile-embed {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
}
.ione--profile-embed__image {
  margin-bottom: 20px;
}
.ione--profile-embed__image .field--name-field-media .media--type-image {
  margin: 0;
}
.ione--profile-embed__image .field--name-field-media .media--type-image img {
  width: 150px;
  border-radius: 100%;
}
@media (min-width: 700px) {
  .ione--profile-embed__image .field--name-field-media .media--type-image img {
    width: 147px;
  }
}
@media (min-width: 1025px) {
  .ione--profile-embed__image .field--name-field-media .media--type-image img {
    width: 172px;
  }
}
.ione--profile-embed__name {
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 1.25rem;
}
@media (min-width: 1025px) {
  .ione--profile-embed__name {
    margin-bottom: 20px;
    font-size: 1.375rem;
  }
}
.ione--profile-embed__name p {
  margin-top: 0;
  margin-bottom: 0;
}
.ione--profile-embed__name a {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #000000;
}
.ione--profile-embed__name a .last-word {
  position: relative;
  padding-right: 40px;
}
.ione--profile-embed__name a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 5px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #182B54;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione--profile-embed__name a .last-word .arrow svg {
    color: #ffffff;
  }
}
.ione--profile-embed__name a:hover {
  opacity: 70%;
}
.ione--profile-embed__name a:hover .last-word .arrow svg {
  margin-left: 10px;
}
.ione--profile-embed__year {
  font-size: 0.875rem;
  margin-bottom: 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 1025px) {
  .ione--profile-embed__year {
    font-size: 1rem;
  }
}
@media (min-width: 700px) {
  .ione--profile-embed__year {
    margin-bottom: 8px;
  }
}
@media (min-width: 1025px) {
  .ione--profile-embed__year {
    margin-bottom: 7px;
  }
}
@media (min-width: 700px) {
  .ione--profile-embed__year {
    gap: 9px;
  }
  .ione--profile-embed__year_fellow-label {
    font-family: "Avenir Next", sans-serif;
    line-height: 135%;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.875rem;
  }
}
@media (min-width: 700px) and (min-width: 1025px) {
  .ione--profile-embed__year_fellow-label {
    font-size: 1rem;
  }
}
.ione--profile-embed__dept {
  font-family: "Avenir Next", sans-serif;
  line-height: 135%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 4px;
}
@media (min-width: 700px) {
  .ione--profile-embed__dept {
    font-size: 1rem;
  }
}
.ione--profile-embed__org {
  font-size: 0.875rem;
}
@media (min-width: 700px) {
  .ione--profile-embed__org {
    font-size: 1rem;
  }
}

.ione--statistic-embed {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
}
.ione--statistic-embed__items .field__items .field__item {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
.ione--statistic-embed__items .field__items .field__item:last-child {
  background: unset;
}
.ione--statistic-embed__items .field__items .field__item:last-child .ione-statistic {
  padding-bottom: 10px;
}
.ione--statistic-embed__items .ione-statistic {
  text-align: center;
  padding: 32px 0px;
}
.ione--statistic-embed__items .ione-statistic__number {
  font-family: "Avenir Next", sans-serif;
  font-size: 2.1875rem;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .ione--statistic-embed__items .ione-statistic__number {
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .ione--statistic-embed__items .ione-statistic__number {
    margin-bottom: 18px;
    font-size: 2.8125rem;
  }
}
.ione--statistic-embed__items .ione-statistic__caption {
  font-size: 1rem;
}
@media (min-width: 1025px) {
  .ione--statistic-embed__items .ione-statistic__caption {
    font-size: 1.125rem;
  }
}

@media (min-width: 700px) {
  .embedded-entity:not(.align-left, .align-right, .align-center) .field--name-field-statistic {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(33.333%, 1fr));
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: auto 1px;
  }
}
@media (min-width: 700px) and (min-width: 700px) {
  .embedded-entity:not(.align-left, .align-right, .align-center) .field--name-field-statistic > div {
    margin: 30px 0;
    padding-right: 20px;
    padding-left: 20px;
    background-size: 0px 100%, 100% 0px, 1px 100%, 100% 0px;
  }
}
@media (min-width: 700px) and (min-width: 1025px) {
  .embedded-entity:not(.align-left, .align-right, .align-center) .field--name-field-statistic > div {
    margin: 30px 0;
  }
}

.ione-speaker-list__heading {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 135%;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0;
}
@media (min-width: 700px) {
  .ione-speaker-list__heading {
    font-size: 1rem;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ione-speaker-list__heading p {
  margin: 0;
}
.ione-speaker-list__content > div {
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .ione-speaker-list__content > div {
    margin-bottom: 20px;
  }
}
.ione-speaker-list__content > div:last-child {
  margin-bottom: 0;
}
.ione-speaker-list__speaker > .field > .field__item,
.ione-speaker-list__speaker > .field > .field__items > .field__item {
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .ione-speaker-list__speaker > .field > .field__item,
  .ione-speaker-list__speaker > .field > .field__items > .field__item {
    margin-bottom: 20px;
  }
}
.ione-speaker-list__speaker > .field > .field__item:last-child,
.ione-speaker-list__speaker > .field > .field__items > .field__item:last-child {
  margin-bottom: 0;
}
.ione-speaker-list .ione--profile-speaker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.ione-speaker-list .ione--profile-speaker::after {
  display: none;
}
.ione-speaker-list .ione--profile-speaker__image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.ione-speaker-list .ione--profile-speaker__image .media--type-image {
  margin: 0;
}
.ione-speaker-list .ione--profile-speaker__image .media--type-image img {
  width: 67px;
  border-radius: 100%;
}
@media (min-width: 700px) {
  .ione-speaker-list .ione--profile-speaker__image .media--type-image img {
    width: 86px;
  }
}
.ione-speaker-list .ione--profile-speaker__info {
  font-size: 1rem;
}
@media (min-width: 1025px) {
  .ione-speaker-list .ione--profile-speaker__info {
    font-size: 1.125rem;
  }
}
.ione-speaker-list .ione--profile-speaker__name {
  font-weight: 700;
}
.ione-speaker-list .ione--profile-speaker__label {
  font-weight: 400;
  color: #333333;
}

.ione--project-embed {
  background-color: #182B54;
  color: #ffffff;
  padding: 30px 20px;
  position: relative;
}
@media (min-width: 700px) {
  .ione--project-embed {
    padding: 30px;
    margin-left: 3px;
  }
}
@media (min-width: 1025px) {
  .ione--project-embed {
    padding: 38px 33px;
    margin-left: 0px;
  }
}
.ione--project-embed:hover {
  background-color: #142039;
}
.ione--project-embed:hover .ione--project-full-bleed__title .arrow svg {
  margin-left: 8px;
}
@media screen and (min-width: 1025px) {
  .ione--project-embed:hover .ione--project-full-bleed__title .arrow svg {
    margin-left: 5px;
  }
}
.ione--project-embed__topic {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 135%;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  .ione--project-embed__topic {
    font-size: 1rem;
    margin-bottom: 31px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ione--project-embed__title {
  margin-top: 0;
  margin-bottom: 11px;
  font-size: 1.25rem;
}
@media (min-width: 700px) {
  .ione--project-embed__title {
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .ione--project-embed__title {
    font-size: 1.375rem;
  }
}
.ione--project-embed__title p {
  margin-top: 0;
  margin-bottom: 0;
}
.ione--project-embed__title a {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #ffffff;
}
.ione--project-embed__title a .last-word {
  position: relative;
  padding-right: 40px;
}
.ione--project-embed__title a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 5px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #182B54;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione--project-embed__title a .last-word .arrow svg {
    color: #ffffff;
  }
}
.ione--project-embed__title a:hover {
  opacity: 70%;
}
.ione--project-embed__title a:hover .last-word .arrow svg {
  margin-left: 10px;
}
.ione--project-embed__title a .last-word .arrow svg {
  color: #FFCC33;
}
.ione--project-embed__title a:hover {
  opacity: 100%;
}
.ione--project-embed__title a:focus {
  outline-color: #ffffff;
}
.ione--project-embed__title a .last-word .arrow svg {
  color: #C6DA51;
}
.ione--project-embed__title a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.ione--project-embed__subtitle {
  font-size: 0.875rem;
  line-height: 140%;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .ione--project-embed__subtitle {
    margin-bottom: 21px;
  }
}
@media (min-width: 1025px) {
  .ione--project-embed__subtitle {
    font-size: 1rem;
    margin-bottom: 18px;
  }
}
.ione--project-embed__subtitle p {
  margin: 0;
}
.ione--project-embed__experts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 31px;
}
@media (min-width: 700px) {
  .ione--project-embed__experts {
    margin-bottom: 30px;
  }
}
.ione--project-embed__experts .media.media--type-image {
  margin: 0;
}
@media (min-width: 700px) {
  .ione--project-embed__experts .media.media--type-image {
    margin: 0;
  }
}
.ione--project-embed__experts .media.media--type-image img {
  width: 67px;
  height: 67px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.ione--project-embed__status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 1rem;
  margin-top: 21px;
}
@media (min-width: 700px) {
  .ione--project-embed__status {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .ione--project-embed__status {
    font-size: 1.125rem;
  }
}
.ione--project-embed__status .format-icon {
  width: 23px;
  margin-top: -5px;
}
.ione--project-embed__status .format-icon .media--type-icon {
  margin: 0;
}

.region-content .field--name-body .aria-accordion {
  border: 0;
}
.region-content .field--name-body .aria-accordion__heading {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 135%;
  font-weight: 600;
  margin: 15px 0;
}
.region-content .field--name-body .aria-accordion__heading button {
  width: auto;
  position: relative;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #000000;
  color: #000000;
  background: transparent;
  padding: 11.5px 20px 11px 43px;
}
.region-content .field--name-body .aria-accordion__heading button:hover {
  background: #AFCF3B;
  border-color: #AFCF3B;
  color: #000000;
}
.region-content .field--name-body .aria-accordion__heading button[aria-expanded=true]::after {
  height: 0;
}
.region-content .field--name-body .aria-accordion__heading button::before, .region-content .field--name-body .aria-accordion__heading button::after {
  background: #000000;
  margin: 0;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .region-content .field--name-body .aria-accordion__heading button::before, .region-content .field--name-body .aria-accordion__heading button::after {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .region-content .field--name-body .aria-accordion__heading button::before, .region-content .field--name-body .aria-accordion__heading button::after {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
}
.region-content .field--name-body .aria-accordion__heading button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  width: 14px;
  height: 2px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.region-content .field--name-body .aria-accordion__heading button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 2px;
  height: 14px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.region-content .field--name-body .aria-accordion__panel {
  padding: 0;
}
.region-content .field--name-body .aria-accordion__panel--transition {
  -webkit-transition: max-height 0.1s, padding-top 0.1s, padding-bottom 0.1s, opacity 0.2s;
  transition: max-height 0.1s, padding-top 0.1s, padding-bottom 0.1s, opacity 0.2s;
  -webkit-animation: unset;
          animation: unset;
}
.region-content .field--name-body .aria-accordion__panel--transition[hidden] {
  -webkit-animation: unset;
          animation: unset;
}
.region-content .field--name-body .aria-accordion__panel p {
  margin-top: 0;
}
.region-content .field--name-body .aria-accordion__panel p:last-child {
  margin-bottom: 0;
}

.media--type-remote-video {
  width: 100%;
  margin-top: 25px;
  position: relative;
}
@media (min-width: 700px) {
  .media--type-remote-video {
    margin-top: 15px;
  }
}
@media (min-width: 1025px) {
  .media--type-remote-video {
    margin-top: 34px;
  }
}
.media--type-remote-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0;
}
.media--type-remote-video .contextual-region {
  position: static;
}
.media--type-remote-video .video__cover img {
  width: 100%;
}
.media--type-remote-video .video__cover.hidden {
  display: block;
  visibility: hidden;
  opacity: 0;
}
.media--type-remote-video .video__play {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
  font-size: 0;
  border: 0;
}
.media--type-remote-video .video__play-accent {
  display: inline-block;
  width: 60px;
  height: 60px;
  z-index: 1;
  background-image: url(../assets/icons/Play-icon.svg);
  background-repeat: no-repeat;
  background-position: 58% center;
  background-size: 30%;
  background-color: #AFCF3B;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .media--type-remote-video .video__play-accent {
    background-image: url(../assets/icons/Play-icon-green.svg);
  }
}
@media (min-width: 700px) {
  .media--type-remote-video .video__play-accent {
    width: 89px;
    height: 89px;
  }
}
@media (min-width: 1025px) {
  .media--type-remote-video .video__play-accent {
    width: 121px;
    height: 121px;
  }
}
.media--type-remote-video .video__play:hover .video__play-accent {
  background-image: url(../assets/icons/Play-icon-green.svg);
  background-color: #182B54;
}
.media--type-remote-video .video__close {
  background: #AFCF3B url(../assets/icons/cross-black.svg) no-repeat;
  background-size: 50%;
  background-position: center;
  font-size: 0;
  width: 40px;
  height: 40px;
  border: 0;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .media--type-remote-video .video__close {
    background-image: url(../assets/icons/cross-white.svg);
  }
}
.media--type-remote-video .video__close:focus {
  outline-offset: -4px;
}
.media--type-remote-video .video__close:hover {
  background-color: #ffffff;
}

.ione--homepage-topics .ione-intro {
  max-width: 674px;
}
.ione--homepage-topics .ione-intro h2 {
  margin-top: 0;
  background: none;
  padding-bottom: 0;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .ione--homepage-topics .ione-intro h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .ione--homepage-topics .ione-intro h2 {
    margin-bottom: 20px;
  }
}
.ione--homepage-topics .ione-intro .field--name-field-icon {
  text-align: center;
  margin-bottom: 14px;
}
@media (min-width: 700px) {
  .ione--homepage-topics .ione-intro .field--name-field-icon {
    margin-bottom: 25px;
  }
}
@media (min-width: 1025px) {
  .ione--homepage-topics .ione-intro .field--name-field-icon {
    margin-bottom: 16px;
  }
}
.ione--homepage-topics .ione-intro .field--name-field-icon svg {
  width: 100%;
  max-width: 62px;
}
@media (min-width: 700px) {
  .ione--homepage-topics .ione-intro .field--name-field-icon svg {
    max-width: 74px;
  }
}
.ione--homepage-topics .ione-intro .field--name-field-link {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
  max-width: 436px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 0.875rem;
  line-height: 140%;
  padding-top: 21px;
}
.ione--homepage-topics .ione-intro .field--name-field-link a {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
}
.ione--homepage-topics .ione-intro .field--name-field-link a:hover {
  background-color: #182B54;
  color: #ffffff;
}
@media (min-width: 700px) {
  .ione--homepage-topics .ione-intro .field--name-field-link a {
    padding: 12px 20px;
  }
}
.ione--homepage-topics .ione-intro::after {
  margin-top: 26px;
}
@media (min-width: 700px) {
  .ione--homepage-topics .ione-intro::after {
    margin-top: 36px;
  }
}
@media (min-width: 700px) {
  .ione--homepage-topics .ione-intro::after {
    margin-top: 25px;
  }
}
.ione--homepage-topics__list-desktop {
  display: none;
}
@media (min-width: 700px) {
  .ione--homepage-topics__list-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    position: relative;
  }
}
@media (min-width: 1025px) {
  .ione--homepage-topics__list-desktop {
    gap: 40px;
  }
}
.ione--homepage-topics__eyebrow {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 21px;
  margin-bottom: 20px;
  color: #182B54;
}
@media (min-width: 700px) {
  .ione--homepage-topics__eyebrow {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.ione--homepage-topics__eyebrow::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #FFCC33;
  border-radius: 100%;
  margin-right: 8px;
}
@media (min-width: 1025px) {
  .ione--homepage-topics__eyebrow::before {
    margin-right: 16px;
  }
}
.ione--homepage-topics__list {
  -webkit-flex-basis: calc(41.5% - 15px);
      -ms-flex-preferred-size: calc(41.5% - 15px);
          flex-basis: calc(41.5% - 15px);
}
@media (min-width: 1025px) {
  .ione--homepage-topics__list {
    -webkit-flex-basis: calc(30% - 20px);
        -ms-flex-preferred-size: calc(30% - 20px);
            flex-basis: calc(30% - 20px);
  }
}
.ione--homepage-topics__list .view-topics .view-content {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
}
.ione--homepage-topics__list .view-topics .view-content .views-row a {
  padding: 15px 20px 14px;
  display: block;
  text-decoration: none;
  color: #000000;
  font-weight: 400;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
  text-underline-offset: 30%;
  position: relative;
  margin-top: -1px;
}
.ione--homepage-topics__list .view-topics .view-content .views-row a.is-active {
  background: #7A0019;
  color: #ffffff;
  text-decoration: none;
  pointer-events: none;
  padding-right: 40px;
}
.ione--homepage-topics__list .view-topics .view-content .views-row a.is-active:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 22px;
  bottom: 20px;
}
@media (min-width: 1025px) {
  .ione--homepage-topics__list .view-topics .view-content .views-row a.is-active:after {
    right: 20px;
    bottom: 22px;
  }
}
.ione--homepage-topics__list .view-topics .view-content .views-row a:hover {
  text-decoration: underline;
}
.ione--homepage-topics__list .view-topics .view-content .views-row .ajax-progress {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ione--homepage-topics__content-desktop {
  -webkit-flex-basis: calc(58.5% - 15px);
      -ms-flex-preferred-size: calc(58.5% - 15px);
          flex-basis: calc(58.5% - 15px);
  margin-top: -5px;
}
@media (min-width: 1025px) {
  .ione--homepage-topics__content-desktop {
    -webkit-flex-basis: calc(70% - 20px);
        -ms-flex-preferred-size: calc(70% - 20px);
            flex-basis: calc(70% - 20px);
    margin-top: -42px;
  }
}
@media (min-width: 700px) {
  .ione--homepage-topics__accordion-mobile {
    display: none;
  }
}
.ione--homepage-topics__accordion-mobile .ione-topic-accordion-item .ione-topic-accordion-trigger {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
  width: 100%;
  background-color: transparent;
  border: 0;
  text-align: left;
  padding: 14px 20px;
  position: relative;
}
.ione--homepage-topics__accordion-mobile .ione-topic-accordion-item .ione-topic-accordion-trigger:after {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ione--homepage-topics__accordion-mobile .ione-topic-accordion-item .ione-topic-accordion-trigger.is-active {
  background: #7A0019;
  color: #ffffff;
}
.ione--homepage-topics__accordion-mobile .ione-topic-accordion-item .ione-topic-accordion-trigger.is-active:after {
  -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg);
  border-color: #ffffff;
}
.ione--homepage-topics__accordion-mobile .ione-topic-accordion-item .ione-topic-accordion-content {
  display: none;
  overflow: hidden;
}
.ione--homepage-topics__accordion-mobile .ione-topic-accordion-item .ione-topic-accordion-content.is-open {
  display: block;
}
.ione--homepage-topics__accordion-mobile .ione-topic-accordion-item .ione-topic-accordion-content.is-open .ione-topic-accordion-content-inner {
  opacity: 1;
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.ione--homepage-topics__accordion-mobile .ione-topic-accordion-item .ione-topic-accordion-content-inner {
  opacity: 0;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}
@media (max-width: 699px) {
  .ione--homepage-topics .ione--home-topic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.ione--homepage-topics .ione--home-topic__content {
  background-color: #182B54;
  color: #ffffff;
  padding: 30px 20px;
}
@media (min-width: 700px) {
  .ione--homepage-topics .ione--home-topic__content {
    padding: 30px;
  }
}
@media (min-width: 1025px) {
  .ione--homepage-topics .ione--home-topic__content {
    padding: 44px 41px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ione--homepage-topics .ione--home-topic__body {
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .ione--homepage-topics .ione--home-topic__body {
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .ione--homepage-topics .ione--home-topic__body {
    padding-right: 50px;
    margin-bottom: 0;
  }
}
.ione--homepage-topics .ione--home-topic__title {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .ione--homepage-topics .ione--home-topic__title {
    font-size: 1.625rem;
    margin-bottom: 21px;
  }
}
@media (min-width: 1025px) {
  .ione--homepage-topics .ione--home-topic__title {
    font-size: 2.5rem;
  }
}
.ione--homepage-topics .ione--home-topic__intro {
  font-size: 0.875rem;
  line-height: 141%;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .ione--homepage-topics .ione--home-topic__intro {
    font-size: 1rem;
    line-height: 138%;
  }
}
.ione--homepage-topics .ione--home-topic__link {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  border: 1px solid #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  color: #ffffff;
}
.ione--homepage-topics .ione--home-topic__link:hover {
  background-color: #AFCF3B;
}
.ione--homepage-topics .ione--home-topic__link:hover {
  color: #182B54;
}
.ione--homepage-topics .ione--home-topic__link:focus {
  outline-color: #ffffff;
}
.ione--homepage-topics .ione--home-topic__details {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23ffffff' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
  width: 100%;
}
@media (min-width: 1025px) {
  .ione--homepage-topics .ione--home-topic__details {
    max-width: 243px;
    margin-top: 8px;
  }
}
.ione--homepage-topics .ione--home-topic__details > div {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23ffffff' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 13px 0 12px;
}
@media (min-width: 700px) {
  .ione--homepage-topics .ione--home-topic__details > div {
    padding: 13px 0 11px;
  }
}
@media (min-width: 1025px) {
  .ione--homepage-topics .ione--home-topic__details > div {
    padding: 12px 0;
  }
}
.ione--homepage-topics .ione--home-topic__details > div .field__label {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 135%;
}
@media (min-width: 700px) {
  .ione--homepage-topics .ione--home-topic__details > div .field__label {
    font-size: 1rem;
  }
}
.ione--homepage-topics .ione--home-topic__details > div .field__item {
  font-size: 0.875rem;
  line-height: 140%;
}
@media (min-width: 1025px) {
  .ione--homepage-topics .ione--home-topic__details > div .field__item {
    font-size: 1rem;
  }
}

.ione--insights-full {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 700px) {
  .ione--insights-full {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--insights-full {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.ione--article-ins-feature {
  padding-bottom: 20px;
}
@media (min-width: 700px) {
  .ione--article-ins-feature {
    padding-bottom: 37px;
  }
}
@media (min-width: 1025px) {
  .ione--article-ins-feature {
    padding-bottom: 58px;
  }
}
.ione--article-ins-feature.full-bleed {
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .ione--article-ins-feature.full-bleed {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
  }
}
.ione--article-ins-feature.full-bleed .ione--article-ins-feature__body {
  background: unset;
  padding-bottom: 0;
}
@media (min-width: 1025px) {
  .ione--article-ins-feature.full-bleed .ione--article-ins-feature__image {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
  }
}
@media (max-width: 699px) {
  .ione--article-ins-feature.full-bleed .ione--article-ins-feature__mustache {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 699px) and (min-width: 700px) {
  .ione--article-ins-feature.full-bleed .ione--article-ins-feature__mustache {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 699px) and (min-width: 1025px) {
  .ione--article-ins-feature.full-bleed .ione--article-ins-feature__mustache {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  .ione--article-ins-feature.full-bleed .ione--article-ins-feature__mustache .field--name-field-mustache {
    margin-top: 30px;
  }
}
@media (min-width: 1025px) {
  .ione--article-ins-feature.full-bleed .ione--article-ins-feature__content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  .ione--article-ins-feature:not(.full-bleed) {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
  }
}
@media (min-width: 1025px) {
  .ione--article-ins-feature:not(.full-bleed) {
    overflow: hidden;
  }
}
.ione--article-ins-feature:not(.full-bleed) .ione--article-ins-feature__content {
  padding-bottom: 0;
}
@media (min-width: 700px) and (max-width: 1024px) {
  .ione--article-ins-feature:not(.full-bleed) .ione--article-ins-feature__body {
    padding-right: 20px;
    padding-bottom: 38px;
  }
}
.ione--article-ins-feature__wrapper {
  display: -ms-grid;
  display: grid;
}
.ione--article-ins-feature__image {
  -ms-grid-row: 1;
  grid-area: 1/-1;
  position: relative;
  background-color: #000000;
}
.ione--article-ins-feature__image .media--type-image,
.ione--article-ins-feature__image .field--name-field-media-image {
  height: 100%;
}
.ione--article-ins-feature__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 700px) and (max-width: 1024px) {
  .ione--article-ins-feature__image img {
    min-height: 63.5vw;
  }
}
.ione--article-ins-feature__image::after {
  content: "";
  background: -webkit-gradient(linear, right top, left top, color-stop(15.54%, rgba(0, 0, 0, 0)), color-stop(57.08%, rgba(0, 0, 0, 0.5)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 15.54%, rgba(0, 0, 0, 0.5) 57.08%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ione--article-ins-feature__mobile {
  -ms-grid-row: 1;
  grid-area: 1/-1;
  position: relative;
  color: #ffffff;
  padding: 30px 20px;
}
@media (min-width: 700px) {
  .ione--article-ins-feature__mobile {
    display: none;
  }
}
.ione--article-ins-feature__content {
  color: #ffffff;
  background-color: #182B54;
  padding: 30px 20px;
}
@media (max-width: 699px) {
  .ione--article-ins-feature__content {
    margin-top: -9px;
    z-index: 1;
  }
  .ione--article-ins-feature__content .ione--article-ins-feature__eyebrow,
  .ione--article-ins-feature__content .ione--article-ins-feature__title {
    display: none;
  }
}
@media (min-width: 700px) {
  .ione--article-ins-feature__content {
    background-color: transparent;
    -ms-grid-row: 1;
    grid-area: 1/-1;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 38px 30px;
  }
}
@media (min-width: 1025px) {
  .ione--article-ins-feature__content {
    padding: 58px 50px;
  }
}
@media (max-width: 699px) {
  .ione--article-ins-feature__body {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23ffffff' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: auto 1px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .ione--article-ins-feature__body {
    padding-right: 40px;
    padding-bottom: 58px;
  }
}
.ione--article-ins-feature__eyebrow {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-underline-offset: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  color: #ffffff;
}
.ione--article-ins-feature__eyebrow a {
  color: inherit;
  z-index: 10;
  position: relative;
  text-decoration: underline;
}
.ione--article-ins-feature__eyebrow a:hover {
  text-decoration: none;
}
.ione--article-ins-feature__eyebrow a:focus {
  outline-color: #ffffff;
}
@media (min-width: 700px) {
  .ione--article-ins-feature__eyebrow {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .ione--article-ins-feature__eyebrow {
    margin-bottom: 18px;
  }
}
.ione--article-ins-feature__eyebrow::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #7A0019;
  border-radius: 100%;
  margin-right: 10px;
}
.ione--article-ins-feature__title {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0px;
}
@media (min-width: 700px) {
  .ione--article-ins-feature__title {
    margin-bottom: 19px;
    font-size: 1.625rem;
  }
}
@media (min-width: 1025px) {
  .ione--article-ins-feature__title {
    margin-bottom: 21px;
    font-size: 2.5rem;
  }
}
.ione--article-ins-feature__subtitle {
  font-family: "Avenir Next", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 135%;
  margin-bottom: 21px;
}
@media (min-width: 700px) {
  .ione--article-ins-feature__subtitle {
    font-size: 1.25rem;
    margin-bottom: 25px;
  }
}
@media (min-width: 1025px) {
  .ione--article-ins-feature__subtitle {
    font-size: 1.5625rem;
    line-height: 130%;
    margin-bottom: 25px;
  }
}
.ione--article-ins-feature__subtitle P {
  margin: 0;
}
.ione--article-ins-feature__description {
  font-size: 0.875rem;
  line-height: 140%;
  margin-bottom: 17px;
  margin-top: -5px;
}
@media (min-width: 700px) {
  .ione--article-ins-feature__description {
    font-size: 0.875rem;
    margin-top: -4px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1025px) {
  .ione--article-ins-feature__description {
    font-size: 1rem;
  }
}
.ione--article-ins-feature__description p {
  margin: 0;
}
.ione--article-ins-feature__description a {
  color: #ffffff;
  text-decoration: underline;
}
.ione--article-ins-feature__description a:hover {
  text-decoration: none;
}
.ione--article-ins-feature__description a:focus {
  outline-color: #ffffff;
}
.ione--article-ins-feature__cta a {
  color: #ffffff;
  display: inline-block;
}
.ione--article-ins-feature__cta a:focus {
  outline-color: #ffffff;
}
@media (min-width: 700px) and (max-width: 1024px) {
  .ione--article-ins-feature__mustache {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1024px) and (min-width: 700px) {
  .ione--article-ins-feature__mustache {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1024px) and (min-width: 1025px) {
  .ione--article-ins-feature__mustache {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 700px) {
  .ione--article-ins-feature__mustache .field--name-field-mustache {
    margin-top: 42px;
    max-width: 46%;
  }
}
.ione--article-ins-feature__card {
  padding: 30px 0;
}
@media (min-width: 700px) {
  .ione--article-ins-feature__card {
    background-color: #182B54;
    -webkit-align-self: end;
        -ms-flex-item-align: end;
                -ms-grid-row-align: end;
            align-self: end;
    padding: 30px;
    margin: auto 5px -70px 10px;
  }
}
@media (min-width: 1025px) {
  .ione--article-ins-feature__card {
    padding: 40px;
    margin: 0;
    margin-bottom: -84px;
  }
}
.ione--article-ins-feature__quote-text {
  font-family: "Libre Caslon Text", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 19px;
}
@media (min-width: 700px) {
  .ione--article-ins-feature__quote-text {
    margin-bottom: 29px;
    font-size: 1.5625rem;
  }
}
@media (min-width: 1025px) {
  .ione--article-ins-feature__quote-text {
    margin-bottom: 30px;
    font-size: 1.875rem;
  }
}
.ione--article-ins-feature__quote-text p {
  margin: 0;
}
.ione--article-ins-feature__quote-text::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 22px;
  background-image: url(../assets/icons/quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 8px;
}
@media (min-width: 700px) {
  .ione--article-ins-feature__quote-text::before {
    width: 32px;
    height: 26px;
    margin-bottom: 13px;
  }
}
.ione--article-ins-feature__quote-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.ione--article-ins-feature__quote-author .author-photo {
  width: 67px;
}
@media (min-width: 700px) {
  .ione--article-ins-feature__quote-author .author-photo {
    width: 86px;
  }
}
.ione--article-ins-feature__quote-author .author-photo img {
  border-radius: 100%;
}
.ione--article-ins-feature__quote-author .author-name {
  font-weight: 700;
  font-size: 0.875rem;
}
@media (min-width: 700px) {
  .ione--article-ins-feature__quote-author .author-name {
    font-size: 1.125rem;
  }
}
.ione--article-ins-feature__quote-author .author-attribution {
  font-size: 0.875rem;
}
@media (min-width: 700px) {
  .ione--article-ins-feature__quote-author .author-attribution {
    font-size: 1rem;
  }
}
.ione--article-ins-feature__stat .ione-statistic {
  text-align: center;
  margin-top: -8px;
}
@media (min-width: 700px) {
  .ione--article-ins-feature__stat .ione-statistic {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .ione--article-ins-feature__stat .ione-statistic {
    padding: 15px 0;
    margin: 0;
  }
}
.ione--article-ins-feature__stat .ione-statistic__eyebrow {
  font-family: "Avenir Next", sans-serif;
  font-size: 1rem;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .ione--article-ins-feature__stat .ione-statistic__eyebrow {
    font-size: 1.125rem;
    margin-bottom: 34px;
  }
}
@media (min-width: 1025px) {
  .ione--article-ins-feature__stat .ione-statistic__eyebrow {
    margin-bottom: 19px;
  }
}
.ione--article-ins-feature__stat .ione-statistic__number {
  font-family: "Avenir Next", sans-serif;
  font-size: 2.125rem;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (min-width: 700px) {
  .ione--article-ins-feature__stat .ione-statistic__number {
    font-size: 2.1875rem;
    margin-bottom: 14px;
  }
}
@media (min-width: 1025px) {
  .ione--article-ins-feature__stat .ione-statistic__number {
    font-size: 2.8125rem;
    margin-bottom: 11px;
  }
}
.ione--article-ins-feature__stat .ione-statistic__caption {
  margin-bottom: 22px;
}
@media (min-width: 700px) {
  .ione--article-ins-feature__stat .ione-statistic__caption {
    margin-bottom: 32px;
  }
}
@media (min-width: 1025px) {
  .ione--article-ins-feature__stat .ione-statistic__caption {
    margin-bottom: 22px;
  }
}
.ione--article-ins-feature__stat .ione-statistic__cta a {
  color: #ffffff;
  display: inline-block;
}
.ione--article-ins-feature__stat .ione-statistic__cta a:focus {
  outline-color: #ffffff;
}

@media (max-width: 1024px) {
  .block-micronode-blockarticle-insights-large-feature:first-child .ione--article-ins-feature__mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .block-micronode-blockarticle-insights-large-feature:first-child .ione--article-ins-feature__content {
    background-color: #182B54;
    display: block;
    grid-area: auto;
    position: static;
  }
  .block-micronode-blockarticle-insights-large-feature:first-child .ione--article-ins-feature__content .ione--article-ins-feature__eyebrow,
  .block-micronode-blockarticle-insights-large-feature:first-child .ione--article-ins-feature__content .ione--article-ins-feature__title {
    display: none;
  }
  .block-micronode-blockarticle-insights-large-feature:first-child .ione--article-ins-feature__description {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.ione--quote-insight {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.ione--quote-insight__content.default {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0 0;
}
@media (min-width: 700px) {
  .ione--quote-insight__content.default {
    padding: 42px 0 0;
  }
}
@media (min-width: 1025px) {
  .ione--quote-insight__content.default {
    max-width: 1000px;
    padding: 30px 0 0;
  }
}
.ione--quote-insight__content.default .ione--quote-insight__body {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
  padding: 0;
  padding-bottom: 30px;
}
@media (min-width: 700px) {
  .ione--quote-insight__content.default .ione--quote-insight__body {
    padding-bottom: 34px;
  }
}
.ione--quote-insight__content.default .ione--quote-insight__quote {
  font-size: 1.75rem;
  background: none;
  padding-bottom: 0;
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  .ione--quote-insight__content.default .ione--quote-insight__quote {
    font-size: 1.5625rem;
    margin-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .ione--quote-insight__content.default .ione--quote-insight__quote {
    font-size: 3.125rem;
  }
}
.ione--quote-insight__content.default .ione--quote-insight__author {
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 700px) and (max-width: 1025px) {
  .ione--quote-insight__content.default .ione--quote-insight__author {
    max-width: 414px;
    margin: 0 auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 700px) {
  .ione--quote-insight__content.default .ione--quote-insight__author-photo img {
    width: 126px;
  }
}
@media (min-width: 1025px) {
  .ione--quote-insight__content.default .ione--quote-insight__author-photo img {
    width: 86px;
  }
}
@media (min-width: 700px) and (max-width: 1025px) {
  .ione--quote-insight__content.default .ione--quote-insight__author-attribution {
    font-size: 1.125rem;
  }
}
@media (min-width: 700px) {
  .ione--quote-insight__content.image_right, .ione--quote-insight__content.image_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 700px) {
  .ione--quote-insight__content.image_right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 700px) {
  .ione--quote-insight__content.image_right .ione--quote-insight__media {
    padding: 0;
  }
}
@media (min-width: 700px) {
  .ione--quote-insight__content.image_right .ione--quote-insight__body {
    padding: 0;
    padding-right: 15px;
  }
}
@media (min-width: 1025px) {
  .ione--quote-insight__content.image_right .ione--quote-insight__body {
    padding-right: 30px;
  }
}
.ione--quote-insight__media {
  background-color: #000000;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (min-width: 700px) {
  .ione--quote-insight__media {
    padding: 0px;
  }
}
@media (min-width: 1025px) {
  .ione--quote-insight__media {
    padding: 0;
  }
}
.ione--quote-insight__media .media--type-image,
.ione--quote-insight__media .field--name-field-media-image {
  height: 100%;
}
.ione--quote-insight__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ione--quote-insight__body {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 30px 0 18px;
}
@media (min-width: 700px) {
  .ione--quote-insight__body {
    padding: 0;
    padding-left: 15px;
  }
}
@media (min-width: 1025px) {
  .ione--quote-insight__body {
    padding-left: 30px;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
.ione--quote-insight__quote {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
  font-family: "Libre Caslon Text", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 125%;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  .ione--quote-insight__quote {
    padding-bottom: 38px;
    margin-bottom: 40px;
    font-size: 1.5625rem;
  }
}
@media (min-width: 1025px) {
  .ione--quote-insight__quote {
    font-size: 1.875rem;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.ione--quote-insight__quote p {
  margin: 0;
}
.ione--quote-insight__quote::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 22px;
  background-image: url(../assets/icons/quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 8px;
}
@media (min-width: 700px) {
  .ione--quote-insight__quote::before {
    width: 32px;
    height: 26px;
    margin-bottom: 13px;
  }
}
.ione--quote-insight__author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 19px;
}
@media (min-width: 700px) {
  .ione--quote-insight__author {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .ione--quote-insight__author {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ione--quote-insight__author-photo {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.ione--quote-insight__author-photo img {
  width: 86px;
  border-radius: 100%;
}
@media (min-width: 700px) {
  .ione--quote-insight__author-photo img {
    width: 116px;
  }
}
@media (min-width: 1025px) {
  .ione--quote-insight__author-photo img {
    width: 172px;
  }
}
.ione--quote-insight__author-info {
  margin-top: -3px;
}
.ione--quote-insight__author-name {
  font-family: "Libre Caslon Text", sans-serif;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 1.25rem;
  font-weight: 800;
}
@media (min-width: 700px) {
  .ione--quote-insight__author-name {
    margin-bottom: 7px;
  }
}
@media (min-width: 1025px) {
  .ione--quote-insight__author-name {
    font-size: 1.375rem;
  }
}
.ione--quote-insight__author-name p {
  margin-top: 0;
  margin-bottom: 0;
}
.ione--quote-insight__author-attribution {
  font-family: "Avenir Next", sans-serif;
  line-height: 135%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 4px;
}
@media (min-width: 700px) {
  .ione--quote-insight__author-attribution {
    font-size: 1rem;
  }
}
.ione--quote-insight__cta {
  display: none;
}
@media (min-width: 700px) {
  .ione--quote-insight__cta {
    display: block;
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  .ione--quote-insight__cta {
    margin-top: 22px;
  }
}
.ione--quote-insight__cta-mobile {
  display: block;
}
@media (min-width: 700px) {
  .ione--quote-insight__cta-mobile {
    display: none;
  }
}
@media (min-width: 700px) {
  .ione--quote-insight__cta a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000000;
  }
  .ione--quote-insight__cta a .square-arrow__icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 46px;
    height: 46px;
  }
}

.ione--story-display .ione-container {
  margin: 0 auto;
}
@media screen and (min-width: 700px) {
  .ione--story-display__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ione--story-display__content.image-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ione--story-display__content:hover .media-video .video__cover::before {
  opacity: 50%;
}
.ione--story-display__media {
  position: relative;
  background-color: #000000;
}
@media screen and (min-width: 700px) {
  .ione--story-display__media {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.ione--story-display__media.media-image .media--type-image,
.ione--story-display__media.media-image .field--name-field-media-image {
  height: 100%;
}
.ione--story-display__media.media-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 699px) {
  .ione--story-display__media.media-video {
    height: 87.5vw;
  }
}
.ione--story-display__media.media-video .media--type-remote-video {
  margin-top: 0;
  height: 100%;
}
.ione--story-display__media.media-video .ione--media__remote-video,
.ione--story-display__media.media-video .video--inline,
.ione--story-display__media.media-video .video__cover,
.ione--story-display__media.media-video .media--type-image,
.ione--story-display__media.media-video .field--name-field-media-image {
  height: 100%;
}
.ione--story-display__media.media-video img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ione--story-display__media.media-video .video__cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: #000000;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
.ione--story-display__media.media-video .video__play:focus {
  outline-offset: -4px;
  outline-color: #ffffff;
}
@media (min-width: 700px) {
  .ione--story-display__media.media-video .video__play-accent {
    width: 98px;
    height: 98px;
  }
}
@media (min-width: 1025px) {
  .ione--story-display__media.media-video .video__play-accent {
    width: 121px;
    height: 121px;
  }
}
.ione--story-display__media.media-video .video__close {
  display: none;
}
.ione--story-display__body {
  background: #182B54;
  color: #ffffff;
  padding: 30px 20px;
}
@media screen and (min-width: 700px) {
  .ione--story-display__body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    padding: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--story-display__body {
    padding: 40px;
  }
}
.ione--story-display__quote {
  font-family: "Libre Caslon Text", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 125%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23ffffff' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
  padding-bottom: 30px;
  margin-bottom: 28px;
}
@media (min-width: 700px) {
  .ione--story-display__quote {
    margin-bottom: 29px;
    font-size: 1.5625rem;
  }
}
@media (min-width: 1025px) {
  .ione--story-display__quote {
    font-size: 1.875rem;
    padding-bottom: 30px;
    margin-bottom: 28px;
  }
}
.ione--story-display__quote::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 22px;
  background-image: url(../assets/icons/quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 8px;
}
@media (min-width: 700px) {
  .ione--story-display__quote::before {
    width: 32px;
    height: 26px;
    margin-bottom: 13px;
  }
}
.ione--story-display__quote p {
  margin: 0;
}
.ione--story-display__quote-name {
  font-size: 0.875rem;
  font-weight: 700;
}
@media (min-width: 700px) {
  .ione--story-display__quote-name {
    margin-bottom: 4px;
    font-size: 1rem;
  }
}
.ione--story-display__quote-attribution {
  font-size: 0.875rem;
}
@media (min-width: 700px) {
  .ione--story-display__quote-attribution {
    font-size: 1rem;
  }
}
.ione--story-display__link {
  margin-top: 32px;
}
@media (min-width: 700px) {
  .ione--story-display__link {
    margin-top: 30px;
  }
}
.ione--story-display__link a {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
}
.ione--story-display__link a:hover {
  background-color: #ffffff;
}
.ione--story-display__link a:focus {
  outline-color: #ffffff;
}
.ione--story-display__featured .ione--pspc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
}
@media (min-width: 700px) {
  .ione--story-display__featured .ione--pspc {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ione--story-display__featured .ione--pspc__image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.ione--story-display__featured .ione--pspc__image img {
  width: 150px;
  border-radius: 100%;
}
@media (min-width: 700px) {
  .ione--story-display__featured .ione--pspc__image img {
    width: 67px;
  }
}
@media (min-width: 1025px) {
  .ione--story-display__featured .ione--pspc__image img {
    width: 172px;
  }
}
.ione--story-display__featured .ione--pspc__name {
  font-family: "Libre Caslon Text", sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.25rem;
}
@media (min-width: 700px) {
  .ione--story-display__featured .ione--pspc__name {
    margin-bottom: 8px;
  }
}
@media (min-width: 1025px) {
  .ione--story-display__featured .ione--pspc__name {
    font-size: 1.375rem;
    margin-bottom: 10px;
  }
}
.ione--story-display__featured .ione--pspc__name p {
  margin-top: 0;
  margin-bottom: 0;
}
.ione--story-display__featured .ione--pspc__name a {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #ffffff;
}
.ione--story-display__featured .ione--pspc__name a .last-word {
  position: relative;
  padding-right: 40px;
}
.ione--story-display__featured .ione--pspc__name a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 5px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #182B54;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione--story-display__featured .ione--pspc__name a .last-word .arrow svg {
    color: #ffffff;
  }
}
.ione--story-display__featured .ione--pspc__name a:hover {
  opacity: 70%;
}
.ione--story-display__featured .ione--pspc__name a:hover .last-word .arrow svg {
  margin-left: 10px;
}
.ione--story-display__featured .ione--pspc__name a .last-word .arrow svg {
  color: #FFCC33;
}
.ione--story-display__featured .ione--pspc__name a:hover {
  opacity: 100%;
}
.ione--story-display__featured .ione--pspc__name a:focus {
  outline-color: #ffffff;
}
.ione--story-display__featured .ione--pspc__info {
  font-size: 0.875rem;
}
@media (min-width: 1025px) {
  .ione--story-display__featured .ione--pspc__info {
    font-size: 1rem;
    margin-top: 8px;
  }
}
.ione--story-display__featured .ione--pspc__dept {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 700px) {
  .ione--story-display__featured .ione--pspc__dept {
    font-size: 1rem;
  }
}
.ione--story-display__featured .ione--pspc__org {
  margin-top: 5px;
}

.region-connect {
  margin: 60px 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 700px) {
  .region-connect {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .region-connect {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1025px) {
  .region-connect {
    margin-bottom: 100px;
  }
}
@media (min-width: 700px) {
  .region-connect .block-block-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }
}
@media (min-width: 1025px) {
  .region-connect .block-block-content {
    -ms-grid-columns: 1.45fr 50px 1fr;
    grid-template-columns: 1.45fr 1fr;
    gap: 0 50px;
    max-width: 1300px;
    margin: 0 auto;
  }
}
.region-connect h2 {
  font-size: 2.125rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
@media (min-width: 700px) {
  .region-connect h2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    background: none;
    padding-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .region-connect h2 {
    font-size: 3.375rem;
  }
}
.region-connect h2 p {
  margin: 0;
}
.region-connect .field--name-field-embed {
  margin-bottom: 20px;
  padding-bottom: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
@media (min-width: 700px) {
  .region-connect .field--name-field-embed {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .region-connect .field--name-field-embed:before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
    width: 100%;
    height: 1px;
  }
}
.region-connect form div.mce_inline_error {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 1rem !important;
}
.region-connect form.show-step-2.submitted .connect-withus__step2,
.region-connect form.show-step-2.submitted .indicates-required,
.region-connect form.show-step-2.submitted input[type=submit],
.region-connect form.show-step-2.submitted h3 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.region-connect form.show-step-2 .connect-withus__step2 {
  opacity: 1;
  visibility: visible;
  position: static;
}
.region-connect form.show-step-2 input[type=submit] {
  display: block;
}
.region-connect form.show-step-2 .connect-withus__step1 {
  display: none;
}
.region-connect form .indicates-required {
  margin: 10px 0;
}
.region-connect form h3 {
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .region-connect form h3 {
    margin-top: 40px;
    font-size: 1.625rem;
  }
}
@media (min-width: 1025px) {
  .region-connect form h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1025px) {
  .region-connect form .connect-withus__step1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0px 20px;
  }
  .region-connect form .connect-withus__step1 .mc-field-group:first-child {
    width: 100%;
  }
  .region-connect form .connect-withus__step1 .mc-field-group {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 45%;
    max-width: inherit;
  }
}
@media (min-width: 700px) {
  .region-connect form .form-item:not(.micronode-block-edit-form .form-item, .views-exposed-form__filters .form-item) {
    margin-bottom: 15px;
  }
}
.region-connect form .content-withus__next {
  border: 0;
}
@media (min-width: 700px) {
  .region-connect form .content-withus__next {
    margin-top: 5px;
  }
}
.region-connect form .connect-withus__step2 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media (min-width: 1025px) {
  .region-connect form .connect-withus__step2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }
}
.region-connect form .connect-withus__step2 ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
.region-connect form input[type=submit] {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  border: 0;
  display: none;
}
.region-connect form input[type=submit]:hover {
  background-color: #182B54;
  color: #ffffff;
}
.region-connect .connect-withus__ctas {
  padding: 20px;
  color: #ffffff;
  background-color: #7A0019;
}
@media (min-width: 700px) {
  .region-connect .connect-withus__ctas {
    padding: 40px 30px;
  }
}
@media (min-width: 1025px) {
  .region-connect .connect-withus__ctas {
    padding: 40px;
  }
}
.region-connect .connect-withus__ctas h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .region-connect .connect-withus__ctas h3 {
    font-size: 1.75rem;
  }
}
.region-connect .connect-withus__ctas h3 p {
  margin: 0;
}
.region-connect .connect-withus__ctas a:focus {
  outline-color: #ffffff;
}
.region-connect .connect-withus__ctas .field--name-field-links {
  padding-bottom: 15px;
  margin-bottom: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23ffffff' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
@media (min-width: 1025px) {
  .region-connect .connect-withus__ctas .field--name-field-links {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.region-connect .connect-withus__ctas .field--name-field-links a {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  background-color: #FFCC33;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.region-connect .connect-withus__ctas .field--name-field-links a:hover {
  background-color: #ffffff;
}
@media (min-width: 1025px) {
  .region-connect .connect-withus__ctas .field--name-field-links a {
    margin: 0;
    min-width: 164px;
  }
}
.region-connect .connect-withus__ctas .field--name-field-links a:focus {
  outline-color: #ffffff;
}
@media (min-width: 1025px) {
  .region-connect .connect-withus__ctas .field--name-field-links-secondary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0 30px;
  }
}
.region-connect .connect-withus__ctas .field--name-field-links-secondary a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}
.region-connect .connect-withus__ctas .field--name-field-links-secondary a:focus {
  outline-color: #ffffff;
}
.region-connect #mce-success-response {
  background-color: #AFCF3B;
  padding: 20px;
  margin: 20px 0;
}

.ione--event-std .ione-container {
  max-width: 1300px;
  margin: 0 auto;
}
.ione--event-std__hero {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  min-height: 133.5vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 700px) {
  .ione--event-std__hero {
    min-height: 47.8vw;
  }
}
@media (min-width: 1025px) {
  .ione--event-std__hero {
    min-height: 48.8vw;
  }
}
.ione--event-std__hero-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
}
.ione--event-std__hero-img .media--type-image,
.ione--event-std__hero-img .field--type-image,
.ione--event-std__hero-img picture {
  height: 100%;
}
.ione--event-std__hero-img::after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(63.69%, rgba(0, 0, 0, 0.45)), color-stop(99.97%, rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.45) 63.69%, rgba(0, 0, 0, 0) 99.97%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ione--event-std__hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ione--event-std__hero-content {
  z-index: 1;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
}
@media screen and (min-width: 700px) {
  .ione--event-std__hero-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--event-std__hero-content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 700px) {
  .ione--event-std__hero-content {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 90px;
  }
}
@media (min-width: 1025px) {
  .ione--event-std__hero-content {
    margin-top: 120px;
    padding-left: 85px;
    gap: 28px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ione--event-std__hero-date {
  width: 54px;
  height: 75px;
  background-color: #FFCC33;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.ione--event-std__hero-date > *:first-child:not(.event-date-badge__range-part),
.ione--event-std__hero-date .event-date-badge__month {
  font-size: 0.9375rem;
  text-transform: uppercase;
  line-height: 140%;
}
.ione--event-std__hero-date > *:last-child:not(.event-date-badge__range-part),
.ione--event-std__hero-date .event-date-badge__day {
  font-family: "Neutraface Text", "Avenir Next", sans-serif;
  font-size: 1.8125rem;
  line-height: 100%;
}
.ione--event-std__hero-date.event-date-badge--range {
  width: 92px;
  padding-left: 8px;
  padding-right: 8px;
}
.ione--event-std__hero-date.event-date-badge--range .event-date-badge__day {
  font-size: 1.5rem;
  white-space: nowrap;
}
.ione--event-std__hero-date.event-date-badge--cross-month {
  width: 118px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
}
.ione--event-std__hero-date.event-date-badge--cross-month .event-date-badge__range-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1px;
  line-height: 1;
}
.ione--event-std__hero-date.event-date-badge--cross-month .event-date-badge__month {
  font-size: 0.9375rem;
  line-height: 140%;
}
.ione--event-std__hero-date.event-date-badge--cross-month .event-date-badge__day {
  font-size: 1.8125rem;
  line-height: 100%;
}
.ione--event-std__hero-date.event-date-badge--cross-month .event-date-badge__range-separator {
  font-family: "Neutraface Text", "Avenir Next", sans-serif;
  font-size: 1.8125rem;
  line-height: 100%;
  margin-top: 1.375rem;
}
@media (min-width: 700px) {
  .ione--event-std__hero-date {
    margin-top: -7px;
  }
}
@media (min-width: 1025px) {
  .ione--event-std__hero-date {
    margin-top: -2px;
  }
}
.ione--event-std__hero-title {
  font-family: "Libre Caslon Text", sans-serif;
  line-height: 125%;
  font-size: 2.125rem;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  .ione--event-std__hero-title {
    margin-bottom: 50px;
    margin-right: 230px;
  }
}
@media (min-width: 1025px) {
  .ione--event-std__hero-title {
    font-size: 3.375rem;
    margin-right: 0;
    margin-bottom: 60px;
    width: 40vw;
  }
}
@media (min-width: 700px) {
  .ione--event-std__intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .ione--event-std__intro {
    gap: 60px;
  }
}
.ione--event-std__intro-text {
  font-family: "Avenir Next", sans-serif;
  font-size: 1.375rem;
  line-height: 140%;
  margin-top: 31px;
  margin-bottom: 31px;
}
@media (min-width: 700px) {
  .ione--event-std__intro-text {
    font-size: 1.5rem;
    margin-top: 15px;
  }
}
@media (min-width: 1025px) {
  .ione--event-std__intro-text {
    font-size: 2rem;
    padding-left: clamp(67px, (100vw - 1266px) / 2, 167px);
    margin-top: 45px;
  }
}
.ione--event-std__info {
  width: 100%;
  background-color: #7A0019;
  color: #ffffff;
  padding: 31px 20px 28px;
}
@media (min-width: 700px) {
  .ione--event-std__info {
    max-width: 305px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 31px 30px 28px;
    position: relative;
    margin-top: -40px;
  }
}
@media (min-width: 1025px) {
  .ione--event-std__info {
    max-width: 493px;
    padding: 40px;
    margin-top: -50px;
  }
}
.ione--event-std__info-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23ffffff' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
@media (min-width: 700px) {
  .ione--event-std__info-head {
    padding-bottom: 21px;
  }
}
.ione--event-std__info-head .field--name-field-event-open-to {
  background-color: #630115;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 12px;
}
.ione--event-std__info-body > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 14px 0;
  gap: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23ffffff' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
@media (min-width: 700px) {
  .ione--event-std__info-body > div {
    padding: 20px 0;
    gap: 1px;
  }
}
@media (min-width: 1025px) {
  .ione--event-std__info-body > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.ione--event-std__info-body > div .info-label {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  white-space: nowrap;
  gap: 10px;
}
@media (min-width: 700px) {
  .ione--event-std__info-body > div .info-label {
    font-size: 1.125rem;
    line-height: 120%;
  }
}
@media (min-width: 1025px) {
  .ione--event-std__info-body > div .info-label {
    -webkit-flex-basis: 29%;
        -ms-flex-preferred-size: 29%;
            flex-basis: 29%;
  }
}
.ione--event-std__info-body > div:last-child {
  background-image: unset;
  padding-bottom: 0;
}
.ione--event-std__format {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 700px) {
  .ione--event-std__format {
    gap: 14px;
  }
}
.ione--event-std__format .format-icon {
  width: 16px;
}
.ione--event-std__format .format-icon img {
  vertical-align: middle;
}
.ione--event-std__organizer > p {
  margin: 0;
}
@media (min-width: 700px) {
  .ione--event-std__organizer > p {
    padding-right: 5px;
  }
}
.ione--event-std__organizer a {
  color: #ffffff;
}
.ione--event-std__organizer a:focus {
  outline-color: #ffffff;
}
.ione--event-std__info-footer {
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .ione--event-std__info-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  .ione--event-std__info-footer .ione-share-buttons {
    margin-left: auto;
  }
}
.ione--event-std__info-footer .ione-share-buttons .open-addtoany:focus {
  outline-color: #ffffff;
}
@media (min-width: 700px) {
  .ione--event-std__attendance-info {
    margin-bottom: 21px;
  }
}
@media (min-width: 1025px) {
  .ione--event-std__attendance-info {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-bottom: 5px;
  }
}
.ione--event-std__attendance-info a {
  color: #ffffff;
}
.ione--event-std__attendance-info a:focus {
  outline-color: #ffffff;
}
.ione--event-std__info-link {
  margin-bottom: 12px;
}
@media (min-width: 700px) {
  .ione--event-std__info-link {
    margin-bottom: 21px;
  }
}
@media (min-width: 1025px) {
  .ione--event-std__info-link {
    margin-bottom: 0;
  }
}
.ione--event-std__info-link a {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  border: 1px solid #FFCC33;
  background-color: #FFCC33;
}
.ione--event-std__info-link a:hover {
  background-color: #182B54;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .ione--event-std__info-link a {
    font-size: 1rem;
  }
}
.ione--event-std__info-link a:hover {
  border-color: #ffffff;
}
.ione--event-std__info-link a:focus {
  outline-color: #ffffff;
}
.ione--event-std .ione--event-body {
  margin: 60px auto;
}
@media (min-width: 1025px) {
  .ione--event-std .ione--event-body {
    margin: 120px auto 60px;
    margin-left: clamp(67px, (100vw - 1266px) / 2, 167px);
    margin-right: auto;
  }
}
.ione--event-std .ione-event-related {
  margin: 60px 0;
}
@media (min-width: 700px) {
  .ione--event-std .ione-event-related {
    margin: 90px 0;
  }
}
@media (min-width: 1025px) {
  .ione--event-std .ione-event-related {
    margin: 120px 0;
  }
}
.ione--event-std .ione-event-related .ione-container {
  max-width: 1300px;
  margin: 0 auto;
}
.ione--event-std .ione-event-related__heading {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 125%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media (min-width: 700px) {
  .ione--event-std .ione-event-related__heading {
    font-size: 1.375rem;
    margin-bottom: 28px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1025px) {
  .ione--event-std .ione-event-related__heading {
    font-size: 1.875rem;
    padding-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .ione--event-std .ione-event-related__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    margin: 0 -25px;
  }
}
.ione--event-std .ione-event-related__event {
  margin-bottom: 60px;
}
@media (min-width: 700px) and (max-width: 1024px) {
  .ione--event-std .ione-event-related__event {
    max-width: 48.6%;
    margin-bottom: 91px;
  }
}
@media (min-width: 1025px) {
  .ione--event-std .ione-event-related__event {
    padding: 0 25px;
    margin-bottom: 0;
  }
}
.ione--event-std .ione-event-related__event .ione--event-card {
  background-color: #7A0019;
  position: relative;
  padding: 31px 20px 28px;
}
@media (min-width: 700px) {
  .ione--event-std .ione-event-related__event .ione--event-card {
    padding: 31px 30px 28px;
  }
}
@media (min-width: 1025px) {
  .ione--event-std .ione-event-related__event .ione--event-card {
    padding: 40px 32px 38px;
  }
}
.ione--event-std .ione-event-related__event .ione--event-card__title {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 125%;
  margin-bottom: 10px;
  margin-top: 43px;
}
@media (min-width: 1025px) {
  .ione--event-std .ione-event-related__event .ione--event-card__title {
    font-size: 1.375rem;
  }
}
.ione--event-std .ione-event-related__event .ione--event-card__title a {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #ffffff;
  line-height: 125%;
}
.ione--event-std .ione-event-related__event .ione--event-card__title a .last-word {
  position: relative;
  padding-right: 40px;
}
.ione--event-std .ione-event-related__event .ione--event-card__title a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 5px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #182B54;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione--event-std .ione-event-related__event .ione--event-card__title a .last-word .arrow svg {
    color: #ffffff;
  }
}
.ione--event-std .ione-event-related__event .ione--event-card__title a:hover {
  opacity: 70%;
}
.ione--event-std .ione-event-related__event .ione--event-card__title a:hover .last-word .arrow svg {
  margin-left: 10px;
}
.ione--event-std .ione-event-related__event .ione--event-card__title a .last-word .arrow svg {
  color: #FFCC33;
}
.ione--event-std .ione-event-related__event .ione--event-card__title a:hover {
  opacity: 100%;
}
.ione--event-std .ione-event-related__event .ione--event-card__title a:focus {
  outline-color: #ffffff;
}
.ione--event-std .ione-event-related__event .ione--event-card__title a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ione--event-std .ione-event-related__event .ione--event-card__content {
  position: relative;
  padding: 32px 20px;
}
@media (min-width: 700px) {
  .ione--event-std .ione-event-related__event .ione--event-card__content {
    padding: 31px;
  }
}
@media (min-width: 1025px) {
  .ione--event-std .ione-event-related__event .ione--event-card__content {
    padding: 40px 32px;
  }
}
.ione--event-std .ione-event-related__event .ione--event-card__date {
  width: 54px;
  height: 75px;
  background-color: #FFCC33;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  position: absolute;
  left: 20px;
  top: -10px;
}
.ione--event-std .ione-event-related__event .ione--event-card__date > *:first-child:not(.event-date-badge__range-part),
.ione--event-std .ione-event-related__event .ione--event-card__date .event-date-badge__month {
  font-size: 0.9375rem;
  text-transform: uppercase;
  line-height: 140%;
}
.ione--event-std .ione-event-related__event .ione--event-card__date > *:last-child:not(.event-date-badge__range-part),
.ione--event-std .ione-event-related__event .ione--event-card__date .event-date-badge__day {
  font-family: "Neutraface Text", "Avenir Next", sans-serif;
  font-size: 1.8125rem;
  line-height: 100%;
}
.ione--event-std .ione-event-related__event .ione--event-card__date.event-date-badge--range {
  width: 92px;
  padding-left: 8px;
  padding-right: 8px;
}
.ione--event-std .ione-event-related__event .ione--event-card__date.event-date-badge--range .event-date-badge__day {
  font-size: 1.5rem;
  white-space: nowrap;
}
.ione--event-std .ione-event-related__event .ione--event-card__date.event-date-badge--cross-month {
  width: 118px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
}
.ione--event-std .ione-event-related__event .ione--event-card__date.event-date-badge--cross-month .event-date-badge__range-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1px;
  line-height: 1;
}
.ione--event-std .ione-event-related__event .ione--event-card__date.event-date-badge--cross-month .event-date-badge__month {
  font-size: 0.9375rem;
  line-height: 140%;
}
.ione--event-std .ione-event-related__event .ione--event-card__date.event-date-badge--cross-month .event-date-badge__day {
  font-size: 1.8125rem;
  line-height: 100%;
}
.ione--event-std .ione-event-related__event .ione--event-card__date.event-date-badge--cross-month .event-date-badge__range-separator {
  font-family: "Neutraface Text", "Avenir Next", sans-serif;
  font-size: 1.8125rem;
  line-height: 100%;
  margin-top: 1.375rem;
}
@media (min-width: 700px) {
  .ione--event-std .ione-event-related__event .ione--event-card__date {
    left: 30px;
    top: -11px;
  }
}
@media (min-width: 1025px) {
  .ione--event-std .ione-event-related__event .ione--event-card__date {
    left: 32px;
    top: -12px;
  }
}
.ione--event-std .ione-event-related__event .ione--event-card__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}
@media screen and (min-width: 1025px) {
  .ione--event-std .ione-event-related__event .ione--event-card__details {
    gap: 20px;
  }
}
.ione--event-std .ione-event-related__event .ione--event-card__time {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}
.ione--event-std .ione-event-related__event .ione--event-card__open-to {
  color: #ffffff;
  background-color: #630115;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  padding: 7px 12px;
}
@media (min-width: 1025px) {
  .ione--event-std .ione-event-related__articles {
    padding: 0 25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: top left;
    background-size: 1px auto;
  }
}
.ione--event-std .ione-event-related__articles .view-articles .view-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .ione--event-std .ione-event-related__articles .view-articles .view-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin: 0 -30px;
  }
}
@media (min-width: 1025px) {
  .ione--event-std .ione-event-related__articles .view-articles .view-content {
    margin: 0 -25px;
  }
}
@media (min-width: 700px) {
  .ione--event-std .ione-event-related__articles .view-articles .view-content > div {
    padding: 0 30px;
  }
}
@media (min-width: 1025px) {
  .ione--event-std .ione-event-related__articles .view-articles .view-content > div {
    padding: 0 25px;
  }
}
.ione--event-std .ione-event-related__articles .view-articles .view-content > div:nth-child(2) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
  margin-top: 20px;
  padding-top: 20px;
}
@media (min-width: 700px) {
  .ione--event-std .ione-event-related__articles .view-articles .view-content > div:nth-child(2) {
    margin-top: 0;
    padding-top: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: top left;
    background-size: 1px auto;
  }
}
@media (min-width: 700px) {
  .ione--event-std .ione-event-related__articles .ione--article-basic-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}
.ione--event-std .ione-event-related__articles .ione--article-basic-card__section {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-underline-offset: 30%;
  color: #182B54;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  text-decoration: underline;
}
@media (min-width: 700px) {
  .ione--event-std .ione-event-related__articles .ione--article-basic-card__section {
    font-size: 1rem;
    margin-bottom: 18px;
  }
}
@media (min-width: 1025px) {
  .ione--event-std .ione-event-related__articles .ione--article-basic-card__section {
    margin-bottom: 18px;
  }
}
.ione--event-std .ione-event-related__articles .ione--article-basic-card__section::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #7A0019;
  border-radius: 100%;
  margin-right: 10px;
}
.ione--event-std .ione-event-related__articles .ione--article-basic-card__title {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 1.25rem;
}
@media (min-width: 700px) {
  .ione--event-std .ione-event-related__articles .ione--article-basic-card__title {
    margin-bottom: 23px;
  }
}
@media (min-width: 1025px) {
  .ione--event-std .ione-event-related__articles .ione--article-basic-card__title {
    font-size: 1.375rem;
  }
}
.ione--event-std .ione-event-related__articles .ione--article-basic-card__title p {
  margin-top: 0;
  margin-bottom: 0;
}
.ione--event-std .ione-event-related__articles .ione--article-basic-card__title a {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #182B54;
}
.ione--event-std .ione-event-related__articles .ione--article-basic-card__title a .last-word {
  position: relative;
  padding-right: 40px;
}
.ione--event-std .ione-event-related__articles .ione--article-basic-card__title a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 5px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #182B54;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione--event-std .ione-event-related__articles .ione--article-basic-card__title a .last-word .arrow svg {
    color: #ffffff;
  }
}
.ione--event-std .ione-event-related__articles .ione--article-basic-card__title a:hover {
  opacity: 70%;
}
.ione--event-std .ione-event-related__articles .ione--article-basic-card__title a:hover .last-word .arrow svg {
  margin-left: 10px;
}
.ione--event-std .ione-event-related__articles .ione--article-basic-card__image {
  margin-top: auto;
  margin-bottom: 0;
}
.ione--event-std .ione-event-related__articles .ione--article-basic-card__image img {
  width: 100%;
}
.ione--event-std .ione-event-related__related-link {
  margin-top: 30px;
}
@media (min-width: 1025px) {
  .ione--event-std .ione-event-related__related-link {
    margin-top: 32px;
  }
}
.ione--event-std .ione-event-related__related-link a {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
}
.ione--event-std .ione-event-related__related-link a:hover {
  background-color: #182B54;
  color: #ffffff;
}

.ione--node-event-full {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 700px) {
  .ione--node-event-full {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--node-event-full {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.ione-profile {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 700px) {
  .ione-profile {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .ione-profile {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.ione-profile-hero {
  margin-bottom: 60px;
}
@media screen and (min-width: 700px) {
  .ione-profile-hero {
    margin-bottom: 76px;
  }
}
@media screen and (min-width: 1025px) {
  .ione-profile-hero {
    margin-bottom: 106px;
  }
}
.ione-profile-hero .field__label, .ione-profile-hero__year_fellow-label {
  font-family: "Avenir Next", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 135%;
  text-transform: uppercase;
  margin-bottom: 9px;
}
@media screen and (min-width: 700px) {
  .ione-profile-hero .field__label, .ione-profile-hero__year_fellow-label {
    font-size: 1.125rem;
    line-height: 120%;
    margin-bottom: 19px;
  }
}
.ione-profile-hero__year_fellow-label::after {
  content: "\a";
  white-space: pre;
}
@media screen and (min-width: 700px) {
  .ione-profile-hero__head {
    display: -ms-grid;
    display: grid;
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 1025px) {
  .ione-profile-hero__head {
    margin-bottom: 121px;
  }
}
.ione-profile-hero__bg-img {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  -ms-grid-row: 1;
  grid-area: 1/-1;
  position: relative;
  background-color: #000000;
}
@media screen and (max-width: 699px) {
  .ione-profile-hero__bg-img {
    min-height: 45vw;
  }
}
.ione-profile-hero__bg-img .field--name-field-profile-bg-img,
.ione-profile-hero__bg-img .field--name-field-media-image,
.ione-profile-hero__bg-img .media--type-image {
  height: 100%;
}
.ione-profile-hero__bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ione-profile-hero__bg-img::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(69.27%, rgba(0, 0, 0, 0.75)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 69.27%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.ione-profile-hero__profile {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 700px) {
  .ione-profile-hero__profile {
    -ms-grid-row: 1;
    grid-area: 1/-1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-row-align: end;
        align-self: end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 52px;
    color: #ffffff;
    padding-top: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .ione-profile-hero__profile {
    padding-top: 120px;
  }
}
.ione-profile-hero__profile .field__label {
  margin-bottom: 0px;
}
@media screen and (min-width: 700px) {
  .ione-profile-hero__profile .field__label {
    margin-bottom: 4px;
  }
}
.ione-profile-hero__photo {
  margin-top: -152px;
  margin-bottom: 22px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
@media screen and (min-width: 700px) {
  .ione-profile-hero__photo {
    margin-top: 0;
    margin-bottom: -26px;
  }
}
@media screen and (min-width: 1025px) {
  .ione-profile-hero__photo {
    margin-bottom: -44px;
  }
}
.ione-profile-hero__photo img {
  border-radius: 100%;
  width: 100%;
  max-width: 173px;
  background-color: #000000;
}
@media screen and (min-width: 700px) {
  .ione-profile-hero__photo img {
    max-width: 209px;
  }
}
@media screen and (min-width: 1025px) {
  .ione-profile-hero__photo img {
    max-width: 266px;
  }
}
.ione-profile-hero__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 21px;
}
@media screen and (min-width: 700px) {
  .ione-profile-hero__info {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .ione-profile-hero__info {
    margin-bottom: 40px;
  }
}
.ione-profile-hero__info > div:nth-child(3) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-y;
  background-position: top left;
  background-size: 1px auto;
  margin-left: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 700px) {
  .ione-profile-hero__info > div:nth-child(3) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23ffffff' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: top left;
    background-size: 1px auto;
  }
}
.ione-profile-hero__name {
  font-family: "Libre Caslon Text", sans-serif;
  font-size: 2.125rem;
  line-height: 125%;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 19px;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
@media screen and (min-width: 700px) {
  .ione-profile-hero__name {
    margin-top: 8px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .ione-profile-hero__name {
    font-size: 3.375rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 700px) {
  .ione-profile-hero__details {
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ione-profile-hero__col-1 {
  margin-bottom: 7px;
}
@media screen and (min-width: 700px) {
  .ione-profile-hero__col-1 {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
    padding-right: 22px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .ione-profile-hero__col-1 {
    -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
  }
}
@media screen and (min-width: 700px) {
  .ione-profile-hero__col-2 {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    padding-left: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .ione-profile-hero__col-2 {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
    padding-left: 22px;
  }
}
.ione-profile-hero__col-2 .ione-share-buttons {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
  margin-top: 20px;
  padding-top: 20px;
}
.ione-profile-hero__ct-or-dept {
  margin-bottom: 21px;
}
@media screen and (min-width: 700px) {
  .ione-profile-hero__ct-or-dept {
    margin-bottom: 31px;
  }
}
.ione-profile-hero__ct-or-dept .field--name-field-profile-ct-or-dept {
  font-weight: 700;
}
@media screen and (min-width: 700px) {
  .ione-profile-hero__ct-or-dept .field--name-field-profile-ct-or-dept {
    margin-bottom: 4px;
  }
}
.ione-profile-hero__ct-or-dept .field__items {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-y;
  background-position: top left;
  background-size: 1px auto;
  padding-left: 15px;
}
@media screen and (min-width: 700px) {
  .ione-profile-hero__ct-or-dept .field__items {
    padding-left: 17px;
  }
}
.ione-profile-hero__areas-of-expertise {
  margin-bottom: 7px;
}
@media screen and (min-width: 700px) {
  .ione-profile-hero__areas-of-expertise {
    margin-bottom: 17px;
  }
}
.ione-profile-hero__areas-of-expertise .field__item {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-y;
  background-position: top left;
  background-size: 1px auto;
  padding-left: 15px;
}
@media screen and (min-width: 700px) {
  .ione-profile-hero__areas-of-expertise .field__item {
    padding-left: 17px;
  }
}
.ione-profile-hero__areas-of-expertise .field__item p {
  margin-top: 0;
}
.ione-profile-hero__related-topics {
  margin-bottom: 21px;
}
@media screen and (min-width: 700px) {
  .ione-profile-hero__related-topics {
    margin-bottom: 31px;
  }
}
.ione-profile-hero__related-topics .field--name-field-related-topics .field__label {
  margin-bottom: 6px;
}
@media screen and (min-width: 700px) {
  .ione-profile-hero__related-topics .field--name-field-related-topics .field__label {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .ione-profile-hero__related-topics .field--name-field-related-topics .field__label {
    margin-bottom: 14px;
  }
}
.ione-profile-hero__related-topics .field--name-field-related-topics .field__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.ione-profile-hero__related-topics .field--name-field-related-topics .field__items .field__item a {
  font-family: "Avenir Next", sans-serif;
  font-size: 0.875rem;
  line-height: 135%;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 700px) {
  .ione-profile-hero__related-topics .field--name-field-related-topics .field__items .field__item a {
    font-size: 1rem;
    line-height: 120%;
  }
}
.ione-profile-hero__related-topics .field--name-field-related-topics .field__items .field__item:first-child::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #FFCC33;
  border-radius: 100%;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.ione-profile-hero__net-affiliation .field__item p {
  margin-top: 0;
}
.ione-profile-hero__email, .ione-profile-hero__phone {
  margin-bottom: 20px;
}
.ione-profile-hero__email .field__label, .ione-profile-hero__phone .field__label {
  margin-bottom: 2px;
}
@media screen and (min-width: 700px) {
  .ione-profile-hero__email .field__label, .ione-profile-hero__phone .field__label {
    margin-bottom: 9px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .ione-profile-hero__email .field__label, .ione-profile-hero__phone .field__label {
    font-size: 1.125rem;
    margin-bottom: 6px;
  }
}
.ione-profile-hero__email a, .ione-profile-hero__phone a {
  font-size: 0.875rem;
}
@media screen and (min-width: 1025px) {
  .ione-profile-hero__email a, .ione-profile-hero__phone a {
    font-size: 1rem;
  }
}
.ione-profile-hero__link a {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  font-size: 1rem;
}
.ione-profile-hero__link a:hover {
  background-color: #182B54;
  color: #ffffff;
}
.ione-profile-body {
  margin: 60px auto;
}
@media screen and (min-width: 700px) {
  .ione-profile-body {
    max-width: 1000px;
    margin: 0 auto 60px;
  }
}

.ione--article {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 700px) {
  .ione--article {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--article {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.ione--article-hero {
  margin-bottom: 60px;
}
@media screen and (min-width: 700px) {
  .ione--article-hero {
    margin-bottom: 76px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--article-hero {
    margin-bottom: 80px;
  }
}
.ione--article-hero__head {
  margin-bottom: 30px;
}
@media screen and (min-width: 700px) {
  .ione--article-hero__head {
    margin-bottom: 52px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--article-hero__head {
    margin-bottom: 61px;
  }
}
.ione--article-hero__head.has-image {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.ione--article-hero__head.has-image .ione--article-hero__heading {
  -ms-grid-row: 1;
  grid-area: 1/-1;
  color: #ffffff;
  position: relative;
  z-index: 2;
  margin: 60px auto 30px;
}
@media screen and (min-width: 700px) {
  .ione--article-hero__head.has-image .ione--article-hero__heading {
    margin: 80px auto 40px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--article-hero__head.has-image .ione--article-hero__heading {
    margin: 120px auto 80px;
  }
}
.ione--article-hero__head.has-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 700px) {
  .ione--article-hero__head.has-video {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--article-hero__head.has-video {
    margin-bottom: 61px;
  }
}
.ione--article-hero__head.has-video .ione--article-hero__heading {
  margin-top: 60px;
  margin-bottom: 30px;
}
@media screen and (min-width: 700px) {
  .ione--article-hero__head.has-video .ione--article-hero__heading {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--article-hero__head.has-video .ione--article-hero__heading {
    margin-bottom: 60px;
  }
}
.ione--article-hero__head.no-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 42px;
}
@media screen and (min-width: 700px) {
  .ione--article-hero__head.no-media {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--article-hero__head.no-media {
    margin-bottom: 100px;
  }
}
.ione--article-hero__video {
  width: 100%;
  max-width: 868px;
  margin: auto;
  position: relative;
  padding-top: 60.34%;
}
@media screen and (min-width: 700px) {
  .ione--article-hero__video {
    padding-top: 56%;
  }
}
@media screen and (min-width: 1025px) {
  .ione--article-hero__video {
    padding-top: 0;
    height: 520px;
  }
}
.ione--article-hero__video iframe,
.ione--article-hero__video .video__cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0;
}
.ione--article-hero__video .contextual-region {
  position: static;
}
.ione--article-hero__video .video__cover .field--name-field-media,
.ione--article-hero__video .video__cover .media--type-image,
.ione--article-hero__video .video__cover .field--name-field-media-image {
  height: 100%;
}
.ione--article-hero__video .video__cover img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ione--article-hero__video .video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  z-index: 1;
  background-image: url(../assets/icons/Play-icon.svg);
  background-repeat: no-repeat;
  background-position: 58% center;
  background-size: 30%;
  background-color: #AFCF3B;
  border: 0;
  font-size: 0;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione--article-hero__video .video__play {
    background-image: url(../assets/icons/Play-icon-green.svg);
  }
}
@media (min-width: 700px) {
  .ione--article-hero__video .video__play {
    width: 89px;
    height: 89px;
  }
}
@media (min-width: 1025px) {
  .ione--article-hero__video .video__play {
    width: 121px;
    height: 121px;
  }
}
.ione--article-hero__video .video__play:hover {
  background-image: url(../assets/icons/Play-icon-green.svg);
  background-color: #000000;
}
.ione--article-hero__video .video__play:focus {
  outline-color: #ffffff;
}
.ione--article-hero__video .video__close {
  display: none;
}
.ione--article-hero__video .video__embed .media--type-remote-video {
  position: static;
}
.ione--article-hero__bg-img {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  -ms-grid-row: 1;
  grid-area: 1/-1;
  position: relative;
  background-color: #000000;
  height: 100%;
}
.ione--article-hero__bg-img .field--name-field-media-image,
.ione--article-hero__bg-img .media--type-image {
  height: 100%;
}
.ione--article-hero__bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 700px) {
  .ione--article-hero__bg-img img {
    min-height: 40.1vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1025px) {
  .ione--article-hero__bg-img img {
    min-height: 44.8vw;
  }
}
.ione--article-hero__bg-img::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(69.27%, rgba(0, 0, 0, 0.75)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 69.27%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.ione--article-hero__heading {
  font-family: "Libre Caslon Text", sans-serif;
  font-size: 2.125rem;
  line-height: 125%;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 19px;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 700px) {
  .ione--article-hero__heading {
    max-width: 558px;
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--article-hero__heading {
    max-width: 1000px;
    font-size: 3.375rem;
    margin-top: 80px;
  }
}
.ione--article-hero__details {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (min-width: 700px) {
  .ione--article-hero__details {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ione--article-hero__col-1 {
  margin-bottom: 30px;
}
@media screen and (min-width: 700px) {
  .ione--article-hero__col-1 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .ione--article-hero__col-1 {
    -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
    padding-left: clamp(0px, (100vw - 1200px) / 2, 200px);
    padding-right: 50px;
  }
}
@media screen and (min-width: 700px) {
  .ione--article-hero__col-2 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--article-hero__col-2 {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
    padding-left: 10px;
  }
}
.ione--article-hero__intro {
  font-size: 1.375rem;
  font-family: "Avenir Next", sans-serif;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (min-width: 700px) {
  .ione--article-hero__intro {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .ione--article-hero__intro {
    font-size: 2rem;
  }
}
.ione--article-hero__intro p {
  margin-top: 0;
}
.ione--article-hero__report {
  margin-top: 23px;
}
.ione--article-hero__report a {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  font-size: 1rem;
}
.ione--article-hero__report a:hover {
  background-color: #182B54;
  color: #ffffff;
}
.ione--article-hero__pub-date {
  font-size: 0.875rem;
  margin-top: 6px;
  margin-bottom: 9px;
}
@media screen and (min-width: 1025px) {
  .ione--article-hero__pub-date {
    margin-bottom: 7px;
    font-size: 1rem;
  }
}
.ione--article-hero__read-time {
  font-size: 0.875rem;
}
@media screen and (min-width: 1025px) {
  .ione--article-hero__read-time {
    font-size: 1rem;
  }
}
.ione--article-hero__read-time::before {
  content: "";
  background-image: url(../assets/icons/schedule.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
@media screen and (min-width: 700px) {
  .ione--article-hero__read-time::before {
    top: 4px;
    width: 19px;
    height: 19px;
    margin-right: 5px;
  }
}
.ione--article-hero__experts {
  margin-top: 14px;
  padding-top: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
}
@media screen and (min-width: 700px) {
  .ione--article-hero__experts {
    padding-top: 20px;
    margin-top: 19px;
  }
}
.ione--article-hero__experts .field--name-field-article-rel-experts > .field__item {
  margin-bottom: 10px;
}
@media screen and (min-width: 700px) {
  .ione--article-hero__experts .field--name-field-article-rel-experts > .field__item {
    margin-bottom: 20px;
  }
}
.ione--article-hero__experts .field--name-field-article-rel-experts > .field__item:last-child {
  margin-bottom: 0;
}
.ione--article-hero__experts .field--name-field-article-rel-experts > .field__item .group-label {
  font-family: "Avenir Next", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 135%;
  text-transform: uppercase;
  margin-bottom: 14px;
  margin-top: 0;
}
@media screen and (min-width: 700px) {
  .ione--article-hero__experts .field--name-field-article-rel-experts > .field__item .group-label {
    font-size: 1rem;
    margin-bottom: 19px;
  }
}
.ione--article-hero__experts .field--name-field-article-rel-experts > .field__item .ione--profile-small-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  margin-bottom: 10px;
}
.ione--article-hero__experts .field--name-field-article-rel-experts > .field__item .ione--profile-small-card__image {
  width: 67px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.ione--article-hero__experts .field--name-field-article-rel-experts > .field__item .ione--profile-small-card__image img {
  border-radius: 100%;
}
.ione--article-hero__experts .field--name-field-article-rel-experts > .field__item .ione--profile-small-card__info {
  margin-top: -1px;
  font-size: 0.875rem;
}
@media screen and (min-width: 1025px) {
  .ione--article-hero__experts .field--name-field-article-rel-experts > .field__item .ione--profile-small-card__info {
    font-size: 1rem;
  }
}
.ione--article-hero__experts .field--name-field-article-rel-experts > .field__item .ione--profile-small-card__name a {
  color: #000000;
}
.ione--article-hero__related-topics {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
  margin-bottom: 0px;
  margin-top: 15px;
  padding-top: 12px;
}
@media screen and (min-width: 700px) {
  .ione--article-hero__related-topics {
    padding-top: 14px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--article-hero__related-topics {
    padding-top: 17px;
  }
}
.ione--article-hero__related-topics .field--name-field-related-topics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.ione--article-hero__related-topics .field--name-field-related-topics .field__item a {
  font-family: "Avenir Next", sans-serif;
  font-size: 0.875rem;
  line-height: 135%;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}
@media screen and (min-width: 700px) {
  .ione--article-hero__related-topics .field--name-field-related-topics .field__item a {
    font-size: 1rem;
    line-height: 120%;
  }
}
.ione--article-hero__related-topics .field--name-field-related-topics .field__item:first-child::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #FFCC33;
  border-radius: 100%;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.ione--article-hero .ione-share-buttons {
  margin-top: 21px;
}
@media screen and (min-width: 700px) {
  .ione--article-hero .ione-share-buttons {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--article-hero .ione-share-buttons {
    margin-top: 35px;
  }
}

.ione--project {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 700px) {
  .ione--project {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--project {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.ione--project-hero {
  max-width: 1300px;
  margin: 0 auto;
}
.ione--project-hero__banner {
  display: -ms-grid;
  display: grid;
}
.ione--project-hero__image {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  -ms-grid-row: 1;
  grid-area: 1/-1;
  background-color: #000000;
}
.ione--project-hero__image .field--name-field-media,
.ione--project-hero__image .media--type-image,
.ione--project-hero__image .field--name-field-media-image,
.ione--project-hero__image picture {
  height: 100%;
}
.ione--project-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ione--project-hero__image::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(69.27%, rgba(0, 0, 0, 0.75)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 69.27%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.ione--project-hero__overcontent {
  -ms-grid-row: 1;
  grid-area: 1/-1;
  position: relative;
  z-index: 1;
  color: #ffffff;
  -ms-grid-row-align: end;
      align-self: end;
  margin: 60px 0;
}
@media screen and (min-width: 700px) {
  .ione--project-hero__overcontent {
    margin: 80px 0 77px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--project-hero__overcontent {
    margin: 120px 0 114px;
    max-width: 965px;
  }
}
.ione--project-hero__title {
  font-size: 2.125rem;
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 700;
  line-height: 125%;
  margin-top: 0;
  margin-bottom: 0px;
}
@media (min-width: 1025px) {
  .ione--project-hero__title {
    margin-bottom: 22px;
    font-size: 3.375rem;
  }
}
.ione--project-hero__subtitle {
  margin-top: 0;
  font-family: "Avenir Next", sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 500;
}
@media (min-width: 700px) {
  .ione--project-hero__subtitle {
    font-size: 1.25rem;
    line-height: 135%;
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .ione--project-hero__subtitle {
    font-size: 1.5625rem;
  }
}
.ione--project-hero__subtitle p {
  margin-top: 0;
  margin-bottom: 0;
}
.ione--project-hero__info {
  background-color: #182B54;
  border-top: 10px solid #88A61F;
  color: #ffffff;
  margin-top: -30px;
  position: relative;
  z-index: 1;
  padding: 32px 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 700px) {
  .ione--project-hero__info {
    border-width: 16px;
    margin-top: -49px;
    padding: 32px 30px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--project-hero__info {
    margin-top: -50px;
    padding: 41px 48px;
  }
}
.ione--project-hero__info.status-research-program, .ione--project-hero__info.status-center {
  background-color: #7A0019;
  border-color: #FFCC33;
}
.ione--project-hero__top {
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23ffffff' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
@media screen and (min-width: 700px) {
  .ione--project-hero__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.ione--project-hero__topic {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 135%;
  text-transform: uppercase;
  text-underline-offset: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  margin-bottom: 16px;
}
@media screen and (min-width: 700px) {
  .ione--project-hero__topic {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.ione--project-hero__topic a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 30%;
}
.ione--project-hero__topic a:focus {
  outline-color: #ffffff;
}
.ione--project-hero__topic .field--name-field-related-topics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.ione--project-hero__topic .field__item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ione--project-hero__topic::before {
  content: "";
  width: 15px;
  height: 15px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: inline-block;
  background: #FFCC33;
  border-radius: 100%;
  margin-right: 10px;
}
@media screen and (min-width: 700px) {
  .ione--project-hero__topic::before {
    width: 14px;
    height: 14px;
  }
}
.ione--project-hero__status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 1rem;
}
@media screen and (min-width: 1025px) {
  .ione--project-hero__status {
    font-size: 1.125rem;
  }
}
.ione--project-hero__status .format-icon {
  width: 23px;
}
@media screen and (min-width: 1025px) {
  .ione--project-hero__status .format-icon {
    position: relative;
    top: -3px;
  }
}
.ione--project-hero__left {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding-bottom: 14px;
}
@media screen and (min-width: 700px) {
  .ione--project-hero__left {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding-right: 31px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .ione--project-hero__left {
    -webkit-flex-basis: 61%;
        -ms-flex-preferred-size: 61%;
            flex-basis: 61%;
  }
}
.ione--project-hero__right {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23ffffff' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding-top: 31px;
}
@media screen and (min-width: 700px) {
  .ione--project-hero__right {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23ffffff' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: top left;
    background-size: 1px auto;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding-left: 30px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .ione--project-hero__right {
    -webkit-flex-basis: 39%;
        -ms-flex-preferred-size: 39%;
            flex-basis: 39%;
  }
}
.ione--project-hero__right .ione-share-buttons {
  margin-top: 30px;
}
.ione--project-hero__right .ione-share-buttons .open-addtoany {
  outline-color: #ffffff;
}
.ione--project-hero__intro {
  margin-bottom: 32px;
}
.ione--project-hero__intro:last-child {
  margin-bottom: 0;
}
.ione--project-hero__intro-heading {
  font-size: 1rem;
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
}
@media screen and (min-width: 700px) {
  .ione--project-hero__intro-heading {
    font-size: 1.125rem;
    margin-bottom: 9px;
  }
}
.ione--project-hero__intro-body p {
  margin-top: 0;
}
@media screen and (min-width: 700px) {
  .ione--project-hero__intro-body p:last-child {
    margin-bottom: 0;
  }
}
.ione--project-hero__intro-body ul li::marker {
  color: #ffffff;
}
.ione--project-hero__intro-body a {
  color: #ffffff;
}
.ione--project-hero__intro-body a.cta-primary {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 16px;
  color: #000000;
}
@media screen and (min-width: 1025px) {
  .ione--project-hero__intro-body a.cta-primary {
    margin-top: 6px;
  }
}
.ione--project-hero__intro-body a.cta-primary:hover {
  background-color: #ffffff;
  color: #000000;
}
.ione--project-hero__intro-body a.cta-secondary {
  margin-top: 16px;
  color: #000000;
}
@media screen and (min-width: 1025px) {
  .ione--project-hero__intro-body a.cta-secondary {
    margin-top: 6px;
  }
}
.ione--project-hero__intro-body a:focus {
  outline-color: #ffffff;
}
.ione--project-hero__funding, .ione--project-hero__partner-org {
  margin-bottom: 17px;
}
@media screen and (min-width: 700px) {
  .ione--project-hero__funding, .ione--project-hero__partner-org {
    margin-bottom: 31px;
  }
}
.ione--project-hero__funding .field__label, .ione--project-hero__partner-org .field__label {
  font-size: 1rem;
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media screen and (min-width: 700px) {
  .ione--project-hero__funding .field__label, .ione--project-hero__partner-org .field__label {
    font-size: 1.125rem;
    margin-bottom: 9px;
  }
}
.ione--project-hero__funding .field__item a, .ione--project-hero__partner-org .field__item a {
  color: #ffffff;
}
.ione--project-hero__funding .field__item a:focus, .ione--project-hero__partner-org .field__item a:focus {
  outline-color: #ffffff;
}
.ione--project-hero__funding .field__item p, .ione--project-hero__partner-org .field__item p {
  margin-top: 0;
}
@media screen and (min-width: 700px) {
  .ione--project-hero__funding .field__item p:last-child, .ione--project-hero__partner-org .field__item p:last-child {
    margin-bottom: 0;
  }
}
.ione--project-hero__partner-org .field__label {
  margin-bottom: 10px;
}
@media screen and (min-width: 700px) {
  .ione--project-hero__partner-org .field__label {
    margin-bottom: 14px;
  }
}
.ione--project-hero__experts {
  margin-top: 12px;
}
@media screen and (min-width: 700px) {
  .ione--project-hero__experts {
    margin-top: 20px;
  }
}
.ione--project-hero__experts .field--name-field-project-rel-experts > .field__item {
  margin-bottom: 31px;
}
@media screen and (min-width: 700px) {
  .ione--project-hero__experts .field--name-field-project-rel-experts > .field__item {
    margin-bottom: 30px;
  }
}
.ione--project-hero__experts .field--name-field-project-rel-experts > .field__item:last-child {
  margin-bottom: 0;
}
.ione--project-hero__experts .field--name-field-project-rel-experts > .field__item .labeled-entity-reference-group .group-label {
  font-size: 1rem;
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-top: 0;
}
@media screen and (min-width: 700px) {
  .ione--project-hero__experts .field--name-field-project-rel-experts > .field__item .labeled-entity-reference-group .group-label {
    font-size: 1.125rem;
    margin-bottom: 19px;
  }
}
.ione--project-hero__experts .field--name-field-project-rel-experts > .field__item .ione--profile-small-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 700px) {
  .ione--project-hero__experts .field--name-field-project-rel-experts > .field__item .ione--profile-small-card {
    margin-bottom: 20px;
  }
}
.ione--project-hero__experts .field--name-field-project-rel-experts > .field__item .ione--profile-small-card:last-child {
  margin-bottom: 0;
}
.ione--project-hero__experts .field--name-field-project-rel-experts > .field__item .ione--profile-small-card__image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 67px;
}
.ione--project-hero__experts .field--name-field-project-rel-experts > .field__item .ione--profile-small-card__image img {
  border-radius: 100%;
}
.ione--project-hero__experts .field--name-field-project-rel-experts > .field__item .ione--profile-small-card__info {
  margin-top: -1px;
  font-size: 0.875rem;
}
@media screen and (min-width: 700px) {
  .ione--project-hero__experts .field--name-field-project-rel-experts > .field__item .ione--profile-small-card__info {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .ione--project-hero__experts .field--name-field-project-rel-experts > .field__item .ione--profile-small-card__info {
    font-size: 1.125rem;
    margin-top: -3px;
  }
}
.ione--project-hero__experts .field--name-field-project-rel-experts > .field__item .ione--profile-small-card__name a {
  color: #ffffff;
}
.ione--project-hero__experts .field--name-field-project-rel-experts > .field__item .ione--profile-small-card__name a:focus {
  outline-color: #ffffff;
}
.ione--project-status {
  max-width: 1300px;
  margin: 60px 0;
}
@media (min-width: 700px) {
  .ione--project-status {
    margin: 90px 0;
  }
}
@media (min-width: 1025px) {
  .ione--project-status {
    margin: 120px auto;
  }
}
@media screen and (min-width: 700px) {
  .ione--project-status__heading {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--project-status__heading {
    margin-bottom: 38px;
  }
}
.ione--project-status__info {
  border-top: 10px solid #88A61F;
  padding: 20px;
  margin: 0 auto;
  background-color: #182B54;
  color: #ffffff;
}
@media (min-width: 700px) {
  .ione--project-status__info {
    padding: 28px 30px 30px;
    border-width: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  .ione--project-status__info {
    padding: 38px 40px 40px;
  }
}
.ione--project-status__info > div {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.ione--project-status__info > div .field__label {
  font-family: "Avenir Next", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
}
@media screen and (min-width: 700px) {
  .ione--project-status__info > div .field__label {
    margin-bottom: 11px;
    font-size: 1.125rem;
  }
}
.ione--project-status__updated, .ione--project-status__start-date {
  margin-bottom: 30px;
}
@media screen and (min-width: 700px) {
  .ione--project-status__updated, .ione--project-status__start-date {
    margin-bottom: 38px;
  }
}
.ione--project-status__left {
  margin-bottom: 30px;
}
@media screen and (min-width: 700px) {
  .ione--project-status__left {
    padding-right: 30px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 700px) {
  .ione--project-status__right {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23ffffff' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: top left;
    background-size: 1px auto;
    padding-left: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--project-status__right {
    padding-left: 30px;
  }
}
.ione--project-status__mustache .field--name-field-project-mustache-status {
  font-size: 0.875rem;
  margin-top: 30px;
  border-left: 7px solid #88A61F;
  padding-left: 9px;
}
@media (min-width: 1025px) {
  .ione--project-status__mustache .field--name-field-project-mustache-status {
    font-size: 1rem;
    margin-top: 23px;
  }
}
.ione--project-status__mustache .field--name-field-project-mustache-status p {
  margin: 0;
}
.ione--project-team__heading {
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  .ione--project-team__heading {
    margin-bottom: 39px;
  }
}
@media (min-width: 700px) {
  .ione--project-team__member {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -20px;
  }
}
@media (min-width: 700px) {
  .ione--project-team__member-lead {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 20px;
  }
}
@media (min-width: 1025px) {
  .ione--project-team__member-lead {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media (min-width: 700px) {
  .ione--project-team__member-lead:has(.ione--profile-basic-card:nth-child(2)) {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media (min-width: 1025px) {
  .ione--project-team__member-lead:has(.ione--profile-basic-card:nth-child(2)) {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media (min-width: 1025px) {
  .ione--project-team__member-lead:has(.ione--profile-basic-card:nth-child(2)) .ione--project-team__member-lead-content {
    margin-top: 50px;
  }
}
@media (min-width: 700px) {
  .ione--project-team__member-lead:has(.ione--profile-basic-card:nth-child(2)) ~ .ione--project-team__member-addl {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-top: 30px;
  }
}
@media (min-width: 1025px) {
  .ione--project-team__member-lead:has(.ione--profile-basic-card:nth-child(2)) ~ .ione--project-team__member-addl {
    margin-top: 0;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media (min-width: 700px) {
  .ione--project-team__member-lead:has(.ione--profile-basic-card:nth-child(2)) ~ .ione--project-team__member-addl .field--name-field-project-addl-team {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1025px) {
  .ione--project-team__member-lead:has(.ione--profile-basic-card:nth-child(2)) ~ .ione--project-team__member-addl .field--name-field-project-addl-team {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1025px) {
  .ione--project-team__member-lead:has(.ione--profile-basic-card:nth-child(3)) {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
  }
}
@media (min-width: 1025px) {
  .ione--project-team__member-lead:has(.ione--profile-basic-card:nth-child(3)) ~ .ione--project-team__member-addl {
    margin-top: 0;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
}
@media (min-width: 1025px) {
  .ione--project-team__member-lead:has(.ione--profile-basic-card:nth-child(3)) ~ .ione--project-team__member-addl .field--name-field-project-addl-team {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1025px) {
  .ione--project-team__member-lead:has(.ione--profile-basic-card:nth-child(4)) {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media (min-width: 1025px) {
  .ione--project-team__member-lead:has(.ione--profile-basic-card:nth-child(4)) ~ .ione--project-team__member-addl {
    margin-top: 60px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media (min-width: 1025px) {
  .ione--project-team__member-lead:has(.ione--profile-basic-card:nth-child(4)) ~ .ione--project-team__member-addl .field--name-field-project-addl-team {
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 16px 0;
  }
}
.ione--project-team__member-addl {
  padding-top: 13px;
}
@media (min-width: 700px) {
  .ione--project-team__member-addl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 20px;
  }
}
@media (min-width: 1025px) {
  .ione--project-team__member-addl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
}
.ione--project-team__member-lead-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .ione--project-team__member-lead-content {
    margin: 0 -30px;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }
}
@media (min-width: 1025px) {
  .ione--project-team__member-lead-content {
    margin: 0 -20px;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  }
}
.ione--project-team__member-lead-content > div {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
  padding: 15px 0;
}
@media (max-width: 699px) {
  .ione--project-team__member-lead-content > div:first-child {
    background: none;
  }
}
@media (min-width: 700px) {
  .ione--project-team__member-lead-content > div {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: top left;
    background-size: 1px auto;
    padding: 0 30px;
  }
}
@media (min-width: 700px) and (max-width: 1025px) {
  .ione--project-team__member-lead-content > div:nth-child(1n+3) {
    margin-top: 40px;
  }
}
@media (min-width: 1025px) {
  .ione--project-team__member-lead-content > div {
    padding: 0 20px;
  }
  .ione--project-team__member-lead-content > div:first-child {
    background: none;
  }
  .ione--project-team__member-lead-content > div:nth-child(1n+5) {
    margin-top: 40px;
  }
  .ione--project-team__member-lead-content > div:nth-child(4n+1) {
    background: none;
  }
}
.ione--project-team__member-title {
  margin-top: 0;
  margin-bottom: 0px;
  font-family: "Avenir Next", sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 700;
}
@media (min-width: 700px) {
  .ione--project-team__member-title {
    font-size: 1.375rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .ione--project-team__member-title {
    font-size: 1.875rem;
  }
}
.ione--project-team__member-addl-content {
  padding-top: 10px;
}
@media (min-width: 700px) {
  .ione--project-team__member-addl-content {
    padding-top: 0;
  }
}
@media (min-width: 700px) {
  .ione--project-team__member-addl-content .field--name-field-project-addl-team {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .ione--project-team__member-addl-content .field--name-field-project-addl-team {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.ione--project-team__member-addl-content .field--name-field-project-addl-team > .field__item {
  padding: 6px 0;
}
@media (min-width: 700px) {
  .ione--project-team__member-addl-content .field--name-field-project-addl-team > .field__item {
    padding: 0;
  }
}
.ione--project-team__member-addl-content .field--name-field-project-addl-team > .field__item .ione--profile-teaser {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-y;
  background-position: top left;
  background-size: 1px auto;
  padding-left: 15px;
}
@media (min-width: 700px) {
  .ione--project-team__member-addl-content .field--name-field-project-addl-team > .field__item .ione--profile-teaser {
    padding-left: 20px;
  }
}
.ione--project-team__member-addl-content .field--name-field-project-addl-team > .field__item .ione--profile-teaser__info {
  font-size: 0.875rem;
}
@media (min-width: 700px) {
  .ione--project-team__member-addl-content .field--name-field-project-addl-team > .field__item .ione--profile-teaser__info {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .ione--project-team__member-addl-content .field--name-field-project-addl-team > .field__item .ione--profile-teaser__info {
    font-size: 1.125rem;
  }
}
.ione--project-team__scroll-link {
  margin-top: 10px;
}
@media (min-width: 700px) {
  .ione--project-team__scroll-link {
    margin-top: 18px;
  }
}
@media (min-width: 1025px) {
  .ione--project-team__scroll-link {
    margin-top: 27px;
  }
}
.ione--project-team__scroll-link a {
  color: #ffffff;
  background-image: url(../assets/icons/arrow-down-white.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  padding-right: 30px;
}
.ione--project-team__scroll-link a:focus {
  outline-color: #ffffff;
}
.ione--project-team .ione--profile-basic-card__image {
  margin-bottom: 20px;
}
.ione--project-team .ione--profile-basic-card__image img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 700px) {
  .ione--project-team .ione--profile-basic-card__image img {
    width: 172px;
    height: 172px;
  }
}
.ione--project-team .ione--profile-basic-card__name {
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 1.25rem;
}
@media (min-width: 1025px) {
  .ione--project-team .ione--profile-basic-card__name {
    margin-bottom: 20px;
    font-size: 1.375rem;
  }
}
.ione--project-team .ione--profile-basic-card__name p {
  margin-top: 0;
  margin-bottom: 0;
}
.ione--project-team .ione--profile-basic-card__name a {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #000000;
}
.ione--project-team .ione--profile-basic-card__name a .last-word {
  position: relative;
  padding-right: 40px;
}
.ione--project-team .ione--profile-basic-card__name a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 5px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #182B54;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione--project-team .ione--profile-basic-card__name a .last-word .arrow svg {
    color: #ffffff;
  }
}
.ione--project-team .ione--profile-basic-card__name a:hover {
  opacity: 70%;
}
.ione--project-team .ione--profile-basic-card__name a:hover .last-word .arrow svg {
  margin-left: 10px;
}
.ione--project-team .ione--profile-basic-card__year {
  margin-bottom: 9px;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 1025px) {
  .ione--project-team .ione--profile-basic-card__year {
    font-size: 1rem;
  }
}
.ione--project-team .ione--profile-basic-card__year_fellow-label {
  font-family: "Avenir Next", sans-serif;
  line-height: 135%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
}
@media (min-width: 700px) {
  .ione--project-team .ione--profile-basic-card__year_fellow-label {
    font-size: 1rem;
  }
}
@media (min-width: 700px) {
  .ione--project-team .ione--profile-basic-card__year {
    margin-bottom: 8px;
  }
}
@media (min-width: 1025px) {
  .ione--project-team .ione--profile-basic-card__year {
    margin-bottom: 7px;
  }
}
@media (min-width: 700px) {
  .ione--project-team .ione--profile-basic-card__year {
    gap: 9px;
  }
}
.ione--project-team .ione--profile-basic-card__dept {
  font-family: "Avenir Next", sans-serif;
  line-height: 135%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 4px;
}
@media (min-width: 700px) {
  .ione--project-team .ione--profile-basic-card__dept {
    font-size: 1rem;
  }
}
.ione--project-team .ione--profile-basic-card__org {
  font-size: 0.875rem;
}
@media (min-width: 700px) {
  .ione--project-team .ione--profile-basic-card__org {
    font-size: 1rem;
  }
}
@media screen and (min-width: 700px) {
  .ione--project-body {
    max-width: 1000px;
    margin: 0 auto 60px;
  }
}

.ione--topic {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 700px) {
  .ione--topic {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--topic {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.ione--topic .ione--topic-std__hero {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}
.ione--topic .ione--topic-std__hero .ione-hero__big-question .ione-hero__img {
  bottom: -85px;
  background-color: #000000;
}
.ione--topic .ione--topic-std__hero .ione-hero__big-question .ione-hero__img::after {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(73.63%, rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.45) 73.63%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 700px) {
  .ione--topic .ione--topic-std__hero .ione-hero__title {
    margin-left: auto;
    margin-right: auto;
  }
}
.ione--topic .ione--topic-std__hero .ione--topic-std__description {
  font-size: 0.875rem;
  margin-bottom: 9px;
}
@media (min-width: 700px) {
  .ione--topic .ione--topic-std__hero .ione--topic-std__description {
    font-size: 1rem;
  }
}
.ione--topic .ione--topic-std__hero .ione--topic-std__description p {
  margin: 0;
}
.ione--topic .ione--topic-std__hero:has(.ione--topic-std__description) .ione-hero__title h1 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23ffffff' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
  margin-bottom: 14px;
  padding-bottom: 15px;
}
@media (min-width: 700px) {
  .ione--topic .ione--topic-std__hero:has(.ione--topic-std__description) .ione-hero__title h1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.ione--topic .ione--topic-std__hero .ione-hero__question-section {
  max-width: unset;
}
.ione--topic .ione--topic-std__hero .ione-hero__question-section .hero-question-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 34px 20px;
}
.ione--topic .ione--topic-std__hero .ione-hero__question-section .hero-question-inner .hero-question {
  line-height: 125%;
}

.ione--listing {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 700px) {
  .ione--listing {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--listing {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.ione--listing__title {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 125%;
  text-align: center;
  max-width: 580px;
  margin: 70px auto 15px;
  padding-bottom: 15px;
}
@media (min-width: 700px) {
  .ione--listing__title {
    margin: 48px auto 20px;
    padding-bottom: 11px;
    font-size: 2.625rem;
  }
}
@media (min-width: 1025px) {
  .ione--listing__title {
    max-width: 669px;
    margin: 48px auto 19px;
    padding-bottom: 20px;
    font-size: 4rem;
  }
}
.ione--listing .block-field-blocknodelisting-pagefield-introduction + .block-micronode-block > div {
  margin-top: 0;
}
.ione--listing .block-field-blocknodelisting-pagefield-introduction + .block-micronode-block > div .ione--event-single {
  margin-top: 0;
}
.ione--listing .block-field-blocknodelisting-pagefield-introduction:has(+ .block-field-blocknodelisting-pagefield-links) .field--name-field-introduction {
  padding-bottom: 0;
}
.ione--listing .block-field-blocknodelisting-pagefield-introduction:has(+ .block-field-blocknodelisting-pagefield-links) .field--name-field-introduction::before, .ione--listing .block-field-blocknodelisting-pagefield-introduction:has(+ .block-field-blocknodelisting-pagefield-links) .field--name-field-introduction::after {
  display: none;
}
.ione--listing .block-field-blocknodelisting-pagefield-introduction + .block-field-blocknodelisting-pagefield-links {
  max-width: 580px;
  margin: auto;
  text-align: center;
  padding-bottom: 28px;
  position: relative;
  margin-bottom: 0;
}
@media screen and (min-width: 700px) {
  .ione--listing .block-field-blocknodelisting-pagefield-introduction + .block-field-blocknodelisting-pagefield-links {
    padding-bottom: 46px;
  }
}
.ione--listing .block-field-blocknodelisting-pagefield-introduction + .block-field-blocknodelisting-pagefield-links:after {
  content: "";
  width: 18px;
  height: 18px;
  border-right: 1.75px solid #7A0019;
  border-bottom: 1.75px solid #7A0019;
  display: block;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 15px auto 0;
}
@media screen and (min-width: 700px) {
  .ione--listing .block-field-blocknodelisting-pagefield-introduction + .block-field-blocknodelisting-pagefield-links:after {
    width: 21px;
    height: 21px;
    border-width: 2px;
  }
}
.ione--listing .block-field-blocknodelisting-pagefield-introduction + .block-field-blocknodelisting-pagefield-links:before {
  content: "";
  position: absolute;
  width: 0;
  height: 20px;
  left: 50%;
  margin-left: -0.5px;
  bottom: 0;
  border-right: 1px solid #AAAAAA;
}
@media screen and (min-width: 700px) {
  .ione--listing .block-field-blocknodelisting-pagefield-introduction + .block-field-blocknodelisting-pagefield-links:before {
    height: 38px;
  }
}
.ione--listing .block-field-blocknodelisting-pagefield-introduction + .block-field-blocknodelisting-pagefield-links:after {
  margin: 18px auto 0;
}
@media (min-width: 700px) {
  .ione--listing .block-field-blocknodelisting-pagefield-introduction + .block-field-blocknodelisting-pagefield-links:after {
    margin: 25px auto 0;
  }
}
@media (min-width: 1025px) {
  .ione--listing .block-field-blocknodelisting-pagefield-introduction + .block-field-blocknodelisting-pagefield-links {
    max-width: 669px;
  }
}
.ione--listing .block-field-blocknodelisting-pagefield-introduction .field--name-field-introduction {
  max-width: 580px;
  margin: auto;
  text-align: center;
  padding-bottom: 28px;
  position: relative;
  margin-bottom: 0;
}
@media screen and (min-width: 700px) {
  .ione--listing .block-field-blocknodelisting-pagefield-introduction .field--name-field-introduction {
    padding-bottom: 46px;
  }
}
.ione--listing .block-field-blocknodelisting-pagefield-introduction .field--name-field-introduction:after {
  content: "";
  width: 18px;
  height: 18px;
  border-right: 1.75px solid #7A0019;
  border-bottom: 1.75px solid #7A0019;
  display: block;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 15px auto 0;
}
@media screen and (min-width: 700px) {
  .ione--listing .block-field-blocknodelisting-pagefield-introduction .field--name-field-introduction:after {
    width: 21px;
    height: 21px;
    border-width: 2px;
  }
}
.ione--listing .block-field-blocknodelisting-pagefield-introduction .field--name-field-introduction:before {
  content: "";
  position: absolute;
  width: 0;
  height: 20px;
  left: 50%;
  margin-left: -0.5px;
  bottom: 0;
  border-right: 1px solid #AAAAAA;
}
@media screen and (min-width: 700px) {
  .ione--listing .block-field-blocknodelisting-pagefield-introduction .field--name-field-introduction:before {
    height: 38px;
  }
}
@media (min-width: 1025px) {
  .ione--listing .block-field-blocknodelisting-pagefield-introduction .field--name-field-introduction {
    max-width: 669px;
  }
}
.ione--listing .block-field-blocknodelisting-pagefield-introduction .field--name-field-introduction p {
  margin: 0;
}
.ione--listing .block-field-blocknodelisting-pagefield-introduction .field--name-field-introduction:after {
  margin: 10px auto 0;
}
@media (min-width: 700px) {
  .ione--listing .block-field-blocknodelisting-pagefield-introduction .field--name-field-introduction:after {
    margin: 25px auto 0;
  }
}
.ione--listing .block-field-blocknodelisting-pagefield-links + .block-micronode-block > div {
  margin-top: 0;
}
.ione--listing .block-field-blocknodelisting-pagefield-links + .block-micronode-block > div .ione--event-single {
  margin-top: 0;
}
.ione--listing .block-field-blocknodelisting-pagefield-links .field__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}

.block-views-blockevents-event-listing-page > h2, .block-views-blockevents-event-listing-page-past > h2 {
  text-align: center;
  font-size: 1.75rem;
}
@media (min-width: 700px) {
  .block-views-blockevents-event-listing-page > h2, .block-views-blockevents-event-listing-page-past > h2 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1025px) {
  .block-views-blockevents-event-listing-page > h2, .block-views-blockevents-event-listing-page-past > h2 {
    font-size: 3.375rem;
  }
}
.block-views-blockevents-event-listing-page .ione-event-listing, .block-views-blockevents-event-listing-page-past .ione-event-listing {
  max-width: 1300px;
  margin: 0 auto;
}
.block-views-blockevents-event-listing-page .ione-event-listing__content, .block-views-blockevents-event-listing-page-past .ione-event-listing__content {
  margin-top: 31px;
  margin-bottom: 60px;
}
@media (min-width: 1025px) {
  .block-views-blockevents-event-listing-page .ione-event-listing__content, .block-views-blockevents-event-listing-page-past .ione-event-listing__content {
    margin-top: 51px;
  }
}
.block-views-blockevents-event-listing-page .ione-event-listing__form, .block-views-blockevents-event-listing-page-past .ione-event-listing__form {
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .block-views-blockevents-event-listing-page .ione-event-listing__form, .block-views-blockevents-event-listing-page-past .ione-event-listing__form {
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .block-views-blockevents-event-listing-page .ione-event-listing__form, .block-views-blockevents-event-listing-page-past .ione-event-listing__form {
    margin-bottom: 60px;
  }
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form__search, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form__search {
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form__search, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form__search {
    display: none;
  }
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form__filters-toggle, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form__filters-toggle {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  border: 1px solid #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  background-color: transparent;
  border-color: #182B54;
  padding: 12px 20px 10px 47px;
  margin-bottom: 10px;
  background-image: url("../assets/icons/filter.svg");
  background-repeat: no-repeat;
  background-position: 20px center;
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form__filters-toggle:hover, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form__filters-toggle:hover {
  background-color: #AFCF3B;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form__filters-toggle, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form__filters-toggle {
    background-image: url("../assets/icons/filter-white.svg");
  }
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form__filters-toggle:hover, .block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form__filters-toggle.js-open, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form__filters-toggle:hover, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form__filters-toggle.js-open {
  border-color: #AFCF3B;
  background-color: #AFCF3B;
}
@media (max-width: 699px) {
  .block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form__filters, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form__filters {
    border: 1px solid #DBDCDB;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 19px 19px 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 700px) {
  .block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form__filters, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form__filters {
    gap: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form__filters-head, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form__filters-head {
  padding-bottom: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 700px) {
  .block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form__filters-head, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form__filters-head {
    display: none;
  }
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form__filters-head .filters-title, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form__filters-head .filters-title {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 700;
  margin: 0;
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form__filters-head .filters-close, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form__filters-head .filters-close {
  background-image: url("../assets/icons/cross-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 24px;
  background-color: transparent;
  border-radius: 0;
  border: 0;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form__filters-head .filters-close, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form__filters-head .filters-close {
    background-image: url(../assets/icons/cross-white.svg);
  }
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form label, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form label {
  font-family: "Avenir Next", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 135%;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form label, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form label {
    font-size: 1rem;
  }
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form input[type=text],
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form select, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form input[type=text],
.block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form select {
  width: 100%;
  border: 1px solid #333333;
  border-radius: 0;
  padding: 10px 19px;
  height: 48px;
  font-size: 1.125rem;
  line-height: 150%;
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form input[type=text]:focus,
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form select:focus, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form input[type=text]:focus,
.block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form select:focus {
  outline: 2px solid #000000;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form select, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  background-image: url("../assets/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 23px center;
  background-size: 16px;
  padding-right: 45px;
  cursor: pointer;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form select, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form select {
    background-image: url(../assets/icons/arrow-down-light.svg);
  }
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form .form-item, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form .form-item {
  margin: 0;
  margin-bottom: 16px;
}
@media (min-width: 700px) {
  .block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form .form-item, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form .form-item {
    margin-bottom: 0;
  }
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form .form-item:last-child, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form .form-item:last-child {
  margin-bottom: 0;
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form .form-item.form-type-textfield, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form .form-item.form-type-textfield {
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form .form-item.form-type-textfield, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form .form-item.form-type-textfield {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media (min-width: 1025px) {
  .block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form .form-item.form-type-textfield, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form .form-item.form-type-textfield {
    -webkit-flex-basis: 43%;
        -ms-flex-preferred-size: 43%;
            flex-basis: 43%;
  }
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form .form-item.form-type-textfield input[type=text], .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form .form-item.form-type-textfield input[type=text] {
  background-image: url("../assets/icons/search-night.svg");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 22px;
  padding-right: 45px;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form .form-item.form-type-textfield input[type=text], .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form .form-item.form-type-textfield input[type=text] {
    background-image: url(../assets/icons/search-white.svg);
  }
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form .form-item.form-item-location, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form .form-item.form-item-location {
  -webkit-flex-basis: calc(50% - 10px);
      -ms-flex-preferred-size: calc(50% - 10px);
          flex-basis: calc(50% - 10px);
}
@media (min-width: 1025px) {
  .block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form .form-item.form-item-location, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form .form-item.form-item-location {
    -webkit-flex-basis: 26.6%;
        -ms-flex-preferred-size: 26.6%;
            flex-basis: 26.6%;
  }
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form .form-item.form-item-audience, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form .form-item.form-item-audience {
  -webkit-flex-basis: calc(50% - 10px);
      -ms-flex-preferred-size: calc(50% - 10px);
          flex-basis: calc(50% - 10px);
}
@media (min-width: 1025px) {
  .block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form .form-item.form-item-audience, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form .form-item.form-item-audience {
    -webkit-flex-basis: 26.6%;
        -ms-flex-preferred-size: 26.6%;
            flex-basis: 26.6%;
  }
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format],
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to], .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format],
.block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] {
  border: 0;
  margin: 0 0 16px;
  min-width: 0;
  padding: 0;
}
@media (min-width: 700px) {
  .block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format],
  .block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to], .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format],
  .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format],
  .block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to], .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format],
  .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] {
    -webkit-flex-basis: calc(50% - 10px);
        -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: calc(50% - 10px);
    margin-top: 10px;
  }
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] legend,
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] legend, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] legend,
.block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] legend {
  font-family: "Avenir Next", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  padding: 0;
}
@media screen and (min-width: 700px) {
  .block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] legend,
  .block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] legend, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] legend,
  .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] legend {
    font-size: 1rem;
  }
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] .fieldset-wrapper,
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] .form-radios,
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] ul,
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] .fieldset-wrapper,
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] .form-radios,
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] ul, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] .fieldset-wrapper,
.block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] .form-radios,
.block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] ul,
.block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] .fieldset-wrapper,
.block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] .form-radios,
.block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] ul {
  margin: 0;
  padding: 0;
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] ul,
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] ul, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] ul,
.block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] li,
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] .form-item,
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] li,
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] .form-item, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] li,
.block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] .form-item,
.block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] li,
.block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] .form-item {
  margin: 0;
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] input[type=radio],
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] input[type=radio], .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] input[type=radio],
.block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] input[type=radio] {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] input[type=radio] + label,
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] input[type=radio] + label, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] input[type=radio] + label,
.block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] input[type=radio] + label {
  border: 1px solid #DBDCDB;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
  padding: 10px 19px;
  text-decoration: none;
  text-transform: none;
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] input[type=radio]:hover + label,
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] input[type=radio] + label:hover,
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] input[type=radio]:hover + label,
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] input[type=radio] + label:hover, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] input[type=radio]:hover + label,
.block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] input[type=radio] + label:hover,
.block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] input[type=radio]:hover + label,
.block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] input[type=radio] + label:hover {
  background-color: #182B54;
  border-color: #182B54;
  color: #ffffff;
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] input[type=radio]:checked + label,
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] input[type=radio]:checked + label, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] input[type=radio]:checked + label,
.block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] input[type=radio]:checked + label {
  border-color: #333333;
}
@media (forced-colors: active) {
  .block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] input[type=radio]:checked + label,
  .block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] input[type=radio]:checked + label, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] input[type=radio]:checked + label,
  .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] input[type=radio]:checked + label {
    outline: 2px solid SelectedItem;
    outline-offset: 2px;
  }
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] input[type=radio]:focus + label, .block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] input[type=radio]:focus-visible + label,
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] input[type=radio]:focus + label,
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] input[type=radio]:focus-visible + label, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] input[type=radio]:focus + label, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-format] input[type=radio]:focus-visible + label,
.block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] input[type=radio]:focus + label,
.block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form fieldset[data-drupal-selector=edit-open-to] input[type=radio]:focus-visible + label {
  outline: 2px solid #000000;
  outline-offset: 2px;
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form__actions, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form__actions {
  margin-top: 10px;
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form__actions, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form__actions {
    margin-top: 30px;
  }
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form__actions .form-actions, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form__actions .form-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 0;
}
@media (min-width: 1025px) {
  .block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form__actions .form-actions, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form__actions .form-actions {
    gap: 30px;
  }
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form__actions .form-actions input[value=Apply], .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form__actions .form-actions input[value=Apply] {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  border: 0;
  font-size: 1rem;
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form__actions .form-actions input[value=Apply]:hover, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form__actions .form-actions input[value=Apply]:hover {
  background-color: #182B54;
  color: #ffffff;
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form__actions .form-actions input[value=Reset], .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form__actions .form-actions input[value=Reset] {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  border: 1px solid #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  background-color: transparent;
  font-size: 1rem;
  margin: 0;
}
.block-views-blockevents-event-listing-page .ione-event-listing__form .views-exposed-form__actions .form-actions input[value=Reset]:hover, .block-views-blockevents-event-listing-page-past .ione-event-listing__form .views-exposed-form__actions .form-actions input[value=Reset]:hover {
  background-color: #AFCF3B;
}
.block-views-blockevents-event-listing-page .ione-event-listing__header, .block-views-blockevents-event-listing-page-past .ione-event-listing__header {
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  .block-views-blockevents-event-listing-page .ione-event-listing__header, .block-views-blockevents-event-listing-page-past .ione-event-listing__header {
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .block-views-blockevents-event-listing-page .ione-event-listing__header, .block-views-blockevents-event-listing-page-past .ione-event-listing__header {
    margin-bottom: 30px;
  }
}
.block-views-blockevents-event-listing-page .ione-event-listing__rows, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 700px) {
  .block-views-blockevents-event-listing-page .ione-event-listing__rows, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1025px) {
  .block-views-blockevents-event-listing-page .ione-event-listing__rows, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row {
  background-color: #7A0019;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  position: relative;
}
.block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row:hover, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row:hover {
  background-color: #630115;
}
.block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row:first-child .ione--event-card__image-wrapper, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row:first-child .ione--event-card__image-wrapper {
  margin-top: 0;
}
.block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card:not(.with-image), .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card:not(.with-image) {
  padding: 31px 20px 28px;
}
@media (min-width: 700px) {
  .block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card:not(.with-image), .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card:not(.with-image) {
    padding: 31px 30px 28px;
  }
}
@media (min-width: 1025px) {
  .block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card:not(.with-image), .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card:not(.with-image) {
    padding: 40px 32px 38px;
  }
}
.block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__title, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__title {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 125%;
  margin-bottom: 10px;
  margin-top: 43px;
}
@media (min-width: 1025px) {
  .block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__title, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__title {
    font-size: 1.375rem;
  }
}
.block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__title a, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__title a {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #ffffff;
  line-height: 125%;
}
.block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__title a .last-word, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__title a .last-word {
  position: relative;
  padding-right: 40px;
}
.block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__title a .last-word .arrow svg, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__title a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 5px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #182B54;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__title a .last-word .arrow svg, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__title a .last-word .arrow svg {
    color: #ffffff;
  }
}
.block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__title a:hover, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__title a:hover {
  opacity: 70%;
}
.block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__title a:hover .last-word .arrow svg, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__title a:hover .last-word .arrow svg {
  margin-left: 10px;
}
.block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__title a .last-word .arrow svg, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__title a .last-word .arrow svg {
  color: #FFCC33;
}
.block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__title a:hover, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__title a:hover {
  opacity: 100%;
}
.block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__title a:focus, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__title a:focus {
  outline-color: #ffffff;
}
.block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__title a::before, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__title a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__content, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__content {
  position: relative;
  padding: 32px 20px;
}
@media (min-width: 700px) {
  .block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__content, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__content {
    padding: 31px;
  }
}
@media (min-width: 1025px) {
  .block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__content, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__content {
    padding: 40px 32px;
  }
}
.block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__date, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__date {
  width: 54px;
  height: 75px;
  background-color: #FFCC33;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  position: absolute;
  left: 20px;
  top: -10px;
}
.block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__date > *:first-child:not(.event-date-badge__range-part),
.block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__date .event-date-badge__month, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__date > *:first-child:not(.event-date-badge__range-part),
.block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__date .event-date-badge__month {
  font-size: 0.9375rem;
  text-transform: uppercase;
  line-height: 140%;
}
.block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__date > *:last-child:not(.event-date-badge__range-part),
.block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__date .event-date-badge__day, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__date > *:last-child:not(.event-date-badge__range-part),
.block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__date .event-date-badge__day {
  font-family: "Neutraface Text", "Avenir Next", sans-serif;
  font-size: 1.8125rem;
  line-height: 100%;
}
.block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__date.event-date-badge--range, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__date.event-date-badge--range {
  width: 92px;
  padding-left: 8px;
  padding-right: 8px;
}
.block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__date.event-date-badge--range .event-date-badge__day, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__date.event-date-badge--range .event-date-badge__day {
  font-size: 1.5rem;
  white-space: nowrap;
}
.block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__date.event-date-badge--cross-month, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__date.event-date-badge--cross-month {
  width: 118px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
}
.block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__date.event-date-badge--cross-month .event-date-badge__range-part, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__date.event-date-badge--cross-month .event-date-badge__range-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1px;
  line-height: 1;
}
.block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__date.event-date-badge--cross-month .event-date-badge__month, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__date.event-date-badge--cross-month .event-date-badge__month {
  font-size: 0.9375rem;
  line-height: 140%;
}
.block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__date.event-date-badge--cross-month .event-date-badge__day, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__date.event-date-badge--cross-month .event-date-badge__day {
  font-size: 1.8125rem;
  line-height: 100%;
}
.block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__date.event-date-badge--cross-month .event-date-badge__range-separator, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__date.event-date-badge--cross-month .event-date-badge__range-separator {
  font-family: "Neutraface Text", "Avenir Next", sans-serif;
  font-size: 1.8125rem;
  line-height: 100%;
  margin-top: 1.375rem;
}
@media (min-width: 700px) {
  .block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__date, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__date {
    left: 31px;
    top: -11px;
  }
}
@media (min-width: 1025px) {
  .block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__date, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__date {
    left: 32px;
    top: -12px;
  }
}
.block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__details, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}
@media screen and (min-width: 1025px) {
  .block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__details, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__details {
    gap: 20px;
  }
}
.block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__time, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__time {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}
.block-views-blockevents-event-listing-page .ione-event-listing__rows .views-row .ione--event-card__open-to, .block-views-blockevents-event-listing-page-past .ione-event-listing__rows .views-row .ione--event-card__open-to {
  color: #ffffff;
  background-color: #630115;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  padding: 7px 12px;
}

.ione-article-listing__content {
  margin-top: 31px;
  margin-bottom: 60px;
}
@media (min-width: 1025px) {
  .ione-article-listing__content {
    margin-top: 51px;
  }
}
.ione-article-listing__form {
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .ione-article-listing__form {
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .ione-article-listing__form {
    margin-bottom: 22px;
  }
}
.ione-article-listing__form .views-exposed-form__search {
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .ione-article-listing__form .views-exposed-form__search {
    display: none;
  }
}
.ione-article-listing__form .views-exposed-form__filters-toggle {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  border: 1px solid #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  background-color: transparent;
  border-color: #182B54;
  padding: 12px 20px 10px 47px;
  margin-bottom: 10px;
  background-image: url("../assets/icons/filter.svg");
  background-repeat: no-repeat;
  background-position: 20px center;
}
.ione-article-listing__form .views-exposed-form__filters-toggle:hover {
  background-color: #AFCF3B;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione-article-listing__form .views-exposed-form__filters-toggle {
    background-image: url("../assets/icons/filter-white.svg");
  }
}
.ione-article-listing__form .views-exposed-form__filters-toggle:hover, .ione-article-listing__form .views-exposed-form__filters-toggle.js-open {
  border-color: #AFCF3B;
  background-color: #AFCF3B;
}
@media (max-width: 699px) {
  .ione-article-listing__form .views-exposed-form__filters {
    border: 1px solid #DBDCDB;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 19px 19px 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 700px) {
  .ione-article-listing__form .views-exposed-form__filters {
    gap: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.ione-article-listing__form .views-exposed-form__filters-head {
  padding-bottom: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 700px) {
  .ione-article-listing__form .views-exposed-form__filters-head {
    display: none;
  }
}
.ione-article-listing__form .views-exposed-form__filters-head .filters-title {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 700;
  margin: 0;
}
.ione-article-listing__form .views-exposed-form__filters-head .filters-close {
  background-image: url("../assets/icons/cross-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 24px;
  background-color: transparent;
  border-radius: 0;
  border: 0;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione-article-listing__form .views-exposed-form__filters-head .filters-close {
    background-image: url(../assets/icons/cross-white.svg);
  }
}
.ione-article-listing__form .views-exposed-form label {
  font-family: "Avenir Next", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 135%;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .ione-article-listing__form .views-exposed-form label {
    font-size: 1rem;
  }
}
.ione-article-listing__form .views-exposed-form input[type=text],
.ione-article-listing__form .views-exposed-form select {
  width: 100%;
  border: 1px solid #333333;
  border-radius: 0;
  padding: 10px 19px;
  height: 48px;
  font-size: 1.125rem;
  line-height: 150%;
}
.ione-article-listing__form .views-exposed-form input[type=text]:focus,
.ione-article-listing__form .views-exposed-form select:focus {
  outline: 2px solid #000000;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.ione-article-listing__form .views-exposed-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  background-image: url("../assets/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 23px center;
  background-size: 16px;
  padding-right: 45px;
  cursor: pointer;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione-article-listing__form .views-exposed-form select {
    background-image: url("../assets/icons/arrow-down-light.svg");
  }
}
.ione-article-listing__form .views-exposed-form .form-item {
  margin: 0;
  margin-bottom: 16px;
}
@media (min-width: 700px) {
  .ione-article-listing__form .views-exposed-form .form-item {
    margin-bottom: 0;
  }
}
.ione-article-listing__form .views-exposed-form .form-item:last-child {
  margin-bottom: 0;
}
.ione-article-listing__form .views-exposed-form .form-item.form-type-textfield {
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .ione-article-listing__form .views-exposed-form .form-item.form-type-textfield {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media (min-width: 1025px) {
  .ione-article-listing__form .views-exposed-form .form-item.form-type-textfield {
    -webkit-flex-basis: 43%;
        -ms-flex-preferred-size: 43%;
            flex-basis: 43%;
  }
}
.ione-article-listing__form .views-exposed-form .form-item.form-type-textfield input[type=text] {
  background-image: url("../assets/icons/search-night.svg");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 22px;
  padding-right: 45px;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione-article-listing__form .views-exposed-form .form-item.form-type-textfield input[type=text] {
    background-image: url(../assets/icons/search-white.svg);
  }
}
.ione-article-listing__form .views-exposed-form .form-item.form-item-section {
  -webkit-flex-basis: calc(50% - 10px);
      -ms-flex-preferred-size: calc(50% - 10px);
          flex-basis: calc(50% - 10px);
}
@media (min-width: 1025px) {
  .ione-article-listing__form .views-exposed-form .form-item.form-item-section {
    -webkit-flex-basis: 26.6%;
        -ms-flex-preferred-size: 26.6%;
            flex-basis: 26.6%;
  }
}
.ione-article-listing__form .views-exposed-form .form-item.form-item-topic {
  -webkit-flex-basis: calc(50% - 10px);
      -ms-flex-preferred-size: calc(50% - 10px);
          flex-basis: calc(50% - 10px);
}
@media (min-width: 1025px) {
  .ione-article-listing__form .views-exposed-form .form-item.form-item-topic {
    -webkit-flex-basis: 26.6%;
        -ms-flex-preferred-size: 26.6%;
            flex-basis: 26.6%;
  }
}
.ione-article-listing__form .views-exposed-form__actions {
  margin-top: 10px;
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .ione-article-listing__form .views-exposed-form__actions {
    margin-top: 30px;
  }
}
.ione-article-listing__form .views-exposed-form__actions .form-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 0;
}
@media (min-width: 1025px) {
  .ione-article-listing__form .views-exposed-form__actions .form-actions {
    gap: 30px;
  }
}
.ione-article-listing__form .views-exposed-form__actions .form-actions input[value=Apply] {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  border: 0;
  font-size: 1rem;
}
.ione-article-listing__form .views-exposed-form__actions .form-actions input[value=Apply]:hover {
  background-color: #182B54;
  color: #ffffff;
}
.ione-article-listing__form .views-exposed-form__actions .form-actions input[value=Reset] {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  border: 1px solid #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  background-color: transparent;
  font-size: 1rem;
  margin: 0;
}
.ione-article-listing__form .views-exposed-form__actions .form-actions input[value=Reset]:hover {
  background-color: #AFCF3B;
}
.ione-article-listing__header {
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  .ione-article-listing__header {
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .ione-article-listing__header {
    margin-bottom: 30px;
  }
}
@media (min-width: 700px) {
  .ione-article-listing__rows {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin: 0 -30px;
    padding: 28px 0;
  }
}
@media (min-width: 1025px) {
  .ione-article-listing__rows {
    grid-template-columns: repeat(auto-fit, minmax(33.333%, 1fr));
    margin: 0 -25px;
  }
}
.ione-article-listing__rows > div {
  padding: 20px 0px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
@media (min-width: 700px) {
  .ione-article-listing__rows > div {
    padding: 0 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: top left;
    background-size: 1px auto;
  }
  .ione-article-listing__rows > div:first-child {
    background: none;
    padding-bottom: 0;
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  .ione-article-listing__rows > div:nth-child(1n+3) {
    margin-top: 60px;
  }
  .ione-article-listing__rows > div:nth-child(1n+3):before {
    content: "";
    position: absolute;
    margin-top: -29px;
    width: calc(100% - 50px);
    left: 25px;
    right: 25px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
  .ione-article-listing__rows > div:nth-child(odd):not(:first-child) {
    background-image: unset;
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  .ione-article-listing__rows > div:nth-child(3n):before {
    content: "";
    position: absolute;
    margin-top: -29px;
    width: calc(100% - 50px);
    left: 25px;
    right: 25px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
}
@media (min-width: 1025px) {
  .ione-article-listing__rows > div {
    padding: 0 25px;
  }
  .ione-article-listing__rows > div:nth-child(1n+5) {
    margin-top: 53px;
  }
  .ione-article-listing__rows > div:nth-child(1n+5):before {
    content: "";
    position: absolute;
    margin-top: -28px;
    width: calc(100% - 60px);
    left: 30px;
    right: 30px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
}
@media (min-width: 1025px) {
  .ione-article-listing__rows > div:nth-child(3n+1):not(:first-child) {
    margin-top: 53px;
    background: none;
  }
  .ione-article-listing__rows > div:nth-child(3n+1):not(:first-child):before {
    content: "";
    position: absolute;
    margin-top: -28px;
    width: calc(100% - 60px);
    left: 30px;
    right: 30px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
}
@media (min-width: 700px) {
  .ione-article-listing__rows .ione--article-basic-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}
.ione-article-listing__rows .ione--article-basic-card__section {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-underline-offset: 30%;
  color: #182B54;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.ione-article-listing__rows .ione--article-basic-card__section a {
  color: inherit;
  text-decoration: underline;
}
.ione-article-listing__rows .ione--article-basic-card__section a:hover {
  text-decoration: none;
}
@media (min-width: 700px) {
  .ione-article-listing__rows .ione--article-basic-card__section {
    font-size: 1rem;
    margin-bottom: 18px;
  }
}
@media (min-width: 1025px) {
  .ione-article-listing__rows .ione--article-basic-card__section {
    margin-bottom: 18px;
  }
}
.ione-article-listing__rows .ione--article-basic-card__section::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #7A0019;
  border-radius: 100%;
  margin-right: 10px;
}
.ione-article-listing__rows .ione--article-basic-card__title {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 1.25rem;
}
@media (min-width: 700px) {
  .ione-article-listing__rows .ione--article-basic-card__title {
    margin-bottom: 18px;
  }
}
@media (min-width: 1025px) {
  .ione-article-listing__rows .ione--article-basic-card__title {
    font-size: 1.375rem;
  }
}
.ione-article-listing__rows .ione--article-basic-card__title p {
  margin-top: 0;
  margin-bottom: 0;
}
.ione-article-listing__rows .ione--article-basic-card__title a {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #182B54;
}
.ione-article-listing__rows .ione--article-basic-card__title a .last-word {
  position: relative;
  padding-right: 40px;
}
.ione-article-listing__rows .ione--article-basic-card__title a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 5px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #182B54;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione-article-listing__rows .ione--article-basic-card__title a .last-word .arrow svg {
    color: #ffffff;
  }
}
.ione-article-listing__rows .ione--article-basic-card__title a:hover {
  opacity: 70%;
}
.ione-article-listing__rows .ione--article-basic-card__title a:hover .last-word .arrow svg {
  margin-left: 10px;
}
.ione-article-listing__rows .ione--article-basic-card__image {
  margin-top: auto;
  margin-bottom: 0;
}
.ione-article-listing__rows .ione--article-basic-card__image img {
  width: 100%;
}
@media (min-width: 700px) {
  .ione-article-listing .pager {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
}
.ione-article-listing .pager__items {
  margin-top: 5px;
  padding-top: 30px;
}

@media (min-width: 1025px) {
  .block-views-blockprojects-project-listing-page {
    margin-top: -60px;
  }
}
.block-views-blockprojects-project-listing-page > h2 {
  text-align: center;
  font-size: 1.75rem;
}
@media (min-width: 700px) {
  .block-views-blockprojects-project-listing-page > h2 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1025px) {
  .block-views-blockprojects-project-listing-page > h2 {
    font-size: 3.375rem;
  }
}
.block-views-blockprojects-project-listing-page .ione-project-listing__content {
  margin-top: 31px;
  margin-bottom: 60px;
}
@media (min-width: 1025px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__content {
    margin-top: 51px;
  }
}
.block-views-blockprojects-project-listing-page .ione-project-listing__form {
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__form {
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__form {
    margin-bottom: 60px;
  }
}
.block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form__search {
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form__search {
    display: none;
  }
}
.block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form__filters-toggle {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  border: 1px solid #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  background-color: transparent;
  border-color: #182B54;
  padding: 12px 20px 10px 47px;
  margin-bottom: 10px;
  background-image: url("../assets/icons/filter.svg");
  background-repeat: no-repeat;
  background-position: 20px center;
}
.block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form__filters-toggle:hover {
  background-color: #AFCF3B;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form__filters-toggle {
    background-image: url("../assets/icons/filter-white.svg");
  }
}
.block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form__filters-toggle:hover, .block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form__filters-toggle.js-open {
  border-color: #AFCF3B;
  background-color: #AFCF3B;
}
@media (max-width: 699px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form__filters {
    border: 1px solid #DBDCDB;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 19px 19px 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 700px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form__filters {
    gap: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form__filters-head {
  padding-bottom: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 700px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form__filters-head {
    display: none;
  }
}
.block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form__filters-head .filters-title {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 700;
  margin: 0;
}
.block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form__filters-head .filters-close {
  background-image: url("../assets/icons/cross-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 24px;
  background-color: transparent;
  border-radius: 0;
  border: 0;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form__filters-head .filters-close {
    background-image: url(../assets/icons/cross-white.svg);
  }
}
.block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form label {
  font-family: "Avenir Next", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 135%;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form label {
    font-size: 1rem;
  }
}
.block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form input[type=text],
.block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form select {
  width: 100%;
  border: 1px solid #333333;
  border-radius: 0;
  padding: 10px 19px;
  height: 48px;
  font-size: 1.125rem;
  line-height: 150%;
}
.block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form input[type=text]:focus,
.block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form select:focus {
  outline: 2px solid #000000;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  background-image: url("../assets/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 23px center;
  background-size: 16px;
  padding-right: 45px;
  cursor: pointer;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form select {
    background-image: url(../assets/icons/arrow-down-light.svg);
  }
}
.block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form .form-item {
  margin: 0;
  margin-bottom: 16px;
}
@media (min-width: 700px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form .form-item {
    margin-bottom: 0;
  }
}
.block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form .form-item:last-child {
  margin-bottom: 0;
}
.block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form .form-item.form-type-textfield {
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form .form-item.form-type-textfield {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media (min-width: 1025px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form .form-item.form-type-textfield {
    -webkit-flex-basis: 31.8%;
        -ms-flex-preferred-size: 31.8%;
            flex-basis: 31.8%;
  }
}
.block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form .form-item.form-type-textfield input[type=text] {
  background-image: url("../assets/icons/search-night.svg");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 22px;
  padding-right: 45px;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form .form-item.form-type-textfield input[type=text] {
    background-image: url(../assets/icons/search-white.svg);
  }
}
.block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form .form-item.form-item-topic, .block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form .form-item.form-item-status, .block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form .form-item.form-item-funding-source {
  -webkit-flex-basis: calc(33.33% - 14px);
      -ms-flex-preferred-size: calc(33.33% - 14px);
          flex-basis: calc(33.33% - 14px);
}
@media (min-width: 1025px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form .form-item.form-item-topic, .block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form .form-item.form-item-status, .block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form .form-item.form-item-funding-source {
    -webkit-flex-basis: 20.9%;
        -ms-flex-preferred-size: 20.9%;
            flex-basis: 20.9%;
  }
}
.block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form__actions {
  margin-top: 10px;
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form__actions {
    margin-top: 30px;
  }
}
.block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form__actions .form-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 0;
}
@media (min-width: 1025px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form__actions .form-actions {
    gap: 30px;
  }
}
.block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form__actions .form-actions input[value=Apply] {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  border: 0;
  font-size: 1rem;
}
.block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form__actions .form-actions input[value=Apply]:hover {
  background-color: #182B54;
  color: #ffffff;
}
.block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form__actions .form-actions input[value=Reset] {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  border: 1px solid #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  background-color: transparent;
  font-size: 1rem;
  margin: 0;
}
.block-views-blockprojects-project-listing-page .ione-project-listing__form .views-exposed-form__actions .form-actions input[value=Reset]:hover {
  background-color: #AFCF3B;
}
.block-views-blockprojects-project-listing-page .ione-project-listing__header {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__header {
    margin-bottom: 40px;
  }
}
.block-views-blockprojects-project-listing-page .ione-project-listing__rows {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
}
.block-views-blockprojects-project-listing-page .ione-project-listing__rows .views-row {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
.block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card {
  padding: 30px 0;
}
@media screen and (min-width: 700px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card {
    padding: 31px 0 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card {
    padding: 42px 0 30px;
  }
}
@media screen and (min-width: 1025px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card.research-program, .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card.center {
    padding: 32px 0 30px;
  }
}
.block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card.research-program .ione--project-basic-card__left,
.block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card.research-program .ione--project-basic-card__right, .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card.center .ione--project-basic-card__left,
.block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card.center .ione--project-basic-card__right {
  border-left: 12px solid #AFCF3B;
  padding-left: 18px;
}
@media screen and (min-width: 700px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card.research-program .ione--project-basic-card__left,
  .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card.research-program .ione--project-basic-card__right, .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card.center .ione--project-basic-card__left,
  .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card.center .ione--project-basic-card__right {
    padding-left: 28px;
  }
}
.block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card.research-program .ione--project-basic-card__left, .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card.center .ione--project-basic-card__left {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card.research-program .ione--project-basic-card__left, .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card.center .ione--project-basic-card__left {
    -webkit-flex-basis: 52%;
        -ms-flex-preferred-size: 52%;
            flex-basis: 52%;
  }
}
.block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card.research-program .ione--project-basic-card__left .ione--project-basic-card__title, .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card.center .ione--project-basic-card__left .ione--project-basic-card__title {
  margin-bottom: 20px;
}
.block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card.research-program .ione--project-basic-card__right, .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card.center .ione--project-basic-card__right {
  padding-bottom: 20px;
}
@media screen and (min-width: 700px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card.research-program .ione--project-basic-card__right, .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card.center .ione--project-basic-card__right {
    border-left: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card.research-program .ione--project-basic-card__right, .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card.center .ione--project-basic-card__right {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 700px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__left {
    -webkit-flex-basis: 65%;
        -ms-flex-preferred-size: 65%;
            flex-basis: 65%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__left {
    -webkit-flex-basis: 52%;
        -ms-flex-preferred-size: 52%;
            flex-basis: 52%;
    padding-right: 30px;
  }
}
@media screen and (min-width: 700px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
            flex-basis: 35%;
  }
}
@media screen and (min-width: 1025px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__right {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    padding-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__topic {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 135%;
  text-transform: uppercase;
  text-underline-offset: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 22px;
}
@media screen and (min-width: 700px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__topic {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__topic a {
  text-decoration: underline;
  text-underline-offset: 30%;
}
.block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__topic .field--name-field-related-topics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.625rem;
  min-width: 0;
}
.block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__topic .field__item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__topic::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #FFCC33;
  border-radius: 100%;
  margin-right: 7px;
  margin-top: 2px;
}
@media screen and (min-width: 700px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__topic::before {
    margin-right: 10px;
    width: 14px;
    height: 14px;
  }
}
.block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.25rem;
}
@media (min-width: 700px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__title {
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__title {
    font-size: 1.375rem;
  }
}
.block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__title p {
  margin-top: 0;
  margin-bottom: 0;
}
.block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__title a {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #000000;
}
.block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__title a .last-word {
  position: relative;
  padding-right: 40px;
}
.block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__title a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 5px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #182B54;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__title a .last-word .arrow svg {
    color: #ffffff;
  }
}
.block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__title a:hover {
  opacity: 70%;
}
.block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__title a:hover .last-word .arrow svg {
  margin-left: 10px;
}
.block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__subtitle {
  font-size: 0.875rem;
  line-height: 140%;
  padding-bottom: 10px;
}
@media screen and (min-width: 700px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__subtitle {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__subtitle {
    font-size: 1rem;
  }
}
.block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__subtitle p {
  margin: 0;
}
.block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__experts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 21px;
}
@media screen and (min-width: 700px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__experts {
    margin-bottom: 14px;
    margin-top: -10px;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media screen and (min-width: 1025px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__experts {
    -webkit-flex-basis: 56%;
        -ms-flex-preferred-size: 56%;
            flex-basis: 56%;
    padding-right: 30px;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__experts .media--type-image img {
  width: 67px;
  height: 67px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 1rem;
  margin-top: 21px;
}
@media screen and (min-width: 700px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__status {
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__status {
    font-size: 1.125rem;
    -webkit-flex-basis: 44%;
        -ms-flex-preferred-size: 44%;
            flex-basis: 44%;
    padding-left: 22px;
  }
}
.block-views-blockprojects-project-listing-page .ione-project-listing__rows .ione--project-basic-card__status .format-icon {
  width: 23px;
  margin-top: -5px;
}
.block-views-blockprojects-project-listing-page .ione-project-listing .pager__items {
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  .block-views-blockprojects-project-listing-page .ione-project-listing .pager__items {
    margin-top: 40px;
  }
}

.ione-profile-listing__content {
  margin-top: 31px;
  margin-bottom: 60px;
}
@media (min-width: 1025px) {
  .ione-profile-listing__content {
    margin-top: 51px;
  }
}
.ione-profile-listing__form {
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .ione-profile-listing__form {
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .ione-profile-listing__form {
    margin-bottom: 22px;
  }
}
.ione-profile-listing__form .views-exposed-form__search {
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .ione-profile-listing__form .views-exposed-form__search {
    display: none;
  }
}
.ione-profile-listing__form .views-exposed-form__filters-toggle {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  border: 1px solid #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  background-color: transparent;
  border-color: #182B54;
  padding: 12px 20px 10px 47px;
  margin-bottom: 10px;
  background-image: url("../assets/icons/filter.svg");
  background-repeat: no-repeat;
  background-position: 20px center;
}
.ione-profile-listing__form .views-exposed-form__filters-toggle:hover {
  background-color: #AFCF3B;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione-profile-listing__form .views-exposed-form__filters-toggle {
    background-image: url("../assets/icons/filter-white.svg");
  }
}
.ione-profile-listing__form .views-exposed-form__filters-toggle:hover, .ione-profile-listing__form .views-exposed-form__filters-toggle.js-open {
  border-color: #AFCF3B;
  background-color: #AFCF3B;
}
@media (max-width: 699px) {
  .ione-profile-listing__form .views-exposed-form__filters {
    border: 1px solid #DBDCDB;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 19px 19px 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 700px) {
  .ione-profile-listing__form .views-exposed-form__filters {
    gap: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.ione-profile-listing__form .views-exposed-form__filters-head {
  padding-bottom: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 700px) {
  .ione-profile-listing__form .views-exposed-form__filters-head {
    display: none;
  }
}
.ione-profile-listing__form .views-exposed-form__filters-head .filters-title {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 700;
  margin: 0;
}
.ione-profile-listing__form .views-exposed-form__filters-head .filters-close {
  background-image: url("../assets/icons/cross-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 24px;
  background-color: transparent;
  border-radius: 0;
  border: 0;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione-profile-listing__form .views-exposed-form__filters-head .filters-close {
    background-image: url(../assets/icons/cross-white.svg);
  }
}
.ione-profile-listing__form .views-exposed-form label {
  font-family: "Avenir Next", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 135%;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .ione-profile-listing__form .views-exposed-form label {
    font-size: 1rem;
  }
}
.ione-profile-listing__form .views-exposed-form input[type=text],
.ione-profile-listing__form .views-exposed-form select {
  width: 100%;
  border: 1px solid #333333;
  border-radius: 0;
  padding: 10px 19px;
  height: 48px;
  font-size: 1.125rem;
  line-height: 150%;
}
.ione-profile-listing__form .views-exposed-form input[type=text]:focus,
.ione-profile-listing__form .views-exposed-form select:focus {
  outline: 2px solid #000000;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
.ione-profile-listing__form .views-exposed-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../assets/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 23px center;
  background-size: 16px;
  padding-right: 45px;
  cursor: pointer;
  background-color: #ffffff;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione-profile-listing__form .views-exposed-form select {
    background-image: url(../assets/icons/arrow-down-light.svg);
  }
}
.ione-profile-listing__form .views-exposed-form .form-item {
  margin: 0;
  margin-bottom: 16px;
}
@media (min-width: 700px) {
  .ione-profile-listing__form .views-exposed-form .form-item {
    margin-bottom: 0;
  }
}
.ione-profile-listing__form .views-exposed-form .form-item:last-child {
  margin-bottom: 0;
}
.ione-profile-listing__form .views-exposed-form .form-item.form-type-textfield {
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .ione-profile-listing__form .views-exposed-form .form-item.form-type-textfield {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media (min-width: 1025px) {
  .ione-profile-listing__form .views-exposed-form .form-item.form-type-textfield {
    -webkit-flex-basis: 43%;
        -ms-flex-preferred-size: 43%;
            flex-basis: 43%;
  }
}
.ione-profile-listing__form .views-exposed-form .form-item.form-type-textfield input[type=text] {
  background-image: url("../assets/icons/search-night.svg");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 22px;
  padding-right: 45px;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione-profile-listing__form .views-exposed-form .form-item.form-type-textfield input[type=text] {
    background-image: url(../assets/icons/search-white.svg);
  }
}
.ione-profile-listing__form .views-exposed-form .form-item.form-item-affiliation {
  -webkit-flex-basis: calc(50% - 10px);
      -ms-flex-preferred-size: calc(50% - 10px);
          flex-basis: calc(50% - 10px);
}
@media (min-width: 1025px) {
  .ione-profile-listing__form .views-exposed-form .form-item.form-item-affiliation {
    -webkit-flex-basis: 26.6%;
        -ms-flex-preferred-size: 26.6%;
            flex-basis: 26.6%;
  }
}
.ione-profile-listing__form .views-exposed-form .form-item.form-item-topic {
  -webkit-flex-basis: calc(50% - 10px);
      -ms-flex-preferred-size: calc(50% - 10px);
          flex-basis: calc(50% - 10px);
}
@media (min-width: 1025px) {
  .ione-profile-listing__form .views-exposed-form .form-item.form-item-topic {
    -webkit-flex-basis: 26.6%;
        -ms-flex-preferred-size: 26.6%;
            flex-basis: 26.6%;
  }
}
.ione-profile-listing__form .views-exposed-form__actions {
  margin-top: 10px;
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .ione-profile-listing__form .views-exposed-form__actions {
    margin-top: 30px;
  }
}
.ione-profile-listing__form .views-exposed-form__actions .form-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 0;
}
@media (min-width: 1025px) {
  .ione-profile-listing__form .views-exposed-form__actions .form-actions {
    gap: 30px;
  }
}
.ione-profile-listing__form .views-exposed-form__actions .form-actions input[value=Apply] {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  border: 0;
  font-size: 1rem;
}
.ione-profile-listing__form .views-exposed-form__actions .form-actions input[value=Apply]:hover {
  background-color: #182B54;
  color: #ffffff;
}
.ione-profile-listing__form .views-exposed-form__actions .form-actions input[value=Reset] {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  border: 1px solid #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  background-color: transparent;
  font-size: 1rem;
  margin: 0;
}
.ione-profile-listing__form .views-exposed-form__actions .form-actions input[value=Reset]:hover {
  background-color: #AFCF3B;
}
.ione-profile-listing__header {
  padding-bottom: 30px;
  margin-bottom: 0px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
@media (min-width: 700px) {
  .ione-profile-listing__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  .ione-profile-listing__header {
    margin-top: 60px;
    padding-bottom: 30px;
  }
}
.ione-profile-listing__header .field--name-field-mustache {
  margin-top: 30px;
}
@media (min-width: 700px) {
  .ione-profile-listing__header .field--name-field-mustache {
    margin-top: 0;
  }
}
@media (min-width: 700px) {
  .ione-profile-listing__rows {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin: 0 -30px;
    padding: 30px 0;
  }
  .ione-profile-listing__rows:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: calc(100% - 50px);
    left: 25px;
    right: 25px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
}
@media (min-width: 1025px) {
  .ione-profile-listing__rows {
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    margin: 0 -20px;
    padding: 30px 0;
  }
}
.ione-profile-listing__rows > div {
  padding: 20px 0px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
@media (min-width: 700px) {
  .ione-profile-listing__rows > div {
    padding: 0 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: top left;
    background-size: 1px auto;
  }
  .ione-profile-listing__rows > div:first-child {
    background: none;
    padding-bottom: 0;
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  .ione-profile-listing__rows > div:nth-child(1n+3) {
    margin-top: 65px;
  }
  .ione-profile-listing__rows > div:nth-child(1n+3):before {
    content: "";
    position: absolute;
    margin-top: -32px;
    width: calc(100% - 50px);
    left: 25px;
    right: 25px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
  .ione-profile-listing__rows > div:nth-child(odd):not(:first-child) {
    background-image: unset;
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  .ione-profile-listing__rows > div:nth-child(3n):before {
    content: "";
    position: absolute;
    margin-top: -32px;
    width: calc(100% - 50px);
    left: 25px;
    right: 25px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
}
@media (min-width: 1025px) {
  .ione-profile-listing__rows > div {
    padding: 0 20px;
  }
  .ione-profile-listing__rows > div:nth-child(1n+5) {
    margin-top: 60px;
  }
  .ione-profile-listing__rows > div:nth-child(1n+5):before {
    content: "";
    position: absolute;
    margin-top: -30px;
    width: calc(100% - 60px);
    left: 20px;
    right: 20px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
}
@media (min-width: 1025px) {
  .ione-profile-listing__rows > div:nth-child(4n+1):not(:first-child) {
    margin-top: 60px;
    background: none;
  }
  .ione-profile-listing__rows > div:nth-child(4n+1):not(:first-child):before {
    content: "";
    position: absolute;
    margin-top: -30px;
    width: calc(100% - 60px);
    left: 20px;
    right: 20px;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 1px;
  }
}
@media (min-width: 700px) {
  .ione-profile-listing__rows .ione--profile-basic-card {
    padding: 0;
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .ione-profile-listing__rows .ione--profile-basic-card {
    padding: 0px;
  }
}
.ione-profile-listing__rows .ione--profile-basic-card__image {
  margin-bottom: 18px;
}
.ione-profile-listing__rows .ione--profile-basic-card__image img {
  width: 150px;
  border-radius: 100%;
}
@media (min-width: 700px) {
  .ione-profile-listing__rows .ione--profile-basic-card__image img {
    width: 172px;
  }
}
.ione-profile-listing__rows .ione--profile-basic-card__name {
  font-family: "Libre Caslon Text", sans-serif;
  margin-top: 0;
  margin-bottom: 17px;
  font-size: 1.25rem;
}
@media (min-width: 1025px) {
  .ione-profile-listing__rows .ione--profile-basic-card__name {
    font-size: 1.375rem;
  }
}
.ione-profile-listing__rows .ione--profile-basic-card__name p {
  margin-top: 0;
  margin-bottom: 0;
}
.ione-profile-listing__rows .ione--profile-basic-card__name a {
  font-family: "Libre Caslon Text", sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #182B54;
}
.ione-profile-listing__rows .ione--profile-basic-card__name a .last-word {
  position: relative;
  padding-right: 40px;
}
.ione-profile-listing__rows .ione--profile-basic-card__name a .last-word .arrow svg {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-left: 5px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #182B54;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione-profile-listing__rows .ione--profile-basic-card__name a .last-word .arrow svg {
    color: #ffffff;
  }
}
.ione-profile-listing__rows .ione--profile-basic-card__name a:hover {
  opacity: 70%;
}
.ione-profile-listing__rows .ione--profile-basic-card__name a:hover .last-word .arrow svg {
  margin-left: 10px;
}
.ione-profile-listing__rows .ione--profile-basic-card__year {
  margin-bottom: 9px;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 1025px) {
  .ione-profile-listing__rows .ione--profile-basic-card__year {
    font-size: 1rem;
  }
}
.ione-profile-listing__rows .ione--profile-basic-card__year_fellow-label {
  font-family: "Avenir Next", sans-serif;
  line-height: 135%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
}
@media (min-width: 700px) {
  .ione-profile-listing__rows .ione--profile-basic-card__year_fellow-label {
    font-size: 1rem;
  }
}
@media (min-width: 700px) {
  .ione-profile-listing__rows .ione--profile-basic-card__year {
    margin-bottom: 8px;
  }
}
@media (min-width: 1025px) {
  .ione-profile-listing__rows .ione--profile-basic-card__year {
    margin-bottom: 7px;
  }
}
@media (min-width: 700px) {
  .ione-profile-listing__rows .ione--profile-basic-card__year {
    gap: 9px;
  }
}
.ione-profile-listing__rows .ione--profile-basic-card__dept {
  font-family: "Avenir Next", sans-serif;
  line-height: 135%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 4px;
}
@media (min-width: 700px) {
  .ione-profile-listing__rows .ione--profile-basic-card__dept {
    font-size: 1rem;
  }
}
.ione-profile-listing__rows .ione--profile-basic-card__org {
  font-size: 0.875rem;
}
@media (min-width: 1025px) {
  .ione-profile-listing__rows .ione--profile-basic-card__org {
    font-size: 1rem;
  }
}
.ione-profile-listing .pager__items {
  margin-top: 30px;
}

.ione--insights__hero {
  padding-left: 20px;
  padding-right: 20px;
  margin: 37px 0 40px;
}
@media screen and (min-width: 700px) {
  .ione--insights__hero {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--insights__hero {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 700px) {
  .ione--insights__hero {
    margin: 0px 0 20px;
  }
}
@media (min-width: 1025px) {
  .ione--insights__hero {
    margin: 0px 0 40px;
  }
}
.ione--insights__hero-content {
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 700px) {
  .ione--insights__hero-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ione--insights__heading-wrapper {
  text-align: center;
}
@media (min-width: 700px) {
  .ione--insights__heading-wrapper {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 430px;
  }
}
@media (min-width: 1025px) {
  .ione--insights__heading-wrapper {
    max-width: 525px;
  }
}
.ione--insights__title {
  font-family: "Libre Caslon Text", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  font-style: italic;
  line-height: 120%;
  margin: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
  padding-bottom: 15px;
}
@media (min-width: 700px) {
  .ione--insights__title {
    padding: 11px 27px 11px 0;
    font-size: 3.875rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='3'%3E%3Cline x1='0' y1='0' x2='0' y2='3' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: top right;
    background-size: 1px auto;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
@media (min-width: 1025px) {
  .ione--insights__title {
    padding: 2px 33px 2px 0;
    font-size: 4.6875rem;
  }
}
.ione--insights__intro {
  font-size: 0.875rem;
  line-height: 140%;
  padding-top: 15px;
}
@media (min-width: 700px) {
  .ione--insights__intro {
    padding-top: 2px;
    padding-left: 25px;
  }
}
@media (min-width: 1025px) {
  .ione--insights__intro {
    font-size: 1rem;
    padding-top: 0;
    padding-left: 30px;
  }
}
@media (max-width: 699px) {
  .ione--insights__browse {
    width: 100%;
  }
}
.ione--insights__browse .ione--browse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 700px) {
  .ione--insights__browse .ione--browse {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 14px;
  }
}
@media (min-width: 1025px) {
  .ione--insights__browse .ione--browse {
    gap: 20px;
  }
}
.ione--insights__browse .ione--browse__wrapper {
  position: relative;
}
.ione--insights__browse .ione--browse__toggle {
  background-color: transparent;
  border: 0;
  border-radius: 0px;
  padding: 11px 20px 10px;
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #333333;
  margin-left: 5px;
}
@media (min-width: 700px) {
  .ione--insights__browse .ione--browse__toggle {
    padding: 10px 18px 10px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
@media (min-width: 1025px) {
  .ione--insights__browse .ione--browse__toggle {
    padding: 11px 20px 10px;
  }
}
.ione--insights__browse .ione--browse__toggle:hover {
  color: #182B54;
}
.ione--insights__browse .ione--browse__toggle:focus {
  outline-offset: -2px;
}
.ione--insights__browse .ione--browse__toggle-icon {
  position: relative;
  background-image: url("../assets/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 6px;
  margin-left: 9px;
  margin-top: -3px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione--insights__browse .ione--browse__toggle-icon {
    background-image: url(../assets/icons/arrow-down-light.svg);
  }
}
@media (min-width: 700px) {
  .ione--insights__browse .ione--browse__toggle-icon {
    margin-top: 0px;
  }
}
.ione--insights__browse .ione--browse__toggle[aria-expanded=true] .ione--browse__toggle-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ione--insights__browse .ione--browse__dropdown {
  display: none;
  background-color: #ffffff;
  border: 1px solid #333333;
  width: 100%;
}
@media (min-width: 700px) {
  .ione--insights__browse .ione--browse__dropdown {
    width: 463px;
    position: absolute;
    top: 98%;
    right: 0;
    z-index: 2;
  }
}
.ione--insights__browse .ione--browse__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  padding: 19px;
  gap: 20px;
}
@media screen and (min-width: 700px) {
  .ione--insights__browse .ione--browse__inner {
    padding: 40px;
    gap: 28px;
  }
}
.ione--insights__browse .ione--browse__column h2 {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 135%;
  margin-top: 0;
  padding-bottom: 10px;
  margin-bottom: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23000000' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
@media screen and (min-width: 700px) {
  .ione--insights__browse .ione--browse__column h2 {
    margin-bottom: 17px;
    font-size: 1rem;
  }
}
.ione--insights__browse .ione--browse__column ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.ione--insights__browse .ione--browse__column ul li {
  margin-top: 0;
  margin-bottom: 6px;
}
@media (min-width: 1025px) {
  .ione--insights__browse .ione--browse__column ul li {
    margin-bottom: 5px;
  }
}
.ione--insights__browse .ione--browse__column ul li a {
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  color: #000000;
}
@media (min-width: 1025px) {
  .ione--insights__browse .ione--browse__column ul li a {
    font-size: 1rem;
  }
}
.ione--insights__browse .ione--browse__column ul li a:hover {
  text-decoration: underline;
}
.ione--insights__browse .ione--browse__search {
  position: relative;
  max-width: 230px;
}
.ione--insights__browse .ione--browse__search .form-item-search.form-type-textfield {
  margin-bottom: 0;
  display: none;
}
@media (min-width: 1025px) {
  .ione--insights__browse .ione--browse__search .form-item-search.form-type-textfield {
    display: block;
  }
}
.ione--insights__browse .ione--browse__search .form-item-search.form-type-textfield input[type=text] {
  height: 46px;
  padding-right: 50px;
}
.ione--insights__browse .ione--browse__search .form-item-search.form-type-textfield input[type=text]::-webkit-input-placeholder {
  font-size: 1rem;
}
.ione--insights__browse .ione--browse__search .form-item-search.form-type-textfield input[type=text]::-moz-placeholder {
  font-size: 1rem;
}
.ione--insights__browse .ione--browse__search .form-item-search.form-type-textfield input[type=text]:-ms-input-placeholder {
  font-size: 1rem;
}
.ione--insights__browse .ione--browse__search .form-item-search.form-type-textfield input[type=text]::-ms-input-placeholder {
  font-size: 1rem;
}
.ione--insights__browse .ione--browse__search .form-item-search.form-type-textfield input[type=text]::placeholder {
  font-size: 1rem;
}
.ione--insights__browse .ione--browse__search .form-submit {
  margin: 0;
  width: 44px;
  height: 44px;
  font-size: 0;
  background: transparent url(../assets/icons/search-night.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  border: 0;
}
@media (min-width: 1025px) {
  .ione--insights__browse .ione--browse__search .form-submit {
    position: absolute;
    top: 1px;
    right: 1px;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione--insights__browse .ione--browse__search .form-submit {
    background-image: url(../assets/icons/search-white.svg);
  }
}
.ione--insights__browse .ione--browse__search .form-submit:focus {
  outline-offset: -4px;
}
.ione--insights__browse .ione--browse__search .form-submit:hover {
  background-color: #f4f4f4;
}
.ione--insights__explore {
  margin: 60px 0;
}
@media (min-width: 700px) {
  .ione--insights__explore {
    margin: 90px 0;
  }
}
@media (min-width: 1025px) {
  .ione--insights__explore {
    margin: 120px 0;
  }
}
.ione--insights__explore .ione--insights-explore {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 700px) {
  .ione--insights__explore .ione--insights-explore {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--insights__explore .ione--insights-explore {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.ione--insights__explore .ione--insights-explore__content {
  max-width: 1300px;
  margin: 0 auto;
  background: #182B54;
  border-top: 10px solid #88A61F;
  color: #ffffff;
  padding: 20px;
}
@media screen and (min-width: 700px) {
  .ione--insights__explore .ione--insights-explore__content {
    border-width: 16px;
    padding: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .ione--insights__explore .ione--insights-explore__content {
    padding: 34px 40px;
  }
}
.ione--insights__explore .ione--insights-explore__header {
  margin-bottom: 30px;
}
@media screen and (min-width: 700px) {
  .ione--insights__explore .ione--insights-explore__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ione--insights__explore .ione--insights-explore__title {
  font-size: 1.5rem;
  margin-top: 2px;
  margin-bottom: 28px;
}
@media screen and (min-width: 700px) {
  .ione--insights__explore .ione--insights-explore__title {
    font-size: 1.75rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .ione--insights__explore .ione--insights-explore__title {
    font-size: 1.875rem;
  }
}
.ione--insights__explore .ione--insights-explore__search {
  position: relative;
  max-width: 241px;
}
.ione--insights__explore .ione--insights-explore__search .form-item-search.form-type-textfield {
  margin-bottom: 0;
}
.ione--insights__explore .ione--insights-explore__search .form-item-search.form-type-textfield input[type=text] {
  height: 48px;
  color: #000000;
  padding-right: 50px;
}
.ione--insights__explore .ione--insights-explore__search .form-item-search.form-type-textfield input[type=text]::-webkit-input-placeholder {
  font-size: 1rem;
}
.ione--insights__explore .ione--insights-explore__search .form-item-search.form-type-textfield input[type=text]::-moz-placeholder {
  font-size: 1rem;
}
.ione--insights__explore .ione--insights-explore__search .form-item-search.form-type-textfield input[type=text]:-ms-input-placeholder {
  font-size: 1rem;
}
.ione--insights__explore .ione--insights-explore__search .form-item-search.form-type-textfield input[type=text]::-ms-input-placeholder {
  font-size: 1rem;
}
.ione--insights__explore .ione--insights-explore__search .form-item-search.form-type-textfield input[type=text]::placeholder {
  font-size: 1rem;
}
.ione--insights__explore .ione--insights-explore__search .form-item-search.form-type-textfield input[type=text]:focus {
  outline-color: #ffffff;
}
.ione--insights__explore .ione--insights-explore__search .form-submit {
  position: absolute;
  top: 1px;
  right: 1px;
  margin: 0;
  width: 46px;
  height: 46px;
  font-size: 0;
  background: transparent url(../assets/icons/search-night.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  border: 0;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione--insights__explore .ione--insights-explore__search .form-submit {
    background-image: url(../assets/icons/search-white.svg);
  }
}
.ione--insights__explore .ione--insights-explore__search .form-submit:focus {
  outline-offset: -4px;
}
.ione--insights__explore .ione--insights-explore__search .form-submit:hover {
  background-color: #f4f4f4;
}
.ione--insights__explore .ione--insights-explore__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 700px) {
  .ione--insights__explore .ione--insights-explore__body {
    gap: 40px;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.ione--insights__explore .ione--insights-explore__column h2 {
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 135%;
  margin-top: 0;
  padding-bottom: 10px;
  margin-bottom: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23ffffff' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
@media screen and (min-width: 700px) {
  .ione--insights__explore .ione--insights-explore__column h2 {
    margin-bottom: 17px;
    font-size: 1rem;
  }
}
.ione--insights__explore .ione--insights-explore__column ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
@media (min-width: 700px) {
  .ione--insights__explore .ione--insights-explore__column ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.ione--insights__explore .ione--insights-explore__column ul li {
  margin-top: 0;
  margin-bottom: 6px;
}
@media (min-width: 1025px) {
  .ione--insights__explore .ione--insights-explore__column ul li {
    margin-bottom: 5px;
  }
}
.ione--insights__explore .ione--insights-explore__column ul li a {
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  color: #C1D1EC;
}
@media (min-width: 1025px) {
  .ione--insights__explore .ione--insights-explore__column ul li a {
    font-size: 1rem;
  }
}
.ione--insights__explore .ione--insights-explore__column ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.ione--insights__explore .ione--insights-explore__column ul li a:focus {
  outline-color: #ffffff;
}
.ione--insights .ione--insights-full .layout__region--content .block-micronode-block:first-child .ione-component {
  margin-top: 0;
}
.ione--insights .ajax-progress {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.85);
}
.ione--insights .ajax-progress .throbber {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: #AFCF3B;
  border-radius: 50%;
  background: none;
  -webkit-animation: ajaxSpin 0.8s linear infinite;
          animation: ajaxSpin 0.8s linear infinite;
}
.ione--insights .ajax-progress .message {
  margin-top: 14px;
  color: #ffffff;
  font-size: 0.875rem;
}
@-webkit-keyframes ajaxSpin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes ajaxSpin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.page-node-type-insights:not(:has(.layout-builder-form)) .table__arrow-btn {
  display: none;
}
.page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog {
  position: fixed;
  width: 100% !important;
  top: 0 !important;
  bottom: 0;
  overflow: auto;
  padding: 31px 20px;
  -webkit-animation: slideUp 600ms ease-out;
          animation: slideUp 600ms ease-out;
}
@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (min-width: 700px) {
  .page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog {
    padding: 29px 29px 50px;
  }
}
@media (min-width: 1025px) {
  .page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog {
    padding: 50px;
  }
}
.page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-titlebar {
  max-width: 1300px;
  margin: 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
  background-color: transparent;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  gap: 20px;
  padding-bottom: 25px;
  opacity: 0;
  -webkit-animation: fadeIn 300ms ease-in 600ms forwards;
          animation: fadeIn 300ms ease-in 600ms forwards;
}
@media (min-width: 700px) {
  .page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-titlebar {
    padding-bottom: 29px;
  }
}
@media (min-width: 1025px) {
  .page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-titlebar {
    padding-bottom: 20px;
  }
}
.page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-titlebar::before, .page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-titlebar::after {
  display: none;
}
.page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-title {
  font-family: "Avenir Next", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 125%;
}
@media (min-width: 700px) {
  .page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-title {
    font-size: 1.375rem;
  }
}
@media (min-width: 1025px) {
  .page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-title {
    font-size: 1.875rem;
  }
}
.page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-titlebar-close {
  position: relative;
  top: 6px;
  right: -1px;
  width: 36px;
  height: 36px;
  background-color: #AFCF3B;
  border-radius: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (min-width: 700px) {
  .page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-titlebar-close {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 1025px) {
  .page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-titlebar-close {
    width: 46px;
    height: 46px;
  }
}
.page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-titlebar-close .ui-icon {
  background: url(../assets/icons/cross-black.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-titlebar-close .ui-icon {
    background-image: url(../assets/icons/cross-white.svg);
  }
}
.page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-titlebar-close:hover {
  background-color: #f4f4f4;
}
.page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-content {
  padding: 0;
  max-height: inherit !important;
  overflow: visible;
  opacity: 0;
  -webkit-animation: fadeIn 300ms ease-in 900ms forwards;
          animation: fadeIn 300ms ease-in 900ms forwards;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-content .ione-article-listing__content {
  margin: 30px 0 0;
}
@media (min-width: 700px) {
  .page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-content .ione-article-listing__content {
    margin: 32px 0 0;
  }
}
.page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-content .ione-article-listing__form {
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-content .ione-article-listing__form {
    margin-bottom: 20px;
  }
}
.page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-content .ione-article-listing__form .views-exposed-form__search {
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  .page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-content .ione-article-listing__form .views-exposed-form__filters {
    gap: 20px 30px;
  }
}
@media (min-width: 1025px) {
  .page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-content .ione-article-listing__form .views-exposed-form__filters {
    gap: 20px;
  }
}
.page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-content .ione-article-listing__form .views-exposed-form__filters .form-item-section {
  -webkit-flex-basis: calc(50% - 15px);
      -ms-flex-preferred-size: calc(50% - 15px);
          flex-basis: calc(50% - 15px);
}
@media (min-width: 1025px) {
  .page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-content .ione-article-listing__form .views-exposed-form__filters .form-item-section {
    -webkit-flex-basis: 26.6%;
        -ms-flex-preferred-size: 26.6%;
            flex-basis: 26.6%;
  }
}
.page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-content .ione-article-listing__form .views-exposed-form__filters .form-item-topic {
  -webkit-flex-basis: calc(50% - 15px);
      -ms-flex-preferred-size: calc(50% - 15px);
          flex-basis: calc(50% - 15px);
}
@media (min-width: 1025px) {
  .page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-content .ione-article-listing__form .views-exposed-form__filters .form-item-topic {
    -webkit-flex-basis: 26.6%;
        -ms-flex-preferred-size: 26.6%;
            flex-basis: 26.6%;
  }
}
.page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-content .ione-article-listing__form .views-exposed-form__actions {
  display: none;
}
.page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-content .ione-article-listing__link {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
  padding-top: 30px;
}
@media (min-width: 1025px) {
  .page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-content .ione-article-listing__link {
    padding-top: 21px;
  }
}
.page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-content .ione-article-listing__link a {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  background-color: #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  padding: 12px 18px;
}
.page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-content .ione-article-listing__link a:hover {
  background-color: #182B54;
  color: #ffffff;
}
.page-node-type-insights:not(:has(.layout-builder-form)) .ui-dialog-buttonpane {
  display: none;
}

.views-exposed-form .form-item.form-type-textfield.form-item-combine.views-exposed-form__search-item {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  position: relative;
}
.views-exposed-form .form-item.form-type-textfield.form-item-combine.views-exposed-form__search-item input[type=text] {
  background-image: none;
  padding-right: 3.875rem;
}
.views-exposed-form__search-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: url("../assets/icons/search-night.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px;
  border: 0;
  border-radius: 0;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  height: 48px;
  margin: 0;
  min-width: 48px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: -999px;
  width: 48px;
}
.views-exposed-form__search-submit:hover {
  background-color: #DBDCDB;
}
.views-exposed-form__search-submit:focus {
  outline: 2px solid #000000;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}
@media (forced-colors: active) {
  .views-exposed-form__search-submit {
    background-image: none;
    color: ButtonText;
    font-size: 1rem;
    padding: 0 0.75rem;
    text-indent: 0;
    width: auto;
  }
}
.views-exposed-form__actions .form-actions {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 0;
}
.views-exposed-form__clear {
  color: #000000;
  text-decoration: none;
  padding: 11px 20px;
  border: 1px solid #AFCF3B;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.35;
  background-color: transparent;
  font-size: 1rem;
  margin: 0;
  min-height: 48px;
}
.views-exposed-form__clear:hover {
  background-color: #AFCF3B;
}
.views-exposed-form__clear:focus {
  outline: 2px solid #000000;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}

.ione-footer {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #182B54;
  color: #ffffff;
}
@media screen and (min-width: 700px) {
  .ione-footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .ione-footer {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.ione-footer .ione-container {
  max-width: 1300px;
  margin: 0 auto;
}
.ione-footer__main {
  display: -ms-grid;
  display: grid;
  padding-top: 34px;
  padding-bottom: 25px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media (min-width: 700px) {
  .ione-footer__main {
    padding-top: 45px;
    gap: 19px;
  }
}
@media (min-width: 1025px) {
  .ione-footer__main {
    -ms-grid-columns: 1fr 130px 1fr;
    grid-template-columns: 1fr 1fr;
    padding-top: 48px;
    padding-bottom: 21px;
    gap: 130px;
  }
}
.ione-footer__left {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 700px) {
  .ione-footer__left {
    -ms-grid-columns: 1fr 18px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
}
@media (min-width: 1025px) {
  .ione-footer__left {
    gap: 45px;
  }
}
.ione-footer__logo {
  padding-top: 6px;
  text-align: center;
}
@media (min-width: 700px) {
  .ione-footer__logo {
    text-align: left;
    padding-top: 18px;
  }
}
@media (min-width: 1025px) {
  .ione-footer__logo {
    padding-top: 6px;
  }
}
.ione-footer__logo a:focus {
  outline-color: #ffffff;
}
.ione-footer__logo a img {
  width: 100%;
  max-width: 190px;
}
@media (min-width: 700px) {
  .ione-footer__logo a img {
    max-width: 199px;
  }
}
@media (min-width: 1025px) {
  .ione-footer__logo a img {
    max-width: 190px;
  }
}
@media screen and (forced-colors: active) and (prefers-color-scheme: light) {
  .ione-footer__logo a img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}
@media (min-width: 700px) {
  .ione-footer__contact-info {
    padding-right: 91px;
  }
}
@media (min-width: 1025px) {
  .ione-footer__contact-info {
    padding-right: 0;
  }
}
.ione-footer__social {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23ffffff' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin-top: 0;
  padding-bottom: 15px;
  margin-bottom: 16px;
}
@media (min-width: 1025px) {
  .ione-footer__social {
    margin-bottom: 15px;
  }
}
.ione-footer__social li {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.ione-footer__social-link {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../assets/icons/link-aurora.svg);
}
@media screen and (forced-colors: active) and (prefers-color-scheme: light) {
  .ione-footer__social-link {
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5);
  }
}
.ione-footer__social-link.facebook {
  background-image: url(../assets/icons/facebook-aurora.svg);
}
.ione-footer__social-link.instagram {
  background-image: url(../assets/icons/instagram-aurora.svg);
}
.ione-footer__social-link.linkedin {
  background-image: url(../assets/icons/linkedin-aurora.svg);
}
.ione-footer__social-link.youtube {
  background-image: url(../assets/icons/youtube-aurora.svg);
}
.ione-footer__social-link:hover {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (forced-colors: active) and (prefers-color-scheme: light) {
  .ione-footer__social-link:hover {
    -webkit-filter: brightness(0) invert(0);
            filter: brightness(0) invert(0);
  }
}
.ione-footer__social-link:focus {
  outline-color: #ffffff;
}
.ione-footer__address {
  font-size: 0.875rem;
  line-height: 140%;
}
@media (min-width: 1025px) {
  .ione-footer__address {
    font-size: 1rem;
  }
}
.ione-footer__menu {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
@media (min-width: 1025px) {
  .ione-footer__menu {
    padding-left: 35px;
    padding-top: 24px;
  }
}
.ione-footer__menu .menu--footer > .menu {
  padding: 0;
  margin: 0;
}
@media (min-width: 700px) {
  .ione-footer__menu .menu--footer > .menu {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.ione-footer__menu .menu--footer > .menu > .menu-item {
  padding-top: 0;
  margin-bottom: 6px;
}
@media (min-width: 1025px) {
  .ione-footer__menu .menu--footer > .menu > .menu-item {
    margin-bottom: 5px;
  }
}
.ione-footer__menu .menu--footer > .menu > .menu-item a {
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  color: #C1D1EC;
}
@media (min-width: 1025px) {
  .ione-footer__menu .menu--footer > .menu > .menu-item a {
    font-size: 1rem;
  }
}
.ione-footer__menu .menu--footer > .menu > .menu-item a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.ione-footer__menu .menu--footer > .menu > .menu-item a:focus {
  outline-color: #ffffff;
}
.ione-footer__copyright {
  font-size: 0.875rem;
  line-height: 150%;
  padding-bottom: 30px;
}
@media (min-width: 700px) {
  .ione-footer__copyright {
    line-height: 140%;
  }
}
@media (min-width: 1025px) {
  .ione-footer__copyright {
    padding-bottom: 40px;
  }
}

.ione-section-menu,
.ione-breadcrumb {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0;
}
@media screen and (min-width: 700px) {
  .ione-section-menu,
  .ione-breadcrumb {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .ione-section-menu,
  .ione-breadcrumb {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.ione-section-menu ul,
.ione-section-menu ol,
.ione-breadcrumb ul,
.ione-breadcrumb ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
@media (min-width: 1025px) {
  .ione-section-menu ul,
  .ione-section-menu ol,
  .ione-breadcrumb ul,
  .ione-breadcrumb ol {
    max-width: 1300px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .ione-section-menu ul.ione-section-menu__list,
  .ione-section-menu ol.ione-section-menu__list,
  .ione-breadcrumb ul.ione-section-menu__list,
  .ione-breadcrumb ol.ione-section-menu__list {
    max-width: 1300px;
    margin: 0 auto;
  }
}
.ione-section-menu__list,
.ione-breadcrumb__list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 46px;
  padding: 6px 0px;
}
@media (min-width: 700px) {
  .ione-section-menu__list,
  .ione-breadcrumb__list {
    min-height: 60px;
  }
}
@media (min-width: 1025px) {
  .ione-section-menu__list,
  .ione-breadcrumb__list {
    padding: 18px 0px;
    min-height: 86px;
    max-width: 1300px;
    margin: 0 auto;
  }
}
@media (max-width: 699px) {
  .ione-section-menu__list > li:not(:first-child),
  .ione-breadcrumb__list > li:not(:first-child) {
    display: none;
  }
  .ione-section-menu__list > li.has-mobile-children,
  .ione-breadcrumb__list > li.has-mobile-children {
    display: block;
  }
}
.ione-section-menu__item,
.ione-breadcrumb__item {
  font-size: 0.875rem;
  line-height: 135%;
  color: #182B54;
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 700px) {
  .ione-section-menu__item,
  .ione-breadcrumb__item {
    position: relative;
  }
}
@media (min-width: 1025px) {
  .ione-section-menu__item,
  .ione-breadcrumb__item {
    font-size: 1rem;
  }
}
.ione-section-menu__item:before,
.ione-breadcrumb__item:before {
  display: none;
}
.ione-section-menu__item.is-current,
.ione-breadcrumb__item.is-current {
  padding: 0;
}
.ione-section-menu__item.is-current > .ione-section-menu__link,
.ione-section-menu__item.is-current > .ione-section-menu__text,
.ione-breadcrumb__item.is-current > .ione-section-menu__link,
.ione-breadcrumb__item.is-current > .ione-section-menu__text {
  font-weight: 700;
}
.ione-section-menu__item a,
.ione-breadcrumb__item a {
  font-weight: 400;
  text-decoration: none;
}
.ione-section-menu__item a:hover,
.ione-breadcrumb__item a:hover {
  text-decoration: underline;
}
.ione-section-menu__link,
.ione-breadcrumb__link {
  display: inline-block;
}
.ione-section-menu__parent-link,
.ione-breadcrumb__parent-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 699px) {
  .ione-section-menu__parent-link,
  .ione-breadcrumb__parent-link {
    display: none;
  }
}
@media (min-width: 700px) {
  .ione-section-menu__parent-link,
  .ione-breadcrumb__parent-link {
    border-bottom: 1px solid #182B54;
  }
}
.ione-section-menu__text,
.ione-breadcrumb__text {
  font-weight: 700;
}
.ione-section-menu__separator,
.ione-breadcrumb__separator {
  margin: 0px 10px 0 7px;
  color: #AAAAAA;
  font-size: 1rem;
}
@media (min-width: 700px) {
  .ione-section-menu__separator,
  .ione-breadcrumb__separator {
    margin: 0px 21px 0 17px;
  }
}
.ione-section-menu__toggle,
.ione-breadcrumb__toggle {
  background-color: transparent;
  border: 0;
  border-radius: 0px;
  padding: 14px 7px;
  font-weight: 700;
  color: #182B54;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin: -6px 0 -6px -6px;
}
@media (min-width: 700px) {
  .ione-section-menu__toggle,
  .ione-breadcrumb__toggle {
    padding: 10px 10px 8px;
  }
}
@media (min-width: 1025px) {
  .ione-section-menu__toggle,
  .ione-breadcrumb__toggle {
    padding: 12px 10px 11px;
    margin: -6px 0 -6px -10px;
  }
}
.ione-section-menu__toggle:focus,
.ione-breadcrumb__toggle:focus {
  outline-offset: -2px;
}
.ione-section-menu__toggle-icon,
.ione-breadcrumb__toggle-icon {
  position: relative;
  background-image: url(../assets/icons/chevron-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 6px;
  margin-left: 9px;
  margin-top: -3px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media (min-width: 700px) {
  .ione-section-menu__toggle-icon,
  .ione-breadcrumb__toggle-icon {
    margin-top: 0px;
  }
}
.ione-section-menu__toggle[aria-expanded=true] .ione-section-menu__toggle-icon,
.ione-breadcrumb__toggle[aria-expanded=true] .ione-section-menu__toggle-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ione-section-menu__mobile-toggle,
.ione-breadcrumb__mobile-toggle {
  display: none;
}
@media (max-width: 699px) {
  .has-mobile-children > .ione-section-menu__desktop-control,
  .has-mobile-children > .ione-breadcrumb__desktop-control {
    display: none;
  }
}
@media (max-width: 699px) {
  .has-mobile-children > .ione-section-menu__separator,
  .has-mobile-children > .ione-breadcrumb__separator {
    display: none;
  }
}
@media (max-width: 699px) {
  .has-mobile-children > .ione-section-menu__mobile-toggle,
  .has-mobile-children > .ione-breadcrumb__mobile-toggle {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.ione-section-menu__submenu,
.ione-breadcrumb__submenu {
  position: absolute;
  top: 100%;
  left: -20px;
  right: -20px;
  background-color: #ffffff;
  list-style: none;
  padding: 0;
  z-index: 1000;
  display: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 1px;
}
@media (min-width: 700px) {
  .ione-section-menu__submenu,
  .ione-breadcrumb__submenu {
    top: 120%;
    background: #ffffff;
    border: 1px solid #333333;
    min-width: 335px;
    left: -6px;
  }
}
@media (min-width: 1025px) {
  .ione-section-menu__submenu,
  .ione-breadcrumb__submenu {
    top: 115%;
    left: -10px;
  }
}
.ione-section-menu__submenu-item,
.ione-breadcrumb__submenu-item {
  font-size: 0.875rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .ione-section-menu__submenu-item:last-child,
  .ione-breadcrumb__submenu-item:last-child {
    background: unset;
  }
}
.ione-section-menu__submenu-link,
.ione-breadcrumb__submenu-link {
  display: block;
  padding: 11px 19px 11px;
  color: #000000;
}
@media (min-width: 700px) {
  .ione-section-menu__submenu-link,
  .ione-breadcrumb__submenu-link {
    padding: 8px 19px 9px;
  }
}
.ione-section-menu__submenu-text,
.ione-breadcrumb__submenu-text {
  display: block;
  padding: 11px 19px 11px;
  color: #000000;
  font-weight: 700;
}
@media (min-width: 700px) {
  .ione-section-menu__submenu-text,
  .ione-breadcrumb__submenu-text {
    padding: 8px 19px 9px;
  }
}
@media (min-width: 700px) {
  .ione-section-menu__mobile-submenu,
  .ione-breadcrumb__mobile-submenu {
    display: none !important;
  }
}
.ione-section-menu__mobile-submenu-list,
.ione-breadcrumb__mobile-submenu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ione-section-menu__mobile-submenu-list .ione-section-menu__mobile-submenu-list,
.ione-breadcrumb__mobile-submenu-list .ione-section-menu__mobile-submenu-list {
  padding-left: 18px;
}
.ione-section-menu__mobile-submenu-item,
.ione-breadcrumb__mobile-submenu-item {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='1'%3E%3Cline x1='0' y1='0' x2='3' y2='0' stroke='%23182B54' stroke-width='1px' stroke-dasharray='1.5 1.5' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
  margin-bottom: 0;
}
.ione-section-menu__mobile-submenu-item:last-child,
.ione-breadcrumb__mobile-submenu-item:last-child {
  background: unset;
}
.ione-section-menu__mobile-submenu-link, .ione-section-menu__mobile-submenu-text,
.ione-breadcrumb__mobile-submenu-link,
.ione-breadcrumb__mobile-submenu-text {
  display: block;
  padding: 11px 19px 11px;
  color: #000000;
}
.ione-section-menu__mobile-submenu-text,
.ione-breadcrumb__mobile-submenu-text {
  font-weight: 700;
}

html.js-fixed {
  overflow: clip;
}
html.js-fixed body {
  overflow: clip;
}

#site-header {
  min-height: 99px;
  background-color: #ffffff;
  border-bottom: solid 1px #aaa;
}
@media screen and (max-width: 699px) {
  #site-header {
    -webkit-transition: 0.3s min-height 0.3s;
    transition: 0.3s min-height 0.3s;
  }
}
@media screen and (min-width: 700px) {
  #site-header {
    min-height: 139px;
  }
}
@media screen and (min-width: 1025px) {
  #site-header {
    min-height: 151px;
  }
}
#site-header.js-menu-opened .ione-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
#site-header.js-menu-opened .ione-header__nav {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 699px) {
  #site-header.js-search-opened {
    min-height: 144px;
    -webkit-transition: 0.3s min-height;
    transition: 0.3s min-height;
  }
}
@media screen and (max-width: 699px) {
  #site-header.js-search-opened .ione-header__top {
    padding-bottom: 50px;
    -webkit-transition: 0.3s padding-bottom;
    transition: 0.3s padding-bottom;
  }
}
@media screen and (max-width: 699px) {
  #site-header.js-search-opened .ione-header__top_search-form {
    width: calc(100vw - 20px);
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s width 0.3s, 0.3s opacity, 0.3s visibility;
    transition: 0.3s width 0.3s, 0.3s opacity, 0.3s visibility;
  }
}
@media screen and (max-width: 699px) {
  #site-header.js-search-opened .ione-header__nav {
    height: calc(100svh - 144px);
    top: 144px;
    -webkit-transition: 0.3s height, 0.3s top;
    transition: 0.3s height, 0.3s top;
  }
}

@media screen and (min-width: 1025px) {
  .path-frontpage #site-header {
    min-height: 0;
  }
}

.ione-header__top {
  padding: 5px 10px;
  background-color: #7A0019;
  position: relative;
  -webkit-transition: 0.3s padding-bottom 0.3s;
  transition: 0.3s padding-bottom 0.3s;
}
@media screen and (min-width: 700px) {
  .ione-header__top {
    padding: 10px 30px;
  }
}
@media screen and (min-width: 1025px) {
  .ione-header__top {
    padding: 10px 20px;
  }
}
.ione-header__top_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ione-header__top_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ione-header__top_logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.ione-header__top_logo a:focus-visible {
  outline: solid 2px #ffffff;
  outline-offset: 2px;
}
.ione-header__top_logo img {
  max-width: 144px;
  vertical-align: middle;
}
@media screen and (min-width: 700px) {
  .ione-header__top_logo img {
    max-width: 193px;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .ione-header__top_logo img {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
}
.ione-header__top_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 700px) {
  .ione-header__top_right {
    gap: 20px;
  }
}
.ione-header__top_search-toggle {
  padding: 4px 6px;
  font-family: "Arial", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #7A0019;
  background-color: #FFCC33;
  border: 0;
  border-radius: 3px;
}
.ione-header__top_search-toggle:focus-visible {
  outline: solid 2px #ffffff;
  outline-offset: 2px;
}
@media screen and (min-width: 700px) {
  .ione-header__top_search-toggle {
    display: none;
  }
}
.ione-header__top_search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.ione-header__top_search-form .gsc-search-box .table__arrow-btn {
  display: none;
}
.ione-header__top_search-form .gsc-input {
  position: relative;
}
.ione-header__top_search-form .gsc-input::-webkit-input-placeholder {
  color: #767676;
}
.ione-header__top_search-form .gsc-input::-moz-placeholder {
  color: #767676;
}
.ione-header__top_search-form .gsc-input:-ms-input-placeholder {
  color: #767676;
}
.ione-header__top_search-form .gsc-input::-ms-input-placeholder {
  color: #767676;
}
.ione-header__top_search-form .gsc-input::placeholder {
  color: #767676;
}
.ione-header__top_search-form .gsst_a {
  position: absolute;
  right: 0;
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .ione-header__top_search-form .gsc-search-button {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
}
@media screen and (max-width: 699px) {
  .ione-header__top_search-form {
    width: 0;
    position: absolute;
    bottom: 15px;
    left: 10px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: 0.3s width, 0.3s opacity 0.3s, 0.3s visibility 0.3s;
    transition: 0.3s width, 0.3s opacity 0.3s, 0.3s visibility 0.3s;
  }
}
@media screen and (min-width: 700px) {
  .ione-header__top_search-form {
    margin-top: -3px;
  }
}
@media screen and (max-width: 699px) {
  .ione-header__top_links {
    display: none;
  }
}
.ione-header__top_links ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  gap: 20px;
}
.ione-header__top_links ul li {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.4;
}
.ione-header__top_links ul a {
  color: #ffffff;
  -webkit-text-decoration: solid underline 1px transparent;
     -moz-text-decoration: solid underline 1px transparent;
          text-decoration: solid underline 1px transparent;
  -webkit-transition: 0.1s -webkit-text-decoration-color;
  transition: 0.1s -webkit-text-decoration-color;
  transition: 0.1s text-decoration-color;
  transition: 0.1s text-decoration-color, 0.1s -webkit-text-decoration-color, 0.1s -moz-text-decoration-color;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-weight: 400;
}
.ione-header__top_links ul a:hover {
  -webkit-text-decoration-color: #ffffff;
     -moz-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
}
.ione-header__top_links ul a:focus-visible {
  outline: solid 2px #ffffff;
  outline-offset: 2px;
}
.ione-header__top #mandatory-header-wrapper #gsc-iw-id1 {
  width: calc(100% - 10px);
}
.ione-header__top #mandatory-header-wrapper .gsc-control-searchbox-only {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 699px) {
  .ione-header__top #mandatory-header-wrapper .gsc-control-searchbox-only {
    width: 100%;
    height: auto;
    position: unset;
    top: unset;
    right: unset;
  }
}
@media screen and (min-width: 700px) {
  .ione-header__top #mandatory-header-wrapper .gsc-control-searchbox-only {
    position: unset;
    top: unset;
    right: unset;
  }
}
.ione-header__top #mandatory-header-wrapper .gsc-search-button {
  display: block !important;
}
.ione-header__top #mandatory-header-wrapper input.gsc-input:focus-visible {
  outline: 2px solid #000000 !important;
  outline-offset: -1px;
}
.ione-header__top #mandatory-header-wrapper button.gsc-search-button {
  position: relative;
  z-index: 1;
}
.ione-header__top #mandatory-header-wrapper button.gsc-search-button:focus-visible {
  outline: solid 2px #ffffff;
  outline-offset: -2px;
}
.ione-header__top #mandatory-header-wrapper button.gsc-search-button svg {
  width: 20px;
  height: 20px;
}
.ione-header__main {
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 700px) {
  .ione-header__main {
    padding: 27px 30px;
  }
}
@media screen and (min-width: 1025px) {
  .ione-header__main {
    padding: 20px 40px 22px;
  }
}
.ione-header__logo img {
  max-width: 171px;
}
@media screen and (min-width: 700px) {
  .ione-header__logo img {
    max-width: 208px;
  }
}
@media screen and (min-width: 1025px) {
  .ione-header__logo img {
    margin-top: 10px;
    max-width: 235px;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione-header__logo img {
    -webkit-filter: brightness(100);
            filter: brightness(100);
  }
}
.ione-header__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ione-header__nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .ione-header__nav-wrapper {
    display: none;
  }
}
.ione-header__nav-toggle {
  padding: 0;
  width: 28px;
  height: 28px;
  position: relative;
  background-color: #ffffff;
  border: 0;
}
@media screen and (min-width: 700px) {
  .ione-header__nav-toggle {
    -webkit-transform: translateX(-9px);
        -ms-transform: translateX(-9px);
            transform: translateX(-9px);
  }
}
@media screen and (min-width: 1025px) {
  .ione-header__nav-toggle {
    display: none;
  }
}
.ione-header__nav-toggle[aria-expanded=true] .ione-header__nav-toggle_icon span {
  position: absolute;
}
.ione-header__nav-toggle[aria-expanded=true] .ione-header__nav-toggle_icon span:first-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ione-header__nav-toggle[aria-expanded=true] .ione-header__nav-toggle_icon span:nth-child(2) {
  display: none;
}
.ione-header__nav-toggle[aria-expanded=true] .ione-header__nav-toggle_icon span:last-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ione-header__nav-toggle_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.5px;
  pointer-events: none;
}
.ione-header__nav-toggle_icon span {
  width: 100%;
  border-top: solid 2px #000000;
  border-radius: 2px;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
.ione-header__nav {
  padding: 28px 20px;
  height: calc(100svh - 99px);
  top: 99px;
}
@media screen and (max-width: 1024px) {
  .ione-header__nav {
    width: 100vw;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    overflow-y: scroll;
    background-color: #ffffff;
    -webkit-transition: 0.3s height 0.3s, 0.3s top 0.3s;
    transition: 0.3s height 0.3s, 0.3s top 0.3s;
  }
}
@media screen and (min-width: 700px) {
  .ione-header__nav {
    padding: 37px 30px;
    height: calc(100svh - 139px);
    top: 139px;
  }
}
@media screen and (min-width: 1025px) {
  .ione-header__nav {
    padding: 0;
    height: auto;
  }
}
.ione-header__nav .region-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 20px;
}
@media screen and (min-width: 700px) {
  .ione-header__nav .region-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 60px;
    min-height: 100%;
    position: relative;
    z-index: 100;
  }
}
@media screen and (min-width: 1025px) {
  .ione-header__nav .region-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    min-height: unset;
  }
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .ione-header__nav .region-header::before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-left: dotted 1px #000000;
  }
}
.ione-header__nav .region-header .menu {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 700px) {
  .ione-header__nav .region-header nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.ione-header__nav .block-superfishmain > ul::after {
  display: none;
}
.ione-header__nav .block-superfishmain .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1025px) {
  .ione-header__nav .block-superfishmain .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 31px;
  }
}
.ione-header__nav .block-superfishmain .menu > li {
  font-family: "Avenir Next", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style-type: none;
  list-style-image: none;
}
@media screen and (min-width: 1025px) {
  .ione-header__nav .block-superfishmain .menu > li {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .ione-header__nav .block-superfishmain .menu > li {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}
.ione-header__nav .block-superfishmain .menu > li a {
  color: #000000;
  -webkit-text-decoration: solid underline 1px transparent;
     -moz-text-decoration: solid underline 1px transparent;
          text-decoration: solid underline 1px transparent;
  -webkit-transition: 0.1s -webkit-text-decoration-color;
  transition: 0.1s -webkit-text-decoration-color;
  transition: 0.1s text-decoration-color;
  transition: 0.1s text-decoration-color, 0.1s -webkit-text-decoration-color, 0.1s -moz-text-decoration-color;
  padding: 0;
  -webkit-text-decoration: solid underline 2px transparent;
     -moz-text-decoration: solid underline 2px transparent;
          text-decoration: solid underline 2px transparent;
  text-underline-offset: 45%;
  font-weight: 600;
}
.ione-header__nav .block-superfishmain .menu > li a:hover {
  -webkit-text-decoration-color: #000000;
     -moz-text-decoration-color: #000000;
          text-decoration-color: #000000;
}
.ione-header__nav .block-superfishmain .menu > li a.menuparent {
  padding-right: 20px;
}
@media screen and (min-width: 1025px) {
  .ione-header__nav .block-superfishmain .menu > li a.menuparent {
    padding-right: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .ione-header__nav .block-superfishmain .menu > li a.menuparent.sf-clicked + ul {
    opacity: 1;
    visibility: visible;
  }
}
.ione-header__nav .block-superfishmain .menu > li a.menuparent.sf-clicked .sf-sub-indicator::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ione-header__nav .block-superfishmain .menu > li a .sf-sub-indicator {
  padding: 0;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 0;
  opacity: 1;
  margin-right: -6px;
}
@media screen and (min-width: 1025px) {
  .ione-header__nav .block-superfishmain .menu > li a .sf-sub-indicator {
    margin-right: -15px;
  }
}
.ione-header__nav .block-superfishmain .menu > li a .sf-sub-indicator[aria-expanded=true]::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ione-header__nav .block-superfishmain .menu > li a .sf-sub-indicator::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6' viewBox='0 0 9 6' fill='none'%3E%3Cpath d='M8.10364 0.707122C6.65934 2.15142 5.84957 2.96118 4.40527 4.40549L0.70691 0.707122' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
  pointer-events: none;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .ione-header__nav .block-superfishmain .menu > li a .sf-sub-indicator::after {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}
.ione-header__nav .block-superfishmain .menu > li > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0 3px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
     -moz-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  gap: 10px;
  position: static;
}
@media screen and (min-width: 1025px) {
  .ione-header__nav .block-superfishmain .menu > li > ul {
    position: absolute;
    gap: 0;
    padding: 0;
    width: 311px;
    top: 47.5px;
    left: -21px;
    z-index: 1;
    background-color: #ffffff;
    border: solid 1px #DBDCDB;
    opacity: 0;
    visibility: hidden;
  }
}
.ione-header__nav .block-superfishmain .menu > li > ul li {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
}
@media screen and (min-width: 1025px) {
  .ione-header__nav .block-superfishmain .menu > li > ul li {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .ione-header__nav .block-superfishmain .menu > li > ul li {
    padding: 13.5px 19px;
    border-bottom: dotted 1px #000000;
  }
}
.ione-header__nav .block-superfishmain .menu > li > ul li:last-child {
  border-bottom: 0;
}
.ione-header__nav .block-superfishmain .menu > li > ul a {
  font-weight: 400;
  text-transform: none;
}
.ione-header__nav .menu--header-secondary-menu .menu {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  border-top: dotted 1px #000000;
}
@media screen and (min-width: 700px) {
  .ione-header__nav .menu--header-secondary-menu .menu {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 17px;
    border: 0;
  }
}
@media screen and (min-width: 1025px) {
  .ione-header__nav .menu--header-secondary-menu .menu {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}
.ione-header__nav .menu--header-secondary-menu .menu li {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.35;
}
@media screen and (min-width: 1025px) {
  .ione-header__nav .menu--header-secondary-menu .menu li {
    padding: 0;
  }
}
.ione-header__nav .menu--header-secondary-menu .menu a {
  color: #000000;
  -webkit-text-decoration: solid underline 1px transparent;
     -moz-text-decoration: solid underline 1px transparent;
          text-decoration: solid underline 1px transparent;
  -webkit-transition: 0.1s -webkit-text-decoration-color;
  transition: 0.1s -webkit-text-decoration-color;
  transition: 0.1s text-decoration-color;
  transition: 0.1s text-decoration-color, 0.1s -webkit-text-decoration-color, 0.1s -moz-text-decoration-color;
  font-weight: 600;
}
.ione-header__nav .menu--header-secondary-menu .menu a:hover {
  -webkit-text-decoration-color: #000000;
     -moz-text-decoration-color: #000000;
          text-decoration-color: #000000;
}