/* 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-full-background {
  min-height: 550px;
  width: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden; }
  .paragraph--feature--image-full-background .paragraph--fields {
    min-height: 550px;
    width: 85%;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .paragraph--feature--image-full-background .field--name-field-text {
    width: 40%;
    background: rgba(0, 116, 163, 0.7);
    padding: 20px 40px 0;
    text-shadow: 0 0 50px #0074a3;
    text-align: center; }
    .paragraph--feature--image-full-background .field--name-field-text h2 {
      font-weight: 700;
      font-size: 48px;
      line-height: 1.2;
      color: #fff;
      margin: 30px 0; }
    .paragraph--feature--image-full-background .field--name-field-text h3 {
      font-weight: 700;
      font-size: 48px;
      line-height: 1.2;
      color: #fff;
      margin: 30px 0; }
    .paragraph--feature--image-full-background .field--name-field-text h4 {
      font-weight: 700;
      font-size: 40px;
      line-height: 1.2;
      color: #fff;
      margin: 30px 0; }
    .paragraph--feature--image-full-background .field--name-field-text p {
      font-size: 20px;
      font-weight: 600;
      line-height: 1.5;
      color: #fff;
      margin: 30px 0; }
  .paragraph--feature--image-full-background .button {
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
    margin-bottom: 40px; }

.paragraph--feature--image-full-background .field.field--name-field-link.field--type-link.field--label-hidden.field__item {
  width: 40%;
  background: rgba(0, 116, 163, 0.7);
  padding: 0 40px 10px;
  text-align: center; }

.paragraph--feature--image-full-background.shadow-10px-35percent .field--name-field-text {
  text-shadow: 0 0 10px #0074a3; }

.paragraph--feature--image-full-background.shadow-30px-65percent .field--name-field-text {
  text-shadow: 0 0 30px #0074a3; }

@media screen and (max-width: 1000px) {
  .paragraph--feature--image-full-background
.field--name-field-text {
    width: 100%;
    background: rgba(0, 116, 163, 0.7); }
    .paragraph--feature--image-full-background
.field--name-field-text h2, .paragraph--feature--image-full-background
.field--name-field-text h3, .paragraph--feature--image-full-background
.field--name-field-text h4 {
      font-size: 44px; }
  .paragraph--feature--image-full-background .field.field--name-field-link.field--type-link.field--label-hidden.field__item {
    width: 100%;
    background: rgba(0, 116, 163, 0.7); } }

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