/* 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--multiple-inline-features .paragraph--feature {
  width: 100%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  margin-top: 20px;
  min-width: 35%; }
  .paragraph--multiple-inline-features .paragraph--feature:first-of-type {
    margin-left: -2%; }
  .paragraph--multiple-inline-features .paragraph--feature:last-of-type {
    margin-right: -2%; }

.paragraph--multiple-inline-features .field--name-field-short-label {
  color: #0086bc;
  font-weight: 400;
  margin-bottom: 15px;
  display: none; }
  @media screen and (max-width: 600px) {
    .paragraph--multiple-inline-features .field--name-field-short-label {
      display: none; } }

.paragraph--multiple-inline-features .field--name-field-title {
  margin: 20px 0 10px;
  color: #004f6f;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3; }
  @media screen and (max-width: 600px) {
    .paragraph--multiple-inline-features .field--name-field-title {
      font-size: 24px;
      margin: 20px 0 5px; } }

.paragraph--multiple-inline-features .field img {
  box-shadow: 0 0 200px #f1f1f1; }

.paragraph--multiple-inline-features p {
  margin-bottom: 10px; }
  @media screen and (max-width: 600px) {
    .paragraph--multiple-inline-features p {
      font-size: 16px; } }

.paragraph--multiple-inline-features .field--name-field-add-a-feature.field__items {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .paragraph--multiple-inline-features .field--name-field-add-a-feature.field__items .paragraph--contained {
    padding-top: 50px;
    padding-bottom: 50px; }

.media.media-image.view-mode-multiple-inline {
  margin-bottom: 15px; }

@media screen and (max-width: 800px) {
  .paragraph--multiple-inline-features {
    padding-bottom: 20px; }
  .paragraph--multiple-inline-features .paragraph--feature {
    width: 50%; }
    .paragraph--multiple-inline-features .paragraph--feature:first-of-type {
      margin-left: 0; }
    .paragraph--multiple-inline-features .paragraph--feature:last-of-type {
      margin-right: 0; }
  .paragraph--multiple-inline-features .field--name-field-add-a-feature.field__items {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .paragraph--multiple-inline-features .field--name-field-add-a-feature.field__items .paragraph--contained {
      padding-top: 20px;
      padding-bottom: 0; } }

@media screen and (max-width: 800px) {
  .paragraph--multiple-inline-features .paragraph--feature {
    width: 98%; } }

/*# sourceMappingURL=../../maps/components/paragraph/paragraph--multiple-inline-features.css.map */
