/* Impact */
.impact-homepage {
  position: relative;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-top: 11rem;
  /* padding-left: 0; */
  /* padding-right: 0; */
  min-height: 900px;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size:cover;
  background-size:cover;
  background-color: #2660A1;
}
  .impact-homepage video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
  }
  .impact-homepage aside {
    position: relative;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    z-index: 1;
  }
  .impact-homepage .h1 {
    padding-top: 0;
    max-width: 650px;
    color: #fff;
  }
  .impact-homepage aside .btn {
    padding-left: 0;
    color: #fff;
    text-decoration: none;
  }
  .impact-homepage aside .btn:focus-visible {
    border-color: #fff;
  }
  
  /* Notice Area */
  
  .section-notice-area {
    position: absolute;
    top: 6rem;
    right: -4rem;
    align-self: flex-end;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    width: 90%;
    max-width: 500px;
    height: auto;
    font-size: 14px; font-size: 0.875rem;
    background-color: #fff;
    border-radius: 3px 0 0 3px;
  }
  
    .section-notice-area h2 {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      margin-bottom: 0;
      padding: 1rem 2rem 0;
      font-size: 18px; font-size: 1.125rem;
    }
    
    .section-notice-area h2 span {
      margin-top: 0.5rem;
      font-size: 50px; font-size: 3.125rem;
      font-weight: 700;
    }
    
    .section-notice-area p {
      padding: 0 2rem;
      width: 100%;
    }
    
    .section-notice-area .bigfont{
      margin: 0.5rem 0rem 0rem 2rem;
    } 
    .section-notice-area .nolink {
      padding: 0 2rem 1rem;
    }    
    .section-notice-area h2.noheader1 {
      padding: 0 2rem 1rem;
    }    
    .impact-homepage aside .section-notice-area .btn {
      margin-top: 1rem;
      padding: 2rem;
      justify-content: flex-start;
      width: 100%;
      font-size: 15px; font-size: 1.1rem;
      font-weight: 600;
      text-align: left;
      border-radius: 0 0 0 3px;
    }
    
    .impact-homepage aside .section-notice-area .btn svg {
      margin-left: 1rem;
      margin-right: 2rem;
      width: 24px;
      height: 24px;
    }
    
    .section-notice-area .btn:link,
    .section-notice-area .btn:visited {
      color: #fff;
      background-color: #C81640;
    }
    
  /* Notice Area */
/* Impact */
/* More About Nav Canada */
.nav-more-about {
  position: absolute;
  left: 4rem;
  bottom: -3rem;
  width: calc(100% - 8rem);
  height: 250px;
  background-color: #173D68;
  z-index: 3;
  box-shadow: 0 50px 50px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 50px 50px 0 rgba(0,0,0,0.3);
}
.nav-more-about a {
  position: relative;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: center;
  padding: 0 2rem;
  width: 20%;
  height: 100%;
  color: #fff;
  font-size: 20px; font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  border-right: 1px solid rgba(25,255,255,0.1);
}
  
  .nav-more-about a:nth-of-type(4),
  .nav-more-about a:last-of-type {
    border-right: none;
  }
  
  .nav-more-about a:last-of-type {
    border-left: 1px solid rgba(25,255,255,0.1);
  }
  
  .nav-more-about a .icon {
    margin: 0 0 1rem;
    height: 70px;
    -ms-align-items: center;
    align-items: center;
  }
  
  .nav-more-about a span {
    width: 100%;
  }
  .nav-more-about a span > span {
    position: relative;
    display: block;
  }
  .nav-more-about a svg {
    position: absolute;
    bottom: 3.6rem;
    right: 1.5rem;
    width: 24px;
    height: 24px;
  }
  
  .nav-more-about a:link,
  .nav-more-about a:visited {
    background-color: #00529C;
  }
  
  .nav-more-about a:hover   {
    left: -1px;
    width: calc(22% - 2px);
    height: calc(100% + 2.5rem);
    background-color: #003F78;
    border-color: #003F78;
    box-shadow: 0 30px 30px 0 rgba(0,0,0,0.3);
      -webkit-box-shadow: 0 30px 30px 0 rgba(0,0,0,0.3);
  }
  
  .nav-more-about a:after {
    position: absolute;
    top: 0;
    right: -2px;
    content: '';
    width: 0;
    background-color: #003F78;
    height: 100%;
    z-index: 1;
    transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
  }
  
  .nav-more-about a:hover:after {
    width: 0.1rem;
  }
  
  .nav-more-about a:hover svg {
    bottom: 5rem;
  }
  
  .nav-more-about a:active  { opacity: 0.8; }
