/**
 * 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
 */
.quote blockquote {
  display: block;
  position: relative;
  border-radius: 16px;
  margin: 0;
  font-family: "MultipleSansPro", Helvetica, Arial, sans-serif;
  font-weight: 200;
  padding-left: 3em; }
  @media (min-width: 981px) {
    .quote blockquote {
      padding: 1em 4em !important; } }
  .quote blockquote:before {
    content: '\e917';
    font-family: Icomoon;
    color: #0db2e7;
    font-size: 18.139px !important;
    position: absolute;
    line-height: 1;
    top: 19px;
    font-style: normal;
    text-align: center;
    left: 1em !important; }
    @media (min-width: 981px) {
      .quote blockquote:before {
        left: 2em !important; } }
  .quote blockquote em {
    line-height: 28px;
    display: inline;
    font-size: 22.03467px; }
  .quote blockquote .icon-right-quote {
    color: #0db2e7;
    font-size: 18.139px;
    line-height: 1;
    bottom: 19px;
    right: 2em !important;
    padding-left: .25em;
    font-style: normal;
    display: inline;
    text-align: center; }
  .quote blockquote .name {
    margin-top: .5em;
    color: #0db2e7;
    line-height: 1;
    font-weight: bold;
    display: block; }
  .quote blockquote .function {
    display: block; }
  .quote blockquote.gray {
    background-color: #f7f7f7; }
  .quote blockquote.light-yellow {
    background-color: rgba(255, 200, 64, 0.17); }
  .quote blockquote.light-green {
    background-color: rgba(105, 191, 74, 0.17); }
  .quote blockquote.light-orange {
    background-color: rgba(236, 118, 1, 0.17); }
  .quote blockquote.light-pink {
    background-color: rgba(236, 155, 173, 0.17); }
  .quote blockquote.light-purple {
    background-color: rgba(141, 26, 96, 0.17); }
  .quote blockquote.light-blue {
    background-color: rgba(13, 178, 231, 0.17); }
  .quote blockquote.light-light-blue {
    background-color: rgba(13, 178, 231, 0.17); }

.quote + #section-content-image {
  margin-top: 0; }

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