﻿body {
  font-family: Aeonik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.espBackground {
    padding-top: 0px!important; 
}

.customCheckbox,
.start-disclaimer,
.customCheckbox input[type="checkbox"] + label {
  font-size: 14px !important;
  line-height: 20px !important;
}

.eavs-modal h4 {
  font-size: 24px;
}

h4 {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

h6 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

p2 {
  padding: 10px 0;
}

.progressbar {
  display: none;
}

div.ownerInfoIntro {
  color: white;
}

div.ownerInfoIntro .intro__title {
  background-color: #eaecef;
  padding: 24px 10px 8px;
}

div.ownerInfoIntro .intro__title p:first-child {
  font-size: 20px;
  line-height: 28px;
}

div.ownerInfoIntro a {
  font-weight: 700;
}

div.ownerInfoIntro .intro__content {
  padding: 32px 32px 10px 32px;
  margin-bottom: 20px;
}

div.ownerInfoIntro .intro__content p:last-child {
  margin-bottom: 0;
}
.intro__content p {
  font-size: 20px;
}

div.quoteAlready {
  padding: 32px 10px;
  background-color: white;
  margin-top: 20px;
}

div.quoteAlready span {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0 10px;
}

div.quoteAlready a {
  color: #23410a;
  text-align: center;
  border-color: #23410a;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 10px;
}

div.section-1 {
  background: #f8f8f6;
  padding: 64px 72px;
}

div.section-1 .section-header {
  padding-bottom: 24px;
}

div.section-1 strong {
  font-size: 18px;
}

div.section-2 {
  padding: 64px 72px;
}

div.section-2 h4 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

div.section-2-photo img {
  width: 100%;
  height: auto;
}

div.section-2 button.btn-primary {
  margin-top: 32px;
  padding: 14px 60px;
  justify-content: center;
  align-items: center;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:visited,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary.disabled,
.btn-primary:disabled {
  padding: 14px 60px;
}

div.section-2-photo-mobile {
  display: none;
}

div.section-3 {
  padding: 64px 0px;
  flex-direction: column;
  align-items: center;
  background: #23410a;
  color: white;
  align-items: center;
}

div.section-3 .section-header {
  padding-bottom: 24px;
}

div.section-3 .section-table {
  padding-bottom: 24px;
}

div.section-3 .section-3-photo {
  background: url("//images.goodsam.com/goodsamespquote.com/images/coverage-photo.jpg")
    no-repeat;
  flex-shrink: 0;
}

div.section-4 {
  padding: 64px 70px;
}

.container {
  max-width: 100%;
}

.start-disclaimer {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #232323;
}

.gs-radio {
  margin-left: -8px;
}

.start-quote-btn {
  width: 100%;
}

.read-only {
  display: block;
  width: 100%;
  padding: 17px 15px;
  height: 52px;
  border: 1px solid #949494;
  border-radius: 2px;
  font-size: 15px;
  line-height: 16px;
  color: #747476;
  font-weight: 400;
  background-color: #f8f9fa;
  background-clip: padding-box;
}

.read-only-title-padding {
  padding: 9px 15px;
}

.read-only-title {
  font-size: 12px;
  display: block;
}

.city-state-div {
  visibility: hidden;
  height: 0px;
}

.coverage-img-div {
  text-align: right;
  padding-right: 40px;
}

.coverage-img {
  max-width: 280px;
}

.coverage-text-div p {
  max-width: 380px;
}

.accordion {
  font-size: 18px;
  font-weight: bold;
  background-color: #fafafa;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-left: 3px solid #fafafa !important;
  margin-bottom: 10px;
  padding-right: 25px;
}

.accordion span {
  display: inline-block;
  padding-right: 20px;
}

.accordion:after {
  content: "\002B";
  font-size: 24px;
  font-weight: normal;
  margin-left: 5px;
  float: right;
}

.active {
  border-left: 3px solid #23410a !important;
  transition: border-left 0.2s ease-out;
}

.active:after {
  content: "\2212";
  color: black !important;
}

.accordion:focus {
  outline: none;
}

.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding-left: 12px;
}

.form-label-group > label {
  left: 0 !important;
}

.formBox {
  margin-bottom: 10px;
}

.owner-info-disclaimer {
  padding: 0px 85px 0px 85px;
  font-style: italic;
  font-size: 13px;
}

.email-perm-text {
  font-size: 14px;
}

@media (max-width: 991px) {
  .espBackground {
    padding: 12px;
  }

  .form-container {
    margin-top: 210px;
  }

  .formHead.freeQuote {
    padding-top: 24px;
    margin-top: 32px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  #owner-info-form {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  div.ownerInfoIntro .intro__content h4 {
    font-weight: 400;
    margin-top: 20px;
    font-size: 38px;
  }

  div.ownerInfoIntro .intro__content p {
    font-size: 20px;
  }

  div.section-4 {
    padding: 20px 0px;
  }

  .coverage-img-div {
    text-align: center;
  }

  .coverage-text-div p {
    padding: 20px 0;
    margin: 0 auto;
  }

  .section-2-photo {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  div.section-2 {
    padding: 40px 20px;
  }

  .owner-info-disclaimer {
    padding: 20px;
  }
}

@media (max-width: 772px) {
  div.section-2 button.btn-primary {
    width: 100%;
  }
}

@media (max-width: 571px) {
  .form-container {
    margin-top: 150px;
  }

  .formHead formquote {
    border-radius: 10px;
    background: #fff;
  }

  .accordion:after {
    margin-top: -25px;
  }

  .espBackground.container-fluid {
    padding: 0px;
  }

  div.ownerInfoIntro .intro__content {
    padding: 0px;
  }

  div.ownerInfoIntro .intro__content h4 {
    font-weight: 400;
    margin-top: 10px;
    font-size: 24px;
  }

  div.ownerInfoIntro .intro__content p {
    font-size: 16px;
  }

  div.quoteAlready span {
    display: block;
    padding-bottom: 20px;
  }

  div.section-1 {
    padding: 24px 16px;
  }

  div.section-1 .section-header h4 {
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }

  div.section-2,
  div .section-4 {
    padding: 20px 16px;
  }

  div.section-2 h4 {
    font-size: 22px;
    text-align: left;
  }

  div.section-2 button.btn-primary {
    width: 100%;
  }

  div.section-3 {
    padding: 0px;
    padding-top: 48px;
  }

  div.section-3 h4,
  div.section-4 h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 10px;
  }

  div.section-3 .section-table {
    padding-bottom: 0px;
  }

  div.section-3 .section-table h2 {
    font-size: 20px;
  }

  div.section-3 .section-table p {
    font-size: 12px;
  }

  div.section-3 p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }

  div.section-3 .section-3-photo {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 12px;
  }

  div.section-4 {
    padding: 0px;
    padding-top: 40px;
  }

  .accordion:after {
    margin-top: -50px;
  }

  .existingQuoteBtn {
    width: 90%;
  }

  .ownerInfoIntro {
    padding: 0 20px;
  }
}

.quote-footer {
  padding: 20px;
}

/*Hero Background Image*/
.hero-bg {
  background-image: url("//images.goodsam.com/goodsamespquote.com/images/esp-hero.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1400px) {
  .hero-bg {
    background-position: 0 0;
    background-size: 120%;
  }
}

@media (max-width: 1025px) {
  .hero-bg {
    background-position: -335px 0;
    background-size: 170%;
  }
}

@media (max-width: 991px) {
  .hero-bg {
    background-size: 100%;
    background-position: 0 0;
  }

  .off-white {
    background-color: #f8f8f6 !important;
  }
}

@media (max-width: 769px) {
  .hero-bg {
    background-position: -130px 0;
    background-size: 125%;
  }
}

@media (max-width: 431px) {
  .hero-bg {
    background-position: -130px 0px;
    background-size: 640px;
  }
}

@media (max-width: 376px) {
  .hero-bg {
    background-position: -200px 0px;
    background-size: 750px;
  }
}
