/* Model 5 */
@import url('../../structure/features/email-capture-form.css');

/*
==============================================
Form Section
==============================================
*/

.lead-form-section {
  border-top: 6px solid #002949;
  border-bottom: 6px solid #002949;
}

/*
==============================================
Form Model Styles
==============================================
*/
.lead-form-section .simple-form label {
  color: #002949;
}

.email-capture-content-main-wrap input:not([type="submit"]), .email-capture-content-main-wrap textarea {
 background: #e7ebee;
 border: 2px solid transparent;
 margin-bottom: 0px;
 -webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}

.email-capture-content-main-wrap input:not([type="submit"]):hover {
 border: 2px solid #393939;
}
.email-capture-form-text .email-form-sub-head-main .head-2 {
  font-family: inherit;
  font-size: 35px;
  line-height: 44px;
  font-weight: 400;
  color: #002949;
  margin-bottom: 10px;
  text-transform: lowercase;
}
.email-capture-form-text .email-form-sub-head-main {
  font-family: inherit;
  font-size: 35px;
  line-height: 44px;
  font-weight: 400;
  color: #002949;
  margin-bottom: 10px;
  text-transform: inherit;
}
.email-capture-form-text p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #343434;
}

.email-capture-content-main-wrap input[type="submit"] {
    font-size: 14px;
    letter-spacing: 2.5px;
    color: #4a7194;
    display: inline-block;
    border: 1px solid #4a7194;
    text-transform: uppercase;
    padding: 5px 15px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    transition: all 300ms ease;
}
