.heading.heading--h1.homepage-header__heading {
    font-weight: 700;
    font-size: 46px;
    padding-bottom: 25px;
  }

  .homepage-header__copy {
    display: none;
  }

  .homepage-header__content {
    top: 50%;
  }

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


  /* Styles for Link Box */

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

  #link__box-loggedin {
    height: 345px;
  }

  .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: 2px;
    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:1.5px;
    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-btn-abtest, #search-toggle-btn-test-loggedin {
    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-btn-abtest:hover, #search-toggle-btn-test-loggedin:hover {
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 4px;
  }

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

  #search-toggle-btn-abtest:hover, #search-toggle-btn-test-loggedin: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;
  }

  /* end of link box styles */

  .homepage-header__overlay.homepage-header__overlay--active {
    background-image: url("/-/media/caasco/home/lifestyle-test-banner/hero-hmpg--lifestyle-test-banner.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
  }

  /* Media Queries */

  @media only screen and (max-width: 972px) {
    .homepage-header__grid-col {
      margin-left: 40px;
    }
    .heading.heading--h1.homepage-header__heading {
      width: 500px;
      font-size: 35px;
    }
  }

  @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, #link__box-loggedin {
      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, #link__box-loggedin {
      width: 550px;
    }
    .link__box__links-container a:after {
      width: 210px;
    }
    #search-toggle-btn-test:after, #search-toggle-btn-test-loggedin:after {
      width: 210px;
    }
    .top__link:before {
      width: 210px;
    }
  }

  @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: 10%;
    }
    #link__box, #link__box-loggedin {
      top: 18%;
      height: 530px;
      width: 98%;
      padding-left: 25px;
      padding-right: 25px;
    }

    #link__box-loggedin {
      height: 540px;
    }
    .homepage-header__content {
      width: 98%;
      top: 50%;
    }
    #search-toggle-btn-test:after, #search-toggle-btn-test-loggedin:after {
      content: none;
    }
    .right-col.top__link:before {
      content: none;
    }
    .link__box__links-container a:after {
      width: 100%;
    }
    #search-toggle-btn-abtest:after, #search-toggle-btn-test-loggedin: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;
    }
    .homepage-header__grid-col {
      margin-left: 0;
    }
  }
