@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. */









 .partners-list{
        margin: 3vh 0;
       width: 100%;
        height: auto;
          display: grid; 
  grid-auto-flow: row; 
   grid-template-columns: auto;
  grid-template-rows: auto; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". . . ."; 
        float: left;
        clear: none;
    }
    
    
    
    
    .pl-post{
         width: 45%;
        height:20vh;
        background-color: white;
        border-radius: 1em;
        cursor: pointer;
        background-size: auto 70%;
        transition: all .3s;
        background-position: center;
        background-repeat: no-repeat;
        float: left;
        clear: none;
        margin: .5em 2.5%;
    }
    
    
    
    .pl-post:hover{
         background-size: auto 75%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=0, Color=#000000)";/*IE 8*/
-moz-box-shadow: 0 10px 15px -1px rgba(0,0,0,0.1);/*FF 3.5+*/
-webkit-box-shadow: 0 10px 15px -1px rgba(0,0,0,0.1);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 10px 15px -1px rgba(0,0,0,0.1);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color=#000000); /*IE 5.5-7*/
    }
    
    
    
    
    



 
      
    
    .partner-details{
        width: 100%;
        height: auto;
    }
    
    
    
    .partner-logo{
          width: 50%;
        height:20vh;
        background-color: white;
        border-radius: 1em;
        cursor: pointer;
        background-size: 70% auto;
        transition: all .3s;
        background-position: center left;
        background-repeat: no-repeat;
        display: block;
        float:left;
        clear: both;
    }
    


    
    
    
    .partner-details p{
        clear: both;
    }
    
    
    
    .office-space{
        height: 50vh;
        width: 100%;
        display: block;
        float: left;
        clear: both;
        margin: 5vh 0;
        background-color: #efefef;
        padding: 2em;
    }
    
    
    
    
    
    .pd-link{
          width: auto;
            height: 4em;
            padding: 1em 1.5em 1em 1em;
            transition: all .4s;
            font-family: 'Montserrat', sans-serif;
            margin: .5em 0;
            background-color: transparent;
            color:  #2d2d2d;
             font-size: 1em;
           cursor: pointer;
            float: left;
            clear: none;
            border-radius: 2em;
            text-transform: uppercase;
            font-weight: 700;
        margin-right: 2em;
    }
    
    
    
    .pd-link i{
        font-size: 3em;
        background: #CD9670;
background: -webkit-linear-gradient(to bottom right, #CD9670 0%, #7A3A1E 100%);
background: -moz-linear-gradient(to bottom right, #CD9670 0%, #7A3A1E 100%);
background: linear-gradient(to bottom right, #CD9670 0%, #7A3A1E 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .pd-link span b{
        color: #777777;
        font-size: .8em;
        letter-spacing: 1px;
    }
    
    .pd-link span{
        position: relative;
        top:0em;
        left: 1em;
        display: block;
        float: left;
        clear: none;
       font-size: 1.1em;
    }
    
    
    
    
    













}




/* 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) {

    
    
    
    
    
    
    .partners-list{
        margin: 3vh 0;
       width: 100%;
        height: auto;
          display: grid; 
  grid-auto-flow: row; 
   grid-template-columns: auto;
  grid-template-rows: auto; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". . . ."; 
        float: left;
        clear: none;
    }
    
    
    
    
    .pl-post{
         width: 100%;
        height:20vh;
        background-color: white;
        border-radius: 1em;
        cursor: pointer;
        background-size: auto 70%;
        transition: all .3s;
        background-position: center;
        background-repeat: no-repeat;
        margin: auto;
    }
    
    
    
    .pl-post:hover{
         background-size: auto 75%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=0, Color=#000000)";/*IE 8*/
-moz-box-shadow: 0 10px 15px -1px rgba(0,0,0,0.1);/*FF 3.5+*/
-webkit-box-shadow: 0 10px 15px -1px rgba(0,0,0,0.1);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 10px 15px -1px rgba(0,0,0,0.1);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color=#000000); /*IE 5.5-7*/
    }
    
    
    
    
    
    
    
    
    .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;
    }
    
    
      
    
    .partner-details{
        width: 100%;
        height: auto;
         overflow-x: hidden;
        overflow-y: scroll;
    }
    
    
    
    .partner-logo{
          width: 20%;
        height:20vh;
        background-color: white;
        border-radius: 1em;
        cursor: pointer;
        background-size: 70% auto;
        transition: all .3s;
        background-position: center left;
        background-repeat: no-repeat;
        display: block;
        float:left;
        clear: both;
    }
    
    
    
    
    .partner-details p{
        clear: both;
    }
    
    
    
    .office-space{
        height: 50vh;
        width: 100%;
        display: block;
        float: left;
        clear: both;
        margin: 1em 0;
        background-color: #efefef;
        padding: 2em;
    }
    
    
    
    
    
    .pd-link{
          width: auto;
            height: 4em;
            padding: 1em 1.5em 1em 1em;
            transition: all .4s;
            font-family: 'Montserrat', sans-serif;
            margin: .5em 0;
            background-color: transparent;
            color:  #2d2d2d;
             font-size: 1em;
           cursor: pointer;
            float: left;
            clear: none;
            border-radius: 2em;
            text-transform: uppercase;
            font-weight: 700;
        margin-right: 2em;
    }
    
    
    
    .pd-link i{
        font-size: 3em;
        background: #CD9670;
background: -webkit-linear-gradient(to bottom right, #CD9670 0%, #7A3A1E 100%);
background: -moz-linear-gradient(to bottom right, #CD9670 0%, #7A3A1E 100%);
background: linear-gradient(to bottom right, #CD9670 0%, #7A3A1E 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .pd-link span b{
        color: #777777;
        font-size: .8em;
        letter-spacing: 1px;
    }
    
    .pd-link span{
        position: relative;
        top:0em;
        left: 1em;
        display: block;
        float: left;
        clear: none;
       font-size: 1.1em;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
	
	
}
	
	