/* 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-with-image .paragraph--fields {
  color: #fff;
  padding: 20px 60px 20px 0;
  font-size: 18px;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }
  .paragraph--feature--quote-with-image .paragraph--fields .paragraph--contained {
    padding-top: 40px;
    padding-bottom: 40px; }
  .paragraph--feature--quote-with-image .paragraph--fields .field-group--quote-with-image--text {
    width: 55%; }
  .paragraph--feature--quote-with-image .paragraph--fields .field-group--quote-with-image--image {
    width: 45%;
    text-align: center; }
    .paragraph--feature--quote-with-image .paragraph--fields .field-group--quote-with-image--image img {
      width: 80%; }

.paragraph--feature--quote-with-image .field--name-field-link {
  text-align: center; }

.paragraph--feature--quote-with-image .field--name-field-text {
  font-weight: 400;
  line-height: 1.5; }
  .paragraph--feature--quote-with-image .field--name-field-text p {
    margin: 20px 50px 20px 0; }
  .paragraph--feature--quote-with-image .field--name-field-text strong {
    font-weight: 700;
    font-size: 18px; }
  .paragraph--feature--quote-with-image .field--name-field-text h2 {
    text-align: left;
    font-weight: 700;
    font-size: 32px; }
    @media screen and (max-width: 800px) {
      .paragraph--feature--quote-with-image .field--name-field-text h2 {
        font-size: 26px; } }

.paragraph--feature--quote-with-image .field--name-field-image {
  margin-top: 20px;
  margin-bottom: 20px; }

.media.media-video.view-mode-half-width {
  margin-bottom: 20px;
  margin-top: 20px; }

@media screen and (max-width: 800px) {
  .paragraph--feature--quote-with-image .paragraph--contained {
    width: 100%; }
  .paragraph--feature--quote-with-image .paragraph--fields {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0; }
    .paragraph--feature--quote-with-image .paragraph--fields .field-group--quote-with-image--text {
      width: 85%; }
      .paragraph--feature--quote-with-image .paragraph--fields .field-group--quote-with-image--text p {
        margin: 0 0 30px;
        font-size: 18px;
        text-align: center; }
      .paragraph--feature--quote-with-image .paragraph--fields .field-group--quote-with-image--text h2 {
        text-align: center; }
    .paragraph--feature--quote-with-image .paragraph--fields .field-group--quote-with-image--image {
      width: 100%;
      text-align: center; }
      .paragraph--feature--quote-with-image .paragraph--fields .field-group--quote-with-image--image img {
        width: 100%; } }

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