/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Playfair+Display:ital,wght@0,400;0,900;1,400;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Suez+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,500;1,700;1,800&display=swap');
@font-face {
    font-family: 'RoonerSans Black';
    src: url('../fonts/roonerysans/RooneySansBlk.OTF');
}

@font-face {
    font-family: 'RoonerSans Black Bold';
    src: url('../fonts/roonerysans/RooneySansBold.OTF');
}
/* styles */
html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    padding: 0px;
    background: #f8f9fa !important;
    font-family: 'Open Sans', sans-serif !important;
}

.basecolor {
    color: #212529!important;
}

.badge {
    background-color: #a0d5b6!important;
}

.totop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color:#90CFB0;
    border: 1px solid #0b6dbc;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

.totop:hover {
    background-color: #003c6d;
    transition: 0.5s;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
}

.nosidepadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'RoonerSans Black Bold', 'Open Sans', sans-serif;
    letter-spacing: -1px;
}

.starthere {
    font-family: 'Merriweather Sans', sans-serif;
    text-decoration: none;
    font-weight: 900;
    font-size: 1rem;
    line-height: 18px;
    color: #a0d5b6;
    background-color: #042d4e;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.starthere:hover {
    color: white;
}

.btn {
    background-color: #042d4e !important;
    color: white !important;
    border-radius: 0px !important;
    border-color: #042d4e !important;
    margin-bottom: 5px;
}

.btn:hover {
    background-color: #90CFB0 !important;
    transition: 0.5s;
    color: #003c6d!important;
}

p {
    font-family: 'Open Sans', sans-serif !important;
}

#navigation {
    background-color: white;
    height: 100vh;
    width: 124px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    text-align: center;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #134976;
    overflow-x: hidden;
    transition: 0.5s;
    text-align: left;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #f1f1f1;

    transition: 0.3s;
    font-family: 'Open Sans', serif;
    font-weight: 900;

}

.sidenav a:hover {
    color: #90CFB0;
}

.sidemenuitem {
    padding: 0px!important;
    font-size: 2rem;
    margin-bottom: 5px;
    display: block;
}

.leftsidenav {
    margin-top: 5rem!important;
    padding-left: 3rem;
}

.sidemenumainnav {
    margin-left: 50px!important;
}

.navdivider {
    width: 150px;
    background-color: white!important;
    height: 3px!important;
    border-radius: 5px;
    margin-top: 40px;
}

.socialtext {
    display: inline!important;
    font-weight: 500!important;
    padding: 0px!important;
    margin-right: 20px;
}

.rightsidenav {
    background: url('../images/landingpage3.png') #90CFB0;
    mix-blend-mode: lighten;
    background-size: 740px;
    background-position: top;
    background-repeat: no-repeat;
    height: 100%;
}

.sidemenutopnav {
    font-size: 13px!important;
    text-transform: uppercase;
    margin-left: 10px;
    color: white!important;
}

#mobilenav {
    display: none;
}

.closebtn > img {
    width: 3rem!important;
}

.closebtn {
    background-color: #73b6ee17;
    padding: 20px!important;
    border-radius: 50%;
}


@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

#hamburger {
    width: 50px;
    height: auto;
}

#nesglogo {
    width: 150px;
    height: auto;
}

#starthere {
    margin-top: 2rem !important;
}

#main {
    margin-left: 124px;
}

#firstrow {
    margin: 0px;
    padding: 0px;
    padding-top: 43px;
    padding-left: 20px;
    padding-right: 20px;
    height: 50vh;
}

.smallnavtext{
    font-size: 1.3rem;
}

#firstrow_otherpages {
    margin: 0px;
    padding: 0px;
    height: 50vh;
    background-color: #003c6d;
    color: #a0d5b6!important;
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    display: flex;
    align-items: left;
    justify-content: left;
}

#topvideo {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#logodiv {
    text-align: right;
}

.headertext {
    font-size: 2.9rem;
    font-weight: 800;
    line-height: 3rem;
    color: #042d4e;
}

.headertext_headertext{
    font-size: 2.3rem;
    font-weight: 800;
    line-height: 3rem;
    color: aliceblue;
    margin-top: 40px;
}

.whatwedocontainer {
    padding: 100px;
    background-color: #042d4e;
    color: white;
}

.heropicture {
    background: url('../images/NESG Landing page_4bw.png') #0b6dbc;
    background-size: 80vw;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: right bottom;
    height: 100vh;
}

