/*----------------------Community Partners----------------------------*/
.BusinessHome.FaqPages.Community .CommonBreadcrumb {
    background-image: url(../images/commnity.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
}
.BusinessHome.FaqPages.Community .CommonBreadcrumb h1 {
    text-transform: uppercase;
    color: #fff
}
.padding-bottom-20px {
    padding-bottom: 20px;
}
.padding-top-60px {
    padding-top: 60px;
}
.padding-bottom-200px {
    padding-bottom: 200px;
}
.PressPage.communityPage h2{
    text-transform: capitalize;
}
.PressPage.communityPage p {
    width: 80%;
    color: #000;
}
.padding-top-70px {
    padding-top: 70px;
}
.Lists {
    width: 80%;
    margin: 0 auto;
}
.CommShare {
    width: 100%;
    display: inline-block;
}
.CommShare {
    text-align: center;
    margin-bottom: 70px;
}
.CommShare h4 {
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.CommShare img.Slack.icon {
    width: 40px;
    margin: -8px 15px 0 0;
    display: inline-block;
}
.CommShare a {
    font-size: 30px;
}
.padding-bottom-80px {
    padding-bottom: 80px;
}
.Upcomming h4 {
    color: #001e46;
    font-weight: 700;
    margin: 0 0 30px;
    font-size: 24px;
    text-transform: uppercase;
}
.communityVideo {
    max-width: 660px;
    margin: 0 auto;
}
/*----------------------Community Partners----------------------------*/

/*----------------------Resposive--------------------------------*/
@media screen and (min-width: 320px) and (max-width: 767px) {
    .CommonBreadcrumb:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff;
}
.CommonBreadcrumb h1 {
        font-size: 30px;
        width: 80%;
        margin-top: 60px;
    }
    .CommonBreadcrumb h1 {
    color: #fff;
    position: relative;
    z-index: 11;
}
    .CommonBreadcrumb {
        padding-bottom: 50px;
    }
        .BusinessHome.FaqPages .CommonBreadcrumb {
        min-height: auto;
    }
    .padding-top-60px {
    padding-top: 30px;
}

.padding-bottom-90px {
    padding-bottom: 50px;
}
.padding-bottom-100px {
    padding-bottom: 40px;
}
.footer-area {
    padding: 50px 0 20px !important;
}
.margin-top-80px {
    margin-top: 40px;
}
.margin-top-70px {
    margin-top: 30px;
}
.padding-bottom-40px {
    padding-bottom: 10px;
}
h2.padding-bottom-20px {
    padding: 0;
}
.PressPage.communityPage p {
    width: 100%;
    color: #000;
}
.Lists {
    width: 100%;
    margin: 0 auto;
}
    .CommShare a {
        font-size: 15px;
        word-break: break-all;
    }
    .margin-bottom-60px {
    margin-bottom: 60px;
}
.margin-top-40px {
    margin-top: 40px;
}
.padding-bottom-80px {
    padding-bottom: 30px;
}
.padding-bottom-200px {
    padding-bottom: 50px;
}
    
}