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

	

    
    
    
    
    .es-country{
        width: auto;
        float: left;
        clear: none;
        height: auto;
        margin: 1em auto -3em 5%;
        display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: auto 1fr; 
  grid-template-rows: 1fr; 
  gap: 0em 1em; 
  grid-template-areas: 
    ". ."; 
    }
    
    
    
    .es-c-icon{
        display: block;
    }
    
    
    .es-c-icon svg{
        height: 4em;
        width: 4em;
        
    }
    
    
    .es-country h2{
        font-family: "Recline-SemiBold";
        text-align: left;
    }
    
    
    
    
    
    .presidentreport{
        width: 100%;
        height: auto;
        margin: auto 0% 5em;
        display: block;
        float: left;
        clear: both;
        position: relative;
        z-index: 0;
    }
    
    
    

    
    .pr-circle{
        width: 30vh;
        height: 30vh;
        border-radius: 30vh;
        background-color: white;
        display: block;
        float: left;
        clear: none;
        position: absolute;
        z-index: 0;
        top: -30vh;
        right: 15%;
    }
    
    
    
    .pr-inner{
        width: 100%;
        height: auto;
        float: left;
        clear: none;
        position: relative;
        top: 0;
        left: 0;
          display: block; 
   
        z-index: 10;
        margin: 0;
    }
    
    
    
    
    .pri-text{
        display: block;
        float: left;
        clear: none;
        width: 90%;
        height: auto;
        margin: 1em 5%;
    }
    
    
    .pri-imagename{
          display: block;
        float: left;
        clear: none;
        height:auto;
        width: 100%;

    }
    
    
    .pri-image{
        background-image: url("../img/speakers/speaker.png");
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: contain;
        height: 70vh;
        width: 100%;
        display: block;
        float: left;
        clear: none;

    }
    
    
    .pri-name{
        float: left;
        clear: none;
        width: 100%;
        height: auto;
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: bottom;
      -ms-flex-pack: bottom;
      -webkit-justify-content: bottom;
      justify-content: bottom;
      -webkit-box-align: bottom;
      -ms-flex-align: bottom;
      -webkit-align-items: bottom;
      align-items: bottom;
        position: relative;
        display: block;
        
    }
    
    .pn-inner{
        width: 70%;
        height: auto;
        display: block;
        float: right;
        clear: none;
        position: absolute;
        z-index: 0;
        bottom: 0em;
        left: auto;
        right: 0;
        background-color: white;
        padding: 1em;
    }
    
    
    
    
    
    .mv{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: both;
        margin: 2em 5% 0;
        position: relative;
        z-index: 10;    
    
    }
    
    
    .mv h1{
        float: left;
        clear: none;
        position:relative;
        top: 0;
        left: auto;
        
    }
    
    .mv-box{
        border-radius: 1em;
        background-color: white;
        padding: 2em;
        width: calc(100% - 4em);
        height: auto;
        display: block;
        float: right;
        clear: none;
    }
    
    
    .mv-box i{
        font-size: 5em;
        color: #D9EFEF;
        margin: .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) {

    
    
    
    
    
    .es-country{
        width: auto;
        float: left;
        clear: none;
        height: auto;
        margin: auto auto auto 7.5%;
        display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: auto 1fr; 
  grid-template-rows: 1fr; 
  gap: 0em 1em; 
  grid-template-areas: 
    ". ."; 
    }
    
    
    
    .es-c-icon{
        display: block;
    }
    
    
    .es-c-icon svg{
        height: 7em;
        width: 7em;
        
    }
    
    
    .es-country h2{
        font-family: "Recline-SemiBold";
        text-align: left;
    }
    
    
    
    
    
    .presidentreport{
        width: 85%;
        height: auto;
        margin: auto 7.5% 10em;
        display: block;
        float: left;
        clear: both;
        position: relative;
        z-index: 0;
    }
    
    
    

    
    .pr-circle{
        width: 60vh;
        height: 60vh;
        border-radius: 30vh;
        background-color: white;
        display: block;
        float: left;
        clear: none;
        position: absolute;
        z-index: 0;
        top: -30vh;
        right: 18%;
    }
    
    
    
    .pr-inner{
        width: 100%;
        height: auto;
        float: left;
        clear: none;
        position: relative;
        top: 0;
        left: 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: 
        ". ."; 
        z-index: 10;
        margin: 0;
    }
    
    
    
    
    .pri-text{
        display: block;
        float: left;
        clear: none;
        width: 100%;
        height: auto;
        margin: auto;
    }
    
    
    .pri-imagename{
          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: 
        ". ."; 
        float: left;
        clear: none;
        height: auto;

    }
    
    
    .pri-image{
        background-image: url("../img/speakers/speaker.png");
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: contain;
        height: 60vh;
        display: block;
        float: left;
        clear: none;

    }
    
    
    .pri-name{
        float: left;
        clear: none;
        width: 100%;
        height: 60vh;
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: bottom;
      -ms-flex-pack: bottom;
      -webkit-justify-content: bottom;
      justify-content: bottom;
      -webkit-box-align: bottom;
      -ms-flex-align: bottom;
      -webkit-align-items: bottom;
      align-items: bottom;
        position: relative;
        display: block;
    }
    
    .pn-inner{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: absolute;
        z-index: 0;
        bottom: 2em;
         left: 0em;
        background-color: transparent;
        padding: 0em;
    }
    
    
    
    
    
    .mv{
        width: 90%;
        height: 80vh;
        display: block;
        float: left;
        clear: both;
        margin: 3.5em 5% 1em;
        position: relative;
        z-index: 10;    
    
    }
    
    
    .mv h1{
        float: left;
        clear: none;
        position: sticky;
        top: 1em;
        left: auto;
        
    }
    
    .mv-box{
        border-radius: 1em;
        background-color: white;
        padding: 3em;
        width: calc(50% - 6em);
        height: auto;
        display: block;
        float: right;
        clear: none;
    }
    
    
    .mv-box i{
        font-size: 9em;
        color: #D9EFEF;
        margin: .1em;
    }
    
    
    
    
    
    
    
    
  
    
    
}
    /* Desktop Layout: 769px to a max of 1080px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1080px) {
	
    
    
    .es-country{
        width: auto;
        float: left;
        clear: none;
        height: auto;
        margin: auto auto auto 7.5%;
        display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: auto 1fr; 
  grid-template-rows: 1fr; 
  gap: 0em 1em; 
  grid-template-areas: 
    ". ."; 
    }
    
    
    
    .es-c-icon{
        display: block;
    }
    
    
    .es-c-icon svg{
        height: 7em;
        width: 7em;
        
    }
    
    
    .es-country h2{
        font-family: "Recline-SemiBold";
        text-align: left;
    }
    
    
    
    
    
    .presidentreport{
        width: 85%;
        height: auto;
        margin: auto 7.5% 10em;
        display: block;
        float: left;
        clear: both;
        position: relative;
        z-index: 0;
    }
    
    
    

    
    .pr-circle{
        width: 60vh;
        height: 60vh;
        border-radius: 30vh;
        background-color: white;
        display: block;
        float: left;
        clear: none;
        position: absolute;
        z-index: 0;
        top: -30vh;
        right: 18%;
    }
    
    
    
    .pr-inner{
        width: 100%;
        height: auto;
        float: left;
        clear: none;
        position: relative;
        top: 0;
        left: 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: 
        ". ."; 
        z-index: 10;
        margin: 0;
    }
    
    
    
    
    .pri-text{
        display: block;
        float: left;
        clear: none;
        width: 100%;
        height: auto;
    }
    
    
    .pri-imagename{
          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: 
        ". ."; 
        float: left;
        clear: none;
        height: auto;

    }
    
    
    .pri-image{
        background-image: url("../img/speakers/speaker.png");
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: contain;
        height: 60vh;
        display: block;
        float: left;
        clear: none;

    }
    
    
    .pri-name{
        float: left;
        clear: none;
        width: 100%;
        height: 60vh;
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: bottom;
      -ms-flex-pack: bottom;
      -webkit-justify-content: bottom;
      justify-content: bottom;
      -webkit-box-align: bottom;
      -ms-flex-align: bottom;
      -webkit-align-items: bottom;
      align-items: bottom;
        position: relative;
        display: block;
    }
    
    .pn-inner{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: absolute;
        z-index: 0;
        bottom: 2em;
        
    }
    
    
    
    
    
    .mv{
        width: 90%;
        height: 80vh;
        display: block;
        float: left;
        clear: both;
        margin: 4em 5% 0;
        position: relative;
        z-index: 10;    
    
    }
    
    
    .mv h1{
        float: left;
        clear: none;
        position: sticky;
        top: 1.5em;
        left: auto;
        
    }
    
    .mv-box{
        border-radius: 1em;
        background-color: white;
        padding: 3em;
        width: calc(55% - 6em);
        height: auto;
        display: block;
        float: right;
        clear: none;
    }
    
    
    .mv-box i{
        font-size: 9em;
        color: #D9EFEF;
        margin: .1em;
    }
    
    
    
}
    
    
    /* Desktop Layout:1080px to a max of 1440px.  Inherits styles from: Mobile Layout and Tablet Layout. */

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

    
    .es-country{
        width: auto;
        float: left;
        clear: none;
        height: auto;
        margin: auto auto auto 7.5%;
        display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: auto 1fr; 
  grid-template-rows: 1fr; 
  gap: 0em 1em; 
  grid-template-areas: 
    ". ."; 
    }
    
    
    
    .es-c-icon{
        display: block;
    }
    
    
    .es-c-icon svg{
        height: 7em;
        width: 7em;
        
    }
    
    
    .es-country h2{
        font-family: "Recline-SemiBold";
        text-align: left;
    }
    
    
    
    
    
    .presidentreport{
        width: 85%;
        height: auto;
        margin: auto 7.5% 10em;
        display: block;
        float: left;
        clear: both;
        position: relative;
        z-index: 0;
    }
    
    
    

    
    .pr-circle{
        width: 60vh;
        height: 60vh;
        border-radius: 30vh;
        background-color: white;
        display: block;
        float: left;
        clear: none;
        position: absolute;
        z-index: 0;
        top: -30vh;
        right: 18%;
    }
    
    
    
    .pr-inner{
        width: 100%;
        height: auto;
        float: left;
        clear: none;
        position: relative;
        top: 0;
        left: 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: 
        ". ."; 
        z-index: 10;
        margin: 0;
    }
    
    
    
    
    .pri-text{
        display: block;
        float: left;
        clear: none;
        width: 100%;
        height: auto;
    }
    
    
    .pri-imagename{
          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: 
        ". ."; 
        float: left;
        clear: none;
        height: auto;

    }
    
    
    .pri-image{
        background-image: url("../img/speakers/speaker.png");
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: contain;
        height: 60vh;
        display: block;
        float: left;
        clear: none;

    }
    
    
    .pri-name{
        float: left;
        clear: none;
        width: 100%;
        height: 60vh;
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: bottom;
      -ms-flex-pack: bottom;
      -webkit-justify-content: bottom;
      justify-content: bottom;
      -webkit-box-align: bottom;
      -ms-flex-align: bottom;
      -webkit-align-items: bottom;
      align-items: bottom;
        position: relative;
        display: block;
    }
    
    .pn-inner{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: absolute;
        z-index: 0;
        bottom: 2em;
        
    }
    
    
    
    
    
    .mv{
        width: 85%;
        height: 80vh;
        display: block;
        float: left;
        clear: both;
        margin: 5em 7.5% 0;
        position: relative;
        z-index: 10;    
    
    }
    
    
    .mv h1{
        float: left;
        clear: none;
        position: sticky;
        top: 1em;
        left: auto;
        
    }
    
    .mv-box{
        border-radius: 1em;
        background-color: white;
        padding: 3em;
        width: calc(50% - 6em);
        height: auto;
        display: block;
        float: right;
        clear: none;
    }
    
    
    .mv-box i{
        font-size: 9em;
        color: #D9EFEF;
        margin: .1em;
    }
    
    
    
    
    
    
    
    
    
    
    
    
}
    
        /* 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) {
	

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
		
}