/*!
 * FCRF_BARDINI – legacy.css
 * Temporary legacy styles migrated from the old style.css.
 * Remove progressively.
 */


 /* FOCUS
-------------------------------------*/

.focuses {margin-top:40px;}
.focus {
  border-left: 4px solid #333;
  margin-bottom:20px;
}

.focus h3 {
  font-size:24px;
  font-weight:bold;
}

.focus h3 a {color:#333;}

.focus .text-link {
  font-size:12px;
  color: #333;
}

.focus .text-intro {
  font-size: 12px;
  margin-bottom:5px;
  text-transform:uppercase;
  opacity: 0.5;
}


/* TESTIMONIALS
-------------------------------------*/

.testimonials blockquote {
  font-size: 44px;
  color: #222;
  font-weight: bold;
  line-height: 46px;
}

.testimonials a {font-weight: bold;}

.testimonials blockquote:before {
  content: "\201c";
  font-size: 150px;
  position: absolute;
  top: -20px;
  left: -50px;
  font-family: 'Space Grotesk', sans-serif;
  color:#ddd;
}


/* VIDEO
-------------------------------------*/

.player {height:inherit !important;}

.embed-container {
        position: relative;
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    }

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