.heropictureheader {
    font-size: 4.3rem;
    font-weight: 900;
    color: white;
    margin-top: 60px;
    margin-left: 50px;
}


.yieldrow {
    margin: 0px;

}

.navtophalf {
    height: 50%;
    padding-top: 50px;
}

.navbottomhalf {
    height: 50%;
    background-color: #a0d5b6;
    padding-top: 47px;

}

.bottomnav {
    margin-bottom: 20px;
    color: #042d4e;
    text-decoration: none;
}

.bottomnav:hover {
    color: #042d4e;
}

.navsearchicon {
    width: 30px;
    margin-top: 20px;
}

.whoweare {
    background-color: #042d4e;
    overflow-x: hidden !important;
    /*or overflow-x:scroll */
    display: flex;
}

.mainscroll {
    overflow-x: hidden;
    /*or overflow-x:scroll */
    display: flex;
    position: sticky;
    top: 0;
}

.scrollitem {
    min-width: 55vw;
    min-height: 100vh;
    font-size: 4ch;
    color: white;
    background-color: #003c6d;
}

.scrollitemheader {
    margin-top: 100px;
    margin-left: 100px;
    font-size: 7rem;
    font-weight: 900;
    font-style:normal;
    letter-spacing: -5px;
}

.accordion-button:not(.collapsed) {
    color: #042d4e!important;
    background-color: #a0d5b6!important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.scrollitemheadertext {
    margin-top: 100px !important;
    margin-top: 100px;
    font-size: 4rem;
    font-weight: 900;
    font-style: normal;
    letter-spacing: -3px;
}

.scrollitemheaderdesc {
    margin-left: 100px;
    font-size: 3rem;
    font-weight: 900;
    font-style: normal;;
}

.scrolldesc {
    font-size: 1.2rem;
    font-style: normal;;
    width: 60% !important;
}

.divider {
    width: 150px;
    background-color: wheat;
    height: 1px;
    margin-left: 100px;
}

.darkdivider {
    width: 150px;
    background-color: #042d4e;
    height: 1px;
    margin-left: 100px;
}

.whoweareheader {
    font-family: 'Open Sans', sans-serif !important;
    text-transform: uppercase;
    color: white;
    font-size: 4rem;
    margin-top: 80px;
    transform: rotate(-90deg);
}

.whowearetext {
    font-family: 'Open Sans', sans-serif !important;
    color: white;
    font-size: 1.2rem;
    font-style: normal;;
    width: 50%;
    margin-left: 50px;
}

.numbers_data {
    color: white;
    font-size: 10rem !important;
    float: left !important;
    margin-left: 100px;
    margin-top: 100px;
    font-weight: 100 !important;
    letter-spacing: 1px;
}

.numbers_data_sub {
    font-size: 3rem;
}

.numberdesc {
    float: left;
    color: white;
    padding-top: 15px;
}

