.intro {
    background: url(/cisiweb2/image/wayfinder/howcan.jpg);
    background-size: cover;
    background-position: top center ;
}
.cfpBlock {
    background: #21b3e4;
    color: #fff !important;
    padding: 30px;
    border-left: 20px solid #0d6583;
}
.cfpBlock h2 {
    color: #fff !important;
    margin-top: 10px;
}
.cfpBlock p {
    color: #fff;
    text-align: center;
}
.afpfBlock {
    background: #ebb336;
    padding: 30px;
    border-left: 20px solid #a17719;
}
.afpfBlock h2 {
    color: #ffffff;
    margin-top: 10px;
}
.afpfBlock p {
    color: #ffffff;
    text-align: center;

}
.fpsbBlock {
    background: #004990;
    color: #fff !important;
    padding: 30px;
    border-left: 20px solid rgb(6, 58, 75);
}
.fpsbBlock h2 {
    color: #fff !important;
    margin-top: 10px;
}
.fpsbBlock p {
    color: #fff;
    text-align: center;
}
.fpsbBlock img {
    margin: 20px auto 20px;
    width: 200px;
    display: block;
}
.cisiBlock {
    background: #068d8d;
    color: #fff !important;
    padding: 30px;
    border-left: 20px solid #006666;
    margin-bottom: 0px;
    margin-top: 40px;
}
.cisiBlock h2 {
    color: #fff !important;
    margin-top: 10px;
}
.cisiBlock p {
    color: #fff;
    text-align: center;
}
.cisiBlock img {
    margin: 20px auto 20px;
    width: 200px;
    display: block;
}
.aboutJoin {
    margin-top: 40px;
}
.aboutJoinBlock {
    background: #efefef;
    padding: 20px 15px;
    border-left: 15px solid #cbcbcb;
    text-align: center;
    margin-bottom: 20px;
}
.aboutJoinBlock h3 {
    margin-top: 0px;
}

@media (min-width: 768px) {
    .aboutJoinBlock {
        background: #efefef;
        padding: 20px 15px;
        border-left: 15px solid #cbcbcb;
        text-align: center;
        min-height: 420px;
        margin-bottom: 20px;
    }
}
@media (min-width: 1200px) {
    .aboutJoinBlock {
        background: #efefef;
        padding: 40px 30px;
        border-left: 15px solid #cbcbcb;
        text-align: center;
        min-height: 420px;
        margin-bottom: 20px;
    }
}




