/* Accreditation stuff on home page */

.accreditation-graphic {
    margin: 25px 0;
    position: relative;
    min-height: 260px;
}

.accreditation-graphic p {
    font-size: 24px;
    line-height: 25px;
    color: #555;
}

.accreditation-graphic p .year {
    font-size: 52px;
    line-height: 56px;
    display: block;
}

.accreditation-graphic p .number {
    display: inline-block;
    vertical-align: middle;
    font-size: 128px;
    line-height: 107px;
    font-weight: 900;
    color: #0672BB;
    margin-bottom: 14px;
}

.accreditation-graphic p strong {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-weight: normal;
    font-size: 39px;
    padding: 0 7px 0 4px;
}

.accreditation-graphic p .description {
    display: block;
}

.accreditation-graphic img {
    position: absolute;
    bottom: 0;
    right: 26px;
}


li .accreditation {
    display: inline-block;
    vertical-align: middle;
    font-size: 84px;
    line-height: 107px;
    font-weight: 900;
    color: #0672BB;
}


/* End accreditation section */