.latestreleases {
    padding: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.titletext {
    font-size: 4rem;
    letter-spacing: -1px;
    font-weight: 900;
    color: #042d4e;
}

.pagetitletext {
    font-size: 4rem;
    letter-spacing: -1px;
    font-weight: 900;
    color: aliceblue;
    margin-top: 50px;
}

.tile-btn {
    width: 100%;
    margin-bottom: 20px;
}

.tiles1 {
    position: absolute;
    width: 100px;
    height: auto;
}

.footer {
    width: 100%;
    background-color: #042d4e;
    color: wheat;
    height: 55vh;
}

.footer-action-btn {
    background-color: #a0d5b6;
    color: #042d4e;
    padding: 15px;
    text-align: center;
    float: right;
    width: 300px;
}

.footer-action-btn>p {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-weight: bold;
}

.borderbottom {
    border-bottom: 0.5px solid #73B6EE;
}

.borderright {
    border-right: 0.5px solid #73B6EE;
}

.footer-logo {
    width: 200px;
    margin-top: 50px;
}

.sidenav-logo {
    width: 200px;
}

.quicklinks {
    list-style-type: none;
    color: white;
}

.quicklinks>li {
    font-size: 11px;
}

.quicklinksheader {
    font-size: 11px;
    margin-left: 30px;
    margin-bottom: 2px;
    text-transform: uppercase;
    color: #90cfb0;
}

.footer-socials {
    color: #042d4e;
    margin-right: 10px;
}

.quicklinksheader2 {
    font-size: 11px;
    margin-bottom: 2px;
    text-transform: uppercase;
    color: #90cfb0;
}

.quicklinksdiv {
    padding-top: 50px;
    height: 30px;
}

.footer-contact {
    padding-top: 50px !important;
}

.footer-email {
    font-size: 11px;
    color: white;
    text-decoration: none;
}

.clearfix {
    margin-top: 50px;
    margin-bottom: 50px;
}

.footer-location {
    font-size: 11px;
    color: white;
}

.footer-location>span {
    color: white;
}

.footer-about {
    padding-top: 50px;
    color: aliceblue;
    font-size: 11px;
}

.bordertop {
    border-top: 1px solid #73B6EE !important;
}

.footer-copy>p {
    margin-bottom: 0px;
    margin-top: 15px;
    font-size: 11px;
    color: aliceblue;
}

.socialfeeds {
    margin-bottom: 100px !important;
}

.single-blogpost {
    /* max-height: 800px; */
    margin-bottom: 50px;
    max-width: 100%;
}

.blog-bannerimage {
    width: 100%;
    max-height: 450px;
    margin-bottom: 10px;
}

.pagesection {
   padding: 50px;
   padding-top: 20px;
}

.blog-left {
    background-color: #f8f9fa;
    padding-top: 30px;
    padding-left: 15px!important;
    padding-bottom: 50px;
}

.blog-right {
    padding-top: 50px;
    padding-left: 30px!important;
    padding-bottom: 50px;
    border-radius: 5px;
    height: auto!important;
}

.blogtitle {
    font-size: 2rem;
    color: #003c6d;
    letter-spacing: -2px;
    line-height: 35px;
    margin-top: 20px;
}

.singleblogtitle {
    font-size: 3.2rem;
    color: #003c6d;
    letter-spacing: -1px;
    line-height: 55px;
    margin-top: 20px;
    font-weight: 900;
}

.research-categories {
    background-color: #003c6d;
    height: 500px;
    text-align: center;
    background-size: cover;
    color: white;
    padding: 0px!important;
}

.research-categories > h3 > a {
    text-decoration: none;
    color: #90CFB0;
}

.research-categories > h3 > a:hover {
    text-decoration: underline;
    transition: 5s;
}

.research-categories > h3 {
    margin-top: 20px;
}

.research-categories > img {
    width: 100%;
}

.whatwedoheadertext {
    font-size: 7rem;
    font-weight: 900;
    font-style: normal;
    letter-spacing: -5px;
}

.thinktankmodelheader {
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -1px;
}

.thinktankmodeltext {
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: -1px;
}

.inversebtn {
    background-color: #90CFB0!important;
    color: #042d4e!important;
    padding: 10px;
    text-decoration: none;
    font-size: 1.2rem!important;
}

.inversebtn:hover{
    color: white!important;
    background-color: #042d4e!important;
}

.mobilefooter {
    display: none;
}

.mobiledisplay {
    display: none;
}

.latestreleaseswidget {
    font-size: 14px;
}

/* Galaxy Fold */
@media only screen and (max-width: 282px) {
    #navigation, #totop, #logodiv{
        display: none;
    }

    #mobilenav {
        display: block!important;
    }

    #firstrow {
        padding-top: 53%;
    }

    .nomobiledisplay {
        display: none!important;
    }

    .nomobilesidepadding {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

    .mobiledisplay {
        display: block!important;
    }

    .sidemenumainnav {
        padding: 0px!important;
        margin-left: 0px!important;
    }

    .smallnavtext {
        font-size: 12px!important;
        color: #90CFB0;
    }

    .navdivider {
        margin-top: 0px!important;
    }

    .sidemenuitem {
        font-size: 1rem;
    }

    .pagetitletext {
        font-size: 1.6rem!important;
        line-height: 1!important;
        letter-spacing: -1px!important;
    }

    .pagesection {
        padding-left: 5px!important;
        padding-right: 5px!important;
    }

    .single-blogpost {
        height: auto!important;
    }

    .blogtitle {
        font-size: 1.7rem;
        letter-spacing: -1px;
    }

    .blog-right {
        padding-left: 10px!important;
    }

    .headertext_headertext {
        margin-top: 100px!important;
    }

    #main{
        width: 100vw;
        margin-left: 0px;
    }

    .headertext {
        font-size: 1.5rem;
        font-weight: 800;
        color: #042d4e;
        line-height: 1.4rem;
        text-align: center;
    }

    #nesglogo {
        width: 100px;
        float: left;
    }

    .heropictureheader {
        font-size: 2rem;
        margin-top: 2rem;
    }

    .heropicture {
        height: 65vh;
        background-size: 140vw;
    }

    .whowearetext {
        text-align: center;
        margin: 0px;
        font-size: .9rem;
        width: 100%;
    }

    .whatwedocontainer {
        padding: 50px;
        padding-left: 20px;
        padding-right: 20px;
        background-image: linear-gradient(0deg, #042d4e, #042d4e);
    }

    .whatwedoheadertext {
        font-size: 2rem;
        letter-spacing: -1px;
    }

    .thinktankmodelheader {
        font-size: 1.3rem;
    }

    .thinktankmodeltext {
        font-size: .9rem;
    }

    .inversebtn {
        font-size: .9rem!important;
        margin-bottom: 20px;
    }

    .latestreleases {
        padding: 5px;
    }

    .titletext {
        font-size: 2rem;
    }

    .releaseitem {
        margin-bottom: 10px;
    }

    .footer {
        min-height: 850px;
        padding-bottom: 100px!important;
    }

    .webfooter {
        display: none;
    }

    .mobilefooter {
        display: block;
    }

    .footer-logo {
        margin-bottom: 10px;
        margin-left: 0%;
        width: 80px;
        margin-top: 10px;
    }

    .footer-email {
        margin-left: 10px;
    }

    .quicklinksheader {
        margin-left: 10px;
    }

    .footer-location {
        margin-left: 10px;
    }

    .firstrow {
        padding-top: 80px;
    }

    .quicklinks {
        margin: 0px;
        padding-left: 10px;
    }

    .footerrights{
        font-size: 12px;
    }

    .sidenav-logo {
        display: none;
    }

    .latestrelease {
        height: auto!important;
    }
}
/* Extra Small */
@media only screen and (min-width: 285px) and (max-width: 411px) {
    #navigation, #totop, #logodiv{
        display: none;
    }

    #mobilenav {
        display: block!important;
    }

    #firstrow {
        padding-top: 32%;
    }

    .nomobiledisplay {
        display: none!important;
    }

    .nomobilesidepadding {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

    .mobiledisplay {
        display: block!important;
    }

    .mobileyoutube {
        height: 400px;
    }

    .sidemenumainnav {
        padding: 0px!important;
        margin-left: 0px!important;
    }

    .smallnavtext {
        font-size: 12px!important;
        color: #90CFB0;
    }

    .navdivider {
        margin-top: 0px!important;
    }

    .sidemenuitem {
        font-size: 1rem;
    }

    .pagetitletext {
        font-size: 1.29rem!important;
        line-height: 1!important;
        letter-spacing: 0px!important;
    }

    .pagesection {
        padding-left: 5px!important;
        padding-right: 5px!important;
    }

    .single-blogpost {
        height: auto!important;
    }

    .blogtitle {
        font-size: 1.7rem;
        letter-spacing: -1px;
    }

    .blog-right {
        padding-left: 10px!important;
    }

    .headertext_headertext {
        margin-top: 100px!important;
        line-height: 1rem;
        font-size: 3rem;
        letter-spacing: 2rem!important;
    }

    #main{
        width: 100vw;
        margin-left: 0px;
    }

    .headertext {
        font-size: 1.29rem;
        font-weight: 800;
        color: #042d4e;
        line-height: 24px;
        text-align: center;
    }

    #nesglogo {
        width: 100px;
        float: left;
    }

    .heropictureheader {
        font-size: 3rem;
        text-align: center;
        margin: 0px;
        margin-top: 3rem;
    }

    .heropicture {
        height: 50vh;
        background-size: 100vw!important;
    }

    .wrapper {
        position: relative;
        height: 50vh!important;
        width: 100%;
        overflow: hidden;
    }

    .foundationpicture {
        height: 75vh!important;
    }

    .whowearetext {
        text-align: center;
        margin: 0px;
        font-size: .9rem;
        width: 100%;
    }

    .whatwedocontainer {
        padding: 50px;
        padding-left: 20px;
        padding-right: 20px;
        background-image: linear-gradient(0deg, #042d4e, #042d4e);
    }

    .whatwedoheadertext {
        font-size: 3rem;
        letter-spacing: -1px;
    }

    .thinktankmodelheader {
        font-size: 1.7rem;
    }

    .thinktankmodeltext {
        font-size: 1.2rem;
    }

    .latestreleases {
        padding: 20px;
    }

    .titletext {
        font-size: 2.6rem;
    }

    .releaseitem {
        margin-bottom: 10px;
    }

    .footer {
        min-height: 880px;
        padding-bottom: 100px!important;
    }

    #firstrow_otherpages {
        margin: 0px;
        padding: 0px;
        height: 40vh;
        background-color: #003c6d;
        color: #a0d5b6!important;
        position: relative;
        overflow: hidden;
        padding-top: 20px;
        display: flex;
        align-items: left;
        justify-content: left;
    }

    .webfooter {
        display: none;
    }

    .mobilefooter {
        display: block;
    }

    .footer-logo {
        margin-bottom: 10px;
            /* margin-left: 24%; */
        width: 120px;
    }

    .footer-email {
        margin-left: 10px;
    }

    .quicklinksheader {
        margin-left: 10px;
    }

    .footer-location {
        margin-left: 10px;
    }

    .firstrow {
        padding-top: 80px;
    }

    .quicklinks {
        margin: 0px;
        padding-left: 10px;
    }

    .footerrights{
        font-size: 12px;
    }

    .sidenav-logo {
        display: none;
    }
}

