
body{
    font-family: 'Roboto';
    font-size:18px;
}
.bh-header-large {
    font-size: 30px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}

.bh-header-medium {
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}

.bh-header-small {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    color: #15629f;

}

.header-section-title {
    padding: 60px 0px 30px 0px;
    text-align: center;
}

    .header-section-title h1 {
        font-weight: 400;
    }

    .header-section-title h2 {
        font-size:24px;
        font-weight: 400;
    }

    .header-section-title.text-left {
        text-align: left;
    }

    .header-section-title.text-right {
        text-align: right;
    }

    .header-section-title.text-center {
        text-align: center;
    }

    .header-section-title p {
        font-weight: 200;
    color: #888;
    font-size: 18px;
    }
    .paddingClearTop{
        padding-top:0px !important;
    }
