.card {
  display: block;
  position: relative;
  background-color: #fff;
  color: #000;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-decoration: none; }
  .card:hover {
    color: #000; }
  .card-image {
    margin: 0;
    position: relative; }
    .card-image article.contextual-region {
      height: 100%; }
    .card-image img {
      width: 100%; }
    .card-image:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border: 21px solid rgba(0, 0, 0, 0.32);
      z-index: 1; }
    .card-image.media-item--fill {
      height: auto; }
      [data-max-columns="2"] .card-image.media-item--fill {
        position: relative;
        width: 100%;
        padding: 0;
        overflow: hidden; }
        [data-max-columns="2"] .card-image.media-item--fill:before {
          content: "";
          display: block;
          padding-top: 65.51724%; }
        [data-max-columns="2"] .card-image.media-item--fill-item,
        [data-max-columns="2"] .card-image.media-item--fill embed,
        [data-max-columns="2"] .card-image.media-item--fill object,
        [data-max-columns="2"] .card-image.media-item--fill video,
        [data-max-columns="2"] .card-image.media-item--fill iframe {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 0; }
        @media (max-width: 767.98px) {
          [data-max-columns="2"] .card-image.media-item--fill {
            position: relative;
            width: 100%;
            padding: 0;
            overflow: hidden; }
            [data-max-columns="2"] .card-image.media-item--fill:before {
              content: "";
              display: block;
              padding-top: 87.09677%; }
            [data-max-columns="2"] .card-image.media-item--fill-item,
            [data-max-columns="2"] .card-image.media-item--fill embed,
            [data-max-columns="2"] .card-image.media-item--fill object,
            [data-max-columns="2"] .card-image.media-item--fill video,
            [data-max-columns="2"] .card-image.media-item--fill iframe {
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 100%;
              border: 0; } }
      [data-max-columns="3"] .card-image.media-item--fill {
        position: relative;
        width: 100%;
        padding: 0;
        overflow: hidden; }
        [data-max-columns="3"] .card-image.media-item--fill:before {
          content: "";
          display: block;
          padding-top: 89.47368%; }
        [data-max-columns="3"] .card-image.media-item--fill-item,
        [data-max-columns="3"] .card-image.media-item--fill embed,
        [data-max-columns="3"] .card-image.media-item--fill object,
        [data-max-columns="3"] .card-image.media-item--fill video,
        [data-max-columns="3"] .card-image.media-item--fill iframe {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 0; }
        @media (max-width: 767.98px) {
          [data-max-columns="3"] .card-image.media-item--fill {
            position: relative;
            width: 100%;
            padding: 0;
            overflow: hidden; }
            [data-max-columns="3"] .card-image.media-item--fill:before {
              content: "";
              display: block;
              padding-top: 87.09677%; }
            [data-max-columns="3"] .card-image.media-item--fill-item,
            [data-max-columns="3"] .card-image.media-item--fill embed,
            [data-max-columns="3"] .card-image.media-item--fill object,
            [data-max-columns="3"] .card-image.media-item--fill video,
            [data-max-columns="3"] .card-image.media-item--fill iframe {
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 100%;
              border: 0; } }
  .card-header {
    margin-bottom: 15px; }
  .card-heading {
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    color: #373946; }
    .card-heading {
      font-size: 20px; }
    @media (min-width: 575px) {
      .card-heading {
        font-size: calc(20px + 5 * (100vw - 575px) / 1025); } }
    @media (min-width: 1600px) {
      .card-heading {
        font-size: 25px; } }
  .card-subtitle {
    display: block;
    margin-bottom: 0;
    color: gray; }
    .card-subtitle {
      font-size: 14px; }
  .card-footer {
    margin-top: auto;
    padding-top: 15px; }
    .card-footer .btn {
      margin-bottom: 0; }
  .card-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-grow: 1;
    padding: 30px 0; }
    .card:link .card-content:after {
      content: "\f10c";
      font-family: "icons" !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      right: 30px;
      bottom: 25px; }
      .card:link .card-content:after {
        font-size: 24px; }
      @media (min-width: 575px) {
        .card:link .card-content:after {
          font-size: calc(24px + 8 * (100vw - 575px) / 1025); } }
      @media (min-width: 1600px) {
        .card:link .card-content:after {
          font-size: 32px; } }
  .card-date {
    font-size: 12px; }
  @media (min-width: 575px) {
    .card-date {
      font-size: calc(12px + 2 * (100vw - 575px) / 1025); } }
  @media (min-width: 1600px) {
    .card-date {
      font-size: 14px; } }
  .card-link-list {
    list-style: none;
    padding-left: 0;
    margin: 0; }
    .card-link-list li {
      margin: 20px 0; }
      .card-link-list li:first-child {
        margin-top: 0; }
      .card-link-list li:last-child {
        margin-bottom: 0; }
      .card-link-list li a {
        display: flex;
        align-items: center;
        font-weight: 600;
        letter-spacing: .3px;
        text-decoration: none;
        color: #1e2028;
        transition: transform .2s linear;
        justify-content: left; }
        .card-link-list li a:before {
          color: #c7253f;
          content: "\f118";
          font-family: "icons" !important;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          display: inline-block;
          vertical-align: middle;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          margin-right: 10px;
          transition: transform .2s linear; }
        .card-link-list li a:hover {
          color: #c7253f;
          transform: translateX(5px); }
          .card-link-list li a:hover:before {
            transform: translateX(-5px); }
  .card-contact-list {
    list-style: none;
    padding-left: 0; }
    .card-contact-list li {
      position: relative;
      display: flex;
      margin-bottom: 10px;
      padding-left: 30px; }
      .card-contact-list li:last-child {
        margin-bottom: 0; }
      .card-contact-list li:before {
        position: absolute;
        left: 0;
        align-self: center; }
      .card-contact-list li.contact-list-phone:before {
        content: "\f127";
        font-family: "icons" !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .card-contact-list li.contact-list-email:before {
        content: "\f11f";
        font-family: "icons" !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .card-contact-list .contact-list-info {
      display: flex;
      flex-direction: column; }
      .card-contact-list .contact-list-info .contact-list-title {
        color: #000; }
        .card-contact-list .contact-list-info .contact-list-title {
          font-size: 16px; }
        .card-contact-list .contact-list-info .contact-list-title a {
          color: #000; }
      .card-contact-list .contact-list-info .contact-list-subtitle {
        color: #666666; }
        .card-contact-list .contact-list-info .contact-list-subtitle {
          font-size: 14px; }
  .card-group-container {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto; }
  .card-group--background {
    background-color: #1e2028;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .card-group--background {
        background-image: none !important; } }
    .layout .card-group--background,
    .layout--onecol .card-group--background,
    .layout--wide .card-group--background {
      padding: 30px;
      max-width: 100%; }
      .layout .card-group--background-image,
      .layout--onecol .card-group--background-image,
      .layout--wide .card-group--background-image {
        /* left: -30px; */
        /* width: calc(50% + 30px);*/ } 
      /* @media (min-width: 992px) {
        .layout .card-group--background,
        .layout--onecol .card-group--background,
        .layout--wide .card-group--background {
          margin-left: -50px;
          margin-right: -50px;
          padding: 50px 50px; }
          .layout .card-group--background-image,
          .layout--onecol .card-group--background-image,
          .layout--wide .card-group--background-image {
            left: -50px;
            width: calc(50% + 50px); } } */
      /* @media (min-width: 1200px) {
        .layout .card-group--background,
        .layout--onecol .card-group--background,
        .layout--wide .card-group--background {
          margin-left: -100px;
          margin-right: -100px;
          padding: 100px 100px; }
          .layout .card-group--background-image,
          .layout--onecol .card-group--background-image,
          .layout--wide .card-group--background-image {
            left: -100px;
            width: calc(50% + 100px); } } */
    .card-group--background > h2 {
      color: #fff;
      position: relative; }
    .card-group--background > [data-max-columns] {
      position: relative;
      padding: 40px;
      padding-bottom: 0; }
      @media (max-width: 767.98px) {
        .card-group--background > [data-max-columns] {
          padding: 0; } }
    .card-group--background-image {
      position: absolute;
      top: 0;
      max-height: 760px; }
  .card[data-interactive*="shadow"] {
    transition: all 0.25s ease-in-out; }
    .prefers-reduced-motion .card[data-interactive*="shadow"] {
      transition: none; }
    .card[data-interactive*="shadow"]:hover {
      box-shadow: 0 0 10px gray; }
  .card[data-interactive*="scale"] {
    transition: all 0.25s ease-in-out; }
    .prefers-reduced-motion .card[data-interactive*="scale"] {
      transition: none; }
    .card[data-interactive*="scale"]:hover {
      transform: scale(1.05);
      box-shadow: 0 0 10px gray; }
  .card[data-interactive*="shift"] {
    transition: all 0.25s ease-in-out; }
    .prefers-reduced-motion .card[data-interactive*="shift"] {
      transition: none; }
    .card[data-interactive*="shift"]:hover {
      box-shadow: 0 5px 10px gray;
      transform: translateY(-5px); }

.link-card-image {
  margin-right: 30px;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  height: 100%;
  position: relative;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .link-card-image video,
  .link-card-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    width: 100%; }
  .link-card-image img {
    transition: all 0.3s ease;
    width: 100%; }
  @media (max-width: 767.98px) {
    .link-card-image {
      display: none; } }

.link-card-btn {
  background: #fff;
  padding: 18px 80px 18px 34px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #1e2028;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease; }
  .link-card-btn {
    font-size: 14px; }
  @media (min-width: 575px) {
    .link-card-btn {
      font-size: calc(14px + 4 * (100vw - 575px) / 1025); } }
  @media (min-width: 1600px) {
    .link-card-btn {
      font-size: 18px; } }
  .link-card-btn:after {
    content: "\f10c";
    font-family: "icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #b8b8b8; }
  @media (min-width: 768px) {
    .link-card-btn {
      position: absolute;
      right: 0;
      bottom: 30px;
      width: 75%; } }
  @media (max-width: 767.98px) {
    .link-card-btn {
      background: #000;
      color: #fff; } }

.link-card.circle .link-card-image {
  border-radius: 50%; }

.link-card a {
  display: block;
  position: relative;
  color: #1e2028;
  text-decoration: none; }
  .link-card a article.media--type-image {
    height: 100%; }
  .link-card a:hover .link-card-btn {
    background: #009b8d;
    color: #fff; }
  .link-card a:hover .link-card-image img {
    transform: scale(1.1); }
  .is-tabbing .link-card a:focus .link-card-btn {
    background: #009b8d;
    color: #fff; }
    .is-tabbing .link-card a:focus .link-card-btn:after {
      color: #fff; }
  .is-tabbing .link-card a:focus .link-card-image img {
    transform: scale(1.1); }
  @media (min-width: 768px) {
    .link-card a {
      position: relative;
      width: 100%;
      padding: 0;
      overflow: hidden; }
      .link-card a:before {
        content: "";
        display: block;
        padding-top: 92.22798%; }
      .link-card a-item,
      .link-card a embed,
      .link-card a object,
      .link-card a video,
      .link-card a iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0; } }

.faq-card a {
  position: relative;
  display: block;
  color: #fff;
  line-height: 1.4;
  letter-spacing: -1px;
  padding-top: 58px;
  padding-left: 20%;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  transition: all 0.3s ease; }
  .faq-card a {
    font-size: 32px; }
  @media (min-width: 575px) {
    .faq-card a {
      font-size: calc(32px + 8 * (100vw - 575px) / 1025); } }
  @media (min-width: 1600px) {
    .faq-card a {
      font-size: 40px; } }
  .faq-card a:before {
    content: "\f109";
    font-family: "icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #b8b8b8;
    opacity: .7;
    position: absolute;
    top: 0;
    left: 50px;
    font-size: 108px;
    transition: all 0.3s ease; }
  .faq-card a:hover {
    text-decoration: underline; }
    .faq-card a:hover:before {
      color: #009b8d;
      opacity: 1; }
  @media (max-width: 767.98px) {
    .faq-card a {
      background: #000;
      color: #fff;
      padding: 18px 80px 18px 34px;
      text-transform: uppercase;
      letter-spacing: normal;
      box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.15); }
      .faq-card a {
        font-size: 14px; } }
  @media (max-width: 767.98px) and (min-width: 575px) {
    .faq-card a {
      font-size: calc(14px + 4 * (100vw - 575px) / 1025); } }
  @media (max-width: 767.98px) and (min-width: 1600px) {
    .faq-card a {
      font-size: 18px; } }
  @media (max-width: 767.98px) {
      .faq-card a:before {
        display: none; }
      .faq-card a:after {
        content: "\f10c";
        font-family: "icons" !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 32px;
        position: absolute;
        right: 25px;
        top: 50%;
        transform: translateY(-50%);
        color: #b8b8b8; }
      .faq-card a:hover {
        background: #009b8d;
        color: #fff;
        text-decoration: none; } }

.faq-card-content {
  position: relative;
  z-index: 1; }

.card--callout {
  color: #fff;
  background-color: #0091cf;
  display: flex; }
  .card--callout .card-header .card-heading {
    color: #fff; }
  .card--callout .card-image {
    display: none; }
  .card--callout .card-content {
    color: #fff;
    position: relative;
    align-self: center; }
    .card--callout .card-content {
      padding: 15px; }
    @media (min-width: 575px) {
      .card--callout .card-content {
        padding: calc(15px + 15 * (100vw - 575px) / 1025); } }
    @media (min-width: 1600px) {
      .card--callout .card-content {
        padding: 30px; } }
    .card--callout .card-content a:not(.btn) {
      color: #fff; }
  .card--callout[data-interactive*="flip"] .card-front {
    background-color: #0091cf; }

.card--event {
  display: flex;
  background-color: #37e5b5;
  position: relative;
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
  transition: background-color .2s linear; }
  .card--event:before {
    content: "";
    display: block;
    padding-top: 182.85714%; }
  .card--event-item,
  .card--event embed,
  .card--event object,
  .card--event video,
  .card--event iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .card--event:hover {
    background-color: #2ccca0; }
  @media (max-width: 767.98px) {
    .card--event {
      position: relative;
      width: 100%;
      padding: 0;
      overflow: hidden; }
      .card--event:before {
        content: "";
        display: block;
        padding-top: 109.67742%; }
      .card--event-item,
      .card--event embed,
      .card--event object,
      .card--event video,
      .card--event iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0; } }
  .card--event:after {
    content: url("../../assets/bg-contour-lines.svg");
    position: absolute;
    top: -30px;
    right: -70px;
    opacity: .5;
    transform: rotate(315deg);
    transform-origin: left center; }
  .card--event .card-date .card-month {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px; }
  .card--event .card-date .card-day {
    font-family: "Poppins", sans-serif;
    font-size: 80px;
    letter-spacing: -1.25px;
    font-weight: 600;
    line-height: 1; }
  .card--event .card-header {
    margin-top: auto;
    margin-bottom: auto; }
    .card--event .card-header .card-heading {
      color: #1e2028; }
  .card--event .card-content {
    color: #1e2028;
    padding: 30px;
    position: relative;
    z-index: 1;
    justify-content: space-between; }

.card[data-interactive*="flip"] {
  background-color: transparent;
  color: inherit;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform-style: preserve-3d;
  perspective: 1000px; }
  .card[data-interactive*="flip"] .card-flip-content {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transform-origin: center center;
    transform: rotateY(0);
    transition: transform 0.5s ease-in-out; }
    .prefers-reduced-motion .card[data-interactive*="flip"] .card-flip-content {
      transition: none; }
  .card[data-interactive*="flip"] .card-front {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
    height: 100%;
    background-color: #000;
    transform: rotateY(0);
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .card[data-interactive*="flip"] .card-front:before {
      content: "";
      display: block;
      padding-top: 100%; }
    .card[data-interactive*="flip"] .card-front-item,
    .card[data-interactive*="flip"] .card-front embed,
    .card[data-interactive*="flip"] .card-front object,
    .card[data-interactive*="flip"] .card-front video,
    .card[data-interactive*="flip"] .card-front iframe {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .card[data-interactive*="flip"] .card-back {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000;
    color: #fff;
    overflow-y: auto;
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .card[data-interactive*="flip"].is-active {
    z-index: 1; }
    .card[data-interactive*="flip"].is-active .card-flip-content {
      transform: rotateY(180deg);
      transition: transform 0.5s ease-in-out; }
      .prefers-reduced-motion .card[data-interactive*="flip"].is-active .card-flip-content {
        transition: none; }
  .card[data-interactive*="flip"] .show-card-front,
  .card[data-interactive*="flip"] .show-card-back {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    padding: 0; }
    .card[data-interactive*="flip"] .show-card-front:before,
    .card[data-interactive*="flip"] .show-card-back:before {
      content: "\f102";
      font-family: "icons" !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 25px; }
  .card[data-interactive*="flip"] .show-card-front:before {
    transform: rotate(45deg); }
  .card[data-interactive*="flip"].card--media .card-front,
  .card[data-interactive*="flip"].card--media .card-back, .card[data-interactive*="flip"].card--callout .card-front,
  .card[data-interactive*="flip"].card--callout .card-back {
    display: flex; }

.card--media {
  display: flex;
  background-color: #000; }
  .card--media .card-image {
    height: 100%;
    position: relative;
    width: 100%;
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .card--media .card-image video,
    .card--media .card-image img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      width: 100%; }
    .card--media .card-image:after {
      background: rgba(0, 0, 0, 0.5);
      bottom: 0;
      content: "";
      display: block;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
    .card--media .card-image:before {
      display: none; }
  .card--media .card-header .card-heading {
    color: #fff; }
  .card--media .card-content {
    color: #fff;
    position: relative;
    align-self: center; }

.card--news {
  background-color: #f7f2e9;
  transition: all 0.25s ease-in-out; }
  .prefers-reduced-motion .card--news {
    transition: none; }
  .card--news:hover {
    background-color: #f0e7d6; }
    .card--news:hover .card-image img {
      transform: scale(1.1); }
  .card--news .card-image {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden; }
    .card--news .card-image:before {
      content: "";
      display: block;
      padding-top: 91.42857%; }
    .card--news .card-image-item,
    .card--news .card-image embed,
    .card--news .card-image object,
    .card--news .card-image video,
    .card--news .card-image iframe {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
    .card--news .card-image img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      transition: transform .2s linear; }
    .card--news .card-image:after {
      display: none; }
    @media (max-width: 767.98px) {
      .card--news .card-image {
        display: none; } }
  .card--news .card-header {
    align-self: start; }
    .card--news .card-header .card-heading {
      color: #000;
      line-height: 1.3; }
  .card--news .card-content {
    color: #000;
    padding: 30px 30px 70px 30px;
    flex-direction: column;
    min-height: 300px; }
  .card--news .card-content-date {
    position: absolute;
    bottom: 30px;
    padding-right: 50px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .6px;
    text-transform: uppercase; }
    .card--news .card-content-date p {
      margin: 0; }

.card--program {
  display: flex;
  background-color: #000;
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .card--program:before {
    content: "";
    display: block;
    padding-top: 100%; }
  .card--program-item,
  .card--program embed,
  .card--program object,
  .card--program video,
  .card--program iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .card--program .card-image {
    height: 100%;
    position: relative;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .card--program .card-image video,
    .card--program .card-image img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      width: 100%; }
    .card--program .card-image img {
      transition: transform .2s linear; }
    .card--program .card-image:after {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
      bottom: 0;
      content: "";
      display: block;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      border: none;
      z-index: 0; }
  .card--program:hover .card-image img {
    transform: scale(1.1); }
  .card--program .card-header {
    padding-right: 40px; }
    .card--program .card-header .card-heading {
      color: #fff;
      position: relative; }
      .card--program .card-header .card-heading {
        font-size: 20px; }
      @media (min-width: 575px) {
        .card--program .card-header .card-heading {
          font-size: calc(20px + 5 * (100vw - 575px) / 1025); } }
      @media (min-width: 1600px) {
        .card--program .card-header .card-heading {
          font-size: 25px; } }
      .card--program .card-header .card-heading:after {
        content: "\f10c";
        font-family: "icons" !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-left: 10px; }
        .card--program .card-header .card-heading:after {
          font-size: 24px; }
        @media (min-width: 575px) {
          .card--program .card-header .card-heading:after {
            font-size: calc(24px + 8 * (100vw - 575px) / 1025); } }
        @media (min-width: 1600px) {
          .card--program .card-header .card-heading:after {
            font-size: 32px; } }
    @media (max-width: 1199.98px) {
      .card--program .card-header {
        padding-right: 5px; } }
  .card--program .card-content {
    padding: 30px;
    color: #fff;
    position: relative;
    align-self: flex-end;
    font-size: 16px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .card--program .card-content {
        font-size: 12px; } }
  .card--program.card:link .card-content:after {
    display: none; }
  .card--program .card-content-tags {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .card--program .card-content-tags li {
      display: inline-block;
      vertical-align: middle;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 1.8px;
      padding: 8px; }
      .card--program .card-content-tags li:after {
        content: '';
        width: 100%;
        height: 1px;
        display: block;
        background: #fff; }
      @media (max-width: 1199.98px) {
        .card--program .card-content-tags li {
          padding: 8px 5px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .card--program .card-content-tags li {
          font-size: 9px; }
          .card--program .card-content-tags li:first-of-type {
            margin-left: -5px; }
          .card--program .card-content-tags li:last-of-type {
            margin-right: -5px; } }
  .card--program[data-interactive="fade-hover"] .card-content-reveal {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out; }

.search-card {
  padding: 27px 0; }
  @media (min-width: 768px) {
    .search-card {
      display: grid;
      grid-template-columns: 1fr 285px;
      grid-template-rows: auto;
      grid-gap: 0 30px; } }
  @media (min-width: 1200px) {
    .search-card {
      grid-gap: 0 140px; } }
  .search-card-image img {
    width: 100%; }
  @media (min-width: 768px) {
    .search-card-image {
      order: 2; } }
  .search-card-content {
    padding-top: 18px; }
  .search-card-title {
    color: #000;
    margin: 0; }
    .search-card-title {
      font-size: 20px; }
    @media (min-width: 575px) {
      .search-card-title {
        font-size: calc(20px + 4 * (100vw - 575px) / 1025); } }
    @media (min-width: 1600px) {
      .search-card-title {
        font-size: 24px; } }
    .search-card-title a {
      color: #000;
      text-decoration: none; }
      .search-card-title a:hover {
        text-decoration: underline; }
  .search-card-breadcrumbs {
    padding: 0;
    margin: 32px 0 12px;
    list-style-type: none; }
    .search-card-breadcrumbs li {
      display: inline-block;
      font-size: 11px;
      color: #828282;
      text-transform: uppercase;
      font-weight: 600;
      vertical-align: middle; }
      .search-card-breadcrumbs li + li {
        position: relative;
        padding-left: 15px; }
        .search-card-breadcrumbs li + li:before {
          content: '|';
          position: absolute;
          left: 5px;
          top: 0; }

.card--story {
  display: flex;
  background-color: #000;
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .card--story:before {
    content: "";
    display: block;
    padding-top: 182.85714%; }
  .card--story-item,
  .card--story embed,
  .card--story object,
  .card--story video,
  .card--story iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  @media (max-width: 767.98px) {
    .card--story {
      position: relative;
      width: 100%;
      padding: 0;
      overflow: hidden; }
      .card--story:before {
        content: "";
        display: block;
        padding-top: 109.67742%; }
      .card--story-item,
      .card--story embed,
      .card--story object,
      .card--story video,
      .card--story iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0; } }
  .card--story:hover .card-image img {
    transform: scale(1.1); }
  .card--story .card-image {
    height: 100%;
    position: relative;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .card--story .card-image video,
    .card--story .card-image img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      width: 100%; }
    .card--story .card-image:after {
      background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
      bottom: 0;
      content: "";
      display: block;
      left: 0;
      position: absolute;
      right: 0;
      top: 50%;
      transition: background 0.2s linear;
      border: none;
      z-index: 0; }
    .card--story .card-image img {
      transition: transform .2s linear; }
  .card--story .card-header {
    margin-bottom: 5px;
    padding-right: 50px; }
    .card--story .card-header .card-heading {
      color: #fff; }
      .card--story .card-header .card-heading {
        font-size: 20px; }
      @media (min-width: 575px) {
        .card--story .card-header .card-heading {
          font-size: calc(20px + 8 * (100vw - 575px) / 1025); } }
      @media (min-width: 1600px) {
        .card--story .card-header .card-heading {
          font-size: 28px; } }
  .card--story .card-content {
    color: #fff;
    position: relative;
    align-self: flex-end; }
    .card--story .card-content {
      padding: 15px; }
    @media (min-width: 575px) {
      .card--story .card-content {
        padding: calc(15px + 15 * (100vw - 575px) / 1025); } }
    @media (min-width: 1600px) {
      .card--story .card-content {
        padding: 30px; } }
  .card--story .card-content-reveal {
    position: relative;
    padding-right: 50px; }
    .card--story .card-content-reveal p {
      margin: 10px 0 0 0; }
  .card--story[data-interactive="fade-hover"] .card-image:after {
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 50%); }
  .card--story[data-interactive="fade-hover"] .card-content-reveal {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out; }
  .card--story[data-interactive="fade-hover"].is-active .card-image:after {
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%); }

/* 
responsive youtube see task 36658673 
see Featured Videos here /mit-israel
*/
.card .text-formatted .video-container {
 position: relative;
 padding-bottom: 56.25%; /* 16:9 */
 height: 0;
}
.card .text-formatted .video-container iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 }

/* adding another way to do it 
<iframe class="youtube-video" 
*/
.responsive-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

/* 
trying this for all iframes  
*/
.card .text-formatted iframe[src*="youtube"] {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}