<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------- second level template support ----*/
.container.footer-static-page {
    max-width: 1200px !important;
    width: 100%;
}
.footer-static-page .breadcrumb {
    padding: 0 0 0.5em;
    max-width: 1200px;
    margin: 20px 10px 0;
}
/*------- one column template support ----*/
main .breadcrumb {
    padding: 0 0 0.5em;
    max-width: 1200px;
    margin: 20px auto;
}
main .container {
    max-width: 1200px;
    width: 100%;
}
/*------ main wraps full width &amp;
         1200px wrapper --------------------*/
/* -----------------------------------------*/
.full-w-wrap {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  color: #0A2433;
}
.cmp-w-wrap-p, .cmp-w-wrap-s, .cmp-w-wrap-t{
  width: 100%;
  max-width: 1200px;
  min-height:300px;
  position: relative;
  margin:0 auto;
  color: #FFFFFF;
  background-color: #00446A;
}

.cmp-w-wrap-s {
  margin-bottom:48px;
}
.cmp-w-wrap-t {
  display: flex;
  align-items: stretch;
}
.text-w-full{
  width: 100%;
  max-width:980px;
  padding: 4rem 1rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.text-w-full-color{
  width: 100%;
  max-width:980px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.cmp-text-wrap{
 width: 100%;
 max-width: 1200px;
 position: relative;
 margin:0 auto;
}

@media screen and (max-width:480px) {
  .cmp-w-wrap-p, .cmp-w-wrap-s, .cmp-w-wrap-t{
    min-height: 160px;
  }

}

/*------ Full width header -----------------*/
/* -----------------------------------------*/
.full-w-wrap.head-bg-img {
  position: relative;
  background-color: #00446A;
}
.head-text-wrap{
  position:relative;
  top:0;
  height: 100%;
  width:100%;
}

.head-title h1 {
  color: #FFF;
  font-family: var(--font-primary);
  font-size: 3rem;
  line-height: 100%;
  margin: 1rem 1rem 0;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  text-shadow: 1px 1px 4px black;
}

#head-text {
  max-width: 980px;
  margin: 0 auto;
}

.intro-head-container {
  min-width: 480px;
  width: 100%;
  max-width: 720px;
  position: relative;
  margin: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.head-bg-img {
  padding-top: 32px;
  padding-bottom: 32px;
  background-size: cover;
  background-position: center center;
  min-height: 300px;
  color: white;
  display: flex;
  align-items: center;
}

.pre-title {
  color: #FFF;
  font-family: var(--font-primary);
  font-size: 1.2rem;
  line-height: 1rem;
  margin-top: 4.5rem;
  margin-left: 1rem;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
}

.row-wrap {
  width: 100%;
  display: flex;
}

.head-wrap {
  display: flex;
  flex-direction: column;
}

.head-title,
.secondary-title {
  display: flex;
  width: 100%;
  justify-content: center;
}

.secondary-title {
  margin-bottom: 1.5rem;
}

.head-page-desc {
  padding: 1rem 2.5rem 1rem 1rem;
  text-align: left;
  width: 100%;
}

.head-page-desc-main a {
  color: #fff;
  font-weight: bold;
}

.lede-head {
  padding: 0 1.5rem 4.5rem;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  font-size: 1.4rem;
  line-height: 1.5rem;
}

/*--------- widths -------------------------*/
/* -----------------------------------------*/
.w-100 {
  width: 100%;
}

/*--------- margins ------------------------*/
/* -----------------------------------------*/
.m-32 {
  margin: 2rem;
}

.m-24 {
  margin: 1.5rem;
}

.m-16 {
  margin: 1rem;
}

.m-8 {
  margin: .5rem;
}

.mb-24 {
  margin-bottom: 1.5rem;
}

.mb-16 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: .5rem;
}

.mt-24 {
  margin-top: 1.5rem;
}

.mt-16 {
  margin-top: 1rem;
}

.mt-8 {
  margin-top: .5rem;
}

.ml-24 {
  margin-left: 1.5rem;
}

.ml-16 {
  margin-left: 1rem;
}

.ml-8 {
  margin-left: .5rem;
}

.mr-24 {
  margin-right: 1.5rem;
}

.mr-16 {
  margin-right: 1rem;
}

.mr-8 {
  margin-right: .5rem;
}

/*--------- paddings -----------------------*/
/* -----------------------------------------*/
.p-32 {
  padding: 2rem;
}

.p-24 {
  padding: 1.5rem;
}

.p-16 {
  padding: 1rem;
}

.p-8 {
  padding: .5rem;
}

.pl-24 {
  padding-left: 1.5rem;
}

.pl-16 {
  padding-left: 1rem;
}

.pl-8 {
  padding-left: .5rem;
}

.pr-24 {
  padding-right: 1.5rem;
}

.pr-16 {
  padding-right: 1rem;
}

.pr-8 {
  padding-right: .5rem;
}
.pt-4rem{
  padding-top: 4rem;
}

.pt-24 {
  padding-top: 1.5rem;
}

.pt-16 {
  padding-top: 1rem;
}

.pt-8 {
  padding-top: .5rem;
}

.pb-24 {
  padding-bottom: 1.5rem;
}

.pb-16 {
  padding-bottom: 1rem;
}

.pb-8 {
  padding-bottom: .5rem;
}
.pb-4rem{
  padding-bottom: 4rem;
}

.p-sect {
  padding: 64px 1.5rem;
}

/*--------- Sections -----------------------*/
/* -----------------------------------------*/
.sect-c {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.sect-c-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-content: start;
}

.sect-c-1-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 50%;
  align-content: start;
}

