.heading.heading--h1.homepage-header__heading {
    font-weight: 700;
    color: #fff;
    width: 700px;
  }


  .homepage-header__content {
    top: 50%;
  }

  .quicklinks_homepage-header__copy {
    color: #fff;
    padding-bottom: 20px;
    font-size: 18px;
  }

  body .scroll-container main .homepage-header {
    height: 540px !important;
  }

  #link__box {
    width: 604px;
    height: 312px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    padding: 30px 44px;
    position: relative;
    top: 33%;
  }

  .link__box__links-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .link__box__title {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    margin-top: 0px;
  }

  .link__box__links-container a {
    color: rgba(0, 92, 188, 1);
    font-size: 14px;
    font-weight: 700;
    padding-top: 16px;
    padding-bottom: 16px;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 4px;
    transition: 0.3s;
    padding-top: 16px;
    padding-bottom: 21px;
  }

  .link__box__links-container a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }

  .link__box__links-container a:after {
    content: "";
    display: block;
    width: 240px;
    height: 1px;
    background: rgba(225, 225, 225, 1);
    right: 0;
    top: 20px;
    position: relative;
  }

  #search-toggle-button-test {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding-top: 16px;
    padding-bottom: 21px;
    border: unset;
    background: transparent;
    text-align: left;
    padding-left: 0;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    transition: 0.3s;
  }

  #search-toggle-button-test:hover {
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 4px;
  }

  #search-toggle-button-test:after {
    content: "";
    display: block;
    width: 240px;
    height: 1px;
    background: rgba(225, 225, 225, 1);
    right: 0;
    top: 20px;
    position: relative;
  }

  #search-toggle-button-test:hover {
    cursor: pointer;
  }
  .top__link:before {
    content: "";
    display: block;
    width: 240px;
    height: 1px;
    background: rgba(225, 225, 225, 1);
    right: 0;
    top: -15px;
    position: relative;
  }

  .homepage-header__background {
    width:auto;
    height:100%;
    float: right;
  }

  /* Media Queries */

  @media only screen and (max-width: 972px) {
    .col-sm-12.col-md-6.col-lg-8.homepage-header__grid-col {
      margin-left: 40px;
    }
    .heading.heading--h1.homepage-header__heading {
      width: 500px;
    }
  }

  @media only screen and (max-width: 718px) {
    .homepage-header__grid-col {
      margin-left: 20px;
      padding-left: 0;
    }
    .heading.heading--h1.homepage-header__heading {
      width: 500px;
    }
    #link__box {
      width: 590px;
    }
  }

  @media only screen and (max-width: 647px) {
    .homepage-header__grid-col {
      margin-left: 20px;
      padding-left: 0;
    }
    .heading.heading--h1.homepage-header__heading {
      width: 500px;
    }
    #link__box {
      width: 550px;
    }
    .link__box__links-container a:after {
      width: 210px;
    }
    #search-toggle-btn-test:after {
      width: 210px;
    }
    .top__link:before {
      width: 210px;
    }
    #search-toggle-button-test:after {
      width: 100%;
    }
  }

  @media only screen and (max-width: 600px) {
    .link__box__links-container {
        grid-template-columns: 1fr;
    }
    body .scroll-container main .homepage-header {
      height: 720px !important;
    }
    .heading.heading--h1.homepage-header__heading {
      width: 345px;
      font-size: 26px;
    }
    .homepage-header__content {
      top: 50%;
    }
    .quicklinks_homepage-header__copy {
      padding-bottom: 0;
    }
    #link__box {
      top: 18%;
      height: 530px;
      width: 98%;
      padding-left: 25px;
      padding-right: 25px;
    }
    #search-toggle-btn-test:after {
      content: none;
    }
    .right-col.top__link:before {
      content: none;
    }
    .link__box__links-container a:after {
      width: 100%;
    }
      #search-toggle-btn-test:after {
      width: 100%;
    }
    .top__link:before {
      width: 100%;
    }
  }

  @media only screen and (max-width: 390px) {
    .heading.heading--h1.homepage-header__heading {
      width: 290px;
      font-size: 26px;
    }
    #link__box {
      top: 21%;
    }
    .homepage-header__grid-col {
      margin-left: 0px;
    }
  }

  img.homepage-header__background.homepage-header__background--mobile.homepage-header__background--mobile.homepage-header__background--active {
      max-width: 1800px;
      object-fit: cover;
      box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
  }

  .homepage-header__overlay, .homepage-header__overlay-text {
    max-width: 1800px;
  }

  .homepage-header__overlay-text {
      background-color: rgba(0, 0, 0, .4);
      z-index: 1;
  }

  @media (max-width: 600px) {
    .top__link:before {
      display: none;
    }
  }

  @media (max-width: 320px) {
    #link__box {
      max-width: 96%;
    }
  }