.has-gold-color{
  color:#FFD200; }

.has-gold-background-color{
  background-color:#FFD200; }

.has-gold-dark-color{
  color:#F1C704; }

.has-gold-dark-background-color{
  background-color:#F1C704; }

.has-blue-dark-color{
  color:#003466; }

.has-blue-dark-background-color{
  background-color:#003466; }

.has-blue-lite-color{
  color:#235e99; }

.has-blue-Lite-background-color{
  background-color:#235e99; }

.has-blue-litest-color{
  color:#bdddff; }

.has-blue-Litest-background-color{
  background-color:#bdddff; }

.has-grey-color{
  color:#E3E7EA; }

.has-grey-background-color{
  background-color:#E3E7EA; }

.all-caps{
  text-transform:uppercase; }

.tag{
  display:none !important; }

.block-editor-block-list__layout div[data-type="acf/nau-block"].acf-block-preview{
  overflow:hidden; }

.block-editor-block-list__layout .nau-block{
  width:1400px;
  transform:scale(0.415);
  transform-origin:left top; }
  .block-editor-block-list__layout .nau-block .nau-block-blank{
    font-size:50px;
    font-weight:700; }
    .block-editor-block-list__layout .nau-block .nau-block-blank img{
      vertical-align:middle;
      margin-right:2rem; }
    .block-editor-block-list__layout .nau-block .nau-block-blank.error{
      font-size:20px;
      color:red; }

.nau-block{
  position:relative;
  width:100%;
  margin-bottom:20px; }

article.article-nugget{
  position:relative;
  transition:all 0.3s; }
  article.article-nugget *, article.article-nugget:before, article.article-nugget:after, article.article-nugget .nugget-content-wrapper:before, article.article-nugget .featured-image-wrapper:after{
    transition:all 0.3s; }
  article.article-nugget:before, article.article-nugget:after, article.article-nugget .nugget-content-wrapper:before, article.article-nugget .featured-image-wrapper:after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:1;
    opacity:0; }
  article.article-nugget:hover{
    cursor:pointer; }
  article.article-nugget a{
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    z-index:100;
    left:0;
    top:0;
    width:100%;
    height:100%; }
  article.article-nugget .nugget-content{
    position:relative;
    z-index:2; }
    article.article-nugget .nugget-content .category{
      font:normal normal normal 18px/1.3 "acumin-pro-semi-condensed", san-serif;
      text-transform:uppercase;
      font-size:15px;
      margin-bottom:0.35vw; }
    article.article-nugget .nugget-content h1, article.article-nugget .nugget-content h2{
      display:inline;
      padding:0;
      margin:0 0 1vw 0;
      font-size:3vw;
      font:normal normal 700 20px/1.2 "futura-pt-condensed", san-serif !important;
      line-height:0.7;
      text-decoration:underline; }
    article.article-nugget .nugget-content blockquote{
      margin-top:1vw;
      font-size:18px;
      line-height:1.4; }
    article.article-nugget .nugget-content .tags{
      margin-top:1vw; }
      article.article-nugget .nugget-content .tags span.tag{
        display:inline-block;
        padding:5px 5px;
        background-color:#0B3F72;
        font-size:13px;
        line-height:1;
        margin-right:0.5vw;
        margin-bottom:6px;
        color:white; }
    article.article-nugget .nugget-content.theme-dark *{
      color:white; }
    article.article-nugget .nugget-content.theme-dark h1, article.article-nugget .nugget-content.theme-dark h2{
      color:white !important; }
      article.article-nugget .nugget-content.theme-dark h1.a_text, article.article-nugget .nugget-content.theme-dark h1, article.article-nugget .nugget-content.theme-dark h2.a_text, article.article-nugget .nugget-content.theme-dark h2{
        background-image:linear-gradient(gray, gray); }

.nau-block-page_header .thumb-wrapper{
  width:100%;
  height:85vh; }
  .nau-block-page_header .thumb-wrapper img{
    -o-object-fit:cover;
       object-fit:cover;
    -o-object-position:bottom;
       object-position:bottom;
    width:100%;
    height:100%; }
  @media (max-width: 767px){
    .nau-block-page_header .thumb-wrapper{
      height:60vw; } }

.nau-block-page_header .text-container{
  width:100%;
  margin-top:-40px;
  display:flex; }
  .nau-block-page_header .text-container .text{
    display:flex;
    width:70%;
    background-color:#FFD200;
    align-items:center;
    justify-content:center; }
    .nau-block-page_header .text-container .text .large-text{
      width:70%;
      padding:3rem;
      font:normal normal 800 14px/1.2 "futura-pt-condensed", san-serif;
      font-size:8vw;
      line-height:0.8;
      color:#003466;
      text-align:center;
      text-transform:uppercase; }
      .nau-block-page_header .text-container .text .large-text strong, .nau-block-page_header .text-container .text .large-text span{
        font:inherit;
        color:#3777b5; }
    .nau-block-page_header .text-container .text .small-text{
      padding:2% 5% 2% 2%;
      width:30%; }
      .nau-block-page_header .text-container .text .small-text, .nau-block-page_header .text-container .text .small-text p{
        font:normal normal normal 20px/1.2 "futura-pt-condensed", san-serif;
        font-weight:700;
        font-size:1.5vw;
        line-height:1.2;
        margin-top:0.75vw;
        text-transform:uppercase; }
        .nau-block-page_header .text-container .text .small-text a, .nau-block-page_header .text-container .text .small-text p a{
          text-decoration:underline; }
  .nau-block-page_header .text-container article{
    width:30%; }
    .nau-block-page_header .text-container article a{
      display:flex;
      position:absolute;
      z-index:100;
      left:0;
      top:0;
      width:100%;
      height:100%;
      align-items:center;
      justify-content:center;
      transform-origin:right bottom;
      background:linear-gradient(225deg, transparent 30px, white 30px); }
      .nau-block-page_header .text-container article a:before{
        content:"";
        position:absolute;
        z-index:1;
        left:0;
        top:0;
        width:100%;
        height:100%;
        background:linear-gradient(225deg, transparent 30px, #3777b5 30px);
        opacity:0; }
      .nau-block-page_header .text-container article a .nugget-content-wrapper{
        width:80%;
        z-index:2; }
        .nau-block-page_header .text-container article a .nugget-content-wrapper .nugget-content h2{
          font:normal normal 700 20px/1.2 "futura-pt-condensed", san-serif;
          font-size:2vw !important;
          text-decoration:underline;
          -webkit-text-decoration-color:rgba(0, 52, 102, 0.5);
                  text-decoration-color:rgba(0, 52, 102, 0.5); }
        .nau-block-page_header .text-container article a .nugget-content-wrapper .nugget-content .tags span.tag{
          background-color:#E3E7EA;
          color:#003466; }
      .nau-block-page_header .text-container article a:hover, .nau-block-page_header .text-container article a:focus{
        transform:scale(1.1); }
        .nau-block-page_header .text-container article a:hover .nugget-content-wrapper h1, .nau-block-page_header .text-container article a:hover .nugget-content-wrapper h2, .nau-block-page_header .text-container article a:focus .nugget-content-wrapper h1, .nau-block-page_header .text-container article a:focus .nugget-content-wrapper h2{
          color:#3777b5;
          -webkit-text-decoration-color:rgba(55, 119, 181, 0.5);
                  text-decoration-color:rgba(55, 119, 181, 0.5); }
        .nau-block-page_header .text-container article a:hover .nugget-content-wrapper .category, .nau-block-page_header .text-container article a:hover .nugget-content-wrapper blockquote, .nau-block-page_header .text-container article a:hover .nugget-content-wrapper .tags span.tag, .nau-block-page_header .text-container article a:focus .nugget-content-wrapper .category, .nau-block-page_header .text-container article a:focus .nugget-content-wrapper blockquote, .nau-block-page_header .text-container article a:focus .nugget-content-wrapper .tags span.tag{
          color:#003466; }

@media (max-width: 1199px){
  .nau-block-page_header article .nugget-content blockquote{
    font-size:1.5vw; } }

@media (min-width: 768px) and (max-width: 991px){
  .nau-block-page_header .text-container .text .large-text{
    font-size:7vw; } }

@media (max-width: 991px){
  .nau-block-page_header .text-container{
    display:block;
    margin-top:0; }
    .nau-block-page_header .text-container .text{
      display:flex;
      width:100%;
      padding:1.5rem 1vw 5rem; }
      .nau-block-page_header .text-container .text .large-text{
        width:60%;
        margin:0 auto;
        font-size:11vw;
        line-height:0.8;
        margin-bottom:1.5rem;
        padding:0; }
      .nau-block-page_header .text-container .text .small-text{
        width:30%;
        margin-left:auto;
        margin-right:auto;
        padding:0; }
        .nau-block-page_header .text-container .text .small-text p{
          width:100%;
          font-size:2.4vw !important;
          line-height:1.45; }
    .nau-block-page_header .text-container article{
      width:100%; }
      .nau-block-page_header .text-container article a{
        position:relative;
        width:85%;
        margin-left:15%;
        margin-top:-40px;
        padding:3vw 0; }
        .nau-block-page_header .text-container article a .nugget-content-wrapper .nugget-content h1, .nau-block-page_header .text-container article a .nugget-content-wrapper .nugget-content h2{
          font-size:6vw !important; }
        .nau-block-page_header .text-container article a .nugget-content-wrapper .nugget-content blockquote{
          font-size:3vw; } }

@media (max-width: 767px){
  .nau-block-page_header .text-container .text{
    display:block; }
    .nau-block-page_header .text-container .text .large-text{
      font-size:18vw; }
    .nau-block-page_header .text-container .text .small-text p{
      font-size:3.4vw !important;
      padding:0 4vw 4vw !important; }
    .nau-block-page_header .text-container .text .large-text, .nau-block-page_header .text-container .text .small-text{
      width:95%; } }

article.article-square{
  background-color:black;
  position:relative;
  width:39%;
  height:35vw;
  margin:0 20px 0 0; }
  article.article-square a{
    position:absolute;
    z-index:100;
    left:0;
    top:0;
    width:100%;
    height:100%; }
    article.article-square a .featured-image-wrapper{
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%; }
      article.article-square a .featured-image-wrapper img{
        width:100%;
        height:100%;
        -o-object-fit:cover;
           object-fit:cover; }
    article.article-square a .nugget-content-wrapper{
      transform-origin:bottom right;
      position:absolute;
      right:0;
      bottom:0;
      z-index:20;
      width:80%;
      height:50%;
      background:linear-gradient(225deg, transparent 30px, #003466 30px);
      padding:5%; }
      article.article-square a .nugget-content-wrapper:before{
        content:"";
        position:absolute;
        z-index:1;
        left:0;
        top:0;
        width:100%;
        height:100%;
        background:linear-gradient(225deg, transparent 30px, #3777b5 30px);
        opacity:0; }
      article.article-square a .nugget-content-wrapper *{
        color:white; }
      article.article-square a .nugget-content-wrapper span.tag{
        background-color:#3777b5; }
      article.article-square a .nugget-content-wrapper h1, article.article-square a .nugget-content-wrapper h2{
        font-size:28px !important;
        line-height:34px;
        text-transform:none; }
      article.article-square a .nugget-content-wrapper blockquote{
        font-size:18px; }
      article.article-square a .nugget-content-wrapper .category{
        font-size:15px; }
    article.article-square a:hover .featured-image-wrapper img, article.article-square a:focus .featured-image-wrapper img{
      opacity:0.7; }
    article.article-square a:hover .nugget-content-wrapper .nugget-content h1, article.article-square a:hover .nugget-content-wrapper .nugget-content h2, article.article-square a:focus .nugget-content-wrapper .nugget-content h1, article.article-square a:focus .nugget-content-wrapper .nugget-content h2{
      color:#bdddff;
      -webkit-text-decoration-color:rgba(189, 221, 255, 0.3);
              text-decoration-color:rgba(189, 221, 255, 0.3); }
  @media (min-width: 992px) and (max-width: 1199px){
    article.article-square a .nugget-content-wrapper{
      width:85%; }
      article.article-square a .nugget-content-wrapper .nugget-content .category{
        font-size:calc(13px + 2 * ((100vw - 1200px) / 1132)); }
      article.article-square a .nugget-content-wrapper .nugget-content h1, article.article-square a .nugget-content-wrapper .nugget-content h2{
        font-size:1.5vw; }
      article.article-square a .nugget-content-wrapper .nugget-content blockquote{
        font-size:17px; } }
  @media (min-width: 768px) and (max-width: 991px){
    article.article-square a .nugget-content-wrapper{
      padding:8%; }
      article.article-square a .nugget-content-wrapper .nugget-content .category{
        font-size:calc(13px + 2 * ((100vw - 1200px) / 1132));
        margin-bottom:1.2vw; }
      article.article-square a .nugget-content-wrapper .nugget-content h1, article.article-square a .nugget-content-wrapper .nugget-content h2{
        font-size:calc(24px + 2 * ((100vw - 1200px) / 1132)); }
      article.article-square a .nugget-content-wrapper .nugget-content blockquote{
        display:none; } }
  @media (max-width: 767px){
    article.article-square{
      position:relative;
      height:auto !important;
      padding-bottom:0 !important; }
      article.article-square > a{
        display:block;
        position:relative;
        height:auto !important;
        flex-direction:column; }
        article.article-square > a .featured-image-wrapper{
          position:relative;
          height:auto !important; }
        article.article-square > a .nugget-content-wrapper{
          position:relative;
          width:100%;
          height:auto;
          padding:calc( 20px * 3) 0;
          margin-top:-10vw; }
          article.article-square > a .nugget-content-wrapper .nugget-content{
            width:80%; }
            article.article-square > a .nugget-content-wrapper .nugget-content .category{
              font-size:18px !important; }
            article.article-square > a .nugget-content-wrapper .nugget-content h1, article.article-square > a .nugget-content-wrapper .nugget-content h2{
              font-size:33px !important; }
            article.article-square > a .nugget-content-wrapper .nugget-content blockquote{
              display:none; } }

.nau-block-2_article_cta .content-wrapper{
  display:flex;
  margin-left:20px; }
  .nau-block-2_article_cta .content-wrapper article a .nugget-content-wrapper .nugget-content h1, .nau-block-2_article_cta .content-wrapper article a .nugget-content-wrapper .nugget-content h2{
    text-decoration:underline;
    -webkit-text-decoration-color:rgba(255, 255, 255, 0.5);
            text-decoration-color:rgba(255, 255, 255, 0.5); }
  .nau-block-2_article_cta .content-wrapper .cta{
    transition:all 0.3s;
    position:relative;
    width:20.75%; }
    .nau-block-2_article_cta .content-wrapper .cta a{
      display:flex;
      position:absolute;
      left:0;
      top:0;
      width:100%;
      height:100%;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      border-width:20px 0 20px 20px;
      border-style:solid;
      border-color:#F1C704;
      background-color:#FFD200; }
      .nau-block-2_article_cta .content-wrapper .cta a .large-text{
        transition:all 0.3s;
        transform-origin:left bottom;
        width:80%;
        font:normal normal 800 14px/1.2 "futura-pt-condensed", san-serif;
        font-size:4.5vw;
        line-height:0.9;
        margin-bottom:1.5rem;
        text-transform:uppercase; }
        .nau-block-2_article_cta .content-wrapper .cta a .large-text strong, .nau-block-2_article_cta .content-wrapper .cta a .large-text span{
          font:inherit;
          color:#3777b5; }
      .nau-block-2_article_cta .content-wrapper .cta a .small-text{
        width:80%;
        line-height:1.4;
        padding-bottom:30px; }
      .nau-block-2_article_cta .content-wrapper .cta a .arrow{
        position:absolute;
        width:20%;
        bottom:1.8vw;
        left:1.8vw;
        display:block;
        text-align:left;
        transition:all 0.3s;
        transform:translateX(0); }
      .nau-block-2_article_cta .content-wrapper .cta a:hover, .nau-block-2_article_cta .content-wrapper .cta a:focus{
        border-color:#FFD200;
        background-color:#F1C704; }
        .nau-block-2_article_cta .content-wrapper .cta a:hover .arrow, .nau-block-2_article_cta .content-wrapper .cta a:focus .arrow{
          transform:translateX(20%); }

@media (min-width: 992px) and (max-width: 1199px){
  .nau-block-2_article_cta .content-wrapper article.article-nugget a .nugget-content-wrapper .nugget-content blockquote{
    font-size:1.3vw; } }

@media (max-width: 1199px){
  .nau-block-2_article_cta .content-wrapper .cta .large-text{
    margin-bottom:1rem; }
  .nau-block-2_article_cta .content-wrapper .cta .small-text{
    font-size:1.45vw; } }

@media (max-width: 991px){
  .nau-block-2_article_cta .content-wrapper{
    display:block;
    margin-left:0; }
    .nau-block-2_article_cta .content-wrapper article.article-nugget{
      position:relative;
      width:100%;
      margin-left:auto;
      margin-right:auto;
      height:auto; }
      .nau-block-2_article_cta .content-wrapper article.article-nugget a{
        position:relative;
        width:100%;
        height:auto; }
        .nau-block-2_article_cta .content-wrapper article.article-nugget a .featured-image-wrapper{
          position:relative;
          height:auto; }
        .nau-block-2_article_cta .content-wrapper article.article-nugget a .nugget-content-wrapper{
          width:100%;
          padding:calc( 20px * 3) 0;
          background:linear-gradient(225deg, transparent 30px, #003466 30px); }
          .nau-block-2_article_cta .content-wrapper article.article-nugget a .nugget-content-wrapper .nugget-content{
            position:relative;
            height:auto;
            width:80%;
            margin:0 auto; }
            .nau-block-2_article_cta .content-wrapper article.article-nugget a .nugget-content-wrapper .nugget-content .category{
              font-size:3.25vw;
              margin-bottom:2vw; }
            .nau-block-2_article_cta .content-wrapper article.article-nugget a .nugget-content-wrapper .nugget-content h1, .nau-block-2_article_cta .content-wrapper article.article-nugget a .nugget-content-wrapper .nugget-content h2{
              font-size:9vw !important;
              line-height:1.1; }
            .nau-block-2_article_cta .content-wrapper article.article-nugget a .nugget-content-wrapper .nugget-content blockquote{
              margin-top:2vw;
              display:block;
              font-size:4.25vw;
              margin-bottom:2vw; }
            .nau-block-2_article_cta .content-wrapper article.article-nugget a .nugget-content-wrapper .nugget-content span.tag{
              font-size:2vw; }
      .nau-block-2_article_cta .content-wrapper article.article-nugget:not(:first-child){
        margin-top:5vw; }
    .nau-block-2_article_cta .content-wrapper .cta{
      position:relative;
      margin-top:20px;
      width:100%;
      margin-left:auto;
      margin-right:auto; }
      .nau-block-2_article_cta .content-wrapper .cta a{
        display:flex;
        position:relative;
        left:0;
        top:0;
        width:100%;
        height:100%;
        border-width:20px;
        padding:2rem 1rem; }
        .nau-block-2_article_cta .content-wrapper .cta a .large-text{
          width:90%;
          text-align:center;
          transform-origin:center center;
          font-size:16.25vw; }
        .nau-block-2_article_cta .content-wrapper .cta a .small-text{
          width:80%;
          font-size:4.25vw; }
        .nau-block-2_article_cta .content-wrapper .cta a .arrow{
          position:relative;
          width:18vw;
          height:18vw;
          text-align:left;
          margin-top:1.75rem; } }

.nau-block-article_grid{
  width:auto;
  margin-left:20px;
  margin-right:20px; }
  .nau-block-article_grid h2{
    font:normal normal 800 14px/1.2 "futura-pt-condensed", san-serif;
    font-size:4.5vw;
    margin-left:0;
    margin-top:65px;
    margin-bottom:0;
    padding-bottom:0; }
    .nau-block-article_grid h2 strong{
      color:#235e99; }
  .nau-block-article_grid .articles{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between; }
    .nau-block-article_grid .articles article{
      width:49%; }
      .nau-block-article_grid .articles article a{
        display:flex;
        position:relative;
        z-index:100;
        justify-content:flex-start;
        padding:calc( 20px * 2) 0 calc( 20px * 2.5) 0;
        align-items:flex-start;
        color:#003466;
        line-height:1; }
        .nau-block-article_grid .articles article a .featured-image-wrapper{
          float:left;
          width:30%;
          margin-left:0;
          margin-right:3%; }
        .nau-block-article_grid .articles article a .nugget-content-wrapper{
          float:left;
          width:50%;
          margin-left:2%; }
          .nau-block-article_grid .articles article a .nugget-content-wrapper .category{
            font-size:1.2vw;
            margin-bottom:15px;
            letter-spacing:1px; }
          .nau-block-article_grid .articles article a .nugget-content-wrapper h1, .nau-block-article_grid .articles article a .nugget-content-wrapper h2{
            font-size:28px !important;
            line-height:1.1; }
          .nau-block-article_grid .articles article a .nugget-content-wrapper blockquote{
            margin-top:8px;
            font-size:18px;
            line-height:26px; }
        .nau-block-article_grid .articles article a:hover .nugget-content-wrapper .nugget-content h1, .nau-block-article_grid .articles article a:hover .nugget-content-wrapper .nugget-content h2, .nau-block-article_grid .articles article a:focus .nugget-content-wrapper .nugget-content h1, .nau-block-article_grid .articles article a:focus .nugget-content-wrapper .nugget-content h2{
          color:#3D7CBB;
          -webkit-text-decoration-color:#3D7CBB;
                  text-decoration-color:#3D7CBB; }
        .nau-block-article_grid .articles article a:hover .nugget-content-wrapper .nugget-content .category, .nau-block-article_grid .articles article a:hover .nugget-content-wrapper .nugget-content blockquote, .nau-block-article_grid .articles article a:focus .nugget-content-wrapper .nugget-content .category, .nau-block-article_grid .articles article a:focus .nugget-content-wrapper .nugget-content blockquote{
          color:#003466; }
      .nau-block-article_grid .articles article{
        border-bottom:1px solid #E3E7EA; }
      .nau-block-article_grid .articles article:nth-last-child(-n + 2):nth-child(2n + 1),
      .nau-block-article_grid .articles article:nth-last-child(-n + 2):nth-child(2n + 1) ~ li, .nau-block-article_grid .articles article:last-child{
        border:none; }
  @media (max-width: 991px){
    .nau-block-article_grid .articles article{
      width:90vw; }
      .nau-block-article_grid .articles article a .nugget-content-wrapper .nugget-content .category{
        font-size:12px; }
      .nau-block-article_grid .articles article a .nugget-content-wrapper .nugget-content h1, .nau-block-article_grid .articles article a .nugget-content-wrapper .nugget-content h2{
        font-size:32px !important; }
      .nau-block-article_grid .articles article a .nugget-content-wrapper .nugget-content blockquote{
        font-size:15px; } }
  @media (max-width: 767px){
    .nau-block-article_grid h2{
      margin-left:0;
      font-size:9vw; }
    .nau-block-article_grid .articles article a{
      justify-content:space-between !important;
      padding:calc( 20px * 2) 0; }
      .nau-block-article_grid .articles article a .featured-image-wrapper{
        width:40%; }
      .nau-block-article_grid .articles article a .nugget-content-wrapper{
        width:65%; }
        .nau-block-article_grid .articles article a .nugget-content-wrapper .nugget-content .category{
          font-size:3.2vw; }
        .nau-block-article_grid .articles article a .nugget-content-wrapper .nugget-content blockquote{
          font-size:4vw; }
        .nau-block-article_grid .articles article a .nugget-content-wrapper .nugget-content .tags span.tag{
          font-size:3vw; } }

.nau-block-quote_article{
  display:flex;
  height:610px; }
  .nau-block-quote_article .quote{
    display:flex;
    width:65%;
    margin-right:20px;
    background-color:#EAEEF1;
    border-width:20px 20px 20px 0;
    border-style:solid;
    border-color:#E3E7EA;
    justify-content:center;
    align-items:center; }
    .nau-block-quote_article .quote figure{
      position:relative;
      width:75%;
      margin:0; }
      .nau-block-quote_article .quote figure blockquote{
        position:relative;
        font:normal normal normal 20px/1.2 "futura-pt", san-serif;
        font-size:30px;
        margin-bottom:120px; }
        .nau-block-quote_article .quote figure blockquote:before{
          content:url(../images/quotes-white.svg);
          position:absolute;
          top:-65px; }
        .nau-block-quote_article .quote figure blockquote:after{
          content:url(../images/quotes-white.svg);
          transform:rotate(180deg);
          position:absolute;
          left:0;
          bottom:-65px; }
      .nau-block-quote_article .quote figure cite{
        position:relative;
        display:block;
        width:30vw;
        font:normal normal 700 20px/1.2 "futura-pt-condensed", san-serif;
        font-size:20px;
        z-index:2; }
      .nau-block-quote_article .quote figure .citation-photo{
        position:absolute;
        width:9vw;
        height:9vw;
        overflow:hidden;
        border-radius:50%;
        right:0;
        bottom:-4vw;
        z-index:1; }
        .nau-block-quote_article .quote figure .citation-photo img{
          -o-object-fit:cover;
             object-fit:cover; }
  .nau-block-quote_article .article{
    position:relative;
    flex-grow:1;
    clip-path:polygon(0% calc(30px * 1.5), calc(30px * 1.5) 0%, 100% 0px, 100% 100%, 0px 100%, 0% calc(30px * 1.5));
    -webkit-clip-path:polygon(0% calc(30px * 1.5), calc(30px * 1.5) 0%, 100% 0px, 100% 100%, 0px 100%, 0% calc(30px * 1.5)); }
    .nau-block-quote_article .article article{
      position:absolute;
      left:0;
      top:0;
      width:100%;
      height:100%; }
      .nau-block-quote_article .article article a{
        display:flex;
        position:absolute;
        z-index:100;
        left:0;
        top:0;
        width:100%;
        height:100%;
        justify-content:center;
        align-items:center; }
        .nau-block-quote_article .article article a .featured-image-wrapper{
          position:absolute;
          left:0;
          top:0;
          width:100%;
          height:100%; }
          .nau-block-quote_article .article article a .featured-image-wrapper img{
            z-index:0;
            -o-object-fit:cover;
               object-fit:cover;
            width:100%;
            height:100%;
            filter:brightness(50%); }
          .nau-block-quote_article .article article a .featured-image-wrapper:after{
            background-color:#003466;
            opacity:0; }
        .nau-block-quote_article .article article a .nugget-content-wrapper{
          position:relative;
          width:80%;
          z-index:20; }
          .nau-block-quote_article .article article a .nugget-content-wrapper .nugget-content *{
            color:white; }
          .nau-block-quote_article .article article a .nugget-content-wrapper .nugget-content h1, .nau-block-quote_article .article article a .nugget-content-wrapper .nugget-content h2{
            font-size:40px !important;
            line-height:1.2;
            text-decoration:underline;
            -webkit-text-decoration-color:rgba(255, 255, 255, 0.5);
                    text-decoration-color:rgba(255, 255, 255, 0.5); }
          .nau-block-quote_article .article article a .nugget-content-wrapper .nugget-content span.tag{
            background-color:#003466; }
        .nau-block-quote_article .article article a:hover .featured-image-wrapper:after, .nau-block-quote_article .article article a:focus .featured-image-wrapper:after{
          opacity:0.65; }
        .nau-block-quote_article .article article a:hover .category, .nau-block-quote_article .article article a:hover .nugget-content-wrapper .nugget-content h1 a, .nau-block-quote_article .article article a:hover .category, .nau-block-quote_article .article article a:hover .nugget-content-wrapper .nugget-content h2 a, .nau-block-quote_article .article article a:focus .category, .nau-block-quote_article .article article a:focus .nugget-content-wrapper .nugget-content h1 a, .nau-block-quote_article .article article a:focus .category, .nau-block-quote_article .article article a:focus .nugget-content-wrapper .nugget-content h2 a{
          color:white; }
  @media (max-width: 991px){
    .nau-block-quote_article{
      flex-direction:column;
      height:auto; }
      .nau-block-quote_article .quote{
        width:100%;
        height:auto;
        border-width:20px;
        padding:18vw 0; }
        .nau-block-quote_article .quote figure{
          width:90%;
          margin-left:auto;
          margin-right:auto; }
          .nau-block-quote_article .quote figure .citation-photo{
            width:20vw !important;
            height:20vw !important;
            right:2vw;
            bottom:2vw; }
          .nau-block-quote_article .quote figure cite{
            width:70% !important; }
      .nau-block-quote_article .article{
        height:60vw;
        margin-top:20px; }
        .nau-block-quote_article .article article a .nugget-content-wrapper .nugget-content h1, .nau-block-quote_article .article article a .nugget-content-wrapper .nugget-content h2{
          font-size:9vw !important; } }

.nau-block-large_article{
  height:610px; }
  .nau-block-large_article article{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%; }
    .nau-block-large_article article .featured-image-wrapper{
      position:absolute;
      top:0;
      width:55%;
      height:100%; }
      .nau-block-large_article article .featured-image-wrapper img{
        width:100%;
        height:100%;
        -o-object-fit:cover;
           object-fit:cover; }
    .nau-block-large_article article .nugget-content-wrapper{
      position:absolute;
      top:0;
      height:100%;
      width:50%;
      display:flex;
      align-items:center;
      justify-content:center; }
      .nau-block-large_article article .nugget-content-wrapper .nugget-content{
        width:30vw;
        margin-left:-18%; }
        .nau-block-large_article article .nugget-content-wrapper .nugget-content h1, .nau-block-large_article article .nugget-content-wrapper .nugget-content h2{
          font:normal normal 700 20px/1.2 "futura-pt-condensed", san-serif;
          font-size:40px !important; }
    .nau-block-large_article article.text-box-align-right .featured-image-wrapper{
      left:0; }
    .nau-block-large_article article.text-box-align-right .nugget-content-wrapper{
      right:0; }
    .nau-block-large_article article.text-box-align-right.color-scheme-white-on-blue .nugget-content-wrapper{
      background:linear-gradient(135deg, transparent 30px, #003466 30px); }
    .nau-block-large_article article.text-box-align-right.color-scheme-blue-on-grey .nugget-content-wrapper{
      background:linear-gradient(135deg, transparent 30px, #E3E7EA 30px); }
    .nau-block-large_article article.text-box-align-left .featured-image-wrapper{
      right:0; }
    .nau-block-large_article article.text-box-align-left .nugget-content-wrapper{
      left:0; }
    .nau-block-large_article article.text-box-align-left.color-scheme-white-on-blue .nugget-content-wrapper{
      background:linear-gradient(225deg, transparent 30px, #003466 30px); }
    .nau-block-large_article article.text-box-align-left.color-scheme-blue-on-grey .nugget-content-wrapper{
      background:linear-gradient(225deg, transparent 30px, #E3E7EA 30px); }
    .nau-block-large_article article.color-scheme-white-on-blue *, .nau-block-large_article article.color-scheme-white-on-blue h1, .nau-block-large_article article.color-scheme-white-on-blue h2{
      color:white; }
    .nau-block-large_article article.color-scheme-white-on-blue a h1, .nau-block-large_article article.color-scheme-white-on-blue a h2{
      text-decoration:underline;
      -webkit-text-decoration-color:rgba(255, 255, 255, 0.5);
              text-decoration-color:rgba(255, 255, 255, 0.5); }
    .nau-block-large_article article.color-scheme-white-on-blue a:hover h1, .nau-block-large_article article.color-scheme-white-on-blue a:hover h2, .nau-block-large_article article.color-scheme-white-on-blue a:focus h1, .nau-block-large_article article.color-scheme-white-on-blue a:focus h2{
      color:#bdddff;
      -webkit-text-decoration-color:rgba(189, 221, 255, 0.5);
              text-decoration-color:rgba(189, 221, 255, 0.5); }
    .nau-block-large_article article.color-scheme-white-on-blue span.tag{
      color:white !important;
      background-color:#235e99 !important; }
    .nau-block-large_article article.color-scheme-blue-on-grey *, .nau-block-large_article article.color-scheme-blue-on-grey h1{
      color:#003466; }
    .nau-block-large_article article.color-scheme-blue-on-grey a h1, .nau-block-large_article article.color-scheme-blue-on-grey a h2{
      text-decoration:underline;
      -webkit-text-decoration-color:rgba(0, 52, 102, 0.5);
              text-decoration-color:rgba(0, 52, 102, 0.5); }
    .nau-block-large_article article.color-scheme-blue-on-grey a:hover h1, .nau-block-large_article article.color-scheme-blue-on-grey a:hover h2, .nau-block-large_article article.color-scheme-blue-on-grey a:focus h1, .nau-block-large_article article.color-scheme-blue-on-grey a:focus h2{
      color:#3777b5;
      -webkit-text-decoration-color:rgba(55, 119, 181, 0.5);
              text-decoration-color:rgba(55, 119, 181, 0.5); }
    .nau-block-large_article article.color-scheme-blue-on-grey span.tag{
      color:#003466 !important;
      background-color:#EAEEF1 !important; }
    .nau-block-large_article article > a:hover .nugget-content-wrapper, .nau-block-large_article article > a:focus .nugget-content-wrapper{
      width:55%; }
    .nau-block-large_article article > a:hover.color-scheme-blue-on-grey .nugget-content-wrapper .nugget-content .category, .nau-block-large_article article > a:hover.color-scheme-blue-on-grey .nugget-content-wrapper .nugget-content h1, .nau-block-large_article article > a:hover.color-scheme-blue-on-grey .nugget-content-wrapper .nugget-content h2, .nau-block-large_article article > a:hover.color-scheme-blue-on-grey .nugget-content-wrapper .nugget-content blockquote, .nau-block-large_article article > a:focus.color-scheme-blue-on-grey .nugget-content-wrapper .nugget-content .category, .nau-block-large_article article > a:focus.color-scheme-blue-on-grey .nugget-content-wrapper .nugget-content h1, .nau-block-large_article article > a:focus.color-scheme-blue-on-grey .nugget-content-wrapper .nugget-content h2, .nau-block-large_article article > a:focus.color-scheme-blue-on-grey .nugget-content-wrapper .nugget-content blockquote{
      color:white; }
  @media (max-width: 991px){
    .nau-block-large_article{
      height:auto; }
      .nau-block-large_article article{
        position:relative; }
        .nau-block-large_article article a{
          position:relative;
          display:block; }
        .nau-block-large_article article .featured-image-wrapper{
          position:relative;
          width:100%;
          height:75vw; }
        .nau-block-large_article article .nugget-content-wrapper{
          position:relative;
          width:100%;
          height:auto;
          top:0;
          padding:calc( 20px * 3) 0;
          margin-top:-5vw; }
          .nau-block-large_article article .nugget-content-wrapper .nugget-content{
            width:80%;
            margin-left:0; }
            .nau-block-large_article article .nugget-content-wrapper .nugget-content h1, .nau-block-large_article article .nugget-content-wrapper .nugget-content h2{
              font-size:9vw !important;
              line-height:1.1; }
            .nau-block-large_article article .nugget-content-wrapper .nugget-content blockquote{
              margin-top:2vw;
              font-size:2.25vw; }
            .nau-block-large_article article .nugget-content-wrapper .nugget-content .tags{
              margin-top:3vw; }
              .nau-block-large_article article .nugget-content-wrapper .nugget-content .tags span.tag{
                font-size:2.4vw; }
        .nau-block-large_article article a:hover .nugget-content-wrapper, .nau-block-large_article article a:focus .nugget-content-wrapper{
          width:100%; } }
  @media (max-width: 767px){
    .nau-block-large_article article a .nugget-content-wrapper{
      width:100%; }
      .nau-block-large_article article a .nugget-content-wrapper .nugget-content{
        width:80%; }
        .nau-block-large_article article a .nugget-content-wrapper .nugget-content blockquote{
          font-size:4vw; }
        .nau-block-large_article article a .nugget-content-wrapper .nugget-content .tags span.tag{
          font-size:3vw; }
    .nau-block-large_article article a:hover .nugget-content-wrapper, .nau-block-large_article article a:focus .nugget-content-wrapper{
      width:100%; } }

.nau-block-quote_photo{
  height:610px; }
  .nau-block-quote_photo .photo-container{
    width:calc(100% - calc( 20px * 2));
    height:100%;
    margin-left:20px; }
    .nau-block-quote_photo .photo-container img{
      width:100%;
      height:100%;
      -o-object-fit:cover;
         object-fit:cover; }
  .nau-block-quote_photo .quotation{
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    left:0;
    bottom:0;
    height:80%;
    width:50%;
    background:linear-gradient(225deg, transparent 30px, #F1C704 30px); }
    .nau-block-quote_photo .quotation figure{
      width:70%; }
      .nau-block-quote_photo .quotation figure blockquote{
        position:relative;
        font:normal normal normal 20px/1.2 "futura-pt", san-serif;
        font-size:30px;
        margin-top:4vw; }
        .nau-block-quote_photo .quotation figure blockquote:before, .nau-block-quote_photo .quotation figure blockquote:after{
          display:block;
          content:'';
          background:url(../images/quotes-white.svg) no-repeat;
          background-size:contain;
          position:absolute;
          width:5vw;
          height:5vw;
          max-width:70px;
          max-height:70px; }
          @media (max-width: 991px){
            .nau-block-quote_photo .quotation figure blockquote:before, .nau-block-quote_photo .quotation figure blockquote:after{
              width:10vw;
              height:6vw;
              max-width:100px;
              max-height:100px; } }
        .nau-block-quote_photo .quotation figure blockquote:before{
          top:-60px; }
        .nau-block-quote_photo .quotation figure blockquote:after{
          transform:rotate(180deg);
          bottom:-60px; }
      .nau-block-quote_photo .quotation figure cite{
        display:block;
        margin-top:90px;
        font:normal normal 700 20px/1.2 "futura-pt-condensed", san-serif;
        font-size:20px; }
  @media (min-width: 992px) and (max-width: 1199px){
    .nau-block-quote_photo .quotation figure{
      width:70%; }
      .nau-block-quote_photo .quotation figure blockquote{
        position:relative;
        font:normal normal normal 20px/1.2 "futura-pt", san-serif;
        font-size:2.4vw;
        margin-top:4vw; }
        .nau-block-quote_photo .quotation figure blockquote:before, .nau-block-quote_photo .quotation figure blockquote:after{
          display:block;
          content:'';
          background:url(../images/quotes-white.svg) no-repeat;
          background-size:contain;
          position:absolute;
          width:5vw;
          height:5vw;
          max-width:70px;
          max-height:70px; } }
      @media (min-width: 992px) and (max-width: 1199px) and (max-width: 991px){
        .nau-block-quote_photo .quotation figure blockquote:before, .nau-block-quote_photo .quotation figure blockquote:after{
          width:10vw;
          height:6vw;
          max-width:100px;
          max-height:100px; } }
  @media (min-width: 992px) and (max-width: 1199px){
        .nau-block-quote_photo .quotation figure blockquote:before{
          top:-60px; }
        .nau-block-quote_photo .quotation figure blockquote:after{
          transform:rotate(180deg);
          bottom:-60px; } }
  @media (max-width: 991px){
    .nau-block-quote_photo{
      height:auto; }
      .nau-block-quote_photo .photo-container{
        width:100%;
        height:80vw;
        margin-left:0; }
        .nau-block-quote_photo .photo-container img{
          -o-object-position:right;
             object-position:right; }
      .nau-block-quote_photo .quotation{
        position:relative;
        width:100%;
        padding-top:15vw;
        padding-bottom:8vw;
        margin-top:calc(30px * -1.5); }
        .nau-block-quote_photo .quotation figure blockquote{
          margin-left:0;
          margin-right:0; }
          .nau-block-quote_photo .quotation figure blockquote:before{
            top:-10vw; }
          .nau-block-quote_photo .quotation figure blockquote:after{
            bottom:-10vw; }
        .nau-block-quote_photo .quotation figure cite{
          margin-top:15vw; }
      .nau-block-quote_photo cite{
        font-size:1.3em; } }

.nau-block-category_article_menu .menu{
  display:flex;
  background-color:#EAEEF1;
  justify-content:space-between; }
  .nau-block-category_article_menu .menu a{
    flex-grow:1;
    display:block;
    padding:2rem 0;
    text-transform:uppercase;
    text-decoration:underline;
    text-align:center;
    white-space:nowrap;
    transition:all 0.3s;
    font:normal normal 700 18px/1.3 "acumin-pro-semi-condensed", san-serif;
    font-size:15px; }
    .nau-block-category_article_menu .menu a.active{
      background-color:#FFD200; }
    .nau-block-category_article_menu .menu a:not(.active):hover, .nau-block-category_article_menu .menu a:not(.active):focus{
      background-color:#E3E7EA; }
    .nau-block-category_article_menu .menu a.mobile-header{
      display:none; }
    @media (min-width: 768px) and (max-width: 991px){
      .nau-block-category_article_menu .menu a{
        font-size:12px; } }
  @media (max-width: 767px){
    .nau-block-category_article_menu .menu{
      flex-wrap:wrap; }
      .nau-block-category_article_menu .menu a{
        width:100%;
        font-size:18px;
        display:none;
        justify-content:flex-start;
        align-content:center;
        padding-left:calc( 20px * 2);
        padding-right:20px;
        background:none; }
        .nau-block-category_article_menu .menu a.mobile-header, .nau-block-category_article_menu .menu a.mobile-header:focus{
          display:flex;
          align-items:center;
          justify-content:space-between;
          background-color:#FFD200; }
          .nau-block-category_article_menu .menu a.mobile-header:after, .nau-block-category_article_menu .menu a.mobile-header:focus:after{
            content:'';
            background-color:#003466;
            -webkit-mask-image:url(../images/drop-list.svg);
            mask-image:url(../images/drop-list.svg);
            -webkit-mask-repeat:no-repeat;
            mask-repeat:no-repeat;
            width:8.5vw;
            height:4.7vw; }
      .nau-block-category_article_menu .menu.open a{
        display:flex;
        border-bottom:5px solid white; }
      .nau-block-category_article_menu .menu a.active{
        position:relative;
        background:none; }
        .nau-block-category_article_menu .menu a.active:before{
          content:'';
          position:absolute;
          left:0;
          top:0;
          width:3vw;
          height:100%;
          background-color:#003466; } }

.nau-block-category_article_menu .cat-articles{
  display:none;
  margin-top:20px; }

.nau-block-story_breakout_box article.content-wrapper{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  clear:both !important;
  width:100vw !important;
  position:relative !important;
  left:50% !important;
  right:50% !important;
  margin-left:-50vw !important;
  margin-right:-50vw !important;
  background-color:var(--background-color);
  color:var(--text-color);
  border:20px solid var(--border-color);
  padding:4vw 5vw;
  margin-top:calc( 20px * 4);
  margin-bottom:calc( 20px * 4); }
  .nau-block-story_breakout_box article.content-wrapper.color-scheme-blue-background{
    --background-color:#003466;
    --text-color:white;
    --border-color:#03427E;
    --accent-color:#FFD200;
    --link-color:#F1C704; }
  .nau-block-story_breakout_box article.content-wrapper.color-scheme-grey-background{
    --background-color:#EAEEF1;
    --text-color:#003466;
    --border-color:#D8DDE2;
    --accent-color:#3D7CBB;
    --link-color:#3777b5; }
  @media (max-width: 767px){
    .nau-block-story_breakout_box article.content-wrapper{
      width:100% !important;
      left:auto !important;
      right:auto !important;
      margin-left:0 !important;
      margin-right:0 !important; } }
  .nau-block-story_breakout_box article.content-wrapper h1, .nau-block-story_breakout_box article.content-wrapper h2{
    width:100%;
    padding-right:60%;
    color:var(--text-color); }
    .nau-block-story_breakout_box article.content-wrapper h1 strong, .nau-block-story_breakout_box article.content-wrapper h2 strong{
      color:var(--accent-color) !important; }
  .nau-block-story_breakout_box article.content-wrapper h2{
    font-size:60px !important; }
  .nau-block-story_breakout_box article.content-wrapper .breakout-col{
    position:relative;
    flex-basis:45%;
    flex-grow:0; }
    .nau-block-story_breakout_box article.content-wrapper .breakout-col p, .nau-block-story_breakout_box article.content-wrapper .breakout-col ul, .nau-block-story_breakout_box article.content-wrapper .breakout-col li{
      font:normal normal normal 18px/1.3 "acumin-pro-semi-condensed", san-serif;
      font-size:20px;
      line-height:1.4;
      color:var(--text-color); }
      .nau-block-story_breakout_box article.content-wrapper .breakout-col p a, .nau-block-story_breakout_box article.content-wrapper .breakout-col ul a, .nau-block-story_breakout_box article.content-wrapper .breakout-col li a{
        color:var(--link-color); }
        .nau-block-story_breakout_box article.content-wrapper .breakout-col p a a:hover, .nau-block-story_breakout_box article.content-wrapper .breakout-col p a a:focus, .nau-block-story_breakout_box article.content-wrapper .breakout-col ul a a:hover, .nau-block-story_breakout_box article.content-wrapper .breakout-col ul a a:focus, .nau-block-story_breakout_box article.content-wrapper .breakout-col li a a:hover, .nau-block-story_breakout_box article.content-wrapper .breakout-col li a a:focus{
          color:var(--accent-color); }
    .nau-block-story_breakout_box article.content-wrapper .breakout-col img{
      display:block;
      width:100%;
      margin-bottom:20px; }
    .nau-block-story_breakout_box article.content-wrapper .breakout-col blockquote{
      position:relative;
      margin:10vw 0; }
      .nau-block-story_breakout_box article.content-wrapper .breakout-col blockquote, .nau-block-story_breakout_box article.content-wrapper .breakout-col blockquote p{
        font:normal normal normal 20px/1.2 "futura-pt", san-serif;
        font-size:30px;
        color:var(--accent-color) !important; }
      .nau-block-story_breakout_box article.content-wrapper .breakout-col blockquote:before{
        content:url(../images/quotes-blue.svg);
        position:absolute;
        top:-70px; }
      .nau-block-story_breakout_box article.content-wrapper .breakout-col blockquote:after{
        content:url(../images/quotes-blue.svg);
        transform:rotate(180deg);
        position:absolute;
        left:0;
        bottom:-70px; }
    .nau-block-story_breakout_box article.content-wrapper .breakout-col cite{
      display:block;
      font:normal normal 700 20px/1.2 "futura-pt-condensed", san-serif;
      font-size:20px;
      color:var(--text-color);
      margin-bottom:0.5rem; }

@media (max-width: 991px){
  .nau-block-story_breakout_box article.content-wrapper h1, .nau-block-story_breakout_box article.content-wrapper h2{
    padding-right:0;
    word-wrap:break-word; }
  .nau-block-story_breakout_box article.content-wrapper .breakout-col{
    flex-basis:100% !important; }
    .nau-block-story_breakout_box article.content-wrapper .breakout-col blockquote{
      margin:15vw 0; } }

@media (max-width: 767px){
  .nau-block-story_breakout_box article.content-wrapper h2{
    font-size:38px !important; } }

body.single .post-thumbnail, body.page:not(.home) .post-thumbnail{
  width:100%;
  height:33vw; }
  body.single .post-thumbnail img, body.page:not(.home) .post-thumbnail img{
    width:100%;
    height:100%;
    -o-object-fit:cover;
       object-fit:cover; }
  body.single .post-thumbnail img.size-preview-size, body.page:not(.home) .post-thumbnail img.size-preview-size{
    display:none; }
  @media (max-width: 767px){
    body.single .post-thumbnail, body.page:not(.home) .post-thumbnail{
      height:75vw; }
      body.single .post-thumbnail img.size-post-thumbnail, body.page:not(.home) .post-thumbnail img.size-post-thumbnail{
        display:none; }
      body.single .post-thumbnail img.size-preview-size, body.page:not(.home) .post-thumbnail img.size-preview-size{
        display:block; } }

@media (max-width: 767px){
  body.single #content.site-content, body.page:not(.home) #content.site-content{
    margin-top:46px; } }

body.single .entry-header, body.page:not(.home) .entry-header{
  margin-top:100px; }
  body.single .entry-header h1, body.page:not(.home) .entry-header h1{
    font:normal normal 700 20px/1.2 "futura-pt-condensed", san-serif;
    font-size:60px;
    line-height:62px; }
    body.single .entry-header h1 strong, body.page:not(.home) .entry-header h1 strong{
      color:#3777b5; }

body.single .entry-header, body.single .entry-content, body.single .edit-post-visual-editor, body.page:not(.home) .entry-header, body.page:not(.home) .entry-content, body.page:not(.home) .edit-post-visual-editor{
  width:60vw;
  max-width:728px;
  margin-left:auto;
  margin-right:auto; }

body.single .entry-content h1, body.single .edit-post-visual-editor h1, body.page:not(.home) .entry-content h1, body.page:not(.home) .edit-post-visual-editor h1{
  font:normal normal 800 14px/1.2 "futura-pt-condensed", san-serif;
  font-size:60px;
  line-height:62px;
  border-bottom:none;
  margin-bottom:0.5em; }
  body.single .entry-content h1 strong, body.single .edit-post-visual-editor h1 strong, body.page:not(.home) .entry-content h1 strong, body.page:not(.home) .edit-post-visual-editor h1 strong{
    font:normal normal 800 14px/1.2 "futura-pt-condensed", san-serif;
    font-size:60px;
    color:#3777b5; }

body.single .entry-content > h2, body.single .entry-content > h3, body.single .entry-content > h4, body.single .edit-post-visual-editor > h2, body.single .edit-post-visual-editor > h3, body.single .edit-post-visual-editor > h4, body.page:not(.home) .entry-content > h2, body.page:not(.home) .entry-content > h3, body.page:not(.home) .entry-content > h4, body.page:not(.home) .edit-post-visual-editor > h2, body.page:not(.home) .edit-post-visual-editor > h3, body.page:not(.home) .edit-post-visual-editor > h4{
  font:normal normal normal 18px/1.3 "acumin-pro-semi-condensed", san-serif;
  margin-bottom:16px; }

body.single .entry-content > h3, body.single .edit-post-visual-editor > h3, body.page:not(.home) .entry-content > h3, body.page:not(.home) .edit-post-visual-editor > h3{
  font-size:27px; }

body.single .entry-content ul li, body.single .edit-post-visual-editor ul li, body.page:not(.home) .entry-content ul li, body.page:not(.home) .edit-post-visual-editor ul li{
  color:#003466;
  list-style-position:outside !important;
  margin-bottom:8px; }

body.single .entry-content p, body.single .edit-post-visual-editor p, body.page:not(.home) .entry-content p, body.page:not(.home) .edit-post-visual-editor p{
  margin-bottom:25px; }
  body.single .entry-content p a, body.single .edit-post-visual-editor p a, body.page:not(.home) .entry-content p a, body.page:not(.home) .edit-post-visual-editor p a{
    text-decoration:underline; }
    body.single .entry-content p a:hover, body.single .entry-content p a:focus, body.single .edit-post-visual-editor p a:hover, body.single .edit-post-visual-editor p a:focus, body.page:not(.home) .entry-content p a:hover, body.page:not(.home) .entry-content p a:focus, body.page:not(.home) .edit-post-visual-editor p a:hover, body.page:not(.home) .edit-post-visual-editor p a:focus{
      color:#3777b5; }
  body.single .entry-content p.is-style-leadIn, body.single .edit-post-visual-editor p.is-style-leadIn, body.page:not(.home) .entry-content p.is-style-leadIn, body.page:not(.home) .edit-post-visual-editor p.is-style-leadIn{
    font-size:27px;
    line-height:36px; }

body.single .entry-content > .wp-block-image, body.single .edit-post-visual-editor > .wp-block-image, body.page:not(.home) .entry-content > .wp-block-image, body.page:not(.home) .edit-post-visual-editor > .wp-block-image{
  margin:calc( 20px * 3) 0; }

@media (max-width: 767px){
  body.single .entry-content, body.single .edit-post-visual-editor, body.page:not(.home) .entry-content, body.page:not(.home) .edit-post-visual-editor{
    width:100%; }
    body.single .entry-content > p, body.single .entry-content > ul, body.single .entry-content > ol, body.single .entry-content > h2, body.single .entry-content > h3, body.single .edit-post-visual-editor > p, body.single .edit-post-visual-editor > ul, body.single .edit-post-visual-editor > ol, body.single .edit-post-visual-editor > h2, body.single .edit-post-visual-editor > h3, body.page:not(.home) .entry-content > p, body.page:not(.home) .entry-content > ul, body.page:not(.home) .entry-content > ol, body.page:not(.home) .entry-content > h2, body.page:not(.home) .entry-content > h3, body.page:not(.home) .edit-post-visual-editor > p, body.page:not(.home) .edit-post-visual-editor > ul, body.page:not(.home) .edit-post-visual-editor > ol, body.page:not(.home) .edit-post-visual-editor > h2, body.page:not(.home) .edit-post-visual-editor > h3{
      width:85%;
      margin-left:auto;
      margin-right:auto; }
    body.single .entry-content .category, body.single .edit-post-visual-editor .category, body.page:not(.home) .entry-content .category, body.page:not(.home) .edit-post-visual-editor .category{
      font-size:17px; }
    body.single .entry-content .wp-block-columns.is-style-fullWidth, body.single .edit-post-visual-editor .wp-block-columns.is-style-fullWidth, body.page:not(.home) .entry-content .wp-block-columns.is-style-fullWidth, body.page:not(.home) .edit-post-visual-editor .wp-block-columns.is-style-fullWidth{
      width:100%;
      margin-left:0; } }

@media (max-width: 767px){
  body.single .entry-header, body.page:not(.home) .entry-header{
    width:85%;
    margin-left:auto;
    margin-right:auto;
    margin-top:50px !important; }
    body.single .entry-header h1, body.page:not(.home) .entry-header h1{
      font-size:60px;
      line-height:1.1; } }

body.single article.post-template-side-feature > .post-thumbnail, body.single article.post-template-flow-feature > .post-thumbnail, body.page:not(.home) article.post-template-side-feature > .post-thumbnail, body.page:not(.home) article.post-template-flow-feature > .post-thumbnail{
  display:none; }

@media (max-width: 767px){
  body.single article.post-template-side-feature > .post-thumbnail, body.single article.post-template-flow-feature > .post-thumbnail, body.page:not(.home) article.post-template-side-feature > .post-thumbnail, body.page:not(.home) article.post-template-flow-feature > .post-thumbnail{
    display:block; } }

body.single .entry-header, body.page:not(.home) .entry-header{
  margin-top:100px;
  position:relative; }
  body.single .entry-header.post-template-full-feature-inset, body.page:not(.home) .entry-header.post-template-full-feature-inset{
    margin-top:-120px; }
    body.single .entry-header.post-template-full-feature-inset:before, body.page:not(.home) .entry-header.post-template-full-feature-inset:before{
      content:'';
      position:absolute;
      z-index:0;
      width:66vw;
      bottom:0;
      left:-3vw;
      top:-3vw;
      background:linear-gradient(225deg, transparent 30px, white 30px); }
    body.single .entry-header.post-template-full-feature-inset *, body.page:not(.home) .entry-header.post-template-full-feature-inset *{
      position:relative;
      z-index:1; }
    body.single .entry-header.post-template-full-feature-inset .entry-header-sidebar, body.page:not(.home) .entry-header.post-template-full-feature-inset .entry-header-sidebar{
      top:160px; }
    @media (min-width: 992px) and (max-width: 1199px){
      body.single .entry-header.post-template-full-feature-inset:before, body.page:not(.home) .entry-header.post-template-full-feature-inset:before{
        bottom:0; } }
    @media (max-width: 767px){
      body.single .entry-header.post-template-full-feature-inset:before, body.page:not(.home) .entry-header.post-template-full-feature-inset:before{
        width:85vw; } }
  body.single .entry-header.post-template-flow-feature > .post-thumbnail, body.page:not(.home) .entry-header.post-template-flow-feature > .post-thumbnail{
    display:none; }
  @media (max-width: 767px){
    body.single .entry-header.post-template-flow-feature > img:first-child, body.page:not(.home) .entry-header.post-template-flow-feature > img:first-child{
      display:none; } }
  body.single .entry-header.post-template-flow-feature .entry-header-sidebar, body.page:not(.home) .entry-header.post-template-flow-feature .entry-header-sidebar{
    top:100%; }
  body.single .entry-header .category, body.page:not(.home) .entry-header .category{
    display:inline-block;
    margin-bottom:1rem;
    text-transform:uppercase;
    font-size:15px; }
  body.single .entry-header .entry-header-sidebar, body.page:not(.home) .entry-header .entry-header-sidebar{
    position:absolute;
    width:20vw;
    margin-left:-20vw;
    top:0;
    padding:0 20px 0 60px; }
    body.single .entry-header .entry-header-sidebar .entry-meta, body.page:not(.home) .entry-header .entry-header-sidebar .entry-meta{
      text-transform:uppercase; }
    body.single .entry-header .entry-header-sidebar .tags, body.page:not(.home) .entry-header .entry-header-sidebar .tags{
      display:flex;
      flex-direction:column;
      margin-top:20px; }
      body.single .entry-header .entry-header-sidebar .tags span.tag, body.page:not(.home) .entry-header .entry-header-sidebar .tags span.tag{
        align-self:flex-start;
        margin-top:0.5rem;
        display:inline-block;
        padding:4px 8px;
        background-color:#E3E7EA;
        font-size:16px; }
    body.single .entry-header .entry-header-sidebar .social, body.page:not(.home) .entry-header .entry-header-sidebar .social{
      margin-top:20px; }
      body.single .entry-header .entry-header-sidebar .social .addtoany_list, body.page:not(.home) .entry-header .entry-header-sidebar .social .addtoany_list{
        display:flex;
        flex-direction:column; }
        body.single .entry-header .entry-header-sidebar .social .addtoany_list a, body.page:not(.home) .entry-header .entry-header-sidebar .social .addtoany_list a{
          margin-top:16px; }
    @media (max-width: 991px){
      body.single .entry-header .entry-header-sidebar, body.page:not(.home) .entry-header .entry-header-sidebar{
        display:flex;
        position:relative;
        width:100%;
        margin:auto;
        padding:0;
        margin-top:10px;
        margin-bottom:30px;
        top:0 !important; }
        body.single .entry-header .entry-header-sidebar .content, body.page:not(.home) .entry-header .entry-header-sidebar .content{
          display:flex;
          width:100%;
          flex-direction:row;
          justify-content:space-between; }
        body.single .entry-header .entry-header-sidebar .entry-meta, body.page:not(.home) .entry-header .entry-header-sidebar .entry-meta{
          width:15vw;
          flex-grow:1;
          font-size:16px; }
        body.single .entry-header .entry-header-sidebar .tags, body.page:not(.home) .entry-header .entry-header-sidebar .tags{
          display:flex;
          flex-direction:row;
          flex-wrap:wrap;
          width:30vw;
          margin-left:20px;
          margin-top:0 !important; }
          body.single .entry-header .entry-header-sidebar .tags .tag, body.page:not(.home) .entry-header .entry-header-sidebar .tags .tag{
            display:inline-block;
            margin-left:1rem;
            margin-top:0 !important;
            margin-bottom:7px;
            font-size:16px;
            white-space:nowrap; }
        body.single .entry-header .entry-header-sidebar .social, body.page:not(.home) .entry-header .entry-header-sidebar .social{
          margin-top:0 !important;
          margin-left:10px; }
          body.single .entry-header .entry-header-sidebar .social .addtoany_list, body.page:not(.home) .entry-header .entry-header-sidebar .social .addtoany_list{
            flex-direction:row; }
            body.single .entry-header .entry-header-sidebar .social .addtoany_list a, body.page:not(.home) .entry-header .entry-header-sidebar .social .addtoany_list a{
              margin-right:5px;
              margin-top:0; } }
    @media (max-width: 767px){
      body.single .entry-header .entry-header-sidebar, body.page:not(.home) .entry-header .entry-header-sidebar{
        margin-bottom:3rem; }
        body.single .entry-header .entry-header-sidebar .content, body.page:not(.home) .entry-header .entry-header-sidebar .content{
          flex-wrap:wrap; }
          body.single .entry-header .entry-header-sidebar .content .entry-meta, body.page:not(.home) .entry-header .entry-header-sidebar .content .entry-meta{
            flex-basis:100%;
            margin-bottom:2rem; }
          body.single .entry-header .entry-header-sidebar .content .tags, body.page:not(.home) .entry-header .entry-header-sidebar .content .tags{
            flex-basis:content;
            margin-left:0; }
            body.single .entry-header .entry-header-sidebar .content .tags .tag, body.page:not(.home) .entry-header .entry-header-sidebar .content .tags .tag{
              margin-left:0;
              margin-right:1.5rem; }
          body.single .entry-header .entry-header-sidebar .content .social, body.page:not(.home) .entry-header .entry-header-sidebar .content .social{
            flex-basis:content; } }
  body.single .entry-header.post-template-side-feature .entry-header-sidebar, body.page:not(.home) .entry-header.post-template-side-feature .entry-header-sidebar{
    display:flex;
    position:relative;
    width:100%;
    margin:auto;
    padding:0;
    margin-top:10px;
    margin-bottom:30px;
    top:0 !important; }
    body.single .entry-header.post-template-side-feature .entry-header-sidebar .content, body.page:not(.home) .entry-header.post-template-side-feature .entry-header-sidebar .content{
      display:flex;
      width:100%;
      flex-direction:row;
      justify-content:space-between; }
    body.single .entry-header.post-template-side-feature .entry-header-sidebar .entry-meta, body.page:not(.home) .entry-header.post-template-side-feature .entry-header-sidebar .entry-meta{
      width:15vw;
      flex-grow:1;
      font-size:16px; }
    body.single .entry-header.post-template-side-feature .entry-header-sidebar .tags, body.page:not(.home) .entry-header.post-template-side-feature .entry-header-sidebar .tags{
      display:flex;
      flex-direction:row;
      flex-wrap:wrap;
      width:30vw;
      margin-left:20px;
      margin-top:0 !important; }
      body.single .entry-header.post-template-side-feature .entry-header-sidebar .tags .tag, body.page:not(.home) .entry-header.post-template-side-feature .entry-header-sidebar .tags .tag{
        display:inline-block;
        margin-left:1rem;
        margin-top:0 !important;
        margin-bottom:7px;
        font-size:16px;
        white-space:nowrap; }
    body.single .entry-header.post-template-side-feature .entry-header-sidebar .social, body.page:not(.home) .entry-header.post-template-side-feature .entry-header-sidebar .social{
      margin-top:0 !important;
      margin-left:10px; }
      body.single .entry-header.post-template-side-feature .entry-header-sidebar .social .addtoany_list, body.page:not(.home) .entry-header.post-template-side-feature .entry-header-sidebar .social .addtoany_list{
        flex-direction:row; }
        body.single .entry-header.post-template-side-feature .entry-header-sidebar .social .addtoany_list a, body.page:not(.home) .entry-header.post-template-side-feature .entry-header-sidebar .social .addtoany_list a{
          margin-right:5px;
          margin-top:0; }
  body.single .entry-header.post-template-side-feature h1, body.page:not(.home) .entry-header.post-template-side-feature h1{
    margin-bottom:0; }

body.single section#primary, body.page:not(.home) section#primary{
  width:100%; }

body.single .entry-content, body.page:not(.home) .entry-content{
  min-height:20vh; }
  body.single .entry-content.title-hidden, body.page:not(.home) .entry-content.title-hidden{
    margin-top:100px; }
  body.single .entry-content.post-template-side-feature > img.wp-post-image:first-child, body.page:not(.home) .entry-content.post-template-side-feature > img.wp-post-image:first-child{
    position:relative;
    float:left;
    width:auto;
    margin-right:2.5em;
    margin-bottom:2.5em;
    max-height:100vh;
    max-width:40vw; }
    @media (max-width: 767px){
      body.single .entry-content.post-template-side-feature > img.wp-post-image:first-child, body.page:not(.home) .entry-content.post-template-side-feature > img.wp-post-image:first-child{
        display:none; } }
  body.single .entry-content.post-template-flow-feature > img.wp-post-image:first-child, body.page:not(.home) .entry-content.post-template-flow-feature > img.wp-post-image:first-child{
    position:relative;
    float:left;
    width:33%;
    margin-right:1em;
    margin-bottom:1em; }
    @media (max-width: 767px){
      body.single .entry-content.post-template-flow-feature > img.wp-post-image:first-child, body.page:not(.home) .entry-content.post-template-flow-feature > img.wp-post-image:first-child{
        display:none; } }
  body.single .entry-content p, body.single .entry-content li, body.page:not(.home) .entry-content p, body.page:not(.home) .entry-content li{
    font-size:20px;
    line-height:32px; }
    body.single .entry-content p.has-medium-font-size, body.single .entry-content li.has-medium-font-size, body.page:not(.home) .entry-content p.has-medium-font-size, body.page:not(.home) .entry-content li.has-medium-font-size{
      font-size:27px; }
  body.single .entry-content ul, body.page:not(.home) .entry-content ul{
    margin-left:20px; }
    body.single .entry-content ul li, body.page:not(.home) .entry-content ul li{
      list-style-position:inside; }
  body.single .entry-content h2, body.single .entry-content h3, body.single .entry-content h4, body.page:not(.home) .entry-content h2, body.page:not(.home) .entry-content h3, body.page:not(.home) .entry-content h4{
    clear:none; }
  body.single .entry-content h2, body.page:not(.home) .entry-content h2{
    font:normal normal 800 14px/1.2 "futura-pt-condensed", san-serif;
    font-size:45px;
    text-transform:uppercase;
    margin-top:1.5em; }
    body.single .entry-content h2:first-child, body.single .entry-content h2:nth-child(2), body.page:not(.home) .entry-content h2:first-child, body.page:not(.home) .entry-content h2:nth-child(2){
      margin-top:0; }
  body.single .entry-content figure figcaption, body.page:not(.home) .entry-content figure figcaption{
    font-size:16px;
    text-align:center; }
  body.single .entry-content > .wp-block-image figure:not(.alignleft):not(.alignright), body.page:not(.home) .entry-content > .wp-block-image figure:not(.alignleft):not(.alignright){
    position:relative;
    margin-top:4rem;
    margin-bottom:4rem;
    clear:both !important;
    width:100vw !important;
    position:relative !important;
    left:50% !important;
    right:50% !important;
    margin-left:-50vw !important;
    margin-right:-50vw !important; }
    @media (max-width: 767px){
      body.single .entry-content > .wp-block-image figure:not(.alignleft):not(.alignright), body.page:not(.home) .entry-content > .wp-block-image figure:not(.alignleft):not(.alignright){
        width:100% !important;
        left:auto !important;
        right:auto !important;
        margin-left:0 !important;
        margin-right:0 !important; } }
    body.single .entry-content > .wp-block-image figure:not(.alignleft):not(.alignright) img, body.page:not(.home) .entry-content > .wp-block-image figure:not(.alignleft):not(.alignright) img{
      width:100%;
      height:100%;
      -o-object-fit:cover;
         object-fit:cover; }
    @media (max-width: 767px){
      body.single .entry-content > .wp-block-image figure:not(.alignleft):not(.alignright), body.page:not(.home) .entry-content > .wp-block-image figure:not(.alignleft):not(.alignright){
        margin-left:-7.5vw;
        image:100%; } }
  body.single .entry-content > blockquote, body.page:not(.home) .entry-content > blockquote{
    position:relative;
    margin-top:5rem;
    margin-bottom:5rem;
    clear:both !important;
    width:100vw !important;
    position:relative !important;
    left:50% !important;
    right:50% !important;
    margin-left:-50vw !important;
    margin-right:-50vw !important;
    padding:130px 25px 100px;
    background:linear-gradient(225deg, transparent 30px, #FFD200 30px); }
    @media (max-width: 767px){
      body.single .entry-content > blockquote, body.page:not(.home) .entry-content > blockquote{
        width:100% !important;
        left:auto !important;
        right:auto !important;
        margin-left:0 !important;
        margin-right:0 !important; } }
    body.single .entry-content > blockquote p, body.single .entry-content > blockquote cite, body.page:not(.home) .entry-content > blockquote p, body.page:not(.home) .entry-content > blockquote cite{
      position:relative;
      display:block;
      width:728px;
      margin-left:auto;
      margin-right:auto; }
      @media (max-width: 767px){
        body.single .entry-content > blockquote p, body.single .entry-content > blockquote cite, body.page:not(.home) .entry-content > blockquote p, body.page:not(.home) .entry-content > blockquote cite{
          width:95%; } }
    body.single .entry-content > blockquote p, body.page:not(.home) .entry-content > blockquote p{
      font:normal normal normal 20px/1.2 "futura-pt", san-serif;
      font-size:30px; }
      body.single .entry-content > blockquote p:before, body.page:not(.home) .entry-content > blockquote p:before{
        content:url(../images/quotes-white.svg);
        position:absolute;
        top:-65px; }
      body.single .entry-content > blockquote p:after, body.page:not(.home) .entry-content > blockquote p:after{
        content:url(../images/quotes-white.svg);
        transform:rotate(180deg);
        position:absolute;
        left:0;
        bottom:-65px; }
    body.single .entry-content > blockquote cite, body.page:not(.home) .entry-content > blockquote cite{
      font:normal normal 700 20px/1.2 "futura-pt-condensed", san-serif;
      font-size:20px;
      margin-top:65px;
      transform:translateY(30px);
      text-transform:uppercase; }
  body.single .entry-content > .wp-block-embed, body.page:not(.home) .entry-content > .wp-block-embed{
    position:relative;
    clear:both !important;
    width:100vw !important;
    position:relative !important;
    left:50% !important;
    right:50% !important;
    margin-left:-50vw !important;
    margin-right:-50vw !important;
    height:40vw;
    margin-top:4rem;
    margin-bottom:4rem; }
    @media (max-width: 767px){
      body.single .entry-content > .wp-block-embed, body.page:not(.home) .entry-content > .wp-block-embed{
        width:100% !important;
        left:auto !important;
        right:auto !important;
        margin-left:0 !important;
        margin-right:0 !important; } }
    body.single .entry-content > .wp-block-embed .wp-block-embed__wrapper, body.page:not(.home) .entry-content > .wp-block-embed .wp-block-embed__wrapper{
      position:absolute;
      width:100%;
      height:100%; }
      body.single .entry-content > .wp-block-embed .wp-block-embed__wrapper iframe, body.page:not(.home) .entry-content > .wp-block-embed .wp-block-embed__wrapper iframe{
        position:absolute;
        width:100%;
        height:100%; }
    @media (max-width: 767px){
      body.single .entry-content > .wp-block-embed, body.page:not(.home) .entry-content > .wp-block-embed{
        width:100%;
        margin-left:0; } }
  body.single .entry-content .wp-block-columns, body.page:not(.home) .entry-content .wp-block-columns{
    margin-bottom:150px; }
  body.single .entry-content .wp-block-columns.is-style-fullWidth, body.page:not(.home) .entry-content .wp-block-columns.is-style-fullWidth{
    position:relative;
    clear:both !important;
    width:100vw !important;
    position:relative !important;
    left:50% !important;
    right:50% !important;
    margin-left:-50vw !important;
    margin-right:-50vw !important;
    margin-top:4rem;
    padding:0; }
    @media (max-width: 767px){
      body.single .entry-content .wp-block-columns.is-style-fullWidth, body.page:not(.home) .entry-content .wp-block-columns.is-style-fullWidth{
        width:100% !important;
        left:auto !important;
        right:auto !important;
        margin-left:0 !important;
        margin-right:0 !important; } }
    body.single .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column, body.page:not(.home) .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column{
      width:50vw;
      padding:0 5vw; }
      body.single .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column p, body.page:not(.home) .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column p{
        width:85%;
        margin-top:1.5em;
        margin-bottom:1.5em; }
      body.single .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column p:first-child, body.page:not(.home) .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column p:first-child{
        margin-top:3vw; }
      body.single .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column figure, body.page:not(.home) .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column figure{
        position:relative;
        width:calc(100% + 10vw);
        margin-bottom:0;
        margin-left:-5vw !important;
        margin-right:-5vw; }
        body.single .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column figure img, body.page:not(.home) .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column figure img{
          margin:0;
          -o-object-fit:cover;
             object-fit:cover; }
        body.single .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column figure figcaption, body.page:not(.home) .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column figure figcaption{
          position:absolute;
          left:0;
          right:0;
          padding-top:20px;
          width:90%;
          margin:0;
          text-align:left; }
      body.single .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column:first-child, body.page:not(.home) .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column:first-child{
        justify-content:left; }
        body.single .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column:first-child p, body.single .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column:first-child figure, body.page:not(.home) .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column:first-child p, body.page:not(.home) .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column:first-child figure{
          margin-right:2vw; }
      body.single .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column:last-child p, body.single .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column:last-child figure, body.page:not(.home) .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column:last-child p, body.page:not(.home) .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column:last-child figure{
        margin-left:2vw; }
    body.single .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column:not(:first-child), body.page:not(.home) .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column:not(:first-child){
      margin-left:0; }
    @media (max-width: 767px){
      body.single .entry-content .wp-block-columns.is-style-fullWidth, body.page:not(.home) .entry-content .wp-block-columns.is-style-fullWidth{
        flex-direction:column;
        margin-left:0;
        margin-right:0;
        margin-top:1.5rem;
        width:100%;
        left:auto;
        right:auto; }
        body.single .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column, body.page:not(.home) .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column{
          width:100%; }
          body.single .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column figure, body.page:not(.home) .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column figure{
            margin-bottom:30px; }
          body.single .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column p, body.page:not(.home) .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column p{
            width:90%;
            margin:1em auto !important; }
          body.single .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column figure, body.page:not(.home) .entry-content .wp-block-columns.is-style-fullWidth .wp-block-column figure{
            width:100%; } }
  body.single .entry-content #related-content, body.page:not(.home) .entry-content #related-content{
    clear:both !important;
    width:100vw !important;
    position:relative !important;
    left:50% !important;
    right:50% !important;
    margin-left:-50vw !important;
    margin-right:-50vw !important;
    padding:20px; }
    @media (max-width: 767px){
      body.single .entry-content #related-content, body.page:not(.home) .entry-content #related-content{
        width:100% !important;
        left:auto !important;
        right:auto !important;
        margin-left:0 !important;
        margin-right:0 !important; } }
    body.single .entry-content #related-content h3, body.page:not(.home) .entry-content #related-content h3{
      margin:0 20px 25px 20px;
      font:normal normal 800 14px/1.2 "futura-pt-condensed", san-serif;
      font-size:70px;
      text-transform:uppercase; }
      body.single .entry-content #related-content h3 strong, body.page:not(.home) .entry-content #related-content h3 strong{
        color:#3777b5; }
    body.single .entry-content #related-content .related-wrapper, body.page:not(.home) .entry-content #related-content .related-wrapper{
      width:100%;
      display:flex;
      flex-wrap:wrap;
      justify-content:space-between;
      padding:20px; }
      body.single .entry-content #related-content .related-wrapper article, body.page:not(.home) .entry-content #related-content .related-wrapper article{
        width:calc((100vw - calc( 20px * 3)) * 0.48) !important;
        height:45vw;
        margin-right:0 !important;
        margin-bottom:20px; }
      body.single .entry-content #related-content .related-wrapper article.article-nugget .nugget-content-wrapper .nugget-content h1, body.page:not(.home) .entry-content #related-content .related-wrapper article.article-nugget .nugget-content-wrapper .nugget-content h1{
        font-size:3vw; }
      @media (min-width: 768px) and (max-width: 991px){
        body.single .entry-content #related-content .related-wrapper article.article-nugget .nugget-content-wrapper .nugget-content h1, body.page:not(.home) .entry-content #related-content .related-wrapper article.article-nugget .nugget-content-wrapper .nugget-content h1{
          font-size:2.25vw !important; }
        body.single .entry-content #related-content .related-wrapper article.article-nugget .nugget-content-wrapper .nugget-content blockquote, body.page:not(.home) .entry-content #related-content .related-wrapper article.article-nugget .nugget-content-wrapper .nugget-content blockquote{
          font-size:14px; } }
      @media (max-width: 767px){
        body.single .entry-content #related-content .related-wrapper article.article-nugget, body.page:not(.home) .entry-content #related-content .related-wrapper article.article-nugget{
          padding-bottom:10vw; }
          body.single .entry-content #related-content .related-wrapper article.article-nugget .featured-image-wrapper, body.page:not(.home) .entry-content #related-content .related-wrapper article.article-nugget .featured-image-wrapper{
            position:relative;
            width:100%;
            height:100%; }
            body.single .entry-content #related-content .related-wrapper article.article-nugget .featured-image-wrapper img, body.page:not(.home) .entry-content #related-content .related-wrapper article.article-nugget .featured-image-wrapper img{
              width:100%;
              height:100%;
              -o-object-fit:cover;
                 object-fit:cover; }
          body.single .entry-content #related-content .related-wrapper article.article-nugget .nugget-content-wrapper, body.page:not(.home) .entry-content #related-content .related-wrapper article.article-nugget .nugget-content-wrapper{
            display:flex;
            align-items:center;
            justify-content:center;
            height:auto;
            bottom:0vw;
            padding:8% 6%; }
            body.single .entry-content #related-content .related-wrapper article.article-nugget .nugget-content-wrapper .nugget-content .category, body.page:not(.home) .entry-content #related-content .related-wrapper article.article-nugget .nugget-content-wrapper .nugget-content .category{
              font-size:18px !important;
              margin-bottom:3vw; }
            body.single .entry-content #related-content .related-wrapper article.article-nugget .nugget-content-wrapper .nugget-content h1, body.single .entry-content #related-content .related-wrapper article.article-nugget .nugget-content-wrapper .nugget-content h2, body.page:not(.home) .entry-content #related-content .related-wrapper article.article-nugget .nugget-content-wrapper .nugget-content h1, body.page:not(.home) .entry-content #related-content .related-wrapper article.article-nugget .nugget-content-wrapper .nugget-content h2{
              font-size:9vw !important; }
            body.single .entry-content #related-content .related-wrapper article.article-nugget .nugget-content-wrapper .nugget-content blockquote, body.page:not(.home) .entry-content #related-content .related-wrapper article.article-nugget .nugget-content-wrapper .nugget-content blockquote{
              margin-top:2.5vw;
              font-size:2.75vw;
              line-height:1.1; }
            body.single .entry-content #related-content .related-wrapper article.article-nugget .nugget-content-wrapper .nugget-content .tags, body.page:not(.home) .entry-content #related-content .related-wrapper article.article-nugget .nugget-content-wrapper .nugget-content .tags{
              margin-top:3.5vw; }
              body.single .entry-content #related-content .related-wrapper article.article-nugget .nugget-content-wrapper .nugget-content .tags span.tag, body.page:not(.home) .entry-content #related-content .related-wrapper article.article-nugget .nugget-content-wrapper .nugget-content .tags span.tag{
                font-size:2vw; } }
      body.single .entry-content #related-content .related-wrapper article.quote-square, body.page:not(.home) .entry-content #related-content .related-wrapper article.quote-square{
        display:flex;
        align-items:center;
        justify-content:center;
        margin-bottom:20px;
        background-color:#E3E7EA; }
        body.single .entry-content #related-content .related-wrapper article.quote-square .content-wrapper, body.page:not(.home) .entry-content #related-content .related-wrapper article.quote-square .content-wrapper{
          width:80%; }
          body.single .entry-content #related-content .related-wrapper article.quote-square .content-wrapper blockquote, body.page:not(.home) .entry-content #related-content .related-wrapper article.quote-square .content-wrapper blockquote{
            position:relative;
            font:normal normal normal 20px/1.2 "futura-pt", san-serif;
            font-size:1.75vw;
            margin-bottom:120px;
            margin-top:5vw; }
            body.single .entry-content #related-content .related-wrapper article.quote-square .content-wrapper blockquote:before, body.single .entry-content #related-content .related-wrapper article.quote-square .content-wrapper blockquote:after, body.page:not(.home) .entry-content #related-content .related-wrapper article.quote-square .content-wrapper blockquote:before, body.page:not(.home) .entry-content #related-content .related-wrapper article.quote-square .content-wrapper blockquote:after{
              display:block;
              content:'';
              background:url(../images/quotes-white.svg) no-repeat;
              background-size:contain;
              position:absolute;
              width:5vw;
              height:5vw;
              max-width:70px;
              max-height:70px; }
              @media (max-width: 991px){
                body.single .entry-content #related-content .related-wrapper article.quote-square .content-wrapper blockquote:before, body.single .entry-content #related-content .related-wrapper article.quote-square .content-wrapper blockquote:after, body.page:not(.home) .entry-content #related-content .related-wrapper article.quote-square .content-wrapper blockquote:before, body.page:not(.home) .entry-content #related-content .related-wrapper article.quote-square .content-wrapper blockquote:after{
                  width:10vw;
                  height:6vw;
                  max-width:100px;
                  max-height:100px; } }
            body.single .entry-content #related-content .related-wrapper article.quote-square .content-wrapper blockquote:before, body.page:not(.home) .entry-content #related-content .related-wrapper article.quote-square .content-wrapper blockquote:before{
              top:-60px; }
            body.single .entry-content #related-content .related-wrapper article.quote-square .content-wrapper blockquote:after, body.page:not(.home) .entry-content #related-content .related-wrapper article.quote-square .content-wrapper blockquote:after{
              transform:rotate(180deg);
              bottom:-60px; }
            body.single .entry-content #related-content .related-wrapper article.quote-square .content-wrapper blockquote:before, body.page:not(.home) .entry-content #related-content .related-wrapper article.quote-square .content-wrapper blockquote:before{
              content:'';
              background:url(../images/quotes-white.svg) no-repeat;
              background-size:contain;
              width:5vw;
              height:5vw;
              position:absolute;
              top:-65px; }
            body.single .entry-content #related-content .related-wrapper article.quote-square .content-wrapper blockquote:after, body.page:not(.home) .entry-content #related-content .related-wrapper article.quote-square .content-wrapper blockquote:after{
              content:'';
              background:url(../images/quotes-white.svg) no-repeat;
              background-size:contain;
              width:5vw;
              height:5vw;
              transform:rotate(180deg);
              position:absolute;
              left:0;
              bottom:-65px; }
          body.single .entry-content #related-content .related-wrapper article.quote-square .content-wrapper cite, body.page:not(.home) .entry-content #related-content .related-wrapper article.quote-square .content-wrapper cite{
            font:normal normal 700 20px/1.2 "futura-pt-condensed", san-serif;
            font-size:20px;
            text-transform:uppercase; }
        @media (min-width: 768px) and (max-width: 991px){
          body.single .entry-content #related-content .related-wrapper article.quote-square figure.content-wrapper blockquote, body.page:not(.home) .entry-content #related-content .related-wrapper article.quote-square figure.content-wrapper blockquote{
            margin-top:3vw;
            margin-bottom:4vw;
            font-size:2.25vw !important; }
            body.single .entry-content #related-content .related-wrapper article.quote-square figure.content-wrapper blockquote:before, body.page:not(.home) .entry-content #related-content .related-wrapper article.quote-square figure.content-wrapper blockquote:before{
              top:-30px; }
            body.single .entry-content #related-content .related-wrapper article.quote-square figure.content-wrapper blockquote:after, body.page:not(.home) .entry-content #related-content .related-wrapper article.quote-square figure.content-wrapper blockquote:after{
              bottom:-30px; }
          body.single .entry-content #related-content .related-wrapper article.quote-square figure.content-wrapper cite, body.page:not(.home) .entry-content #related-content .related-wrapper article.quote-square figure.content-wrapper cite{
            font-size:18px; } }
        @media (max-width: 767px){
          body.single .entry-content #related-content .related-wrapper article.quote-square, body.page:not(.home) .entry-content #related-content .related-wrapper article.quote-square{
            height:auto !important; }
            body.single .entry-content #related-content .related-wrapper article.quote-square figure.content-wrapper blockquote, body.page:not(.home) .entry-content #related-content .related-wrapper article.quote-square figure.content-wrapper blockquote{
              margin-top:150px;
              font-size:20px; }
              body.single .entry-content #related-content .related-wrapper article.quote-square figure.content-wrapper blockquote:before, body.single .entry-content #related-content .related-wrapper article.quote-square figure.content-wrapper blockquote:after, body.page:not(.home) .entry-content #related-content .related-wrapper article.quote-square figure.content-wrapper blockquote:before, body.page:not(.home) .entry-content #related-content .related-wrapper article.quote-square figure.content-wrapper blockquote:after{
                width:10vw;
                height:10vw; }
            body.single .entry-content #related-content .related-wrapper article.quote-square figure.content-wrapper cite, body.page:not(.home) .entry-content #related-content .related-wrapper article.quote-square figure.content-wrapper cite{
              display:block;
              margin-bottom:50px; } }
      body.single .entry-content #related-content .related-wrapper article.external-link-square, body.page:not(.home) .entry-content #related-content .related-wrapper article.external-link-square{
        position:relative;
        display:flex;
        align-items:center;
        justify-content:center;
        margin-bottom:20px;
        background-color:#FFD200;
        border:20px solid #F1C704; }
        body.single .entry-content #related-content .related-wrapper article.external-link-square .content-wrapper, body.page:not(.home) .entry-content #related-content .related-wrapper article.external-link-square .content-wrapper{
          width:85%; }
          body.single .entry-content #related-content .related-wrapper article.external-link-square .content-wrapper .category, body.page:not(.home) .entry-content #related-content .related-wrapper article.external-link-square .content-wrapper .category{
            text-transform:uppercase; }
          body.single .entry-content #related-content .related-wrapper article.external-link-square .content-wrapper h1, body.page:not(.home) .entry-content #related-content .related-wrapper article.external-link-square .content-wrapper h1{
            font-size:3.5vw !important; }
        body.single .entry-content #related-content .related-wrapper article.external-link-square a, body.page:not(.home) .entry-content #related-content .related-wrapper article.external-link-square a{
          position:absolute;
          left:7.5%;
          bottom:7.5%;
          width:3vw; }
        @media (max-width: 991px){
          body.single .entry-content #related-content .related-wrapper article.external-link-square, body.page:not(.home) .entry-content #related-content .related-wrapper article.external-link-square{
            font-size:1.8rem;
            height:auto;
            padding-top:30px;
            padding-bottom:80px; }
            body.single .entry-content #related-content .related-wrapper article.external-link-square .content-wrapper .category, body.page:not(.home) .entry-content #related-content .related-wrapper article.external-link-square .content-wrapper .category{
              font-size:1.8rem; }
            body.single .entry-content #related-content .related-wrapper article.external-link-square .content-wrapper h1, body.page:not(.home) .entry-content #related-content .related-wrapper article.external-link-square .content-wrapper h1{
              margin-top:20px;
              font-size:3rem !important;
              line-height:1.2; } }
    @media (max-width: 991px){
      body.single .entry-content #related-content .related-wrapper article, body.page:not(.home) .entry-content #related-content .related-wrapper article{
        height:45vw; } }
    @media (max-width: 767px){
      body.single .entry-content #related-content, body.page:not(.home) .entry-content #related-content{
        padding:25px 0; }
        body.single .entry-content #related-content .related-wrapper, body.page:not(.home) .entry-content #related-content .related-wrapper{
          flex-direction:column;
          padding-left:0;
          padding-right:0; }
          body.single .entry-content #related-content .related-wrapper article, body.page:not(.home) .entry-content #related-content .related-wrapper article{
            width:100% !important; } }

.site-content, footer#colophon{
  font:normal normal normal 18px/1.3 "acumin-pro-semi-condensed", san-serif;
  color:#003466; }

.click-link{
  cursor:pointer; }

#a2apage_mini_services a:nth-child(-n+3){
  display:none; }

body{
  overflow-x:hidden; }
  body .admin-bar #page{
    position:relative; }

body.error404 section.error-404{
  margin-top:250px;
  margin-bottom:250px; }
  body.error404 section.error-404 header.page-header, body.error404 section.error-404 .page-content{
    margin-left:30%; }
    body.error404 section.error-404 header.page-header h1, body.error404 section.error-404 .page-content h1{
      font-weight:700; }

section#primary{
  width:100%; }
  section#primary main#main{
    width:100%; }

.post.hentry{
  margin-bottom:0; }

a{
  color:#003466; }
  a:hover{
    text-decoration:none;
    color:inherit; }
  a:not(.anchor-wrap):hover{
    color:#3777b5;
    text-decoration:none; }

p{
  font:normal normal normal 18px/1.3 "acumin-pro-semi-condensed", san-serif;
  color:#003466; }

.a_text, article.article-nugget .nugget-content h1, article.article-nugget .nugget-content h2{
  text-decoration:none;
  background-image:linear-gradient(rgba(0, 52, 102, 0.5), rgba(0, 52, 102, 0.5));
  background-position:0 90%;
  background-repeat:no-repeat;
  background-size:100% 1px;
  line-height:1;
  padding-bottom:0; }
  .a_text:hover, article.article-nugget .nugget-content h1:hover, article.article-nugget .nugget-content h2:hover{
    background-image:linear-gradient(rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35)); }
  .white_text .a_text, .white_text article.article-nugget .nugget-content h1, article.article-nugget .nugget-content .white_text h1, .white_text article.article-nugget .nugget-content h2, article.article-nugget .nugget-content .white_text h2{
    background-image:linear-gradient(rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35)); }

.site-content h1, .site-content h2, .site-content h3, .site-content h4, .site-content h5{
  font-family:'futura-pt-condensed', sans-serif;
  color:#003466;
  border-bottom:none; }

.brand{
  position:absolute;
  left:0;
  top:0;
  width:150px;
  padding:0;
  z-index:9000; }
  .brand #headerLogo{
    width:100%; }
  @media (max-width: 991px){
    .brand{
      display:none; } }

header#masthead{
  position:fixed;
  z-index:2000;
  left:0;
  top:0;
  width:100%;
  background-color:transparent;
  box-shadow:none;
  padding:0; }
  header#masthead.fixed{
    position:fixed !important; }
  body.admin-bar header#masthead{
    margin-top:32px; }
    @media (max-width: 767px){
      body.admin-bar header#masthead{
        position:relative;
        margin-top:0; } }
  @media (max-width: 991px){
    header#masthead .navbar{
      height:50px; } }
  header#masthead .navbar .navbar-brand{
    position:absolute;
    left:0;
    top:0;
    width:150px;
    padding:0;
    z-index:9000; }
    header#masthead .navbar .navbar-brand #headerLogo{
      width:100%; }
    @media (max-width: 991px){
      header#masthead .navbar .navbar-brand .non-mobile{
        display:none; } }
    header#masthead .navbar .navbar-brand .mobile{
      display:none; }
    @media (max-width: 991px){
      header#masthead .navbar .navbar-brand{
        display:block;
        width:200px;
        max-width:25%;
        height:100%;
        max-height:50px; }
        header#masthead .navbar .navbar-brand a.mobile{
          display:flex;
          height:100%;
          align-items:center; }
          header#masthead .navbar .navbar-brand a.mobile img{
            -o-object-fit:cover;
               object-fit:cover;
            width:100%;
            max-height:100%; } }
    @media (max-width: 991px){
      header#masthead .navbar .navbar-brand{
        position:relative; } }
  header#masthead nav{
    width:100%; }
    header#masthead nav div.navbar-nav{
      position:absolute;
      flex-direction:row;
      top:0;
      right:0; }
      header#masthead nav div.navbar-nav > div{
        display:inline-block;
        background-color:#3777b5; }
        header#masthead nav div.navbar-nav > div a{
          display:flex;
          padding:0 20px !important;
          justify-content:center;
          align-items:center;
          height:50px;
          vertical-align:middle;
          line-height:1;
          font:normal normal 700 20px/1.2 "futura-pt-condensed", san-serif;
          color:white !important;
          font-weight:700 !important;
          font-size:20px !important;
          text-transform:uppercase; }
        header#masthead nav div.navbar-nav > div.current{
          background-color:#003466; }
  @media (max-width: 991px){
    header#masthead{
      background-color:#003466; } }
  @media (max-width: 767px){
    header#masthead{
      font-size:4vw; }
      header#masthead nav div.navbar-nav{
        height:100%; }
        header#masthead nav div.navbar-nav > div a{
          line-height:1;
          font-size:4.2vw !important;
          padding:0 3vw !important; } }

