body {
    padding-top: 125px;
}
.c-sidebar .widget-title {
    background: #0072ad;
}
.section-title {
    color: #0072ad;
    border-bottom: 1px solid #0072ad;
}
#page-top {
    background: #0072ad;
}
.c-page__page-title {
    color: #0072ad;
    border-bottom: 1px solid #0072ad;
}
.c-sidebar .widget-title {
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
    .c-navbar--left {
        position: absolute;
        left: 47%;
        transform: translateX(-50%);
        position: relative;
    }

    .c-navbar__brand {
        max-width: 170px !important;
        padding-top: 20px
    }

    .c-navbar__brand img {
        width: 170px;
        height: 60px;
    }

    .c-navbar__site-name {
        display: none !important;
    }
}