/* CHILD THEME STYLESHEET */

/* Hero */
.home-hero {
  position: relative;
}

.home-slider {
  position: absolute;
  top: 0;
  left: 0;
}

.home-slider,
.home-slider-single {
  height: 575px;
}

.home-slider-single {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center !important;
}

.home-slider-single .columns,
.home-slider-single .row {
  height: 100%;

}

.home-slider .slick-dots li button:before {
  color: #fff;
}

.home-hero-form-container {
  display: none;
}

.home-hero .slick-dots {
  z-index: 1;
}

.home-slider-single-tagline {
  height: 100%;
  display: flex;
/*  align-items: center;*/
  margin-top: 40px;
}

.home-slider-single-tagline h2 {
  color: #fff;
  font-size: 1.9rem;
}

.home-slider-single-tagline h2 span {
  font-style: italic;
}

.home-slider-single-tagline h2 strong {
  display: block;
  font-style: normal;
}

.home-slider-single-tagline-inner {
	text-align: left;
	margin: 0 auto;
	max-width: 700px;
	margin-left: 0;
}

.home-slider-single-tagline p {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	background: #a36c33;
	display: inline-block;
	padding: 4px 20px;
	font-weight: 600;
	letter-spacing: 2px;
}

 
  .home-hero,
  .home-slider,
  .home-slider-single {
    height: 800px;
  }

.home-slider-single-tagline h2 {
	font-size: 50px;
	text-shadow: none;
	font-weight: 700;
	margin-top: 158px;
	color: #173865;
	text-align: left;
}

  .home-hero-form-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .home-hero-form-title {
    background: #14172F;
    padding: 10px 20px;
    text-align: center;
  }

  .home-hero-form-title h2 {
    color: #fff;
    font-size: 1.3em;
  }

  .home-hero-form form {
    padding: 20px;
  }

  .home-hero-form form button {
    width: 100%;
  }

  .home-hero-form {
    margin-top: 80px;
    padding: 0;
    background: #E9F5F7;
  }
 
.module-header-d-phone {
  padding: 6px 10px;
}

.module-header-d-phone span {
  display: none;
}

/*.module-header-d-phone,
.home-slider-single-button {
  border: 2px solid #fff;
  background: transparent;
}*/
section.module.module-badges-a {
    padding: 0px !important;
}



 
/*.blog .banner:before {

    background: rgba(20, 23, 47, 0.1);

}*/