.card {
  display: block;
  position: relative;
  background-color: #fff;
  color: #000;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 3px #b3b3b3;
  text-decoration: none; }
  .card p {
    font-size: 16px; }
  @media (min-width: 575px) {
    .card p {
      font-size: calc(16px + 2 * (100vw - 575px) / 1025); } }
  @media (min-width: 1600px) {
    .card p {
      font-size: 18px; } }
  .card:hover {
    color: #000; }
  .card-group {
    background: #f9f9f9;
    margin: 40px 0;
    padding: 60px 0; }
    .card-group.background-color-grey {
      background-color: #f9f9f9; }
    .card-group.background-color-white {
      background-color: #fff; }
    .card-group.no-background {
      background: none; }
    .card-group.background-color-none {
      background: none; }
    @media (max-width: 991.98px) {
      .card-group {
        margin: 40px -15px;
        padding: 60px 15px; } }
    @media (max-width: 767.98px) {
      .card-group {
        margin: 40px 0; } }
    .card-group div[data-max-columns] {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto; }
      @media (min-width: 576px) {
        .card-group div[data-max-columns] {
          max-width: 1204px; } }
      @media (min-width: 768px) {
        .card-group div[data-max-columns] {
          max-width: 1204px; } }
      @media (min-width: 992px) {
        .card-group div[data-max-columns] {
          max-width: 1204px; } }
      @media (min-width: 1200px) {
        .card-group div[data-max-columns] {
          max-width: 1204px; } }
    .card-group div[data-max-columns][data-max-columns="2"] {
      grid-gap: 50px 70px; }
      @media (max-width: 991.98px) {
        .card-group div[data-max-columns][data-max-columns="2"] {
          grid-gap: 35px; } }
    .card-group-header {
      margin: 0 0 30px;
      text-align: center; }
      .card-group-header.left {
        text-align: left; }
      .card-group-header .card-title {
        font-size: 1.5em;
        font-weight: 300;
        margin: 0 0 5px 0;
        vertical-align: middle;
        display: inline-block;
        line-height: 1;
        padding-top: 5px; }
    .card-group-link {
      margin-top: 50px;
      display: flex;
      justify-content: center; }
      .card-group-link a.btn {
        text-align: center; }
  .card-image {
    margin: 0; }
    .card-image img {
      width: 100%; }
  .card-header {
    margin-bottom: 16px; }
  .card-heading {
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-weight: 400; }
    .card-heading {
      font-size: 24px; }
  .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;
    text-align: center;
    padding: 30px; }
    .card:link .card-content:after {
      content: "\f10a";
      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;
      content: none; }
      .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-content-date {
      position: absolute;
      bottom: 30px;
      padding-right: 50px;
      font-weight: 600;
      font-size: 12px;
      letter-spacing: .6px;
      text-transform: uppercase; }
      .card-content-date p {
        margin: 0; }
  .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: 15px 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: 700;
        text-decoration: none; }
        .card-link-list li a:after {
          content: "\f115";
          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: 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: "\f125";
        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: "\f11c";
        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[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); }

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

.work-card-group {
  background-color: transparent; }
  .work-card-group.card-group {
    padding-top: 0; }
  @media (min-width: 576px) and (max-width: 1199.98px) {
    .work-card-group [data-max-columns][data-max-columns="3"] {
      grid-template-columns: 1fr 1fr; } }

.work-card {
  background-color: #f9f9f9;
  text-align: left;
  box-shadow: none; }
  .work-card .card-content {
    padding: 0; }
  .work-card .card-header {
    height: 32px;
    background: #003b5c;
    text-align: left;
    padding: 0 42px;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0; }
  .work-card .card-body {
    min-height: 248px;
    padding: 24px 42px 40px;
    text-align: left; }
    .work-card .card-body h4 {
      font-size: 22px;
      font-weight: 500;
      text-align: left;
      margin-bottom: 10px; }
    .work-card .card-body p {
      font-size: 14px;
      line-height: 22px;
      font-weight: 500; }

.card--callout {
  color: #000;
  background-color: #fff;
  display: flex; }
  .card--callout:hover, .card--callout:focus {
    background-color: #8bb7e7; }
  .card--callout .card-header .card-heading {
    color: #000; }
  .card--callout .card-image {
    display: none; }
  .card--callout .card-content {
    color: #000;
    position: relative;
    align-self: center;
    padding: 50px;
    height: 100%; }
    .card--callout .card-content .card-heading {
      font-size: 30px; }
    @media (min-width: 575px) {
      .card--callout .card-content .card-heading {
        font-size: calc(30px + -10 * (100vw - 575px) / 1025); } }
    @media (min-width: 1600px) {
      .card--callout .card-content .card-heading {
        font-size: 20px; } }
    .card--callout .card-content p {
      margin-bottom: 15px; }
      .card--callout .card-content p {
        font-size: 14px; }
    .card--callout .card-content .card-footer {
      margin-top: auto; }
      .card--callout .card-content .card-footer a:not(.btn) {
        color: #000; }
      .card--callout .card-content .card-footer a.btn {
        background-color: #c3d7ee;
        color: #003b5c;
        border: none;
        font-weight: 400;
        font-size: 18px;
        width: 100%; }
        .card--callout .card-content .card-footer a.btn:hover, .card--callout .card-content .card-footer a.btn:focus {
          background-color: #ffc72c;
          text-decoration: underline; }
  .card--callout[data-interactive*="flip"] .card-front {
    background-color: #fff; }

.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: #005587;
    transform: rotateY(0);
    transform-style: preserve-3d;
    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: #005587;
    color: #fff;
    overflow-y: auto;
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
    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%;
      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-header .card-heading {
    color: #fff; }
  .card--media .card-content {
    color: #fff;
    position: relative;
    align-self: center; }

.card--news {
  position: relative; }
  .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: #fff;
      line-height: 1.3; }
  .card--news .card-content {
    color: #fff;
    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--story {
  display: flex;
  background-color: #000;
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .card--story:before {
    content: "";
    display: block;
    padding-top: 142.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%;
      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 {
    padding: 30px 30px 60px;
    color: #fff;
    position: relative;
    align-self: flex-end; }
  .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%); }

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

.carousel-spotlight.card--blog,
.carousel-spotlight.card--publications {
  transition: background-color .2s linear; }
  .carousel-spotlight.card--blog:hover,
  .carousel-spotlight.card--publications:hover {
    background-color: #f9f9f9; }
    .carousel-spotlight.card--blog:hover .card-content,
    .carousel-spotlight.card--blog:hover .card-month,
    .carousel-spotlight.card--blog:hover .card-day,
    .carousel-spotlight.card--publications:hover .card-content,
    .carousel-spotlight.card--publications:hover .card-month,
    .carousel-spotlight.card--publications:hover .card-day {
      color: #005587; }

.tab-pane .card-image {
  aspect-ratio: 16 / 9;
  background: #ccc; }

.card-more.text-right {
  margin-bottom: 20px; }

#tab-in-the-news .card-desc .field.field--type-string {
  font-size: 18px;
  padding: 15px 0;
  font-weight: bold; }

.card--event {
  display: flex;
  background-color: #f9f9f9;
  min-height: auto;
  position: relative;
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
  transition: background-color .2s linear; }
  .card--event:before {
    content: "";
    display: block;
    padding-top: 128.57143%; }
  .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; }
  @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; } }
  .tab-pane .card--event:before {
    padding-top: 380px; }
  .card--event .card-date .card-month {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 18px;
    color: #005587; }
  .card--event .card-date .card-day {
    font-family: "Roboto", sans-serif;
    font-size: 150px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    line-height: 115px;
    color: #005587; }
  .card--event .card-date .card-time-range {
    font-size: 18px;
    font-weight: bold;
    text-align: left; }
  .card--event .card-header .card-heading {
    color: #fff; }
  .card--event .card-content {
    color: #000;
    padding: 30px;
    position: relative;
    z-index: 1;
    text-align: left; }
  .card--event .card-location {
    display: flex;
    align-items: start;
    gap: 10px; }
    .card--event .card-location::before {
      content: "\f123";
      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: 20px;
      margin-top: 3px; }
  .card--event .card-location-type {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    padding: 2px 5px;
    background: #464646;
    color: #fff; }
  .card--event:hover {
    background-color: #01597c; }
    .card--event:hover .card-content,
    .card--event:hover .card-month,
    .card--event:hover .card-day {
      color: #fff; }
  .card--event.highlighted, .card--event.highlighted.older {
    background-color: #ffc72c; }
    .card--event.highlighted::after {
      content: "\f13d";
      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: 15px;
      font-size: 40px;
      top: 15px;
      color: #fff; }
    .card--event.highlighted:hover .card-summary,
    .card--event.highlighted:hover .card-time-range,
    .card--event.highlighted:hover .card-location {
      color: #000; }
    .card--event.highlighted:hover .card-content,
    .card--event.highlighted:hover .card-month,
    .card--event.highlighted:hover .card-day {
      color: #005587; }
    .card--event.highlighted.older:hover .card-time-range,
    .card--event.highlighted.older:hover .card-content,
    .card--event.highlighted.older:hover .card-month,
    .card--event.highlighted.older:hover .card-day {
      color: #fff; }
  .card--event.older {
    background-color: #616161; }
    .card--event.older::after {
      content: "";
      background-image: url("../../images/history.png");
      position: absolute;
      right: 15px;
      font-size: 40px;
      top: 15px;
      color: #fff;
      height: 40px;
      width: 40px;
      background-size: contain; }
    .card--event.older .card-content,
    .card--event.older .card-month,
    .card--event.older .card-day {
      color: #fff; }
    .card--event.older .card-location-type {
      display: none; }
  .card--event .card-summary {
    margin-top: 10px; }

.carousel-spotlight.card--event {
  flex-direction: column;
  padding: 0;
  background-color: #fff; }
  .carousel-spotlight.card--event::before {
    content: none; }
  .carousel-spotlight.card--event .card-date {
    font-size: 16px;
    margin-top: auto;
    text-align: right; }
    .carousel-spotlight.card--event .card-date .card-day {
      font-size: 70px;
      line-height: 75px; }
    .carousel-spotlight.card--event .card-date .card-month {
      font-size: 20px;
      margin-bottom: 3px; }
  .carousel-spotlight.card--event p {
    font-size: 14px;
    line-height: 22px; }
  .carousel-spotlight.card--event .card-content {
    padding: 30px 30px;
    overflow: hidden; }
  .carousel-spotlight.card--event:hover p, .carousel-spotlight.card--event:hover .card-time-range {
    color: #fff; }
  .carousel-spotlight.card--event:hover {
    background-color: #f9f9f9; }
    .carousel-spotlight.card--event:hover .card-content,
    .carousel-spotlight.card--event:hover .card-month,
    .carousel-spotlight.card--event:hover .card-day {
      color: #005587; }
  .carousel-spotlight.card--event .no-image-placeholder {
    width: 100%;
    padding: 109px;
    background: #003b5c url(../../images/logo.png) no-repeat center; }

.card--icon {
  text-align: center; 
    .card_icon {
      width: 100%;
    }
  }
  .card--icon i {
    display: flex;
    justify-content: center;
    font-size: 50px;
    margin: 40px 0 0;
    color: inherit; }
  .card--icon .field--type-fontawesome-icon {
    display: flex;
    justify-content: center;
    font-size: 50px;
    margin: 40px 0 0;
    color: inherit; }
  .card--icon.left {
    text-align: left; }
    .card--icon.left .field--type-fontawesome-icon {
      justify-content: left;
      padding: 0 30px 0; }
  .card--icon.left .card-content {
    text-align: left; }

.paragraph--type--icon-card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px; }
  .page-node-type-home-page .paragraph--type--icon-card p {
    font-size: 16px;
    text-align: center; }

.page-node-type-home-page .paragraph--type--icon-card .card-heading {
  font-size: 18px;
  font-weight: bold; }

@media (min-width: 576px) and (max-width: 991.98px) {
  .cwil-cards {
    padding-bottom: 50px; } }

.cwil-cards .paragraph {
  margin-bottom: 100px;
  position: relative; }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .cwil-cards .paragraph {
      margin-bottom: 50px; } }
  @media (max-width: 767.98px) {
    .cwil-cards .paragraph {
      padding-left: 15px;
      padding-right: 15px; } }

.cwil-cards img {
  width: 100%; }

.cwil-cards .cwil-card-detail {
  background-color: #daebfe;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -50px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 12px;
  color: #000; }
  .cwil-cards .cwil-card-detail a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    color: #000; }
  .cwil-cards .cwil-card-detail .field--type-string {
    position: relative;
    margin-bottom: 10px; }
    .cwil-cards .cwil-card-detail .field--type-string::after {
      content: "";
      position: absolute;
      width: 17px;
      height: 2px;
      background-color: #000;
      left: 50%;
      transform: translateX(-50%);
      bottom: -10px; }
  .cwil-cards .cwil-card-detail .cwil-title {
    font-size: 18px;
    margin-bottom: 0; }

@media (max-width: 991.98px) {
  .cwil-cards [data-max-columns][data-max-columns="4"] {
    gap: 28px 36px; } }

    /*Jude's CSS*/
.work-card.inactive .card-header {
  background: #5B5D5F;
}
a.card.card--event.older.highlighted .card-content, a.card.card--event.older.highlighted .card-content .card-day, a.card.card--event.older.highlighted .card-content .card-month, a.card.card--event.older.highlighted .card-time-range, a.card.card--event.older.highlighted:hover .card-content, a.card.card--event.older.highlighted:hover .card-content .card-day, a.card.card--event.older.highlighted:hover .card-content .card-month, aa.card.card--event.older.highlighted:hover.card-time-range, a.card.card--event.older.highlighted .card-header, a.card.card--event.older.highlighted .card-location::before, a.card.card--event.older.highlighted .card-location, a.card.card--event.older.highlighted .card-summary {
  color: #000 !important;
}
.card--event.older.highlighted::after {
    filter: brightness(0%);
}
a.card.card--event.highlighted .card-summary, a.card.card--event.highlighted .card-time-range, a.card.card--event.highlighted .card-time-range, a.card.card--event.highlighted .card-location::before, a.card.card--event.highlighted .card-location{
  color: #005587 !important;
}
.card-group.paragraph.paragraph--type--icon-card-group.paragraph--view-mode--default.background-color-none {
  padding-left: 15px;
  padding-right: 15px;
}
.card-group.paragraph.paragraph--type--icon-card-group.paragraph--view-mode--default.padding_top {
  margin: 40px 0 0;
  padding: 60px 0 0;
}
.card-group.paragraph.paragraph--type--icon-card-group.paragraph--view-mode--default.padding_bottom {
  margin: 0 0 40px;
  padding: 0 0 60px;
}
.card-group.paragraph.paragraph--type--icon-card-group.paragraph--view-mode--default.padding_top_and_bottom { 
  margin: 40px 0;
  padding: 60px 0;
}
.card-group.paragraph.paragraph--type--icon-card-group.paragraph--view-mode--default.no_padding{
  margin: 0;
  padding: 0;
}


/* -------- Accessible focus for icon cards (keyboard only) -------- */


a:not([href]):not([tabindex]):focus { outline: 0; }
[tabindex="-1"]:focus { outline: 0 !important; }  /* (this one is fine) */


/* === WCAG 2.4.7 Focus Visible === */

/* Header specifics: dark background needs extra contrast */
.header a:focus-visible,
.header button:focus-visible,
.header .header-item:focus-visible,        /* was :focus */
.header .mobile-menu-button:focus-visible, /* was :focus */
.header .site-logo:focus-visible {
  outline: 2px solid #111;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px #ffc72c;
  border-radius: 3px;
}
/* Make visually-hidden-but-focusable things actually appear on focus items */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  position: static !important;
  clip: auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: .5rem 1rem;
  background: #fff;
  color: #000;
  box-shadow: 0 0 0 3px #ffc72c;
  z-index: 2147483647;
}


/* Strong, always-visible focus ring that meets contrast on light & dark */
:focus-visible {
  outline: 2px solid #111;          /* dark inner */
  outline-offset: 2px;
  box-shadow: 0 0 0 4px #ffc72c;    /* brand outer */
}

/* Fallback when JS toggles .is-tabbing on Tab key */
body.is-tabbing :focus {
  outline: 2px solid #111;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px #ffc72c;
}

/* Optional: extra-strong for high-contrast users */
@media (prefers-contrast: more) {
  :focus-visible,
  body.is-tabbing :focus {
    outline-width: 3px;
    outline-offset: 3px;
    box-shadow: 0 0 0 6px #ffc72c;
  }
}

.card.card--icon:focus-visible {
  outline: 3px solid #111;
  outline-offset: 4px;    /* outline won’t be clipped by overflow */
  box-shadow: 0 0 0 4px #ffc72c;
  border-radius: 6px;
}

/* If the card itself is focusable (anchor or tabindex="0"), show the ring */
:where(a.card, .card[tabindex]):focus-visible {
  outline: 3px solid #111;
  outline-offset: 4px;           /* avoids clipping */
  box-shadow: 0 0 0 4px #ffc72c;
  border-radius: 8px;
}

/* If the card has inner focusables, light the whole card when anything inside is focused */
.card:has(:focus-visible) {
  outline: 3px solid #111;
  outline-offset: 4px;
  box-shadow: 0 0 0 4px #ffc72c;
  border-radius: 8px;
}

/* Fallback if overflow or shadows clip the outline — draw an overlay ring */
:where(a.card, .card[tabindex]):focus-visible::after,
.card:has(:focus-visible)::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: 0 0 0 3px #ffc72c inset;
}

/* Ensure the card can actually show the overlay */
:where(a.card, .card[tabindex]) {
  position: relative;
  display: block;
  border-radius: 8px;
}

/* If you animate on hover, mirror for keyboard focus (and respect reduced motion) */
:where(a.card, .card[tabindex])[data-interactive="shift"]:hover,
:where(a.card, .card[tabindex])[data-interactive="shift"]:focus-visible {
  transform: translateY(-4px);
}
@media (prefers-reduced-motion: reduce) {
  :where(a.card, .card[tabindex])[data-interactive="shift"]:hover,
  :where(a.card, .card[tabindex])[data-interactive="shift"]:focus-visible {
    transform: none;
  }
}
/* Fallback where :has() isn’t supported */
.card:focus-within {
  outline: 3px solid #111;
  outline-offset: 4px;
  box-shadow: 0 0 0 4px #ffc72c;
  border-radius: 8px;
}

/* If you’re using the overlay ring, mirror it too */
.card:focus-within::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: 0 0 0 3px #ffc72c inset;
}
