.divider-title {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 1em;
}

.divider-title > span {
  display: block;
  width: auto;
  padding: 0.8em 1.5em;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #232D4B;
}

.divider-title::before {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #F78210;
}


.divider-title > span::before, .divider-title > span::after {

    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background: #F78210;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(15deg);

}

.divider-title::after {
  content: '';
  display: block;
  flex: 1 1 auto;
  height: 1px;
  background: #F78210;
}

.divider-title > span::after {

    left: auto;
    right: 0;

}

.paragraph--type--notes-with-cta .paragraph--type--hero-call-to-action .hero-cta--content .field_title, .field_hero_cta .hero-cta--content .field_title, h2, .h2 {
  font-size: 1.65rem;
  line-height: 1.1;
  color: #232D4B;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: franklin-gothic-urw-cond, "Arial Narrow", sans-serif;
}
@media (min-width: 680px) and (max-width: 1029px) {
  .paragraph--type--notes-with-cta .paragraph--type--hero-call-to-action .hero-cta--content .field_title, .field_hero_cta .hero-cta--content .field_title, h2, .h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1030px) {
  .paragraph--type--notes-with-cta .paragraph--type--hero-call-to-action .hero-cta--content .field_title, .field_hero_cta .hero-cta--content .field_title, h2, .h2 {
    font-size: 2.5rem;
  }
}

