@charset "UTF-8";
/*
╔═══════════════════════════════════════════════════╗
║      Code Phenix dev stage debug SCSS rules       ║
╚═══════════════════════════════════════════════════╝*/
/* Usage :
  Activate debugging visual help by adding class' debug' to BODY tag.
  Additional classes can be used to restrain debugging to some elements,
  e.g. containers, rows and columns, etc.
*/
body.debug .container, body.debug .container-sm, body.debug .container-md, body.debug .container-lg, body.debug .container-xl, body.debug .container-xxl {
  border: 2px dotted navy;
}
body.debug .container-fluid {
  border: 3px dashed green;
}
body.debug [class^="col-"] {
  border: 1px solid violet;
}
body.debug .row {
  border: 2px solid orange;
}
body.debug.debug.containers [class^="col-"] {
  border: none;
}
body.debug.debug.containers .row {
  border: none;
}
body.debug.rows-cols .container, body.debug.rows-cols .container-sm, body.debug.rows-cols .container-md, body.debug.rows-cols .container-lg, body.debug.rows-cols .container-xl, body.debug.rows-cols .container-xxl {
  border: none;
}
body.debug.rows-cols .container-fluid {
  border: none;
}

/*
╔═══════════════════════════════════════════════════╗
║       SCSS App Global Constants & Variables       ║
╚═══════════════════════════════════════════════════╝*/
/*
╔═════════════════════════════════════════════╗
║                                             ║
║           Global Reusable Mixins            ║
║                                             ║
╚═════════════════════════════════════════════╝*/
/*
╔═════════════════════════════════════════════╗
║               SCSS settings:                ║
║═════════════════════════════════════════════║
║               inclusive-home                ║
╚═════════════════════════════════════════════╝*/
/*
╔═════════════════════════════════════════════╗
║                                             ║
║             Mobile first settings           ║
║                                             ║
╚═════════════════════════════════════════════╝*/
.route .map-container iframe {
  display: block;
  width: 100%;
  height: 250px;
}

section.facility-banner.inclusive-home-banner .image-box.height-limit img {
  height: 14em;
}

/*
╔═════════════════════════════════════════════╗
║                                             ║
║           Tablet / Desktop settings         ║
║                                             ║
╚═════════════════════════════════════════════╝*/
@media (min-width: 992px) {
  .route .map-container iframe {
    height: 500px;
  }

  section.facility-banner.inclusive-home-banner {
    height: 14em;
  }
  section.facility-banner.inclusive-home-banner .image-box.height-limit img {
    height: 16em;
  }
}

/*# sourceMappingURL=inclusive-home.css.map */
