/* ==========
Template Defaults
========== */
@import url('default-chapter.0515.css');

/* ====================
Universal Overrides
==================== */

:root {
  /* Base */
  --colorHeadline: var(--colorBody);
  /*  Colors */
  --color1: #1038bb;
  --color2: #000;
  --color3: #25770a;
  /* Boxes & Quotes*/
  --colorBox1: #c9f0b1;
  --colorBox2: #eee;
  --colorQuoteBorder1: #187e0b;
  /* Bullet Colors */
  --color1Bullet: #34b10a;
}

/* ===================
HERO
==================== */

.hero__image {
  max-width: 500px;
}

/* ===================
FORM WITH IMAGE LAYOUT
==================== */

@media screen and (min-width:37em) {
  .flextainer {
    display: flex;
    flex-wrap: nowrap;
  }

  .form-img {
    margin: 0 !important;
  }

  .inputs-and-submit {
    margin-left: 30px;
    margin-top: 50px;
  }
}

/* ===================
BLG AD
==================== */

.ad-wrapper {
  margin: 0 auto;
  max-width: 700px;
  border: dashed 6px #cfcfcf;
  border-radius: 20px;
  margin-top: 50px;
}

.ad-title {
  text-align: center;
  font-size: 1.1em;
  margin-top: 20px;
}

.ad-wrapper img {
  margin: 0 auto;
  display: block;
}

.ad-text-wrap {
  max-width: 570px;
  margin: 0 auto;
  margin-top: 30px;
}

.ad-extracol {
  color: var(--color3);
}

.ad-extracol2 {
  color: #ff8935;
}

.ad-cta {
  font-size: 1.5em;
  font-weight: bold;
  color: white!important;
  background: #ff710b;
  padding: 10px 20px;
  border-radius: 0.5em;
  transition: all 0.3s ease;
}

.ad-cta:hover {
  background: #ff8935;
}

.ad-cta-p {
  margin-top: 40px!important;
  margin-bottom: 40px!important;
}

@media screen and (min-width:37.5em) {
  .ad-title {
      font-size: 2em;
  }
}