@charset "UTF-8";
/* CSS Document */

/* CONDITIONAL CSS BASED ON SCREEN WIDTH */
/* Mobile + Tablet */

@media(max-device-width: 1024px){
    body {
    	background: #000000 none no-repeat 0 0 fixed !important;
    	position: absolute;
        top: 0;
        left: 15px;
        height: 100%;
        width: 100%;
    }
    #wrap {
        width:100%;
        border: none;
    }
    #top{
		width:100%;
    }
    #nav {
    	height: auto;
    }
    #banner {
    	position: relative;
    }
    #banner .random-image > img {
        max-width: 1024px;
        max-height: 192px;
    }
    #mainContainer {
    	width: 100%;
        top: 0;
    }
    #columnContainer {
    	background-color: #FFFFFF;
    }
    .column {
    	width: 96% !important;
    }
    #content {
    	padding: 15px !important;
    }
    #below-content {
    	
    }
    #sustaining_member_logos_container {
        left: 0;
        margin: 0 0 10px 0 !important;
        padding: 0 !important;
        position: relative;
        width: 100%;
        padding: 43px;
    }
    #right-container {
    	position: relative;
        right: 0;
    }
}

