.section-filter-service-notices {
  height: 0;
  position: relative;
  padding: 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: stretch;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
}
/* Navigation - Filter Service Notices */
.nav-filter-service-notices {
  position: relative;
  top: -50px;
  margin: 0 auto;
  width: 100%;
  max-width: 1320px;
  height: 100px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 30px 30px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 30px 30px 0 rgba(0,0,0,0.2);
  
}
    .section-cards.cards-service-notices {
      padding-top: 4rem;
    }
  .nav-filter-service-notices form {
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    /* -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    padding-left: 8rem;
    padding-right: 2rem;
    width: 100%;
    min-height: 100px;
  }
  
  .nav-filter-service-notices .icon {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 1.5rem;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    width: 100px;
    height: 100%;
    min-height: 100px;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
    overflow-x: visible;
  }
  
  .nav-filter-service-notices .icon:after {
    position: absolute;
    top: -24px;
    left: -85px;
    content: '';
    width: 150px; 
    height: 150px; 
    background-color: #006EB0;
    border-radius: 10px;
    -webkit-transform: rotate(-45deg);  
    -ms-transform: rotate(-45deg); 
        transform: rotate(-45deg);
  }
  
    .nav-filter-service-notices .icon svg {
      position: relative;
      width: 24px;
      height: 24px;
      z-index: 2;
    }
  
  .filter-dropdown {
    position: relative;
    -ms-align-items: center;
    align-items: center;
    width: 26%;
    height: 100px;
    /* max-width: 221px; */
  }
  
  .btn-filter-dropdown:first-child {
    font-weight:bold;
  }
  .btn-filter-dropdown {
    z-index: 75;
    position: relative;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0 1.5rem;
    width: 100%;
    height: 37px;
    color: #006EB0;
    font-size: 16px; font-size: 1rem;
    border: 1px solid #006EB0;
    border-radius: 30px;
    text-decoration: none;
  }
  
  .nav-filter-service-notices li {
    margin-right: 1rem;
  }
  
  .nav-filter-service-notices li:last-of-type {
    flex-grow: 2;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end;
  }
  
  .btn-filter-dropdown:after {
    position: absolute;
    top: 0.4rem;
    right: 1rem;
    content: '';
    width: 20px;
    height: 20px;
    background: url('/_assets/img/expand-more.svg') center top no-repeat;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
  }
  
  .filter-options {
    display: none;
    position: absolute;
    top: 5rem;
    left: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    width: 300px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 20px 50px 0 rgba(0,0,0,0.3);
    z-index: 5;
  }
  
    .filter-options .label-container {
      position: relative;
      cursor: pointer;
      width: 100%;
      height: auto;
      z-index: 2;
    }
    
    .filter-options .label-container label {
      padding: 0.6rem 1.5rem;
      width: 100%;
      height: auto;
      min-height: 40px;
      transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
    }
    
    .filter-options .label-container input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    
    .filter-options .label-container input {
      opacity: 0;
      cursor: pointer;
    }
    
    .filter-options .label-container:hover label,
    .filter-options .label-container input:checked + label {
      color: #fff;
    }
    
    .filter-options .label-container:hover label {
      background-color: #006EB0;
    }
    
    .filter-options .label-container:active label,
    .filter-options .label-container input:checked + label {
      background-color: #00529C;
    }
    
    .filter-options label:hover {
      color: #fff;
    }
  
  .btn-filter-dropdown.active + .filter-options {
    display: block;
  }
  
  /* Navigation - Filter Service Notices */
  
  .section-filter-service-notices .section-heading {
    padding-top: 0;
    width: 100%;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .section-filter-service-notices .section-heading aside {
    padding-top: 0;
  }
  
  .section-filter-service-notices .section-heading aside,
  .section-table-sort aside {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 50%;
    min-width: 50%;
  }
  
  .section-filter-service-notices .section-heading aside:nth-of-type(2) h2,
  .section-filter-service-notices .section-heading aside:nth-of-type(4) {
    justify-content: flex-end;
  }
  
  .amount-service-notices {
    margin-right: 0.5rem;
  }
  
  
  /* Table Sort */
  
  .section-table-sort {
    padding-left: 4rem;
    padding-right: 4rem;
    width: 100%;
    justify-content: space-between;
    background-color: #fff;
    border-top: 1px solid #eee;
  }
  
    .section-table-sort aside:nth-of-type(1) {
      max-width: 230px;
      min-width: 230px;
      border-right: 1px solid #eee;
    }
  
    .section-table-sort aside:nth-of-type(2) {
      padding-left: 1.5rem;
      max-width: 300px;
      min-width: 300px;
      border-left: 1px solid #eee;
    }
  
  /* Table Sort */
  
  /* Table */  
  
  .table-service-notices {
    padding-bottom: 0;
    background-color: #EEF2F6;
  }
  
  /* Table */
  
  /* 1380px and smaller) */
  @media only screen and (max-width: 1380px) {
    
    .nav-filter-service-notices {
      height: auto;;
      max-width: 96%;
    }
    
      /* .nav-filter-service-notices form {
        justify-content: center;
      } */
    
      /* .filter-dropdown {
        min-width: 155px;
        max-width: 155px;
      } */
      
      /* .nav-filter-service-notices li:last-of-type {
        flex-grow: 0;
      } */
  }
  
  /* 1024px and smaller) */
  @media only screen and (max-width: 1100px) {
    
    .nav-filter-service-notices .icon svg {
      position: absolute;
      top: 40px;
      z-index: 2;
    }
      
    .nav-filter-service-notices form {
      padding-left: 4rem;
      justify-content: flex-start;
    }
    
    /* .nav-filter-service-notices form {
      padding: 2rem 2rem 1rem 4rem;
      justify-content: flex-end;
    } */
    
    .nav-filter-service-notices .icon {
      padding-left: 0.6rem;
    }
    
      .nav-filter-service-notices .icon:after {
        left: -125px;
      }
    
    .filter-dropdown {
      margin-right: 0.5rem;
    }
    
    .table {
      font-size: 15px; font-size: 0.9375rem;
    }
    
  }
  /* 1024px and smaller) */
  @media only screen and (max-width: 1024px) {
    
    .page-service-notices .aside-img.aside-year {
      margin-bottom: 0;
      justify-content: center;
    }
    .page-service-notices .aside {
      padding-top: 7rem;
    }
    
    .section-filter-service-notices .section-heading aside, 
    .section-table-sort aside {
      width: 100%;
      min-width: 100%;
      justify-content: center;
    }
    
    .section-filter-service-notices .section-heading aside:nth-of-type(1) h2,
    .section-filter-service-notices .section-heading aside:nth-of-type(2) h2 {
      font-size: 20px; font-size: 1.25rem;
      justify-content: center;
    }
    
    .filter-dropdown,
    .nav-filter-service-notices li  {
      margin: 0 0.5rem;
      height: auto;
      min-width: 150px;
    }
    
    .nav-filter-service-notices li:nth-of-type(5){
      min-width: 30%;
    }
    
    .section-table-sort aside:nth-of-type(1),
    .section-table-sort aside:nth-of-type(2) {
      width: 50%;
      max-width: 50%;
      min-width: 50%;
      border-right: none;
    }
    
    .section-table-sort aside:nth-of-type(1) {
      padding-right: 1rem;
    }
    
    .section-table-sort {
      padding-left: 2rem;
      padding-right: 2rem;
    }
    
    .section-filter-service-notices .section-heading aside:nth-of-type(1) {
      padding-bottom: 0;
    }
    
    .nav-filter-service-notices li:last-of-type {
      flex-grow: 0;
      justify-content: flex-start;
    }
  }
  /* 1024px and smaller) */
    
  /* 768px and smaller) */
  @media only screen and (max-width: 768px) {
    
    
    .section-table-sort {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    
    .section-table-sort .select-dropdown svg {
      right: 0;
    }
    
    .nav-filter-service-notices form {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-right: 1rem;
      padding-bottom: 1rem;
    }
    
    .filter-dropdown, .nav-filter-service-notices li {
      margin: 1rem 0 0 0.5rem;
      width: 46%;
    }
    
    .nav-filter-service-notices li:last-of-type {
      justify-content: flex-end;
    }
    
    .nav-filter-service-notices {
      max-width: 90%;
    }
    
    
  }
  /* 768px and smaller) */
  
  /* 580px and smaller) */
  @media only screen and (max-width: 580px) {
    
    .section-table-sort {
      padding-left: 0;
      padding-right: 0;
      -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-table-sort aside:nth-of-type(1),
    .section-table-sort aside:nth-of-type(2) {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%;
      max-width: 100%;
      min-width: 100%;
    }
    
    .section-table-sort aside:nth-of-type(2) {
      border-left: none;
      border-top: 1px solid #eee;
    }
    aside.sort-service-notice-effective-date {
      display: block;
    }
    
    
  }
  /* 580px and smaller) */
  
  /* 480px and smaller) */
  @media only screen and (max-width: 480px) {
    
    .nav-filter-service-notices form {
      justify-content: flex-end;
      -ms-align-items: flex-end;
      align-items: flex-end;
    }
    
    .filter-dropdown, .nav-filter-service-notices li {
      margin: 1rem 0 0;
      width: 100%;
      max-width: 100%;
    }
    
    .cards-service-notices .three-column .card h2 {
      padding-top: 2rem;
      padding-bottom: 2rem;
      height: auto;
    }
    .section-cards.cards-service-notices {
      padding-top: 11rem;
    }
    .cards-service-notices .three-column .card h2, 
    .cards-service-notices .three-column .card p,
    .cards-service-notices .three-column .card a {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    
    .cards-service-notices .three-column .card p {
      height: auto;
      padding-top: 1rem;
      padding-bottom: 1rem;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-align-items: flex-start;
      align-items: flex-start;
    }
    
    .cards-service-notices .three-column .card p span {
      width: 100%;
      max-width: 100%;
    }
    
    .cards-service-notices .three-column .card p span:nth-of-type(2) {
      margin-top: 0.2rem;
      justify-content: flex-start;
    }
    
  }
  /* 480px and smaller) */