.paragraph--type--notes-with-cta .paragraph--type--hero-call-to-action .hero-cta--content .field_link a, .paragraph--type--call-to-action-link > .field_link a, .field_hero_cta .hero-cta--content .field_link a, .btnwrap > a, .button, .more-button {
  background: transparent;
  border: 1px solid #F84C1E;
  color: #232D4B;
  padding: 15px 40px;
  line-height: 1.1em;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  text-align: center;
  font-family: franklin-gothic-urw, Arial, sans-serif;
  margin-bottom: 0.5em;
}
.paragraph--type--notes-with-cta .paragraph--type--hero-call-to-action .hero-cta--content .field_link a svg, .paragraph--type--call-to-action-link > .field_link a svg, .field_hero_cta .hero-cta--content .field_link a svg, .btnwrap > a svg, .button svg, .more-button svg {
  height: 1em;
  vertical-align: top;
}
.paragraph--type--notes-with-cta .paragraph--type--hero-call-to-action .hero-cta--content .field_link a svg path, .paragraph--type--call-to-action-link > .field_link a svg path, .field_hero_cta .hero-cta--content .field_link a svg path, .btnwrap > a svg path, .button svg path, .more-button svg path {
  fill: currentColor;
}
.paragraph--type--notes-with-cta .paragraph--type--hero-call-to-action .hero-cta--content .field_link a:hover, .paragraph--type--call-to-action-link > .field_link a:hover, .field_hero_cta .hero-cta--content .field_link a:hover, .btnwrap > a:hover, .button:hover, .more-button:hover {
  background: #F84C1E;
  color: #fff;
}
.paragraph--type--notes-with-cta .paragraph--type--hero-call-to-action .hero-cta--content .field_link a.rounded, .paragraph--type--call-to-action-link > .field_link a.rounded, .field_hero_cta .hero-cta--content .field_link a.rounded, .btnwrap > a.rounded, .rounded.button, .rounded.more-button {
  border-radius: 3em;
}
.paragraph--type--notes-with-cta .paragraph--type--hero-call-to-action .hero-cta--content .field_link a.button-sm, .paragraph--type--call-to-action-link > .field_link a.button-sm, .field_hero_cta .hero-cta--content .field_link a.button-sm, .btnwrap > a.button-sm, .button-sm.button, .button-sm.more-button {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.paragraph--type--notes-with-cta {
  background: #F1F4F8;
  padding-top: 3em;
  overflow: hidden;
}
.paragraph--type--notes-with-cta .paragraph--grid {
  padding-top: 1em;
  padding-bottom: 1em;
}
.paragraph--type--notes-with-cta .paragraph--grid article {
  border-bottom: 1px solid #DDDDDD;
  padding-top: 30px;
  padding-bottom: 30px;
}
/*.paragraph--type--notes-with-cta .paragraph--grid article .title {*/
/*  font-size: 1.4em;*/
/*  font-weight: 700;*/
/*  font-style: italic;*/
/*  margin-bottom: 15px;*/
/*  line-height:125%;*/
/*  color:#232d4b;*/
/*  font-family: franklin-gothic-urw-cond, "Arial Narrow", sans-serif;*/
/*}*/
.paragraph--type--notes-with-cta .paragraph--grid article .summary {
  margin: 15px 0;
}
.paragraph--type--notes-with-cta .paragraph--grid article a {
  color: #F84C1E;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  font-size: 0.85em;
}
.paragraph--type--notes-with-cta .paragraph--grid article:last-child {
  border-bottom: none;
}
@media (min-width: 680px) {
  .paragraph--type--notes-with-cta .paragraph--grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -30px;
    margin-right: -30px;
  }
  .paragraph--type--notes-with-cta .paragraph--grid article {
    width: 50%;
    border-left: 1px solid #DDDDDD;
    border-bottom: none;
    padding-left: 30px;
    padding-right: 30px;
  }
  .paragraph--type--notes-with-cta .paragraph--grid article:first-child {
    border-left: none;
  }
}
@media (min-width: 680px) and (max-width: 1029px) {
  .paragraph--type--notes-with-cta .paragraph--grid {
    padding-bottom: 2em;
  }
  .paragraph--type--notes-with-cta .paragraph--grid article:nth-child(4) {
    border-left: none;
  }
}
@media (min-width: 1030px) {
  .paragraph--type--notes-with-cta .paragraph--grid {
    padding-bottom: 3em;
  }
  .paragraph--type--notes-with-cta .paragraph--grid article {
    width: 25%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.paragraph--type--notes-with-cta .paragraph--type--hero-call-to-action {
  padding: 60px 0;
}
.paragraph--type--notes-with-cta .paragraph--type--hero-call-to-action .hero-cta--image {
  width: 100%;
  padding-bottom: 66.6666666667%;
  background-size: cover;
  background-position: center;
  width: calc(100% + 30px);
  margin-left: -30px;
  margin-bottom: -60px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
@media (min-width: 680px) {
  .paragraph--type--notes-with-cta .paragraph--type--hero-call-to-action .hero-cta--image {
    padding: 0;
    height: 100%;
    width: 55vw;
    max-width: 1000px;
    position: absolute;
    right: 45%;
    top: 0;
  }
}
.paragraph--type--notes-with-cta .paragraph--type--hero-call-to-action .hero-cta--content {
  background: #141E3C;
  color: #fff;
  position: relative;
  width: 100%;
  padding: 60px;
  padding-right: 30px;
}
.paragraph--type--notes-with-cta .paragraph--type--hero-call-to-action .hero-cta--content .field_title {
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 900;
  font-family: franklin-gothic-urw, Arial, sans-serif;
}
.paragraph--type--notes-with-cta .paragraph--type--hero-call-to-action .hero-cta--content .field_subtitle {
  display: block;
  margin: 1rem 0;
}
.paragraph--type--notes-with-cta .paragraph--type--hero-call-to-action .hero-cta--content .field_link a {
  margin-top: 1rem;
  color: #fff;
}
.paragraph--type--notes-with-cta .paragraph--type--hero-call-to-action .hero-cta--content:after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
  border: 2px solid #F84C1E;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.paragraph--type--notes-with-cta .paragraph--type--hero-call-to-action .hero-cta--content:before {
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #141E3C;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 1;
}
@media (min-width: 680px) {
  .paragraph--type--notes-with-cta .paragraph--type--hero-call-to-action .hero-cta--content {
    width: calc(45% + 60px);
    margin: 0 0 30px auto;
  }
  .paragraph--type--notes-with-cta .paragraph--type--hero-call-to-action .hero-cta--content:after {
    width: calc(100% - 15px);
  }
}
@media (min-width: 1030px) {
  .paragraph--type--notes-with-cta .paragraph--type--hero-call-to-action .hero-cta--content {
    padding: 90px;
    padding-bottom: 45px;
  }
  .paragraph--type--notes-with-cta .paragraph--type--hero-call-to-action .hero-cta--content:after {
    top: 45px;
    left: 45px;
    width: calc(100% - 90px);
  }
}