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

	

    .popups{
        position: fixed;
        z-index: 1010;
        width: 100vw;
        height: 100vh;
        float: left;
        clear: none;
        background-color:rgba(62,67,71,.7);
        backdrop-filter: blur(12px);
        display: none;
    }
    
    
    
    
    .popup-container{
        height: 90vh;
        width: 90vw;
        margin: 5vh 5vw;
        background-color: white;
        border-radius: 1em;
        float: left;
        clear: none;
        position: relative;
    }
    
    
    
    .popup-container .btn-onwhite{
        font-size: .8em;
        float: right;
        margin: 1em;
        position: relative;
        z-index: 10;
    }
    
    
    
    
    
    
    /*Speakers*/
    
    
    .speaker-popup{
        display: none;
        bottom: auto;
        position: relative;
    }
    
    
    .sp-container{
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        z-index: 0;
         display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: auto auto; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."; 
        overflow-y:scroll;
    }
    
    
    
     /*Speakers*/
    
    
    
    
    
    
    
    
    
    
    /*Partners*/
    
    
     .partner-popup{
        display: none;
        bottom: auto;
        position: relative;
    }
    
    
    
    .partner-container{
        position: absolute;
        width: 90%;
        height: 80%;
        margin:  20% 5% auto;
        display: block;
        float: left;
        clear: none;
        z-index: 0;
         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; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."
    "."; 
        overflow-y: scroll;
    }
    
    
    
    
    .pc-top{
        width: 100%;
        height: 100%;
        float: left;
        clear: none;
        display: grid; 
      grid-auto-flow: row dense; 
      grid-auto-columns: 1fr; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 1fr 2.5fr; 
      grid-template-rows: 1fr; 
      gap: 2em 2em; 
      grid-template-areas: 
        ". ."; 
    }
    
    
    .pct-logo{
        border-radius: 1em;
        height: 15vh;
        display: block;
        float: left;
        clear: none;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        background-color: white;
        box-shadow: 1px 8px 19px -1px rgba(0,0,0,0.05);
        -webkit-box-shadow: 1px 8px 19px -1px rgba(0,0,0,0.05);
        -moz-box-shadow: 1px 8px 19px -1px rgba(0,0,0,0.05);
    }
    
    
    .pc-top h4{
        font-weight: bold;
        letter-spacing: -1px;
    }
    
    
    .pc-img{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        background-size: cover;
        background-position: center;
        cursor: pointer;
        background-color: #F6F6F6;
        border-radius: 1em;
    }
    
    
    .pc-contact{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
    }
    

    
     /*Partners*/
    
    
    
    
    
    
    
    
    
    
   /*Schedule*/   
    
    .schedule-popup{
        display: none;
        bottom: auto;
        position: relative;
    }
    
    
    .triggerpopup:hover{
        cursor: pointer;
    }
    
    
    
    .schedule-container{
        width: 90%;
        height: calc(100% - 10%);
        display: block;
        clear: both;
        float: left;
        margin: 8% 5% auto;
        position: absolute;
        z-index: 0;
        top: 0em;
        overflow-y: scroll;
    }
    
    
    .schedule-container h4{
        font-weight:600; 
    }
    
    
    .sc-speakers{
        display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: auto auto; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."; 
        width: 100%;
        height: 40vh;
        
    }
    
    
    
    .scs-title{
        background-color: #F69038;
        position: relative;
        width: 100%;
        height: 6vh;
        display: block;
        float: left;
        clear: none;
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .scs-title h3{;
        rotate: 0deg;
        margin: 0;
        padding: 0;
        width: auto;
        position: absolute;
        float: none;
        color: #fff;
    }
    
    
    
    .scs-speakers{
        height: 50vh;
        width: 100%;
        float: left;
        clear: none;
          display: grid; 
      grid-auto-flow: row dense; 
      grid-auto-columns: 1fr; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 1fr 1fr; 
      grid-template-rows: 1fr; 
      gap: 2em 2em; 
      grid-template-areas:". ."; 
        overflow-y: scroll;
    }
    
    
    .scs-speakers .speaker{
        height: 40vh;
        overflow: hidden;
    }
    
    .scs-speakers .speaker .speaker-left{
        background-position: bottom left;
        height: 55%;
        background-size: contain;
 
    }
    
    
    .scs-speakers .speaker:hover .speaker-left{
        background-position: bottom left;
        height: 55%;
        background-size: contain;
 
    }
    
    
    .scs-speakers .speaker .speaker-right{
        font-size: 1em;
    }
    
    
    
    
    /*Schedule*/  
    
    
    
    
    
    /*Award*/  
    .award-popup{
         display: none;
        bottom: auto;
        position: relative;
        width: calc(25vw - 4em);
        height: auto;
        margin: 30vh 37.5%;
        padding: 2em;
        line-height: 1.2em;
        
    }
    
    
    .award-popup.acc-award-pop{
        margin: 15vh 32.5%;
        width: calc(30vw - 4em);
    }
    
    
    
    
    

    















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

    
    
    
    .popups{
        position: fixed;
        z-index: 1010;
        width: 100vw;
        height: 100vh;
        float: left;
        clear: none;
        background-color:rgba(62,67,71,.7);
        backdrop-filter: blur(12px);
        display: none;
    }
    
    
    
    
    .popup-container{
        height: 80vh;
        width: 50vw;
        margin: 10vh 25vw;
        background-color: white;
        border-radius: 1em;
        float: left;
        clear: none;
        position: relative;
    }
    
    
    
    .popup-container .btn-onwhite{
        font-size: .8em;
        float: right;
        margin: 1em;
        position: relative;
        z-index: 10;
    }
    
    
    
    
    
    
    /*Speakers*/
    
    
    .speaker-popup{
        display: none;
        bottom: auto;
        position: relative;
    }
    
    
    .sp-container{
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        z-index: 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; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". ."; 
        
    }
    
    
    
     /*Speakers*/
    
    
    
    
    
    
    
    
    
    
    /*Partners*/
    
    
     .partner-popup{
        display: none;
        bottom: auto;
        position: relative;
    }
    
    
    
    .partner-container{
        position: absolute;
        width: 90%;
        height: 85%;
        margin:  10% 5% auto;
        display: block;
        float: left;
        clear: none;
        z-index: 0;
         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; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."
    "."; 
        overflow-y: scroll;
    }
    
    
    
    
    .pc-top{
        width: 100%;
        height: 100%;
        float: left;
        clear: none;
        display: grid; 
      grid-auto-flow: row dense; 
      grid-auto-columns: 1fr; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 1fr 2.5fr; 
      grid-template-rows: 1fr; 
      gap: 2em 2em; 
      grid-template-areas: 
        ". ."; 
    }
    
    
    .pct-logo{
        border-radius: 1em;
        height: 15vh;
        display: block;
        float: left;
        clear: none;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        background-color: white;
        box-shadow: 1px 8px 19px -1px rgba(0,0,0,0.05);
        -webkit-box-shadow: 1px 8px 19px -1px rgba(0,0,0,0.05);
        -moz-box-shadow: 1px 8px 19px -1px rgba(0,0,0,0.05);
    }
    
    
    .pc-top h4{
        font-weight: bold;
        letter-spacing: -1px;
    }
    
    
    .pc-img{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        background-size: cover;
        background-position: center;
        cursor: pointer;
        background-color: #F6F6F6;
        border-radius: 1em;
    }
    
    
    .pc-contact{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
    }
    

    
     /*Partners*/
    
    
    
    
    
    
    
    
    
    
   /*Schedule*/   
    
    .schedule-popup{
        display: none;
        bottom: auto;
        position: relative;
    }
    
    
    .triggerpopup:hover{
        cursor: pointer;
    }
    
    
    
    .schedule-container{
        width: 90%;
        height: calc(90% - 2em);
        display: grid; 
      grid-auto-flow: row dense; 
      grid-auto-columns: 1fr; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 1fr; 
      grid-template-rows: .8fr 1.5fr; 
      gap: 1em 1em; 
      grid-template-areas: 
        "."
        "."; 
        clear: both;
        float: left;
        margin: 5%;
        position: absolute;
        z-index: 0;
        top: 0em;
        overflow-y: scroll;
    }
    
    
    .schedule-container h4{
        font-weight:600; 
    }
    
    
    .sc-speakers{
        display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 4fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". ."; 
        width: 100%;
        height: 40vh;
        
    }
    
    
    
    .scs-title{
        background-color: #F69038;
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .scs-title h3{;
        rotate: -90deg;
        margin: 0;
        padding: 0;
        width: auto;
        position: absolute;
        float: none;
        color: #fff;
    }
    
    
    
    .scs-speakers{
        height: 40vh;
        width: 100%;
        float: left;
        clear: none;
          display: grid; 
      grid-auto-flow: row dense; 
      grid-auto-columns: 1fr; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 1fr 1fr; 
      grid-template-rows: 1fr; 
      gap: 2em 2em; 
      grid-template-areas:". ."; 
        overflow-y: scroll;
    }
    
    
    .scs-speakers .speaker{
        height: 40vh;
        overflow: hidden;
    }
    
    .scs-speakers .speaker .speaker-left{
        background-position: bottom left;;
        height: 55%;
        background-size: contain;
 
    }
    
    
    .scs-speakers .speaker:hover .speaker-left{
        background-position: bottom left;;
        height: 55%;
        background-size: contain;
 
    }
    
    
    .scs-speakers .speaker .speaker-right{
        font-size: 1em;
    }
    
    
    
    
    /*Schedule*/  
    
    
    
    
    
    /*Award*/  
    .award-popup{
         display: none;
        bottom: auto;
        position: relative;
        width: calc(25vw - 4em);
        height: auto;
        margin: 30vh 37.5%;
        padding: 2em;
        line-height: 1.2em;
        
    }
    
    
    .award-popup.acc-award-pop{
        margin: 15vh 32.5%;
        width: calc(30vw - 4em);
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  
    
    
}
    /* Desktop Layout: 769px to a max of 1080px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1080px) {
	
    
    
    .popups{
        position: fixed;
        z-index: 1010;
        width: 100vw;
        height: 100vh;
        float: left;
        clear: none;
        background-color:rgba(62,67,71,.7);
        backdrop-filter: blur(12px);
        display: none;
    }
    
    
    
    
    .popup-container{
        height: 80vh;
        width: 50vw;
        margin: 10vh 25vw;
        background-color: white;
        border-radius: 1em;
        float: left;
        clear: none;
        position: relative;
    }
    
    
    
    .popup-container .btn-onwhite{
        font-size: .8em;
        float: right;
        margin: 1em;
        position: relative;
        z-index: 10;
    }
    
    
    
    
    
    
    /*Speakers*/
    
    
    .speaker-popup{
        display: none;
        bottom: auto;
        position: relative;
    }
    
    
    .sp-container{
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        z-index: 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; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". ."; 
    }
    
    
    
     /*Speakers*/
    
    
    
    
    
    
    
    
    
    
    /*Partners*/
    
    
     .partner-popup{
        display: none;
        bottom: auto;
        position: relative;
    }
    
    
    
    .partner-container{
        position: absolute;
        width: 90%;
        height: 85%;
        margin:  10% 5% auto;
        display: block;
        float: left;
        clear: none;
        z-index: 0;
         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; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."
    "."; 
        overflow-y: scroll;
    }
    
    
    
    
    .pc-top{
        width: 100%;
        height: 100%;
        float: left;
        clear: none;
        display: grid; 
      grid-auto-flow: row dense; 
      grid-auto-columns: 1fr; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 1fr 2.5fr; 
      grid-template-rows: 1fr; 
      gap: 2em 2em; 
      grid-template-areas: 
        ". ."; 
    }
    
    
    .pct-logo{
        border-radius: 1em;
        height: 15vh;
        display: block;
        float: left;
        clear: none;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        background-color: white;
        box-shadow: 1px 8px 19px -1px rgba(0,0,0,0.05);
        -webkit-box-shadow: 1px 8px 19px -1px rgba(0,0,0,0.05);
        -moz-box-shadow: 1px 8px 19px -1px rgba(0,0,0,0.05);
    }
    
    
    .pc-top h4{
        font-weight: bold;
        letter-spacing: -1px;
    }
    
    
    .pc-img{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        background-size: cover;
        background-position: center;
        cursor: pointer;
        background-color: #F6F6F6;
        border-radius: 1em;
    }
    
    
    .pc-contact{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
    }
    

    
     /*Partners*/
    
    
    
    
    
    
    
    
    
    
   /*Schedule*/   
    
    .schedule-popup{
        display: none;
        bottom: auto;
        position: relative;
    }
    
    
    .triggerpopup:hover{
        cursor: pointer;
    }
    
    
    
    .schedule-container{
        width: 90%;
        height: calc(90% - 2em);
        display: grid; 
      grid-auto-flow: row dense; 
      grid-auto-columns: 1fr; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 1fr; 
      grid-template-rows: .8fr 1.5fr; 
      gap: 1em 1em; 
      grid-template-areas: 
        "."
        "."; 
        clear: both;
        float: left;
        margin: 5%;
        position: absolute;
        z-index: 0;
        top: 0em;
        overflow-y: scroll;
    }
    
    
    .schedule-container h4{
        font-weight:600; 
    }
    
    
    .sc-speakers{
        display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 4fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". ."; 
        width: 100%;
        height: 40vh;
        
    }
    
    
    
    .scs-title{
        background-color: #F69038;
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .scs-title h3{;
        rotate: -90deg;
        margin: 0;
        padding: 0;
        width: auto;
        position: absolute;
        float: none;
        color: #fff;
    }
    
    
    
    .scs-speakers{
        height: 40vh;
        width: 100%;
        float: left;
        clear: none;
          display: grid; 
      grid-auto-flow: row dense; 
      grid-auto-columns: 1fr; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 1fr 1fr; 
      grid-template-rows: 1fr; 
      gap: 2em 2em; 
      grid-template-areas:". ."; 
        overflow-y: scroll;
    }
    
    
    .scs-speakers .speaker{
        height: 40vh;
        overflow: hidden;
    }
    
    .scs-speakers .speaker .speaker-left{
        background-position: bottom left;;
        height: 55%;
        background-size: contain;
 
    }
    
    
    .scs-speakers .speaker:hover .speaker-left{
        background-position: bottom left;;
        height: 55%;
        background-size: contain;
 
    }
    
    
    .scs-speakers .speaker .speaker-right{
        font-size: 1em;
    }
    
    
    
    
    /*Schedule*/  
    
    
    
    
    
    /*Award*/  
    .award-popup{
         display: none;
        bottom: auto;
        position: relative;
        width: calc(25vw - 4em);
        height: auto;
        margin: 30vh 37.5%;
        padding: 2em;
        line-height: 1.2em;
        
    }
    
    
    .award-popup.acc-award-pop{
        margin: 15vh 32.5%;
        width: calc(30vw - 4em);
    }
    
    
    
    
    
    
    
    
    
    
    
    
}
    
    
    /* Desktop Layout:1080px to a max of 1440px.  Inherits styles from: Mobile Layout and Tablet Layout. */

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

    
    
    .popups{
        position: fixed;
        z-index: 1010;
        width: 100vw;
        height: 100vh;
        float: left;
        clear: none;
        background-color:rgba(62,67,71,.7);
        backdrop-filter: blur(12px);
        display: none;
    }
    
    
    
    
    .popup-container{
        height: 80vh;
        width: 40vw;
        margin: 10vh 30vw;
        background-color: white;
        border-radius: 1em;
        float: left;
        clear: none;
        position: relative;
    }
    
    
    
    .popup-container .btn-onwhite{
        font-size: .8em;
        float: right;
        margin: 1em;
        position: relative;
        z-index: 10;
    }
    
    
    
    
    
    
    /*Speakers*/
    
    
    .speaker-popup{
        display: none;
        bottom: auto;
        position: relative;
    }
    
    
    .sp-container{
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        z-index: 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; 
  gap: 2em 2em; 
  grid-template-areas: 
    ". ."; 
    }
    
    
    
     /*Speakers*/
    
    
    
    
    
    
    
    
    
    
    /*Partners*/
    
    
     .partner-popup{
        display: none;
        bottom: auto;
        position: relative;
    }
    
    
    
    .partner-container{
        position: absolute;
        width: 90%;
        height: 85%;
        margin:  10% 5% auto;
        display: block;
        float: left;
        clear: none;
        z-index: 0;
         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; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."
    "."; 
        overflow-y: scroll;
    }
    
    
    
    
    .pc-top{
        width: 100%;
        height: 100%;
        float: left;
        clear: none;
        display: grid; 
      grid-auto-flow: row dense; 
      grid-auto-columns: 1fr; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 1fr 2.5fr; 
      grid-template-rows: 1fr; 
      gap: 2em 2em; 
      grid-template-areas: 
        ". ."; 
    }
    
    
    .pct-logo{
        border-radius: 1em;
        height: 15vh;
        display: block;
        float: left;
        clear: none;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        background-color: white;
        box-shadow: 1px 8px 19px -1px rgba(0,0,0,0.05);
        -webkit-box-shadow: 1px 8px 19px -1px rgba(0,0,0,0.05);
        -moz-box-shadow: 1px 8px 19px -1px rgba(0,0,0,0.05);
    }
    
    
    .pc-top h4{
        font-weight: bold;
        letter-spacing: -1px;
    }
    
    
    .pc-img{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        background-size: cover;
        background-position: center;
        cursor: pointer;
        background-color: #F6F6F6;
        border-radius: 1em;
    }
    
    
    .pc-contact{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
    }
    

    
     /*Partners*/
    
    
    
    
    
    
    
    
    
    
   /*Schedule*/   
    
    .schedule-popup{
        display: none;
        bottom: auto;
        position: relative;
    }
    
    
    .triggerpopup:hover{
        cursor: pointer;
    }
    
    
    
    .schedule-container{
        width: 90%;
        height: calc(90% - 2em);
        display: grid; 
      grid-auto-flow: row dense; 
      grid-auto-columns: 1fr; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 1fr; 
      grid-template-rows: .8fr 1.5fr; 
      gap: 1em 1em; 
      grid-template-areas: 
        "."
        "."; 
        clear: both;
        float: left;
        margin: 5%;
        position: absolute;
        z-index: 0;
        top: 0em;
        overflow-y: scroll;
    }
    
    
    .schedule-container h4{
        font-weight:600; 
    }
    
    
    .sc-speakers{
        display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 4fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". ."; 
        width: 100%;
        height: 45vh;
        
    }
    
    
    
    .scs-title{
        background-color: #F69038;
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .scs-title h3{;
        rotate: -90deg;
        margin: 0;
        padding: 0;
        width: auto;
        position: absolute;
        float: none;
        color: #fff;
    }
    
    
    
    .scs-speakers{
        height: 45vh;
        width: 100%;
        float: left;
        clear: none;
          display: grid; 
      grid-auto-flow: row dense; 
      grid-auto-columns: 1fr; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 1fr 1fr; 
      grid-template-rows: 1fr; 
      gap: 2em 2em; 
      grid-template-areas:". ."; 
        overflow-y: scroll;
    }
    
    
    .scs-speakers .speaker{
        height: 40vh;
        overflow: hidden;
    }
    
    .scs-speakers .speaker .speaker-left{
        background-position: bottom left;;
        height: 55%;
        background-size: contain;
 
    }
    
    
    .scs-speakers .speaker:hover .speaker-left{
        background-position: bottom left;;
        height: 55%;
        background-size: contain;
 
    }
    
    
    .scs-speakers .speaker .speaker-right{
        font-size: 1em;
    }
    
    
    
    
    /*Schedule*/  
    
    
    
    
    
    /*Award*/  
    .award-popup{
         display: none;
        bottom: auto;
        position: relative;
        width: calc(25vw - 4em);
        height: auto;
        margin: 30vh 37.5%;
        padding: 2em;
        line-height: 1.2em;
        
    }
    
    
    .award-popup.acc-award-pop{
        margin: 15vh 32.5%;
        width: calc(30vw - 4em);
    }
    
    
    
    
    
    
    
    
    
    
    
    
}
    
        /* 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) {
	

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
		
}