@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. */



    .gridContainer{
        overflow-x: scroll;
    }
	
    
	.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: auto;
        display: block;
        float: left;
        clear: none;
        
    }
    
    .compost-grid{
        width:90%;
        height: auto;
          display: block; 
        float: left;
        clear: both;
        margin: 17.5vh 5% auto;
    }
    

 
   
    
    
    .compost{
        width: 100%;
        height: auto;
        float: left;
        clear: none;
        display: block;
        border: solid #81a8e3;
        border-width: 0 0px;
        transition: all .4s;
        background: rgba(255,255,255,.65);
        border-radius: 1em;
        position: relative;
        margin: auto auto 1em auto;
    }
    
    
    .compost .inner{
        width: 85%;
        height: auto;
        margin: 2em 7.5% 3em;
        display: block;
        position: relative;
    }
    
    
    .compost:hover{
          height: auto;
    }
    
    
    .compost h3{
        font-weight: 600;
        font-size: 2.5em;
        margin-top: 1em;
        width: 80%;
    }
    
    
    .inner-para{
        position: relative;
        z-index: auto;
        display: block;
        float: left;
        clear: both;
        width: 100%;
        height: auto;
        margin: auto auto 2em auto;
    }
    
    .inner-para p{
        font-weight:400;
        font-size: 1em;
        margin-top: .1em;
        line-height: 1.3em;
        opacity: 1;
        position: relative;
        top: 0em;
        left: auto;
        transition: all .3s;
    }
    
    
    .compost:hover .inner-para p{
      position: relative;
        top: 0em;
        left: auto;
        opacity: 1;
       
    }
    
    
    
    
    
    .comdown{
        position: relative;
        z-index: 100;
        display: block;
        float: left;
        clear: none;
        width:85%;
        height: 40vh;
        top: auto;
        bottom: auto;
        left: 7.5%;
        margin: 2em auto 0;
    }
    
    
    
    .comdown h1{
        font-family: "pf-regal-italic";
        font-size: 5em;
        color: #132977;
        width: 80%;
    }
    
    
    
    .comdown h1 span{
        font-family: "pf-regal-italic";
        color: #000000;
    }
    
    
    
    .comdown button{
        position: relative;
        float: right;
        clear: none;
        display: block;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .popup{
        display: none;
        float: left;
        clear: none;
        width: 100vw;
        height: 70vh;
        background-color: white;
        position: fixed;
        z-index: 10000;
         -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=0, Color=#C7DDFF)";/*IE 8*/
-moz-box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/*FF 3.5+*/
-webkit-box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=135, Color=#C7DDFF); /*IE 5.5-7*/
        border-radius: 0 0 1em 1em;
        right:5%;
        top: 15%;
        padding: 2em;
    }
    
    
    .popup h3{
        margin-top: 3vh;
        float: left;
        clear: none;
    }
    
    .popup h4{
        clear: both;
        display: block;
        float: left;
    }
    
    
    .popup button{
        float: right;
        clear: none;
        display: block;
        border-radius: 1.5em;
    }
    
    
    
    
    
    .popclose{
        color: black;
        padding: 1em 1.5em;
        background-color: #d6e3fc;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
    }
    
    
    
    
    .popup .inner{
        width: 100%;
        height: 70%;
        display: block;
        float: left;
        clear: none;
        background-color: #cce3ff;
        margin: 2em auto
    }
    
    
	
	


    
    
    
    
  


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

@media only screen and (min-width: 481px) {
    
    .gridContainer{
        overflow-x: scroll;
    }
	
    
	.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: auto;
        display: block;
        float: left;
        clear: none;
        
    }
    
    .compost-grid{
        width:90%;
        height: auto;
          display: block; 
        float: left;
        clear: both;
        margin: 17.5vh 5% auto;
    }
    

 
   
    
    
    .compost{
        width: 100%;
        height: auto;
        float: left;
        clear: none;
        display: block;
        border: solid #81a8e3;
        border-width: 0 0px;
        transition: all .4s;
        background: rgba(255,255,255,.65);
        border-radius: 1em;
        position: relative;
        margin: auto auto 1em auto;
    }
    
    
    .compost .inner{
        width: 85%;
        height: auto;
        margin: 2em 7.5% 3em;
        display: block;
        position: relative;
    }
    
    
    .compost:hover{
          height: auto;
    }
    
    
    .compost h3{
        font-weight: 600;
        font-size: 2.5em;
        margin-top: 1em;
        width: 80%;
    }
    
    
    .inner-para{
        position: relative;
        z-index: auto;
        display: block;
        float: left;
        clear: both;
        width: 100%;
        height: auto;
        margin: auto auto 2em auto;
    }
    
    .inner-para p{
        font-weight:400;
        font-size: 1em;
        margin-top: .1em;
        line-height: 1.3em;
        opacity: 1;
        position: relative;
        top: 0em;
        left: auto;
        transition: all .3s;
    }
    
    
    .compost:hover .inner-para p{
      position: relative;
        top: 0em;
        left: auto;
        opacity: 1;
       
    }
    
    
    
    
    
    .comdown{
        position: relative;
        z-index: 100;
        display: block;
        float: left;
        clear: none;
        width:85%;
        height: 40vh;
        top: auto;
        bottom: auto;
        left: 7.5%;
        margin: 2em auto 0;
    }
    
    
    
    .comdown h1{
        font-family: "pf-regal-italic";
        font-size: 5em;
        color: #132977;
        width: 80%;
    }
    
    
    
    .comdown h1 span{
        font-family: "pf-regal-italic";
        color: #000000;
    }
    
    
    
    .comdown button{
        position: relative;
        float: right;
        clear: none;
        display: block;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .popup{
        display: none;
        float: left;
        clear: none;
        width: 70vw;
        height: 80vh;
        background-color: white;
        position: fixed;
        z-index: 10000;
         -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=0, Color=#C7DDFF)";/*IE 8*/
-moz-box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/*FF 3.5+*/
-webkit-box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=135, Color=#C7DDFF); /*IE 5.5-7*/
        border-radius: 0 0 1em 1em;
        right:5%;
        top: 15%;
        padding: 2em;
    }
    
    
    .popup h3{
        margin-top: 3vh;
        float: left;
        clear: none;
    }
    
    .popup h4{
        clear: both;
        display: block;
        float: left;
    }
    
    
    .popup button{
        float: right;
        clear: none;
        display: block;
        border-radius: 1.5em;
    }
    
    
    
    
    
    .popclose{
        color: black;
        padding: 1em 1.5em;
        background-color: #d6e3fc;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
    }
    
    
    
    
    .popup .inner{
        width: 100%;
        height: 70%;
        display: block;
        float: left;
        clear: none;
        background-color: #cce3ff;
        margin: 2em auto
    }
    
    
	
	
    
	
	
	
	

	
	
	
}



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

@media only screen and (min-width: 769px) {
    
    
    .gridContainer{
      
    }

  
    .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;
        
    }
    
    .compost-grid{
        width:100%;
        height: auto;
        display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 0em 0em; 
  grid-template-areas: 
    ". . . ."; 
        margin: auto 0%;
    }
    
    /*
     display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr 1fr; 
  gap: 0em 0em; 
  grid-template-areas: 
    ". ."
    ". ."; */
    
    /*
     display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr 1fr; 
  gap: 0em 0em; 
  grid-template-areas: 
    ". ."
    ". ."; */
    
    
    /*
      display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1fr 1fr 1fr 1fr; 
  gap: 0em 0em; 
  grid-template-areas: 
    "."
    "."
    "."
    "."; */
    
    
    .compost{
        width: 100%;
        height: 60vh;
        float: left;
        clear: none;
        display: block;
        border: solid #81a8e3;
        border-width: 0 .5px;
        transition: all .4s;
        margin: 0;
        background:transparent;
        border-radius: 0em;
    }
    
    
    .compost .inner{
        width: 90%;
        height: 50%;
        margin: 60% 5% auto;
        display: block;
        position: relative;
    }
    
    
    .compost:hover{
          height: 70vh;
    }
    
    
    .compost h3{
        font-weight:200;
        font-size: 2.2em;
        margin-top: .1em;
        width: 70%;
    }
    
    
    .inner-para{
        position: relative;
        z-index: auto;
        display: block;
        float: left;
        clear: none;
        width: 100%;
        height: auto;
    }
    
    .inner-para p{
        font-weight:400;
        font-size: .9em;
        margin-top: .1em;
        line-height: 1.3em;
        opacity: 0;
        position: absolute;
        top: -1em;
        left: auto;
        transition: all .3s;
    }
    
    
    .compost:hover .inner-para p{
      position: absolute;
      top: 0em;
      left: auto;
      opacity: 1;
       
    }
    
    
    
    
    
    .comdown{
        position: relative;
        z-index: 100;
        display: block;
        float: left;
        clear: none;
        width:90%;
        height: 40vh;
        top: auto;
        bottom: auto;
        left: 5%;
        margin: 2em auto 0;
    }
    
    
    
    .comdown h1{
        font-family: "pf-regal-italic";
        font-size: 5em;
        color: #132977;
        width: 80%;
    }
    
    
    
    .comdown h1 span{
        font-family: "pf-regal-italic";
        color: #000000;
    }
    
    
    
    .comdown button{
        position: relative;
        float: right;
        clear: none;
        display: block;
        top: 0;
        right: 0;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .popup{
        display: none;
        float: left;
        clear: none;
        width: 25vw;
        height: 70vh;
        background-color: white;
        position: fixed;
        z-index: 10000;
         -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=0, Color=#C7DDFF)";/*IE 8*/
-moz-box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/*FF 3.5+*/
-webkit-box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=135, Color=#C7DDFF); /*IE 5.5-7*/
        border-radius: 0 0 1em 1em;
        right:5%;
        top: 15%;
        padding: 2em;
    }
    
    
    .popup h3{
        margin-top: 3vh;
        float: left;
        clear: none;
    }
    
    .popup h4{
        clear: both;
        display: block;
        float: left;
    }
    
    
    .popup button{
        float: right;
        clear: none;
        display: block;
        border-radius: 1.5em;
    }
    
    
    
    
    
    .popclose{
        color: black;
        padding: 1em 1.5em;
        background-color: #d6e3fc;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
    }
    
    
    
    
    .popup .inner{
        width: 100%;
        height: 70%;
        display: block;
        float: left;
        clear: none;
        background-color: #cce3ff;
        margin: 2em auto
    }
    
    
    
    
    
    
    
    
    
    
    
}
    /* Desktop Layout: 769px to a max of 1080px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1080px) {
	
    
    
    
    
    
    .gridContainer{
      
    }

  
    .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;
        
    }
    
    .compost-grid{
        width:90%;
        height: auto;
        display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 0em 0em; 
  grid-template-areas: 
    ". . . ."; 
        margin: auto 5%;
    }
    
    /*
     display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr 1fr; 
  gap: 0em 0em; 
  grid-template-areas: 
    ". ."
    ". ."; */
    
    /*
     display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr 1fr; 
  gap: 0em 0em; 
  grid-template-areas: 
    ". ."
    ". ."; */
    
    
    /*
      display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1fr 1fr 1fr 1fr; 
  gap: 0em 0em; 
  grid-template-areas: 
    "."
    "."
    "."
    "."; */
    
    
    .compost{
        width: 100%;
        height: 60vh;
        float: left;
        clear: none;
        display: block;
        border: solid #81a8e3;
        border-width: 0 .5px;
        transition: all .4s;
        margin: 0;
        background:transparent;
        border-radius: 0em;
    }
    
    
    .compost .inner{
        width: 90%;
        height: 50%;
        margin: 60% 5% auto;
        display: block;
        position: relative;
    }
    
    
    .compost:hover{
          height: 70vh;
    }
    
    
    .compost h3{
        font-weight:200;
        font-size: 2.2em;
        margin-top: .1em;
        width: 70%;
    }
    
    
    .inner-para{
        position: relative;
        z-index: auto;
        display: block;
        float: left;
        clear: none;
        width: 100%;
        height: auto;
    }
    
    .inner-para p{
        font-weight:400;
        font-size: .9em;
        margin-top: .1em;
        line-height: 1.3em;
        opacity: 0;
        position: absolute;
        top: -1em;
        left: auto;
        transition: all .3s;
    }
    
    
    .compost:hover .inner-para p{
      position: absolute;
      top: 0em;
      left: auto;
      opacity: 1;
       
    }
    
    
    
    
    
    .comdown{
        position: relative;
        z-index: 100;
        display: block;
        float: left;
        clear: none;
        width:90%;
        height: 40vh;
        top: auto;
        bottom: auto;
        left: 5%;
        margin: 2em auto 0;
    }
    
    
    
    .comdown h1{
        font-family: "pf-regal-italic";
        font-size: 5em;
        color: #132977;
        width: 80%;
    }
    
    
    
    .comdown h1 span{
        font-family: "pf-regal-italic";
        color: #000000;
    }
    
    
    
    .comdown button{
        position: relative;
        float: right;
        clear: none;
        display: block;
        top: 0;
        right: 0;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .popup{
        display: none;
        float: left;
        clear: none;
        width: 25vw;
        height: 70vh;
        background-color: white;
        position: fixed;
        z-index: 10000;
         -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=0, Color=#C7DDFF)";/*IE 8*/
-moz-box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/*FF 3.5+*/
-webkit-box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=135, Color=#C7DDFF); /*IE 5.5-7*/
        border-radius: 0 0 1em 1em;
        right:5%;
        top: 15%;
        padding: 2em;
    }
    
    
    .popup h3{
        margin-top: 3vh;
        float: left;
        clear: none;
    }
    
    .popup h4{
        clear: both;
        display: block;
        float: left;
    }
    
    
    .popup button{
        float: right;
        clear: none;
        display: block;
        border-radius: 1.5em;
    }
    
    
    
    
    
    .popclose{
        color: black;
        padding: 1em 1.5em;
        background-color: #d6e3fc;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
    }
    
    
    
    
    .popup .inner{
        width: 100%;
        height: 70%;
        display: block;
        float: left;
        clear: none;
        background-color: #cce3ff;
        margin: 2em auto
    }
    
    
    
    
    
    
    
    
    
   
}
    
    
    /* 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;
        
    }
    
    
    .compost-grid{
        width:90%;
        margin: 0 5%;
        height: auto;
        display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 0em 0em; 
  grid-template-areas: 
    ". . . ."; 
    }
    
    .compost{
        width: 100%;
        height: 60vh;
        float: left;
        clear: none;
        display: block;
        border: solid #81a8e3;
        border-width: 0 .5px;
        transition: all .4s;
        margin: 0;
        background:transparent;
        border-radius: 0em;
    }
    
    
    .compost .inner{
        width: 80%;
        height: 50%;
        margin: 45% 10%;
        display: block;
        position: relative;
    }
    
    
    .compost:hover{
          height: 70vh;
    }
    
    
    .compost h3{
        font-weight:200;
        font-size: 4em;
        margin-top: .1em;
        width: 70%;
    }
    
    
    .inner-para{
        position: relative;
        z-index: auto;
        display: block;
        float: left;
        clear: none;
        width: 100%;
        height: auto;
    }
    
    .inner-para p{
        font-weight:400;
        font-size: 1em;
        margin-top: .1em;
        line-height: 1.3em;
        opacity: 0;
        position: absolute;
        top: -1em;
        left: auto;
        transition: all .3s;
    }
    
    
    .compost:hover .inner-para p{
      position: absolute;
        top: 0em;
        left: auto;
        opacity: 1;
       
    }
    
    
    
    
    
    .comdown{
        position: relative;
        z-index: 100;
        display: block;
        float: left;
        clear: none;
        width:90%;
        height: 40vh;
        top: auto;
        bottom: auto;
        left: 5%;
        margin: 2em auto 0;
    }
    
    
    
    .comdown h1{
        font-family: "pf-regal-italic";
        font-size: 7em;
        color: #132977;
         width: 50%;
    }
    
    
    
    .comdown h1 span{
        font-family: "pf-regal-italic";
        color: #000000;
    }
    
    
    
    .comdown button{
        position: absolute;
        float: right;
        clear: none;
        display: block;
        top: 0;
        right: 0;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .popup{
        display: none;
        float: left;
        clear: none;
        width: 25vw;
        height: 70vh;
        background-color: white;
        position: fixed;
        z-index: 10000;
         -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=0, Color=#C7DDFF)";/*IE 8*/
-moz-box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/*FF 3.5+*/
-webkit-box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 10px 12px -1px rgba(199,221,255,0.7);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=135, Color=#C7DDFF); /*IE 5.5-7*/
        border-radius: 0 0 1em 1em;
        right:5%;
        top: 15%;
        padding: 2em;
    }
    
    
    .popup h3{
        margin-top: 3vh;
        float: left;
        clear: none;
    }
    
    .popup h4{
        clear: both;
        display: block;
        float: left;
    }
    
    
    .popup button{
        float: right;
        clear: none;
        display: block;
        border-radius: 1.5em;
    }
    
    
    
    
    
    .popclose{
        color: black;
        padding: 1em 1.5em;
        background-color: #d6e3fc;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
    }
    
    
    
    
    .popup .inner{
        width: 100%;
        height: 70%;
        display: block;
        float: left;
        clear: none;
        background-color: #cce3ff;
        margin: 2em auto
    }
    
    
    
    
    
    
 
    
}
    
        /* 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) {
	
   
    
    
		
}