* {
  box-sizing: border-box;
}

body {
  background: #F1F1F2;
  font-family: 'Hind Madurai';
  margin: 1rem 0;
}

a {
  color: #20948b;
  text-decoration: none;
}

dl:last-child {
  margin-bottom: 0;
}

dd {
  line-height: 1.5;
  margin-left: 0;
}

dd + dt {
  margin-top: 0.5rem;
}

dt {
  font-weight: bold;
}

footer {
  background: white;
  border-top: 1px solid #999;
  margin: 0 auto;
  padding: 20px 40px;
  width: 1020px;
}

footer a {
  color: #20948b;
}

h2 {
  border-top: 1px solid #ddd;
  padding-top: 1rem;
}

iframe {
  display: block;
  max-width: 100%;
}

img {
  max-width: 100%;
}

li {
  line-height: 1.8;
  padding-left: 0.5rem;
}

p {
  line-height: 1.8;
}

p:first-child, ol:first-child, ul:first-child {
  margin-top: 0;
}

p:last-child, ol:last-child, ul:last-child {
  margin-bottom: 0;
}

.button {
  align-items: center;
  border: 1px solid #888;
  color: #333;
  cursor: pointer;
  display: flex;
  font-size: 1.1rem;
  justify-content: center;
  letter-spacing: 1px;
  padding: 10px;
}

.button:hover {
  background: #333;
  color: white;
}

.button + .button {
  margin-top: 0.75rem;
}

.button i {
  margin-right: 1rem;
}

.buttons {
  margin-top: 1.5rem;
}

.content {
  display: flex;
  padding: 20px 40px;
}

.dropdown {
  position: relative;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-button {
  cursor: pointer;
}

.dropdown-content {
  background: rgba(153, 153, 153, 0.95);
  display: none;
  min-width: 100%;
  position: absolute;
  z-index: 1;
}

.footer-content {
  align-items: center;
  display: flex;
  justify-content: center;
}

.footer-title {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.hide {
}

.hide.active .hide-content {
  display: block;
}

.hide.show .hide-content {
  display: block;
}

.hide.show .hide-icon {
  display: none;
}

.hide + .hide {
  margin-top: 1rem;
}

.hide-all {
  cursor: pointer;
  display: none;
  font-size: 0.9rem;
}

.hide-content {
  display: none;
  padding: 1rem;
}

.hide-icon {
  background: #f7b3a0;
  cursor: pointer;
  padding: 0.5rem 1rem;
}

.hide-title {
  padding: 0.5rem 1rem;
}

.hide-toggle {
  background: #F4EADE;
  display: flex;
  justify-content: space-between;
}

.left-content {
  border-right: 1px solid #999;
  flex-basis: 70%;
  padding-right: 30px;
  position: relative;
}

.mtr {
  display: inline-block;
  height: 16px;
  margin-right: 0.25rem;
  vertical-align: -2px;
}

.note {
  font-size: 0.9rem;
  font-style: italic;
  margin-top: 1.5rem;
}

.page {
  background: white;
  margin: 0 auto;
  position: relative;
  width: 1020px;
}

.profile td {
  line-height: 1.8;
  vertical-align: top;
}

.profile td:first-child {
  font-weight: bold;
  min-width: 150px;
  padding-right: 2rem;
}

.red {
  color: red;
}

.right-content {
  flex: 1;
  margin-left: 30px;
}

.right-content .section:first-child {
  padding-top: 15px;
}

.right-content .section:last-child {
  padding-bottom: 20px;
}

.section {
  padding: 30px 0;
}

.section + .section {
  border-top: 0.5px solid #999;
}

.section-title {
  font-family: 'Quicksand', sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.show-all {
  cursor: pointer;
  font-size: 0.9rem;
}

.speaker {
  background: #F4EADE;
}

.speaker + .speaker {
  margin-top: 1rem;
}

.speaker-abstract {
  display: none;
  padding: 1rem;
}

.speaker-abstract.active {
  display: block;
}

.speaker-abstract h4 {
  margin-top: 0.5rem;
}

.speaker-bio {
  display: none;
  padding: 1rem;
}

.speaker-bio.active {
  display: block;
}

.speaker-bio h4 {
  margin-top: 0.5rem;
}

.speaker-buttons {	
  align-items: center;
  display: flex;
}

.speaker-buttons .button {
  background: #f2ccc1;
  border: 0;
  color: black;
  margin-right: 0.5rem;
}

.speaker-buttons .button:hover {
  background: #f2ccc1;
  color: black;
}

.speaker-buttons .button + .button {
  margin-top: 0;
}

.speaker-header {
  display: flex;
}

.speaker-photo {
  flex-basis: 150px;
  flex-shrink: 0;
  margin-right: 1.5rem;
  max-width: 150px;
}

.speaker-photo img {
  display: block;
}

.speaker-title {
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
  padding-right: 0.5rem;
  width: 100%;
}

.speaker-title h3 { 
  margin-bottom: 1rem;
}

.speaker-title h4 {
  margin-bottom: 1rem;
  margin-top: 0;
} 

.text-right {
  text-align: right;
}

.timer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -5px;
}

.timer-label {
  flex-basis: 22%;
  font-size: 10px;
  margin-top: 10px;
  padding-left: 5px;
  text-align: center;
  text-transform: uppercase;
}

.timer-number {
  font-size: 14px;
  flex-basis: 22%;
  padding-left: 5px;
}

.timer-number div {
  align-items: center;
  background-color: #999;
  color: white;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  text-align: center;
}

.topnav {
  background-color: #f74807;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.topnav a {
  color: white;
  display: block;
  padding: 14px 16px;
  text-align: center;
  text-transform: uppercase;
}

.topnav a:hover {
  background: #F4EADE;
  color: #333;
}

.topnav a.active {
  background: #008000;
  color: white;
}

.topnav li {
  flex: 1;
  padding-left: 0;
}

#days {
  background: #FFBB00;
  color: #333;
}

.banner {
  background: url("../img/header_bg.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  position: relative;
}

.banner-overlay {
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 2rem;
  position: absolute;
  right: 0;
  top: 0;
}

.banner p {
  color: white;
  font-family: Verdana, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  text-shadow: 1px 1px 1px black;
}

.banner p.title {
 font-weight: bold;
 margin-bottom: 0rem;
}

.banner p.date {
  color: yellow;
  font-weight: bold;
  font-size: 2rem;
  margin-top: 0.5rem;
}


.table_prog {
  margin-left: 20px;
}

.th_prog {
  width: 405px;
  text-align: left;
   /*-ms-transform: rotate(270deg); /* IE 9 */
    /*-webkit-transform: rotate(270deg); /* Safari 3-8 */
    /*transform: rotate(270deg);*/
}

.td_progt {
  width: 100px;
  vertical-align: top;
}

.td_progv {
  width: 125px;
  vertical-align: top;
}

.td_prog {
  width: 180px;
}
