/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
[id^="section-heading-"], #section-heading {
  padding-bottom: 2rem; }
  @media (min-width: 768px) {
    [id^="section-heading-"], #section-heading {
      padding-bottom: 3.5rem; } }
  @media (min-width: 981px) {
    [id^="section-heading-"], #section-heading {
      padding-bottom: 5rem; } }
  @media (max-width: 980px) {
    [id^="section-heading-"], #section-heading {
      display: flex;
      flex-wrap: wrap; }
      [id^="section-heading-"] > div, #section-heading > div {
        flex-basis: 100%; }
      [id^="section-heading-"] .title, #section-heading .title {
        order: 2; }
      [id^="section-heading-"] .image, #section-heading .image {
        order: 3; }
      [id^="section-heading-"] .content, #section-heading .content {
        order: 4; } }
  [id^="section-heading-"] .image, #section-heading .image {
    display: block;
    width: 100%;
    background-size: cover;
    overflow: auto;
    height: 175px; }
    @media (min-width: 768px) {
      [id^="section-heading-"] .image, #section-heading .image {
        height: 325px; } }
    @media (min-width: 981px) {
      [id^="section-heading-"] .image, #section-heading .image {
        height: 400px; } }
    @media (min-width: 981px) {
      [id^="section-heading-"] .image.boxed-image, #section-heading .image.boxed-image {
        width: 90%;
        max-width: 1140px;
        margin: 0 auto;
        border-radius: 16px;
        border-top-left-radius: 0;
        border-top-right-radius: 0; } }

@media (max-width: 980px) {
  #section-heading .author {
    order: 4; } }

#section-heading .image {
  position: relative; }
  #section-heading .image > span.seo-image {
    visibility: hidden;
    opacity: 0;
    position: absolute; }
    #section-heading .image > span.seo-image img {
      height: 0;
      width: 0; }
  #section-heading .image .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    height: 100%; }
  #section-heading .image .category {
    margin-top: auto;
    flex-shrink: 1;
    align-self: flex-end;
    padding: .5em;
    text-transform: uppercase;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background: #0db2e7;
    color: #fff;
    font-size: 13.99444px; }

#section-heading .author .container {
  padding: 1em 0;
  border-bottom: 2px solid #1C3F85; }
  @media (min-width: 768px) {
    #section-heading .author .container {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      #section-heading .author .container .h3 {
        margin-right: 2em; } }
  @media (max-width: 767px) {
    #section-heading .author .container .h3 {
      margin-bottom: .5em;
      display: block; } }

#section-heading .author .author-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  #section-heading .author .author-info .thumb {
    flex-basis: 80px;
    padding-right: 1em; }
    #section-heading .author .author-info .thumb .inner-thumb {
      display: block;
      width: 80px;
      height: 80px;
      position: relative;
      overflow: hidden;
      background-size: cover;
      background-position: center;
      border-radius: 50%; }
      #section-heading .author .author-info .thumb .inner-thumb img {
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
  #section-heading .author .author-info .author-content {
    flex: 1; }
    #section-heading .author .author-info .author-content .author-name {
      display: block;
      color: #0db2e7;
      font-family: "MultipleSansPro", Helvetica, Arial, sans-serif;
      font-size: 18.139px;
      line-height: 1;
      font-weight: 200; }

/*# sourceMappingURL=heading.css.map */
