.btn-viewall,
.w-w2 {
    overflow: hidden
}

.community-banner {
    position: relative;
    height: 290px;
    max-width: 1400px;
    margin: 0 auto;
}

.community-banner img {
    position: absolute;
    left: 0;
    top: 0;
    margin-left:0;
}


.community-banner .section-inner {
    z-index: 10
}

.city-info {
    width: 330px;
    /* padding-top: 220px; */
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    left: 207px;
    /* z-index: 999; */
    bottom: 35px;
}

.city-info>span {
    display: block
}

.pop span,
.real-estate span {
    color: #a8bbc0
}

#cycle-controls {
    /* float: right; */
    /* margin-top: -23px; */
    position: absolute;
    right: 220px;
    bottom: 25px;
}

#cycle-controls ul {
    margin: 0;
    padding: 0;
    position: absolute
}

#cycle-controls a {
    display: inline-block;
    width: 70px;
    height: 1px;
    padding-top: 25px;
    overflow: hidden
}

#cycle-controls a:hover {
    background-position: 0 -26px
}

#cycle-controls a.btn-prev {
    background-image: url(../../img/skin/bg/product-overview/product-banner-prev.png)
}

#cycle-controls a.btn-next {
    background-image: url(../../img/skin/bg/product-overview/product-banner-next.png)
}

#content {
    padding-top: 50px !important
}

.fact-box {
    width: 190px;
    height: 180px;
    padding: 40px 45px;
    text-align: center;
    background: url(../../img/skin/bg/communities-profile/fact.png) 3px 0 no-repeat
}

.fact-box-small {
    width: 140px;
    height: 140px;
    padding: 40px 70px;
    text-align: center;
    background: url(../../img/skin/bg/communities-profile/fact-small.png) 6px 0 no-repeat;
    margin: 0 !important
}

.fact-box h3,
.fact-box-small h3 {
    font-size: 22px;
    color: #dc291e;
    line-height: 28px
}

.alignRight {
    float: right;
    margin-left: 15px;
    margin-right: -15px;
    margin-bottom: 15px
}

.alignLeft {
    float: left;
    margin-right: 15px;
    margin-left: -15px;
    margin-bottom: 15px
}

#subnav-right {
    float: right;
    padding-top: 50px;
    width: 235px
}

.firstnations-title,
.subnav-title {
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin-bottom: 12px;
    padding-left: 22px;
    text-transform: uppercase;
    width: 220px;
    font-size: 14px;
    text-decoration: none;
    display: block
}

.subnav-title {
    background: url(../../img/skin/bg/communities-profile/subnav-title.png) no-repeat
}

.firstnations-title {
    background-color: #dc291e
}

#subnav-right .section-content {
    margin-bottom: 40px
}

#subnav-right ul {
    margin: 0 0 0 22px;
    padding: 0
}

#subnav-right ul li {
    padding-right: 35px;
    padding-left: 15px;
    list-style: none;
    background: url(../../img/skin/bg/subnav-bullet.png) left 5px no-repeat;
    padding-bottom: 5px
}

#subnav-right ul li a {
    font-size: 14px;
    text-decoration: underline;
    color: #2e2f2f;
    display: block;
    line-height: 18px
}

#subnav-right ul li a:hover {
    text-decoration: none
}

#subnav-right ul li span {
    color: #70868c;
    font-size: 12px;
    display: block;
    line-height: 18px
}

#subnav-right p {
    font-size: 14px;
    line-height: 22px;
    padding-left: 25px
}

.btn-viewall {
    background: url(../../img/careers/btn-viewall.png);
    width: 128px;
    padding-top: 21px;
    display: block;
    height: 1px;
    margin-left: 23px;
    margin-top: 15px;
    margin-bottom: 22px;
    clear: both
}

.btn-viewall:hover {
    background-position: 0 -22px
}

#MobileMenu1_pnl_menu,
#mainnav {
    display: none
}
.gs-responsive #main .community-banner .section-inner {
    display: block;
    position: absolute;
    
    bottom: 0;
    
    max-width: 100%;
}
.gs-responsive.with-two-col-right #content{
    order: unset;
}
.community-banner .sfContentBlock img{
    width: auto;
}
@media (max-width: 1024px){
    
    #cycle-controls{
        right:25px
    }
}
@media (max-width: 767px){
    .about-canfor-our-need {
        height: auto;
        padding: 25px 30px;
        position: static;
        width: 100%;
        background: url(../img/canfor-small-logo.jpg) no-repeat right top;
        max-width: none;
        margin-top: 15px;
        border: solid 1px #bdccd0;
        border-top: solid 5px #323232;
    }
    .community-banner .sfContentBlock img {
        width: 100%;
        object-fit: cover;
        position: static;
        height: 290px;  
        object-position: -200px 0;
    }
    .city-info {
        left: 10px;
    }
    #cycle-controls{
        bottom: 0;
    }
    #subnav-right{
        order: 3;
        margin-bottom: 50px;
    }
    .alignRight {
        float: none;
        margin: 0 auto 15px;
        background-size: 350px;
        width: 350px;
        height: 320px;
        padding: 26px 68px 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}