<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content-well {
  width: 100%;
  padding-right: 90px;
  padding-left: 90px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 90px;
  margin-bottom: 90px; }
  @media (max-width: 991.98px) {
    .content-well {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 576px) {
    .content-well {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .content-well {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .content-well {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .content-well {
      max-width: 1400px; } }
  @media (max-width: 767.98px) {
    .content-well {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .intranet .layout--right-rail .content-well {
    max-width: 100%;
    margin: 60px 0;
    padding: 0; }
  .layout--onecol .content-well-wrapper {
    max-width: 75%; }
    @media (max-width: 991.98px) {
      .layout--onecol .content-well-wrapper {
        max-width: 100%; } }
  .layout--onecol .no-full-width .content-well-wrapper {
    max-width: 100%; }
  .content-well p {
    margin-bottom: 2rem; }
  .content-well h1:not(:first-child), .content-well h2:not(:first-child), .content-well h3:not(:first-child), .content-well h4:not(:first-child), .content-well h5:not(:first-child), .content-well h6:not(:first-child) {
    margin: 2.5rem 0 1.25rem; }
  .content-well a {
    text-decoration: underline; }
    .content-well a.btn {
      text-decoration: none; }
  .content-well figure {
    border-radius: 10px;
    margin: 60px 0;
    width: 100%; }
    @media (max-width: 991.98px) {
      .content-well figure {
        margin: 30px 0; } }
  .tab-content .content-well {
    padding: 0;
    margin: 60px 0 30px;
    max-width: 75%; }
    .tab-content .content-well:first-of-type {
      margin: 30px 0; }
    @media (max-width: 767.98px) {
      .tab-content .content-well {
        max-width: 100%; } }
  .content-well .image-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px 1fr 60px 1fr 60px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 60px; }
  .content-well .image-grid &gt; *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .content-well .image-grid &gt; *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }
  .content-well .image-grid &gt; *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5; }
  .content-well .image-grid &gt; *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7; }
    @media (max-width: 991.98px) {
      .content-well .image-grid {
        -ms-grid-columns: 1fr 60px 1fr;
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: auto;
        grid-template-rows: auto; }
      .content-well .image-grid &gt; *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .content-well .image-grid &gt; *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
    @media (max-width: 767.98px) {
      .content-well .image-grid {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        grid-gap: 30px; }
      .content-well .image-grid &gt; *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; } }
    .content-well .image-grid-item figure {
      height: 100%;
      position: relative;
      width: 100%;
      height: 325px;
      margin: 0; }
      .content-well .image-grid-item figure video,
      .content-well .image-grid-item figure img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        width: 100%; }
      .content-well .image-grid-item figure img {
        -o-object-position: top center;
           object-position: top center; }
    @media (max-width: 991.98px) {
      .content-well .image-grid-item figure {
        height: 400px; } }
    @media (max-width: 767.98px) {
      .content-well .image-grid-item figure {
        height: 325px;
        width: 250px; } }
    .content-well .image-grid-heading {
      margin: 30px 0 15px !important; }
      .content-well .image-grid-heading {
        font-size: 18px; }
      @media (min-width: 575px) {
        .content-well .image-grid-heading {
          font-size: calc(18px + 2 * (100vw - 575px) / 1025); } }
      @media (min-width: 1600px) {
        .content-well .image-grid-heading {
          font-size: 20px; } }
    .content-well .image-grid p {
      font-size: 16px; }

.modal--story-copy .content-well, .split-content-container .paragraph--type--page-video-image.content-well {
  padding: 0;
  margin: 0; }

.content-well figure.align-left {
  width: auto;
  margin: 0 30px 60px 0; }

.content-well figure.align-center {
  display: table;
  margin: 0;
  width: auto; }

.content-well figure.align-right {
  margin: 0 0 60px 30px;
  width: auto; }
</pre></body></html>