/*** GF CSS ***/
.gfield_validation_message, .gform_validation_errors, .validation_message {
	padding: 4px !important;
}

.gform_heading {
	display: none;
}

/*** PHONE # ABOVE HERO FORM ***/
.cr-home-hero .cr-phone, .cr-home-hero .cr-phone:hover {
  width: 100%;
  background: none;
  border: none;
  border-radius: none;
  margin: 0;
  transition: unset;
  color: #FFFFFF;
}

/*** DEFAULT HERO - START ***/
.default-hero {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 375px;
  height: 100%;
}

#default-hero-img {
  justify-content: center;
  align-items: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  filter: brightness(0.75);
}

.default-hero-content {
  align-items: center;
  position: relative;
  z-index: 1;
  color: #FFF;
  text-align: center;
}

.default-hero-heading {
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 1px 3px 2px #000;
  text-align: center;
}

.default-hero-subheading {
  font-size: 1.5rem;
  color: #fff;
  text-align:center;
}

.default-cta-section {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin-top: 2%;
}

.default-button a {
  display: flex;
  justify-content: center;
  width: 17em;
  background: #fff;
  color: var(--primary);
  transition: all .3s;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 7px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 8px;
  padding: 10px 30px;
} 

.default-button a:hover {
  background: #0f202e66;
    color: #fff !important;
    border: 1px solid #fff;
}

@media(min-width: 550px) {
  .default-hero-heading {
    font-size: 2.50rem;	
  }
}
/*** DEFAULT HERO - END ***/


/*** FORM HERO - BEGIN ***/
.home .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 0;
} 

input#gform_submit_button_19 {
  margin-top: 17px;
}

.cr-home-hero-container {
  overflow: hidden;
  background-color: var(--e-global-color-primary);
}

.cr-hero-content-copy {
  max-width: 90%;
}

.full-width-hero-content-copy {
  width: 100%;
}

.cr-home-hero-form-title {
  display: block;
  font-family: proxima-nova, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.cr-home-hero-form-subtitle {
  display: block;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
}

.cr-home-hero-form-phone a {
	display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}


/* Mobile - BEGIN */
.cr-home-hero-content {
  display: block;
  align-items: center;
}

.cr-home-hero-image-wrapper {
  position: relative;
  display: inline-block;
}

.cr-hero-img {
  width: 100%;
  min-height: 400px !important;
  object-fit: cover;
  object-position: 60%;
  z-index: -1;
  filter: brightness(0.8);
}

.cr-hero-content-copy {
  position: absolute;
  bottom: 10%;
  left: 6%;
}

.cr-home-hero-heading {
  font-family: "Roboto", Calibri, sans-serif;
  font-size: 4vw;
  line-height: 1.4;
  font-weight: 600;
  padding: 2%;
}

.cr-home-hero-heading.line-1 {
  display: block;
  background-color: var(--e-global-color-primary);
  color: #FFFFFF;
  margin-bottom: 4%;
}

.cr-home-hero-heading.line-2 {
  background-color: #FFFFFF;
  color: #000000;
}

.cr-home-hero-form {
  width: 100%;
   padding: 7% 5%;
}   
/* Mobile - END */


/* Desktop Home Hero - BEGIN */
@media(min-width: 768px) {
  .cr-home-hero-content {
    height: 100%;
    /* min-height: 550px; */
	}
  
  .cr-hero-img {
    object-fit: cover;
    height: 100% !important;
  }

  .cr-home-hero-image-wrapper {
    width: 100%;
    height: 100% !important;
  }

  .cr-home-hero-content {
    display: grid;
    grid-template-columns: auto 28%;
    width: 97%;
    color: #fff;
  }
  
  .cr-home-hero-heading {
    font-family: "Roboto", Calibri, sans-serif;
    font-size: 1.75vw;
    font-weight: 600;
    line-height: 1;
    text-align: left;
  }
  
  .cr-home-hero-heading.line-1 {
    display: block;
    background-color: var(--e-global-color-primary);
    color: #fff;
    margin-bottom: 1.5%;
  }
  
  .cr-home-hero-heading.line-2 {
    max-width: 80%;
    background-color: #fff;
    color: #000;
  }
  
  .cr-hero-content-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 70%;
    bottom: 10%;
    left: 2%;
  }
    
  .cr-home-hero-form {
    padding: 3% 3% 3% 12%;
  } 
}

@media(min-width: 768px) and (max-width: 1024px) {
  .cr-hero-img {
    object-fit: cover;
    object-position: revert-layer;
  }

  .full-width-image {
    object-position: 20%;
  }

  .cr-home-hero-content {
    display: grid;
    grid-template-columns: auto 45%;
  }

  .cr-hero-content-copy {
    width: auto;
  }

  .full-width-hero-content-copy {
    width: 100%;
    margin-bottom: -7%;
  }

  .cr-home-hero-heading {
    font-size: 2.5vw;
    padding: 2%;
  }
}

.full-width-hero {
  display: block;
  width: 100%;
  clip-path: none;
}


@media(min-width: 1800px) {
  .full-width-image {
    object-position: 0;
  }

  .full-width-hero-content-copy {
    width: 50%;
    margin-bottom: -3%;
  }

  .cr-home-hero-heading {
    font-size: 2rem;
    padding: 1%;
  }
}
/* Desktop Home Hero - END */
/*** FORM HERO - END ***/

/*** MOBILE BUTTONS HERO START */
.mobile-cta-section {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-top: 2%;
}

.mobile-btn-hero-section {
  padding:25px;
}

.mobile-btn-hero-section h1 {
  font-size:1.8rem;
}

.mobile-btn-hero-section h2 {
  font-size:1.2rem;
} 
.mobile-modal-btn button {
    display: inline-block;
    width: 15em;
}
/* show desktop, hide mobile */
.desktop-section {
  display: block;
}
.mobile-section {
  display: none;
}
.mobile-btn a{
    font-size: 1.1rem;
    margin-bottom:20px;
}

@media screen and (max-width: 768px) {
  .desktop-section {
    display: none;
  }
  .mobile-section {
    display: block;
}
}
/*** MOBILE BUTTONS HERO END */