/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
/* Removed *:zoom for being non standard and no need to support IE 6/7 */
/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }
  .visuallyhidden.focusable:active:active, .visuallyhidden.focusable:active:focus,
  .visuallyhidden.focusable:focus:active,
  .visuallyhidden.focusable:focus:focus {
    position: static !important;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

.clearfix:after, .clearfix:before {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.paragraph--feature--quote .paragraph--fields {
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.paragraph--feature--quote .field--name-field-text {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin-right: 0;
  margin-top: 20px; }
  .paragraph--feature--quote .field--name-field-text strong {
    font-weight: 600; }
  .paragraph--feature--quote .field--name-field-text h2 {
    text-align: center;
    font-weight: 700;
    font-size: 32px; }
    @media screen and (max-width: 800px) {
      .paragraph--feature--quote .field--name-field-text h2 {
        font-size: 26px; } }

.paragraph--feature--quote .paragraph--contained {
  padding: 40px 140px; }
  @media screen and (max-width: 800px) {
    .paragraph--feature--quote .paragraph--contained {
      padding: 30px 0;
      font-size: 16px; } }

.paragraph--feature--quote a {
  color: #fff; }

.paragraph--feature--quote .field {
  display: inline-block; }

@media screen and (max-width: 800px) {
  .paragraph--feature--quote .paragraph--fields {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

/*# sourceMappingURL=../../maps/components/paragraph/paragraph--feature--quote.css.map */
