@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/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	14;
	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. */





    
    .otherpagebg{
        background: rgb(243,248,255);
        background: -webkit-linear-gradient(bottom, rgba(243,248,255,1) 0%, rgba(214,227,252,1) 95%);
        background: -o-linear-gradient(bottom, rgba(243,248,255,1) 0%, rgba(214,227,252,1) 95%);
        background: linear-gradient(to top, rgba(243,248,255,1) 0%, rgba(214,227,252,1) 95%);
        position: relative;
        z-index: 0;
        width: 100%;
        height: 50vh;
        display: block;
        float: left;
        clear: none;
        
    }
    
    
    
    .signblue{
        width: 60vw;
        height: 120vh;
        left: 5%;
        top: 5vh;
        position: absolute;
        z-index: 10;
        float: left;
        clear: none;
        display: block;
        background-image: url("../img/logo/jm_signblue.svg");
        background-position: top center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    
    
    
    .mansitting-philo{
        width: 110vw;
        height: 50vh;
        position: relative;
        z-index: 20;
        float: left;
        clear: both;
        display: block;
        background-image: url("../img/guilbo.png");
        background-position: center bottom;
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    
    .philo{
        position: relative;
        z-index: 100;
        width: 80vw;
        height: auto;
        display: block;
        float: right;
        clear: both;
        right: 0;
        margin: 5vh 10vw auto;
        
    }
    
    .philo h4{
        font-size: 1.7em;
        line-height: 1.2em;
    }
    
    
    .principle{
        padding: 2em;
        width: 100%;
        height: auto;
        display: block;
        margin: 1em auto 1em -2em;
        background: rgb(243,248,255);
background: linear-gradient(135deg, rgba(243,248,255,1) 22%, rgba(214,227,252,1) 100%);
        
    }
    
    
    .principle h4{
        font-weight: 700;
        color: #132977;
        font-size: 1.5em;
    }
    
    
    















/* 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) {
	
  
    
    
    .otherpagebg{
        background: rgb(243,248,255);
background: linear-gradient(0deg, rgba(243,248,255,1) 0%, rgba(214,227,252,1) 95%);
        position: fixed;
        z-index: 0;
        width: 100%;
        height: 100vh;
        display: block;
        float: left;
        clear: none;
        
    }
    
    
    
    .signblue{
        width: 60vw;
        height: 120vh;
        left: 5%;
        top: 5vh;
        position: absolute;
        z-index: 10;
        float: left;
        clear: none;
        display: block;
        background-image: url("../img/logo/jm_signblue.svg");
        background-position: top center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    
    
    
    .mansitting-philo{
          width: 70vw;
        height: 80vh;
        left: -5%;
        bottom: 0vh;
        position: absolute;
        z-index: 20;
        float: left;
        clear: none;
        display: block;
        background-image: url("../img/guilbo.png");
        background-position: center bottom;
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    
    .philo{
        position: relative;
        z-index: 100;
        width: 30vw;
        height: auto;
        display: block;
        float: right;
        clear: none;
        right: 0;
        margin: 30vh 10vw auto;
        
    }
    
    .philo h4{
        font-size: 1.7em;
        line-height: 1.2em;
    }
    
    
    .principle{
        padding: 2em;
        width: 100%;
        height: auto;
        display: block;
        margin: 1em auto 1em -2em;
        background: rgb(243,248,255);
background: linear-gradient(135deg, rgba(243,248,255,1) 22%, rgba(214,227,252,1) 100%);
        
    }
    
    
    .principle h4{
        font-weight: 700;
        color: #132977;
        font-size: 1.5em;
    }
    
    
    

    
    
}
    /* Desktop Layout: 769px to a max of 1080px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1080px) {
	
  
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}
    
    
    /* Desktop Layout:1080px to a max of 1440px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1440px) {
	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}
    
        /* Desktop Layout: 1440px to a max of 1920px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1920px) {
	
   
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}
            /* Desktop Layout: 1920px to a max of 2400px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 2400px) {
	
   
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
		
}