/* Mobile Phone, Iphone, Samsungs, Basic Androids (phones, 540px and down) */
@media only screen and (min-width: 412px) and (max-width: 424px) {
    #navigation, #totop, #logodiv{
        display: none;
    }

    #mobilenav {
        display: block!important;
    }

    #firstrow {
        padding-top: 48%;
    }

    .nomobiledisplay {
        display: none!important;
    }

    .nomobilesidepadding {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

    .mobiledisplay {
        display: block!important;
    }

    .sidemenumainnav {
        padding: 0px!important;
        margin-left: 0px!important;
    }

    .smallnavtext {
        font-size: 12px!important;
        color: #90CFB0;
    }

    .navdivider {
        margin-top: 0px!important;
    }

    .sidemenuitem {
        font-size: 1rem;
    }

    .pagetitletext {
        font-size: 1.6rem!important;
        line-height: 1!important;
        letter-spacing: -1px!important;
    }

    .pagesection {
        padding-left: 5px!important;
        padding-right: 5px!important;
    }

    .single-blogpost {
        height: auto!important;
    }

    .blogtitle {
        font-size: 1.7rem;
        letter-spacing: -1px;
    }

    .blog-right {
        padding-left: 10px!important;
    }

    .headertext_headertext {
        margin-top: 100px!important;
    }

    #main{
        width: 100vw;
        margin-left: 0px;
    }

    .headertext {
        font-size: 1.6rem;
        font-weight: 800;
        color: #042d4e;
        line-height: 2rem;
        text-align: center;
    }

    #nesglogo {
        width: 100px;
        float: left;
    }

    .heropictureheader {
        font-size: 3rem;
        text-align: center;
        margin: 0px;
        margin-top: 3rem;
    }

    .heropicture {
        height: 55vh;
        background-size: 90vw!important;
    }

    .thinktankmodelheader {
        font-size: 2rem;
    }

    .whowearetext {
        text-align: center;
        margin: 0px;
        font-size: 1.2rem;
        width: 100%;
    }

    .whatwedocontainer {
        padding: 50px;
        padding-left: 20px;
        padding-right: 20px;
        background-image: linear-gradient(0deg, #042d4e, #042d4e);
    }

    .whatwedoheadertext {
        font-size: 3rem;
        letter-spacing: -1px;
    }

    .latestreleases {
        padding: 20px;
    }

    .titletext {
        font-size: 2.6rem;
    }

    .releaseitem {
        margin-bottom: 10px;
    }

    .footer {
        min-height: 1000px;
        padding-bottom: 20px!important;
    }

    .webfooter {
        display: none;
    }

    .mobilefooter {
        display: block;
    }

    .footer-logo {
        margin-bottom: 10px;
        margin-left: 0%;
        width: 80px;
        margin-top: 5px;
    }

    .footer-email {
        margin-left: 10px;
    }

    .quicklinksheader {
        margin-left: 10px;
    }

    .footer-location {
        margin-left: 10px;
    }

    .firstrow {
        padding-top: 80px;
    }

    .quicklinks {
        margin: 0px;
        padding-left: 10px;
    }

    .footerrights{
        font-size: 12px;
    }

    .sidenav-logo {
        display: none;
    }
}

