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

    

    
    .ov-post{
        float: left;
        clear: none;
        width: 100%;
        height: auto;
        display: block;
        margin: 2em 1.5%;
        padding: 2em;
        font-size: 1em;
    }
    
        
    .ob-post{
         width: 100%;
        display: block;
        clear: both;
        float: left;
        height: auto;
        padding: 2em;
    }


    .keyvalues{
        background-color: #332c29;
        color: #fff;
    }
    
    .mv{
        background-color: #fff;
        color: #332c29;
    }
    
    .ov-post p{
        line-height: 
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .pic-pane{
        width: 100%;
        margin:2em 0;
        height: auto;
        padding: 3em;
        display: block;
        float: left;
        clear: both;
        float: right;
        background-color: white;
    }
    
    
    
    
    .pp-inner{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin-top: 2em;
    }
    
    
    
    .ppi-image{
        height: 30vh;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        cursor: pointer;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transition: all .2s;
        overflow: hidden;
        position: relative;
    }
    
    .ppi-image:hover{
          -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=0, Color=#000000)";/*IE 8*/
-moz-box-shadow: 0 18px 18px -20px rgba(0,0,0,0.3);/*FF 3.5+*/
-webkit-box-shadow: 0 18px 18px -20px rgba(0,0,0,0.3);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 18px 18px -20px rgba(0,0,0,0.3);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=135, Color=#000000); /*IE 5.5-7*/
    }
    
    
    
    .ppi-text{
        height: auto;
        width: 100%;
        padding: 1em 5%;
        display: block;
        float: left;
        clear: none;
        background-color:white;
        line-height: .8em;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all .2s;
        padding-bottom: 1em;
    }
    
    .ppi-text p{
        margin: 0;
        line-height: 1.2em;
    }
    
    .ppi-text h5{
        font-size: 0;
        transition: all .2s;
        margin: 0;
    }
    
    
    .ppi-image:hover .ppi-text h5{
        font-size: 1.1em;
    }
    
    
    
    
    
    
    
    
    
    .showperson{
       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*/
    }
    
    
    .showperson iframe{
        height: 85%;
        width: 98%;
        position: absolute;
        bottom: 5%;
        background-color: rgba(237,237,237,1.00);
    }
    
    
  
    .show-left{
        position: relative;
        width: 100%;
        top: 0%;
        left: 0;
        height: 55vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    
    
      .show-right{
        position:relative;
        width: 90%;
        top: 10%;
        right: 0%;
        height: auto;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    
    
    
    
    
    
    
    
    
    
  
    
    
    
    







}




/* 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) {

    
    
    
    
    .ov-post{
        float: left;
        clear: none;
        width: 30%;
        height: auto;
        display: block;
        margin: 2em 1.5%;
        padding: 2em;
        font-size: 1em;
    }
    
    
    .ob-post{
         width: 100%;
        display: block;
        clear: both;
        float: left;
        height: auto;
        padding: 2em;
    }
    
    
    .keyvalues{
        background-color: #332c29;
        color: #fff;
    }
    
    .mv{
        background-color: #fff;
        color: #332c29;
    }
    
    .ov-post p{
        line-height: 
    }
    
    
    .mv ol, .mv ul{
        font-family: 'Montserrat', sans-serif;
        line-height: 1.7em;
        margin-left: 0;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    .pic-pane{
        width: 100%;
        margin:2em 0;
        height: auto;
        padding: 3em;
        display: block;
        float: left;
        clear: both;
        float: right;
        background-color: white;
    }
    
    
    
    
    .pp-inner{
        width: 100%;
        height: auto;
      display: grid;  
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr; 
      grid-template-rows: 1fr; 
      grid-gap: 2em 2em; 
      grid-template-areas: 
        ". . . . ."; 
        margin-top: 2em;
    }
    
    
    
    .ppi-image{
        height: 50vh;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        cursor: pointer;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transition: all .2s;
        overflow: hidden;
        position: relative;
    }
    
    .ppi-image:hover{
          -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=0, Color=#000000)";/*IE 8*/
-moz-box-shadow: 0 18px 18px -20px rgba(0,0,0,0.3);/*FF 3.5+*/
-webkit-box-shadow: 0 18px 18px -20px rgba(0,0,0,0.3);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 18px 18px -20px rgba(0,0,0,0.3);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=135, Color=#000000); /*IE 5.5-7*/
    }
    
    
    
    .ppi-text{
        height: auto;
        width: 100%;
        padding: 1em 5%;
        display: block;
        float: left;
        clear: none;
        background-color:white;
        line-height: .8em;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all .2s;
        padding-bottom: 1em;
    }
    
    .ppi-text p{
        margin: 0;
        line-height: 1.2em;
    }
    
    .ppi-text h5{
        font-size: 0;
        transition: all .2s;
        margin: 0;
    }
    
    
    .ppi-image:hover .ppi-text h5{
        font-size: 1.6em;
    }
    
    
    
    
    
    
    
    
    
    .showperson{
        position: fixed;
        z-index: 5001;
        border-radius: 1em;
        width: 80%;
        height: 80vh;
        top: 15vh;
        left: 10%;
        background-color: white;
        padding: 1em;
        display: none;
    }
    
    
    .showperson iframe{
        height: 85%;
        width: 98%;
        position: absolute;
        bottom: 5%;
        background-color: rgba(237,237,237,1.00);
    }
    
    
  
    .show-left{
        position: fixed;
        width: 35%;
        top: 0%;
        left: 0;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    
    
      .show-right{
        position: absolute;
        width: 55%;
        top: 10%;
        right: 5%;
        height: auto;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    
    
    
    
    
    
    
    
    
    
  
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
	
	
}
	
	