.cpt-display > div {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f3f3;
}
.cpt-display .content {
    font-weight: 300;
}
.cpt-display p {
    margin-bottom: 10px !important;
}
.cpt-display.board-member .title,
.cpt-display.housing-project .title,
.cpt-display.tenant-activity .title,
.cpt-display.featured-news .title {
    color: #a3052c;
    font-size: 1.38462em;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.cpt-display.featured-news > div {
    margin-bottom: 0; 
    border-bottom: 0;
}
.cpt-display.featured-news .title {
    border-bottom: 1px solid #c65c77; 
}
.cpt-display.board-member > div {
    font-weight: 300;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.cpt-display.board-member > div .row div:last-child > div {
    margin-bottom: 8px;
}

.cpt-display.testimonial {
    padding: 0px 40px;
    display: none;
    color: #e3e1e1;
    font-weight: 700;
    font-size: 32px;
}
.cpt-display.testimonial > div {
    margin-bottom: 0; 
    padding-bottom: 0; 
    border-bottom: 0; 
}
.cpt-display.testimonial ul {
    padding-bottom: 0 !important;
}
.cpt-display.testimonial .content {
    padding: 10px 0;
    font-weight: 700;
    line-height: 35px;
}
.cpt-display.testimonial .lSAction {
    display: none !important;
}

.cpt-display.reports,
.cpt-display.newsletter {
    font-size: 13px;
}
.cpt-display.reports th,
.cpt-display.newsletter th {
    background-color: #4c4c4c;
    color: #fff; 
}
.cpt-display.reports tr:nth-child(odd),
.cpt-display.newsletter tr:nth-child(odd) {
    background-color: #efefef;
}
.cpt-display.reports tr td:first-child {
    width: 75%;
}

.cpt-display.newsletter tr td:nth-child(1) {
    width: 30%;
}
.cpt-display.newsletter tr td:nth-child(2) {
    width: 25%;
}
.cpt-display.newsletter tr td:nth-child(3) {
    width: 25%;
}
.cpt-display.newsletter tr td:nth-child(4) {
    width: 20%;
}


.cpt-display.vacancy > .row > div:first-child {
    padding-top: 40px;
    text-align: center;
}
.cpt-display.vacancy > .row > div:first-child > div {
    display: inline-block;
}
.cpt-display.vacancy > .row > div:first-child > .bedroom .icon {
    background: url("../images/icn-bedroom.png") no-repeat center center;
}
.cpt-display.vacancy > .row > div:first-child > .bath .icon {
    background: url("../images/icn-bath.png") no-repeat center center;
}
.cpt-display.vacancy > .row > div:first-child > div > .icon {
    display: block;
    background-size: 100% !important;
    width: 65px;
    height: 75px;
}
.cpt-display.vacancy > .row > div:first-child > div > .count {
    font-weight: 700;
}

.cpt-display.accordion > div {
    padding: 10px 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.cpt-display.accordion .acc-title {
    position: relative;
    cursor: pointer;
    min-height: 20px;
    line-height: 20px;
    padding: 7px 7px 7px 34px;
    font-weight: bold;
}
.cpt-display.accordion .acc-title .icon:before {
    display: block;
    content: "+";
    font-weight: bold;
    position: absolute;
    left: 8px;
    font-size: 22px;
}
.cpt-display.accordion .closed .acc-title .icon:before {
    content: "-";
    top: 5px;
}
.cpt-display.accordion .acc-content {
    padding: 1em 0 1em 33px;
    -webkit-transition: padding-top .2s;
    transition: padding-top .2s;
    -ie-transition: padding-top .2s;
}
.cpt-display.accordion .closed .acc-content {
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: none;
    opacity: 0;
}

.pagination .page-numbers {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 12px;
    text-decoration: none;
}

.pagination .page-numbers.current {
    background-color: #c3251d;
    color: #fff;
}