/* More About Nav Canada */
/* News */
.section-news {
  position: relative;
  padding-top: 7rem;
  width: 100%;
  color: #225FA3;
  background-color: #EEF2F6;
  z-index: 1;
}
  .section-news .section-header {
    margin-bottom: 2rem;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
  }
  .section-news .h2 {
    width: auto;
    color: #333;
    font-size: 30px; font-size: 1.875rem;
  }
  
  .section-news .h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .section-news .h1,
  .section-news .h3,
  .section-news .h4,
  .section-news .h5,
  .section-news .h6 {
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
  .nav-more-news,
  .nav-more-news li,
  .nav-more-news a {
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 18px; font-size: 1.125rem;
  }
  
    .nav-more-news li {
      display: inline-block;
      height: 40px;
        color: #333;
    }
    
      .nav-more-news li:first-of-type {
        padding: 0 2rem;
      }
    
      .nav-more-news a {
        position: relative;
        padding: 0 2rem;
        height: 100%;
        text-align: center;
        font-weight: 500;
      }
      
      .nav-more-news a:before {
        position: absolute;
        top: 0.3rem;
        left: 0;
        content: '';
        width: 1px;
        height: 30px;
        background-color: #00529C;
        opacity: 0.25;
      }
      
      .nav-more-news a:link,
      .nav-more-news a:visited {
        color:  #006EB0;
        text-decoration: none;
      }
      
      .nav-more-news a:hover   { opacity: 0.7; }
      .nav-more-news a:active  { opacity: 0.9; }
        
  /* News Container */
  
  .news-container,
  .news-container aside  {
    align-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  
  .news-container,
  .news-header {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  
  .news-container {
    padding: 0;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  
  .news-container .aside-news {
    align-content: stretch;
    -ms-align-items: stretch;
    justify-content: flex-start;
    align-items: stretch;
    justify-content: flex-start;
    width: 49%;
    margin-bottom: 2%;
  }
  
  .news-container .aside-news.top-news {
    background-color: #fff;
  }
  
    .news-container aside img {
      position: relative;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      width: 50%;
      min-width: 300px;
      height: 100%;
      min-height: 250px;
      max-height: 250px;
      font-size: 0;
      background-color: #3879C1;
      object-fit: cover;
    }
    
    .news-container aside .img-link {
      position: relative;
      width: 100%;
      height: 100%;
      min-width: 300px;
      max-width: 300px;
    }
    
    .news-container .top-news .img-link {
      min-width: 100%;
      height: 100%;
      min-height: initial;
      max-height: 450px;
    }
    
    .news-container aside .img-link:after {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 100%;
      z-index: 2;
      background: url('/_assets/img/arrow-circle.svg') center center no-repeat;
      background-size: 70px 70px;
      -webkit-background-size: 70px 70px;
      background-color: rgba(0, 0, 0, 0.4);
      transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }
    
    .news-container aside .img-link:hover:after {
      opacity: 1;
      visibility: visible;
    }
    
    .news-body {
      padding: 1.5rem 2rem;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-align-items: flex-start;
      align-items: flex-start;
      justify-content: flex-start;
      min-height: 250px;
      color: #225FA3;
    }
  
    .news-body .news-header {
      width: 100%;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  
    .news-header p {
      margin: 0;
      padding: 0;
      align-content: center;
      -ms-align-items: center;
      align-items: center;
      width: 50%;
      font-size: 12px; font-size: 0.75rem;
    }
    
    .news-date {
      color: #333;
      justify-content: flex-start;
    }
    
    .news-type,
    .document-type {
      padding-right: 1rem;
      padding-left: 1rem;
      /* max-width: 60px; */
      min-width: 60px;
      height: 24px;
      color: #fff;
      font-size: 12px; font-size: 0.75rem;
      font-weight: 400;
      background-color: #006EB0;
      text-align: center;
      border-radius: 2px;
      justify-content: center;
      transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }
    
    .news-type {
      max-width: 80px;
    }
    
    .document-type {
      margin-left: 2rem;
      font-weight: 500;
    }
    
    .section-two-column aside .document-type {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      width: auto;
      align-content: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center;
    }
    
    .news-body {
      position: relative;
      width: 100%;
    }
    
    .news-body .news-type {
      position: absolute;
      top: 1.5rem;
      right: 2rem;
    }
    
    .news-body h3 {
      margin-top: 2rem;
      width: 100%;
      font-size: 20px; font-size: 1.25rem;
      font-weight: 500;
    }
    
    .news-body h3 a:link,
    .news-body h3 a:visited {
      color: #006EB0;
      text-decoration: none;
    }
    
    .news-body h3 a:hover  { opacity: 0.6; }
    .news-body h3 a:active { opacity: 0.8; }
    
    .news-body > p {
      display: block;
      width: 100%;
      color: #333;
    }
  
  .news-container {
    padding-bottom: 4rem;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;
  }
  
    .news-container .aside-news {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 49%;
      margin-bottom: 0;
      -ms-align-items: space-between;
      align-items: space-between;
      justify-content: space-between;
    }
    
    .news-container .news-article {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      width: 100%;
      max-height: 250px;
      background-color: #fff;
      margin-bottom: 2rem;
    }
    
    .news-container .news-article:last-of-type {
      margin-bottom: 0;
    }
  
    .news-container .aside-news.top-news .news-article {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100vh;
      flex: 2 48%;
      max-height: 100vh;
      margin-bottom: 0;
    }
    
      .news-container .aside-news.large h3 {
        font-size: 26px; font-size: 1.625rem;
      }
    
      .news-container .aside-news.top-news img {
        width: 100%;
        max-height: 450px;
      }
  
  /* News Container */
/* News */
/* Services Notices */
.section-service-notices .aside-service-notices {
  position: relative;
  padding-top: 5rem;
  align-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  color: #fff;
  background-color: #222;
  overflow-x: hidden;
  min-height: 800px;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size:cover;
  background-size:cover;
}
  .aside-service-notices h2 {
    font-weight: 700;
  }
  .email-sign-up {
    width: 100%;
  }
  .aside-service-notices h2,
  .aside-service-notices h3 {
    width: 90%;
  }
  
  
  .aside-service-notices h3,
  .aside-service-notices div {
    flex-grow: 3;
  }
  
  .aside-notices-list {
    -ms-align-items: stretch;
    align-items: stretch;
  }
  
  .aside-service-notices .year {
    color:  #fff;
    opacity: 0.1;
  }
  /* Email Sign- Up */
  
  .email-sign-up {
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-end;
  }
  
  .email-sign-up,
  .email-sign-up p,
  .documents-list li a p {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .email-sign-up,
  .email-sign-up p { 
    font-size: 18px; font-size: 1.125rem;
  }
  
    .email-sign-up p strong {
      font-weight: 500;
    }
    
    .email-sign-up .btn {
      margin-top: 0.5rem;
      padding: 0 1.5rem;
      align-content: center;
      -ms-align-items: center;
      align-items: center;
      height: 52px;
      max-width: 350px;
      border-radius: 2px;
      color: #fff;
      background-color: #225FA3;
      text-decoration: none;
    }
    
  /* Email Sign- Up */
  
  /* Documents List */
  
  .aside-notices-list .btn-expand {
    display: none;
  }
  
  .section-two-column .aside-notices-list {
    padding: 0;
    -ms-align-items: stretch;
    align-items: stretch;
  }
  
  .documents-list {
    padding: 2rem 0 0;
    height: auto;
    transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
  }
  .documents-list li {
    margin: 0 auto 0.7rem;
    margin-bottom: 0.7rem;
    width: calc(100% - 6rem);
    padding-bottom: 0.7rem;
    border-bottom: 1px solid #EEF2F6;
  }
    
  .documents-list li,
  .documents-list li a {
    height: auto;
  } 
    
  .documents-list li a {
    margin: 0 auto;
    padding: 0.8rem 0;
    padding: 0.8rem 1rem;
    width: calc(100% - 1rem);
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    text-decoration: none;
  }
  
  .documents-list li a:before {
    position: absolute;
    top: 0;
    left: 2rem;
    content: '';
    width: calc(100% - 4rem);
    height: 2px;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
  }
  
  .documents-list li a p:first-of-type {
    width: 67%;
    -ms-word-break: keep-all;
    word-break: keep-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  
  .documents-list li a .date {
    font-size: 14px; font-size: 0.875rem;
  }
  
  .documents-list li a .document-title {
    display: block;
    margin-top: 0.5rem;
    width: 100%;
    font-size: 16px; font-size: 1rem;
    transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
  }
  
  .documents-list li a:link,
  .documents-list li a:visited {
    color: #006EB0;
  }
  
  .documents-list li a:hover   {
    color: #00529C;
    background-color: #EEF2F6;
    z-index: 2;
  }
  
  .documents-list li a:hover:before {
    opacity: 1;
  }
  
  .documents-list li a:hover .document-title {
    /* opacity: 0.5; */
  }
    
  .documents-list:after {
    display: block;
    margin: 2rem auto 0;
    width: calc(100% - 4rem);
    content: '';
  }
  
  .documents-list li a .date {
    color: #333;
    font-weight: 500;
  }
  
  .documents-list li a .effective-date {
    font-weight: 400;
  }
  .aside-news .news-article .news-body .featureonly {
     display: none;
  }
  .top-news .news-article .news-body .featureonly {
     display: block;
  }
  
  .aside-notices-list .buttons {
    padding: 1rem 4rem 2rem;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .aside-notices-list .btn {
    margin-right: 1rem;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 50%;
    width: calc(50% - 0.5rem);
    min-width: 340px;
    border: 2px solid #006EB0;
    border-radius: 100px;
    justify-content: space-between;
  }
  
  .aside-notices-list .buttons .btn {
    margin-left: 0;
  }
  
  .aside-notices-list .btn-sign-up {
    margin-bottom: 0;
    width: auto;
    max-width: 250px;
    min-width: 160px;
    color: #fff;
    border-width: 1px;
  }
  
  .aside-notices-list .btn:first-of-type {
    margin-left: 0;
  }
  
  .aside-notices-list .btn:hover,
  .aside-notices-list .btn:focus-visible {
    color: #fff;
    background-color: #006EB0;;
  }
  
  /* Documents List */
  
  .studies-in-progress,
  .section-two-column .studies-in-progress aside {
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
  }
  
  .studies-in-progress {
    padding: 2rem 4rem;
    color: #fff;
    font-size: 16px; font-size: 1rem;
    background-color: #1E599A;
    justify-content: flex-start;
  }
  
    .section-two-column .studies-in-progress aside {
      padding: 0;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
    }
    
    .section-two-column .studies-in-progress aside:nth-of-type(2) {
      justify-content: flex-end;
    }
    
    .section-two-column .studies-in-progress aside:nth-of-type(2) p {
      font-size: 16px; font-size: 1rem;
      max-width: 100px;
    }
    
    .aside-notices-list .btn-sign-up {
      padding-left: 0;
      padding-right: 0;
      color: #fff;
      border-color: #fff;
    }
    .aside-notices-list .btn-sign-up div {
      width:100%;
      justify-content: center;
    }
    
    .aside-notices-list .btn-sign-up:hover {
      background: rgba(0, 0, 0, 0.1);
    }
/* Services Notices */
/* Section Video */
.section-video {
  padding-top: 4rem;
  min-height: calc(800px - 4rem);
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  color: #fff;
  background-color: #1A2451;
  background: linear-gradient(135deg, #1F2B62 0%, #0D1333 100%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
  .section-video h2 {
    width: 100%;
  }
  
  .section-video .h3 {
    margin-bottom: 3rem;
  }
  .section-video aside {
    padding: 0 4rem;
  }
  
  .section-video .aside-video {
    padding-bottom: 4rem;
  }
  
  .section-video .aside-globe-video {
    position: relative;
    padding: 0;
    height: 820px;
  }
  
  .section-video .aside-globe-video span {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 800px;
    /*background: url('../img/animated-globe-with-flights.png') right bottom no-repeat;*/
    background-size: contain;
    -webkit-background-size: contain;
    z-index: 2;
  }
  
  .section-video .aside-globe-video img {
    position: absolute;
    top: 5rem;
    right: 10rem;
    width: 600px;
    opacity: 0.1;
  } 
  
  .section-video aside aside {
    padding: 0;
    width: 100%;
  }
  
  .section-video .asides {
    width: 100%;
    flex-direction: column;
  }
  
  .aside-video-content a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin: .5rem 0;
    width: 100%;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
  }
  
  .aside-video-content a b {
    margin: 0 0.3rem;
  }
  
  .aside-video-content a svg {
    margin-left: 1rem;
  }
  
  .aside-video-content a:link,
  .aside-video-content a:visited {
    color: #fff;
    text-decoration: none;
    position: relative;
  }
  
  .aside-video-content  a:hover,
  .aside-video-content a:active {
    opacity: 0.5;
  }
  
  .video-link {
    position: relative;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    /*min-width: 350px;
    max-width: 350px;*/
    height: 220px;
    overflow: hidden;
    background-color: #fff;
  }
  
  .video-content img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  
  .video-link .icon-video {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -35px;
    width: 70px;
    height: 70px;
    fill: rgba(0, 0, 0, 0.5);
  }
  
  .aside-video-content .icon-youtube {
    display: inline-block;
    min-width: 50px;
    max-width: 50px;
    text-align: left;
  }
  
  .section-video .aside-video-link {
    /*max-width: 350px;
    min-width: 350px;
    display: inline;
    max-height: 325px;*/
    width: 100%;
  }
  
  .section-video .aside-video-content a {
    max-height: 250px;
    max-width: 350px;
  }
  .aside-video-content .icon-youtube  > img {
    margin-left: -10px;
    width: 100%;
  }
  
  .section-video aside aside p a {
    display: inline-block;
    margin: 0;
    font-weight: 500;
  }
  
  .section-video aside aside p a:link, 
  .section-video aside aside p a:visited,
  .section-video .aside-video-content .btn-arrow {
    color: #fff;
    text-decoration: none;
  }
  
  .section-video .aside-video-content .btn-link {
    margin-top: 0;
    padding-left: 0;
    width: 100%;
    color: #fff;
  }
  
 
    .aside-video-content p {
      display: block;
      width: 100%;
    }
  
/* Section Video */
.impact-homepage:after,
.aside-service-notices:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.impact-homepage aside .section-notice-area .darkblue { background-color: #00529C; }
.impact-homepage aside .section-notice-area .darkgrey { background-color: #474D56; }
.impact-homepage aside .section-notice-area .teal { background-color: #1FAA92; }
.impact-homepage aside .section-notice-area .red { background-color: #ED1C24; }
.impact-homepage aside .section-notice-area .orange { background-color: #F4793B; }
.impact-homepage aside .section-notice-area .pink { background-color: #D6186E; }
.impact-homepage aside .section-notice-area .purple { background-color: #715DA3; }
/* 1600px and smaller */
@media only screen and (max-width: 1600px) {
  
  .section-video .aside-globe-video img { 
      top: 5rem;
      right: 7rem;
      width: 400px;
  }
  
}
/* 1300px and smaller */
@media only screen and (max-width: 1300px) {
  
    .impact-homepage {
      min-height: 700px;
    }
    
    .section-notice-area {
      top: 0;
    }
    
    .section-video .aside-globe-video img { 
      top: 10rem;
      right: 3rem;
    }
    
}
/* 1300px and smaller */
/* 1200px and smaller */
@media only screen and (max-width: 1200px) {
  
  /* About */
  
  .nav-more-about a {
    font-size: 16px; font-size: 1rem;
    padding: 0 1rem;
  }
  
    .nav-more-about a span svg {
      top: 0;
      right: 0;
    }
    
  /* About */
  
  /* News */
  
  .news-container aside:nth-of-type(1) img,
  .news-container aside:nth-of-type(1) .img-link {
    max-height: 350px;
  }
  
  .news-container aside:nth-of-type(2) img,
  .news-container aside:nth-of-type(3) img,
  .news-container aside:nth-of-type(4) img,
  .news-container aside:nth-of-type(2) .img-link,
  .news-container aside:nth-of-type(3) .img-link,
  .news-container aside:nth-of-type(4) .img-link {
    display: none;
  }
  
  /* News */
  
  .documents-list li a p:first-of-type {
    width: 60%;
  }
  
  .section-video {
    justify-content: flex-start;
  }
  
    .section-video .aside-globe-video img { 
      top: 13rem;
      right: 2rem;
      width: 300px;
    }
    
  /* Video */
  
  .section-video .asides {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .section-video aside aside {
    width: 100%;
    margin-left: 0;
  }
  
}
/* 1200px and smaller */
/* 1100px and smaller) */
@media only screen and (max-width: 1100px) {
  
  .nav-more-about {
    left: 2rem;
    width: calc(100% - 4rem);
  }
  
  .documents-list li, 
  .documents-list li a {
    width: calc(100% - 2rem);
  }
  
  .aside-notices-list .buttons,
  .studies-in-progress,
  .section-video aside {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  
  .section-notice-area {
    right: -2rem;
  }
  
}
/* 1100px and smaller) */
/* 1024px and smaller */
@media only screen and (max-width: 1024px) {
  
  .section-notice-area {
    position: relative;
    top: initial;
    right: initial;
    left: 0;
    width: 100%;
    max-width: 500px;;
    border-radius: 3px;
    align-self: flex-start;
  }
  
  .section-notice-area h2 span {
    font-size: 40px; font-size: 2.5rem; 
  }
  
  .impact-homepage aside .section-notice-area .btn {
    border-radius: 0 0 3px 3px;
  }
  
  .aside-notices-list .buttons,
  .aside-video .asides,
  .studies-in-progress {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .aside-video {
    z-index:9;
  }
  
  .impact-homepage {
    padding: 6rem 0 9rem;
  }
  
    .impact-homepage .row {
      padding-left: 2rem;
      padding: 2rem;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    
    .impact-homepage aside {
      width: 100%
    }
    
    .impact-homepage aside:nth-of-type(1),
    .impact-homepage .h1 {
      width: 100%;
      max-width: 400px;
    }
    
    .impact-homepage aside:nth-of-type(2) {
      margin-top: 2rem;
      -ms-align-items: flex-start;
      align-items: flex-start;
      justify-content: flex-start;
    }
    
    .impact-homepage aside .section-notice-area .btn svg {
      min-width: 24px;
      margin-right: 1rem;
    }
  
  .nav-more-about {
    overflow-x: hidden;
    overflow-y: hidden;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 180px;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #00529C;
    box-shadow: none;
      -webkit-box-shadow: none;
  }
  
    .nav-more-about a,
    .nav-more-about a:last-of-type {
      position: relative;
      padding: 0.65rem 2rem;
      -ms-align-items: center;
      align-items: center;
      justify-content: center;
      width: 50%;
      height: 60px;
      font-size: 14px; font-size: 0.875rem;
      border-right: 1px solid rgba(255,255,255,0.2);
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .nav-more-about a:nth-of-type(2),
    .nav-more-about a:nth-of-type(4) {
      border-right: none;
    }
    
    .nav-more-about a .icon {
      display: none;
    }
    
    .nav-more-about a span {
      position: initial;
      padding: 0.5rem 0;
      height: 100%;
    }
    
    .nav-more-about a span > span {
      position: initial;
      padding: 0;
      display: inline-block;
      width: auto;
    }
    
    .nav-more-about a:hover {
      left: initial;
      width: 50%;
      height: 60px;
      border-color: rgba(255, 255, 255, 0.2);
      box-shadow: none;
        -webkit-box-shadow: none;
    }
    
    .nav-more-about a:hover:after {
      display: none;
    }
    
    .nav-more-about a svg {
      bottom: 1rem;
      right: 1.5rem;
    }
    
    .nav-more-about a:hover svg {
      bottom: 1rem;
    }
    
    /* News */
    
    .section-news {
      padding-top: 3rem;
      padding-bottom: 9rem;
    }
    
    .section-news.tile-listing {
      padding-bottom: 0rem;
    }
    .section-news .section-header {
      margin-bottom: 1.5rem;
    }
    
    .section-news .section-header .nav-more-news {
      position: absolute;
      bottom: 3rem;
      left: 2rem;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-align-items: flex-start;
      align-items: flex-start;
      justify-content: flex-start;
    }
    
    .section-news .section-header .nav-more-news li,
    .section-news .section-header .nav-more-news li {
        padding-left: 0;
      }
    
    .nav-more-news a:before {
      top: 0.5rem;
      width: 50px;
      height: 50px;
      opacity: 1;
      background: url('/_assets/img/arrow-forward-blue.svg') left top no-repeat;
      background-size: 24px 24px;
        -webkit-background-size: 24px 24px;
    }
    
    .section-video h2.h5 {
      /* display: none;
      width: 0; */
    }
    
    .section-service-notices {
      padding-top: 0;
    }
    
    .section-service-notices .aside-service-notices {
      padding-top: 2rem;
      min-height: 500px;
      background-position: center center;
    }
    
    .aside-service-notices .year {
      top: initial;
      right: -150px;
      bottom: 7rem;
      font-size: 110px; font-size: 6.875rem;
    }
    
    .studies-in-progress {
      align-content: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center;
    }
    
    .section-two-column .studies-in-progress aside,
    .section-two-column .studies-in-progress aside:nth-of-type(2) {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-align-items: center;
      align-items: center;
      justify-content: center;
    }
    
    .studies-in-progress p {
      justify-content: center;
      text-align: center;
    }
    
    .aside-notices-list .buttons {
      padding-top: 3rem;
      padding-bottom: 1.5rem;
    }
    
    .aside-notices-list .buttons .btn,
    .aside-notices-list .buttons .btn:first-of-type {
      margin: 0 auto 1.5rem;
    }
    
    .section-video {
      padding: 2rem 0 0;
      min-height: auto;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
    }
    
    .section-video h2 {
      width: 100%;
    }
    
    .section-video .aside-video {
      padding-bottom: 1rem;
    }
    
    .section-video .asides,
    .section-video .aside-video-link,
    .video-link  {
      /* max-width: 100%;
      min-width: 100%; */
    }
    
    .section-video .asides {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    
    .section-video .aside-globe-video span {
      min-height: 500px;
    }
    
    .section-video .aside-globe-video img { 
      top: 2rem;
      right: 6rem;
      width: 350px;
      padding-left: 4rem;
      position: static;
    }
    
    .section-video .aside-globe-video span {
      background-size: 500px auto;
        -webkit-background-size: 500px auto;
    }
    
    .aside-video-content {
      margin-left: 0;
    }
    
    .aside-notices-list .btn-expand {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      z-index: 4;
    }
  
    
    .aside-notices-list .documents-list li:nth-of-type(3),
    .aside-notices-list .documents-list li:nth-of-type(4),
    .aside-notices-list .documents-list li:nth-of-type(5) {
      display: none;
    }
    
    .aside-notices-list .documents-list.active li:nth-of-type(3),
    .aside-notices-list .documents-list.active li:nth-of-type(4),
    .aside-notices-list .documents-list.active li:nth-of-type(5) {
      display: block;
    }
    
    .documents-list li {
      margin-bottom: 0;
      padding-bottom: 0;
    }
    
    .documents-list li,
    .documents-list li a  {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
    }
    
    .documents-list li a {
      width: 100%;
      padding: 1.5rem 2rem;
    }
  
}
/* 1024px and smaller */
/* 768px and smaller */
@media only screen and (max-width: 768px) {
  
  .impact-homepage .row,
  .aside-notices-list .buttons, 
  .studies-in-progress, 
  .section-video aside,
  .documents-list li a,
  .nav-more-about a, 
  .nav-more-about a:last-of-type,
  .news-body {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  
  .impact-homepage {
    -ms-align-items: flex-end;
    align-items: flex-end;
    justify-content: flex-end;
  }
  
  .section-notice-area {
    width: 100%;
    min-width: 100%;
  }
  
  .nav-more-about a svg { right: 1rem; }
  
  .news-container {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    padding-bottom: 2rem;
  }
  
  .news-container aside:nth-of-type(1),
  .news-body {
    height: auto;
    min-height: auto;
  }
  
  .documents-list li a {
    position: relative;
    width: 100%;
  }
  
  .documents-list li a p:first-of-type {
    margin-top: 0.5rem;
    width: 100%;
  }
  
  .documents-list li a .document-type {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
  }
  
  .news-body .news-type {
    right: 1.5rem;
  }
  
  .news-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .news-container .aside-news {
    width: 100%;
  }
  
    .news-container .aside-news.top-news .img-link {
      max-height: 250px;
      overflow: hidden;
    }
  
  .news-container .aside-news.top-news img {
    max-height: 100%;
  }
  
    .news-container aside:nth-of-type(1) .img-link,
    .news-container .aside-news.top-news img {
      max-height: auto;
    }
  
  .news-container .aside-news .news-article,
  .news-container .aside-news.top-news  {
    margin-bottom: 1.5rem;
  }
  
  .news-container .aside-news.top-news {
    /* min-height: 600px; */
  }
  
  .section-video .aside-globe-video {
    min-height: 300px;
  }
  
  .section-video .aside-video {
    padding-bottom: 0rem;
  }
  
  .section-video .aside-globe-video img { 
    top: -6rem;
    right: 3rem;
    width: 300px;
  }
  
  .section-video .aside-globe-video span {
    -webkit-background-size: 400px auto;
    background-size: 400px auto;
  }
  
} 
/* 768px and smaller */
/* 580px and smaller */
@media only screen and (max-width: 580px) {
  
  .section-notice-area h2 {
    padding-top: 0;
  }
  
  .section-notice-area h2,
  .section-notice-area p,
  .impact-homepage aside .section-notice-area .btn {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .nav-more-about a span {
    padding: 0;
  }
  
  .nav-more-about a span > span {
    display: block;
  }
  
  .documents-list li a .document-title {
    margin-top: 1rem;
  }
  
  .section-video .asides,
  .section-video .aside-video-link,
  .video-link  {
    max-width: 100%;
    min-width: 100%;
  }
  
  .aside-notices-list .buttons .btn {
    min-width: 275px;
    max-width: 275px;
  }
  
}
/* 580px and smaller */
/* 400px and smaller */
@media only screen and (max-width: 400px) {
  
  .documents-list li a .effective-date {
    display: block;
  }
  
}
/* 400px and smaller */