﻿.repeatable-content .listing_basic-grid{
    gap: 30px 0;
}

.repeatable-content .listing_basic-grid .item{
    margin-bottom: 0 !important;
}

header#site-header .cta-links{
    line-height: var(--nav-main-height);
}

.welcome::before{
    background: rgba(var(--header-bg-color1), 1) !important;
    opacity: 0.8 !important;
}

/*Bootstrap Overriding Styles*/
.usn_cmp_accordiontabcustom .tab-content .tab-pane .text [class*="col-"]{
    padding-left: 0;
    padding-right: 0;
}

.map-wrapper{
    position: relative; 
    width: 100%; 
}
.map-wrapper.loaded{
    height: 400px;
}
.map-wrapper .map{
    height: 100%;
}
.gm-style .gm-style-iw-t {
        display: none !important;   
}
@media (min-width: 768px) {
    .map-wrapper.loaded{
        height: 500px;
    }
}
@media (min-width: 992px) {
    .map-wrapper.loaded{
        height: 550px;
    }
}