@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */




    .maincontainer{
        height: auto;
        width: 100%;
        position: relative;
        z-index: 50;
        overflow: hidden;
        display: block;
        float: left;
        clear: none;
        background-color: #efefef;
    }
    
    
    .mc-ge{
            position: absolute;
        width: 40vw;
        height: 70vh;
        background-position: center top;
        background-image: url("../img/wmga_ge-big.svg");
        background-repeat: no-repeat;
        top: -10vh;
        right: -10vw;
        opacity: .4;
    }
    
    
    
    .mc-inner{
        width: 80%;
        height: auto;
        float: left;
        clear: none;
        margin: 20vh 10%;
        display: block;
        position: relative;
        z-index: 50;
    }
    
    .mc-inner h3{
        float: left;
        clear: none;
        width: auto;
    }
    
    
    
    
    
    
    
    
    .showpartner{
        position: fixed;
        z-index: 5001;
        border-radius: 1em;
        width: 90%;
        height: 90vh;
        top: 5vh;
        left: 5%;
        background-color: white;
        padding: 1em;
        display: none;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=50, Direction=0, Color=#000000)";/*IE 8*/
-moz-box-shadow: 0 -1px 50px 50px rgba(0,0,0,0.2);/*FF 3.5+*/
-webkit-box-shadow: 0 -1px 50px 50px rgba(0,0,0,0.2);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 -1px 50px 50px rgba(0,0,0,0.2);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=50, Direction=135, Color=#000000); /*IE 5.5-7*/
    }
    
    
    .showpartner iframe{
        height: 85%;
        width: 90%;
        position: absolute;
        bottom: 5%;
        left: 5%;
       background-color: white;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    
    
    
    
    
    
    






















}




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
    

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {


    
    .maincontainer{
        height: auto;
        width: 100%;
        position: relative;
        z-index: 50;
        overflow: hidden;
        display: block;
        float: left;
        clear: none;
        background-color: #efefef;
    }
    
    
    .mc-ge{
            position: absolute;
        width: 40vw;
        height: 70vh;
        background-position: center top;
        background-image: url("../img/wmga_ge-big.svg");
        background-repeat: no-repeat;
        top: -10vh;
        right: -10vw;
        opacity: .4;
    }
    
    
    
    .mc-inner{
        width: 80%;
        height: auto;
        float: left;
        clear: none;
        margin: 20vh 10%;
        display: block;
        position: relative;
        z-index: 50;
    }
    
    .mc-inner h3{
        float: left;
        clear: none;
        width: auto;
    }
    
    
    
    
    
    
    
    
    .showpartner{
        position: fixed;
        z-index: 5001;
        border-radius: 1em;
        width: 40%;
        height: 80vh;
        top: 15vh;
        left: 30%;
        background-color: white;
        padding: 1em;
        display: none;
    }
    
    
    .showpartner iframe{
        height: 85%;
        width: 90%;
        position: absolute;
        bottom: 5%;
        left: 5%;
       background-color: white;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    
    
    
    
    
    
    
    
    
    
	
	
}
	
	