@media only screen and (min-width: 425px) and (max-width: 539px) {
    #navigation, #totop, #logodiv{
        display: none;
    }

    #mobilenav {
        display: block!important;
    }

    #firstrow {
        padding-top: 33%;
    }

    .nomobiledisplay {
        display: none!important;
    }

    .nomobilesidepadding {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

    .mobiledisplay {
        display: block!important;
    }

    .sidemenumainnav {
        padding: 0px!important;
        margin-left: 0px!important;
    }

    .smallnavtext {
        font-size: 12px!important;
        color: #90CFB0;
    }

    .navdivider {
        margin-top: 0px!important;
    }

    .sidemenuitem {
        font-size: 1rem;
    }

    .pagetitletext {
        font-size: 1.6rem!important;
        line-height: 1!important;
        letter-spacing: -1px!important;
    }

    .pagesection {
        padding-left: 5px!important;
        padding-right: 5px!important;
    }

    .single-blogpost {
        height: auto!important;
    }

    .blogtitle {
        font-size: 1.7rem;
        letter-spacing: -1px;
    }

    .blog-right {
        padding-left: 10px!important;
    }

    .headertext_headertext {
        margin-top: 100px!important;
    }

    #main{
        width: 100vw;
        margin-left: 0px;
    }

    .headertext {
        font-size: 1.8rem;
        font-weight: 800;
        color: #042d4e;
        line-height: 2rem;
        text-align: center;
    }

    #nesglogo {
        width: 100px;
        float: left;
    }

    .heropictureheader {
        font-size: 3rem;
        text-align: center;
        margin: 0px;
        margin-top: 3rem;
    }

    .heropicture {
        height: 55vh;
        background-size: 110vw;
    }

    .thinktankmodelheader {
        font-size: 2rem;
    }

    .whowearetext {
        font-size: .8rem;
        width: 100%;
        margin-left: 0px;
        text-align: center;
    }

    .whatwedocontainer {
        padding: 50px;
        padding-left: 20px;
        padding-right: 20px;
        background-image: linear-gradient(0deg, #042d4e, #042d4e);
    }

    .whatwedoheadertext {
        font-size: 3rem;
        letter-spacing: -1px;
    }

    .latestreleases {
        padding: 20px;
    }

    .titletext {
        font-size: 2.6rem;
    }

    .releaseitem {
        margin-bottom: 10px;
    }

    .footer {
        min-height: 780px;
        padding-bottom: 20px!important;
    }

    .webfooter {
        display: none;
    }

    .mobilefooter {
        display: block;
    }

    .footer-logo {
        margin-bottom: 10px;
        margin-left: 0%;
        width: 80px;
        margin-top: 5px;
    }

    .footer-email {
        margin-left: 10px;
    }

    .quicklinksheader {
        margin-left: 10px;
    }

    .footer-location {
        margin-left: 10px;
    }

    .firstrow {
        padding-top: 80px;
    }

    .quicklinks {
        margin: 0px;
        padding-left: 10px;
    }

    .footerrights{
        font-size: 12px;
    }

    .sidenav-logo {
        display: none;
    }
}

