.newsarticle-wrapper{
    background-color: #EFEFEF;
    color: #03435B;
    font-family: Open Sans;
    padding-top: 80px;
    padding-bottom: 50px;
    width: 100%;
}

.newsarticle-inner{
    margin: 0 auto;
    width: 1170px;
}

.newsarticle-grid{
    display: inline-flex;
    width: 100%;
}

.newsarticle-column{
    height: auto;
    position: relative;
    width: 33.33%;
}

.newsarticle-column > .column-img {
    background-image: url('/static/img/placeholder.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    min-height: 250px;
    width: 100%;
}

.newsarticle-grid .text{
    display: block;
    padding-left: 40px;
    width: 66.66%;
}

.newsarticle-grid > .newsarticle-image{
    display: block;
    width: 33.33%;
}

.newsarticle-column.text .brush-yellow-right{
    margin: 35px 0 30px 0;
}

.newsarticle-grid > .text > h3 {
    color: #03435B;
    font-size: 2.618em;
    font-weight: 700;
    line-height: 1.19em;
    margin: 0;
}

.newsarticle-grid > .text > h1 {
    color: #03435B;
    font-size: 1.5em;
    margin-top: 25px;
    margin-bottom: -10px;
    position: relative;
    width: fit-content;
}

.newsarticle-grid p {
    font-size: 17px;
    font-weight: normal;
}

.newsarticle-grid .text p a{
    color: #418099;
    font-weight: normal;
    text-decoration: underline;
}

.newsarticle-grid > .text > h2{
    color: #03435B;
    font-size: 1.2em;
    padding: 0;
    margin: 25px 0 -10px 0;
}

.newsarticle-grid > .text > h4{
    color: #03435B;
    font-size: 17px;
    padding: 8px 0 0 0;
    margin: 0 0 -12px 0;
}

@media screen and (max-width: 1269px){

    .newsarticle-wrapper{
        margin: 0 auto;
        padding: 25px 0 25px 0;
        width: 100%;
    }

    .newsarticle-inner{
        padding: 0 25px;
        width: calc(100% - 50px);
    }

    .newsarticle-grid{
        display: inline-flex;
        width: 100%;
    }

    .newsarticle-column{
        height: auto;
        position: relative;
    }

    .newsarticle-column > .column-img {
        background-position: top center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 100%;
        width: 100%;
    }

    .newsarticle-column > .column-img:not(:first-of-type){
        margin-top: 20px;
    }

    .newsarticle-grid > .text{
        display: block;
        padding-left: 25px;
        width: 66.66%;
    }

    .newsarticle-grid > .image{
        display: block;
        width: 33.33%;
    }

    .newsarticle-column.text .brush-yellow-right:first-of-type {
        display: none;
    }

    .newsarticle-column.text .brush-yellow-right{
        margin: 35px 0 30px 0;
    }
}

@media screen and (max-width: 760px){
    .newsarticle-wrapper{
        height: auto;
        padding: 0;
        width: 100%;
    }

    .newsarticle-inner{
        font-size: 15px;
        line-height: 20px;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .newsarticle-column{
        position: relative;
        width: calc(100%);
    }

    .newsarticle-grid > .image {
        padding-top: 0;
        width: 100%;
    }

    .newsarticle-column > .column-img {
        position: relative;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 200px;
        margin: 0;
        width: 100%;
    }

    .newsarticle-grid{
        display: block;
        width: 100%;
    }

    .newsarticle-grid > .text{
        padding: 0 18px 18px 18px;
        width: calc(100% - 36px);
    }

    .newsarticle-wrapper .text > h1 {
        font-size: 34px;
        line-height: 38px;
        margin: 25px 0 -10px 0;
    }

    .newsarticle-column > p {
        line-height: 24px;
        font-size: 12pt;
    }

    .newsarticle-grid > .text > h2{
        font-size: 20px;
        margin: 25px 0 -8px 0;
    }

    .newsarticle-wrapper .text h1{
        font-size: 23px;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: -10px;
    }

    .newsarticle-wrapper .text h3{
       font-size: 34px;
        line-height: 38px;
        margin: 30px 0 0 0;
        width: 100%;
    }

    .newsarticle-btn{
        padding: 15px 15px;
        font-size: 10px;
    }

    .newsarticle-wrapper button {
        margin: 0px 6px 10px 0;
    }

    .share-wrapper h3{
        font-size: 14px;
        line-height: 6px;
        margin-right: 9px;
    }

    .share-wrapper .fb-icon,
    .share-wrapper .in-icon,
    .share-wrapper .go-icon,
    .share-wrapper .tw-icon{
        color: #FFBB2A;
        font-weight: normal;
        font-family: FontAwesome;
        font-size: 32px;
        margin-right: 9px;
    }

    .share-wrapper .tw-icon{
        margin-right: 18px;
    }
}