.sect-c-1-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% / 3);
  align-content: start;
  min-width: 30%;
}

.sect-c-1-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 25%;
  align-content: start;
}

.sect-c-3-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 75%;
  align-content: start;
}

.sect-c-1-5 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 20%;
  align-content: start;
}
.sect-c-4-5 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 80%;
  align-content: start;
}
.sect-stack{
  padding-top:0 !important;
}
@media screen and (max-width: 768px) {
  .sect-stack{
    padding-top:4rem !important;
  }
  .sect-c-1-4.sect-img-thumb.sect-stack{
    padding-top:0 !important;
  }
}
/* ------ Flex -----------------------------*/
/* -----------------------------------------*/
.flex-col {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}
.space-between{
  justify-content: space-between;
}
.align-flex-start{
  align-items:flex-start;
}

/* ------ Responsive containers ----------- */
/* -----------------------------------------*/
.rc-flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.rc-flex-col {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}

.rc-nowrap {
  flex-wrap: no-wrap !important;
}

.rc-col-1-12 {
  width: calc((100% / 12) - 8px);
  position: relative;
  min-height: 1rem;
}

.rc-col-2-12 {
  width: calc(100% / 12 * 2 - 13px);
  position: relative;
  min-height: 1rem;
}

.rc-col-3-12 {
  width: calc(100% / 12 * 3 - 12px);
  position: relative;
  min-height: 1rem;
}

.rc-col-4-12 {
  width: calc(100% / 12 * 4 - 11px);
  position: relative;
  min-height: 1rem;
}

.rc-col-5-12 {
  width: calc(100% / 12 * 5 - 9px);
  position: relative;
  min-height: 1rem;
}

.rc-col-6-12 {
  width: calc(100% / 12 * 6 - 8px);
  position: relative;
  min-height: 1rem;
}

.rc-col-7-12 {
  width: calc(100% / 12 * 7 - 7px);
  position: relative;
  min-height: 1rem;
}

.rc-col-8-12 {
  width: calc(100% / 12 * 8 - 6px);
  position: relative;
  min-height: 1rem;
}

.rc-col-9-12 {
  width: calc(100% / 12 * 9 - 4px);
  position: relative;
  min-height: 1rem;
}

