* {
  transition: all 0.3ms;
}
a {
  text-decoration: none;
  color: #212529;
}

.d-n {
    display: none;
}
.logo a {
    color: #004aad;
}
.bg-dark-grey {
    background-color: #edf1f3;
}
.app-main {
  overflow: hidden !important;
}
.app-content {
  overflow: scroll;
}
.p-t-100 {
  padding-top: 100px;
}
.navbar a:hover {
    color: #ffffff;
}
.image-container.info-boxes-wrap {
    position: revert;
    transform: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: auto;
    padding: 113px 0;
} 
.image-container.info-boxes-wrap .text-overlay {
    position: revert;
    transform: none;
    margin-left: auto;
    margin-right: auto;
}
.footer-column li::before {
    display: none;
}

a:not([href]) {
/* a.unlinked { */  use in place of the line above for IE8
    pointer-events:none;
    color:inherit;
}
.dropdown span,
.navbar a {
    color: #000000 !important;
}
.navbar {
    background-color: #ffffff !important;
}
.navbar a {
    border-radius: 0 !important;
    background-color: #fff !important;
    box-shadow: none !important;
}
form .form-label {
    font-size: 17px !important;
}

@media screen and (max-width: 600px){
    .image-container.info-boxes-wrap {
        padding: 70px 0;
    }
    .info-boxes-wrap  .horizontal-cards {
        display: flex;
    }
    .disaster-card {
        width: 48%;
        height: auto;
    }
}
@media screen and (max-width: 480px){
    .image-container.info-boxes-wrap {
        padding: 50px 0;
    }
    .disaster-card {
        width: 100%;
    }
}
