.table {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding-bottom: 2rem;
  width: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: center;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 2px;
}
.table thead,  
.table tbody,
.table-fiscal-years {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: stretch;
  width: 100%;
}
  .table thead {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  
  .table thead .column-view-service-notice {
    font-size: 0;
  }
  .table thead tr,  
  .table tbody tr {
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-content: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: stretch;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
  
  .table a,
  .table tbody tr,
  .table tbody tr:before {
    transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
  }
  
  .table a {
    position: relative;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    height: 50px;
    font-weight: 400;
  }
  
  .table-service-notices .table a,
  .column-effective-date {
    padding-left: 2.3rem;
    line-height: 1;
  }
  
  .table thead .column-effective-date {
    padding-left: 0;
  }
 .table tbody .column-effective-date {
   padding-left: 2.3rem;
 }
  
  .table a:link,  
  .table a:visited {
    color: #006EB0;
    text-decoration: none;
  }
  
  .table tbody tr:before  {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 10px;
    height: 100%;
    background-color: #006EB0;
    visibility: hidden;
    opacity: 0;
  }
  
  .table tbody tr:hover {
    background-color: #EEF2F6;
  }
  
  .table tbody tr:hover:before {
    visibility: visible;
    opacity: 1;
  }
  
  .table thead a {
    position: relative;
    height: 60px;
    font-weight: 500;
  }
  
  .table thead a:before,
  .table thead a:after {
    position: absolute;
    content: '';
  }
  
  .table thead a:before {
    top: 28px;
    left: 7px;
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #006EB0;
    z-index: 1;
  }
  
  .table thead a:after {
    top: 18px;
    left: 0;
    width: 24px;
    height: 24px;
    background-color: #006EB0;
    border-radius: 50px;
  }
  
  .table thead .column-studies a:before, 
  .table thead a:after {
    display: none;
  }
  
  .table thead .column-effective-date a:before {
    border-top-color: #fff;
  }
  
  .table thead .column-effective-date a:after {
    display: block;
  }
  
  .table thead a:link,
  .table thead a:visited {
    color: #333;
  }
  
  .table th, .table td {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }
  
  .table thead tr,
  .table th {
    height: 60px;
  }
  
  .table tr,
  .table tbody td {
    min-height: 50px;
  }
  
  .table thead th,
  .table tbody td {
    width: 14%;
  }
  
  .table .column-service-notice {
    padding-left: 3rem;
    width: 62%;
  }
  
  /* Table - Fiscal Years */
  
  .table-fiscal-years {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
  
  .table-fiscal-years h2 {
    padding-bottom: 1rem;
  }
  
  .table-fiscal-years .table thead th,
  .table-fiscal-years .table tbody td,
  .table-fiscal-years .table tbody td a {
    position: relative;
  }
  
  .table-fiscal-years .table {
    padding-bottom: 0;
  }
  
  .table-fiscal-years .table thead th,
  .table-fiscal-years .table tbody .column-fiscal-year,
  .table-fiscal-years .table tbody td a {
    padding: 1rem 2rem;
  }
  
    .table-fiscal-years .table thead th,
    .table-fiscal-years .table tbody td {
      width: 20%;
    }
    
    .table-fiscal-years .table thead th,
    .table-fiscal-years .table .column-fiscal-year {
      font-size: 20px; font-size: 1.25rem;
      font-weight: 600;
    }
    
      .table-fiscal-years .table tbody td:after {
        position: absolute;
        top: 0;
        right: 0;
        content: '';
        width: 1px;
        height: 100%;
        background-color: #333;;
        background-color: rgba(0, 0, 0, 0.2);
      }
      
      .table-fiscal-years .table tbody tr > td:last-of-type:after {
        display: none;
      }
    
      .table-fiscal-years .table tbody td a {
        min-height: 150px;
        overflow: hidden;
      }
      
      .table-fiscal-years .table tbody td a:after,
      .table-fiscal-years .table tbody td a:before {
        position: absolute;
        content: '';
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease-out;
          -webkit-transition: all 0.3s ease-out;
      }
      
      .table-fiscal-years .table tbody td a:before {
        right: -60px;
        bottom: -60px;
        height: 100px;
        width: 100px;
        background-color: #00529C;
        -webkit-transform: rotate(-45deg); 
        -ms-transform: rotate(-45deg); 
        transform: rotate(-45deg); 
      }
      
      .table-fiscal-years .table tbody td a:after {
        bottom: 0;
        right: 0;
        width: 30px;
        height: 30px;
        background: url('/_assets/img/arrow-forward.svg') center center no-repeat;
        background-size: 20px 20px;
          -webkit-background-size: 20px 20px;
      }
      
      .table-fiscal-years .table tbody td a:link,
      .table-fiscal-years .table tbody td a:visited {
        color: #3879C1;
      }
      
      .table-fiscal-years .table tbody td a:hover,
      .table-fiscal-years .table tbody td a:active {
        color: #00529C;
      }
      
      .table-fiscal-years .table tbody td a:hover:before,
      .table-fiscal-years .table tbody td a:hover:after {
        visibility: visible;
        opacity: 1;
      }
      
      .table-fiscal-years .container-fluid {
        padding-bottom: 0;
      }
  
  /* Table - Fiscal Years */
  
  /* 1380px and smaller) */
  @media only screen and (max-width: 1380px) {
    
   .table a,
   .column-effective-date,
   .table tbody .column-effective-date {
     padding-left: 2rem;
   }
   
   .table thead th, 
   .table tbody td {
     width: 20%;
   }
   
   .table .column-service-notice {
     padding-left: 0.5rem;
     padding-right: 2rem;
     width: 42%;
   }
   
  }
  /* 1380px and smaller) */
  
  /* 1024px and smaller) */
  @media only screen and (max-width: 1024px) {
    
    .page-financial-information .section-two-column aside:nth-of-type(1) {
      padding-top: 4.5rem;
    }
    
    .page-financial-information .section-related-content aside:nth-of-type(1) {
      padding-top: 2rem;
    }
    
    .table-fiscal-years {
      padding-bottom: 2rem;
    }
    
    .table {
      position: relative;
      overflow: hidden;
      overflow-x: scroll;
    }
    
    .table thead,
      .table tbody {
        min-width: 1000px;
      }
      .table-fiscal-years .table .column-fiscal-year {
        /* max-width: 150px; */
      }
      
      .table-fiscal-years .table thead th, .table-fiscal-years .table .column-fiscal-year {
        font-size: 18px; font-size: 1.125rem;
      }
    
  }
  /* 1024px and smaller) */