/**
 * 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 .title {
    margin-bottom: 1em; } }

#section-heading .title h1 {
  margin-bottom: 0; }

#section-heading .title .subtitle {
  display: block;
  color: #00B6E8; }

#section-heading .star-rating .icon-star-full, #section-heading .star-rating .icon-star-half {
  color: #ffb700;
  margin-right: .1em; }

#section-heading .star-rating .icon-star-empty {
  color: #f9e7ba; }

#section-heading .star-rating .score {
  font-size: 90%; }

#section-heading .content ol {
  list-style: none;
  padding: 0;
  margin: 0; }
  #section-heading .content ol li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: .3em; }
    #section-heading .content ol li:last-child {
      margin-bottom: 0; }
    #section-heading .content ol li:before {
      content: '\e90c';
      font-family: Icomoon;
      color: #00B6E8;
      position: absolute;
      left: 0; }

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