/****************
* /BREAKPOINTS *
****************/
/**********
 * SPACES *
**********/
/**********
 * WIDTHS *
**********/
/**************
 * FONTS *
**************/
/**********
 * MIXINS *
**********/
/**************
 * FONT SIZES *
**************/
/********************
 * MOBILE VARIABLES *
********************/
/***************
 * BOX SHOADOW *
***************/
.quote-wrapper {
  margin: 16px 0;
  background: #30467a;
  margin-left: -12px;
  margin-left: -24px;
  width: calc(100vw - 24px);
  width: 100vw;
  max-width: calc(100vw - 24px);
  max-width: 100vw;
  padding: 32px 12px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.quote-wrapper .quote-content {
  text-align: center;
  margin: 0;
  padding: 0;
  border: none;
}
.quote-wrapper .quote-content p {
  color: #ffffff;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0 0 16px;
}
.quote-wrapper .quote-meta {
  padding-top: 16px;
  text-align: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.quote-wrapper .quote-meta .quote-author {
  display: block;
  font-weight: 600;
  color: #ffffff;
}
.quote-wrapper .quote-meta .quote-position {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9em;
}

@media only screen and (min-width: 720px) {
  .quote-wrapper {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}/*# sourceMappingURL=quote.css.map */