header#masthead nav div .navbar-nav > .info-btn-header a{
  background-color:#FAC01A;
  color:#002454 !important; }

header#masthead nav div.navbar-nav > .info-btn-header a:hover{
  background-color:#002454;
  color:#FAC01A !important;
  outline-color:#FAC01A;
  outline-style:solid;
  outline-width:3px;
  outline-offset:-3px; }

header#masthead nav div.navbar-nav > div a:hover{
  border-bottom:solid 3px #FAC01A;
  transition:none; }

#content.site-content, .entry-content{
  padding-top:0;
  margin-top:0; }

footer#colophon{
  display:flex;
  flex-direction:row; }
  footer#colophon a{
    color:white;
    font-size:12px; }
  footer#colophon h2{
    color:#FFD200;
    font:normal normal 700 18px/1.3 "acumin-pro-condensed", san-serif;
    font-size:16px;
    margin-bottom:0.9em !important;
    padding:0 !important; }
  footer#colophon .logo-contact{
    display:flex;
    width:15vw;
    min-width:250px;
    flex:0.1 1 auto;
    flex-direction:column;
    justify-content:center;
    align-content:center;
    background-color:#003466 !important;
    padding:40px 40px; }
    footer#colophon .logo-contact > div{
      text-align:center; }
    footer#colophon .logo-contact img{
      width:100%;
      height:100%;
      -o-object-fit:contain;
         object-fit:contain; }
    footer#colophon .logo-contact .location{
      margin-top:0;
      color:white; }
    footer#colophon .logo-contact .contact{
      font:normal normal 700 18px/1.3 "acumin-pro-condensed", san-serif;
      font-size:16px;
      margin-top:1.5rem;
      color:#FFD200; }
    footer#colophon .logo-contact .phone{
      font-size:18px;
      margin-top:0.3rem;
      color:white; }
    footer#colophon .logo-contact .copyright{
      margin-top:2rem;
      color:white;
      font:normal normal normal 18px/1.3 "acumin-pro-semi-condensed", san-serif;
      font-size:14px;
      padding:0 15px; }
  footer#colophon .links{
    display:flex;
    flex-grow:1;
    background-color:#0B3F72;
    padding-left:20px; }
    footer#colophon .links .column{
      flex:3 1 auto;
      margin:85px 15px 10px; }
      footer#colophon .links .column nav{
        margin-bottom:1rem; }
        footer#colophon .links .column nav a{
          display:block;
          font-size:14px;
          line-height:28px; }
    footer#colophon .links .column-social{
      flex:3 1 auto;
      padding-right:20px;
      margin-top:32px; }
      footer#colophon .links .column-social nav{
        display:flex;
        flex-direction:column;
        margin-top:55px; }
        footer#colophon .links .column-social nav a{
          margin-bottom:1rem; }
    footer#colophon .links a#back-to-top{
      position:relative;
      bottom:-55px;
      font:normal normal 700 18px/1.3 "acumin-pro-condensed", san-serif;
      font-size:16px;
      color:#FFD200; }
      footer#colophon .links a#back-to-top img{
        display:block;
        width:14px; }
  @media (max-width: 991px){
    footer#colophon{
      flex-direction:column;
      height:auto; }
      footer#colophon .logo-contact{
        order:2;
        width:100vw;
        height:auto;
        flex-direction:row; }
        footer#colophon .logo-contact > div{
          display:flex;
          flex-grow:1;
          justify-content:space-between;
          flex-direction:row;
          padding:0 20px;
          align-items:center; }
          footer#colophon .logo-contact > div > div .contact{
            margin-top:0.85em; }
          footer#colophon .logo-contact > div > div .copyright{
            margin-top:0.85em; }
          footer#colophon .logo-contact > div .logo-wrapper{
            width:27vw;
            height:17vw;
            max-width:200px; }
            footer#colophon .logo-contact > div .logo-wrapper img{
              width:100%;
              height:100%;
              -o-object-fit:cover;
                 object-fit:cover; }
      footer#colophon .links{
        order:1;
        flex-wrap:wrap;
        padding-bottom:2rem; }
        footer#colophon .links .column-social{
          flex-basis:100%; }
          footer#colophon .links .column-social nav{
            width:90%;
            margin-left:auto;
            margin-right:auto;
            flex-direction:row;
            justify-content:space-between; }
            footer#colophon .links .column-social nav a img{
              height:4vw; }
          footer#colophon .links .column-social a#back-to-top{
            display:none; } }

