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




    
    
    .e-slider{
        height: 70vh;
        width: 100%;
        float: left;
        clear: none;
        display: block;
        position:relative;
        background-color: transparent;
        top: 15vh;
        left: 0;
    }
    
    
    .mci-pane{
        width: 100%;
        height: auto;
        clear: both;
        display: block;
        position: relative;
    }
    
    
    .event-list{
        margin: 10vh 0;
       width: 100%;
        height: auto;
           float: left;
        clear: both;
        display: grid; 
  grid-template-columns: 1fr; 
  grid-template-rows:auto; 
  gap: 1em 1em; 
  grid-template-areas: 
    "."; 
     
    }
    
    
    
   
      .eventpost{
        float: left;
        clear: none;
        width: 100%;
        height: 100%;
        position:relative;
        top: 0;
        left: 0;
        z-index: 0;
     
         
    }
    
    
    
     
    .event-list .eventpost{
        float: left;
        clear: none;
        width: 100%;
        height: 40vh;
        position: relative;
        top: 0;
        left: 0;
        z-index: 0;
        display: block;
        
     
         
    }
    
    
    
        .ep-left{
        position:relative;
        display: block;
        float: left;
        clear: none;
        width: 50%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
            z-index: 0;
            
    }
    
    
    
    
    
    
    .ep-right{
       position:absolute;
        display: block;
        float: right;
        right: 0;
        clear: none;
        width: 55%;
        height: 100%;
        line-height: 1.5em;
        z-index: 50;
             border-radius: 1em;
        -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.5);/*FF 3.5+*/
-webkit-box-shadow: 0 18px 18px -20px rgba(0,0,0,0.5);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 18px 18px -20px rgba(0,0,0,0.5);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=135, Color=#000000); /*IE 5.5-7*/
        cursor: pointer;
         background-color: white;
    }
    
    
    .epr-inner{
        width: 80%;
        height: 80%;
        display: block;
        float: left;
        clear: none;
        margin: 10%;
        position: relative;
    }
    
    .ep-right h3{
        color: #2d2d2d;
        font-family: 'Montserrat', sans-serif;
        font-size: 2em;
        font-weight: 700;
        margin-bottom: .4em;
    }
    
    .ep-right h4{
        color: #cd9670;
        font-size: 1em;
         font-weight: 400;
    }
    
    .ep-right p{
        color:black;
    }

    
    
    
    
    
    
    
    
    .showevent{
           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*/
    }
    
    
    .showevent iframe{
        height: 85%;
        width: 100%;
        position: absolute;
        bottom: 5%;
        left: 0%;
       background-color: white;
        overflow-x: hidden;
        overflow-y: scroll;
    }


    .event-details{
        width: 100%;
        height: auto;
    }
    
    
    
    
    
    
    
    .partner-details p{
        clear: both;
    }
    
    
    
    .eventspeakers{
        height: 50vh;
        width: 100%;
        display: block;
        float: left;
        clear: both;
        margin: 5vh 0;
        background-color: #efefef;
        padding: 2em;
    }
    
    
    

    .ed-top{
        width: 80%;
        height: auto;
        margin: 2em 5% 1em;
    }
    

    .ed-top h4{
        font-size: 2em;
    }
    
    .ed-top h5{
        color: #cd9670
    }






    .eventspeakers h5{
        color: #606060;
        margin: -.5em 5% 1em 4%;
        opacity: .8;
    }


    
    
    .pd-link{
          width: 100%;
            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: .8em;
           cursor: pointer;
            float: left;
            clear: both;
            border-radius: 2em;
            text-transform: uppercase;
            font-weight: 700;
        margin-right: 2em;
    }
    
    
    
    .pd-link i{
        font-size: 2em;
        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;
    }
    
    
    
    
    
.office-text{
    
    display:block;
    float: left;
    clear: none;
    background-color: white;
    padding: 1em;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 50;
    font-weight: 700;
}


.office-text span{
    color:#cd9670;
}




















}




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

    
    
    .e-slider{
        height: 70vh;
        width: 35%;
        float: left;
        clear: none;
        display: block;
        position: -webkit-sticky;
  position: sticky;
        background-color: transparent;
        top: 15vh;
        left: 0;
    }
    
    
    .mci-pane{
        width: 100%;
        height: auto;
        clear: both;
        display: block;
        position: relative;
    }
    
    
    
    .event-list{
        margin: 3vh 0;
       width: 100%;
        height: auto;
           float: right;
        clear: none;
        display: grid; 
      grid-template-columns: 1fr 1fr 1fr 1fr; 
      grid-template-rows: 1fr; 
      gap: 1em 1em; 
      grid-template-areas: 
        ". . . ."; 
        position: relative;
     
    }
    
    
    
   
      .eventpost{
        float: left;
        clear: none;
        width: 100%;
        height: 100%;
        positionre;
        top: 0;
        left: 0;
        z-index: 0;
     
         
    }
    
    
    
     
    .event-list .eventpost{
        float: left;
        clear: none;
        width: 100%;
        height: 35vh;
        position: relative;
        top: 0;
        left: 0;
        z-index: 0;
        display: block;
        
     
         
    }
    
    
    
        .ep-left{
        position:relative;
        display: block;
        float: left;
        clear: none;
        width: 50%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
            z-index: 0;
            
    }
    
    
    
    
    
    
    .ep-right{
       position:absolute;
        display: block;
        float: right;
        right: 0;
        clear: none;
        width: 55%;
        height: 100%;
        line-height: 1.5em;
        z-index: 50;
             border-radius: 1em;
        -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.5);/*FF 3.5+*/
-webkit-box-shadow: 0 18px 18px -20px rgba(0,0,0,0.5);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 18px 18px -20px rgba(0,0,0,0.5);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=135, Color=#000000); /*IE 5.5-7*/
        cursor: pointer;
         background-color: white;
    }
    
    
    .epr-inner{
        width: 80%;
        height: 80%;
        display: block;
        float: left;
        clear: none;
        margin: 10%;
        position: relative;
    }
    
    .ep-right h3{
        color: #2d2d2d;
        font-family: 'Montserrat', sans-serif;
        font-size: 2em;
        font-weight: 700;
        margin-bottom: .4em;
    }
    
    .ep-right h4{
        color: #cd9670;
        font-size: 1em;
         font-weight: 400;
    }
    
    .ep-right p{
        color:black;
    }

    
    
    
    
    
    
    
    
    .showevent{
        position: fixed;
        z-index: 5001;
        border-radius: 1em;
        width: 40%;
        height: 80vh;
        top: 15vh;
        left: 30%;
        background-color: white;
        padding: 1em;
        display: none;
    }
    
    
    .showevent iframe{
        height: 85%;
        width: 90%;
        position: absolute;
        bottom: 5%;
        left: 5%;
       background-color: white;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
	
	
}
	
	