/* 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--image-first .paragraph--fields {
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center; }
  .paragraph--feature--image-first .paragraph--fields .field--name-field-media {
    width: 50%; }
  .paragraph--feature--image-first .paragraph--fields .field--name-field-image {
    width: 100%; }
  .paragraph--feature--image-first .paragraph--fields .field-group-feature-text {
    width: 50%;
    padding: 40px 0 40px 60px;
    font-weight: 400;
    font-size: 16px; }
  .paragraph--feature--image-first .paragraph--fields .field--name-field-title {
    font-weight: 700; }

@media screen and (max-width: 800px) {
  .paragraph--feature--image-first .paragraph--contained {
    width: 100%; }
  .paragraph--feature--image-first .paragraph--fields {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .paragraph--feature--image-first .paragraph--fields .field--name-field-media,
    .paragraph--feature--image-first .paragraph--fields .field--name-field-image {
      width: 100%; }
    .paragraph--feature--image-first .paragraph--fields .field-group-feature-text {
      width: 80%;
      padding: 30px 0;
      margin-left: auto;
      margin-right: auto;
      font-size: 16px; } }

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