/**
 * 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
 */
.section-references .container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between; }
  .section-references .container .section-title-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    @media (min-width: 768px) {
      .section-references .container .section-title-wrapper {
        flex-direction: row; } }
    .section-references .container .section-title-wrapper > h1, .section-references .container .section-title-wrapper > h2, .section-references .container .section-title-wrapper > h3 {
      margin: 0;
      font-family: "Lora", Helvetica, Arial, serif;
      font-weight: 400; }
    @media (max-width: 980px) {
      .section-references .container .section-title-wrapper > a.btn {
        order: 3;
        width: 100%;
        margin-top: 2em;
        color: var(--dark-blue);
        background-color: var(--dark-sand); } }

.section-references .references {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 24px;
  margin-top: 25px; }
  @media (min-width: 768px) {
    .section-references .references {
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      margin-bottom: 2rem; } }
  @media (min-width: 981px) {
    .section-references .references {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } }
  @media (min-width: 1200px) {
    .section-references .references {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      margin-bottom: 3rem; } }
  @media (min-width: 1500px) {
    .section-references .references {
      margin-bottom: 0; } }
  .section-references .references > article {
    display: flex;
    flex-direction: column;
    background: transparent;
    height: 100%;
    position: relative; }
    @media (min-width: 1500px) {
      .section-references .references > article {
        min-height: 600px;
        margin: 0; } }
    .section-references .references > article figure {
      position: relative;
      padding-top: 40%;
      height: auto;
      min-height: auto;
      margin: 0;
      border-radius: 5px;
      overflow: visible;
      position: relative;
      height: 400px; }
      .section-references .references > article figure > .img, .section-references .references > article figure img, .section-references .references > article figure video, .section-references .references > article figure iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      @media (min-width: 768px) {
        .section-references .references > article figure {
          height: unset;
          padding-top: 90%; } }
      @media (min-width: 981px) {
        .section-references .references > article figure {
          padding-top: 60%; } }
      .section-references .references > article figure:before {
        content: "\e909";
        font-family: Icomoon;
        color: var(--dark-sand);
        position: absolute;
        font-size: 35px;
        top: -.5em;
        right: .75em;
        z-index: 1; }
        @media (min-width: 981px) {
          .section-references .references > article figure:before {
            font-size: 45px;
            right: .5em; } }
    .section-references .references > article .content-wrapper {
      background-color: var(--dark-blue);
      display: flex;
      flex-direction: column;
      position: relative;
      min-height: 8.5625rem;
      flex: 1 1 auto; }
    .section-references .references > article .content {
      background-color: var(--white);
      border-radius: 5px;
      padding: 2.5em 1.5em 1.5em;
      margin: -6em 1.5em 1.5em 1.5em;
      width: calc(100% - 3em);
      z-index: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex-grow: 1;
      position: relative;
      flex: 1 1 auto; }
      @media (min-width: 768px) {
        .section-references .references > article .content {
          padding: 2em;
          margin: -4em 1em 1em 1em;
          width: calc(100% - 2em); } }
      @media (min-width: 981px) {
        .section-references .references > article .content {
          padding: 2em;
          margin: -10% 1em 1em 1em;
          width: calc(100% - 2em); } }
      @media (min-width: 1500px) {
        .section-references .references > article .content {
          padding: 32px 24px; } }
      .section-references .references > article .content p {
        margin-top: 0;
        font-size: 22px;
        color: var(--dark-blue); }
        @media (max-width: 767px) {
          .section-references .references > article .content p {
            line-height: 1.4; } }
      .section-references .references > article .content footer {
        line-height: 1.2;
        font-size: 12px;
        color: var(--dark-blue); }
        @media (min-width: 768px) {
          .section-references .references > article .content footer {
            font-size: 16px; } }
        .section-references .references > article .content footer cite {
          font-style: normal;
          font-weight: bold; }
          @media (max-width: 767px) {
            .section-references .references > article .content footer cite {
              display: block; } }
      @media (max-width: 980px) {
        .section-references .references > article .content a.btn {
          width: 100%;
          margin-top: 1.5em; } }
      @media (min-width: 981px) {
        .section-references .references > article .content a.btn {
          position: absolute;
          right: 3em;
          top: 4em; } }

.section-references.blue article blockquote,
.section-references.blue article blockquote * {
  color: var(--dark-blue); }

.section-references.blue .container > a.btn {
  background-color: var(--dark-sand);
  color: var(--dark-blue); }

.section-references.blue h1, .section-references.blue h2, .section-references.blue h3 {
  color: var(--dark-sand); }

.section-references.sand .container > a.btn {
  background-color: var(--dark-blue);
  color: var(--white); }

.section-references.sand .content::before {
  color: var(--dark-blue) !important; }

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