.rc-col-10-12 {
  width: calc(100% / 12 * 10 - 3px);
  position: relative;
  min-height: 1rem;
}

.rc-col-11-12 {
  width: calc(100% / 12 * 11 - 2px);
  position: relative;
  min-height: 1rem;
}

.rc-col-12-12 {
  width: 100%;
  position: relative;
  min-height: 1rem;
}

@media screen and (max-width: 768px) {
  .rc-col-1-12, .rc-col-2-12, .rc-col-3-12, .rc-col-4-12, .rc-col-5-12, .rc-col-7-12, .rc-col-8-12, .rc-col-9-12, .rc-col-10-12, .rc-col-11-12 {
    width: 100%;
    flex-grow: 1;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .rc-col-1-12, .rc-col-2-12, .rc-col-3-12, .rc-col-4-12, .rc-col-5-12, .rc-col-6-12 {
    width: 100%;
  }
  .mobile-1-2{
    width:50% !important;
  }
}

/*------ Colors ----------------------------*/
/* -----------------------------------------*/

    /*----background-colors----*/
    .bgc-emphasis {
      background-color: #F0F3F5;
      color: #0A2433;
    }

    .bgc-ferg-alt {
      background-color: #03324C;
      color: #FFFFFF;
    }

    .bgc-prim-dark {
      background-color: #0F61A0;
      color: #FFFFFF;
    }

    .bgc-white {
      background-color: #FFFFFF;
      color: #0A2433;
    }

    .bgc-secondary {
      background-color: #D3E9FD;
      color: #0A2433;
    }

/* ------ Content Copy ---------------------*/
/* -----------------------------------------*/
.fc-text-white, .bgc-ferg-alt h1, .bgc-prim-dark h1, .bgc-ferg-alt h2, .bgc-prim-dark h2, .bgc-ferg-alt h3, .bgc-prim-dark h3, .bgc-ferg-alt p, .bgc-prim-dark p, .bgc-ferg-alt a, .bgc-prim-dark a, .bgc-ferg-alt .cmp-text h2, .bgc-ferg-alt .cmp-text h3, .bgc-ferg-alt .cmp-text h4, .bgc-ferg-alt .cmp-text p {
  color: #FFFFFF;
}

.bgc-prim-dark .cmp-text h2, .bgc-prim-dark .cmp-text h3, .bgc-prim-dark .cmp-text h4, .bgc-prim-dark .cmp-text p,  .bgc-emphasis .bgc-prim-dark h2, .bgc-emphasis .bgc-prim-dark h3, .bgc-emphasis .bgc-prim-dark p, .bgc-emphasis .bgc-ferg-alt h2, .bgc-emphasis .bgc-ferg-alt h3, .bgc-emphasis .bgc-ferg-alt p {
  color: #FFFFFF;
}

.bgc-ferg-alt.bgc-inner &gt; h2, .bgc-prim-dark.bgc-inner &gt; h2, .bgc-ferg-alt.bgc-inner &gt; h3, .bgc-prim-dark.bgc-inner &gt; h3, .bgc-ferg-alt.bgc-inner &gt; p, .bgc-prim-dark.bgc-inner &gt; p, .bgc-ferg-alt.bgc-inner &gt; a, .bgc-prim-dark.bgc-inner &gt; a{
  color: #FFFFFF;
}

.bgc-ferg-alt a, .bgc-prim-dark a {
  font-weight: 600 !important;
}

.bgc-prim-dark a:hover {
    color: #ffffff;
    opacity: .8;
}

.fc-text-dark, .bgc-emphasis h1, .bgc-white h1, .bgc-secondary h1, .bgc-emphasis h2, .bgc-white h2, .bgc-secondary h2, .bgc-emphasis h3, .bgc-white h3, .bgc-secondary h3, .bgc-emphasis p, .bgc-white p, .bgc-secondary p{
  color: #0A2433;
}

.bgc-emphasis .cmp-text h2, .bgc-emphasis .cmp-text h3, .bgc-emphasis .cmp-text h4, .bgc-emphasis .cmp-text p, .bgc-secondary .cmp-text h2, .bgc-secondary .cmp-text h3, .bgc-secondary .cmp-text h4, .bgc-secondary .cmp-text p  {
  color: #0A2433;
}
.bgc-white .cmp-text h2, .bgc-white .cmp-text h3, .bgc-white .cmp-text h4, .bgc-white .cmp-text p{
  color: #0A2433;
}

.cont-copy ul li {
  margin-left: 2.5rem;
  padding-bottom: 1rem;
}

.sect-c h2,
.cont-copy h2,
.secondary-title h2 {
  text-transform: none;
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
}

.cont-card {
  padding: 1rem 1rem;
  border-radius: 3px;
  border: solid thin #A8B2B8;
  min-height: 220px;
}

.full-w-wrap h2 {
  text-transform: none;
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 2rem;
  line-height: 120%;
}

.w-caret-text::after {
  content: "";
  background-image: url('/sites/content/image/2600012705549');
  background-size: 100% 100%;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  position: relative;
  top: 3px;
}

.w-caret::after {
  content: url('/sites/content/image/2600012705549');
  position: relative;
  top: 3px;
}

/* ------ borders/shadows ------------------*/
/* -----------------------------------------*/
.s-border {
  border: thin solid #A8B2B8;
}

.s-border-bottom {
  border-bottom: thin solid #A8B2B8;
}

.s-inner-shadow {
  box-shadow: inset 0px 50px 30px rgb(168 178 184 / 8%);
}

.s-outter-shadow {
  box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
}

/* ------ embeds ---------------------------*/
/* -----------------------------------------*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main .sect {
  margin-bottom: 3em;
  width: 100%;
}

/* ------ accordion (for use with jquery) --*/
/* -----------------------------------------*/
button.accordion h3 {
  color: #ffffff;
  width: 90%;
  display: flex;
}

button.accordion,
.primary button.accordion {
  background-color: #00446B;
  color: #FFF;
  cursor: pointer;
  padding: 1.5rem;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  margin-bottom: 20px;
  display: flex;
}

button.accordion.active,
button.accordion:hover {
  background-color: #36BAE2;
}

button.accordion:after {
  content: '\002B';
  color: #FFF;
  font-weight: bold;
  display: flex;
  width: 10%;
  justify-content: flex-end;
}

button.accordion.active:after {
  content: "\2212";
}

div.panel {
  padding: 0 1.5rem;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
}

div.panel p:last-child {
  margin-bottom: 1.5rem
}

div.panel.show {
  opacity: 1;
  max-height: 3000px;
}

/* ------ tables ---------------------------*/
/* -----------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
  background-color: #ffffff;
}

tbody {
  width: 100vw;
}

th,
td {
  border: none;
  text-align: left;
  padding: 1rem;
}

tr:nth-child(even) {
  background-color: #F9F8F6;
}

.side-banner-overlay-text{
  position:absolute;
  display:flex;
  flex-direction:column;
  background-color:rgba(0, 68, 106, .8);
  align-self:stretch;
  width:100%;
  height:100%;
  align-items:center;
  justify-content:center;
  padding: 1.5rem;
  top:0;
  left:0;
}

/* ------ form validation  -----------------*/
/* -----------------------------------------*/
.errorInvalid {
  color: #ED3B38 !important;
}

div#ty_msg {
  margin: 20px 0px 20px 20px;
  border: 2px solid #1ABC81;
  padding: 10px;
  width: 75%;
}


