#generic-section
{
    position: relative;
}

@media only screen and (max-width: 550px)
{
    #generic-navigation
    {
        padding-top: 60px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }

    #generic-section:not(.nav)
    {
        padding-top: 30px;
    }

    #generic-section > article
    {
        margin: 30px;
    }

    #generic-navigation > ul > li
    {
        max-width: 100%;
    }
}

@media only screen and (min-width: 550px)
{
    #generic-navigation
    {
        padding: 30px;
    }
}

@media only screen and (min-width: 550px) and (max-width: 1050px)
{
    #generic-navigation,
    #generic-section > article
    {
        margin: 10%;
    }
}

@media only screen and (min-width: 675px)
{
    #generic-section > article > #generic-lines > #orange-single
    {
        display: block;
    }

    #generic-navigation > #orange-single
    {
        display: none;
    }
}

@media only screen and (max-width: 675px)
{
    #generic-navigation
    {
        position: relative;
    }

    #generic-navigation > ul > li
    {
        min-width: 100%;
        width: 100%;
    }

    .green-btn.nav
    {
        width: 100%;
        padding-left: 20px;
    }

    #generic-section > article > #generic-lines > #orange-single
    {
        display: none;
    }

    #generic-navigation > #orange-single
    {
        display: block;
        position: absolute;
        bottom: -30px;
        left: 45px;
    }
}

