@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: 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;
        
    }
    
     .otherpagebg marquee{
        height: 100vh;
        width: 100vw;
        display: block;
        float: left;
        clear: none;
        overflow-y: hidden;
        overflow-x: visible;
        position: absolute;
        z-index: 0;
         opacity: .5;
    }

    
    .otherpagebg marquee img{
        width: 120%;
        height: auto;
        display: block;
    }
    
    
    
    


    .about{
      position:relative;
      display:block;
      top:0;
      left:0;
      width:100vw;
      height:100vh;
      margin:0;
      overflow-y:auto;
      overflow-x:hidden;
      transform-origin:right top;
    }
    
    
    
    .inner{
      display:block;
      padding:5px;
      transform-origin: right top;
      width: 90%;
        height: auto;
        top: 20%;
        left: 5%;
        position: relative;
    }

    
    
    .first{
        width: calc(100% - 4em);
        padding: 2em;
        height:auto;
        display: block;
        float: left;
        clear: none;
        background-color: transparent;
        position: sticky;
    }
    
    
    .first h4{
        font-size: 1.7em;
        line-height: 1.2em;
        color: #000;
    }
    
    
    
    .ab{
        width: calc(100% - 4em);
        padding: 0em;
        height:auto;
        display: block;
        float: left;
        clear: none;
        background-color: transparent;
    }
    
    
    .ab-post{
        width:calc(95% - .5em);
         background-color: white;
        border-radius: 1em;
        padding: 3em;
        height: 40vh;
         display: block;
        float: left;
        clear: none;
        margin: 1em 5% 2em 0;
    }
    
    
    
    .ab-post h2{
        font-weight:100;
        font-size: 7em;
        float: left;
        clear: none;
        display: block;
        color: #606060;
        margin-top: 0;
        opacity: .3;
    }
    
    
    .ab-post h3{
        font-weight:200;
        font-size: 3em;
        margin-top: .1em;
    }
    
    .ab-post p{
        color: #000;
    }
    
    
    
    







/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

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



    .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;
        
    }
    
     .otherpagebg marquee{
        height: 100vh;
        width: 100vw;
        display: block;
        float: left;
        clear: none;
        overflow-y: hidden;
        overflow-x: visible;
        position: absolute;
        z-index: 0;
         opacity: .5;
    }

    
    .otherpagebg marquee img{
        width: 120%;
        height: auto;
        display: block;
    }
    
    
    
    


    .about{
      position:relative;
      display:block;
      top:0;
      left:0;
      width:100vw;
      height:100vh;
      margin:0;
      overflow-y:auto;
      overflow-x:hidden;
      transform-origin:right top;
    }
    
    
    
    .inner{
      display:block;
      padding:5px;
      transform-origin: right top;
      width: 90%;
        height: auto;
        top: 20%;
        left: 5%;
        position: relative;
    }

    
    
    .first{
        width: calc(100% - 4em);
        padding: 2em;
        height:auto;
        display: block;
        float: left;
        clear: none;
        background-color: transparent;
        position: sticky;
    }
    
    
    .first h4{
        font-size: 1.7em;
        line-height: 1.2em;
        color: #000;
    }
    
    
    
    
    
    .ab{
        width: calc(100% - 4em);
        padding: 0em;
        height:auto;
        display: block;
        float: left;
        clear: none;
        background-color: transparent;
    }
    
    
    .ab-post{
        width:calc(95% - .5em);
         background-color: white;
        border-radius: 1em;
        padding: 3em;
        height: 40vh;
         display: block;
        float: left;
        clear: none;
        margin: 1em 5% 2em 0;
    }
    
    
    
    .ab-post h2{
        font-weight:100;
        font-size: 7em;
        float: left;
        clear: none;
        display: block;
        color: #606060;
        margin-top: 0;
        opacity: .3;
    }
    
    
    .ab-post h3{
        font-weight:200;
        font-size: 3em;
        margin-top: .1em;
    }
    
    .ab-post p{
        color: #000;
    }
    
    
    
	
	
}