/* ------ media queries  -------------------*/
/* -----------------------------------------*/

@media screen and (max-width: 1024px) {
  #head-text .container {
    margin: 0;
  }

  main .container, .full-w-wrap .container {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .row-wrap {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 880px) {
  .intro-head-container {
    width: 100%;
    min-width: auto;
  }

  .head-bg-img {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width:767px) {
  .full-w-wrap {
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .full-w-wrap .container {
    margin-right: auto;
    margin-left: auto;
    max-width: 767px !important;
  }
}

@media screen and (max-width: 748px) {
  .sect-c-1-2, .sect-c-1-4, .sect-c-3-4, .sect-c-1-5, .sect-c-4-5 {
    width: 100%;
  }

  .full-w-wrap&gt;.container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .head-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .head-title,
  .cont-copy,
  .cont-sup-img,
  .cont-close-cta,
  .cont-close-copy {
    width: 100%;
  }
}

@media screen and (max-width:480px) {
  .pre-title {
    margin-left: 0
  }
  .lede-head{
    padding:0;
    font-size: 1rem;
    line-height: 1rem;
  }
  .pre-title {
    margin-top: 0;
  }

  .sect-c-img,
  .sect-c-copy {
    width: 100%;
  }

  .sect-c-img {
    margin-bottom: 32px;
    border: solid thin white;
    height: 200px;
    overflow: hidden;
    padding: 0
  }

  .sect-c-img img {
    border: none;
    position: relative;
    top: -400px;
  }

  .head-bg-img {
    height: auto;
    position: relative !important;
  }
}


/* ------ Modules  -------------------------*/
/* -----------------------------------------*/

/* ----- 1. Header Modules  ----------------*/

/* ----- 1.1 Header Primary ----------------*/
.head-primary{
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  padding: 4rem 1rem;
  width:100%;
  max-width:980px;
  position: relative;
}
.head-primary .parent-page-title, .head-primary .parent-page-title-sub, .head-primary h1{
  width:100%;
  max-width: 760px;
}
.head-primary .parent-page-title, .head-primary .parent-page-title-sub, .head-primary h1{
  font-family: var(--font-primary);
  text-shadow: 1px 1px 4px black;
  color: #ffffff;
}
.head-primary .parent-page-title{
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  line-height: 120%;
  font-weight: 700;
}
.head-primary h1{
  font-size: 2.25rem;
  line-height: 120%;
  margin-bottom: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.cmp-w-wrap-p .img-w-overlay{
  position: absolute;
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
}
.cmp-w-wrap-p .img-w-overlay img{
  position: absolute;
  height: 100%;
  top:0;
  left: 0;
  object-fit: cover;
  width: 100%;
  object-position: top;
}



/* ----- 1.2 Header Seconeary ----------------*/
.head-secondary{
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  width:100%;
  justify-content: center;
  max-width:768px;
  position: relative;
  overflow: visible;
  margin-bottom: 80px;


}
.head-secondary .head-secondary-cont{
  position: relative;
  top:64px;
  width:100%;
  padding:4rem;
  max-width: 640px;
  align-self: center;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 7px 5px -5px rgba(0, 0, 0, 0.08), 0px 2px 4px rgba(0, 0, 0, 0.08), 0px 4px 8px rgba(0, 0, 0, 0.08), 0px 8px 16px rgba(0, 0, 0, 0.08);
  border: solid 1px #A8B2B8;
  border-radius: 3px;
}
.head-secondary .parent-page-title, .head-secondary .parent-page-title-sub, .head-secondary h1{
  position: relative;
  font-family: var(--font-primary);
  color: #03324C;
}
.head-secondary .parent-page-title{
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  line-height: 120%;
  font-weight: 700;
}
.head-secondary h1{
  font-size: 2.25rem;
  line-height: 120%;
  margin-bottom: 1rem;
  font-weight: 700;
}
.cmp-w-wrap-s .img-no-overlay img{
  position: absolute;
  height: 100%;
  top:0;
  left: 0;
  object-fit: cover;
  width: 100%;
}

/* ----- 1.3 Header Tertiary ----------------*/
.head-tert{
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  width:100%;
  justify-content: center;
  position: relative;
  max-width:980px;
  padding: 1rem;
}
.head-tert .head-tert-cont{
  position: relative;
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head-tert h1{
  position: relative;
  font-family: var(--font-primary);
  color: #FFFFFF;
  font-size: 2.25rem;
  line-height: 120%;
  font-weight: 700;
}
.cmp-w-wrap-t .img-w-overlay{
  position: absolute;
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
}
.cmp-w-wrap-t .img-w-overlay img{
  position: absolute;
  height: 100%;
  top:0;
  left: 0;
  object-fit: cover;
  width: 100%;
  object-position: top;
}
.head-title h1, .head-tert h1, .head-secondary h1{
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .head-title h1, .head-tert h1, .head-secondary h1 {
    font-size: 1.8rem;
    margin: 1rem 0;
  }
}
/* ------- 2 TEXT COMPONENTS -----------*/
/*--------------------------------------*/

.text-w-full h2, .text-w-full h3, .text-w-full h4, .text-w-full-color h2, .text-w-full-color h3, .text-w-full-color h4 {
  font-family: var(--font-primary);
  font-weight: 700;
}
.text-w-full h2, .text-w-full-color h2{
  font-size: 2rem;
  line-height: 120%;
  margin-bottom:16px;
}
.text-w-full h3, .text-w-full-color h3{
  font-size: 1.5rem;
  line-height: 120%;
  margin-bottom:16px;
  text-transform: none;
}
.text-w-full h4, .text-w-full-color h4{
  font-size: 1.5rem;
  line-height: 120%;
  margin-bottom:16px;
}

.cmp-text-wrap &gt; p{
  line-height: 120%;
}
.obj-fit-or{
  object-fit: contain !important;
}
@media screen and (max-width: 480px) {
  .text-w-full h2, .text-w-full-color h2{
    font-size: 1.5rem;
    line-height: 110%;
    margin-bottom:16px;
  }
}


/*-------- 2.1 50/50 full width text ---------*/

.text-w-full.flex-50-50, .text-w-full-color.flex-50-50, .text-w-full-color.flex-75-25{
  display: flex;
  flex-direction: row;
}

.text-w-full .sect-c-1-2{
  padding: 0 1rem;
}
.text-w-full .sect-c-1-2 *, .text-w-full-color .sect-c-1-2 *{
  align-self: start;
  justify-self:start;
}

.text-w-full .sect-c-1-2.bgc-inner{
  padding: 4rem 2rem;
}

.bgc-inner{
  padding: 4rem 2rem;
}



.sect-image{
  position: relative;
  overflow: hidden;
  min-height:160px;
  align-self: stretch;
}
.sect-image img {
    position: absolute;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.sect-img-thumb-lg{
  position: relative;
  overflow: hidden;
  min-height:160px;
  align-self: stretch;
  justify-content: center;
  align-items: center;
}
.sect-img-thumb-lg img {
    position: absolute;
    width: 100%;
}

.sect-img-thumb{
  padding: 4rem 1.75rem;
  overflow: hidden;
  display: flex;
  height: 100%;
  min-height: 0;
  justify-content: center;
}
.sect-img-thumb img{
  position: relative;
  overflow: hidden;
  min-height: 160px;
  max-height: 245px;
  height: 150px;
  width: auto;
  margin: 0 auto;
  min-block-size: -webkit-fill-available;
  min-block-size: auto;
  object-fit: cover;
  object-position: center;
}

/* ------- 3 CARD COMPONENTS -----------*/
/*--------------------------------------*/

.card-wide{
  align-items: flex-start;
  padding: 0px;
  width: 100%;
  max-width: 948px;
  background: #F0F3F5;
  border: 1px solid #A8B2B8;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  flex-direction: row;
  display: flex;
  align-items: center;
  margin: 1em auto;
}
.card-wide img {
  object-position: top;
}
.wc-text-inner{
  padding: 4rem 2rem;
}
.card-overlay{
  height: 100%;
  min-height: 255px;
  position: relative;
  border-radius: 3px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  flex: 1;
}
.card-overlay .img-w-overlay{
  position: absolute;
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
}
.card-overlay .img-w-overlay:after, .cmp-w-wrap-t .img-w-overlay:after, .cmp-w-wrap-p .img-w-overlay:after{
  content:" ";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
background: linear-gradient(0deg, rgba(0,68,106,0.75) 0%, rgba(3,50,76,.95) 88%);
}
.card-link{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: .2s ease;
  background-color: rgba(255,255,255,0);
}
.card-link:hover{
  background-color: rgba(255,255,255,.1);
}
.card-overlay .img-w-overlay img{
  position: absolute;
  height: 100%;
  top:0;
  left: 0;
}


.card-text-inner{
  padding: 1rem;
  position: relative;
  top: 0;
  left: 0;
}
.card-text-inner h3, .card-text-inner p {
  color: #ffffff;
}

.card-list-text-inner{
  padding: 4rem 0rem;
    gap: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 980px;
    margin: 0 auto;
}
.text-w-full .section-title{
  font-size: 1.25em;
}
.text-w-full .list-img &gt; li .wrap{
  display: flex;
  flex-direction: column;
}
.text-w-full .list-img &gt; li .wrap &gt; *:first-child{
  height: 100%;
  min-height: 0;
}
.text-w-full .list .wrap .image{
  display: flex;
  height: 100%;
  min-height: 0;
  justify-content: center;
}
.text-w-full .list .wrap .image img {
    height: calc(5rem + ((1vw - 4.8px) * 22.0588));
    max-height: 198px;
    min-height: 0;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width: 480px) {
  .text-w-full .list-img &gt; li .wrap{
    flex-direction: row;
  }
  .text-w-full .list-img &gt; li .wrap &gt; *:first-child{
    width: 160px;
  }
}

/* ------- 4 TEMPLATE COMPONENTS -----------*/
/*--------------------------------------*/

.template-a{
  align-items: flex-start;
  gap: 1rem;
  padding: 0px 1rem;
  width: 100%;
  max-width: 948px;
  flex-direction: row;
  display: flex;
  align-items: center;
}
.template-inner-copy{
  padding:2rem;
  border: solid thin #A8B2B8;
  background-color: #ffffff;
  align-self: stretch;
}
.template-inner-copy h3, .template-inner-copy p{
  color: #0A2433
}
.template-text-inner{
  gap:16px;
}
.template-c, .template-d{
  align-items: flex-start;
  gap: 1rem;
  padding: 0px 1rem;
  width: 100%;
  max-width: 980px;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
.template-d-lede-copy{
  padding:2rem;
}
@media screen and (max-width: 748px) {
  .text-w-full.flex-50-50, .text-w-full-color.flex-50-50, .text-w-full.flex-75-25, .text-w-full-color.flex-75-25{
    flex-direction: column;
  }

  .text-w-full.flex-50-50.c-rv, .text-w-full-color.flex-50-50.c-rv, .text-w-full.flex-75-25.c-rv, .text-w-full-color.flex-75-25.c-rv, .text-w-full.template-a.flex-75-25.c-rv{
    flex-direction: column-reverse;
  }

  .text-w-full .sect-c-1-2{
    padding: 1rem;
  }
  .sect-c-1-4.sect-img-thumb{
    padding: 0;
  }
  .sect-c-1-4.sect-img-thumb img{
    width: 100%;
    object-fit: cover;
    height: 200px;
    object-position: top;
  }
  .card-list-text-inner{
    flex-direction: column;
  }
  .card-list-text-inner .sect-c-1-3{
    width: 100%;
  }
  .card-overlay{
    min-height: 160px;
  }
  .template-c, .template-d{
    flex-direction: column;
  }
  .template-c &gt; *, .template-d &gt; *{
    width:100%;
  }
}
/*------- accordion support ----*/
button.accordion &gt; * {
  flex-grow: 1;
}


/*-------- flex items -----*/
.fl-al-it-start{
  align-items: flex-start;
}
.fl-al-it-c{
  align-items: center;
}
.fl-jst-cont-c{
  justify-content: center;
}
</pre></body></html>