@media (max-width: 767px){
  .page-share-your-story #content.site-content{
    padding-bottom:0; }
    .page-share-your-story #content.site-content .gform_wrapper{
      margin-bottom:0; } }

.page-share-your-story .gform_wrapper.form-share-your-story_wrapper{
  max-width:none !important;
  clear:both !important;
  width:100vw !important;
  position:relative !important;
  left:50% !important;
  right:50% !important;
  margin-left:-50vw !important;
  margin-right:-50vw !important; }
  @media (max-width: 767px){
    .page-share-your-story .gform_wrapper.form-share-your-story_wrapper{
      width:100% !important;
      left:auto !important;
      right:auto !important;
      margin-left:0 !important;
      margin-right:0 !important; } }
  .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form{
    width:70vw;
    max-width:none !important;
    margin:4rem auto !important;
    padding:calc( 20px * 3) 5vw;
    background-color:#E3E7EA;
    color:#003466; }
    .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form span.gfield_required{
      color:#003466;
      font-weight:normal; }
    .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form label, .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form p, .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form li{
      font:normal normal normal 18px/1.3 "acumin-pro-semi-condensed", san-serif;
      font-size:19px !important;
      font-weight:400 !important; }
    .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form > ul > li > label, .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form legend, .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .label label{
      font:normal normal 700 20px/1.2 "futura-pt-condensed", san-serif;
      font-weight:700 !important;
      font-size:26px !important;
      margin-bottom:15px; }
    .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form label{
      margin-top:10px; }
    .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form input:not([type=file]):not([type=checkbox]), .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form textarea{
      color:#003466;
      border:1px solid #003466;
      border-radius:0.25rem;
      margin-bottom:20px; }
    .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form button{
      padding:10px 20px;
      background-color:#003466;
      border:0;
      font:normal normal 700 20px/1.2 "futura-pt-condensed", san-serif;
      font-size:18px !important;
      color:white;
      text-transform:uppercase; }
    .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form input[type=submit]{
      padding:10px 15px;
      border:0 !important;
      background-color:#F1C704;
      border-radius:0 !important;
      font:normal normal 700 20px/1.2 "futura-pt-condensed", san-serif;
      font-size:26px !important;
      color:#003466;
      text-transform:uppercase; }
    .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .gfield_description{
      font-size:18px; }
    .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .gform_body .gform_fields .gfieldset ul, .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .gform_body .gform_fields .gfieldset li{
      list-style-type:none !important; }
    .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .gform_body .gform_fields .gfieldset ul{
      margin-left:0;
      padding-left:0; }
      .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .gform_body .gform_fields .gfieldset ul li .ginput_container_checkbox li{
        display:flex;
        align-content:center; }
        .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .gform_body .gform_fields .gfieldset ul li .ginput_container_checkbox li input{
          line-height:1; }
        .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .gform_body .gform_fields .gfieldset ul li .ginput_container_checkbox li label{
          margin-top:0; }
    .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form ul.gfield_radio, .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form ul.gfield_checkbox{
      width:100% !important;
      margin-left:0 !important;
      padding-left:0;
      display:flex;
      flex-wrap:wrap;
      justify-content:flex-start; }
      .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form ul.gfield_radio li, .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form ul.gfield_checkbox li{
        display:flex !important;
        align-items:center;
        width:auto !important;
        flex-shrink:0;
        margin-right:4vw !important; }
        .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form ul.gfield_radio li label, .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form ul.gfield_checkbox li label{
          padding-left:1vw;
          white-space:nowrap; }
    .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .form-middle{
      padding:0 !important;
      margin-bottom:3rem; }
      .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .form-middle > ul{
        display:flex;
        flex-flow:row wrap;
        padding:0 !important;
        margin:0 !important; }
        .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .form-middle > ul > li:first-child, .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .form-middle > ul > li:last-child{
          display:none !important;
          width:0 !important; }
        .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .form-middle > ul li{
          position:relative;
          display:list-item !important;
          flex:1;
          flex-grow:1; }
          .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .form-middle > ul li label{
            font:normal normal 700 20px/1.2 "futura-pt-condensed", san-serif;
            font-weight:700 !important;
            font-size:26px !important;
            margin-bottom:15px; }
          .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .form-middle > ul li .ginput_container_textarea{
            position:absolute;
            left:0;
            top:30px;
            width:90% !important;
            height:95%;
            padding-top:15px; }
            .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .form-middle > ul li .ginput_container_textarea textarea{
              position:absolute;
              left:0;
              top:20px;
              width:90% !important;
              height:100%; }
          .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .form-middle > ul li.gf_left_half{
            width:60% !important; }
          .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .form-middle > ul li.gf_right_half{
            width:40% !important;
            padding-top:55px; }
      .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .form-middle .instructions{
        padding-top:40px; }
        .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .form-middle .instructions ul#instruction-list{
          margin:16px 0 16px 20px !important;
          list-style-type:square !important; }
          .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .form-middle .instructions ul#instruction-list li, .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .form-middle .instructions ul#instruction-list li::marker{
            list-style-type:square !important; }
    .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form li.hidden_label input{
      margin-top:0 !important; }
    .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .photo-upload-1 label{
      font:normal normal 700 20px/1.2 "futura-pt-condensed", san-serif !important;
      font-size:26px !important; }
    .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .photo-upload-1 .gfield_description{
      padding-top:15px;
      padding-bottom:15px;
      font-size:18px; }
    .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .photo-upload-1,
    .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .photo-upload-2,
    .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .photo-upload-3{
      padding-bottom:15px; }
    .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .ginput_container_fileupload{
      position:relative; }
      .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .ginput_container_fileupload > input, .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .ginput_container_fileupload > span{
        opacity:0; }
      .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .ginput_container_fileupload .file-upload-styled{
        position:absolute;
        left:0;
        top:0; }
        .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .ginput_container_fileupload .file-upload-styled span.filename{
          display:inline-block;
          margin-left:1rem;
          font-size:0.8em; }
    .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .optional-link{
      padding-top:20px !important; }
    .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .bottom-text{
      width:60%; }
  @media (max-width: 767px){
    .page-share-your-story .gform_wrapper.form-share-your-story_wrapper{
      width:100%;
      margin-left:auto;
      margin-right:auto; }
      .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form{
        width:100%;
        margin:0 !important; }
        .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form ul.gfield_checkbox{
          flex-wrap:wrap; }
          .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form ul.gfield_checkbox li{
            width:50% !important; }
        .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .form-middle > ul{
          flex-direction:column; }
          .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .form-middle > ul li.gf_left_half{
            width:100% !important;
            order:2; }
            .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .form-middle > ul li.gf_left_half .ginput_container_textarea{
              position:relative;
              width:100% !important;
              margin-bottom:2rem; }
              .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .form-middle > ul li.gf_left_half .ginput_container_textarea textarea{
                position:relative;
                width:100% !important;
                height:60vw; }
          .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .form-middle > ul li.gf_right_half{
            border-top:1px solid #003466;
            border-bottom:1px solid #003466;
            width:100% !important;
            padding-bottom:2rem;
            order:1; }
        .page-share-your-story .gform_wrapper.form-share-your-story_wrapper form .bottom-text{
          width:auto;
          line-height:1.5 !important; } }