@media only screen and (min-width: 540px) and (max-width: 600px) {
    #navigation, #totop, #logodiv{
        display: none;
    }

    #mobilenav {
        display: block!important;
    }

    #firstrow {
        padding-top: 28%;
        height: 45vh;
    }

    .nomobiledisplay {
        display: none!important;
    }

    .nomobilesidepadding {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

    .mobiledisplay {
        display: block!important;
    }

    .sidemenumainnav {
        padding: 0px!important;
        margin-left: 0px!important;
    }

    .smallnavtext {
        font-size: 12px!important;
        color: #90CFB0;
    }

    .navdivider {
        margin-top: 0px!important;
    }

    .sidemenuitem {
        font-size: 1rem;
    }

    .pagetitletext {
        font-size: 1.6rem!important;
        line-height: 1!important;
        letter-spacing: -1px!important;
    }

    .pagesection {
        padding-left: 5px!important;
        padding-right: 5px!important;
    }

    .single-blogpost {
        height: auto!important;
    }

    .blogtitle {
        font-size: 1.7rem;
        letter-spacing: -1px;
    }

    .blog-right {
        padding-left: 10px!important;
    }

    .headertext_headertext {
        margin-top: 100px!important;
    }

    #main{
        width: 100vw;
        margin-left: 0px;
    }

    .headertext {
        font-size: 1.8rem;
        font-weight: 800;
        color: #042d4e;
        line-height: 2rem;
        text-align: center;
    }

    #nesglogo {
        width: 100px;
        float: left;
    }

    .heropictureheader {
        font-size: 3rem;
        text-align: center;
        margin: 0px;
        margin-top: 3rem;
    }

    .heropicture {
        height: 55vh;
        background-size: 110vw;
    }

    .thinktankmodelheader {
        font-size: 2rem;
    }

    .whowearetext {
        text-align: center;
        margin: 0px;
        font-size: .8rem;
        width: 100%;
    }

    .whatwedocontainer {
        padding: 50px;
        padding-left: 20px;
        padding-right: 20px;
        background-image: linear-gradient(0deg, #042d4e, #042d4e);
    }

    .whatwedoheadertext {
        font-size: 3rem;
        letter-spacing: -1px;
    }

    .latestreleases {
        padding: 20px;
    }

    .latestrelease {
        height: auto!important;
    }

    .titletext {
        font-size: 2.6rem;
    }

    .releaseitem {
        margin-bottom: 10px;
    }

    .footer {
        min-height: 780px;
        padding-bottom: 20px!important;
    }

    .webfooter {
        display: none;
    }

    .mobilefooter {
        display: block;
    }

    .footer-logo {
        margin-bottom: 10px;
        margin-left: 0%;
        width: 80px;
        margin-top: 5px;
    }

    .footer-email {
        margin-left: 10px;
    }

    .quicklinksheader {
        margin-left: 10px;
    }

    .footer-location {
        margin-left: 10px;
    }

    .firstrow {
        padding-top: 80px;
    }

    .quicklinks {
        margin: 0px;
        padding-left: 10px;
    }

    .footerrights{
        font-size: 12px;
    }

    .sidenav-logo {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 830px) {
    #navigation, #totop, #logodiv{
        display: none;
    }

    #mobilenav {
        display: block!important;
    }

    #firstrow {
        padding-top: 18%;
        height: 25vh!important;
    }

    #firstrow_otherpages {
        margin: 0px;
        padding: 0px;
        height: 25vh;
        background-color: #003c6d;
        color: #a0d5b6!important;
        position: relative;
        overflow: hidden;
        padding-top: 20px;
        display: flex;
        align-items: left;
        justify-content: left;
    }

    .nomobiledisplay {
        display: none!important;
    }

    .nomobilesidepadding {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

    .mobiledisplay {
        display: block!important;
    }

    .sidemenumainnav {
        padding: 0px!important;
        margin-left: 0px!important;
    }

    .smallnavtext {
        font-size: 12px!important;
        color: #90CFB0;
    }

    .navdivider {
        margin-top: 0px!important;
    }

    .sidemenuitem {
        font-size: 1rem;
    }

    .pagetitletext {
        font-size: 1.6rem!important;
        line-height: 1!important;
        letter-spacing: -1px!important;
    }

    .pagesection {
        padding-left: 5px!important;
        padding-right: 5px!important;
    }

    .single-blogpost {
        height: auto!important;
    }

    .blogtitle {
        font-size: 1.7rem;
        letter-spacing: -1px;
    }

    .blog-right {
        padding-left: 10px!important;
    }

    .headertext_headertext {
        margin-top: 100px!important;
    }

    #main{
        width: 100vw;
        margin-left: 0px;
    }

    .headertext {
        font-size: 1.8rem;
        font-weight: 800;
        color: #042d4e;
        line-height: 2rem;
        text-align: center;
    }

    #nesglogo {
        width: 100px;
        float: left;
    }

    .heropictureheader {
        font-size: 3rem;
        text-align: center;
        margin: 0px;
        margin-top: 3rem;
    }

    .heropicture {
        height: 43vh;
        background-size: 110vw;
        background: url(../images/NESG Landing page_4bw.png) #0b6dbc;
        background-size: 67vw!important;
        background-position: bottom;
        background-repeat: no-repeat;
    }

    .thinktankmodelheader {
        font-size: 2rem;
    }

    .thinktankmodeltext {
        font-size: 1.4rem;
    }

    .whowearetext {
        text-align: center;
        margin: 0px;
        font-size: 1rem;
        width: 100%;
    }

    .whatwedocontainer {
        padding: 50px;
        padding-left: 20px;
        padding-right: 20px;
        background-image: linear-gradient(0deg, #042d4e, #042d4e);
    }

    .whatwedoheadertext {
        font-size: 3rem;
        letter-spacing: -1px;
    }

    .latestreleases {
        padding: 20px;
    }

    .latestrelease {
        height: 300px!important;
    }

    .titletext {
        font-size: 2.6rem;
    }

    .releaseitem {
        margin-bottom: 10px;
    }

    .footer {
        height: 55vh;
        padding-bottom: 30px!important;
        margin-bottom: 19rem;
    }

    .webfooter {
        display: none;
    }

    .mobilefooter {
        display: block;
    }

    .footer-logo {
        margin-bottom: 0px;
        margin-left: 0px;
        width: 100px;
        margin-top: 10px;
    }

    .footer-email {
        margin-left: 10px;
    }

    .quicklinksheader {
        margin-left: 10px;
    }

    .footer-location {
        margin-left: 10px;
    }

    .firstrow {
        padding-top: 80px;
    }

    .quicklinks {
        margin: 0px;
        padding-left: 10px;
    }

    .footerrights{
        font-size: 12px;
    }

    .sidenav-logo {
        display: none;
    }
}

