.header-container-wrapper {
  position: relative;
}

.home-2025 {
  height: 70vh;
}
.home-2025-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,1488bb+83,ffffff+84,ffffff+84,ffffff+100 */
  /*background: #ffffff; /* Old browsers */
  /*background: -moz-linear-gradient(top, #ffffff 0%, #1488bb 100%); /* FF3.6-15 */
  /*background: -webkit-linear-gradient(top, #ffffff 0%,#1488bb 100%); /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to bottom, #ffffff 0%,#1488bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  /*min-height: 60vh;*/
}
.home-2025-gutters {
  margin: 0 5%;
  display: flex;
  align-items: flex-start;
}
.home-2025-gutters h1 {
  font-size: 2.0rem;
  font-weight: bold;
  text-shadow: 8px 8px 4px rgba(0,0,0,0.59);
}
.home-2025-gutters .home-2025-left {
  width: 50%;
  float: left;
  padding-bottom: 2rem; /*40vh;*/
  margin-top: 10vh;
}
.home_top_cta {
  text-align: center;
}
.home-2025-gutters.homeScrollDown {
  /*margin-top: 5vh;*/
  /*bottom: 20px;*/
  /*position: absolute;*/
  padding-bottom: 0.5rem;
}
.home-2025-gutters.homeScrollDown a {
  color: #fff;
  font-size: 1.25rem;
}
.home-2025-gutters.homeScrollDown a img {
    width: 35px;
    margin-right: 0.5rem;
}

.home-2025-gutters .home-2025-right {
  width: 50%;
  text-align: center;
  float: right;
  position: relative;
}
.home-2025-gutters .home-2025-right img {
  max-height: 65vh;
}

.home_ctas {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
}

@media (max-width: 1300px) {
  .slideshow-parent {
    flex-wrap: wrap;
    padding-top: 2rem!important;
  }
  
  .home-2025-gradient {
    min-height: 300px;
  }
  .home-2025-gutters h1 {
    font-size: 1.5rem;
  }
  .home-2025-gutters .home-2025-left {
    padding-bottom: 0;
  }
  .home-2025-gutters .home-2025-left .homeScrollDown {
    margin-top: 1.0rem; 
  }
  .home-2025-gutters .home-2025-left .homeScrollDown a {
    font-size: 1.25rem;
  }
  
  .home_ctas {
    flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .home-2025-gradient {
    min-height: 200px;
    /*height: 110vh;*/
    display:flex;
    align-items:center;
    flex-direction: column-reverse;
  }
  .home-2025-gutters{
    display:flex;
    flex-direction:column-reverse;
    justify-content:center;
    
  }
  .home-2025-gutters h1 {
    font-size: 1.25rem;
  }
  .home-2025-gutters {
    align-items: flex-start;
  }
  .home-2025-gutters .home-2025-left {
    padding-bottom: 0;
  }
  .home-2025-left, .home-2025-right{
    text-align:center;
    width:100%!important;
    margin:0 auto!important;
  }
  .home-2025-gutters .home-2025-right img {
    width:50%;
  }
}