.covid-modal img {
    width: 75%;
    height: auto;
}
body #COVID19 .covid-heading {
    max-height: unset !important;
}
@media (max-width:991px) {
        .header1 {
                display:none !important;
        }
}

.editable__container iframe {
    max-width: 100%;
}

.gallery-grid--item {
    justify-content: center;
}

.editable__container ol, .editable__container ul {
    clear: unset !important;
}

.editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * {
    clear: unset !important;
}

.editable__container ul {
    overflow: hidden;
}

/* start of popup */

.itempopup {
    z-index: 99999999999;    
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /*visibility:hidden;*/
    /*display:none;*/
    background-color: rgba(22,22,22,0.5);
    /*cursor: pointer;*/
    display: none;
}
.showimages {
    border-radius: 8px;
    background:#fff; 
    margin: 0 auto;
    width:90%; 
    max-width: 600px;
    position:relative; 
    z-index:41;
    top: 10%;
    padding: 30px 30px; 
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.4); 
    box-shadow:0 0 10px rgba(0,0,0,0.4);
    background-color: rgba(255, 255, 255 .3);
}

@media (min-width: 767px) {
    .modal-button-area {
        display: none;
    }
}


.showimages img {
    max-width: 100%;
}

/* end of popup */

@media(min-width:991px) {
.banner-a .banner__title {
    margin-top: 32%;
    background-color: rgba(0,0,0,0.4);
    padding: 10px;
     font-size: 2.25rem;
     line-height: 2.5rem;
}
}
.cta__button, .banner-e__form form .submit {
        max-width: 450px;
    }

.banner-a .banner__subtitle {
    font-size: 2rem;
}
/*======banner text format ==========*/
.section--dark .banner-a .banner__title {
    font-family: 'Montserrat';
    font-style: italic;
    FONT-weight: 600;
    text-shadow: 1px 1px gray;
}

ul.more_nav > li.has-drop-down.drop-down-style--1:last-of-type:hover > ul.navigation__list--sub {
  max-height: 60vh !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

@media (max-width: 767px){
    .section-base-container {
        overflow: hidden;
    }
}