@media only screen and (min-width: 675px) and (max-width: 900px)
{
    #generic-navigation > ul > li
    {
        min-width: 50%;
        width: 50%;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1050px)
{
    #generic-navigation > ul > li
    {
        min-width: 33%;
        width: 33%;
    }
}

@media only screen and (max-width: 1050px)
{
    #generic-section > article
    {
        position: relative;
    }

    .green-btn.nav
    {
        opacity: 0.75;
        filter: alpha(opacity=75);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
        margin: 5px;
        border-radius: 2.5px;
        -webkit-border-radius: 2.5px;
        -moz-border-radius: 2.5px;
    }

    #generic-navigation
    {
        border-radius: 2.5px;
        -webkit-border-radius: 2.5px;
        -moz-border-radius: 2.5px;
        background: rgb(78, 183, 71);
    }

    #generic-navigation > ul 
    {
        padding: 0;
        margin: 0;
        letter-spacing: -1em;
    }

    #generic-navigation > ul > li
    {
        display: inline-block;
        text-align: left;
        letter-spacing: normal;
    }
}

@media only screen and (min-width: 1050px)
{
    #generic-section > article
    {
        position: relative;
        margin-top: 10%;
        margin-left: 450px;
        margin-right: 5%;
        margin-bottom: 5%;
        width: 60%;
    }

    #generic-navigation
    {
        position: absolute;
        width: 350px;
        border-radius: 0 25px 25px 0;
        -webkit-border-radius: 0 25px 25px 0;
        -moz-border-radius: 0 25px 25px 0;
        background: linear-gradient(to right, transparent, rgba(11, 24, 39, 0.075));
        background: -webkit-linear-gradient(to left, transparent, rgba(11, 24, 39, 0.075));
        background: -moz-linear-gradient(to right, transparent, rgba(11, 24, 39, 0.075));
        background: -o-linear-gradient(to left, transparent, rgba(11, 24, 39, 0.075));
        -pie-background: linear-gradient(right, rgba(11, 24, 39, 0.075), rgba(255, 255, 255, 0));
    }
    
    .green-btn.nav
    {
        right: -100px;
        width: 285px;
    }
    
    #generic-navigation ul
    {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    #generic-navigation ul li:not(:first-of-type) .green-btn.nav
    {
        margin-top: 20px;
    }

    .green-btn.nav,
    .green-btn.nav:after
    {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
    }

    #generic-section > article > #generic-top.large > .big-text,
    #generic-section > article > #generic-top.large > p
    {
        width: 39.0625vw;
    }

    #generic-section > article > #generic-top:not(.large)
    {
        width: 39.0625vw;
    }
}

#generic-section > article > #generic-lines
{
    position: relative;
}

#generic-navigation > #orange-single
{
    height: 60px;
}

#generic-section > article > #generic-lines > #orange-single
{
    position: absolute;
    z-index: -1;
    left: 357.5px;
    bottom: -17.5px;
    height: 80px;
}

#generic-section > article > #generic-lines > #grey-bkgrnd
{
    display: block;
    position: absolute;
    top: 100px;
    height: 1000px;
    pointer-events: none;
}

@media only screen and (max-width: 2200px)
{
    #generic-section > article > #generic-lines > #grey-bkgrnd
    {
        right: -20vw;
    }
}

@media only screen and (min-width: 2200px)
{
    #generic-section > article > #generic-lines > #grey-bkgrnd
    {
        right: -22.5vw;
    }
}

#generic-section > article > #generic-top 
{
    min-height: 600px;
}

#generic-section > article > #generic-top > p
{
    color: rgb(11, 24, 39);
    line-height: 1.5em;
}

#generic-section > article > #generic-top > #generic-btm > ul
{
    font-family: "DIN Next LT Pro";
    font-size: 20px;
    color: rgb(11, 24, 39);
}

body
{
    overflow-x: hidden;
}

#generic-navigation
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#generic-navigation > h4
{
    color: white;
}

#generic-navigation > ul
{
    position: relative;
    list-style: none;
    padding: 0;
}

#generic-btm
{
    display: block;
}

.green-btn.nav
{
    height: 55px;
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.green-btn.nav > .circle,
.green-btn.nav > .text
{
    display: inline-block;
    vertical-align: top;
    line-height: 1em;
    padding-top: 16.5px;
    padding-bottom: 16.5px;
}

.green-btn.nav > .circle
{
    display: none;
    height: 27.5px;
    width: 27.5px;
    background: white;
    border-radius: 16px;
}

.green-btn.nav > .text
{
    font-style: italic;
    font-size: 22px;
}

.green-btn.nav > .chevron
{
    margin-top: 12.5px;
}

.news-image-wrapper
{
    display: block;
    position: relative;
    padding-top: 32px;
    padding-bottom: 32px;
}

.news-image-wrapper > #inner-wrapper
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.news-image-wrapper > #inner-wrapper > img
{
    overflow: hidden;
    display: block;
    max-width: 100%;
    max-height: 60vh;
    object-fit: cover;
    -o-object-fit: cover;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.news-image-wrapper > #inner-wrapper > #image-overlay
{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.news-image-wrapper:hover > #inner-wrapper > #image-overlay > #image-hoverbuttons
{
    opacity: 1.0;
    visibility: visible;
}

.news-image-wrapper > #inner-wrapper > #image-overlay > #image-hoverbuttons
{
    opacity: 0.0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 250px;
    width: 250px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /*transition: 0.25s opacity, 0.25s visibility;
    -webkit-transition: 0.25s opacity, 0.25s visibility;
    -moz-transition: 0.25s opacity, 0.25s visibility;
    -ms-transition: 0.25s opacity, 0.25s visibility;
    -o-transition: 0.25s opacity, 0.25s visibility;*/
    background: linear-gradient(135deg, transparent, transparent, rgb(78, 183, 71));
    background: -webkit-linear-gradient(-45deg, transparent, transparent, rgb(78, 183, 71));
    background: -moz-linear-gradient(-45deg, transparent, transparent, rgb(78, 183, 71));
    background: -o-linear-gradient(-45deg, transparent, transparent, rgb(78, 183, 71));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr="#004eb747", endColorstr="#ff4eb747");
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr="#004eb747", endColorstr="#ff4eb747")";
}

.news-image-wrapper > #inner-wrapper > #image-overlay > #image-hoverbuttons > #inner
{
    position: absolute;
    bottom: 25px;
    right: 25px;
    height: 50px;
    letter-spacing: 0.5em;
}

.news-image-wrapper > #inner-wrapper > #image-overlay > #image-hoverbuttons > #inner > .hoverbtn
{
    display: inline-block;
    pointer-events: auto;
    border: none;
    cursor: pointer;
    text-align: center;
    background: white;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    /*transition: 0.25s box-shadow;
    -webkit-transition: 0.25s box-shadow, 0.25s -webkit-box-shadow;
    -moz-transition: 0.25s box-shadow, 0.25s -moz-box-shadow;
    -ms-transition: 0.25s box-shadow;
    -o-transition: 0.25s box-shadow;*/
}

.news-image-wrapper > #inner-wrapper > #image-overlay > #image-hoverbuttons > #inner > .hoverbtn:hover
{
    box-shadow: 0 0 20px 0 rgba(11, 24, 39, 0.2);
    -webkit-box-shadow: 0 0 20px 0 rgba(11, 24, 39, 0.2);
    -moz-box-shadow: 0 0 20px 0 rgba(11, 24, 39, 0.2);
}

.news-image-wrapper > #inner-wrapper > #image-overlay > #image-hoverbuttons > #inner > .hoverbtn:focus
{
    outline: none;
}

.news-image-wrapper > #inner-wrapper > #image-overlay > #image-hoverbuttons > #inner > .hoverbtn > img
{
    display: inline-block;
    height: 50px;
    padding: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.news-image-wrapper > #inner-wrapper
{
    position: relative;
    display: inline-block;
}