@media only screen and (min-width: 830px) and (max-width: 1200px) {
    .heropicture {
        background: url(../images/NESG Landing page_4bw.png) #0b6dbc;
        background-size: 80vw;
        background-repeat: no-repeat;
        /* background-attachment: fixed; */
        background-position: right bottom;
        height: 70vh;
    }

    .scrollitemheader {
        margin-top: 100px;
        margin-left: 100px;
        font-size: 4rem;
        font-weight: 900;
        font-style: normal;
        letter-spacing: -5px;
    }

    .scrollitemheadertext {
        margin-top: 100px !important;
        margin-top: 100px;
        font-size: 2rem;
        font-weight: 900;
        font-style: normal;
        letter-spacing: -1px;
    }

    .latestreleases {
        padding: 30px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #firstrow {
        padding-top: 2%;
        height: 40vh;
    }

    .footer {
        height: 53vh;
    }

    #firstrow_otherpages {
        margin: 0px;
        padding: 0px;
        height: 40vh;
        background-color: #003c6d;
        color: #a0d5b6!important;
        position: relative;
        overflow: hidden;
        padding-top: 20px;
        display: flex;
        align-items: left;
        justify-content: left;
    }

    .blogtitle {
        font-size: 1.3rem;
        color: #003c6d;
        letter-spacing: -1px;
        line-height: 20px;
        margin-top: 20px;
        font-weight: normal!important;
    }

    .whowearetext {
        font-family: 'Open Sans', sans-serif !important;
        color: white;
        font-size: 1rem;
        font-style: normal;;
        width: 50%;
        margin-left: 50px;
    }

    .headertext {
        font-size: 2.3rem;
        line-height: 2.2rem;
    }

    .heropictureheader {
        font-size: 4.3rem;
        font-weight: 900;
        color: white;
        margin-top: 35px;
        margin-left: 50px;
    }

    .navbottomhalf {
        height: 50%;
        background-color: #a0d5b6;
        padding-top: 3rem;
    }

    .navtophalf {
        height: 40%;
        padding-top: 50px;
    }

    .quicklinks >li > a {
        font-size: .8rem;
    }

    .quicklinksheader, .quicklinksheader2, .footer-email, .footer-location, .footer-about, .footer-copy {
        font-size: .8rem;
    }

    .latestrelease {
        height: auto!important;
    }

    .whatwedoheadertext {
        font-size: 4rem;
        font-weight: 900;
        font-style: normal;
        letter-spacing: -1px;
    }

    .thinktankmodeltext {
        font-size: 1rem;
        font-weight: 900;
        letter-spacing: -1px;
    }

    .whatwedoimage {
        width: 150px!important;
    }

    .tile-btn {
        font-size: 13px!important;
    }

    .footer {
        height: 80vh;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 2000px) {
    .heropicture {
        background: url(../images/NESG Landing page_4bw.png) #0b6dbc;
        background-size: 90vw;
        background-repeat: no-repeat;
        /* background-attachment: fixed; */
        background-position: right bottom;
        height: 80vh;
    }

    .whowearetext {
        font-family: 'Open Sans', sans-serif !important;
        color: white;
        font-size: 1.6rem;
        font-style: normal;;
        width: 50%;
        margin-left: 50px;
    }

    .headertext {
        font-size: 4.9rem;
        font-weight: 800;
        line-height: 5rem;
        color: #042d4e;
    }

    .quicklinks >li > a {
        font-size: 1.4rem;
    }

    .quicklinksheader, .quicklinksheader2, .footer-email, .footer-location, .footer-about, .footer-copy {
        font-size: 1.6rem;
    }

    .latestrelease {
        height: 600px!important;
    }
}



