#site-navigation.main-navigation {display: flex;
    justify-content: space-between;
    flex-flow: wrap;}
    .menu.cta {
        display: flex;
        margin-right: -2%;
    }

ul.membersoflist { list-style: none;}
ul.membersoflist li {float: left;margin: 2rem;}
.member-item-3{    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);}
.member-item-3 > div {
    width: 60%;
    display: table-cell;
    vertical-align: top;
}
.member-item-3 > .avatar {
    width: 30%;
    display: table-cell;
    vertical-align: top;
}
.member-item-3 > .avatar img {
    margin-top: 0.5rem;
    padding:0 1rem;
}

.member-item-3 .mem-info {padding: 30px 15px;}
/* .map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
  }
  .map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
  } */

  .contact_wrp .contact_heading {
    height: 50vh;
    display: table-cell;
    width: inherit;
    padding: 5% 10%;
    background: rgb(4 24 92);
    position: relative;
    z-index: 1;
    vertical-align: top;
    color: #fff;
}
.contact_heading h1{font-size:2rem;color:#fff;}