:root {
  --section-color: #4f6776;
}

.aid-6971447 {
  #BodyContainer #co_content_container > .clearfix > .g960:not(.categorized) {
    background-blend-mode: normal !important;
    background-position-y: 30%;
  }

  #BodyContainer
    #co_content_container
    > .clearfix
    > .g960:not(.categorized)
    .article-header
    .breadcrumbs
    .breadcrumbs__crumb,
  #BodyContainer
    #co_content_container
    > .clearfix
    > .g960:not(.categorized)
    .article-header
    .breadcrumbs
    .breadcrumbs__divider {
    color: white;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 900;
    z-index: 1;
    position: relative;
  }

  @media (max-width: 650px) {
    #BodyContainer
      #co_content_container
      > .clearfix
      > .g960:not(.categorized)
      .article-header
      .breadcrumbs
      .breadcrumbs__crumb,
    #BodyContainer
      #co_content_container
      > .clearfix
      > .g960:not(.categorized)
      .article-header
      .breadcrumbs
      .breadcrumbs__divider {
      color: white;
      font-size: 17px;
      text-transform: uppercase;
      font-weight: 900;
      z-index: 1;
      position: relative;
    }
  }

  #BodyContainer
    #co_content_container
    > .clearfix
    > .g960:not(.categorized)
    .article-header
    .breadcrumbs {
    text-align: left;
  }
  #BodyContainer
    #co_content_container
    > .clearfix
    > .g960:not(.categorized)
    .article-header {
    text-align: left;
  }
  /* @media (min-width: 650px) {
} */

  #BodyContainer
    #co_content_container
    > .clearfix
    > .g960:not(.categorized)
    .article-header
    .article-header__title {
    color: var(--section-color);
    background-color: white;
    font-weight: 900;
  }

  h2.article-header__subtitle {
    color: #2c3f4a;
    margin-top: 7px;
    font-family: "Muli";
  }

  @media (max-width: 650px) {
    h2.article-header__subtitle {
      max-width: 50%;
    }
  }

  /* HEADINGS */
  .userform-form .form-section {
    width: 100%;
    max-width: 700px;
    background: none;
    margin: auto;
  }
  #header_9,
  #header_4 {
    font-size: 24px;
    color: #f6f3ee;
    font-weight: bold;
    background-image: linear-gradient(
      to left,
      #8b5656 0%,
      #955656 31%,
      #380c0e 100%
    );
    padding: 5px;
    width: 109%;
    display: inline-block;
    margin-bottom: 4px;
    padding-left: 10px;
    margin-left: -32px;
    border-radius: 50px 0 0px 50px;
  }
  #header_9:before,
  #header_4:before {
    content: "\f138";
    font-family: FontAwesome;
    font-size: 30px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
  }

  @media (max-width: 650px) {
    #header_9,
    #header_4 {
      display: flex;
      width: 100%;
      margin-left: 0;
      justify-content: space-between;
      border-radius: 0 50px 50px 0;
      flex-direction: row-reverse;
    }
  }
}
