/**
 * 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
 */
article.reference {
  flex: 1;
  min-width: 40%; }
  @media (min-width: 981px) {
    article.reference {
      max-width: calc(50% - 1.25em); } }
  @media (max-width: 980px) {
    article.reference {
      flex-basis: 100%; } }
  article.reference blockquote {
    margin: 0;
    padding: 0; }
    article.reference blockquote p {
      font-family: "Lora", Helvetica, Arial, serif; }
      @media (max-width: 767px) {
        article.reference blockquote p {
          line-height: 1.4; } }
    article.reference blockquote footer {
      line-height: 1.2;
      font-size: 12px;
      margin-top: 20px; }
      @media (min-width: 768px) {
        article.reference blockquote footer {
          font-size: 16px; } }
    article.reference blockquote cite {
      font-style: normal;
      font-weight: bold; }
      @media (max-width: 767px) {
        article.reference blockquote cite {
          display: block; } }
  article.reference figure {
    position: relative;
    padding-top: 135%;
    height: auto;
    min-height: auto;
    margin: 0;
    border-radius: 5px;
    overflow: hidden; }
    article.reference figure > .img, article.reference figure img, article.reference figure video, article.reference figure iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (min-width: 768px) {
      article.reference figure {
        padding-top: 40%; } }
    @media (min-width: 981px) {
      article.reference figure {
        padding-top: 60%; } }
  article.reference .content {
    background-color: var(--white);
    max-width: 310px;
    position: relative;
    border-radius: 5px;
    z-index: 1;
    padding: 2.5em 1.5em 1.5em;
    margin: -8em auto 0; }
    @media (min-width: 768px) {
      article.reference .content {
        max-width: 730px; } }
    @media (min-width: 981px) {
      article.reference .content {
        padding: 3em 14em 2em 3em;
        margin: -4em auto 0;
        max-width: 730px; } }
    article.reference .content:before {
      content: "\e909";
      font-family: Icomoon;
      color: var(--dark-sand);
      position: absolute;
      font-size: 35px;
      top: -.6em;
      left: .75em; }
      @media (min-width: 981px) {
        article.reference .content:before {
          font-size: 45px;
          left: 1.2em; } }
    article.reference .content p {
      margin-top: 0; }
    @media (max-width: 980px) {
      article.reference .content a.btn {
        width: 100%;
        margin-top: 1.5em; } }
    @media (min-width: 981px) {
      article.reference .content a.btn {
        position: absolute;
        right: 3em;
        top: 4em; } }

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