/* BESPOKE */
/* Handles .corevalue custom banner*/
.corevalue {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 40px 0 60px;
}

.corevalue-number {
    background-color: #fff !important;
    border: 1px solid #ddd;
    border-radius: 30px !important;
    width: 60px;
    height: 60px;
    line-height: 58px;
    font-family: LatoBold;
    font-size: 20px;
    text-align: center;
    color: #505050;
}

.corevalue-titel h2 {
    text-align: center;
    margin: 10px 0 5px;
}

.corevalue-titel h3 {
    font-family: LatoBold;
    line-height: 1;
    color: #038BC5 !important;
    margin-bottom: 20px;
}

.corevalue-caption p {
    text-align: center;
    line-height: 1.5;
}

/* Handles contact and support custom banner */
.contact-and-support p {
    margin-bottom: 0;
}

.contact-and-support h2 {
    margin-bottom: 30px;
    font-size: 35px;
}

.contact-and-support h3 {
    color: #038BC5 !important;
    font-family: LatoBold;
    margin: 0 0 5px;
    line-height: normal;
}

.contact-and-support .support {
    margin-top: 30px;
}

/* Handles custom bannerblock twitter timeline */
.twitter-timeline {
    height: 430px !important;
    background-color: #fff;
}

.twitter-module h2 {
    margin-bottom: 30px;
    font-size: 35px !important;
}
/* END BESPOKE */