/* Class applied via Oshine page editor */
.one-col.re-has-page-title .be-custom-column-inner {
    margin-left: 52.5%;
}

.one-col.re-has-page-title .be-custom-column-inner .re-page-title {
    margin-left: -85px;
}

.re-page-title {
    box-sizing: border-box;
    margin: 0;
    padding: 0;

    font-family: 'GothamMedium', sans-serif;
    font-weight: normal;
    font-size: 40px;
    color: #315680;

    letter-spacing: normal;
    white-space: nowrap;

    /*circle width - border */
    line-height: 142px;
}

.re-page-title-prefix {
    box-sizing: inherit;

    content:'re';
    text-align: right;
    display: inline-block;
    padding-right: 8px;

    font-family: 'GothamBold', sans-serif;
    font-weight: normal;
    font-size: 54px;

    background: #9E9E9E;
    width: 170px;
    height: 170px;
    border-radius: 85px;
    border: 16px solid #315680;
    margin-right: 2px;
}