.news p {
    font-size: 1.125rem;
    font-weight: 400;
}
/*    .news,
    .news h1,
    .news h2,
    .news h3,
    .news h4,
    .news h5,
    .news h6 {
        font-size: 1.125rem;
        font-weight: 400;
    }
*/
    .news dl dd p img.right {
        float: right;
        margin-left: 15px
    }

    .news dl dd p img.left {
        float: left;
        margin-right: 15px
    }

/*img.right {
    float: right;
    margin-left: 15px
}

img.left {
    float: left;
    margin-right: 15px
}*/

button.nav-link {
    /*    padding: 0 !important;
*/ margin: 0 !important;
    font-family: inherit !important;
    background-color: transparent !important;
    border: none
}

.offcanvas.offcanvas-end.text-bg-dark.show {
    background-color: #306EE8;
}

.hero.inner-page, .hero.inner-page > .container > .row {
    height: 50vh;
    min-height: 350px;
}

.sec-features .feature [class^="fa-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    font-size: 50px;
    position: relative;
    margin-right: 10px;
}

    .sec-features .feature [class^="fa-"]:before {
        color: #fff;
        z-index: 2;
        position: relative;
    }

    .sec-features .feature [class^="fa-"]:after {
        content: "";
        position: absolute;
        z-index: 1;
        left: -10px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: rgba(108, 117, 125, 0.1);
    }

.service-alt [class^="fa-"] {
    color: #306EE8;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    margin-bottom: 0;
    background: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    /*-webkit-box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.1);*/
}

.service [class^="fa-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    font-size: 50px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 20px;
    display: inline-block;
}

    .service [class^="fa-"]:before {
        color: #306EE8;
        z-index: 2;
        position: relative;
    }

    .service [class^="fa-"]:after {
        content: "";
        position: absolute;
        z-index: 1;
        left: -10px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: rgba(108, 117, 125, 0.05);
    }

/*
    For TinyMCE Figure Support
*/
figure.image {
    display: inline-block;
    border: 1px solid gray;
    margin: 0 2px 0 1px;
    background: #f5f2f0;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image img {
    margin: 8px 8px 0 8px;
}

figure.image figcaption {
    margin: 6px 8px 6px 8px;
    text-align: left;
    font-size: x-small;
}
