article.article-sections {
  font-family: 'rawline';
}

article.article-sections h1, article.article-sections .h1 {
  font-weight: 800;
  color: #202F60;
  margin-bottom: 30px;
}

article.article-sections .article-subtitle {
  font-weight: 700;
  color: #333333;
  margin-bottom: 30px;
  margin-top: -20px;
}

article.article-sections .sections-heading {
  font-weight: 700;
  color: #333333;
  margin-bottom: 60px;
}

article.article-sections .section {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  article.article-sections .section {
    margin-bottom: 80px;
  }
}

article.article-sections .section.remove-section-padding {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  article.article-sections .section.remove-section-padding {
    margin-bottom: 0;
  }
}

article.article-sections .section.margin-bottom-60 {
  margin-bottom: 60px;
}

article.article-sections .section.margin-bottom-30 {
  margin-bottom: 30px;
}

article.article-sections .section .h3 {
  font-weight: 700;
  color: #202F60;
  margin-bottom: 15px;
}

article.article-sections .section h5 {
  font-weight: 600;
  color: #333333;
  margin-bottom: 10px;
}

article.article-sections .section p {
  font-weight: 600;
  color: #333333;
}

article.article-sections .section p:not(:last-child) {
  margin-bottom: 15px;
}

article.article-sections .section p .tooltipText {
  color: #000000;
  text-decoration: underline;
}

article.article-sections .section ul:not(.remove-defaultcss), article.article-sections .section ol:not(.remove-defaultcss) {
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-top: 10px;
}

article.article-sections .section ul:not(.remove-defaultcss) li, article.article-sections .section ol:not(.remove-defaultcss) li {
  font-size: 14px;
  line-height: 23px;
  list-style: none;
  color: #333;
  font-weight: 600;
  padding-left: 40px;
}

article.article-sections .section ul:not(.remove-defaultcss) li:not(:last-child), article.article-sections .section ol:not(.remove-defaultcss) li:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  article.article-sections .section ul:not(.remove-defaultcss) li, article.article-sections .section ol:not(.remove-defaultcss) li {
    font-size: 16px;
    line-height: 29px;
  }
}

article.article-sections .section ol:not(.remove-defaultcss) li {
  counter-increment: order-counter;
}

article.article-sections .section ol:not(.remove-defaultcss) li::before {
  content: counter(order-counter) ". ";
  padding-right: 10px;
  font-weight: 700;
  position: absolute;
  left: 30px;
}

article.article-sections .section ul:not(.remove-defaultcss) li::before {
  content: "\f111";
  font-family: 'FontAwesome';
  font-weight: 700;
  font-size: 4px;
  position: absolute;
  left: 30px;
}

article.article-sections .section.article-state-dropdown {
  padding: 15px;
}

@media (min-width: 768px) {
  article.article-sections .section.article-state-dropdown {
    padding: 30px;
  }
}

article.article-sections .section.article-state-dropdown h5 {
  font-weight: 600;
  color: #333333;
  margin-bottom: 30px;
}

article.article-sections .section.article-state-dropdown .form-cta h6 {
  text-align: left;
}

@media (min-width: 992px) {
  article.article-sections .section.article-state-dropdown .form-cta .title-form-container .form-container .form-group {
    padding: 20px;
  }
}

@media (min-width: 1200px) {
  article.article-sections .section.article-state-dropdown .form-cta .title-form-container .form-container .form-group {
    padding: 30px;
  }
}

article.article-sections .section.article-state-dropdown .form-cta .title-form-container .form-container.select-coverage-cta form {
  display: block;
}

@media (min-width: 768px) {
  article.article-sections .section.article-state-dropdown .form-cta .title-form-container .form-container.select-coverage-cta form {
    display: inline-block;
  }
}

article.article-sections .section.square-bullet-point ul, article.article-sections .section.circle-bullet-point ul {
  margin-left: 25px;
}

@media (min-width: 992px) {
  .article-page .col-sm-12.col-md-12.col-lg-8.col-xl-8 > .row {
    margin-top: 30px;
  }
}

.hero-article-component article.article-sections .section {
  margin-bottom: 40px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .hero-article-component article.article-sections .section {
    margin-bottom: 60px;
  }
}

.hero-article-component article.article-sections .section h3 {
  position: relative;
}

.hero-article-component article.article-sections .section h3:before {
  content: " ";
  position: absolute;
  border-left: 4px solid #f08b77;
  left: -15px;
  height: 32px;
  top: 2.5px;
}

@media (min-width: 992px) {
  .hero-article-component article.article-sections .section h3:before {
    top: 5.5px;
  }
}

.hero-article-component article.article-sections .section:last-child {
  margin-bottom: 0;
}
