body { 
    overflow-x:hidden;
}
.introWrapper {	
    background-image: url(/cisiweb2/image/cpd/wrongright.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
/* resources block */
.resources {
    margin-top: 30px;
}
.resources .col-sm-6 {
    padding: 30px;
    border: 10px solid #F5F5F5;
    text-align: center;
    color: white;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    border-radius:20px;
}
.resources .col-sm-6:nth-child(1),
div#prPopup .modal-content {
    background-image:url('/cisiweb2/image/cpd_menu_bg.jpg');
    text-align: center;
}
.pr div div div div.row ul {
    list-style: none;
    color: white;
    padding-left: 0;
    margin-top: 30px;
}
.pr, .pr h3 {
    font-weight: 500;
}
.resources .col-sm-6:nth-child(2) {
    background-image:url('/cisiweb2/image/events_menu_bg.jpg');
}
.resources .col-sm-6:nth-child(3) {
    background-image: url('/cisiweb2/image/mycisimenu.jpg');
}
.resources .col-sm-6:nth-child(4) {
    background-image: url('/cisiweb2/image/membership_menu_bg.jpg');
}
.resources .col-sm-6 h2 {
    margin-top: 20px;
    color: white;
    font-weight: 400;
}
.resources .col-sm-6 p a {
    color: white;
    font-weight: 500;
}
/* .resources .col-sm-6 p a {
    color: black;
    font-weight: 500;
} */
/* .resources .col-sm-6 p a:hover {
    color: white;
} */

/* modal-footer */
.modal-footer {
    text-align: center;
    padding-top: 0; 
}
/* reviewing your cpd */
.row.ird .col-md-4 {
    text-align: center;
    padding: 40px 30px;
    color: white;
    background-size: cover;
    background-position: center;
    border: 10px solid white;
    border-radius:20px;
    display: flex;
    align-items: center;
}

.row.ird .col-md-4:nth-child(1),
div#r1 .modal-content {
    background-image: url('/cisiweb2/image/cpd/individual.jpg');
}
.row.ird .col-md-4:nth-child(2),
div#r2 .modal-content {
    background-image: url('/cisiweb2/image/cpd/risk.jpg');
}
.row.ird .col-md-4:nth-child(3),
div#r3 .modal-content {
    background-image: url('/cisiweb2/image/cpd/decision.jpg');
}
div#r1 .modal-content,
div#r2 .modal-content,
div#r3 .modal-content {
    color: white;
}
.modal-content .modal-body h3 {
    color: white;
}
.modal-footer {
    border-top: none;
}
/* learning outcomes */
.row.inc .col-sm-6 {
    padding: 35px;
    color: white;
    font-weight: 500;
    margin-bottom: 30px;
}
@media(max-width: 768px) {
    .row.inc .col-sm-6 {
        margin-bottom: 0;
    }
}
.row.inc .col-sm-6:nth-child(1) {
    background: #006666;
}
.row.inc .col-sm-6:nth-child(2) {
    background: #2D8383;
}
/* faq  */
/* .faq {
    background-color: #DCDCDC;
}
.faq .well {
    background-color: #DCDCDC;
    border: none;
    box-shadow: none;
} */
.question {
    display:block;
    padding-top:15px;
    color:#444;
}
.question:first-of-type {
    border-top:0px solid;
}
a.question span {
    color: #006666;
    font-size: 20px;
}
/* add hover state styling for buttons */
