/**
 * Custom styles:
 */
/*** spacers ***/
.nfyPu .linked_box {
  height: 100%; }
  .nfyPu .linked_box.align_center a, .nfyPu .linked_box.align_center div, .nfyPu .linked_box.align_center p {
    text-align: center; }
  .nfyPu .linked_box.shadow {
    border: 1px solid var(--bs-gray-400);
    box-shadow: false;
    margin-bottom: 0; }
  .nfyPu .linked_box.color_inverted > *:not(.btn) {
    color: var(--bs-white); }
  .nfyPu .linked_box.overlay {
    position: relative; }
    .nfyPu .linked_box.overlay > a, .nfyPu .linked_box.overlay section {
      padding: 0; }
    .nfyPu .linked_box.overlay picture {
      margin: 0; }
      .nfyPu .linked_box.overlay picture + div:not(:empty) {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 1rem; }
  .nfyPu .linked_box.picture_stretched:not(.overlay):not(.picture_next_to_text) picture {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
    .nfyPu .linked_box.picture_stretched:not(.overlay):not(.picture_next_to_text) picture:first-child {
      margin-top: -1.5rem;
      margin-bottom: 1.5rem; }
    .nfyPu .linked_box.picture_stretched:not(.overlay):not(.picture_next_to_text) picture:last-child {
      margin-bottom: -1.5rem; }
  .nfyPu .linked_box.picture_next_to_text.ratio_4x1 > a > picture img, .nfyPu .linked_box.picture_next_to_text.ratio_4x1 > section > picture img, .nfyPu .linked_box.picture_next_to_text.ratio_3x1 > a > picture img, .nfyPu .linked_box.picture_next_to_text.ratio_3x1 > section > picture img, .nfyPu .linked_box.picture_next_to_text.ratio_2x1 > a > picture img, .nfyPu .linked_box.picture_next_to_text.ratio_2x1 > section > picture img, .nfyPu .linked_box.picture_next_to_text.ratio_1x1 > a > picture img, .nfyPu .linked_box.picture_next_to_text.ratio_1x1 > section > picture img, .nfyPu .linked_box.picture_next_to_text.ratio_1x2 > a > picture img, .nfyPu .linked_box.picture_next_to_text.ratio_1x2 > section > picture img, .nfyPu .linked_box.picture_next_to_text.ratio_1x3 > a > picture img, .nfyPu .linked_box.picture_next_to_text.ratio_1x3 > section > picture img, .nfyPu .linked_box.picture_next_to_text.ratio_1x4 > a > picture img, .nfyPu .linked_box.picture_next_to_text.ratio_1x4 > section > picture img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }
  @media (min-width: 576px) {
    .nfyPu .linked_box.picture_next_to_text:not(.reverse).ratio_4x1 > a > *:first-child, .nfyPu .linked_box.picture_next_to_text:not(.reverse).ratio_4x1 > section > *:first-child {
      width: 80%; }
    .nfyPu .linked_box.picture_next_to_text:not(.reverse).ratio_4x1 > a > *:last-child, .nfyPu .linked_box.picture_next_to_text:not(.reverse).ratio_4x1 > section > *:last-child {
      width: 20%; }
    .nfyPu .linked_box.picture_next_to_text:not(.reverse).ratio_3x1 > a > *:first-child, .nfyPu .linked_box.picture_next_to_text:not(.reverse).ratio_3x1 > section > *:first-child {
      width: 75%; }
    .nfyPu .linked_box.picture_next_to_text:not(.reverse).ratio_3x1 > a > *:last-child, .nfyPu .linked_box.picture_next_to_text:not(.reverse).ratio_3x1 > section > *:last-child {
      width: 25%; }
    .nfyPu .linked_box.picture_next_to_text:not(.reverse).ratio_2x1 > a > *:first-child, .nfyPu .linked_box.picture_next_to_text:not(.reverse).ratio_2x1 > section > *:first-child {
      width: 66.666%; }
    .nfyPu .linked_box.picture_next_to_text:not(.reverse).ratio_2x1 > a > *:last-child, .nfyPu .linked_box.picture_next_to_text:not(.reverse).ratio_2x1 > section > *:last-child {
      width: 33.333%; }
    .nfyPu .linked_box.picture_next_to_text:not(.reverse).ratio_1x1 > a > *, .nfyPu .linked_box.picture_next_to_text:not(.reverse).ratio_1x1 > section > * {
      width: 50%; }
    .nfyPu .linked_box.picture_next_to_text:not(.reverse).ratio_1x2 > a > *:first-child, .nfyPu .linked_box.picture_next_to_text:not(.reverse).ratio_1x2 > section > *:first-child {
      width: 33.333%; }
    .nfyPu .linked_box.picture_next_to_text:not(.reverse).ratio_1x2 > a > *:last-child, .nfyPu .linked_box.picture_next_to_text:not(.reverse).ratio_1x2 > section > *:last-child {
      width: 66.666%; }
    .nfyPu .linked_box.picture_next_to_text:not(.reverse).ratio_1x3 > a > *:first-child, .nfyPu .linked_box.picture_next_to_text:not(.reverse).ratio_1x3 > section > *:first-child {
      width: 25%; }
    .nfyPu .linked_box.picture_next_to_text:not(.reverse).ratio_1x3 > a > *:last-child, .nfyPu .linked_box.picture_next_to_text:not(.reverse).ratio_1x3 > section > *:last-child {
      width: 75%; }
    .nfyPu .linked_box.picture_next_to_text:not(.reverse).ratio_1x4 > a > *:first-child, .nfyPu .linked_box.picture_next_to_text:not(.reverse).ratio_1x4 > section > *:first-child {
      width: 20%; }
    .nfyPu .linked_box.picture_next_to_text:not(.reverse).ratio_1x4 > a > *:last-child, .nfyPu .linked_box.picture_next_to_text:not(.reverse).ratio_1x4 > section > *:last-child {
      width: 80%; }
    .nfyPu .linked_box.picture_next_to_text:not(.reverse) > a, .nfyPu .linked_box.picture_next_to_text:not(.reverse) > section {
      flex-direction: row; }
    .nfyPu .linked_box.picture_next_to_text:not(.reverse).picture_stretched:not(.overlay):not(.picture_next_to_text) picture {
      margin-left: -1.5rem;
      margin-right: -1.5rem; }
      .nfyPu .linked_box.picture_next_to_text:not(.reverse).picture_stretched:not(.overlay):not(.picture_next_to_text) picture:first-child {
        margin-top: -1.5rem;
        margin-bottom: 1.5rem; }
      .nfyPu .linked_box.picture_next_to_text:not(.reverse).picture_stretched:not(.overlay):not(.picture_next_to_text) picture:last-child {
        margin-bottom: -1.5rem; }
    .nfyPu .linked_box.picture_next_to_text.reverse.ratio_4x1 > a > *:first-child, .nfyPu .linked_box.picture_next_to_text.reverse.ratio_4x1 > section > *:first-child {
      width: 20%; }
    .nfyPu .linked_box.picture_next_to_text.reverse.ratio_4x1 > a > *:last-child, .nfyPu .linked_box.picture_next_to_text.reverse.ratio_4x1 > section > *:last-child {
      width: 80%; }
    .nfyPu .linked_box.picture_next_to_text.reverse.ratio_3x1 > a > *:first-child, .nfyPu .linked_box.picture_next_to_text.reverse.ratio_3x1 > section > *:first-child {
      width: 25%; }
    .nfyPu .linked_box.picture_next_to_text.reverse.ratio_3x1 > a > *:last-child, .nfyPu .linked_box.picture_next_to_text.reverse.ratio_3x1 > section > *:last-child {
      width: 75%; }
    .nfyPu .linked_box.picture_next_to_text.reverse.ratio_2x1 > a > *:first-child, .nfyPu .linked_box.picture_next_to_text.reverse.ratio_2x1 > section > *:first-child {
      width: 33.333%; }
    .nfyPu .linked_box.picture_next_to_text.reverse.ratio_2x1 > a > *:last-child, .nfyPu .linked_box.picture_next_to_text.reverse.ratio_2x1 > section > *:last-child {
      width: 66.666%; }
    .nfyPu .linked_box.picture_next_to_text.reverse.ratio_1x1 > a > *, .nfyPu .linked_box.picture_next_to_text.reverse.ratio_1x1 > section > * {
      width: 50%; }
    .nfyPu .linked_box.picture_next_to_text.reverse.ratio_1x2 > a > *:first-child, .nfyPu .linked_box.picture_next_to_text.reverse.ratio_1x2 > section > *:first-child {
      width: 66.666%; }
    .nfyPu .linked_box.picture_next_to_text.reverse.ratio_1x2 > a > *:last-child, .nfyPu .linked_box.picture_next_to_text.reverse.ratio_1x2 > section > *:last-child {
      width: 33.333%; }
    .nfyPu .linked_box.picture_next_to_text.reverse.ratio_1x3 > a > *:first-child, .nfyPu .linked_box.picture_next_to_text.reverse.ratio_1x3 > section > *:first-child {
      width: 75%; }
    .nfyPu .linked_box.picture_next_to_text.reverse.ratio_1x3 > a > *:last-child, .nfyPu .linked_box.picture_next_to_text.reverse.ratio_1x3 > section > *:last-child {
      width: 25%; }
    .nfyPu .linked_box.picture_next_to_text.reverse.ratio_1x4 > a > *:first-child, .nfyPu .linked_box.picture_next_to_text.reverse.ratio_1x4 > section > *:first-child {
      width: 80%; }
    .nfyPu .linked_box.picture_next_to_text.reverse.ratio_1x4 > a > *:last-child, .nfyPu .linked_box.picture_next_to_text.reverse.ratio_1x4 > section > *:last-child {
      width: 20%; }
    .nfyPu .linked_box.picture_next_to_text.reverse > a, .nfyPu .linked_box.picture_next_to_text.reverse > section {
      flex-direction: row-reverse; }
    .nfyPu .linked_box.picture_next_to_text.reverse.picture_stretched picture {
      margin-left: 1.5rem;
      margin-right: -1.5rem;
      margin-top: -1.5rem;
      margin-bottom: -1.5rem; } }
  .nfyPu .linked_box.default {
    background-color: var(--bs-white); }
  .nfyPu .linked_box.primary {
    background-color: var(--bs-primary); }
    .nfyPu .linked_box.primary em {
      color: var(--bs-white); }
  .nfyPu .linked_box.secondary {
    background-color: var(--bs-secondary); }
    .nfyPu .linked_box.secondary em {
      color: var(--bs-white); }
  .nfyPu .linked_box.gray-200 {
    background-color: var(--bs-gray-200); }
  .nfyPu .linked_box.gray-500 {
    background-color: var(--bs-gray-500); }
  .nfyPu .linked_box.gray-700 {
    background-color: var(--bs-gray-700); }
  .nfyPu .linked_box.transparent-black.overlay a > div, .nfyPu .linked_box.transparent-black.overlay section > div {
    background: rgba(0, 0, 0, 0.666667); }
  .nfyPu .linked_box.transparent-black:not(.overlay) {
    background: rgba(0, 0, 0, 0.666667); }
  .nfyPu .linked_box > a, .nfyPu .linked_box > section {
    width: 100%;
    color: var(--bs-body-color);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    padding: 1.5rem; }
    .nfyPu .linked_box > a > a, .nfyPu .linked_box > section > a {
      display: block;
      margin-bottom: 0.5rem; }
    .nfyPu .linked_box > a .btn.btn-primary a, .nfyPu .linked_box > a .btn.btn-action a, .nfyPu .linked_box > section .btn.btn-primary a, .nfyPu .linked_box > section .btn.btn-action a {
      color: #FFFFFF; }
  .nfyPu .linked_box *:not(p) > em:first-child {
    color: var(--bs-primary);
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 0.5rem; }
  .nfyPu .linked_box .h1 {
    text-transform: uppercase;
    font-size: 1.625rem;
    font-weight: var(--bs-body-font-weight); }
  .nfyPu .linked_box.picture_stretched:not(.picture_next_to_text) picture img {
    width: 100%;
    height: auto; }
  .nfyPu .linked_box.picture_stretched.picture_next_to_text picture img {
    height: 100%;
    width: auto;
    object-fit: cover; }
  @media (min-width: 576px) {
    .nfyPu .linked_box.picture_next_to_text.picture_stretched:not(.reverse) > a > picture, .nfyPu .linked_box.picture_next_to_text.picture_stretched:not(.reverse) > div > picture, .nfyPu .linked_box.picture_next_to_text.picture_stretched:not(.reverse) > section > picture, .nfyPu .linked_box.picture_next_to_text:not(.reverse) > a > picture, .nfyPu .linked_box.picture_next_to_text:not(.reverse) > div > picture, .nfyPu .linked_box.picture_next_to_text:not(.reverse) > section > picture {
      margin-right: 1.5rem; }
    .nfyPu .linked_box.picture_next_to_text.picture_stretched.reverse > a > picture, .nfyPu .linked_box.picture_next_to_text.picture_stretched.reverse > div > picture, .nfyPu .linked_box.picture_next_to_text.picture_stretched.reverse > section > picture, .nfyPu .linked_box.picture_next_to_text.reverse > a > picture, .nfyPu .linked_box.picture_next_to_text.reverse > div > picture, .nfyPu .linked_box.picture_next_to_text.reverse > section > picture {
      margin-left: 1.5rem; } }
  @media (max-width: 575.98px) {
    .nfyPu .linked_box.picture_next_to_text > a > picture, .nfyPu .linked_box.picture_next_to_text > div > picture, .nfyPu .linked_box.picture_next_to_text > section > picture {
      margin-bottom: 1.5rem; } }
  .nfyPu .linked_box:not(.picture_next_to_text):not(.overlay) > a > picture:first-child, .nfyPu .linked_box:not(.picture_next_to_text):not(.overlay) > div > picture:first-child, .nfyPu .linked_box:not(.picture_next_to_text):not(.overlay) > section > picture:first-child {
    margin-bottom: 1.5rem; }
  .nfyPu .linked_box:not(.picture_next_to_text):not(.overlay) > a > picture:last-child, .nfyPu .linked_box:not(.picture_next_to_text):not(.overlay) > div > picture:last-child, .nfyPu .linked_box:not(.picture_next_to_text):not(.overlay) > section > picture:last-child {
    margin-top: 1.5rem; }
  .nfyPu .linked_box.c-bg-gblue {
    background-color: #1e4c71; }
  .nfyPu .linked_box.c-bg-ggreen {
    background-color: #376720; }
  .nfyPu .linked_box.c-bg-gred {
    background-color: #831f1f; }
  .nfyPu .linked_box.c-txt-black *:not(.btn) {
    color: #000000 !important; }
  .nfyPu .linked_box.c-txt-white *:not(.btn) {
    color: #FFFFFF !important; }
  .nfyPu .linked_box.c-txt-align-bottom picture + div {
    display: flex;
    flex-direction: column;
    justify-content: end; }
    .nfyPu .linked_box.c-txt-align-bottom picture + div p:last-child {
      margin-bottom: 0; }

.nfyPu .linked_box:not(.picture_next_to_text):not(.overlay).c-single-button, .nfyPu .linked_box:not(.reverse):not(.overlay).c-single-button {
  margin-bottom: 4rem;
  position: relative; }
  .nfyPu .linked_box:not(.picture_next_to_text):not(.overlay).c-single-button > a > div:last-child, .nfyPu .linked_box:not(.reverse):not(.overlay).c-single-button > a > div:last-child {
    position: absolute;
    bottom: 1.5rem;
    width: calc(100% - 3rem); }

.nfyPu .linked_box + [id^='lbOverlayContainer'] {
  display: none; }

.nfyPu .linked_box .btn {
  margin-left: 0;
  margin-right: 0; }

.nfyPu .c_coboLightBox [id^="lbOverlayContainer"] {
  max-width: 36rem; }

@media (max-width: 575.98px) {
  .nfyPu .c_coboLightBox [id^='lbOverlayContainer'] {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%; }
  .nfyPu .c_coboLightBox [class^="icon-"] {
    position: relative;
    z-index: 1; } }

@media (min-width: 576px) {
  .nfyPu .c_coboLightBox .linked_box {
    max-width: calc(100vw - 7rem); } }
