@charset "utf-8";
/* CSS Document */
 /******** END CUSTOM HERO CSS ***********/
  /******** START BASE CSS ***********/
  .homepage-refresh--wrapper {
    height: auto;
    width: 100vw;
  }

  .homepage-refresh--main-hero {
    height:calc(100vh - 70px);
    width: 100vw;
  }

  .hero-image-mask {
    background: linear-gradient(rgba(0, 38, 60, 0), #00263c);
    bottom: 0;
    height: 300px;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 101%;
    z-index: 1;
    display: none;
  }

  .homepage-refresh--main-hero .hero-content {
    display: block;
    position: absolute;
    top: 25vh;
    left: 0;
    padding: 0 2em;
    width: 88%;
  }

  .homepage-refresh--main-hero .hero-content img {
    width: 200px;
  }

  .homepage-refresh--main-hero .hero-content h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    line-height: 56px;
  }

  .homepage-refresh--main-hero .hero-image picture {
    display: block;
    height: 100vh;
    width: 100vw;
  }

  .homepage-refresh--main-hero .slick-prev,
  .homepage-refresh--main-hero .slick-next {
    display: none !important;
  }

  .homepage-refresh--main-hero .hero-image picture img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
	.homepage-refresh--carousel {
		position: relative;
		color: #fff;
		height:100vh;
		width: 100vw;
		background: #7b8d2e;
	  }
	.homepage-refresh--carousel .swiper-slide {
		width: auto;
		text-align: center;
		margin: 23vh 10px 0;
	}
