@media only screen and (max-width : 1024px) {
    .GalleryCaption {
        opacity: 1;
    }

    div.QuickLinks p {
        opacity: 1;
        padding: 10px;
        font-size: 18PX
    }


}
@media only screen and (max-width : 991px) {
    [class*='Overlap-'] {
        margin-top: 0;
        box-shadow: none;
    }

    .Overlap-Right {
        margin-right: 0;
    }

    .Overlap-Left {
        margin-left: 0;
    }

    .Overlap-Both {
        margin-left: 0;
        margin-right: 0;
    }

    .grid-item {
        width: 50%;
    }
.MainNav ul{
 display:none;
    }
.MobileMenu{
    Display:block;
    text-align: right;
    font-size: 24px;
    padding: 16px;
}
.MobileNav {
    position: fixed;
    background-color: rgba(255,255,255,.9);
    z-index: 100;
    left: 25%;
    right: 0;
    top: 0;
    bottom:0;
    text-align: left;
    padding:100px 0px;
    display: block;
    transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
    transition: all 0s, transform .3s ease;
    overflow-y: auto;
}
.MobileNav.Opened{
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    transition: all 0s, transform .3s ease;
    box-shadow: -1px 0px 10px rgba(0, 0, 0, 0.27);
}
 .MobileNav li{
     display:block;
}
 .MobileNav li a,
 .MobileNav li span{
    padding: 10px 15px 10px 30px;
    display: inherit;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}
  .MobileNav .SubNav{
    background-color: transparent;
    color: inherit;
    font-weight: 400;
    position: relative;
    text-align: left;
    font-size: 12px;
    height:0;
}
    .MobileNav .SubNav li a,
    .MobileNav .SubNav li:last-child a {
        font-weight: 400;
        padding: 10px 15px 10px 45px;
        color: inherit !important;
        font-size: 14px;
    }
    ul.SubNav li a:hover {
        background-color: transparent;
    }
    .CloseMobile {
     width: 100%;
    position: absolute;
    top: 75px;
    font-size: 16px;
    border-bottom: 1px solid rgba(0,0,0,.15);
    padding: 0px 0px 10px 30px;
    }
    .HeroText {
        font-size: 42px;
    }
    .HeroText p {
    font-size: 24px;
    }
}
@media only screen and (max-width : 767px) {
    .flex-row {
        flex-flow: column;
    }
    .Map iframe {
        display: none;
    }
    .LocMapList .row{
        border-bottom:1px solid rgba(0,0,0,.25);
        padding-top:25px;
        padding-bottom:25px;
    }
    .SiteBy{
        display:none;
    }
}


@media only screen and (max-width : 498px) {
    .grid-item{
    width: 100%;
    }
}