/* FONT-STANDARD
-------------------------------------------------- */

body, .as-body-heading {
    font-size: 1rem;
}
.h2, h2 {
    font-size: 1.50rem;
}
.h3, h3 {
    font-size: 1.40rem;
}
#carousel-outer .carousel-item img, #carousel-outer .item img {
    height:19rem;
}
.incident-box {
    min-height: 18em;
}
.incident-summary-text {
    font-size: 1rem;
}
/* ACCESSIBILITY
--------------------- */
.as-heading, h5 {
    font-size: 1.25rem;
}
.as-non-compliance,
.as-content-heading {
    font-size: 1.125rem;
}
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation : landscape) {
    .incident-box-image-wrapper {
      height: 8rem;
    }
    .incident-box {
        min-height: 20em!important;
    }
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) {
    .incident-box {
        min-height: 20em!important;;
    }
    incident-box-image-wrapper {
      height: 8rem;
    }
}
/*END
-----------------------------------------------*/