.contact_mapSection {
    position: relative;
    height: 80vh;
    overflow: hidden;
}
.contact_infoWrapper {
    position: relative;
    display: flex;
    --displacement: -120px;
    top: var(--displacement);
    margin-bottom: var(--displacement);
    z-index: 1000;
    min-height: 200px;
}
.jcbw {
    justify-content: space-between;
}
.col-8 {
    flex: 0 0 66.64% !important;
    width: 66.64% !important;
    max-width: 66.64% !important;
}
.col-4 {
    flex: 0 0 33.32% !important;
    width: 33.32% !important;
    max-width: 33.32% !important;
}
.radius-lg {
    border-radius: 9px !important;
}
.shadow-sm {
    box-shadow: 0 .8px 9.6px 0 hsla(0,0%,0%,.1) !important;
}
.marginleft-md {
    margin-left: 8px !important;
}
.padding-xl {
    padding: 24px !important;
}
.backgroundcolor-background {
    background: #fff !important;
}
.contact_overlay {
    position: relative;
    min-height: 150px;
}
.contact_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    align-self: flex-start;
}
.contact_nowrap {
    white-space: nowrap;
}
a, a:hover, a:visited {
    text-decoration: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.edge-padding-lg-x {
    padding-left: 10% !important;
}
h1,h2 {
    font-size: 23px;
}

