@charset "utf-8";
/* CSS Document */


* { 
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}
/* CSS Document */


	/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
  margin: 0;
  padding: 0;
}
nav ul { list-style:none; }

img, fieldset {
  border: 0; 
}
  
/*--------------------------------------------------------------
GRID CSS Reset
--------------------------------------------------------------*/
    
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body { 
	 margin: 0 auto; width: 88%; font-family: 'Open Sans', sans-serif;
}
    
img {
	display: block;
	border: 0;
	width: 100%;
	height: auto;
}
    
 /*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}  
  
  .container2 {  
	    padding: 0.5em 0em; 
      margin: 0 auto; 
      width: 100%; }
  
  h3.sum-head{
  border-bottom: 2px solid #f9dd94; margin-top: 10px }
  


/* Conference Summary Conference Summary Conference Summary Conference Summary STARTS */

  .row2 {
      display:flex;
      flex-wrap: nowrap;  
      align-items: center;
/*      justify-content: space-around;*/
      justify-content: center;  
      flex-basis: 100%; 
}

  .column2 {
    width: auto; 
	  padding:30px 10px 20px;
	  height: auto; 
}
 .column2 img { 
    margin-right: 0px; /* Adds space between the image and text */
        }

/*
.column3 { 
  width:66%; height: auto; 
    font-family: "Roboto", sans-serif;
    font-size: 20px; font-weight: 400;}
*/
  
.column2 h3 { width: 43.33%; text-decoration: none;border-bottom: solid 5px #DF0408;font-family: "Roboto", sans-serif;}
.column2 p { font-family: "Roboto", sans-serif;margin-top:  5px; text-align: left; line-height: 1.4em; font-size: 0.95em}

.icons {
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon {
  display: inline-block;
  width:160px;
  height: 100%;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  margin: 0 5px;
  padding: 1px;
  background: #495057;
}
.icon::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-radius: 0 2px;
  transition: all 0.2s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.icon--pdf {
/*  background-color: #db4437;*/
}
.icon--pdf::after {
  background: linear-gradient(45deg, #e78178 60%, #fff 60%);
}
.icon--pdf i::before {
  content: "";
}


.icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-size: 1.8em;
  color: #db4437;
  font-weight: 700;
}

.icon i::after {
  content: attr(title);
  transform: translateY(-1px);
}
.icon:hover {
  border-radius: 2px 4px 2px 2px;
}
.icon:hover::after {
  width: 26px;
  height: 26px;
}
.icon:hover i::before {
  transform: translateY(0);
  opacity: 1;
}
.icon:hover i::after {
  transform: translateY(0);
}
  
  
  
  
  
  
    /*For tablet*/
  @media(max-width: 1124px)
{
  
/*
  .row2 {display:flex;
      flex-wrap: wrap;  
   }
.column2 {margin: 0 0px 0 -40px; width: 99%;}
   .column3 {width: 99%; padding: 3px;margin: 0 0px 0 -40px;} 
.column3 h3 {width: 96%; padding: 0 0 0 30px;margin: 0 0px;font-size: 81%;  }
.column3 p {width: 96%; padding: 10px 0 0 30px;margin: 0 0px;font-size: 81%;}
*/
  
}



/* xxxxxxxxxxxx  Gobal Speakers xxxxxxxxx  */
  .row {
      display:flex;
      flex-wrap: wrap;  
      align-items: center;
      justify-content: space-around;
      justify-content: center;  
      flex-basis: 100%;
}

  .column {
    width: 25%; 
	  padding:10px;
	  height: 270px;
}
  
  /*For tablet*/
  @media(max-width: 1024px)
{
.column
{    
       width:48%; height: auto; padding: 10px }
  
   h3.sum-head{display:flex;
      flex-wrap: wrap;  
      justify-content: space-around;
      justify-content: center; 
      margin: 5px; padding: 5px; background: #ccc }
}
  
/*
@media(max-width: 924px)
{
.column
{  display:flex;
      flex-wrap: wrap;  

      justify-content: space-around;
      justify-content: center;  
      
       width:90%; padding: 70px
}
}
*/
 
/*For Mobiles*/
@media(max-width: 567px)

{
  h3.sum-head{
 margin: 10px; padding: 5px; background: #A4A4A4 }
  
.column
{
width: 80%;
flex-direction: column;padding: 5px
}
  
}


