.aabTitle2{
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    background-color: rgba(255, 255, 255, 0.76);
    margin: 10px auto;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.aabTitle{
    display: flex;
    align-items: center;
    width: 35%;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.40);
    margin: 0 auto;
}

.aabTitle3{
    display: flex;
    align-items: center;
    width: 35%;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.40);
    margin: 30px auto;
}

.break {
  flex-basis: 100%;
  height: 0;
}

.aabTitle2 h1{
    font-family: Lalezar,Helvetica,Arial,sans-serif;
    color: #21aee4;
    letter-spacing: 1px;
    margin: 0 auto;
    font-size: 2.5vw;
}

.aabTitle2 p{
    font-family: Lalezar,Helvetica,Arial,sans-serif;
    color: #F37921;
    letter-spacing: 1px;
    margin: 0 auto;
    font-size: 1.4vw;
}

.aabMain{
    display: flex;
    height: 75vh;
}

.aabSideNave{
    display: flex;
    flex-direction: column;
    width: 20vw;
    border-right:  1px solid #cbcbcb;
    overflow: scroll;
}

.aabSideBtn{
    background-color: #21aee4;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    font-weight: bold;
    width: 80%;
    margin: 5px auto;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.aabSideBtn:hover{
    cursor: pointer;
    /*color: #e6e6e6;*/
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.aabShowOpps{
    background-color: #cbcbcb;
    width: 38vw;
    overflow: auto;
}

.aabTag{
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 20px;
    width: 90%;
    border-radius: 5px;
    height: 60px;
    margin: 5px 0 5px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.aabTag p,
.aabTag a{
    margin: 0 10px 0 0;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    color: #000;
    font-size: 1.1vw;
}

.aabTag:hover{
    background-color: #21aee4;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.aabTag:hover a{
    background-color: #21aee4;
    color: #fff;
}

.aabMap{
    background-color: #cbcbcb;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 42vw;
}

.scrollCtr{
    display: flex;
    flex-direction: column;
    width: 5%;
}

.scrollbtn{
    height: 50%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.24);
}

.scrollbtn:hover{
    cursor: pointer;
    background-color: rgba(33, 174, 228, 0.72);
}

.aabMain .map-container{
    height: 100%;
}

.aabMap opp-result-map-view{
    width: 100%;
    height: 100%;
}

.map-container{
    height: 50vh;
}

.signage-mark {
    font-weight: 800;
    color: #184A8A;
    font-size: 1rem;
    /*
    border: 2px solid #184A8A;
    border-radius: 30px;
    padding: 0 10px;
    */
}


@media  (max-width: 1051px){
    .aabTitle2 h1{
        font-size: 3.5vw;
    }
    .aabTitle2 p{
        font-size: 1.8vw;
    }
    .aabTitle, .aabTitle3{
        width: 50%;
    }
}

@media  (max-width: 736px){
    .aabTitle2 h1{
        font-size: 2em;
    }
    .aabTitle2 p{
        font-size: 1em;
        margin: 0 10px;
    }
    .aabTitle, .aabTitle3{
        width: 90%;
    }
}

@media  (max-width: 992px){
    .aabTag a{
        font-size: 0.9em;
    }
    .aabsideBrn{
        font-size: 0.7em;
        text-align: left;
    }
}

@media  (max-width: 800px){
    .aabMain{
        flex-direction: column;
        height: auto;
    }
    .aabSideNave {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: row;
        width: 100vw;
    }
    .aabSideBtn{
        max-width: 158px;
        margin: 5px 2px;
        font-size: .7em;
    }
    .aabShowOpps{
        width: 100%;
    }
    .aabTag{
        margin: 5px auto;
    }
    .aabTag a{
        font-size: 1.3em;
    }
    .aabMap{
        display: none;
    }
    .aabTag p{
        font-size: 1rem;
    }
}