#share-your-story{
  clear:both !important;
  width:100vw !important;
  position:relative !important;
  left:50% !important;
  right:50% !important;
  margin-left:-50vw !important;
  margin-right:-50vw !important;
  margin-top:calc( 20px * 3);
  margin-bottom:calc( 20px * 3); }
  @media (max-width: 767px){
    #share-your-story{
      width:100% !important;
      left:auto !important;
      right:auto !important;
      margin-left:0 !important;
      margin-right:0 !important; } }
  #share-your-story a{
    display:block;
    display:flex;
    flex-direction:row; }
    #share-your-story a .cta{
      width:30vw;
      transition:all 0.3s;
      position:relative;
      border-width:20px 20px 20px 0;
      border-style:solid;
      border-color:#F1C704;
      background-color:#FFD200;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center; }
      #share-your-story a .cta .large-text{
        transition:all 0.3s;
        transform-origin:left bottom;
        width:55%;
        font:normal normal 800 14px/1.2 "futura-pt-condensed", san-serif;
        font-size:6.5vw;
        line-height:0.9;
        margin-bottom:2rem;
        text-transform:uppercase; }
        #share-your-story a .cta .large-text strong, #share-your-story a .cta .large-text span{
          font:inherit;
          color:#3777b5; }
      #share-your-story a .cta .small-text{
        width:55%;
        line-height:1.3;
        padding-bottom:6vw;
        font-size:1.5vw; }
      #share-your-story a .cta img{
        position:absolute;
        width:20%;
        bottom:1.8vw;
        left:22.5%;
        display:block;
        text-align:left;
        transition:all 0.3s;
        transform:translateX(0); }
    #share-your-story a .photo-container{
      width:70vw; }
      #share-your-story a .photo-container img{
        width:100%;
        height:100%;
        -o-object-fit:cover;
           object-fit:cover; }
    #share-your-story a:hover, #share-your-story a:focus{ }
      #share-your-story a:hover .cta, #share-your-story a:focus .cta{
        border-color:#FFD200;
        background-color:#F1C704; }
      #share-your-story a:hover #shareow, #share-your-story a:focus #shareow{
        transform:translateX(70%); }
  @media (max-width: 991px){
    #share-your-story a{
      flex-direction:column; }
      #share-your-story a .cta{
        width:100%;
        padding:4vw;
        border-left-width:20px; }
        #share-your-story a .cta .large-text{
          width:auto;
          margin-top:8px;
          text-align:center;
          font-size:16vw; }
        #share-your-story a .cta .small-text{
          width:85%;
          font-size:5vw; }
      #share-your-story a .photo-container{
        width:100%; }
      #share-your-story a img#shareow{
        position:relative;
        top:0;
        left:0; } }

/*# sourceMappingURL=site.css.map */
