
  html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    margin: 0;
    font-family: "Avenir Next Cyr W00 Demi";
    font-size: 16px;
  }
  footer,
  header,
  main,
  nav {
    display: block;
  }
  a {
    background-color: rgba(0, 0, 0, 0);
  }
  a:active,
  a:hover {
    outline: 0;
  }
  strong {
    font-weight: bold;
  }
 h1 {
    display: block;
    font-family: "Avenir Next Cyr W00 Demi";
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
  }
  h2 {
    display: block;
    font-family: "Avenir Next Cyr W00 Demi";
    font-size: 1.75em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
  }
  h3 {
    display: block;
    font-family: "Avenir Next Cyr W00 Demi";
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
  }
  h4 {
    display: block;
    font-family: "Avenir Next Cyr W00 Demi";
    font-size: 1em;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
  }
  h5 {
    display: block;
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
  }
  h6 {
    display: block;
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
  }

  svg:not(:root) {
    overflow: hidden;
  }
  button,
  input,
  select {
    color: inherit;
    font: inherit;
    margin: 0;
  }
  button {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  button {
    -webkit-appearance: button;
    cursor: pointer;
  }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  input {
    line-height: normal;
  }
  input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
  }
  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }
  *:focus {
    outline: 0;
  }
  html,
  body {
    height: 100%;
  }
  body {
    overflow-x: hidden;
    font-family: "PMNCaeciliaW01-55Roman", "Times New Roman", Times, Baskerville,
      Georgia, serif;
    font-size: 18px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #f1f1f1;
  }
  ul {
    margin: 0 0 2% 0;
    padding: 0;
    list-style: none;
  }
  a:hover {
    text-decoration: none;
  }
  a {
    text-decoration: none;
    color: #004f81;
  }
  .container {
    position: relative;
    width: 100%;
  }
  .container:before,
  .container:after {
    display: table;
    content: "";
  }
  .container:after {
    clear: both;
  }
  @media (min-width: 768px) {
    .container {
      width: 80%;
      max-width: 1280px;
      margin-right: auto;
      margin-left: auto;
    }
  }
  .block-container {
    position: relative;
    width: 100%;
  }
  .header-back-drop {
    position: relative;
    z-index: 6;
    height: 70px;
  }
  @media (min-width: 1024px) {
    .header-back-drop {
      height: auto;
      background-color: #263640;
    }
  }
  .header {
    position: fixed;
    z-index: 10;
    top: 0;
  }
  .header__bar {
    z-index: 6;
    width: 100%;
    height: 70px;
    background-color: #004f81;
  }
  @media (min-width: 1024px) {
    .header__bar {
      height: 100px;
      transition-property: all;
      transition-duration: 0.35s;
      transition-timing-function: ease-out;
      transition-delay: 0s;
    }
  }
  .header__bar__container {
    z-index: 6;
    position: relative;
    margin: 0 auto;
    height: 100%;
    font-size: 0;
    text-align: center;
    background-color: #004f81;
    background-image: linear-gradient(#004f81 75%, #105e8c 100%);
  }
  .header__bar__menu-toggle {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    padding: 5px 15px;
    cursor: pointer;
  }
  @media (min-width: 1024px) {
    .header__bar__menu-toggle {
      display: none;
    }
  }
  .header__bar__icon {
    width: 24px;
    height: 100%;
    fill: #fff;
  }
  .header__bar__icon--opened {
    display: none;
  }
  .header__bar__icon--closed {
    display: block;
  }
  .header__bar__left {
    height: 100%;
  }

  .is-open .header__bar__icon--opened {
    display: block;
  }

  .is-open .header__bar__icon--closed {
    display: none;
  }

  @media (min-width: 1024px) {
    .header__bar__left {
      position: absolute;
      top: 0;
      left: 0;
    }
  }
  .header__bar__logo {
    align-items: center;
    display: inline-flex;
    height: 100%;
  }
  .header__bar__logo:hover {
    background-color: #105e8c;
  }
  .header__bar__logo__icon {
    width: auto;
    height: 80%;
    padding: 0;
  }
  @media (min-width: 1024px) {
    .header__bar__logo__icon {
      padding: 0;
      width: 300px;
      transition-property: all;
      transition-duration: 0.35s;
      transition-timing-function: ease-out;
      transition-delay: 0s;
    }
  }
  .header__bar__search {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 15px;
    font-size: 12px;
  }
  @media (min-width: 1024px) {
    .header__bar__search {
      padding: 0 30px;
    }
  }
  .header__nav-mobile {
    position: fixed;
    top: -100%;
    top: calc(-100% - 70px);
    width: 100%;
    height: calc(100% - 70px);
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: #263640;
    transition-property: 1.2;
    transition-duration: 0.09s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
  }

  .header__nav-mobile.is-open {
    top: 70px;
  }

  @media (min-width: 1024px) {
    .header__nav-mobile {
      display: none;
    }
  }
  .nav-pages {
    background-color: #263640;
    transition-property: all;
    transition-duration: 0.35s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
    transition-delay: 0.4s;
  }
  @media (min-width: 1024px) {
    .nav-pages {
      position: relative;
      left: 5%;
    }
  }
  .nav-pages--wide {
    z-index: 6;
    position: relative;
    display: none;
  }
  @media (min-width: 1024px) {
    .nav-pages--wide {
      display: inline-block;
      height: 100%;
    }
  }
  .nav-pages__list {
    height: 100%;
    background-color: #004f81;
    background-image: linear-gradient(#004f81 75%, #105e8c 100%);
  }
  .nav-pages__item {
    font-family: "Avenir Next Cyr W00 Demi";
  }
  .nav-pages__item__arrow {
    display: inline-block;
    width: 8px;
    height: 6px;
    margin-left: 6px;
    fill: #fff;
  }
  .nav-pages__item--narrow {
    display: block;
    text-align: center;
    font-size: 15px;
    border-bottom: 1px solid #3c4a53;
  }
  .nav-pages__item--wide {
    display: inline-block;
    height: 100%;
    font-size: 14px;
    background-color: #004f81;
    background-image: linear-gradient(#004f81 75%, #105e8c 100%);
  }
  .nav-pages__item--wide:hover {
    background-color: #105e8c;
  }
  .nav-pages__link {
    text-decoration: none;
    color: #fff;
  }
  .nav-pages__link--narrow {
    display: block;
    padding: 24px 0;
    background-color: #263640;
  }
  .nav-pages__link--narrow:hover {
    background-color: #2d3f4a;
  }
  .nav-pages__link--wide {
    display: table;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: top;
    padding-left: calc(8px + 12 * (100vw - 1024px) / 256);
    padding-right: calc(8px + 12 * (100vw - 1024px) / 256);
  }
  @media screen and (max-width: 1024px) {
    .nav-pages__link--wide {
      padding-left: 8px;
    }
  }
  @media screen and (min-width: 1280px) {
    .nav-pages__link--wide {
      padding-left: 20px;
    }
  }
  @media screen and (max-width: 1024px) {
    .nav-pages__link--wide {
      padding-right: 8px;
    }
  }
  @media screen and (min-width: 1280px) {
    .nav-pages__link--wide {
      padding-right: 20px;
    }
  }
  .nav-pages__item--wide:last-of-type:hover {
    background-color: #004f81;
  }
  .nav-pages__link--wide[data-label="Donate"] {
    height: auto;
    padding-top: 2rem;
    transition-property: all;
    transition-duration: 0.35s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
  }
  .nav-pages__link--wide[data-label="Donate"]:hover {
    background-color: #004f81;
  }
  .nav-pages__link--wide[data-label="Donate"] .nav-pages__link--wide__inner {
    border: 2px solid #fff;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 0.5rem 0.75rem;
    text-transform: uppercase;
  }
  .nav-pages__link--wide[data-label="Donate"]
    .nav-pages__link--wide__inner:hover {
    background-color: #fff;
    color: #004f81;
  }
  .nav-pages__link--wide__inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
  }
  .nav-pages__link--narrow__inner {
    display: block;
  }
  .nav-pages__link--sub {
    display: block;
    padding: 13px 15px;
  }
  .nav-pages__link--sub:hover {
    background-color: #1f6691;
  }
  .nav-pages__sub-list {
    position: absolute;
    top: 100%;
    display: none;
    background-color: #105e8c;
  }
  .nav-pages__item:hover .nav-pages__sub-list {
    display: block;
  }
  .nav-pages__sub-list__item {
    position: relative;
    width: 245px;
    text-align: left;
  }
  .nav-pages__sub-list__item:after {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: #1f6691;
    content: "";
  }
  .nav-pages__sub-list__item:last-child:after {
    display: none;
  }
  .nav-pages__sub-list__item__arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 10px;
    height: 9px;
    margin-top: -4px;
    fill: #fff;
  }
  .primary-footer {
    display: none;
    overflow: hidden;
    position: relative;
    z-index: -1;
    background-color: #263640;
  }
  @media (min-width: 1024px) {
    .primary-footer {
      display: block;
    }
  }
  .footer-misc,
  .footer-social {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #3c4a53;
  }
  .footer-social__wrapper {
    position: relative;
    width: 100%;
    padding: 36px 0;
    float: left;
    overflow: hidden;
  }
  .footer-misc__wrapper {
    padding: 36px;
  }
  .footer-social__list {
    position: relative;
    left: 50%;
    float: left;
    text-align: center;
  }
  .footer-misc__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
    justify-content: center;
  }
  .footer-misc__item {
    margin: 0 5px;
  }
  @media (min-width: 768px) {
    .footer-misc__item {
      margin: 0 7px;
    }
  }
  @media (min-width: 1024px) {
    .footer-misc__item {
      margin: 0 15px;
    }
    .footer-misc__item:after {
      position: absolute;
      left: 0;
      display: block;
      width: 100%;
      height: 1px;
      margin-top: 4px;
      opacity: 0;
      background-color: #fff;
      transition-property: all;
      transition-duration: 0.09s;
      transition-timing-function: ease-out;
      transition-delay: 0s;
      content: "";
    }
    .footer-misc__item:hover:after {
      margin-top: 0;
      opacity: 1;
    }
  }
  .footer-misc__item a {
    display: block;
    width: 100%;
    font-size: 13px;
    font-family: "Avenir Next Cyr W00 Regular";
    text-align: center;
    color: #fff;
  }
  @media (min-width: 768px) {
    .footer-misc__item a {
      font-size: 15px;
    }
  }
  @media (min-width: 1024px) {
    .footer-misc__item a {
      font-size: 17px;
    }
  }
  .footer-misc__row:last-child {
    margin-top: 25px;
  }
  .footer-social__item {
    position: relative;
    right: 50%;
    margin: 0 10px;
    float: left;
  }
  @media (min-width: 960px) {
    .footer-social__item {
      margin-inline: 15px;
    }
  }
  .footer-social__item:before {
    content: "";
  }
  .footer-social__item p {
    display: none;
  }
  @media (min-width: 960px) {
    .footer-social__item p {
      display: block;
      margin: 0;
    }
  }
  .footer-social__item a {
    align-items: center;
    display: flex;
    font-size: 10px;
    font-family: "Avenir Next Cyr W00 Bold";
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
    transition-property: all;
    transition-duration: 0.09s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
  }
  .footer-social__item:hover a {
    color: #ccc;
  }
  .footer-social__item .footer-social__icon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    fill: #fff;
  }
  @media (min-width: 768px) {
    .footer-social__item .footer-social__icon {
      width: 25px;
      height: 25px;
    }
  }
  .footer-disclaimer {
    padding: 21px 0 26px;
    margin: 0;
    text-align: center;
    font-size: 12px;
    font-family: "Avenir Next Cyr W00 Regular";
    color: #fff;
  }
  @media (min-width: 1024px) {
    .footer-disclaimer {
      padding-bottom: 65px;
      font-size: 10px;
    }
  }
  .card__text:has(form) {
    display: block !important;
    height: unset !important;
    -webkit-box-orient: unset !important;
  }
  .card--medium .card__text:has(form) {
    height: unset !important;
  }
  .filter__input--select {
    padding-right: 50px;
    overflow: hidden;
    padding: 15px 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .block-intro {
    position: relative;
    background-color: #263640;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .block-intro__content {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding: 63px 10%;
    text-align: center;
  }
  @media (min-width: 768px) {
    .block-intro__content {
      margin-bottom: -100px;
      padding: 100px 10% 211px;
    }
  }
  .block-intro__title {
    margin: 0;
    font-family: "Avenir Next Cyr W00 Demi";
    font-size: calc(30px + 16 * (100vw - 768px) / 832);
    line-height: 1.064;
    color: #fff;
  }
  @media screen and (max-width: 768px) {
    .block-intro__title {
      font-size: 30px;
    }
  }
  @media screen and (min-width: 1600px) {
    .block-intro__title {
      font-size: 46px;
    }
  }
  .block-intro__title:after {
    display: block;
    width: 80px;
    height: 5px;
    margin: 30px auto;
    opacity: 0.5;
    background-color: #fff;
    content: "";
  }
  .block-intro__title {
    margin: 0;
    font-family: "Avenir Next Cyr W00 Demi";
    font-size: calc(30px + 16 * (100vw - 768px) / 832);
    line-height: 1.064;
    color: #fff;
  }
  @media screen and (max-width: 768px) {
    .block-intro__title {
      font-size: 30px;
    }
  
  .filter__input--select {
    width: 100%;
    max-width: 100%;
  }

  }
  @media screen and (min-width: 1600px) {
    .block-intro__title {
      font-size: 46px;
    }
  }
  .block-intro__title:after {
    display: block;
    width: 80px;
    height: 5px;
    margin: 30px auto;
    opacity: 0.5;
    background-color: #fff;
    content: "";
  }
  .hero--tall {
    min-height: 166px;
  }
  @media (min-width: 1600px) {
    .hero--tall {
      min-height: 450px;
    }
  }
  @media (min-width: 768px) {
    .post {
      padding-bottom: 100px;
      background-color: #f1f1f1;
    }
  }
  .program-executive-leadership-development.program-custom-designed-seminars
    ::marker {
    color: #025895;
  }
  @media print {
    header.header,
    footer * {
      display: none !important;
    }
    body,
    .container,
    .post {
      width: 100% !important;
      margin: 0 !important;
      padding: 0 !important;
    }
    @page {
      margin: 2cm;
    }
  }
  .sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
  }
  :root {
    --blue: #004f81;
    --pink: #ee4498;
    --orange: #f7941d;
    --purple: #5f305d;
    --light-blue: #00afef;
    --burnt-orange: #d64737;
    --green: #61944a;
    --ir_accent_color: var(--blue);
  }
  .single-page__content {
    display: block;
    width: 93%;
    padding: 10% 10%;
    margin: 0 auto 0;
    background-color: #fff;
  }
  .single-page__content:first-child {
    margin: -9% auto 0;
  }
  .single-page__content span {
    display: block;
  }
  @media (min-width: 768px) {
    .single-page__content {
      padding: 7% 9.5%;
      margin-top: 0;
    }
  }
  .single-page__content h1,
  .single-page__content h6 {
    margin: 0 0 3%;
    font-family: "Avenir Next Cyr W00 Demi";
    line-height: 1.339;
    color: #004f81;
  }
  .single-page__content h6 {
    font-family: "Avenir Next Cyr W00 Regular";
  }
  .single-page__content h1 {
    font-size: calc(26px + 9 * (100vw - 768px) / 832);
  }
  @media screen and (max-width: 768px) {
    .single-page__content h1 {
      font-size: 26px;
    }
  }
  @media screen and (min-width: 1600px) {
    .single-page__content h1 {
      font-size: 35px;
    }
  }
  .single-page__content h6 {
    font-size: calc(16px + 8 * (100vw - 768px) / 832);
  }
  @media screen and (max-width: 768px) {
    .single-page__content h6 {
      font-size: 16px;
    }
  }
  @media screen and (min-width: 1600px) {
    .single-page__content h6 {
      font-size: 24px;
    }
  }
  @media (min-width: 768px) {
    .single-page__content:first-child {
      margin-top: -65px;
    }
  }
  .single-page__content h6 {
    margin-bottom: 1%;
    margin-top: 3%;
  }
  .single-page__content--border {
    border: 1px solid #e5e5e5;
  }