    body{
    background: #000000;
    font-family: Lato; 
    color: #ffffff;
    }
    .clearfix {
        clear: both;
    }
	#topBannerContainer{
		margin: auto;
		width: 1335px;
	}
	#freeBanner{
		width: 850px;
	}
	#mobilefreefreeBanner{
		width: 465px;
	}
	#impactReportBanner{
		width: 1078px;
		margin-left: 10%;
		margin-bottom: 70px;
	}
    #actOptions{
        float: right;
        font-size: 21px;
        margin-right: 20px;
        margin-top: 41px;
    }
    #mobheadercontain {
    display: none;
    }
    .headertext{
    font-family: Lato; 
    color: #ffffff;
    font-weight: 900;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 23px;
   
    }
    #linkContain{
    margin: auto;
    height: 50px;
    width: 997px;
    border: 1px solid #ffffff;
    border-radius: 30px;
    background: rgba(0,0,0,0.6);
    }
    #linkText{
    margin-top: 13px;
    margin-left: 39px;
    }
    ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    }
    li {
    display: inline;
    margin-left: 20px;
    float: left;
    }
    #headerlogo{
    width: 400px;
    margin-bottom: 0px;
    }
    #headercontain{
    margin-left: 5%;
    max-width: 1950px;
    }
    a {
    color: white;
    text-decoration: none; /* no underline */
    }
   
    #socialcontainer{
    font-size: 20px;
    }
    .socialimg{
    margin-left: 10px;
    margin-right: 10px;
    }
    #footerwrap{
    background: #1e1e1e;
    height: 90px;
    position: fixed;
    bottom: 0;
    width: 100%;


    }
    #footerlogo {
    width: 127px;
    margin-top: 0px;
    margin-right: 6px;
    }

    #footerlinks{
    margin-top: 15px;
    float: right;
    margin-right: 100px;
    }
    .footerlinkouts{
    font-family: Lato; 
    color: #ffffff;
    font-weight: 400;
    margin-left: 28px;
    }
    #mobilefooterwrap {
        display: none;
    }
    @media screen and (max-width: 850px) {
    body {
    font-family: "Lato", sans-serif;
    transition: background-color .5s;
    }
	#topBannerContainer{
		margin: auto;
		width: 400px;
	}
	#freeBanner{
		width: 390px;
		margin-bottom: 20px;
	}
	#mobilefreefreeBanner{
		width: 390px;
	}
	#impactReportBanner{
		width: 398px;
		margin-left: 0%;
	}
    #actOptions a{
        color: #ffffff;
        float: left;
        font-size: 21px;
    }
    #footerwrap {
    display: none;
    }
    #headercontain {
    display: none;
    }
    #portallogin {
    display: none;
    }
    #mobheadercontain {
    display: unset;
    }
    #mobheaderlogo {
    max-width: 72%;
    margin-left: 32px;
    margin-bottom: 0px;
    
    }
    #mobexpandimg {
    float: right;
    margin-top: 10px;
    margin-right: 15px;
    }
    #mobilefooterwrap {
    display: unset;
    background: #1e1e1e;
    height: 50px;
    position: fixed;
    bottom: 0;
    width: 100%;
    }
    .socialimg {
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-left: 3px;
    }
    #socialcontainer {
    float: left;
    margin-right: 20px;
    margin-left: 0px;
    }
    #copysymbol {
    color: #ffffff;
    font-size: 18px;
    font-family: Lato;
    margin-top: 16px;
    margin-right: 5px;
    float: left;
    margin-left: 0px;
    }
    #footerlogo {
    width: 40%;
    margin-top: 10px;
    margin-right: 0px;
    }
    #footercopyright {
    float: unset;
    }
    #topcontentbackground {
    display: none;
    }
    #mobileindexcontent {
    display: unset;
    }

    /* The side navigation menu */

    .sidenav {
    height: 100%;
    /* 100% Full-height */

    width: 0;
    /* 0 width - change this with JavaScript */

    position: fixed;
    /* Stay in place */

    z-index: 1;
    /* Stay on top */

    top: 0;
    left: 0;
    background-color: #111;
    /* Black*/

    overflow-x: hidden;
    /* Disable horizontal scroll */

    padding-top: 60px;
    /* Place content 60px from the top */

    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
    }
    /* The navigation menu links */

    .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #818181;
    display: block;
    transition: 0.3s
    }
    /* When you mouse over the navigation links, change their color */

    .sidenav a:hover,
    .offcanvas a:focus {
    color: #f1f1f1;
    }
    /* Position and style the close button (top right corner) */

    .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    }
    #main {
    transition: margin-left .5s;
    padding: 16px;
    }
    }
    /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

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