/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
.acf-map {
  width: 100%;
  height: 100%;
  min-height: 500px;
  border: none;
  margin: 0; }

.acf-map img {
  max-width: inherit !important; }

#contact-info {
  overflow: hidden; }

.location-box {
  margin: 0 !important;
  padding: 22px 0;
  border-bottom: 2px solid #e9e9e9; }
  .location-box a h3,
  .location-box a:visited h3 {
    color: black;
    font-size: 20px;
    margin: 0;
    text-transform: capitalize; }
    .location-box a h3:hover,
    .location-box a:visited h3:hover {
      color: #F00000;
      font-weight: bold;
      text-decoration: none !important; }

.emergency-block {
  background: #F00000;
  padding: 26px 20px 30px 73px;
  color: white;
  position: relative; }
  .emergency-block::after {
    position: absolute;
    right: -100%;
    width: 100%;
    background-color: #F00000;
    top: 0;
    bottom: 0;
    content: '';
    z-index: -1; }
  .emergency-block h3 {
    font-weight: normal;
    color: white;
    margin-bottom: 0; }
  .emergency-block h2 {
    color: white;
    margin-top: 10px;
    font-weight: 700; }
    .emergency-block h2 a {
      color: white; }
      .emergency-block h2 a:hover {
        color: #D5BC00; }
  .emergency-block h5, .emergency-block p {
    color: white;
    margin-bottom: 0.5em; }
  .emergency-block h5 a {
    font-weight: 700;
    text-transform: capitalize; }
  .emergency-block a:hover {
    text-decoration: underline; }
  .emergency-block .icon-box {
    color: white !important; }
    .emergency-block .icon-box i {
      width: fit-content;
      font-size: 50px;
      border: 2px solid white;
      border-radius: 8px;
      padding: 10px;
      margin-right: 20px;
      margin-bottom: 0; }
    .emergency-block .icon-box .contact-info p {
      margin-bottom: 5px;
      font-size: 22px;
      font-weight: bold; }
      .emergency-block .icon-box .contact-info p:last-child {
        margin-bottom: 0; }
  .emergency-block address {
    font-size: 20px;
    line-height: 28px; }
    .emergency-block address a, .emergency-block address a:visited {
      display: inline-block;
      margin-top: 8px;
      color: white;
      text-decoration: underline !important; }
  @media screen and (max-width: 1024px) {
    .emergency-block {
      padding-left: 30px; }
      .emergency-block::after {
        display: none; } }