/* 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;
        
    }
    
     .otherpagebg marquee{
        height: 100vh;
        width: 100vw;
        display: block;
        float: left;
        clear: none;
        overflow-y: hidden;
        overflow-x: visible;
        position: absolute;
        z-index: 0;
         opacity: .5;
    }

    
    .otherpagebg marquee img{
        width: 120%;
        height: auto;
        display: block;
    }
    
    
    
    


    .about{
      position:relative;
      display:block;
      top:0;
      left:0;
      width:100vw;
      height:100vh;
      margin:0;
      overflow-y:auto;
      overflow-x:hidden;
      transform-origin:right top;
    }
    
    
    
    .inner{
      display:block;
      padding:5px;
      transform-origin: right top;
      width: 90%;
        height: auto;
        top: 20%;
        left: 5%;
        position: relative;
    }

    
    
    .first{
        width: calc(100% - 4em);
        padding: 2em;
        height:auto;
        display: block;
        float: left;
        clear: none;
        background-color: transparent;
        position: sticky;
    }
    
    
    .first h4{
        font-size: 1.7em;
        line-height: 1.2em;
        color: #000;
    }
    
    
    
    .ab{
        width: calc(100% - 4em);
        padding: 0em;
        height:auto;
        display: block; 
        float: left;
        clear: none;
    }
    
    
    .ab-post{
        width:calc(100% - 6em);
         background-color: white;
        border-radius: 1em;
        padding: 3em;
        height: auto;
         display: block;
        float: left;
        clear: none;
        margin: 1em 1vw;
    }
    
    
    
    .ab-post h2{
        font-weight:100;
        font-size: 7em;
        float: left;
        clear: none;
        display: block;
        color: #606060;
        margin-top: 0;
        opacity: .3;
    }
    
    
    .ab-post h3{
        font-weight:200;
        font-size: 3em;
        margin-top: .1em;
    }
    
    .ab-post p{
        color: #000;
    }
    
    
    
    
    
    
    
    


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

@media only screen and (min-width: 1080px) {
    
    
    .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;
        
    }
    
     .otherpagebg marquee{
        height: 100vh;
        width: 100vw;
        display: block;
        float: left;
        clear: none;
        overflow-y: hidden;
        overflow-x: visible;
        position: absolute;
        z-index: 0;
         opacity: .5;
    }
    
    .otherpagebg marquee img{
        width: 120%;
        height: auto;
        display: block;
    }
    
    
    
    


    .about{
      position:absolute;
      display:block;
      top:0;
      left:0;
      width:100vw;
      height:100vh;
      margin:0;
      overflow-y:auto;
      overflow-x:hidden;
      transform-origin:right top;
    }
    
    
    
    .inner{
      display:block;
      padding:5px;
      transform-origin: right top;
      width: 90%;
        height: auto;
        top: 25%;
        left: 5%;
        position: absolute;
    }

    
    
    .first{
        width: 25%;
        padding: 2em;
        height: auto;
        display: block;
        float: left;
        clear: none;
        background-color: transparent;
        position: sticky;
        top: 15vh;
        left: 0;
    }
    
    
    .first h4{
        font-size: 1.7em;
        line-height: 1.2em;
        color: #000;
    }
    
    
    
    .ab{
        width: 65%;
        padding: 0em;
        height: auto;
        display: block;
        float: right;
        clear: none;
        background-color: transparent;
        display: block;
        
    }
    
    
    .ab-post{
        width:calc(100% - 6em);
         background-color: white;
        border-radius: 1em;
        padding: 3em;
        height: 40vh;
         display: block;
        float: left;
        clear: none;
        margin: 1em 1vw;
    }
    
    
    
    .ab-post h2{
        font-weight:100;
        font-size: 7em;
        float: left;
        clear: none;
        display: block;
        color: #606060;
        margin-top: 0;
        opacity: .3;
    }
    
    
    .ab-post h3{
        font-weight:200;
        font-size: 3em;
        margin-top: .1em;
    }
    
    .ab-post p{
        color: #000;
    }
    
    
    
    
    
    
    
    
    
	
}
    





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

@media only screen and (min-width: 1440px) {
	
    
    .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;
        
    }
    
     .otherpagebg marquee{
        height: 100vh;
        width: 100vw;
        display: block;
        float: left;
        clear: none;
        overflow-y: hidden;
        overflow-x: visible;
        position: absolute;
        z-index: 0;
         opacity: .5;
    }
    
    .otherpagebg marquee img{
        width: 120%;
        height: auto;
        display: block;
    }
    
    
    
    


    .about{
      position:absolute;
      display:block;
      top:0;
      left:0;
      width:100vw;
      height:100vh;
      margin:0;
      overflow-y:auto;
      overflow-x:hidden;
      transform-origin:right top;
    }
    
    
    
    .inner{
      display:block;
      padding:5px;
      transform-origin: right top;
      width: 90%;
        height: auto;
        top: 25%;
        left: 5%;
        position: absolute;
    }

    
    
    .first{
        width: 25%;
        padding: 2em;
        height: auto;
        display: block;
        float: left;
        clear: none;
        background-color: transparent;
        position: sticky;
        top: 15vh;
        left: 0;
    }
    
    
    .first h4{
        font-size: 1.7em;
        line-height: 1.2em;
        color: #000;
    }
    
    
    
    .ab{
        width: 65%;
        padding: 2em;
        height: 40vh;
        display: block;
        float: right;
        clear: none;
        background-color: transparent;
        display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr 1fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    ". ."
    ". ."; 
    }
    
    
    .ab-post{
        width:calc(100% - 6em);
         background-color: white;
        border-radius: 1em;
        padding: 3em;
        height: 40vh;
         display: block;
        float: left;
        clear: none;
        margin: 1em 1vw;
    }
    
    
    
    .ab-post h2{
        font-weight:100;
        font-size: 7em;
        float: left;
        clear: none;
        display: block;
        color: #606060;
        margin-top: 0;
        opacity: .3;
    }
    
    
    .ab-post h3{
        font-weight:200;
        font-size: 3em;
        margin-top: .1em;
    }
    
    .ab-post p{
        color: #000;
    }
    
    
    
    
    
    
}
    
        /* 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) {
	

		
}