img{
    max-width: 100%;
    max-height: 100%;
}
#infrastructure-navigation-Modal{
    padding: 0px !important;
    max-width: 1000px !important;
    background-color: #E6E6E6 !important;
    /*font-family: "Franklin Gothic Book";*/
    border-radius: 15px;
    font-size: 1.1em;

}
.infrastructure-wrapper{
    display: flex;
}

.imageBox{
   display: flex
}
.infrastructure-info--wrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.buildingImg > img {
    box-shadow: 2px 3px 12px #6f6f6f91;
    border-radius: 15px 0px 0px 15px;
    object-fit: cover;
}
.infrastructure-info--wrapper > *{
    /*flex: 1 1 33em;*/
}
.BuildingName-box{
    padding: 0px 15px;
    display: flex;
   justify-content: center;
    text-align: center;
}
.BuildingName-box > h1{
    color: #1c1c1c;
    font-weight: bold;
    line-height: 108%;
    /*font-family:"Franklin Gothic";*/

}
.content-box{
    height: 349px;
    background-color: #F2F2F2;
    border-radius: 13px;
    padding: 0 15px;
    overflow-y: auto;
    color: #222222;
    margin: 15px;
    text-align: justify;
}
.infrastructure-info--wrapper---video{
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
}
.infrastructure-wrapper--video{
    display: flex;
    justify-content: center;
}
.content-box--video {
    background-color: #F2F2F2;
    border-radius: 13px;
    padding: 15px;
    color: #222222;
    margin: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
#featured-Video--Modal{
    max-width:620px;
}
.videoModalContainer{
    width: 100%;
    display: flex;
}
.modalbuttonWrapper{
    margin-bottom: 15px;
    text-align: center;
    margin-top: -21px;
}
.blocker{
    z-index: 500 !important;
}
.modalbutton{
    background-color: #0d76bd;
    color: #f1f1f1;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    margin: 20px 5px 0px 5px;
    text-decoration: none !important;
}
.nextButton{
    background-color: #29ABE2;
    color: #1c1c1c;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;

}
.nextButton:hover{
    background-color: #2987bb;


}
.prevButton{
    background-color: #29ABE2;
    text-transform: uppercase;
    color: #1c1c1c;
    font-weight: 600;
    letter-spacing: 1px;
}
.prevButton:hover{
    background-color: #2987bb;

}
.close-infrastructure-button{
    background-color: #a94442;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;

}
.close-infrastructure-button:hover{
    background-color: #953f3d;
}
