@media only screen and (min-width: 800px)
{
    #newspage-section
    {
        margin: 5% 10% 10% 10%;
    }
}

@media only screen and (max-width: 800px)
{
    #newspage-section
    {
        margin-top: 5%;
        margin-bottom: 10%;
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media only screen and (max-width: 440px) 
{
    /*
        Top overview
    */
    #newspage-section > #newspage-article-overview-top
    {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 440px) and (max-width: 900px)
{
    /*
        Top overview
    */
    #newspage-section > #newspage-article-overview-top
    {
        margin-top: 60px;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 900px)
{
    #newspage-section > #newwspage-article-top > #article-readmore-lines-container > #orange-single
    {
        left: 60px;
    }
}

@media only screen and (max-width: 1500px)
{
    #newspage-section > #newwspage-article-top > #article-readmore-lines-container > #white-double
    {
        display: none;
    }
}

@media only screen and (max-width: 700px)
{
    #newspage-section > #newwspage-article-top > #article-readmore-btn-container
    {
        display: none;
    }
}

@media only screen and (max-width: 550px)
{
    #newspage-section > #newwspage-article-top > #article-content > h6
    {
        font-size: 20px;
    }
}

@media only screen and (min-width: 440px) and (max-width: 550px)
{
    #newspage-section > #newwspage-article-top > #article-content > h2
    {
        font-size: 40px;
    }
    
    #newspage-section > #newwspage-article-top
    {
        height: 250px;
    }
}

@media only screen and (min-width: 440px)
{
    #newspage-section > #newwspage-article-top > #article-readmore-lines-container > #orange-single
    {
        height: 96px;
        bottom: -48px;
    }
}

@media only screen and (max-width: 440px)
{
    #newspage-section > #newwspage-article-top > #article-content > h2
    {
        font-size: 30px;
    }
    
    #newspage-section > #newwspage-article-top
    {
        height: 200px;
    }

    #newspage-section > #newwspage-article-top > #article-readmore-lines-container > #orange-single
    {
        height: 60px;
        bottom: -30px;
    }
}

@media only screen and (max-width: 550px)
{
    #newspage-section > #newwspage-article-top > #article-content
    {
        padding: 30px;
    }
}

@media only screen and (min-width: 550px)
{
    #newspage-section > #newwspage-article-top
    {
        height: 330px;
    }
}

@media only screen and (min-width: 550px) and (max-width: 900px)
{
    #newspage-section > #newwspage-article-top > #article-content
    {
        padding: 60px;
    }

    #newspage-section > #newwspage-article-top > #article-content
    {
        width: 70%;
    }
    
    #newspage-section > #newwspage-article-top > #article-content > h2
    {
        font-size: 50px;
    }
}

@media only screen and (min-width: 900px)
{
    #newspage-section > #newwspage-article-top > #article-content
    {
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 100px;
        width: 60%;
    }

    #newspage-section > #newwspage-article-top > #article-readmore-lines-container > #orange-single
    {
        left: 100px;
    }

    /*
        Top overview
    */
    #newspage-section > #newspage-article-overview-top
    {
        margin-top: 70px;
        margin-bottom: 60px;
        margin-left: 100px;
        margin-right: 100px;
    }
}

#newspage-section > #newspage-title
{
    position: relative;
    display: inline-block;
    padding-top: 40px;
    padding-bottom: 40px;
}

#newspage-section > #newspage-title > #orange-single
{
    display: block;
    position: absolute;
    right: 36px;
    top: 24px;
    height: 80px;
}

/* Default font settings */
#newspage-section > #newspage-article-overview > #news-article > h4
{
    font-family: "DIN Next LT Pro Black";
    font-weight: 900;
    line-height: 1em;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    letter-spacing: 0.025em;
    font-style: italic;
    text-transform: uppercase;
}

#newspage-section > #newspage-title > h1
{
    position: relative;
    z-index: 1;
    font-family: "DIN Next LT Pro Black";
    font-weight: 900;
    line-height: 1em;
    margin: 0;
    letter-spacing: 0.025em;
    font-style: italic;
    text-transform: uppercase;
    color: rgb(78, 183, 71);
}

#newspage-section > #newwspage-article-top > #article-content
{
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#newspage-section > #newwspage-article-top > #article-content > h2
{
    margin: 0;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
}

#newspage-section > #newwspage-article-top > #article-content > h6
{
    margin-top: 0;
    margin-bottom: 1em;
    color: white;
}

#newspage-section > #newwspage-article-top
{
    position: relative;
    background-color: rgb(78, 183, 71);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#newspage-section > #newwspage-article-top > #article-readmore-btn-container
{
    position: absolute;
    top: 0;
    right: 12.5px;
    height: 250px;
    width: 224px;
    cursor: pointer;
}

#newspage-section > #newwspage-article-top > #article-readmore-btn-container > img
{
    display: block;
    width: 100%;
    height: 100%;
}

#newspage-section > #newwspage-article-top > #article-readmore-btn-container > a
{
    display: block;
    position: absolute;
    bottom: 50px;
    left: 50px;
    text-decoration: none;
}

#newspage-section > #newwspage-article-top > #article-readmore-btn-container > a > .chevron
{
    display: block;
}

#newspage-section > #newwspage-article-top:hover > #article-readmore-btn-container > a > .chevron
{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

#newspage-section > #newwspage-article-top > #article-readmore-btn-container > a > .chevron > img
{
    display: block;
    width: 100%;
    height: 100%;
}

#newspage-section > #newwspage-article-top > #article-readmore-lines-container > #white-double
{
    height: 50%;
    position: absolute;
    right: 250px;
    top: 25%;
    cursor: pointer;
}

#newspage-section > #newwspage-article-top > #article-readmore-lines-container > #orange-single
{
    display: block;
    position: absolute;
}

#newspage-section > #newspage-article-overview
{
    -js-display: flex;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    margin-top: 13.75px;
    margin-bottom: 4%;
    margin-left: 6%;
    margin-right: 6%;
}

#newspage-section > #newspage-article-overview > #news-article,
#newspage-section > #newspage-article-overview-top > #news-article
{
    cursor: pointer;
}

#newspage-section > #newspage-article-overview > #news-article
{
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex-basis: 45%;
}

#newspage-section > #newspage-article-overview > #news-article > h4,
#newspage-section > #newspage-article-overview > #news-article > p
{
    font-size: 20px;
}

#newspage-section > #newspage-article-overview > #news-article > p
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#newspage-section > #newspage-article-overview > #news-article > #read-more-btn
{
    display: inline-block;
    font-family: "DIN Next LT Pro";
    color: rgb(78, 183, 71);
    text-decoration: none;
    font-size: 20px;
    margin-top: 0.5em;
}

#newspage-section > #newspage-article-overview > #news-article > #read-more-btn
{
    margin-bottom: 27.5px;
}

/*
    Shared
*/
#newspage-section > #newspage-article-overview > #news-article
{
    margin: 50px;
    border-bottom: 2px solid rgb(240, 240, 240);
}

@media only screen and (max-width: 900px)
{
    #news-article > #news-article-right
    {
        display: none;    
    }

    #news-article > #news-article-left
    {
        width: 100%;
    }
}

@media only screen and (min-width: 900px)
{
    #news-article > #news-article-right
    {
        display: inline-block;
        vertical-align: middle;
        letter-spacing: normal;
    }

    #news-article > #news-article-left
    {
        width: calc(100% - 220px); /* 190px + 30px margin */
        width: -webkit-calc(100% - 220px); /* 190px + 30px margin */
        width: -moz-calc(100% - 220px); /* 190px + 30px margin */
        width: expression(100% - 220px); /* 190px + 30px margin */
    }
}

#news-article > #news-article-left > h4,
#news-article > #news-article-left > p
{
    font-size: 20px;
}

#news-article > #news-article-left > p
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#news-article > #news-article-left > h3
{
    margin-top: 0.75em;
    margin-bottom: 0.5em;
    font-size: 25px;
    font-family: "DIN Next LT Pro Heavy";
}

#news-article > #news-article-left > #read-more-btn
{
    display: inline-block;
    font-family: "DIN Next LT Pro";
    color: rgb(78, 183, 71);
    text-decoration: none;
    font-size: 20px;
    margin-top: 0.5em;
}

#news-article:not(:first-of-type)
{
    padding-top: 50px;
}

#news-article
{
    padding-bottom: 50px;
    border-bottom: 2px solid rgba(11, 24, 39, 0.05);
}

#news-article
{
    min-height: 190px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    letter-spacing: -1em;
}

#news-article > #news-article-left
{
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    max-height: 190px;
}

#news-article > #news-article-left > p
{
    line-height: 1.5em;
}

#news-article > #news-article-right
{
    position: relative;
    left: 30px;
    height: 190px;
    width: 190px;
    overflow: hidden;
}

#news-article > #news-article-right > .article-rimg-wrapper
{
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
}